body {
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}
.slick-slide img {
    width: auto !important;
}
.form-group {clear:both;}
::-webkit-scrollbar { width: 8px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #e3040f; }
::-webkit-scrollbar-track {  background-color: #e3040f;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #e3040f; border-radius: 0px;}
::-webkit-scrollbar-corner { background-color: #e3040f;}
::-webkit-resizer { background-color: #e3040f;}

@media (max-width:767px){#bx-panel{display:none !important}}
/* font-family: "MyriadProRegular"; */
@font-face {
    font-family: "MyriadProRegular";
    src: url("fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBold"; */
@font-face {
    font-family: "MyriadProBold";
    src: url("fonts/MyriadProBold/MyriadProBold.eot");
    src: url("fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProItalic"; */
@font-face {
    font-family: "MyriadProItalic";
    src: url("fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
    url("fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBoldItalic"; */
@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
    url("fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("fonts/RobotoRegular/RobotoRegular.eot");
    src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("fonts/RobotoLight/RobotoLight.eot");
    src: url("fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("fonts/RobotoMedium/RobotoMedium.eot");
    src: url("fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("fonts/RobotoBold/RobotoBold.eot");
    src: url("fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.bx-opened {
	overflow: hidden;
}

.wrap,
.bx-wrap,
.bx-wrapper{
	position: relative;
}

body.bx-background-image{
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
}
@media (max-width: 1280px){
    .menu-pirogok-name
    {
        font-size:0 !important;
    }
    
    
}
@media (min-width: 992px) and (max-width:1199px){
	body.bx-background-image{
		-webkit-background-size:1600px auto;
		background-size:1600px auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	body.bx-background-image{
		-webkit-background-size:1280px auto;
		background-size:1280px auto;
	}
}
@media (max-width: 767px){
	body.bx-background-image{
		background: none ;
	}
	.contacts_box{width:100% !important;}
	.phone_head, .location_head{width: 50% !important;}
}

body.bx-background-gradient{
	background: rgb(246,247,251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,247,251,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,251,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fb', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}

.icon-empty {
	opacity: 0;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	border-color: transparent;
	text-decoration: none;
}

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.bx_catalog_item_title a {
    line-height: 24px;
    margin-top: 3px;
    display: block;
    height:72px;
}
.bx_catalog_item_controls.no_touch.more_visible {
    width: 41% !important;
    float: left;
}
.nav > li > a {
padding: 14px 11px;
font-size: 12px;
font-weight: 600;}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.stepper{
  display: inline-block;
  max-width: 75px;
  width: 100%;
  position: relative;
}

.stepper__input{
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  border: 1px solid #c4c4c4;
  -moz-appearance: textfield;
  font-size: 21px;
}

.stepper__input:focus{
  color: #333;
  background-color: #fff;
  border-color: #c4c4c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.stepper__input::-webkit-inner-spin-button,
.stepper__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.stepper__controls{

}

.stepper__controls [spinner-button="up"],
.stepper__controls [spinner-button="down"]{
/*  display: flex;*/
  align-content: center;
  justify-content: center;
  padding: 0;
  outline: none;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  height: 50%;
  font-size: 1.375em;
  line-height: 0;
  transition: all ease 0.25s;
}

.stepper__controls [spinner-button="up"]:hover,
.stepper__controls [spinner-button="down"]:hover {
  background-color: #e3040f;
  border-color: #333;
  color: #fff;
}

/* style 1 */
.stepper--style-1 .stepper__input{
  padding-right: 3.25rem;
}
.stepper--style-1 .stepper__controls{
  position: absolute;
  right: 0;
  top: 0;
  bottom: -1px;
  display: flex;
  flex-direction: column;
  width: 3.5rem;
  z-index: 1;
}
.stepper--style-1 [spinner-button="up"] {
  margin-bottom: -1px;
}
#msOrder {
    margin-top: 0px !important;
}
.form-horizontal .control-label {
    text-align: left;
    margin-left: 10px;
}
.tabs {
    margin: 25px 0; 
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding:10px 0;
}
.nav-tabs {
margin: 5% 0 24px;
    padding: 0 5px;
    background-color: #eee;
}
.nav-tabs a{color: #555;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: pointer !important;
    background-color: transparent !important;
    border: transparent !important;
    border-bottom: 1px solid #e3040f !important;
}
.tabs label::before {
    content: '';

    width: 100%;
    border-bottom: 1px solid #e3040f;
}

/*.tab-content p{text-align: center;}*/
.tab-content img{box-sizing: border-box;
outline: medium none;
display:block;
margin:0 auto;
max-width: 100%;
border: medium none;
/*display: initial !important;*/
position: inherit !important;
transition: opacity 300ms ease-in-out 0s;
/*width: 60%;*/
height: auto;}

.bx-header {
    background: #000000;
    position: relative;
    z-index: 9;
}
/*Logo*/

.bx-logo {
	padding-left: 17px;
	padding-bottom: 19px;
}

.bx-logo .bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
	font-size: 32px;
	font-weight: 700;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 37px;
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

.bx-logo-text small {
	font-size: 37px;
}

.bx-logo-desc {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 10px;
	color: #b8b8b8;
}

@media (max-width: 767px) {
	.bx-logo {
		background: #1484ce;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1400;
		padding: 10px 60px;
	}
	.bx-logo .bx-logo-block {
		text-align: center;
		height: 30px;
	}
	.bx-logo-text {
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	.bx-logo-text:hover,
	.bx-logo-text:active {
		color: #fff;
	}
	.bx-logo-text small {
		font-size: 24px;
		color: #fff;
	}
	.bx-logo-desc {
		display: none;
	}
}
/* Sections */

#sale_order_props > div > p {
    margin: -20px 0px 0px 0px;
}
#sale_order_props > div > p:last-child {
    margin: -10px 0px 0px 0px;
}
#sale_order_props .errortext {
    color: red;
    padding-left: 10px;
    font-family: "myriadproregular";
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#order_form_content .errortext {
    font-size: 12px;
    color: red;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bx-header-section {
	padding: 28px 45px 10px;
}

.bx-content-seection {
/*	padding: 0px !important;*/
	background: #fff;
}

@media (min-width: 1200px) {
	.bx-header-section {
		padding: 31px 45px 10px;
	}
	.bx-content-seection {
		padding: 0 45px 5px;
	}
}

/*@media (min-width: 992px) and (max-width: 1199px) {
	.bx-header-section {
		padding: 31px 30px 10px;
	}
	.bx-content-seection {
		padding: 0 30px 5px;
	}
}*/

/*@media (min-width: 768px) and (max-width: 991px) {
	.bx-header-section {
		padding: 31px 15px 10px;
	}
	.bx-content-seection {
		padding: 0 15px 5px;
	}
}*/

@media (max-width: 767px) {
/*	.bx-header-section {
		padding: 60px 15px 10px
	}
	.bx-content-seection {
	padding: 5px 28px 5px;
	}*/
	.soc_seti {
    width: 100% !important;}
    .bx-worktime {
    padding-left: 10px !important;
}
.bx-inc-orginfo-phone, .bx-worktime-prop {
    width: 29% !important;}
    .bx-aside-nav-control{background: #000 !important;;}
}
/* header / phone */

.bx-inc-orginfo {
	padding-left: 28px;
}

@media (max-width: 767px) {
	.bx-inc-orginfo {
		text-align: center;
		padding-bottom: 10px;
	}
}

.bx-inc-orginfo-phone {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	white-space: nowrap;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inc-orginfo-phone i {
	color: #97a1ab;
	position: relative;
	margin-left: -23px;
}

.bx-inc-orginfo-recall {}

.bx-inc-orginfo-recall a {
	color: #039be5;
	border-bottom: 1px dashed;
	font-size: 12px;
	margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
/* header / worktime */

.bx-worktime {}

@media (max-width: 767px) {
	.bx-worktime {
		text-align: center;
	}
}

.bx-worktime-title {
	color: #8d8d8d;
	font-size: 12px;
}

.bx-worktime-prop {
	font-size: 13px;
	color: #000;
}

.bx-worktime-prop>span {
	white-space: nowrap;
}
/*sidebar*/

.bx-sidebar-block {
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
}
.bx-sidebar-block h4 {
    margin-top: 30px;
    color: #e00022;
    font-size: 30px;
}
.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-footer .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #757575;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}
/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
	padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {}

h1.bx-title {
	margin-top: 0;
	padding-bottom: 10px;
}
h2.bx-title {font-size: 25px}
h3.bx-title {}
h4.bx-title {}
h5.bx-title {}
h6.bx-title {}

/* FORMS */
input[type=text],
input[type=email],
input[type=password] {
	margin: inherit 4px;
	padding: 0 4px;
	border: 1px solid #e00022;
	border-radius: 2px;
	background: #fff;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 18px;
	min-height: 150px;
	max-height: 450px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}
/* INC.banners */

.bx-incbanners {
	margin: 10px 0 25px;
	text-align: center;
}
/* INC.links.footer */

.bx-inclinksfooter a {
	border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}

.bx-inclinksfooter-container {
	margin-top: 15px;
	padding: 0;
	color: #fff;
	border-radius: 2px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inclinksfooter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-inclinksfooter-item {
	padding: 0 0 5px 0;
}
/* INC.logo.footer */

.bx-inclogofooter {
	color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
	border-bottom: none;
}

.bx-inclogofooter-logo img {
	max-width: 180px;
	height: auto;
}

.bx-inclogofooter-block {
	padding-bottom: 20px;
}

.bx-inclogofooter-tel {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/* INC.social.widget */

.bx-banners {
	margin: 10px 0;
}

.bx-banners .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
/* INC.wt */

.bx-wt-block {
	color: #fff;
	padding: 5px 15px;
	background: url(images/wt.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
}

.bx-wt .bx-block-title {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.bx-wt-block ul li {
	padding-bottom: 7px;
}

.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}
/* news.list.sidebar */
.bx-s-info {
	margin: 10px 0;
	padding-top: 5px;
}
.bx-s-info-block {
	display: block;
	margin-bottom: 25px;
}
.bx-s-info-title {
	display: block;
	min-height: 29px;
	padding-left: 36px;
	margin-bottom: 5px;
	position: relative;
}
.bx-s-info-titleicon{
	display: block;
	background: #007FCA;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.bx-s-info-titleicon i{
	line-height: 30px;
	vertical-align: middle;
	font-style: normal;
}
.bx-s-info-titletext {
	display: block;
	padding: 6px 0;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.bx-s-info-content {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3e454c;
	padding-left: 36px;
}

/* FOOTER */

.bx-footer {
    background: #292d2e;
    color: #c8cece;
    margin-top: 50px;
}

.bx-footer-section.bx-center-section {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    height: 700px;
    width: 100%;
    margin-bottom: -50px;
}

.clear {
	clear: both;
}

.bx-footer-section.bx-center-section>div {
    margin-bottom: 20px;
    background: #f1f1f1;
}

.bx-footer-section.bx-center-section>div.footer-map {
	position: absolute;    
	height: 700px;
    width: 100%;
}

.bx-footer-section.bx-center-section>div.footer-map .ymaps-map {   
	height: 700px !important;
}

.bx-footer-section.bx-center-section>div.footer-feedback {
    position: absolute;
    height: 700px;
    width: 50%;
    right: 0px;
    padding: 50px 35px 25px 35px;
    background: rgba(180, 181, 185, 0.8);
}

.bx-footer a {
	color: #c8cece;
}

.bx-footer a:hover {
	color: #fff;
	border-bottom: 1px solid;
	text-decoration: none;
}

.bx-footer-line {
	background: #1f496a;
}

.bx-footer-bottomline {
    background: #000000;
    font-size: 14px;
    padding: 30px 0;
}

.bx-up {
	text-align: right;
}

.bx-up a,
.bx-up a:hover {
	border-bottom: none;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	.bx-footer {
		text-align: center;
	}
	.bx-up {
		text-align: center;
	}
}
.navbar-inverse {
    background-color: #000;
    border-color: none;
    border-top-left-radius: 0;
    border-top-right-radius:0;
}
/**/
input[type="text"],input[type="email"],input[type="password"], .btn, .input-sm, .input-md, .input-lg, .form-control, .well {border-radius: 0 !important;}
.btn-primary {
	background-color: #e00022;
	border-color: #e00022;
}
input[type="text"],input[type="email"],input[type="password"]{
    border: 1px solid #dbdbdb;
    box-shadow: none;
    border-radius: 0px;
    height: 50px;
    padding-left: 20px;
    color: #868686;
    font-size: 16px;
    font-family: "MyriadProRegular";
    width: 100%;
    background: #fff;
}
#msCart a{color:#000;}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #d85353;
	border-color: #d85353;
}

.btn-link {
	color: #e00022;
}

.btn-link:focus,
.btn-link:hover {
	color: #d85353;
	text-decoration: none;
}
/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

/*=== DrobDown ===*/

.slick-track {
	min-height: 330px;
}
.slick-current {
    height: 275px !important;
    overflow: hidden;
    outline: none !important;
}
.slick-current:hover {
	height: 330px !important;
}
.jq-selectbox {
    width: 100%;
}
.jq-selectbox__select {
    text-shadow: none;
    background: #e3040f;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    font-family: "myriadproregular";
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

 /*the container must be positioned relative:*/
.custom-select {
  position: relative;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
 background-color: #e3040f;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
/*style items (options):*/
.select-items {
     max-height:250px;
        line-height:30px;
        overflow-x: hidden;
        overflow-y: scroll;
  position: absolute;
 background-color: #000;
  top: 100%;
left: 0;
right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
 background-color: #e3040f;
} 


.bx_catalog_item_scu, 
.bx_size_scroller_container, 
.bx_size, 
.jq-selectbox,
.jq-selectbox__select {
	outline: none !important;
}
.jq-selectbox__select:hover {
    background: #000000;
    border: none !important;
    box-shadow: none !important;
}
.jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
    border-top: 5px solid #ffffff;
}
.jq-selectbox__select:active {
    background: #000000;
    border: none !important;
    box-shadow: none !important;
}
.jq-selectbox__select:active .jq-selectbox__trigger-arrow {
    border-top: 5px solid #ffffff;
}
.jq-selectbox__select:focus {
    background: #000000;
    border: none !important;
    box-shadow: none !important;
}
.jq-selectbox__select:focus .jq-selectbox__trigger-arrow {
    border-top: 5px solid #ffffff;
}
.jq-selectbox__select {
	outline: none !important;
}
.jq-selectbox__trigger-arrow {
    border-top: 5px solid #ffffff !important;
}
.jq-selectbox__trigger {
    border-left: 1px solid #fff;
}
.jq-selectbox__dropdown {
    border: 0px;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 1px #000000;
}
.jq-selectbox li:hover {
    background-color: #e3040f;
}
.jq-selectbox li {
    font-size: 14px;
    font-family: "myriadproregular";
}
.jq-selectbox li.selected {
    background-color: #e3040f;
    color: #FFF;
}
.draggable .slick-current {
    height: 100% !important;
}
.bx_rt:nth-child(3) {
	width: 50%
}



/*=== DrobDown ===*/

@media (max-width: 768px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block {
	font-size: 20px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns {
	padding-top: 20px;
}

.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}

ul.map-level-1 {
	margin-bottom: 30px;
}
/*ABOUT*/

.bxd-block {
	width: 100%;
	border: 1px solid #e3e6e7;
	display: block;
	background: #fff;
	padding: 15px;
	min-height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.bxd-block:hover {}

.bxd-icon {
	display: block;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	margin: 0 auto;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {}

.bxd-icon .fa {
	margin-left: -1px;
	position: relative;
	font-size: 35px;
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	vertical-align: middle;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {}

.bxd-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.bxd-desc {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 12px;
}


.bx-up-button {
	border-radius: 2px;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	vertical-align: middle;
	padding: 9px 18px 7px 38px;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover{
	background-color: #9fa0a3;
}
.bx-header-section {
    padding: 0px !important;
}
.bx-blue.bx-top-nav .bx-top-nav-container {
    background: #ffffff;
    padding: 0px;
    margin: 0px;
    float: left;
    border-radius: 0px;
}
.main-banner {
    background: url(images/banner_bg.png);
    background-position: top center;
    min-height: 380px;
    background-size: cover;
}
.main-banner .carousel-control {
	display: none;
}
.main-banner .carousel-indicators {
	bottom: 10px;
}
.main-banner .carousel-indicators li {
    background-color: #bbbbbb;
    box-shadow: 0px 0px 0px 2px #e00022;
}
.main-banner .carousel-indicators .active {
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 2px #e00022;
}
.oform_zakaz {
    font-weight: normal;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}
.title_info {
    border-bottom: 1px solid #ebebeb !important;
    padding-bottom: 25px !important;
}
.box_adress {
	position: relative;
	height: 56px;
	width: 100%;
    box-shadow: inset 0px 0px 0px 0px #e00022;
	cursor: pointer;
	transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
.popup-window-titlebar-close-icon {
    top: 0px !important;
    right: 0px !important;
}
.box_adress:hover {
    box-shadow: inset 0px -56px 0px 0px #e00022;
}
.menu_hidden ul {
    position: relative;
    margin-top: 0px !important;
    display: inline-block;
    vertical-align: top;
}
.menu_hidden ul li {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    border-bottom: 1px solid #ededed;
}
.menu_hidden ul li a {
    color: #000000 !important;
    font-size: 16px !important;
    font-family: "myriadproregular";
    padding: 0px !important;
    font-weight: 500 !important;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu_hidden ul li:hover a {
    color: #d30324 !important;
    background: transparent !important;
}
.menu_hidden ul li a span {
    padding: 9px !important;
    padding-left: 0px !important;
}

.menu_box {
    height: 100vh;
    width: 375px;
    background: #ffffff;
    display: inline-block;
}
.soc_menu_bottom .soc_seti {
    width: 100%;
    height: 40px;
    border: 0px;
    padding: 0 35px;
}
.soc_menu_bottom .soc_seti a {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background-position: 50% 10px;
    background-repeat: no-repeat;
}
.menu_box .subscribe-block {
	width: 100%;
	float: none;
}
.menu_box .subscribe-block > div {
    margin: 0px auto;
    width: 100%;
    height: auto;
    box-shadow: none;
    padding: 0px 0px 0px 50px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.menu_box .subscribe-block > div:hover {
    box-shadow: none;
}
.menu_box .subscribe-block .subscribe_holder form {
    width: 280px;
}
.menu_box .bx-subscribe .bx-block-title {
    text-align: left;
    padding-left: 40px;
    position: relative;
    margin-bottom: 35px;
    margin-top: 40px;
}
.menu_box .bx-subscribe .bx-block-title:before {
    content: '';
    width: 25px;
    height: 18px;
    background: url('images/mail_red.png');
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.menu_holder {
    max-height: 35vh;
    overflow: hidden;
    overflow-y: scroll;
}
.menu_hidden .menu_categories ul li {
	padding-left: 50px;
}
.menu_hold {
    width: 56px;
    height: 56px;
    float: left;
    margin-left: 15px;
    position: relative;
}
.bx-nothing {
    color: #e00022;
    width: 1170px !important;
    text-align: center;
    margin: 0px !important;
    font-size: 25px;
    font-family: "myriadproregular";
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    outline: none !important;
}
.samovivoz .store_row:hover {
    border-radius: 0px !important;
    border: 2px solid #e00022 !important;
}
.samovivoz .store_row, .samovivoz .store_row label {
    cursor: pointer;
}
.samovivoz .store_row label .name {
    font-size: 14px;
    font-weight: normal;
    font-family: "myriadprobold" !important;
    text-transform: uppercase;
}
.samovivoz .store_row label .phone {
    font-family: "myriadproregular" !important;
    font-size: 14px;
}
.samovivoz .store_row label .email {
    font-family: "myriadproregular" !important;
    font-size: 14px;
}
.samovivoz .store_row label .adres {
    font-family: "myriadproregular" !important;
    font-size: 14px;
}
.samovivoz .store_row label .shud {
    font-family: "myriadproregular" !important;
    font-size: 14px;
}
.samovivoz .store_row .desc {
	display: none;
}
.samovivoz .checked {
    border-radius: 0px !important;
    border: 2px solid #e00022 !important;
}
.menu_header {
    width: 56px;
    height: 56px;
    z-index: 1000;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    float: left;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.col2 table.sale_order_full_table {
    width: 90%;
    float: left;
}
.col2 {
    width: 50%;
    float: left;
}
.border_right {
    box-shadow: inset -1px 0px 0px 0px #cccccc;
}
.margin_left table.sale_order_full_table {
    margin-left: 10%;
    float: left;
}
.button_menu_active {
    position: fixed;
    margin-left: 0px;
    top: 0px;
    left: 375px;
    background: #ffffff;
}
.menu-pirogok-name {
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    font-family: "myriadproregular";
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    left: -110%;
    top: 17px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu-pirogok-name:hover {
    color: #e00022;
}
.button_menu_active .menu-pirogok-name {
	opacity: 0;
}
#loader-block > div {
    background: #ffffff !important;
    border: 1px solid rgb(227, 4, 15) !important;
    font-family: "myriadproregular" !important;
    font-size: 27px !important;
    text-transform: uppercase !important;
    position: fixed !important;
    letter-spacing: 3.5px !important;
    width: 40% !important;
    padding: 70px 0px !important;
    top: calc(50% - 90px) !important;
    left: calc(50% - 20%) !important;
}
.bx_ordercart .bx_sort_container a:active {
    background: transparent;
    box-shadow: none;
    color: #e00022;
    text-shadow: none;
}
.menu-pirogok-name:focus {
    color: #e00022;
}
.menu_header span {
    width: 16px;
    height: 2px;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu_header span:nth-child(2) {
    margin-top: 20px;
}
.button_menu_active span {
	background: #000000;
}
.button_menu_active span:nth-child(2) {
    transform: rotate(45deg);
    margin-bottom: 1px;
    margin-top: 29px;
}
.button_menu_active span:nth-child(3) {
    opacity: 0;
}
.button_menu_active span:nth-child(4) {
    transform: rotate(-45deg);
    margin-top: -10px;
}
.sale_order_full_table .pay_name {
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.order-checkout .oform_zakaza .sale_order_full_table:nth-child(3) {
	width: 50%;
	box-shadow: inset -1px 0px 0px 0px #cccccc;
}
.order-checkout .oform_zakaza .sale_order_full_table:nth-child(4) {
	width: 48%;
	margin-left: 2%;
}
.menu_hidden {
    width: 0vw;
    opacity: 0;
    overflow: hidden;
    padding: 0px;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    transition: .5s;
}
.menu_active {
    width: 100vw;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}
.logomenu {
    background: url(images/logomenu.png) 50%;
    width: 231px;
    background-size: cover;
    height: 130px;
    z-index: 1;
    margin: 56px auto 0px;
}
.menu_hidden .bx-nav-parent .bx-nav-2-lvl-container > ul {
	width: 325px !important;
}
.menu_hidden .bx-nav-parent .bx-nav-2-lvl-container > ul > li > ul {
    width: calc(100% + 10px);
}
.menu_hidden .bx-nav-parent .bx-nav-2-lvl-container > ul > li > ul > li {
    padding: 10px 0px;
} 
.menu_hidden .bx-nav-parent .bx-nav-2-lvl-container > ul > li:nth-child(2), 
.menu_hidden .bx-nav-parent .bx-nav-2-lvl-container > ul > li:nth-child(3) {
    padding: 10px;
}

.menu_hidden .bx-nav-parent ul li a {
	color: #000000 !important;
}
.menu_hidden .bx-nav-parent ul li a:hover {
	color: #e00022 !important;
}
.page_about_contacts .page_about_contacts_map {
    width: 100vw !important;
    margin: 0px 0px 0px -370px !important;
}
.soc_seti {
    width: calc(33% - 62px);
    float: left;
    height: 56px;
    border-left: 1px solid #ffffff;
    padding: 0px 5px;
}
.soc_seti a {
    display: block;
    width: 50px;
    height: 56px;
    float: left;
    background-position: 50% 0px;
    background-repeat: no-repeat;
}
.fb {
	background: url('images/facebook_icon.png');
}
.tw {
	background: url('images/twit_icon.png');
}
.gl {
	background: url('images/google_icon.png');
}
.inst {
	background: url('images/inst_icon.png');
}
.bx-inc-orginfo .fa-phone:before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url('images/phone.png');
}
.bx-inc-orginfo .fa {
    position: absolute;
    top: 18px;
    left: 4px;
}
.phone_head, .location_head {
    padding: 0px;
      width: 180px !important;
    height: 56px;
}
.table-responsive {
    overflow-x: inherit !important;
}
.bx-inc-orginfo, .bx-worktime {
    height: inherit;
}
.bx-worktime {
	padding-left: 28px;
}
.phone_head .bx-inc-orginfo > div {
    height: inherit;
}
.bx-inc-orginfo-phone, .bx-worktime-prop {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    font-family: "myriadproregular";
    line-height: 56px;
    width: 100px;
    overflow: hidden;
    max-height: 56px;
    display: block;
    float: left;
    text-transform: uppercase;
    z-index: 2;
}
.bx-worktime-prop:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 23px;
	right: 20px;
	background: url('images/arrow.png');
	background-position: bottom;
	transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	z-index: 9;
}
.location_head:hover .bx-worktime-prop:after {
	background-position: top;
}
.bx-inc-orginfo-phone:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 23px;
	right: 20px;
	background: url('images/arrow.png');
	background-position: bottom;
	transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	z-index: 9;
}
.phone_head:hover .bx-inc-orginfo-phone:after {
	background-position: top;
}
.bx-worktime-prop:before {
    content: '';
    background: url(images/lokation.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 18px;
    left: 4px;
}
.mailto {
    width: 120px;
    display: block;
    float: left;
    padding-left: 40px;
    line-height: 56px;
    max-height: 56px;
    position: relative;
}
.mailto:before {
    content: '';
    background: url('images/mail.png');
    height: 18px;
    width: 25px;
    position: absolute;
    top: 19px;
    left: 2px;
}
.mailto span {
    font-size: 12px;
    color: #ffffff;
    font-family: "myriadproregular";
    text-transform: uppercase;
}
.kabinet div.bx-basket-block:nth-child(1) {
    width: 100px;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 56px;
    left: 50px;
    background: #000000;
}
.kabinet {
	width: 160px;
	padding: 0px;
	padding-left: 10px;
}
.kabinet div.bx-basket-block:nth-child(1) a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: absolute;
    border: none;
    color: #ffffff;
    top: 25px;
    font-size: 12px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    margin: 0px;
    left: 0px;
    padding: 0px 10px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.kabinet div.bx-basket-block:nth-child(1) a:hover {
    background: #e00022;
}
.kabinet div.bx-basket-block:nth-child(1) a:nth-child(2) {
    top: 0px;
}
.bx-basket-block>.fa {
    display: none;
}
.kabinet_active {
    height: 50px !important;
    position: relative;
}
.kabinet div.bx-basket-block:nth-child(2) {
    width: 16px;
    height: 16px;
    background: #e00022;
    padding: 0px;
    position: absolute;
    top: 12px;
    right: 5px;
    border-radius: 50%;
    font-size: 12px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.kabinet div.bx-basket-block:nth-child(2) a, .kabinet div.bx-basket-block:nth-child(2) span {
    display: none;
}
.card_active {
	height: 100px;
}
.bx-basket {
    position: relative;
}
.search {
    width: 50px;
    height: 56px;
    float: left;
    background: url(images/search.png) 50% no-repeat;
    cursor: pointer;
}
.card {
    width: 50px;
    height: 56px;
    float: left;
    background: url(images/card.png) 50% no-repeat;
    cursor: pointer;
}
.kab {
    width: 50px;
    height: 56px;
    float: left;
    background: url(images/person.png) 50% no-repeat;
    cursor: pointer;
}
.bx-footer-section > div:nth-child(1), .bx-footer-section > div:nth-child(2) a {
	font-size: 14px;
    font-family: "myriadproregular";
    color: #ffffff;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-footer-section > div:nth-child(2) a:hover {
    color: #e00022;
}
.bx-content {
	width: 100%;
}

/*.main-page-menu ul {
    display: inline-block;
    width: calc(100% + 6px);
    padding: 0px;
    vertical-align: top;
    margin: 0px -3px;
}
.main-page-menu ul .menu_glasses {
	background: url('images/ochki.png');
}
.main-page-menu ul .menu_accessories {
	background: url('images/acsesuary.png');
}
.main-page-menu ul .menu_socket {
	background: url('images/opravi.png');
}
.main-page-menu ul .menu_lenses {
	background: url('images/linzi.png');
}*/
.main-page-menu .part {
margin: 15px auto;
    float: left;
    list-style-type: none;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    width: 100%;
height: 200px;
    box-shadow: inset 0px 0px 0px 1px #000000;
}
.main-page-menu .part:hover {
    box-shadow: inset 0px 0px 0px 3px #e00022;
}
.main-page-menu .part a, .menu_shops {

display: inline-block;
margin: 30px 1px;
background: rgba(255,255,255,0.7);
width: 100%;
transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
padding-left: 30px;
font-size: 34px;
font-family: "myriadprobold";
color: #000000;
text-transform: uppercase;
}
.menu_shops {
    position: absolute;
    top: 0px;
    left: 10px;

}
.menu_shops h2 a {
    font-family: "myriadprobold";
    margin: 0px 0px 10px;
    font-size: 34px !important;
    color: #000000 !important;
}
.menu_shops h2 {
    text-align: left;
    line-height: 1em !important;
}
.main-page-menu .part a h2 {
    font-family: "myriadprobold";
    margin: 0px 0px 10px;
    font-size: 23px;
}
@media all and (max-width: 980px) {
    .contacts_holder h2 {
    font-size: 34px !important;}
    .contacts_bg {
    background: url(images/bg_cont.png) 0% !important;
    }
    .main-page-menu .part a h2 {

    font-size: 14px;
}
.main-page-menu .part a, .menu_shops {
    padding-left: 10px;
}
   .main-page-menu .part {height:120px;} 
  .main-page-menu .part a, .menu_shops { padding-left: 15px;}
  .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button, .btn-default {padding: 5px 5px !important;}
}
@media all and (max-width: 480px) {
    .main-page-menu .part a, .menu_shops {
    padding-left: 5px;
}
  .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button, .btn-default {padding: 5px 4px !important;}
.main-page-menu .part a h2 {
    font-size: 11px;
}
.main-page-menu .part a h5 {
    font-size: 10px;
}
}
.main-page-menu .part a span, .menu_shops span {
    height: 2px;
    width: 47px;
    background: #000000;
    display: block;
}
.main-page-menu .part a p, .menu_shops p {
    font-family: "myriadproregular";
    font-size: 15px;
    text-transform: none;
    margin: 13px 0px;
    text-align: left;
} 
.menu_shops .more_shops {
	color: #000000;
}
.menu_shops .more_shops:hover {
	color: #e00022;
    box-shadow: inset 0px -1px 0px 0px #e00022;
}
.main-page-menu ul li a h5, .menu_shops .more_shops {
    font-family: "myriadproregular";
    font-size: 13px;
    margin: 0px;
    font-weight: 500;
    float: left;
    box-shadow: inset 0px -1px 0px 0px #000000;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.main-page-menu ul li a h5:hover {
    color: #e00022;
    box-shadow: inset 0px -1px 0px 0px #e00022;
}
.bx_item_list_section .bx_catalog_item {
	width: 23% !important;
}
.bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(3n+1) {
    clear: none !important;
}
.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item.double:hover .bx_catalog_item_images {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
}
.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item.double:hover .bx_catalog_item_images_double {
    display: none;
}
.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_controls.touch, 
.bx-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_controls.no_touch, 
.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_scu  {
    display: none !important;
}
.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_container {
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    background: #fff;
    -webkit-animation: none;
    animation: none;
}
.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_controls {
    display: block;
    opacity: 1;
}
.bx_item_list_bestsellers .bx_catalog_item_title {
    height: auto;
}
.banner_box {
	background: url('images/banner_bg.png');
    height: 575px !important;
    background-position: center !important;
    background-size: cover;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.banner_container {
	width: 1000px;
	margin: 0px auto;
}
.banner_holder {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding-top: 230px;
}
.banner_holder h3 {
    font-size: 90px;
    font-family: "myriadprobold";
    color: #df252b;
    text-transform: uppercase;
    margin: 0px;
}
.banner_holder h2 {
    font-size: 18px;
    font-family: "myriadproregular";
    color: #ffffff;
    text-transform: uppercase;
    margin: 15px 0px 25px;
}
.banner_holder p {
    font-size: 13px;
    font-family: "myriadproregular";
    color: #ffffff;
    margin: 0px 0px 25px;
}
.banner_holder a {
	width: 160px;
	height: 35px;
	display: block;
	background: #e00022;
	font-size: 14px;
	font-family: "myriadproregular";
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
	transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
.banner_holder a:hover {
	background: #000000;
}
.bx_item_list_bestsellers {
    margin-top: 60px;
    border: 0px;
}
.bx_item_list_bestsellers .bx_item_list_title {
    color: #000;
    height: 1em;
    line-height: 1em;
    font-size: 60px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    font-weight: 100;
    background: transparent !important;
    margin-bottom: 40px;
}
.bx-newslist {
    width: 65%;
    float: left;
}
.bx_catalog_item_container {
	position: relative;
}
.bx_catalog_item_container .bx_catalog_item_articul {
    display: none !important;
}
.bx_catalog_item_container .bx_catalog_item_price {
    position: absolute;
bottom: 45%;
right: -4px;
    z-index: 100;
    
}
.opis h3{margin-top:4px;}
.bx_catalog_list_home .bx_catalog_item_container .bx_catalog_item_title {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px;
}
.bx_catalog_list_home .bx_catalog_item_container .bx_catalog_item_title a:hover {
    color: #e00022 !important;
}
.slider_home .bx_catalog_list_home .bx_catalog_item_container .bx_catalog_item_controls_blocktwo {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.slider_home .bx_catalog_list_home .bx_catalog_item_container .bx_catalog_item_controls_blocktwo a.follow_ {
    float: left !important;
    clear: none;
    width: calc(100% - 130px);
}
a.follow_ {
    padding: 9px !important;
    float: right !important;
    line-height: 12px !important;
}
a {
	outline: none !important;
	color: #e00022;
}
a:focus {
	text-decoration: none !important;
}
h1.bx-title {
    padding: 0px 0 !important;
    margin: 50px 0px !important;
}
span.bx_medium.bx_bt_button {
    display: block;
    color: #fff;
    cursor: pointer;
}
.ms2_product .price {
    padding-left: 5px !important;
    padding-right: 3px !important;
       font-size: 21px;
}

.ms2_product .old_price {
    padding-right: 2px !important;
}
.bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button, .btn-default {
    background: #e00022 !important;
   /* width: 50% !important;
    height: 30px !important;*/
   
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px !important;
    font-family: "myriadproregular" !important;
   /* float: left;*/
    padding: 5px 15px;
    border:0 !important;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .bx_bt_button:hover, .btn-default:hover {
    background: #000000 !important;
    color: #fff !important;
}
.bx_subscribe_response_container {
    padding: 40px 20px;
}
.bx_subscribe_response_container table tbody tr td:nth-child(1) {
	display: none;
}
.bx_subscribe_response_container table tbody tr td:nth-child(2) div:nth-child(1) {
    font-size: 18px !important;
    text-align: center;
    text-transform: uppercase;
    color: #e00022;
    font-family: "myriadproregular";
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.bx_subscribe_response_container table tbody tr td:nth-child(2) div:nth-child(2) {
    font-size: 16px !important;
    color: #000000;
    font-family: "myriadproregular";
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.subscribe-block {
  /*  width: 35%;*/
    float: left;
}
.news_container_home {
	width: 100%;
}
.bx-newslist-img {
/* width: 300px;
float: left;*/
margin-bottom: 0px;
text-align: center;
}
.bx-newslist-img img {
 /*   width: 300px;
    height: 300px;*/
    object-fit: cover;
    margin: 0 auto;
}
.news_box {
    width: calc(100% - 300px);
    float: left;
    padding-left: 30px;
}
.news_line {
    width: 100%;
    height: 1px;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 40px;
}
.bx-newslist-block {
    padding: 0px;
    margin-bottom: 35px;
}
.bx-newslist-more {
    margin: 0px;
}
.bx-newslist-more .btn {
    background: #e00022;
    border: 0px;
    border-radius: 0px;
    width: 130px;
    height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "myriadproregular";
    line-height: 30px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-newslist-more .btn:hover {
    background: #000000;
}
.bx-newslist-title a {
    color: #000;
    margin: 0;
    font-weight: 500;
    padding: 0px;
    font-size: 30px;
    font-family: "myriadproregular";
    margin-top: 25px;
    display: block;
}
.bx-newslist-title a:hover {
    color: #e00022;
}
.bx-newslist-content {
    font-size: 13px;
    margin-bottom: 0px;
    font-family: "myriadproregular";
    color: #555555;
}
.subscribe-block > div {
    margin: 0px auto;
    width: 350px;
    height: 330px;
    box-shadow: 0px 0px 0px 3px #000000;
    padding: 25px 35px;
    float: right;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    background: #ffffff;
    margin-bottom: 15px;
}
.subscribe-block > div:hover {
    box-shadow: 0px 0px 0px 3px #e00022;
}
.news_soc .soc_seti {
    width: 100%;
    float: left;
    height: 50px;
    border-left: 0px;
    padding: 0px 40px;
}
.news_soc .soc_seti a {
    background-position: 50% 15px;
    height: 50px;
}
.news_soc {
	margin-top: 60px;
	width: 100%;
}
.news_soc h5 {
    margin: 0px;
    font-size: 18px;
    color: #000000;
    font-family: "myriadproregular";
    text-align: center;
    margin-bottom: 30px;
}
.bx-subscribe div.bx-block-title {
    font-family: "myriadproregular";
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
}
.bx-input-group {
    width: calc(100% - 100px);
    float: left;
    height: 45px;
}
.subscribe-block .bx-subscribe .bx-input-group input {
    margin: 0px;
    height: 45px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: inset 0px 0px 0px 1px #cccccc !important;
}
.bx_subscribe_submit_container {
    width: 100px;
    height: 45px;
    float: left;
}
.btn-subscribe {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: #000000;
    padding: 0px !important;
    color: #ffffff;
    line-height: 45px;
    font-size: 12px;
    font-family: "myriadproregular";
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.btn-subscribe:hover {
    background: #e00022;
}
.btn-subscribe:before {
    display: none;
}
.subscribe-block .all-news-btn {
    height: 50px;
    padding: 0px;
    line-height: 50px;
    text-align: center;
margin-bottom: 127px;
    background: #ffffff;
}
.subscribe-block .all-news-btn a {
    font-size: 14px;
    font-family: "myriadproregular";
    color: #000000;
    text-transform: uppercase;
    height: 47px;
    display: block;
}
.full_bg > div.row > div > h2 {
    padding-left: 14px;
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin: 60px 0px 50px;
    font-family: "myriadproregular";
    color: #000000;
}
.subscribe-block .subscribe_holder {
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}
.subscribe-block .subscribe_holder form, .news_soc {
    display: inline-block;
    vertical-align: top;
}
.contacts {
    padding: 50px 0px 150px;
}
.contacts_bg {
    background: url(images/bg_cont.png) 50%;
    max-height: 410px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-size: cover;
}
.contacts_holder {
    margin-top: 200px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.contacts_holder h2 {
    font-size: 72px;
    color: #ffffff;
    margin: 0px;
    font-family: "myriadproregular";
    letter-spacing: 10px;
    padding-left: 10px;
    line-height: 1em;
    margin-bottom: 20px;
}
.contacts_forma {
    height: 30px;
    margin-bottom: 10px;
}
.contacts_box {
    width: 670px;
    margin: 0 auto;
    background: #ffffff;
    padding: 54px 0px;
}
.contacts_phone {
	
}
.contacts_phone span {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #000000;
    font-family: "myriadproregular";
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a, 
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a, 
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a{
	background: #ffffff;
}
.contacts_phone span:hover {
    color: #e00022;
}
.contacts_phone p {
    font-size: 14px;
    color: #555555;
    font-family: "myriadproregular";
    margin: 10px auto 0px;
    width: 100px;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}
.mfeedback {
    max-width: 560px;
    margin-top: 10px;
}
.mfeedback h2 {
    margin: 0px;
    font-size: 36px;
    color: #ffffff;
    font-family: "myriadproregular";
    text-align: center;
    margin-bottom: 30px;
}
.mfeedback .mf-text {
	display: none;
}
.bx-pagination .bx-pagination-container ul li a {
    height: 20px;
    min-width: 20px;
    line-height: 20px;
}
.mf-name input, .mf-email input {
	padding: 0px;
    padding-left: 20px !important;
    height: 50px !important;
    background: #ffffff;
    outline: none;
    border: 0px;
    border-radius: 0px;
    width: 100% !important;
    font-size: 18px;
    font-family: "myriadproregular";
    color: #868686;
}
div.mf-message textarea {
    padding-top: 0px;
    padding-left: 20px;
    resize: none;
    background: #ffffff;
    outline: none;
    border: 0px;
    border-radius: 0px;
    font-size: 18px;
    font-family: "myriadproregular";
    color: #868686;
    height: 50px !important;
    max-height: 50px !important;
    min-height: 50px !important;
    line-height: 50px;
}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
    width: 100%;
    padding-bottom: 20px;
}
.footer-feedback form > input[type="submit"], .modal_form form > input[type="submit"] {
    width: 100%;
    height: 50px;
    background: #e00022;
    color: #ffffff;
    font-size: 18px;
    font-family: "myriadproregular";
    border: 0px;
    text-transform: uppercase;
    padding: 0px;
    outline: none !important;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.modal_form form > input[type="submit"] {
	background: #000000;
    box-shadow: inset 0px 0px 0px 50px #e00022;
}
.modal_form form > input[type="submit"]:hover {
	box-shadow: inset 0px 0px 0px 2px #e00022;
}
.footer-feedback form > input[type="submit"]:hover{
    background: #000000;
}
.mf-captcha {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.mf-captcha img  {
    height: 50px;
    width: 225px;
    float: left;
}
.mf-captcha input[type=text] {
    height: 50px;
    width: calc(100% - 235px);
    border: none;
    background: #ffffff;
    float: left;
    border-radius: 0px;
    margin-left: 10px;
}
.menu_box .news_soc {
	display: none;
}
.bestsalers-products-block {
	padding-bottom: 30px;
}
.bx_item_detail .bx_big.bx_bt_button.bx_cart:hover {
	background: #e00022 !important;
}
.full_bg  {
    background: url(images/bg_news.png) no-repeat;
    background-size: cover;
    background-position: center;
 /*   width: 1920px;
    margin: 50px 0px 0px -375px;*/
}
.full_bg .bx-content {
  /*width: 1200px;*/
    margin: 0 auto;
    float: none;
}
.main-banner {
	position: relative;
}
.banner_logo {
	width: 460px;
	height: 260px;
	position: absolute;
	top: 55px;
	left: calc(50% - 230px);
	background: url('images/logo_banner.png') no-repeat;
	background-size: cover;
	z-index: 2;
}
.hidden_search {
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100vw;
    background: #ffffff;
    height: 0px;
    overflow: hidden;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.search_active {
    height: 70px;
    box-shadow: 0px 1px 0px 0px #000000;
    z-index: 1;
}
.bx-searchtitle {
    display: inline-block;
    margin: 0px;
    height: 70px;
    width: 100%;
}
.bx-searchtitle form {
    height: inherit;
    margin: 0 auto;
    display: inline-block;
    width: 1170px;
    position: relative;
    left: calc(50% - 585px);
}
.bx-searchtitle .bx-input-group {
    height: inherit;
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.bx-searchtitle .bx-input-group-btn {
    width: 175px;
}
.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    width: 175px;
    height: 70px;
    border: none;
    background: #000000;
    border-radius: 0px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "myriadproregular";
    letter-spacing: 3px;
    float:right;
}
.bx-searchtitle .bx-input-group-btn button:hover, 
.bx-searchtitle .bx-input-group-btn button:active, 
.bx-searchtitle .bx-input-group-btn button:focus {
    background: #e00022;
    outline: none;
    outline: none;
    outline-offset: 0px;
    box-shadow: 0px;
}
.bx-searchtitle .bx-input-group-btn button i {
    display: none;
}
.bx-searchtitle .bx-input-group .bx-form-control {
    background-color: #ffffff !important;
    border: 0px !important;
    border-radius: 0px !important;
    height: inherit !important;
    position: relative;
    z-index: 1;
    padding-left: 70px;
    font-size: 20px;
    font-family: "myriadproregular";
    width:80%;
    border-bottom:1px #f6f6f6 solid;
}
.bx-searchtitle .bx-input-group:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(images/search_active.png);
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 2;
}

/*КОРЗИНА*/

.bx_ordercart .bx_ordercart_order_table_container {
    border: 0px;
    border-radius: 0px;
    overflow: visible;
}
.bx_ordercart .bx_ordercart_photo_container {
    position: relative;
    padding-top: 0px;
    min-width: auto;
    max-width: 61px;
    height: 61px;
    width: 61px;
    border: 1px solid #eeeeee;
    border-radius: 0px;
}
#basket_items > thead tr, #basket_items > tbody > tr  {
	border-bottom: 1px solid #eeeeee;
}
#basket_items tr td {
    background: transparent !important;
    height: 62px;
    padding: 5px 0px !important;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td {
    font-size: 12px;
    font-family: "myriadproregular";
    color: #a7a7a7;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
    width: 15px;
    height: 15px;
    padding-left: 15px;
    overflow: hidden;
    display: block;
    background: url('images/del.png') no-repeat;
    background-position: 50%;
    position: absolute;
    top: calc(50% - 7.5px);
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    background-size: contain;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:nth-child(3) {
    display: none;
}
#basket_items > tbody > tr > td:nth-child(5), #basket_items > thead > tr > td:nth-child(4) {
	display: none;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td:nth-child(2) {
    line-height: 62px;
    text-align: center;
    width: 5%;
    color: #a7a7a7 !important;
    font-size: 12px !important;
    font-family: "myriadproregular" !important;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
    width: 9%;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    width: 40%;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price {
    width: 13%;
}
.bx_ordercart .bx_ordercart_order_table_container table td.margin {
    width: 0%;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.costom:nth-child(4) {
	width: 11%;
} 
.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
	width: 4%;
	max-width: 40px;
	position: relative;
}
#basket_items input {
    line-height: normal;
    max-width: 50px;
    font-size: 18px;
    border: 0px;
    background: transparent;
    font-family: "myriadproregular";
    text-align: center;
    line-height: 60px;
}
.actions-products-block, .new-products-block, .bestsalers-products-block {
    margin: 15px 0px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price, 
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom {
	font-family: "myriadproregular";
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
#basket_items tbody td:nth-child(7) > div > table > tbody > tr > td:nth-child(3) {
	display: none;
}
#basket_items tbody td:nth-child(7) > div > table > tbody > tr > td:nth-child(1) {
    width: 80px;
    line-height: 52px !important;
}
#basket_items tbody td:nth-child(8), #basket_items tbody td.price {
	line-height: 72px;
}
#basket_items tbody td:nth-child(7) > div > table {
    position: relative;
}
.basket_quantity_control a.plus {
	position: absolute;
	right: 0px;
	background: url('images/plus.png') 50% no-repeat;
	top: calc(50% - 9px);
}
.basket_quantity_control a.minus {
	position: absolute;
	left: 0px;
	background: url('images/minus.png') 50% no-repeat;
	top: calc(50% - 8px);
}
.basket_quantity_control a {
    width: 16px;
    height: 16px;
    background-color: #a7a7a7 !important;
    border-radius: 2px !important;
    border: 0px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.basket_quantity_control a:hover {
	background-color: #e00022 !important;
}
.bx_ordercart .bx_ordercart_order_pay {
    padding: 0px;
}
.bx_ordercart_order_pay > div:nth-child(3), .bx_ordercart .bx_ordercart_order_pay_left {
	display: none;
}
.bx_ordercart .bx_ordercart_order_pay_center {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px;
    width: 220px;
    float: left;
    height: 55px;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 220px;
    height: 55px;
    border-radius: 0px;
    background: #000000 !important;
    color: #ffffff !important;
    vertical-align: top;
    text-decoration: none;
    text-shadow: none !important;
    font-weight: normal;
    line-height: 55px !important;
    text-align: center;
    font-size: 16px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: .5s;;
    -o-transition: .5s;;
    -moz-transition: .5s;;
    -webkit-transition: .5s;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout:hover {
    background: #e00022 !important;
}
.bx_ordercart .bx_ordercart_order_pay_right {
    float: left;
    width: calc(100% - 220px);
    text-align: right;
    padding-right: 20px;
}
.bx_ordercart_order_pay_right > table > tbody > tr:nth-child(1) {
	display: none;
}
#allSum_FORMATED {
    width: 220px;
    text-align: center;
    line-height: 55px;
    height: 55px;
    box-shadow: inset 0px 0px 0px 1px #e1e1e1;
    padding: 0px;
    font-size: 24px;
    font-family: "myriadproregular";
    font-weight: normal;
}
.bx_ordercart_order_pay_right > table > tbody > tr:nth-child(2) > td:nth-child(1) {
    font-size: 14px;
    font-family: "myriadproregular";
    color: #555555;
    font-weight: normal;
    padding-right: 15px;
}
.bx_ordercart .bx_ordercart_order_pay {
    display: inline-block;
    width: 100%;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    font-size: 16px;
    font-family: "myriadproregular";
    font-weight: normal;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a:hover {
    color: #e00022;
}

/*КОРЗИНА*/

/*PAGE NEWS*/

.page_news .bx-newslist-img {
    width: 53%;
    padding: 0 15px 0px 0px;
}
.page_news .bx-newslist-container {
	width: 100%;
}
.page_news .bx-newslist-container .bx-newslist-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.page_news .news_content {
    display: inline-block;
    width: 47%;
    float: left;
    padding-left: 40px;
    height: 300px;
    position: relative;
    padding-right: 15px;
}
.page_news .news_content > span {
    width: 100%;
    height: 1px;
    background: #c8cac7;
    display: block;
    position: relative;
}
.page_news .news_content > span:nth-child(1) {
    top: 0px;
}
.page_news .news_content > span:nth-child(5) {
    bottom: 0px;
    position: absolute;
    width: calc(100% - 55px);
}
.page_news .news_content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "myriadproregular";
    color: #000000;
    line-height: 1em;
    padding: 0px;
    min-height: 50px;
}
.page_news .news_content h3 a {
    padding: 0px;
}
.page_news .news_content h3 a:hover {
    color: #e00022;
}
.page_news .news_content .bx-newslist-content {
    font-family: "myriadproregular";
    font-size: 14px;
    color: #000000;
    line-height: 1em;
    margin-bottom: 30px;
    max-height: 100px;
    min-height: 100px;
}
.page_news .news_content .bx-newslist-more .btn {
    box-shadow: inset 0px 0px 0px 2px #000000;
    background: transparent;
    color: #000000;
}
.page_news .news_content .bx-newslist-more .btn:hover {
    box-shadow: inset 0px 0px 0px 2px #e00022;
}
.page_news .bx-newslist-container > span, .page_news_vivod .bx-newslist-container > span {
    width: 66px;
    height: 4px;
    display: block;
    background: #e00022;
    position: relative;
    bottom: 18px;
}
.page_news .bx-newslist-container:last-child > span {
	display: none;
}
.page_news_vivod .bx-newslist-container:last-child > span {
	display: block !important;
}
.page_news .navigation {
    display: inline-block;
    position: relative;
    padding: 0px 50px;
}
.page_news .navigation-arrows {
    position: absolute;
    left: 0px;
    width: 100%;
}
.page_news .navigation .navigation-pages .navigation-title, .page_news .navigation-arrows .arrow, .page_news .navigation-arrows .ctrl {
	display: none;
}
.page_news .navigation-arrows .disabled:nth-child(3), .page_news .navigation-arrows a:nth-child(3) {
    position: absolute;
    width: 15px;
    height: 20px;
    line-height: 20px;
    display: block;
    top: 0px;
    left: 25px;
    padding-left: 20px;
    overflow: hidden;
}
.page_news .navigation-arrows .disabled:nth-child(3):before, .page_news .navigation-arrows a:nth-child(3):before {
	content: '\2039';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: "myriadproregular";
    font-size: 26px;
    line-height: 16px;
    color: #888888;
}
.page_news .navigation-arrows a:nth-child(3):before {
 	color: #000000;
}
.page_news .navigation-arrows a:nth-child(4), .page_news .navigation-arrows .disabled:nth-child(4) {
    position: absolute;
    right: 25px;
    top: 0px;
    width: 15px;
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    padding-left: 20px;
}
.page_news .navigation-arrows a:nth-child(4):before, .page_news .navigation-arrows .disabled:nth-child(4):before {
    content: '\203A';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: "myriadproregular";
    font-size: 26px;
    line-height: 16px;
    color: #000;
}
.page_news .navigation-arrows .disabled:nth-child(4):before {
	color: #888888;
}
.page_news .navigation .navigation-pages .nav-current-page {
    color: #888888;
    font-family: "robotoregular";
    font-size: 16px;
    line-height: 22px;
    display: block;
    width: 15px;
    text-align: center;
    float: left;
    margin: 0px 2px;
    box-shadow: inset 0px -1px 0px 0px #888888;
}
.page_news .navigation .navigation-pages a {
    color: #000000;
    font-family: "robotoregular";
    font-size: 16px;
    line-height: 22px;
    display: block;
    width: 15px;
    text-align: center;
    float: left;
    margin: 0px 2px;
}
.page_news .navigation .navigation-pages {
    position: relative;
    z-index: 2;
}
.other-news-block > p {
    margin-bottom: 55px;
    margin-top: 15px;
    width: 100%;
    float: left;
}
.other-news-block > p a {
    width: 350px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px 3px #000000;
    font-size: 14px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.other-news-block > p a:hover {
    box-shadow: inset 0px 0px 0px 3px #e00022;
}
.other-news-block .page_news_vivod .bx-newslist-content {
	letter-spacing: 2px;
}
.newsdetail_page .bx-newsdetail-block {
    padding: 0px;
    margin-bottom: 40px;
    box-shadow: inset 0px -1px 0px 0px #c8cac7;
}
.newsdetail_page .bx-newsdetail-img {
    margin-bottom: 40px;
}
.newsdetail_page .bx-newsdetail-img img {
    width: 100%;
    height: 335px;
    object-fit: cover;
}
.newsdetail_page h1 {
    font-size: 30px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    padding: 0px 0px 55px;
    font-weight: normal;
}
.newsdetail_page .bx-newsdetail-content p, 
.newsdetail_page .bx-newsdetail-content h2, 
.newsdetail_page .bx-newsdetail-content h3, 
.newsdetail_page .bx-newsdetail-content h4, 
.newsdetail_page .bx-newsdetail-content h5, 
.newsdetail_page .bx-newsdetail-content b, 
.newsdetail_page .bx-newsdetail-content strong {
    margin-bottom: 20px;
    font-family: "myriadproregular";
    color: #000000;
}
.newsdetail_page .bx-newsdetail-content {
    margin-bottom: 0px;
    padding-bottom: 55px;
    font-size: 14px;
}
.page_news_vivod .news_content h3 a:hover {
    color: #e00022;
}

/*PAGE NEWS*/

/*PAGE CATALOG*/

.bx_catalog_tile .bx_catalog_tile_ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.bx_catalog_tile .bx_catalog_tile_ul li {
    margin-bottom: 0px;
    width: 25%;
    position: relative;
}
.bx_catalog_tile >  ul > li > .bx_catalog_tile_img {
    width: 100%;
    height: 220px;
    border: 0px solid #ccc;
    border-radius: 0px;
    background-size: cover;
    box-shadow: inset 0px 0px 0px 1px #000000;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx_catalog_tile >  ul > li:hover > .bx_catalog_tile_img {
    box-shadow: inset 0px 0px 0px 3px #e00022;
}
.bx_catalog_tile > ul > li > h2 {
    position: absolute;
    top: 30px;
    width: 175px;
    height: 160px;
    margin: 0px !important;
    left: 40px;
    box-shadow: inset 0px 0px 0px 2px #000000;
    background: rgba(255, 255, 255, 0.45);
    padding: 25px 20px 15px !important;
}
.bx_catalog_tile > ul > li > h2:hover {
    box-shadow: inset 0px 0px 0px 2px #e00022;
}
.bx_catalog_tile > ul > li > h2 > a {
    color: #000000 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: "myriadproregular";
    letter-spacing: 3px;
    float: left;
}
.bx_catalog_tile > ul > li > h2 > a:hover {
    color: #e00022 !important;
}
.slick-next {
    background: url(images/arrow_duble.png) !important;
    padding-left: 20px;
    overflow: hidden;
    background-position: -20px 0px !important;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.slick-prev {
    background: url(images/arrow_duble.png) !important;
    padding-left: 20px;
    overflow: hidden;
    background-position: -20px 20px !important;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.slick-next:hover {
    background-position: 0px 0px !important;
}
.slick-prev:hover {
    background-position: -40px 20px !important;
}



/*PAGE CATALOG*/

/*РЕГИСТРАЦИЯ И ВХОД*/

.bx-authform {
	margin: 0px auto 50px;
}
.bx-authform form .bx-authform-formgroup-container input {
    background: transparent;
    box-shadow: inset 0px 0px 0px 1px #000000;
    height: 45px;
    border: 0px;
    border-radius: 0px;
    outline: none !important;
}
.bx-authform form .bx-authform-formgroup-container input:hover, .bx-authform form .bx-authform-formgroup-container input:focus {
    box-shadow: inset 0px 0px 0px 1px #e00022;
}
.bx-authform form .bx-authform-formgroup-container .bx-authform-label-container {
    font-size: 20px;
    color: #000000;
    padding-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "myriadproregular";
}
.bx-authform form .bx-authform-formgroup-container input.btn-primary {
    background: #000000;
    width: 100%;
    font-size: 20px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-authform form .bx-authform-formgroup-container input.btn-primary:hover {
    box-shadow: inset 0px 0px 0px 3px #e00022;
}
.bx-authform .bx-authform-link-container a {
    background: #e00022;
    width: 100%;
    font-size: 20px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-authform .bx-authform-link-container a b {
    font-weight: normal;
}
.bx-authform .bx-authform-link-container a:hover {
    box-shadow: inset 0px 0px 0px 3px #000000;
}
#USER_REMEMBER {
    box-shadow: none;
    top: -4px;
}
.bx-authform form .bx-authform-formgroup-container .bx-filter-param-label {
	width: 100%;
}
.bx-authform form .bx-authform-formgroup-container .bx-filter-param-label span {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bx-authform .bx-authform-description-container {
    font-family: "myriadproregular";
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h1.header-title {
	margin: 50px;
}
.bx-authform .bx-title, .bx-authform .bx-authform-social {
    display: none;
}
#bx_eshop_wrap > div.workarea > div > div > div > div > noindex:nth-child(7) > div {
    font-size: 16px;
    text-align: center;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 2px;
}
#bx_eshop_wrap > div.workarea > div > div > div > div > noindex:nth-child(7) > div a {
    margin-top: 15px;
}
.bx-content > p:nth-child(1) {
    width: 500px;
    margin: 0px auto;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.bx-content > p:nth-child(2) {
	width: 500px;
	margin: 0px auto;
}
.bx-content > p:nth-child(2) > a {
    background: #000000;
    width: 100%;
    font-size: 20px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 100px;
    text-decoration: none !important;
}
.bx-content > p:nth-child(2) > a:hover {
	background: #e00022;
}
#order_form_div .select_store {
    font-size: 15px;
    color: #e3040f;
}
.loc_box_a {
	color: #ffffff !important;
}

/*РЕГИСТРАЦИЯ И ВХОД*/

.bx_catalog_item_container {
	display: inline-block;
}
.phone_box {
    background: #000000;
    height: 56px;
    overflow: hidden;
    width: 100%;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.phone_box:hover {
    height: 168px;
    z-index: 2;
    position: relative;
}
.phone_box a {
    color: #ffffff;
    font-family: "myriadproregular";
    font-size: 12px;
    text-align: center;
    line-height: 56px;
    width: 100%;
    display: inline-block;
    box-shadow: inset 0px 0px 0px 0px #e00022;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.phone_box a:hover {
    box-shadow: inset 0px -56px 0px 0px #e00022;
}
.loc_box {
    position: absolute;
    background: #000000;
    display: inline-block;
    width: 72%;
    height: 56px;
    overflow: hidden;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.loc_box:hover {
	height: auto;
	z-index: 2;
}
.loc_box p {
    text-align: center;
    font-size: 11px;
    margin: 0px;
    font-family: "myriadproregular";
    box-shadow: inset 0px 0px 0px 0px #e00022;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    position: absolute;
   /* width: 100%;*/
    line-height: 1.5em;
    padding: 0px 9px;
    top: 50%;
    transform: translateY(-50%);
}
.bx_catalog_item_images_double, .bx_catalog_list_home .bx_catalog_item_images, .bx_item_slider .bx_bigimages {
    position: relative;
}
.bx_stick, .bx_item_detail .bx_bigimages .bx_stick {
    width: auto;
    padding: 0px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "myriadproregular";
    font-weight: normal !important;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    vertical-align: top;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    text-shadow: none;
}
.bx_stick_disc.right.bottom {
    position: absolute;
    bottom: 25px;
    right: 5px;
    font-size: 20px;
    text-align: center;
    font-family: "myriadproregular";
    color: #e00022;
    background: transparent;
    height: 30px;
    line-height: 30px;
    width: auto;
    font-weight: normal;
}
.bx_stick_disc.right.bottom:hover {
    color: #e00022;
}
.bx_stick.new_product, .bx_bigimages .bx_stick.new_product {
    background: #e00022;
    left: 0px !important;
    top: 0px !important;
    height: 30px;
    line-height: 30px;
}
.bx_stick.sale_leader, .bx_bigimages .bx_stick.sale_leader {
    background: #000000;
    right: 0px !important;
    top: 0px !important;
    height: 30px;
    line-height: 30px;
}
.bx_stick.special_offer, .bx_bigimages .bx_stick.special_offer {
    background: #dedede;
    left: 0px !important;
    bottom: 0px !important;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #000000;
}
.bx-sidebar-block .bx-filter-parameters-box .bx-filter-parameters-box-title {
    height: 55px;
    line-height: 55px;
    padding: 0px;
}
.bx-sidebar-block .bx-filter-parameters-box .bx-filter-parameters-box-title span {
    color: #000000;
    font-size: 18px;
    border: 0px !important;
    width: 100%;
}
.bx-sidebar-block .bx-filter-parameters-box .bx-filter-parameters-box-title span i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.bx-sidebar-block .bx-filter-parameters-box .bx-filter-parameters-box-title span .fa:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    background: #d6d6d6;
    top: 29px;
    right: 0px;
}
.bx-sidebar-block .bx-filter-parameters-box .bx-filter-parameters-box-title span .fa:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    background: #d6d6d6;
    top: 29px;
    right: 0px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    opacity: 0;
}
.bx-sidebar-block .bx-filter-parameters-box .bx-filter-parameters-box-title span .fa-angle-down:after {
    transform: rotate(90deg);
    opacity: 1;
}
.bx-sidebar-block .bx-filter-parameters-box {
    border-top: 1px solid #d6d6d6;
}
.bx-sidebar-block .bx-filter-parameters-box:last-child {
    border-bottom: 1px solid #d6d6d6;
}
.bx-sidebar-block .bx-filter .bx-filter-select-container {
    display: block;
    height: 36px;
    border-radius: 0px;
    border: 0px solid #ccd5db;
    background: #e00022;
    left: 2px;
    position: relative;
    box-shadow: inset 0px -1px 0px 0px #000000;
}
.bx-sidebar-block .bx-filter-select-block {
	background: #e00022 !important;
}
.popup-window {
    background: #ffffff;
    width: 100%;
    max-width: 240px;
    padding: 0px;
    box-shadow: none;
}
.popup-window ul {
    background: #e00022;
}
.popup-window ul li {
    background: #e00022;
    padding: 5px 10px !important;
    margin: 0px !important;
    border: 0px !important;
    box-shadow: inset 0px -1px 0px 0px #000000;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.popup-window-titlebar {
    line-height: 50px;
    text-align: center;
}
.popup-window ul li:hover {
    background: #e00022;
    box-shadow: inset 0px -50px 0px 0px #000000;
}
.popup-window ul li label {
    color: #ffffff !important;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-family: "myriadproregular";
    font-weight: normal;
    text-transform: uppercase;
    background: transparent !important;
}
.bx-sidebar-block .bx-filter-select-text {
    color: #ffffff;
    font-size: 15px;
    font-family: "myriadproregular";
    text-transform: uppercase;
}
.bx-sidebar-block .bx-filter-select-arrow {
    background: none !important;
    height: 35px !important;
}
.bx-sidebar-block .bx-filter-select-arrow:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 15px;
    background: #d6d6d6;
    top: 17px;
    right: 10px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-sidebar-block .bx-filter-select-arrow:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 15px;
    background: #d6d6d6;
    top: 17px;
    right: 10px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-sidebar-block .bx-filter-select-container:hover .bx-filter-select-arrow:before {
    right: 15px;
    transform: rotate(45deg);
}
.bx-sidebar-block .bx-filter-select-container:hover .bx-filter-select-arrow:after {
    right: 5px;
    transform: rotate(-45deg);
}
.bx-sidebar-block .bx-filter-button-box .bx-filter-block {
    margin: 20px -20px;
}
.bx-sidebar-block .bx-filter-block .bx-filter-parameters-box-container {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.bx-sidebar-block .bx-filter-block .bx-filter-parameters-box-container input.btn {
    width: calc(50% - 10px);
    background: #000000 !important;
    color: #ffffff !important;
    border-radius: 0px;
    height: 35px;
    margin: 0px 5px;
    float: left;
    box-shadow: inset 0px 0px 0px 0px #e00022;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    border: 0px;
    outline: none !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px;
}
.bx-sidebar-block .bx-filter-block .bx-filter-parameters-box-container input.btn:hover {
    box-shadow: inset 0px -35px 0px 0px #e00022;
}
.bx-sidebar-block .bx-filter.bx-blue .bx-filter-section {
    border: 0px;
    padding-top: 1px;
}
.bx-sidebar-block .bx-filter.bx-blue .bx-filter-section .bx-filter-title {
	display: none;
}
.popup-window-content-white {
	background: #ffffff !important;
}
#feedback_form_content > div {
    position: relative;
}
#feedback_form_popup_content > div {
	position: relative;
}
#feedback_form_content > div > p,#feedback_form_popup_content > div > p {
    position: absolute;
    top: -18px;
    left: 0px;
    color: red;
    font-family: "myriadproregular";
    font-size: 13px;
    text-transform: uppercase;
}
.art_box {
	width: 100%;
	padding: 0px !important;
}
.art_box dd, .art_box dt {
    font-family: "myriadproregular";
    font-size: 14px;
    text-shadow: none;
    line-height: 18px;
}
.art_box dt {
	font-family: "myriadprobold";
}
.type_dost {
    width: 50%;
    float: left;
    padding-right: 30px;
    box-shadow: inset -1px 0px 0px 0px #cccccc;
}
.korzina_dost {
    width: 50%;
    float: left;
    padding-left: 30px;
}
.oform_zakaza {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 50px;
}
/*.korzina_dost td.itemphoto {
    overflow: hidden;
    width: 0px !important;
    min-width: 0px;
    max-width: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    box-shadow: none !important;
    border: 0px !important;
    opacity: 0;
}*/
.korzina_dost td.itemphoto {
    width: 13% !important;
}
.popup-window-with-titlebar .popup-window-content {
	background: #ffffff;
}
.popup-window-titlebar > div {
	margin: 0px !important;
	font-weight: bold;
	font-size: 13px;
}
.korzina_dost thead td.item {
    background: transparent !important;
    border-bottom: 1px solid #ebebeb;
}
.korzina_dost thead td.custom {
    background: transparent !important;
    border-bottom: 1px solid #ebebeb;
    text-align: center !important;
}
.korzina_dost td.item {
    width: 56% !important;
    background: transparent !important;
}
.korzina_dost .bx_ordercart .bx_ordercart_order_table_container tbody .right {
    width: 22%;
    text-align: center !important;
    vertical-align: middle;
}
.korzina_dost td:nth-child(5) {
    width: 22%;
    text-align: center !important;
    vertical-align: middle !important;
}
.korzina_dost .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td {
	border-bottom: 1px solid #ebebeb;
}
.korzina_dost .bx_ordercart .bx_ordercart_order_pay_right {
    width: 100%;
    padding: 0px;
}
.korzina_dost .korzina_text {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 30px;
}
.korzina_dost .korzina_text p {
    font-size: 12px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 50%;
    float: left;
}
.korzina_dost .korzina_text a {
    width: 50%;
    float: left;
    text-align: right;
    color: #555555;
    font-size: 14px;
    font-family: "myriadproregular";
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.korzina_dost .korzina_text a:hover {
    color: #e00022;
}
.korzina_dost .korzina_text a:hover span {
    margin-left: 15px;
}
.korzina_dost .korzina_text a span {
    color: #e00022;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.korzina_dost div.bx_ordercart_order_pay {
	position: relative;
	margin-top: 30px;
}
.korzina_dost div.bx_ordercart_order_pay:before {
    content: '';
    width: 65px;
    height: 4px;
    position: absolute;
    top: -17px;
    right: 0px;
    background: #e00022;
}
.korzina_dost div.bx_ordercart_order_pay_right > table > tbody > tr:nth-child(3) td:nth-child(1) {
    font-size: 14px;
    font-family: "myriadproregular";
    color: #555555;
    font-weight: normal;
}
.korzina_dost div.bx_ordercart_order_pay_right > table > tbody > tr:nth-child(3) td:nth-child(2) {
    height: 55px;
    width: 225px;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    box-shadow: inset 0px 0px 0px 1px #ebebeb;
    font-size: 24px;
    font-family: "myriadproregular";
    font-weight: normal;
    margin-left: 15px;
}
.korzina_dost div.bx_ordercart_order_pay_right > table > tbody > tr:nth-child(2) td {
	display: none;
}
.forma_zakaz_inp {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.bx_order_make .forma_zakaz_inp .r1x3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bx_order_make .forma_zakaz_inp .r3x1 {
    width: 100%;
}
.bx_order_make .forma_zakaz_inp .r3x1 input {
    width: 100%;
    max-width: 100%;
}
.bx_order_make .forma_zakaz_inp .r3x1 textarea {
    width: 100%;
    max-width: 100%;
    resize: none;
}
.forma_zakaz_text {

}
#order_form_content .label label {
    width: 160px;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #000000;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    font-size: 12px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    cursor: pointer;
}
#order_form_content .label label:hover {
    background: #e00022;
}
#order_form_content .label input:checked+label {
    background: #e00022;
}
#order_form_content .label input {
    display: none;
}
#order_form_div .label {
    margin: 0 20px 10px 0 !important;
    padding: 0px;
}
#order_form_div .title {
    font-weight: normal;
    font-size: 12px;
    border-bottom: 0px;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "myriadproregular";
    letter-spacing: 3px;
}
.workarea {
	min-height: 80vh;
	position: relative;
	z-index: 1;
	background: #fff;
}
#map {
        height: 100%;
      }
#map h4{
        color:#000;
      }
.text_none {
	display: none;
}
.bx_order_make .bx_block.w100 {
    margin: 5px 0 10px 0;
    width: 100%;
    padding: 0px;
}
.bx_order_make .horizontal {
    width: 50%;
    padding-left: 0px;
    padding-right: 15px;
    margin: 0px !important;
    height: 80px;
}
.bx_order_make .bx_block.w100 .bx_logotype, .bx_order_make .horizontal .bx_logotype {
    width: 110px;
    margin-right: 20px !important;
    box-shadow: inset 0px 0px 0px 2px #ebebeb;
    border: 0px !important;
    height: 64px !important;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx_order_make .bx_block.w100 .bx_logotype:hover, .bx_order_make .horizontal .bx_logotype:hover {
    box-shadow: inset 0px 0px 0px 2px #e00022;
}
.bx_order_make .bx_block.w100 .bx_logotype span, .bx_order_make .horizontal .bx_logotype span {
    margin: 0 auto;
}
.bx_order_make .bx_description {
    font-size: 11px;
    color: #a3a3a3;
    float: left;
    width: calc(100% - 130px);
}
.bx_description strong .name {
    /* width: calc(100% - 150px); */
    width: 100%;
    float: left;
    font-size: 14px;
}
.contact_phone, .contact_adress {
	width: 50%;
	float: left;
}
.contact_phone b, .contact_adress b {
    width: 100%;
    text-transform: uppercase;
    font-family: "myriadprobold";
    font-weight: normal;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.contact_phone p, .contact_adress p {
    width: 100%;
    margin-bottom: 10px;
    font-family: "myriadproregular";
    font-weight: normal;
    text-align: center;
}
.bx_element label {
	width: 100%;
}
.bx_order_make .bx_result_price {
    color: #000 !important;
    width: 150px;
    text-align: right;
    float: left;
    display: none;
}
.bx_order_make .bx_description strong {
    width: 100%;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    font-family: "myriadprobold";
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: normal;
}
.bx_order_make .bx_description p {
    font-size: 14px;
    font-family: "myriadproregular";
    color: #000000;
    font-weight: normal;
}
.bx_ordercart_order_pay_center {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px solid #e4e6e8;
    text-align: right;
}
input[type="text"],input[type="email"],input[type="password"]{
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
input[type="text"]:hover, 
input[type="text"]:focus, 
input[type="email"]:hover, 
input[type="email"]:focus, 
input[type="password"]:hover, 
input[type="password"]:focus, 
div.bx_block textarea:hover, 
div.bx_block textarea:focus {
    border: 1px solid #e00022;
}
.bx_block input:checked + label .bx_logotype {
    box-shadow: inset 0px 0px 0px 2px #e00022 !important;
    padding: 2px !important;
}
.bx_section .slide {
    text-align: center;
    width: 100px;
    display: block;
    position: relative;
    top: -13px;
    height: 30px;
    float: right;
    line-height: 30px;
    color: #ffffff;
    background: #000000;
}
.bx_section .slide:hover {
    background: #e00022;
}
.bx-filter .bx-filter-popup-result a {
	color: #e00022;
	font-family: "myriadproregular";
	text-transform: uppercase;
}
.bx_ordercart_order_pay_center a.checkout:hover {
    background: #000000!important;
}
.modal_form .mfeedback {
    margin: 10px 0px 20px;
}
.menu_hidden_title {
    line-height: 29px;
    font-size: 25px;
    font-family: "myriadprobold";
    letter-spacing: 2px;
    color: #000000;
    margin-top: 65px;
    margin-bottom: 15px;
    padding-left: 50px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu_hidden_title:hover {
    color: #e00022;
}
.menu_hidden_title:hover span {
    background: #000000;
}
.logo_bg_header {
    background: url(images/logo_menu.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.menu_hidden_title span {
    width: 100px;
    display: block;
    height: 3px;
    background: #e00022;
    margin-top: 20px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-top-nav {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.carousel-indicators {
    z-index: 4;
}

.section-list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 25px;
}
.section-list h2 {
    margin-top: 0px;
    color: #e00022;
}
.section-list ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.section-list ul li {
    height: 40px;
    box-shadow: inset 0px -1px 0px 0px #d6d6d6;
}
/*.section-list ul li:last-child {
    box-shadow: none;
}*/
.section-list ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
    line-height:40px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "myriadproregular";
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    padding: 0px 7px;
}
.section-list ul li a:hover {
    color: #e00022;
}
.section-list ul li.active a{color: #e00022;}
.section-list ul li a.bx_catalog_tile_img {
	display: none;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0px 10px 20px;
    overflow: hidden;
    background: #bbbbbb;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px transparent;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.action_buttons_ {
    display: none !important;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li.slick-active {
    background: #ffffff;
    box-shadow: 0px 0px 0px 2px #e00022;
}
.menu_box ul.left-menu {
    width: 100%;
    margin: 0px;
}
.menu_box ul.left-menu li {
    background: transparent;
    padding-left: 65px;
}
.menu_box ul.left-menu li a {
    height: 100%;
    width: 100%;
    display: block;
    text-transform: uppercase;
}
.bx-top-nav-container > ul{padding: 0;}
.bx-top-nav-container > ul > li {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    color: #000000;
    padding-left: 50px;
    border-bottom: 1px solid #ebebeb;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    cursor: pointer;
    display: block;
}
.bx-top-nav-container > ul > li:hover {
    color: #e00022;
}
.bx-pagination .pagination_catalog {
    text-align: left;
    margin: 35px 0px 0px;
}
.bx-pagination .pagination_catalog ul li {
    width: 22px;
    height: 20px;
    margin: 0px 1px;
    overflow: hidden;
    position: relative;
}
.bx-pagination .pagination_catalog ul li span {
    width: 23px;
    height: 20px;
    max-width: 20px;
    min-width: 10px;
    line-height: 20px;
    text-align: center;
    padding: 0px;
    background: transparent !important;
    color: #000000;
    font-family: "robotoregular";
    font-size: 16px;
    border-radius: 0px;
    margin: 0 auto;
}
.bx-pagination .pagination_catalog ul li.bx-pag-prev span, 
.bx-pagination .pagination_catalog ul li.bx-pag-next span, 
.bx-pagination .pagination_catalog ul li.bx-pag-prev a span, 
.bx-pagination .pagination_catalog ul li.bx-pag-next a span {
    padding: 0px;
    line-height: 20px;
    border: 0px;
    height: 20px;
    width: 20px;
    max-width: 20px;
    padding-left: 22px;
    display: inline-block;
}
.bx-pagination .pagination_catalog ul li.bx-pag-prev span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: url(images/arrow_box.png);
    background-position: -20px -20px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-pagination .pagination_catalog ul li.bx-pag-next span:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: url('images/arrow_box.png');
    background-position: -20px 0px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx-pagination .pagination_catalog ul li.bx-pag-next a span:before {
    background-position: -40px 0px;
}
.bx-pagination .pagination_catalog ul li.bx-pag-prev a span:before {
    background-position: 0px -20px;
}
.bx-pagination .pagination_catalog ul li.bx-pag-prev:hover a span:before {
    background-position: -20px -20px;
}
.bx-pagination .pagination_catalog ul li.bx-pag-next:hover a span:before {
    background-position: -20px 0px;
}
.bx-pagination .pagination_catalog ul li.bx-active span {
    color: #a5a5a5 !important;
}
.bx-pagination .pagination_catalog ul li:hover a span {
    color: #a5a5a5 !important;
    box-shadow: inset 0px -1px 0px 0px #a5a5a5;
}


/*КАБИНЕТ*/
/*.kab_radio {
	position: relative;
}
.kab_radio input[type=radio] {
 display: none;
}
.kab_radio label {
 font-family:"MyriadProRegular";
 font-size: 14px;
 color: #9e9e9e;
}
.kab_radio label:before {
 border-radius: 0px;

}
.kab_radio input[type=radio]:checked + label{
 font-family:"MyriadProRegular";
 color: #000;
}
.kab_radio input[type=radio]:checked + label:before {
 content: "\f00c";
 font-size: 14px;
 color: #e3040f;
 font-family: FontAwesome;
 text-align: center;
 line-height: 13px;
 background-color: #fff;
 border: 1px solid #d9d9d9;
 padding-right: 3.5px;
}
.kab_radio label:before {
 content: "";
 display: inline-block;
 width: 17px;
 height: 17px;
 position: absolute;
 left: -4px;
 top: calc(50% - 8px);
 border: 1px solid #d9d9d9;
 background-color: #fff;
}*/
/*
.kab_radio {
	position: relative;
	padding-left: 20px;
}
.kab_radio input[type=radio] {
	display: none;
}
.kab_radio label {
	font-family:"MyriadProRegular";
	font-size: 14px;
	color: #9e9e9e;
}
.kab_radio label:before {
	border-radius: 50%;
}
.kab_radio input[type=radio]:checked + label{
	font-family:"MyriadProRegular";
	color: #000;
}
.kab_radio input[type=radio]:checked + label:before {
    content: "\f111";
    font-size: 11px;
    color: #e00022;
    font-family: FontAwesome;
    text-align: center;
    line-height: 15px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding-right: 0;
}
.kab_radio label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: -4px;
	top: calc(50% - 8px);
	border: 1px solid #d9d9d9;
	background-color: #fff;
}*/

/*КАБИНЕТ*/

.action_content .col-xs-4_ {
    width: auto;
    padding-right: 5px !important;
    float: left;
}
.action_top_block {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.action_top_block .action_number_ {
	margin-top: 0px !important;
}
.action_top_block .long_line {
	margin-top: 5px;
}
.action_desription {
    height: 300px;
}
.box_action {
	height: 315px !important;
}
.action_pub_date {
	display: inline-block;
	vertical-align: top;
	width: 100%;;
}
.kab_select {
    height: 50px;
    width: 190px;
    border-radius: 0px;
    border: 0px;
    box-shadow: inset 0px 0px 0px 1px #cccccc;
    font-size: 16px;
    color: #cccccc;
    padding-left: 25px;
    outline: none !important;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.kab_form {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 50px;
    margin-bottom: 20px;
}
.kab_form strong {
    font-size: 12px;
    font-family: "myriadproregular";
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 20%;
    float: left;
    line-height: 50px;
}
.bx_profile .kab_form input[type="text"] {
    width: 570px;
    max-width: 570px;
    height: 50px;
    border: 0px;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 1px #cccccc;
    color: #cccccc;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx_profile .kab_form input[type="text"]:hover, 
.bx_profile .kab_form input[type="text"]:focus, 
.kab_select:hover, 
.kab_select:focus {
    box-shadow: inset 0px 0px 0px 1px #000000;
    color: #000000;
}
.kab_select {
    height: 50px;
    width: 184px;
    border-radius: 0px;
    border: 0px;
    box-shadow: inset 0px 0px 0px 1px #cccccc;
    font-size: 16px;
    color: #cccccc;
    padding-left: 25px;
    outline: none !important;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    margin-right: 8px;
    float: left;
}
.form_check {

}
.kab_radio {
    display: inline-block;
    line-height: 50px;
    float: left;
    vertical-align: top;
    margin-right: 25px;
}
.submit_button {
    background: #000000;
    color: #ffffff;
    font-size: 20px;
    box-shadow: none;
    border: 0px;
    height: 50px;
    width: calc(20% + 570px);
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.submit_button:hover {
    background: #e00022;
}
.soc-serv-main {
	display: none;
}
.personal-data {
    box-shadow: inset 1px 0px 0px 0px #cccccc;
    padding-left: 60px;
}
.personal-data .personal_kab h2 {
    font-size: 24px;
    font-family: "myriadproregular";
    color: #000000;
    margin-bottom: 25px;
    margin-top: 0px;
}
.personal {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 50px;
}
.personal-menu .bx-inclinksfooter-container {
	margin-top: 0px;
}
.personal-menu .bx-inclinksfooter-container .bx-inclinksfooter-list {
    padding-right: 60px;
}
.personal-menu .bx-inclinksfooter-container .bx-inclinksfooter-list li {
    height: 45px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    line-height: 45px;
}
.personal-menu .bx-inclinksfooter-container .bx-inclinksfooter-list li a {
    display: inline-block;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    height: 44px;
    letter-spacing: 2px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.personal-menu .bx-inclinksfooter-container .bx-inclinksfooter-list li:hover a {
	color: #e00022;
    box-shadow: inset 0px -5px 0px 0px #e00022;
}
.bx_my_order_switch {
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
}
.bx_my_order_switch .bx_mo_link {
    margin-right: 0px;
    width: 350px;
    height: 30px;
    display: inline-block;
    background: #000000;
    color: #ffffff;
    font-family: "myriadproregular";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx_my_order_switch .bx_mo_link:hover {
    background: #e00022;
}
.list_zakaz {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.bx_my_order_status_desc {
    margin: 20px 0 20px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.bx_my_order_status_desc h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px;
    font-family: "myriadproregular";
    letter-spacing: 3px;
}
.bx_mos_desc {
    font-size: 14px;
    font-family: "myriadproregular";
    letter-spacing: 1px;
}
.list_zakaz .bx_my_order .bx_my_order_table thead tr td {
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    font-family: "myriadproregular";
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.list_zakaz .bx_my_order .bx_my_order_table thead tr td a {
    background: #ffffff;
    padding: 5px 15px;
    color: #000000;
    font-family: "myriadproregular";
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.list_zakaz .bx_my_order .bx_my_order_table thead tr td a:hover {
    box-shadow: inset 0px 0px 0px 2px #e00022;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td strong {
    width: 20%;
    display: block;
    float: left;
    font-size: 13px;
    font-family: "myriadprobold";
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td {
    font-size: 14px;
    font-family: "myriadproregular";
    color: #000000;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td:nth-child(2) {
    font-size: 16px;
    font-family: "myriadproregular";
    width: 15%;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td:nth-child(2) .bx_my_order_status {
    font-weight: normal;
    text-align: center;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 15px;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td:nth-child(2) .bx_my_order_status.green {
    color: #ffffff;
    background: #000000;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td:nth-child(2) .bx_my_order_status.yellow {
    color: #000000;
    background: #eeeeee;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td:nth-child(2) .bx_my_order_status.gray {
    color: #ffffff;
    background: #e00022;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td:nth-child(2) .bx_my_order_status.red {
    color: #ffffff;
    background: #8b8b8b;
}
.bx_my_order .bx_big.bx_bt_button_type_2 {
    width: 100%;
    border: 0px;
    background: #ffffff;
    border-radius: 0px;
    text-shadow: none;
    color: #000000 !important;
    font-weight: normal;
    font-size: 15px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    box-shadow: inset 0px 0px 0px 1px #000000;
}
.bx_my_order .bx_big.bx_bt_button_type_2:hover {
    box-shadow: inset 0px 0px 0px 3px #e00022;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td ul {
    float: left;
    width: 80%;
    padding: 0px;
    margin-top: 0px;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td ul li {
    list-style: none;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td ul li {
    list-style: none;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td ul li a {
    color: #000000;
    font-size: 14px;
    font-family: "myriadproregular";
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.list_zakaz .bx_my_order .bx_my_order_table tbody tr td ul li a:hover {
    color: #e00022;
}
.zakaz_list_details .bx_order_list table thead .table_title_zakaz {
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 1px;
}
.zakaz_list_details .bx_order_list table tbody .table_title_zakaz {
    border: none !important;
    background: #ebebeb !important;
}
.zakaz_list_details .bx_order_list table.bx_order_list_table tbody tr td:nth-child(1) {
    font-size: 14px;
    font-family: "myriadprobold";
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 1px;
}
.zakaz_list_details .bx_order_list table.bx_order_list_table tbody tr td:nth-child(2) {
    font-size: 14px;
    font-family: "myriadproregular";
    color: #000000;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
.zakaz_list_details .bx_order_list table tbody tr td:nth-child(2) a {
    font-size: 14px;
    color: #000000;
    font-family: "myriadproregular";
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.zakaz_list_details .bx_order_list table tbody tr td:nth-child(2) a:hover {
    color: #e00022;
    box-shadow: 0px 1px 0px 0px #e00022;
}
.zakaz_list_details .bx_order_list table tbody tr td:nth-child(2) a.table_cancel {
    width: 120px;
    display: block;
    float: right;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #000000;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 2px;
}
.zakaz_list_details .bx_order_list table tbody tr td:nth-child(2) a.table_cancel:hover {
    box-shadow: none;
    background: #e00022;
}
.zakaz_list_details .bx_order_list table tbody .table_title_zakaz span {
    font-size: 14px;
    font-family: "myriadproregular";
    line-height: 1em;
}
.zakaz_list_details .bx_order_list table tbody .table_title_zakaz span b {
    font-family: "MyriadProBold";
    color: #000000;
    font-size: 16px;
}
.zakaz_list_details .bx_order_list table tbody .table_title_zakaz form {
    text-align: center;
}
.zakaz_list_details .bx_order_list table tbody .table_title_zakaz form input {
    border: 0px;
    width: 150px;
    height: 30px;
    background: #000000;
    color: #ffffff;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    margin-bottom: 20px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.zakaz_list_details .bx_order_list table tbody .table_title_zakaz form input:hover {
    background: #e00022;
}
.zakaz_list_details .bx_order_list table tbody .table_title_zakaz form p {
    text-align: left;
}
.zakaz_list_details .bx_order_list table tbody .table_title_zakaz form p span b {
    font-family: "MyriadProBold";
    color: #000000;
    font-size: 16px;
}
.zakaz_list_details .bx_order_list > h3 {
    margin: 40px 0px;
    font-size: 30px;
    font-family: "myriadproregular";
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.zakaz_list_details .bx_order_list .bx_order_list_table_order {
    
} 
.zakaz_list_details .bx_order_list .bx_order_list_table_order thead {
    
} 
.zakaz_list_details .bx_order_list .bx_order_list_table_order thead td {
    background: #000000;
    color: #ffffff;
    font-family: "myriadproregular";
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
}
.zakaz_list_details .bx_order_list .bx_order_list_table_order thead td.price {
    
} 
.zakaz_list_details .bx_order_list .bx_order_list_table_order thead td.amount {
    
} 
.zakaz_list_details .bx_order_list .bx_order_list_table_order tbody {
    
}
.zakaz_list_details .bx_order_list .bx_order_list_table_order tbody td {
    text-align: left;
    font-size: 16px;
    font-family: "myriadproregular";
    color: #000000;
    vertical-align: middle;
}
.zakaz_list_details .bx_order_list .bx_order_list_table_order tbody td.img {
    width: 12%;
    max-width: 140px;
} 
.zakaz_list_details .bx_order_list .bx_order_list_table_order tbody td.name {
    vertical-align: top;
} 
.zakaz_list_details .bx_order_list .bx_order_list_table_order tbody td.name a {
    font-size: 16px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
} 
.zakaz_list_details .bx_order_list .bx_order_list_table_order tbody td.name a:hover {
    color: #e00022;
    box-shadow: none;
} 
.zakaz_list_details .bx_order_list .bx_order_list_table_order tbody td.price {
    width: 10%;
    min-width: 130px;
    max-width: 10%;
}
.zakaz_list_details .bx_order_list .bx_order_list_table_order tbody td.amount {
    width: 20%;
}
.zakaz_list_details .bx_order_list .bx_ordercart_order_sum tbody tr:nth-child(1), 
.zakaz_list_details .bx_order_list .bx_ordercart_order_sum tbody tr:nth-child(2) {
	display: none;
}
.zakaz_list_details .bx_order_list .bx_ordercart_order_sum tbody tr:nth-child(3) td:nth-child(1) {
    padding-right: 50px;
    font-size: 30px;
    font-family: "myriadproregular";
    color: #000000;
}
.zakaz_list_details .bx_order_list .bx_ordercart_order_sum tbody tr:nth-child(3) td:nth-child(2) {
    width: 230px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    font-family: "myriadproregular";
    box-shadow: inset 0px 0px 0px 1px #ebebeb;
}
.bx_order_list .bx_big.bx_bt_button_type_2 {
    width: 100%;
    height: 50px;
    background: #000000;
    font-size: 18px;
    font-family: "myriadproregular";
    color: #ffffff;
    letter-spacing: 2px;
    border: 0px;
    border-radius: 0px;
    line-height: 50px;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx_order_list .bx_big.bx_bt_button_type_2:hover {
    background: #e00022;
}
.search-page {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 50px;
    height: 50px;
    position: relative;
}
.search-page form {
    height: 50px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.search-page form input[type=text] {
    width: 100%;
    height: 50px;
    padding-left: 40px;
    padding-right: 200px;
    border: 0px;
    background: #ffffff;
    box-shadow: inset 0px 0px 0px 1px;
    border-radius: 0px;
    font-size: 16px;
    font-family: "myriadproregular";
}
.search-page form:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 10px;
	background: url(images/search_active.png);
}
.search-page form input[type=submit] {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 160px;
    background: #000000;
    border: 0px;
    color: #ffffff;
    font-size: 12px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 4px;
    outline: none !important;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.search-page form input[type=submit]:hover {
    background: #e00022;
}
.page_about_contacts {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: -70px;
}
.page_about_contacts .page_about_contacts_map {
    width: 140%;
    float: left;
    height: 800px;
    margin: 0px 0px 0px -260px;
}
.page_about_contacts .page_about_contacts_map iframe {
    width: 1920px;
    margin: 0px 0px 0px -375px;
    height: 800px;
}
.page_about_contacts .page_about_contacts_map small {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 160px);
    z-index: 99;
}
.page_about_contacts .page_about_contacts_map small a {
    width: 320px;
    display: block;
    text-align: center !important;
    height: 50px;
    line-height: 50px;
    background: #000000;
    color: #ffffff !important;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "myriadproregular";
    letter-spacing: 1px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.page_about_contacts .page_about_contacts_map small a:hover {
    background: #e00022;
}
.page_about_contacts .form_contacts {
    width: 50vw;
    float: left;
    position: absolute;
    left: 50%;
    height: 800px;
    background: rgba(180, 181, 185, 0.8);
    top: 355px;
}
.page_about_contacts .form_contacts .form_contacts_box {
max-width: 585px;
    width: 100%;
    padding-left: 70px;
    padding-top: 100px;
}
.page_about_contacts > p {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 11px;
    color: #000000;
}
.page_about_contacts p a {
    font-size: 18px;
    color: #000000;
    display: block;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.page_about_contacts p a:hover {
    color: #e00022;
}
.page_about_contacts p b {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 5px;
    font-family: "myriadproregular";
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.page_about_contacts .form_contacts .form_contacts_box h2 {
    display: inline-block;
    width: 100%;
    margin: 0px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    font-family: "myriadproregular";
    margin-bottom: 15px;
}
.page_about_contacts .form_contacts .form_contacts_box form input {
    width: 100%;
    max-width: 100%;
    height: 50px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    font-family: "myriadproregular";
    color: #6c6c6c;
    font-size: 16px;
}
.page_about_contacts .form_contacts .form_contacts_box form input[type=submit] {
    background: #e00022;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "myriadproregular";
    color: #ffffff;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    margin-top: 20px;
    outline: none !important;
}
.page_about_contacts .form_contacts .form_contacts_box form input[type=submit]:hover {
    background: #000000;
}
.page_about_contacts .form_contacts .form_contacts_box form input[name=captcha_word] {
	width: calc(100% - 235px);
}
.form_contacts_box .mfeedback {
	margin-top: 0px;
}
.form_contacts_box .mfeedback h2 {
	display: none !important;
}
.page_about_contacts .form_contacts .form_contacts_box form strong {
    font-weight: normal;
    font-size: 16px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    display: block;
    position: relative;
}
.page_about_contacts .form_contacts .form_contacts_box form textarea {
    resize: none;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    font-family: "myriadproregular";
    color: #6c6c6c;
    font-size: 16px;
}
.form_contacts_box div.mf-ok-text {
    color: green;
    font-weight: bold;
    padding-bottom: 1em;
    font-size: 14px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 2px;
}
.form_contacts_box p .errortext {
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "myriadproregular";
}
.bx_searche {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 25px;
    padding-right: 175px;
    padding-left: 50px;
}
.bx_searche .bx_item_block:nth-child(1) {
    box-shadow: inset 0px 1px 0px 0px #ebebeb, inset -1px -1px 0px 0px #ebebeb, inset 1px 0px 0px 0px #ebebeb;
}
.bx_searche .bx_item_block {
    min-height: auto;
    position: relative;
    box-shadow: inset -1px -1px 0px 0px #ebebeb, inset 1px 0px 0px 0px #ebebeb;
    padding: 0px;
}
.bx_searche .bx_img_element {
    background: transparent;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: relative;
    border-right: 1px solid #ebebeb;
}
.bx_searche .bx_item_element a {
    color: #000000;
    font-size: 14px;
    font-family: "myriadproregular";
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx_searche .bx_item_element a b {
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.bx_searche .bx_item_element a:hover, .bx_searche .bx_item_element a:hover b {
    color: #e00022;
    text-decoration: none;
}
.bx_searche .bx_price {
    font-weight: normal;
    font-size: 16px;
    float: right;
    padding-right: 10px;
    line-height: 57px;
    font-family: "myriadproregular";
}
.others_result, .bx_searche .bx_item_block:nth-last-child(2), .others_result, .bx_searche .bx_item_block.all_result .bx_img_element {
	display: none;
}
.others_result, .bx_searche .bx_item_block.all_result .bx_item_element {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.others_result, .bx_searche .bx_item_block.all_result .bx_item_element span.all_result_title {
	padding: 20px 0px;
}
.others_result, .bx_searche .bx_item_block.all_result .bx_item_element span.all_result_title a {
    color: #000000;
    font-size: 16px;
    font-family: "myriadproregular";
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.others_result, .bx_searche .bx_item_block.all_result .bx_item_element span.all_result_title a:hover {
    color: #e00022;
    text-decoration: none;
    box-shadow: inset 0px -1px 0px 0px #e00022;
}
.footer_left, .footer_right {
/*	width: 25%;*/
	float: left;
}
.footer_center {
 /*   width: 50%;*/
    display: inline-block;
    float: left;
    vertical-align: top;
}
.footer_center .soc_seti {
    height: 20px;
    width: 100%;
    text-align: center;
    border: none;
}
.footer_center .soc_seti a {
    height: 20px;
    background-position: bottom;
    display: inline-block;
    float: none;
    border: none !important;
}
.order_cancel_holder {

}
.order_cancel_holder > a {
    background: #000000;
    display: block;
    color: #ffffff;
    text-align: center;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "myriadproregular";
    letter-spacing: 2px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.order_cancel_holder > a:hover {
    background: #e00022;
}
.order_cancel_holder .bx_my_order_cancel p {
    font-size: 16px;
    font-family: "myriadproregular";
    text-transform: uppercase;
}
.order_cancel_holder .bx_my_order_cancel p a {
    display: inline-block;
    margin: 0px 10px;
    color: #e00022;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.order_cancel_holder .bx_my_order_cancel p a:hover {
    box-shadow: inset 0px -1px 0px 0px #e00022;
}
.order_cancel_holder .bx_my_order_cancel p b {
    font-weight: normal;
    font-family: "myriadprobold";
    font-size: 17px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.order_cancel_holder .bx_my_order_cancel textarea {
    resize: none;
    background: #ffffff;
    border-radius: 0px;
    border: 0px;
    box-shadow: inset 0px 0px 0px 1px #000000;
    margin-bottom: 30px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    padding: 5px 10px;
    color: #000000;
}
.order_cancel_holder .bx_my_order_cancel textarea:hover, .order_cancel_holder .bx_my_order_cancel textarea:focus {
    box-shadow: inset 0px 0px 0px 1px #e00022;
}
.order_cancel_holder .bx_my_order_cancel input[type=submit] {
    outline: none !important;
    border: 0px;
    background: #000000;
    color: #ffffff !important;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    font-family: "myriadproregular";
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.order_cancel_holder .bx_my_order_cancel input[type=submit]:hover {
    background: #e00022;
}

/*======*/

.bx_catalog_item_controls .bx_catalog_item_controls_blockone {
	vertical-align: top;
}
.bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable {
    color: #ffffff !important;
    font-family: "myriadproregular";
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 190px;
    height: 30px;
    line-height: 30px !important;
    padding: 0px !important;
    text-align: center !important;
    border: 0px !important;
    background: #000000 !important;
}
.jq-selectbox__dropdown ul {
	max-height: 145px;
}
.bx_catalog_item_scu {
	position: relative;
	z-index: 999;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #e00022 !important;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #000000 !important;
}
.bx-no-touch .bx_item_detail_size.full {
    margin-left: 0px;
    padding: 0px;
}
.bx_slide_left, .bx_slide_right {
	display: none;
}
.bx_item_detail_size .bx_item_section_name_gray {
	color: #000000;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
}

.bx_item_detail_size {
    margin-top: 10px;
}

.bx_item_detail .item_info_section {
    margin: 0 0 0px 0;
}
.box_dropdown {
    width: 220px;
    margin-bottom: 5px !important;
    padding: 0px !important;
}
.box_dropdown .bx_item_detail_size.full {
    margin-left: 0px !important;
    padding: 0% 0px 0% 0% !important;
}
.box_dropdown .bx_item_detail_size.full .bx_item_section_name_gray {
	color: #000000;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.box_dropdown .bx_item_detail_size.full .bx_size {
	width: 100% !important;
}
.bx_catalog_item_scu .bx_item_detail_size.full .bx_size {
	width: 100% !important;
	margin: 0px !important;
}
.bx_item_detail .item_buttons_counter_block {
    margin-bottom: 15px !important;
}
.box_select_right {
    padding: 13px 0px 0px 42px !important;
    width: 50% !important;
}



/*======*/

/*=== Стили всплывающего модального окна и ФОРМЫ для вариантов товаров СТАРТ ===*/  

/* Контейнер */
.modal_goods {

/* Слой перекрытия */
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.9);
z-index: 100000000000;

/* Трансформации прозрачности при открытии  */
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;

/* Скрываем изначально */
display: none;
opacity: 0;
pointer-events: none;
} 

/* Показываем модальное окно */
.modal_goods:target {
opacity: 1;
pointer-events: auto;
display: block;
}

/* Содержание */
.modal_goods > div {
	width: 95%;
	max-width: 500px;
    height: 590px;
    position: relative;
    margin: 50px auto;
    margin-top: 3%;
    padding: 20px;
    border-radius: 0px;
	/* По умолчанию минимизируем анимацию */
	-webkit-animation: minimise 500ms linear;   
	max-height: 590px;
	overflow-x: hidden;
}

/* Изменяем анимацию при открытии модального окна*/
.modal_goods:target > div {
-webkit-animation-name: flipInY;
}


/* Ссылка на кнопку Закрыть */
.close_goods {
    color: #ffffff;
    line-height: 30px;
    position: fixed;
    right: 25px;
    text-align: center;
    top: 25px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: inset 0px 0px 0px 2px #e00022;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: "myriadproregular";
}

.close_goods:hover {   
    box-shadow: inset 0px 0px 0px 25px #e00022;
    color: #ffffff;
}
.close_goods:focus {   
    color: #ffffff;
    text-decoration: none;
}

.modal_form .formcraft-css .fc-form .form-element .checkbox-cover > div label{
	text-transform: inherit;
}
.modal_form .formcraft-css .fc-form .form-element .checkbox-cover > div label span span{
	font-family: "myriadproregular";
	font-size: 15px;
}

.modal_form .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button > span{
    color: #ffffff
}

.modal_goods iframe {
    width: 100%;
    max-height: 300px;
    border: none;
}

.form_inner_block-header {
  background: #fafafa;
  border: 1px solid #CBCBCB;
  border-bottom: none;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
}
/*=== Стили всплывающего модального окна и ФОРМЫ для вариантов товаров КОНЕЦ ===*/


.menu-menutitle {
    padding-top: 45px;
    font-weight: 700;
    font-size: 21px;
}


.contact-page-phonesadresses {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 25px;
}

.contact-page-phonesadresses > p {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

.pluso-110010010101-14 .pluso-wrap > div {
    filter: grayscale(100%);
}