/*
* HELPERS
*/
/*
    Vars
*/
/*
    Mixins
*/
/* Plaseholder Color */
/* Media Query Vars */
/* Media Query Mixins */
/* Sprite */
/*
* BASE
*/
/*-----Collapse big text --*/
.shorten_big_text.box-hide {
  overflow: hidden;
  max-height: 120px;
  position: relative;
}

.shorten_big_text.box-hide:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3em;
  z-index: 2;
  background: -o-linear-gradient(top, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 0)), to(#fcfcfc));
  background: linear-gradient(top, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%);
  /*    background: linear-gradient(to top, #fcfcfc 0%, rgba(252, 252, 252, 0) 100%);*/
}

.more_link {
  float: right;
}

/*---------- ------------------*/
/*---------- ------------------*/
.js_warning {
  background-color: #ff0000;
  background-image: none;
  color: #ffffff;
  font-weight: bold;
  height: auto;
  padding: 5px 0;
  text-align: center;
}

/* + Popups
--------------------------------------------------------------------------------------------------------*/
.popup_container {
  display: none;
}

.popup_window {
  background: #FFF;
  padding: 2px;
  width: auto;
  max-width: 500px;
  min-height: 100px;
  position: relative;
  margin: 20px auto;
}

.popup_window.PopupPage {
  max-width: 800px;
}

.popup_window.popup_window_page {
  max-width: 800px;
}

.popup_window.popup_sizes_table {
  max-width: 800px;
}

.popup_login {
  max-width: 520px;
}

.popup_callback {
  max-width: 300px;
}

.tr {
  background-position: 0 -15px;
  top: 0;
  right: 0;
  bottom: 15px;
  width: 15px;
}

.bl {
  background-position: -15px 0px;
  bottom: 0;
  left: 0;
  height: 15px;
  right: 0;
}

.br {
  background-position: 0px 0px;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.popup_window h2,
.popup_window .header_2 {
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
}

.popup_window .popup_window_content {
  padding: 10px;
}

.popup_window #dlg_msg_content {
  margin-top: 15px;
}

.popup_window a {
  text-decoration: underline;
}

.popup_window a:hover {
  text-decoration: none;
}

#dlg_buy_simple {
  width: 300px;
}

#dlg_buy_simple .popup-item-img img {
  max-height: 10em;
}

#Dlgb .popup-item-img {
  text-align: center;
}

.popup_window .msg_area {
  font-size: 12px;
  height: 15px;
  padding-right: 10px;
}

.center_button {
  text-align: center;
  float: none;
  margin-left: 0;
}

.center_button .button {
  float: none;
  margin-left: 0;
}

.popup_page {
  max-width: 700px;
}

.error_msg {
  color: #f38196;
}

.popup_window fieldset {
  border: none;
}

.div_align_center {
  text-align: center;
}

.thank_error {
  color: #f38196;
  font-size: 14px;
}

.thank_warning {
  font-size: 14px;
  font-weight: bold;
}

.payment_form .send_btn {
  float: left;
}

/*Phone*/
#dlg_buy_simple input:not([type=submit]) {
  width: 280px;
}

.small-dlg .text_area {
  margin-top: 14px;
}

.small-dlg textarea {
  height: 60px;
}

.small-dlg .inp_2 {
  float: left;
  margin-left: 0px;
}

.small-dlg .header_2 {
  margin-bottom: 0px;
  margin-top: 9px;
  text-align: center;
}

.small-dlg .send-button {
  float: none;
  padding-bottom: 10px;
  margin-top: 10px;
  margin: 11px 0 0 0px;
  text-align: center;
}

.small-dlg .send-button input {
  float: none;
  display: inline;
  padding: 0 15px;
  text-align: center;
}

/* consultant*/
#dlg_consultant {
  /*width:253px;*/
}

.popup_window_content_offerta {
  max-width: 500px;
}

.offerta_window {
  width: 100%;
  height: calc(90vh - 186px);
  overflow: scroll;
}

.bottom_btn_offerta {
  text-align: center;
  padding: 1em 0 0 0;
}

.bottom_btn_offerta .link {
  display: inline-block;
  border-bottom: 1px dashed #215f96;
}

.bottom_btn_offerta .link:last-child {
  margin-left: 15px;
}

.base_block {
  display: none;
}

#DlgMsgContent {
  padding-bottom: 2em;
}

/* - Popups
--------------------------------------------------------------------*/
.sitemap,
.sitemap table,
.sitemap td,
.sitemap tr,
table.sitemap td:last-child,
table.sitemap td:first-child,
table.sitemap tr:first-child,
table.sitemap tr:nth-child(2n+1),
.sitemap table tr:nth-child(2n) td,
.sitemap.table tr:last-child {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  text-align: left !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.sitemap img {
  display: inline;
  border-radius: 0px;
  max-width: none;
}

.right_button {
  text-align: right;
}

/*------------------------SEARCH LIST-----------------------------------*/
.search_list {
  border: none;
}

.search_list {
  list-style: none;
  margin-top: 10px;
}
.search_list .s_item {
  padding: 40px 70px 40px 70px;
  margin-bottom: 30px;
  background: #fff;
  text-align: left;
  min-height: 220px;
  font-size: 16px;
}
.search_list .s_item:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .search_list .s_item {
    padding: 30px;
  }
}
.search_list .s_item .s_image {
  float: left;
  width: 180px;
  padding: 0px;
  margin: 0;
  border-bottom: none;
  margin: -20px 0 0 0;
}
@media (max-width: 1199px) {
  .search_list .s_item .s_image {
    max-width: 170px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .search_list .s_item .s_image {
    max-width: 180px;
    margin: 0 0 7px 0;
    background: #FFF;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 520px) {
  .search_list .s_item .s_image {
    display: block;
    float: unset;
    padding: 0;
    max-width: unset;
    width: 100%;
  }
  .search_list .s_item .s_image img {
    margin: 0 auto;
  }
}
.search_list .s_item .s_name {
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;

}
.search_list .s_item .s_name a {
  color: #001a38;
}
.search_list .s_item .s_name a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .search_list .s_item .s_name {
    font-size: 18px;
    line-height: 24px;
  }
}
.search_list .s_item .s_name .search_topic {
  font-size: 60%;
  font-style: italic;
  display: block;
  color: #ac522f;
}
@media (max-width: 767px) {
  .search_list .s_item .s_name .search_topic {
    font-size: 80%;
  }
}
.search_list .s_item .s_text {
  padding-left: 215px;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .search_list .s_item .s_text {
    padding-left: 185px;
  }
}
@media (max-width: 767px) {
  .search_list .s_item .s_text {
    font-size: 14px;
    padding: 0;
  }
}
.search_list .s_item .no_img .s_text {
  padding-left: 0px;
}
.search_list p {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .search_list p {
    padding-top: 0;
    margin-top: 0;
    border: none;
  }
}
.search_list img {
  display: block;
  max-width: 100%;
}
.search_list .clear {
  clear: both;
}
.search_list .bor:hover {
  border: 3px solid #7e4a7d;
}

.searchPechalka {
  display: block;
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 6px;
  height: 1.3em;
}

.searchTips {
  font-size: 150%;
  margin-top: 20px;
}

.searchTipsList {
  margin-bottom: 50px;
}

.searchTipsList .sarrow {
  background-image: url("../images/system/arrow_search_empty.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 5px;
  margin: 0 6px;
  position: relative;
  width: 40px;
}

.searchTipsList .itelLast:after {
  background-image: url("data:image/gif;base64,R0lGODlhQgAdALMJAOzt7Y2Oj6ipqXV2dywtLsbGxlxeX0dJStbX1////wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAkALAAAAABCAB0AAASnMMlJq7046wzA/mAYDoNoniJAeGjrVkH5zq1a0LgZ5/yHrL0gxhAQGimFA+sotDGPBtkzGFBOgwUC4tr73bi5nwAcJozJtOwZ/QqY2S+AwbCFtwSEwNIuSh6+fCICBgdrgT5VhWFHAAVVBAN1MwACBwQ8jQIDlgcBgDMFBgSjZgWmp6ippgGsAXOWBFECnziipKMHc7q7vLoDradXCJWktIc+m8bHFhEAOw==");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 36px;
  /* left: -54px;*/
  position: absolute;
  width: 80px;
}

.searchTipsList .errRed {
  color: red;
}

.searchTipsList .errExample {
  font-size: 16px;
  font-style: italic;
  margin-left: 57px;
  display: block;
}

/*------------------------/SEARCH LIST-----------------------------------*/
/*------------------------LOGIN FORM-----------------------------------*/
.form_login {
  max-width: 372px;
}

.form_login .send-block {
  margin-top: 5px;
}

.form_login .send-block .button input {
  display: inline;
  width: 92px;
  float: right;
}

.forget-link {
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 31px;
}

#FrmLogin .link {
  display: inline-block;
  color: rgba(28, 28, 28, 0.74);
  font-size: 13px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.74);
}
#FrmLogin .link.reg-link {
  border-color: #215f96;
  color: #215f96;
}
#FrmLogin .link:hover {
  border-color: transparent;
}

/*------------------------/LOGIN FORM-----------------------------------*/
/*------------------------POPUP PAGE-----------------------------------*/
.popup-content {
  text-align: left;
  width: 600px;
}

.privacy_popup {
  max-height: 400px;
  overflow: auto;
  margin-top: 21px;
  padding-right: 10px;
  text-align: justify;
}

/*------------------------/POPUP PAGE-----------------------------------*/
/*------------------------CABINET-------------------------------*/
.add_address,
.remove_address {
  float: right;
  height: 30px;
  position: absolute;
  top: 2px;
  width: 30px;
  z-index: 20;
}

.add_address {
  /* background: url("../images/system/add_address.png") no-repeat scroll left top rgba(0, 0, 0, 0);*/
  right: -101px;
}

.add_address:hover,
.remove_address:hover {
  opacity: 0.8;
}

.remove_address {
  /*background: url("../images/system/remove_address.png") no-repeat scroll left top rgba(0, 0, 0, 0);*/
  right: -70px;
}

.edit_customer_forms .form-block {
  /* width: 513px;*/
}

.personal_main table.order_header td {
  text-align: left;
}

/*------------------------/CABINET-------------------------------*/
/*------------------------CART -------------------------------*/
.cart_welcome {
  padding-top: 20px;
  text-align: center;
}

.empty_cart .back_tov {
  margin-top: 25px;
}

.item_bonus .count_spin {
  display: none;
}

.cart_table .cart_item_err {
  color: red;
}

.CartItemError {
  background-color: #fbc7c7;
}

/*------------------------/CART -------------------------------*/
/*------------------------HEAD BANNER -------------------------------*/
.head_banner {
  background: #ffffff;
  text-align: center;
}

/*------------------------/HEAD BANNER -------------------------------*/
/*------------------------TESTIMMONIALS AND FEEDBACK FORMS -------------------------------*/
#block-testimonials-form {
  display: none;
}

.testimonials_form .marks .label_radio {
  width: 40px;
}

.open-link {
  border-bottom: 1px dashed #ec8ca0;
  color: #f54969;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

.open-link a {
  text-decoration: none;
}

/*------------------------/TESTIMMONIALS AND FEEDBACK FORMS -------------------------------*/
/*--------------------------EDIT PANEL -----------------------------------*/
.EditPanel {
  background: #666666 none repeat scroll 0 0;
  /* border-radius: 3px;*/
  width: 100%;
  z-index: 10000;
  opacity: 0.75;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 9px 8px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 8px 5px 0px rgba(0, 0, 0, 0.75);
  color: white;
  border: 1px solid #000000;
  position: fixed;
}

.PanelHandleBlock {
  text-align: center;
}

.PanelHandleBlock .Handle {
  background: #333333 none repeat scroll 0 0;
  border: 1px solid black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  height: 2ex;
  margin-bottom: -20px;
  margin-left: -5em;
  position: absolute;
  width: 10em;
}

.EditPanelBody {
  overflow: hidden;
  padding: 4px;
}

.EditPanelBody .ep_caption {
  font-size: 14px;
}

.EditPanelBody a {
  border: 1px solid;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 3px;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 5px;
}

.EditPanelBody a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .EditPanel {
    display: none !important;
  }
}
/*--------------------------/EDIT PANEL -----------------------------------*/
img.no_decoration {
  border: none !important;
}

table.transparent_table {
  border: none;
  background: none;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

table.transparent_table tbody tr,
table.transparent_table tbody tr:nth-child(2n),
table.transparent_table tbody tr:hover,
table.transparent_table tbody tr:nth-child(2n),
table.transparent_table tbody tr:nth-child(2n+1) {
  border: none !important;
  background: none !important;
  width: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

table.transparent_table tbody tr td,
table.transparent_table tbody tr:nth-child(2n) td,
table.transparent_table tbody tr:hover td,
table.transparent_table tbody tr:nth-child(2n) td,
table.transparent_table tbody tr:nth-child(2n+1) td {
  border: none !important;
  background: none !important;
  width: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 2px;
  display: table-cell;
}

table.simple_table,
table.simple_table td {
  border: 1px solid #313131;
  border-collapse: collapse;
  color: #313131;
}

img.not_round {
  border-radius: 0px;
}

.user_param_name {
  display: none;
}

.text-center {
  text-align: center;
}

.hide_block {
  display: none;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.AddressForm.base_block {
  display: none;
}

.CartErrorBox {
  display: none;
}

/*Google Conversion*/
iframe[name=google_conversion_frame] {
  position: absolute;
  height: 0px;
  width: 0px;
}

.search_list .catalog_item .cat_item {
  border: 1px solid #ECECEC;
  width: 100%;
}
.search_list .catalog_item .cat_item_i {
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .search_list .catalog_item {
    width: 50%;
    display: inline-block;
  }
  .search_list .catalog_item:nth-child(2n) {
    margin-left: -1px;
  }
}
@media (max-width: 520px) {
  .search_list .catalog_item {
    width: 100%;
  }
  .search_list .catalog_item .cat_item .image img {
    margin: 0 auto;
  }
  .search_list .catalog_item:nth-child(2n) {
    margin-left: 0px;
  }
}

.m_search .m_title {
  font-size: 28px;
  font-weight: 700;
  color: #444;
  margin: 0 0 45px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .m_search .m_title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .m_search .owl-next, .m_search .owl-prev {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}

.w_ban .holiday_banners {
  background: #22222f;
}
.w_ban .holiday_banners .b-head-decor {
  height: 90px;
  top: -10px;
  z-index: 100;
}
@media (max-width: 1199px) {
  .w_ban .holiday_banners {
    background: transparent;
    height: 115px;
  }
}
.w_ban.main .holiday_banners, .w_ban.p_404 .holiday_banners {
  display: none;
}

.al_ban.main .header, .al_ban.p_404 .header {
  top: 54px;
}
@media (max-width: 1199px) {
  .al_ban.main .header, .al_ban.p_404 .header {
    top: 0;
  }
}