.button {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
}
.horizontal-layout {
    display: flex!important;
    justify-content: stretch;
    align-items: stretch;
    margin: -16px;
    width: calc(100% + 32px);
    overflow: hidden;
}
.horizontal-layout__aside {
    width: 274px;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 16px;
}
.horizontal-layout__aside-drawer-trigger {
    width: 100%;
    margin-bottom: 14px;
    display: none;
}
.button--accent {
    color: #fff;
    background-color: #700d0d;
}

.horizontal-layout__content {
    width: 100%;
    overflow: hidden;
    margin: calc(-30px + 16px);
    padding: 30px;
}
.input-checkbox {
    display: flex;
    align-items: center;
}
.input-checkbox input {
    display: none;
}
.input-checkbox__indicator {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #2d2c2c;
    box-sizing: border-box;
    margin-right: 6px;
    cursor: pointer;
    flex-shrink: 0;
}

input:checked+.input-checkbox__indicator {
	background-color: #700d0d;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' enable-background='new 0 0 515.556 515.556' height='512px' viewBox='0 0 515.556 515.556' width='512px'%3E%3Cg%3E%3Cpath d='m0 274.226 176.549 176.886 339.007-338.672-48.67-47.997-290.337 290-128.553-128.552z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3E%3C/g%3E %3C/svg%3E");
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
}

input:disabled+.input-checkbox__indicator {
	background-color: #f0f0f0;
	opacity: 0.6;
}

.input-checkbox__label {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.input-label {
	display: flex;
	flex-direction: column;
	margin-bottom: 4px;
	color: #656363;
	position: relative;
}
.input-checkbox__label {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.loader {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.delivery_overlay{
  position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.65);
      top: 0;
      left: 0;
      z-index: 99999;
      display: flex;
      justify-content: center;
      align-items: center;
      display:none;
}
.delivery_overlay.active{
  display:flex;
}
.top-block-wrapper.notouch{
  position:relative;
  z-index:1;
}
@media (max-width: 1140px){
  .horizontal-layout__aside-drawer-trigger {
      display: block;
  }
  .horizontal-layout__aside-drawer-trigger {
      display: block;
  }
  .horizontal-layout__content {
    margin: 0;
    padding: 0;
    overflow: inherit;
  }
  .horizontal-layout {
    flex-direction: column;
    margin: 0;
    width: 100%;
    overflow: inherit;
  }
  .horizontal-layout__aside {
    margin: 0;
    width: 100%!important;
  }
  .horizontal-layout__aside-drawer {
    top: 0;
    position: fixed;
    width: 80%;
    height: 100%;
    background: #fff;
    left: -100%;
    z-index: 9999;
    transition: left .3s cubic-bezier(.41,.6,.62,.99);
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    overflow-y: hidden;
    border-radius: 0 8px 8px 0;
    padding: 70px 12px 14px 12px;
  }
  .horizontal-layout__aside-drawer.show{
    display: flex;
    left:0;
    transition: left .3s cubic-bezier(.41,.6,.62,.99);
  }
}
.ymaps-2-1-79-search.ymaps-2-1-79-search_layout_normal.ymaps-2-1-79-searchbox__normal-layout, .ymaps-2-1-79-controls__toolbar_left, .ymaps-2-1-79-controls__control_toolbar{
  width:90%;
}
input.ymaps-2-1-79-searchbox-input__input{
  height:48px!important;
}
.ymaps-2-1-79-searchbox__button-cell, .ymaps-2-1-79-searchbox-button, .ymaps-2-1-79-searchbox-button-text{
  height:48px!important;
  line-height:45px!important;
}