/* 18.11.2022 */
.breadcrumbs-box {
	overflow-x: inherit;
}

@media (max-width: 992px){
	.breadcrumbs-box {
		overflow-x: auto;
	}
}

/* Новые стили от 27.10.2022*/

.card-box .main-info-wrap .pr-info-wrap {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 26px 0;
}
.main-buttons-wrap .pr-info-wrap {
  margin: 0 0 26px 0;
}

.card-box .main-info-wrap .pr-button-wrap {
  display: block;
  position: relative;
  line-height: 1;
}
.card-box .main-info-wrap .pr-button-wrap .btn {
  width: 100%;
}
.card-box .main-info-wrap .pr-button-wrap .btn .button-ico {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}
.card-box .main-info-wrap .pr-button-wrap .btn:hover {
  color: #fff !important;
}
.card-box .main-info-wrap .pr-cart-wrap {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-box .main-info-wrap .pr-cart-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 220px;
  padding: 0 5px;
}
.card-box .main-info-wrap .pr-cart-button .btn {
  padding: 0 24px;
  height: 55px;
  color: #fff !important;
  width: 100%;
}
.card-box .main-info-wrap .pr-cart-counter {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
  max-width: 200px;
}
.cart-total-box .items-wrap {
  margin: 0 0 8px 0;
}
.cart-total-box .item-wrap {
  margin-bottom: 16px;
  padding: 0;
}
.cart-total-box .total-info-wrap {
  border-top: 1px solid #DDDAF8;
  padding-top: 24px;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 24px;
}
.cart-total-box .total-inner-wrap .total-submit {
  margin: 0;
}
.cart-total-box .tile-order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
}
.cart-total-box .tile-order-wrap .tile-photo-wrap {
  width: 43px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
.cart-total-box .tile-order-wrap .tile-title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 43px;
  padding: 3px 0 0 15px;
}
.cart-total-box .tile-order-wrap .tile-title {
  display: block;
  width: 100%;
}
.cart-total-box .tile-order-wrap .tile-photo {
  width: 43px;
  display: block;
}
.cart-total-box .tile-order-wrap .tile-photo img {
  display: block;
  width: 100%;
}
.cart-total-box .tile-order-wrap:hover {
  color: #5144DB;
  text-decoration: none;
}
.order-box.order-main .order-section {
  width: 100%;
}
.info-box {
  margin-bottom: 20px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
}
.info-box:first-child {
  margin-top: 0;
}
.info-box .info-section-wrap {
  margin-bottom: 60px;
}
.info-box .info-outer-wrap {
  width: 50%;
  padding: 0 30px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 640px;
}
.info-box .info-outer-wrap + .info-outer-wrap {
  padding: 0 0 0 30px;
  max-width: 590px;
}
.info-box .info-row-wrap {
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-box .info-row-wrap .info-row-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px 0 0;
  max-width: 278px;
}
.info-box .info-row-wrap .info-row-value {
  font-weight: 500;
  line-height: 1.5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-box .info-row-wrap .info-title,
.info-box .info-row-wrap .info-subtitle {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 3px 0;
}
.info-box .info-row-wrap .info-subtitle {
  margin: 0;
  color: #A5A6C7;
}
.info-box .info-items-wrap {
  margin: 0 -20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-box .info-item-wrap {
  padding: 0 20px 0 0;
  margin-bottom: 20px;
  width: 50%;
  max-width: 242px;
  line-height: 1.38;
}
.info-box .info-item-wrap .info-title {
  display: block;
  font-size: 1em;
  line-height: 1.25;
  font-weight: 400;
  color: #A5A6C7;
  margin: 0 0 4px 0;
}
.info-box .info-item-wrap p,
.info-box .info-item-wrap ul {
  color: #000;
}
.info-box .pays-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px 10px -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-box .pay-item-wrap {
  width: 94px;
  padding: 0 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.info-box .pay-item {
  display: block;
  position: relative;
  line-height: 1;
}
.info-box .pay-item img {
  display: block;
  width: 100%;
}
.info-box .map-wrap {
  position: relative;
  width: 100%;
  height: 412px;
  border-radius: 4px;
}
.info-box .h1-title {
  margin: 0 0 1.6em 0;
}
.info-box .h2-title {
  margin: 0 0 1.2em 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.info-box .frm-map-popup {
  width: 180px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  line-height: 1.34;
}
.info-box p,
.info-box ul {
  color: #26334E;
}
.auth-form-box {
  margin: 100px auto 100px auto;
  max-width: 430px;
}
.auth-form-box:first-child {
  margin-top: 0;
}
.auth-form-box .form-title-wrap {
  text-align: center;
  margin-bottom: 32px;
}
.auth-form-box .form-title-wrap .form-title {
  margin: 0 0 0.3em 0;
}
.auth-form-box .frm-select {
  overflow: visible;
}
.auth-form-box .frm-select label {
  font-size: 14px;
  line-height: 18px;
  color: #A5A6C7;
}
.auth-form-box .frm-select label:before,
.auth-form-box .frm-select label:after {
  top: 14px;
  left: 12px;
  margin: -12px 0 0 -12px;
}
.auth-form-box .frm-select label a:not(:hover) {
  color: #000;
}
.auth-form-box .row-links .frm-field:last-child {
  text-align: right;
}
.contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
}
.contacts-box:first-child {
  margin-top: 0;
}
.contacts-box .info-outer-wrap,
.contacts-box .map-outer-wrap {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 70px;
}
.contacts-box .info-outer-wrap {
  padding: 0 60px 0 0;
}
.contacts-box .subinfo-outer-wrap,
.contacts-box .title-outer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contacts-box .subinfo-outer-wrap {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 1.5;
}
.contacts-box .subinfo-outer-wrap p {
  color: #26334E;
  margin-bottom: 1em;
}
.contacts-box .title-outer-wrap {
  margin-bottom: 18px;
}
.contacts-box .map-wrap {
  position: relative;
  width: 100%;
  height: 412px;
}
.contacts-box .items-wrap {
  margin: 0 -15px;
}
.contacts-box .item-wrap {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 50px;
}
.contacts-box .frm-map-popup {
  width: 180px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  line-height: 1.34;
}
.contacts-box .elm-info.info-metro .info-title {
  padding-left: 30px;
}
.contacts-box .elm-info .info-title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.34;
}
.contacts-box .elm-info .info-title:last-child {
  margin-bottom: 0;
}
.contacts-box .elm-info .info-title img {
  width: 20px;
  vertical-align: middle;
  display: inline-block;
  margin: -2px 10px 0 0;
}
.contacts-box .elm-info .info-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.contacts-box .elm-info .info-text img {
  width: 20px;
  vertical-align: middle;
  display: inline-block;
  margin: -2px 5px 0 0;
}
.contacts-box .elm-info a:not(:hover) {
  color: inherit;
}
.bq-text {
  margin: 1em 0;
  line-height: 1.5;
  font-size: 1em;
  padding: 1em 0 1em 1.6em;
  border-left: 6px solid #5144DB;
}
.bq-text:first-child {
  margin-top: 0;
}
.bq-text:last-child {
  margin-bottom: 0;
}
.bq-text a:not(:hover) {
  color: inherit;
}
.bq-text b {
  font-weight: 500;
}
.frm-counter.counter-large {
  width: 100%;
  padding: 0 55px;
}
.frm-counter.counter-large .btn-action-ico {
  width: 55px;
  height: 55px;
}
.frm-counter.counter-large input[type="text"] {
  height: 55px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.hidden_block{
	display:none!important;
}
@media (max-width: 1023px) {
  .card-box .main-info-wrap .pr-cart-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-box .main-info-wrap .pr-cart-button,
  .card-box .main-info-wrap .pr-cart-counter {
    width: 100%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: inherit;
    -webkit-margin-end: inherit;
    margin-inline-end: inherit;
    margin-bottom: 10px;
  }
  .cart-header-wrap {
    margin-bottom: 35px;
    padding-left: 128px;
    padding-right: 128px;
  }
  .cart-header-wrap .title-order {
    padding-left: 58px;
  }
  .cart-outer-wrap {
    padding-left: 128px;
    padding-right: 128px;
  }
  .cart-total-box .total-info-wrap {
    font-size: 13px;
    line-height: 18px;
    padding-left: 30px;
    position: relative;
  }
  .cart-total-box .total-info-wrap:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 32px;
    left: 10px;
    margin: -12px 0 0 -12px;
    background: url(../img/icons/info.svg) center no-repeat;
    background-size: 20px auto;
  }
  .cart-total-box .items-wrap {
    margin-bottom: 0;
  }
  .cart-total-box .item-wrap {
    margin-bottom: 24px;
  }
  .contacts-box {
    margin-top: 40px;
    display: block;
  }
  .contacts-box .title-outer-wrap {
    margin-bottom: 40px;
  }
  .contacts-box .info-outer-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
  .contacts-box .map-outer-wrap {
    width: 100%;
    padding: 0 110px 0 0;
    margin-bottom: 100px;
  }
  .info-box {
    margin-top: 40px;
    margin-bottom: 0;
    display: block;
  }
  .info-box .info-outer-wrap {
    width: 100%;
    padding: 0;
    max-width: inherit;
    margin-bottom: 100px;
  }
  .info-box .info-outer-wrap + .info-outer-wrap {
    width: 100%;
    padding: 0;
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .card-box .main-info-wrap .pr-info-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .card-box .main-info-wrap .pr-button-wrap,
  .card-box .main-info-wrap .pr-cart-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cart-header-wrap {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cart-header-wrap .title-order {
    padding-left: 0;
  }
  .cart-outer-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-total-box {
    margin-bottom: 24px;
  }
  .contacts-box .title-outer-wrap {
    margin-bottom: 24px;
  }
  .contacts-box .map-outer-wrap {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .contacts-box .subinfo-outer-wrap {
    font-size: 14px;
  }
  .contacts-box .map-wrap {
    height: 245px;
  }
  .contacts-box .map-wrap iframe {
    height: 245px;
  }
  .contacts-box .item-wrap {
    margin-bottom: 40px;
    padding: 0 5px;
  }
  .contacts-box .items-wrap {
    margin: 0 -5px;
  }
  .contacts-box .elm-info .info-title {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.34;
  }
  .contacts-box .elm-info .info-text {
    font-size: 15px;
    line-height: 1.34;
  }
  .contacts-box .h1-title {
    font-size: 24px;
    line-height: 1.16666667;
  }
  .info-box {
    font-size: 14px;
    line-height: 1.5;
  }
  .info-box .info-row-wrap .info-row-title {
    max-width: 220px;
  }
  .info-box .h2-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .info-box .map-wrap {
    height: 245px;
  }
  .info-box .pay-item-wrap {
    max-width: 25%;
  }
  .bq-text {
    padding-left: 1.1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-left-width: 4px;
  }
  
  /* .card-other-wrap .button-cart { */
    /* display: block; */
    /* padding-bottom: 10px; */
  /* } */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart-outer-wrap.order-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-outer-wrap.order-outer .cart-side-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: contents;
  }
  .cart-outer-wrap.order-outer .cart-total-box {
    display: contents;
  }
  .cart-outer-wrap.order-outer .cart-content-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cart-outer-wrap.order-outer .total-outer-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cart-outer-wrap.order-outer .total-inner-wrap {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .card-box .main-info-wrap .pr-cart-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-box .main-info-wrap .pr-cart-button,
  .card-box .main-info-wrap .pr-cart-counter {
    width: 100%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: inherit;
    -webkit-margin-end: inherit;
    margin-inline-end: inherit;
    margin-bottom: 10px;
  }
}
/* /Новые стили от 27.10.2022*/

/* Новые стили bxmaker от 01.12.2022*/
body .bxmaker-authuserphone-button:focus{
     outline: none;
}

body .bxmaker-authuserphone-button .bxmaker-authuserphone-button__inner {
	background-color: #d75cb6;
    height: 60px;
    background: #5144db;
    border-radius: 10px;
    padding: 0 24px;
    border: 1px solid #5144db;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

body .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
	border-color: #3023b4;
    background: #3023b4;
    text-decoration: none;
    color: #fff;    
	font-family: 'TT Norms',sans-serif;
}

body .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
body .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field, 
body .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field
{
    border-radius: 10px;
    border: 1px solid #dddaf8;
    font-size: 15px;
    color: #26334e;
    outline: 0;
    font-family: 'TT Norms',sans-serif;
	border-color: #5144db;
}

body .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
body .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,
body .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field
{
    border-radius: 10px;
    border: 1px solid #dddaf8;
    font-size: 15px;
    color: #26334e;
    outline: 0;
    font-family: 'TT Norms',sans-serif;
	border-color: #5144db;
}


body .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field, 
body .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field, 
body .bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field
{
    border-radius: 10px;
    border: 1px solid #dddaf8;
    font-size: 15px;
    color: #26334e;
    outline: 0;
    font-family: 'TT Norms',sans-serif;
	border-color: #5144db;
}

body .bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,
body .bxmaker-authuserphone-input-code--hover .bxmaker-authuserphone-input-code__field,
body .bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field
{
    border-radius: 10px;
    border: 1px solid #dddaf8;
    font-size: 15px;
    color: #26334e;
    outline: 0;
    font-family: 'TT Norms',sans-serif;
	border-color: #5144db;
}

body a.bxmaker-authuserphone-link, 
body a.bxmaker-authuserphone-link:visited 
{
	color: #5144db;
}

body a.bxmaker-authuserphone-link:active, 
body a.bxmaker-authuserphone-link:hover 
{
    color: #5144db;
}

body .bxmaker-authuserphone-input-phone__validation,
body .bxmaker-authuserphone-message--error {
    color: #5144db;
}

body .bxmaker-authuserphone-simple{
	border-radius: 15px;
}

.bxmaker-authuserphone-simple-phone .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-simple-phone .bxmaker-authuserphone-header, .bxmaker-authuserphone-simple-phone .bxmaker-authuserphone-message, .bxmaker-authuserphone-simple-phone>.bxmaker-authuserphone-input, .bxmaker-authuserphone-simple-phone>.bxmaker-authuserphone-input-phone {
    font-family: 'TT Norms',sans-serif;
}

.elc_notification.top {
    position: sticky;
}
.elc_notification a {
    display: block;
    width: 100%;
    color: white;
    font-size: 16px;
}
.elc_notification a:hover {
    color: white !important;
    text-decoration: underline;
}
.elc_close_notification {
    right: 10px;
    position: absolute;
}
htm body {
    height: auto;
    min-height: 100%;
}