/*Крестик закрывания на городах*/
.mcs-modal-header .close {
    top: -15px !important;
    right: 0 !important;
    position: relative !important;
}
.mcs-modal-header .mcs-header .title {
    width: 95%;
    margin-left: 0;
}

/*Кнопка каталог Catalog BUTTON*/
.pl-mbtn .pl-mbtn_btn {
  font-size: 24px;
}
header.menu-fixed .pl-mbtn .pl-mbtn_btn {
  margin: 3px 0;
}
@media (max-width: 767px) {
  .pl-mbtn .pl-mbtn_btn {
    font-size: 18px;
    /* margin: 29px 0;	*/
  }
  header.menu-fixed .pl-mbtn .pl-mbtn_btn {
    margin: 5px 0;
    /* position: absolute; */
  }
  .logo > a > img {
    height: 40px !important;
    max-width: 175px;
  }
  #sp-menu .sp-module {
    display: inline-block;
    margin-top: 10px;
    padding-left: 0;
  }
  header.menu-fixed #sp-menu .sp-module {
    margin-top: inherit;
  }
  #sp-menu .sp-megamenu-wrapper {
    display: inline-block;
    float: right;
  }
  .ws-chat-btn-el-container {
    z-index: 95 !important;
  }
}
#sp-title .sp-module {
  margin-top: 0;
}
/* Конец кнопки */
/* Bottom-fix прилепыш снизу */
#sp-bottom-fix {
  position: fixed;
  bottom: 0;
  z-index: 10000;
}
#sp-footer {
  background-color: #303040 !important;
}
a {
  color: #303040;
}
/*Список городов*/
.cities li {
  display: inline-block;
  width: 25%;
  float: left;
}
/*Анкорные ссылки внутри страницы - отработка смещения*/
a[name].anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
/* Подсветка ссылок */
a.link {
  text-decoration: underline;
}
/* Вывод листинга категорий .favorite-category-list*/
.favorite-category-list ul li {
  clear: both;
  border-bottom: none;
}
.favorite-category-list ul li a {
  line-height: 24px;
  float: left;
}
.favorite-category-list ul ul li {
  float: left;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  margin: 0 0.2em;
  padding: 0 0.5em;
  clear: none;
  font-size: 0.8em;
  border-radius: 0.25em;
}
.favorite-category-list ul li a::before,
.favorite-category-list ul ul li a::before {
  content: none;
  margin-right: 0;
}
/* КОНЕЦ Вывод листинга категорий .favorite-category-list*/
/* Доработка цен на странице товаров */
.row-order .countBtn {
  text-align: right;
}
.row-order .addBtn {
  text-align: right;
}
.row-order_inner .h1 {
  font-weight: 500 !important;
  font-size: 36px !important;
  margin-top: 3px;
  display: block;
}
.item h3.h2 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.item h4.h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .row-order_inner .h1 {
    font-size: 22px !important;
  }
  .row-order .addBtn .button_poster_big {
    font-size: 10px;
  }
  .row-order .countBtn .button_poster_big {
    font-size: 10px;
  }
  .item h3.h2 {
    margin-bottom: 0px;
  }
  .item h4.h6 {
    margin-bottom: 0px;
  }
}
/*Поправить расстояние между блоками на мобильных */
@media (max-width: 767px) {
  #sp-top-1 {
    margin: 0px !important;
  }
}
/* Страница товара */
.product-item h2.h3 {
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .product-item h2.h3 {
    font-size: 16px;
  }
  .product-item h1 {
    font-size: 20px;
  }
  .breadcrumb {
    font-size: 12px;
  }
}
.product-item .no-price {
  display: block;
  text-align: center;
  background-color: #ffd400;
  padding: 10px;
  margin: 15px 0;
  width: fit-content;
  width: -webkit-fill-available;
  border-radius: 4px;
}
.product-item .toHeight .platonischeSlider {
  width: 67px;
  height: 400px;
}
.product-item .toHeight .slide {
  height: 67px;
  border: 1px solid;
  margin: 4px 0;
  border-radius: 4px;
  padding: 2px;
}
.product-item .easyzoom-flyout {
  border: 2px solid #303040;
  border-radius: 4px;
}
.product-item .hz-image {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-item .toHeight .platonischeSlider {
    width: 44px;
    height: 220px;
  }
  .product-item .toHeight .slide {
    height: 44px;
  }
  .product-item .easyzoom-flyout {
    border: 4px solid #303040;
    border-radius: 4px;
  }
}
.product-item .toHeight .slide:first-child {
  margin-top: 0;
}
.product-item .toHeight .slide {
  padding: 2px;
}
.product-item .toHeight .slide.active {
  border: 2px solid #303040;
  border-radius: 4px;
  background-color: #eee;
}
.product-item .toHeight .slide img {
  border-radius: 2px;
}
.product-item .hz-price {
  line-height: 1.2;
}
.product-item .hz-price-block .inline-block {
  display: inline-block;
}
.product-item .hz-price-block a.btn {
  border-bottom: 1px dashed #ccc;
  padding: 0px 5px;
  border-radius: unset;
  color: #888;
}
@media (max-width: 767px) {
  .product-item .hz-price-block a.btn {
    padding: 3px 5px;
  }
}
.product-cart-btn .addBtn a.button_poster_big {
  display: block;
  text-align: center;
  padding: 10px;
}
.product-cart-btn .countBtn {
  margin-top: 12px;
  margin-bottom: 9px;
}
.product-cart-btn .countBtn a.button_poster_big {
  padding: 15px;
}
/*Футер*/
.card-payments {
  display: inline-block;
  background-color: #bbb;
  padding: 5px 10px;
  margin-top: 25px;
}
.card-payments img {
  width: 200px;
}
/*КОНЕЦ Футер*/
/* Оформление блога */
.blog .entry-header {
  margin-top: -75px;
  position: relative;
  margin-bottom: 30px;
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}
.blog .entry-header h2 {
  font-size: 28px !important;
}
.blog article p {
  margin: auto;
  width: 85%;
  padding: 0 20px;
}
.blog p.readmore {
  margin: 10px auto;
  width: 85%;
  padding: 0 20px;
  text-align: right;
}
.blog .item {
  margin-bottom: 50px;
  border: 1px solid lightgray;
  border-radius: 0 0 6px 6px;
}
.blog .entry-image img {
  border-radius: 0px 0px 0 0;
}
a.article-comment {
  background-color: #ffd400;
  display: block;
}
a.inline {
  display: inline-block;
  white-space: normal;
  margin: 5px;
}
h4.blogmodule-title {
  font-size: 18px;
  font-weight: 700;
}
h3.blogmodule-title {
  font-size: 36px;
  font-weight: 900;
  margin: 40px 0px;
}
/* КОНЕЦ Оформление блога */
/*ссылки в тексте*/
a.read {
  color: #274c5f;
  font-weight: 600;
}
a.read:after {
  font-family: "FontAwesome";
  content: " \f08e";
}
header.menu-fixed,
header.menu-fixed .logo {
  height: 45px !important;
}
header.menu-fixed .sp-default-logo {
  height: 40px !important;
}
header.menu-fixed .sp-megamenu-parent > li > a,
header.menu-fixed #offcanvas-toggler {
  line-height: 45px;
}
.sp-megamenu-parent > li > a {
  font-size: 18px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 15px;
}
.logo > a > img {
  height: 50px;
  max-width: 175px;
}
.breadcrumb {
  padding: 10px 0px 0px 0px;
  margin-bottom: 15px;
  background-color: inherit;
  border-radius: 0px;
}
.button_poster_big {
  background-color: #ffd400;
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
  padding: 7px;
  font-size: 14px;
  /*white-space: pre-line;
	line-height: 1.6;*/
  border-radius: 4px;
  vertical-align: middle;
  user-select: none;
  box-sizing: border-box;
  margin-top: 4px;
  cursor: pointer;
  display: inline;
  position: inherit;
}
.button_poster_big:hover {
  background-color: #ffcb04;
  color: #000000;
}
#sbox-window {
  border-radius: 25px;
}
.entry-header h2 {
  font-size: 48px;
}
.primary {
  color: #990055;
}
.secondary {
  color: #999700;
}
.btn-secondary {
  background-color: #999700;
}
.cart-count input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
span.cart-count {
  padding: 10px 5px;
  font-weight: 700;
}
a.button_poster_big_cart {
  border: 2px solid #ffd400;
  margin-left: 5px;
  background: none;
  padding: 5px;
}
.hz-fastnavblock {
  display: block;
  float: left;
  background-color: #ffd400;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.hz-fastnavblock span,
i {
  color: #333;
}
.row-flex {
  display: flex;
  flex-flow: row wrap;
}
/*
.row-order_inner{
    position: absolute;
    bottom: 5px;
    margin-bottom: -25px;
    width: 100%;
}
*/
div.item {
  padding: 13px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
}
div.item:hover {
  border: 2px solid #ffd400;
}
ul.social_icons_footer > li {
  border: none;
  display: inline-block;
}
ul.social_icons_footer > li > a:before,
ul.footer_menu > li > a:before {
  content: "";
}
ul.social_icons_footer > li > a > i {
  color: white;
  font-size: 24px;
}
ul.footer_menu > li > a {
  text-align: left;
  line-height: 24px;
}
ul.footer_menu > li {
  border: none;
}
h3.footer_menu {
  text-align: left;
}
.modal-dialog-centered {
  margin-top: 25%!important;
  transform: translateY(-25%) !important;
}
/*.modal-header .close {margin-top: -25px;}*/
.modal-title {
  line-height: 1;
  color: black;
  font-size: 24px;
  font-weight: 900;
  text-align: left;
}
.modal-backdrop {
  z-index: 9999 !important;
}
.well {
  background-color: white;
  color: black;
}
.well textarea {
  display: block;
}
#sp-footer {
  text-align: left;
}
#sp-footer .btn {
  border: 1px solid white;
  border-radius: 7px;
  margin: 5px 0;
  font-weight: 900;
  display: table;
}
.footer_info div {
  margin-bottom: 20px;
}
.footer_info .card-email {
  display: block;
}
.upper_line-search {
  display: inline-flex;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.upper_line-search strong {
  display: inline-block;
  margin-right: 10px;
}
.upper_line-search div.search {
  display: inline-block;
  margin-right: 5px;
}
.upper_line-search .btn {
  background-color: yellow;
}
.turism_container {
  position: relative;
  width: 100%;
  height: 300px;
  top: 75px;
  background: rgba(0, 0, 0, 0);
  border-radius: 25px;
}
.turism_container_inner {
  padding: 0px;
  height: auto;
  position: absolute;
  bottom: 0px;
}
.turism_poster_h2_white {
  font-size: 2.9em;
  color: white;
  font-weight: 900;
}
.turism_poster_h3_white {
  font-size: 2em;
  color: white;
  margin-top: -10px;
  font-weight: 600;
}
.turism_poster_h4_white {
  font-size: 0.9em;
  color: white;
  font-weight: 300;
}
.fullscreen_poster {
  height: 480px;
  background-image: url(/images/theme/fullscreen/fullscreen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 0 0;
  color: #ffffff;
}
.fullscreen_poster:before {
  display: block;
  content: " ";
}
.h1-title {
  font-size: 64px;
  font-weight: 900;
}
.p-title {
  font-size: 24px;
  font-weight: 200;
  font-family: PT Serif;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .h1-title {
    font-size: 48px;
    font-weight: 900;
  }
  .p-title {
    font-size: 20px;
  }
}
#sp-title .btn {
  border-radius: 30px;
  background-color: #b91f2a;
  padding: 7px 20px;
  font-size: 16px;
  color: white;
  font-weight: 900;
  margin-top: 20px;
  text-transform: uppercase;
}
#sp-title .btn:after {
  content: "\f234";
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0px 5px;
}
.fa-instagram {
  font-weight: bold;
}
.fa-viber:before {
  content: "\f409";
}
.upper_line-phone {
  float: left !important;
}
.upper_line-phone a,
.upper_line-phone i {
  color: white;
  font-size: 24px;
  margin-top: 7px;
  float: left;
}
.upper_line-phone img {
  display: inline-block;
  height: 24px;
  margin-top: 7px;
  float: left;
  margin-left: 4px;
  margin-right: 2px;
}
.upper_line-email {
  float: left !important;
}
.upper_line-email a,
.upper_line-email i {
  color: white;
  font-size: 24px;
  margin-top: 5px;
  float: left;
  padding: 2px;
}
.upper_line-email i {
  font-size: 14px;
  margin-top: 10px;
}
a.clear-right {
  padding-right: 0 !important;
}
div.policy {
  margin-bottom: 0 !important;
}
div.policy input {
  margin-top: -2px;
}
div.policy_body a {
  color: #303040 !important;
  font-weight: bold;
}
div.policy_body a:hover {
  text-decoration: underline;
}
.social-block > div {
  margin: 5px auto;
}
.social-block > div > a {
  margin: auto;
  max-width: 320px;
  display: block;
}
.social-block > div > a > img {
  border-radius: 5px;
  max-height: 93px;
}
.sp-dropdown-mega ul.nav.menu > li.parent > a {
  background-color: #303040;
  color: white;
  font-weight: 900;
}
.sp-dropdown-mega ul.nav.menu > li.parent > a:before {
  content: "";
}
#sp-menu .sp-dropdown ul.sp-dropdown-items > li > a {
  padding: 3px 10px;
}
.cols-two ul.sp-dropdown-items {
  column-count: 2;
}
.cols-two > div.sp-dropdown-sub {
  width: 480px !important;
}
/* ОФОРМЛЕНИЕ БЛОГА */
img.pic-3 {
  width: 100%;
  padding: 5px;
}
.padding-0 {
  padding-right: 0;
  padding-left: 0;
}
.title h1:after {
  background: #245 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
}
.title > h1,
.title > span,
div.title {
  position: relative;
}
.title > h1,
.title > span {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px;
}
div.title {
  border-bottom: 1px solid #dadada;
  margin: 0 auto 20px;
}
.mt-40 {
  margin-top: 40px!important;
}
/* КОНЕЦ ОФОРМЛЕНИЕ БЛОГА */
/*# sourceMappingURL=custom.css.map */