<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.auth_left {
  background: #fff;
  height: auto;
  float: none;
}

.auth_left .legend {
  margin-bottom: 5px;
  padding-left: 0;
  color: #000;
  float: none;
  height: auto;
  width: auto;
  font-weight: normal;
}

.auth_left .text {
  width: 250px;
  height: 30px;
  margin-top: 0;
  line-height: 30px;
  padding: 0 5px;
  outline: none;
  float: none;
}

.auth_right {
  float: none;
  width: auto;
  display: inline-block;
}

.auth_right a {
  font-weight: normal;
}

.auth_right .green_submit {
  width: 115px;
  height: 26px;
  background: url(/bitrix/templates/avante/images/green_button.png) no-repeat left top;
  border: none;
  outline: none;
  padding: 0px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  text-transform: inherit;
  margin-top: 5px;
}

#content {
  position: relative;
}

.small-text {
  position: absolute;
  bottom: 100px;
  width: 260px;
  font-size: 20px;
}

#auth_form .top {
  background: url(/bitrix/templates/avante/images/auth_form.png) no-repeat 0 0;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
}

#auth_form .center {
  padding: 1px 12px;
  background: url(/bitrix/templates/avante/images/auth_form.png) repeat-y -277px top;
}

#auth_form .bottom {
  background: url(/bitrix/templates/avante/images/auth_form.png) no-repeat -554px 0;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
}

#auth_form {
  width: 277px;
  height: auto;
  padding: 0;
  background: none;
}

.login_div {
  max-width: 249px;
}

/*Новый блок*/

.cart_block-new,
.search_block-new {
  min-height: 120px;
}

.cart_block-new .green_center,
.search_block-new .green_center {
  width: 100%;
  min-height: 120px;
  height: auto;
  background: none;
}

.block-new {
  height: auto;
  background: none;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.block-new__top {
  min-height: 27px;
  width: 100%;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background: #39b34a;
  background: -webkit-gradient(linear, left bottom, left top, from(#39b34a), to(#226d2d));
  background: linear-gradient(0deg, #39b34a 0%, #226d2d 100%);
  border-bottom: 1px solid #AFC8B5;
}

.block-new__center {
  background: whitesmoke;
  background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), to(#f5eff6));
  background: linear-gradient(0deg, whitesmoke 0%, #f5eff6 100%);
}

.block-new__bottom {
  min-height: 26px;
  border-radius: 0 0 10px 10px;
  width: 100%;
  background: #226d2d;
  background: -webkit-gradient(linear, left bottom, left top, from(#226d2d), to(#39b34a));
  background: linear-gradient(0deg, #226d2d 0%, #39b34a 100%);
  border-top: 1px solid #AFC8B5;
}

.block-new .login_div {
  min-height: 27px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 5px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-new .cart {
  margin-top: 0;
  padding: 8px 14px;
}

.block-new .cart .shopping_cart,
.block-new .cart .order {
  background-image: none;
}

.block-new .btn {
  width: 136px;
  right: 14px;
  background-color: #39B34A;
  border: 2px solid #298336;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 21px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .block-new .btn:hover {
    color: #298336;
    background-color: #fff;
  }
}

.block-new .green_links {
  width: 100%;
}

.block-new .green_links #profile {
  margin-left: 0;
  border-radius: 0 0 0 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(245, 239, 246, 0)));
  background: linear-gradient(0deg, white 0%, rgba(245, 239, 246, 0) 100%);
}

.block-new .green_links #profile::after {
  content: '';
  display: block;
  top: 2px;
  right: 5px;
  width: 14px;
  height: 14px;
  position: absolute;
  border: 7px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 9px solid #297C36;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block-new .green_links #profile.close {
  background: none;
}

.block-new .green_links #profile.close::after {
  top: 9px;
  border-top: 9px solid #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.block-new .green_links #enter {
  margin-right: 0;
  border-radius: 0 0 10px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(245, 239, 246, 0)));
  background: linear-gradient(0deg, white 0%, rgba(245, 239, 246, 0) 100%);
}

.block-new .green_links #enter::after {
  content: '';
  display: block;
  top: 2px;
  right: 5px;
  width: 14px;
  height: 14px;
  position: absolute;
  border: 7px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 9px solid #297C36;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block-new .green_links #enter.down {
  background: none;
}

.block-new .green_links #enter.down::after {
  top: 9px;
  border-top: 9px solid #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.block-new .phone {
  width: 100%;
  padding: 5px 14px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-new .search {
  margin: 0;
  padding: 20px;
  background-position: center;
}

.block-new .email {
  color: #fff;
  text-align: center;
  line-height: 26px;
}

/*# sourceMappingURL=style.css.map */

.info {
  /*display: none;*/
  top: 0;
  bottom: 0;
  position: absolute;
  max-width: calc((100% - 1000px)/2);
  overflow: hidden;
  /* background: rgba(255, 255, 255, 0.5); */
}

.info_left {
  right: calc(50% + 500px);
  direction: rtl;
}

.info_right {
  left: calc(50% + 500px);
}

.info__link {
  display: block;
}

.info__img {
  width: 1015px;
  height: 1300px;
}

#wrap {
    min-height: 1330px;
}

.left_menu_search {
  background: url(/bitrix/templates/avante/images/left_menu.png) repeat-y -275px bottom;
  padding: 15px;
  border-radius: 15px;
}

a.root_href {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}</pre></body></html>