

/* Start:/bitrix/templates/epilprof_mb/css/formalize.css?15984425388559*/
.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('/bitrix/templates/epilprof_mb/css/../images/button.png?1298351022') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button {
  *padding-bottom: 3px;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('/bitrix/templates/epilprof_mb/css/../images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

/* End */


/* Start:/bitrix/templates/epilprof_mb/css/rezina.css?159844253823413*/

@charset "utf-8";
img, object, embed, video {
}
.ie6 img {
    width: 100%;
}
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.82%;
    padding-right: 1.82%;
    width: 87.36%;
}
p {
    line-height: 160%;
    margin: 2px 0;
    padding: 0;
}
a {
    color: #dc2c7b;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    color: #5f4689;
}
h1 {
}
ol {
    padding: 0 0 0 20px;
}
ol li {
    margin: 5px 0;
}
.item-page ul {
    padding: 0 0 0 20px;
}
.item-page {
    clear: both;
    float: left;
    width: 960px;
}
dl.article-info {
    margin: 0;
}
dd.create {
    margin: 0 0 -15px;
}
h5, h6 {
    color: #5f4689;
    margin: 10px 0 3px;
}
h3 {
    margin: 15px 0;
}
#menu a {
    color: #fff;
    text-decoration: none;
}
#menu {
    position: relative;
    z-index: 100;
}
#menu ul {
    background: none repeat scroll 0 0 #f9f9f9;
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#menu ul li {
    display: table-cell;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
#menu ul li:hover, #menu ul li.active {
    background: none repeat scroll 0 0 #5c305e;
    border-radius: 5% 5% 0 0;
}
#menu ul li a {
    color: #5f4689;
    display: block;
    font-weight: normal;
    padding: 21px 0;
}
#menu ul li a:hover {
}
#menu ul li:hover a, #menu ul li.active a {
    color: #fff;
}
#menu ul li ul, #menu ul li.parent ul li.parent ul {
    display: none;
    position: absolute;
    width: auto;
}
#menu ul li ul, #menu ul li.item-25 ul li.parent ul {
    display: none;
    position: absolute;
    width: 170px;
}
#menu ul li.parent:hover ul {
    background: none repeat scroll 0 0 #5c305e;
    border-radius: 0 0 5px 5px;
    display: block;
    margin: 0;
    padding: 10px 0;
    position: absolute;
}
#menu ul li.parent ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0 20px;
    text-transform: none;
}
#menu ul li ul li a {
    padding: 6% 2%;
}
#menu ul li ul li a:hover {
    color: #8c68ca;
}
#menu ul li ul li:hover a {
}
#menu ul li.parent ul li.parent:hover ul {
    background: none repeat scroll 0 0 #5c305e;
    border-radius: 0 5px 5px 0;
    display: inline;
    left: 0;
    margin: 0 0 0 100%;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#menu ul li ul li ul li {
}
#menu ul li ul li:hover ul {
}
#content {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#footer {
    background: none repeat scroll 0 0 #5c305e;
    clear: both;
    color: #ffffff;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#footer td, #header td {
    vertical-align: middle;
}
#footer p, #footer a, #footer span {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#header {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#logo {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#menu {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#logotip {
    clear: none;
    display: block;
    float: left;
    margin-left: 1%;
    width: 39%;
}
#kontakt {
    clear: none;
    display: block;
    float: left;
    font-size: 110%;
    margin-left: 1%;
    margin-top: 1%;
    width: 38%;
}
#langvich {
    background: none repeat scroll 0 0 #f9f9f9;
    clear: none;
    display: block;
    float: left;
    margin-left: 1%;
    margin-top: 2%;
    width: 19%;
}
#slider {
    clear: both;
    display: none;
    float: left;
    margin-left: 0;
    width: 100%;
}
#breadcr {
    clear: both;
    display: none;
    float: left;
    margin-left: 0;
    width: 100%;
}
#imgmenu {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    padding: 2%;
    width: 96%;
}
#dopslider {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#scroller {
    clear: none;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 1%;
    width: 49%;
}
#news {
/*    clear: none;
    display: block;
    float: right;
    margin-left: 1%;
    width: 49%;*/
}
#foot-logo {
    clear: none;
    display: block;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}
#foot-logo img {
    float: left;
    margin: 0 5% 0 10%;
}
#foot-menu {
    clear: none;
    display: block;
    float: left;
    font-size: 15px;
    margin-left: 0;
    width: 100%;
}
#foot-kontakt {
    clear: none;
    display: block;
    float: left;
    margin-left: 0;
    width: 50%;
}
#foot-soc {
    clear: none;
    display: block;
    float: left;
    margin-left: 0;
    width: 50%;
}
@media only screen and (min-width: 481px) {
.gridContainer {
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    width: 90.675%;
}
#content {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#footer {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#header {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#logo {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    overflow: hidden;
    width: 100%;
}
#menu {
    background: none repeat scroll 0 0 #f9f9f9;
    clear: both;
    display: block;
    float: left;
    height: 40px;
    margin-left: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#logotip {
    clear: none;
    display: block;
    float: left;
    margin-left: 0;
    width: 30%;
}
#kontakt {
    clear: none;
    display: block;
    float: left;
    margin-left: 2.5641%;
    width: 37.4359%;
}
#langvich {
    clear: none;
    display: block;
    float: left;
    margin-left: 2.5641%;
    width: 27.4359%;
}
#slider {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#breadcr {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#imgmenu {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 96%;
}
#dopslider {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#scroller {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#news {
/*    clear: both;
    display: block;
    float: left;
    margin-left: 0;*/
    width: 100%;
}
#foot-logo {
    clear: none;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#foot-menu {
    clear: none;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#foot-kontakt {
    clear: none;
    display: block;
    float: left;
    margin-left: 0;
    width: 60%;
}
#foot-soc {
    clear: none;
    display: block;
    float: left;
    margin-left: 2%;
    width: 38%;
}
}
@media only screen and (min-width: 769px) {
.gridContainer {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
}
#content {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    padding: 0 10%;
    width: 80%;
}
.cart {
    margin: 0 -12.5%;
}
#footer {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 2%;
    padding: 1% 0;
    width: 100%;
}
#header {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#logo {
    clear: both;
    display: block;
    float: none;
    margin-bottom: 1.5%;
    margin-left: 0;
    margin-top: 1.5%;
    width: 100%;
}
#menu {
    clear: both;
    display: block;
    float: left;
    height: 60px;
    margin-left: 0;
    position: relative;
    width: 100%;
}
#logotip {
    clear: none;
    display: block;
    float: left;
    margin-left: 2.0408%;
    margin-top: 1px;
    min-width: 171px;
    width: 250px;
}
#kontakt {
    clear: none;
    display: block;
    float: right;
    margin-left: 2.0408%;
    width: 500px;
}
#langvich {
    clear: none;
    display: block;
    float: right;
    margin-left: 0;
    margin-right: 3%;
    margin-top: 1%;
    padding: 1%;
    text-align: center;
    width: auto;
}
#breadcr {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 4%;
    margin-left: 0;
    margin-top: 3%;
}
#slider {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 2%;
    margin-left: 0;
    width: 100%;
}
#imgmenu {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    padding: 1.5% 10%;
    width: 80%;
}
#dopslider {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 10%;
    width: 80%;
}
#scroller {
    clear: right;
    display: block;
    float: left;
    margin-left: 0;
    width: 49%;
}
#news {
/*    clear: right;
    display: block;
    float: right;
    margin-left: 0;
    width: 49%;*/
}
#foot-logo {
    clear: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 16%;
}
#foot-logo p {
    margin: 0;
    padding: 2px 0;
}
#foot-menu {
    clear: none;
    display: block;
    float: left;
    margin-left: 1%;
    width: 40%;
}
#foot-kontakt {
    clear: none;
    display: block;
    float: left;
    margin-left: 0;
    width: 20%;
}
#foot-soc {
    clear: none;
    display: block;
    float: right;
    margin-right: 15px;
    text-align: right;
    width: 450px;
}
ul.menubottom {
    font-size: 79%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.menubottom li {
    float: left;
    padding: 0 5px;
}
ul.menubottom li a {
    text-decoration: none;
    text-transform: uppercase;
}
ul.menubottom li a:hover {
    text-decoration: underline;
}
ul.menubottom li span {
}
.upcart {
    background: none repeat scroll 0 0 #f9f9f9;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 3% 10%;
}
.douncart {
    background: none repeat scroll 0 0 #f9f9f9;
    clear: both;
    display: block;
    margin: 0 -12.5%;
    overflow: hidden;
    padding: 3% 10%;
}
.adr {
    float: left;
    margin: 0 10% 0 0;
    width: 33.3%;
}
.pochta {
    float: left;
    margin: 0 10% 0 0;
    width: 33.3%;
}
.tel {
    float: left;
    margin: 0 -10%;
    width: 33.3%;
}
.cart h4 {
    margin: 0;
    padding: 0;
}
}
blockquote {
    background: none repeat scroll 0 0 #5c305e;
    border-radius: 5px;
    display: block;
    margin: 20px 0;
    overflow: hidden;
    padding: 6px 40px;
    position: relative;
}
blockquote p {
    color: #ffffff;
}
blockquote h4 {
    color: #ffffff;
    font-size: 138%;
    padding: 2px 0;
}
.quote-l {
    float: left;
    width: 18%;
}
.quote-r {
    float: right;
    width: 82%;
}
.breadcrumbs {
    color: #5f4689;
    text-transform: uppercase;
}
div.breadcrumbs a {
    color: #5f4689;
}
.RSWS_testi_img {
    border: medium none;
}
.RSWS_testi_block {
    border: medium none;
    clear: both;
    color: #362652;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.RSWS_testi_block.even .iks {
    display: block;
    float: left;
    width: 72px !important;
}
.RSWS_testi_block.even .toikz .RSWS_testimonial {
    background: url("/bitrix/templates/epilprof_mb/css/../images/testimoneven.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 19px;
    margin: 12px 0 0 -32px;
    position: relative;
    width: 17px;
    z-index: 1;
}
.RSWS_testi_block.even .RSWS_testmonial_subtext {
    padding: 0 0 0 72px;
    text-align: left;
}
.RSWS_testi_block.even div.comment {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 0 0 10px;
    padding: 10px 15px;
    position: relative;
    width: 65%;
}
.RSWS_testi_block.even {
}
.RSWS_form_heading {
    border-bottom: 1px solid #e4ddf0;
    font-size: 155%;
    font-weight: normal;
    margin: 30px 0;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
.RSWS_testi_main {
    clear: both;
}
.RSWS_testmonial_subtext li {
    float: left;
    list-style: disc outside none;
}
.RSWS_testi_block.odd .iks {
    display: block;
    float: right;
    text-align: right;
    width: 72px !important;
}
.RSWS_testi_block.odd .toikz .RSWS_testimonial {
    background: url("/bitrix/templates/epilprof_mb/css/../images/testimonodd.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 19px;
    margin: 12px -31px 0 0;
    position: relative;
    width: 17px;
    z-index: 1;
}
.RSWS_testi_block.odd .RSWS_testmonial_subtext {
    padding: 0 72px 0 0;
    text-align: right;
}
.RSWS_testi_block.odd div.comment {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    display: block;
    float: right;
    margin: 0 0 10px;
    padding: 10px 15px;
    position: relative;
    width: 65%;
}
.forma h3 {
    text-align: center;
}
.RSWS_form_main input, .RSWS_form_main textarea, input, textarea, select {
    border: 1px solid #611c9d;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
    padding: 4px;
}
.RSWS_form_main {
    margin: 0;
    padding: 0;
    width: 98%;
}
.NAME {
    float: left;
    margin: 0 3% 0 0;
    width: 47%;
}
.EMAIL {
    float: left;
    margin: 0 3% 0 0;
    width: 47%;
}
.LOCATION {
    float: right;
    margin: 0 0 0 3%;
    width: 47%;
}
.WEBSITE {
    float: right;
    margin: 0 0 0 3%;
    width: 47%;
}
.TXT_IMG {
    float: left;
    margin: 0 0 0 3%;
    width: 47%;
}
.TXT_COMMENT {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
}
.BUTTON_SUBMIT {
    float: right;
    margin: 0 0 0 3%;
    width: 47%;
}
.BUTTON_SUBMIT input {
    background: url("/bitrix/templates/epilprof_mb/css/../images/button_asca.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    padding: 5.7% 20%;
    text-decoration: none;
}
.knopa {
    background: url("/bitrix/templates/epilprof_mb/css/../images/button_asca.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    padding: 5.7% 20%;
    text-decoration: none;
}
#formec {
    display: none;
}
#sbox-window {
    padding: 40px !important;
}
.iks img {
    border-radius: 5px;
    box-shadow: 0 0 1px 1px #999999;
}
.clear {
    clear: both;
}
.formResponsive {
    margin: 0 auto 18px;
    width: 90%;
}
#userForm h2 {
    text-align: center;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}
#timeblock, .rsform-block-time {
    display: none;
}
.rsform-block-time {
    left: 100%;
    margin: 0 0 -33px !important;
    position: relative;
    top: -43px;
}
.rsform-select-box {
    background: url("/bitrix/templates/epilprof_mb/css/../images/select.png") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    height: 21px;
    overflow: hidden;
    padding: 7px 0 7px 15px;
    position: absolute;
    width: 170px;
}
.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.width35 {
    width: 35%;
}
.width65 {
    width: 65%;
}
.rsform-block.rsform-block-otpravit {
    text-align: right;
}
.otcap {
    width: 94%;
}
.formResponsive input[type="submit"]:hover, .formResponsive input[type="submit"]:active, .formResponsive input.active[type="submit"], .formResponsive input.disabled[type="submit"], .formResponsive input[type="submit"][disabled] {
    background: url("/bitrix/templates/epilprof_mb/css/../images/knopka.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    text-shadow: none;
}
.formResponsive input[type="submit"] {
    background: url("/bitrix/templates/epilprof_mb/css/../images/knopa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    margin: 0;
    padding: 9px 22px;
    text-shadow: none;
    width: 142px;
}
.formResponsive input[type="submit"]:hover {
    background: url("/bitrix/templates/epilprof_mb/css/../images/knopa_h.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.RSWS_descon {
    background: none repeat scroll 0 0 #f9f9f9;
    clear: both;
    display: block;
    margin: 0 -12.5% 20px;
    overflow: hidden;
    padding: 25px 12.5%;
}
.RSWS_desc {
    float: left;
    width: 50%;
}
.RSWS_submit_link {
    float: right;
    padding: 8px 0 0;
    width: 50%;
}
a.rsmasa {
    background: url("/bitrix/templates/epilprof_mb/css/../images/button_asca.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    padding: 2.7% 8%;
    text-decoration: none;
}
div.thumbnail a img {
    float: right;
    padding-right: 30px;
}
.jubhc-info p {
    color: #dc2c7b;
}
.zt-product-img {
    float: right;
    padding: 0 1% 0 0;
    width: 45%;
}
.zt-product-img a {
    float: right;
}
.zt-product-img a img {
    float: right;
}
.catpanel .block {
    clear: both;
    overflow: hidden;
    padding: 0 1%;
}
.zt-product-name {
    display: table-cell;
    float: left;
    margin: 5% 0 0 12%;
    vertical-align: middle;
    width: 40%;
}
.zt-product-name a {
    color: #5f4689;
    font-size: 125%;
    text-decoration: none;
}
.pagenave button.prev {
    float: left;
    width: auto;
}
.pagenave_l {
    left: 0;
    margin: 0;
    position: absolute;
    top: 36%;
    z-index: 2;
}
.pagenave_r {
    margin: 0;
    position: absolute;
    right: 0;
    top: 36%;
    z-index: 2;
}
.pagenave_l button {
    border: medium none;
    color: #5f4689;
    font-size: 250%;
}
.pagenave_r button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #5f4689;
    font-size: 250%;
}
.pagenave_l button.prev {
    background: url("/bitrix/templates/epilprof_mb/css/../images/l.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    height: 50px;
    width: 50px;
}
.pagenave_r button.next {
    background: url("/bitrix/templates/epilprof_mb/css/../images/r.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    float: right;
    height: 50px;
    width: 50px;
}
.jubhc .thumbnail .caption {
    float: right;
    width: 45%;
}
.row-fluid.jubhc p, .jubhc-intro p {
    margin: 0;
}
.jubhc .thumbnail a {
    float: left;
    width: 55%;
}
.row-fluid ul {
    list-style-type: none;
}
.moduletable_immenu {
}
.moduletable_immenu ul {
    margin: 0;
    padding: 0;
}
.moduletable_immenu li {
    float: left;
}
.moduletable_immenu li a {
    text-align: center;
}
.moduletable_immenu li a img {
}
.moduletable_immenu li a div {
}
.moduletable_immenu div.menu {
    margin: 0;
    padding: 0;
}
.moduletable_immenu div.menu div {
    float: left;
    margin: 0;
    padding: 0;
    width: 33%;
}
.moduletable_immenu div.menu div a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.moduletable_immenu div.menu div a div {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.moduletable_immenu div.menu div a img {
    margin: 0;
    padding: 0;
}
a div.image-title {
    color: #362652;
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 10px !important;
    text-decoration: none;
    text-transform: uppercase;
}
.box_skitter .info_slide_dots .image_number {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    height: 10px;
    margin: 0 10px 0 0;
    text-indent: -9999em;
    width: 10px;
}
.box_skitter .info_slide_dots {
    border-radius: 0;
    bottom: 19px;
    padding: 5px 0 5px 5px;
    position: absolute;
    z-index: 205;
}
.floatright {
    float: right;
}
.width50 {
    width: 50%;
}
.floatleft {
    float: left;
}
.box_skitter .box_clone {
    z-index: -1;
}
.label_skitter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    display: none;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 150;
}
.label_skitter h4 {
    margin: 3% 0 0 10%;
    width: 60%;
}
.label_skitter p {
    bottom: 10%;
    color: #ffffff;
    font-size: 90%;
    line-height: 190%;
    margin: 0;
    position: absolute;
    right: 2%;
    text-align: right;
    width: 40%;
}
.soc {
    display: block;
    height: 29px;
    overflow: hidden;
}
.soc img {
}
.soc a img {
    margin-top: 0 !important;
    transition: all 0.5s ease 0s;
}
.soc a:hover img {
    margin-top: -56px !important;
    transition: all 0.5s ease 0s;
}
.RSWS_pagination_text {
    border-top: 1px solid #ffffff;
    margin: -31px 0 0;
    padding: 10px 0 0;
}
.oraz {
    border-bottom: 1px solid #efecf3;
    margin: 0 0 30px;
}
div.pagination {
    margin: 0 auto;
    width: 400px;
}
div.pagination ul li {
    display: inline;
    margin-right: 5px;
}
.scroller-slider {
    width: 450px;
}
#menu ul li .item-286 a {
    color: #8c68ca;
}
#menu ul li .item-286 a:hover {
    color: #ffffff;
}
div.diploma {
    margin: 0 auto;
    text-align: center;
    width: 900px;
}
div.diploma img {
    margin: 5px;
}
div.blog ul li {
    list-style-type: circle;
}
.yashare-auto-init {
    float: right;
}
.header_z {
    background: none repeat scroll 0 0 #f9f9f9;
    display: table;
    margin-bottom: 20px;
    width: 100%;
}
.header_z h3 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.items-leading, .items-row {
    padding-bottom: 20px;
}
#menu ul li .item-300 a {
    color: #8c68ca;
}
#menu ul li .item-300 a:hover {
    color: #ffffff;
}
.list_archive {
    border-left: 1px solid #dddddd;
    float: right;
    margin-top: 20px;
    padding-left: 10px;
    width: 100px;
}
.list_archive ul {
    margin: 0 0 15px;
    padding: 0 0 0 10px;
}
.list_archive ul li {
    list-style-type: none;
}
.list_archive .select_year p {
    font-weight: bold;
}
#distrib .item, #filter {
    border: 1px solid #808080;
    border-radius: 3px;
    margin: 5px 0;
    padding: 10px;
}
#distrib .title {
    float: left;
    font-size: 130%;
    font-weight: normal;
    margin: 10px 0;
}
#distrib .type {
    -moz-user-select: none;
    border: 1px solid #d2d1d2;
    border-radius: 3px;
    color: #5f4689;
    float: right;
    font-weight: bold;
    margin: 10px 0;
    padding: 2px 5px;
}
#distrib .content {
    cursor: pointer;
    text-decoration: underline;
}
#distrib .content:hover {
    text-decoration: none;
}
#distrib .text {
    border: 1px solid #808080;
    border-radius: 3px;
    margin: 5px;
    padding: 5px;
}
#distrib input[type="checkbox"] {
    display: inline;
}
#distrib .left {
    float: left;
    padding-right: 20px;
}
#distrib .last {
    clear: left;
}
#distrib .br-right {
    border-right: 1px solid #d2d1d2;
    margin-right: 10px;
    padding-right: 10px;
}
#distrib .br-left {
    border-left: 1px solid #d2d1d2;
    margin-left: 10px;
    padding-left: 10px;
}
#distrib select {
    width: 250px;
}
.ssil2 {
    color: #ffffff !important;
    text-decoration: none;
}
.ssil2 a {
    color: #ffffff !important;
    text-decoration: none;
}
.ssil2 a:visited {
    color: #ffffff !important;
    text-decoration: none;
}
.ssil2 a:link {
    color: #ffffff !important;
    text-decoration: none;
}
.ssil2 a:hover {
    color: #ffffff !important;
    text-decoration: none;
}
.rsform-block-education, .rsform-block-where {
    display: none;
}
.gallery div {
    float: left;
    height: 220px;
    width: 220px;
}
.gallery a {
    display: block;
    text-align: center;
}
.gallery img {
    float: none;
}
.copy {
    padding-right: 15px;
    text-align: right;
}
.baner-right {
    float: right;
    padding: 120px 100px 120px 50px;
}
.baner-left {
    float: left;
    padding: 120px 30px 120px 70px;
}
.web h1 {
    display: block !important;
}
.production-menu .baner-left:last-child {
    float: right;
    padding-right: 80px;
}

/* End */


/* Start:/bitrix/templates/epilprof_mb/css/component.css?15984425382576*/
.cbp-contentslider {
	width: 100%;
	height: 1000px;
	margin: 1em auto;
	position: relative;
}

.cbp-contentslider > ul {
	list-style: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}

.cbp-contentslider > ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 3.319em;
	padding-top: 3em;
	background: #fff;
}

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
	z-index: 100;
}

.cbp-contentslider nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3.313em;
	z-index: 1000;
	overflow: hidden;
}

.cbp-contentslider nav a {
float: left;
display: block;
width: 20%;
height: 100%;
font-weight: bold;
overflow: hidden;
background: #fff;
font-size: 18px;
text-align: center;
position: relative;
text-transform: uppercase;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
border-bottom: 4px #89888a solid;
color:#89888a;
}

.cbp-contentslider nav a span {
	display: block;
}

/*.cbp-contentslider nav a:last-child {
	border: none;
	box-shadow: 1px 0 #47a3da; 
}*/

.cbp-contentslider nav a:hover {
	background-color: #fff;
	color: #54197c;
}

.cbp-contentslider nav a.rc-active {
color: #54197c;
border-bottom: 4px #54197c solid;
}

/* Iconfont for navigation and headings */
.cbp-contentslider [class^="icon-"]:before, 
.cbp-contentslider [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	text-align: center;
	speak: none;
	font-weight: normal;
	line-height: 2.5;
	font-size: 2em;
	position: absolute;
	left: 10%;
	top: 50%;
	margin: -1.250em 0 0 0;
	height: 2.500em;
	width: 2.500em;
	color: rgba(0,0,0,0.1);
	-webkit-font-smoothing: antialiased;
}


.cbp-contentslider [class^="icon-"].rc-active:before, 
.cbp-contentslider [class*=" icon-"].rc-active:before,
.cbp-contentslider nav a:hover:before {
	color: rgba(255,255,255,0.9);
}


.cbp-contentslider li > div {
/*	position: absolute;*/
	top: 9em;
	bottom: 3.313em;
	width: 100%;
	left: 0;
	padding: 0 1em;
	overflow-x: hidden;
	overflow-y: auto;
}

.cbp-contentslider .cbp-content {
	-webkit-column-rule: 1px dashed #47a3da;
	-moz-column-rule: 1px dashed #47a3da;
	column-rule: 1px dashed #47a3da;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	-o-column-gap: 1em;
	column-gap: 1em;
	vertical-align: top;	
	padding: 1em 0;
}



/* End */


/* Start:/bitrix/templates/epilprof_mb/css/datepicker.css?159844253820693*/
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* End */


/* Start:/bitrix/templates/epilprof_mb/css/colorbox.css?15984425383724*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden;*/}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{/*background:#fff; opacity: 0.9; filter: alpha(opacity = 90);*/}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#f9f9f9;width: 952px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#f9f9f9; padding:28px; border: 1px solid #e4e4e4;border-radius: 5px;}
        #cboxLoadingGraphic{background:url(/bitrix/templates/epilprof_mb/css/images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#f9f9f9;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/*#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:1px; background:url(/bitrix/templates/epilprof_mb/css/images/controls.png) no-repeat 0 0;}*/
#cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:1px; background:url(/bitrix/templates/epilprof_mb/css/images/controls.png) no-repeat 0 0;}

#cboxPrevious{border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:1px; background:url(/bitrix/templates/epilprof_mb/css/images/left_img.png) no-repeat 0 0;}
#cboxNext{border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:1px; background:url(/bitrix/templates/epilprof_mb/css/images/right_img.png) no-repeat 0 0;}

        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{right:50px;}
/*        #cboxPrevious:hover{background-position:0px -25px;}*/
        #cboxNext{right:25px;}
/*        #cboxNext:hover{background-position:-25px -25px;}*/
        #cboxClose{/*background-position:-50px 0px;*/ right:1px;}
        #cboxClose:hover{/*background-position:-50px -25px;*/}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/* End */


/* Start:/bitrix/templates/epilprof_mb/js/friday/flipclock.css?159844253817799*/
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none !important;
  border-bottom: none !important;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-wrapper .flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-wrapper .flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  margin: 20px 0px 20px 70px;
  float: left;

}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  margin-left: 0;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
	
/* --- SMALL CLOCK CSS --- */

/* Reset */
.flip-clock-small-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-small-wrapper a {
  cursor: pointer;
  text-decoration: none !important;
  border-bottom: none !important;
  color: #ccc; }

.flip-clock-small-wrapper a:hover {
  color: #fff; }

.flip-clock-small-wrapper ul {
  list-style: none; }

.flip-clock-small-wrapper.clearfix:before,
.flip-clock-small-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-small-wrapper.clearfix:after {
  clear: both; }

.flip-clock-small-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-small-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-small-wrapper .flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 18px !important; }

.flip-clock-small-wrapper .flip-clock-meridium a { color: #313333; }

.flip-clock-small-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-small-wrapper:before,
.flip-clock-small-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-small-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-small-wrapper ul {
  position: relative;
  float: left;
  margin: 2px;
  width: 30px;
  padding: 0;
  height: 38px;
  font-size: 80px;
  font-weight: bold;
  line-height: 37px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-small-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  margin-left: 0;
}

.flip-clock-small-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-small-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-small-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; }

.flip-clock-small-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-small-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-small-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-small-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0; }

.flip-clock-small-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 20px; }

.flip-clock-small-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-small-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-small-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-small-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-small-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-small-wrapper .flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 40px; }

.flip-clock-small-wrapper .flip-clock-divider:first-child {
  width: 0; }

.flip-clock-small-wrapper .flip-clock-dot {
  display: block;
  background: #323434;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-small-wrapper .flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.1em;
  right: -48px;
  color: black;
  text-shadow: none; }

.flip-clock-small-wrapper .flip-clock-divider.minutes .flip-clock-label {
  right: -54px; }

.flip-clock-small-wrapper .flip-clock-divider.seconds .flip-clock-label {
  right: -56px; }

.flip-clock-small-wrapper .flip-clock-dot.top {
  top: 10px; }

.flip-clock-small-wrapper .flip-clock-dot.bottom {
  bottom: 6px; }

.flip-clock-small-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

.flip-clock-small-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

.flip-clock-small-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-small-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-small-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-small-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-small-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }


/* End */


/* Start:/bitrix/templates/epilprof_mb/css/chosen.css?159844253812916*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 4px;
     background-image: -moz-linear-gradient(#e2e2e2, #ffffff, #ffffff) !important;
    background-image: -webkit-linear-gradient(#e2e2e2, #ffffff, #ffffff) !important;
    background-image: linear-gradient(#e2e2e2, #ffffff, #ffffff) !important;
    border: 1px solid #c6addb !important;
    height: 30px !important;
    padding-left: 5px !important;
    border-radius: 0px !important;
    color: #333333;
    font-size: 16px;

}
.chosen-container-single .chosen-default {
/*  color: #999;*/
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bitrix/templates/epilprof_mb/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/bitrix/templates/epilprof_mb/css/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/bitrix/templates/epilprof_mb/css/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/bitrix/templates/epilprof_mb/css/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color:#ffc0cb;
/*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);*/
  color: #000;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bitrix/templates/epilprof_mb/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/bitrix/templates/epilprof_mb/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/bitrix/templates/epilprof_mb/css/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/bitrix/templates/epilprof_mb/css/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* End */


/* Start:/bitrix/templates/epilprof_mb/css/allinone_contentSlider.css?159844253836370*/
/*
skins available:
	- common
	- surprise
	- imposing
*/

/* the container */
.allinone_contentSlider {
	position:relative;
}
.allinone_contentSlider img {
	max-width:none;
	max-height:none;
	cursor:pointer;
}
.allinone_contentSlider_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}


.allinone_contentSlider .contentHolderVisibleWrapper {
	position:absolute;
	overflow:hidden;
}
.allinone_contentSlider .contentHolder {
	position:absolute;
}
.allinone_contentSlider .contentHolderUnit {
	float:left;
	display:block;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}


/***COMMON SKIN***/
.allinone_contentSlider.common .bannerControls {
	position:absolute;
	left:0;
	top:0;
	/*z-index:1;*/
	z-index:5;
	width:100%;
}

.allinone_contentSlider.common .leftNav {
	position:absolute;
	left:0;
	/*left:-35px;*/
/*	top:50%;
	margin-top:-63px; /* height/2 */
	width:60px;
	height:150px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.common .leftNav:hover {
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/leftNavON.png) 0 0 no-repeat;
}
.allinone_contentSlider.common .rightNav {
	position:absolute;
	right:0;
	/*right:-35px;*/
/*	top:50%;
	margin-top:-63px; /* height/2 */
	width:60px;
	height:150px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.common .rightNav:hover {
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/rightNavON.png) 0 0 no-repeat;
}
.allinone_contentSlider.common .bottomNav {
	position:absolute;
	width:0px;
	height:30px;
	bottom:-35px;
	z-index:3;
	padding-left:2px;
}
.allinone_contentSlider.common .bottomNavButtonOFF {
	float:left;
	display:block;
	width:33px;
	height:30px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:2px;
	cursor: pointer;
}

.allinone_contentSlider.common .bottomNavButtonON {
	float:left;
	display:block;
	width:33px;
	height:30px;
	padding-left:2px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_contentSlider.common .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.common .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.common .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:30px;
	margin-left:-10px;
}
.allinone_contentSlider.common .bottomOverThumb img {
	border:4px solid #000000;
}
.allinone_contentSlider.common .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.allinone_contentSlider.common .playOver:hover {
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}





/***surprise SKIN***/
.allinone_contentSlider.surprise .bannerControls {
	position:absolute;
	left:0;
	top:0;
	/*z-index:1;*/
	z-index:5;
	width:100%;
}

.allinone_contentSlider.surprise .leftNav {
	position:absolute;
	left:0;
	/*left:-5px;*/
	margin-top:-6px; /* height/2/*	 */
	width:35px;
	height:140px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/surprise/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.surprise .leftNav:hover {
	background:url(/bitrix/templates/epilprof_mb/css/skins/surprise/leftNavON.png) 0 0 no-repeat;
}
.allinone_contentSlider.surprise .rightNav {
	position:absolute;
	right:0;
	/*right:-5px;*/
	margin-top:-6px; /* height/2/*	 */
	width:35px;
	height:140px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/surprise/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.surprise .rightNav:hover {
	background:url(/bitrix/templates/epilprof_mb/css/skins/surprise/rightNavON.png) 0 0 no-repeat;
}
.allinone_contentSlider.surprise .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-35px;
	z-index:3;
	padding-left:9px;
}
.allinone_contentSlider.surprise .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/surprise/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_contentSlider.surprise .bottomNavButtonON {
	float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/surprise/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_contentSlider.surprise .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.surprise .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.surprise .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/surprise/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_contentSlider.surprise .bottomOverThumb img {
	border:4px solid #000000;
}
.allinone_contentSlider.surprise .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/surprise/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.allinone_contentSlider.surprise .playOver:hover {
	background:url(/bitrix/templates/epilprof_mb/css/skins/surprise/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}







/***imposing SKIN***/
.allinone_contentSlider.imposing .bannerControls {
	position:absolute;
	left:0;
	top:0;
	/*z-index:1;*/
	z-index:5;
	width:100%;
}

.allinone_contentSlider.imposing .leftNav {
	position:absolute;
	left:0px;
	width:47px;
	height:340px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.imposing .leftNav:hover {
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/leftNavOFF.png) 0 0 no-repeat;
}
.allinone_contentSlider.imposing .rightNav {
	position:absolute;
	right:0px;
	width:47px;
	height:340px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_contentSlider.imposing .rightNav:hover {
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/rightNavOFF.png) 0 0 no-repeat;
}
.allinone_contentSlider.imposing .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-35px;
	z-index:3;
	padding-left:9px;
}
.allinone_contentSlider.imposing .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_contentSlider.imposing .bottomNavButtonON {
	float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_contentSlider.imposing .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.imposing .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.allinone_contentSlider.imposing .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_contentSlider.imposing .bottomOverThumb img {
	border:4px solid #000000;
}
.allinone_contentSlider.imposing .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.allinone_contentSlider.imposing .playOver:hover {
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}













/***Text Styles***/


.allinone_contentSlider_texts {
	position:absolute;
	z-index:2;
	display: none;
	width:100%;
}
.allinone_contentSlider_text_line {
	position:absolute;
}



/****Common Texts***/

.textElement11_common {
	font: bold 26px/37px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement12_common {
	font: bold 18px/25px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement13_common {
	font: bold 16px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

/*******

#topcommonTextBgLeft3 {
	float:right;
	width:540px;
	margin-right:13px;
	margin-top:0px;
	padding:14px 5px 20px 5px;
}



#textElement3_common_list {
	padding: 3px 15px 10px 15px;
}


#textElement3_common_list ul {
	margin-left:-40px;
	list-style: none;
}

#textElement3_common_list ul li {
	color:#ffffff;
	font: bold 14px/1.3em 'Droid Sans', Verdana, Helvetica, sans-serif;
	font-style:italic;
	padding:0 0 15px 45px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/listIcon.png) top left no-repeat;
}

******/

.textElement31_common {
	font: bold 16px/33px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0 4px 0 4px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement31_common {
	font: bold 16px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
}

.textElement31_common a {
	background:#000000;
	font:'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 4px 1px 4px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement31_common a:hover {
	background:#FFFFFF;
	color:#000000;
}


.textElement32_common {
	font: bold 16px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
}

.textElement32_common a {
	background:#000000;
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 3px 1px 3px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement32_common a:hover {
	background:#FFFFFF;
	color:#000000;
}

.textElement33_common {
	font: bold 16px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
}

.textElement33_common a {
	background:#000000;
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 3px 1px 3px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement33_common a:hover {
	background:#FFFFFF;
	color:#000000;
}

/****
#topcommonTextBgLeft4 {
	float:right;
	width:540px;
	margin-right:13px;
	margin-top:0px;
	padding:14px 5px 20px 5px;
}


#textElement4_common_list {
	padding: 3px 15px 10px 15px;
}


#textElement4_common_list ul {
	margin-left:-40px;
	list-style: none;
}

#textElement4_common_list ul li {
	color:#ffffff;
	font: bold 14px/1.3em 'Droid Sans', Verdana, Helvetica, sans-serif;
	font-style:italic;
	padding:0 0 15px 45px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/listIcon.png) top left no-repeat;
}

.textElement41_common a {
	background:#000000;
	font: bold 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement41_common a:hover {
	background:#FFFFFF;
	color:#000000;
}

.textElement42_common a {
	background:#000000;
	font: bold 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement42_common a:hover {
	background:#FFFFFF;
	color:#000000;
}

.textElement43_common a {
	background:#000000;
	font: bold 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement43_common a:hover {
	background:#FFFFFF;
	color:#000000;
}



.textElement51_common {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:6px 2px 6px 15px;
	color:#FFFFFF;
}

.textElement52_common {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 2px 6px 15px;
	color:#FFFFFF;
}

****/


.textElement51r_common {
	font: bold 20px/32px 'Droid Sans', sans-serif;
	color:#FFFFFF;
}

.textElement51r_common a{
	font: bold 'Droid Sans', sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}

.textElement51r_common a:hover{
	color:#fa7b00;
	text-decoration:underline;
}

.textElement52r_common {
	font: bold 38px/48px 'Droid Sans', sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

/****

.textElement21_common {
	background:#000000;
	font: bold 20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
}
.textElement22_common {
	background:#e4e4e4;
	font: bold 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#131313;
}













.textElementx1_common {
	background:#a32a19;
	font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:0px 15px 3px 15px;
	color:#FFFFFF;
}

.textElementx2_common {
	background:#512d5d;
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#FFF;
}





.textElement401_common {
	font: bold 40px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#FFFFFF;
}
.textElement402_common {
	font: bold 20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#FFFFFF;
}



.textElement501_common a {
	background:#512d5d;
	font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#FFF;
	text-decoration:none;
}

.textElement501_common a:hover {
	background:#FFFFFF;
	padding:6px 15px 6px 15px;
	border:#512d5d 1px solid;
	color:#512d5d;
}

.textElement502_common {
	background:#a92c74;
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#FFF;
}
****/

.textElement61_common {
	font: bold 16px/23px 'Droid Sans', sans-serif;
	text-decoration:none;
}

.textElement61_common a {
	background:#000000;
	font: bold 'Droid Sans', sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement61_common a:hover {
	background:#FFFFFF;
	color:#000000;
}

.textElement62_common {
	font: bold 16px/23px 'Droid Sans', sans-serif;
	text-decoration:none;
}

.textElement62_common a {
	background:#000000;
	font: bold 'Droid Sans', sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement62_common a:hover {
	background:#FFFFFF;
	color:#000000;
}

.textElement63_common {
	font: bold 16px/23px 'Droid Sans', sans-serif;
	text-decoration:none;
}

.textElement63_common a {
	background:#000000;
	font: bold 'Droid Sans', sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement63_common a:hover {
	background:#FFFFFF;
	color:#000000;
}


#topcommonTextBgLeft7 {
	float:right;
	width:470px;
	margin-right:13px;
	margin-top:0px;
	padding:0px 15px 20px 5px;
}



#textElement7_common_list {
	padding: 3px 15px 10px 15px;
}


#textElement7_common_list ul {
	margin-left:-40px;
	list-style: none;
}

#textElement7_common_list ul li {
	color:#333333;
	font: bold 14px/1.3em 'Droid Sans', Verdana, Helvetica, sans-serif;
	font-style:italic;
	padding:0 0 15px 45px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/common/listIcon.png) top left no-repeat;
}

.textElement71_common {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:6px 2px 6px 15px;
	color:#333333;
}

.textElement72_common {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 2px 6px 15px;
	color:#333333;
}



/****CommonFullWidth Texts***/



.textElement11_commonFW {
	font: bold 50px/52px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333333;
}

.textElement12_commonFW {
	background:#333333;
	font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#cccccc;
	padding:1px 3px 1px 3px;
	text-transform:uppercase
}

.textElement13_commonFW {
	font: bold 22px/32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
}



.textElement31_commonFW {
	font: bold 16px/33px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0 4px 0 4px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement31_commonFW {
	font: bold 16px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
}

.textElement31_commonFW a {
	background:#000000;
	font:'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 4px 1px 4px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement31_commonFW a:hover {
	background:#FFFFFF;
	color:#000000;
}


.textElement32_commonFW {
	font: bold 20px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
}

.textElement32_commonFW a {
	background:#000000;
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 3px 1px 3px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement32_commonFW a:hover {
	background:#FFFFFF;
	color:#000000;
}

.textElement33_commonFW {
	font: bold 20px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
}

.textElement33_commonFW a {
	background:#000000;
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 3px 1px 3px;
	color:#FFFFFF;
	text-decoration:none;
}

.textElement33_commonFW a:hover {
	background:#FFFFFF;
	color:#000000;
}


.textElement41_commonFW {
	font: bold 50px/52px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333333;
}

.textElement42_commonFW {
	background:#97c03d;
	font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
	padding:1px 3px 1px 3px;
	text-transform:uppercase
}


.textElement51r_commonFW {
	font: bold 20px/32px 'Droid Sans', sans-serif;
	color:#FFFFFF;
}

.textElement51r_commonFW a{
	font: bold 'Droid Sans', sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}

.textElement51r_commonFW a:hover{
	color:#fa7b00;
	text-decoration:underline;
}

.textElement52r_commonFW {
	font: bold 38px/48px 'Droid Sans', sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}



.textElement61_commonFW {
	background:#ff780a;
	font: bold 26px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement61_commonFW a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement61_commonFW a:hover {
	background:#000000;
	color:#ff780a;
}

.textElement62_commonFW {
	background:#ff780a;
	font: bold 26px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement62_commonFW a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement62_commonFW a:hover {
	background:#000000;
	color:#ff780a;
}


.textElement63_commonFW {
	background:#ff780a;
	font: bold 26px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement63_commonFW a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement63_CommonFW a:hover {
	background:#000000;
	color:#ff780a;
}








/****surprise Texts***/


.textElement11_surprise {
	font: bold 16px/21px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	color:#333333;
}
.textElement12_surprise {
	font: bold 50px/51px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
	text-transform:uppercase;
}

.textElement12_surprise a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement12_surprise a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement13_surprise {
	font: bold 14px/19px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
}




/******/
.textElement31r_surprise {
	font: bold 20px/32px 'Droid Sans', sans-serif;
	color:#fa7b00;
}

.textElement31r_surprise a{
	font: bold 'Droid Sans', sans-serif;
	color:#fa7b00;
	text-decoration:underline;
}

.textElement31r_surprise a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.textElement32r_surprise {
	font: bold 48px/50px 'Droid Sans', sans-serif;
	text-transform:uppercase;
	color:#333333;
}

/******/




.textElement21_surprise {
	font: bold 16px/21px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	color:#333333;
}
.textElement22_surprise {
	font: bold 50px/51px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
	text-transform:uppercase;
}

.textElement22_surprise a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement22_surprise a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement23_surprise {
	font: bold 14px/19px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
}


.textElement31_surprise {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:6px 2px 6px 15px;
	color:#333333;
}

.textElement32_surprise {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 2px 6px 15px;
	color:#333333;
}



.textElement61_surprise {
	background:#ff780a;
	font: bold 16px/18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement61_surprise a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement61_surprise a:hover {
	background:#000000;
	color:#ff780a;
}

.textElement62_surprise {
	background:#ff780a;
	font: bold 16px/18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement62_surprise a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement62_surprise a:hover {
	background:#000000;
	color:#ff780a;
}


.textElement63_surprise {
	background:#ff780a;
	font: bold 16px/18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement63_surprise a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement63_surprise a:hover {
	background:#000000;
	color:#ff780a;
}



/****surpriseFullWidth Texts***/


.textElement11_surpriseFW {
	font: bold 26px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	color:#333333;
}
.textElement12_surpriseFW {
	font: bold 88px/92px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
	text-transform:uppercase;
}

.textElement12_surpriseFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement12_surpriseFW a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement13_surpriseFW {
	width:40%;
	font: bold 22px/27px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
}

.textElement21_surpriseFW {
	xbackground:#ff780a;
	font: bold 32px/40px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	color:#000000;
	text-decoration:none;
}

.textElement21_surpriseFW a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement21_surpriseFW a:hover {
	background:#000000;
	color:#ff780a;
}


.textElement22_surpriseFW {
	font: bold 100px/110px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
	text-transform:uppercase;
}

.textElement22_surpriseFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement22_surpriseFW a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement23_surpriseFW {
	font: bold 14px/19px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#333333;
}


.textElement31r_surpriseFW {
	font: bold 40px/52px 'Droid Sans', sans-serif;
	color:#fa7b00;
}

.textElement31r_surpriseFW a{
	font: bold 'Droid Sans', sans-serif;
	color:#fa7b00;
	text-decoration:none;
}

.textElement31r_surpriseFW a:hover{
	color:#5a5f83;
}

.textElement32r_surpriseFW {
	font: bold 82px/114px 'Droid Sans', sans-serif;
	text-transform:uppercase;
	color:#333333;
}



.textElement31_surpriseFW {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:6px 2px 6px 15px;
	color:#333333;
}

.textElement32_surpriseFW {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 2px 6px 15px;
	color:#333333;
}



.textElement61_surpriseFW {
	background:#ff780a;
	font: bold 26px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement61_surpriseFW a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement61_surpriseFW a:hover {
	background:#000000;
	color:#ff780a;
}

.textElement62_surpriseFW {
	background:#ff780a;
	font: bold 26px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement62_surpriseFW a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement62_surpriseFW a:hover {
	background:#000000;
	color:#ff780a;
}


.textElement63_surpriseFW {
	background:#ff780a;
	font: bold 26px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

.textElement63_surpriseFW a {
	background:#ff780a;
	font: bold 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:1px 2px 1px 2px;
	color:#000000;
	text-decoration:none;
}

.textElement63_surpriseFW a:hover {
	background:#000000;
	color:#ff780a;
}









/****imposing Texts***/


.textElement20_imposing {
    background: url("/bitrix/templates/epilprof_mb/css/skins/imposing/textBg_transparency70.png") repeat scroll 0 0 transparent;
    height: 420px;
    text-align: left;
    width: 30%;
}

.textElement21_imposing {
	font: bold 26px/36px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}
.textElement22_imposing {
	width:26%;
	font: bold 16px/21px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement22_imposing a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement22_imposing a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement23_imposing {
	width:21%;
	font: bold 13px/17px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}


.icon {
	width:28px;
	height:26px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/listIcon.png) top left no-repeat;
	padding:0;
	margin-top:0px;
}

.float-block {
	float:left;
	display:block;
}


#topimposingTextBgLeft4 {
	float:right;
	width:255px;
	height:347px;
	background:#000000;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	margin-right:13px;
	margin-top:0px;
	padding:20px 15px 15px 20px;
}


#textElement4_imposing_list ul {
	list-style: none;
	margin-left:-40px;
}

#textElement4_imposing_list ul li {
	color:#ffffff;
	font: bold 14px/1.3em 'Droid Sans', Verdana, Helvetica, sans-serif;
	font-style:italic;
	padding:0 0 25px 40px;
	margin-left:0px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/imposing/listIcon.png) 0 0 no-repeat;
}

.textElement40_imposing {
    background: url("/bitrix/templates/epilprof_mb/css/skins/imposing/textBg_transparency70.png") repeat scroll 0 0 transparent;
    height: 420px;
    text-align: left;
    width: 29%;
}

.textElement41_imposing {
	font: bold 26px/36px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}
.textElement42_imposing {
	width:26%;
	font: bold 16px/21px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement42_imposing a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement42_imposing a:hover {
	color:#fa7b00;
	text-decoration:underline;
}





.textElement50_imposing {
    background: url("/bitrix/templates/epilprof_mb/css/skins/imposing/textBg_transparency70.png") repeat scroll 0 0 transparent;
    height: 420px;
    text-align: left;
    width: 30%;
}

.textElement51_imposing {
	font: bold 26px/36px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}
.textElement52_imposing {
	width:26%;
	font: bold 16px/21px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement52_imposing a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement52_imposing a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement53_imposing {
	width:21%;
	font: bold 13px/17px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}



.topimposingTextBgLeft6 {
	color:#ffffff;
	font: bold 13px/18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	font-style:italic;
	width:28%;
	background:#000000;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	margin-top:0px;
	padding:2px 3px 2px 2px;
}




/****imposingFullWidth Texts***/


.textElement20_imposingFW {
    background: url("/bitrix/templates/epilprof_mb/css/skins/imposing/textBg_transparency70.png") repeat scroll 0 0 transparent;
    height: 600px;
    text-align: left;
    width: 26%;
}

.textElement21_imposingFW {
	font: bold 36px/46px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}
.textElement22_imposingFW {
	width:26%;
	font: bold 26px/31px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement22_imposingFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement22_imposingFW a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement23_imposingFW {
	width:21%;
	font: bold 23px/27px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}


.textElement40_imposingFW {
    background: url("/bitrix/templates/epilprof_mb/css/skins/imposing/textBg_transparency70.png") repeat scroll 0 0 transparent;
    height: 600px;
    text-align: left;
    width: 27%;
}

.textElement41_imposingFW {
	font: bold 36px/46px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}
.textElement42_imposingFW {
	width:25%;
	font: bold 18px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement42_imposingFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement42_imposingFW a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement50_imposingFW {
    background: url("/bitrix/templates/epilprof_mb/css/skins/imposing/textBg_transparency70.png") repeat scroll 0 0 transparent;
    height: 600px;
    text-align: left;
    width: 27%;
}

.textElement51_imposingFW {
	font: bold 36px/46px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}
.textElement52_imposingFW {
	width:26%;
	font: bold 24px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement52_imposingFW a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#aa5eb1;
	text-decoration:underline;
}

.textElement52_imposingFW a:hover {
	color:#fa7b00;
	text-decoration:underline;
}

.textElement53_imposingFW {
	width:22%;
	font: bold 18px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.topimposingTextBgLeft6FW {
	color:#ffffff;
	font: 22px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	font-style:italic;
	width:28%;
	background:#000000;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	padding:2px 5px 2px 2px;
}






/****/

.textElement11_classic {
	font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}
.textElement12_classic {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}

.textElement21_classic {
	font: bold 32px/1.0em 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
}
.textElement22_classic {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
}

.textElement31_classic {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:0px 15px 3px 15px;
	color:#FFFFFF;
}

.textElement32_classic {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#FFFFFF;
}

.textElement33_classic {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:4px 15px 6px 15px;
	color:#FFFFFF;
}


.textElement41_classic {
	font: bold 40px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}
.textElement42_classic {
	font: bold 20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}



.textElement51_classic a {
	font: bold 28px 'Cabin', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
}

.textElement51_classic a:hover {
	color:#000000;
}




.textElement52_classic {
	width:481px;
	background:url(/bitrix/templates/epilprof_mb/css/skins/classic/textBg_transparency.png);
	font: 14px/1.3em 'Arial', Verdana, Helvetica, sans-serif;
	padding:15px 15px 15px 15px;
	color:#FFF;
}

.textElement52_classic a {
	font: bold 14px 'Arial', Verdana, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:none;
}

.textElement52_classic a:hover {
	color:#FFF;
	text-decoration:none;
}


.textElement53_classic a {
	background:#FF0000;
	font: bold 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
	text-decoration:none;
}

.textElement53_classic a:hover {
	background:#FFFFFF;
	padding:6px 15px 6px 15px;
	border:#FF0000 2px solid;
	color:#512d5d;
}

/****/


.hideElement {
	display:none;
}


/* End */


/* Start:/include/slick/slick.css?15051604941776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/include/slick/slick-theme.css?15165915822284*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/include/slick/./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: none;
}

.slick-prev
{
    background: url('/include/slick/back.png');
    left: -32px;
}

.slick-next
{
    background: url('/include/slick/next.png');
    right: -32px;
}
.slick-prev:hover,
.slick-prev:focus {
    background: url('/include/slick/back.png');
    color: transparent;
    outline: none;
    box-shadow:none;
}
.slick-next:hover,
.slick-next:focus
{
    background: url('/include/slick/next.png');
    color: transparent;
    outline: none;
    box-shadow:none;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/epilprof_mb/components/bxmaker/geoip.line/top/style.css?15984425396869*/
.c-bxmaker_geoip_line_default_box {
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
.c-bxmaker_geoip_line_default_box * {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.c-bxmaker_geoip_line_default_box .clearfix {
  clear: both;
  float: none;
}
.c-bxmaker_geoip_line_default_box .city_title_box {
  text-transform: initial;
}
.c-bxmaker_geoip_line_default_box .city_box {
  position: relative;
}
.c-bxmaker_geoip_line_default_box .city_box > span {
  cursor: pointer;
  border-bottom: 1px dashed red;
  color: red;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box {
  display: none;
  position: absolute;
  z-index: 1009;
  top: 35px;
  background: #fff;
  width: 200px;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box.active {
  display: block;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box:before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .city_question_title_box {
  padding: 15px 10px;
  text-align: center;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .city_question_title_box span {
  color: #444;
  cursor: pointer;
  border-bottom: none;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -khtml-text_shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text_shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box .btn_no {
  float: left;
  width: 50%;
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #fff;

  margin-right: -1px;
/*  background: #3585CC;*/
    background: rgb(220,44,123); 
 -o-border-radius: 0 0 0 3px;
  -ms-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  -khtml-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box .btn_no:hover {
  background: #2474bb;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box .btn_yes {
  float: right;
  width: 50%;
  text-align: center;
  padding: 8px 0;
 /* border-left: 1px solid #4696dd;*/
  margin-left: -1px;
/*  background: #3585CC;*/
    background: rgb(220,44,123);
  -o-border-radius: 0 0 3px 0;
  -ms-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  -khtml-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box .btn_yes:hover {
  background: #2474bb;
  border-left: 1px solid #2474bb;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box {
  display: none;
  position: absolute;
  z-index: 1009;
  top: 35px;
  background: #fff;
  width: 200px;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box:before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .city_info_content {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .city_info_content .btn-delivery-info {
  border-bottom: 1px dashed black;
  cursor: pointer;
  color: #611c9d !important;
  text-decoration: none;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .city_info_content .btn-delivery-info:hover {
  border-color: transparent;
  color: #611c9d !important;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .btn_box {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -khtml-text_shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text_shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .btn_box .btn-city-change {
  float: left;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #1363aa;
 /* background: #3585CC;*/

    background-image: -moz-linear-gradient(#3b1163, #5e1d97);
    background-image: -webkit-linear-gradient(#3b1163, #5e1d97);
    background-image: linear-gradient(#3b1163, #5e1d97);
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .btn_box .btn-city-change:hover {
  background: #2474bb;
}

/* End */


/* Start:/bitrix/templates/epilprof_mb/components/bitrix/system.auth.form/auth/style.css?1598442538442*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/epilprof_mb/components/bitrix/system.auth.form/auth/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/epilprof_mb/components/bitrix/system.auth.form/auth/images/sec-unlocked.png);}

/* End */


/* Start:/bitrix/templates/epilprof_mb/components/bitrix/menu/top_menu/style.css?15984425394598*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/templates/epilprof_mb/components/bitrix/menu/top_menu/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{
	
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li 
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/epilprof_mb/components/bitrix/menu/top_menu/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/epilprof_mb/components/bitrix/menu/top_menu/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/epilprof_mb/components/bitrix/search.title/top_search/style.css?15984425382108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/epilprof_mb/components/bitrix/search.title/top_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/epilprof_mb/components/bitrix/sale.basket.basket.line/basket_top/style.css?15984425398104*/
.bx_cart_block{
	/*color:#404040;*/
	font-size:12px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	white-space: normal;
	line-height: normal !important;
}
.bx_cart_block.bx_cart_fixed{
	border:1px solid #b7b7b7;
	background:#fff;
	max-height: 100%;
	width:100%;
	overflow: hidden;
	border-radius:3px;
	position:fixed;
	z-index:4500;
	width:210px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	/*max-height:100%;*/
	
}
.bx_cart_block.bx_cart_fixed.top 	{top:5px}
.bx_cart_block.bx_cart_fixed.right 	{right:5px}
.bx_cart_block.bx_cart_fixed.bottom {bottom:5px}
.bx_cart_block.bx_cart_fixed.left 	{left:5px}
.bx_cart_block.bx_cart_fixed.max_height{top:5px;bottom:5px}
/**/
.bx_cart_block.bx_cart_sidebar 			.bx_small_cart{padding:10px 8px;}
.bx_cart_block.bx_cart_fixed 			.bx_small_cart{padding:10px 8px;line-height: 18px;}
.bx_cart_block.bx_cart_fixed.min 						{min-height:88px}
.bx_cart_block.bx_cart_fixed.min		.bx_small_cart{padding:10px 8px}
/*.bx_cart_block.bx_cart_fixed.max_height .bx_small_cart{padding:10px 8px }*/
.bx_cart_block .bx_small_cart .icon_cart,
.bx_cart_block .bx_small_cart .icon_spacer,
.bx_cart_block .bx_small_cart .icon_profile{
	display:inline-block;
	width:20px;
	height:14px;
	margin-right:3px;	
	position: relative;
	margin-bottom: -3px;
}
/*.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/bitrix/templates/epilprof_mb/components/bitrix/sale.basket.basket.line/basket_top/images/cart.png)    no-repeat top center}*/
.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/bitrix/templates/epilprof_mb/components/bitrix/sale.basket.basket.line/basket_top/images/cart.png)    no-repeat top center}

.bx_cart_sidebar .bx_small_cart .icon_profile{background:url(/bitrix/templates/epilprof_mb/components/bitrix/sale.basket.basket.line/basket_top/images/profile.png) no-repeat top center}

.bx_cart_block .bx_small_cart .icon_cart{background:url(/bitrix/templates/epilprof_mb/components/bitrix/sale.basket.basket.line/basket_top/images/cart.png)    no-repeat top center}
.bx_cart_block .bx_small_cart .icon_profile{background:url(/bitrix/templates/epilprof_mb/components/bitrix/sale.basket.basket.line/basket_top/images/profile.png) no-repeat top center}

.bx_cart_block .bx_small_cart a{font-weight:bold;/*color:#404040*/}
.bx_cart_block .bx_small_cart a:hover{text-decoration:none}
.bx_cart_block .bx_small_cart .link_profile{font-weight:normal}

.bx_cart_block 							.bx_item_listincart{position:relative;width:100%}
.bx_cart_block.bx_cart_fixed 			.bx_item_listincart{padding-bottom:21px}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart{
	position: absolute;
	bottom: 0;
	/*height: 100%;*/
	top: 70px;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top2{top: 55px;}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top1{top: 40px;}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{	top:auto !important}

.bx_cart_block 				 		 	.bx_item_listincart .bx_itemlist_container{/*padding-bottom:21px;*/padding-top:10px;width:100%}
.bx_cart_block.bx_cart_fixed 		 	.bx_item_listincart .bx_itemlist_container{position:relative}
.bx_cart_block.bx_cart_sidebar .bx_title_component{
	margin:10px;
	padding:10px 0 17px;
	font-size:18px;
	line-height:20px;
	color:#000;
	vertical-align:middle;
	border-bottom:1px solid #E5E5E5;
}
.bx_cart_block.bx_cart_sidebar .bx_title_component .cart_icon_big{
	line-height:20px;
	height:20px;
	width:25px;
	background:url(/bitrix/templates/epilprof_mb/components/bitrix/sale.basket.basket.line/basket_top/images/cart_big.png) no-repeat center;
}
/*.bx_cart_block.bx_cart_sidebar.close 	.bx_item_listincart{height:0;overflow:hidden}*/
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_itemlist_container{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow:auto;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_itemlist_container{
	position: absolute;
	bottom: 80px;
	top: 0;
}
.bx_cart_block.bx_cart_fixed.close.top{bottom:auto}
.bx_cart_block.bx_cart_fixed.close.bottom{top:auto}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{height:0;overflow:hidden}

.bx_cart_block.bx_cart_fixed .bx_item_listincart .status{
	width:100%;
	background:#f7f7f7;
	position:absolute;
	bottom:0;
	z-index:120;
	text-align:center;
	font-size:12px;
	color:#4f4f4f;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:3px;
	border-radius:0 0 2px 2px ;
}

.bx_cart_block 					.bx_item_listincart .status:hover{background:#ececec;cursor:pointer}
.bx_cart_block 					.bx_item_listincart .bx_itemincart{
	position:relative;
	padding:0 10px;
	margin-bottom:15px;
}
.bx_cart_block 					.bx_item_listincart .bx_item_status{
	font-weight:bold;
	padding:3px;
	background:#ebebeb;
	margin:0 10px 20px;
	line-height:16px;
	font-size:13px;
	/*height:16px;*/
	border-radius:3px;
	text-align:center;
}
/*.bx_cart_block.bx_cart_fixed    .bx_item_listincart .bx_itemincart{position:relative}*/
.bx_cart_block .bx_item_listincart .bx_item_delete{
	background:url(/bitrix/templates/epilprof_mb/components/bitrix/sale.basket.basket.line/basket_top/images/delete_item.png) no-repeat center;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:-3px;
	cursor:pointer;
	opacity: .2;
}
.bx_cart_block .bx_item_listincart .bx_item_delete:hover{opacity: 1;}
.bx_cart_block .bx_item_listincart .bx_item_img_container{
	text-align:center;
	padding-bottom:16px;
	color:#3f3f3f;
	font-size:12px;
}
.bx_cart_block .bx_item_listincart .bx_item_img_container a{}
.bx_cart_block .bx_item_listincart .bx_item_img_container a img{
	max-width:90px;
	height:auto;
	border:1px solid #e6e6e6;
}
.bx_cart_block .bx_item_listincart .bx_item_title{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_title a{
	font-size:13px;
	color:#3f3f3f;
	text-decoration:none;
}
.bx_cart_block .bx_item_listincart .bx_item_title a:hover{text-decoration:underline}
.bx_cart_block .bx_item_listincart .bx_item_price{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_price .bx_item_oldprice{
	text-decoration:line-through;
	color:#b0b0b0;
	vertical-align:bottom;
	font-size:12px;
	font-weight:bold;
}
.bx_cart_block .bx_item_listincart .bx_item_col_summ{
	font-size:12px;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:10px;
}
.bx_cart_block .bx_item_listincart .bx_itemincart:last-child .bx_item_col_summ{border-bottom:none}
.bx_cart_block .bx_item_hr{
	border:none;
	border-top:1px solid #e5e5e5;
	width:100%;
	margin:11px 0;
}
.bx_cart_block .bx_item_listincart .bx_button_container{
	/*height:62px;*/
	width:100%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:15px 10px;
	text-align:center;
}
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_button_container{position:relative}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_button_container{
	position:absolute;
	bottom:21px;
}


/* buttons */
.bx_cart_block .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
}

.bx_cart_block .bx_bt_button_type_2 				{
	border:1px solid #e9e9e9;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image:-webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_cart_block .bx_bt_button_type_2:hover 		{background:#fff}
.bx_cart_block .bx_bt_button_type_2:active 	{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image:-webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_cart_block .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}

.bx_cart_block .bx_small.bx_bt_button_type_2 		{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:hover 	{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:active 	{ }


.bx_cart_block .bx_medium.bx_bt_button_type_2		{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}

.bx_cart_block .bx_medium.bx_bt_button_type_2 		{font-weight:bold}
.bx_cart_block .bx_medium.bx_bt_button_type_2:hover{ }
.bx_cart_block .bx_medium.bx_bt_button_type_2:active{ }



/* End */


/* Start:/bitrix/templates/epilprof_mb/components/bitrix/menu/bottom_left/style.css?1598442539626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/epilprof_mb/components/bitrix/menu/bottom_left/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/epilprof_mb/components/bitrix/menu/bottom_right/style.css?1598442539626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/epilprof_mb/components/bitrix/menu/bottom_right/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/components/bxmaker/geoip.epilog/templates/.default/style.css?159843462216176*/
.bxmaker_geoip_epilog_city_name {
  border-bottom: 1px dashed #0a42cc;
  color: #0a42cc;
  cursor: pointer;
}
.bxmaker_geoip_epilog_city_name:hover {
  border-color: transparent;
}
.c-bxmaker_ipgeo_epilog_default-box * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  fon-size: 14px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .clearfix {
  clear: both;
  float: none;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .bg_box {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 2s easy, background 2s easy;
  -o-transition: opacity 2s easy, background 2s easy;
  -ms-transition: opacity 2s easy, background 2s easy;
  -moz-transition: opacity 2s easy, background 2s easy;
  -khtml-transition: opacity 2s easy, background 2s easy;
  -webkit-transition: opacity 2s easy, background 2s easy;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box {
  position: fixed;
  z-index: 10001;
  top: 10%;
  left: 45%;
  margin-left: -200px;
  width: 520px;
  background: #FFF;
  padding: 15px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .btn_close {
  position: absolute;
  top: 3px;
  height: 30px;
  right: 7px;
  color: #888585;
  color: #2A4E69;
  cursor: pointer;
  display: block;
  line-height: 30px;
  font-weight: normal;
  font-size: 30px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .header {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 19px;
  color: #2A4E69;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box {
  margin-top: 15px;
  position: relative;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box input {
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #ddd;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 36px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .btn_clear_input {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  right: 0;
  top: 0;
  font-size: 23px;
  text-align: center;
  color: #E00E0E;
  font-weight: bold;
  padding-top: 2px;
  cursor: pointer;
  line-height: 32px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .btn_clear_input.preloader {
  background-image: url("data:image/gif;base64,R0lGODlhGQAZAKUAAGRiZLSytNza3IyKjOzu7JyenMTGxHR2dOTm5JSWlPz6/KyqrNTS1Ly+vGxubOTi5JSSlPT29KSmpMzOzISChLy6vNze3IyOjPTy9KSipMzKzOzq7JyanPz+/KyurNTW1MTCxHRydISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCAAjACwAAAAAGQAZAAAG/sCRcEgcWTiWorLYsWCGoIthuPl0lkNCZqEQGiDTkeJCQWCFikWBIYyGGxRI9zx6FCSRkXuEEVE+WBhzIxUFICNfUwsUGUMKD1d1HhVmI1oBChGaCgkUG0ITIg5sfBUeAQZPCJGOSQgJIQ6ejh8Bp59YH7EHFYNDERoNrEodAxJPZ75LeUUEFs/PykoRHgvVHgwgIA3aDdJFGADi4g7OFgLRdCMRCwsS1RPE6t+tAsNM6NIdCAwTDMhLMPhjsOrXh34W8mC41+FJBAH+PjATKIAAmgn2FGjsAHEOgQ8TLAqJMAjigxEIJnyyMCGJkA70BDLows+Mgn4AsXQAiStlHU8GVuhEYMAgUk00IJmdIaB0g4ZKYkSqI/Ix55IgACH5BAkIACQALAAAAAAZABkAhWRiZLSytNza3IyKjMTGxOzu7HR2dJyenLy+vOTm5NTS1Pz6/ISChJSWlKyurGxqbLy6vOTi5MzOzPT29Hx+fKSmpLS2tNze3JSSlMzKzPTy9Hx6fKSipMTCxOzq7NTW1Pz+/ISGhJyanGxubP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJJwSCRFKpGiUhnRDDMHybAgWBILDghImOFISYsDxmMVgiCOKgn6zQw4i7IwEQhM1lGSpoG5WDVbQh0OUl1SFhgOQwsJgR4IGQVCGg4dCxMTlxUYkiQfGAwfQhMECB0Sdx6BQyBJHhwUDAOdJK0dprRKFwwUIZZKEx8Zq0oLDQFOZXFyd0UaCR4J0MtlExbX1x8KEhLbEtR/I+LiDM/R0cRL1hAB7ApK6cByCxcC8YsUIrlmCdsKyUs+AADwIAC1YNsu3AFUBISTCAMGGkgwSYKATgssgljAEYQAVLUkGACQYUimIR+TJJBA5oICP0Lo3dPQLU4/ihO2AbQC4gMiyzk/SfT7cM+kAgWBbsb02axMgaYeMlCMuU+OkAIfdi4JAgAh+QQJCAAlACwAAAAAGQAZAIVkYmS0srTc2tyMiozs7ux0dnTMysycnpxsbmy8vrzk5uT8+vysqqyUkpSEgoTU0tRsamy8urzk4uT09vSkpqRkZmS0trTc3tyMjoz08vR8enzMzsykoqR0cnTEwsTs6uz8/vysrqyUlpSEhoTU1tT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCScEgsKSyfolL5mQxJgccwc1kSMwnDQvgIkYQLxoFgFYI8CYmQ5BVuOCFQWUjweJxQaYZzUC8ncm4eX11fHgcRQwtJdA8kGUJYGwsLE5QhHGQlFwcNAkITJA8bF04ZW0QgSR8hDQ1jigqjD5BWFw0YIlpKCxcCgUsgFBG1VqhlTkUZCh8KzMdWEwnT0wKjG9fQSxkOGg7dGMvNzcDR1NVK5UvaRb2/ZQsDFMVDILLY9EUkHQgFEcehRpUqkUEdiE8KRPBzwCjDBgGaFjwEQamSAwAKSoB4MAKBFFDHBGxQo2BDEhEAMCiSoC4Sti2yMn6oAGDDHI0kTAopySgEHwAN7IhMePAgUEwwHQBUmUMgWYkPBjLuNNCS6aObQQAAIfkECQgAIgAsAAAAABkAGQCFZGJktLK03NrcjI6M7O7sxMbEpKKkdHZ05ObknJqc/Pr81NLUvL68rKqsbG5s5OLklJaU9Pb0zM7MhIKEvLq83N7clJKU9PL0zMrMpKak7OrsnJ6c/P781NbUxMLErK6sdHJ0hIaE////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5AkXBIFBEKmqJSSVAMBYzK8IJYEiOSDkdY8UhFCsrnYhVyOouqqPvtBCjbsugiWTih0kjgo1ZG4iICEg9rXiIYAR5DCgRDBAsdZCIRCwIKChGXDGNCDx8bhJNoEhURc4BmSQQUGxsNkmAICwsSsEoIBhsZdkoKFQKoRQqJtr1yYEpUGggIGk5yEQXS0hW0dRISz2URFhYD3QnKzQjBvR4F54ZF5UWmZb7A7xCc67J1xUQVExMhHtoRo0qdWidABK59AxrNkSBAoQKGHC5ciBBhAIgkIjoMmNBhSKYng0Q0APBBhAEHCRaRW0KHVwaSRg446CjnjASMI0uKoOAghB22JZQWxMkpJMIEEKHKEHAnEqYQBBLYlZHgYMGxIAAh+QQJCAAmACwAAAAAGQAZAIVkYmS0srTc2tyMiozExsTs7uycnpx0dnS8vrzk5uSUlpTU0tT8+vysqqyEgoRsamy8urzk4uSUkpTMzsz09vSkpqR8fny0trTc3tyMjozMysz08vSkoqR8enzEwsTs6uycmpzU1tT8/vysrqyEhoRsbmz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCTcEg0bRabolJZYAwTk8SQ8lkSKZOQSJhYSE0iDSJpBYe83EnVhEFotmXjZOHsSikez1pJgZsEExEmUFULCAtDImQmBQshZBQLAgyUlBMIFFwQI18UZxMYmRt+QiIFRh4jARCLDF0LE4tKH6oBIU5FDBgCpEUibplluMJKGwkfCcfDVlgTzoGwc87LSxQcBtccDcbIyL1KDBoT4hqCvnEmwVa6vGUiHKxKIl1zskUREhkKGsOesKF/qInAYIJWPg6n5AhIGAGAAwoUNkAE4WANBgMSBEzBJWIAABAmApS4YKKBhQpDXFmZAODBKZEkN5BwEAIdgwMARgi5MFIIIwIHEqgVwQDgAK4ABwIIYZDBwRcrYZ7CHPJBC7oiCyzUjBMEACH5BAkIACQALAAAAAAZABkAhWRiZLSytNza3IyOjOzu7HR2dMzKzKSipGxubLy+vOTm5JyanPz6/ISChNTS1GxqbLy6vOTi5JSWlPT29KyurGRmZLS2tNze3JSSlPTy9Hx6fMzOzKSmpHRydMTCxOzq7JyenPz+/ISGhNTW1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJJwSCRlHJmiUklgDBUbxZBBWBInm1FIqHBISSHHZmIVhkZe7ubDdWjLwszG4exKGeLkcrIVCjYRJFBsFxsXU3okBG56Ew4CDJGRaGQkHwYJbCQTaIZkGX1DIUlHCQkGlSQMXXllBKYeEaFTFwKzRSEGAqlLTnC3RgofCsK+ZQwjyckfYnMbG8ZWEwEU1AEBGcLawEXIbm5fV3CqcAQLGtxmAR68QgwUDwAVI2UKByAcdE8dAAAiUrZwBSIAAQQICnoMACiwgUuHARMmZJjAgAOGKiQiUAARCMwFXyEkdOBAAkKDBCQsYKAwRZMSBwgKJIGgAWUGCRgOwWEgogMoBCEmUZLwgAFEOiEREDTwFdQdCAwul4SIMiRBzSEEBIxTMmKAVjhBAAAh+QQJCAAgACwAAAAAGQAZAIVkYmS0srTc2tyMjozs7uzExsSkoqR0dnTk5uScmpz8+vy8vrzU0tRsbmzk4uSUlpT09vSsqqyEgoS8urzc3tyUkpT08vTMzszs6uycnpz8/vzEwsTU1tR0cnSsrqyEhoT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCQcEgEWRiWolJJUAwRF8RQQVgSIReORohgSEEaxgViFWo4Xu4Fw2Voy0LLheHsShXi5BKyFQouDiBQbBQXFEMaZEIEbnoQDAIKkpJoikcXjmiGZBZ9iEkQf26KIApdeWWXXp5TFAKsRWcOTmW0ZbAgFx4Rux6kVgoUwsIEDQDHx79LCgsbG80bFxHT08pKwcMUbEXWRbZLBAYDuIgLY9cBBx0dAmUYAR4BkU8SDR0PUg6wGlIWGx4eJui50OADAyEYJCSAoAACwwAGqoDAMMHDFw2zhmSQ4AHEhgEFQCzIMOGTFQESPiTZUCGkBQMZAsFRMEDCAiEFQAphkMEDGjl644SwDFkqQkQ4YSR61BmnHRwlFBIcghMEACH5BAkIACUALAAAAAAZABkAhWRiZLSytNza3IyOjMTGxOzu7KSipHR2dLy+vOTm5JyanNTS1Pz6/GxqbKyqrISChLy6vOTi5JSWlMzOzPT29GRmZLS2tNze3JSSlMzKzPTy9KSmpHx6fMTCxOzq7JyenNTW1Pz+/GxubKyurISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJJwSCxpFpqiUllgDBOTxJBRWBIpE1BImFhIS6HFhGIVhkBe7sTDXWjLQs1k4exKGeKkMhRxCgUTESVQbBcTF0MhZEIZAAcLQhRuIQyVDGiLRxN6EQcAAAOCGltEIUkUgG6LJRQjFQAVIGWaXqREBQoctnsCF35Wq1a7QiAWxsa/VgwJHgnMGhwi0tLJSwwTc9gLCxYQAd7BSyHN5FVF4UrVRRoOCsOlGSDqDAgkDw+IVgUdCB0Rth4G3PvA5l+RcUYWIECQYdGCBxhklSgwwAEFBhfpBdDjgUCHLyES2BqBwUKJDB8mnBxBIJEeJQIGSEgyISWrACPYwGFgAEMoBkY2SwgYAeEdkQQDPvipqbIEAwgjXooTYO6kgaZGBMFREmGD1jJBAAAh+QQJCAAmACwAAAAAGQAZAIVkYmS0srTc2tyMiozExsTs7uycnpx0dnS8vrzk5uSUlpTU0tT8+vysqqxsbmyEgoS8urzk4uSUkpTMzsz09vSkpqRsamy0trTc3tyMjozMysz08vSkoqR8enzEwsTs6uycmpzU1tT8/vysrqx0cnSEhoT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCTcEg0bRaborIo0iSGiclnSCksiRjAgSFMLJ4mRmhCuQoZB0CgK+0uQiKzcAKwWL1PxmKSVIoiXCYiAwAgJlFTGBMYQyJlcw4lC0IRAA8UDJliC49HfEIfDw4kCk9wTEkUAhNvjyYUEAckJIxXnl9xRQUcA7lLYoByrle+QwIIyMiBZgwJHwnOGyUPHQ/Uw78TrNoLx8gQCMtXDM/lVkXiv3IbFxXFTAIY6WEEChISYEsbrLhDBQYSMoy4806EFVWsQjwSkIFDrV0BMmFioMFDpz3nRHxYBsGABxMhRoQAiWCSEEdXIhioUGZBgJEMPCA4x2yEAZMLRArB4EHDHztdBhoEChHApAgCCPoQw6A050ghFKbIUZLgglQzQQAAIfkECQgAIQAsAAAAABkAGQCFZGJktLK03NrcjI6M7O7spKKkxMbEdHZ05ObknJqc/Pr8vL68rKqs1NLUbG5s5OLklJaU9Pb0hIKEvLq83N7clJKU9PL0pKakzM7M7OrsnJ6c/P78xMLErK6s1NbUdHJ0hIaE////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7AkHBIDGEcjaKyuMFkhgxAZxghLIkPh0QhjE5DG08jchUqQI6J8CIVZjCeTVnYcBwsIW8o0sDglRsIXGAJDhd5bRQNAkMbZHQSEIwhCB8DERYEEQoCGI8WHn5uAxISBQghAnJEG3gRFBgNY0MKCyClFGUWfQ0Iq0QEHRC/gAIUg1fIyUoUBs7OyksKCBkI1AQJAxUV2o9lChix4R4UHAbmBtFK09XVf0TqTHMWCwHETMbq4BcFp7qxvX4FK6BhgpUM91rtgdXAwyMKGjo8EGKhAwcFGBVs6DSIgBgrYDIgM9ABQwgKC3IpymXGWxEEAQKQKZcLXAOQZTZM6DBJQB9KN3DuFQk2YRVNM2JcLnnwDiXLEAqezFGSwYDUMkEAACH5BAkIACUALAAAAAAZABkAhWRiZLSytNza3IyOjMTGxOzu7Hx6fKSipGxubLy+vOTm5JyanNTS1Pz6/ISChGxqbLy6vOTi5JSWlMzOzPT29KyurGRmZLS2tNze3JSSlMzKzPTy9Hx+fKSmpHRydMTCxOzq7JyenNTW1Pz+/ISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJJwSCwxOKKisjhigIYBxGWo0IyWVMfgWopOSw0PIIIVNjKcj/Di+VYAHm5Z5CBtutIS6AGYLEcgDUMHHAF4UxIAA0MjFEMCAwcYQgoOCxQUG5gOAApCGwwTdyUFIQMZFQUlGHJmSRQYEwwijmYaGbhkWKCyCq2fFx2/RCMCEYJlyMlKERPOzspYIwogCtQFHQch2ge1yc6hEyIRGhPlGtF/1eujROlK70QUGgnDjAIY7w0CARUBqrtkMfA1ZMMFfwTuFPg14g4FAbJoCYkQAIKnEhs+TGjAsUGxjUIKiGAAkJScCQkElFAw4UmsSUIaYgHx4YMjBQPBhGonjUAgAl0sn6ycZa/gBwJcQLR0NcHbTG/NhJbIVGYXA55LggAAIfkECQgAJwAsAAAAABkAGQCFZGJktLK03NrcjIqMxMbE7O7snJ6cdHZ0vL685ObklJaU1NLU/Pr8rKqshIKEbG5svLq85OLklJKUzM7M9Pb0pKakfH58bGpstLa03N7cjI6MzMrM9PL0pKKkfHp8xMLE7OrsnJqc1NbU/P78rK6shIaEdHJ0////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7Ak3BIPAkGgqKyOBIUhhALYgiajJZUjYEhRDimJ4bFFMEKGR3NRhgFQx4lrvmUkSg4p/apcDAtliMFcickEhgnXlMdDyFDDBlXdB0kZScgEhUMFBwUFAMmICcjGwcAa3sNBh0QTxGRQ00nEQMAAAcJjhMdqrhYIrUAGBRKFAgBr0piIU9mg1jDRQki09POgAkgCdgFGAEk3gHWyRMTC+Qi0gsi6uJM2e94Re1E80IUIhvITAIZ4iMRHxB8YLaEQ7kFCV5RICBwwjAO+kbgoZChnAhoIBBsCHWCwgIBDEIyaDJBToF1BDkMqlgmwQRcGRZkcARNicEFXBIgDFOOICKWESImcHQ5dIIAfUU8LoiksxdQh3P21CQ6ZFNUmwvimQkCADs=");
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box {
  display: none;
  position: absolute;
  top: 34px;
  border: 1px solid #ccc;
  background: #FFF;
  z-index: 10002;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  width: 100%;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box.active {
  display: block;
  height: auto;
  max-height: 250px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box.preloader {
  height: 100px;
  overflow: hidden;
  color: #fff;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box.preloader div {
  border-color: transparent;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div.item {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 5px 10px;
  color: #565656;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div.item span {
  color: #343434;
  font-weight: bold;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div.item p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div.item:hover {
  background: #EFF8FF;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div.empty {
  padding: 20px 10px;
  text-align: center;
  line-height: 40px;
  height: auto;
  width: 100%;
  overflow: visible;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options {
  font-size: 0.90em;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: -10px;
  padding-right: -10px;
  margin: 0 -10px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options.preloader {
  height: 350px;
  overflow: hidden;
  color: transparent;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options.preloader div {
  border-color: transparent;
  background: transparent;
  display: none;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options .co4 {
  float: left;
  padding: 0 10px;
  width: 33.33%;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options div.item {
  margin: 0;
  padding: 4px 5px;
  cursor: pointer;
  font-size: 14px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options div.item span {
  border-bottom: 1px dashed black;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options div.item:hover {
  background: #8CDCFC;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options div.item:hover span {
  border-bottom-color: transparent;
  font-weight: bold;
}
@media screen and (min-width: 461px) and (max-width: 767px) {
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box {
    top: 3%;
    left: 3%;
    width: 94%;
    padding: 15px;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box {
    top: 5%;
    left: 5%;
    width: 90%;
    padding: 15px;
    margin-left: 0;
    height: auto;
  }
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .header {
    display: none;
  }
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box {
    margin-top: 25px;
  }
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options .co4 {
    width: 100%;
    padding: 0;
    display: none;
  }
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options .co4:nth-child(1) {
    display: block;
  }
}

/* End */


/* Start:/bitrix/templates/epilprof_mb/styles.css?159844253874182*/
@charset "UTF-8";
small {font-size: smaller !important;}
.fields a,
.fields abbr,
.fields address,
.fields aside,
.fields audio,
.fields b,
.fields bdi,
.fields bdo,
.fields blockquote,
.fields br,
.fields caption,
.fields cite,
.fields code,
.fields col,
.fields colgroup,
.fields dd,
.fields del,
.fields dfn,
.fields div,
.fields dl,
.fields dt,
.fields em,
.fields embed,
.fields figcaption,
.fields figure,
.fields h2,
.fields h3,
.fields h4,
.fields h5,
.fields h6,
.fields hgroup,
.fields hr,
.fields i,
.fields img,
.fields ins,
.fields kbd,
.fields li,
.fields mark,
.fields object,
.fields ol,
.fields p,
.fields param,
.fields q,
.fields rp,
.fields rt,
.fields ruby,
.fields s,
.fields samp,
.fields section,
.fields small,
.fields source,
.fields span,
.fields strong,
.fields sub,
.fields sup,
.fields table,
.fields tbody,
.fields td,
.fields tfoot,
.fields th,
.fields thead,
.fields time,
.fields tr,
.fields track,
.fields ul,
.fields var,
.fields video,
.fields wbr {
  font-size: 1em;
}

@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-Regular.ttf?1402892262') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-Italic.ttf?1402892262') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-Light.ttf?1402892262') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-LightItalic.ttf?1402892262') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-Bold.ttf?1402892262') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-BoldItalic.ttf?1402892262') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-Regular.ttf?1390882718') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-Italic.ttf?1390882718') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-Light.ttf?1390882718') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-LightItalic.ttf?1390882718') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-Bold.ttf?1390882718') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-BoldItalic.ttf?1390882718') format('truetype');
  font-weight: 700;
  font-style: italic;
}
html {
  font-size: 62.5%;
  line-height: 2em;
    /*overflow-x: hidden;*/
}

body {
  color: #333333;
  font-family: "Open Sans", "Helvetica", "Arial", "Verdana", sans-serif;
  font-weight: 500;
min-width:1350px;
}

@media (min-width: 768px) and (max-width: 991px) {body {min-width:1350px;}}
@media (min-width: 992px) and (max-width: 1199px) {body {min-width:1350px;}}
@media (min-width: 1200px) {body {min-width:1350px;}}

@media (min-width: 300px) and (max-width: 768px) {
body {min-width:1350px;}
}


a {
  color: #611c9d;
  text-decoration: none;
}

h1 {
  font-size: 24px !important;
  line-height: 1.25em;
  margin-bottom: 0.41668em;
  font-weight: 700;
  text-transform: uppercase;
}

/*h2 {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 700;
  text-transform: uppercase;
} */

h2 {
  font-size: 16px !important;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  font-weight: 700;
}

.tabs {
  zoom: 1;
}
.tabs:after, .tabs:before {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs li {
  font-size: 1.6em;
  line-height: 1.25em;
  float: left;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 146px;
}
.tabs li a {
  color: #333333;
  display: block;
  height: 48px;
  padding-top: 10px;
}
.tabs li.current, .tabs li:hover {
  background: url(/bitrix/templates/epilprof_mb/img/tab-li-bg.png) no-repeat;
}
.tabs_last{}
.tabs_last:hover{ background: url(/bitrix/templates/epilprof_mb/img/tab-li-bg_f.png) no-repeat !important;}
.tabs_last a:hover{color:#fff !important;}
.currents:hover {
  background: url(/bitrix/templates/epilprof_mb/img/tab-li-bg_f.png) no-repeat;
}
.currents{
  background: url(/bitrix/templates/epilprof_mb/img/tab-li-bg_f.png) no-repeat;
   
}
.currents a{color:#fff !important;}


.tabs li.current a, .tabs li:hover a {
  color: white;
}

.tabs-content {
  border-top: 1px solid #fad8e7;
  margin-top: -8px;
  padding-top: 10px;
}
.tabs-content > div {
  display: none;
}
.tabs-content > div.current {
  display: block;
}

.smart-filter {
  font-size: 1.3em;
  line-height: 1.53847em;
  margin-bottom: 1.53847em;
}
.smart-filter .title {
  font-size: 1.07693em;
  line-height: 1.42858em;
  margin-bottom: 0.7143em;
  color: #611c9d;
  font-weight: 700;
}

.header-menu ul {
  zoom: 1;
  height: 22px;
}
.header-menu ul:after, .header-menu ul:before {
  content: "";
  display: table;
}
.header-menu ul:after {
  clear: both;
}
.header-menu ul li {
  font-size: 1.4em;
  line-height: 1.42858em;
  float: left;
  font-weight: 200;
  padding: 0 0px;
}
.header-menu ul li:first-child {padding-right: 25px;}
.header-menu ul li a {
  display: block;
}
.header-menu ul li:hover, .header-menu ul li.current {
/*  border-bottom: 1px dotted white;*/
}

#top-nav .logo {
  padding-top: 1em;
}
#top-nav .logo .content {
  text-indent: -1000em;
}
#top-nav .logo .content a {
  background: url(/bitrix/templates/epilprof_mb/img/logo.png) no-repeat center center;
/*  background: url(/bitrix/templates/epilprof_mb/img/EpilProf-NY_logo.png) no-repeat center center;*/
  background-size: cover;
  display: block;
  height: 62px;
/*  height: 70px;*/
  width: 200px;
/*  margin-top: -7px;*/
}

.main-menu > ul {
  margin-left: 30px;
}
.main-menu > ul > li {
  font-size: 1.6em;
  line-height: 1.25em;
  background: url(/bitrix/templates/epilprof_mb/img/main-menu-li.png) no-repeat center right;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  float: left;
  text-align: center;
  text-transform: uppercase;
  width: 25.00001%;
}
.main-menu > ul > li > a {
  color: #333333;
  display: block;
  padding: 26px 0;
}
.main-menu > ul > li > a span {
  color: #611c9d;
}
.main-menu > ul > li.first > a {
  position: relative;
}
.main-menu > ul > li.first > a:after {
  background: url(/bitrix/templates/epilprof_mb/img/stripe.png);
  bottom: 5px;
  content: "";
  height: 5px;
  left: 40%;
  position: absolute;
  width: 23px;
  z-index: 300;
}
.main-menu > ul > li.first .second-layer {
  -moz-box-shadow: #dddddd 2px 2px 7px;
  -webkit-box-shadow: #dddddd 2px 2px 7px;
  box-shadow: #dddddd 2px 2px 7px;
  background: white;
  border-top: 3px solid #611c9d;
  color: #611c9d;
  display: none;
  position: absolute;
  padding: 10px 15px 30px 15px;
  /*width: 670px;*/
  width: 1180px;
  z-index: 3000;
  margin-left: -225px;
}
.main-menu > ul > li.first .second-layer a {
  color: #611c9d;
}
.main-menu > ul > li.first .second-layer li {
  font-size: 0.875em;
  line-height: 1.42858em;
  float: none;
  font-weight: 200;
  text-align: left;
  text-transform: none;
}
.main-menu > ul > li.first .second-layer li:hover a {
  text-decoration: underline;
}
.main-menu > ul > li.first .second-layer p {
  font-size: 0.875em;
  line-height: 1.42858em;
  font-weight: 700;
  text-align: left;
}
.main-menu > ul > li.first .second-layer .header,
.main-menu > ul > li.first .second-layer .content {
  zoom: 1;
  padding-top: 10px;
}
.main-menu > ul > li.first .second-layer .header:after, .main-menu > ul > li.first .second-layer .header:before,
.main-menu > ul > li.first .second-layer .content:after,
.main-menu > ul > li.first .second-layer .content:before {
  content: "";
  display: table;
}
.main-menu > ul > li.first .second-layer .header:after,
.main-menu > ul > li.first .second-layer .content:after {
  clear: both;
}
.main-menu > ul > li.first .second-layer .header {
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}
.main-menu > ul > li.first .second-layer .column {
  float: left;
  /*width: 32.83583%;*/
  width: 18.5%;
}

.main-menu > ul > li.first:nth-child(2) .second-layer .column {
  float: left;
  /*width: 32.83583%;*/
  width: 25%;
}






.main-menu > ul > li.first:nth-child(2) .second-layer {
    -moz-box-shadow: #dddddd 2px 2px 7px;
    -webkit-box-shadow: #dddddd 2px 2px 7px;
    box-shadow: #dddddd 2px 2px 7px;
    background: white;
    border-top: 3px solid #611c9d;
    color: #611c9d;
    display: none;
    position: absolute;
    padding: 10px 15px 30px 15px;
    /* width: 670px; */
    width: 1180px;
    z-index: 3000;
    margin-left:0px;
}

.blank_menu{position: absolute;    width: 50px;   height: 100px;  right: 178px;   background-color: #fff;}

.main-menu > ul > li.first:hover .second-layer {
  display: block;
}

.main-menu > ul > li.first:hover .inner_menu_top {
  display: block;
}


.main-menu > ul > li.first:hover > a:after, .main-menu > ul > li.first.current > a:after {
  background: url(/bitrix/templates/epilprof_mb/img/stripe-hover.png);
}
.main-menu > ul > li.last {
  background: none;
}
.main-menu > ul > li:hover > a, .main-menu > ul > li.current > a {
  background-image: -moz-linear-gradient(#611e9c, #3b1162);
  background-image: -webkit-linear-gradient(#611e9c, #3b1162);
  background-image: linear-gradient(#611e9c, #3b1162);
  color: white;
}
.main-menu > ul > li:hover > a span, .main-menu > ul > li.current > a span {
  color: white;
}

.footer-menu li,
.footer-user-menu li {
  font-size: 1.2em;
  line-height: 1.66668em;
}
.footer-menu li a,
.footer-user-menu li a {
  color: white;
}
.footer-menu li:hover a, .footer-menu li.current a,
.footer-user-menu li:hover a,
.footer-user-menu li.current a {
  text-decoration: underline;
}

.footer-menu ul {
  zoom: 1;
}
.footer-menu ul:after, .footer-menu ul:before {
  content: "";
  display: table;
}
.footer-menu ul:after {
  clear: both;
}
.footer-menu ul .column {
  float: left;
  margin-right: 2.90699%;
  width: 29.79652%;
}

.social-menu {
  zoom: 1;
}
.social-menu:after, .social-menu:before {
  content: "";
  display: table;
}
.social-menu:after {
  clear: both;
}
.social-menu ul {
  float: right;
}
.social-menu ul li {
  float: left;
  margin-left: 4px;
  text-indent: -1000em;
}
.social-menu ul li a {
  background: url(/bitrix/templates/epilprof_mb/img/social-menu-bg2.png) no-repeat 0 0;
  display: block;
  height: 33px;
  width: 33px;
}


.ytube a {
  background: url(/bitrix/templates/epilprof_mb/img/yt.png) no-repeat 0 0 !important;
  display: block;
  height: 33px;
  width: 33px;
}      


.social-menu ul li.vk a {
  background-position: 0 0;
}
.social-menu ul li.facebook a {
  background-position: 0 -33px;
}
.social-menu ul li.odnoklassniki a {
  background-position: 0 -66px;
}

.sidebar-menu li {
  font-size: 1.3em;
  line-height: 1.53847em;
}
.sidebar-menu li.current:after, .sidebar-menu li:hover:after {
  content: " »";
}
.sidebar-menu li a {
  text-decoration: underline;
}

#slider-area {
  margin-bottom: 2em;
/*  background: white url(/bitrix/templates/epilprof_mb/img/slider-area-bg.png) no-repeat bottom center;*/
  padding-bottom: 15px;
}

.slider {
  position: relative;
  z-index: 1;
}
.slider > .content .row {
  height: 370px !important;
  position: relative;
/*  width: 1590px;*/
width: 1350px !important;
}
.slider > .content .row .image {
  position: absolute;
  top: 0;
}
.slider > .content .row .link {
  font-size: 1.5em;
  line-height: 1.33334em;
  left: 50%;
  margin-left: -105px;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  font-weight: 700;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  bottom: 0;
}
.slider > .content .row .link a {
/*  background: url(/bitrix/templates/epilprof_mb/img/button-bg.png);*/
/*background: url('/bitrix/templates/epilprof/img/button-bg.png'); */
/*background-image: -moz-linear-gradient(#441a6a, #5f1d99);
background-image: -webkit-linear-gradient(#441a6a, #5f1d99);
background-image: linear-gradient(#441a6a, #5f1d99);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 1.5em;
line-height: 1.33334em;
border: none;
color: white;
font-weight: 700;
padding: 8px 12px;
text-shadow: none;
text-transform: uppercase;
color: white;
display: block;
height: 48px;
width: 209px;*/

/* background: url('/bitrix/templates/epilprof/img/button-bg.png'); */
background: url(/bitrix/templates/epilprof/img/button-bg.png);
background-image: -webkit-linear-gradient(#441a6a, #5f1d99);
background-image: linear-gradient(#441a6a, #5f1d99);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 1.4em;
line-height: 1.33334em;
border: none;
color: white;
font-weight: 700;
padding: 4px 1px;
text-shadow: none;
text-transform: uppercase;
color: white;
display: block;
height: 38px;
width: 189px;
margin-left: 8px;
}

#products .products-list {
  position: relative;
  height: 393px;
}
#products .products-list .grouped-rows {
  clear: both;
  height: 393px;
  width: 1180px;
}
#products .products-list > .prev, #products .products-list > .next {
  background: url(/bitrix/templates/epilprof_mb/img/carousel-product-pagination-bg.png) no-repeat 0 0;
  display: block !important;
  height: 65px;
  position: absolute;
  text-indent: -1000em;
  bottom: 60%;
  width: 11px;
  z-index: 200;
}
#products .products-list > .next {
  background-position: 0 -65px;
  right: 0;
}
#products .products-list > .prev {
  left: 0;
}

#articles .articles-list {
  position: relative;
}
#articles .articles-list .grouped-rows {
  clear: both;
  height: 105px;
  width: 1180px;
}
#articles .articles-list > .prev, #articles .articles-list > .next {
  background: url(/bitrix/templates/epilprof_mb/img/carousel-product-pagination-bg.png) no-repeat 0 0;
  display: block;
  height: 65px;
  position: absolute;
  text-indent: -1000em;
  bottom: 15%;
  width: 11px;
  z-index: 200;
}
#articles .articles-list > .next {
  background-position: 0 -65px;
  right: 0;
}
#articles .articles-list > .prev {
  left: 0;
}

form label {
  font-size: 1.4em;
  line-height: 1.42858em;
  font-weight: 700;
}
form .webform-component-textfield input,
form .webform-component-email input {
  width: 100%;
}

#top-nav #search-form {
  zoom: 1;
  padding-top: 23px;
}
#top-nav #search-form:after, #top-nav #search-form:before {
  content: "";
  display: table;
}
#top-nav #search-form:after {
  clear: both;
}
#top-nav #search-form .form-item,
#top-nav #search-form .form-action {
  float: left;
}
#top-nav #search-form .form-item {
  width: 82.71187%;
}
#top-nav #search-form .form-item input {
  background-image: -moz-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: -webkit-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: linear-gradient(#e2e2e2, #ffffff, #ffffff);
  border: 1px solid #c6addb;
  height: 30px;
  padding-left: 5px;
  width: 100%;
}
#top-nav #search-form .form-actions input {
  background: url(/bitrix/templates/epilprof_mb/img/input-bg.png) no-repeat;
  border: none;
  height: 30px;
  margin-left: -6px;
  text-indent: -1000em;
  width: 37px;
}

.phone-block .form-item,
.login-block .form-item {
  margin-bottom: 5px;
}
.phone-block .form-item input,
.login-block .form-item input {
  background-image: -moz-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: -webkit-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: linear-gradient(#e2e2e2, #ffffff, #ffffff);
  border: 1px solid #c6addb;
  height: 30px;
  padding-left: 5px;
  width: 100%;
}
.phone-block .form-actions,
.login-block .form-actions {
  position: relative;
}
.phone-block .form-actions input,
.login-block .form-actions input {
  background: url(/bitrix/templates/epilprof_mb/img/input-bg.png) no-repeat;
  border: none;
  height: 30px;
  margin-left: -6px;
  position: absolute;
  right: 0;
  top: -35px;
  text-indent: -1000em;
  width: 37px;
}

.phone-block .form-actions input {
  background: url(/bitrix/templates/epilprof_mb/img/phone-input-bg.png) no-repeat;
}

.login-block .form-actions input {
  background: url(/bitrix/templates/epilprof_mb/img/login-input-bg.png) no-repeat;
}

#registration-form .form-type-select,
#registration-form .form-type-textfield,
#recovery-form .form-type-select,
#recovery-form .form-type-textfield {
  zoom: 1;
  margin-bottom: 1em;
}
#registration-form .form-type-select:after, #registration-form .form-type-select:before,
#registration-form .form-type-textfield:after,
#registration-form .form-type-textfield:before,
#recovery-form .form-type-select:after,
#recovery-form .form-type-select:before,
#recovery-form .form-type-textfield:after,
#recovery-form .form-type-textfield:before {
  content: "";
  display: table;
}
#registration-form .form-type-select:after,
#registration-form .form-type-textfield:after,
#recovery-form .form-type-select:after,
#recovery-form .form-type-textfield:after {
  clear: both;
}
#registration-form .form-type-select input,
#registration-form .form-type-select select,
#registration-form .form-type-textfield input,
#registration-form .form-type-textfield select,
#recovery-form .form-type-select input,
#recovery-form .form-type-select select,
#recovery-form .form-type-textfield input,
#recovery-form .form-type-textfield select {
  border: 1px solid #c6addb;
  height: 30px;
  float: left;
  margin-right: 20px;
  padding-left: 5px;
  width: 275px;
}
#registration-form .form-type-select p,
#registration-form .form-type-textfield p,
#recovery-form .form-type-select p,
#recovery-form .form-type-textfield p {
  font-size: 1.4em;
  line-height: 1.42858em;
  color: #999999;
  float: left;
  padding-top: 5px;
  width: 275px;
}
#registration-form .form-type-textfield input,
#recovery-form .form-type-textfield input {
/*  background-image: -moz-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: -webkit-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: linear-gradient(#e2e2e2, #ffffff, #ffffff);*/
}
#registration-form .form-actions input,
#recovery-form .form-actions input {
  background-image: -moz-linear-gradient(#441a6a, #5f1d99);
  background-image: -webkit-linear-gradient(#441a6a, #5f1d99);
  background-image: linear-gradient(#441a6a, #5f1d99);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.5em;
  line-height: 1.33334em;
  border: none;
  color: white;
  font-weight: 700;
  padding: 10px 12px;
  text-shadow: none;
  text-transform: uppercase;
}
#registration-form .form-type-radios,
#recovery-form .form-type-radios {
  font-size: 1.3em;
  line-height: 1.53847em;
  margin-bottom: 0.76924em;
  color: #611c9d;
}
#registration-form .form-type-select,
#recovery-form .form-type-select {
  margin-bottom: 2em;
}
#registration-form .form-type-select select option,
#recovery-form .form-type-select select option {
  color: #611c9d;
}
#registration-form .form-sertificate,
#recovery-form .form-sertificate {
  margin-bottom: 3em;
  zoom: 1;
}
#registration-form .form-sertificate:after, #registration-form .form-sertificate:before,
#recovery-form .form-sertificate:after,
#recovery-form .form-sertificate:before {
  content: "";
  display: table;
}
#registration-form .form-sertificate:after,
#recovery-form .form-sertificate:after {
  clear: both;
}
#registration-form .form-sertificate .inner,
#recovery-form .form-sertificate .inner {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
/*  background: #d9d0e2;*/
  float: left;
  margin-right: 20px;
  padding: 10px;
  width: 275px;
}
#registration-form .form-sertificate .inner label,
#recovery-form .form-sertificate .inner label {
  font-size: 1.4em;
  line-height: 1.42858em;
  font-weight: 200;
}
#registration-form .form-sertificate .inner input,
#recovery-form .form-sertificate .inner input {
/*  background-image: -moz-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: -webkit-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: linear-gradient(#e2e2e2, #ffffff, #ffffff);*/
  border: 1px solid #c6addb;
  height: 30px;
  padding-left: 5px;
  width: 100%;
}
#registration-form .form-sertificate p,
#recovery-form .form-sertificate p {
  font-size: 1.4em;
  line-height: 1.42858em;
  color: #999999;
  float: left;
  padding-top: 15px;
  width: 275px;
}

#recovery-form .form-actions {
  margin-top: 3em;
}

.counter {
  position: relative;
  width: 100px;
}
.counter input.quantity {
  border: 1px solid #c6addb;
  height: 30px;
  padding-left: 5px;
  width: 100%;
}
.counter .table-input-minus,
.counter .table-input-plus {
  background: url(/bitrix/templates/epilprof_mb/img/counter-buttons-bg.png) no-repeat 0 0;
  border: none;
  height: 12px;
  padding: 0;
  position: absolute;
  right: 3px;
  width: 15px;
}
.counter .table-input-minus:hover,
.counter .table-input-plus:hover {
  background: url(/bitrix/templates/epilprof_mb/img/counter-buttons-bg.png) no-repeat 0 0;
}
.counter .table-input-minus {
  background-position: 0 -12px;
  bottom: 5px;
}
.counter .table-input-minus:hover {
  background-position: 0 -12px;
}
.counter .table-input-plus {
  top: 2px;
}

form#cart-info .form-item {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #611c9d;
}
form#cart-info .form-type-radios label {
  display: block;
  margin-bottom: 10px;
}
form#cart-info .form-type-radios .item {
  font-size: 1.4em;
  line-height: 1.42858em;
  margin-bottom: 0.7143em;
}
form#cart-info .form-type-radios .item span {
  color: #388a01;
}
form#cart-info .form-actions {
  zoom: 1;
}
form#cart-info .form-actions:after, form#cart-info .form-actions:before {
  content: "";
  display: table;
}
form#cart-info .form-actions:after {
  clear: both;
}
form#cart-info .form-actions input {
  font-size: 1.5em;
  line-height: 1.33334em;
  background: url(/bitrix/templates/epilprof_mb/img/cart-bottom-bg.png);
  border: none;
  color: white;
  height: 48px;
  font-weight: 700;
  margin-right: 100px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  width: 209px;
}

.text-long {
  font-size: 1.4em;
  line-height: 1.42858em;
  max-width: 765px;
}
.text-long p {
  margin-bottom: 0.7143em;
  font-size: 1em;
}
.text-long h2 {
  font-size: 1.42858em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.text-long h3 {
  font-size: 1.14287em;
  line-height: 1.25em;
  margin-bottom: 0.625em;
}
.text-long h4 {
  font-size: 1.6em;
  line-height: 1.3393em;
  margin-bottom: 0.44644em;
}
.text-long h5 {
  font-size: 1.4em;
  line-height: 1.53062em;
  margin-bottom: 0.51021em;
}
.text-long h6 {
  font-size: 1.2em;
  line-height: 1.78572em;
  margin-bottom: 0.59525em;
}
.text-long blockquote {
  margin-bottom: 0.7143em;
  font-size: 1em;
  font-style: italic;
  padding-left: 1.42858em;
  padding-right: 1.42858em;
}
.text-long blockquote em,
.text-long blockquote i {
  font-style: normal;
}
.text-long code {
  font-family: monospace;
}
.text-long ol,
.text-long ul {
  margin-bottom: 0.7143em;
}
.text-long ol li,
.text-long ul li {
  margin-bottom: 0.7143em;
  margin-left: 2.85715em;
}
.text-long ol li {
  list-style: decimal;
}

.ol-bold{
  counter-reset:  item;
  list-style: none !important;
}
.ol-bold li {  list-style: none !important;}
.ol-bold > li:before {
    counter-increment: item;
    content: counter(item) ". ";
    font-weight: bold;
    margin-left: -15px;
}

.text-long ul li {
  list-style: disc;
}
.text-long em {
  font-style: italic;
}
.text-long i {
  font-style: italic;
}
.text-long strong {
  font-weight: 700;
}
.text-long b {
  font-weight: 700;
}
.text-long cite {
  font-style: italic;
}
.text-long del {
  text-decoration: line-through;
}
.text-long ins {
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}
.text-long sub,
.text-long sup {
  font-size: 0.8em;
  line-height: 1.78572em;
}
.text-long sub {
  vertical-align: sub;
}
.text-long sup {
  vertical-align: super;
}
.text-long table,
.text-long th,
.text-long td {
  vertical-align: top;
}
.text-long table {
  margin-bottom: 0.7143em;
}
.text-long a {
  border-bottom: 1px solid #611c9d;
}


.text-long1 {
  font-size: 1.4em;
  line-height: 1.42858em;
  max-width: 970px;
}
.text-long1 p {
  margin-bottom: 0.7143em;
  font-size: 1em;
}
.text-long1 h2 {
  font-size: 1.42858em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.text-long1 h3 {
  font-size: 1.14287em;
  line-height: 1.25em;
  margin-bottom: 0.625em;
}
.text-long1 h4 {
  font-size: 1.6em;
  line-height: 1.3393em;
  margin-bottom: 0.44644em;
}
.text-long1 h5 {
  font-size: 1.4em;
  line-height: 1.53062em;
  margin-bottom: 0.51021em;
}
.text-long1 h6 {
  font-size: 1.2em;
  line-height: 1.78572em;
  margin-bottom: 0.59525em;
}
.text-long1 blockquote {
  margin-bottom: 0.7143em;
  font-size: 1em;
  font-style: italic;
  padding-left: 1.42858em;
  padding-right: 1.42858em;
}
.text-long1 blockquote em,
.text-long1 blockquote i {
  font-style: normal;
}
.text-long1 code {
  font-family: monospace;
}
.text-long1 ol,
.text-long1 ul {
  margin-bottom: 0.7143em;
}
.text-long1 ol li,
.text-long1 ul li {
  margin-bottom: 0.7143em;
  margin-left: 2.85715em;
}
.text-long1 ol li {
  list-style: decimal;
}
.text-long1 ul li {
  list-style: disc;
}
.text-long1 em {
  font-style: italic;
}
.text-long1 i {
  font-style: italic;
}
.text-long1 strong {
  font-weight: 700;
}
.text-long1 b {
  font-weight: 700;
}
.text-long1 cite {
  font-style: italic;
}
.text-long1 del {
  text-decoration: line-through;
}
.text-long1 ins {
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}
.text-long1 sub,
.text-long1 sup {
  font-size: 0.8em;
  line-height: 1.78572em;
}
.text-long1 sub {
  vertical-align: sub;
}
.text-long1 sup {
  vertical-align: super;
}
.text-long1 table,
.text-long1 th,
.text-long1 td {
  vertical-align: top;
}
.text-long1 table {
  margin-bottom: 0.7143em;
}
.text-long1 a {
  border-bottom: 1px solid #611c9d;
}










#faq {
  margin-bottom: 4em;
}
#faq .inner {
  padding-top: 3em;
  background: url(/bitrix/templates/epilprof_mb/img/faq-section-bg.png) no-repeat center center;
  height: 131px;
}
#faq .inner .row {
  width: 25%;
  clear: right;
  float: left;
  padding-right: 2em;
}
#faq .inner .row .image {
  float: left;
  margin-right: 2em;
}
#faq .inner .row .title {
  font-size: 1.5em;
  line-height: 1.33334em;
  margin-bottom: 0.66668em;
  font-weight: 700;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  text-transform: uppercase;
}
#faq .inner .row .title a {
  color: #333333;
}
#faq .inner .row .subtitle {
  font-size: 1.2em;
  line-height: 1.66668em;
}

#articles {
  margin-bottom: 4em;
}

#articles-content {
  padding-top: 2em;
}
#articles-content .content {
  zoom: 1;
}
#articles-content .content:after, #articles-content .content:before {
  content: "";
  display: table;
}
#articles-content .content:after {
  clear: both;
}
#articles-content .content .row {
  width: 33.33333%;
  clear: right;
  float: left;
  padding-right: 2em;
  min-height: 120px;
}
#articles-content .content .row:first-child .image {
  margin-left: 2em;
}
#articles-content .content .row .image {
  float: left;
  margin-right: 2em;
height: 120px;
}
#articles-content .content .row .title {
  font-size: 1.4em;
  line-height: 1.42858em;
  color: #611c9d;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  text-transform: uppercase;
}
#articles-content .content .row .title a {
  color: #611c9d;
}
#articles-content .content .row .date,
#articles-content .content .row .text {
  font-size: 1.2em;
  line-height: 1.66668em;
}
#articles-content .content .row .date {
  margin-bottom: 0.83334em;
}

..view-news{
  margin-bottom: 2em;
} 

.view-news .row {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #b2b2b2;
}

.view-news .row:last-child{
  margin-bottom: 2em;
}


.view-news .row img {
  float: left;
  margin: 0 2em 1em 0;
}
.view-news .row .title {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
.view-news .row .date {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: -moz-linear-gradient(#611e9c, #3b1162);
  background-image: -webkit-linear-gradient(#611e9c, #3b1162);
  background-image: linear-gradient(#611e9c, #3b1162);
  font-size: 1.2em;
  line-height: 1.66668em;
  margin-bottom: 0.83334em;
  color: white;
  padding: 2px 15px;
}
.view-news .row:first-child {
  padding-top: 0;
}
.view-news .row:last-child {
  border-bottom: none;
}

.testimonials-list .row {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #b2b2b2;
}
.testimonials-list .row > img {
  float: left;
  margin: 0 2em 1em 0;
}
.testimonials-list .row .person {
  font-size: 1.4em;
  line-height: 1.42858em;
  font-weight: 700;
}
.testimonials-list .row:last-child {
  border-bottom: none;
}

#products-content .content .row {
  width: 16.66667%;
  clear: right;
  float: left;
  padding-right: 2em;
}

.view-products .row {
  width: 25%;
  clear: right;
  float: left;
  padding-right: 2em;
}

.discount-block .view-products .row {
  width: 200px;
}

#products-content .content .row,
.view-products .row {
  padding-top: 2em;
  position: relative;
  z-index: 1;
}
#products-content .content .row:hover .description,
.view-products .row:hover .description {
  display: block;
}
#products-content .content .row p,
.view-products .row p {
  font-size: 1.2em;
  line-height: 1.66668em;
  padding-bottom: 0.83334em;
  text-align: center;  
  height: 90px;
}

#products-content .content .row .hidename,
.view-products .row .hidename {
  position: absolute;
  top: 185px;
  width: 91%;
  font-size: 10px;
}

.discount-block .view-products .row .hidename{
  width: 81%;
}


#products-content .content .row .hidename p,
.view-products .row .hidename p{
  background: #ffffff;
}

#products-content .content .row .price-old,
#products-content .content .row .price,
.view-products .row .price-old,
.view-products .row .price {
  font-weight: 700;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  text-align: center;
}
#products-content .content .row .price-old,
.view-products .row .price-old {
  font-size: 1.5em;
  line-height: 1.33334em;
  color: #c087f1;
  text-decoration: line-through;
}
#products-content .content .row .price,
.view-products .row .price {
  font-size: 1.6em;
  line-height: 2.55em;
  color: #611c9d;
}
#products-content .content .row .price span,
.view-products .row .price span {
  font-size: 1.25em;
  line-height: 1em;
}
#products-content .content .row .discount,
.view-products .row .discount {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.7em;
  line-height: 1.76472em;
  background-image: -moz-linear-gradient(#3b1163, #5e1d97);
  background-image: -webkit-linear-gradient(#3b1163, #5e1d97);
  background-image: linear-gradient(#3b1163, #5e1d97);
  border: 3px solid #c087f1;
  color: white;
  height: 55px;
  position: absolute;
  padding-top: 10px;
  right: 35px;
  text-align: center;
  top: 25px;
  width: 55px;
}
#products-content .content .row .description,
.view-products .row .description {
  display: none;
  border: 1px solid #611c9d;
/*  border-right: 1px solid #611c9d;
  border-left: 1px solid #611c9d;*/
  height: 382px;
  position: absolute;
  top: 0;
  width: 196px;
  z-index: 400;
  
}
#products-content .content .row .description .link,
.view-products .row .description .link {
  font-size: 1.2em;
  line-height: 1.66668em;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  right: 10px;
  position: absolute;
  top: 10px;
}
#products-content .content .row .description .link a,
.view-products .row .description .link a {
  border-bottom: 1px solid #611c9d;
}


.large_price{
font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
color:  #4e1780;
font-size: 23px;
float: left;
margin-top: -10px;
margin-left: 15px;
font-weight: bold;
}

.large_price span{
font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
color:  #4e1780;
font-size: 12px;

}
.section_sal{
    background: url(/bitrix/templates/epilprof/components/bitrix/catalog/catalog_new/bitrix/catalog.section/.default/images/salon_img.png) no-repeat;
    width: 150px;
    height: 25px;
    color: #4e1780;
    font-size: 12px;
    padding-left: 20px;
    line-height: 25px;
    margin-left: 12px;
}

.cart_lin{
background: -webkit-linear-gradient(90deg, #4e1780 0%, #9361bf 99%);
background: -moz-linear-gradient(90deg, #4e1780 0%, #9361bf 99%);
background: -o-linear-gradient(90deg, #4e1780 0%, #9361bf 99%);
background: -ms-linear-gradient(90deg, #4e1780 0%, #9361bf 99%);
background: linear-gradient(0deg, #4e1780 0%, #9361bf 99%);
padding:0px 10px;
color:  #ffffff;
font-size: 14px;
font-weight: 700;
float:right;
line-height: 20px;
border-radius: 2px;
margin-right: 13px;
margin-top: -5px;
}
.cart_lin a{text-decoration:none;color:#fff;}




#products-content .content .row .description .inner,
.view-products .row .description .inner {
/*  background-image: -moz-linear-gradient(#611e9c, #3b1162);
  background-image: -webkit-linear-gradient(#611e9c, #3b1162);
  background-image: linear-gradient(#611e9c, #3b1162);*/
  bottom: 0;
  background-color:#fff;  
  color: white;
  font-weight: 700;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  position: absolute;
  padding: 10px;
  width: 100%;
height: 100px;
}
#products-content .content .row .description .inner .prices,
.view-products .row .description .inner .prices {
  font-size: 1.6em;
  line-height: 1.25em;
  margin-bottom: 0.70em;
}
#products-content .content .row .description .inner .prices .top,
#products-content .content .row .description .inner .prices .bottom,
.view-products .row .description .inner .prices .top,
.view-products .row .description .inner .prices .bottom {
  zoom: 1;
}
#products-content .content .row .description .inner .prices .top:after, #products-content .content .row .description .inner .prices .top:before,
#products-content .content .row .description .inner .prices .bottom:after,
#products-content .content .row .description .inner .prices .bottom:before,
.view-products .row .description .inner .prices .top:after,
.view-products .row .description .inner .prices .top:before,
.view-products .row .description .inner .prices .bottom:after,
.view-products .row .description .inner .prices .bottom:before {
  content: "";
  display: table;
}
#products-content .content .row .description .inner .prices .top:after,
#products-content .content .row .description .inner .prices .bottom:after,
.view-products .row .description .inner .prices .top:after,
.view-products .row .description .inner .prices .bottom:after {
  clear: both;
}
#products-content .content .row .description .inner .prices .right,
.view-products .row .description .inner .prices .right {
  float: right;
}
#products-content .content .row .description .inner .prices .large,
.view-products .row .description .inner .prices .large {
  font-size: 1.25em;
  line-height: 1em;
}
#products-content .content .row .description .inner .cart-link,
.view-products .row .description .inner .cart-link {
  font-size: 1.3em;
  line-height: 1.53847em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  background: #7e5d9b;
  margin-left: 20%;
  padding: 5px 20px;
}

.view-products .grouped-rows {
  zoom: 1;
  padding-bottom: 2em;
  border-bottom: 1px dotted #b2b2b2;
  height: 393px;
}
.view-products .grouped-rows:after, .view-products .grouped-rows:before {
  content: "";
  display: table;
}
.view-products .grouped-rows:after {
  clear: both;
}
.view-products .grouped-rows:last-child {
  border-bottom: none;
}

article.product {
  zoom: 1;
/*  margin-bottom: 4em;*/
}
article.product:after, article.product:before {
  content: "";
  display: table;
}
article.product:after {
  clear: both;
}
article.product > .leftcol {
  width: 33.33333%;
  float: left;
  margin-right: -100%;
  clear: none;
  padding-right: 2em;
}
article.product > .rightcol {
  width: 66.66667%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}
article.product .bigPhoto {
  margin-bottom: 1em;
}
article.product .smallPhoto {
  zoom: 1;
}
article.product .smallPhoto:after, article.product .smallPhoto:before {
  content: "";
  display: table;
}
article.product .smallPhoto:after {
  clear: both;
}
article.product .smallPhoto li {
  float: left;
  margin-right: 10px;
}
article.product .smallPhoto li:last-child {
  margin-right: 0;
}
article.product .item {
  font-size: 1.4em;
  line-height: 1.42858em;
  margin-bottom: 0.7143em;
}
article.product .item img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
article.product .item.stars {
/*  margin-bottom: 2.14287em;*/
}
article.product .item.stars img {
  margin-top: -3px;
}
article.product .description {
  font-size: 1.2em;
  line-height: 1.66668em;
/*  margin-bottom: 20px;*/
  padding-bottom: 0.83334em;
  /*border-bottom: 1px dotted #611c9d;*/
min-height: 132px;
}

table.product-item {
  border: 1px solid #611c9d;
  width: 100%;
}
table.product-item td {
  padding: 5px 5px;
  text-align: left;
}
table.product-item .volume {
  width: 40%;
}
table.product-item .price {
  width: 22%;
}
table.product-item .number {
  width: 20%;
}
table.product-item .incart {
  width: 18%;
}
table.product-item thead {
  background-image: -moz-linear-gradient(#9752d3, #642e94, #411569);
  background-image: -webkit-linear-gradient(#9752d3, #642e94, #411569);
  background-image: linear-gradient(#9752d3, #642e94, #411569);
  font-size: 1.5em;
  line-height: 1.33334em;
  color: white;
}
table.product-item thead td {
  border-left: 1px solid #421d62;
  border-right: 1px solid #9871bc;
}
table.product-item thead td.first {
  border-left: none;
}
table.product-item thead td.last {
  border-right: none;
}
table.product-item tbody {
  background: #f6f6f6;
}
table.product-item tbody .item_row {
  border-bottom: 1px dotted #611c9d;
}
table.product-item tbody .item_row:last-child {
  border-bottom: none;
}
table.product-item tbody .volume {
  font-size: 1.5em;
  line-height: 1.33334em;
}
table.product-item tbody .price {
  font-size: 1.2em;
  line-height: 1.66668em;
  line-height: 1.2em;
}
table.product-item tbody .price span {
  font-size: 1.25em;
  line-height: 1.33334em;
  display: block;
  font-weight: 700;
  line-height: 1.2em;
}
table.product-item tbody .incart a {
  background: url(/bitrix/templates/epilprof_mb/img/to-cart-bg.png) no-repeat;
  display: block;
  height: 29px;
  width: 60px;
}

table.product-item tbody .incart1 a {
  background: url(/bitrix/templates/epilprof_mb/img/to-what-bg.png) no-repeat;
  display: block;
  height: 29px;
  width: 60px;
}

.params-list table {
  width: 50%;
}
.params-list table td {
  font-size: 1.4em;
  line-height: 1.42858em;
  padding: 10px 20px;
  width: 50%;
}
.params-list table td:first-child {
  background: url(/bitrix/templates/epilprof_mb/img/params-list-td-bg.png) no-repeat center right;
}
.params-list table tr {
  border-bottom: 1px solid white;
}
.params-list table tr.odd {
  background: #f1f1f1;
}
.params-list table tr.even {
  background: #e2e2e2;
}

#social {
  margin-bottom: 4em;
}
#social h2 {
  font-size: 1.5em;
  line-height: 1.33334em;
  margin-bottom: 1.33334em;
  font-weight: 700;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#social h2 .social-block {
  float: left;
  margin: 0 5%;
}
#social .inner {
  background: url(/bitrix/templates/epilprof_mb/img/social-section.png) no-repeat 0% 1.5%;
}
#social .inner .social-block {
  float: left;
  margin: 2em 4em 0 4em;
  width: 20.33899%;
}
#social .inner .social-block.first {
  margin-left: 11.86442%;
}

#top-nav .shopping-cart {
  cursor: pointer;
  height: 72px;
}
#top-nav .shopping-cart:hover {
  background-image: -moz-linear-gradient(#611e9c, #3b1162);
  background-image: -webkit-linear-gradient(#611e9c, #3b1162);
  background-image: linear-gradient(#611e9c, #3b1162);
}
#top-nav .shopping-cart:hover .header {
  background: url(/bitrix/templates/epilprof_mb/img/shopping-cart-hover.png) no-repeat 50% 80%;
}
#top-nav .shopping-cart:hover .content {
  display: block;
}
#top-nav .shopping-cart .inner-helper {
  position: absolute;
}
#top-nav .shopping-cart .header {
  background: url(/bitrix/templates/epilprof_mb/img/shopping-cart.png) no-repeat 50% 80%;
  height: 72px;
  position: absolute;
  width: 98px;
}
#top-nav .shopping-cart .items {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e40c00;
  color: white;
  height: 20px;
  position: absolute;
  right: 27%;
  text-align: center;
  top: 15px;
  width: 20px;
}
#top-nav .shopping-cart .content {
  -moz-box-shadow: #dddddd 2px 2px 7px;
  -webkit-box-shadow: #dddddd 2px 2px 7px;
  box-shadow: #dddddd 2px 2px 7px;
  background: white;
  display: none;
  padding: 5px 5px 10px 5px;
  position: absolute;
  right: -98px;
  top: 72px;
  width: 290px;
  z-index: 300;
}
#top-nav .shopping-cart .content .row {
  zoom: 1;
  border-bottom: 1px dotted #666666;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#top-nav .shopping-cart .content .row:after, #top-nav .shopping-cart .content .row:before {
  content: "";
  display: table;
}
#top-nav .shopping-cart .content .row:after {
  clear: both;
}
#top-nav .shopping-cart .content .row img {
  float: left;
  margin-right: 5px;
}
#top-nav .shopping-cart .content .row .text {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #333333;
  float: left;
  line-height: 1.2em;
  font-weight: 200;
  width: 140px;
}
#top-nav .shopping-cart .content .row .price {
  font-size: 1.6em;
  line-height: 1.25em;
  float: right;
  color: #611c9d;
  padding-top: 20px;
}
#top-nav .shopping-cart .content .footer {
  color: #333333;
}
#top-nav .shopping-cart .content .footer a {
  color: #611c9d;
}
#top-nav .shopping-cart .content .footer p {
  font-size: 1.4em;
  line-height: 1.42858em;
}
#top-nav .shopping-cart .content .footer p span {
  float: right;
}
#top-nav .shopping-cart .content .footer .cart-links {
  font-size: 1.3em;
  line-height: 1.53847em;
  padding-top: 1.53847em;
  text-align: right;
}
#top-nav .shopping-cart .content .footer .cart-links a:hover {
  text-decoration: underline;
}

table.cart-item {
  margin-bottom: 2em;
  border: 1px solid #611c9d;
  width: 100%;
}
table.cart-item td {
  padding: 10px 15px;
  text-align: left;
}
table.cart-item .name {
  width: 54%;
}
table.cart-item .price,
table.cart-item .summ {
  width: 12%;
}
table.cart-item .number {
  width: 12%;
}
table.cart-item .remove {
  width: 10%;
}
table.cart-item thead,
table.cart-item tfoot {
  background-image: -moz-linear-gradient(#9752d3, #642e94, #411569);
  background-image: -webkit-linear-gradient(#9752d3, #642e94, #411569);
  background-image: linear-gradient(#9752d3, #642e94, #411569);
  font-size: 1.5em;
  line-height: 1.33334em;
  color: white;
}
table.cart-item thead td,
table.cart-item tfoot td {
  border-left: 1px solid #421d62;
  border-right: 1px solid #9871bc;
}
table.cart-item thead td.first,
table.cart-item tfoot td.first {
  border-left: none;
}
table.cart-item thead td.last,
table.cart-item tfoot td.last {
  border-right: none;
}
table.cart-item tbody {
  background: #f6f6f6;
}
table.cart-item tbody .item_row {
  border-bottom: 1px dotted #611c9d;
}
table.cart-item tbody .item_row:last-child {
  border-bottom: none;
}
table.cart-item tbody .name .img {
  float: left;
  /*margin: 0 2em 1em 0;*/
  width: 110px;
  text-align: center;
}
table.cart-item tbody .name .text-long {
  padding-top: 20px;
}
table.cart-item tbody .name .prop {
  font-size: 1.3em;
  line-height: 1.53847em;
}
table.cart-item tbody .name .prop .label {
  color: #666666;
}
table.cart-item tbody .price,
table.cart-item tbody .summ {
  font-size: 1.5em;
  line-height: 1.33334em;
  font-weight: 700;
}
table.cart-item tbody .remove {
  text-align: center;
}
table.cart-item tbody .remove .cross {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: url(/bitrix/templates/epilprof_mb/img/cross-bg.png);
  cursor: pointer;
  height: 20px;
  width: 20px;
}
table.cart-item tfoot .promo form {
  zoom: 1;
}
table.cart-item tfoot .promo form:after, table.cart-item tfoot .promo form:before {
  content: "";
  display: table;
}
table.cart-item tfoot .promo form:after {
  clear: both;
}
table.cart-item tfoot .promo form .form-actions {
  float: left;
  position: relative;
}
table.cart-item tfoot .promo form .form-actions input {
  background: url(/bitrix/templates/epilprof_mb/img/phone-input-bg.png) no-repeat;
  border: none;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 0;
  text-indent: -1000em;
  width: 37px;
}
table.cart-item tfoot .promo form .form-item {
  float: left;
}
table.cart-item tfoot .promo form .form-item label {
  float: left;
  font-size: 1em;
  font-weight: 500;
  margin: 5px 15px 0 0;
}
table.cart-item tfoot .promo form .form-item input {
  background-image: -moz-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: -webkit-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: linear-gradient(#e2e2e2, #ffffff, #ffffff);
  border: 1px solid #c6addb;
  height: 30px;
  padding-left: 5px;
  width: 140px;
}
table.cart-item tfoot .cost span {
  font-weight: 700;
  padding-left: 1em;
}

.basket-description {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #611c9d;
}


.fields a,
.fields abbr,
.fields address,
.fields aside,
.fields audio,
.fields b,
.fields bdi,
.fields bdo,
.fields blockquote,
.fields br,
.fields caption,
.fields cite,
.fields code,
.fields col,
.fields colgroup,
.fields dd,
.fields del,
.fields dfn,
.fields div,
.fields dl,
.fields dt,
.fields em,
.fields embed,
.fields figcaption,
.fields figure,
.fields h2,
.fields h3,
.fields h4,
.fields h5,
.fields h6,
.fields hgroup,
.fields hr,
.fields i,
.fields img,
.fields ins,
.fields kbd,
.fields li,
.fields mark,
.fields object,
.fields ol,
.fields p,
.fields param,
.fields q,
.fields rp,
.fields rt,
.fields ruby,
.fields s,
.fields samp,
.fields section,
.fields small,
.fields source,
.fields span,
.fields strong,
.fields sub,
.fields sup,
.fields table,
.fields tbody,
.fields td,
.fields tfoot,
.fields th,
.fields thead,
.fields time,
.fields tr,
.fields track,
.fields ul,
.fields var,
.fields video,
.fields wbr {
  font-size: 1em;
}

@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-Regular.ttf?1402892262') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-Italic.ttf?1402892262') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-Light.ttf?1402892262') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-LightItalic.ttf?1402892262') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-Bold.ttf?1402892262') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url('/bitrix/templates/epilprof_mb/fonts/OpenSans-BoldItalic.ttf?1402892262') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-Regular.ttf?1390882718') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-Italic.ttf?1390882718') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-Light.ttf?1390882718') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-LightItalic.ttf?1390882718') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-Bold.ttf?1390882718') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('/bitrix/templates/epilprof_mb/fonts/RobotoCondensed-BoldItalic.ttf?1390882718') format('truetype');
  font-weight: 700;
  font-style: italic;
}
html {
  font-size: 62.5%;
  line-height: 2em;
}

body {
  color: #333333;
  font-family: "Open Sans", "Helvetica", "Arial", "Verdana", sans-serif;
  font-weight: 500;
}

a {
  color: #611c9d;
  text-decoration: none;
}

h1 {
  font-size: 2.4em;
  line-height: 1.25em;
  margin-bottom: 0.41668em;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 1.6em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  font-weight: 700;
}

.tabs {
  zoom: 1;
}
.tabs:after, .tabs:before {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs li {
  font-size: 1.6em;
  line-height: 1.25em;
  float: left;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 146px;
}
.tabs li a {
  color: #333333;
  display: block;
  height: 48px;
  padding-top: 10px;
}
.tabs li.current, .tabs li:hover {
  background: url(/bitrix/templates/epilprof_mb/img/tab-li-bg.png) no-repeat;
}
.tabs li.current a, .tabs li:hover a {
  color: white;
}

.tabs-content {
  border-top: 1px solid #fad8e7;
  margin-top: -8px;
  padding-top: 10px;
}
.tabs-content > div {
  display: none;
}
.tabs-content > div.current {
  display: block;
}

.smart-filter {
  font-size: 1.3em;
  line-height: 1.53847em;
  margin-bottom: 1.53847em;
}
.smart-filter .title {
  font-size: 1.07693em;
  line-height: 1.42858em;
  margin-bottom: 0.7143em;
  color: #611c9d;
  font-weight: 700;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header-wrap {
  background-image: -moz-linear-gradient(#3b1163, #5e1d97);
  background-image: -webkit-linear-gradient(#3b1163, #5e1d97);
  background-image: linear-gradient(#3b1163, #5e1d97);
}
#header-wrap > .inner {
/*  overflow: hidden;*/
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1180px;
  padding-top: 9px;
  padding-bottom: 5px;
  height: 40px;
}
#header-wrap > .inner .leftcol {
  width: 20%;
  float: left;
  margin-right: -100%;
  clear: none;
  padding-right: 2em;
}
#header-wrap > .inner .rightcol {
  width: 80%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

#top-nav {
  padding-bottom: 2em;
  background: url(/bitrix/templates/epilprof_mb/img/header-bottom-bg.png) repeat-x left bottom;
  margin-top: 1px;
  border-top: 2px solid #611c9d;
}
#top-nav .inner {
  overflow: hidden;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1180px;
}
#top-nav .inner .logo {
  width: 16.66667%;
  float: left;
  margin-right: -100%;
  clear: none;
  padding-right: 2em;
}
#top-nav .inner .main-menu {
  width: 50%;
  float: left;
  margin-right: -100%;
  margin-left: 16.66667%;
  clear: none;
  padding-right: 2em;
}
#top-nav .inner #search-form {
  width: 25%;
  float: left;
  margin-right: -100%;
  margin-left: 66.66667%;
  clear: none;
  padding-right: 2em;
}
#top-nav .inner .shopping-cart {
  width: 8.33333%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

#slider-area {
  margin: 0 auto;
  width: 1180px !important;
}

.content-section {
  overflow: hidden;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1180px;
}
.content-section > .inner {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

#content-top {
  margin-top: 3em;
  margin-bottom: 2em;
}

#content-middle > p{
  font-size: 14px;
}

#content-middle {
  overflow: hidden;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1180px;
/*  margin-bottom: 4em;*/
}
#content-middle > .leftcol {
    width: 20%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 2em;
}
#content-middle > .rightcol {
    width: 79%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
}
#content-middle > .column {
  width: 50%;
  clear: right;
  float: left;
  padding-right: 2em;
}

#footer-wrap .footer-top {
  background-image: -moz-linear-gradient(#611e9c, #3b1162);
  background-image: -webkit-linear-gradient(#611e9c, #3b1162);
  background-image: linear-gradient(#611e9c, #3b1162);
}
#footer-wrap .footer-top > .inner {
  overflow: hidden;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1180px;
  background: url(/bitrix/templates/epilprof_mb/img/footer-top-bg.png) no-repeat top center;
}
#footer-wrap .footer-top > .inner .footer-menu {
  width: 58.33333%;
  float: left;
  margin-right: -100%;
  clear: none;
  padding-right: 2em;
}
#footer-wrap .footer-top > .inner .footer-user-menu {
  width: 16.66667%;
  float: left;
  margin-right: -100%;
  margin-left: 58.33333%;
  clear: none;
  padding-right: 2em;
}
#footer-wrap .footer-top > .inner .contacts {
  width: 16.66667%;
  float: left;
  margin-right: -100%;
  margin-left: 75%;
  clear: none;
  padding-right: 2em;
}
#footer-wrap .footer-bottom {
  overflow: hidden;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1180px;
}

#header-wrap {
  color: white;
}
#header-wrap a {
  color: white;
}
#header-wrap .leftcol {
  font-size: 1.2em;
  line-height: 1.66668em;
  font-weight: 700;
}
#header-wrap .phone {
  font-size: 1.4em;
/*  line-height: 1.42858em;
  background: url(/bitrix/templates/epilprof_mb/img/phone-block-bg.png) no-repeat center left;
  font-weight: 700;
  padding-left: 15px;*/
}
#header-wrap .phone,
#header-wrap .header-menu {
  float: left;
}
#header-wrap .header-menu {
  margin-left: 15px;
}
#header-wrap .login-block {
/*  margin-left: 775px;*/
padding-right: 25px !important;
float:right !important;
}
#header-wrap .login-block.active .title {
  background: white url(/bitrix/templates/epilprof_mb/img/user-menu-bg-hover.png) no-repeat 95% 50%;
}
#header-wrap .login-block .title {
  background: url(/bitrix/templates/epilprof_mb/img/user-menu-bg.png) no-repeat 95% 50%;
  width: 100px;
}
#header-wrap .login-block .content {
  right: 25px;
}
#header-wrap .phone-block {
  margin-left: 25px;
}
#header-wrap .phone-block.active .title {
  background: white;
}
#header-wrap .phone-block .title {
  font-size: 1.4em;
  line-height: 1.42858em;
  margin-top: -9px;
  margin-bottom: -5px;
  padding-top: 9px;
  padding-bottom: 5px;
  text-align: center;
  width: 135px;
}
#header-wrap .phone-block .content {
  right: 0;
}
#header-wrap .phone-block,
#header-wrap .login-block {
  position: relative;
  font-weight: 200;
  float: left;
}
#header-wrap .phone-block.active .title,
#header-wrap .login-block.active .title {
  color: #611c9d;
}
#header-wrap .phone-block.active .content,
#header-wrap .login-block.active .content {
  top: 27px;
}
#header-wrap .phone-block .title,
#header-wrap .login-block .title {
  font-size: 1.4em;
  line-height: 1.42858em;
  cursor: pointer;
  margin-top: -9px;
  margin-bottom: -5px;
  padding-top: 9px;
  padding-bottom: 7px;
  text-align: center;

}
#header-wrap .phone-block .content,
#header-wrap .login-block .content {
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-box-shadow: #dddddd 2px 2px 4px;
  -webkit-box-shadow: #dddddd 2px 2px 4px;
  box-shadow: #dddddd 2px 2px 4px;
  background: white;
  display: block;
  position: absolute;
  padding: 10px 15px;
  top: -200px;
  width: 210px;
  z-index: 300;
}
#header-wrap .phone-block .content p,
#header-wrap .login-block .content p {
  font-size: 1.2em;
  line-height: 1.66668em;
  color: #333333;
}
#header-wrap .phone-block .content p a,
#header-wrap .login-block .content p a {
  color: #611c9d;
}

.footer-top h2 {
  font-size: 1.6em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  color: white;
  font-weight: 700;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  text-transform: uppercase;
}
.footer-top .inner {
  padding-top: 2em;
  padding-bottom: 4em;
}

.footer-bottom {
  padding-top: 0.7143em;
  padding-bottom: 0.7143em;
  font-size: 1.4em;
  line-height: 1.42858em;
  text-align: center;
}

.footer-logo {
  margin-bottom: 3em;
  zoom: 1;
}
.footer-logo:after, .footer-logo:before {
  content: "";
  display: table;
}
.footer-logo:after {
  clear: both;
}
.footer-logo .content {
  float: right;
  text-indent: -1000em;
}
.footer-logo .content a {
  background: url(/bitrix/templates/epilprof_mb/img/footer-logo.png) no-repeat center center;
  display: block;
  height: 47px;
  width: 144px;
}

.contacts-block {
  margin-bottom: 1em;
  color: white;
  font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;
  text-align: right;
}
.contacts-block a {
  color: white;
}
.contacts-block .phone {
  font-size: 1.8em;
  line-height: 1.66668em;
}
.contacts-block .mail {
  font-size: 1.4em;
  line-height: 1.42858em;
}

#basket_items td.number .some-class{
  display: none;
}

#basket_form .cart-item td.promo label{
  float: left;
  font-size: 1em;
  font-weight: 500;
  margin: 5px 15px 0 0;
}

#basket_form .cart-item td.promo .form-item{
  float: left;
}

#basket_form .cart-item td.promo .form-item input{
  background-image: -moz-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: -webkit-linear-gradient(#e2e2e2, #ffffff, #ffffff);
  background-image: linear-gradient(#e2e2e2, #ffffff, #ffffff);
  border: 1px solid #c6addb;
  height: 30px;
  padding-left: 5px;
  width: 140px;
}

#basket_form .cart-item td.promo .form-actions{
  float: left;
  position: relative;
}

#basket_form .cart-item td.promo .form-actions input{
  background: url(/bitrix/templates/epilprof_mb/img/phone-input-bg.png) no-repeat;
  border: none;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 0;
  text-indent: -1000em;
  width: 37px;
}

#basket_form .cart-item td.cost{
  text-align: center;
}

#basket_form .cart-item td.cost a{
  color: #ffffff;
  font-size: 1.2em;
}

div.title-search-result{
    border: 1px solid #c6addb;
    top: 143px !important;
    width: 500px !important;
    right: 498px !important;
    left: inherit !important;
    background-color: #fff;
}

div.title-search-result table .title-search-item{
  font-size: 1.4em;
}

table.title-search-result td.title-search-all a{
  font-size: 1.4em;
  color: #611c9d;
}

table.title-search-result th{
  display: none;
}

table.title-search-result td.title-search-item img{
  vertical-align: middle;
}

form#login-form .form-item{
  color: #333333;
  font-size: 1.2em;
  font-weight: 500;
}

form#login-form .form-item a{
  color: #611c9d;
  font-weight: 700;
}

.smart-filter ul li{
  /*margin-bottom: 5px;*/
}

.smart-filter > ul > li{
    color: #611c9d;
   /* font-size: 1.07693em;*/
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.42858em;
    margin-bottom: 0.7143em;
}

.smart-filter > ul > li > ul > li{
    color: #611c9d;
    font-size: 0.8em;
    font-weight: 100;
    line-height: 1.42858em;
    margin-bottom: 0.7143em;
}

.smart-filter > ul > li > ul > li ul > li{
    color: #611c9d;
    font-size: 0.9em;
    font-weight: 100;
    line-height: 1.42858em;
    margin-bottom: 0.7143em;
    margin-top: 0.7143em;
}

.smart-filter > ul > li > ul {
    margin-top: 0.7143em;
}



.blog-comments div.blog-comment .blog-author{
  font-size: 12px;
  font-weight: 700; 
}

.blog-comments .blog-comment-date{
  font-size: 12px;
}

.blog-comments .blog-comment-meta{
  font-size: 13px;
}

.blog-comments .blog-post-meta a, .blog-comments .blog-comment-meta a, .blog-comments .blog-comment-nav a{
  color: #611c9d !important;
}

.blog-comments .blog-comment-content{
  font-size: 14px;
}

font.text{
  display: block;
  font-size: 14px;
  text-align: center;
}

.blog-comment-fields div.blog-comment-buttons input{
  background-image: -moz-linear-gradient(#9752d3, #642e94, #411569);
  background-image: -webkit-linear-gradient(#9752d3, #642e94, #411569);
  background-image: linear-gradient(#9752d3, #642e94, #411569);
  color: #ffffff;
  padding: 3px 15px !important;
  text-shadow: none;
}

.node-news .row .text-long{
  clear: both;
}

.node-news .row .text-long img{
  max-width: 100%;
}

#content-wrap .bx_my_order table.bx_my_order_table{
  border: 1px solid #611c9d;
  width: 100%;
}

#content-wrap .bx_my_order table.bx_my_order_table thead{
  background-image: -moz-linear-gradient(#9752d3, #642e94, #411569);
  background-image: -webkit-linear-gradient(#9752d3, #642e94, #411569);
  background-image: linear-gradient(#9752d3, #642e94, #411569);
  font-size: 1.5em !important;
  color: #ffffff !important;
}

#content-wrap .bx_my_order table.bx_my_order_table thead td:first-child{
  border-left: none;
}

#content-wrap .bx_my_order table.bx_my_order_table thead td{
  border-right: 1px solid #9871bc;
  background: none !important;
  color: #ffffff !important;
}

#content-wrap .bx_my_order table.bx_my_order_table thead td a{
  color: #ffffff;
}

#content-wrap .bx_my_order table.bx_my_order_table thead td:last-child{
  border-right: none;
}

#content-wrap .bx_my_order table.bx_my_order_table tbody{
  background: #f6f6f6;
}

#content-wrap .bx_my_order table.bx_my_order_table tbody a.bx_bt_button_type_2{
  background-image: -moz-linear-gradient(#9752d3, #642e94, #411569);
  background-image: -webkit-linear-gradient(#9752d3, #642e94, #411569);
  background-image: linear-gradient(#9752d3, #642e94, #411569);
  color: #ffffff !important;
  text-shadow: none !important;
  border: none !important;
}

table.catalog-detail{
  font-size: 14px;
}

.readmore-js-toggle{
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.brand_img
{
	height: 20px;
}

.description
{
	font-size: 1.4em !important;
	line-height: 1.42858em !important;
}


.hide_call {display:none;}
.webcall {
position: absolute;
width: 370px;
height: 250px;
top: -180px;
right: 10px;
z-index: 220;
padding: 10px;
color: #fff;
background-image: -webkit-linear-gradient(#9752d3, #642e94, #411569);
background-image: linear-gradient(#9752d3, #642e94, #411569);
}
.arrow-up {
width: 39px;
height: 9px;
position: absolute;
bottom: -7px;
right: 29px;
background: url('/bitrix/templates/epilprof/img/arrow_bottom_prod.png') no-repeat;}

.obuch_button{
background: url(/bitrix/templates/epilprof/img/button-bg.png);
background-image: -webkit-linear-gradient(#441a6a, #5f1d99);
background-image: linear-gradient(#441a6a, #5f1d99);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 1.4em;
line-height: 2em;
border: none;
color: white;
font-weight: 700;
padding: 4px 1px;
text-shadow: none;
text-transform: uppercase;
color: white;
display: block;
height: 48px;
width: 289px;
text-align: center;
margin: 0 auto;
}
.button_univer{
background: url(/bitrix/templates/epilprof/img/button-bg.png);
background-image: -webkit-linear-gradient(#441a6a, #5f1d99);
background-image: linear-gradient(#441a6a, #5f1d99);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 1em;
border: none;
color: white;
padding: 8px;
text-shadow: none;
text-transform: uppercase;
color: white;
display: block;
width:250px;
text-align:center;
margin-top:16px
}
.button_univer a{color: white;}


input.button_univer{
background: url(/bitrix/templates/epilprof/img/button-bg.png);
background-image: -webkit-linear-gradient(#441a6a, #5f1d99);
background-image: linear-gradient(#441a6a, #5f1d99);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 1em;
border: none;
color: white;
padding: 8px;
text-shadow: none;
text-transform: uppercase;
color: white;
display: block;
margin-top:10px;
font-weight: normal;
}
input.button_univer:hover{
background: url(/bitrix/templates/epilprof/img/button-bg.png);
background-image: -webkit-linear-gradient(#441a6a, #5f1d99);
background-image: linear-gradient(#441a6a, #5f1d99);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 1em;
border: none;
color: white;
padding: 8px;
text-shadow: none;
text-transform: uppercase;
color: white;
display: block;
margin-top:10px;
font-weight: normal;
}


.phone_blocks .phone_list {
    line-height: 1.42858em;
   /* margin-bottom: 0.7143em;*/
    max-width: 305px;
}
.phone_blocks .phone_list span {
/*    cursor: pointer;
    color: #dc2c7b;*/
    padding-left: 3px;
/*    text-decoration: underline;*/
}

.phone_list #btn {
    background: url(/bitrix/templates/epilprof_mb/img/ul-li-dropdown.png);
    cursor: pointer;
    height: 6px;
    width: 11px;
    float: right;
    margin-top: 9px;
}

.phone_list.msk #btn{
    margin-right: 75px;
}

.phone_blocks ul.cities_list {
    background: white;
/*    margin-top: -5px;*/
    z-index: 10;
    position: absolute;
    width: 150px;
    padding: 0;
    display: none;
    margin-left: 70px;
}

ul.cities_list li {
    /*font-size: 1.4em;*/
    line-height: 1.42858em;
    margin-bottom: 0.35715em;
    color: #dc2c7b;
    padding: 0 10px;
    border: 1px #5B1C93 solid;
}

ul.cities_list li.active {
    display: none;
}

ul.cities_list li:hover {
    cursor: pointer;
    text-decoration: underline;
}

.phone_text {
    font-size: 1.0em;
    line-height: 1.2em;
background: url('/bitrix/templates/epilprof/img/phone-block-bg.png') no-repeat center left;
font-weight: 700;
padding-left: 15px;
/*position: absolute;
top: 12px;*/
/*margin-left: 250px;*/
width:130px;
float:left;
}

.phone_blocks_text{float: left;margin-left: 50px;margin-top: 2px;}

.hidden{display:none;}

.bx_block select{
background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==) !important;
background-repeat: no-repeat !important;
background-position: right center !important;
}

.next {display: none;}
.prev {display: none;}
.sale_locations_fixed{display:none;}

.ord_button {background: url('/bitrix/templates/epilprof_mb/./images/ord_button.png') no-repeat;
width: 212px;
height: 50px;
padding-top: 15px;
padding-left: 25px;
}
.ord_button_back {background: url('/bitrix/templates/epilprof_mb/./images/ord_button_back.png') no-repeat;
width: 212px;
height: 50px;
padding-top: 15px;
padding-left: 80px;
margin-top: -1px;
}
.ord_buttona_back{
font-size: 16px;
color: #fff;
font-weight: bold;
text-transform: uppercase; 
float: left;
}

.ord_buttona{
font-size: 16px;
color: #fff;
font-weight: bold;
text-transform: uppercase; 
float: right;
}
.hide_butt{
display:none;
}
.ord_text{ color:red;
float: right;
font-size: 16px;
}

.butt_save {background: url('/bitrix/templates/epilprof/./images/butt_save.png') no-repeat !important;
  width: 207px !important;
  height: 46px !important;
  color: #fff !important;
  text-shadow: none !important;
  border: none !important;
  font-size: 16px !important;
  text-transform: uppercase;
  padding-top: 5px !important;
  font-weight: bold;
}

.butt_save input:focus {
-webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  z-index: 0 !important;}

.description img {opacity:0;}

.plat_sys{width:990px; margin:0 auto 0 auto;}
.plat_sys img {max-height: 30px; margin-bottom: 20px; vertical-align: middle;margin-top: 10px;}
.plat_sys ul li {display: inline;margin-right: 5px;}
#ORDER_PROP_25 {
background: url('/bitrix/templates/epilprof/components/fccstudio/sale.order.ajax/18022015/images/time_pic.png') no-repeat !important;
  border: 0px solid #c6addb !important;
  height: 30px !important;
  padding-left: 5px !important;
  font-size: 14px !important;
  border-radius: 0px !important;
  width: 340px;
  box-shadow: none !important;
}

.active {display:normal;}
.hidden {display:none;}



/* ГЕО */
#geo_block
{
min-height: 100px;
  width: 243px;
  position: fixed;
  top: 60px;
  left: 50%;
  margin-left: -400px;
  z-index: 99999;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px #ebebeb;
  box-shadow: inset 0 1px 2px #ebebeb;
  font-size: 14px;
  padding: 20px;
  text-align: center;
}
/* ГЕО */
.city_pop {font-weight:bold;font-size:16px;}

/*.phone_block {width: 250px;}*/

#close_geo{float:left; margin-right: 10px; width: 50px;font-size:16px;}
#no_geo{float:left;width: 50px;font-size:16px;}
.button_geo{margin-top: 15px; margin-left: 40px;}

 .phone_blocks ul.cities_list {
  background: white;
  margin-top: 5px;
  z-index: 10;
  position: absolute;
  width: 250px;
  padding: 0;
  display: none; 
  margin-left: 0px;
 }

  .bx-sls .bx-ui-sls-pane {
  background-color: #fff;
  z-index: 9999;
  border: 1px solid #87919c;}

.table_dostavka {font-size:14px;}
.table_dostavka td {
    vertical-align: inherit;}
.table_dostavka b{font-weight:600;margin-bottom:20px;}

div.blog-comment-form
 {width: 80% !important;}
.blog-comments{width: 80% !important;}


.block_recommend{width:195px; float:left;margin-bottom:30px;}
.block_recommend:nth-of-type(1){border-right:1px solid #c4b4d4;}
.block_recommend:nth-of-type(2){border-right:1px solid #c4b4d4;}
.block_recommend:nth-of-type(3){border-right:1px solid #c4b4d4;}
.block_recommend_img{margin-bottom:15px;text-align:center;}
.block_recommend_head{width: 180px; text-align: center; font-size: 12px; margin: 0 auto; height: 90px;}
.block_recommend_head a {color:#4e1780 !important; text-decoration:none;}
.block_recommend_price {font-size:12px;color:#4e1780;margin:0 auto;width: 160px; }
.block_recommend_price span{color: #4e1780;font-weight:700; font-size: 16px;font-family: "Roboto", "Helvetica", "Arial", "Verdana", sans-serif;}
.block_recommend_button{background: -webkit-linear-gradient(90deg, #4e1780 0%, #9361bf 99%); background: -moz-linear-gradient(90deg, #4e1780 0%, #9361bf 99%); background: -o-linear-gradient(90deg, #4e1780 0%, #9361bf 99%);
    background: -ms-linear-gradient(90deg, #4e1780 0%, #9361bf 99%);
    background: linear-gradient(0deg, #4e1780 0%, #9361bf 99%);
    padding: 2px 5px;
    font-size: 12px;
    margin-top:-2px;
    float: right;
    line-height: 20px;
    border-radius: 2px;
}

.block_recommend_button a{color: #ffffff;text-decoration:none;}
.recommend_id{overflow: hidden;  height: 340px;}
.section_text_footer{font-size:12px;padding-top:10px; padding-bottom:10px;}
.section_text_footer strong{font-weight: bold;}
.section_text_footer ul {list-style: initial;padding:0 0 0 20px;}
.section_text_footer h2{margin-bottom: 5px; margin-top: 20px;}
.section_text_footer ol {list-style: decimal;}


.section_text_topper{font-size:12px;padding-top:0px; padding-bottom:10px;}
.section_text_topper strong{font-weight: bold;}
.section_text_topper ul {list-style: initial;padding:0 0 0 20px;}
.section_text_topper h2{margin-bottom: 5px; margin-top: 0px;}
.section_text_topper ol {list-style: decimal;}
.galka{margin-left: -15px !important;}
.galka li {
 list-style: none !important; 
    background: url(/bitrix/templates/epilprof_mb/images/galka.png) no-repeat left 50%; 
    padding-left: 25px;
}

.phone_blocks{float:left;}
.phone_list{float:left;margin-left:10px;}

.breadcrumbs {
    font-size: 1.4em;
    line-height: 1.4em;
}

#boardmap{position: absolute;
    bottom: 0px;
    width: 300px;
    height: 100%;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    display: none;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}
#map{position:relative;overflow: hidden;}
#boardmap .close{
    top: 5px;
    right: 5px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor:pointer;
    background: url(/bitrix/templates/epilprof_mb/css/images/controls.png) no-repeat 0 0;
}
#block_pickup {display:none;}
#block_delivery_in {display:none;}
#block_delivery_out {display:none;}
#boardmap p {font-size:16px; border-bottom: 1px dotted #ccc; margin-bottom: 5px;padding-bottom:5px;}
#boardmap p b{font-size:16px;font-weight:bold;}
#boardmap .small {font-size:14px;}
#boardmap .small_s{font-size:12px;}
#boardmap .count {font-size:16px;border-bottom: 1px dotted #ccc; margin-bottom: 5px;padding-bottom:5px;margin-top:5px;padding-top:5px;}
#boardmap .count span{font-weight:bold;}
#boardmap .date {font-size:14px;}
#boardmap .date span{font-weight:bold;}
#distance{font-weight:bold;}
#distance_summ,distance_insumm{font-size: 20px;}

.dost_name{font-size:18px;}
.date_ros{font-size:18px;color:#611F9D;}
.dost_table{width:100%;margin-top:30px; padding-bottom:50px;}
.dost_table tr td{vertical-align: middle;}
.deliv_russia{font-size:14px;    margin-bottom: 100px;border-bottom:1px solid #CFBAE1;}


.friday {
  background: url(/bitrix/templates/epilprof_mb/images/friday.jpg) repeat 0 0;
  width:100%;
  height:100%;
}
.friday_back{background-color:#fff;position:absolute;width:1200px;height:100%;left:50%;margin-left:-600px;}
.new_year{  background: url(/bitrix/templates/epilprof_mb/images/happy_new_year.jpg) repeat 0 0;     background-size: cover;
  width:100%;
  height:100%;
}
#snowflakesCanvas {position:absolute;top: 0;height:100%;
filter: drop-shadow(0.001px 0.001px 0.001px blue);
-webkit-filter: drop-shadow(0.001px 0.001px 0.001px blue);
}

.grey_link{
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: gray !important;
    -webkit-filter: grayscale(1) !important;
    cursor: not-allowed;
}
.error_find{color: #fff;
    line-height: normal;
    margin-top: 25px;
    font-size: 12px;}

.button_coupon_x{
  background: url(/bitrix/templates/epilprof_mb/img/phone-input-bg-x.png) no-repeat;
  border: none;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 0;
  text-indent: -1000em;
  width: 37px;
  display:none;
}
.blog-comments .blog-comment-content b{font-weight:normal;}
.policy{font-size: 12px;color: white;margin-top: 40px;}
.policy a{font-size: 12px;color: white;}
.policy a:hover{font-size: 12px;color: white;text-decoration:underline;}
/* End */


/* Start:/bitrix/templates/epilprof_mb/template_styles.css?15984425381100*/
.action-product-block {
    display:block;
    float: left;
}
.action-product-block a {
    display: block;
    width:180px;
    text-align: center;
    float:left;
}
.action-product-block a img {
    display:block;
    margin:0 auto;
}
.action-product-block a span {
    display:block;
    margin-top:10px;
    font-size:12px;
    width:100%;
}
.action-gifts {
    width:100%;
    padding-top:10px;
    position: relative;
}
.action-gifts:after {
    content: '';
    display: block;
    clear: both;
}
.action-gifts-left {
    position: relative;
    right: 50%;
    float: right;
}
.action-gifts-right {
    position: relative;
    z-index: 1;
    right: -50%;
}
.action-gifts .action-product-block:first-child {
    margin-right:20px;
}


.banner-sept {
    position: relative;
    width:600px;
    height:414px;
    background: url('/images/banner_sept.jpg');
}
/*.banner-sept-button {
    position: absolute;
    width:220px;
    height:60px;
    background: url('/images/banner_sept_button.jpg');
    top: 204px;
    left: 18px;
}*/
.no-padding #cboxLoadedContent {
    padding:0 !important;
}
/* End */
/* /bitrix/templates/epilprof_mb/css/formalize.css?15984425388559 */
/* /bitrix/templates/epilprof_mb/css/rezina.css?159844253823413 */
/* /bitrix/templates/epilprof_mb/css/component.css?15984425382576 */
/* /bitrix/templates/epilprof_mb/css/datepicker.css?159844253820693 */
/* /bitrix/templates/epilprof_mb/css/colorbox.css?15984425383724 */
/* /bitrix/templates/epilprof_mb/js/friday/flipclock.css?159844253817799 */
/* /bitrix/templates/epilprof_mb/css/chosen.css?159844253812916 */
/* /bitrix/templates/epilprof_mb/css/allinone_contentSlider.css?159844253836370 */
/* /include/slick/slick.css?15051604941776 */
/* /include/slick/slick-theme.css?15165915822284 */
/* /bitrix/templates/epilprof_mb/components/bxmaker/geoip.line/top/style.css?15984425396869 */
/* /bitrix/templates/epilprof_mb/components/bitrix/system.auth.form/auth/style.css?1598442538442 */
/* /bitrix/templates/epilprof_mb/components/bitrix/menu/top_menu/style.css?15984425394598 */
/* /bitrix/templates/epilprof_mb/components/bitrix/search.title/top_search/style.css?15984425382108 */
/* /bitrix/templates/epilprof_mb/components/bitrix/sale.basket.basket.line/basket_top/style.css?15984425398104 */
/* /bitrix/templates/epilprof_mb/components/bitrix/menu/bottom_left/style.css?1598442539626 */
/* /bitrix/templates/epilprof_mb/components/bitrix/menu/bottom_right/style.css?1598442539626 */
/* /bitrix/components/bxmaker/geoip.epilog/templates/.default/style.css?159843462216176 */
/* /bitrix/templates/epilprof_mb/styles.css?159844253874182 */
/* /bitrix/templates/epilprof_mb/template_styles.css?15984425381100 */
