body {
	margin: 0;
	padding: 0;
	color: #7e7e7e;
	/*font-family: "Minion Pro", "Times New Roman";
	font-size: 13px;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	background: #fff;
	line-height: 1.4;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a img {
	border: none; 
}

a {
	color: #7e7e7e;
}

a:hover {
	text-decoration: underline !important;
}

a.underline {
	text-decoration: underline !important;
}

.container {
	max-width: 901px;
	margin: 0 auto;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}

ul li {
	margin: 0 0 0 10px;
	list-style: url(/img/li1.gif);
}

.hr1 {
	height: 0;
	font-size: 0;
	border-bottom: 1px solid #dcdbc7;
	margin: 10px 0 0 0;
}

.ttnormal {
	text-transform: none !important;
}

.tb a {
	color: #7e7e7e;
	text-decoration: none;
}
.tb a.a-tm {
	color: #4e4e4e;
	text-decoration: none;
}

.tb span {
	color: #fff;
}

.tbmar:nth-child(1) {
	margin: 0;
}

.tbmar {
	margin: 0 0 0 25px;
	float: left;
	display: inline;
}

.tb {
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 12px;
    z-index: 1;
    color: #fff;
    width: 100%;
    font-weight: 500;
}
	.tb .container {
		margin: 0 auto;
		display: flex;
		align-items: baseline;
		justify-content: space-between;
	}
	.tb .logo {
		display: block;
		height: 58px;
		float: left;
	}
		.tb .logo img {
			height: 100%;
		}
	.tb .menu {
		padding: 8px;
	}

.lang-ru .tb {
	font-size: 12px;
}

.pim {
	position: relative;
	max-width: 1900px;
	height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto 20px auto;
    
}
	.pim .logo {
		margin-top: 30px;
		display: inline-block;
	}

nav.mobile {
	background: #52a7dd;
}

.langs {
    float: right;
	margin-right: 14px;
}

.mb {
}

.mbl {
	float: left;
	width: 230px;
	margin: 12px 0 0 20px;
	display: inline;
	font-size: 16px;
}
.mbl.bottom {
	display: none;
}

.mbl h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}

.mbl ul {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 16px;
}

.mbl ul li {
	margin: 10px 0 0 10px;
	list-style: url(/img/li.gif);
}

.mbl ul li a {
	text-decoration: none;	
}

.mbl ul li a.a-sm {
	text-decoration: underline;
}

.mbr {
	padding-top: 10px;
	overflow: hidden;

	/*float: left;
	max-width: 640px;
	display: inline;
	text-align: justify;*/
}

.fb {
	border-top: 1px solid #dcdbc7;
	font-size: 12px;
	text-align: center;
	padding: 15px;
	margin-top: 40px;
}

.footer-nav {
	padding-top: 10px;
}

.fb a {
	text-decoration: none;
}

.lb {
	width: 195px;
	margin-top: 20px;
}

.mobile-nav {
	display: none;
	background: #fff;
	color: #000;
	overflow: hidden;
	padding: 3px 20px;
	
}

header ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}
header ul li {
	list-style: none !important;
	padding: 0;
	margin: 0;
}
header ul.nav {
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	font-size: 14px;
	box-shadow: 0 6px 10px rgba(0,0,0,0.1);
}
	header ul.nav li {
		text-transform: uppercase;
		border-bottom: 1px solid #ddd;
		position: relative;
	}
	header ul.nav a:link,
	header ul.nav a:visited {
		color: #aaa;
		text-decoration: none;
		display: block;
	    line-height: 40px;
	    padding-left: 20px;
	}
	header ul.nav a:hover,
	header ul.nav a:active {
		text-decoration: none;
	}
	header ul.nav .sub-nav {
		display: none;
	}
	header ul.nav .sub-nav li {
		text-transform: none;
		padding-left: 20px;
		border-top: 1px solid #ddd;
		border-bottom: none;
	}

.navbar-toggle {
    padding: 5px 0;
    background: none;
	width: 42px;
    float: right;
}
	.navbar-toggle.active {

	}

	.navbar-toggle.active .icon-bar:nth-child(1) {
		-webkit-transform: translate(0px, 9px) rotate(45deg);
		-ms-transform: translate(0px, 9px) rotate(45deg);
		transform: translate(0px, 9px) rotate(45deg);
		width: 33px;
	}
	.navbar-toggle.active .icon-bar:nth-child(2) {
		opacity: 0;
		width: 33px;
	}
	.navbar-toggle.active .icon-bar:nth-child(3) {
		-webkit-transform: translate(0px, -9px) rotate(-45deg);
		-ms-transform: translate(0px, -9px) rotate(-45deg);
		transform: translate(0px, -9px) rotate(-45deg);
		width: 33px;
	}

	.navbar-toggle .icon-bar {
	    background: #52a5db;
	    width: 42px;
	    height: 4px;
	    margin: 5px auto;
	    display: block;
	    transition: .4s;
	}

.submenu-toggle {
	position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    right: 0;
    padding: 13px;
}
	.submenu-toggle:before {
	    width: 14px;
	    height: 2px;
	    margin-top: 6px;
	    background: #88ccfe;
	    content: '';
	    display: block;
	    position: absolute;
	}
	.submenu-toggle:after {
	    width: 14px;
	    height: 2px;
	    background: #88ccfe;
	    margin-top: 6px;
	    content: '';
	    display: block;
	    position: absolute;
	    transform: rotate(90deg);
	    transition: 0.5s;
	}
	.submenu-toggle.toggle:after {
		transform: rotate(0deg);
	}

.mbr img {
	max-width: 100%;
	height: auto !important;
}

.owl-prev span {
	font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    left: 16px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: solid #52a5db;
    border-width: 0 10px 10px 0;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.owl-next span {
	font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: solid #52a5db;
    border-width: 0 10px 10px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.widget {
	padding-bottom: 20px;
}

@media (min-width: 851px) {
	header ul.nav {
		display: none !important;
	}
}

@media (max-width: 850px) {
	.mobile-nav {
		display: block;
	}

	/*.pim {
		background-position: -14px 0;
	}*/
	.tb {
		display: none;
	}

	.mbr {
		padding: 10px;
	}
	.submenu-inner {
		display: none;
	}
	
	.pim .logo {
		margin-top: -41px;
		margin-left: 20px;
		position: absolute;
		display: block;
		height: 30px;
	}
		.pim .logo img {
			width: 100px;
		}
}

@media (max-width: 700px) {
	.mbl {
		float: none;
		display: block;
		margin: 12px 20px 0 20px;
		width: initial;
		display: none;
	}
	.mbl.bottom {
		display: block;
		margin: 0;
	}
	.lb {
	    width: initial;
	}
	.widget {
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.fb {
	    /*background: #22222f;*/
	    padding: 30px 15px;
	}
	.pim {
		height: 150px;
	}
}

@media (max-width: 430px) {
	.widget {
		width: 100%;
	}
	.fb {
	    margin-top: 0;
	}
	.widget.last {
		background: #f5f5f6;
		padding-bottom: 30px;
		border-top: 1px solid #dcdbc7;
	}
	.widget.last img:first-child {
		display: none;
	}
}

#image-gallery {
	padding: 0;
}

#thumbnail-slider {
	padding: 20px 50px;
	margin: 0 -10px;
}

#image-gallery li::marker,
#thumbnail-slider li::marker {
	content: '';
}
