* {
	box-sizing: border-box;
}

body {
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: white;
	word-break: break-word;
}
body, p, td {
	color: #555;
	font: 16px 'Gotham Pro', 'arial', serif;
	line-height: 140%;
}
form {
	margin: 0;
	padding: 0
}
#pageOver {
	position: relative;
}
div.page {
	width: 100%;
	max-width: 1440px;
	margin: 0px auto;
	position: relative;
}
div.clear {
	clear: both;
	font-size: 1px
}
body img {
	border: 0
}
a {
	color: #0070c7;
	outline: none
}
a.a_small {
	color: #0070c7;
	text-decoration: underline;
	font-size: 10px
}
a:hover.a_small {
	text-decoration: underline;
	font-size: 10px
}
h1 {
	font-size: var(--font-large);
	text-align: left;
	line-height: 1.3;
	color: white;
	background-color: var(--color-navy);
	padding: var(--step2);
	margin: var(--step2) 0 var(--step) 0;
	width: max-content;
	max-width: 100%;
	border-radius: var(--step);
}
div.h1 {
	font-size: var(--font-large);
	line-height: 1.3;
	color: var(--color-navy);
	margin: var(--step2) 0 var(--step) 0;
	text-align: left;
	border-radius: var(--step);
}
h2 {
	font: 22px 'Gotham Pro';
	font-weight: 500;
	color: var(--color-navy);
	margin: 15px 0 0 0;
	text-align: left
}
h2 a {
	color: var(--color-navy);
	text-decoration: none
}
h3 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	letter-spacing: 1px;
	margin: 20px 0 10px 0;
	text-align: left
}
h4 {
	font-weight: bold;
	font-size: 14px;
	text-align: left
}
.fBold {
	font-weight: bold
}

.fSmall {
	font-size: 10px
}

.border {
	box-shadow: 0 0 5px #dcdcdc;;
	border-radius: 3px;
}

div.h10 {
	height: 10px
}

div.h50 {
	height: 50px
}

div.h5 {
	height: 5px
}

div.Notes {
	width: auto;
	clear: both;
	margin-bottom: 5px
}

input.text {
	width: 355px;
	background: #e5dfdf;
	border: 1px solid #e5dfdf;
	box-shadow: 0 0 0px #b7b7b7;
	color: black;
	padding: 5px 5px;
	border-radius: 0px
}

input.text:focus {
	box-shadow: inset 0 0 5px #d7d7d7;
}

input.textPhonePref {
	width: 50px;
}

input.textPhoneNum {
	width: 209px;
}

textarea.area {
	width: 355px;
	background: #e5dfdf;
	border: 1px solid #e5dfdf;
	box-shadow: 0 0 0px #b7b7b7;
	color: black;
	padding: 5px 5px;
	border-radius: 0px;
	font-family: arial
}

input.int {
	width: 70px;
	background: white;
	border: 0px;
	box-shadow: 0 0 1px #dadada;
	color: black;
	padding: 5px 5px;
	border-radius: 0px
}

select.text {
	width: 355px;
	background: #e5dfdf;
	border: 1px solid #e5dfdf;
	box-shadow: 0 0 0px #b7b7b7;
	color: black;
	padding: 5px 5px;
	border-radius: 0px
}

.header {
	width: 100%;
	margin-bottom: var(--step2);
}

.header > #logo {
	position: relative;
}

.header #logo img {
	max-width: 100%;
	height: auto;
}

div.header .header-top {
	margin-bottom: var(--step);
}

.navi-top > div.item {
	font-size: var(--font-small);
}

.navi-top > div.item > a,
.navi-top > div.item > span {
	text-decoration: none;
	letter-spacing: 1px;
	color: var(--color-25);
	padding: var(--step) var(--step2);
	display: block;
}
.navi-top > div.item {
	position: relative;
}
.navi-top > div.item>a:hover,
.navi-top > div.item.hover>a {
	background-color: var(--color-95);
}

.navi-top > div.item.has-childs>a::after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	color: var(--color-50);
	margin: var(--stepHalf) 0 0 var(--step);
}
.navi-top > div.item.has-childs.hover>a::after {
	content: '\f0d8';
}

.navi-top > div.item.has-childs>ul {
	color: var(--color-50);
	background-color: var(--color-95);
	padding: var(--step2);
	box-shadow: 0 var(--step2) var(--step3) rgba(0,0,0,0.1);
	position: absolute;
	z-index: 21;
}

.navi-top > div.item.has-childs>ul li:not(:last-child) {
	margin-bottom: var(--step);
}

.navi-top > div.item.has-childs>ul a {
	text-decoration: none;
	color: var(--color-50);
}

.navi-top > div.item.last {
	margin-left: auto;
}

.navi-top > div.item.phone>a {
	padding-left: var(--step3);
}

.navi-top > div.item.phone>a::before {
	content: '\F5C1';
	font-family: 'bootstrap-icons';
	position: absolute;
	left: 0;
}

.header > div div.search {
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 2;
}

.header > div div.search input.text {
	width: calc(100% - 20px);
	height: 44px;
	background: #ffffff url(/files/template/mk/ico-search.png) center right
		no-repeat;
	border-radius: var(--step);
}

.header > div div.search input.text:hover {
	background-image: url(/files/template/mk/ico-search-hover.png);
}

.header > div div.search div.act {
	width: 44px;
	height: 44px;
	position: absolute;
	border: 0px solid red;
	cursor: pointer;
	top: 0;
	right: 10px;
}

.header > div div.search div.soc {
	position: absolute;
}

.header > div div.search div.soc a {
	text-decoration: none;
	color: #0d45ad;
	width: 30px;
	text-align: center;
}

.header-icons {
	position: relative;
}

.header-icons a {
	text-decoration: none;
	text-align: center;
	color: var(--color-05);
	margin-left: var(--step2);
	display: inline-block;
}

a#header-icons-cart::after {
	content: attr(data-metrics);
	font-size: var(--font-small);
	color: var(--color-100);
	background-color: rgba(221,0,102,0.8);
	padding: 0 var(--stepHalf);
	min-width: var(--step3);
	height: var(--step3);
	border-radius: var(--step2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: calc(1 * var(--step));
	top: calc(0 * var(--step));
}

.header-icons a .bi {
  font-size: 1.6em;
}

.header-icons a span {
	font-size: var(--font-small);
	display: block;
}

.header-icons .navico a {
	font-size: var(--font-large);
}

#menu {
	min-height: 54px;
	position: relative;
	border-radius: 0px;
}
#menuInn div.item {
	height: 100%;
}

#menuInn div.item a.menu {
	font-weight: 500;
	font-size: var(--font-small);
	color: var(--color-25);
	display: block;
	padding: var(--stepHalf) var(--step2);
}

#menuInn div.item a.menu {
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 20;
}

#menuInn div.item a.menu:hover {
	text-decoration: none;
}

#menuInn div.itemSel {
	background: var(--color-pink);
	border-radius: var(--step);
}

#menuInn div.itemSel a.menu {
	color: white;
}

#menuInn div.itemSel a.menu:hover {
	color: black
}

#menuInn div.itemSubInn2 {
	width: auto;
	float: left;
}

#menuInn div.itemSub {
	display: none;
	position: absolute;
	z-index: 11;
}

#menuInn div.itemSub div.itemSubInn a.menuSub {
	text-decoration: none;
	color: var(--color-25);
	padding: var(--step);
	border-radius: var(--step);
	display: block;
	width: 200px;
}

#menuInn div.itemSub div.itemSubInn:hover {
	background: var(--color-98);
}

#menuInn div.itemSub div.itemSubInn:hover a.menuSub {
	text-decoration: underline;
}

#menuInn div.itemSub div.itemSubInn a.menuSubSel {
	background: white;
	color: #2091d9
}

#menuInn div.itemSub div.itemSubInn:hover a.menuSubSel {
	color: #2091d9;
	text-decoration: none
}

#menuInn div.itemSub div.itemSubInn div.itemSub3 {
	background: transparent;
	display: none;
	position: absolute;
	padding: var(--step);
	width: 673px;
	min-height: calc(100% + var(--step2));
	z-index: 10;
	top: calc(-1 * var(--step));
	left: calc(200px);
}

#menuInn div.itemSub div.itemSubInn div.itemSub3 a {
	color: var(--color-25);
	text-decoration: none;
	padding: var(--step);
	border-radius: var(--step);
	display: block;
	
}

#menuInn div.itemSub div.itemSubInn div.itemSub3 a:hover {
	background-color: var(--color-98);
	text-decoration: underline;
}

#menuInn div.itemSub div.itemSubInn div.itemSelDyn {
	background: #ffffff;
	border: 0px solid red;
	border-radius: 0px
}

#menuInn div.itemSub div.itemSubInn div.itemSub3 div.itemSub3Inn2 {
	width: 200px;
	float: left;
	margin-right: var(--step3);
}

#menuInn div.itemSelDyn a.menu {
	background: var(--color-95);
	border-bottom: 0px;
	border-radius: var(--step) var(--step) 0 0;
}

#menuInn div.itemSelDyn2 {
	background: var(--color-100);
	border: 1px solid var(--color-95);
	box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
	z-index: 9;
}

#menuInn .itemSub3Inn.itemSelDyn2 {
	margin-left: var(--stepHalf);
	min-height: calc(100% + var(--step));
}

#bottom {
	font-size: var(--font-small);
	color: var(--color-100);
	background: var(--color-navy);
	border-radius: var(--step) var(--step) 0 0;
	overflow: hidden;
}

#bottom a {
	color: white;
	text-decoration: none
}

#bottom #bottomInn {
	
	position: relative;
	width: auto;
}

#bottom #bottomInn #bottomCopys {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 10px; 
}
#bottom #bottomInn #bottomCopys2 a {
	display: inline-block;
	margin: 0 10px; 
}

#bottom #bottomInn #makers {
	font-size: 10px;
	margin-right: 0px !important;
	float: left;
	margin-top: 14px;
}

#bottom #bottomInn #makers a {
	
}

#bottom #bottomInn #icons {
}

#bottom #bottomInn #icons div.title {
	text-transform: uppercase;
	font: 14px 'Gotham Pro';
	font-weight: 900;
	margin-bottom: 5px;
}

#bottom #bottomInn #icons a {
	display: inline-flex;
	align-items: center;
	margin: 0 10px
}

#bottom #bottomInn #icons a img {
	display: block;
	margin-right: 5px;
}

#bottom #bottomInn div.bottomBlocks div.menubottom {
	width: auto;
	padding: 0 15px;
	
}

#bottom #bottomInn div.bottomBlocks div.menubottom div.item {
	margin: 20px 0px 20px 0px;
}

#bottom #bottomInn div.bottomBlocks div.menubottom a {
	color: white;
	text-decoration: none;
}

#bottom #bottomInn div.bottomBlocks div.menubottom a:hover {
	text-decoration: underline;
}

#bottom #bottomInn div.bottomBlocks div.menubottomlast {
	margin-right: 0px !important;
	width: 128px;
}

#bottom #bottomInn div.bottomBlocks #menubottomSel a {
	font-weight: bold
}

#bottom #bottomInn #aboutbottom {
	width: 940px;
	text-align: justify;
	font: 11px 'arial';
	border-top: 1px solid #dedede
}

#bottom #bottomInn #aboutbottom div.item {
	width: 48%;
	float: left
}

#bottom #bottomInn #aboutbottom div.itemright {
	float: right
}

#bottom #bottomInn #aboutbottom p {
	text-align: justify;
	font: 11px 'arial'
}

#margBlock {
	background: #ffffff;
	position: relative;
}

#margBlock .wrapper.pps_flex_margin_medium {
	overflow: inherit;
}

#people {
	position: relative;
	padding: 0 0px;
	border-bottom-width: 0px;
}

#people .mytext {
	border: 1px solid #ededed;
	margin: 20px 0 10px 0;
	padding: 20px;
	color: #333;
}

#people .mytext p {
	color: #555;
	line-height: 150%;
}
#people .mytext p:first-child {
	margin-top: 0;
}

#people .mytext p:last-child {
	margin-bottom: 0;
}
#people .mytext ol li,
#people .mytext ul li {
	line-height: 140%;
	margin-bottom: 10px;
	color: #555
}

#people div.mItemDir {
	margin-top: 0px;
}

#people div.mItemDir div.item {
	overflow: hidden;
	position: relative;
}

#people div.mItemDir div.itemlast {
	margin-right: 0px
}

#people div.mItemDir div.item div.img {
	z-index: 1;
}

#people div.mItemDir div.item div.img a {
	display: block;
	color: #161a3d;
	font: 14px 'Gotham Pro';
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.mItemDir div.item div.img a span {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#way, #way a {
	font-size: var(--font-tiny);
	text-decoration: none;
	color: var(--color-50);
}

#way a:hover {
	color: var(--color-25);
}

#way>section {
	text-align: left;
	background: var(--color-95);
	padding: var(--stepHalf);
	border-radius: var(--step);
	position: relative;
}

#way div.items {
	width: auto;
	float: left;
	padding: var(--step) var(--step2) var(--step) var(--step2);
	position: relative;
}
#way div.items:not(:last-child)::after {
	content: '/';
	position: absolute;
	right: calc(-1 * var(--stepHalf));

}

#way div.itemslast {
	background: none
}



#way #way2 {
	overflow: hidden;
}

#way #yashare {
	padding-left: 10px;
}

#way .way-share {
	margin-left: auto;
}

#way .way-share i {
	font-size: var(--font-medium);
}

#imgItems {
	margin: 10px 0;
	border-bottom: 0px solid #0080C0
}

div.imgItem {
	width: 200px;
	border-left: 6px solid #0080C0;
}

div.imgItem img {
	display: block
}

div.imgItem span {
	display: block;
	color: #6e6e6e;
	font-size: 10px;
	text-align: center
}

#left {
	width: 300px;
	float: left
}

#center {
	width: 600px;
	float: left;
	min-height: 600px;
}

div.child {
	padding: 15px 5px 0 5px;
	margin-bottom: 10px
}

div.childItem {
	padding: 5px;
	width: auto;
	float: left;
	margin-right: 20px
}

#childItemSel {
	background: #dbedcc
}

#childItemSel a {
	color: black;
	font-weight: bold !important
}

#rightBlock {
	width: 185px;
	float: right
}

#rightBlock div.bannerLeftImg img {
	border-radius: 5px 0 0 5px;
	border: 1px solid #c3c3c3;
	border-right: 0
}

div.button {
	width: auto;
	float: left;
	margin-right: 5px;
	border-radius: 0px;
	overflow: hidden;
	height: 20px;
}

div.button a {
	display: block;
	color: #494949;
	text-transform: none;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding: 2px 10px 5px 10px;
}

div.button span {
	display: block;
	color: #ffffff;
	background: #af526b;
	text-transform: none;
	font-size: 14px;
	text-align: center;
	padding: 2px 10px 3px 10px;
}

div.button #tpSel {
	
}

div.button:hover {
	box-shadow: 0px 0px 5px #b4b4b4;
	background: #af526b;
}

div.button:hover a {
	color: white
}

div.buttongray {
	background: silver;
}

div.buttonpink {
	background-image: url(/files/template/buttons/buttonpink.jpg);
	border: 1px solid #9e01cb;
	border-bottom: 3px solid #510077;
	border-right: 2px solid #510077;
}

div.buttongray:hover {
	background-image: url(/files/template/buttons/buttongray.jpg);
}

div.buttonpink:hover {
	background-image: url(/files/template/buttons/buttonpinkhover.jpg);
}

div.button:hover a {
	color: #ffffff !important
}

div.buttonsel {
	box-shadow: 0px 0px 10px #333333;
	background: #3d828e
}

div.buttontext {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px
}

div.buttoncbx {
	width: 100%;
	max-width: 250px;
	height: 35px;
	background: #3153af url(/files/template/mk/bg-button.png) bottom right no-repeat;
	padding: 5px 20px 0 20px;
	box-shadow: 2px 2px 0px #ababab;
	display: inline-block;
}

div.buttoncbxgray {
	background: #d1cccc url(/files/template/mk/bg-button-gray.png) bottom
		right no-repeat;
}

div.buttoncbxheight {
	height: auto;
	padding-bottom: 10px;
}

div.buttoncbx select {
	margin: 0;
	padding: 0px 0px 0px 10px;
	width: 100%;
	max-width: 100%;
}

div.buttoncbx textarea {
	margin: 0;
	padding: 0px 0px 0px 10px;
	width: 100%;
	font: 12px arial;
}

div.buttoncbx a {
	color: white;
	text-transform: uppercase;
	font: 15px "Gotham Pro";
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 -1px 0 #800c4d;
	padding: 0px 10px 0px 10px;
}

div.subs {
	display: none
}

div.subsItem {
	padding-left: 0px;
	background: url(/files/template/bullet.jpg) 2px 8px no-repeat;
	margin-left: 5px;
	padding-left: 15px
}

#subsSel a.subs {
	color: #ce64ff
}

#subsSel2 a {
	color: #ce64ff
}

#iform {
	margin-top: 10px
}

#itext {
	width: 186px;
	border: 1px solid #666666;
	background: #f3eded;
	padding: 3px;
	border-radius: 10px
}

div.bannerLeft {
	width: 223px !important;
}

div.bannerLeftImg {
	padding: 0px !important;
	margin: 0px !important;
}

div.bannerLeftText {
	background: #eaf1eb;
	padding: 5px 5px 10px 10px !important;
	margin: 0px !important;
	margin-top: 0px !important;
	font-size: 13px;
	text-transform: uppercase
}

div.bannerLeftText a {
	color: #2179cb !important;
	font-style: normal !important
}

div.bannerLeftFunc {
	width: 184px !important;
	background: #eaeaea;
	border-radius: 10px 0px 0px 10px;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	margin-top: 18px;
}

div.bannerLeftFuncInn {
	padding: 10px 10px 10px 10px;
}

div.bannerLeftFuncInn div.titleo {
	font-size: 16px;
	font-variant: small-caps;
	padding-left: 0px;
}

div.bannerLeftFuncInn div.titleo a {
	color: black;
	text-decoration: none
}

#bannerLeftTextFirst {
	margin: 0px !important;
	margin-top: 5px !important;
	width: 261px;
	height: 260px;
	position: absolute;
	top: 10px;
	left: 435px;
	line-height: 24px;
	border: 0px solid red;
	background: url(/files/template/fbannertext.png)
}

#bannerLeftTextFirst td {
	font-size: 17px;
	text-transform: uppercase
}

#bannerLeftTextFirst a {
	color: #2179cb !important;
	font-style: normal !important;
}

#bannerLeftTextFirstInn {
	padding: 60px 30px 30px 30px
}

#bannerLeftTextFirstInn td {
	line-height: 24px
}

#brands {
	border: 0px solid red;
	width: 951px;
	margin: 20px 0
}

#brands div.title {
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
	margin-bottom: 5px;
}

#brands div.brandsItem {
	width: 237px;
	float: left;
	margin-left: 0px;
	font-size: 13px;
}

#brands div.brandsItem a {
	color: #333333;
	display: block;
	padding: 5px
}

input.itext {
	width: 200px;
}

.filterDrop {
	cursor: pointer
}

.filterDropTips {
	max-width: 250px;
	background: white;
	border-radius: 5px;
	color: #333333;
	padding: 10px;
	border: 1px solid silver
}

.filterDropTips2 {
	width: 150px;
	background: white;
	border-radius: 5px;
	color: #333333;
	padding: 10px;
	border: 1px solid silver;
	font-weight: bold;
	box-shadow: 0 0 10px #333333
}

div.sravOver {
	position: relative;
	font-size: 11px;
	margin-top: 30px;
	width: 160px;
	margin-left: -40px
}

div.srav {
	border: 0px solid red;
	text-align: right;
	float: left;
	width: 80px;
}

div.srav a {
	text-decoration: underline;
}

div.srav a:hover {
	text-shadow: 0px 0px 2px silver;
	color: black !important;
	text-decoration: none
}

div.club {
	position: relative;
	left: 10px;
	top: -15px
}

div.bannerHead {
	width: 980px;
	margin: 0 auto;
	overflow: hidden
}

#mbLeft {
	width: 157px;
	height: 600px;
	position: fixed;
	margin-left: -150px;
	margin-top: -100px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer
}

#mbRight {
	width: 157px;
	height: 600px;
	position: fixed;
	margin-left: 987px;
	margin-top: -100px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer
}

#firstArea {
	height: 45px;
	width: 100%;
	max-width: 970px;
	margin: 0;
	padding: 0;
	background: url(/files/template/bgmk.jpg) center 0 repeat-x;
}

#firstArea {
	box-shadow: 0px 0px 50px #333333;
	position: relative;
	z-index: 5;
	font: bold 14px 'arial'
}

#firstAreaInn {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	border: 0px solid red;
	position: relative;
}

div.firstAreaBlock {
	width: 470px;
	float: left;
	color: white
}

div.firstAreaBlock a.faHref {
	color: #333333;
	display: block;
	width: auto;
	float: left;
	padding: 10px 10px 5px 30px;
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

div.firstAreaBlock a.faHref:hover {
	color: #737373 !important
}

div.firstAreaBlockRight {
	width: 290px;
	float: right !important
}

div.firstAreaBlock div.title {
	font-weight: bold;
	font-variant: small-caps
}

div.firstAreaBlockReg {
	position: absolute;
	top: 25px;
	right: 82px;
	width: 120px;
	overflow: hidden
}

div.firstAreaBlockReg a.faHref {
	font-weight: bold;
	color: gray;
	padding-top: 0px
}

div.moneymenu {
	width: auto;
	max-width: 768px;
	margin: 10px auto !important;
	text-align: center;
}

div.moneymenu div.item2 {
	text-align: center;
}

div.moneymenu div.item2 img {
	border-radius: 3px;
	box-shadow: 0 0 2px gray;
	width: 88px;
	height: auto;
}

#myPages {
	width: auto;
	float: right;
	background: white;
	padding-bottom: 20px;
}

#myPages div.separate {
	margin-top: 50px;
	clear: both;
	border-top: 0px solid #e3e3e3;
	padding-top: 15px
}

div.buttons {
	margin-top: 20px;
}

div.buttons div.btn {
	width: auto;
	float: left;
	margin-right: 10px;
	background: #3153af url(/files/template/mk/bg-button.png) bottom right
		no-repeat;
	margin-bottom: 10px;
}

div.buttons input.btn {
	font: 15px 'Gotham Pro';
	font-weight: 900;
	color: white;
	text-transform: uppercase;
	border: 0;
	box-shadow: 2px 2px 0px #ababab;
	padding: 8px 24px;
	cursor: pointer;
	border-radius: 3px;
	background: #d1cccc url(/files/template/mk/bg-button-gray.png) bottom
		right no-repeat;
	margin-bottom: 10px;
}


div.buttons input.btnwider {
	width: 100%;
}

div.buttons .btnblue {
	background: #3153af url(/files/template/mk/bg-button.png) bottom right
		no-repeat !important
}

div.buttons .btnpurp {
	background-color: #a6186c !important
}

div.buttons .btngray {
	
}

body div.buttons input.btn.btnblue:disabled {
	background-color: #666666 !important;
}

.tipQue {
	max-width: 240px;
	padding: 10px;
	box-shadow: 0 0 10px #666666;
	background: #f5f5f5
}

p.mkcite {
	background: #e9e9e9;
	padding: 20px 20px 20px 80px;
	font: normal 16px 'Gotham Pro';
	font-weight: 500;
	margin-left: -250px;
	line-height: 24px;
}

strong.mkbold {
	font-family: 'Gotham Pro';
	font-weight: 500;
}

div.discount {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 52px;
	height: 52px;
	overflow: hidden;
	background: #1274c3;
	color: white;
	border-radius: 26px;
	z-index: 2
}

div.discount span {
	display: block;
	text-align: center;
	padding: 17px 0;
	font-size: 16px
}

div.discount50 {
	background: #cd034a
}

div.discount40 {
	background: #ff6600
}

div.discount30 {
	background: #ffb400
}

div.discount20 {
	background: #0da49f
}

div.discount15 {
	background: #1274c3
}

div.discount10 {
	background: #2f12c3
}

div.discount5 {
	background: #9603cd
}

div.winOver {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200000;
	background: white url(/files/template/mk/loader-blue.gif) center 450px
		no-repeat
}

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

table.tablestandart {
	background: #ffffff;
	width: 100%;
	border-collapse: collapse;
	border: 0
}

table.tablestandart tr {
	
}

table.tablestandart p {
	margin: 0
}

table.tablestandart tr td:hover {
	background: #f3f3f3
}

table.tablestandart tr:first-child {
	background: var(--color-navy);
	text-align: center
}

table.tablestandart tr:first-child td {
	background: var(--color-navy);
	color: white;
	font-weight: bold;
	padding: 20px 5px;
	text-align: center
}

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

table.tablestandart tr td {
	background: #f7f7f7;
	padding: 10px;
	border: 4px 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) {
	
}

.sliderside {
	position: fixed;
	width: calc( (100% - 1440px) / 2 );
	max-width: 100%;
	min-height: 150px;
	top: 127px;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
}
.sliderside.sliderside-left {
	text-align: right;
	padding-right: 20px;
}
.sliderside.sliderside-right {
	left: inherit;
	right: 0;
	padding-left: 20px;
}

.price>span {
	font-weight: 700;
	white-space: nowrap;
}
.price>span:after {
	content: ' ₽';
	line-height: 1rem;
}
.price.old>span {
	text-decoration: line-through;
	position: relative;
	padding-right: var(--stepHalf);
	opacity: 0.8;
	
}
.price.old>span:after {
	content: ' ₽';
}
div.events {
	padding-top: 15px;
}
div.eventsmenu {
	position: relative;
}
div.eventsmenu div.item {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	width: auto;
	overflow: hidden;
	position: relative;
}
div.eventsmenu div.item>div {
	height: 100%;
	background: #edf8f6;
	padding: 30px 5px;
}
div.eventsmenu div.item a {
	display: block;
	
	color: #000000;
	text-decoration: none;
}
div.eventsmenu div.item:hover a {
	text-decoration: none;
}

div.eventsmenu div.active>div {
	background: #989898;
}
div.eventsmenu div.active a {
	text-decoration: none;
	color: white
}
div.eventsmenu.eventsmenu-nav div.item {
	text-align: left;
}
div.eventsmenu.eventsmenu-nav div.item>div {
	height: 100%;
	background: #edf8f6;
	padding: 10px 5px;
}
div.form>form .item {
	margin-top: 10px;
}
div.form>form .item>.title {
	font-weight: 600;
	text-transform: uppercase;
}
.cookies-rules {
	color: #000;
	background: rgba(255,255,255,1);
	padding: 20px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.2);
	position: fixed;
	z-index:100;
	border-radius: 10px;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}