@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap&subset=cyrillic');
@font-face {
    font-family: 'rub';
    src: url(/files/fonts/RUBSN.otf);
}

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	background: #fff;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #737373;
	font-size: 14px;
	line-height: 160%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	word-wrap: break-word;
}

body {
	overflow:visible; 
	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	-webkit-flex-flow: column nowrap;
	-webkit-flex: auto;
	display: flex;
	flex-flow: column nowrap;
	flex: auto;
	width: 100%;
	
}

h1 {
	margin: 70px 0 50px 0;
	color: #000;
	font-size: 45px;
	font-weight: 900;
	line-height: 120%
}

h2 {
	margin: 70px 0 50px 0;
	color: #000;
	font-size: 45px;
	font-weight: 900;
	line-height: 100%;
}

h3 {
	margin: 50px 0 30px 0;
	color: #000;
	font-size: 26px;
	font-weight: 900;
}

h4 {
	margin: 30px 0 10px 0;
	color: #000;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}

a {
	color: #138792;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #ec1c24;
}

a.bak:visited {
	color: #002327;
}

div.page {
	width: 100%;
	background: #fff;
}

div.page div.page2 {
	width: 100%;
	max-width: 1280px;
	background: transparent;
	position: relative;
	padding: 0 0px;
	margin: 0 auto;
}

div.page div.page2.page2normal {
	padding-top: 50px;
}

div.page.main {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	background: white;
}

div.page.main h1+div.text {
	max-width: 900px;
	padding-bottom: 20px;
}

/***************/

div.page.footer {
	height: auto;
	min-height: 200px;
	background: #090909;
	padding-top: 50px;
}

div.page.footer>.page2>div>ul.nav.navmenu {
	margin-bottom: 20px;
}

div.page.footer>.page2>div>ul.nav.navmenu>li {
	font-family: 'PT Sans';
	font-size: 14px;
	font-weight: 600;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.page.footer>.page2>div>ul.nav.navmenu>li>a {
	color: #d1d1d1;
	text-decoration: none;
	text-transform: uppercase;
}

/***************/

div.page.footer>.page2>div>div.params {
	margin-bottom: 20px;
}

div.page.footer>.page2>div>div.params>.dt {
	color: #d1d1d1;
}

div.page.footer>.page2>div>div.params>.dd {
	color: #737373;
	margin-top: 5px;
}

div.page.footer>.page2>div>div.params>.dd>a {
	color: #737373;
	text-decoration: none;
}

div.page.footer div.page2 div.soc {
	margin-bottom: 40px;
}

div.page.footer div.page2 div.soc div.item a {
	padding-right: 15px;
	font-size: 14px;
}

div.page.footer div.page2 div.soc div.item a,
div.page.footer div.page2 div.soc div.item a:before {
	text-decoration: none;
	color: #fff;
}

div.page.footer div.page2 div.pay img {
	width: auto;
	display: inline-block;
	margin-left: 5px;
	height: 28px;
	border-radius: 3px;
	opacity: 0.7;
}

div.page.footer div.page2 div.pay img:hover {
	opacity: 1;
}

/***************/

div.page.footer>.page2>div>ul.nav.navsport {
	
}

div.page.footer>.page2>div>ul.nav.navsport>li {
	font-size: 14px;
	font-weight: 600;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.page.footer>.page2>div>ul.nav.navsport>li>a {
	color: #d1d1d1;
	text-decoration: none;
	text-transform: uppercase;
}

div.page.footer>.page2>div>ul.nav.navsport>li>ul>li {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
}

div.page.footer>.page2>div>ul.nav.navsport>li>ul>li>a {
	color: #d1d1d1;
	text-decoration: none;
}

div.page.footer>.page2>div>ul.nav.navcatalog {
	
}

div.page.footer>.page2>div>ul.nav.navcatalog>li {
	padding-top: 4px;
	padding-bottom: 4px;
}

div.page.footer>.page2>div>ul.nav.nav1.navcatalog>li {
	margin-bottom: 20px;
}

div.page.footer>.page2>div>ul.nav.navcatalog>li>a {
	color: #d1d1d1;
	text-decoration: none;
	font-weight: 600;
}

div.page.footer>.page2>div>ul.nav.navcatalog>li>ul {
	margin-top: 10px;
}

div.page.footer>.page2>div>ul.nav.navcatalog>li>ul>li {
	padding-top: 4px;
	padding-bottom: 4px;
}

div.page.footer>.page2>div>ul.nav.navcatalog>li>ul>li>a {
	color: #d1d1d1;
	font-weight: 300;
	text-decoration: none;
	color: #737373;
}

div.page.footer>.page2:nth-child(2) {
	padding-top: 0px;
	
}

div.page.footer>.page2>div>.logo {
	margin-bottom: 15px;
}

div.page.footer>.page2>div>.copy {
	font-size: 12px;
	color: #737373;
	padding-bottom: 25px;
}

div.page.footer>.page2>div>.madein {
	font-size: 12px;
	color: #737373;
}

div.page.footer a:hover,
div.page.footer a:hover::before {
	color: #ec1c24 !important;
}

/***************/

div.page.footer div.page2 div.copyrights div.item {
	text-transform: uppercase;
}

div.page.footer div.page2 div.copyrights div.item a {
	text-decoration: none;
	color: #484848;
}

.page.block-bg1,
.block-bg1 {
	background: #fff;
	border: 1px solid #e5e5e5; 
	box-shadow: inset 0 -3px 6px #f3f3f3;
}

.block-bg2 {
	background: #edeee0;
	box-shadow: inset 0 0px 0px #f3f3f3;
	padding: 10px;
}

.price>span:after {
	content: ' ф';
	font-family: 'rub';
}

.price.priceold>span {
	text-decoration: line-through;
	font-weight: normal;
	color: #737373
}

/**************************/
.breadcrumbs ul>li {
	color: #a3a3a3;
	text-decoration: none;
	font-size: 13px;
}

.breadcrumbs ul>li:after {
	content: '/';
	display: inline-block;
	margin: 0 15px 0 15px;
}

.breadcrumbs ul>li:last-child:after {
	display: none;
}

.breadcrumbs ul>li>a {
	color: #a3a3a3;
	text-decoration: none;
	font-size: 13px;
}

.breadcrumbs + h1 {
    margin-top: 10px;
}
.breadcrumbs + .page>.page2>h1,
.breadcrumbs + .page>.page2>.h1 {
    margin-top: 10px;
}
/**************************/
table.tablestandart {
	background: #ffffff;
	width: 100%;
	border-collapse: collapse;
	border: 0
}

table.tablestandart tr {
	
}

table.tablestandart p {
	margin: 0
}

table.tablestandart tr td:hover {
	
}

table.tablestandart.bak tr:first-child {
	background: #4bacc6;
	text-align: center
}

table.tablestandart.bak tr:first-child td {
	background: #4bacc6;
	color: white;
	font-weight: bold;
	padding: 20px 5px;
	text-align: center
}

table.tablestandart.bak tr:first-child td p {
	color: white;
	font-weight: bold
}

table.tablestandart tr td {
	background: transparent;
	padding: 10px 0;
	border: 0px solid white;
	width: auto;
}

table.tablestandart tr td:first-child {
	font-weight: bold
}

table.tablestandart tr td:first-child p {
	font-weight: bold
}

table.tablestandart tr:nth-child(2) td:nth-child(2) {
	
}

a.as_button_red {
	background: #ec1c24;
	color: #fff;
	max-width: 270px;
	display: inline-block;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none !important;
}

a.as_button_red:hover {
	background: #cc1118;
	color: #fff;
}

.noscroll {
	position: fixed;
	overflow-y: scroll
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0px;
	width: 100%;
	
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% ;
	height: 100%;
}

.privacy-note {
	color: var(--color2);
	background: rgba(255,255,255,.95);
	padding: var(--step2);
	width: calc(100% - var(--step4) * 2);
	max-width: 500px;
	box-shadow: 0 0px var(--step4) rgba(0,0,0,0.2);
	position: fixed;
	z-index:5;
	border-radius: var(--step4);
	bottom: var(--step4);
	right: var(--step4);
	/* transform: translate(-50%, 0); */
}
.privacy-note:hover {
	background: rgba(255,255,255,1);
}

.privacy-note .text {
	line-height: 1.6;
}

.privacy-note div.btn {
	padding: 0;
	max-width: max-content;
	margin: var(--step2) auto 0 0;
}

.privacy-note div.btn>a.btn {
	text-decoration: none;
	color: var(--color-100);
	background-color: var(--color-00);
	padding: var(--step) var(--step2);
	max-width: max-content;
	border-radius: var(--step);
}

.privacy-note div.btn>a.btn:hover {
	color: var(--color-100) !important;
	background-color: #ec1c24;
}

.privacy-note div.btn {
	display: flex;
}

.privacy-note .title {
	font-weight: 600;
}