
/* -- 2017-2018 - DIGITECO - www.digiteco.ru ------------------------------------------------ */


@charset "UTF-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0rem;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smooth: antialiased;
	font-smoothing: antialiased;
}
@media screen and (max-width: 600px) {
	body {
		font-size: 0.9rem;
	}
}


a,
a:hover,
a:focus,
a:active {
	outline: 0;
	outline: none;
}
a {
	color: #222;
	text-decoration: underline;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
a:hover {
	color: #061f62;
	text-decoration: none;
}




img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
	p {
		margin-bottom: 15px;
	}
}

.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.last {
	margin: 0;
	padding: 0;
}


small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: inherit;
	line-height: 1.2;
	text-rendering: optimizelegibility;

}
h1, h2 {
	font-size: 2.1rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
	h1, h2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	h1, h2 {
		font-size: 1.5rem;
	}
}

h3 {
	font-size: 1.4rem;
	margin-bottom: 17px;
}
h4 {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.color {
	color: #061f62;
}

.page-header {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}





ul,
ol {
	padding: 0;
	margin: 0;
	margin-left: 35px;
	margin-bottom: 16px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
li {
	padding-bottom: 5px;
}
ol.uvelich li {
	padding-bottom: 10px;
}

dl {
	margin-bottom: 18px;
}
dt,
dd {
	line-height: 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 9px;
}

hr {
	margin: 22px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: none;
}




.wrapper {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
	.wrapper {
		padding: 20px;
		padding-bottom: 40px;
	}
}



/* header - зеленая полоска (логотип + меню) */
header {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	position: relative;
	height: 150px;
	overflow: hidden;
}
header .wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 150px;
	padding: 12px 30px;
}
@media screen and (max-width: 820px) {
	header .wrapper {
		padding: 12px 20px;
	}
	header {
		height: 120px;
	}
}

.top {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	/* flex-wrap: wrap; */
}

.logotype {
	flex: 1 1 50%;
	white-space: nowrap;
	padding-right: 90px;
}
@media screen and (max-width: 820px) {
	.logotype {
		padding-right: 0px;
	}
}
@media screen and (max-width: 480px) {
	.top {
		display: block;
		width: 100%;
	}
	.logotype {
		display: block;
		width: 100%;
		padding-right: 0px;
	}
}



a.logo, a.logo:hover {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 121px;
	padding: 25px 0px;
	padding-left: 210px;
	background-image: url(../images/logo.png);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
}
a.logo h1  {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 1.9rem;
}
a.logo h4  {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 1.2rem;
	color: #eee;
}
a.logo h6  {
	margin: 5px 0 0;
	padding: 0;
	font-weight: 400;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 820px) {
	a.logo, a.logo:hover {
		min-height: 40px;
		padding: 12px 0px;
		padding-left: 0px;
		background-image: none;
	}
	a.logo h1  {
		font-size: 1.4rem;
	}
}



/* телефон в шапке */
.phone {
	flex: 1 1 25%;
	max-width: 240px;
	padding-top: 25px;
	white-space: nowrap;
	padding-left: 35px;
	background-image: url(../images/icon_phone_white.png);
	background-position: 0px 28px;
	background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
}
@media screen and (max-width: 820px) {
	.phone  {
		display: none;
	}
}
.phone p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
a.link-phone {
	color: #333;
	text-decoration: none;
}
a.link-phone:hover {
	color: #000;
	text-decoration: none;
}
a.link-phone_white {
	color: #fff;
	text-decoration: none;
}
a.link-phone_white:hover {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}


/* адрес в шапке */
.adress {
	flex: 1 1 25%;
	padding-top: 25px;
	padding-right: 40px;
	color: #fff;
	white-space: nowrap;
	padding-left: 35px;
	background-image: url(../images/icon_adress_white.png);
	background-position: 0px 28px;
	background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
@media screen and (max-width: 1120px) {
	.adress {
		display: none;
	}
}
.adress p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

a.top-feedback {
	color: #fff;
	font-weight: 400;
}
a.top-adress-link {
	color: #fff;
	font-weight: 400;
}



.phone-mobile {
	display: none;
}

@media screen and (max-width: 820px) {
	.phone-mobile {
		display: block;
		width: 150px;
		padding-top: 15px;
	}
}
@media screen and (max-width: 480px) {
	.phone-mobile {
		display: block;
		width: 100%;
		padding-top: 0px;
		clear: both;
	}
	header {
		height: 150px;
	}
}
.phone-mobile a {
	display: block;
	padding: 12px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background: #009f83;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.phone-mobile a:hover {
	opacity: 0.8;
	color: #ffffff;
	text-decoration: none;
}



/* меню на зеленом фоне */
.green {
	width: 100%;
	margin: 0;
	padding: 0;
	/* background: #061f62;
    background: -moz-radial-gradient(center, circle cover, #4493cb 0%, #061f62 100%);
    background: -webkit-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -o-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -ms-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%); */
  background: #061f62;
  background: -moz-radial-gradient(center, circle cover, #1642a2 0%, #061f62 100%);
  background: -webkit-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: -o-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: -ms-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
}
.green .wrapper {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	padding: 10px 30px;
}
@media screen and (max-width: 600px) {
	.green .wrapper {
		padding: 10px 20px;
	}
}
.top-menu {
	flex: 1 1 95%;
	margin-right: 1%;
}
.top-menu ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 5px 0px;
	padding-top: 6px;
}
.top-menu ul li {
	display: inline-block;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu ul li a {
	display: block;
	padding: 5px 19px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	/* bo-rder: 1px solid rgba(255,255,255,0.15);
	b-ackground: rgba(0,0,0,0.1); */
	background: transparent;

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

/*
.icon-search {
	display: block;
	flex: 1 1 4%;
	padding: 10px 0;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	background-color: #061f62;
    background-image: url(../images/icon_search.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.icon-search  a:hover {
	cursor: pointer;
	background-color: #2979a8;
	background-image: url(../images/icon_search.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
*/

.top-menu-mobile {
	display: block;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0;
	padding-left: 40px;
	background-image: url(../images/icon_menu.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.top-menu-mobile:hover {
	color: #ffffff;
	text-decoration: none;
}

.top-menu-mobile {
	display: none;
}

@media screen and (max-width: 1120px) {
	.top-menu {
		flex: 1 1 100%;
	}
	/* .icon-search {
		flex: 1 1 9%;
	} */
}


@media screen and (max-width: 820px) {
	.top-menu {
		display: none;
	}
	.top-menu-mobile {
		display: block;
		flex: 1 1 100%;
		/* margin-right: 1%;  */
	}
}
@media screen and (max-width: 620px) {
	.top-menu-mobile {
		flex: 1 1 100%;
	}
	/* .icon-search {
		flex: 1 1 19%;
	} */
}
@media screen and (max-width: 280px) {
	.top-menu-mobile span {
		display: none;
	}
}


section {
	width: 100%;
	margin: 0;
	padding: 0;
}



/* search */
.for-search {
	background-color: #f2f2f2;
	background-image: url(../images/bg_news.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.for-search  .wrapper {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 15px 30px;
}
@media screen and (max-width: 600px) {
	.for-search  .wrapper {
		padding: 10px 20px;
	}
}

.cat-search .mod-shop-search {
	margin: 0;
	padding: 0;
	border: none;
}
.cat-search .mod-shop-search input[type="text"] {
	display: block;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 86%;
	resize: none;
	margin: 0;
	margin-right: 1%;
	-webkit-appearance:none;
	appearance:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	outline: 0;
	border: 1px solid #ddd;
	padding: 10px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Open Sans', Helvetica;
	font-size: 1.0rem;
	font-weight: 400;
	color: #222;
	vertical-align: middle;
	background: rgba(255,255,255,0.85);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.cat-search .mod-shop-search input[type="text"]:active,
.cat-search .mod-shop-search input[type="text"]:focus {
	border: 1px solid #061f62;
}
.cat-search  .mod-shop-search input[type="submit"] {
	display: block;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 13%;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 15px;
	font-family: 'Open Sans', Helvetica;
	font-size: 1.0rem;
	font-weight: 700;
	border: 1px solid #ddd;
	background-color: #061f62;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	/* text-indent: -9999em; /* скрытие */
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.cat-search  .mod-shop-search input[type="submit"]:hover {
	cursor: pointer;
	background-color: #2979a8;
}
@media screen and (max-width: 820px) {
	.cat-search  .mod-shop-search input[type="text"] {
		width: 69%;
	}
	.cat-search   .mod-shop-search input[type="submit"] {
		width: 30%;
	}
}
@media screen and (max-width: 420px) {
	.cat-search  .mod-shop-search input[type="text"] {
		width: 59%;
	}
	.cat-search   .mod-shop-search input[type="submit"] {
		width: 40%;
	}
}



/* поиск в попап */
.cat-search-popup {
	margin: 0 auto;
	max-width: 800px;
	padding: 50px 0px;
	border: none;
}
.cat-search-popup .mod-shop-search {
	margin: 0;
	padding: 0;
	border: none;
}
.cat-search-popup .mod-shop-search input[type="text"] {
	display: block;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	resize: none;
	margin: 0;
	margin-right: 1%;
	-webkit-appearance:none;
	appearance:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	outline: 0;
	border: 1px solid #ddd;
	padding: 13px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Open Sans', Helvetica;
	font-size: 1.1rem;
	color: #222;
	vertical-align: middle;
	background: rgba(255,255,255,0.85);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.cat-search-popup .mod-shop-search input[type="text"]:active, .mod-shop-search input[type="text"]:focus {
	border: 1px solid #061f62;
	background: rgba(255,255,255,0.99);
}
.cat-search-popup .mod-shop-search input[type="submit"] {
	display: block;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 19%;
	color: #ffffff;
	text-decoration: none;
	padding: 13px 20px;
	font-family: 'Open Sans', Helvetica;
	font-size: 1.1rem;
	font-weight: 400;
	border: 1px solid #061f62;
	background-color: #061f62;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	/* text-indent: -9999em;  скрытие */
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.mod-shop-search input[type="submit"]:hover {
	cursor: pointer;
	background-color: #2979a8;
}
@media screen and (max-width: 820px) {
	.cat-search-popup .mod-shop-search input[type="text"] {
		width: 65%;
	}
	.cat-search-popup .mod-shop-search input[type="submit"] {
		width: 34%;
	}
}
@media screen and (max-width: 420px) {
	.cat-search-popup .mod-shop-search input[type="text"] {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 10px;
	}
	.cat-search-popup .mod-shop-search input[type="submit"] {
		width: 100%;
		float: none;
		margin: 0;
	}
}





/* Визуал для главной страницы */
.visual {
	width: 100%;
	margin: 0;
	padding: 0;
	/* min-height: 500px; */
	background: #ddd;
	background-image: url(../images/bg_news.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.visual .wrapper {
	max-width: 1370px;
	padding: 0;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	.visual {
		display: none;
	}
}
.visual  .caption {

}
.visual h1 {
	font-size: 2.2rem;
	font-weight: 400;
	text-transform: uppercase;
}
.visual hr {
	margin: 22px 0;
	border: 0;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: none;
}
.visual h3 {
	/* font-family: 'Open Sans', Helvetica, sans-serif, 'Trebuchet MS'; */
	font-weight: 400;
	font-size: 1.2rem;
}
.visual p {
	margin: 0;
	padding: 0;
}
.visual img {
	width: 100%;
	border: 0;
}

@media screen and (max-width: 700px) {
	.visual h1 {
		font-size: 1.8rem;
	}
	.visual h3 {
		font-size: 1.2rem;
	}
	.visual p {
		margin-top: 60px;
	}
}
@media screen and (max-width: 480px) {
	.visual h1 {
		font-size: 1.4rem;
	}
	.visual h3 {
		font-size: 1.0rem;
	}
	.visual p {
		margin-top: 40px;
	}
}
a.buttton-in-visual {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 50px;
	border: 1px solid #ffffff;
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	background: transparent;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.buttton-in-visual:hover {
	color: #061f62;
	text-decoration: none;
	border: 1px solid #ffffff;
	background: #ffffff;
}
@media screen and (max-width: 480px) {
	a.buttton-in-visual {
		padding: 7px 30px;
		font-size: 1.1rem;
	}
}


/* визуал в хедере */
.visual-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	background: #333;
	text-align: center;
}
.visual-wrapper {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.slide1 {
	width: 100%;
	height: 150px;
	background-image: url(../images/visual-header/photo1.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide2 {
	width: 100%;
	height: 150px;
	background-image: url(../images/visual-header/photo2.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide3 {
	width: 100%;
	height: 150px;
	background-image: url(../images/visual-header/photo3.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide4 {
	width: 100%;
	height: 150px;
	background-image: url(../images/visual-header/photo4.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide5 {
	width: 100%;
	height: 150px;
	background-image: url(../images/visual-header/photo5.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}




/* Основной контент в 2 колонки */
.osn-content {
	width: 100%;
  max-width: 100%;
	display: -webkit-flex;
	display: flex;
}

.blo-left {
	flex: 0 0 260px;
	padding-right: 30px;
	border-right: 1px solid #eee;
}
.blo-right {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
  max-width: -webkit-calc(100% - 260px);
  max-width: -moz-calc(100% - 260px);
  max-width: calc(100% - 260px);
	padding-left: 30px;
}
@media screen and (max-width: 820px) {
	.osn-content, .blo-left, .blo-right {
		padding: 0px;
		display: block;
		width: 100%;
    max-width: 100%;
		border: none;
	}
}


/* Корзина */
.cart-comp {
	margin-bottom: 25px;
}
a#jshop_module_cart {
	display: block;
	padding: 15px 20px;
	padding-left: 80px;
	background-color: #009f83;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/icon_cart__white.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	position: relative;
  -webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
a#jshop_module_cart, a#jshop_module_cart:hover {
	text-decoration: none;
	color: #fff;
}
a#jshop_module_cart h4 {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	padding-bottom: 3px;
	color: #eee;
  -webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
a#jshop_module_cart:hover {
	opacity: 0.9;
  color: #fff !important;
  -webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
/* a#jshop_module_cart:hover  h4{
  color: #fff !important;
} */
#jshop_quantity_products {
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -5px;
	min-width: 25px;
	text-align: center;
	padding: 3px 7px;
	background: #061f62;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
}
.summa-v-cart {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	padding-bottom: 5px;
	/*
	padding: 3px 6px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	 */
}
.cart-comp__button {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
	margin-top: 6px;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 12px;
	font-size: 1.0rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	background: #061f62;
   /*  background: -moz-radial-gradient(center, circle cover, #4493cb 0%, #061f62 100%);
    background: -webkit-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -o-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -ms-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
	*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/*
@media screen and (max-width: 820px) {
	.cart-mobile {
		display: block;
		width: 100px;
	}
	.summa-v-cart {
		display: none;
	}
	a#jshop_module_cart {
		min-height: 48px;
	}
	a#jshop_module_cart h4 {
		display: none;
	}
}
*/







@media screen and (max-width: 820px) {
	h3.header-for-left-catalog {
		display: none;
	}
	.left-catalog {
		display: none;
	}
}

main {
	min-height: 400px;
}

img.pic100 {
	width: 100%;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.how-buy-text {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	/* border-bottom: 1px solid #061f62; */
}
.how-buy-text span {
	display: inline-block;
	margin: 0;
	padding: 8px 20px;
	font-size: 1.2rem;
	color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #eeeeee;

	/* background: #061f62;
    background: -moz-radial-gradient(center, circle cover, #4493cb 0%, #061f62 100%);
    background: -webkit-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -o-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -ms-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);  */
}


/* последняя новость для главной */
.lastnews-for-index {
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 30px;
	padding-top: 23px;
	padding-right: 50px;
	padding-bottom: 14px;
	background-color: #f6f6f6;
	background-image: url(../images/vazhno.png);
	background-position: 100%  0;
	background-repeat: no-repeat;
}
.lastnews-for-index ul.slides {
	padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
	.lastnews-for-index {
		padding: 20px;
		padding-top: 18px;
		padding-right: 20px;
	}
}
.title-for-news {
	margin-bottom: 13px;
	color: #888;
	font-weight: 400;
	font-size: 1.0rem;
}



/* системные сообщения */
.alert {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 17px;
	padding: 10px 20px;
	background: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.alert a.close {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	position: absolute;
	top: 10px;
	right: 2px;
}
.alert a.close:hover {
	text-decoration: none;
	cursor: pointer;
}
.alert h4.alert-heading {
	display: none;
}





.catalog-for-index {
	/* display: none; */
	display: block;
	margin-bottom: 20px;
}
/*
@media screen and (max-width: 820px) {
	.catalog-for-index {
		display: block;
		margin-bottom: 20px;
	}
}
*/













/* Magnific Popup */
.popup-content {
	width: 100%;
	min-height: 100%; /* я */
	margin: 0 auto;
	background: #ffffff;
	padding: 25px 0px;
}
.popup-content .wrapper {
	max-width: 860px;
}

.popup-menu {
	width: 100%;
	min-height: 100%; /* я */
	margin: 0 auto;
	background: #061f62;
  background: -moz-radial-gradient(center, circle cover, #1642a2 0%, #061f62 100%);
  background: -webkit-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: -o-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: -ms-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
	color: #ffffff;
}

/* меню в попап-окне */
.main-menu {
	width: 100%;
}
.main-menu ul {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 35px 0px;
	text-align: center;
}
.main-menu ul li {
	list-style: none;
	margin: 0;
	padding: 10px 0px;
	text-align: center;
}
.main-menu ul li a {
	/* display: block; */
	color: #ffffff;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	/* bo-rder: 1px solid rgba(255,255,255,0.15);
	b-ackground: rgba(0,0,0,0.1); */
	background: transparent;

}
.main-menu ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.main-menu ul li.active a, .main-menu ul li.active a:hover {
	color: #ffffff;
	text-decoration: underline;
}





/*
	background: #367497;
	background: -moz-linear-gradient(top,  #418db9 0%, #2e6787 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#418db9), color-stop(100%,#2e6787));
	background: -webkit-linear-gradient(top,  #418db9 0%,#2e6787 100%);
	background: -o-linear-gradient(top,  #418db9 0%,#2e6787 100%);
	background: -ms-linear-gradient(top,  #418db9 0%,#2e6787 100%);
	background: linear-gradient(top,  #418db9 0%,#2e6787 100%);
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 5px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 5px;
*/





/* breadcrumb */
.breadcrumb {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	list-style: none;
	background: none;
}
.breadcrumb > li {
	display: inline;
	*display: inline;
	font-size: 0.8rem;
	line-height: 1.1;
	font-family: 'Open Sans', sans-serif;
	/* text-transform: uppercase; */
	font-weight: 400;
}
.breadcrumb > li > .divider {
	padding: 0 3px;
	color: #ccc;
}
.breadcrumb > li:first-child  {
	display: none;
}
.breadcrumb > .active {
	color: #999;
}
.breadcrumb a {
	color: #999;
}
.breadcrumb a:hover {
	color: #222222;
}
.breadcrumb span.icon-location {
	display: none;
}


/* Для главной фото адвоката */
.about {
	width: 100%;
	display: -webkit-flex;
	display: flex;
}
.about-text {
	flex: 1 1 70%;
	padding-right: 50px;
}
.about-foto {
	flex: 1 1 30%;
	min-width: 350px;
}
.about-foto img.asanov-foto {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media screen and (max-width: 960px) {
	.about {
		display: block;
		width: 100%;
	}
	.about-text {
		display: block;
		width: 100%;
		padding-right: 0px;
	}
	.about-foto {
		display: block;
		width: 100%;
		min-width: 100%;
		padding-top: 10px;
	}
}
@media screen and (max-width: 400px) {
	.about-foto img.asanov-foto {
		width: 100%;
		min-width: 100%;
	}
}

.upper {
	text-transform: uppercase;
}
.cv {
	background: #ffffff;
	padding: 25px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	/* border: 1px solid #ddd; */
	/* border-left: 1px solid #061f62;	 */
	color: #555555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.cv:hover {
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 7px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 7px;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 7px;
}
img.icon-about {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	border: none;
}

/* Для главной страницы */
/*
.for-index-1 {
	width: 100%;
	margin: 0;
	padding: 20px 0px;
	background: #ffffff;
}
.for-index-1 h2 {
	font-weight: 400;
}
*/
.obrativshis {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.obrativshis-one {
	flex: 1 1 250px;
	margin: 15px;
	padding: 2px 20px;
	border-left: 1px solid #061f62;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	b-ackground: #ffffff; */
}
/*
.obrativshis-one:hover {
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 7px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 7px;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 7px;
}
*/
.obrativshis-one p {
	margin-bottom: 1px;
}
/*
.number {
	width: 40px;
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2.3rem;
	color: #061f62;
}
*/
@media screen and (max-width: 780px) {
	.obrativshis {
		display: block;
		width: 100%;
		margin: 0;
	}
	.obrativshis-one {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 600px) {
	.obrativshis-one p {
		font-size: 0.9rem;
	}
}







/* Для главной страницы */
/*
.for-index-2 {
	width: 100%;
	margin: 0;
	padding: 20px 0px;
	background-image: url(../images/bg_green.jpg);
	background-size: cover;
	background-position: 50% 0%;
	color: #ffffff;
}
.for-index-2 h2 {
	font-weight: 400;
}
*/


ul.preimush  {
	margin-left: 17px;
	margin-top: 23px;
}
ul.preimush  li  {
	list-style: none;
	padding-left: 33px;
	padding-bottom: 15px;
	background-image: url(../images/icon_li.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}


a.small-buttton {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 12px;
	border: 1px solid #061f62;
	font-size: 1.05rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border: 1px solid #061f62;
	background: #061f62;
    background: -moz-radial-gradient(center, circle cover, #4493cb 0%, #061f62 100%);
    background: -webkit-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -o-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -ms-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.small-buttton:hover {
	color: #061f62;
	text-decoration: none;
	border: 1px solid #061f62;
	background: #ffffff;
}


a.dashed-buttton {
	color: #222222;
	text-decoration: none;
	font-size: 1.15rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px dashed #222222;
	background: transparent;
}
a.dashed-buttton:hover {
	color: #061f62;
	text-decoration: none;
	border-bottom: 1px dashed #061f62;
	background: transparent;
}



/* Контакты */
.contacts {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.contacts-text {
	flex: 1 1 35%;
	padding-right: 50px;
}
.contacts-cart {
	flex: 1 1 65%;
	min-width: 690px;
}
@media screen and (max-width: 780px) {
	.contacts-text {
		display: block;
		width: 100%;
		padding-right: 0px;
	}
	.contacts-cart {
		display: block;
		width: 100%;
		min-width: 100%;
	}
}
.contacts-text h3 {
	font-weight: 400;
	margin-bottom: 25px;
	font-size: 1.3rem;
}
.contacts-text p {
	margin-bottom: 9px;
}
a.contacts-phone {
	padding-left: 35px;
	background-image: url(../images/icon_phone.png);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	color: #222222;
	text-decoration: none;
}
a.contacts-phone:hover {
	color: #468473;
	text-decoration: none;
}
a.contacts-mail {
	padding-left: 35px;
	background-image: url(../images/icon_mail.png);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	color: #222222;
	text-decoration: none;
}
a.contacts-mail:hover {
	color: #468473;
	text-decoration: none;
}
.contacts-adress {
	padding-left: 35px;
	background-image: url(../images/icon_adress.png);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	color: #222222;
}


/* Blog */

.items-leading > div {
	background: #ffffff;
	padding: 20px;
	border: 1px solid #eeeeee;
	margin-bottom: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.items-leading > div:hover {
	border: 1px solid #061f62;
}

.items-leading .page-header {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
.items-leading  .page-header h2 {
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	border: none;
	font-weight: 400;
	font-size: 1.6rem;

}
.items-leading  .page-header h2 a {
	color: #222222;
	text-decoration: none;
}
.items-leading  .page-header h2 a:hover {
	color: #468473;
	text-decoration: none;
}
dl.article-info {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
dd.published {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	color: #aaaaaa;
}
dd.published span.icon-calendar {
	line-height: 18px;
	padding-right: 16px;
	background-image: url(../images/icon_date.png);
	background-position: 0px 40%;
	background-repeat: no-repeat;
}
p.readmore {
	padding-bottom: 0px;
	margin-bottom: 5px;
}
p.readmore a.btn {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 12px;
	font-size: 1.0rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	background: #061f62;
  background: -moz-radial-gradient(center, circle cover, #1642a2 0%, #061f62 100%);
  background: -webkit-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: -o-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: -ms-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
p.readmore a.btn:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.8;
}
p.readmore span.icon-chevron-right {
	display: none;
}

/* Module blog */
.blog-index {
	background-color: #f2f2f2;
	background-image: url(../images/bg_news.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/* background-size: cover; */
}
.blog-index .wrapper {
	position: relative;
}

.left-news {
	display: block;
}
.left-news ul.newsflash-horiz  li {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.left-news ul.newsflash-horiz  li  p {
  font-size: 1.0rem;
}
@media screen and (max-width: 820px) {
	.left-news {
		display: none;
	}
}
ul.newsflash-horiz {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
ul.newsflash-horiz li {
	/* flex: 1 1 31%; */
	flex: 1 1 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 10px 0;
	padding-bottom: 25px;
	margin: 0;
	background: #ffffff;
	/* border: 1px solid #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	*/
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
ul.newsflash-horiz li:hover {
	bo-rder: 1px solid #061f62;
}
ul.newsflash-horiz li:first-child {
	margin-left: 0;
}
ul.newsflash-horiz li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 820px) {
	/*
	.blog-index {
		background: #f2f2f2;
	}
	*/
	ul.newsflash-horiz {
		display: block;
		width: 100%;
		margin: 0;
	}
	ul.newsflash-horiz li  {
		display: block;
		width: 100%;
		min-width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
}
h4.newsflash-title {
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 13px;
	border: none;
	font-weight: 700;
	font-size: 1.1rem;
}
h4.newsflash-title a {
	color: #222222;
	text-decoration: none;
}
h4.newsflash-title a:hover {
	color: #468473;
	text-decoration: none;
}
a.readmore {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	background: #061f62;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
a.readmore:hover {
	color: #ffffff;
	text-decoration: none;
	background: #01405c;
}


.vse-novosti {
	position: absolute;
	top: 45px;
	right: 40px;
}
@media screen and (max-width: 820px) {
	.vse-novosti {
		display: none;
	}
}

/* -------------------------------- */
.pagination {
	margin: 18px 0;
}
.pagination p.counter {
	color: #888888;
	font-size: 0.9rem;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 5px;
	width: 25px;
	font-size: 0.9rem;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
	text-align: center;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.icon-previous:before,
.icon-backward:before {
	content: "<";
}
.icon-next:before,
.icon-forward:before {
	content: ">";
}
.icon-first:before {
	content: "<<";
}
.icon-last:before {
	content: ">>";
}

.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}





footer {
	width: 100%;
	margin: 0;
	padding: 20px 0px;
	padding-bottom: 10px;
	/* background: #061f62;
  background: -moz-radial-gradient(center, circle cover, #4493cb 0%, #061f62 100%);
  background: -webkit-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
  background: -o-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
  background: -ms-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
  background: radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%); */
  background: #061f62;
  background: -moz-radial-gradient(center, circle cover, #1642a2 0%, #061f62 100%);
  background: -webkit-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: -o-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: -ms-radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
  background: radial-gradient(center, circle cover, #1642a2 0%,#061f62 100%);
	color: #ffffff;
}
footer a, footer a:hover {
	color: #ffffff;
}
footer hr {
	margin: 22px 0;
	border: 0;
	border-top: 1px solid rgba(255,255,255,0.23);
	border-bottom: none;
}

.footer-box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.footer-left {
	flex: 1 1 70%;
	margin: 0;
	padding: 0;
	padding-right: 40px;
}
.footer-left .p-phone {
	padding-top: 0px;
	white-space: nowrap;
	padding-left: 35px;
	background-image: url(../images/icon_phone_white.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-size: 1.1rem;
	line-height: 1.4em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.footer-right {
	flex: 1 1 30%;
	margin: 0;
	padding: 0;
	text-align: right;
}
@media screen and (max-width: 960px) {
	footer  {
		text-align: center;
	}
	.footer-left {
		display: block;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	.footer-left .p-phone {
		background-image: none;
	}
	.footer-right {
		display: block;
		width: 100%;
		min-width: 100%;
		text-align: center;
	}
}


a.buttton-in-footer {
	color: #061f62;
	text-decoration: none;
	border: none;
	background: #ffffff;
	padding: 5px 30px;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.buttton-in-footer:hover {
	color: #ffffff;
	text-decoration: none;
	border: none;
	background: #4493cb;
}
@media screen and (max-width: 480px) {
	a.buttton-in-footer {
		padding: 3px 20px;
		font-size: 1.1rem;
	}
}
.copyrr {
	text-align: center;
	font-size: 0.9rem;
}
.promo {
	text-align: center;
	font-size: 0.7rem;
}

.metrika {
  display: block;
  width: 90px;
  margin: 20px auto;
  text-align: center;
}



.naverx {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.naverx a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.2);
	background-image: url(../images/icon_top.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	text-indent: -9999em; /* скрытие */
}
.naverx a:hover {
	text-decoration: none;
	background-color: #4493cb;
}




/* Feedback */
.formpopup {
	/*
	width: 80%;
	margin: 0 auto;
	*/
	margin: 0;
	padding: 0;
}
.formpopup .messageok {
	margin: 0;
	padding: 0;
	padding-bottom: 100px;
}
.formpopup .messageok h3 {
	font-weight: 700;
	text-transform: uppercase;
}
.formpopup .messageok h4 {
	color: #666;
	font-weight: 400;
}
.formpopup form,
.formpopup fieldset {
	margin: 0; padding: 0;
	border-style: none;
	margin-top: 0;
}
.formpopup input,
.formpopup textarea,
.formpopup select,
.formpopup button {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/* max-width: 700px; */
	resize: none;
	margin: 0 auto;
	margin-bottom: 20px;
	-webkit-appearance:none;
	appearance:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	outline: 0;
	border: 1px solid #ddd;
	padding: 15px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Open Sans', Helvetica;
	font-size: 1.0rem;
	/* f-ont-weight: 300; */
	color: #222;
	vertical-align: middle;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.formpopup textarea{
	height: 150px;
	resize: none;
	overflow: auto;
}
/* кнопка отправить */
.formpopup button {
	max-width: 220px;
	margin: 20px auto;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 1.3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border: none;
	background: #061f62;
    background: -moz-radial-gradient(center, circle cover, #4493cb 0%, #061f62 100%);
    background: -webkit-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -o-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: -ms-radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
    background: radial-gradient(center, circle cover, #4493cb 0%,#061f62 100%);
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	clear: both;
	text-align: center;
	white-space: nowrap;
}
.formpopup button:hover {
	color: #ffffff;
	text-decoration: none;
	background: #061f62;
}
.formpopup input:focus,
.formpopup textarea:focus {	/* поля при клике на них не будут подсвечиваться рамкой и другой цвет */
	border: 1px solid #061f62;
	outline: 0;
	outline-color: transparent;
	background: rgba(255,255,255,0.99);
}
.formpopup input.error,
.formpopup textarea.error {
	color: #c00000;
	border: 1px solid #c00000;
	background: rgba(255,255,255,0.6);
}
.formpopup input.error:focus,
.formpopup textarea.error:focus {
	color: #c00000;
	border: 1px solid #c00000;
	background: rgba(255,255,255,0.99);
}
/* метка над полем и ее положение */
.formpopup .labelposition {
	display: block;
	margin: 0; padding: 0;
	position: relative;
}
.formpopup label.error {
    display: block;
	position: absolute;
	top: 7px;
	right: 0;
	margin: 0;
	padding: 0;
    border: 0;
    vertical-align: baseline;
	clear: both;
	text-indent: -9999em; /* скрытие меток с комментарием к полю в случае ошибки */
}
@media screen and (max-width: 780px) {
	.formpopup .messageok {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 360px) {
	.formpopup button {
		width: 100%;
		max-width: 100%;
	}
	.formpopup .messageok {
		padding-bottom: 30px;
	}
}


.catalog-for-index .jshop_list_category a {
  /* display: block; */
}

.catalog-for-index .jshop_list_category a:first-child,
.catalog-for-index .jshop_list_category a:nth-child(2)  {
	/* display: none; */
}

.catalog-for-index .jshop_list_category2 .swiper-slide:first-child,
.catalog-for-index .jshop_list_category2 .swiper-slide:nth-child(2)  {
	display: none;
}


.catalog-for-index .jshop_list_category a:nth-child(3),
.catalog-for-index .jshop_list_category a:nth-child(4)  {
	/* display: block; */
}

.jshop_list_category_main a:first-child,
.jshop_list_category_main a:nth-child(2)  {
	display: none;
}

.jshop_list_category .kategoru_listin a {
	display: block;
}
.kategoru_listin > li:nth-child(2) a,
.kategoru_listin > li:first-child  a {
	color: #a8160a;
	font-weight: 400;
}


.announce-me {
	display: -webkit-flex;
	display: flex;
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 20px;
	background: #f2f2f2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.announce-me__text {
	flex: 1 1 32%;
	margin: 0;
	margin-right: 1%;
	padding: 0;
	padding: 3px 6px;
}
.announce-me__input {
	flex: 1 1 46%;
	margin: 0;
	margin-right: 1%;
	padding: 0;
}
.announce-me__button  {
	flex: 1 0 20%;
	margin: 0;
	padding: 0;
}
.announce-me__input input {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	margin: 0;
	outline: 0;
	border: 1px solid #ddd;
	padding: 3px 6px;
	font-family: 'Open Sans', Helvetica;
	font-size: 1.0rem;
	font-weight: 400;
	color: #222;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.announce-me__input input:focus {
	border: 1px solid #777;
	outline: 0;
	outline-color: transparent;
}
.announce-me__button button {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	margin: 0;
	outline: 0;
	border: 1px solid #ddd;
	padding: 3px 6px;
	font-family: 'Open Sans', Helvetica;
	font-size: 1.0rem;
	font-weight: 400;
	color: #fff;
	background: green;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.announce-me__button button:hover {
	color: #ffffff;
	text-decoration: none;
	background: #061f62;
}

@media screen and (max-width: 620px) {
	.announce-me {
		flex-wrap: wrap;
	}
	.announce-me__text,
	.announce-me__input,
	.announce-me__button {
		flex: 1 1 100%;
		margin: 0;
		margin-bottom: 10px;
		margin-right: 0;
		padding: 0;
	}
}



.enter-page-bg {
  width: 100%;
  min-height: 100vh;
  background: #063877 url(../images/enter-page-bg.jpg) 0 0 repeat;
  /* background: #013c6f;
  background: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #0f538d, #00223f);
  background: -o-radial-gradient(circle farthest-corner at 50% 50%, #0f538d, #00223f);
  background: -moz-radial-gradient(circle farthest-corner at 50% 50%, #0f538d, #00223f);
  background: radial-gradient(circle farthest-corner at 50% 50%, #0f538d, #00223f); */
  /* overflow: hidden; */
}
.enter-page-box {
  position: relative;
  display: -webkit-flex;
	display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 100vh;
  padding: 30px;
}
.enter-page-content {
  display: -webkit-flex;
	display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 610px;
  margin: auto;
}
.enter-page-content-m {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto;
}
.enter-page-content__logo {
  display: -webkit-flex;
	display: flex;
  padding-bottom: 20px;
}
.enter-page-content__logo-img-wr {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto 0;
}
.enter-page-content__logo-text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto 0;
  padding-left: 13px;
}

.enter-page-content__title {
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 1px 1px 1px #00223f;
  font-size: 2.4rem;
  font-weight: 700;
}
.enter-page-content__subtitle {
  color: #fff;
  text-shadow: 0 1px 1px #00223f;
  font-size: 1.3rem;
}
.enter-page-content__logo-img {
  max-width: 100%;
  border: 0;
}

.enter-page-content__img-wr {
  position: relative;
}
.enter-page-content__img {
  position: relative;
  -webkit-animation-name: bgimage3;
	-moz-animation-name: bgimage3;
	-ms-animation-name: bgimage3;
	-o-animation-name: bgimage3;
    animation-name: bgimage3;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
  animation-duration: 4s;
  max-width: 100%;
  border: 0;
  border-radius: 10px;
  z-index: 1;
}
.enter-page-content__ex {
  position: absolute;
  bottom: 25px;
  left: 20px;
  max-width: 270px;
  margin: 0;
  z-index: 2;
  -webkit-animation-name: bgimage2;
	-moz-animation-name: bgimage2;
	-ms-animation-name: bgimage2;
	-o-animation-name: bgimage2;
  animation-name: bgimage2;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
  animation-duration: 2s;
}

.enter-page-content__slogan {
  position: absolute;
  top: 25px;
  left: 20px;
  max-width: 70%;
  text-align: left;
  color: #fff;
  text-shadow: 0 1px 1px #00223f;
  font-size: 1.3rem;
  line-height: 1.2;
  font-style: italic;
  z-index: 2;
}

.enter-page-box__text {
  flex: 0 0 auto;
  /* position: absolute;
  width: 90%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); */
  color: #4a90cd;
  text-shadow: 0 1px 1px #00223f;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}
.enter-page-box__text a {
  color: #4a90cd;
  text-decoration: underline;
}
.enter-page-box__text a:hover {
  color: #fff;
  text-decoration: none;
}



@media screen and (max-width: 768px) {
  .enter-page-box {
    padding: 20px;
    padding-bottom: 55px;
  }
  .enter-page-content__logo {
    display: block;
    padding-bottom: 20px;
  }
  .enter-page-content__logo-img-wr {
    display: block;
    text-align: center;
  }
  .enter-page-content__logo-text {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .enter-page-content__ex {
    position: static;
    bottom: auto;
    left: auto;
    margin: 20px auto;
  }
  .enter-page-content__title {
    font-size: 1.7rem;
  }
  .enter-page-content__subtitle {
    font-size: 1.1rem;
  }
  .enter-page-content__slogan {
    position: static;
    left: auto;
    top: auto;
    max-width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
}

@-webkit-keyframes bgimage3 {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes bgimage3 {
   0% { opacity: 0; }
    100% { opacity: 1; }
}
@-ms-keyframes bgimage3 {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes bgimage3 {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes bgimage3 {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes bgimage {
    0% { -webkit-transform: rotateY(0); opacity: 0; }
    100% { -webkit-transform: rotateY(360deg); opacity: 1; }
}
@-moz-keyframes bgimage {
    0% { -webkit-transform: rotateY(0); opacity: 0; }
    100% { -webkit-transform: rotateY(360deg); opacity: 1; }
}
@-ms-keyframes bgimage {
    0% { -webkit-transform: rotateY(0); opacity: 0; }
    100% { -webkit-transform: rotateY(360deg); opacity: 1; }
}
@-o-keyframes bgimage {
    0% { -webkit-transform: rotateY(0); opacity: 0; }
    100% { -webkit-transform: rotateY(360deg); opacity: 1; }
}
@keyframes bgimage {
    0% { -webkit-transform: rotateY(0); opacity: 0; }
    100% { -webkit-transform: rotateY(360deg); opacity: 1; }
}

/* */
@-webkit-keyframes bgimage2 {
    0% { -webkit-transform: scale(0); opacity: 0; }
    100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes bgimage2 {
    0% { -webkit-transform: scale(0); opacity: 0; }
    100% { -webkit-transform: scale(1); opacity: 1; }
}
@-ms-keyframes bgimage2 {
    0% { -webkit-transform: scale(0); opacity: 0; }
    100% { -webkit-transform: scale(1); opacity: 1; }
}
@-o-keyframes bgimage2 {
    0% { -webkit-transform: scale(0); opacity: 0; }
    100% { -webkit-transform: scale(1); opacity: 1; }
}
@keyframes bgimage2 {
    0% { -webkit-transform: scale(0); opacity: 0; }
    100% { -webkit-transform: scale(1); opacity: 1; }
}


.label-for-index-news {
  display: inline-block;
  padding: 3px 10px;
  background: #eee;
  margin-bottom: 10px;
}


.ex-for-desktop {
  display: block;
}
.ex-for-mobile{
  display: none;
}
@media screen and (max-width: 768px) {
  .ex-for-desktop {
    display: none;
  }
  .ex-for-mobile{
    display: block;
  }
}


.category.table {
	width: 100%;
}
.category.table td.list-title {
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 3px;
}
.category.table tr {
	transition: all 0.3s ease;
}
.category.table tr:nth-child(odd) {
	background-color: #f5f5f5;
}
.category.table tr:hover {
	background-color: #eee;
}
