/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
input, textarea {
  box-sizing: border-box;
  /* HTML5 display-role reset for older browsers */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}
body {
  line-height: 1.2;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  line-height: 1.2;
  /* $color: #3f3d9a; */
}
:focus {
  outline: none;
}
.clear {
  clear: both !important;
}
.clear_after:after {
  content: '';
  clear: both;
  display: block;
}
body.fancybox-active {
  font-size: 16px;
  font-family: 'Inter';
  line-height: 1.3;
}
body {
  font-size: 16px;
  font-family: 'Inter';
  color: #000;
  line-height: 1.3;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.body_menu {
  overflow: hidden;
}
body.body_menu:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 150;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
body {
  scrollbar-width: thin;
  scrollbar-color: #3f3d9a #ccc;
}
body.black_bg {
  scrollbar-width: thin;
  scrollbar-color: #3f3d9a rgba(255, 255, 255, 0.15);
}
body ::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
}
body ::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #ccc;
}
body.black_bg ::-webkit-scrollbar-track, body.black_bg::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
}
body ::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #3f3d9a;
  border-radius: 6px;
  border: 3px solid transparent;
}
body a {
  color: #3f3d9a;
  text-decoration: underline;
  transition: all 0.3s ease;
}
body a:hover {
  text-decoration: none;
}
body h1, body .h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.2;
}
body h2, body .h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 20px;
  line-height: 1.2;
}
body h2:first-child, body .h2:first-child {
  margin-top: 0;
}
body h3, body .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 20px;
  line-height: 1.2;
}
body h3:first-child, body .h3:first-child {
  margin-top: 0;
}
body h4, body .h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  line-height: 1.2;
}
body h4:first-child, body .h4:first-child {
  margin-top: 0;
}
img {
  max-width: 100%;
}
.left_img, section img[align="left"] {
  margin: 0 15px 8px 0;
  float: left;
}
.right_img, section img[align="right"] {
  margin: 0 0 8px 15px;
  float: right;
}
section ul {
  list-style: none;
  margin-bottom: 25px;
}
section ul > li {
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1.6;
  position: relative;
}
section ul > li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3f3d9a;
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
}
section ul.not_style {
  margin-bottom: 0;
}
section ul.not_style > li {
  margin-bottom: 0;
  padding-left: 0;
}
section ul.not_style > li:before {
  display: none;
}
section ol {
  list-style: none;
  margin-bottom: 25px;
  counter-reset: list;
}
section ol > li {
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1.6;
  position: relative;
}
section ol > li:before {
  counter-increment: list;
  content: counter(list) ". ";
  color: #3f3d9a;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0px;
}
section p {
  margin-bottom: 20px;
}
section table {
  background: #f2f2f2;
  border-top: 2px solid #fff;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
section table tr:nth-child(2n) td {
  background: #e6e6e6;
}
section table td {
  border-bottom: 2px solid #fff;
  padding: 10px 15px;
}
section table th {
  border-bottom: 2px solid #fff;
  padding: 10px 15px;
  font-weight: bold;
  color: #fff;
  background: #3f3d9a;
}
.standart_width {
  max-width: 1500px;
  /* width:100%; */
  padding: 0 30px;
  margin: 0 auto;
}
.jq-file.typefile, select, input[type="email"], input[type="search"], input[type="tel"], input[type="text"], input[type="file"], input[type="password"] {
  font-size: 16px;
  line-height: 24px;
  color: #161a1d;
  background-color: #f5f5f5;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid transparent;
  border-radius: 8px 8px 0 0;
  padding: 17px 11px 16px;
  transition: border-bottom 0.2s;
  height: 60px;
  /* border-bottom: 1px solid rgba(0,0,0,0.14); */
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
}
textarea {
  font-size: 16px;
  line-height: 24px;
  color: #161a1d;
  background-color: #f5f5f5;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid transparent;
  border-radius: 8px 8px 0 0;
  padding: 27px 11px 6px;
  transition: border-bottom 0.2s;
  height: 100px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
  /* border-bottom: 1px solid rgba(0,0,0,0.14); */
  resize: none;
}
.jq-file.typefile:hover, select:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="file"]:hover, input[type="password"]:hover, textarea:hover {
  border-bottom: 2px solid #3f3d9a;
}
.jq-file.typefile:focus, select:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="password"]:focus, textarea:focus {
  border-bottom: 2px solid #3f3d9a;
  padding: 27px 11px 6px;
}
.jq-file.typefile input[type="file"] {
  opacity: 0;
  padding: 0 0 0 0;
  height: 60px;
}
.jq-file.typefile .jq-file__name {
  background: none;
  border: none;
}
select.error, input[type="text"].error, input[type="email"].error, input[type="search"].error, input[type="tel"].error, input[type="password"].error, textarea.error {
  border-color: #ff0b00;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
input[type="submit"] {
  cursor: pointer;
}
header {
  position: relative;
}
header.black {
  color: #000;
}
header.white:not(.header_other_page) {
  color: #fff;
}
header.white:not(.header_other_page) .index_slider_bl .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #fff;
}
header.white:not(.header_other_page) .index_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:focus, header.white:not(.header_other_page) .index_slider_bl .bx-wrapper .bx-pager.bx-default-pager a.active, header.white:not(.header_other_page) .index_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #fff;
}
header.white:not(.header_other_page) .header_bottom_bl .header_bottom {
  border-color: rgba(227, 227, 226, 0.37);
}
header.white:not(.header_other_page) .header_top_bl .head_addr, header.white:not(.header_other_page) .header_top_bl .head_tel a, header.white:not(.header_other_page) .header_top_bl .fa, header.white:not(.header_other_page) .header_bottom_bl .fa, header.white:not(.header_other_page) .header_bottom_bl .menu_lvl1_bt, header.white:not(.header_other_page) .header_top_bl .head_logo_txt {
  color: #fff;
}
header.white .index_slider_el {
  color: #fff;
}
header.white .index_slider_bl .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #fff;
}
header.white .index_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:focus, header.white .index_slider_bl .bx-wrapper .bx-pager.bx-default-pager a.active, header.white .index_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #fff;
}
.header_info_bl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header_top .bord_bt {
  font-size: 18px;
  padding: 12px 20px 10px;
  width: 230px;
}
.head_logo_bl {
  width: 40%;
  display: flex;
  align-items: center;
}
.head_addr_bl {
  width: 25%;
  padding-left: 35px;
  position: relative;
}
.head_addr_bl .fa {
  position: absolute;
  font-size: 35px;
  color: #3f3d9a;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.head_addr {
  max-width: 245px;
  color: #666;
  font-weight: bold;
  line-height: 24px;
}
.head_tel_bl {
  width: 16%;
  padding-left: 45px;
  position: relative;
}
.head_tel_bl .fa {
  position: absolute;
  font-size: 35px;
  color: #3f3d9a;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.head_tel {
  max-width: 245px;
  color: #666;
  font-weight: bold;
  line-height: 24px;
}
.head_tel a {
  color: #666;
  text-decoration: none;
  display: block;
}
.head_tel a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.head_call_bl {
  width: 19%;
  text-align: right;
}
.head_logo {
  width: 38%;
}
.head_logo_txt {
  width: 45%;
  color: #666;
  line-height: 24px;
}
.popup-window-buttons .btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  padding: 8px 10px 8px;
  color: #3f3d9a;
  border: 1px solid #3f3d9a;
  border-bottom: 1px solid #3f3d9a !important;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  max-width: 100%;
  text-decoration: none;
  background: transparent;
  margin: 0 2px 5px;
  height: auto;
  cursor: pointer;
}
.popup-window-buttons .btn:hover {
  color: #fff;
  background: #3f3d9a;
}
.bord_bt {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding: 8px 30px 8px;
  color: #3f3d9a;
  border: 1px solid #3f3d9a;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  max-width: 100%;
  text-decoration: none;
  background: transparent;
}
.bord_bt:hover {
  color: #fff;
  background: #3f3d9a;
}
.head_menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}
.head_menu > li {
  position: relative;
}
.head_menu > li:hover .menu_lvl2 {
  display: block;
}
.head_menu > li:hover .menu_lvl1_bt {
  text-decoration: none;
  color: #3f3d9a;
}
.head_menu > li.menu_catalog {
  position: static;
}
.head_menu li.flexMenu-viewMore > a {
  background: #e98519;
  color: #fff;
}
.head_menu .flexMenu-popup {
  background: #30cfc7;
  list-style: none;
  padding: 0;
  margin: 0;
}
.head_menu .flexMenu-popup li a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 5px 10px;
}
.head_menu .flexMenu-popup li a:hover {
  background: #1da79f;
  color: #fff;
}
.menu_lvl1_bt {
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  padding: 20px 15px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.menu_lvl1_bt.active, .menu_lvl1_bt:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.menu_lvl1_bt .fa {
  color: inherit;
  display: block;
  margin-left: 10px;
  font-size: 13px;
}
.menu_lvl2 {
  display: none;
  position: absolute;
  left: 0;
  /* right:0; */
  top: 100%;
  background: #fff;
  border-top: 2px solid #3f3d9a;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.menu_lvl2 > li {
  position: relative;
  border-top: 1px solid #dededd;
}
.menu_lvl2 > li:first-child {
  border-top: none;
}
.menu_lvl2 > li:hover .menu_lvl3 {
  display: block;
}
.menu_lvl2 > li:hover .menu_lvl2_bt {
  text-decoration: none;
  color: #3f3d9a;
}
.menu_lvl2_bt {
  padding: 15px 20px;
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.menu_lvl2_bt.active, .menu_lvl2_bt:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.menu_lvl2_bt .fa {
  color: inherit;
  display: block;
  margin-left: 10px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
.menu_lvl3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.menu_lvl3_bt {
  padding: 15px 20px;
  display: block;
  color: #000;
  font-size: 16px;
  border-top: 1px solid #dededd;
  text-decoration: none;
}
.menu_lvl3_bt:first-child {
  border-top: none;
}
.menu_lvl3_bt.active, .menu_lvl3_bt:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.header_bottom {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #e3e3e2;
}
.head_menu_bl {
  width: 81%;
}
.head_menu_bl.big_menu {
  width: 96%;
}
.head_menu_bl.big_menu + .head_sear_bask_bl {
  width: 4%;
}
.head_sear_bask_bl {
  width: 19%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head_sear_bl {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
}
.head_sear_bl a {
  color: #000;
  text-decoration: none;
}
.head_sear_bl a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.head_bask_bl {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 45px;
}
.head_bask_bl a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.head_bask_bl a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.head_bask_bl .fa {
  display: block;
}
.head_bask_bl span {
  display: block;
  margin-left: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #bababa;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}
.head_bask_bl span.active {
  background: #3f3d9a;
}
.menu_catalog .menu_lvl2 {
  border-top: none;
  padding: 35px 25px 1px;
}
.menu_catalog:hover .menu_lvl2 {
  display: flex !important;
  flex-wrap: wrap;
}
.menu_catalog_el {
  width: 25%;
  display: flex;
  line-height: 1.2;
  padding-right: 10px;
  margin-bottom: 35px;
}
.menu_catalog_el:nth-child(4n) {
  padding-right: 0;
}
.menu_cat_ic {
  width: 110px;
}
.menu_cat_ic img {
  max-width: 75%;
}
.menu_cat_tit {
  font-weight: bold;
  margin-bottom: 10px;
}
.menu_cat_tit a {
  text-decoration: none;
  color: #000;
}
.menu_cat_tit a.active, .menu_cat_tit a:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.menu_cat_list a {
  text-decoration: none;
  color: #3f3d9a;
  display: block;
  margin-bottom: 10px;
}
.menu_cat_list a.active, .menu_cat_list a:hover {
  text-decoration: none;
  color: #000;
}
.head_search_bl {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 200;
  display: none;
}
.head_search_bl.open {
  display: block;
}
.head_search {
  padding: 50px 0 65px;
  border-bottom: 1px solid #e8e8e8;
}
.head_search .standart_width {
  position: relative;
}
.search_bl {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.search_bl input[type="text"], .search_bl input[type="search"] {
  display: block;
  font-size: 20px;
  padding: 17px 11px 16px;
  margin-right: 10px;
}
.head_search_close {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 37px;
  margin-top: -20px;
  color: #000;
  text-decoration: none;
  letter-spacing: -6px;
  width: 22px;
  line-height: 1;
}
.head_search_close:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.popup-window-buttons .btn.btn-primary {
  border: 1px solid #3f3d9a;
  border-bottom: 1px solid #3f3d9a !important;
  background: #3f3d9a;
  cursor: pointer;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 1;
  font-size: 12px;
  margin: 0 2px 5px;
  text-decoration: none;
  height: auto;
  cursor: pointer;
}
.popup-window-buttons .btn.btn-primary:hover {
  text-decoration: none;
  color: #3f3d9a;
  background: transparent;
}
.bx-blue .btn.btn-default, #section_subscribe, .color_bt {
  border: 1px solid #3f3d9a;
  background: #3f3d9a;
  cursor: pointer;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 25px;
  border-radius: 4px;
  line-height: 1;
  font-size: 18px;
  text-decoration: none;
}
.bx-blue .btn.btn-default:hover, #section_subscribe:hover, .color_bt:hover {
  text-decoration: none;
  color: #3f3d9a;
  background: transparent;
  border-color: #3f3d9a;
}
.head_search_rez_el {
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.2;
}
.head_search_rez_el:hover {
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
}
.head_search_rez_el .standart_width {
  display: flex;
  align-items: center;
  height: 80px;
}
.head_search_rez_ic {
  display: block;
  margin-right: 30px;
  width: 60px;
  height: 60px;
  line-height: 55px;
}
.head_search_rez_ic img {
  max-height: 100%;
  vertical-align: middle;
}
.head_search_rez_txt {
  display: block;
}
.head_search_all {
  padding: 20px 0;
}
.head_search_all .bord_bt {
  width: 160px;
  font-size: 16px;
  padding: 8px 10px 7px;
}
.fixed_head_menu {
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 190;
  position: fixed;
  display: none;
}
.fixed_head_menu.fix {
  display: block;
}
.fixed_head_menu.small .standart_width {
  padding: 0 10px;
}
.fixed_head_menu .head_logo {
  width: 12.5%;
}
.fixed_head_menu .head_logo svg, .fixed_head_menu .head_logo img {
  max-height: 45px;
}
.fixed_head_menu .head_menu_bl {
  width: 73%;
}
.fixed_head_menu .head_menu_bl.big_menu {
  width: 84%;
}
.fixed_head_menu .head_menu_bl.big_menu + .head_sear_bask_bl {
  width: 4%;
}
.fixed_head_menu .head_menu_bl.big_menu .menu_lvl1_bt {
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.fixed_head_menu .head_menu_bl.padding10 .menu_lvl1_bt {
  padding-left: 10px;
  padding-right: 10px;
}
.fixed_head_menu .head_sear_bask_bl {
  width: 14.5%;
}
.fixed_head_menu .header_bottom {
  border-bottom: none;
  height: 78px;
}
.fixed_head_menu .menu_lvl1_bt {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index_slider_el {
  padding-top: 225px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.index_slider_el .standart_width {
  display: flex;
  height: 515px;
  align-items: center;
}
.index_slider_el.small {
  padding-top: 0;
}
.index_slider_tit {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.index_slider_txt {
  margin-bottom: 35px;
  line-height: 1.3;
  font-size: 18px;
}
.index_slider_cont {
  width: 64%;
}
.index_slider_cont.black {
  color: #000;
}
.index_slider_cont.white {
  color: #fff;
}
.bx-wrapper .bx-controls-direction a {
  background: #fff;
  font-size: 0;
}
.bx-wrapper .bx-controls-direction a:before {
  color: #000;
}
.bx-wrapper .bx-controls-direction a:hover {
  background: #3f3d9a;
}
.bx-wrapper .bx-controls-direction a:hover:before {
  color: #fff;
}
.ind_advantage_bl {
  padding: 45px 0;
  line-height: 1.2;
}
.advantage_list {
  display: flex;
  align-items: center;
}
.advantage_el {
  display: flex;
  align-items: center;
  width: 25%;
}
.advantage_ic {
  width: 100px;
}
.advantage_ic svg {
  display: block;
  height: auto;
  max-width: 76px;
  fill: #161a1d;
}
.advantage_tit {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.advantage_cont {
  color: #666;
}
section > div {
  background: #fff;
}
section > div:nth-child(2n) {
  background: #f7f7f7;
}
.ind_services_bl {
  padding: 65px 0;
}
.ind_services_col_bl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.2;
}
.ind_services_col_bl .bord_bt {
  width: 160px;
}
.ind_services_col_l {
  width: 25%;
  padding-right: 6%;
}
.title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.ind_services_b_txt {
  font-size: 18px;
  margin-bottom: 20px;
}
.ind_services_g_txt {
  color: #666;
  margin-bottom: 20px;
}
.all_list_bt {
  padding: 15px 0 0;
  margin-bottom: 35px;
  text-align: right;
  font-size: 14px;
}
.all_list_bt a {
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}
.all_list_bt a:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.ind_services_col_r {
  width: 75%;
}
.ind_services_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ind_services_left {
  width: 31.5%;
}
.ind_services_left .ind_services_href {
  height: 430px;
}
.ind_services_right {
  width: 65.8%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ind_services_el {
  width: 48%;
  margin: 0 4% 30px 0;
}
.ind_services_el:first-child {
  width: 100%;
  margin-right: 0;
}
.ind_services_el:nth-child(2n+1) {
  margin-right: 0;
}
.ind_services_href {
  height: 200px;
  border-radius: 6px;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.ind_services_href:hover {
  text-decoration: none;
}
.ind_services_href:hover .ind_services_ic {
  transform: scale(1.1, 1.1);
}
.ind_services_href:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.ind_services_ic {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.ind_services_tit {
  position: absolute;
  display: block;
  left: 15px;
  bottom: 15px;
  width: 210px;
  padding: 8px 10px;
  text-align: center;
  background: #3f3d9a;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.1;
  z-index: 20;
}
.ind_catalog_bl {
  padding: 65px 0 70px;
  border-bottom: 1px solid #e8e8e8;
}
.tit_all_bl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ind_catalog_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ind_catalog_el {
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 1.2;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 25px;
}
.ind_catalog_el:nth-child(1), .ind_catalog_el:nth-child(2) {
  border-top: 1px solid #e8e8e8;
}
.ind_catalog_el:nth-child(2n) {
  border-right: 1px solid #e8e8e8;
}
.ind_catalog_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.ind_catalog_ic {
  width: 29%;
  padding-right: 10px;
}
.ind_catalog_cont {
  width: 71%;
}
.ind_catalog_tit {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}
.ind_catalog_tit a {
  color: #000;
  text-decoration: none;
}
.ind_catalog_tit a:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.ind_catalog_lvl2 {
  font-size: 14px;
  margin-bottom: 5px;
}
.ind_catalog_lvl2 a {
  color: #3f3d9a;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px 5px 0;
}
.ind_catalog_lvl2 a:hover {
  text-decoration: none;
  color: #000;
}
.ind_catalog_txt {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  max-width: 425px;
}
.ind_produce_bl {
  padding: 65px 0 90px;
}
.ind_produce_bl .title {
  font-size: 30px;
}
.section .box {
  display: none;
}
.ind_tabs {
  display: flex;
  margin-bottom: 30px !important;
}
.ind_tabs.big {
  font-size: 22px;
}
.ind_tabs li {
  margin-right: 25px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  cursor: pointer;
}
.ind_tabs li:hover {
  color: #3f3d9a;
}
.ind_tabs li.current {
  color: #3f3d9a;
  border-bottom-color: #3f3d9a;
  cursor: default;
}
.ind_tabs li.current a {
  color: #3f3d9a;
  text-decoration: none;
}
.ind_tabs li a {
  color: #000;
  text-decoration: none;
}
.ind_tabs li a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.produce_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.produce_el_bl {
  width: 18.4%;
  margin: 0 2% 30px 0;
  position: relative;
  height: 400px;
}
.produce_el_bl:nth-child(5n) {
  margin-right: 0;
}
.produce_el {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
}
.produce_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
}
.produce_el:hover .det_color_bl, .produce_el:hover .produce_el_buy {
  display: block;
}
.produce_el:hover .produce_el_ic img {
  transform: scale(1.1, 1.1);
}
.produce_el .det_color_bl {
  padding: 0 10px;
  margin-bottom: 5px;
  text-align: center;
  display: none;
}
.produce_el .det_size_list, .produce_el .det_color_list {
  justify-content: center;
}
.produce_el .det_size_el:last-child {
  margin-right: 0;
}
.produce_el_ic {
  height: 220px;
  line-height: 210px;
  margin-bottom: 20px;
  /* display:flex;
	align-items:center;
	justify-content:center; */
  position: relative;
  text-align: center;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.produce_el_ic img {
  vertical-align: middle;
  max-height: 100%;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.status {
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 20;
}
.status div {
  display: table;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #fff;
  padding: 4px 7px 3px;
  font-size: 13px;
  font-weight: bold;
}
.status div.red {
  background: #f00;
}
.status div.green {
  background: #009d07;
}
.status div.blue {
  background: #2579bf;
}
.produce_el_tit {
  height: 100px;
  overflow: hidden;
  text-align: center;
  padding: 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.produce_el_tit a {
  color: #000;
  text-decoration: none;
}
.produce_el_tit a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.produce_el_stat_art {
  display: flex;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.produce_el_stat {
  color: #666;
  margin-right: 10px;
}
.produce_el_stat .fa-check {
  font-size: 10px;
  color: #009d07;
  margin-right: 3px;
}
.produce_el_stat .fa-file-text-o {
  font-size: 12px;
  color: #666;
  margin-right: 3px;
}
.produce_el_stat .fa-truck {
  font-size: 12px;
  color: #d88d43;
  margin-right: 3px;
}
.produce_el_art {
  color: #999;
}
.produce_el_price {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.produce_el_price .new {
  font-size: 18px;
  font-weight: bold;
}
.produce_el_price .old {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  margin-left: 5px;
}
.produce_el_price.det_info_price_bl {
  margin-bottom: 0;
}
.produce_el_buy {
  padding: 0 30px 20px;
  display: none;
}
.produce_el_buy .color_bt {
  font-size: 16px;
  padding: 8px 7px;
}
.produce_el_buy .color_bt .fa {
  font-size: 10px;
  margin-right: 3px;
}
.produce_buy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.produce_buy.on {
  display: flex;
}
.produce_buy.off {
  display: none;
}
.produce_basket .color_bt {
  width: 100%;
  text-align: center;
}
.produce_basket.on {
  display: block;
}
.produce_basket.off {
  display: none;
}
.produce_counter {
  margin-right: 15px;
}
.counter_bl {
  width: 86px;
  height: 34px;
  border-radius: 4px;
  background: #e8e8e8;
  padding: 0 24px;
  position: relative;
}
.counter_bl input[type="text"] {
  border: none;
  background: transparent;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #000;
  height: 100%;
}
.counter_bl a {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 24px;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 12px;
  text-decoration: none;
  color: #808080;
}
.counter_bl a.minus {
  left: 0;
}
.counter_bl a.plus {
  right: 0;
}
.counter_bl a:hover {
  color: #000;
  text-decoration: none;
}
.our_projects_bl {
  padding: 65px 0 40px;
}
.our_projects_bl .section {
  padding-top: 20px;
}
.our_projects_txt {
  margin-bottom: 25px;
  max-width: 1200px;
}
.our_projects_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.our_projects_el {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.our_projects_el:nth-child(9n+2), .our_projects_el:nth-child(9n+4), .our_projects_el:nth-child(9n+9) {
  width: 49%;
}
.our_projects_el:nth-child(3n) {
  margin-right: 0;
}
.our_projects_href {
  display: block;
  position: relative;
  height: 290px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}
.our_projects_href:hover .our_projects_about {
  display: block;
}
.our_projects_href:hover .our_projects_ic:before {
  display: block;
}
.our_projects_href:hover .our_projects_ic {
  transform: scale(1.05, 1.05);
}
.our_projects_ic {
  display: block;
  border-radius: 4px;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.our_projects_ic:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: none;
}
.our_projects_cont {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 20;
}
.our_projects_tit {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  background: #3f3d9a;
  border-radius: 4px;
  font-size: 18px;
}
.our_projects_about {
  display: none;
  margin-top: 10px;
}
.ind_comment_bl {
  padding: 65px 0;
  border-bottom: 1px solid #e8e8e8;
}
.ind_comment_el {
  min-height: 100%;
  padding: 10px 55px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  line-height: 1.4;
}
.ind_comment_top {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
.ind_comment_ic {
  width: 46px;
  min-width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 15px;
  overflow: hidden;
}
.ind_comment_ic img {
  vertical-align: middle;
  max-width: 110% !important;
  max-height: 110%;
}
.ind_comment_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ind_comment_dol {
  font-size: 14px;
  color: #666;
}
.ind_comment_cont {
  position: relative;
  margin-bottom: 15px;
}
.ind_comment_cont:before {
  content: "\f10e";
  display: block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -35px;
  color: #3f3d9a;
  font-size: 16px;
  top: 0px;
}
.ind_comment_bt .bord_bt {
  padding: 8px 10px;
  width: 160px;
  font-size: 16px;
}
.ind_comment_slider_bl {
  padding-bottom: 55px;
}
.ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager {
  bottom: -50px;
}
.ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #ccc;
}
.ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:hover, .ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:focus, .ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #3f3d9a;
  background: #3f3d9a;
}
.ind_comment_slider_bl .bx-wrapper .bx-prev {
  left: -115px;
}
.ind_comment_slider_bl .bx-wrapper .bx-next {
  right: -115px;
}
.ind_comment_slider_bl .bx-wrapper .bx-controls-direction a {
  background: #e8e8e8;
}
.ind_comment_slider_bl .bx-wrapper .bx-controls-direction a:hover {
  background: #3f3d9a;
}
.ind_news_bl {
  padding: 65px 0 40px;
}
.ind_news_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 32px;
}
.ind_news_list .number_bl {
  margin-top: 20px;
}
.ind_news_el:hover .ind_news_ic a {
  transform: scale(1.02, 1.02);
}
.ind_news_ic {
  height: 260px;
  object-fit: cover;
  object-position: center;
  text-align: center;
  overflow: hidden;
}
.ind_news_ic img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ind_news_ic a {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.ind_news_cont {
  padding: 15px 0px 10px;
  position: relative;
}
.ind_news_line {
  margin-bottom: 15px;
  background: #3f3d9a;
  width: 100px;
  height: 3px;
  transition: all 1s ease;
}
.ind_news_el:hover .ind_news_line {
  width: 100%;
}
.ind_news_type {
  text-transform: uppercase;
  font-size: 13px;
  color: #a6a6a6;
  margin-bottom: 15px;
}
.ind_news_data {
  font-size: 13px;
  color: #a6a6a6;
  margin-bottom: 10px;
}
.ind_news_tit a {
  text-decoration: none;
  color: #000;
}
.ind_news_tit a:hover {
  color: #3f3d9a;
}
section hr {
  display: block;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 0 0;
}
.ind_articles_bl {
  padding: 60px 0 35px;
}
.ind_articles_el {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ind_articles_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.ind_articles_el:hover .ind_news_ic a {
  transform: scale(1.05, 1.05);
}
.ind_articles_el:nth-child(9n+3), .ind_articles_el:nth-child(9n+7), .ind_articles_el:nth-child(9n+10) {
  margin-right: 0;
}
.ind_articles_el:nth-child(9n+1), .ind_articles_el:nth-child(9n+10) {
  width: 49%;
  position: relative;
}
.ind_articles_el:nth-child(9n+1) .ind_news_ic, .ind_articles_el:nth-child(9n+10) .ind_news_ic {
  height: 100%;
  line-height: 1.2;
  border-radius: 3px;
}
.ind_articles_el:nth-child(9n+1) .ind_news_ic a, .ind_articles_el:nth-child(9n+10) .ind_news_ic a {
  border-radius: 3px;
}
.ind_articles_el:nth-child(9n+1) .ind_news_cont, .ind_articles_el:nth-child(9n+10) .ind_news_cont {
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-radius: 4px 0 4px 0;
  border: 1px solid #e8e8e8;
  width: 335px;
  z-index: 10;
  background: #fff;
}
.ind_articles_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ind_articles_list .number_bl {
  margin-top: 20px;
}
.ind_team_bl {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 65px 0 70px;
}
.ind_team_bl .bx-wrapper .bx-pager.bx-default-pager {
  bottom: -50px;
}
.ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #ccc;
}
.ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a:hover, .ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a:focus, .ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #3f3d9a;
  background: #3f3d9a;
}
.ind_team_bl .bx-wrapper .bx-prev {
  left: -115px;
}
.ind_team_bl .bx-wrapper .bx-next {
  right: -115px;
}
.ind_team_bl .bx-wrapper .bx-controls-direction a {
  background: #e8e8e8;
}
.ind_team_bl .bx-wrapper .bx-controls-direction a:hover {
  background: #3f3d9a;
}
.ind_team_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ind_team_el {
  position: relative;
  border-top: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  /* width:32%; */
  /* margin-bottom:30px; */
  /* margin-right:2%; */
  height: 380px;
  /* &:nth-child(3n) {
		margin-right:0;
	} */
}
.ind_team_el:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.ind_team_el:hover .ind_team_cont {
  background: none;
}
.ind_team_el:hover .ind_team_pop {
  display: block;
}
.ind_team_el:hover .ind_team_ic {
  transform: scale(1.05, 1.05);
}
.ind_team_ic {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 3px;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.ind_team_cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
.ind_team_tit {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.ind_team_dol {
  font-size: 14px;
  color: #b2b2b2;
}
.ind_team_pop {
  display: none;
  padding-top: 20px;
  font-size: 14px;
  color: #b2b2b2;
}
.ind_team_pop a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.ind_team_pop a:hover {
  text-decoration: underline;
  color: #fff;
}
.ind_team_pop .color_bt {
  width: 190px;
  text-align: center;
  padding: 8px 10px;
}
.ind_team_pop .color_bt:hover {
  text-decoration: none;
}
.ind_team_pop > div {
  margin-bottom: 15px;
}
.ind_gallery_bl {
  padding: 65px 0 70px;
}
.ind_gallery_el {
  float: left;
  margin-bottom: 30px;
}
.ind_gallery_el:nth-child(6n+1), .ind_gallery_el:nth-child(6n+2) {
  width: 32%;
  margin-right: 2%;
  height: 550px;
}
.ind_gallery_el:nth-child(6n+3), .ind_gallery_el:nth-child(6n+4) {
  width: 32%;
  margin-right: 0%;
  height: 260px;
}
.ind_gallery_el:nth-child(6n+5) {
  width: 49%;
  margin-right: 2%;
  height: 260px;
}
.ind_gallery_el:nth-child(6n+6) {
  width: 49%;
  margin-right: 0%;
  height: 260px;
}
.ind_gallery_href {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.ind_gallery_href:hover .ind_gallery_ic {
  transform: scale(1.05, 1.05);
}
.ind_gallery_href:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.ind_gallery_ic {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  transform: scale(1, 1);
  transition: all 1s ease;
}
.ind_gallery_tit {
  position: absolute;
  display: block;
  left: 15px;
  bottom: 15px;
  padding: 8px 15px;
  text-align: center;
  background: #3f3d9a;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.1;
  z-index: 20;
}
.ind_about_bl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  line-height: 1.5;
}
.ind_about_bl img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.ind_about_l {
  width: 50%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.ind_about_r {
  width: 50%;
  overflow: hidden;
}
.ind_about_cont {
  padding: 10px 0px;
  max-width: 720px;
}
.ind_partners_bl {
  padding: 65px 0 60px;
}
.ind_partners_list {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.ind_partners_el {
  width: 15%;
  margin-right: 6.25%;
  margin-bottom: 30px;
}
.ind_partners_el a {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}
.ind_partners_el:nth-child(5n) {
  margin-right: 0;
}
.ind_partners_el a:hover {
  -webkit-filter: none;
  filter: none;
  filter: none;
}
.foot_call_bl {
  background: #41474d;
  color: #fff;
  padding: 30px 0 25px;
}
.foot_call_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot_call_tit {
  position: relative;
  width: 25%;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.foot_call_tit:before {
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/foot_call_tit.png") left top no-repeat;
  width: 24px;
  height: 68px;
  display: block;
  content: '';
  margin-top: -34px;
}
.foot_call_bt {
  width: 15%;
  text-align: right;
}
.foot_call_bt .bord_bt {
  border-color: #fff;
  color: #fff;
  padding: 12px 30px;
}
.foot_call_bt .bord_bt:hover {
  border-color: #fff;
  background: #fff;
  color: #3f3d9a;
}
.foot_call_txt {
  width: 50%;
  font-size: 18px;
  line-height: 1.4;
}
.foot_info_bg {
  background: #23282c;
  color: #fff;
}
.foot_info_bg a {
  color: #fff;
  text-decoration: none;
}
.foot_info_bg a:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.foot_info_top {
  padding: 60px 0 55px;
  display: flex;
  justify-content: space-between;
}
.foot_menu_bl {
  width: 76%;
}
.foot_menu_bl {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
}
.foot_menu_el {
  padding-right: 20px;
  min-width: 14%;
}
.foot_menu_tit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.foot_menu_list {
  color: #ccc;
  font-size: 14px;
}
.foot_menu_list a {
  color: #ccc;
  display: block;
  margin-bottom: 15px;
}
.foot_cont_bl {
  width: 20%;
}
.foot_cont {
  margin-bottom: 60px;
  line-height: 1.4;
}
.foot_addr {
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
}
.foot_addr .fa {
  position: absolute;
  font-size: 35px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.foot_tel {
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
}
.foot_tel .fa {
  position: absolute;
  font-size: 35px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.foot_tel a {
  display: block;
  margin-bottom: 5px;
}
.foot_tel a:last-child {
  margin-bottom: 0;
}
.foot_mail {
  padding: 5px 0 3px 45px;
  position: relative;
}
.foot_mail a {
  display: block;
  margin-bottom: 5px;
}
.foot_mail a:last-child {
  margin-bottom: 0;
}
.foot_mail .fa {
  position: absolute;
  font-size: 24px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.foot_soc {
  text-align: right;
  font-size: 0;
}
.foot_soc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-bottom: 15px;
  margin-left: 15px;
  border-radius: 4px;
  /* border:1px solid #fff; */
  box-shadow: inset 0 0 0 1px #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.foot_soc a img {
  vertical-align: middle;
}
.foot_soc a:hover {
  box-shadow: none;
}
.foot_soc a.vk:hover {
  background: #4a76a8;
}
.foot_soc a.fb:hover {
  background: #3565a0;
}
.foot_soc a.tw:hover {
  background: #02abed;
}
.foot_soc a.inst:hover {
  background: #8643bd;
  background: linear-gradient(45deg, #fad803, #f76900, #f70a00, #de1539, #b23994, #8944ba, #7b34ad);
}
.foot_soc a.yb:hover {
  background: #ea3f3e;
}
.foot_soc a.tg:hover {
  background: #35a4e0;
}
.foot_soc a.ok:hover {
  background: #f37f10;
}
.foot_soc a.gp:hover {
  background: #e43e2b;
}
.foot_soc a.ml:hover {
  background: #005ff7;
}
.foot_info_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #fff;
  color: #ccc;
}
.mob_header_bg {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.mob_menu_pop_bl {
  position: fixed;
  display: none;
  left: -100%;
  top: 0;
  bottom: 0;
  z-index: 200;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  width: 300px;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
}
.mob_menu_pop_bl.open {
  display: block;
  left: 0;
}
.mob_menu_pop_bl .menu_lvl3_bt, .mob_menu_pop_bl .menu_lvl2_bt {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
}
.mob_menu_pop_bl .menu_lvl1_bt {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
}
.mob_menu_pop_bl .menu_lvl1_bt .fa {
  position: absolute;
  right: 15px;
  transform: rotate(-90deg);
  margin-left: 0px;
  font-size: 16px;
  top: 50%;
  margin-top: -9px;
}
.mob_menu_pop_bl .mob_menu_lvl2 {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  height: 100vh;
  /* overflow-y:scroll; */
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  display: none;
  box-shadow: none;
}
.mob_menu_pop_bl .mob_menu_lvl2.open {
  display: block;
}
.mob_menu_pop_bl .mob_menu_lvl3 {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  height: 100vh;
  /* overflow-y:scroll; */
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  display: none;
  box-shadow: none;
}
.mob_menu_pop_bl .mob_menu_lvl3.open {
  display: block;
}
.mob_menu_pop_bl .head_tel_bl, .mob_menu_pop_bl .head_addr_bl {
  width: auto;
  padding: 15px 15px 15px 50px;
}
.mob_menu_pop_bl .head_tel_bl .fa, .mob_menu_pop_bl .head_addr_bl .fa {
  font-size: 30px;
  margin-top: -15px;
}
.mob_menu_pop_bl .head_addr_bl {
  border-bottom: 1px solid #e8e8e8;
}
.mob_menu_pop_bl .head_addr_bl .fa {
  left: 18px;
}
.mob_menu_pop_bl .head_tel_bl .fa {
  left: 15px;
}
.mob_menu_pop {
  width: 100%;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transform: translateX(0%);
}
.mob_menu_pop.open {
  transform: translateX(-100%);
}
.mob_menu_pop.open_l {
  transform: translateX(-200%);
}
.menu_back {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.menu_back:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.menu_back .fa {
  margin-right: 15px;
}
.menu_tit {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 15px;
  position: relative;
  font-size: 18px;
  background: #f7f7f7;
  display: block;
  color: #000;
  text-decoration: none;
}
.menu_tit:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.mob_menu_bt {
  display: block;
  font-size: 30px;
  color: #000;
  text-decoration: none;
}
.mob_menu_bt:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.mob_header_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mob_header_bl .head_logo {
  width: 50%;
}
.mob_header_bl .mob_head_menu_bl {
  width: 10%;
}
.mob_header_bl .head_sear_bask_bl {
  width: 70%;
}
.mob_header_bl .head_bask_bl {
  margin-left: 15px;
}
.popup_bl {
  padding: 65px 30px 55px;
  background: #fff;
  border-radius: 6px;
  line-height: 1.2;
  font-size: 14px;
  width: 480px;
  max-width: 100%;
}
.popup_bl.comm_popup {
  width: 800px;
  padding: 30px 0;
}
.popup_bl.comm_popup .ind_comment_el {
  border: none;
}
.popup_tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.popup_txt {
  color: #999;
  margin-bottom: 35px;
}
.popup_form_el {
  margin-bottom: 30px;
  position: relative;
}
.popup_form_el .error_txt {
  position: absolute;
  font-size: 12px;
  color: #ff0b00;
  top: -15px;
  right: 0;
}
.popup_form_el .error_txt.big {
  top: 10px;
  font-size: 16px;
}
.popup_form_el .jq-selectbox__select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
}
.popup_form_el img.calendar-icon {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 25;
}
.popup_form_el small {
  font-size: 80%;
  color: #999;
}
.popup_form_el ul {
  margin-bottom: 0;
}
.popup_form_el ul > li {
  margin-bottom: 0;
  padding-left: 0;
}
.popup_form_el ul > li:before {
  display: none;
}
.popup_form_el select[multiple="multiple"] {
  height: 150px;
  font-size: 14px;
}
.pop_el_tit {
  position: absolute;
  font-size: 12px;
  color: #999;
  left: 11px;
  top: 6px;
}
.pop_el_tit sup {
  font-size: 90%;
  top: -2px;
  color: #ff0b00;
  font-weight: bold;
  margin-left: 3px;
}
.pop_el_tit.big {
  top: 17px;
  font-size: 16px;
}
.popup_form_prava {
  margin-bottom: 30px;
  line-height: 1.4;
}
.jq-checkbox.checked {
  background: #3f3d9a;
  border-color: #3f3d9a;
}
.jq-radio.checked {
  background: #fff;
}
.jq-radio.checked .jq-radio__div {
  background: #3f3d9a;
  border-color: #3f3d9a;
}
.popup_form_bt .color_bt {
  min-width: 110px;
  height: 33px;
  text-align: center;
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.popup_form_bt .bord_bt {
  min-width: 110px;
  height: 33px;
  text-align: center;
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.popup_form_prava.error .jq-checkbox {
  border-color: red;
}
div.title-search-result {
  z-index: 20 !important;
  overflow: visible !important;
  border: none !important;
}
div.title-search-result .head-search-up {
  opacity: 1;
  position: relative;
  top: -90px;
  left: auto;
  width: auto;
  border-radius: 0 0 0 0;
  border-bottom: 5px solid #fff;
}
.header_other_page .header_info_bl {
  position: relative;
  z-index: 40;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.header_other_page .header_info_bl .header_bottom {
  border-bottom: none;
  border-top: 1px solid #e3e3e2;
}
body.biger_banner .header_other_page .header_info_bl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body.biger_banner .head_gray_menu_bl {
  background: transparent;
}
.cont_head_bl {
  background: #3f3d9a;
  padding: 20px 0 50px;
  color: #fff;
}
.cont_head_bl h1, .cont_head_bl .h1 {
  margin-bottom: 5px;
}
.cont_head_bl a {
  color: #fff;
  text-decoration: none;
}
.cont_head_bl a:hover {
  color: #fff;
  text-decoration: underline;
}
.bred_crumbs {
  font-size: 14px;
}
.bred_crumbs li {
  display: inline;
  position: relative;
}
.bred_crumbs li a {
  opacity: 0.5;
}
.bred_crumbs li a:hover {
  opacity: 1;
  text-decoration: none;
}
.bred_crumbs li:after {
  content: "\f101";
  margin: 0 8px;
  opacity: 0.5;
  font-family: FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bred_crumbs li:last-child:after {
  display: none;
}
.l_banner {
  border-radius: 4px;
  overflow: hidden;
}
.l_banner img {
  display: block;
  width: 100%;
}
.content {
  padding: 50px 0 150px;
}
.content.double {
  display: grid;
  grid-template-columns: 256px 1fr;
  gap: 0px 32px;
}
.cont_width_bl {
  background: #fff;
  margin-top: -80px;
  border-radius: 4px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  font-size: 14px;
  line-height: 1.6;
}
.cont_width_bl .ind_catalog_el {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
  align-items: initial;
}
.cont_width_bl .ind_catalog_el:hover {
  box-shadow: none;
}
.cont_width_bl .ind_catalog_ic {
  width: 23.8%;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.cont_width_bl .ind_catalog_lvl2 a {
  margin-right: 5px;
}
.cont_width_bl .ind_catalog_list {
  padding: 40px 0 20px;
}
.cont_width_bl .title {
  font-size: 28px;
  padding-bottom: 28px;
  margin-bottom: 40px;
}
.cont_width_bl .title.big {
  font-size: 40px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.cont_width_bl .produce_el_bl {
  width: 31%;
  margin-right: 3.5%;
}
.cont_width_bl .produce_el_bl:nth-child(5n) {
  margin-right: 3.5%;
}
.cont_width_bl .produce_el_bl:nth-child(3n) {
  margin-right: 0%;
}
.gray_bg, section > div.gray_bg {
  background: #f7f7f7;
}
.left_menu_bl {
  margin-bottom: 40px;
}
.left_menu_el {
  border-bottom: 1px solid #dededd;
}
.l_menu_lvl1_bt {
  display: block;
  position: relative;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.l_menu_lvl1_bt:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.l_menu_lvl1_bt.active, .l_menu_lvl1_bt.open {
  color: #fff;
  background: #3f3d9a;
}
.l_menu_lvl1_bt.active .fa, .l_menu_lvl1_bt.open .fa {
  transform: rotate(90deg);
}
.l_menu_lvl1_bt .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  height: 16px;
  margin-top: -8px;
}
.l_menu_lvl2 {
  background: #fff;
  font-size: 14px;
  display: none;
  padding: 15px 0;
}
.l_menu_lvl2.active {
  display: block;
}
.l_menu_lvl2_bt {
  display: block;
  padding: 5px 30px 5px 20px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.l_menu_lvl2_bt:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.l_menu_lvl2_bt.active, .l_menu_lvl2_bt.open {
  color: #3f3d9a;
}
.l_menu_lvl2_bt.active .fa, .l_menu_lvl2_bt.open .fa {
  transform: rotate(90deg);
}
.l_menu_lvl2_bt .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  height: 16px;
  margin-top: -8px;
}
.l_menu_lvl3 {
  display: none;
}
.l_menu_lvl3.active {
  display: block;
  background: #f2f2f2;
}
.l_menu_lvl4 {
  display: none;
}
.l_menu_lvl4.active {
  display: block;
  background: #e6e6e6;
}
.l_menu_lvl3_bt {
  display: block;
  padding: 5px 30px 5px 30px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.l_menu_lvl3_bt:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.l_menu_lvl3_bt.active, .l_menu_lvl3_bt.open {
  background: #f0f0f0;
  color: #3f3d9a;
}
.l_menu_lvl3_bt.active .fa, .l_menu_lvl3_bt.open .fa {
  transform: rotate(90deg);
}
.l_menu_lvl3_bt .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  height: 16px;
  margin-top: -8px;
}
.l_menu_lvl4_bt {
  display: block;
  padding: 5px 30px 5px 40px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.l_menu_lvl4_bt.active, .l_menu_lvl4_bt:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.l_menu_lvl4_bt.active .fa, .l_menu_lvl4_bt:hover .fa {
  transform: rotate(90deg);
}
.l_menu_lvl4_bt .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  height: 16px;
  margin-top: -8px;
}
.podrazdel_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
.podrazdel_el {
  width: 50%;
  margin-bottom: 45px;
  display: flex;
}
.podrazdel_el_l {
  width: 120px;
  min-width: 120px;
  padding-right: 25px;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podrazdel_el_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.podrazdel_el_tit a {
  color: #000;
  text-decoration: none;
}
.podrazdel_el_tit a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.podrazdel_el_txt {
  color: #666;
  font-size: 14px;
  max-width: 290px;
}
.cat_sort_bl {
  max-width: 320px;
  margin-bottom: 30px;
}
.more_bl {
  text-align: center;
  width: 100%;
  margin: 0px auto 65px;
}
.more_bl .bord_bt {
  width: 150px;
  font-size: 16px;
  padding: 8px 2px;
  text-align: center;
}
.number_bl {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px;
  width: 100%;
}
.number_bl span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  color: #000;
  text-decoration: none;
  margin: 0 2px;
}
.number_bl a {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  color: #000;
  text-decoration: none;
  margin: 0 2px;
  cursor: pointer;
}
.number_bl a:hover {
  color: #3f3d9a;
}
.number_bl a.active:hover, .number_bl a.active {
  color: #fff;
  background: #3f3d9a;
}
.number_bl a.prev {
  position: relative;
}
.number_bl a.prev:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  position: absolute;
  background: url("../img/number_arrow.png") center no-repeat;
  background-size: 100% auto;
  opacity: 0.2;
}
.number_bl a.prev:hover:before {
  opacity: 1;
}
.number_bl a.next {
  position: relative;
}
.number_bl a.next:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  position: absolute;
  background: url("../img/number_arrow.png") center no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
  opacity: 0.2;
}
.number_bl a.next:hover:before {
  opacity: 1;
}
.detail_page_bl {
  padding: 1px 0 160px;
}
.detail_page_cont {
  background: #fff;
  margin: -30px auto 0px;
  padding: 30px 30px;
  border-radius: 4px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.6;
}
.det_top_bl {
  display: flex;
  align-items: stretch;
  border: 1px solid #e8e8e8;
}
.det_gall_stat_bl {
  position: relative;
  padding: 85px 40px;
  width: 50%;
}
.det_status_bl {
  position: absolute;
  left: 10px;
  top: 10px;
}
.det_status_bl .status {
  position: static;
  display: flex;
  align-items: center;
}
.det_status_bl .status div {
  margin-right: 10px;
}
.product-item-detail-slider-container {
  position: relative;
  padding: 0 35px 0 90px;
}
.product-item-detail-slider-container .product-item-detail-slider-left, .product-item-detail-slider-container .product-item-detail-slider-right {
  top: 50%;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  margin-top: -22px;
  border: 1px solid #3f3d9a;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item-detail-slider-container .product-item-detail-slider-left svg, .product-item-detail-slider-container .product-item-detail-slider-right svg {
  display: block;
  fill: #3f3d9a;
}
.product-item-detail-slider-container .product-item-detail-slider-left:hover, .product-item-detail-slider-container .product-item-detail-slider-right:hover {
  background: #3f3d9a;
}
.product-item-detail-slider-container .product-item-detail-slider-left:hover svg, .product-item-detail-slider-container .product-item-detail-slider-right:hover svg {
  fill: #fff;
}
.product-item-detail-slider-container .product-item-detail-slider-right {
  transform: rotate(180deg);
}
.product-item-detail-slider-container .product-item-detail-slider-controls-block {
  position: absolute;
  left: 0;
  top: 50%;
  width: 65px;
  transform: translateY(-50%);
}
.bx-no-retina .product-item-detail-slider-controls-image.active {
  outline-color: #3f3d9a;
}
.det_gallery_bl {
  display: flex;
  align-items: center;
}
.det_pager_video_bl {
  width: 70px;
  min-width: 70px;
  margin-right: 10%;
}
.det_slider_bl {
  width: 410px;
}
.det_slider_el {
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  /*background:#f2f2f2;*/
}
.det_pager a {
  width: 70px;
  height: 70px;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.det_pager a img {
  max-height: 100%;
}
.det_pager a:hover, .det_pager a.active {
  border-color: #3f3d9a;
}
.det_video_bt {
  margin-top: 20px;
  width: 70px;
  height: 70px;
  background: #e8e8e8;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 5px;
  display: block;
  text-align: center;
  color: #808080;
  font-size: 18px;
  text-decoration: none;
}
.det_video_bt i {
  font-size: 24px;
  display: block;
}
.det_video_bt span {
  display: block;
}
.det_video_bt:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a {
  width: 32px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: 0;
  border-radius: 0;
  background: none;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a.bx-prev {
  top: -38px;
  transform: rotate(90deg);
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a.bx-next {
  top: auto;
  transform: rotate(90deg);
  bottom: -38px;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a:hover {
  background: none;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a:hover:before {
  color: #3f3d9a;
}
.det_info_bl {
  width: 50%;
}
.det_art_logo_bl {
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
}
.det_pr_stat {
  width: 25%;
}
.det_pr_art {
  width: 28%;
}
.det_pr_logo {
  width: 47%;
  text-align: center;
}
.det_about_bl {
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 20px 20px 0;
}
.det_about {
  margin-bottom: 10px;
}
.det_about_bt {
  display: block;
  text-decoration: underline;
  font-size: 16px;
}
.det_about_bt .fa {
  font-size: 14px;
  margin-left: 5px;
}
.det_info_boub {
  display: flex;
  align-items: stretch;
}
.det_info_boub_l {
  width: 270px;
  padding-top: 25px;
  margin-right: 8%;
}
.det_info_price_bl {
  margin-bottom: 20px;
  line-height: 1.2;
}
.det_info_price {
  font-size: 30px;
  font-weight: bold;
}
.det_info_old_price {
  color: #999;
}
.det_info_old_price span {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
}
.det_info_count_buy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.det_info_count_buy.on {
  display: flex;
}
.det_info_count_buy.off {
  display: none;
}
.det_info_count_buy #section_subscribe {
  width: 100%;
}
.det_info_count {
  width: 41%;
}
.det_info_count .counter_bl {
  width: 100%;
  height: 45px;
}
.det_info_count .counter_bl a {
  width: 30px;
}
.det_info_buy {
  width: 56%;
}
.det_info_buy .color_bt {
  width: 100%;
  text-align: center;
}
.det_info_buy .color_bt .fa {
  margin-right: 5px;
  font-size: 14px;
}
.det_info_basket {
  margin-bottom: 10px;
}
.det_info_basket .color_bt {
  width: 100%;
  text-align: center;
}
.det_info_basket .color_bt .fa {
  margin-right: 5px;
  font-size: 14px;
}
.det_info_basket.on {
  display: block;
}
.det_info_basket.off {
  display: none;
}
.det_info_question {
  margin-bottom: 10px;
}
.det_info_question .bord_bt {
  padding: 12px 25px;
  width: 100%;
  text-align: center;
}
.det_info_garant {
  color: #999;
  font-size: 16px;
}
.det_info_garant .fa {
  margin-right: 10px;
}
.det_info_boub_r {
  padding-top: 30px;
}
.det_option_tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.det_option_list {
  margin-bottom: 10px;
}
.det_option_el {
  display: flex;
  line-height: 1.2;
  align-items: flex-end;
  font-size: 14px;
  margin-bottom: 12px !important;
}
.det_option_el > li:first-child {
  width: 95px;
  color: #999;
  min-width: 95px;
  position: relative;
}
.det_option_el > li:first-child:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: 1px dotted #999;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  z-index: 1;
}
.det_option_el > li:first-child span {
  background: #fff;
  position: relative;
  z-index: 10;
}
.det_option_bt {
  font-size: 16px;
  display: block;
}
.det_section {
  padding: 40px 0 30px;
  border-bottom: 1px solid #e8e8e8;
}
.det_tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px !important;
}
.det_tabs > li {
  margin-right: 20px;
  position: relative;
  padding-bottom: 5px;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.det_tabs > li:hover {
  color: #3f3d9a;
}
.det_tabs > li.current {
  cursor: default;
  color: #3f3d9a;
}
.det_tabs > li.current:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #3f3d9a;
  z-index: 10;
  display: block;
  position: absolute;
}
.det_tabs > li a {
  text-decoration: none;
  color: #000;
}
.det_tabs > li a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.det_box ul:last-child, .det_box ol:last-child, .det_box p:last-child {
  margin-bottom: 0;
}
.det_box table td:first-child {
  font-weight: bold;
  width: 300px;
}
.det_produce_list {
  padding: 30px 0;
}
.det_comment_bl .title {
  font-size: 32px;
}
.comment_bl {
  padding-bottom: 30px;
}
.add_comment_bl {
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.add_comment_bt {
  text-align: center;
}
.add_comment_bt .bord_bt {
  padding: 12px 20px;
}
.comment_form_bl {
  max-width: 910px;
  margin: 0 auto;
  padding-top: 30px;
}
.comment_form {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.comment_form .rating_bl {
  width: calc(100% - 32px);
  margin: 0 16px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comment_form .rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  position: relative;
}
.comment_form .rating label {
  display: block;
  margin-right: 5px;
  cursor: pointer;
}
.comment_form .rating input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.comment_form .rating input:nth-child(9) {
  left: 0px;
}
.comment_form .rating input:nth-child(7) {
  left: 22px;
}
.comment_form .rating input:nth-child(5) {
  left: 44px;
}
.comment_form .rating input:nth-child(3) {
  left: 66px;
}
.comment_form .rating input:nth-child(1) {
  right: 5px;
}
.comment_form .rating input:hover + label + input + label + input + label + input + label + input + label svg, .comment_form .rating input:hover + label + input + label + input + label + input + label svg, .comment_form .rating input:hover + label + input + label + input + label svg, .comment_form .rating input:hover + label + input + label svg, .comment_form .rating input:hover + label svg, .comment_form .rating input:checked + label + input + label + input + label + input + label + input + label svg, .comment_form .rating input:checked + label + input + label + input + label + input + label svg, .comment_form .rating input:checked + label + input + label + input + label svg, .comment_form .rating input:checked + label + input + label svg, .comment_form .rating input:checked + label svg {
  fill: #3f3d9a;
}
.comment_form .rating svg {
  display: block;
  fill: #121212;
}
body.black_bg .comment_form .rating svg {
  fill: #fff;
}
body.black_bg .comment_form .rating input:hover + label + input + label + input + label + input + label + input + label svg, body.black_bg .comment_form .rating input:hover + label + input + label + input + label + input + label svg, body.black_bg .comment_form .rating input:hover + label + input + label + input + label svg, body.black_bg .comment_form .rating input:hover + label + input + label svg, body.black_bg .comment_form .rating input:hover + label svg, body.black_bg .comment_form .rating input:checked + label + input + label + input + label + input + label + input + label svg, body.black_bg .comment_form .rating input:checked + label + input + label + input + label + input + label svg, body.black_bg .comment_form .rating input:checked + label + input + label + input + label svg, body.black_bg .comment_form .rating input:checked + label + input + label svg, body.black_bg .comment_form .rating input:checked + label svg {
  fill: #3f3d9a;
}
.comm_form_el {
  position: relative;
  width: calc(100% / 2 - 32px);
  margin: 0 16px 30px;
}
.comm_form_el.textarea {
  width: 100%;
}
.comment_form_bt_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment_lvl2 {
  padding-left: 30px;
}
.comment_el {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0 10px;
  line-height: 1.2;
}
.comm_el_info {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.comm_el_name {
  font-size: 18px;
  font-weight: bold;
  margin-right: 25px;
}
.comm_el_data {
  font-size: 14px;
  color: #999;
}
.comm_el_txt {
  font-size: 14px;
  margin-bottom: 20px;
}
.comm_el_txt ul:last-child, .comm_el_txt ol:last-child, .comm_el_txt p:last-child {
  margin-bottom: 0;
}
.comm_el_bt {
  display: block;
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
.comm_el_bt:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.det_back_bt_bl {
  padding: 20px 0;
}
.det_back_bt {
  display: block;
  position: relative;
  padding: 7px 0 7px 45px;
  text-decoration: none;
  font-size: 18px;
  color: #3f3d9a;
  line-height: 1;
  font-weight: bold;
}
.det_back_bt:hover {
  color: #3f3d9a;
  text-decoration: underline;
}
.det_back_bt:hover .fa {
  text-decoration: none;
}
.det_back_bt .fa {
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}
.jq-selectbox li.selected {
  background-color: #3f3d9a;
  color: #fff;
}
.usl_razdel_el {
  margin-bottom: 30px;
  display: flex;
  align-items: stretch;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.usl_razdel_el:last-child {
  margin-bottom: 0;
}
.usl_razd_el_ic {
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #e8e8e8;
  width: 184px;
  min-width: 184px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.usl_razd_el_cont {
  padding: 15px 25px;
}
.usl_razd_el_cont a {
  color: #3f3d9a;
  text-decoration: none;
}
.usl_razd_el_cont a:hover {
  color: #000;
  text-decoration: none;
}
.usl_razd_el_tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.usl_razd_el_podraz {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 14px;
}
.usl_razd_el_podraz a {
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.usl_razd_el_txt {
  font-size: 14px;
  color: #666;
}
.usl_podraz_list {
  margin-bottom: 45px;
}
.usl_podraz_el {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}
.usl_podraz_ic {
  width: 230px;
  min-width: 230px;
  height: 195px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.usl_podraz_price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.usl_podraz_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.usl_podraz_tit a {
  text-decoration: none;
  color: #000;
}
.usl_podraz_tit a:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.usl_podraz_txt {
  margin-bottom: 10px;
}
.usl_podraz_bt .color_bt {
  font-size: 16px;
  padding: 8px 10px;
  width: 150px;
}
.usl_det_image {
  margin-bottom: 30px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  overflow: hidden;
  height: 350px;
}
.usl_det_image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.usl_det_gray_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 55px;
  padding: 30px 30px;
  font-size: 16px;
}
.usl_det_gray_bl .fa {
  color: #3f3d9a;
  font-size: 60px;
  margin-right: 30px;
  width: 55px;
}
.usl_det_gray_txt {
  width: 41%;
  color: #666;
  line-height: 1.5;
}
.usl_det_gray_price {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 30%;
}
.usl_det_gray_bt {
  width: 21%;
}
.usl_det_gray_bt .color_bt {
  width: 100%;
  padding: 8px 5px;
}
.table_scroll {
  overflow-x: auto;
  margin: 40px auto 30px;
}
.cont_head_bl + .our_projects_bl {
  padding: 35px 0 90px;
}
.project_head_bl {
  position: relative;
}
.project_head_bl .bred_crumbs li a {
  color: #fff;
  text-decoration: none;
}
.project_head_bl h1, .project_head_bl .h1 {
  margin-bottom: 5px;
}
.project_head_bg {
  filter: blur(3px);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.project_head_cont {
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px 0 50px;
}
.project_head_txt {
  margin-top: 40px;
  max-width: 790px;
  line-height: 1.5;
}
.proj_det_bl {
  padding-bottom: 130px;
}
.proj_width_bl {
  position: relative;
  z-index: 20;
  margin-top: -20px;
  padding: 20px 30px 30px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  font-size: 14px;
}
.proj_width_bl .title {
  padding-bottom: 25px;
  margin-top: 45px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 32px;
}
.proj_width_bl .title:first-child {
  font-size: 36px;
  margin-top: 0px;
}
.proj_gallery_bl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 1px;
}
.proj_gall_el {
  width: 32%;
  margin: 0 2% 30px 0;
  height: 260px;
}
.proj_gall_el:nth-child(3n) {
  margin-right: 0;
}
.proj_gall_href {
  position: relative;
  border-radius: 4px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  height: 100%;
  display: block;
}
.proj_gall_href .fa {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
}
.proj_gall_href:hover:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.proj_gall_href:hover .fa {
  opacity: 1;
}
.proj_doc_bl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1;
  margin-bottom: 40px;
  padding-top: 30px;
}
.proj_doc_el {
  width: 33%;
  margin-bottom: 30px;
}
.proj_doc_href {
  display: block;
  position: relative;
  color: #999;
  padding: 5px 0 5px 60px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  /* &:before {
		content:'';
		display:block;
		width:44px;
		height:50px;
		top:50%;
		left:0;
		margin-top:-25px;
		position:absolute;
		background:url("../img/pdf_ic.png") left top no-repeat;
	} */
}
.proj_doc_href:hover .proj_doc_tit {
  color: #000;
}
.proj_doc_format {
  display: flex;
  width: 44px;
  height: 50px;
  top: 50%;
  left: 0;
  margin-top: -25px;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: url("../img/pdf_ic_new.png") left top no-repeat;
  line-height: 1;
  padding-top: 3px;
}
.proj_doc_size {
  display: block;
}
.proj_doc_tit {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #3f3d9a;
  margin-bottom: 5px;
}
.proj_doub_form_bl {
  display: flex;
  align-items: stretch;
  border: 10px solid #f5f5f5;
}
.proj_doub_form_l {
  width: 50%;
  border-right: 5px solid #f5f5f5;
}
.proj_doub_form_l .proj_doub_frm_width {
  padding: 55px 20px;
  max-width: 460px;
  margin: 0 auto;
}
.proj_doub_form_r {
  width: 50%;
  border-left: 5px solid #f5f5f5;
}
.proj_doub_form_r .proj_doub_frm_width {
  padding: 95px 0px 25px;
  max-width: 510px;
  margin-left: 17%;
  margin-right: 5%;
}
.pro_form_tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pro_form_txt {
  color: #999;
  margin-bottom: 20px;
}
.proj_form_bs {
  font-size: 18px;
  margin-bottom: 20px;
}
.proj_form_tel {
  font-size: 34px;
  margin-bottom: 20px;
}
.proj_form_tel a {
  color: #000;
  text-decoration: none;
}
.proj_form_tel a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.proj_form_s {
  margin-bottom: 35px;
  font-size: 16px;
}
.proj_form_s a {
  color: #3f3d9a;
  text-decoration: none;
}
.proj_form_s a:hover {
  color: #000;
  text-decoration: none;
}
.proj_form_color_lin {
  padding-left: 24px;
  font-size: 16px;
  position: relative;
  line-height: 1.5;
}
.proj_form_color_lin:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  top: 5px;
  bottom: 5px;
  background: #3f3d9a;
}
.news_det_bl {
  padding: 1px 0 100px;
}
.news_det_bl .cont_width_bl {
  margin-top: -30px;
  margin-bottom: 30px;
}
.news_det_data {
  color: #999;
  font-size: 18px;
  margin-bottom: 20px;
}
.basket_table_bl table, .basket_table_bl tr:nth-child(2n), .basket_table_bl tr:nth-child(2n) td, .basket_table_bl tr {
  background: none;
}
.basket_table_bl td {
  background: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 20px;
  vertical-align: middle;
}
.basket_table_bl td:first-child {
  border-left: 1px solid #e8e8e8;
}
.basket_table_bl td:last-child {
  border-right: 1px solid #e8e8e8;
}
.basket_table_bl td img {
  max-height: 120px;
  max-width: 170px;
}
.basket_table_bl th {
  background: #f2f2f2;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #f2f2f2;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 20px;
}
.basket_table_bl .produce_el_price {
  height: auto;
  display: block;
}
.basket_table_bl .produce_el_price .old {
  margin-left: 0;
  margin-top: 5px;
}
.basket_table_bl .produce_el_stat_art {
  justify-content: flex-start;
}
.bask_tabl_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bask_tabl_tit a {
  text-decoration: none;
  color: #000;
}
.bask_tabl_tit a:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.bask_del_bt {
  display: block;
  position: absolute;
  letter-spacing: -3.2px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  right: 10px;
  top: 10px;
}
.bask_del_bt:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.rez_bask_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}
.del_all_bask {
  display: inline-block;
  position: relative;
  padding: 12px 25px 12px 25px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: transparent;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.del_all_bask:hover {
  border-color: #3f3d9a;
  color: #3f3d9a;
  text-decoration: none;
}
.del_all_bask span {
  margin-left: 20px;
  display: inline-block;
  letter-spacing: -3.2px;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.del_all_bask_bl {
  min-width: 190px;
  width: 190px;
}
.continue_shop {
  display: inline-block;
  position: relative;
  padding: 12px 25px 12px 25px;
  border-radius: 4px;
  border: 1px solid #3f3d9a;
  background: transparent;
  color: #3f3d9a;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.continue_shop:hover {
  border-color: #ccc;
  color: #000;
  text-decoration: none;
}
.continue_shop_bl {
  min-width: 250px;
  width: 250px;
}
.itog_bask {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  font-size: 24px;
}
.itog_bask_txt {
  margin-right: 15px;
  color: #808080;
}
.itog_bask_price {
  min-width: 235px;
  width: 235px;
  font-weight: bold;
}
.basket_doub_form_bl {
  display: flex;
  align-items: stretch;
  border: 10px solid #f5f5f5;
}
.basket_doub_form_l {
  width: 44%;
  padding: 50px 5%;
  border-right: 5px solid #f5f5f5;
}
.basket_doub_form_r {
  width: 66%;
  padding: 50px 5%;
  border-left: 5px solid #f5f5f5;
}
.bask_dost_lab {
  overflow: hidden;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  border: 3px solid #e8e8e8;
  padding: 20px 20px 35px;
  min-height: 100%;
  cursor: pointer;
}
.bask_dost_lab .tit {
  font-size: 16px;
  display: block;
  z-index: 20;
  font-weight: bold;
  position: relative;
}
.bask_dost_lab .txt {
  font-size: 14px;
  color: #999;
  display: block;
  z-index: 20;
  position: relative;
}
.bask_dost_lab .price {
  font-size: 12px;
  text-align: center;
  background: #e8e8e8;
  display: block;
  position: absolute;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  z-index: 20;
  border-radius: 8px 8px 0 0;
}
.bask_dost_lab input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -50;
  opacity: 0;
}
.bask_dost_lab:hover, .bask_dost_lab.active {
  border-color: #3f3d9a;
}
.bask_dost_lab:hover:before, .bask_dost_lab.active:before {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  background: #3f3d9a;
  opacity: 0.1;
}
.bask_dost_lab:hover .price, .bask_dost_lab.active .price {
  background: #3f3d9a;
  color: #fff;
}
.bask_dost_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 1px;
  margin-bottom: 35px;
}
.bask_dost_el {
  margin-bottom: 20px;
}
.bask_dost_el.one {
  width: 26%;
  margin-right: 3%;
}
.bask_dost_el.one .price {
  width: 70px;
  margin-left: -35px;
}
.bask_dost_el.two {
  width: 33%;
  margin-right: 3%;
}
.bask_dost_el.two:nth-child(3n) {
  margin-right: 0;
}
.bask_dost_el.three {
  width: 40%;
  margin-right: 3%;
}
.bask_dost_el.four {
  width: 57%;
  margin-right: 3%;
}
.bask_dost_el.four:nth-child(5n) {
  margin-right: 0;
}
.bask_dost_tit {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 24px;
}
.bask_price_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 1px;
  margin-bottom: 35px;
}
.bask_price_el {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px;
}
.bask_price_el:nth-child(3n) {
  margin-right: 0;
}
.bask_price_lab {
  overflow: hidden;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  border: 3px solid #e8e8e8;
  padding: 15px 20px 15px;
  min-height: 100%;
  cursor: pointer;
}
.bask_price_lab .tit {
  font-size: 16px;
  display: block;
  z-index: 20;
  font-weight: bold;
  position: relative;
}
.bask_price_lab .txt {
  font-size: 14px;
  color: #999;
  display: block;
  z-index: 20;
  position: relative;
}
.bask_price_lab input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -50;
}
.bask_price_lab:hover, .bask_price_lab.active {
  border-color: #3f3d9a;
}
.bask_price_lab:hover:before, .bask_price_lab.active:before {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  background: #3f3d9a;
  opacity: 0.1;
}
.rez_bask_page {
  display: flex;
  align-items: flex-start;
  padding: 70px 0;
}
.rez_bask_page_l, .rez_bask_page_r {
  width: 50%;
}
.rez_bask_page_r {
  text-align: center;
}
.rez_bask_number {
  margin-bottom: 30px;
  font-size: 16px;
}
.rez_bask_tit {
  line-height: 1.2;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: bold;
}
.rez_bask_txt {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.rez_bask_bt .bord_bt, .rez_bask_bt .color_bt {
  padding: 10px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.error_page_bl {
  border: 1px solid #e5e5e5;
}
.error_page_cont {
  color: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 555px;
}
.error_page_tit {
  font-size: 48px;
  text-transform: uppercase;
}
.error_page_stit {
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.error_page_txt {
  margin-bottom: 20px;
  max-width: 315px;
  padding-left: 15px;
}
.error_page_l {
  width: 360px;
  min-width: 360px;
}
.error_page_r {
  text-align: center;
  font-size: 372px;
  color: #3f3d9a;
  line-height: 1;
  font-weight: 900;
  width: 100%;
}
.question_el {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: -1px;
}
.question_el.open {
  background: #f2f2f2;
}
.question_el:hover {
  background: #f2f2f2;
}
.question_bt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 10px 60px 10px 20px;
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}
.question_bt .fa {
  position: absolute;
  right: 20px;
  font-size: 36px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
}
.question_bt:hover {
  color: #3f3d9a;
}
.question_bt.open .fa:before {
  content: "\f106";
}
.question_cont {
  padding: 0 20px 20px;
  font-size: 14px;
  display: none;
}
.question_section {
  font-size: 16px;
  padding-top: 20px;
}
.history_doub_bl {
  margin: 50px 0;
}
.history_doub_el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.history_doub_el:last-child {
  margin-bottom: 0;
}
.history_doub_el:nth-child(2n) .history_doub_cont {
  order: -1;
}
.history_doub_ic {
  width: 48%;
}
.history_doub_ic img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.history_doub_cont {
  width: 48%;
  font-size: 14px;
}
.history_doub_cont .title {
  font-size: 48px;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.history_doub_cont p:last-child, .history_doub_cont ol:last-child, .history_doub_cont ul:last-child {
  margin-bottom: 0;
}
.h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
.career_list ul li {
  padding-left: 20px;
}
.career_list ul li:before {
  width: 8px;
  height: 8px;
  top: 7px;
}
.career_list .question_cont {
  color: #4c4c4c;
}
.career_bt .color_bt {
  padding: 9px 10px;
  width: 200px;
  font-size: 16px;
  line-height: 1;
}
.licenses_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 50px 0 20px;
  padding-bottom: 1px;
}
.licenses_el {
  width: 25%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.licenses_el a {
  text-decoration: none;
  color: #000;
}
.licenses_el a:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.licenses_href {
  display: block;
}
.licenses_href:hover {
  color: #3f3d9a;
}
.licenses_href:hover .licenses_lupa {
  opacity: 1;
}
.licenses_ic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 225px;
  margin-bottom: 10px;
}
.licenses_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
}
.licenses_lupa {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f3d9a;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  opacity: 0;
}
.executives_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 1px;
}
.execut_el:nth-child(3n) {
  margin-right: 0;
}
.execut_el {
  width: 32%;
  margin-right: 2%;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  color: #b2b2b2;
}
.execut_el .color_bt {
  font-size: 16px;
  padding: 10px 15px;
}
.execut_photo {
  border-radius: 6px 6px 0 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e8e8e8;
  height: 260px;
}
.execut_cont {
  padding: 10px 15px 15px;
}
.execut_tit_bl {
  min-height: 105px;
  margin-bottom: 5px;
}
.execut_tit {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.execut_dolj {
  font-size: 14px;
}
.execut_tel, .execut_mail {
  margin-bottom: 13px;
  line-height: 1.2;
}
.execut_tel a, .execut_mail a {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.execut_tel a:hover, .execut_mail a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.about_page_bl h2, .about_page_bl.h2 {
  font-size: 36px;
  margin: 40px 0 20px;
}
.about_page_bl h2:first-child, .about_page_bl.h2:first-child {
  margin-top: 0;
}
.about_page_bl h3, .about_page_bl.h3 {
  font-size: 32px;
  margin: 40px 0 20px;
}
.about_page_bl h3:first-child, .about_page_bl.h3:first-child {
  margin-top: 0;
}
.about_page_bl h4, .about_page_bl.h4 {
  font-size: 28px;
  margin: 40px 0 20px;
}
.about_page_bl h4:first-child, .about_page_bl.h4:first-child {
  margin-top: 0;
}
.about_page_bl h5, .about_page_bl.h5 {
  font-size: 24px;
  margin: 40px 0 20px;
  font-weight: bold;
}
.about_page_bl h5:first-child, .about_page_bl.h5:first-child {
  margin-top: 0;
}
.about_page_bl h6, .about_page_bl.h6 {
  font-size: 20px;
  margin: 40px 0 20px;
  font-weight: bold;
}
.about_page_bl h6:first-child, .about_page_bl.h6:first-child {
  margin-top: 0;
}
.comment_page_bl {
  padding-top: 20px;
}
.comment_page_bl .ind_comment_el {
  margin-bottom: 30px;
}
.comment_page_bl .more_bl {
  margin-bottom: 40px;
}
.add_comm_bt {
  display: flex;
  justify-content: flex-end;
}
.add_comm_bt .fa {
  font-size: 16px;
  margin-right: 10px;
}
.price_table_bl {
  overflow-x: auto;
}
tr.price_table_tit {
  background: #fff;
}
tr.price_table_tit:nth-child(2n) td, tr.price_table_tit td {
  background: #fff;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.contact_map_bl img {
  display: block;
}
section > div.cont_page_bl:nth-child(2n), .cont_page_bl {
  background: #fff;
}
.contact_info_top_bl {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 45px 0;
}
.contact_info_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_info_top .bord_bt {
  min-width: 230px;
  padding: 12px 10px;
}
.contact_info_el {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
}
.contact_info_el a {
  text-decoration: none;
  color: #666;
}
.contact_info_el a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.cont_info_tit {
  color: #4c4c4c;
  font-weight: bold;
  margin-bottom: 5px;
}
.cont_info_circ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 15px;
  background: #3f3d9a;
  color: #fff;
  font-size: 35px;
  border-radius: 50%;
}
.cont_info_circ .fa-envelope {
  font-size: 24px;
}
.contact_list_bl {
  padding: 60px 0 80px;
}
.contact_list_bl .h3 {
  margin: 60px 0 25px;
  font-size: 24px;
}
.contact_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact_el {
  display: flex;
  align-items: stretch;
  width: 49%;
  margin: 0 2% 30px 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.contact_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}
.contact_el:nth-child(2n) {
  margin-right: 0;
}
.contact_ic {
  border-radius: 9px 0 0 9px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid #e8e8e8;
  min-height: 180px;
  width: 230px;
  min-width: 230px;
}
.contact_cont {
  padding: 15px 20px;
  line-height: 1.2;
  font-size: 14px;
}
.contact_cont .fa {
  font-size: 18px;
  color: #3f3d9a;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 14px;
}
.contact_tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact_metro {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.contact_metro:before {
  content: 'M';
  display: block;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #3f3d9a;
  position: absolute;
  font-weight: 900;
  line-height: 14px;
}
.contact_clock, .contact_mail, .contact_tel {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.contact_clock a, .contact_mail a, .contact_tel a {
  display: block;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}
.contact_clock a:last-child, .contact_mail a:last-child, .contact_tel a:last-child {
  margin-bottom: 0;
}
.contact_clock a:hover, .contact_mail a:hover, .contact_tel a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.g-recaptcha {
  margin-bottom: 30px;
}
.g-recaptcha > div {
  margin: 0 auto;
  /* 	&.error {
		border-color:red;
		& *,
		& .recaptcha-checkbox-border,
		& .rc-anchor-light.rc-anchor-normal {
			border-color:red;
		}
	} */
}
iframe.error {
  border: 1px solid red;
}
iframe.error *, iframe.error .recaptcha-checkbox-border, iframe.error .rc-anchor-light.rc-anchor-normal {
  border-color: red;
}
.new_filter_bl, .filter_bl {
  font-size: 14px;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-title span, .filter_bl .bx-filter .bx-filter-parameters-box-title span {
  display: flex;
  border-bottom: none;
  color: #000;
  font-size: 14px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub, .filter_bl .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  display: none;
}
.new_filter_bl .bx-filter.bx-blue .bx-filter-section, .filter_bl .bx-filter.bx-blue .bx-filter-section {
  background: transparent;
  border-radius: 0px;
  padding: 0 0 0 0;
}
.new_filter_bl .bx-filter .bx-filter-title, .filter_bl .bx-filter .bx-filter-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 13px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.new_filter_bl .bx-filter .row, .filter_bl .bx-filter .row {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box, .filter_bl .bx-filter .bx-filter-parameters-box {
  padding: 15px 0px;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-title, .filter_bl .bx-filter .bx-filter-parameters-box-title {
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.new_filter_bl .bx-filter .bx-filter-block, .filter_bl .bx-filter .bx-filter-block {
  margin-top: 10px;
}
.new_filter_bl .bx-filter .bx-filter-input-container input, .filter_bl .bx-filter .bx-filter-input-container input {
  height: 38px;
  border: 1px solid #ddd;
}
.new_filter_bl .bx-filter .bx-filter-param-label, .filter_bl .bx-filter .bx-filter-param-label {
  padding-left: 30px;
}
.new_filter_bl .bx-filter .bx-filter-param-label .jq-radio, .filter_bl .bx-filter .bx-filter-param-label .jq-radio, .new_filter_bl .bx-filter .bx-filter-param-label .jq-checkbox, .filter_bl .bx-filter .bx-filter-param-label .jq-checkbox {
  position: absolute;
  left: 0;
  top: 1px;
}
.new_filter_bl .bx-filter .bx-filter-param-label .jq-radio.checked, .filter_bl .bx-filter .bx-filter-param-label .jq-radio.checked {
  background: #3f3d9a;
  border-color: #3f3d9a;
}
.new_filter_bl .col-xs-1, .filter_bl .col-xs-1, .new_filter_bl .col-sm-1, .filter_bl .col-sm-1, .new_filter_bl .col-md-1, .filter_bl .col-md-1, .new_filter_bl .col-lg-1, .filter_bl .col-lg-1, .new_filter_bl .col-xs-2, .filter_bl .col-xs-2, .new_filter_bl .col-sm-2, .filter_bl .col-sm-2, .new_filter_bl .col-md-2, .filter_bl .col-md-2, .new_filter_bl .col-lg-2, .filter_bl .col-lg-2, .new_filter_bl .col-xs-3, .filter_bl .col-xs-3, .new_filter_bl .col-sm-3, .filter_bl .col-sm-3, .new_filter_bl .col-md-3, .filter_bl .col-md-3, .new_filter_bl .col-lg-3, .filter_bl .col-lg-3, .new_filter_bl .col-xs-4, .filter_bl .col-xs-4, .new_filter_bl .col-sm-4, .filter_bl .col-sm-4, .new_filter_bl .col-md-4, .filter_bl .col-md-4, .new_filter_bl .col-lg-4, .filter_bl .col-lg-4, .new_filter_bl .col-xs-5, .filter_bl .col-xs-5, .new_filter_bl .col-sm-5, .filter_bl .col-sm-5, .new_filter_bl .col-md-5, .filter_bl .col-md-5, .new_filter_bl .col-lg-5, .filter_bl .col-lg-5, .new_filter_bl .col-xs-6, .filter_bl .col-xs-6, .new_filter_bl .col-sm-6, .filter_bl .col-sm-6, .new_filter_bl .col-md-6, .filter_bl .col-md-6, .new_filter_bl .col-lg-6, .filter_bl .col-lg-6, .new_filter_bl .col-xs-7, .filter_bl .col-xs-7, .new_filter_bl .col-sm-7, .filter_bl .col-sm-7, .new_filter_bl .col-md-7, .filter_bl .col-md-7, .new_filter_bl .col-lg-7, .filter_bl .col-lg-7, .new_filter_bl .col-xs-8, .filter_bl .col-xs-8, .new_filter_bl .col-sm-8, .filter_bl .col-sm-8, .new_filter_bl .col-md-8, .filter_bl .col-md-8, .new_filter_bl .col-lg-8, .filter_bl .col-lg-8, .new_filter_bl .col-xs-9, .filter_bl .col-xs-9, .new_filter_bl .col-sm-9, .filter_bl .col-sm-9, .new_filter_bl .col-md-9, .filter_bl .col-md-9, .new_filter_bl .col-lg-9, .filter_bl .col-lg-9, .new_filter_bl .col-xs-10, .filter_bl .col-xs-10, .new_filter_bl .col-sm-10, .filter_bl .col-sm-10, .new_filter_bl .col-md-10, .filter_bl .col-md-10, .new_filter_bl .col-lg-10, .filter_bl .col-lg-10, .new_filter_bl .col-xs-11, .filter_bl .col-xs-11, .new_filter_bl .col-sm-11, .filter_bl .col-sm-11, .new_filter_bl .col-md-11, .filter_bl .col-md-11, .new_filter_bl .col-lg-11, .filter_bl .col-lg-11, .new_filter_bl .col-xs-12, .filter_bl .col-xs-12, .new_filter_bl .col-sm-12, .filter_bl .col-sm-12, .new_filter_bl .col-md-12, .filter_bl .col-md-12, .new_filter_bl .col-lg-12, .filter_bl .col-lg-12 {
  padding: 0 0 0 0;
}
.new_filter_bl .radio + .radio, .filter_bl .radio + .radio, .new_filter_bl .checkbox + .checkbox, .filter_bl .checkbox + .checkbox {
  margin-top: 0;
}
.new_filter_bl .radio, .filter_bl .radio, .new_filter_bl .checkbox, .filter_bl .checkbox {
  margin-bottom: 10px;
}
.new_filter_bl .bx-filter-param-btn-block > .jq-radio, .filter_bl .bx-filter-param-btn-block > .jq-radio, .new_filter_bl .bx-filter-param-btn-block > .jq-checkbox, .filter_bl .bx-filter-param-btn-block > .jq-checkbox {
  opacity: 0;
  z-index: -100;
  position: absolute;
  left: 0;
  top: 0;
}
.new_filter_bl .bx-filter-param-btn-block > .jq-radio + label, .filter_bl .bx-filter-param-btn-block > .jq-radio + label, .new_filter_bl .bx-filter-param-btn-block > .jq-checkbox + label, .filter_bl .bx-filter-param-btn-block > .jq-checkbox + label {
  padding-left: 0;
  margin-bottom: 10px;
}
.new_filter_bl .bx-filter .bx-filter-param-btn, .filter_bl .bx-filter .bx-filter-param-btn {
  margin-right: 10px;
  padding: 0 0 0 0;
  border-bottom: 1px solid #e8e8e8;
}
.new_filter_bl .bx-filter .bx-filter-param-btn:hover, .filter_bl .bx-filter .bx-filter-param-btn:hover, .new_filter_bl .bx-filter .bx-filter-param-btn:focus, .filter_bl .bx-filter .bx-filter-param-btn:focus {
  border-color: #3f3d9a;
}
.new_filter_bl .bx-filter-select-popup .bx-filter-btn-color-icon, .filter_bl .bx-filter-select-popup .bx-filter-btn-color-icon, .new_filter_bl .bx-filter .bx-filter-btn-color-icon, .filter_bl .bx-filter .bx-filter-btn-color-icon {
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-position: center;
}
.new_filter_bl .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn, .filter_bl .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn, .new_filter_bl .bx-filter.bx-blue .bx-filter-param-btn:hover, .filter_bl .bx-filter.bx-blue .bx-filter-param-btn:hover, .new_filter_bl .bx-filter.bx-blue .bx-filter-param-btn:active, .filter_bl .bx-filter.bx-blue .bx-filter-param-btn:active, .new_filter_bl .bx-filter.bx-blue .bx-filter-param-btn:focus, .filter_bl .bx-filter.bx-blue .bx-filter-param-btn:focus {
  border: 1px solid #3f3d9a;
}
.new_filter_bl .bx-filter.bx-blue .btn-themes, .filter_bl .bx-filter.bx-blue .btn-themes {
  background-color: #3f3d9a;
  border-color: #3f3d9a;
  color: #fff;
  width: 48%;
  margin-right: 4%;
  border-radius: 6px;
  height: 36px;
  font-size: 16px;
  display: inline;
}
.new_filter_bl .bx-filter.bx-blue .btn-themes:focus, .filter_bl .bx-filter.bx-blue .btn-themes:focus, .new_filter_bl .bx-filter.bx-blue .btn-themes:hover, .filter_bl .bx-filter.bx-blue .btn-themes:hover {
  background: #fff;
  color: #3f3d9a;
}
.new_filter_bl .bx-filter.bx-blue .btn-link, .filter_bl .bx-filter.bx-blue .btn-link {
  background-color: #fff;
  border-color: #ccc;
  color: #000;
  width: 48%;
  height: 36px;
  border-radius: 6px;
  font-size: 16px;
  display: inline;
}
.new_filter_bl .bx-filter.bx-blue .btn-link:focus, .filter_bl .bx-filter.bx-blue .btn-link:focus, .new_filter_bl .bx-filter.bx-blue .btn-link:hover, .filter_bl .bx-filter.bx-blue .btn-link:hover {
  background: #fff;
  color: #3f3d9a;
  border-color: #3f3d9a;
  text-decoration: none;
}
.new_filter_bl .bx-filter-button-box .bx-filter-parameters-box-container, .filter_bl .bx-filter-button-box .bx-filter-parameters-box-container {
  padding: 10px 20px 20px;
  font-size: 0;
}
.new_filter_bl .bx-filter .bx-ui-slider-part, .filter_bl .bx-filter .bx-ui-slider-part {
  background: none;
}
.new_filter_bl .bx-filter .bx-ui-slider-part.p2, .filter_bl .bx-filter .bx-ui-slider-part.p2, .new_filter_bl .bx-filter .bx-ui-slider-part.p3, .filter_bl .bx-filter .bx-ui-slider-part.p3, .new_filter_bl .bx-filter .bx-ui-slider-part.p4, .filter_bl .bx-filter .bx-ui-slider-part.p4 {
  display: none;
}
.new_filter_bl .col-xs-offset-1, .filter_bl .col-xs-offset-1 {
  margin-left: 0;
}
.new_filter_bl .col-xs-10, .filter_bl .col-xs-10 {
  width: 100%;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vd, .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
  background: #ddd;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vn, .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
  background: #ddd;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-v, .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
  background: #3f3d9a;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-range, .filter_bl .bx-filter .bx-ui-slider-range {
  z-index: 150;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.left, .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.left, .new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right, .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right {
  background: #fff;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right, .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right {
  margin-right: -8px;
  margin-left: 0;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-handle, .filter_bl .bx-filter .bx-ui-slider-handle {
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background: #fff;
  border: 2px solid #3f3d9a;
  border-radius: 50%;
  background-image: none;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-track-container, .filter_bl .bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 10px;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-part span, .filter_bl .bx-filter .bx-ui-slider-part span {
  left: 0;
  margin-left: 0;
  text-align: left;
  font-size: 12px;
  color: #808080;
  top: -20px;
}
.new_filter_bl .bx-filter .bx-ui-slider-part.p5 span, .filter_bl .bx-filter .bx-ui-slider-part.p5 span {
  left: auto;
  right: 0;
  text-align: right;
}
.new_filter_bl .bx-filter .bx-filter-input-container input, .filter_bl .bx-filter .bx-filter-input-container input {
  color: #808080;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
}
.new_filter_bl .bx-filter .bx-filter-input-container input:focus, .filter_bl .bx-filter .bx-filter-input-container input:focus {
  border-color: #3f3d9a;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left, .filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left {
  padding-right: 15px;
  position: relative;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left:before, .filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 18px;
  height: 1px;
  background: #ddd;
  right: -10px;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-right, .filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-right {
  padding-left: 15px;
}
.new_filter_bl .bx-filter .bx-ui-slider-track, .filter_bl .bx-filter .bx-ui-slider-track {
  height: 4px;
  border-radius: 2px;
}
.new_filter_bl .bx-filter .bx-filter-popup-result, .filter_bl .bx-filter .bx-filter-popup-result {
  margin-left: 0;
  background: #3f3d9a;
  color: #fff;
  font-size: 12px;
  min-height: 48px;
  align-items: center;
  width: 210px;
  padding: 10px 20px;
  border: none;
  line-height: 1;
  justify-content: space-between;
}
.new_filter_bl .bx-filter .bx-filter-popup-result br, .filter_bl .bx-filter .bx-filter-popup-result br {
  display: none;
}
.new_filter_bl .bx-filter .bx-filter-popup-result a, .filter_bl .bx-filter .bx-filter-popup-result a {
  width: 82px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #3f3d9a;
  text-decoration: none;
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 2px;
}
.new_filter_bl .bx-filter .bx-filter-popup-result a:hover, .filter_bl .bx-filter .bx-filter-popup-result a:hover {
  background: #3f3d9a;
  color: #fff;
  text-decoration: none;
}
.new_filter_bl .bx-filter .bx-filter-popup-result.right, .filter_bl .bx-filter .bx-filter-popup-result.right {
  left: 100%;
}
.new_filter_bl .disabled, .filter_bl .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sort_block {
  display: flex;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1;
}
.sort_block .js_sort_b {
  margin-right: 20px;
}
.sort_block a {
  text-decoration: none;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
  color: #000;
}
.sort_block a:hover {
  color: #3f3d9a;
}
.sort_block a.active {
  color: #3f3d9a;
}
.sort_block a.active:before {
  content: "\f175";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  font-size: 11px;
  top: 3px;
  line-height: 18px;
}
.sort_block a.top:before {
  content: "\f176";
  line-height: 16px;
}
.new_filter_page_bg {
  padding: 1px 0 100px;
}
.new_filter_page_bg .ind_produce_bl {
  padding: 0 0 0 0;
}
.new_filter_page {
  background: #fff;
  margin-top: -30px;
  border-radius: 4px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  font-size: 14px;
  line-height: 1.6;
}
.new_filter_page .number_bl {
  margin-top: 10px;
}
.new_filter_bl {
  margin-bottom: 20px;
}
.new_filter_bl .new_filter_top_tit {
  display: none;
}
.new_filter_bl .bx-filter-parameters-box {
  position: relative;
}
.new_filter_bl .bx-filter-parameters-box-title {
  background: #f5f5f5;
  border-right: 1px solid #dcdcdc;
  position: relative;
  padding: 5px 30px 5px 20px;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box {
  padding: 0 0 0 0;
  border: none;
}
.new_filter_bl .flex_row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.new_filter_bl .flex_row .bx-filter-block {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  z-index: 15;
  padding: 20px 20px 10px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.new_filter_bl .bx-filter-button-box {
  max-width: 830px;
}
.new_filter_bl .bx-filter-button-box .bx-filter-parameters-box-container {
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 50px;
  margin-top: 20px;
}
.new_filter_bl .bx-filter.bx-blue .btn-link, .new_filter_bl .bx-filter.bx-blue .btn-themes {
  width: 24%;
  margin-right: 2%;
}
.new_filter_bl .bx-filter .bx-filter-popup-result {
  z-index: 10;
  bottom: auto;
  top: -60px;
  right: 0;
  margin: 0px 0 0 0;
  vertical-align: middle;
  position: absolute;
  left: auto;
}
.new_filter_el {
  width: 20%;
  position: relative;
}
.new_filter_el:first-child .new_filter_bt {
  border-radius: 6px 0 0 6px;
}
.new_filter_el:nth-child(5n) .new_filter_bt {
  border-radius: 0 6px 6px 0;
  border-right: none;
}
.new_filter_bt {
  background: #f5f5f5;
  border-right: 1px solid #dcdcdc;
  position: relative;
  padding: 5px 30px 5px 20px;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.new_filter_bt:before {
  content: '';
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-top: 3px solid #666;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.new_filter_bt.open {
  color: #3f3d9a;
}
.new_filter_bt.open:before {
  border-top-color: #3f3d9a;
}
.new_filter_cont {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  z-index: 150;
  padding: 20px 20px 10px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.filt_checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.filt_checkbox label .jq-radio, .filt_checkbox label .jq-checkbox {
  position: absolute;
  left: 0;
  top: 1px;
}
.filt_checkbox label .jq-radio.checked {
  background: #3f3d9a;
  border-color: #3f3d9a;
}
.logo_svg {
  fill: #3f3d9a;
  fill-rule: evenodd;
}
.multicolor_popup {
  position: fixed;
  left: -947px;
  top: 0px;
  bottom: 0;
  z-index: 200;
  transition: all 0.5s ease;
}
.multicolor_popup.open {
  left: 0;
}
.multicolor_cont {
  background: #fff;
  font-size: 16px;
  color: #000;
  width: 400px;
  height: 100vh;
  overflow-y: auto;
}
.multicolor_cont a {
  text-decoration: none;
}
.multicolor_cont .setting_index_bt {
  padding: 0 40px;
  text-align: right;
}
.multicolor_razd {
  padding: 20px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.multicolor_razd:last-child {
  border-bottom: none;
}
.multicolor_razd .setting_index_fl {
  padding: 0 0 0 0;
  width: 100%;
  margin-top: 20px;
}
.multicolor_tit {
  margin-bottom: 15px;
}
.multicolor_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.multicolor_el {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  margin: 0 5px 10px;
  text-decoration: none;
}
.multicolor_el.txt {
  width: auto;
  height: auto;
  border-radius: 5px;
  padding: 10px 15px;
  color: #000;
}
.multicolor_el.active {
  border: 2px solid #3f3d9a;
  color: #3f3d9a;
}
.multicolor_el:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.multicolor_el > i {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.multicolor_add_bt_bl {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 0;
  height: 0;
  transform: rotate(-90deg) translateY(-50%);
}
.multicolor_add_bt {
  color: #fff;
  display: block;
  width: 280px;
  height: 60px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0px;
  text-decoration: none;
  background: #3f3d9a;
  border: 1px solid #3f3d9a;
  padding: 17px 10px 17px 20px;
  border-radius: 0 0 6px 6px;
  /* border-top:none; */
}
.multicolor_add_bt .fa {
  transform: rotate(90deg);
  margin-left: 20px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 20px;
}
.multicolor_add_bt:focus, .multicolor_add_bt:hover {
  background: transparent;
  color: #3f3d9a;
  text-decoration: none;
}
.multicolor_add_bt:active {
  background: #3f3d9a;
  color: #fff;
  text-decoration: none;
}
.multicolor_bt {
  width: 28px;
  height: 28px;
  border: 1px solid #e8e8e8;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}
.multicolor_bt .fa {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a2a2a2;
  color: #fff;
  font-size: 10px;
}
.multicolor_bt:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.cont_info_txt a {
  display: block;
  margin-bottom: 5px;
}
.cont_info_txt a:last-child {
  margin-bottom: 0;
}
.proj_form_tel a {
  display: block;
}
.search_page_bl .search_page_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_page_bl .search_page_flex .color_bt {
  width: 25%;
  font-size: 18px;
}
.search_page_bl .search_page_flex input[type="text"] {
  width: 70%;
  border-radius: 0px;
  background: transparent;
  position: relative;
  z-index: 10;
  border: none;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-family: 'Inter';
  color: #000;
}
.search_filter_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.search_filter_bl .search-filter-field.select {
  width: 100%;
  padding: 0 20px;
}
.head_gray_menu_bl {
  background: #f5f5f5;
}
.head_gray_menu_bl ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  font-size: 13px;
  color: #808080;
}
.head_gray_menu_bl ul li {
  margin-left: 20px;
}
.head_gray_menu_bl ul a {
  color: #808080;
  text-decoration: none;
}
.head_gray_menu_bl ul a.active, .head_gray_menu_bl ul a:hover {
  color: #3f3d9a;
}
.new_filter_page .bx-filter {
  font-family: inherit;
}
.baza_prod_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.baza_prod_el {
  width: 49%;
  margin: 0 2% 30px 0;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  line-height: 1.2;
  font-size: 14px;
}
.baza_prod_el:nth-child(2n) {
  margin-right: 0;
}
.baza_prod_ic {
  width: 50%;
  border-radius: 6px 0 0 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.baza_prod_cont {
  width: 50%;
  border-radius: 0 6px 0 0 6px;
  padding: 15px 20px 20px 15px;
}
.baza_prod_tit {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.baza_prod_tit a {
  color: #000;
  text-decoration: none;
}
.baza_prod_tit a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.baza_prod_price {
  padding-bottom: 10px;
}
.baza_prod_price_new {
  margin-bottom: 5px;
}
.baza_prod_price_new .fa-money {
  color: #3f3d9a;
  font-size: 18px;
  margin-right: 5px;
}
.baza_prod_price_new .fa-rub {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
.baza_prod_price_new b {
  font-size: 18px;
}
.baza_prod_price_old {
  margin-bottom: 5px;
  color: #999;
}
.baza_prod_price_old span {
  font-weight: 300;
  font-size: 16px;
  text-decoration: line-through;
}
.baza_prod_price_old .fa-rub {
  font-size: 12px;
  font-weight: bold;
}
.baza_prod_txt {
  line-height: 1.4;
  margin-bottom: 15px;
}
.baza_prod_bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.baza_prod_bt .bord_bt, .baza_prod_bt .color_bt {
  font-size: 16px;
  padding: 8px 10px;
  width: 47%;
}
.baza_det_page_cont .det_slider_el {
  height: 320px;
}
.baza_det_page_cont .det_info_bl {
  padding-top: 70px;
}
.baza_det_page_cont .det_gall_stat_bl {
  padding-bottom: 30px;
}
.baza_det_page_cont .produce_el_tit {
  height: 70px;
}
.baza_det_page_cont .produce_el_buy {
  padding-top: 10px;
}
.baza_det_price {
  padding: 35px 0;
  font-size: 16px;
}
.baza_det_price .baza_prod_price_new {
  line-height: 1;
}
.baza_det_price .baza_prod_price_new .fa-money {
  font-size: 24px;
}
.baza_det_price .baza_prod_price_new b {
  font-size: 30px;
}
.baza_det_price .baza_prod_price_new .fa-rub {
  font-size: 24px;
}
.baza_det_price .baza_prod_price_old span {
  font-size: 18px;
}
.baza_det_price .baza_prod_price_old .fa-rub {
  font-size: 14px;
}
.baza_det_bt {
  max-width: 430px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.baza_det_bt .bord_bt, .baza_det_bt .color_bt {
  font-size: 18px;
  padding: 12px 10px;
  width: 47%;
}
.baza_det_opt_list {
  padding: 12px 40px 1px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
  border-top: none;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1;
}
.baza_det_opt_el {
  position: relative;
  padding: 10px 0 10px 35px;
  margin-bottom: 11px;
  margin-right: 35px;
}
.baza_det_opt_el i {
  position: absolute;
  height: 34px;
  line-height: 30px;
  width: 30px;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.baza_det_opt_el i img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.produce_el .baza_prod_price {
  text-align: center;
  line-height: 1;
  min-height: 55px;
}
.baza_uslugi_list .baza_prod_el {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 0 0;
}
.baza_uslugi_list .baza_prod_el:first-child {
  padding-top: 0;
}
.baza_uslugi_list .baza_prod_ic {
  width: 40%;
  border-radius: 6px 6px;
  margin-right: 4%;
}
.baza_uslugi_list .baza_prod_cont {
  width: 56%;
  padding: 0 0 0 0;
}
.baza_uslugi_list .baza_prod_price {
  min-height: 55px;
  line-height: 1;
  padding-bottom: 15px;
}
.baza_uslugi_list .baza_prod_bt {
  max-width: 320px;
}
#bronirovanie {
  width: 690px;
}
.popup_form_el .fa {
  font-size: 16px;
  color: #e8e8e8;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.reserv_form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.reserv_form .popup_form_el {
  width: 48%;
  margin-right: 4%;
}
.reserv_form .popup_form_el:nth-child(2n) {
  margin-right: 0;
}
.reserv_form .popup_form_el.textarea {
  width: 100%;
  margin-right: 0;
}
.popup_form_check {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.popup_form_check .jq-checkbox, .popup_form_check .jq-radio {
  position: absolute;
  left: 0;
  top: 3px;
}
.popup_form_check_tit {
  margin-bottom: 10px;
}
.min_podraz_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.min_podraz_el {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.min_podraz_el:nth-child(3n) {
  margin-right: 0;
}
.min_podraz_el a {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.min_podraz_el a:hover {
  color: #fff;
}
.min_podraz_el a:hover .min_podraz_ic {
  transform: scale(1.1, 1.1);
}
.min_podraz_ic {
  display: block;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.min_podraz_tit {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  background: #3f3d9a;
  padding: 5px 10px;
  border-radius: 4px;
  left: 5px;
  bottom: 5px;
  line-height: 1.2;
}
.index_slider_bl {
  position: relative;
  z-index: 1;
}
.sale-order-list-button, .sale-order-detail-payment-options-methods-button-element, .sale-order-detail-payment-options-methods-button-element-new-window, .sale-order-detail-about-order-inner-container-repeat-button {
  color: #fff;
}
#bx-soa-order .bx-blue .btn.btn-default, div.bx-blue .btn.btn-default, .sale-order-detail-general-head, .sale-order-list-button, .sale-order-detail-payment-options-methods-button-element, .sale-order-detail-payment-options-methods-button-element-new-window, .sale-order-detail-about-order-inner-container-repeat-button, .sale-order-list-title-container {
  background-color: #3f3d9a;
}
#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container, div.bx-blue .btn.btn-default, .sale-order-detail-general, .sale-order-detail-show-link, .sale-order-detail-hide-link, .sale-order-detail-payment-options-methods-info-change-link, .sale-order-detail-about-order-inner-container-name-read-less, .sale-order-detail-about-order-inner-container-name-read-more, .sale-order-list-cancel-payment {
  border-color: #3f3d9a;
}
section table.sale_order_full_table, section .basket-items-list-container table {
  background: none;
}
section table.sale_order_full_table tr:nth-child(2n) td, section .basket-items-list-container table tr:nth-child(2n) td {
  background: none;
}
#bx-soa-order .bx-blue .btn.btn-default {
  text-decoration: none;
}
#bx-soa-order .bx-soa-section.bx-selected, #bx-soa-order .bx-blue .btn.btn-default, #bx-soa-order .bx-soa-section.bx-selected {
  border-color: #3f3d9a;
}
#bx-soa-order a:active, #bx-soa-order a:hover, #bx-soa-order a:focus, .basket-items-list-wrapper a:hover, .basket-items-list-wrapper a:focus {
  color: #3f3d9a;
}
.basket-coupon-section .form-control, .basket-items-list-wrapper .form-control {
  box-shadow: none;
}
.basket-coupon-section .form-control:focus, .basket-coupon-section .form-control:active, .bx-blue .basket-item-amount-filed:hover, .bx-blue .basket-item-amount-filed:focus, .basket-items-list-wrapper .form-control:active, .basket-items-list-wrapper .form-control:focus {
  box-shadow: none;
  border-color: #3f3d9a;
}
a:active, a:focus {
  color: inherit;
}
#bx-soa-order.bx-blue .btn {
  text-decoration: none;
}
#basket-root.bx-blue .btn.btn-default:active, #basket-root.bx-blue .btn.btn-default:focus, #basket-root.bx-blue .btn.btn-default:hover, #bx-soa-order.bx-blue .btn.btn-default:active, #bx-soa-order.bx-blue .btn.btn-default:focus, #bx-soa-order.bx-blue .btn.btn-default:hover {
  background: #fff;
  border: 1px solid #3f3d9a;
  color: #3f3d9a;
}
ul.bx-soa-pp-list li:before {
  display: none;
}
.basket-item-price-difference, .basket-coupon-block-total-price-difference {
  background: none;
  color: #3f3d9a;
}
.basket-item-amount-filed-block input[type="text"] {
  border: none;
}
.det_color_bl {
  margin-bottom: 10px;
}
.det_color_tit {
  font-size: 14px;
  color: #999;
  line-height: 1;
  margin-bottom: 7px;
}
.det_size_list, .det_color_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1px;
  font-size: 0;
}
.det_color_el {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.det_color_el:hover, .det_color_el.active {
  border: 3px solid #3f3d9a;
}
.det_size_el {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  width: 36px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #b4b4b4;
}
.det_size_el:hover, .det_size_el.active {
  border-color: #3f3d9a;
  background: #3f3d9a;
  color: #fff;
  text-decoration: none;
}
.detail_page_cont .bx_compare .bx_filtren_container {
  border: none;
  background: #f5f5f5;
}
section .bx_compare .table_compare table tr td a, .detail_page_cont .bx_compare .table_compare table tr td a {
  color: #3f3d9a;
}
section .bx_catalog-compare-list a, .detail_page_cont .bx_catalog-compare-list a {
  color: #3f3d9a;
}
section .bx_compare .table_compare table tr td a:hover, .detail_page_cont .bx_compare .table_compare table tr td a:hover {
  text-decoration: none;
}
.detail_page_cont .bx_compare .bx_bt_button {
  background: #3f3d9a;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px !important;
  padding: 8px 30px 8px;
  border: 1px solid #3f3d9a;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  height: auto;
  margin-top: 5px;
}
.detail_page_cont .bx_compare .bx_bt_button:hover {
  background: transparent;
  text-decoration: none;
  color: #3f3d9a !important;
}
.ind_header_bottom_bl {
  background: #3f3d9a;
}
.ind_header_bottom_bl .header_bottom {
  border-top: none !important;
  border-bottom: none !important;
}
.ind_header_bottom_bl.white .head_menu > li:hover .menu_lvl1_bt {
  background: #fff;
}
.ind_header_bottom_bl.white .menu_lvl1_bt {
  color: #fff;
}
.ind_header_bottom_bl.white .menu_lvl1_bt:hover {
  background: #fff;
}
.ind_header_bottom_bl.white .head_bask_bl a, .ind_header_bottom_bl.white .head_sear_bl a {
  color: #fff;
}
.ind_header_bottom_bl.white .head_bask_bl a:hover, .ind_header_bottom_bl.white .head_sear_bl a:hover {
  opacity: 0.8;
}
.ind_header_bottom_bl.black .head_menu > li:hover .menu_lvl1_bt {
  background: #fff;
}
.ind_header_bottom_bl.black .menu_lvl1_bt {
  color: #000;
}
.ind_header_bottom_bl.black .menu_lvl1_bt:hover {
  background: #fff;
}
.ind_header_bottom_bl.black .head_bask_bl a, .ind_header_bottom_bl.black .head_sear_bl a {
  color: #000;
}
.ind_header_bottom_bl.black .head_bask_bl a:hover, .ind_header_bottom_bl.black .head_sear_bl a:hover {
  opacity: 0.8;
}
.fl_podpiska_bl {
  background: url(../img/fl_podpiska_bgop.png) center no-repeat #3f3d9a;
  background-size: cover;
  color: #fff;
  line-height: 1.2;
  padding: 30px 0;
}
.fl_podpiska_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fl_podpiska_l {
  width: 29%;
  padding-right: 30px;
  font-size: 32px;
}
.fl_podpiska_c {
  width: 52%;
  position: relative;
}
.fl_podpiska_c input[type="text"], .fl_podpiska_c input[type="email"] {
  padding: 17px 11px 16px;
  font-size: 18px;
  color: #000;
  border-radius: 8px;
}
.fl_podpiska_c ::-webkit-input-placeholder {
  color: #333;
}
.fl_podpiska_c ::-moz-placeholder {
  color: #333;
}
.fl_podpiska_c :-moz-placeholder {
  color: #333;
}
.fl_podpiska_c :-ms-input-placeholder {
  color: #333;
}
.fl_podpiska_txt {
  position: absolute;
  right: 0;
  top: 8px;
  font-weight: 300;
  font-size: 16px;
  opacity: 0.3;
  font-style: italic;
}
.fl_podpiska_r {
  width: 19%;
  text-align: right;
}
.bx_subscribe_response_container td {
  vertical-align: middle;
}
.gray_menu_fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
}
.gray_menu_fl ul {
  justify-content: flex-start;
}
.gray_menu_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gray_menu_r a:not(lk_user_bt) {
  margin-left: 10px;
}
.gray_menu_r .head-top-location {
  margin-right: 20px;
}
.gray_menu_r .head-top-location .bt {
  color: #808080;
  text-decoration: none;
}
.gray_menu_r .head-top-location .bt:hover {
  color: #3f3d9a;
}
.lk_user_bt {
  display: flex;
  align-items: center;
  /* padding: 5px 0 5px 25px; */
  justify-content: flex-start;
  color: #808080;
  /* font-size: 18px; */
  text-decoration: none;
  /* background: url("../img/account_us_gr.png") left center no-repeat;
	background-size: 20px auto; */
  line-height: 1;
}
.lk_user_bt:hover {
  text-decoration: none;
  color: #3f3d9a;
}
.lk_user_bt.exit {
  display: inline-block;
  margin-right: 10px;
}
.lk_user_bt.exit + a {
  margin-left: 10px;
}
.lk_user_bt svg {
  stroke: #000;
  display: block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.reg_page_bg {
  padding: 80px 0;
}
.reg_page_bl {
  border: 10px solid #3f3d9a;
  max-width: 650px;
  background: #fff;
  width: 100%;
  margin: 0px auto;
}
.reg_page_bl .proj_doub_frm_width {
  padding: 55px 20px;
  max-width: 460px;
  margin: 0 auto;
}
.bx-authform-link-container {
  margin-bottom: 10px;
}
.bx-authform-link-container:last-child {
  margin-bottom: 0;
}
.cont_width_bl .sale-order-link, .cont_width_bl .sale-order-history-link {
  color: #3f3d9a;
}
.sale_order_full_table a {
  color: #3f3d9a;
  text-decoration: underline;
}
.sale_order_full_table a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.regist_hr {
  margin: 20px auto 20px;
}
.sale-order-detail-general-head {
  background: #3f3d9a;
}
.cont_width_bl .sale-order-list-button, .sale-order-detail-payment-options-methods .sale-order-detail-payment-options-methods-button-element, .cont_width_bl .sale-order-detail-payment-options-methods-button-element, .cont_width_bl .sale-order-detail-about-order-inner-container-repeat-button {
  background: #3f3d9a;
  text-decoration: none;
  color: #fff;
  border: 1px solid #3f3d9a;
}
.cont_width_bl .sale-order-list-button:hover, .sale-order-detail-payment-options-methods .sale-order-detail-payment-options-methods-button-element:hover, .cont_width_bl .sale-order-detail-payment-options-methods-button-element:hover, .cont_width_bl .sale-order-detail-about-order-inner-container-repeat-button:hover {
  color: #3f3d9a;
  background: #fff;
  text-decoration: none;
}
.sale-order-detail-payment-options-methods-button-element-new-window, .sale-order-list-title-container {
  background: #eee;
}
.sale-order-detail-payment-options-shipment-composition-title-element, .sale-order-detail-payment-options-title-element, .sale-order-detail-payment-options-order-content-title-element, .sale-order-list-container .sale-order-list-title, .sale-order-list-container .sale-order-list-accomplished-title {
  margin: 0 0 0 0;
  padding: 10px 0px;
}
.sale-order-detail-back-to-list-link-down, .sale-order-detail-back-to-list-link-up, .sale-order-detail-order-item-title a, .sale-order-detail-show-link, .sale-order-detail-hide-link, .sale-order-detail-about-order-inner-container-list-item-link, .sale-order-detail-about-order-inner-container-name-read-less, .sale-order-detail-about-order-inner-container-name-read-more, .bx_my_order_cancel a, .sale-order-list-cancel-payment, .sale-order-list-shipment-button, .sale-order-list-repeat-link, .sale-order-list-cancel-link, .sale-order-list-about-link, .sale-order-list-change-payment {
  color: #3f3d9a;
}
.sale-order-detail-back-to-list-link-down:active, .sale-order-detail-back-to-list-link-up:active, .sale-order-detail-order-item-title a:active, .sale-order-detail-show-link:active, .sale-order-detail-hide-link:active, .sale-order-detail-about-order-inner-container-list-item-link:active, .sale-order-detail-about-order-inner-container-name-read-less:active, .sale-order-detail-about-order-inner-container-name-read-more:active, .bx_my_order_cancel a:active, .sale-order-list-cancel-payment:active, .sale-order-list-shipment-button:active, .sale-order-list-repeat-link:active, .sale-order-list-cancel-link:active, .sale-order-list-about-link:active, .sale-order-list-change-payment:active, .sale-order-detail-back-to-list-link-down:focus, .sale-order-detail-back-to-list-link-up:focus, .sale-order-detail-order-item-title a:focus, .sale-order-detail-show-link:focus, .sale-order-detail-hide-link:focus, .sale-order-detail-about-order-inner-container-list-item-link:focus, .sale-order-detail-about-order-inner-container-name-read-less:focus, .sale-order-detail-about-order-inner-container-name-read-more:focus, .bx_my_order_cancel a:focus, .sale-order-list-cancel-payment:focus, .sale-order-list-shipment-button:focus, .sale-order-list-repeat-link:focus, .sale-order-list-cancel-link:focus, .sale-order-list-about-link:focus, .sale-order-list-change-payment:focus, .sale-order-detail-back-to-list-link-down:hover, .sale-order-detail-back-to-list-link-up:hover, .sale-order-detail-order-item-title a:hover, .sale-order-detail-show-link:hover, .sale-order-detail-hide-link:hover, .sale-order-detail-about-order-inner-container-list-item-link:hover, .sale-order-detail-about-order-inner-container-name-read-less:hover, .sale-order-detail-about-order-inner-container-name-read-more:hover, .bx_my_order_cancel a:hover, .sale-order-list-cancel-payment:hover, .sale-order-list-shipment-button:hover, .sale-order-list-repeat-link:hover, .sale-order-list-cancel-link:hover, .sale-order-list-about-link:hover, .sale-order-list-change-payment:hover {
  color: #000 !important;
}
.sale-order-list-repeat-link:before {
  display: none;
}
.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
  border-color: #3f3d9a;
}
.bx_my_order_cancel input[type="submit"] {
  border: 1px solid #3f3d9a;
  background: #3f3d9a;
  cursor: pointer;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 25px;
  border-radius: 4px;
  line-height: 1;
  font-size: 18px;
  text-decoration: none;
  text-shadow: none;
}
.bx_my_order_cancel input[type="submit"]:hover {
  text-decoration: none;
  color: #3f3d9a !important;
  background: transparent;
}
ul.sale-order-detail-about-order-inner-container-details-list, ul.sale-order-detail-total-payment-list-right, ul.sale-order-detail-total-payment-list-left {
  margin-bottom: 0;
}
ul.sale-order-detail-about-order-inner-container-details-list li, ul.sale-order-detail-total-payment-list-right li, ul.sale-order-detail-total-payment-list-left li {
  margin-bottom: 10px;
  padding-left: 0;
}
ul.sale-order-detail-about-order-inner-container-details-list li:before, ul.sale-order-detail-total-payment-list-right li:before, ul.sale-order-detail-total-payment-list-left li:before {
  display: none;
}
.sale-order-detail-about-order-inner-container-name-read-less:after, .sale-order-detail-about-order-inner-container-name-read-more:after, .sale-order-detail-payment-options-methods-info-change-link:after, .sale-order-detail-hide-link:after, .sale-order-detail-show-link:after {
  display: none;
}
.sale-order-list-cancel-payment, .sale-order-detail-about-order-inner-container-name-read-less, .sale-order-detail-about-order-inner-container-name-read-more, .sale-order-detail-show-link, .sale-order-detail-hide-link, .sale-order-detail-payment-options-methods-info-change-link {
  border-bottom: none;
}
.sale-order-detail-back-to-list-link-down {
  clear: both;
}
.alert-danger {
  margin-bottom: 10px;
  color: #c40013;
}
.ajax-pager-loading {
  display: block;
  margin: 5px 0;
}
.brands_fl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.brands_fl.color .brands_el {
  -webkit-filter: none;
  filter: none;
}
.brands_fl.color .brands_el:hover img {
  transform: scale(1.05, 1.05);
}
.brands_fl .number_bl {
  padding-top: 40px;
}
.brands_el {
  width: 20%;
  height: 150px;
  line-height: 148px;
  text-align: center;
  border: 1px solid #e8e8e8;
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  transition: all 1s ease;
  margin: -1px 0 0 -1px;
  overflow: hidden;
}
.brands_el img {
  max-width: 85%;
  max-height: 85%;
  vertical-align: middle;
  display: inline;
  transition: all 1s ease;
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}
.brands_el:hover img {
  filter: none;
  -webkit-filter: none;
}
.brands_el a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: inherit;
  height: 100%;
  overflow: hidden;
}
.brand_list_page {
  padding: 50px 0 100px;
}
.brand_list_page .cont_width_bl {
  margin-top: 0;
}
.about_brand_bl {
  margin-bottom: 40px;
}
.about_brand_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutbr_col_ic {
  width: 120px;
  min-width: 120px;
}
.aboutbr_col_ic:first-child {
  margin-right: 30px;
  text-align: left;
}
.aboutbr_col_ic:last-child {
  margin-left: 30px;
  text-align: right;
}
.aboutbr_col_cont {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
}
.aboutbr_col_cont ul:last-child, .aboutbr_col_cont ol:last-child, .aboutbr_col_cont p:last-child {
  margin-bottom: 0;
}
.detail_page_bl iframe {
  max-width: 100%;
}
.header-bl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.head-top-bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.head-top-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 0;
}
.head-top-menu ul li {
  margin: 0 12px 0 0;
}
.head-top-menu ul a {
  display: block;
  padding: 8px 0;
  color: #808080;
  text-decoration: none;
}
.head-top-menu ul a.active, .head-top-menu ul a:hover {
  color: #3f3d9a;
}
.head-top-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head-top-l-loc a, .head-top-info a {
  color: #808080;
  text-decoration: none;
}
.head-top-l-loc a:hover, .head-top-info a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.head-top-location {
  position: relative;
  margin-right: 24px;
}
.head-top-location .bt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
}
.head-top-location .bt i {
  display: block;
  margin-right: 3px;
  position: relative;
  top: 0px;
}
.head-top-location .bt i svg {
  display: block;
  stroke: #000;
}
.head-top-tel {
  position: relative;
  margin-right: 24px;
}
.head-top-tel:hover .up {
  display: block;
}
.head-top-tel .bt {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.head-top-tel .bt svg {
  display: block;
  margin-left: 5px;
  position: relative;
  top: -1px;
  stroke: #000;
}
.head-top-tel .up {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  box-shadow: 0 8px 30px -20px rgba(10, 32, 41, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #fff;
  z-index: 70;
  width: 220px;
}
.head-top-tel .up .el {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.head-top-tel .up .el:last-child {
  border-bottom: none;
}
.head-top-tel .up .tel_a {
  padding: 12px 16px;
  color: #000;
  display: flex;
  flex-flow: column;
}
.head-top-tel .up .txt {
  font-size: 12px;
  color: #808080;
  margin-top: 3px;
}
.head-top-tel .up .tel_a:hover {
  background: #f5f5f5;
}
.head-top-tel .up .color_bt {
  width: 100%;
  color: #fff;
  border-radius: 0 0 4px 4px;
}
.head-top-tel .up .color_bt:hover {
  color: #3f3d9a;
}
.head-bot-bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 22px;
}
.head-bot-bl .logo_bl {
  display: flex;
  align-items: center;
  max-width: 500px;
  min-height: 48px;
  margin-right: 20px;
  flex-shrink: 0;
}
.head-bot-bl .logo_bl .logo a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-bot-bl .logo_bl .logo svg {
  width: 280px;
}
.head-bot-bl .logo_bl .slogan {
  margin-left: 24px;
  color: #7a8086;
  width: 174px;
  flex-shrink: 0;
  font-size: 14px;
}
.fixed_head_menu .catalog .bt, .head-bot-bl .catalog .bt {
  border: 1px solid #3f3d9a;
  color: #fff;
  transition: background-color 0.2s, border 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border-radius: 8px;
  background: #3f3d9a;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
}
.fixed_head_menu .catalog .bt i, .head-bot-bl .catalog .bt i {
  display: block;
  position: relative;
  width: 18px;
  height: 20px;
  margin-right: 13px;
}
.fixed_head_menu .catalog .bt i span, .head-bot-bl .catalog .bt i span {
  display: block;
  position: absolute;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 4px;
  background-color: #fff;
}
.fixed_head_menu .catalog .bt i .one, .head-bot-bl .catalog .bt i .one {
  top: 2px;
  left: 0;
  width: 18px;
}
.fixed_head_menu .catalog .bt i .two, .head-bot-bl .catalog .bt i .two {
  top: 50%;
  left: 0;
  width: 12px;
  transform: translateY(-50%);
}
.fixed_head_menu .catalog .bt i .three, .head-bot-bl .catalog .bt i .three {
  bottom: 2px;
  left: 0;
  width: 18px;
}
.fixed_head_menu .catalog .bt.active i .two, .head-bot-bl .catalog .bt.active i .two {
  display: none;
}
.fixed_head_menu .catalog .bt.active i .one, .head-bot-bl .catalog .bt.active i .one {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: -1px;
}
.fixed_head_menu .catalog .bt.active i .three, .head-bot-bl .catalog .bt.active i .three {
  transform: rotate(-45deg) translateY(-50%);
  bottom: auto;
  top: 50%;
}
.fixed_head_menu .catalog .bt:hover, .head-bot-bl .catalog .bt:hover {
  color: #3f3d9a;
  background: transparent;
}
.fixed_head_menu .catalog .bt:hover i span, .head-bot-bl .catalog .bt:hover i span {
  background: #3f3d9a;
}
.head-bot-bl .search {
  margin: 0 8px 0 20px;
  width: 100%;
  flex: 1;
  position: relative;
}
.head-search-bt {
  position: relative;
  z-index: 25;
}
.head-search-bt svg {
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  fill: #000;
}
.head-search-bt input[type="search"], .head-search-bt input[type="text"] {
  padding: 0 27px 0 66px;
  background: #f2f2f2;
  border-radius: 24px;
  display: block;
  border: 1px solid #f2f2f2;
  height: 50px;
  outline: none;
  font-size: 18px;
}
.head-search-bt input[type="search"]:focus, .head-search-bt input[type="text"]:focus {
  border-color: #3f3d9a;
  background: #fff;
}
.head-search-bt input[type="search"]:-webkit-search-cancel-button {
  border-color: black;
}
.head-search-bt [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.head-search-bt [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.head-search-up {
  position: absolute;
  top: -21px;
  left: -12px;
  width: calc(100% + 24px);
  background: #fff;
  padding-top: 93px;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  transition: opacity 0.2s;
  overflow: hidden;
  z-index: 10;
}
.head-search-up .result_list {
  padding: 0 12px;
}
.head-search-up .result_list .el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #505a62;
  padding: 8px 11px;
  transition: background 0.2s;
  font-size: 18px;
}
.head-search-up .result_list .el:hover {
  background-color: #f5f5f5;
}
.head-search-up .result_list .el .ic {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  margin-right: 24px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.head-search-up .result_list .el .ic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.head-search-up .result_list .el .tit {
  padding-right: 8px;
  margin-right: auto;
  flex: 1;
}
.head-search-up .result_list .el .price {
  color: #161a1d;
  font-weight: bold;
}
.title-search-result .all_result {
  display: flex;
  padding: 24px;
  justify-content: center;
  background-color: #f5f5f5;
  color: #505a62;
  margin-top: -90px;
  transition: all 0.2s;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  transition: all 0.5s ease;
  border-radius: 0 0 12px 12px;
}
.head-search-up .all_result {
  display: flex;
  padding: 24px;
  justify-content: center;
  background-color: #f5f5f5;
  color: #505a62;
  margin-top: 32px;
  transition: all 0.2s;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  transition: all 0.5s ease;
}
.title-search-result .all_result svg, .head-search-up .all_result svg {
  display: block;
  fill: #505a62;
  margin-left: 8px;
  transition: all 0.5s ease;
}
.title-search-result .all_result:hover, .head-search-up .all_result:hover {
  background: #3f3d9a;
  color: #fff;
}
.title-search-result .all_result:hover svg, .head-search-up .all_result:hover svg {
  fill: #fff;
}
.head-bot-ic {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head-bot-ic .favour {
  position: relative;
}
.head-bot-ic .favour a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #161a1d;
  font-size: 16px;
  line-height: 1;
}
.head-bot-ic .favour a:hover {
  color: #3f3d9a;
}
.head-bot-ic .favour i {
  display: block;
  position: relative;
  margin-right: 8px;
  top: -1px;
}
.head-bot-ic .favour svg {
  display: block;
  stroke: #000;
}
.head-bot-ic .favour.search svg {
  fill: #000;
  stroke: none;
}
.head-bot-ic .favour .active i:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f3d9a;
  z-index: 2;
  border: 1px solid #fff;
}
.header_bottom_bl .basket, .head-bot-ic .basket {
  position: relative;
  margin-left: 16px;
}
.header_bottom_bl .basket a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #161a1d;
  font-size: 16px;
  line-height: 1;
}
.head-bot-ic .basket a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #161a1d;
  font-size: 16px;
  line-height: 1;
}
.header_bottom_bl .basket a:hover, .head-bot-ic .basket a:hover {
  color: #3f3d9a;
}
.header_bottom_bl .basket i, .head-bot-ic .basket i {
  display: block;
  position: relative;
  margin-right: 8px;
  top: -1px;
}
.header_bottom_bl .basket svg, .head-bot-ic .basket svg {
  display: block;
  stroke: #000;
  transition: all 0.3s ease;
}
.header_bottom_bl .basket .active i:before, .head-bot-ic .basket .active i:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f3d9a;
  z-index: 2;
  border: 1px solid #fff;
}
body.fix_body {
  overflow: hidden;
  padding-right: 17px;
}
body.fix_body .fixed_head_menu {
  padding-right: 17px;
}
.head-menu-popup {
  position: absolute;
  width: 100%;
  top: 132px;
  background: #fff;
  transition: opacity 0.2s;
  overflow: hidden;
  height: calc(100vh - 132px);
  z-index: 60;
  display: none;
}
.head-menu-popup.open {
  display: block;
  opacity: 1;
}
.head-menu-popup.open-fix {
  display: block;
  opacity: 1;
  position: fixed;
  top: 78px;
  height: calc(100vh - 78px);
}
.head-menu-popup .standart_width {
  height: 100%;
}
.head-menu-up {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
.head-menu-up .lvl_one {
  flex: 0 0 25%;
  display: flex;
  flex-flow: column;
  padding: 16px 0 48px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  height: 100%;
}
.head-menu-up .lvl_one ul {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
}
.head-menu-up .lvl_one ul li {
  padding: 0 0 0 0;
  position: relative;
  border: 0;
  margin: 0 0 0 0;
}
.head-menu-up .lvl_one .action, .head-menu-up .lvl_one ul li a {
  border-radius: 8px;
  transition: background-color 0.2s cubic-bezier(0.5, 0, 0, 1);
  color: #161a1d;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  width: calc(100% - 16px);
  min-height: 40px;
}
.head-menu-up .lvl_one ul li:before {
  display: none;
}
.head-menu-up .lvl_one .current, .head-menu-up .lvl_one .action {
  font-weight: 600;
  color: #3f3d9a;
}
.head-menu-up .lvl_one .current:hover, .head-menu-up .lvl_one .action:hover, .head-menu-up .lvl_one ul li a:hover {
  background-color: #f5f5f5;
}
.head-menu-up .fix_menu {
  flex: 0 0 75%;
  position: relative;
}
.head-menu-up .head-menu-el {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
  padding: 16px 0 48px;
  display: none;
  align-items: stretch;
  justify-content: flex-start;
  overflow-y: auto;
}
.head-menu-up .head-menu-el .col_catalog {
  height: 100%;
  margin: -12px;
  display: block;
  padding: 16px 24px;
  width: 66.66%;
}
.head-menu-up .head-menu-el .col_catalog_gr {
  column-count: 2;
}
.head-menu-up .head-menu-el .item {
  margin: 12px;
  padding-right: 12px;
  display: inline-block;
  width: 100%;
  flex-shrink: 0;
}
.head-menu-up .head-menu-el .item .tit {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.head-menu-up .head-menu-el .item .tit a {
  display: block;
  color: #161a1d;
  text-decoration: none;
}
.head-menu-up .head-menu-el .item .list a {
  display: block;
  color: #7a8086;
  text-decoration: none;
  margin-bottom: 8px;
}
.head-menu-up .head-menu-el .item .list a.selected, .head-menu-up .head-menu-el .item .list a.active, .head-menu-up .head-menu-el .item .tit a:hover, .head-menu-up .head-menu-el .item .list a:hover {
  color: #3f3d9a;
}
.head-menu-up .col_banner {
  width: 33.33%;
  padding: 16px 12px 16px 0;
}
.head-menu-up .col_banner .banner {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 24px;
  transition: 0.25s;
}
.head-menu-up .col_banner .banner img {
  display: block;
  width: 100%;
  border-radius: 12px;
  transition: all 1s ease;
}
.head-menu-up .col_banner .banner:hover img {
  transform: scale(1.05, 1.05);
}
.head-menu-up .col_banner .banner_list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.head-menu-up .col_banner .banner_el {
  width: calc(50% - 8px);
  margin: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 8px;
  text-align: center;
  height: 52px;
  transition: border 0.2s;
}
.head-menu-up .col_banner .banner_el img {
  max-width: 96px;
  max-height: 36px;
  display: block;
}
.head-menu-up .col_banner .banner_el:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.fixed_head_menu .header_bottom {
  justify-content: space-between;
}
.fixed_head_menu .catalog {
  margin-right: 32px;
}
.fixed_head_menu .head-top-menu {
  font-size: 14px;
}
.fixed_head_menu .head_logo_n {
  width: 115px;
  margin-right: 16px;
}
.fixed_head_menu .head_logo_n svg {
  display: block;
  width: 100%;
  height: auto;
}
.fixed_head_menu .head-bot-ic .basket {
  margin-left: 0;
}
.fixed_head_menu .head-bot-ic .favour {
  margin-right: 16px;
}
.header-bl.white .basket a, .header-bl.white .head-bot-ic .favour a, .header-bl.white .head-bot-bl .logo_bl .slogan, .header-bl.white .head-top-lk, .header-bl.white .head-top-lk a, .header-bl.white .head-top-location .bt, .header-bl.white .head-top-tel .bt, .header-bl.white .head-top-menu li a {
  color: #fff;
}
.header-bl.white .head-bot-ic .basket svg, .header-bl.white .head-bot-ic .favour svg, .header-bl.white .lk_user_bt svg, .header-bl.white .head-top-tel .bt svg, .header-bl.white .head-top-location .bt svg {
  stroke: #fff !important;
}
.header-bl.white .head-bot-ic .basket a:hover svg, .header-bl.white .head-bot-ic .favour a:hover svg {
  stroke: #3f3d9a !important;
}
.header-bl.white .head-bot-ic .basket a:hover, .header-bl.white .head-bot-ic .favour a:hover, .header-bl.white .head-top-lk a:hover, .header-bl.white .head-top-location .bt:hover, .header-bl.white .head-top-tel .bt:hover, .header-bl.white .head-top-menu li a:hover {
  color: #3f3d9a;
}
.header-bl.black .head-bot-ic .basket a, .header-bl.black .head-bot-ic .favour a, .header-bl.black .head-bot-bl .logo_bl .slogan, .header-bl.black .head-top-lk, .header-bl.black .head-top-lk a, .header-bl.black .head-top-location .bt, .header-bl.black .head-top-tel .bt, .header-bl.black .head-top-menu li a {
  color: #101010;
}
.header-bl.black .head-bot-ic .basket svg, .header-bl.black .head-bot-ic .favour svg, .header-bl.black .lk_user_bt svg, .header-bl.black .head-top-tel .bt svg, .header-bl.black .head-top-location .bt svg {
  stroke: #101010 !important;
}
.header-bl.black .head-bot-ic .basket a:hover svg, .header-bl.black .head-bot-ic .favour a:hover svg {
  stroke: #3f3d9a !important;
}
.header-bl.black .head-bot-ic .basket a:hover, .header-bl.black .head-bot-ic .favour a:hover, .header-bl.black .head-top-lk a:hover, .header-bl.black .head-top-location .bt:hover, .header-bl.black .head-top-tel .bt:hover, .header-bl.black .head-top-menu li a:hover {
  color: #3f3d9a;
}
.header-bl.color .head-bot-ic .basket a, .header-bl.color .head-bot-ic .favour a, .header-bl.color .head-bot-bl .logo_bl .slogan, .header-bl.color .head-top-lk, .header-bl.color .head-top-lk a, .header-bl.color .head-top-location .bt, .header-bl.color .head-top-tel .bt, .header-bl.color .head-top-menu li a {
  color: #3f3d9a;
}
.header-bl.color .head-bot-ic .basket svg, .header-bl.color .head-bot-ic .favour svg, .header-bl.color .lk_user_bt svg, .header-bl.color .head-top-tel .bt svg, .header-bl.color .head-top-location .bt svg {
  stroke: #3f3d9a !important;
}
.header-bl.color .head-bot-ic .basket a:hover svg, .header-bl.color .head-bot-ic .favour a:hover svg {
  stroke: #101010 !important;
}
.header-bl.color .head-bot-ic .basket a:hover, .header-bl.color .head-bot-ic .favour a:hover, .header-bl.color .head-top-lk a:hover, .header-bl.color .head-top-location .bt:hover, .header-bl.color .head-top-tel .bt:hover, .header-bl.color .head-top-menu li a:hover {
  color: #101010;
}
footer {
  background: linear-gradient(90deg, #161a1d 50%, #23282c 50%);
  color: #fff;
}
.foot-info-bl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.foot-contact {
  display: flex;
  flex-flow: column;
  padding: 30px 30px 30px 15px;
  background-color: #161a1d;
  margin-left: -20px;
  flex: 0 0 25%;
  max-width: 25%;
  font-size: 16px;
  line-height: 1.5;
}
.foot-contact a {
  text-decoration: none;
}
.foot-contact .logo {
  margin-bottom: 20px;
}
.foot-contact .logo svg {
  width: 120px;
}
.foot-contact .logo .logo_svg {
  fill: #fff;
}
.foot-contact .addr {
  padding: 4px 0;
}
.foot-contact .time {
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.75);
}
.foot-contact .head-top-tel .bt, .foot-contact .mail a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.foot-contact .mail a:hover {
  color: #3f3d9a;
}
.foot-contact .head-top-tel .up {
  top: auto;
  bottom: 100%;
}
.foot-contact .head-top-tel .bt {
  padding: 4px 0;
}
.foot-contact .head-top-tel .bt svg path {
  stroke: #fff;
}
.foot-info {
  background-color: #23282c;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 30px 15px 30px 30px;
}
.foot-menu-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.foot-info a {
  color: #fff;
  text-decoration: none;
}
.foot-info a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.foot-menu-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.foot-menu-top ul li {
  margin-right: 20px;
}
.foot-menu-all {
  font-weight: bold;
}
.foot-menu-all a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.foot-subscription-bl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.foot-menu-bot {
  flex: 0 0 50%;
}
.foot-menu-bot ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.foot-menu-bot ul li {
  margin: 0 20px 15px 0;
}
.foot-subscription-form {
  display: flex;
  flex-flow: column;
  text-align: right;
  max-width: 405px;
}
.foot-subscription {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.foot-subscription input[type="email"], .foot-subscription input[type="text"] {
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  background: transparent;
  border-radius: 12px 0 0 12px;
  max-width: 220px;
  padding: 11px;
  height: 48px;
}
.foot-subscription input[type="email"]:focus, .foot-subscription input[type="text"]:focus {
  border-color: #3f3d9a;
}
.foot-subscription button {
  border-radius: 0 8px 8px 0;
  border: 1px solid #3f3d9a;
  color: #fff;
  background: #3f3d9a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.foot-subscription button svg {
  margin-left: 8px;
  display: block;
  stroke: #fff;
  transition: all 0.3s ease;
}
.foot-subscription button:hover {
  color: #3f3d9a;
  background: transparent;
}
.foot-subscription button:hover svg {
  stroke: #3f3d9a;
}
.foot-subscription-form .txt {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
.foot-social-bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
.foot-social-bl .foot_soc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-social-bl .foot_soc a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  line-height: 1;
  width: 25px;
  height: 25px;
  box-shadow: none;
}
.foot-polit img {
  width: 32px;
}
.fancybox-inner .fancybox-content {
  overflow: visible;
}
.fancybox-inner .fancybox-close-small {
  width: 64px;
  height: 64px;
  top: -20px;
  right: -20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  background: #fff;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.fancybox-inner .fancybox-close-small svg {
  margin-top: 0;
  transition: all 0.5s ease;
}
.fancybox-inner .fancybox-close-small:hover {
  background: #3f3d9a;
}
.fancybox-inner .fancybox-close-small:hover svg {
  stroke: #fff;
}
.popup_form select, .popup_form input[type="email"], .popup_form input[type="search"], .popup_form input[type="tel"], .popup_form input[type="file"], .popup_form input[type="text"], .popup_form input[type="password"], .popup_form textarea {
  font-size: 16px;
  line-height: 24px;
  color: #161a1d;
  background-color: #f5f5f5;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid transparent;
  border-radius: 8px 8px 0 0;
  /* padding: 17px 11px 16px; */
  padding: 27px 11px 6px;
  transition: border-bottom 0.2s;
  height: 60px;
  /* border-bottom: 1px solid rgba(0,0,0,0.14); */
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
}
.popup_form select:hover, .popup_form input[type="email"]:hover, .popup_form input[type="search"]:hover, .popup_form input[type="tel"]:hover, .popup_form input[type="text"]:hover, .popup_form input[type="password"]:hover, .popup_form textarea:hover {
  border-bottom: 2px solid #3f3d9a;
}
.popup_form select:focus, .popup_form input[type="email"]:focus, .popup_form input[type="search"]:focus, .popup_form input[type="tel"]:focus, .popup_form input[type="text"]:focus, .popup_form input[type="password"]:focus, .popup_form textarea:focus {
  border-bottom: 2px solid #3f3d9a;
  padding: 27px 11px 6px;
}
.popup_form .pop_el_tit {
  position: absolute;
  display: block;
  left: 11px;
  transition: all 0.2s ease-in-out;
  color: #505a62;
  pointer-events: none;
  z-index: 12;
  font-size: 12px;
  line-height: 16px;
  top: 6px;
}
.popup_form .pop_el_tit.big {
  position: absolute;
  top: 17px;
  font-size: 16px;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.6 !important;
}
.catalog-det-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #999;
  font-size: 12px;
  margin-bottom: 18px;
}
.catalog-det-top .reiting {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.catalog-det-top .reiting .star {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-right: 5px;
}
.catalog-det-top .reiting .star svg {
  display: block;
  margin-right: 3px;
  fill: #3f3d9a;
}
.catalog-det-top .reiting, .catalog-det-top .articul, .catalog-det-top .comment {
  margin-right: 16px;
}
.catalog-det-top .comment a {
  text-decoration: none;
  display: block;
  border-bottom: 1px dashed #999;
  color: #999;
}
.catalog-det-top .comment a:hover {
  text-decoration: none;
  color: #3f3d9a;
  border-color: #3f3d9a;
}
.catalog-det-top .articul span {
  color: #000;
}
.catalog-det-grid {
  display: grid;
  grid-template-columns: 616px 1fr 320px;
  position: relative;
  margin-bottom: 72px;
}
.catalog-det-grid .info-bl {
  padding-right: 24px;
}
.quick_product_grid .sentence-scroll, .catalog-det-grid .sentence-scroll {
  padding: 0 32px;
  margin-bottom: 18px;
}
.quick_product_grid .sentence-bl .el, .catalog-det-grid .sentence-bl .el {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  object-position: center;
  line-height: 1;
  overflow: hidden;
  border: 2px solid #e8e8e8;
  /* margin: 0 5px 10px; */
  border-radius: 4px;
  width: 72px;
  min-width: 72px;
  height: 96px;
}
.quick_product_grid .sentence-bl img, .catalog-det-grid .sentence-bl img {
  display: block;
}
.quick_product_grid .sentence-bl .el:hover, .catalog-det-grid .sentence-bl .el:hover {
  border-color: #3f3d9a;
}
.quick_product_grid .sentence-scroll .bx-wrapper .bx-controls-direction a, .catalog-det-grid .sentence-scroll .bx-wrapper .bx-controls-direction a {
  top: 0;
  width: 24px;
  height: 96px;
  margin-top: 0;
}
.quick_product_grid .sentence-scroll .bx-wrapper .bx-prev, .catalog-det-grid .sentence-scroll .bx-wrapper .bx-prev {
  left: -32px;
}
.quick_product_grid .sentence-scroll .bx-wrapper .bx-next, .catalog-det-grid .sentence-scroll .bx-wrapper .bx-next {
  right: -32px;
}
.catalog-det-grid .option {
  margin-bottom: 40px;
  font-size: 14px;
}
.catalog-all-option .el, .catalog-det-grid .option .el {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}
.catalog-all-option .option-l, .catalog-det-grid .option .option-l {
  position: relative;
  flex: 1;
  color: #999;
}
.catalog-all-option .option-r, .catalog-det-grid .option .option-r {
  flex: 1;
  padding-left: 12px;
}
.catalog-all-option .option-l span, .catalog-det-grid .option .option-l span {
  padding-right: 12px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: inline-block;
}
.catalog-all-option .option-l:after, .catalog-det-grid .option .option-l:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  border-bottom: 1px dashed #d5d5d5;
}
.catalog-all-option .all_option, .catalog-det-grid .option .all_option {
  margin-top: 16px;
}
.catalog-all-option .all_option a, .catalog-det-grid .option .all_option a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #999;
  color: #000;
}
.catalog-all-option .all_option a:hover, .catalog-det-grid .option .all_option a:hover {
  color: #3f3d9a;
  border-color: #3f3d9a;
}
.catalog-det-grid .brend-bl {
  margin-bottom: 12px;
}
.catalog-det-grid .brend-bl a {
  font-size: 14px;
  text-decoration: none;
  color: #999;
  transition: all 0.3s ease;
}
.catalog-det-grid .brend-bl a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 0 1px 4px;
  border-right: 2px solid #8b8b8b;
  border-bottom: 2px solid #8b8b8b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  line-height: 1;
}
.catalog-det-grid .brend-bl a:hover {
  color: #3f3d9a;
}
.catalog-det-grid .brend-bl a:hover:after {
  border-right-color: #3f3d9a;
  border-bottom-color: #3f3d9a;
}
.catalog-det-grid .brend-bl .ic a:after {
  display: none;
}
.catalog-det-grid .brend-bl .ic img {
  display: none;
}
.catalog-det-grid .fix-price {
  position: sticky;
  top: 60px;
  right: 0;
  padding: 20px 24px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.catalog-det-grid .fix-price .price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  padding-right: 60px;
  margin-bottom: 32px;
}
.catalog-det-grid .fix-price .price .new {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
}
.catalog-det-grid .fix-price .price .old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  font-weight: bold;
}
.catalog-det-grid .fix-price .product-item-detail-compare-container.comparison {
  position: absolute;
  top: 21px;
  right: 54px;
  padding: 0 0 0 0;
}
.catalog-det-grid .fix-price .product-item-detail-compare-container.comparison input {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
  width: 22px;
  height: 20px;
  margin: 0 0 0 0;
}
.catalog-det-grid .fix-price .product-item-detail-compare-container.comparison input:checked + label svg {
  fill: #3f3d9a;
}
.catalog-det-grid .fix-price .favour {
  position: absolute;
  top: 20px;
  right: 24px;
}
.catalog-det-grid .fix-price .comparison svg {
  display: block;
  fill: #000;
}
.catalog-det-grid .fix-price .comparison.active svg, .catalog-det-grid .fix-price .comparison:hover svg {
  fill: #3f3d9a;
}
.catalog-det-grid .fix-price .favour svg {
  display: block;
  stroke: #000;
}
.catalog-det-grid .fix-price .favour.active svg, .catalog-det-grid .fix-price .favour:hover svg {
  stroke: #3f3d9a;
}
.catalog-det-grid .fix-price .bt {
  display: flex;
  flex-flow: column;
}
.catalog-det-grid .fix-price .bt .color_bt {
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  padding: 11px 25px 13px;
}
.catalog-det-grid .fix-price .bt .bord_bt {
  width: 100%;
  font-size: 16px;
  padding: 11px 25px 13px;
}
.catalog-about-bl {
  display: grid;
  grid-template-columns: 616px 1fr 320px;
  position: relative;
  font-size: 14px;
  margin-bottom: 72px;
}
.catalog-about-bl .tit {
  font-weight: bold;
  margin-bottom: 8px;
}
.catalog-recommended-bl .h3 a {
  color: #3f3d9a;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  margin-left: 8px;
}
.catalog-recommended-bl .h3 a:hover {
  color: #000;
  text-decoration: none;
}
.recommended-slider-bl {
  margin-bottom: 60px;
}
.recommended-slider-bl .calalog-item:hover:after {
  display: none;
}
.recommended-slider .ic {
  height: 240px;
  object-position: center;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 8px;
}
.recommended-slider .ic img {
  object-position: center;
  object-fit: contain;
  max-width: 99%;
  max-height: 99%;
}
.recommended-slider .ic .fast_look {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, .9);
  cursor: pointer;
  padding: 10px 11px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  z-index: 3;
  opacity: 0;
  display: none;
  text-decoration: none;
  color: #000;
}
.recommended-slider .el:hover .ic .fast_look {
  opacity: 1;
  display: block;
}
.recommended-slider .ic .fast_look:hover {
  background: #fff;
  text-decoration: none;
  color: #000;
}
.recommended-slider .ic .sale {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  color: #3f3d9a;
  font-weight: 700;
  max-width: 80%;
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: 3;
  padding: 0 3px;
  border-radius: 20px;
  background-color: #fdeef9;
}
.recommended-slider .price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.recommended-slider .price .new {
  font-size: 18px;
  line-height: 24px;
  margin-right: 10px;
  font-weight: bold;
}
.recommended-slider .price .old {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #999;
  text-decoration: line-through;
}
.recommended-slider .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.recommended-slider .name a {
  color: #999;
  text-decoration: none;
}
.recommended-slider-bl .bx-wrapper .bx-controls-direction a {
  top: 98px;
  margin-top: 0;
}
.recommended-slider-bl .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -20px;
}
.recommended-slider-bl .bx-wrapper .bx-controls-direction a.bx-next {
  right: -20px;
}
.catalog-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px 32px;
  margin-bottom: 32px;
}
.calalog-item {
  position: relative;
}
.calalog-item:hover {
  z-index: 10;
}
.calalog-item:hover:after {
  content: '';
  display: block;
  background: #fff;
  z-index: 1;
  border-radius: 16px 16px 16px 16px;
  border: 1px inset rgba(0, 0, 0, 0.07);
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -68px;
  left: -12px;
}
.calalog-cont {
  position: relative;
  z-index: 2;
}
.calalog-item .ic {
  height: 336px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 12px;
  position: relative;
}
.calalog-item .ic .img {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}
.calalog-item .ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.calalog-item .ic .fast_look {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, .9);
  cursor: pointer;
  padding: 10px 11px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  z-index: 3;
  opacity: 0;
  display: none;
  text-decoration: none;
  color: #000;
}
.calalog-item:hover .ic .fast_look {
  opacity: 1;
  display: block;
}
.calalog-item .ic .fast_look:hover {
  background: #fff;
  text-decoration: none;
  color: #000;
}
.calalog-item .ic .sale {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  color: #3f3d9a;
  font-weight: 700;
  max-width: 80%;
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: 3;
  padding: 0 3px;
  border-radius: 20px;
  background-color: #fdeef9;
}
.calalog-item .price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
}
.calalog-item .price .new {
  font-size: 18px;
  line-height: 24px;
  margin-right: 10px;
  font-weight: bold;
}
.calalog-item .price .old {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #999;
  text-decoration: line-through;
}
.calalog-item .name {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-bottom: 10px;
}
.calalog-item .name a {
  color: #999;
  text-decoration: none;
}
.calalog-item .name a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.calalog-item .reiting {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #999;
}
.calalog-item .reiting .star {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-right: 5px;
}
.calalog-item .reiting .star svg {
  display: block;
  margin-right: 3px;
  fill: #3f3d9a;
}
.calalog-item-bg {
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 16px 12px;
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  z-index: 2;
  border-radius: 0 0 16px 16px;
  background: #fff;
  border: 1px inset rgba(0, 0, 0, 0.07);
  border-top: none;
  font-size: 12px;
}
.calalog-item-bg .sku_list {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 5px;
}
.calalog-item-bg [data-entity="quantity-block"] {
  width: 100%;
}
.calalog-item-bg .product-item-amount-field {
  border-color: rgba(0, 0, 0, 0.07);
}
.calalog-item-bg .product-item-amount-description-container {
  margin-top: 3px;
}
.calalog-item:hover .calalog-item-bg {
  display: flex;
}
.bx-blue .calalog-item-bg .btn.btn-default, .calalog-item-bg .color_bt, .calalog-item-bg .bord_bt {
  padding: 10px 20px;
  font-size: 14px;
}
.calalog-item-bg .favour {
  margin-left: 12px;
  position: relative;
  top: 7px;
}
.calalog-item-bg .favour svg {
  display: block;
  stroke: #000;
  fill: none;
}
.calalog-item-bg .favour:hover svg {
  stroke: #3f3d9a;
}
.calalog-item-bg .favour.active svg {
  stroke: #3f3d9a;
  fill: #3f3d9a;
}
.category_menu_bl {
  display: flex;
  flex-flow: column;
  font-size: 14px;
  margin-bottom: 32px;
}
.category_menu_bl .top {
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
}
.category_menu_bl .top li {
  padding: 0 0 0 0;
}
.category_menu_bl ul li:before {
  display: none;
}
.category_menu_bl .top li:first-child {
  margin: 0 0 4px;
  color: #242424;
  font-weight: 700;
}
.category_menu_bl ul {
  margin: 0 0 0 12px;
}
.category_menu_bl ul li {
  padding: 0 12px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  background: #f7f7f7;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 0 4px -24px;
}
.category_menu_bl ul li a {
  padding: 4px 0;
  display: block;
  color: #999;
  text-decoration: none;
}
.category_menu_bl .menu li:hover {
  background: #fff;
}
.category_menu_bl .menu li:hover a {
  color: #000;
}
.category_menu_bl .top .active {
  background: #3f3d9a;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  margin-left: -12px;
  padding: 4px 12px;
}
.category_menu_bl .menu .active:hover, .category_menu_bl .menu .active {
  background: #3f3d9a;
}
.category_menu_bl .menu .active:hover a, .category_menu_bl .menu .active a {
  color: #fff;
}
.filt_mob_bl .bx-filter-popup-result a {
  margin-left: 12px;
}
.quick_product_view_bl {
  width: 992px;
  max-width: 95%;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
}
.quick_product_grid {
  display: flex;
  align-items: stretch;
  /* display: grid;
	grid-template-columns: 1fr 1fr; */
  justify-content: flex-start;
  /* .quick_product_grid:after {
	content: '';
	display: block;
	clear: both;
} */
}
.quick_product_l {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick_product_l .product-item-detail-slider-block {
  padding: 0 0 0 0;
  height: 100%;
  width: 100%;
}
.quick_product_l .product-item-detail-slider-container {
  padding: 0 0 0 0;
  height: 100%;
  width: 100%;
}
.quick_product_l .product-item-detail-slider-container .product-item-detail-slider-controls-block {
  display: none !important;
}
.quick_product_l .product-item-detail-slider-right {
  right: 10px;
}
.quick_product_l .product-item-detail-slider-left {
  left: 10px;
}
.quick_product_l .product-item-detail-slider-container.magnified .product-item-detail-slider-left, .quick_product_l .product-item-detail-slider-container.magnified .product-item-detail-slider-right {
  z-index: 110;
}
.quick_product_l, .quick_product_r {
  width: 50%;
  /* font-size: 16px; */
  flex: 1;
}
.quick_product_l .info .price, .quick_product_r .info .price {
  margin-bottom: 20px;
}
.quick_product_l .info .price .new, .quick_product_r .info .price .new {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
}
.quick_product_l .info .price .old, .quick_product_r .info .price .old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  font-weight: bold;
}
.quick_product_l .info .product-item-detail-info-container, .quick_product_r .info .product-item-detail-info-container {
  margin: 0 -32px 10px;
}
.quick_product_r {
  padding: 28px 40px 84px;
  position: relative;
}
.quick_product_slider {
  width: 100%;
  height: 100%;
  /* .quick_product_slider .slick-track {
	min-width: 100%;
  } */
}
.quick_product_slider .el {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  /* min-width: 100%; */
  height: 672px;
}
.quick_product_slider .el video, .quick_product_slider .el iframe, .quick_product_slider .el img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  outline: 0;
  width: 44px;
  height: 44px;
  z-index: 9;
  border-radius: 4px;
  color: #000;
}
.slick-arrow::before {
  font: normal normal normal 35px/1 FontAwesome;
  font-size: 35px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  height: 34px;
  width: 12px;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -6px;
  position: absolute;
  line-height: 1;
}
.slick-arrow.slick_prev:before {
  content: "\f104";
}
.slick-arrow.slick_next:before {
  content: "\f105";
}
.slick-arrow.slick_prev {
  left: 5px;
}
.slick-arrow.slick_next {
  right: 5px;
}
.slick-arrow:hover {
  background: #3f3d9a;
  color: #fff;
}
.quick_product_view_bl .name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}
.quick_product_view_bl .name a {
  color: #000;
  text-decoration: none;
}
.quick_product_view_bl .name a:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.quick_product_view_bl .catalog-det-top {
  margin-bottom: 30px;
}
.quick_product_view_bl .sentence-scroll {
  margin-bottom: 30px;
}
.quick_product_view_bl .color_bt {
  width: 100%;
  margin-bottom: 5px;
  padding: 12px 25px;
}
.quick_product_view_bl .bord_bt {
  width: 100%;
  margin-bottom: 5px;
  padding: 12px 25px;
}
.quick_product_view_bl .bt {
  position: relative;
  padding-right: 40px;
}
.quick_product_view_bl .favour {
  position: absolute;
  right: 0;
  display: block;
  top: 11px;
}
.quick_product_view_bl .favour svg {
  display: block;
  stroke: #000;
  fill: none;
}
.quick_product_view_bl .favour:hover svg {
  stroke: #3f3d9a;
}
.quick_product_view_bl .favour.active svg {
  fill: #3f3d9a;
  stroke: #3f3d9a;
}
.quick_product_view_bl .more_bt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.quick_product_view_bl .more_bt a {
  padding: 5px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 100%;
  border-radius: 0 0 12px 0;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.quick_product_view_bl .more_bt a:hover {
  text-decoration: none;
  color: #3f3d9a;
}
body.biger_banner .header-bl {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 50;
}
body.biger_banner .index_slider_el {
  max-height: 80vh;
}
body.biger_banner .ind_banner_bl, body.biger_banner .index_slider_el .standart_width {
  height: 80vh;
}
.ind_banner_bl {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
  /* min-height: 100vh; */
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ind_banner_bl video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.ind_banner_bl .ind_banner_tit {
  font-size: 42px;
  padding: 40px 40px;
  background: rgba(0, 0, 0, .5);
}
.ind_banner_three_bl {
  padding: 30px 0;
}
.ind_banner_three_fl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ind_banner_three_fl .col_l {
  width: calc(60% - 4px);
}
.ind_banner_three_fl .col_r {
  width: calc(40% - 4px);
}
.ind_banner_double_gr {
  display: grid;
  gap: 8px 8px;
  grid-template-columns: 1fr 1fr;
}
.ind_banner_double_gr .el {
  height: 246px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.ind_banner_double_gr .el.black {
  color: #000;
}
.ind_banner_double_gr .el.white {
  color: #fff;
}
.ind_banner_double_gr .el:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s ease;
}
.ind_banner_double_gr .el img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ind_banner_double_gr .el .txt {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 18px;
}
.ind_banner_double_gr .el:hover:before {
  opacity: 1;
}
.ind_banner_longer .el, .ind_slider_three .el {
  position: relative;
  object-fit: cover;
  object-position: center;
  height: 500px;
}
.ind_banner_longer .el img, .ind_slider_three .el img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ind_banner_longer .el .cont, .ind_slider_three .el .cont {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  padding: 20px 80px;
  max-width: 600px;
}
.ind_banner_longer .el .tit, .ind_slider_three .el .tit {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.ind_banner_longer .el .txt, .ind_slider_three .el .txt {
  margin-bottom: 24px;
}
.ind_banner_longer .el.white, .ind_slider_three .el.white {
  color: #fff;
}
.ind_banner_longer .el.black, .ind_slider_three .el.black {
  color: #000;
}
.ind_banner_longer_bl .bx-wrapper .bx-prev, .ind_banner_three_fl .bx-wrapper .bx-prev {
  left: 10px;
}
.ind_banner_longer_bl .bx-wrapper .bx-next, .ind_banner_three_fl .bx-wrapper .bx-next {
  right: 10px;
}
.ind_banner_longer_bl .color_bt, .ind_banner_three_fl .color_bt {
  font-size: 14px;
}
.ind_banner_longer_bl {
  padding: 24px 0;
  overflow: hidden;
}
.ind_banner_longer_bl .bx-viewport {
  overflow: visible !important;
}
.ind_banner_longer .el {
  border-radius: 12px;
  overflow: hidden;
}
.ind_produce_bl .catalog-list-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.det_news_gr {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 32px 32px;
}
.det_news_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 32px;
  position: sticky;
  top: 85px;
}
.det_news_list .ind_news_el {
  width: 100%;
}
.det_news_r {
  padding-top: 0px;
}
.basket-items-search-field input[type="text"], .basket-coupon-block-field input[type="text"] {
  height: 32px;
  padding: 0 10px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .14);
}
.basket-item-amount-filed-block input[type="text"] {
  border: none;
  background: transparent;
  padding: 0 0 0 0;
  height: 32px;
}
#bx-soa-order select, #bx-soa-order input[type="email"], #bx-soa-order input[type="search"], #bx-soa-order input[type="tel"], #bx-soa-order input[type="text"], #bx-soa-order input[type="file"], #bx-soa-order input[type="password"] {
  padding: 0 10px;
  height: 32px;
  font-size: 14px;
}
#bx-soa-order textarea {
  padding: 10px 10px 0;
  height: 64px;
  border-radius: 8px 8px 0 0;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid transparent;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
  font-size: 14px;
}
#bx-soa-order select:focus, #bx-soa-order textarea:focus, #bx-soa-order input[type="email"]:focus, #bx-soa-order input[type="search"]:focus, #bx-soa-order input[type="tel"]:focus, #bx-soa-order input[type="text"]:focus, #bx-soa-order input[type="file"]:focus, #bx-soa-order input[type="password"]:focus {
  border-color: #3f3d9a;
  box-shadow: none;
  outline: none;
}
#bx-soa-order .bx-sls .form-control.dropdown-block, #bx-soa-order .bx-slst .form-control.dropdown-block {
  font-size: 14px;
  line-height: 24px;
  color: #161a1d;
  background-color: #f5f5f5;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid transparent;
  border-radius: 8px 8px 0 0;
  transition: border-bottom 0.2s;
  height: 32px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
}
.bx-sls .dropdown-fade2white {
  background: none;
}
.bx-soa-cart-total.bx-soa-cart-total-fixed {
  margin-top: 75px;
}
.head-services-menu {
  max-width: 640px;
}
.head-services-menu .menu_lvl2_bt, .head-services-menu .menu_lvl3_bt, .head-services-menu .menu_lvl1_bt {
  font-size: 14px;
  font-weight: 400;
}
.head-services-menu .menu_lvl2 {
  z-index: 50;
}
body.width_1350 .standart_width {
  max-width: 1410px;
}
body.black_bg {
  background: #161a1d;
}
body.black_bg .new_filter_page, body.black_bg header, body.black_bg footer, body.black_bg section {
  color: #fff;
}
body.black_bg .new_filter_bl .flex_row .bx-filter-block, body.black_bg .new_filter_page, body.black_bg .greedy-nav .hidden-links, body.black_bg .setting_site_bl, body.black_bg .detail_page_cont .bx_compare .bx_filtren_container, body.black_bg .popup-window, body.black_bg .menu_tit, body.black_bg .head-top-tel .up, body.black_bg .head-search-up, body.black_bg .setting_site_tabs li.current, body.black_bg .multicolor_cont, body.black_bg .fancybox-content, body.black_bg .catalog-all-option .option-l span, body.black_bg .catalog-det-grid .option .option-l span, body.black_bg .detail_page_cont, body.black_bg section > div {
  background-color: #23282c;
}
body.black_bg .popup-window-with-titlebar .popup-window-content {
  background-color: #23282c !important;
}
body.black_bg .popup_bl, body.black_bg .title-search-result .all_result, body.black_bg .bx_compare .table_compare table tr:nth-child(odd) td, body.black_bg .bx_catalog-compare-list, body.black_bg .mob_menu_pop_bl, body.black_bg .mob_header_bg, body.black_bg .head-search-up .all_result, body.black_bg .basket-items-list-header.basket-items-list-header-fixed, body.black_bg .setting_site_tabs, body.black_bg .bx-soa-section-title-container, body.black_bg .fancybox-inner .fancybox-close-small, body.black_bg .quick_product_view_bl .more_bt a, body.black_bg .bx-wrapper .bx-controls-direction a, body.black_bg .catalog-det-grid .fix-price, body.black_bg section > div.cont_head_bl, body.black_bg section > div:nth-child(2n) {
  background-color: #161a1d;
}
body.black_bg .bx-catalog-subscribe-form-container-input input[type="text"], body.black_bg .comment_el, body.black_bg .bx_compare .bx_sort_container .sortbutton, body.black_bg .ind_comment_bl {
  border-color: rgba(255, 255, 255, 0.15);
}
body.black_bg .bx_catalog-compare-list, body.black_bg .ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a, body.black_bg .ind_comment_el, body.black_bg .brands_el {
  border-color: rgba(255, 255, 255, 0.15);
}
body.black_bg footer {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
body.black_bg .calalog-item .calalog-item-bg, body.black_bg .calalog-item:hover:after {
  background: #44484b;
  box-shadow: none;
}
body.black_bg .bx-catalog-subscribe-form-container-input input[type="text"], body.black_bg .ind_comment_slider_bl .bx-wrapper .bx-controls-direction a {
  background-color: rgba(255, 255, 255, 0.15);
}
.bx-blue .product-item-image-slider-progress-bar, body.black_bg .ind_comment_slider_bl .bx-wrapper .bx-controls-direction a:hover {
  background-color: #3f3d9a;
}
body.black_bg .bx_catalog-compare-list, body.black_bg .popup-window, body.black_bg .popup_bl, body.black_bg .catalog-det-top .articul span, body.black_bg .head-bot-ic .basket a, body.black_bg .head-bot-ic .favour a, body.black_bg .advantage_tit, body.black_bg .advantage_cont, body.black_bg .ind_news_tit a, body.black_bg .bx-wrapper .bx-controls-direction a:before {
  color: #fff;
}
body.black_bg .head-bot-ic .basket a:hover, body.black_bg .head-bot-ic .favour a:hover, body.black_bg .ind_news_tit a:hover {
  color: #3f3d9a;
}
body.black_bg .calalog-item-bg .favour svg {
  stroke: #fff;
}
body.black_bg .calalog-item-bg .favour:hover svg {
  stroke: #3f3d9a;
}
body.black_bg .calalog-item-bg .favour.active svg {
  stroke: #3f3d9a;
  fill: #3f3d9a;
}
body.black_bg .head-search-bt input[type="search"], body.black_bg .head-search-bt input[type="text"] {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
body.black_bg .fixed_head_menu {
  background: rgba(22, 26, 29, 0.9);
  color: #fff;
}
body.black_bg .cont_width_bl {
  background-color: #23282c;
}
body.black_bg .category_menu_bl ul li {
  background: transparent;
}
body.black_bg .new_filter_bl .bx-filter .bx-filter-parameters-box-title span, body.black_bg .filter_bl .bx-filter .bx-filter-parameters-box-title span {
  color: #999;
}
body.black_bg .bx-filter .bx-filter-input-container input {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
body.black_bg .new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.left, body.black_bg .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.left, body.black_bg .new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right, body.black_bg .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right {
  background: #161a1d;
}
body.black_bg .new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vn, body.black_bg .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
  background: #56595b;
}
body.black_bg .bx_compare .bx_sort_container .sortbutton {
  box-shadow: none;
  text-shadow: none;
}
body.black_bg .header_bottom_bl .basket a, body.black_bg .popup-window-titlebar-text, body.black_bg .popup-window-titlebar-text-version, body.black_bg .number_bl a.active:hover, body.black_bg .number_bl a.active, body.black_bg .quick_product_grid, body.black_bg .bx_compare .bx_sort_container .sortbutton.current, body.black_bg .bx_compare .bx_sort_container .sortbutton, body.black_bg .product-item-amount-field, body.black_bg .product-item-amount-description-container strong, body.black_bg .calalog-item-bg .product-item-amount-field, body.black_bg .product-item-detail-info-container-title, body.black_bg section, body.black_bg .menu_back, body.black_bg .mob_menu_bt, body.black_bg .head-top-tel .up .tel_a, body.black_bg .head-search-up .result_list .el .price, body.black_bg .multicolor_tit, body.black_bg .setting_index_fl .el, body.black_bg .multicolor_el.txt, body.black_bg .sale-order-detail-about-order-inner-container-list-item-element, body.black_bg .sale-order-payment-change-payment-title, body.black_bg .sale-order-detail-payment-options-info-order-number, body.black_bg .sale-order-detail-payment-options-info-total-price, body.black_bg .sale-order-detail-total-payment-list-right-item, body.black_bg .sale-order-detail-payment-options-methods-info-title, body.black_bg .sale-order-detail-payment-options-methods-shipment-list-item-title, body.black_bg .sale-order-detail-about-order-title-element, body.black_bg .sale-order-detail-payment-options-title-element, body.black_bg .sale-order-detail-payment-options-shipment-composition-title-element, body.black_bg .sale-order-detail-payment-options-order-content-title-element, body.black_bg .sale-order-detail-general-item, body.black_bg ul.bx-soa-pp-list, body.black_bg .bx-soa-section-title, body.black_bg .basket-item-amount-filed, body.black_bg .basket-item-price-current, body.black_bg .basket-item-property-value, body.black_bg .basket-item-property-custom-value, body.black_bg .basket-item-info-name, body.black_bg .basket-item-info-name-link, body.black_bg .basket-coupon-block-total-price-current, body.black_bg .basket-checkout-block-total-title, body.black_bg .quick_product_view_bl .more_bt a, body.black_bg .quick_product_view_bl .name a, body.black_bg .catalog-all-option .all_option a, body.black_bg .catalog-det-grid .option .all_option a, body.black_bg .head-menu-up .head-menu-el .item .tit a, body.black_bg .head-menu-up .lvl_one .action, body.black_bg .head-menu-up .lvl_one ul li a, body.black_bg .execut_tel a, body.black_bg .execut_mail a, body.black_bg .execut_tit, body.black_bg .licenses_el a, body.black_bg .head_search_close, body.black_bg .menu_lvl2_bt, body.black_bg .menu_lvl3_bt, body.black_bg .l_menu_lvl1_bt, body.black_bg .head_sear_bl a, body.black_bg .head_bask_bl a, body.black_bg .menu_lvl1_bt, body.black_bg .category_menu_bl .top li:first-child {
  color: #fff;
}
body.black_bg .sort_block a, body.black_bg .sale-order-detail-back-to-list-link-down:active, body.black_bg .sale-order-detail-back-to-list-link-up:active, body.black_bg .sale-order-detail-order-item-title a:active, body.black_bg .sale-order-detail-show-link:active, body.black_bg .sale-order-detail-hide-link:active, body.black_bg .sale-order-detail-about-order-inner-container-list-item-link:active, body.black_bg .sale-order-detail-about-order-inner-container-name-read-less:active, body.black_bg .sale-order-detail-about-order-inner-container-name-read-more:active, body.black_bg .bx_my_order_cancel a:active, body.black_bg .sale-order-list-cancel-payment:active, body.black_bg .sale-order-list-shipment-button:active, body.black_bg .sale-order-list-repeat-link:active, body.black_bg .sale-order-list-cancel-link:active, body.black_bg .sale-order-list-about-link:active, body.black_bg .sale-order-list-change-payment:active, body.black_bg .sale-order-detail-back-to-list-link-down:focus, body.black_bg .sale-order-detail-back-to-list-link-up:focus, body.black_bg .sale-order-detail-order-item-title a:focus, body.black_bg .sale-order-detail-show-link:focus, body.black_bg .sale-order-detail-hide-link:focus, body.black_bg .sale-order-detail-about-order-inner-container-list-item-link:focus, body.black_bg .sale-order-detail-about-order-inner-container-name-read-less:focus, body.black_bg .sale-order-detail-about-order-inner-container-name-read-more:focus, body.black_bg .bx_my_order_cancel a:focus, body.black_bg .sale-order-list-cancel-payment:focus, body.black_bg .sale-order-list-shipment-button:focus, body.black_bg .sale-order-list-repeat-link:focus, body.black_bg .sale-order-list-cancel-link:focus, body.black_bg .sale-order-list-about-link:focus, body.black_bg .sale-order-list-change-payment:focus, body.black_bg .sale-order-detail-back-to-list-link-down:hover, body.black_bg .sale-order-detail-back-to-list-link-up:hover, body.black_bg .sale-order-detail-order-item-title a:hover, body.black_bg .sale-order-detail-show-link:hover, body.black_bg .sale-order-detail-hide-link:hover, body.black_bg .sale-order-detail-about-order-inner-container-list-item-link:hover, body.black_bg .sale-order-detail-about-order-inner-container-name-read-less:hover, body.black_bg .sale-order-detail-about-order-inner-container-name-read-more:hover, body.black_bg .bx_my_order_cancel a:hover, body.black_bg .sale-order-list-cancel-payment:hover, body.black_bg .sale-order-list-shipment-button:hover, body.black_bg .sale-order-list-repeat-link:hover, body.black_bg .sale-order-list-cancel-link:hover, body.black_bg .sale-order-list-about-link:hover, body.black_bg .sale-order-list-change-payment:hover {
  color: #7a8086 !important;
}
body.black_bg .bx-catalog-subscribe-form-container-label, body.black_bg .bx-catalog-subscribe-form-container-input input[type="text"], body.black_bg .bx-filter .bx-filter-param-label.disabled .bx-filter-param-text, body.black_bg .number_bl a, body.black_bg .bx_compare .table_compare table tr td:first-child, body.black_bg .bx_compare .bx_filtren_container ul li span, body.black_bg section table, body.black_bg .setting_site_tabs, body.black_bg .ind_catalog_tit a, body.black_bg .head-search-up .result_list .el, body.black_bg .multicolor_el.img, body.black_bg .multicolor_cont, body.black_bg .sale-order-detail-about-order-inner-container-details-title, body.black_bg .sale-order-detail-about-order-inner-container-name-detail, body.black_bg .sale-order-detail-about-order-inner-container-status-detail, body.black_bg .sale-order-detail-about-order-inner-container-price-detail, body.black_bg .sale-order-detail-total-payment-list-left-item, body.black_bg .bx-soa-coupon-label, body.black_bg .bx-soa .bx-soa-customer-label, body.black_bg .bx-soa .bx-soa-custom-label, body.black_bg .bx-soa .form-group label, body.black_bg .basket-items-list-header-filter-item.active, body.black_bg .head_addr, body.black_bg .head_tel a, body.black_bg .head_logo_txt {
  color: #7a8086;
}
body.black_bg .header_bottom_bl .basket a:hover, body.black_bg .number_bl a:hover, body.black_bg .setting_site_tabs .current, body.black_bg .ind_catalog_tit a:hover, body.black_bg .sort_block a.active, body.black_bg .sort_block a:hover, body.black_bg .menu_tit, body.black_bg .menu_back:hover, body.black_bg .head-top-tel .up .tel_a:hover, body.black_bg .multicolor_el.active, body.black_bg .sale-order-detail a:hover, body.black_bg .basket-item-info-name:hover, body.black_bg .basket-item-info-name-link:hover, body.black_bg .basket-items-list-header-filter-item.active:hover, body.black_bg .quick_product_view_bl .more_bt a:hover, body.black_bg .quick_product_view_bl .name a:hover, body.black_bg .catalog-all-option .all_option a:hover, body.black_bg .catalog-det-grid .option .all_option a:hover, body.black_bg .head-menu-up .head-menu-el .item .tit a:hover, body.black_bg .head-menu-up .lvl_one .action:hover, body.black_bg .head-menu-up .lvl_one ul li a:hover, body.black_bg .execut_tel a:hover, body.black_bg .execut_mail a:hover, body.black_bg .licenses_el a:hover, body.black_bg .head_search_close:hover, body.black_bg .menu_lvl2_bt:hover, body.black_bg .menu_lvl3_bt:hover, body.black_bg .l_menu_lvl1_bt:hover, body.black_bg .head_sear_bl a:hover, body.black_bg .head_bask_bl a:hover, body.black_bg .head_tel a:hover {
  color: #3f3d9a;
}
body.black_bg .reg_page_bl, body.black_bg .bx-soa-pp-desc-container .bx-soa-pp-company, body.black_bg .head-menu-popup, body.black_bg .head_search_bl, body.black_bg .head_bask_bl span, body.black_bg .head_gray_menu_bl {
  background: #23282c;
}
body.black_bg .new_filter_bl .flex_row .bx-filter-block, body.black_bg .new_filter_bl .bx-filter-parameters-box-title, body.black_bg .calalog-item-bg .product-item-amount-field, body.black_bg .jq-checkbox, body.black_bg .jq-radio, body.black_bg .popup_bl hr, body.black_bg .menu_back, body.black_bg .menu_tit, body.black_bg .mob_menu_pop_bl .head_addr_bl, body.black_bg .mob_menu_pop_bl .menu_lvl3_bt, body.black_bg .mob_menu_pop_bl .menu_lvl2_bt, body.black_bg .mob_menu_pop_bl .menu_lvl1_bt, body.black_bg .mob_menu_pop_bl, body.black_bg .mob_header_bg, body.black_bg .head-top-tel .up .el, body.black_bg .setting_index_fl .inclusion label, body.black_bg .setting_index_fl .el, body.black_bg .multicolor_bt, body.black_bg .multicolor_el, body.black_bg .multicolor_razd, body.black_bg .sale-order-detail-about-order-inner-container-details-title, body.black_bg .sale-order-detail-order-item-td, body.black_bg .sale-order-detail-order-section, body.black_bg .sale-order-detail-payment-options-inner-container, body.black_bg div.sale-order-detail-payment-options-methods, body.black_bg div.sale-order-detail-payment-options-shipment, body.black_bg .basket-items-list-wrapper, body.black_bg .basket-items-list-wrapper-compact, body.black_bg .bx-soa-coupon, body.black_bg .bx-soa-pp-desc-container .bx-soa-pp-company, body.black_bg .bx-soa-item-td, body.black_bg .bx-soa-more, body.black_bg .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2), body.black_bg .bx-soa-cart-total-line, body.black_bg .bx-soa-cart-total, body.black_bg .basket-items-list-header, body.black_bg .basket-checkout-container, body.black_bg .add_comment_bl, body.black_bg .quick_product_grid .sentence-bl .el, body.black_bg .catalog-det-grid .sentence-bl .el, body.black_bg .head-menu-up .col_banner .banner_el, body.black_bg .head-menu-up .lvl_one, body.black_bg .head_search, body.black_bg .header_other_page .header_info_bl .header_bottom {
  border-color: rgba(255, 255, 255, 0.15);
}
body.black_bg .number_bl a.next, body.black_bg .number_bl a.prev, body.black_bg .head-menu-up .lvl_one .action:hover, body.black_bg .head-menu-up .lvl_one ul li a:hover, body.black_bg .head-top-tel .up .tel_a:hover, body.black_bg .head-search-up .result_list .el:hover, body.black_bg div.payment-options-methods-row:last-child:after, body.black_bg .sale-order-detail-payment-options-methods-container:before, body.black_bg div.payment-options-methods-row:before {
  background: rgba(255, 255, 255, 0.15);
}
body.black_bg .multicolor_bt:hover, body.black_bg .multicolor_el:hover {
  border-color: #fff;
}
body.black_bg .bx_compare .bx_sort_container .sortbutton.current, body.black_bg .multicolor_el.active {
  border-color: #3f3d9a;
}
body.black_bg .head-menu-up .col_banner .banner_el:hover {
  border-color: #161a1d;
}
body.black_bg div.title-search-result .head-search-up, body.black_bg .left_menu_el {
  border-color: #23282c;
}
body.black_bg .menu_lvl2 > li, body.black_bg section table, body.black_bg section table td {
  border-color: #161a1d;
}
body.black_bg .head-menu-up .lvl_one .current:hover, body.black_bg .head-menu-up .lvl_one .action:hover, body.black_bg .head-menu-up .lvl_one ul li a:hover, body.black_bg .bx_compare .bx_sort_container .sortbutton, body.black_bg section table {
  background: #161a1d;
}
body.black_bg .bx_compare .bx_sort_container .sortbutton.current, body.black_bg .head-search-up .all_result:hover {
  background: #3f3d9a;
}
body.black_bg section table tr:nth-child(2n) td {
  background-color: #23282c;
}
body.black_bg .menu_lvl3, body.black_bg .menu_lvl2 {
  background: #23282c;
}
body.black_bg .header_bottom_bl .basket svg, body.black_bg .head-bot-ic .basket svg, body.black_bg .catalog-det-grid .fix-price .favour svg, body.black_bg .fancybox-inner .fancybox-close-small svg, body.black_bg .quick_product_view_bl .favour svg {
  stroke: #fff;
}
body.black_bg .header_bottom_bl .basket a:hover svg, body.black_bg .head-bot-ic .basket a:hover svg, body.black_bg .catalog-det-grid .fix-price .favour:hover svg, body.black_bg .catalog-det-grid .fix-price .favour.active svg, body.black_bg .head-bot-ic .basket svg, body.black_bg .head-bot-ic .favour svg, body.black_bg .head-top-tel .bt svg, body.black_bg .head-top-location .bt i svg, body.black_bg .fancybox-inner .fancybox-close-small:hover svg, body.black_bg .quick_product_view_bl .favour:hover svg {
  stroke: #3f3d9a;
}
body.black_bg .catalog-det-grid .fix-price .comparison svg {
  fill: #fff;
}
.head-bot-ic .favour.search svg, body.black_bg .head-search-bt svg {
  fill: #3f3d9a;
}
body.black_bg .catalog-det-grid .fix-price .favour.active svg, body.black_bg .catalog-det-grid .fix-price .comparison.active svg, body.black_bg .catalog-det-grid .fix-price .comparison:hover svg, body.black_bg .advantage_ic svg {
  fill: #3f3d9a;
}
body.black_bg .sale-order-detail-about-order-title, body.black_bg .sale-order-detail-payment-options-title, body.black_bg .sale-order-detail-payment-options-shipment-composition-title, body.black_bg .sale-order-detail-payment-options-order-content-title, body.black_bg .sale-order-detail-payment-options-order-content-title, body.black_bg section .basket-items-list table, body.black_bg section .basket-items-list table tr:nth-child(2n) td, body.black_bg section .basket-items-list table td, body.black_bg .basket-items-list-header, body.black_bg .basket-checkout-container {
  background: transparent;
}
body.black_bg section .basket-items-list table, body.black_bg section .basket-items-list table tr:nth-child(2n) td, body.black_bg section .basket-items-list table td {
  border-color: transparent;
}
body.black_bg .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
  color: #101010;
}
body.black_bg .bx-scu-container:after {
  background: -webkit-linear-gradient(top, rgba(35, 40, 44, 0) 0, #23282c);
  background: -webkit-linear-gradient(top, rgba(35, 40, 44, 0) 0, #23282c);
  background: -moz-linear-gradient(top, rgba(35, 40, 44, 0) 0, #23282c);
  background: linear-gradient(top, rgba(35, 40, 44, 0) 0, #23282c);
}
.setting_site_bl {
  display: grid;
  grid-template-columns: 200px 1fr;
  height: 100vh;
  width: 947px;
  background: #fff;
}
.setting_site_tabs {
  overflow-y: auto;
  height: 100%;
  padding: 80px 0;
  background: #f7f7f7;
  font-size: 16px;
}
.setting_site_tabs li {
  padding: 10px 30px;
  cursor: pointer;
}
.setting_site_tabs li.current {
  background: #fff;
}
.setting_site_tabs li:hover {
  color: #3f3d9a;
}
.setting_site_bl .multicolor_cont {
  width: auto;
  height: 100%;
  overflow-y: auto;
}
.setting_index_fl {
  position: relative;
  padding: 40px 40px;
}
.setting_index_fl .el:first-child {
  margin-top: 0;
}
.setting_index_fl .el {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: 60px 1fr 50px 40px;
  padding: 10px 0 10px 25px;
  margin-top: -1px;
}
.setting_index_fl .el.disabled {
  cursor: no-drop;
  opacity: 0.5;
  color: #666;
}
.setting_index_fl .el.disabled .drag, .setting_index_fl .el.disabled input, .setting_index_fl .el.disabled label {
  cursor: no-drop;
}
.setting_index_fl .num {
  width: 40px;
  font-size: 14px;
}
.setting_index_fl .name {
  width: calc(100% - 40px - 50px - 40px);
}
.setting_index_fl .inclusion {
  width: 50px;
  position: relative;
}
.setting_index_fl .inclusion input {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
.setting_index_fl .inclusion label {
  width: 40px;
  height: 16px;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: all 0.6s ease;
  cursor: pointer;
}
.setting_index_fl .inclusion label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.20);
  transition: all 0.3s ease;
}
.setting_index_fl .inclusion input:checked + label {
  background: #009d07;
}
.setting_index_fl .inclusion input:checked + label::before {
  left: calc(100% - 18px);
}
.setting_index_fl .drag {
  width: 40px;
  text-align: center;
  color: #666;
  cursor: -webkit-grabbing;
}
.multicolor_el.img {
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
  border-radius: 8px;
  height: auto;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #000;
}
.multicolor_el.img img {
  display: block;
  width: 100%;
}
.multicolor_el.img span {
  display: block;
  font-size: 16px;
  padding: 15px 15px 20px;
}
.basket-items-search-field input[type="text"], .basket-coupon-block-field input[type="text"] {
  border-radius: 4px;
}
section font.errortext {
  background: #f2dede;
  color: #a94442;
  display: block;
  padding: 10px 15px;
}
.bx-authform-link-container a:hover {
  color: #3f3d9a;
}
.proj_doub_frm_width .popup_form_el .jq-file.typefile, .bx-authform .popup_form_el .jq-file.typefile, .proj_doub_frm_width .popup_form_el select, .bx-authform .popup_form_el select, .proj_doub_frm_width .popup_form_el input[type="email"], .bx-authform .popup_form_el input[type="email"], .proj_doub_frm_width .popup_form_el input[type="search"], .bx-authform .popup_form_el input[type="search"], .proj_doub_frm_width .popup_form_el input[type="tel"], .bx-authform .popup_form_el input[type="tel"], .proj_doub_frm_width .popup_form_el input[type="text"], .bx-authform .popup_form_el input[type="text"], .proj_doub_frm_width .popup_form_el input[type="file"], .bx-authform .popup_form_el input[type="file"], .proj_doub_frm_width .popup_form_el input[type="password"], .bx-authform .popup_form_el input[type="password"] {
  padding: 17px 11px 16px;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url('/local/templates/.default/img/x_icon_150997.svg') center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
body.black_bg input[type="search"]::-webkit-search-cancel-button {
  background-image: url('/local/templates/.default/img/x_icon_150997_w.svg');
}
.gray_menu_fl .head_city_bt .city_bt {
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gray_menu_fl .head_city_bt .city_bt {
  color: #141414;
  text-decoration: none;
}
.gray_menu_fl .head_city_bt .city_bt svg {
  display: block;
  fill: #dead00;
  margin-left: 5px;
}
.gray_menu_fl .head_city_bt .city_bt:hover {
  color: #dead00;
}
.mob_header_bl .head_city_bt .bt, .gray_menu_fl .head_city_bt .bt {
  justify-content: center;
}
.mob_header_bl .head_city_bt .bt .bord_bt, .mob_header_bl .head_city_bt .bt .color_bt, .gray_menu_fl .head_city_bt .bt .bord_bt, .gray_menu_fl .head_city_bt .bt .color_bt {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.38;
}
.city_popup.fancybox-content, .city_popup {
  width: 99%;
  max-width: 630px;
  padding: 30px 40px 20px;
  background: #fff;
}
.city_popup a {
  color: #333;
  text-decoration: none;
}
.city_popup .tit {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.city_search_bl {
  margin-bottom: 15px;
}
.city_search_bl .search {
  position: relative;
  margin-bottom: 15px;
}
.city_search_bl input[type="text"] {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 45px 0 15px;
  font-size: 14px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  outline: none;
}
.city_search_items {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 5px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px 0px;
  font-size: 14px;
  max-height: 300px;
  overflow-y: auto;
}
.city_search_items a {
  display: block;
  padding: 3px 10px;
}
.city_search_bl .search input[type="submit"] {
  border: none;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/local/templates/main/static/img/content/city_search_ic.svg) center no-repeat;
  background-size: 18px auto;
}
.city_search_bl .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px 0;
  font-size: 14px;
  padding-bottom: 1px;
}
.city_search_bl .list a {
  display: block;
  margin: 0 15px 10px;
  position: relative;
}
.city_search_bl .list a::after {
  content: '';
  display: block;
  background: #333;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.city_search_bl .list a:last-child:after {
  display: none;
}
.city_list {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.city_list .group {
  display: inline-block;
  border-bottom: 1px solid #dadada;
  padding: 0 0 10px;
  margin: 0 0 10px;
  width: 100%;
}
.city_list .letter {
  font-size: 16px;
  line-height: 1.16;
  font-weight: 500;
  margin-bottom: 10px;
}
.city_list .list {
  font-size: 12px;
  line-height: 1.14;
}
.city_list .list a {
  display: block;
  margin-bottom: 8px;
}
.head_city_bt {
  text-align: right;
  font-size: 14px;
  line-height: 140%;
  position: relative;
}
.head_city_up {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  z-index: 60;
  padding: 20px 20px 10px;
  background: #fff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  width: 333px;
}
.head_city_up .color_bt {
  color: #fff;
}
.head_city_up .color_bt:hover {
  color: #3f3d9a;
}
.head_city_up .bord_bt {
  color: #3f3d9a;
}
.head_city_up .bord_bt:hover {
  color: #fff;
}
.head_city_up:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: 38px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: 0;
}
.head_city_up:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0;
  height: 25px;
  z-index: 1;
  background: #fff;
}
.head_city_up .tit {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.head_city_bt .bt {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px 0;
  padding-bottom: 1px;
}
.head_city_up .bt .bord_bt, .head_city_up .bt .color_bt {
  margin: 0 7px 10px;
  padding: 7px 10px 8px;
  font-size: 14px;
}
.black_bg .head_city_up:after, .black_bg .head_city_up:before, .black_bg .head_city_up {
  background: #23282c;
}
.black_bg .city_popup.fancybox-content, .black_bg .city_popup {
  color: #fff;
}
.black_bg .city_popup a, .black_bg .city_search_bl .list a {
  color: #808080;
}
.black_bg .city_popup a:hover, .black_bg .city_search_bl .list a:hover {
  color: #3f3d9a;
}
.black_bg .city_search_bl .list a::after {
  background: #808080;
}
.black_bg .city_list .group {
  border-color: rgba(255, 255, 255, 0.15);
}
.calalog-item-bg .product-item-info-container {
  margin-bottom: 2px;
}
.basket-items-list-container .basket-item-property-value ul li::before, .product-item-info-container ul li::before, .product-item-detail-info-section ul li::before {
  display: none;
}
.product-item-scu-item-color-container, .product-item-scu-item-text-container {
  margin-bottom: 2px;
}
.product-item-info-container .product-item-scu-item-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bx-blue .basket-item-scu-item:hover, .bx-blue .basket-item-scu-item.selected, .bx-blue .basket-item-scu-item.not-available:hover {
  border-color: #3f3d9a;
}
.alert-info {
  background-color: #f2f2f2;
  border-color: #e2dfdf;
  color: #000;
}
.black_bg .alert-info {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.basket-item-scu-color .basket-item-scu-item-inner, .basket-item-property-scu-image .basket-item-scu-item-inner {
  border-width: 1px;
}
.bx-blue .basket-item-scu-item.selected .basket-item-scu-item-inner, .bx-blue .basket-item-scu-item:hover .basket-item-scu-item-inner {
  border-color: #3f3d9a;
}
.bx_compare ul li:before, .info-bl li:before {
  display: none;
}
.head-services-menu {
  width: 100%;
}
.head-bot-ic .basket a {
  white-space: nowrap;
}
.greedy-nav {
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.greedy-nav .head_menu {
  flex-wrap: nowrap;
}
.greedy-nav button {
  background: none;
  outline: none;
  border: none;
  margin-left: 8px;
  cursor: pointer;
}
.greedy-nav .hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
  background: #fff;
  box-shadow: 0 0 8px #000 3;
  border-top: 2px solid #3f3d9a;
}
.greedy-nav .hidden-links .menu_lvl1_bt {
  padding: 15px;
}
.greedy-nav .hidden-links li:hover .menu_lvl1_bt {
  text-decoration: none;
  color: #3f3d9a;
}
.greedy-nav .hidden-links.hidden {
  display: none;
}
.greedy-nav .hidden-links > li {
  border-bottom: 1px solid #161a1d;
}
.greedy-nav .hidden-links > li:last-child {
  border-bottom: none;
}
.greedy-nav .hidden-links .fa-angle-down {
  transform: rotateZ(-90deg);
}
.greedy-nav .hidden-links li:hover .menu_lvl2 {
  display: block;
  top: -2px;
  left: 100%;
}
.catalog-detail-bl .product-item-detail-info-container .btn-link, .quick_product_grid .product-item-detail-info-container .btn-link, .calalog-item .product-item-button-container .btn-link {
  color: #3f3d9a;
  text-decoration: underline;
}
.catalog-detail-bl .product-item-detail-info-container .btn-link:hover, .quick_product_grid .product-item-detail-info-container .btn-link:hover, .calalog-item .product-item-button-container .btn-link:hover {
  color: #3f3d9a;
  text-decoration: none;
}
.product-item-detail-slider-container .product-item-detail-slider-left, .product-item-detail-slider-container .product-item-detail-slider-right {
  z-index: 11;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box {
  margin: 0 4px 8px;
  width: calc(100% / 5 - 8px);
}
.new_filter_bl .new_filter_top_tit .flex_row {
  margin: 0 -4px;
}
.new_filter_bl .bx-filter-parameters-box-title {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  border-radius: 4px;
  padding: 0 15px;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title {
  border-color: #3f3d9a;
}
.bx-filter .bx-filter-block {
  box-sizing: border-box;
}
.new_filter_bl .flex_row .bx-filter-block {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  margin-top: 2px;
}
.bx-filter .bx-filter-input-container input {
  box-shadow: none;
}
.new_filter_bl .bx-filter .bx-filter-param-label, .filter_bl .bx-filter .bx-filter-param-label {
  padding-left: 25px;
}
.new_filter_bl .bx-filter .bx-filter-param-label .jq-radio, .filter_bl .bx-filter .bx-filter-param-label .jq-radio, .new_filter_bl .bx-filter .bx-filter-param-label .jq-checkbox, .filter_bl .bx-filter .bx-filter-param-label .jq-checkbox {
  top: 2px;
}
.bx-blue .product-item-image-slider-control.active, .bx-blue .product-item-image-slider-control:hover {
  background-color: #3f3d9a;
}
.calalog-item .product-item-image-slider-control-container {
  opacity: 0;
}
.calalog-item:hover .product-item-image-slider-control-container {
  opacity: 1;
}
.product-item-detail-info-container .not_available {
  text-align: center;
  color: #3f3d9a;
  font-weight: bold;
  font-size: 110%;
}
.calalog-item .not_available {
  width: 100%;
  text-align: center;
  color: #3f3d9a;
  font-weight: bold;
  font-size: 110%;
}
.head-top-bl .head-top-l-loc:first-child .head_city_up {
  right: auto;
  left: 0;
}
.head-top-bl .head-top-l-loc:first-child .head_city_up:before {
  right: auto;
  left: 38px;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-title span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
  display: block;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-title span .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.multicolor_razd .setting_index_fl + .multicolor_el {
  margin-top: 20px;
}
.bx-catalog-subscribe-form-container-input input[type="text"], .bx-catalog-subscribe-form-container-input input[type="text"]:focus {
  padding: 0 10px;
}
.catalog-about .txt, .catalog-all-option-fl {
  overflow: hidden;
  max-height: 224px;
  position: relative;
}
.catalog-about .txt.open, .catalog-all-option-fl.open {
  overflow: visible;
  max-height: none;
}
.catalog-about .txt.open:after, .catalog-all-option-fl.open:after {
  display: none;
}
.catalog-about .txt:after, .catalog-all-option-fl:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1;
}
body.black_bg .catalog-about .txt:after, body.black_bg .catalog-all-option-fl:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 40, 44, 0)), to(#23282c));
  background: linear-gradient(rgba(35, 40, 44, 0), #23282c);
}
a.catalog-about-bt, .catalog-about-bt {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px dashed rgba(139, 139, 139, 0.4);
  color: #242424;
  text-decoration: none;
  line-height: 1.4;
}
a.catalog-about-bt:hover, .catalog-about-bt:hover, a.catalog-about-bt:active, .catalog-about-bt:active {
  color: #3f3d9a;
  border-color: #3f3d9a;
  text-decoration: none;
}
body.black_bg a.catalog-about-bt, body.black_bg .catalog-about-bt {
  color: #fff;
}
body.black_bg a.catalog-about-bt:hover, body.black_bg .catalog-about-bt:hover, body.black_bg a.catalog-about-bt:active, body.black_bg .catalog-about-bt:active {
  color: #3f3d9a;
}
