@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('/fonts/ProximaNova/ProximaNova-Black.eot');
  src: local('/fonts/ProximaNova/Proxima Nova Black'), local('/fonts/ProximaNova/ProximaNova-Black'), url('/fonts/ProximaNova/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('/fonts/ProximaNova/ProximaNova-Black.woff') format('woff'), url('/fonts/ProximaNova/ProximaNova-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GothaProRegular';
  src: url('/fonts/GothaProRegular.eot');
  src: url('/fonts/GothaProRegular.eot') format('embedded-opentype'), url('/fonts/GothaProRegular.woff2') format('woff2'), url('/fonts/GothaProRegular.woff') format('woff'), url('/fonts/GothaProRegular.ttf') format('truetype'), url('/fonts/GothaProRegular.svg#GothaProRegular') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'GothaProBold';
  src: url('/fonts/GothaProBold.eot');
  src: url('/fonts/GothaProBold.eot') format('embedded-opentype'), url('/fonts/GothaProBold.woff2') format('woff2'), url('/fonts/GothaProBold.woff') format('woff'), url('/fonts/GothaProBold.ttf') format('truetype'), url('/fonts/GothaProBold.svg#GothaProBold') format('svg');
  font-display: swap;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: 'GothaProBold';
  margin-bottom: 15px;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
b,
strong {
  font-weight: normal;
}
.cursor,
a,
[onclick] {
  cursor: pointer;
}
em,
em strong,
em b,
b em,
strong em {
  font-style: italic;
}
body {
  font: 14px/20px 'GothaProRegular';
  width: 100%;
  color: #000000;
  background: #ffffff;
  overflow-x: hidden;
}
area,
map,
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #00aeef !important;
}
h1,
.main_title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #000000;
  text-align: left;
}
.main_title {
  font-family: 'GothaProBold';
}
.main_title + h2 {
  font-size: 14px !important;
}
.main_title span {
  display: inline-block;
  padding: 0 0px;
}
h2 {
  font: 18px/20px 'GothaProBold';
  text-transform: uppercase;
}
h3,
h4 {
  font: 14px/20px 'GothaProBold';
  text-transform: uppercase;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 15px;
}
p + p {
  margin: 1rem 0 0px;
}
.link {
  cursor: pointer;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
sup {
  top: -0.3em;
}
.small {
  color: #777777;
}
.oldprice {
  color: #000000;
  font-weight: normal !important;
  text-decoration: line-through;
}
.wrapper {
  width: 100%;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
  clear: both;
}
#userAuth .modal-header,
#userRegister .modal-header {
  display: flex;
  align-items: center;
}
#userAuth .close,
#userRegister .close {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  background-position: center center;
  margin-right: 0px;
}
#userAuth .close span,
#userRegister .close span {
  display: none;
}
#userAuth .modal-dialog,
#userRegister .modal-dialog {
  max-width: 330px;
}
.modal-backdrop {
  background: rgba(0,0,0,0.4);
}
.fs-12 {
  font-size: 12px;
}
.text-uc {
  text-transform: uppercase;
}
.text-b,
.text-bold {
  font-family: 'GothaProBold';
}
.text-primary {
  color: #00aeef !important;
}
.text-danger {
  color: #f2228c !important;
}
.text_block {
  margin: 0 0 10px;
  color: #000;
}
.alert {
  padding: 10px 15px;
  border-radius: 0;
}
.alert-primary {
  border: 1px solid #00aeef;
  color: #00aeef;
  background-color: #fff;
}
.btnStyleCommon {
  padding: 11px 20px 9px;
  font-family: 'GothaProBold';
  font-size: 12px;
  border-radius: 0 !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
}
.btn {
  padding: 11px 20px 9px;
  font-family: 'GothaProBold';
  font-size: 12px;
  border-radius: 0 !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
}
.btn.btn-outline-primary {
  border-color: #00aeef;
  background: #fff;
  color: #00aeef;
}
.btn.btn-outline-primary:hover {
  background: #00aeef;
  border-color: #00aeef;
  color: #fff;
}
.btn.btn-primary {
  background: #00aeef;
  border-color: #00aeef;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #fff;
  border-color: #009bd6;
  color: #00aeef;
}
.btn.btn-primary.disabled {
  background-color: #777;
  border-color: #777;
  cursor: default;
  color: #fff;
}
.btn.btn-primary.disabled:hover {
  background-color: #777;
  border-color: #777;
  color: #fff;
}
.btn.btn-outline-danger {
  border-color: #f2228c;
  color: #000;
}
.btn.btn-outline-danger:hover {
  background: #f2228c;
  border-color: #f2228c;
  color: #fff;
}
.btn.btn-danger {
  background: #f2228c;
  border-color: #f2228c;
}
.btn.btn-danger:hover {
  background: #fff;
  border-color: #ed0e7f;
  color: #383838;
}
.btn.btn-danger.disabled {
  cursor: default;
}
.btn.btn-danger.disabled:hover {
  background: #f2228c;
  border-color: #f2228c;
  color: #fff;
}
.btn:focus {
  box-shadow: none;
  border-color: initial;
}
.brand-logo {
  transition: .2s;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  display: block;
  content: '';
  margin-bottom: 10px;
  max-width: 130px;
}
.brand-logo:hover {
  opacity: .8;
  transition: .2s;
}
.list0 {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.list2 {
  list-style: none !important;
  margin: 5px 0;
  padding: 0;
}
.list2 li {
  margin: 0px 0;
  padding: 0;
}
.list2 li:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 5px;
  font-family: FontAwesome;
  content: '\f00c';
  color: #00aeef;
  line-height: 1;
  text-align: center;
}
.saletext {
  font-size: 13px;
  line-height: 1.4;
}
.iconbox {
  flex: none;
  width: 80px;
  text-align: center;
  margin-left: 2rem;
}
.sec {
  width: 100%;
}
.top_menu {
  background: #263238;
  display: table;
  width: 100%;
  z-index: 99;
  position: relative !important;
}
.top_menu ul,
.top_menu ul li {
  display: block;
  float: left;
  margin: 0;
}
.top_menu ul {
  padding: 15px 0;
}
.top_menu ul li a,
.top_menu ul li span {
  display: block;
  height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin: 0 9px 0 0;
  color: #ffffff;
  padding: 0 15px;
  font: 12px/30px 'GothaProBold';
  border: 1px solid rgba(255,255,255,0);
}
.top_menu ul li.last a {
  margin: 0;
}
.top_menu ul li.active a,
.top_menu ul li.active span,
.top_menu ul li:hover a,
.top_menu ul li:hover span {
  border: 1px solid rgba(255,255,255,0.9);
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .top_menu ul li:last-child {
    display: none;
  }
}
.adress {
  margin: 12px 0 10px 15px;
  padding: 0 0 0 0px;
  font-size: 12px;
}
.adress:nth-child(2n) .phone {
  font-size: 12px;
}
.adress .phone {
  font: 14px/14px 'GothaProBold';
}
@media (max-width: 768px) {
  .adress {
    padding-left: 0px;
  }
  .adress .phone {
    font-size: 12px;
  }
}
.adress_shop {
  font-size: 12px;
  color: #424242;
}
.little_cart {
  background: url(/images/gelectrode/cart-blue.svg) 0 0 no-repeat;
  padding: 0 15px 0 35px;
  color: #fff;
  font-size: 12px;
}
.little_cart p {
  margin: 0;
}
.little_cart a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .little_cart {
    margin: 18px auto 5px -20px;
    text-align: left;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .little_cart {
    max-height: 35px;
  }
}
.cart_title {
  text-transform: uppercase;
  font: 12px/12px 'GothaProBold';
  margin-bottom: 0;
  display: block;
}
.cart_title + p {
  line-height: 1;
  margin-top: 3px;
}
@media (max-width: 574px) {
  .modif.abs {
    position: absolute;
    top: -120px;
    width: 120px;
    height: 40px;
    right: 0;
    color: #000000;
  }
  .modif.abs #little_cart,
  .modif.abs a {
    color: #000000;
    text-decoration: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .modif.cart {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .modif {
    text-align: center;
  }
}
.logo {
  display: block;
  font: bold normal 20px/30px 'Proxima Nova Bl';
  text-decoration: none;
  text-transform: uppercase;
}
.logo img {
  display: inline;
  max-width: 100%;
}
.select_site {
  margin: 30px 0 30px 15px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #bdbdbd;
  padding: 0 35px 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  background: url(/images/arrow.svg) 90% 16px no-repeat #ffffff;
  max-width: 200px;
  position: relative;
  cursor: pointer;
}
.select_site:hover > .select_site_list {
  display: block;
  transition: all 0.8s;
}
.select_site_list {
  width: 200px;
  display: none;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 999;
  padding: 20px 0 0 0;
}
.select_site_list ul {
  display: block;
  border: 1px solid #bdbdbd;
  width: 200px;
  position: relative;
  margin: -10px 0 0 0;
  padding: 12px 0;
  box-shadow: 1px 0 2px #cccccc;
  background: #ffffff;
}
.select_site_list li {
  display: block;
}
.select_site_list a {
  display: block;
  line-height: 24px;
  height: 24px;
  padding: 0 20px;
  text-decoration: none;
  color: #424242;
}
.select_site_list a:hover {
  color: #00aeef;
}
.select_site span {
  display: block;
  height: 40px;
  white-space: pre;
}
@media (max-width: 768px) {
  .select_site {
    margin: 15px auto 10px auto;
  }
}
.abs .little_cart {
  background-position: 0px 0px !important;
}
@media (min-width: 480px) and (max-width: 768px) {
  .header .modif.cart {
    padding-top: 5px;
  }
  .header .little_cart {
    max-height: 35px;
  }
}
@media (max-width: 768px) {
  .header .modif {
    text-align: center;
  }
  .header .little_cart {
    margin: 5px 0 5px 0;
    text-align: left;
    display: block;
  }
}
@media (max-width: 480px) {
  .header .little_cart {
    background-position: 0px 0px !important;
  }
}
.slider {
  background: #f1f1f1;
  margin-bottom: 40px;
}
#search_button > span {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  margin-left: -4px;
  background: #00aeef;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.05);
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.05);
  padding: 4px 10px 2px;
  z-index: 1;
  color: #ffffff;
}
#search_button > span:after {
  width: 0;
  height: 0;
  border-top: 10px solid #00aeef;
  border-left: 10px solid transparent;
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
}
#search_mini_form {
  box-sizing: border-box;
  float: right;
  position: relative;
  margin: 7px 0 15px 0;
  width: 100%;
  padding: 0 10px;
}
#search_mini_form .form-search {
  text-align: right;
  position: relative;
  border: 1px solid #bdbdbd;
  float: left;
  padding: 1px;
  width: 100%;
  height: 44px;
}
#search_mini_form .form-search input {
  background: none repeat scroll 0 0 #ffffff;
  border: 0 none;
  color: #000000;
  float: left;
  padding: 0 20px 0 20px;
  width: 90%;
  outline: none;
  font: 14px/40px "GothaProRegular";
  height: 40px;
  display: block;
}
#search_mini_form .form-search > i {
  padding: 13px 8px 13px 0;
  cursor: pointer;
  color: #00aeef;
}
.search_button {
  border-left: 1px solid #e0e0e0;
  padding: 6px 0 6px 30px;
  margin: 30px 0 30px 15px;
  color: #000000;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}
.search_button.menu {
  border-left: none;
  float: left;
  margin: 8px 0;
}
.search_button > i {
  color: #00aeef;
  font-size: 26px;
}
.soc-list {
  margin: 2px 0 0 0;
  white-space: nowrap;
  text-align: center;
}
.soc-list .soc-item {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 2px 0 2px;
}
.soc-list .soc-item:last-child {
  margin-right: 0;
}
.soc-list .soc-item.whatsapp {
  background: url(/images/soc-whatsapp.svg) 50% 50% no-repeat;
  background-size: contain;
}
.soc-list .soc-item.telegram {
  background: url(/images/soc-telegram.svg) 50% 50% no-repeat;
  background-size: contain;
}
.header .contacts-wrap {
  display: flex;
  gap: 10px;
}
@media (max-width: 575px) {
  .header .adress {
    display: flex;
    flex-direction: row !important;
  }
  .soc-list .soc-item {
    width: 30px;
    height: 30px;
  }
}
.contact-whatsapp {
  display: inline-block;
}
.contact-whatsapp:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  width: 20px !important;
  height: 20px;
  background: url(/images/soc-whatsapp.svg) 50% 50% no-repeat;
  background-size: contain;
}
.contact-telegram {
  display: inline-block;
}
.contact-telegram:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  width: 20px !important;
  height: 20px;
  background: url(/images/soc-telegram.svg) 50% 50% no-repeat;
  background-size: contain;
}
.content_page {
  margin: 20px 0 20px;
}
.content_page .container ol,
.content_page .container ul {
  margin: 5px 0 5px 30px;
}
.content_page .container ol {
  list-style-type: decimal;
}
.content_page .container ul {
  list-style-type: disc;
}
.breadcrumbs {
  margin: 0 0 .5rem;
  line-height: 20px;
  color: #989898;
  font-size: 12px;
}
.breadcrumbs a {
  color: #0c2b3d;
}
.read_more {
  display: block;
  font: 12px/14px 'GothaProBold';
  text-transform: uppercase;
  color: #00aeef;
}
.read_more:hover {
  color: #00aeef;
}
.item {
  margin: 0 0 25px 0;
}
.news-section {
  background: #f5f5f5;
  padding: 40px 0;
  margin-top: 30px;
}
.news_text {
  background: #ffffff;
  padding: 30px;
  min-height: 130px;
}
.news_text a {
  color: #424242;
}
.news_date {
  display: block;
  color: #00aeef;
  font: 20px/20px 'GothaProBold';
  margin: 0 0 15px;
}
div.articles {
  background: #263238;
  padding: 40px 0;
  color: #ffffff;
}
div.articles .item a {
  color: #ffffff;
}
div.articles .article_img {
  display: block;
  line-height: 0;
  float: left;
  margin: 0 20px 0 0;
}
div.articles .read_more {
  color: #ffffff;
}
.contact_block {
  border: 2px solid #00aeef;
  padding: 40px 30px 40px 40px;
  margin: 0 0 40px;
}
.contact_block .price {
  padding: 0 0 0 40px;
  background: url(/images/gelectrode/excel.svg) 0 0 no-repeat;
  margin: 0 0 40px;
}
.contact_block .price a {
  color: #448fff;
}
.contact_block .phone {
  background: url(/images/gelectrode/phone-blue.svg) 0 0 no-repeat;
  margin: 0 0 35px;
  padding: 0 0 0 40px;
  font: 16px/20px 'GothaProBold';
  color: #000000;
}
.contact_block .adress {
  background: url(/images/gelectrode/location.svg) 0 0 no-repeat;
  padding: 0 0 0 40px;
}
.contact_block .adress span.ardess_title {
  display: block;
  font: 14px/16px 'GothaProBold';
  color: #000000;
  margin: 0 0 4px;
}
.contact_block .adress span.time_work {
  display: block;
  color: #838383;
}
.contact-info {
  background-image: none;
  display: flex;
  padding: 0;
}
.contact-info:before {
  display: block;
  background-image: url('/images/gelectrode/phone-blue.svg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 60%;
  background-size: 60%;
  flex: none;
  width: 30px;
  height: 30px;
  content: '';
  margin-right: 5px;
}
.contact-info-label {
  display: block;
  line-height: 1.1;
  margin-bottom: 5px;
}
.navbar-toggle {
  background-color: transparent;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 4px 10px !important;
  font-size: 26px !important;
  color: #00aeef;
}
.catalog_list_items {
  position: relative;
}
.catalog_list_items .item {
  padding: 20px 15px;
  color: #000000;
  text-align: center;
  background-color: #fff;
}
.catalog_list_items .item:hover {
  box-shadow: 1px 1px 8px #cccccc;
}
.catalog_list_items .item-vendor-img {
  width: 90px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  content: '';
  margin: 0 auto 15px;
}
.catalog_list_items .item_img a {
  display: block;
  overflow: hidden;
  vertical-align: middle;
  height: 180px;
  text-align: center;
  line-height: 180px;
  position: relative;
  margin: 0 0 12px;
}
.catalog_list_items .item_img img {
  max-width: 100%;
  min-height: 10%;
  max-height: 180px;
  margin: 0 auto;
}
.catalog_list_items .item_name {
  display: block;
  overflow: hidden;
  position: relative;
  height: 80px;
  margin: 0px 0 20px;
}
.catalog_list_items .item .add_cart {
  margin-bottom: 10px;
}
.catalog_list_items .item .rating {
  color: #00aeef;
}
.catalog_list_items .item .price {
  font: 18px/18px 'GothaProBold';
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.catalog_list_items .item .rest {
  margin-bottom: 0;
  line-height: 1;
}
.catalog_list_items .read_more {
  margin: 0 10px;
}
.catalog_list_items .btn {
  padding-left: 12px;
  padding-right: 12px;
}
.catalog_list_items .item .add_cart,
.popup input[type='submit'] {
  display: block;
  padding: 11px 20px 9px;
  font-family: 'GothaProBold';
  font-size: 12px;
  border-radius: 0 !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  background-color: #00aeef;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.catalog_list_items .item .add_cart:hover,
.popup input[type='submit']:hover {
  color: #00aeef;
  background-color: #fff;
}
.catalog_menu {
  margin: 0 0 30px !important;
}
.catalog_menu li {
  display: block;
}
.catalog_menu li.active > a {
  color: #000000;
  background: #f0f0f0;
}
.catalog_menu li .b-catalog-menu-expand-btn {
  font-size: 12px;
  margin-left: 35px;
}
.catalog_menu li .left_menu .b-catalog-menu-expand-btn {
  font-size: 12px;
  margin-left: 45px;
}
.catalog_menu li ul {
  margin: 5px 0 5px !important;
}
.catalog_menu li ul li a {
  padding-left: 35px;
  color: #878787;
  font-family: 'GothaProRegular';
}
.catalog_menu li ul li a:hover {
  color: #000000;
  background: url(/images/gelectrode/disc.png) 20px 6px no-repeat;
}
.catalog_menu li ul li.active a {
  background: url(/images/gelectrode/disc.png) 20px 6px no-repeat;
}
.catalog_menu a {
  display: block;
  padding: 6px 6px;
  font: 14px/20px 'GothaProBold';
  color: #263238;
  text-decoration: none;
}
.color_groups .read_more {
  margin: 0;
}
.deals {
  margin: 0 0 40px;
}
.deals span,
.deals a {
  display: block;
  line-height: 0;
  margin: 0 0 20px;
}
.item_page {
  margin-top: 20px;
}
.item_page .rating {
  color: #00aeef;
}
.item_page h2 {
  margin: 0 0 15px;
  color: #000000;
}
.item_page .marking {
  margin-top: 0.5em;
  font-size: 12px;
}
.item_page .marking span {
  color: #00aeef;
}
.item_photo {
  margin: 0 0 15px;
  padding-left: 0 !important;
}
.item_photo_wrap {
  display: none;
}
.item_photo_wrap.active {
  display: block;
}
.item_main_photo,
.item_little_photo {
  padding-right: 0 !important;
}
.item_main_photo a,
.item_main_photo span,
.item_little_photo a,
.item_little_photo span {
  display: block;
  text-align: center;
  line-height: 0;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
}
.item_main_photo a:hover,
.item_little_photo a:hover {
  border-color: #00aeef;
}
.item_main_photo img,
.item_little_photo img {
  max-width: 100%;
  width: auto;
  vertical-align: sub !important;
  max-height: 100%;
}
.item_little_photo a,
.item_little_photo span {
  vertical-align: middle;
  line-height: 70px;
  height: 70px;
}
.item_little_photo img {
  max-height: 50px;
}
.item_b {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.item .add_cart {
  margin-left: 5px;
  display: inline-block !important;
}
.item .add_cart span {
  display: block;
}
.property {
  margin: 0 0 10px;
  line-height: 14px;
  color: #000000;
  font-size: 14px;
}
.property_list {
  margin: 0 0 20px;
}
.property_list .price {
  color: #000000;
  font: 24px/24px 'GothaProBold';
  margin: 0px 0px 20px 0px;
}
.property_list .add_cart {
  padding: 11px 20px 9px;
  font-family: 'GothaProBold';
  font-size: 12px;
  border-radius: 0 !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  background: #00aeef;
  color: #ffffff;
  display: inline-block;
  max-width: 180px;
  text-align: center;
  float: left;
  position: relative;
}
.property_list .add_cart span {
  display: block;
}
.property_list .add_cart:hover {
  color: #00aeef;
  background: #ffffff;
}
.property span {
  background: url(/images/property_bg.png) left 10px repeat-x;
  width: 130px;
  display: inline-block;
}
.property span span {
  margin: 0 10px 0 0;
  background: #ffffff;
  width: auto;
}
.property a {
  color: #448fff;
}
.colors {
  padding: 20px;
  border: 1px solid #bdbdbd;
}
.colors:hover {
  padding: 20px;
  border: 1px solid #00aeef;
}
.property .colors a {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.property .colors a.active {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.sub_info {
  border: 3px solid #bdbdbd;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
}
.sub_info .price-download {
  min-height: 36px;
  display: block;
  padding-left: 70px;
  background: url('/images/gelectrode/pdf.svg') no-repeat 20px center;
  text-decoration: none;
  color: #448fff;
  font-size: 12px;
  margin-bottom: 10px;
}
.sub_info .price-download span {
  text-decoration: underline;
}
.sub_info .price-download:hover {
  text-decoration: none;
}
.sub_info .price-download:hover span {
  text-decoration: none;
}
.sub_info .phone {
  min-height: 36px;
  display: block;
  font: 14px/36px 'GothaProBold';
  padding-left: 70px;
  background: url('/images/gelectrode/phone-blue.svg') no-repeat 20px center;
  margin-bottom: 10px;
}
.sub_info .phone span {
  display: block;
  font: 14px/16px 'GothaProRegular';
  margin: 0 0 2px;
}
.sub_info .address {
  min-height: 36px;
  display: block;
  padding-left: 70px;
  background: url('/images/gelectrode/location.svg') no-repeat 20px center;
  margin-bottom: 10px;
}
.sub_info .address strong {
  font: 14px/14px 'GothaProBold';
}
.newsItem {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: 100%;
}
.newsItem .newsLink {
  font: 16px/16px 'GothaProBold';
  display: inline-block;
  margin-bottom: 15px;
}
.newsItem .newsDescription {
  margin-bottom: 10px;
  color: #000;
}
.newsItem .newsDate {
  display: inline-block;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
}
.shopCartItem {
  padding: 15px 0;
  position: relative;
  min-height: 100px;
}
.shopCartItem.last {
  border-bottom: none !important;
}
.shopCartItem .shopCartItemName {
  display: block;
  text-decoration: none !important;
  text-align: left;
}
.shopCartItem .shopCartItemName img {
  width: 90px;
  display: inline-block;
  margin-right: 30px;
  border-left: 1px solid #fef5f5;
  border-right: 1px solid #fef5f5;
}
.shopCartItem .shopCartItemName .name {
  text-decoration: underline;
  display: inline-block;
}
.shopCartItem .shopCartItemName:hover .name {
  text-decoration: none;
}
.shopCartItem .shopCartItemName .discount-info {
  display: block;
  margin: 10px 0 0 0;
  font-size: 11px;
  color: #00aeef;
  line-height: 1.2;
  text-decoration: none !important;
}
.shopCartItem .shopCartItemPrice {
  font: 18px/18px 'GothaProBold';
  text-align: center;
  padding-top: 25px;
}
.shopCartItem .shopCartItemRemove {
  padding-top: 25px;
}
.shopCartItem .shopCartItemRemove > a {
  color: #00aeef;
  border: 2px solid #00aeef;
  padding: 5px 7px;
  text-decoration: none;
}
.shopCartItem .shopCartItemRemove > a:hover {
  color: #ffffff;
  background: #00aeef;
}
.shopCartItem .shopCartItemQuantity {
  padding-top: 20px;
}
.button-style {
  display: block;
  height: 36px;
  font: 14px/14px 'GothaProBold';
  text-decoration: none;
  text-align: center;
  color: #00aeef;
  border: 2px solid #00aeef;
  max-width: 210px;
  background: #ffffff;
  padding: 3px 25px;
  outline: none;
}
.button-style:hover {
  color: #00aeef;
  background: #ffffff;
}
.button-style.filled {
  color: #ffffff;
  border: 2px solid #00aeef;
  background: #00aeef;
}
.button-style.filled:hover {
  color: #00aeef;
  background: #fff;
}
.sort-style {
  float: left;
  display: block;
  margin-right: 5px;
}
.count-style {
  float: right;
  display: block;
}
.count-style span {
  display: inline-block;
  margin: 0 5px 0 0;
}
.count-style a {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media (max-width: 992px) {
  .count-style {
    float: left;
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .count-style {
    float: right;
    display: block;
  }
}
@media (max-width: 768px) {
  .navigation {
    width: 100%;
  }
  .navigation li a {
    width: 100%;
    text-align: center;
  }
  .header .top_menu ul li:last-child a {
    margin-right: 0;
  }
  .header .top_menu ul li a {
    margin-right: 15px;
  }
}
.filterProps {
  position: relative;
}
.filterProps .filterField {
  float: left;
}
.filterProps .filterField .select-style {
  margin-bottom: 20px;
}
.filterProps .filterFieldSubmit {
  margin-bottom: 20px;
}
.filterProps .filterFieldClear {
  font-size: 12px;
  margin: -10px 0 10px;
  padding: 0 20px 0 0;
}
@media (max-width: 992px) {
  .filterProps .filterFieldClear {
    margin-top: 10px;
  }
}
.slick-slide .container {
  position: relative;
}
.slick-slide .img-responsive {
  max-width: 100%;
}
.slide_link {
  text-decoration: none;
}
.slideDescriptionWrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  text-align: left;
}
.slideDescriptionWrapper .slideTitle {
  font: 16px 'GothaProBold';
  padding: 20px 35px;
  background: #00aeef;
  display: inline-block;
  color: #ffffff;
  width: auto;
}
.slideDescriptionWrapper .slideDescription {
  color: #616161;
  font-size: 14px;
  margin-bottom: 25px;
}
.slideDescriptionWrapper .slideDescription br {
  height: 1px;
  margin: 0;
}
.slideDescriptionWrapper .slideDescription strong {
  font: 16px 'GothaProBold';
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 768px) {
  .slideDescriptionWrapper {
    position: relative !important;
    top: auto !important;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .slideDescriptionWrapper .slideTitle {
    font: 14px 'GothaProBold' !important;
    margin-top: -10px;
    margin-bottom: 40px;
    padding: 15px 30px !important;
    width: auto !important;
    float: none;
  }
}
@media (max-width: 992px) {
  .slideDescriptionWrapper {
    top: 30px;
  }
}
body .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  border-radius: 0 !important;
  height: 40px !important;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00aeef;
  color: white;
}
body .select2-container--default .select2-dropdown {
  border-radius: 0;
}
.select-style {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.select-style select {
  outline: none;
  border: 1px solid #bdbdbd;
  background: url('/images/select_site.png') #ffffff no-repeat right 16px;
  padding: 10px 20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select-style-2 {
  height: 18px;
  overflow: hidden;
}
.select-style-2 select {
  outline: none;
  border: none;
  background: url('/images/select_site.png') #ffffff no-repeat right 7px;
  padding: 1px 38px 1px 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: underline;
  cursor: pointer;
  width: 150px;
}
.select-style-2.sorting select.large {
  width: auto;
}
.filterPropsSub {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
.filterPropsSub .sorting {
  float: left;
}
.paging {
  margin-bottom: 15px;
}
.page_link {
  display: inline-block;
  color: #000000;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  padding: 10px 14px;
  text-decoration: none !important;
  font: 12px 'GothaProBold';
  min-width: 35px;
  margin-right: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.page_link:hover {
  border: 1px solid #00aeef;
}
span.current {
  display: inline-block;
  color: #ffffff;
  background: #00aeef;
  border: 1px solid #00aeef;
  padding: 10px 14px;
  text-decoration: none;
  font: 12px 'GothaProBold';
  min-width: 35px;
  margin-right: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.ctrl {
  display: none;
}
.shopCartButtons {
  margin-top: 15px;
  margin-bottom: 70px;
}
.cartFooter {
  margin-top: 30px;
  margin-bottom: 15px;
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 10px;
}
.cartFooter:after,
.cartFooter:before {
  display: none !important;
}
.cartFooter > div {
  overflow: hidden;
}
.cartFooterText {
  font-size: 12px;
}
.cartFooterText span {
  color: #00aeef;
  font: 16px 'GothaProBold';
}
.cartFooterPriceWrapper {
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
}
.cartFooterPriceWrapper .cartFooterTitle {
  display: block;
}
.cartFooterPriceWrapper .cartFooterPrice {
  font: 20px/24px 'GothaProBold';
}
.cartAddress {
  margin-top: 30px;
  margin-bottom: 60px;
}
.cartAddress .form-group {
  margin-bottom: 0;
}
.cartAddress input[type='text'] {
  width: 100%;
  margin-bottom: 15px;
}
.cartAddress .checkout-step+.checkout-step {
  margin-top: 1.5em;
}
.cartAddress .checkout-step.submit {
  display: flex;
  align-items: center;
  margin-top: 2.5em;
}
.cartAddress .checkout-step.submit .submit-btn {
  order: 1;
}
.cartAddress .checkout-step.submit .submit-total {
  order: 2;
  margin: 0 0 0 30px;
}
.cartAddress .checkout-step p {
  margin-top: 0.5rem;
}
.cartAddress .checkout-step p:first-child {
  margin-top: 0;
}
.cartAddress .checkout-step .info-box {
  display: flex;
  padding: 20px;
  border: 1px solid #00aeef;
  background: #f5f5f5;
}
.cartAddress .checkout-step .info-box .info-box-pic {
  width: 150px;
  margin: 4px 25px 0 0;
}
.cartAddress .checkout-step .info-box .info-box-pic img {
  max-width: 100%;
}
.cartAddress .checkout-step .row-title-city {
  align-items: center;
  margin-bottom: 30px;
}
.cartAddress .checkout-step .row-title-city h4 {
  margin: 0;
}
.form-control.error + .error {
  margin: 5px 0 15px;
  color: #ff0000;
}
.form-control.error + .error * {
  color: #ff0000;
}
@media (max-width: 740px) {
  .cartAddress .checkout-step+.checkout-step {
    margin-top: 1em;
  }
  .cartAddress .checkout-step.submit {
    margin-top: 2em;
  }
  .cartAddress .checkout-step .info-box {
    display: block;
  }
  .cartAddress .checkout-step .info-box .info-box-pic {
    margin: 0 0 20px;
  }
}
.ui-spinner-button,
.shopCartItemQuantity-button {
  display: none !important;
}
.ui-spinner input,
.shopCartItemQuantity input {
  padding: 2px 5px 2px 5px;
  width: 35px;
  height: 29px;
  border: 1px solid #bdbdbd !important;
  border-radius: 0;
}
#sticker {
  background: #ffffff;
  z-index: 2200;
  position: relative;
}
.is-sticky #sticker {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
}
.footer {
  padding: 35px 0 20px;
  color: #424242;
  background: #f5f5f5;
}
.footer .copy {
  margin: 0 0 20px;
}
.footer .feed_back {
  display: block;
  margin: 0 0 12px;
  color: #448fff;
  font-size: 12px;
  line-height: 14px;
}
.footer_menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 5px 0 20px 30px;
}
.footer_menu a {
  color: #424242;
  line-height: 18px;
  margin: 0 0 10px;
  display: block;
}
@media (max-width: 600px) {
  .footer_menu {
    margin-left: 0;
  }
}
.footer_contacts {
  background: url(/images/gelectrode/phone-blue.svg) center left no-repeat;
  padding: 0 0 0 34px;
  margin: 5px 0 0 0;
}
.footer_contacts .phone {
  display: block;
  margin: 0 0 5px;
  font: 12px/16px 'GothaProRegular';
  color: #000000;
}
.footer_contacts .phone b {
  font: 14px/16px 'GothaProBold';
}
.footer_contacts .phone small b {
  font: 12px/16px 'GothaProBold';
}
.footer-soc {
  position: relative;
  margin: 5px 0 0 0;
  padding: 0 0 0 34px;
  line-height: 24px;
}
.footer-soc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.footer-soc.whatsapp:before {
  background: url(/images/soc-whatsapp.svg) 50% 50% no-repeat;
  background-size: contain;
}
.footer-soc.telegram:before {
  background: url(/images/soc-telegram.svg) 50% 50% no-repeat;
  background-size: contain;
}
.soc a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 0;
  float: left;
  margin: 0 10px 0 0;
}
.soc a.vk {
  background: url(/images/vk.png) 0 0 no-repeat;
}
.soc a.facebook {
  background: url(/images/facebook.png) 0 0 no-repeat;
}
.overlay {
  background-color: rgba(0,0,0,0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.overlay:target + .popup {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.popup {
  background-color: #ffffff;
  display: inline-block;
  left: 50%;
  opacity: 0;
  padding: 35px 35px;
  position: fixed;
  top: 40%;
  visibility: hidden;
  z-index: 9999999999;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: opacity .5s, top .5s;
  -moz-transition: opacity .5s, top .5s;
  -ms-transition: opacity .5s, top .5s;
  -o-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
  font-size: 14px;
  line-height: 17px;
}
.popup h3 {
  margin-bottom: 20px;
  margin-top: 15px;
}
.popup h4 {
  font-size: 20px;
  color: #000000;
  line-height: 25px;
  margin: 0 0 15px 0;
}
.popup input[type='text'] {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  display: block;
  font-size: 14px;
  height: 40px;
  margin: 0 auto 20px;
  width: 260px;
  padding: 0 20px;
  position: relative;
}
.popup input[type='submit'] {
  display: block;
  background: #ffffff;
  width: 200px;
}
@media (max-width: 640px) {
  .popup {
    width: 90%;
  }
  .popup .actions .btn {
    margin-bottom: 1rem;
  }
}
.close {
  background: url(/images/close.png) top center no-repeat;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 15px;
  text-decoration: none;
  top: 15px;
  width: 16px;
}
.is-sticky #search_mini_form {
  height: 0;
  margin: 0;
  padding: 0;
}
.is-sticky .modif #search_button,
.is-sticky #search_mini_form .form-search {
  display: none;
}
.left_menu ul {
  margin: 10px;
}
.left_menu li {
  padding: 5px 0 4px;
}
.left_menu li a {
  color: #000000;
  font-size: 12px;
  background: none;
  padding-left: 45px;
}
.left_menu li.active ul li a {
  background: none;
}
.left_menu ul li a:hover,
.left_menu li.active ul li a:hover,
.left_menu li.active ul li.active a {
  background: #f0f0f0;
}
.b-catalog-menu-expand-btn {
  color: #000000;
  text-decoration: underline;
  position: relative;
  top: -10px;
  cursor: pointer;
}
.b-catalog-menu-expand-btn:hover {
  color: #424242;
  text-decoration: none;
}
#tabsholder ul {
  margin: 0;
  list-style-type: none;
}
.tabs li {
  width: auto;
  float: left;
  border: 1px solid #bdbdbd;
  color: #000000;
  display: block;
  font: 16px/40px "GothaProRegular";
  height: 40px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0 32px;
}
.tabs li:hover {
  color: #ffffff;
  background: #00aeef;
  border-color: #00aeef;
}
.tabs li.current {
  color: #ffffff;
  font-family: "GothaProBold";
  background: #00aeef;
  border-color: #00aeef;
}
.tabscontent {
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.formFieldMixin {
  background: #ffffff;
  display: block;
  width: 260px;
  padding: 10px 20px;
  position: relative;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  margin: 0 0 20px;
  font-size: 14px;
  color: #000000;
  resize: none;
}
.input-group-text {
  border-radius: 0 !important;
}
label {
  margin-bottom: .4rem;
}
input[type='text'],
textarea,
.form-control {
  background: #ffffff;
  display: block;
  width: 260px;
  padding: 10px 20px;
  position: relative;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  margin: 0 0 20px;
  font-size: 14px;
  color: #000000;
  resize: none;
}
.comment_reply label {
  display: block;
  line-height: 1;
  color: #000000;
}
.comment_item {
  color: #000000;
  margin: 0 0 25px;
}
.comment_date {
  display: block;
  color: #777777;
  margin: 0 0 3px;
  font-size: 0.95em;
}
.comment_author {
  display: block;
  font-family: 'GothaProBold';
  margin: 0 0 12px;
  color: #000000;
  line-height: 14px;
}
.comment .captcha {
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .comment form {
    width: 50%;
  }
}
.stars {
  display: block;
  margin: 0 0 20px;
}
.stars img {
  display: inline-block;
  margin: 0 8px 0 0;
}
.stars i {
  color: #00aeef;
}
.stars:before,
.stars:after {
  display: block;
  content: '';
  clear: both;
}
.ui-stars-star a {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-decoration: none;
  line-height: 0;
  float: left;
  margin: 0 8px 0 0;
  font-size: 0;
  cursor: pointer;
}
.ui-stars-star a:before {
  font-family: 'FontAwesome';
  content: "\f006";
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1;
  color: #00aeef;
}
.ui-stars-star a:hover,
.ui-stars-star-on a,
.ui-stars-star-hover a {
  font-family: 'FontAwesome';
}
.ui-stars-star a:hover:before,
.ui-stars-star-on a:before,
.ui-stars-star-hover a:before {
  content: "\f005";
}
.ui-stars-cancel {
  display: none;
}
span.form_title {
  max-width: 97%;
  padding: 0 11px;
  text-align: center;
  line-height: 40px;
  background: #00aeef;
  color: #ffffff;
  font: 14px/40px "GothaProBold";
  text-transform: uppercase;
  display: block;
  margin: 0 0 28px;
  cursor: pointer;
}
#slider {
  margin: 0 !important;
  display: none;
}
.slick-initialized {
  display: block !important;
}
.slick-initialized .slick-slide {
  height: 400px;
}
@media (max-width: 767px) {
  .slick-initialized .slick-slide {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .slick-initialized .slick-slide .slideDescription {
    padding-top: 30px;
  }
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 60px;
  margin-top: -60px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 20;
}
.slick-next {
  right: 0;
  background: url('/images/gelectrode/carousel-arrow-right.png') no-repeat;
}
.slick-prev {
  left: 0;
  background: url('/images/gelectrode/carousel-arrow-left.png') no-repeat;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #00aeef;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00aeef;
}
@media (max-width: 600px) {
  .tabs li {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  #tab2 {
    font-size: 13px;
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  #tab5 {
    font-size: 12px;
    padding: 0 20px;
  }
}
.search {
  display: block;
  position: relative;
  list-style-type: decimal;
  margin: 0 0 60px 20px;
  text-indent: 0;
}
.search li {
  position: relative;
  margin: 0;
  padding: 0;
}
.search_item {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 0 18px;
  width: 100%;
}
.search_item .price {
  display: block;
  font: 14px/14px "GothaProBold";
  margin: 6px 0 0 0;
}
.search_img {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 22px 0 0;
  background: #ffffff;
  padding: 2px;
  line-height: 0;
  display: block;
  float: left;
  border: 1px solid #eeeeee;
}
.search_img span {
  display: table-cell;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
}
.search_img img {
  max-height: 56px;
  max-width: 56px;
}
.autocomplete-suggestions {
  background: #ffffff;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  padding: 10px 0;
  height: auto !important;
  max-height: 100% !important;
  margin: 1px 0 0 -2px;
}
.autocomplete-suggestion {
  margin: 0 0 6px;
  padding: 2px 10px;
  transition: all 0.4s;
  cursor: pointer;
}
.autocomplete-suggestion:hover {
  background: rgba(23,166,222,0.5);
}
.strengthList {
  margin-bottom: 15px;
}
.strengthList > span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.strengthList label {
  padding-left: 5px;
}
.tagList {
  margin-bottom: 15px;
}
.tagList a {
  display: inline-block;
  margin: 0 12px 8px 0;
}
.tagList p {
  margin: 0;
}
div.old_price {
  text-decoration: line-through;
  font: 18px/18px "GothaProRegular";
  margin: 0 0 6px;
  color: #7e7e7e;
}
div.old_price span {
  display: inline-block;
  margin: 0 0 0 10px;
  text-decoration: none;
  color: #f10000;
  font-family: "GothaProBold";
}
span.old_price {
  text-decoration: line-through;
  font: 14px/14px "GothaProRegular";
  margin: 2px 6px 4px 0;
  color: #7e7e7e;
  display: block;
}
.shopCartItemPrice .old_price {
  text-decoration: line-through;
  font: 14px/14px "GothaProRegular";
  margin: -15px 0 6px;
  color: #7e7e7e;
  display: block;
}
span.old_price span,
.shopCartItemPrice .old_price span {
  display: inline-block;
  margin: 0 0 0 6px;
  text-decoration: none;
  color: #f10000;
  font-family: "GothaProBold";
}
.last_comments {
  margin-top: 20px;
}
.description_block {
  position: relative;
  height: 247px;
  overflow: hidden;
}
.description_block_wrap {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.description_block_wrap.hidden_state {
  padding: 0;
}
.description_block .event_button {
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  background: #00aeef;
  border-radius: 18px;
}
.shadow_description {
  height: 160px;
  background: url('/images/topsmoke/shadow_description.png') repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.total_sum {
  margin-top: 30px;
  margin-bottom: 10px;
}
.total_sum .cartFooterPrice {
  display: inline-block;
  font: 18px/24px 'GothaProBold';
  margin-left: 10px;
}
.shop_coupon {
  margin-top: 30px;
  margin-bottom: 10px;
}
.count_item {
  display: none;
  margin: 0 -2px 0 0;
  height: 40px;
  float: left;
}
.count_item input[type='text'] {
  float: left;
  text-align: center;
  padding: 11px 10px;
  border: 2px solid #0170f9;
  border-right: none;
  border-radius: 0;
  display: inline-block;
  width: 40px;
  font-family: 'GothaProBold';
}
.count_item img {
  cursor: pointer;
  width: 23px !important;
  height: auto !important;
}
@media (max-width: 1024px) {
  .count_item {
    margin-right: 0;
  }
}
.cart_block {
  margin-bottom: 60px;
}
#login-form h4 {
  margin-bottom: 5px;
  margin-top: 15px;
}
.rest {
  color: #00aeef;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: lowercase;
}
.rest_out {
  color: #989898;
}
#updateDeliveries {
  margin-top: -3px;
}
#mapDescription,
#map {
  border: 1px solid #00aeef;
}
#mapDescription {
  padding: 15px;
  margin-top: -1px;
}
@media (max-width: 640px) {
  #map {
    margin-top: 15px;
  }
}
.pvz:hover,
.pvz_item.current .pvz,
.pvz.current {
  color: #00aeef;
  font-weight: bold;
}
.pvz {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
}
.pvz-list {
  margin-top: 5px;
  display: none;
}
.pvz-item {
  margin-bottom: 5px;
}
.pvz-item .current {
  border-right: 1px solid #ffffff;
  border-left: none;
  background: #ffffff;
  padding: 10px 0;
  margin: 10px -21px 10px 0;
  width: calc(100% + 21px);
  z-index: 90001;
  position: relative;
}
@media (max-width: 640px) {
  .pvz-item .current {
    margin: 10px 0px 10px 0;
    width: 100%;
  }
}
.pvz_desc {
  margin-top: 5px;
  margin-bottom: 15px;
}
.deliveries {
  margin-top: 20px;
}
.deliveries label {
  margin-right: 15px;
  float: left;
}
.deliveries label input {
  margin-right: 5px;
  margin-top: 3px;
  float: left;
}
.deliveries:after {
  display: block;
  content: '';
  clear: both;
}
.deliveries .pvz-list:before {
  display: block;
  content: '';
  clear: both;
}
.delivery_shortcode {
  border: 1px solid #cccccc;
  padding: 10px 15px 30px;
}
.delivery_shortcode:after {
  display: block;
  clear: both;
  content: '';
}
.delivery_shortcode h4 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.delivery_shortcode .manager {
  padding-top: 13px;
}
.delivery_shortcode .deliverPrice {
  font-size: 14px;
  margin-top: 15px;
}
.delivery_shortcode .cartFooterPrice {
  font-size: 21px;
}
.delivery_shortcode #map {
  margin-top: 10px;
  height: 400px !important;
}
.deliveryTimeRow > span {
  padding-right: 4px;
}
.deliverTimeRow span {
  font-weight: bold;
  padding-right: 4px;
}
.deliverTimeRow span b {
  padding-right: 6px;
}
.description_block h1 {
  display: none;
}
* {
  outline: none;
}
.cartAddress .js-user-form input[type="text"] {
  width: auto;
  margin-bottom: auto;
}
.nav.nav-tabs {
  margin: 0 0 0px !important;
  list-style: none !important;
}
.nav.nav-tabs .nav-item.active .nav-link {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.tab-pane {
  padding: 15px;
  border: 1px solid #ccc;
  border-color: #e9ecef #e9ecef #dee2e6;
  border-top: none;
  margin-top: -1px;
}
.fade.in {
  opacity: 1;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown.open .dropdown-menu .dropdown-item {
  padding: .45rem 1.5rem;
}
.hidden {
  display: none;
}
.payment-system-item {
  margin-bottom: 15px;
}
.payment-system-item-image {
  width: 80px;
  height: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  content: '';
}
.payment-system-item-input {
  display: none;
}
.payment-system-item-input + div {
  position: relative;
  border: 1px solid #ccc;
  cursor: pointer;
}
.payment-system-item-input + div:hover {
  border: 1px solid #00aeef;
}
.payment-system-item-input + div:before {
  content: '';
  border: 1px solid #ccc;
  border-radius: 0 0 100% 0;
  background-color: #ccc;
  padding: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  left: -1px;
}
.payment-system-item-caption {
  line-height: 1.15;
}
.payment-system-item-input:checked + div {
  border: 1px solid #00aeef;
  position: relative;
}
.payment-system-item-input:checked + div:after {
  position: absolute;
  top: 0px;
  left: 2px;
  content: '\f00c';
  font-family: FontAwesome;
  color: #fff;
  width: 25px;
  height: 25px;
}
.payment-system-item-input:checked + div:before {
  content: '';
  border: 1px solid #00aeef;
  border-radius: 0 0 100% 0;
  background-color: #00aeef;
  padding: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  left: -1px;
}
.step {
  padding: 15px 15px;
  counter-increment: steps;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.step:before {
  content: "" counter(steps) "";
  width: 40px;
  height: 40px;
  flex: none;
  margin-right: 15px;
  background-color: #003f56;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.step.active:not(.disabled) {
  font-weight: bolder;
  font-family: 'GothaProBold';
}
.step.active:not(.disabled):before {
  background-color: #00aeef;
}
.step-list {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-reset: steps;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}
@media (max-width: 740px) {
  #content1 .col-sm-6 iframe {
    margin-top: 15px;
  }
}
.ya-share2__list {
  margin-left: 0px !important;
}
@media (max-width: 640px) {
  .dropdown-menu-right {
    right: auto;
    left: 0;
  }
}
.test .modal-header .close {
  order: 2;
  position: relative;
}
.test b,
.test strong {
  font-family: 'GothaProBold';
}
.test .shopCartItemName,
.test .shopCartItem {
  display: flex;
  align-items: center;
}
.test .shopCartItemName span {
  position: relative;
  padding-left: 0;
  left: auto;
  top: auto;
}
@media (max-width: 768px) {
  .test .shopCartItem .shopCartItemName img {
    width: 70px;
  }
}
.test .shopCartItemPrice,
.test .shopCartItemQuantity,
.test .shopCartItemRemove {
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .test .shopCartItemPrice,
  .test .shopCartItemQuantity,
  .test .shopCartItemRemove {
    justify-content: start;
  }
}
.test .shopCartItemQuantity input,
.test .ui-spinner input,
.test .shopCartItemRemove .btn,
.test .shopCartItemQuantity .button-minus2,
.test .shopCartItemQuantity .button-plus2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.test .shopCartItemRemove .btn,
.test .shopCartItemQuantity .button-minus2,
.test .shopCartItemQuantity .button-plus2 {
  padding: 0px 0px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  border: 1px solid #00aeef;
  background-color: #00aeef;
  width: 30px;
  height: 29px;
  flex: none;
  text-align: center;
  font-family: 'GothaProBold';
  display: flex;
  align-items: center;
  justify-content: center;
}
.test .shopCartItemRemove .btn:hover,
.test .shopCartItemQuantity .button-minus2:hover,
.test .shopCartItemQuantity .button-plus2:hover {
  color: #00aeef;
  background-color: #fff;
}
.test .shopCartItemRemove .btn span,
.test .shopCartItemQuantity .button-minus2 span,
.test .shopCartItemQuantity .button-plus2 span {
  display: block;
  height: 12px;
}
.test .shopCartItemQuantity input,
.test .ui-spinner input {
  border: 1px solid #00aeef !important;
  color: #00aeef;
  border-radius: 0;
  text-align: center;
  padding: 4px 5px 3px 5px;
  width: 35px;
  height: 29px;
  margin: 0 3px;
  font-family: 'GothaProBold';
}
.test .pvzlist {
  overflow: hidden;
  overflow-y: auto;
  height: 448px;
  margin-bottom: 15px;
}
@media (max-width: 648px) {
  .test .pvzlist {
    height: 200px;
    margin-bottom: 7px;
  }
}
@media (max-width: 574px) {
  .test .modif.abs {
    top: -56px;
    left: 0;
  }
  .test .dropdown-menu-right {
    right: 0;
    left: auto;
  }
}
body #formStatus {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 30px;
  font: normal 14px/1.2 'GothaProRegular';
  z-index: 9999999999999;
  color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: none;
}
body #formStatus.success {
  background: #00aeef;
}
body #formStatus.error {
  background: #00aeef;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
#error,
#message {
  font: 14px/20px "GothaProBold";
  position: fixed;
  left: 0;
  right: 0;
  top: 48%;
  width: 100%;
  background: #00aeef;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  z-index: 5;
}
#error {
  background: #ff6f00;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
}
.course.card {
  border: 1px solid #ccc;
}
.course.card:hover {
  background: #fff;
  border: 1px solid #b3b3b3;
}
.course.card .name {
  height: 58px;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 480px) {
  .course.card .name {
    margin-bottom: 1rem;
  }
}
.course.card .name a {
  color: #000;
  text-decoration: underline;
}
.course.card .name a:hover {
  text-decoration: none;
}
.course.card .expert.short a {
  display: flex;
  align-items: center;
}
.course.card .expert.short a > span {
  font-weight: 300;
  font-size: 14.5px;
}
.course.card .author {
  color: #000;
  font-size: 16px;
  margin-bottom: 25px;
}
.course.card .content {
  padding: 15px 20px 11px;
}
.course.card .image {
  border-radius: 0;
  box-shadow: 0 0;
  height: 51px;
  display: block;
  content: '';
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
@media (max-width: 480px) {
  .course.card .image {
    height: 184px;
  }
}
.course.card .image img {
  border-radius: 5px 5px 0 0;
}
.course.card .duration {
  color: #000;
  font: 400 14px/28px 'Roboto';
  margin-bottom: 11px;
}
.course.card .info {
  margin-bottom: 0;
}
.course.card .stat > div {
  margin-right: 45px;
  color: #6d6d6d;
  float: none;
  margin-bottom: 11px;
}
.course.card .stat > div:before {
  display: none;
}
.course.card .stat > div.duration {
  color: #000;
  margin-bottom: 0;
}
.course.card .stat > div.price {
  font-size: 14px;
  font-weight: normal;
  color: #00aeef;
}
.course.card .stat > div.price > span {
  display: block;
  color: #00aeef;
  font-weight: 300;
}
.course.card .stat > div.price > span span {
  font-weight: 300;
}
.course.card .stat > div.price > span.old {
  display: none;
}
.course.card .stat > div.price .currency {
  padding-left: 5px;
}
.course.card .actions {
  margin-bottom: 20px;
  min-height: 50px;
}
.course.card .btn.btn-outline-primary:hover {
  background: #00aeef;
  color: #fff;
}
.course.card .btn-course {
  padding: 10px 15px;
}
.personal-data-confirm {
  padding-left: 0px;
  position: relative;
  display: flex;
  align-items: start;
  line-height: 1.5;
  font-size: 14px;
}
.personal-data-confirm [type="checkbox"] {
  margin-top: 4px;
}
.personal-data-confirm label {
  margin-left: 1rem;
  padding-bottom: 0;
}
.personal-data-confirm a {
  color: #00aeef;
  text-decoration: underline;
}
.personal-data-confirm a:hover {
  text-decoration: none;
}
@media (max-width: 640px) {
  .personal-data-confirm {
    padding-left: 0;
  }
  .personal-data-confirm label {
    padding-left: 15px;
  }
}
@media (max-width: 640px) {
  .w-50 {
    width: 100% !important;
  }
}
.modal-content {
  border-radius: 0;
}
html,
body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 310px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-bottom: 0;
  }
}
.footer {
  height: 310px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .footer {
    height: 100%;
    position: relative;
  }
}
.blockquote {
  border-left: 5px solid #00aeef;
  padding-left: .46rem;
  font-style: italic;
  margin: 1rem 0 15px 1.15rem;
}
blockquote {
  border-left: 5px solid #00aeef;
  padding-left: .46rem;
  font-style: italic;
  margin: 1rem 0 15px 1.15rem;
}
body.mce-content-body {
  font: 14px/20px 'GothaProRegular';
}
body.mce-content-body em,
body.mce-content-body em strong,
body.mce-content-body em b,
body.mce-content-body b em,
body.mce-content-body strong em {
  font-style: italic;
}
body.mce-content-body a {
  color: #000;
  text-decoration: underline;
}
body.mce-content-body a:hover {
  color: #000;
  text-decoration: none;
}
body.mce-content-body p + p {
  margin: 1rem 0 0px;
}
body.mce-content-body b,
body.mce-content-body strong {
  font-family: 'GothaProBold';
  font-weight: bold;
}
body.mce-content-body ul,
body.mce-content-body ul li {
  margin: initial;
  padding: initial;
  list-style: disc;
}
body.mce-content-body ul {
  list-style-type: disc;
  margin: 0 0 40px 60px;
}
body.mce-content-body blockquote {
  border-left: 5px solid #00aeef;
  padding-left: .46rem;
  font-style: italic;
  margin: 1rem 0 15px 1.15rem;
}
.shortcode-delivery #adressForm {
  display: none;
}
.image-after_h1 {
  max-width: 300px;
  max-height: 90px;
  margin-right: 20px;
  margin-bottom: 0px;
  flex: none;
}
@media (max-width: 640px) {
  .image-after_h1 {
    max-width: 120px;
  }
}
.catalog_list_items.owl-carousel .owl-stage-outer,
.associated.owl-carousel .owl-stage-outer {
  overflow: visible !important;
  scrollbar-width: none;
}
#contents {
  margin-bottom: 15px;
  background: #ffffff;
  margin-top: -10px;
}
@media (max-width: 480px) {
  #contents .opened + ul#contents-list {
    width: 320px;
  }
  #contents .opened + ul#contents-list li {
    display: block;
    width: 100%;
    float: none;
  }
  #contents .opened + ul#contents-list li a {
    float: left;
  }
  #contents .opened + ul#contents-list + .btn {
    margin-top: -30px;
    position: absolute;
    right: 10px;
    top: 42px;
  }
}
#contents ul#contents-list {
  display: block;
  width: 100%;
  text-align: left;
  list-style: none;
}
#contents ul#contents-list li {
  margin-right: 25px;
}
#contents ul#contents-list li:before {
  display: none;
}
#contents ul#contents-list li a {
  display: inline-block;
  padding: 10px 0 5px;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  text-decoration: none;
}
#contents ul#contents-list li a.active {
  border-bottom: 2px solid #00aeef;
}
#contents .btn {
  padding: 6px 12px;
  float: left;
  font: 14px/18px 'GothaProBold';
  display: none;
  border-width: 2px;
}
@media (max-width: 768px) {
  #contents .btn {
    float: right;
  }
}
#contents .container {
  margin: 0 auto;
  padding: 0;
}
#contents .headline,
#contents .currentBlock {
  padding-right: 20px;
  font-weight: 500;
  display: none;
  float: left;
}
#contents .currentBlock span {
  border-bottom: 1px dashed #00aeef;
  color: #00aeef;
  cursor: pointer;
}
#contents .currentBlock:after {
  padding-left: 10px;
  font-family: FontAwesome;
  content: '\f107';
}
#contents .currentBlock.opened:after {
  content: '\f106';
}
#contents ol,
#contents ul {
  float: left;
  margin: 0;
  padding: 0;
}
#contents ol li,
#contents ul li {
  float: left;
}
#contents ol li a,
#contents ul li a {
  display: inline-block;
  padding: 5px 15px;
  float: left;
}
#contents ol li a:first-child,
#contents ul li a:first-child {
  padding-left: 0;
}
#contents ol li a.active,
#contents ul li a.active {
  border-radius: 2px;
  color: #000000;
}
@media (max-width: 480px) {
  #contents ol li a,
  #contents ul li a {
    padding: 10px 10px 15px 0;
  }
}
#contents.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-top: 0;
  padding: 10px 0;
}
#contents.fixed .container {
  padding: 0 10px;
}
#contents.fixed .headline,
#contents.fixed .currentBlock {
  float: left;
  padding: 10px 10px 5px 0;
}
#contents.fixed .headline {
  display: inline-block;
}
#contents.fixed .currentBlock {
  display: none;
}
#contents.fixed + #description {
  padding-top: 56.6px;
}
#contents.fixed ul#contents-list {
  float: left;
  width: auto;
}
#contents.fixed ol li,
#contents.fixed ul li {
  margin-left: 0px;
}
@media (max-width: 480px) {
  #contents.fixed ol li:after,
  #contents.fixed ul li:after {
    clear: both;
    display: block;
    content: '';
  }
}
#contents.fixed ol li a,
#contents.fixed ul li a {
  padding: 15px 15px;
  float: left;
}
#contents.fixed .btn {
  display: block;
}
@media (max-width: 768px) {
  #contents {
    display: none;
  }
  #contents .container {
    padding: 0;
  }
  #contents .currentBlock {
    display: block;
  }
  #contents.fixed {
    display: block;
  }
  #contents.fixed .container {
    padding: 0 15px;
  }
  #contents.fixed .currentBlock {
    display: block;
  }
  #contents.fixed .headline {
    display: block;
    text-align: center;
  }
}
@media (max-width: 320px) {
  #contents {
    display: none;
  }
  #contents .container {
    padding: 0;
    font-size: 12px;
  }
  #contents .currentBlock {
    display: block;
  }
  #contents.fixed {
    display: block;
  }
  #contents.fixed .container {
    padding: 0 15px;
  }
  #contents.fixed .currentBlock {
    display: block;
  }
  #contents.fixed .headline {
    display: block;
    text-align: center;
  }
}
#contents + .description .catalog_list_items .item {
  height: 383px;
}
.discount_notice {
  border: 2px dashed #00aeef;
  padding: 10px;
  margin: 15px 0 15px;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  width: 80%;
}
.discount_notice + .price {
  font: 30px/30px 'GothaProBold';
}
.discount_pic {
  background: url('/images/miostimulator/discount.svg');
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 26px;
  margin-bottom: 10px;
  content: '';
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: 7px;
}
.discount_pic + div b {
  font-family: 'GothaProBold';
}
@media (max-width: 640px) {
  .discount_notice {
    width: 100%;
  }
  .discount_pic {
    width: 30px;
    height: 30px;
  }
}
.sec {
  padding: 30px;
}
.sec:nth-child(odd) {
  background: #f3f3f3;
}
.sec .main_title {
  background: none;
}
.sec .main_title span {
  background: none;
}
.sec .item {
  background: #ffffff;
}
.doc_img {
  width: 300px !important;
  float: right;
  height: auto !important;
}
@media (max-width: 640px) {
  .doc_img {
    float: none;
    margin-top: 0;
    float: right;
    width: 100px !important;
  }
}
.iml_map {
  width: 70%;
  margin: 0 auto;
  display: block;
}
#payment .doc_img {
  width: 200px !important;
  float: right;
  height: auto !important;
  margin-top: -40px;
}
@media (max-width: 640px) {
  #payment .doc_img {
    margin-top: 0;
    float: right;
    width: 100px !important;
  }
}
.flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.section {
  padding: 40px 0;
}
.section:nth-child(odd) {
  background: #f3f3f3;
}
.section:last-child,
.section.last {
  margin-bottom: -30px;
}
.section .h2 {
  text-align: center;
  margin: 0 0 15px;
  font-size: 21pt;
}
.section .h2:after {
  display: block;
  width: 150px;
  height: 3px;
  background: #00aeef;
  margin: 15px auto 0;
  content: '';
  margin-bottom: 30px;
}
.step-content .h2,
.step-content h2,
.cartValidate .h2,
.cartValidate h2 {
  line-height: 25px;
}
#features2 .fullfeature {
  padding-bottom: 30px;
}
.fullfeature {
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 40px;
}
.fullfeature:last-child,
.fullfeature.last {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.fullfeature .h3 {
  text-transform: uppercase;
}
.fullfeature .photo,
.fullfeature .video {
  width: 100%;
  height: 400px;
  display: block;
  content: '';
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.fullfeature .flex-item {
  position: relative;
}
.fullfeature .flex-item .position {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 100%;
  text-align: center;
  opacity: .04;
  font: bolder 200px/200px 'GothaProBold';
}
@media (max-width: 640px) {
  .fullfeature .flex-item {
    width: 100%;
  }
  .fullfeature .pull-right {
    float: none !important;
  }
  .fullfeature .photo,
  .fullfeature .video {
    margin-bottom: 20px;
  }
}
.video2 {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  border: none;
  overflow: hidden;
}
.panel-heading {
  padding: 0 !important;
}
.panel-heading h4 a {
  padding: 10px;
  text-transform: none;
}
.panel-default {
  margin-top: 20px;
  border: none;
  background: none;
}
.panel-title a {
  text-decoration: none !important;
  color: #17a6de;
  text-transform: none;
  display: block;
}
.accordion_list h3 {
  text-transform: uppercase;
}
.associatedBlock {
  padding: 20px 0 0;
}
.associated {
  margin-top: 15px;
  background: #ffffff;
  padding: 15px;
}
.associated .name {
  font: 14px/18px 'GothaProRegular';
  margin-bottom: 15px;
  display: block;
}
.associated .image {
  width: 100%;
  margin-bottom: 15px;
}
[rel="video"] {
  position: relative;
}
[rel="video"]:after,
[rel="video"]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  display: block;
  content: '';
  line-height: auto;
}
[rel="video"]:before {
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  background: #ffffff;
  border-radius: 100%;
}
[rel="video"]:after {
  content: '\f16a';
  font-family: 'FontAwesome';
  color: red;
  margin-top: -35px;
}
body .pbThumbs li.active a img {
  border-color: #00aeef;
}
body #pbCloseBtn:hover::before {
  background: #00aeef;
}
body .btn {
  font-family: 'GothaProBold';
}
body .btn .btn-primary:active,
body .btn .btn-primary:focus {
  background: #00aeef;
}
@media (max-width: 640px) {
  body .btn {
    white-space: normal;
  }
}
@media (max-width: 640px) {
  #reviews {
    padding-bottom: 0;
  }
}
#faq .panel-heading .panel-title {
  border: 1px solid #f3f3f3;
  border-bottom: 1px solid #cccccc;
  background: #fcfcfc;
}
#faq .panel-heading .panel-title a {
  color: #333333;
}
#faq .panel-heading:last-child .panel-title {
  border-bottom: none;
}
#faq .panel-group {
  margin-bottom: 0;
}
#faq .panel-body {
  background: #ffffff;
  border-left: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.instruction {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 640px) {
  .instruction {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.instruction .icn-list {
  width: 17px;
  height: 17px;
  background: url("/images/miostimulator/list.svg") bottom center no-repeat;
  background-size: contain;
  display: inline-block;
  content: '';
  margin-bottom: -3px;
}
.instruction,
.contraindicationsToggle,
.characteristicsToggle {
  font-family: 'GothaProBold';
}
.contraindicationsToggle,
.characteristicsToggle,
.instruction {
  display: inline-block;
}
.contraindicationsToggle i:first-child,
.characteristicsToggle i:first-child,
.instruction i:first-child {
  padding-right: 5px;
}
.contraindicationsToggle,
.characteristicsToggle {
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 25px;
}
.contraindicationsToggle:last-child,
.characteristicsToggle:last-child {
  margin-right: 0;
}
.contraindicationsToggle span,
.characteristicsToggle span {
  border-bottom: 1px dashed #000000;
}
.contraindicationsBlock ol li,
.contraindicationsBlock ul li,
.characteristicsBlock ol li,
.characteristicsBlock ul li {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .matchHeightFeature .catalog_list_items,
  .matchHeightFeature .catalog_list_items .item {
    margin-bottom: 0 !important;
  }
}
.clearfix {
  display: block;
  content: '';
  clear: both;
}
b,
strong {
  font-family: 'GothaProBold';
}
.socialShare .ya-share2 {
  transform: scale(1.4);
  margin: 5px auto;
  text-align: center;
}
@media (max-width: 640px) {
  .socialShare {
    text-align: center;
  }
  .socialShare .ya-share2 {
    margin: 30px auto;
  }
}
.haveQuestions {
  margin: 0px 0;
}
.haveQuestions i {
  font-size: 35px;
  color: #00aeef;
  float: left;
}
.haveQuestions .text {
  float: left;
  margin-left: 20px;
}
.haveQuestions .text p {
  margin-bottom: 0;
}
.haveQuestions .text b {
  font-family: 'GothaProBold';
}
.haveQuestions .text b a {
  text-decoration: none;
}
.haveQuestions .text b a:hover {
  opacity: .8;
}
.haveQuestions .text .h2 {
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}
.haveQuestions .text .h2:after {
  display: none;
}
.haveQuestions:after {
  display: block;
  content: '';
  clear: both;
}
@media (max-width: 480px) {
  .haveQuestions i {
    font-size: 35px;
  }
  .haveQuestions .text {
    width: calc(100% - 45px);
    margin-left: 10px;
  }
}
.callToAction {
  display: block;
  content: '';
  clear: both;
  margin: 0px 0;
}
.callToAction .h2 {
  text-align: left;
  margin-bottom: 15px;
  text-transform: initial;
}
.callToAction .h2:after {
  display: none;
}
.callToAction .h2 span:first-letter {
  text-transform: lowercase !important;
}
.callToAction:after {
  display: block;
  content: '';
  clear: both;
}
.callToAction .discount_notice {
  width: 440px;
  float: left;
  margin: 0 30px 0 0;
}
@media (max-width: 480px) {
  .callToAction .discount_notice {
    width: 100%;
    margin-bottom: 5px;
  }
}
.callToAction .price {
  margin-top: 10px;
  margin-right: 7px;
  width: 180px;
  float: left;
}
.callToAction .btn.btn-primary {
  margin-top: 15px;
  float: left;
  font-family: 'GothaProBold';
}
.section.section-primary {
  background: #00aeef;
}
.section.section-primary .callToAction * {
  color: #ffffff;
}
.section.section-primary .callToAction .discount_notice {
  border-color: #ffffff;
}
.section.section-primary .callToAction .discount_notice .discount_pic {
  background-image: url('/images/miostimulator/discountw.svg');
}
.section.section-primary * {
  color: #ffffff;
}
.section.section-primary .btn.btn-primary {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.section.section-primary .btn.btn-primary:hover {
  border: 2px solid #00aeef;
  background: #00aeef;
}
form + #bottom.description {
  margin-top: -20px;
}
form + #bottom.description:before {
  display: block;
  content: '';
  clear: both;
}
form + #bottom.description h2:first-child,
form + #bottom.description h2:nth-child(1),
form + #bottom.description .h2:first-child,
form + #bottom.description .h2:nth-child(1) {
  margin-top: 0;
}
form + #bottom.description p:first-child + h2 {
  margin-top: 0;
}
.m50-xs {
  margin: 50px;
}
.mt50-xs {
  margin-top: 50px;
}
.mr50-xs {
  margin-right: 50px;
}
.mb50-xs {
  margin-bottom: 50px;
}
.ml50-xs {
  margin-left: 50px;
}
@media (min-width: 768px) {
  .m50-sm {
    margin: 50px;
  }
  .mt50-sm {
    margin-top: 50px;
  }
  .mr50-sm {
    margin-right: 50px;
  }
  .mb50-sm {
    margin-bottom: 50px;
  }
  .ml50-sm {
    margin-left: 50px;
  }
}
@media (min-width: 1024px) {
  .m50-md {
    margin: 50px;
  }
  .mt50-md {
    margin-top: 50px;
  }
  .mr50-md {
    margin-right: 50px;
  }
  .mb50-md {
    margin-bottom: 50px;
  }
  .ml50-md {
    margin-left: 50px;
  }
}
@media (min-width: 1280px) {
  .m50-lg {
    margin: 50px;
  }
  .mt50-lg {
    margin-top: 50px;
  }
  .mr50-lg {
    margin-right: 50px;
  }
  .mb50-lg {
    margin-bottom: 50px;
  }
  .ml50-lg {
    margin-left: 50px;
  }
}
.p50-xs {
  padding: 50px;
}
.pt50-xs {
  padding-top: 50px;
}
.pr50-xs {
  padding-right: 50px;
}
.pb50-xs {
  padding-bottom: 50px;
}
.pl50-xs {
  padding-left: 50px;
}
@media (min-width: 768px) {
  .p50-sm {
    padding: 50px;
  }
  .pt50-sm {
    padding-top: 50px;
  }
  .pr50-sm {
    padding-right: 50px;
  }
  .pb50-sm {
    padding-bottom: 50px;
  }
  .pl50-sm {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) {
  .p50-md {
    padding: 50px;
  }
  .pt50-md {
    padding-top: 50px;
  }
  .pr50-md {
    padding-right: 50px;
  }
  .pb50-md {
    padding-bottom: 50px;
  }
  .pl50-md {
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  .p50-lg {
    padding: 50px;
  }
  .pt50-lg {
    padding-top: 50px;
  }
  .pr50-lg {
    padding-right: 50px;
  }
  .pb50-lg {
    padding-bottom: 50px;
  }
  .pl50-lg {
    padding-left: 50px;
  }
}
.shortcodeBlockWrapper {
  margin-bottom: 30px;
}
.shortcodeBlock {
  background: #f3f3f3;
  padding: 20px 30px 20px;
  margin-bottom: 15px;
}
.hBanner {
  display: block;
  margin-bottom: 30px;
}
.fullBlock,
.shortcodeBlock {
  background: #f3f3f3;
  padding: 20px 30px 20px;
}
@media (max-width: 640px) {
  .fullBlock,
  .shortcodeBlock {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.fullBlock h2,
.fullBlock .main_title,
.shortcodeBlock h2,
.shortcodeBlock .main_title {
  background: transparent;
  text-align: center;
  padding: 0px 0 15px;
  margin: 0;
}
.fullBlock h2 span,
.fullBlock .main_title span,
.shortcodeBlock h2 span,
.shortcodeBlock .main_title span {
  background: none;
}
.fullBlock .catalog_list_items .item,
.shortcodeBlock .catalog_list_items .item {
  background: #ffffff;
  margin-bottom: 10px !important;
  padding-bottom: 20px;
}
.fullBlock .actions,
.shortcodeBlock .actions {
  text-align: center;
  margin-bottom: 10px;
}
#b-product [class*='col-'],
#b-product .shortcodeBlockWrapper,
.article [class*='col-'],
.article .shortcodeBlockWrapper,
.articleList [class*='col-'],
.articleList .shortcodeBlockWrapper,
.comment_list [class*='col-'],
.comment_list .shortcodeBlockWrapper {
  position: initial;
}
#b-product [class*='col-'] .shortcodeBlock,
#b-product .shortcodeBlockWrapper .shortcodeBlock,
.article [class*='col-'] .shortcodeBlock,
.article .shortcodeBlockWrapper .shortcodeBlock,
.articleList [class*='col-'] .shortcodeBlock,
.articleList .shortcodeBlockWrapper .shortcodeBlock,
.comment_list [class*='col-'] .shortcodeBlock,
.comment_list .shortcodeBlockWrapper .shortcodeBlock {
  position: absolute;
  width: 100vw;
  left: 0;
}
@media (max-width: 640px) {
  #b-product [class*='col-'] .shortcodeBlock,
  #b-product .shortcodeBlockWrapper .shortcodeBlock,
  .article [class*='col-'] .shortcodeBlock,
  .article .shortcodeBlockWrapper .shortcodeBlock,
  .articleList [class*='col-'] .shortcodeBlock,
  .articleList .shortcodeBlockWrapper .shortcodeBlock,
  .comment_list [class*='col-'] .shortcodeBlock,
  .comment_list .shortcodeBlockWrapper .shortcodeBlock {
    width: calc(100vw + 20px);
  }
}
.index .features {
  margin-bottom: 20px;
}
.features .item b,
.features .item strong {
  font-family: 'GothaProBold';
}
.features .item:hover {
  box-shadow: none;
}
.features .item {
  position: relative;
  color: #696969;
  font-family: 'GothaProRegular';
  font-size: 13px;
  margin-bottom: 20px;
  padding: 0 0 0 15px;
  text-align: left;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.features .item a {
  color: #696969;
  text-decoration: none;
  border-bottom: 1px solid #696969;
}
.features .item a:hover {
  border-bottom: 1px solid transparent;
}
.features .item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 15px;
  background: #00aeef;
  display: block;
  content: '';
}
.collapse.in > .panel-body {
  display: block !important;
}
.ya-share2__list {
  list-style: none;
}
.border-secondary {
  border-color: #bdbdbd !important;
}
.border-left2 {
  border-left: 5px solid #00aeef;
  padding-left: 0.46rem;
  margin-left: 1.15rem;
}
.border-left2 .comment_author {
  font-style: italic;
}
@media (min-width: 1440px) {
  .discount_post_abs {
    position: absolute;
  }
}
.modal .discount_post_abs {
  position: relative;
}
h3,
.h3 {
  margin-bottom: 5px;
}
.subgroup__link {
  font-size: 16px;
  font-weight: bolder;
}
.form-width {
  max-width: 300px;
}
.cartValidate .select2-container--default {
  width: 300px !important;
}
.tooltip-inner {
  background-color: #00aeef !important;
  color: #fff !important;
}
@media (min-width: 1024px) {
  .tooltip-inner {
    max-width: 590px !important;
    min-width: 530px !important;
  }
}
.font-weight-bold {
  font-family: 'GothaProBold';
  font-weight: 300;
}
body .btn {
  box-shadow: none !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}
.count_blur:before {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
}
.count_blur:after {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  width: 30px;
  height: 30px;
  font-family: 'FontAwesome';
  content: '\f110';
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  top: 0;
  font-size: 32px;
  line-height: 1;
  top: 28px;
}
body.mceContentBody .tab-content #property_921 td {
  padding: 5px 10px;
  width: 150px !important;
  height: auto !important;
}
body.mceContentBody .tab-content #property_921 td img {
  width: 100px !important;
  height: auto !important;
}
.for table {
  width: auto !important;
  height: auto !important;
}
.for table td,
.for table th {
  border: 1px solid #bdbdbd;
}
.for table tr {
  height: auto !important;
}
.for table td {
  padding: 5px 10px;
  width: 150px !important;
  height: auto !important;
}
.for table td img {
  width: 150px !important;
  height: 40px !important;
  object-fit: contain;
}
div.loader {
  position: relative;
}
div.loader:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 23px;
  height: 23px;
  background: url(/images/preloader.gif) 50% 50% no-repeat;
  background-size: contain;
}
div.loader .form-control-loader {
  padding-left: 35px !important;
}
.test .pvzlist {
  height: auto;
  max-height: 448px;
}
.variants ul {
  list-style: none;
  margin: 15px 0 0 0 !important;
}
.variants ul li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.variants ul li+li {
  margin-top: 5px;
}
.variants ul li label {
  position: relative;
  padding: 0 0 0 20px;
}
.variants ul li input {
  position: relative;
  top: 1px;
  margin: 0 7px 0 -20px;
}
.deliveryCalc .variants ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00aeef;
}
.deliveryCalc .variants ul li label {
  padding-left: 18px;
}
.cart-requisite {
  margin: 1.5em 0 2.5em;
}
.cart-requisite input {
  margin-left: 5px;
}
body #mc-link {
  display: none !important;
}
.founder-info {
  margin-top: 3em;
}
.founder-info .founder-img {
  text-align: center;
}
.founder-info .founder-img img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  border: 7px solid #00aeef;
  vertical-align: top;
  box-sizing: border-box;
}
.founder-info .founder-name {
  margin: 12px 0 0 0;
  font-size: 15px;
  text-align: center;
}
.founder-info .founder-name span {
  display: block;
  font-size: 0.85em;
  line-height: 1;
  color: #00aeef;
}
.founder-info .founder-text p {
  font-size: 16px;
}
.product-markeplaces .list {
  display: flex;
  align-items: center;
}
.product-markeplaces .list img {
  max-width: 100%;
}
.product-markeplaces .list a {
  margin-right: 25px;
  max-width: 33%;
}
.product-markeplaces .list a:last-child {
  margin-right: 0;
}
.list-screenshots {
  margin: 0 -30px -30px 0;
  font-size: 0;
}
.screenshot-item {
  display: inline-block;
  width: 33.3333%;
  font-size: 13px;
  vertical-align: top;
}
.screenshot-item > a {
  position: relative;
  display: block;
  margin: 0 30px 30px 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f5f5f5;
}
.screenshot-item > a:before {
  content: '';
  display: block;
  padding: 100% 0 0 0;
}
.screenshot-item > a .date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  background: #f5f5f5;
  color: #424242;
}
.screenshot-item > a:hover {
  border-color: #00aeef;
}
@media (max-width: 981px) {
  .screenshot-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .screenshot-item {
    width: 100%;
  }
}
.reviews-section {
  margin: 40px 0;
}
.reviews-section h2 {
  margin-bottom: 1.5em;
}
.reviews-section .all {
  margin: 1.5em 0 0 0;
  text-align: center;
}
.reviews-slider {
  display: none;
  margin: 0 -15px;
}
.reviews-slider.slick-slider {
  display: block;
}
.reviews-slider .screenshot-item > a {
  margin: 0 15px;
}
.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
  transition: none;
}
.next-discount {
  margin: 0 0 0.5em;
  font-weight: 500;
  font-size: 0.9em;
  font-style: italic;
  color: #00aeef;
}
.modal-content .next-discount {
  margin: 1em 0 0 0;
  text-align: center;
}
.sertificates .ico {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
  font-size: 1.8em;
  color: #bdbdbd;
}
.content-text ul {
  margin-left: 18px !important;
}
.content-text ol {
  margin-left: 16px !important;
}
.content-text img {
  max-width: 100%;
  height: auto;
}
.telegram-comments {
  margin: 40px 0 0 0;
}
.telegram-comments iframe {
  margin-left: -10px;
  margin-right: -10px;
}
.meta-rows {
  margin: -5px 0 25px;
  line-height: 1;
}
.meta-rows > span,
.meta-rows > a {
  display: inline-block;
  margin: 0 25px 0 0;
}
.meta-comments {
  position: relative;
  white-space: nowrap;
}
.meta-comments:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  background: url(/images/gelectrode/i-comments.svg) 50% 50% no-repeat;
  background-size: contain;
}
.meta-showed {
  position: relative;
  white-space: nowrap;
}
.meta-showed:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  background: url(/images/gelectrode/i-eye.svg) 50% 50% no-repeat;
  background-size: contain;
}
.banner-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-slide-img .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-slide-img .slide_link {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .banner-slide-img .bg-img {
    background-size: cover;
  }
}
.cdek-widget,
.boxberry-widget {
  display: block !important;
  width: 100%;
}
.cdek-widget input[type='text'],
.boxberry-widget input[type='text'] {
  margin-bottom: 0;
}
.cdek-widget .delivery-pvz,
.cdek-widget .delivery-address,
.boxberry-widget .delivery-pvz,
.boxberry-widget .delivery-address {
  display: none;
  font-weight: bold;
}
.cdek-widget .error-info,
.boxberry-widget .error-info {
  display: none;
  font-style: italic;
  color: #FF0000;
}
.cdek-widget label.error,
.boxberry-widget label.error {
  background: none;
}
.cdek-widget[data-type="pvz"] #cdek-widget .ymaps3x0--controls.ymaps3x0--controls_top.ymaps3x0--controls_left,
.boxberry-widget[data-type="pvz"] #cdek-widget .ymaps3x0--controls.ymaps3x0--controls_top.ymaps3x0--controls_left {
  display: none !important;
}
.cdek-widget .info-box,
.boxberry-widget .info-box {
  display: block !important;
}
.checkout-step .field-city-delivery {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-step .field-city-delivery > span {
  position: relative;
  white-space: nowrap;
}
.checkout-step .field-city-delivery > div {
  position: relative;
  width: 100%;
}
.checkout-step .field-city-delivery .form-control {
  margin: 0 !important;
}
.checkout-step .suggestions-wrapper {
  top: 0;
}
.checkout-step .suggestions-wrapper .suggestions-suggestion {
  padding: 7px 20px;
}
.checkout-step .deliveries-list {
  display: flex;
  gap: 15px;
}
#cdek-widget {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#cdek-widget .ymaps3x0--main-engine-container {
  filter: none !important;
}
#boxberry-widget {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.box-actions {
  border: 1px solid #00aeef;
  padding: 20px 20px;
}
.box-actions .iconbox {
  width: 50px;
}
.box-actions .iconbox img {
  width: 100%;
}