﻿@charset "utf-8";
/* CSS Document */

/*Обнуление*/
/* *,*:before,*:after{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
} */

*, *:before,*:after{
	padding: 0;
	margin: 0;
	border: 0;
} 

html, body {
	line-height : 125%;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	letter-spacing : normal;
	padding : 0;
	color : #fafafa;
	margin: 0;

}
body.contentpane {
	color : #333333;
	background : none;
	background-color : #ffffff;
}
#wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#top_menu {
	width : 100%;
	float : left;
	height : 40px;
	padding : 0;
	margin : 0;
	overflow : visible;
	background-color : #111;
	background-image : url(../images/top_menu.gif);
	background-repeat : repeat-x;
}
#top_menu_inner {
	overflow : visible;
	height : 38px;
	padding : 0;
	margin : 0;
	padding-top : 2px;
}
#top_menu_top {
	float : left;
	height : auto;
	background-color : #000;
	margin : 0;
	padding : 0;
	width : 100%;
	background-image : url(../images/top.gif);
	background-repeat: repeat-x;
}
#top_menu_top_inner {
	height : auto;
	margin : 0;
	overflow : hidden;
	color : #fafafa;
	padding-left : 5px;
	padding-right : 5px;
	margin-top : 5px;
	padding-top : 5px;
}
#top_menu_top_two {
	float : left;
	height : 40px;
	background-color : #111;
	margin : 0;
	padding : 0;
	width : 100%;
	background-image : url(../images/top_menu_two.gif);
	background-repeat : repeat-x;
}
#top_menu_top_two_inner {
	height : 30px;
	padding : 0;
	margin : 0;
	float : right;
	padding-top : 2px;
}
#logo{
	float : left;
	width: 100%;
	height: 160px;
	color : #999999;
	margin-left : 25px;
	margin-top: 17px;
}
#banner {
	float : right;
	color : #999999;
	padding-top : 35px;
	padding-right : 20px;
}
#banner_inner {
	border : 4px solid #2c2c2c;
	padding : 0;
	margin : 0;
}
#banner_inner:hover {
	border : 4px solid #3c3c3c;
}
.breadcrumbs {
	font-size : 13px;
	overflow : hidden;
	display : block;
	height : 30px;
	line-height : 30px !important;
	line-height : 22px;
	color : #dcdcdc;
	float : left;
	padding-left : 15px;
	font-weight : normal;
	font-variant : small-caps;
}
.breadcrumbs a:hover {
	color : #efefef;
	text-decoration : none;
}
#buttons {
	float : left;
	margin : 2px;
	padding : 2px;
}
ul#mainlevel-nav {
	list-style : none;
	padding : 0;
	margin : 0;
	font-size : 11px;
}
ul#mainlevel-nav li {
	background-image : url(../images/top_nav.gif);
	background-repeat : repeat-x;
	color : #efefef;
	font-weight : bold;
	float : left;
	margin : 0;
	padding : 0;
	border-right : 1px solid #000;
	font-size : 11px;
	height : 35px;
	line-height : 35px;
	white-space : nowrap;
}
ul#mainlevel-nav li a {
	text-align : center;
	font-weight : bold;
	font-size : 11px;
	display : block;
	padding-left : 30px;
	padding-right : 30px;
	text-decoration : none;
	color : #ffffff;
	background : transparent;
}
#buttons > ul#mainlevel-nav li a {
	width : auto;
}
ul#mainlevel-nav li a:hover {
	background-image : url(../images/top_nav_hover.png);
	background-repeat : repeat-x;
	background-position: center top;
	color : #f800c5;
	font-weight : bold;
	padding-left : 30px;
	padding-right : 30px;
	float : left;
	margin : 0;
	font-size : 11px;
	white-space : nowrap;
}
ul#mainlevel-nav li a#active_menu-nav {
	background-image : url(../images/top_nav_active.gif);
	background-repeat : repeat-x;
	color : #ffffff;
	font-weight : bold;
	float : left;
	margin : 0;
	padding-left : 30px;
	padding-right : 30px;
	font-size : 11px;
	height : 35px;
	line-height : 35px;
	white-space : nowrap;
}
ul#mainlevel-nav li a#active_menu-nav:hover {
	background-image : url(../images/top_nav_active_hover.gif);
	background-repeat : repeat-x;
	color : #efefef;
	font-weight : bold;
	text-decoration : line-through;
	float : left;
	margin : 0;
	padding-left : 30px;
	padding-right : 30px;
	font-size : 11px;
	height : 35px;
	line-height : 35px;
	white-space : nowrap;
}
#search_inner {
	padding : 4px 10px 0 0;
	margin : 2px;
	color : #999999;
	font-size : 11px;
}
.search .button {
	color : #fcfcfc;
	background-color : #121212;
	background-image : url(../images/button_bg.png);
	text-align : center;
	font-size : 10px;
	border : 1px solid #2c2c2c;
	padding : 1px 3px 1px 3px;
	margin : 2px 3px 2px 3px;
}
.search .inputbox {
	padding : 2px;
	margin : 2px;
	border : 1px solid #2c2c2c;
	background-color : #121212;
	color : #efefef;
	font-size : 11px;
	float : left;
}
.search .inputbox:hover {
	border : 1px solid #3c3c3c;
	background-color : #111;
}
#header {
	height : 200px;
	width : 1148px;
	padding : 0;
	margin : auto;
	background-color : #111;
	background-image : url(../images/header.jpg);
	background-repeat : repeat-x;
	background-position : left top;
}
#content_top {
	background-image : url(../images/content_top.gif);
	background-repeat : no-repeat;
	height : 28px;
	background-color: #111;
}
#content_top_bar {
	width : 100%;
}
#content_bottom_bar {
	width : 100%;
}
#content_right_top {
	background-image : url(../images/content_right_top.gif);
	background-repeat : no-repeat;
	height : 28px;
	width : 26px;
	float : right;
}
#content_outer {
	width : 100%;
	color : #000;
	padding : 0;
	background-color : #fff;
	background-repeat : repeat-x;
	margin : 0;
}
#main_content {
	float : none !important;
	float : none;
	padding : 5px;
	margin : 0 5px 0 5px;
}
table.content_table {
	width : 100%;
	margin-top : 5px;
	margin-bottom : 5px;
}
.content {
	color : #000;
	width : 100%;
}
#content {
	padding-left : 10px;
	padding-right : 10px;
}
#content_bottom {
	background-image : url(../images/content_bottom.gif);
	background-repeat : no-repeat;
	height : 28px;
	background-color: #111;
}
#content_right_bottom {
	background-image : url(../images/content_right_bottom.gif);
	background-repeat : no-repeat;
	height : 28px;
	width : 26px;
	float : right;
}
#left_outer {
	float : left;
	width : 160px;
	margin : 0;
	padding : 0;
	margin-left: 5px;
}
#left_inner {
	float : none;
	font-size : 11px;
	padding-left : 5px;
	padding-right : 5px;
	width : 190px;
}
#left_inner_float {
	width : 200px;
	float : left;
	background-image : url(../images/left_float.gif);
	background-repeat : repeat-y;
    border-top: 1px solid #333;
}
#right_outer {
	float : left;
	width : 200px;
	padding : 0;
	margin : 0;
	margin-right: 5px;
}
#right_inner {
	float : none;
	font-size : 11px;
	padding-left : 5px;
	padding-right : 5px;
	width : 190px;
}
#right_inner_float {
	width : 200px;
	float : left;
}
.user1_inner {
	float : none;
	padding : 5px;
}
#user1_outer {
	float : none;
	margin : 5px;
	padding : 0;
}
.user2_inner {
	float : none;
	padding : 5px;
}
#user2_outer {
	float : none;
	margin : 5px;
	padding : 0;
}
#user5 {
	float : none;
	margin : 5px 25px 5px 25px;
	padding : 5px 10px 5px 10px;
}
ul, ol, li {
	margin : 0;
	padding : 0;
}
ul, ol {
	margin : 10px 0;
	padding-left : 10px;
}
ol li {
	list-style-type : decimal;
	line-height : 14px;
}
ul {
	margin : 5px;
	padding : 2px;
	list-style : none;
}
/* li {
	text-align : left;
	line-height : 14px;
	padding-left : 18px;
	background-image : url(../images/arrow.gif); 
	background-repeat : no-repeat; 
	background-position : 0 2px;
	list-style-type : none;
}
li:hover {
	text-align : left;
	line-height : 14px;
	padding-left : 18px;
	background-position : 0 2px;
	background-image : url(../images/arrow_hover.gif);
	background-repeat : no-repeat; */
}
td {
	text-align : left;
	font-size : 14px;
	margin : 0;
	padding : 0;
}
a, a:link, a:visited, a:active, a:focus {
	color : #585858;
	text-decoration : none;
	outline : none;
}
a:hover {
	/*color : #f800c5;*/
	color: #000;
	text-decoration : none;
}
table.contentpaneopen {
	width : 99%;
	padding : 2px;
	margin : 2px;
	margin-top: -10px;
}
table.contentpane {
	width : 99%;
	padding : 6px;
	margin : 6px;
}
table.searchinto {
	width : 100%;
}
table.moduletable {
	width : 100%;
	margin : 0;
	padding : 0;
}
div.moduletable {
	padding : 0;
	padding-bottom : 10px;
}
table.moduletable th, div.moduletable h3 {
	background-color : #111;
	border : 1px solid #2c2c2c;
	color : #dcdcdc;
	text-align : left;
	font-weight : normal;
	height : 30px;
	line-height : 30px;
	font-size : 13px;
	font-variant : small-caps;
	padding-left : 45px;
	margin : 5px 0 5px 0;
	overflow : hidden;
}
.moduletable_text h3 {
	background-image : url(../images/h3.gif);
	background-repeat : repeat-x;
	background-color : #111;
	border : 1px solid #2c2c2c;
	color : #dcdcdc;
	text-align : left;
	font-weight : normal;
	height : 30px;
	line-height : 30px;
	font-size : 13px;
	font-variant : small-caps;
	padding-left : 45px;
	margin : 5px 0 5px 0;
	overflow : hidden;
}
.bannerheader {
	font-size : 12px;
	font-weight : bold;
	color : #f800c5;
	padding-left : 5px;
}
.banneritem_text {
	padding : 2px 5px 2px 5px;
}
.banneritem_text a {
	color : #f800c5;
}
.banneritem_text a:hover {
	color : #f800c5;
}
.bannerfooter_text {
	padding : 2px 5px 2px 5px;
	font-size : 12px;
	font-weight : bold;
}
table.moduletable td {
	font-size : 11px;
	padding : 0;
	margin : 0;
	font-weight : normal;
}
table.poll {
	padding : 0;
	width : 100%;
	border-collapse : collapse;
}
table.pollstableborder {
	padding : 0;
	width : 100%;
	border : none;
	text-align : left;
}
table.pollstableborder img {
	vertical-align : baseline;
	padding-left : 10px;
}
table.pollstableborder td {
	padding : 2px;
	border-collapse : collapse;
	border-spacing : 0;
}
table.pollstableborder tr.sectiontableentry1 td {
	margin : 1px;
	padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry2 td {
	margin : 1px;
	padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry0 td {
	margin : 1px;
	padding : 2px 5px 2px 5px;
}
table.contenttoc {
	font-size : 11px;
	border : 1px solid #2c2c2c;
	padding : 2px;
	margin-left : 10px;
	margin-bottom : 10px;
	float : right;
}
table.contenttoc td {
	font-size : 11px;
	padding : 4px;
	margin : 4px;
}
table.contenttoc th {
	font-size : 13px;
	background-image : url(../images/th.gif);
	background-repeat : repeat-x;
	color : #efefef;
	text-align : left;
	padding : 2px 4px 2px 4px;
	font-variant : small-caps;
}
.moduletable_menu h3 {
	background-image : url(../images/h3.gif);
	background-repeat : repeat-x;
	background-color : #111;
	border : 1px solid #2c2c2c;
	color : #dcdcdc;
	text-align : left;
	font-weight : normal;
	height : 30px;
	line-height : 30px;
	font-size : 13px;
	font-variant : small-caps;
	padding-left : 45px;
	margin : 5px 0 5px 0;
	overflow : hidden;
}
.moduletable_menu ul.menu {
	margin : 0;
	padding : 0;
	list-style : none;
	background : none;
}
.moduletable_menu ul.menu li {
	margin : 0;
	padding : 0;
	list-style : none;
	background : none;
}
.moduletable_menu ul.menu li a {
	background-image : url(../images/menu_bg.gif);
	background-repeat : repeat-x;
	display : block;
	vertical-align : middle;
	font-size : 12px;
	color : #efefef;
	text-align : left;
	height : 20px;

	padding : 5px 10px 0 10px;
	text-decoration : none;
	margin-bottom : 1px;
}
.moduletable_menu ul.menu li a span {
	background : none;
}
.moduletable_menu ul.menu li a:hover, .moduletable_menu ul.menu li a:active, .moduletable_menu ul.menu li a:focus {
	background-position : 0 -25px;
	text-decoration : none;
	color : #f8f8f3;
	font-size : 14px;
	text-align : left;
}
.moduletable_menu ul.menu li.active a {
	background-position : 0 -25px;
	text-decoration : none;
	color : #f8f8f3;
	font-size : 14px;
	text-align : left;
}
.moduletable_menu ul.menu li.active a span {
	background : none;
}
.moduletable_menu ul.menu li li a span {
	list-style : none;
	background : none;
}
.moduletable_menu ul.menu li ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
.moduletable_menu ul.menu li li {
	list-style : none;
	background : none;
}
/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('/images/ico-s71a7fdede7.png') no-repeat;
}

#reviewStars-input {
  
  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/
  
  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  
  width: 22px;
  height: 20px;
  
  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: 0 -20px;
  height: 20px;
  width: 22px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 20px;
  width: 22px;
  float: right;
  cursor: pointer;
  margin-right: 5px;
  
  position: relative;
  z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background-position: 0 -20px;
  height: 20px;
  width: 22px;
}

#reviewStars-input #star-0 {
  left: 0px;
}
#reviewStars-input #star-1 {
  left: 27px;
}
#reviewStars-input #star-2 {
  left: 54px;
}
#reviewStars-input #star-3 {
  left: 81px;
}
#reviewStars-input #star-4 {
  left: 108px;
}
#reviewStars-input #star-5 {
  left: 135px;
}

.moduletable_menu ul.menu li li a {
	list-style : none;
	background : none;
	vertical-align : middle;
	font-size : 14px;
	color : #efefef;
	text-align : left;
	text-decoration : none;
	height : 20px;
	padding : 2px 10px 0 10px;
}
.moduletable_menu ul.menu li li a:hover, .moduletable_menu ul.menu li li a:active, .moduletable_menu ul.menu li li a:focus {
	color : #f8f8f3;
	list-style : none;
	background : none;
	text-decoration : none;
}
.moduletable_menu ul.menu li li.active a {
	color : #f800c5 !important;
	list-style : none;
	background : none;
	text-decoration : none;
}
.moduletable_menu ul.menu li li a span {
	list-style : none;
	background : none;
}
a.mainlevel {
	font-family: verdana,arial,sans-serif;
	background : url(../images/darrow.png) no-repeat 0 4px;
	margin-left: 2px;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 13px;
	border: 0 none;
    padding-left: 17px;
	white-space: nowrap;
}
a.mainlevel:hover {
	color: #F800C5;
}
a.mainlevel#active_menu {
	color: #F800C5;
}
a.sublevel:link, a.sublevel:visited {
	list-style : none;
	background : none;
	vertical-align : middle;
	font-size : 11px;
	color : #efefef;
	text-align : left;
	text-decoration : none;
	height : 20px;
	padding : 2px 10px 0 10px;
}
a.sublevel:hover {
	color : #f8f8f3;
	list-style : none;
	background : none;
	text-decoration : none;
}
a.sublevel#active_menu {
	color : #f8f8f3;
	list-style : none;
	background : none;
	text-decoration : none;
}
a.sublevel#active_menu:hover {
	list-style : none;
	background : none;
	vertical-align : middle;
	font-size : 11px;
	color : #efefef;
	text-align : left;
	text-decoration : none;
}
#user_all {
	float : none;
	margin: 25px;
}
#user6 {
	width : 100%;
	font-size : 11px;
	background-image : url(../images/top.gif);
	background-repeat: repeat-x;
}
#user7 {
	width : 100%;
	font-size : 11px;
	background-image : url(../images/top.gif);
	background-repeat: repeat-x;
}
#user8 {
	width : 100%;
	font-size : 11px;
	background-image : url(../images/top.gif);
	background-repeat: repeat-x;
}
#gotop {
    height: 20px;
    width: 40px;
    text-align: center;
	font-size : 11px;
	background-repeat : no-repeat;
	background-image : url(../images/gotop.png);
	background-position: center top;
	padding-top: 4px;
	color: #000;
}
@font-face {
	font-family: RistrettoPro-Medium; /* Имя шрифта */
	src: url(../css/ristrettopro-medium.otf); /* Путь к файлу со шрифтом */
	font-display: swap;
}
#copy {
	background-color : #000;
	height : 142px;
	max-width : 1000px;
	font-size : 11px;
}

    #copy_inner, #copy_inner a {
		font-family: RistrettoPro-Medium;
		font-size: 18px;
    }
	.tel, .tel a {
		font-family: RistrettoPro-Medium;
		font-size: 30px;
		color: #666;
	}
	.tel a:hover{
		color: #c6c6c6;
	}
	.footer_insta{
		width: 20px;
		margin: auto;
	}
	.mail_footer{
		font-family: RistrettoPro-Medium;
		font-size: 30px;
		color: #666;
		padding-left: 15px;
	}
	.my_adress{
		font-family: RistrettoPro-Medium;
		font-size: 30px;
		color: #666;
		padding-left: 15px;
	}
	.inst_grey{
		width: 20px;
		height: 20px;
		margin-bottom: 10px;
	}
	.left_corner{
		float: left;
		width: 33%;
		text-align: left;
	}
	.center_footer{
		float: left;
		width: 33%;
	}
	.right_corner{
		float: left;
		width: 33%;
		text-align: right;
	}

#copy_inner {
	color : #cccccc;	
	padding : 6px;
	padding-top : 0;
}
.copy_inner a:link {
	color : #999999;
	font-size : 11px;
}
.copy_inner a:visited {
	color : #999999;
	font-size : 11px;
}
.copy_inner a:hover {
	color : #ededed;
	font-size : 11px;
	text-decoration:underline;
}
.componentheading {
	background-image : url(../images/compo_head.gif);
	background-repeat : no-repeat;
	height : 30px;
	line-height : normal;
	color : #dcdcdc;
	font-size : 14px;
	font-variant : small-caps;
	padding-left : 40px;
	margin : 2px;
	text-align:center;
}
.contentheading {
	height : 30px;
	line-height : normal;
	font-size : 20px;
	margin : 2px;
}
.contentpagetitle {
	height : 30px;
	line-height : normal;
	color : #dcdcdc;
	font-size : 12px;
	padding-left : 5px;
	margin : 2px;
}
.pagenav {
	font-family: RistrettoPro-Medium;
	text-align : center;
	font-size : 18px;
	border : 1px solid #999999;
	padding : 3px 5px 2px 5px;
	margin : 5px 1px 5px 1px;
	color : #fcfcfc;
	background: #000;
}
.pagenav:hover {
	border : 1px solid #3c3c3c;
}
.pagenav a:hover {
	color : #efefef;
	text-decoration : none;
}
.pagenav_next {
	color : #999999;
	text-decoration : none;
}
.pagenav_next a:hover {
	color : #f800c5;
	text-decoration : none;
}
.pagenav_prev {
	color : #999999;
	text-decoration : none;
}
.pagenav_prev a:hover {
	color : #f800c5;
	text-decoration : none;
}
.blog {
	width : 100%;
}
.blog_more {
	margin : 10px 5px 20px 5px;
}
.blog_more strong {
	margin : 2px;
	display : block;
	font-size : 14px;
	font-weight : bold;
}
.blog_more ul {
	margin : 5px;
	padding : 0;
}
.blog_more ul li {
	text-align : left;
	line-height : 14px;
	padding-left : 18px;
	background-image : url(../images/arrow.gif);
	background-repeat : no-repeat;
	background-position : 0 2px;
}
.article_separator {
	clear : both;
	display : block;
	height : 10px;
	margin-bottom : 10px;
	border-bottom : 1px solid #2c2c2c;
}
.article_column {
	padding : 10px;
	margin : 5px;
}
.article_column column_separator {
	padding : 10px;
	margin : 5px;
}
.article-tools {
	border-top : 1px solid #2c2c2c;
	width : 100%;
	float : left;
	clear : both;
	margin-bottom : 15px;
	display : block;
	background-color : #fbfcf8;
}
.article-meta {
	padding : 5px;
	width : 80%;
	float : left;
}
.button {
	color : #000000;
	text-align : center;
	font-size : 10px;
	border: 1px solid #9b9b9b;
	padding : 2px 3px 2px 3px;
	margin : 2px 3px 2px 0;
}
.button:hover {
	color : #000000; 
	cursor: pointer;
	border : 1px solid #000000;
	
}
.validate {
	color : #fcfcfc;
	background-color : #121212;
	background-image : url(../images/button_bg.png);
	text-align : center;
	font-size : 10px;
	border : 1px solid #2c2c2c;
	padding : 2px 3px 2px 3px;
	margin : 2px 3px 2px 3px;
}
.validate:hover {
	color : #efefef;
	background-color : #111;
	background-image : url(../images/button_bg_hover.png);
	border : 1px solid #3c3c3c;
}
.invalid {
	border-color: #2c2c2c;
}
label.invalid {
	color: #f800c5;
}
.back_button {
	background-image : url(../images/button_bg.png);
	text-align : center;
	font-size : 11px;
	border : 1px solid #2c2c2c;
	margin : 2px 3px 2px 3px;
	color : #fcfcfc;
	padding : 2px 3px 2px 3px;
}
.back_button:hover {
	background-image : url(../images/button_bg_hover.png);
	border : 1px solid #3c3c3c;
}
.back_button a:link {
	text-decoration : none;
	color : #fcfcfc;
}
.back_button a:visited {
	text-decoration : none;
	color : #fcfcfc;
}
.back_button a:hover {
	text-decoration : none;
	color : #efefef;
}
#form-login .input {
	padding : 2px;
	margin : 2px;
	color : #efefef;
	background : none;
	border : none;
	font-size : 11px;
}
form {
	margin : 0;
	padding : 0;
	border : none;
}
#form-login {
	border : none;
}
#form-login ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
#form-login li {
	padding : 2px;
	margin : 0;
	background : none;
	list-style : none;
}
#form-login li a {
	font-size : 11px;
}
#form-login li a:hover {
	font-size : 11px;
}
.inputbox {
	padding : 2px;
	margin : 2px;
	border : 1px solid #9b9b9b;
	color : #000000;
	font-size : 11px;
}
.inputbox:hover {
	border : 1px solid #000000;
}
.sectiontableheader {
	border : 1px solid #2c2c2c;
	text-align : left;
	text-transform : none;
	margin : 0;
	padding : 2px;
	height : 30px;
}
.sectiontablefooter {
	color : #efefef;
	padding : 2px;
	margin : 0;
	text-align : left;
	text-transform : none;
}
.sectiontableentry1 {
	border-bottom : 1px solid #2c2c2c;
	text-align : left;
}
.sectiontableentry2 {
	border-bottom : 1px solid #2c2c2c;
	text-align : left;
}
.sectiontableentry0 {
	border-bottom : 1px solid #2c2c2c;
	background-color : #121212;
	text-align : left;
}
.sectiontableentry1 td {
	padding : 2px 5px 2px 5px;
	margin : 1px;
}
.sectiontableentry2 td {
	padding : 2px 5px 2px 5px;
	margin : 1px;
}
.sectiontableentry0 td {
	padding : 2px 5px 2px 5px;
	margin : 1px;
}
.readon {
	font-size : 11px;
}
a.readon a:link {
	color : #999999;
	font-size : 11px;
}
a.readon a:visited {
	font-size : 11px;
}
a.readon a:hover {
	color : #f800c5;
	font-size : 11px;
	text-decoration : none;
}
.mostread a:hover {
	color : #f800c5;
	text-decoration : none;
}
.mostread a:visited {
	color : #666666;
	text-decoration : none;
}
.mostread a:link {
	color : #666666;
	text-decoration : none;
}
.latestnews a:hover {
	color : #f800c5;
	text-decoration : none;
}
.latestnews a:visited {
	color : #666666;
	text-decoration : none;
}
.latestnews a:link {
	color : #666666;
	text-decoration : none;
}
h1 {
	font-weight : bold;
	font-size : 24px;
	line-height : 26px;
	font-weight : normal;
}
h2 {
	font-size : 10px;
	line-height : 15px;
	font-weight : normal;
}
h3 {
	color : #000000;
	font-size : 18px;
	line-height : 20px;
	font-weight : normal;
        
        text-align: center;
}
h4 {
	color : #dcdcdc;
	font-size : 16px;
	line-height : 18px;
	font-weight : bold;
}
h5 {
	color : #dcdcdc;
	font-size : 14px;
	line-height : 16px;
	font-weight : bold;
}
h6 {
	color : #464742;
	font-size : 12px;
	line-height : 14px;
	font-weight : bold;
}
.contact_email {
	padding : 5px;
	margin : 5px;
}
#component-contact {
	margin-top : 10px;
}
.hasTip {
	margin: 5px;
	color: #efefef;
	background-color: #121212;
	border: none;
}
.tool-tip {
	float : left;
	color : #efefef;
	background : #202020;
	border : 1px solid #2c2c2c;
	padding : 5px;
	max-width : 200px;
}
.tool-title {
	padding : 0;
	margin : 0;
	font-size : 100%;
	font-weight : bold;
	margin-top : -15px;
	padding-top : 15px;
	padding-bottom : 5px;
	background-image : url(../images/selector-arrow.png);
	background-repeat : no-repeat;
}
.tool-text {
	font-size : 100%;
	margin : 0;
}
table.paramlist {
	margin-top : 5px;
}
table.paramlist td.paramlist_key {
	width : 128px;
	text-align : left;
	height : 30px;
}
div.message {
	font-weight : bold;
	font-size : 14px;
	color : #efefef;
	text-align : center;
	width : auto;
	background-color : #202020;
	border : 1px solid #2c2c2c;
	margin : 3px 0 10px;
	padding : 3px 20px;
}
.pagination span {
	padding : 6px;
	color: #000000;
	background: #ffffff;
}
.pagination a {
	padding : 6px;
	display: inline-flex;
	color: #9f9f9f;
}
.pagination a:hover {
	color: #FFFFFF;
}
img {
	border : none;
}
div.mosimage {
	border : 2px solid #2c2c2c;
	background-color : #121212;
}
.mosimage {
	margin : 0;
	background-color : #121212;
}
.mosimage_caption {
	margin-top : 0;
	background-color : #121212;
	padding : 0;
	color : #666666;
	font-size : 10px;
}
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
.error {
	font-style : italic;
	text-transform : uppercase;
	padding : 5px;
	color : #efefef;
	font-size : 12px;
}
#system-message {
	margin : 10px;
}
#system-message dd.message ul {
	border-top : 2px solid #2c2c2c;
	border-bottom : 2px solid #2c2c2c;
	margin : 5px;
	padding-left : 40px;
	text-indent : 0;
}
#system-message dd.error ul {
	color : #efefef;
	border-top : 2px solid #2c2c2c;
	border-bottom : 2px solid #2c2c2c;
	margin : 5px;
	padding-left : 40px;
	text-indent : 0;
}
#system-message dd.notice ul {
	color : #efefef;
	border-top : 2px solid #2c2c2c;
	border-bottom : 2px solid #2c2c2c;
	margin : 5px;
	padding-left : 40px;
	text-indent : 0;
}
#syndicate {
	float : left;
	padding-left : 25px;
}
#power_by {
	float : right;
	padding-right : 25px;
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	color : #f800c5;
	font-size : 9px;
}
.createdate {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #999999;
}
.modifydate {
	font-family : Arial, Helvetica, sans-serif;
	color : #666;
	font-size : 9px;
}
.highlight {
	background-color : #f800c5;
	color : #111;
	padding : 0;
}
.code {
	background-color : #ff00ff;
	border : 1px solid #bbb;
}
.fieldset {
	margin : 10px;
	padding : 10px;
	border : 1px solid #2c2c2c;
	background-color : #000;
}
.productPrice {
	font-weight:bold;
	white-space: nowrap;
}
.product-Old-Price {
	color: #6a6969;
	text-decoration:line-through;
}
.h1_flypage {
	text-align:center;
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	line-height : 22px;
	font-weight : normal;
}

.header {
	display:none;
}

.tri__stroki {
	margin-right: 5px;
	width: 31%;
	float: left;
}
.vivod__five__images{
	float:left;
	width:20%;
}
#main_content_text{
	float:left;
	width: 470px;
	padding-left: 10px;
}
#main_product_image {
	float:left;
	width: 450px;
	height: auto;
	padding-top: 15px;
}
.full__size__image{
	display: none;
}
.other__images__mobile{
	display: none;
}
.three__logo{
	float:left;
	width: 33%;
	margin-bottom: 5px;
}
.clear__both{
	clear: both;
}
.tri__stroki__music{
	float:left;
	width: 33%;
	margin-bottom: 10px;
}
.shirina__nadpisi{
	font-weight:bold;
	margin: 7px auto 4px;
	text-align: center;
}
.prod_sku{
	text-align: center;
}
.text__center{
	text-align: center;
}
.block__center{
	display: block;
	text-align: center;
}
#korzina2{
	position:fixed;
	right:0;
	top:40%;
	height: 146px;
	width:100px;
}
#korzina{
	display:none;
	position:fixed;
	right:0;
	top:40%;
	height: 146px;
	width:100px;
}
.main__image{
	width: 450px;
	float: left; 
	image-rendering: -webkit-optimize-contrast;
	margin-top: 10px;
}
.second__image{
	width: 145px;
	float: left; 
	image-rendering: -webkit-optimize-contrast;
	margin-top: 15px;
	margin-left: 5px;
}
.sold{
	position: absolute;
	display: block;
	width: 250px;
	margin-top: 10px;
}
#show_razmer_best4u_all{
	width: 400px;
}
#show_razmer_best4u_all_new{
	width: 350px;
	background-color: #ffffff;
}
.size_image_div{
	float: left;
	width: 140px;
}
.size_image{
	width: 140px;
}
.tabel_size_best4u_all{
	width: 255px;
	float: right;
}
.tabel_text_align{
	text-align: center;
}
.tabel_float{
	float: right;
}
.woman_size{
	width: 255px;
}




/* под мой сайт */
/* ------------------------------------------------------------------------------------- */
.middle__container{
	display: none;
}
.middle__header {
	display: none;
}	
.my__main_page{
	width: 620px;
	margin: auto;
}
.main__page__image{
	width: 150px;
	margin-left: 5px;
	float: left;
}
.size__best__shelko{
	width: 255px;
	float: right;
}
#big_button {
	display: none;
	width: 150px;
	margin: auto;
	cursor: pointer;
}
#big_button_back {
	display: none;
	width: 150px;
	margin: auto;
	cursor: pointer;
}
.sort__by {
	padding-left: 10px;
}
.sort__name{
	padding-left: 20px;
}
.browseProductImage{
		width: 270px;
		height: 325px;
		image-rendering: -webkit-optimize-contrast;
		display: block;
		margin: 0 auto 5px;
	} 
.browseProductImage_blank{
		width: 270px;
		image-rendering: -webkit-optimize-contrast;
		display: block;
		margin: 0 auto 5px;
	}
#my__map {
		width: 100%;
	} 
#main_header {
	width: 100%;
	height: 200px;
	background: #000;
}	
#main_footer {
	width: 100%;
	background: #000;
}
.font_footer {
	max-width: 1200px;
	margin: auto;
	padding-top: 20px;
}
.vmCartContainer{
	/*	background: #000; */
	}
.quantity_box {	
	/* color: #ffffff; */
}	
#horizont_menu {
	height: 28px;
	background-color: #000000;
}
.item_horizont_menu {
	float: left;
	margin-left: 5px;
	padding: 5px;
}
.item_horizont_menu:hover {
	background-color: #333333;
}
.item_horizont_menu a {
	color: #FFFFFF;
}
#horizon_bg {
	width: 920px;
	margin: auto;
}
.link_on_black a:hover {
	color: #FFFFFF;
}
.max__search{
	background-color: #000;
	text-align: right;
	margin: auto;
	border-bottom: 1px solid #ffffff;
}
#fixed_search {
	width: 1000px; 
	margin: auto; 
	padding-top: 5px;
	padding-bottom: 5px;
	height: 24px;
}
.main_search {
	position: sticky; 
	top: 0; 
	min-height: 2em;
	z-index: 1000;
}
.a_z_link a {
	color: #9f9f9f;
}
#kroshki {
	text-align: left;
	margin-top: -17px;
}
.new_button {
	cursor: pointer;
	background-color: #ffffff;
	text-align : center;
	font-size : 11px;
	border : 1px solid #2c2c2c;
	padding : 2px 3px 2px 3px;
	margin : 2px 3px 2px 0;	
}
.new_button:hover {
	background-color: #e6e6e6;
}	
.katalog_item {
	line-height: 175%;
}
.my_search .my_inputbox {
	padding : 2px;
	margin : 2px;
	border : 1px solid #2c2c2c;
	background-color : #121212;
	color : #efefef;
	font-size : 11px;
	float : left;
}
.my_search .my_inputbox:hover {
	border : 1px solid #3c3c3c;
	background-color : #111;
}
.my_inputbox {
	padding : 2px;
	margin : 2px;
	border : 1px solid #9b9b9b;
	background-color : #121212;
	color : #efefef;
	font-size : 11px;
}
.my_inputbox:hover {
	border : 1px solid #FFFFFF;
	background-color : #111;
}
.search_button {
	color : #fcfcfc;
	background-color : #121212;
	text-align : center;
	font-size : 10px;
	border: 1px solid #9b9b9b;
	padding : 2px 3px 2px 3px;
	margin : 2px 3px 2px 0;
}
.search_button:hover {
	background-color : #111;
	border : 1px solid #3c3c3c;
	cursor: pointer;
	border : 1px solid #ffffff;
	
}
.my_active_menu {
	color: #000000;
    font-weight: bold;
}
.item_vertical_menu {
	line-height: 175%;
	border-bottom: 1px solid #dbdbdb;
	padding-top: 10px;
}
.katalog_futbolok {
	padding-top: 4px;
}
a.katalog_item {
	color: #000000;
}
a.katalog_item:hover {
	color: #9b9b9b;
}
.mini_logo:hover {
	opacity: 0.7;
}
#black_friday{
	width: 935px;
	height: 97px;
}
.main_banner {
	width: 975px;
	margin: auto;
	display: block;
	min-height: 372px;
}
#three_banners {
	width: 975px; 
	margin: auto;
}
#left_banner {
	float: left;
	width: 31.25%;
	margin-right: 2.082%;
}
#center_banner {
	float: left;
	width: 31.25%;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
}
#right_banner {
	float: left;
	width: 31.25%;
	margin-left: 2.082%;
}
.banner_image_style {
	width: 100%;
}
.banner_image_style:hover {
	opacity: 0.7;
}
.menu_size_mobile {
	display: none;
}
#show_razmer_best4u_all_image {
	width: 350px;
}

.vmAttribChildDetail_label {
	width:97%;
	text-align:left;
	margin:3px;
}
.vmAttribChildDetail_select{
	width:98%;
	height: 30px;
	border: 1px solid #000;
	margin:3px;
}


@media (max-width:1200px){
	#header {
	width : 1000px;
	background-image : url(../images/header1000.jpg);
	}
	#wrapper {
	max-width: 1000px;
	}
	.browseProductImage{
		width: 166px;
		height: 196px;
	}
	.browseProductImage_blank{
		width: 166px;
	} 	
	#main_product_image {
		width: 400px;
	}
	#main_content_text {
	/*	width: 335px; */
		width: 385px;
	}	
	.main__image{
		width: 400px;
	}
	.second__image{
		width: 130px;
	}
	.font_footer {
		width: 1000px;
	}
	#black_friday{
		width: 650px;
		height: 68px;
	}
	.main_banner {
		width: 700px;
		min-height: 282px;
	}
	#three_banners {
		width: 700px; 
		margin: auto;
	}
	.addtocart_button {
		width: 70%;
	}
	
}	


@media (max-width:1019px){
	#right__colum{
		display:none;
	}
	#header {
	display: none;	
	background-image: none;
	}
	#bg__color__black {
		background-color : #000;	
	}	
	
	.middle__container{
		display: flex;
		justify-content: space-between;
	}
	.middle__search{
		margin-top: 10px;
	}
	.middle__header {
		display: block;
		height: 200px;
		background-image:  url(../images/header646.jpg);
		width: 646px;
	}
	.my__min__width {
		width: auto;
		margin-top: 7px;
	}
	.add__in__basket{
		z-index: 3;
		display: none; 
	}
	#korzina2{
		display: none;
	}
	#korzina{
		display: none;
	}
	.basket__plus__search{
		margin: auto 0;
	}
	.image__on__main__page{
		width: 149px;
		height: 180px;
	}
	.font_footer {
		width: 100%;
	}
	#fixed_search {
		display: none;
	}
	#main_product_image {
		width: 300px;
	}	
	.main__image{
		width: 300px;
	}
	#horizon_bg {
		width: 873px; 
	}
	.main_banner {
		width: 600px;
		min-height: 247px;
	}
	#three_banners {
		width: 600px; 
		margin: auto;
	}
	.menu_size {
		display: none;
	}
	.menu_size_mobile {
		display: block;
	}

}


@media (max-width:923px){
	.main_banner {
		width: 530px;
		min-height: 223px;
	}
	#three_banners {
		width: 530px; 
		margin: auto;
	}
	#main_content_text {
		width: 335px; 
	}
}	


@media (max-width:890px){
	#main_product_image {
		width: 250px;
	}	
	.main__image{
		width: 250px;
	}
	.my__main_page{
		width: 465px; 
	}
	#horizont_menu {
		height: 56px;
	}
	#horizon_bg {
		width: 765px; 
	}
	#black_friday{
		width: 550px;
		height: 57px;
	}
	.main_banner {
		width: 500px;
		min-height: 213px;
	}
	#three_banners {
		width: 500px; 
		margin: auto;
	}
}	

@media (max-width:840px){
	#main_product_image {
		width: 190px;
	}	
	.main__image{
		width: 190px;
		margin-top: 0;
	}
	.sold{
		width: 190px;
	}
}	

@media (max-width:800px){
	.second__image{
		width: 190px;
		margin-top: 0;
	}
}	

/* @media (max-width:767px){ */
 @media (max-width:785px){ 
 
	html, body{
		 background-image : none;
		 background: #000;
		 height: 100%;
	}
	#right__colum, #left__column, #header{
		display:none;
	}
	.header {
		display: block;
	}
	.middle__container{
		display: none;
	}
	.middle__header {
		display: none;
		background-image:none;
	}
	#main_content {
		margin: 0;
		padding: 0 5px;
		padding-top: 52px; 
	/*	padding-top: 65px;*/
	}
	.main__image{
		width: 350px;
	}
	.second__image{
		width: 350px;
	}
	
	.moduletable_menu h3 {
	background-image : none;
	background-repeat : no-repeat;
	}
	.moduletable_menu ul.menu li {
		margin-bottom: 3px;
	}
	.moduletable_menu ul.menu li a {
		background-image : none;
		background-repeat : no-repeat;
		font-size : 18px;
		height : 24px;
	}
	
	a.mainlevel {
		margin-top: 10px;
		font-size: 15px;
	}
	
	.for__search {
		z-index: 3;
	}
	.for__basket{
		z-index:3;
	}
	.header__basket{
		width: 25px;
		height: 25px;
	}
	.add__in__basket{
		z-index: 3;
		display: none; 
	}
	.header__in__basket{
		width: 25px;
	}
	
	.tri__stroki{
		width: 48%;
		height: 325px;  
	}
	.clr{
		clear: none;
	}
	.clr2{
		display: none;
	}
	.lishnee__vivod {
		display: none;
	}
	
	ul.pagination li{
		display: inline-flex;
	}
	
	.vivod__five__images{
		float: left;
		width: 114px;
		margin-left: 10px;
		margin-top: 10px;
	}
	#main_content_text{
		width: 100%;
		padding-left: 0;
		
	}
	.other__images{
		display: none;
	}
	.full__size__image{
		display: block;
		width: 350px;
		min-height: 421px;
		margin: auto;
	}
	.full__size__image li{
		background-image: none; 
		margin: 0;
		padding: 0;
		line-height: normal;
	}	
	.first__image{
		display: none;
	}
	.three__logo{
		width: 50%;
	}
	.clear__both{
		clear: none;
		display: none;
	}
	.tri__stroki__music{
		width: auto; 
		margin-left: 10px;
		height: 300px;
	}
	.shirina__nadpisi{
		width: 170px;

	}
	#korzina2{
		display: none;
	}
	#korzina{
		display: none;
	}
	.my__main_page{
		width: 250px;
		margin: auto;
	}
	.main__page__image{
		width: 120px;
		margin-left: 4px;
		float: left;
	} 
	.image__on__main__page{
		width: 120px;
		height: 145px;
	}
	.new__search{
		margin-right: 10px;
		position: absolute;
		z-index: 3;
		background-color: #000;
		width: 100%;
		text-align: right;
	}
	#show_razmer_best4u_all_image {
		width: 260px;
	}
	#show_razmer_best4u_all{
		width: 260px;
	}
	#show_razmer_best4u_all_new{
		width: 260px;
	}
	.size_image_div{
		width: 140px;
		margin: auto;
		float: none;
	}
	.tabel_size_best4u_all{
		width: 255px;
		float: left;
	}
	.size__best__shelko{
		float: none;
		margin: auto;
	}
	.razmer_kengur{
		width: 300px;
	}
	td{
		font-size: 14px;
		line-height:125%;
	}
	.tel, .tel a {
		font-size: 22px;
		text-align: center;
	}
	.my_adress{
		font-size: 15px;
		padding: 0;
		text-align: center;
	}
	.mail_footer{
		font-size: 22px;
		padding: 0;
		text-align: center;
	}
	#copy_inner, #copy_inner a {
		font-size: 15px;
    }
	#content {
	padding: 0;
	}
	#big_button {
		display: block;
	}
	#big_button_back {
		display: block;
	}
	.sort__by {
		padding-top: 10px;
	}
	.sort__name{
		padding-left: 10px;
	}
	.browseProductImage{
		width: 169px;
		height: 200px;
	}
	.browseProductImage_blank{
		width: 169px;
	} 	
	.vmCartContainer{
		width: 98%;
	/*	background: #000; */
	}
	#main_header {
		height: 0;
	}	
	#horizont_menu	{
		display: none;
	}
	#main_search_id{
		display: none;
	}
	.my__min__width {
		margin-top: 25px;
	}
	#kroshki {
		text-align: center;
		margin-top: -10px;
	}
	table.contentpaneopen {
		padding-top: 25px;
	}
	#vertical_menu {
		margin-top: -10px;
	}
	#black_friday{
		width: 450px;
		height: 47px;
		display: block;
		margin: auto;
		margin-top: 18px;
	}
	.main_banner {
		width: 500px;
		margin-top: 25px;
		min-height: 190px;
	}
	#three_banners {
		margin-top: 25px;
	}
	.addtocart_button {
		width: 100%;
	}
	
}

@media (max-width:550px){
	.tri__stroki__music{
		width: 47%;
	}
	#black_friday{
		width: 400px;
		height: 42px;
	}
	.main_banner {
		width: 400px;
		min-height: 150px;
	}
	#three_banners {
		width: 400px; 
	}
	.addtocart_button {
		width: 80%;
	}
}	

@media (max-width:400px){
	.main__image{
		width: 300px;
	}
	.second__image{
		width: 300px;
	}
	.full__size__image{
		display: block;
		width: 300px;
		min-height: 361px;
		margin: auto;
	}
	.browseProductImage{
		width: 149px;
		height:176px;
	} 
	.tri__stroki{
		height: 325px;
	}
	.mail_footer{
		font-size: 20px;
	}
	.tel, .tel a {
		font-size: 20px;
	}
	.vmCartContainer{
		display: flex;
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		font-size: 12px;
		float: none;
	}
	.inputboxattrib{
		font-size: 12px;
	}
	.sort__name{
		padding-left: 3px;
	}
	.browseProductImage_blank{
		width: 149px;
	} 
	.sort__by {
		font-size: 12px;
	}
	.tri__stroki__music{
		width: 47%;
		margin-left: 8px;
	}
	.sku{
		font-size: 13px;
	}
	.shirina__nadpisi{
		width: 149px;
	}
	.prod_sku{
		font-size: 13px;
	}
	.three__logo{
		margin: auto;
	}
	#black_friday{
		width: 350px;
		height: 36px;
	}
	.main_banner {
		width: 350px;
		min-height: 130px;
	}
	#three_banners {
		width: 350px; 
	}
	.size_mobile{
		width: 400px;
	}
	.addtocart_button {
		width: 72%;
	}
}


/* ------------------------------------------------------------------------------------- */


.container{
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 10px;
}

.header{
	position:fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

.header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 2;
}

.header__body {
	position: relative;
	display: flex;
	justify-content: space-between; 
	height: 80px;
	align-items: center;
}

.header__logo {
	flex: 0 0 60px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.header__logo img{
	max-width: 100%;
	display: block;
}

.header__burger {
	display: none;
}

.header__menu{

}

.header__list {
	display: flex;
	position: relative;
	z-index: 2;
}

.header__list li {
	list-style: none;
	margin: 0px 0px 0px 20px;
}

.header__link {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
}

/* @media (max-width:767px){ */
@media (max-width:785px){
		body.lock{
			overflow: hidden;
		}
		.header__body {
			height: 50px;
		}
		.header__logo {
			flex: 0 0 70px;
		}
		.header__burger {
			display: block;
			position: relative;
			width: 30px;
			height: 20px;
			position:relative;
			z-index: 3;
			cursor: pointer;
		}
		.header__burger span{
			position: absolute;
			background-color: #fff;
			position: absolute;
			left: 0;
			width: 100%;
			height: 2px;
			top: 9px;
			transition: all 0.3s ease 0s;
		}
		
		.header__burger:before,
		.header__burger:after{
			content: '';
			background-color: #fff;
			position: absolute;
			width: 100%;
			height: 2px;
			left: 0;
			transition: all 0.3s ease 0s;
		}
		
		.header__burger:before{
			top: 0;
		}
		
		.header__burger:after{
			bottom: 0;
		}
		
		.header__burger.active span{
			transform: scale(0);
		}
		
		.header__burger.active:before{
			transform:rotate(45deg);
			top: 9px;
		}
		
		.header__burger.active:after{
			transform:rotate(-45deg);
			bottom: 9px;
		}
		
		.header__menu {
			position: fixed;
			top: -100%;
			left: 0;
			width: 300px;
			height: 100%;
			overflow: auto;
			transition: all 0.3s ease 0s;
			background-color: #ffffff;
			padding: 90px 10px 20px 10px;
			box-sizing: border-box;
		}
		
		.header__menu.active{
			top: 0;
			border-right: 1px solid #000000;
		}
		
		.header__list {
			display: block;
		}
		
		.header__list li {
			margin: 0px 0px 20px 0px;
		}
		
		.header__link {
			font-size: 24px;
		}
		.hide__korzina{
			display: none;
		}
	
}



.content__my {
	padding: 100px 0px 0px 0px;
}

.content__text {
	font-size: 18px;
	line-height: 25px;
}

.content__text p {
	margin: 0px 0px 20px 0px;
}

/* @media (max-width:767px) { */
@media (max-width:785px) {
	.content__my {
		padding: 70px 0px 0px 0px;
	}
}


