html {
  height: 100%;
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #222;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1050px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
body.is-lock {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
a {
  color: #244423;
  text-decoration: underline;
}
a:hover {
  color: #e75000;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
input[type=text]:focus {
  outline: none;
}
.avm-cursor-pointer {
  cursor: pointer;
}
.text-gray {
  color: gray;
}
.text-green {
  color: green;
}
.text-orange {
  color: #e75000;
}
.text-alert {
  color: red;
}
.bt-green,
.bt-gray {
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: 22px;
  padding: 6px 15px;
  border: none;
  font-size: 13px;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.bt-green:hover,
.bt-gray:hover {
  opacity: 0.85;
}
.bt-green {
  color: #ffffff;
  background: #244423 url(/new/css/img/bt-green.png) repeat-x;
}
.bt-gray {
  color: #ffffff;
  background: #d8d8d8;
}
input.bt-green:hover {
  color: #e75000;
}
.bt-exit {
  color: #244423;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.file-custom {
  margin-left: -1px;
}
.avm-operation-msg.success {
  background-color: #224624;
  padding: 15px;
  border: solid 1px lightgray;
  margin: 15px 0 15px 0;
  text-align: center;
  color: white;
  font-size: 14px;
}
.avm-operation-msg.error {
  background-color: lightcoral;
  padding: 15px;
  border: solid 1px lightgray;
  margin: 15px 0 15px 0;
  text-align: center;
  color: white;
  font-size: 14px;
}
.avm-share-wrap {
  float: right;
  margin-top: 3px;
}
.avm-shop-item-social-btn {
  position: absolute;
  width: auto;
  background-color: white;
  border: solid 1px lightgrey;
  padding: 8px 1px 5px 5px;
  text-align: right;
  margin-top: 7px;
  right: 0;
  border-radius: 4px;
  box-shadow: 0px 8px 24px #000000, 0px 0px 4px #000000;
}
.avm-shop-item-social-btn .single-item {
  display: inline-block;
}
.avm-shop-item-social-btn .single-item.vk {
  width: 120px;
}
.avm-shop-item-social-btn .single-item.mailru {
  width: 110px;
  display: inline-block;
}
.avm-fast-search-address-container {
  position: relative;
}
.avm-fast-search-address-container .avm-fast-search-address-result {
  width: 600px;
}
.avm-fast-search-address-result {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border: solid 1px black;
  z-index: 9999;
}
.avm-fast-search-address-result ul {
  margin: 5px 0 5px 0 !important;
  padding-left: 0;
  list-style-type: none !important;
  font-size: 13px;
  display: block;
  background-image: none !important;
}
.avm-fast-search-address-result ul > li {
  padding: 2px 0 2px 10px !important;
  color: #244423;
  border-bottom: dashed 1px #244423;
  cursor: pointer;
  list-style-type: none !important;
  background-image: none !important;
}
.avm-fast-search-address-result ul > li svg {
  margin-right: 4px;
}
.avm-fast-search-address-result ul > li.all-results,
.avm-fast-search-address-result ul > li.no-result {
  cursor: default !important;
}
.avm-fast-search-address-result ul > li.all-results:hover,
.avm-fast-search-address-result ul > li.no-result:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.avm-fast-search-address-result ul > li:hover {
  background-color: #244423;
  color: white;
  font-weight: bold;
  border-bottom: solid 2px #e75000;
}
.avm-fast-search-address-result ul > li:hover svg {
  color: #e75000;
}
.avm-fast-search-address-result ul > li:last-child {
  border-bottom: none;
}
.avm-fast-search-address-result ul li.all-results {
  color: black;
  margin-top: 5px;
}
.avm-fast-search-address-result ul li.all-results svg,
.avm-fast-search-address-result ul li.no-result svg {
  color: #e75000;
}
.avm-fast-search-address-result ul li.no-result {
  border-bottom: none;
}
#avm-auto-fill-address-msg {
  height: 20px;
  display: block;
}
table.shop-item-comment-subscriptions-table {
  width: 100%;
  margin-bottom: 25px;
}
table.shop-item-comment-subscriptions-table thead tr th {
  padding: 7px 10px;
  border: 1px solid #d5d5d5;
}
table.shop-item-comment-subscriptions-table tbody td {
  padding: 7px 10px;
  border: 1px solid #d5d5d5;
}
.shop-item-comment-subscription-form {
  border: dashed 2px #244423;
}
.shop-item-comment-subscription-form .form-title {
  background-color: #244423;
  padding: 5px 10px 5px 10px;
  color: white;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 14px;
}
.shop-item-comment-subscription-form .form-body {
  background-color: lightgoldenrodyellow;
  padding: 5px 10px 5px 10px;
}
.message-small p {
  margin-bottom: 0;
}
.message-small.success {
  color: green;
}
.message-small.error {
  color: red;
}
.form .row input[type=tel] {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d5d5d5;
  background: #ffffff url(/new/css/img/field-bg.png) repeat-x;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.shop-item.avm-shop-item-in-list-slider .sizes {
  margin: 8px 0 5px 0 !important;
  font-size: 12px !important;
  text-align: center;
}
.shop-item-page .price-cont .price {
  font-size: 26px;
}
.shop-item-page .price-cont .price.avm-range {
  font-size: 26px;
  white-space: nowrap;
}
.shop-item.avm-shop-item-in-list .price.avm-shop-item-price-container {
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 0;
  padding-top: 0;
}
.shop-item.avm-shop-item-in-list .price.avm-shop-item-price-container.avm-shop-item-mod {
  font-size: 13px;
}
.shop-item.avm-shop-item-in-list .price.avm-shop-item-price-container.avm-shop-item-mod .avm-price.not-range {
  font-size: 13px;
}
.shop-item.avm-shop-item-in-list .price.avm-shop-item-price-container.avm-shop-item-mod .old.not-range {
  font-size: 13px;
}
.shop-item.avm-shop-item-in-list .name.avm-shop-item-name {
  height: 50px;
  overflow: hidden;
  margin-bottom: 0;
}
.shop-item.avm-shop-item-in-list .marking {
  white-space: nowrap;
  overflow: hidden;
}
.shop-item.avm-shop-item-in-list .rating {
  position: absolute;
  right: 0;
  top: 120px;
  width: 100%;
  text-align: center;
  display: block;
}
.shop-item.avm-shop-item-in-list .rating img {
  width: 13px;
  height: 13px;
}
.shop-item.avm-shop-item-in-list .avm-in-cart-container {
  position: relative;
  padding-top: 1px;
}
.shop-item.avm-shop-item-in-list .added-to-cart {
  position: absolute;
  bottom: -15px;
  width: 100%;
  text-align: center;
}
.shop-item.avm-shop-item-in-list .avm-in-cart-container .avm-no-mod-empty-block {
  height: 44px;
  margin: 8px 0 5px 0;
}
.shop-items .showed {
  right: 5px !important;
}
.shop-item .sizes select {
  max-width: 118px;
}
.shop-items-slider .shop-item .name {
  height: 50px;
  overflow: hidden;
  margin-bottom: 0;
}
.avm-shop-items-slider .shop-item .name {
  height: 50px;
  overflow: hidden;
  margin-bottom: 0;
}
.shop-items .shop-item {
  transition: all .25s;
}
.shop-items .shop-item:hover {
  border-color: #e75000;
  background-color: #eeffe8;
}
.shop-item-page .pics-box .pics-list ul li {
  line-height: 70px;
}
.shop-item-page .pics-box .pics-list ul li img {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  height: auto;
  max-height: 95%;
  max-width: 95%;
}
.avm-shop-item-prev-next-link {
  font-size: 13px;
  position: relative;
  border-top: 1px dotted #999;
}
.avm-shop-item-prev-next-link svg {
  fill: #244423;
}
.avm-shop-item-prev-next-link.avm-link-top {
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.avm-shop-item-prev-next-link.avm-link-bottom {
  border-top: 1px dotted #999;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.avm-menu-list {
  list-style-type: none;
  background-color: white;
  height: max-content;
  border-left: 2px solid #193d10;
  border-right: 2px solid #193d10;
  border-bottom: 2px solid #193d10;
}
.avm-menu-list li {
  min-height: 25px;
  padding: 3px 5px 3px 10px;
}
.avm-menu-list li:hover {
  background: #244423;
  color: #fff;
}
.avm-menu-list li:hover > a.avm-link {
  color: white;
}
.avm-menu-list a.avm-link {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
  min-height: 25px;
  line-height: 25px;
  position: relative;
}
.avm-menu-list a.avm-link:hover {
  text-decoration: none;
  color: white;
}
.avm-menu-list ul {
  display: none;
}
.avm-menu-list > li.subgroups > a > .avm-subgroups-icon {
  background: url(/new/css/img/paths-arrow.png) center no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  top: 4px;
}
.avm-menu-list::-webkit-scrollbar {
  width: 5px;
}
.avm-menu-list::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #d8d8d8;
  background-color: #d8d8d8;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.highslide-container {
  z-index: 10000 !important;
}
.avm-menu-list li.avm-shop-group-banner {
  padding: 0;
}
.avm-menu-list li.avm-shop-group-banner .avm-banner-link {
  display: block;
}
.avm-menu-list li.avm-shop-group-banner .avm-banner-link > .avm-image {
  max-width: 100%;
}
#overlay {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  display: none;
}
#popup-cont {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: none;
}
#popup-cont .close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(/new/css/img/close.png) no-repeat;
}
#popup-cont > div {
  position: relative;
  padding: 15px 25px 20px 25px;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.header-line {
  background: #f4f4f4;
  padding: 9px 0;
}
.header-line .menu-header {
  font-size: 13px;
}
.header-line .menu-header a {
  color: #333333;
  text-decoration: underline;
}
.header-line .menu-header a:hover {
  color: #e75000;
}
.header-line .menu-header a.cur {
  color: #e75000;
  text-decoration: none;
}
.header-line .menu-header span {
  color: #bdbdbd;
  padding: 0px 10px;
}
.header-line .menu-user {
  font-size: 13px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.header-line .menu-user .login-name {
  padding-right: 8px;
  text-align: right;
}
.header-line .menu-user .login-name span {
  font-size: 11px;
}
.header-line .menu-user .user-group {
  font-size: 11px;
  line-height: 12px;
}
.header-line .menu-user .user-group span {
  color: #e75000;
}
.header-line .menu-user .bt-green {
  margin-right: 3px;
}
.header-line .menu-user .restore {
  padding: 0px 0px 0px 3px;
}
.header-line .menu-user .restore i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23e75000'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E") no-repeat;
  margin: 0px 2px -3px 2px;
}
input.bt-orange {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 8px 25px 8px 25px;
  border: none;
  background: #ed5402 url(/new/css/img/bt-orange.png) repeat-x;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
header {
  position: relative;
  padding: 20px 0;
}
header .logo_block img {
  height: 100px;
}
.phone_block svg {
  margin-top: 26px;
  margin-right: 10px;
  fill: #244423;
}
.phone_block .gray {
  font-size: 13px;
  color: #999;
  margin-bottom: 4px;
}
.phone_block a {
  display: block;
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
}
.mail-box {
  margin-bottom: 21px;
}
.mail-box .mail {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23e75000'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E") 0px 2px no-repeat;
  padding: 0px 0px 0px 25px;
  font-size: 13px;
}
.mail-box .map {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' fill='%23274023'%3E%3Cpath d='M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40H464c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H464c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H256c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V280H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-30.9 25.1-56 56-56H264V192h-8c-26.5 0-48-21.5-48-48V80z'/%3E%3C/svg%3E") 0px 0px no-repeat;
  padding: 0px 0px 0px 22px;
  font-size: 13px;
}
.mail-box .comment_add {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%235887b8'%3E%3Cpath d='M144 208C126.3 208 112 222.2 112 239.1C112 257.7 126.3 272 144 272s31.1-14.25 31.1-32S161.8 208 144 208zM256 207.1c-17.75 0-31.1 14.25-31.1 32s14.25 31.1 31.1 31.1s31.1-14.25 31.1-31.1S273.8 207.1 256 207.1zM368 208c-17.75 0-31.1 14.25-31.1 32s14.25 32 31.1 32c17.75 0 31.99-14.25 31.99-32C400 222.2 385.8 208 368 208zM256 31.1c-141.4 0-255.1 93.12-255.1 208c0 47.62 19.91 91.25 52.91 126.3c-14.87 39.5-45.87 72.88-46.37 73.25c-6.624 7-8.373 17.25-4.624 26C5.818 474.2 14.38 480 24 480c61.49 0 109.1-25.75 139.1-46.25c28.87 9 60.16 14.25 92.9 14.25c141.4 0 255.1-93.13 255.1-207.1S397.4 31.1 256 31.1zM256 400c-26.75 0-53.12-4.125-78.36-12.12l-22.75-7.125L135.4 394.5c-14.25 10.12-33.87 21.38-57.49 29c7.374-12.12 14.37-25.75 19.87-40.25l10.62-28l-20.62-21.87C69.81 314.1 48.06 282.2 48.06 240c0-88.25 93.24-160 207.1-160s207.1 71.75 207.1 160S370.8 400 256 400z'/%3E%3C/svg%3E") 0px 0px no-repeat;
  padding: 0px 0px 0px 22px;
  font-size: 13px;
  margin-left: 30px;
}
.mail-box .choose--city {
  display: inline-block;
  margin-left: 30px;
  font-size: 13px !important;
}
.favorite-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.favorite-links .item {
  position: relative;
  margin: 0 0 0 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #d8d8d8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.favorite-links .item > i {
  display: block;
  position: aboslute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/new/css/img/like-icons.png) no-repeat;
}
.favorite-links .item > a {
  display: none;
}
.favorite-links .item > span {
  display: none;
}
.favorite-links .item.active {
  background: #244423;
}
.favorite-links .item.active > span {
  display: block;
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 11px;
  font-weight: bold;
  color: #e75000;
}
.favorite-links .item.active:hover > span {
  color: #fff;
}
.favorite-links .item.active > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.favorite-links .item.favorite > i {
  background-position: 0 -60px;
}
.favorite-links .item.favorite.active:hover > i {
  background-position: 0 -30px;
}
.favorite-links .item.compare > i {
  background-position: -30px -60px;
}
.favorite-links .item.compare.active:hover > i {
  background-position: -30px -30px;
}
.favorite-links .item.viewed > i {
  background-position: -60px -60px;
}
.favorite-links .item.viewed.active:hover > i {
  background-position: -60px -30px;
}
.search-box form {
  position: relative;
  display: flex;
  height: 36px;
  background: url(/new/css/img/field-bg.png) top repeat-x;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.search-box form input[type=text] {
  padding: 0 10px;
  border: none;
  background: none;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.search-box form input[type=submit] {
  width: 42px;
  height: calc(100% + 2px);
  margin: -1px -1px 0 0;
  background-color: #244423;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}
.search-box .info {
  font-size: 13px;
  color: #999999;
}
.search-box .info br {
  display: none;
}
.infocart--count {
  position: absolute;
  top: -4px;
  right: -8px;
  font-size: 10px;
  color: #fff;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  background: #e75000;
  border-radius: 50%;
  text-align: center;
}
.cart-little {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
}
.cart-little svg {
  fill: #244423;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cart-little .info {
  margin-left: 15px;
  font-size: 14px;
  color: #666666;
}
.cart-little.infocart >div {
  position: relative;
}
.to-order {
  background: #d8d8d8;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px 0px;
  margin: 0px 0px 5px 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
}
.to-order.infocart {
  background: #244423;
  text-decoration: none;
}
.to-order.infocart:hover {
  color: #ffffff;
}
.scroll_block {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.scroll_block::-webkit-scrollbar {
  width: 3px;
}
.scroll_block::-webkit-scrollbar-track {
  background-color: #E1E9EB;
}
.scroll_block::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.1);
}
.scroll_block:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
}
.anim_hover {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: hover;
  animation-name: hover;
}
#topMenu {
  margin-bottom: 10px;
}
#topMenu .link--home,
#topMenu .link--phone,
#topMenu .link--search,
#topMenu .link--user,
#topMenu .link--cart,
#topMenu .link--favorite,
#topMenu .link--compare,
#topMenu .link--view {
  display: none;
}
#topMenu .nav-link {
  text-decoration: none;
}
#topMenu .nav_submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  z-index: 4;
  background: #fff;
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  border-bottom-left-radius: 4;
  border-bottom-right-radius: 4;
  padding: 5px 0;
}
#topMenu .nav_submenu >.nav-item>.nav-link,
#topMenu .nav_submenu >.nav-link {
  color: #222;
  padding-left: 2rem;
  position: relative;
  text-align: left;
}
#topMenu .nav_submenu >.nav-item>.nav-link:hover,
#topMenu .nav_submenu >.nav-link:hover {
  color: #fff;
  background-color: #244423;
  border-right: 4px solid #e75000;
}
#topMenu .nav_submenu >.nav-item>.nav-link.active,
#topMenu .nav_submenu >.nav-link.active {
  background-color: #F5F8F9;
  color: #244423;
}
#topMenu .link--submenu {
  position: relative;
}
#topMenu .link42 {
  position: static;
}
#topMenu .link--submenu.open {
  background: #122212;
}
#topMenu .link--submenu.open .nav_submenu {
  display: block;
}
.nav_menu-root {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  width: 849px;
  height: auto;
  box-shadow: 0 0 30px 0px rgba(57,57,57,0.25);
  padding: 20px;
}
.nav_menu-root >div>div {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.nav_menu-root .nav {
  text-align: left;
}
.nav_menu-root .nav .nav-link {
  font-size: 14px;
}
.nav_menu-root .nav .nav-link_title {
  font-weight: 700;
  font-size: 16px;
}
.nav_submenu--cat {
  width: 245px;
}
.nav_submenu--cat .nav-item.open .nav_menu-root {
  display: block;
  white-space: normal;
}
.top_menu-sticky {
  position: sticky;
  top: -1px;
  z-index: 100;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: top_menu;
  animation-name: top_menu;
}
.top_menu-sticky .menu-main {
  margin-bottom: 0;
  box-shadow: 0 4px 4px rgba(0,0,0,0.15);
}
.top_menu-sticky li[class^=link] {
  display: none;
}
.top_menu-sticky .link--home,
.top_menu-sticky .link42,
.top_menu-sticky .link--phone,
.top_menu-sticky .link--search,
.top_menu-sticky .link--favorite,
.top_menu-sticky .link--compare,
.top_menu-sticky .link--view {
  display: block !important;
}
.top_menu-sticky .link--home {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  max-width: 140px;
}
.top_menu-sticky .link--home >a {
  padding: 14px 5px;
}
.top_menu-sticky .link42 {
  max-width: 105px;
  white-space: nowrap;
}
.top_menu-sticky .link42 >a {
  padding: 14px 5px;
}
.top_menu-sticky .link--phone {
  font-size: 20px;
  max-width: 220px;
}
.top_menu-sticky .link--phone >div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_menu-sticky .link--phone svg {
  vertical-align: middle;
  margin-right: 10px;
}
.top_menu-sticky .link--phone a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 5px;
}
.top_menu-sticky .link--search .search-box {
  margin: 5px 0 0;
  padding: 0 5px 0;
}
.top_menu-sticky .link--user,
.top_menu-sticky .link--cart,
.top_menu-sticky .link--favorite,
.top_menu-sticky .link--compare,
.top_menu-sticky .link--view {
  display: flex !important;
  align-items: center;
  justify-content: center;
  max-width: 50px;
}
.top_menu-sticky .link--user a,
.top_menu-sticky .link--cart a,
.top_menu-sticky .link--favorite a,
.top_menu-sticky .link--compare a,
.top_menu-sticky .link--view a {
  position: relative;
  padding: 0 5px;
}
.top_menu-sticky .link--user a:hover,
.top_menu-sticky .link--cart a:hover,
.top_menu-sticky .link--favorite a:hover,
.top_menu-sticky .link--compare a:hover,
.top_menu-sticky .link--view a:hover {
  background: none;
}
.top_menu-sticky .link--favorite a .infocart--count,
.top_menu-sticky .link--compare a .infocart--count,
.top_menu-sticky .link--view a .infocart--count {
  display: none;
}
.top_menu-sticky .link--favorite a.active .infocart--count,
.top_menu-sticky .link--compare a.active .infocart--count,
.top_menu-sticky .link--view a.active .infocart--count {
  display: block;
}
.top_menu-sticky .link--favorite svg,
.top_menu-sticky .link--compare svg,
.top_menu-sticky .link--view svg {
  height: 16px;
}
.top_menu-sticky .link--cart .cart-little {
  margin: 0;
}
.top_menu-sticky .link--cart .cart-little svg {
  fill: #fff;
  margin: 0;
}
.top_menu-sticky .link--cart .cart-little .info,
.top_menu-sticky .link--cart .to-order {
  display: none;
}
.top_menu-sticky .link--cart *[onclick] {
  cursor: pointer;
}
@keyframes top_menu {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu-main {
  position: relative;
  z-index: 30;
  background: #244423;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.menu-main > ul {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.menu-main > ul > li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #325f31;
}
.menu-main > ul > li:last-child {
  border: none;
}
.menu-main > ul > li > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 32px 14px 31px;
}
.menu-main > ul > li > a:hover {
  background: #122212;
}
.banners-slider {
  position: relative;
  z-index: 20;
  margin: 0px 0px 25px 0px;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.banners-slider ul {
  list-style: none;
  padding-left: 0;
}
.banners-slider ul li {
  float: left;
}
.banners-slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: contain;
}
.banners-slider .slick-dots {
  position: absolute;
  bottom: 13px;
  left: 12px;
  z-index: 10;
}
.banners-slider .slick-dots li {
  display: inline-block;
  float: none;
  margin: 0px 5px 0px 0px;
}
.banners-slider .slick-dots button {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/new/css/img/slider-nav.png) left no-repeat;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.banners-slider .slick-dots .slick-active button {
  background-position: right;
  color: #1d1d1d;
}
.main-page .name-box,
.main-name-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.main-page .name-box:before,
.main-page .name-box:after,
.main-name-box:before,
.main-name-box:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 2px solid #e75000;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.main-page .name-box span,
.main-page .name-box div,
.main-name-box span,
.main-name-box div {
  display: block;
  color: #252525;
  font-size: 28px;
  margin-right: 15px;
}
.main-page .name-box:before,
.main-name-box:before {
  display: none;
}
.main-page .name-box.center:before {
  display: block;
}
.main-page .name-box.center span,
.main-page .name-box.center div {
  margin: 0 15px;
}
.main-page .name-box .all,
.main-name-box .all {
  display: block;
  background: #ffffff;
  margin-left: 15px;
  font-size: 12px;
  order: 13;
}
.content-gray .name-box span,
.content-gray .main-name-box span {
  background: #f4f4f4;
}
.shop-groups-main .group {
  position: relative;
}
.shop-groups-main .group .circle {
  display: block;
  text-align: center;
  width: 167px;
  margin: 0 auto;
}
.shop-groups-main .group .circle >div {
  position: relative;
  width: 100%;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.shop-groups-main .group .circle >div:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='167' height='167' fill='none' viewBox='0 0 167 167'%3E%3Cpath stroke='%23244423' stroke-width='2' d='M83.5 166c45.563 0 82.5-36.937 82.5-82.5S129.063 1 83.5 1 1 37.937 1 83.5 37.937 166 83.5 166Z'/%3E%3Cpath stroke='%23244423' stroke-width='7' d='M84 160.5c42.25 0 76.5-34.25 76.5-76.5S126.25 7.5 84 7.5 7.5 41.75 7.5 84s34.25 76.5 76.5 76.5Z'/%3E%3C/svg%3E");
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: contain;
}
.shop-groups-main .group .circle >div img {
  width: 82%;
}
.shop-groups-main .group .circle:hover >div:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='167' height='167' fill='none' viewBox='0 0 167 167'%3E%3Cpath stroke='%23e75000' stroke-width='2' d='M83.5 166c45.563 0 82.5-36.937 82.5-82.5S129.063 1 83.5 1 1 37.937 1 83.5 37.937 166 83.5 166Z'/%3E%3Cpath stroke='%23e75000' stroke-width='7' d='M84 160.5c42.25 0 76.5-34.25 76.5-76.5S126.25 7.5 84 7.5 7.5 41.75 7.5 84s34.25 76.5 76.5 76.5Z'/%3E%3C/svg%3E");
}
.shop-groups-main .group .sub {
  display: none;
  position: absolute;
  bottom: 5px;
  left: auto;
  right: auto;
  width: 167px;
  height: 1px;
  z-index: 10;
}
.shop-groups-main .group .sub > i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 8px;
  background: url(/new/css/img/popup-arrow.png) center no-repeat;
}
.shop-groups-main .group .sub ul {
  list-style: none;
  margin: 8px 0px 0px 0px;
  padding: 10px 0px;
  background: url(/new/css/img/popup-gray.png);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.shop-groups-main .group .sub ul li {
  font-size: 14px;
}
.shop-groups-main .group .sub ul li a {
  display: block;
  padding: 4px 15px;
  color: #ffffff;
  text-decoration: underline;
}
.shop-groups-main .group .sub ul li a:hover {
  text-decoration: none;
}
.shop-groups-main .group:hover .sub {
  display: block;
}
.shop-items-main {
  display: none;
  position: relative;
  margin: 0px 0px 25px 0px;
}
.shop-items-main ul {
  list-style: none;
  padding: 0px 50px;
}
.shop-items-main ul li {
  float: left;
  margin: 0px 22px;
  padding: 0 !important;
  background: none !important;
}
.shop-items-main .prev {
  display: none !important;
  position: absolute;
  top: 108px;
  left: 0px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(/new/css/img/slider-control.png) left bottom no-repeat;
}
.shop-items-main .prev:hover {
  background-position: left top;
}
.shop-items-main .next {
  display: none !important;
  position: absolute;
  top: 108px;
  right: 0px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(/new/css/img/slider-control.png) right bottom no-repeat;
}
.shop-items-main .next:hover {
  background-position: right top;
}
.shop-items-main .slick-prev {
  display: none;
  position: absolute;
  top: 52px;
  left: 0px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(/new/css/img/slider-control.png) left bottom no-repeat;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.shop-items-main .slick-prev:hover {
  background-position: left top;
}
.shop-items-main .slick-next {
  display: none;
  position: absolute;
  top: 52px;
  right: 0px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(/new/css/img/slider-control.png) right bottom no-repeat;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.shop-items-main .slick-next:hover {
  background-position: right top;
}
.shop-item {
  position: relative;
  text-align: center;
  border-radius: 4px;
  height: 100%;
  padding: 0 0 15px;
  overflow: hidden;
}
.shop-item .shop-item--icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px 0;
  background-color: #fff;
}
.shop-item .shop-item--icons .shop-item--stickers {
  min-width: 31px;
}
.shop-item .shop-item--icons >div {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.shop-item .pic {
  position: relative;
  background: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  padding: 15px 0;
}
.shop-item .pic .list {
  position: relative;
  overflow: hidden;
  height: 100px;
}
.shop-item .pic .list > div {
  height: 100px;
  text-align: center;
}
.shop-item .pic > a {
  display: block;
  height: 100px;
  text-align: center;
}
.shop-item .pic img {
  width: 95%;
  height: 95%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: contain;
}
.shop-item .favorite-icons {
  height: 15px;
}
.shop-item .name {
  display: inline-block;
  font-size: 14px;
  color: #252525;
  text-decoration: underline;
}
.shop-item .name:hover {
  color: #e75000;
}
.shop-item .marking {
  padding: 5px 0px 0px 0px;
  font-size: 13px;
  color: #666666;
}
.shop-item .rating {
  padding: 5px 0px 0px 0px;
}
.shop-item .price {
  color: #244423;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0px 0px 0px;
}
.shop-item .price .old {
  font-size: 13px;
  color: #909090;
  font-weight: normal;
  text-decoration: line-through;
  padding: 0px 3px 0px 0px;
}
.shop-item .to-cart {
  display: block;
  width: 118px;
  height: 29px;
  background: url(/new/css/img/to-cart.png) no-repeat;
  margin: 7px auto 0px auto;
}
.shop-item .to-cart-size {
  background: url(/new/css/img/to-cart-size.png) no-repeat;
}
.shop-item .no-rest {
  margin: 12px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #1f5213;
  text-align: center;
}
.shop-item .sizes {
  margin: 8px 0px 5px 0px;
  font-size: 12px;
  text-align: center;
}
.shop-item .error {
  color: #ff0000;
}
.shop-item .sizes select {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  min-width: 115px;
  margin: 5px 0px 0px 0px;
}
.shop-item .added-to-cart {
  display: none;
  text-align: center;
  font-weight: bold;
  padding: 8px 0px 0px 0px;
  font-size: 11px;
}
.shop-item .new {
  display: block;
  width: 31px;
  height: 17px;
  background: url(/new/css/img/ico-new.png) no-repeat;
}
.shop-item .discount {
  display: block;
  width: 31px;
  height: 17px;
  background: url(/new/css/img/ico-discount.png) no-repeat;
}
.shop-item .showed {
  font-size: 11px;
  color: #666666;
  background: url(/new/css/img/ico-viewed.png) 0 0 no-repeat;
  padding-left: 17px;
}
.favorite-icons > a {
  display: inline-block;
  margin: 0 1px;
  width: 15px;
  height: 15px;
}
.favorite-icons .favorite {
  background: url(/new/css/img/like-icons.png) -8px -8px no-repeat;
}
.favorite-icons .favorite:hover,
.favorite-icons .favorite.current {
  background-position: -8px -39px;
}
.favorite-icons .compare {
  background: url(/new/css/img/like-icons.png) -37px -8px no-repeat;
}
.favorite-icons .compare:hover,
.favorite-icons .compare.current {
  background-position: -37px -39px;
}
.slick-arrow:focus {
  outline: none;
}
.shop-item .slick-arrow {
  display: none !important;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 23px;
  background: url(/new/css/img/slider-control-sm.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.shop-item:hover .slick-arrow {
  display: block !important;
}
.shop-item .slick-prev {
  left: 5px;
  background-position: bottom left;
}
.shop-item .slick-prev:hover {
  background-position: top left;
}
.shop-item .slick-next {
  right: 5px;
  background-position: bottom right;
}
.shop-item .slick-next:hover {
  background-position: top right;
}
.shop-item .slick-slide {
  position: relative;
  height: 100px;
  overflow: hidden;
  text-align: center;
}
.shop-item .slick-slide img {
  display: inline-block;
}
.shop-item.slick-slide {
  text-align: center;
}
.shop-item.slick-slide img {
  display: inline-block;
}
.shop-items .shop-item {
  border: solid 1px #1d5011;
}
.shop-items .shop-item .pic {
  border-bottom: 1px solid #d5d5d5;
}
.shop-items-main .shop-item .pic,
.shop-items-slider .shop-item .pic {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.shop-items-main .shop-item .new,
.shop-items-main .shop-item .discount,
.shop-items-main .shop-item .favorite-icons,
.shop-items-slider .shop-item .new,
.shop-items-slider .shop-item .discount,
.shop-items-slider .shop-item .favorite-icons {
  position: absolute;
  top: 2px;
}
.shop-items-main .shop-item .new,
.shop-items-main .shop-item .discount,
.shop-items-slider .shop-item .new,
.shop-items-slider .shop-item .discount {
  left: 2px;
}
.shop-items-main .shop-item .favorite-icons,
.shop-items-slider .shop-item .favorite-icons {
  left: 0;
  width: 100%;
}
.news-main {
  position: relative;
  padding: 15px 20px 20px 25px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 100%;
}
.news-main .title {
  font-size: 28px;
  color: #252525;
  padding: 0px 0px 15px 0px;
}
.news-main article {
  margin: 0px 0px 30px 0px;
}
.news-main article img {
  float: left;
  margin: 4px 0px 0px 0px;
}
.news-main article .cont {
  margin: 0px 0px 0px 125px;
}
.news-main article.no-pic .cont {
  margin-left: 0px;
}
.news-main article .name {
  font-size: 14px;
}
.news-main article .group {
  font-size: 12px;
  color: #a1a1a1;
}
.news-main article .date {
  font-size: 12px;
  color: #373737;
  padding: 10px 0px 0px 0px;
}
.news-main article .date .viewed {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  background: url(/new/css/img/ico-viewed.png) 0px 2px no-repeat;
  padding: 0px 0px 0px 20px;
}
.news-main .more {
  float: right;
  display: block;
  font-size: 13px;
  padding: 0px 23px 2px 0px;
  background: url(/new/css/img/more-arrow.png) 100% 1px no-repeat;
}
.actions-main {
  position: relative;
  float: right;
  width: 57%;
  padding: 15px 20px 20px 25px;
  margin: 15px 0px 45px 0px;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.actions-main .title {
  font-size: 28px;
  color: #252525;
  padding: 0px 0px 15px 0px;
}
.actions-main article {
  margin: 0px 0px 30px 0px;
}
.actions-main article .name {
  font-size: 14px;
}
.actions-main article .date {
  font-size: 12px;
  color: #373737;
  padding: 10px 0px 0px 0px;
  font-weight: bold;
}
.actions-main .more {
  float: right;
  display: block;
  font-size: 13px;
  padding: 0px 23px 2px 0px;
  background: url(/new/css/img/more-arrow.png) 100% 1px no-repeat;
}
.reviews-main {
  position: relative;
  padding: 15px 20px 20px 25px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 100%;
}
.reviews-main .title {
  font-size: 28px;
  color: #252525;
  padding: 0px 0px 15px 0px;
}
.reviews-main article {
  margin: 0px 0px 30px 0px;
  font-size: 14px;
}
.reviews-main article .cont {
  font-size: 13px;
}
.reviews-main article .link-more {
  margin: 5px 0 0 0;
}
.reviews-main article .link-more a {
  color: #e75000;
}
.reviews-main .more {
  float: right;
  display: block;
  font-size: 13px;
  padding: 0px 23px 2px 0px;
  background: url(/new/css/img/more-arrow.png) 100% 1px no-repeat;
}
.reviews-main .infoall {
  margin: 15px 0 0 0;
  font-size: 14px;
  border: none;
}
.reviews-main .infoall p {
  margin-top: 0.8em;
}
.content-main {
  background: #f4f4f4;
}
.content-main .sertif a {
  display: inline-block;
  margin: 0px 20px 20px 0px;
}
.orange {
  color: #e75000;
}
.content-gray {
  font-size: 14px;
  color: #282828;
}
.content-gray h1 {
  font-size: 28px;
  font-weight: normal;
  padding: 0px 0px 25px 0px;
}
.content-gray h2,
.content-gray .h2 {
  font-size: 22px;
  font-weight: normal;
  padding: 0px 0px 20px 0px;
}
.content-gray p {
  padding: 0px 0px 20px 0px;
  line-height: 18px;
}
.content-gray ul {
  margin: 0px 0px 0px 18px;
  padding: 0px 0px 20px 0px;
}
.content-gray.mb {
  margin-bottom: 30px;
}
.orange-big {
  margin: 40px 0 25px;
  font-size: 24px;
  font-weight: normal;
  color: #e75000;
  text-align: center;
}
footer {
  font-size: 13px;
  color: #fff;
  background: #244423;
  position: relative;
  padding: 20px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .avm-main-line {
  padding-bottom: 10px;
  border-bottom: solid 1px white;
}
footer .avm-header {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
footer .avm-links,
footer .avm-menu-information {
  list-style-type: none;
  padding-left: 10px;
}
footer .avm-links > li,
footer .avm-menu-information > li {
  margin-bottom: 5px;
}
footer .phone_block svg {
  fill: #fff;
}
footer .phone_block a {
  color: #fff;
}
footer .mail {
  display: inline-block;
  background: url(/new/css/img/ico-mail-w.png) 0px 2px no-repeat;
  padding: 0px 0px 0px 24px;
  font-size: 13px;
  color: #ffffff;
  text-decoration: underline;
  margin: 0px 0px 0px 3px;
}
footer .mail:hover {
  text-decoration: none;
}
footer .social a {
  color: #ffffff;
  text-decoration: underline;
}
footer .social a:hover {
  text-decoration: none;
}
footer .copy {
  float: right;
  text-align: right;
}
footer .copy .counter {
  padding: 0px 0px 10px 0px;
}
footer .copy .counter img {
  margin-left: 5px;
}
footer .links {
  float: left;
  margin: 18px 0 0 0;
  font-size: 13px;
}
footer .links a {
  color: #fff;
}
footer .links a:hover {
  color: #e75000;
}
.inner-page {
  margin: 15px 0px 0px 0px;
}
.menu-groups-left .name-box {
  font-size: 28px;
  font-weight: normal;
  padding: 0px 0px 23px 0px;
}
.paths {
  color: #454545;
  font-size: 12px;
  margin: 0px 0px 10px 0px;
  padding: 0;
}
.paths li {
  list-style-type: none;
}
.paths span {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23e75000'%3E%3Cpath d='M0 256C0 397.4 114.6 512 256 512s256-114.6 256-256S397.4 0 256 0S0 114.6 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z'/%3E%3C/svg%3E") center no-repeat;
  padding: 0px 17px;
  display: inline-block;
  height: 16px;
}
.paths a {
  color: #454545;
  text-decoration: underline;
}
.paths a:hover {
  text-decoration: none;
}
.breadcrumbs__item {
  display: inline-block;
  position: relative;
  line-height: 16px;
  padding-bottom: 5px;
}
.breadcrumbs__item.dropdown {
  cursor: pointer;
}
.breadcrumb_dropdown {
  display: none;
}
.breadcrumbs__item:hover > .breadcrumb_dropdown {
  display: block;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  padding: 15px 15px 5px;
  border: 1px solid #ebebeb;
  min-width: 200px;
  left: 30px;
}
.breadcrumb_dropdown a {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
.inner-page .page-pic {
  margin: 0px 0px 20px 0px;
}
.inner-page .page-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: contain;
}
.inner-page .content {
  margin: 0px 0px 50px 0px;
}
.content {
  font-size: 14px;
  color: #282828;
}
.content h1 {
  font-size: 28px;
  font-weight: normal;
  border-bottom: 2px solid #e75000;
  height: 17px;
  margin: 0px 0px 35px 0px;
}
.content h1 span {
  display: inline-block;
  padding: 0px 15px 0px 0px;
  background: #ffffff;
}
.content h2 {
  font-size: 22px;
  font-weight: normal;
  padding: 0px 0px 15px 0px;
}
.content h2 span {
  color: #666666;
}
.content h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}
.content h3 span {
  font-weight: normal;
}
.content h4 {
  padding: 0px 0px 15px 0px;
  font-size: 16px;
  font-weight: normal;
}
.content p {
  padding: 0px 0px 8px 0px;
  line-height: 18px;
}
.content-text ul {
  list-style: none;
  margin: 0 0px 15px 0px;
  padding-left: 5px;
}
.content-text ul ul {
  margin: 8px 0px 0px 0px;
}
.content-text ul li {
  padding: 0px 0px 5px 20px;
  background: url(/new/css/img/li.png) 0px 3px no-repeat;
  line-height: 18px;
}
.content-text ol {
  margin: -5px 0px 15px 18px;
}
.content-text ol li {
  padding: 0px 0px 5px 0px;
  line-height: 18px;
}
.content hr {
  border: none;
  border-top: 1px dotted #999999;
  background: none;
  height: 1px;
  margin: 10px 0px 25px 0px;
}
.content-text table {
  margin: 0px 0px 10px 0px;
}
.content-text table caption {
  border: 1px solid #d5d5d5;
  caption-side: top;
  padding: 7px;
  text-align: center;
  color: #282828;
}
.content-text table td,
.content-text table th {
  padding: 7px 10px;
  border: 1px solid #d5d5d5;
}
.content-text table tr p {
  padding: 0px;
}
.content-old {
  font-size: 13px;
}
.content-old h1 {
  margin: 0px 0px 20px 0px;
  border: none;
  height: auto;
}
table.glossary {
  width: 100%;
  border: none;
}
table.glossary td,
table.glossary th {
  border: none;
  padding-left: 0px;
}
.hsn-content {
  border-left: 10px solid #e75000;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 35px;
}
.hsn-box {
  position: relative;
  background-position: right;
  border-right-style: solid;
  border-right-width: 10px;
  border-right-color: #eeffe8;
  background: #eeffe8 url(/new/css/img/ico-imp_l.png) right 50% no-repeat;
  margin: 0 0 20px 0;
  padding: 25px 90px 20px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.important-box {
  position: relative;
  background: #eeffe8 url(/new/css/img/ico-important.png) 33px 50% no-repeat;
  margin: 0px 0px 20px 0px;
  padding: 25px 50px 20px 140px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.important-box p {
  padding: 0px 0px 5px 0px;
}
.content-gray .important-box {
  margin-bottom: 25px;
}
.alert-danger-box {
  border-left: 10px solid #244423;
  background-color: #e75000;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 10px 35px;
  color: white;
  font-weight: bold;
}
.hunter-box {
  position: relative;
  background: #244423 url(/upload/lists/list_143/1/6/4/item_1647/hunter_logo.gif) 5px 50% no-repeat;
  margin: 0px 0px 20px 0px;
  padding: 25px 50px 20px 125px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.hunter-box h2 {
  color: #d2b289;
}
.fisher-box {
  position: relative;
  background: #244423 url(/upload/lists/list_143/1/6/4/item_1648/fisher_logo.gif) 5px 50% no-repeat;
  margin: 0px 0px 20px 0px;
  padding: 25px 50px 20px 125px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.fisher-box h2 {
  color: #d2b289;
}
.stalker-box {
  position: relative;
  background: #244423 url(/upload/lists/list_143/1/6/4/item_1649/stalker_logo.gif) 5px 50% no-repeat;
  margin: 0px 0px 20px 0px;
  padding: 25px 50px 20px 125px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.stalker-box h2 {
  color: #d2b289;
}
.no_fear-box {
  position: relative;
  background: #244423 url(/upload/lists/list_143/1/6/5/item_1650/no_fear_logo.gif) 5px 50% no-repeat;
  margin: 0px 0px 20px 0px;
  padding: 25px 50px 20px 125px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.no_fear-box h2 {
  color: #d2b289;
}
.menu-articles .lev1 {
  margin: 0px 0px 25px 0px;
}
.menu-articles .lev1 a {
  display: inline-block;
  margin: 0px 2px 0px 0px;
  padding: 5px 25px;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  font-size: 13px;
  color: #222222;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.menu-articles .lev1 a:hover {
  background: #f4f4f4;
}
.menu-articles .lev1 .cur {
  border: 1px solid #254323;
  background: #254323;
  color: #ffffff;
}
.menu-articles .lev1 .cur:hover {
  background: #254323;
}
.menu-articles .lev2 span {
  color: #999999;
}
.menu-articles .lev2 .cur {
  color: #e75000;
  text-decoration: none;
}
.articles-list article {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 30px 0px;
  border-bottom: 1px dotted #999999;
}
.articles-list article > a > img {
  float: left;
}
.articles-list article .cont {
  margin: 0px 0px 0px 220px;
}
.articles-list article.no-pic .cont {
  margin-left: 0px;
}
.articles-list article.last {
  border-bottom: none;
  margin-bottom: 0px;
}
.articles-list article .name {
  font-size: 17px;
}
.articles-list article .descr {
  font-size: 13px !important;
  padding: 15px 0px 0px 0px;
}
.articles-list article .descr h1 {
  border: none;
  height: auto;
}
.articles-list article .descr * {
  font-size: 13px;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}
.articles-list article .date {
  font-size: 12px;
  color: #373737;
  padding: 15px 0px 0px 0px;
}
.articles-list article .date .viewed {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  background: url(/new/css/img/ico-viewed.png) 0px 2px no-repeat;
  padding: 0px 0px 0px 20px;
}
.guestbook article {
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 25px 0px;
  border-bottom: 1px dotted #999999;
}
.guestbook article.last {
  border-bottom: none;
  margin-bottom: 0px;
}
.guestbook article .avatar {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.guestbook article .avatar+.item-wrap {
  margin-left: 60px;
  overflow: hidden;
}
.guestbook article .author {
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}
.guestbook article .author .name {
  padding: 0px 8px 0px 0px;
}
.guestbook article .author .date {
  color: #999999;
  font-weight: normal;
}
.guestbook article .author .viewed {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  background: url(/new/css/img/ico-viewed.png) 0px 2px no-repeat;
  padding: 0px 0px 0px 20px;
  font-weight: normal;
}
.guestbook article .subj {
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}
.guestbook article .cont {
  line-height: 18px;
}
.guestbook article .cont * {
  padding: 0px;
}
.guestbook article .answer {
  position: relative;
  background: #eeffe8;
  margin: 20px 0px 0px 25px;
  padding: 20px 25px 15px 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.guestbook article .answer p {
  padding: 0px 0px 5px 0px;
}
.form-guest {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 0px 25px 0px;
  margin: 10px 0px 30px 0px;
}
.form-faq {
  margin: 25px 0px 0px 0px;
}
.pages {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  padding: 15px 0px;
  margin: 0px 0px 30px 0px;
  font-size: 14px;
  color: #2d2c2c;
}
.pages.orders {
  margin-top: 40px;
}
.pages a {
  display: inline-block;
  margin: 0px 10px;
  color: #2d2c2c;
}
.pages a:hover {
  color: #e75000;
}
.pages .current {
  display: inline-block;
  margin: 0px 10px;
  font-weight: bold;
}
.pages .paging-more {
  margin: 0 0 20px;
}
.pages .paging-more a {
  color: #fff !important;
}
.pages .paging-more.request {
  opacity: 1;
}
.pages .paging-more.request a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 -4px 8px;
  background: url(/new/css/img/preloader.gif) center no-repeat;
  background-size: contain;
}
.article-page h1 {
  margin: 0px 0px 20px 0px;
  border: none;
  height: auto;
}
.article-page .date {
  font-size: 12px;
  color: #373737;
  padding: 0px 0px 25px 0px;
}
.article-page .date .viewed {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  background: url(/new/css/img/ico-viewed.png) 0px 2px no-repeat;
  padding: 0px 0px 0px 20px;
}
.article-page .author {
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}
.article-page .author .name {
  padding: 0px 8px 0px 0px;
}
.article-page .author .date {
  color: #999999;
  font-weight: normal;
}
.article-page .avatar {
  float: left;
  width: 50px !important;
  height: 50px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.article-page .avatar+.item-wrap {
  margin-left: 70px !important;
  overflow: hidden;
}
.article-page .avatar+.item-wrap .answer {
  margin-left: 0;
}
.item-pic {
  float: right;
  margin: 4px 0px 10px 0px;
}
.shop-items-article {
  margin: 25px 0 35px 0;
}
.shop-items-article ul {
  list-style: none;
  margin: 0px 50px;
}
.form .error {
  color: #ff0000;
  padding: 0px 0px 20px 0px;
}
.form .message {
  font-weight: bold;
  padding: 0px 0px 20px 0px;
}
.form .row {
  margin: 0px 0px 10px 0px;
}
.form .row label {
  display: block;
  padding: 0px 0px 3px 0px;
}
.form .row label span {
  color: #e75000;
}
.form .row input[type=text],
.form .row input[type=password] {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d5d5d5;
  background: #ffffff url(/new/css/img/field-bg.png) repeat-x;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.form textarea {
  position: relative;
  resize: none;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px;
  margin: 0px;
  height: 80px;
  border: 1px solid #d5d5d5;
  background: #ffffff url(/new/css/img/field-bg.png) repeat-x;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.form .captcha .captcha-pic {
  display: block;
  float: left;
  margin: 0px 8px 0px 0px;
}
.form .captcha .captcha-re {
  display: block;
  float: left;
  margin: 10px 8px 0px 0px;
}
.form .captcha input[type=text] {
  display: block;
  float: left;
  width: 80px !important;
}
.form .subm {
  padding: 8px 0px 0px 0px;
}
form .privacy {
  font-size: 13px;
  line-height: 1.5;
  box-sizing: border-box;
}
form .privacy label {
  cursor: pointer;
  padding: 15px 15px !important;
  background: #f6f6f6;
  border-radius: 3px;
}
form .privacy input {
  position: relative;
  margin: 0 5px 0 0;
  top: 2px;
}
form .privacy .error-box {
  background: #fbdada;
}
.form .privacy {
  margin-top: 15px;
  max-width: 502px;
}
.form-reg {
  max-width: 450px;
}
.order-page .privacy {
  margin-top: 5px;
  margin-bottom: 35px;
}
.input-error {
  border: 1px solid #ff0000 !important;
}
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(/new/css/img/stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}
.comment-message {
  font-weight: bold;
  padding: 0px 0px 20px 0px;
}
.comments-list .comment {
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px dotted #dddddd;
}
.comments-list .comment.last {
  border-bottom: none;
}
.comments-list .comment .avatar {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.comments-list .comment .avatar+.comment-wrap {
  margin-left: 60px;
  overflow: hidden;
}
.comments-list .comment .author {
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}
.comments-list .comment .author .date {
  color: #999999;
  font-weight: normal;
  padding: 0px 0px 0px 10px;
}
.comments-list .comment .rating {
  float: right;
}
.comments-list .comment .subj {
  font-weight: bold;
  padding: 0px 0px 5px 0px;
}
.comments-list .comment .cont * {
  padding: 0px;
}
.comments-list .comment .comment {
  margin: 0px 0px 0px 30px;
}
.menu-groups-left {
  margin: 0px 0px 30px 0px;
}
.menu-groups-left ul {
  list-style: none;
  padding-left: 0;
}
.menu-groups-left > ul > li {
  margin: 0px 0px 10px 0px;
}
.menu-groups-left > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 0px 7px 45px;
  font-size: 15px;
  color: #333333;
  text-decoration: none;
}
.menu-groups-left > ul > li > a:hover {
  text-decoration: underline;
  color: #e75000;
}
.menu-groups-left > ul > li > a > i {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-groups-left > ul > li > a > i > i {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/new/css/img/group-left-circle.png) top left no-repeat;
}
.menu-groups-left > ul > li > a:hover > i > i {
  background-position: bottom left;
}
.menu-groups-left > ul > li > a.cur {
  color: #333333 !important;
  font-weight: bold;
  text-decoration: none !important;
}
.menu-groups-left > ul > li > a.cur > i > i {
  background-position: bottom left;
}
.menu-groups-left > ul > li > ul {
  font-size: 14px;
  margin: 7px 0px 2px 45px;
}
.menu-groups-left > ul > li > ul li {
  padding: 0px 0px 5px 15px;
  background: url(/new/css/img/li2.png) 0px 5px no-repeat;
}
.menu-groups-left > ul > li > ul li a {
  color: #161616;
  font-size: 14px;
}
.menu-groups-left > ul > li > ul li a:hover {
  color: #e75000;
  text-decoration: underline;
}
.menu-groups-left > ul > li > ul li a.cur {
  color: #e75000 !important;
  text-decoration: none !important;
}
.menu-groups-left > ul > li > ul ul {
  margin: 6px 0px 3px 0px;
}
.menu-groups-left > ul > li > ul ul li {
  padding-bottom: 3px;
}
.menu-groups-left > ul > li > ul ul a {
  font-size: 13px;
}
select {
  box-sizing: border-box;
  font-size: 13px;
  height: 32px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
select {
  background: #ffffff url(/new/css/img/field-bg.png) repeat-x;
}
.shop-group-descr {
  font-size: 13px;
  margin: 0px 0px 15px 0px;
}
.shop-group-descr p {
  padding-bottom: 10px;
}
.shop-group-descr .item-pic {
  float: right;
  margin: 0px 0px 15px 15px;
}
.shop-filters {
  border-top: 1px dotted #aaaaaa;
  border-bottom: 1px dotted #aaaaaa;
}
.shop-filters label {
  display: block;
  font-size: 14px;
  padding: 0px 0px 5px 0px;
}
.shop-filters select {
  min-width: 100%;
}
.shop-filters .submit {
  margin-top: 22px;
}
.shop-filters input[type=text] {
  position: relative;
  width: 100px;
  padding: 0px 10px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #d5d5d5;
  background: #ffffff url(/new/css/img/field-bg.png) repeat-x;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.shop-item-page h1 {
  border: none;
  height: auto;
  margin: 0px 0px 10px 0px;
}
.shop-item-page .info-small-box {
  font-size: 13px;
  color: #5d5d5d;
  padding: 0px 0px 20px 0px;
}
.shop-item-page .info-small-box > span {
  white-space: nowrap;
}
.shop-item-page .info-small-box strong {
  color: #424242;
  font-weight: bold;
}
.shop-item-page .info-small-box .sep {
  padding: 0px 7px 0px 10px;
}
.shop-item-page .info-small-box .rating {
  padding: 0px 0px 0px 10px;
}
.shop-item-page > .favorite-icons {
  float: right;
  height: 15px;
}
.shop-item-page > .favorite-icons > a {
  margin: 0 0 0 10px;
}
.shop-item-page .pics-box {
  position: relative;
  margin: 0px 0px 60px 0px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  text-align: center;
  padding: 0px 0px 20px 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.shop-item-page .pics-box .pics-list {
  position: relative;
  margin: 30px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
}
.shop-item-page .pics-box .pics-list ul {
  list-style: none;
  padding-left: 0;
}
.shop-item-page .pics-box .pics-list ul li {
  float: left;
  position: relative;
  width: 85px;
  text-align: center;
  padding: 10px 0px;
  overflow: hidden;
  margin: 0px 3px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.shop-item-page .pics-box .pics-list ul li a {
  display: block;
  height: 80px;
}
.shop-item-page .pics-box .pics-list ul li a img {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: contain;
}
.shop-item-page .pics-box .pics-list .prev {
  display: none !important;
  position: absolute;
  top: 35px;
  left: -8px;
  display: block;
  width: 24px;
  height: 23px;
  background: url(/new/css/img/slider-control-sm.png) left bottom no-repeat;
}
.shop-item-page .pics-box .pics-list .prev:hover {
  background-position: left top;
}
.shop-item-page .pics-box .pics-list .next {
  display: none !important;
  position: absolute;
  top: 35px;
  right: -8px;
  display: block;
  width: 24px;
  height: 23px;
  background: url(/new/css/img/slider-control-sm.png) right bottom no-repeat;
}
.shop-item-page .pics-box .pics-list .next:hover {
  background-position: right top;
}
.shop-item-page .pics-box  .showed {
  position: absolute;
  top: 3px;
  right: 5px;
  font-size: 11px;
  color: #666666;
  background: url(/new/css/img/ico-viewed.png) 0px 0px no-repeat;
  padding: 0px 0px 0px 20px;
}
.shop-item-page .pics-box .pics-list .slick-prev {
  position: absolute;
  z-index: 10;
  top: 35px;
  left: -15px;
  display: block;
  width: 24px;
  height: 23px;
  background: url(/new/css/img/slider-control-sm.png) left bottom no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.shop-item-page .pics-box .pics-list .slick-prev:hover {
  background-position: left top;
}
.shop-item-page .pics-box .pics-list .slick-next {
  position: absolute;
  z-index: 10;
  top: 35px;
  right: -15px;
  display: block;
  width: 24px;
  height: 23px;
  background: url(/new/css/img/slider-control-sm.png) right bottom no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.shop-item-page .pics-box .pics-list .slick-next:hover {
  background-position: right top;
}
.shop-item-page .price-box {
  margin: 0px 0px 30px 0;
}
.shop-item-page .price-cont {
  font-size: 15px;
  color: #252525;
  font-weight: bold;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px dotted #999999;
}
.shop-item-page .price-cont .price-name {
  display: block;
  padding: 0px 0px 5px 0px;
}
.shop-item-page .price-cont .old {
  display: block;
  font-size: 17px;
  color: #909090;
  font-weight: normal;
  text-decoration: line-through;
}
.shop-item-page .price-cont .your {
  display: block;
  padding: 5px 0px 0px 0px;
}
.shop-item-page .price-cont .price {
  display: block;
  font-size: 35px;
  color: #244423;
  font-weight: bold;
}
.shop-item-page .error-size {
  display: none;
  font-size: 14px;
  color: #ff0000;
  padding: 0px 0px 10px 0px;
}
.shop-item-page .sizes {
  overflow: hidden;
  font-size: 14px;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px dotted #999999;
}
.shop-item-page .sizes .row-size {
  float: left;
  margin: 0px 40px 0px 0px;
}
.shop-item-page .sizes .row-size label {
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding: 0px 0px 8px 0px;
}
.shop-item-page .sizes .row-size input[type=radio] {
  margin: 0px 5px 8px 0px;
}
.shop-item-page .no-rest {
  margin: 12px 0 0 0;
  font-size: 24px;
  color: #1f5213;
}
.shop-item-page .buy-box .count-name {
  color: #252525;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 0px 5px;
}
.shop-item-page .buy-box .count-box input[type=text] {
  position: relative;
  width: 80px;
  font-size: 18px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d5d5d5;
  background: #ffffff url(/new/css/img/field-bg.png) repeat-x;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.shop-item-page .to-cart-big {
  display: block;
  width: 231px;
  height: 36px;
  line-height: 35px;
  padding: 0 15px;
  background: #f75906;
  background: linear-gradient(180deg,#f75906 0%,#e85000 100%);
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.shop-item-page .to-cart-big svg {
  margin-right: 10px;
}
.shop-item-page .to-cart-big:hover {
  opacity: .85;
}
.shop-item-page #little_cart_bottom {
  width: 231px;
  padding: 10px 0;
}
.shop-item-page #little_cart_bottom .to-order {
  width: 100%;
}
.shop-item-page .added-to-cart {
  display: none;
  padding: 10px 0px 0px 97px;
  font-size: 13px;
  font-weight: bold;
}
.shop-item-page .social-likes {
  margin: 20px 0px 10px 0px;
  padding: 15px 15px 7px;
  background: #f3f3f3;
  border-radius: 5px;
}
.shop-item-page .social-likes .soc {
  float: left;
  margin: 0px 40px 0px 0px;
}
.shop-item-page .social-likes .vk {
  margin-right: 0;
}
.shop-item-page .social-likes .tw {
  margin-right: 40px;
}
.shop-item-page .social-likes .fb {
  margin-right: 40px;
}
.shop-item-page .social-likes .google {
  margin-right: 40px;
}
.shop-item-page .social-likes .mailru {
  width: 120px;
  margin-right: 0;
}
.shop-item-page .params table {
  width: 100%;
}
.shop-item-page .params table td {
  background: #ffffff;
  vertical-align: top;
}
.shop-item-page .params table tr td:first-child {
  width: 40%;
}
.shop-item-page .params table tr:nth-child(2n) td {
  background: #f4f4f4;
}
.shop-item-page .params table ul {
  margin: 0px;
  padding: 0px;
}
.associated {
  margin: 40px 0px 0px 0px;
}
.associated+.associated {
  margin-top: 10px;
}
.associated .name-box {
  font-size: 28px;
  font-weight: normal;
  border-bottom: 2px solid #e75000;
  height: 17px;
  margin: 0px 0px 35px 0px;
}
.associated .name-box span {
  display: inline-block;
  padding: 0px 15px 0px 0px;
  background: #ffffff;
}
.tabs-box .tabs {
  margin: 0px 0px 20px 0px;
  border-bottom: 2px solid #244423;
  height: 38px;
  overflow: hidden;
}
.tabs-box .tabs > a {
  display: block;
  font-size: 15px;
  color: #252525;
  padding: 10px 20px 15px 20px;
  text-decoration: none;
  float: left;
  margin: 0px 5px 0px 0px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tabs-box .tabs > a:hover {
  background: #f4f4f4;
}
.tabs-box .tabs > a.active {
  color: #ffffff;
  background: #244423 !important;
  border: 1px solid #244423;
}
.item-control {
  font-size: 13px;
  border-top: 1px dotted #999999;
  margin: 25px 0px 0px 0px;
  padding: 25px 0px 0px 0px;
}
.item-control-top {
  margin: 0 0 25px;
  padding: 20px 0;
  border-bottom: 1px dotted #999999;
}
.item-control .prev {
  display: block;
  float: left;
  width: 30%;
}
.item-control .prev a {
  background: url(/new/css/img/prev-item.png) left no-repeat;
  padding-top: 2px;
  padding-left: 22px;
}
.item-control .next {
  display: block;
  float: right;
  width: 30%;
  text-align: right;
}
.item-control .next a {
  background: url(/new/css/img/next-item.png) right no-repeat;
  padding-top: 2px;
  padding-right: 22px;
}
.item-control .group {
  display: block;
  float: left;
  width: 40%;
  text-align: center;
}
.cart {
  margin: 0px 0px 40px 0px;
}
.cart .cart-list {
  width: 100%;
  margin: 0px 0px 15px 0px;
}
.cart .cart-list td {
  border: 1px solid #d5d5d5;
  padding: 15px 15px;
}
.cart .cart-list tr:nth-child(2n+1) td {
  background: #f4f4f4;
}
.cart .cart-list th {
  background: #244423 url(/new/css/img/menu-main-bg.png) repeat-x;
  border: 1px solid #22371f;
  padding: 12px 15px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
}
.cart .cart-list td .caption {
  display: none;
}
.cart .cart-list .name {
  text-align: left;
}
.cart .cart-list td.name {
  border-left: none;
}
.cart .cart-list td.name .marking {
  margin: 10px 0 0 0;
  font-size: 13px;
}
.cart .cart-list td.pic {
  padding-right: 0px;
  border-right: none;
}
.cart .cart-list td.pic .pic {
  position: relative;
  text-align: center;
  background: #ffffff;
  width: 100%;
  padding: 10px 0px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.cart .cart-list td.quantity {
  width: 120px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
.cart .cart-list td.quantity input[type=text] {
  position: relative;
  width: 50px;
  margin: 0px 3px 0px 0px;
  font-size: 18px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d5d5d5;
  background: #ffffff url(/new/css/img/field-bg.png) repeat-x;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.cart .cart-list td.price {
  width: 100px;
  font-size: 15px;
  text-align: center;
}
.cart .cart-list td.price .old {
  display: block;
  margin: 0 0 5px;
  color: #909090;
  font-weight: normal;
  text-decoration: line-through;
}
.cart .cart-list td.price-your {
  width: 100px;
  font-size: 15px;
  color: #e75000;
  text-align: center;
}
.cart .cart-list td.sum {
  width: 120px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.cart .cart-list td.del {
  width: 80px;
  text-align: center;
  font-size: 13px;
}
.cart .cart-list td.del a {
  display: inline-block;
  background: url(/new/css/img/ico-del.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 22px;
  color: #e75000;
}
.cart .cart-list td.del a:hover {
  text-decoration: none;
}
.cart .cart-list .total td {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
.cart .cart-list .total td:first-child {
  text-align: left;
}
.cart .cart-list .total-sum {
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
}
.cart-total-pda {
  display: none;
}
.cart .bt-recount {
  float: left;
  margin: 3px 0px 0px 386px;
}
.cart .bt-order {
  float: right;
}
.fast-auth {
  padding: 15px 20px 23px 20px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.fast-auth .name-box {
  font-size: 28px;
  padding: 0px 0px 15px 0px;
}
.fast-auth p {
  padding-bottom: 15px;
}
.fast-auth form {
  margin: 5px 0px 0px 0px;
}
.fast-auth .restore {
  font-size: 13px;
  padding-bottom: 10px;
}
.fast-auth .restore i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/new/css/img/ico-question.png) no-repeat;
  margin: 0px 5px -3px 0px;
}
.form-auth input[type=text],
.form-auth input[type=password] {
  width: 240px !important;
}
.auth-item {
  display: inline-block;
  margin: 3px 8px 0 0;
  text-decoration: none;
}
.fast-auth .form-auth-social {
  border-top: 1px dotted #ccc;
  margin: 10px 0 0;
  padding: 20px 0 0;
}
.popup-box .form-auth-social {
  border-top: 1px dotted #ccc;
  margin: 23px 0 0;
  padding: 20px 0 0;
}
.popup-box .form-auth-social .name-box {
  padding: 0 0 10px;
  font-size: 22px;
}
.order-page a {
  color: #e75000;
}
.order-page table th {
  background: #244423 url(/new/css/img/menu-main-bg.png) repeat-x;
  border: 1px solid #22371f;
  padding: 12px 15px;
  color: #ffffff;
  font-size: 15px;
  text-align: left;
  font-weight: normal !important;
}
.order-page .deliveries .more {
  text-decoration: none;
  border-bottom: 1px dotted #e75000;
}
.cdek-cart a {
  color: #244423;
  text-decoration: none;
  border-bottom: 1px dotted #244423;
}
.thanks {
  color: #e75000;
  font-weight: bold;
  font-style: italic;
  padding-top: 15px !important;
}
hr.order {
  margin-top: 30px;
}
.bt-pay {
  margin-left: 10px;
}
.order-list-items-pda {
  display: none;
}
.popup-box .title-box {
  font-size: 28px;
  font-weight: normal;
  border-bottom: 2px solid #e75000;
  height: 17px;
  margin: 0px 0px 25px 0px;
}
.popup-box .title-box span {
  display: inline-block;
  padding: 0px 15px 0px 0px;
  background: #ffffff;
}
.form-popup {
  font-size: 14px;
}
.form-popup .links {
  font-size: 13px;
  color: #bdbdbd;
  margin: 6px 0px 0px 15px;
}
.form-popup .error {
  display: none;
  padding: 15px 0px 0px 0px !important;
}
.table_extra_properties td,
.table_extra_properties th {
  border: none !important;
}
.compare-page .col-props {
  overflow: hidden;
}
.compare-page .col-items {
  overflow: hidden;
  overflow-x: auto;
  border-right: 1px dashed #244423;
}
.compare-page .cart-compare {
  font-size: 13px;
  margin: 0;
}
.compare-page .cart-compare th,
.compare-page .cart-compare td {
  padding: 12px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  vertical-align: top;
}
.compare-page .cart-compare th {
  font-weight: bold;
  text-align: left;
  border: 1px dashed #244423;
  border-left: none;
}
.compare-page .cart-compare td > * {
  margin: 0;
}
.compare-page .cart-compare tr:first-child th,
.compare-page .cart-compare tr:first-child td {
  border: none;
  padding-bottom: 20px;
}
.compare-page .cart-compare tr th:last-child,
.compare-page .cart-compare tr td:last-child {
  border-right: none;
}
.compare-page .cart-compare tr td:nth-child(2) {
  border-left: 1px dashed #244423;
}
.compare-page .cart-compare .pic-box {
  position: relative;
  text-align: center;
}
.compare-page .cart-compare .pic-box .del {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/new/css/img/ico-del.png) no-repeat;
}
.compare-page .cart-compare .pic-box .pic {
  margin: 0 0 15px;
  height: 100px;
  line-height: 100px;
}
.compare-page .cart-compare .pic-box .pic img {
  display: inline;
  vertical-align: middle;
  max-height: 100px;
  width: auto;
}
.compare-page .cart-compare .pic-box .name {
  font-size: 14px;
}
.compare-page .cart-compare .pic-box .price {
  margin: 10px 0 0;
  color: #244423;
  font-size: 15px;
  font-weight: bold;
}
.compare-page .cart-compare .pic-box .price .old {
  font-size: 13px;
  color: #909090;
  font-weight: normal;
  text-decoration: line-through;
  padding: 0px 3px 0px 0px;
}
.compare-page .cart-compare .pic-small {
  display: inline-block;
  margin: 0 5px 10px;
  text-align: center;
}
.compare-page .cart-compare .pic-small img {
  max-height: 100px;
  width: auto;
}
.compare-link {
  margin: -20px 0 25px;
  text-align: right;
}
.compare-link a {
  color: #e75000;
  border-bottom: 1px dotted #e75000;
  text-decoration: none;
}
.compare-link a:hover {
  border-bottom: none;
}
.avatar {
  display: block;
  width: 125px;
  height: 125px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.avatar-r {
  float: right;
}
.avatar-reg-wrap {
  float: right;
  text-align: right;
}
.avatar-reg-wrap .avatar {
  margin: 0 0 15px 0;
  float: right;
}
.avatar-reg-wrap .bt-green {
  width: 125px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.avatar-reg-wrap .del {
  position: relative;
  top: 7px;
  margin-right: 5px;
  text-decoration: none !important;
}
.avatar-reg-wrap .file-name {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.shop-item-page .favorite-big {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
}
.favorite-big span {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 0 0 0 20px;
  height: 20px;
  cursor: pointer;
  background: none !important;
}
.favorite-big span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.favorite-big .favorite:before {
  background: url(/new/css/img/i-favorite.svg) center no-repeat;
}
.favorite-big .favorite:hover:before,
.favorite-big .favorite.current:before {
  background: url(/new/css/img/i-favorite2.svg) center no-repeat;
}
.favorite-big .compare:before {
  background: url(/new/css/img/i-compare.svg) center no-repeat;
}
.favorite-big .compare:hover:before,
.favorite-big .compare.current:before {
  background: url(/new/css/img/i-compare2.svg) center no-repeat;
}
.favorite-big a {
  display: none;
}
.favorite-big .active a {
  display: inline-block;
  position: relative;
  top: -5px;
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: bold;
}
.favorite-big .favorite-wrap {
  display: inline-block;
  width: 110px;
  text-align: right;
}
.favorite-big .compare-wrap {
  display: inline-block;
  width: 110px;
  text-align: left;
}
.favorite-big .compare-wrap a {
  margin-left: 2px;
}
.shop-items-slider {
  display: none;
  position: relative;
  margin: 0px 0px 25px 0px;
}
.shop-items-slider ul {
  list-style: none;
  padding: 0px 50px;
}
.shop-items-slider ul li {
  float: left;
  margin: 0px 22px;
  padding: 0 !important;
  background: none !important;
}
.shop-items-slider .prev {
  display: none !important;
  position: absolute;
  top: 108px;
  left: 0px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(/new/css/img/slider-control.png) left bottom no-repeat;
}
.shop-items-slider .prev:hover {
  background-position: left top;
}
.shop-items-slider .next {
  display: none !important;
  position: absolute;
  top: 108px;
  right: 0px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(/new/css/img/slider-control.png) right bottom no-repeat;
}
.shop-items-slider .next:hover {
  background-position: right top;
}
.shop-items-slider .slick-prev {
  display: none;
  position: absolute;
  top: 52px;
  left: 0px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(/new/css/img/slider-control.png) left bottom no-repeat;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.shop-items-slider .slick-prev:hover {
  background-position: left top;
}
.shop-items-slider .slick-next {
  display: none;
  position: absolute;
  top: 52px;
  right: 0px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(/new/css/img/slider-control.png) right bottom no-repeat;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.shop-items-slider .slick-next:hover {
  background-position: right top;
}
.highslide-active-anchor img {
  visibility: inherit !important;
}
.highslide-controls {
  width: 100% !important;
}
.highslide-controls li.highslide-move {
  display: none;
}
.highslide-controls li.highslide-full-expand {
  display: none;
}
.highslide-full-expand {
  display: none !important;
}
.hs-my-controls {
  position: initial !important;
  left: auto !important;
}
.hs-my-controls .arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -17px;
  width: 35px;
  height: 35px;
  background-color: #e0e0e0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}
.hs-my-controls .arrow:hover {
  background-color: #244423;
  opacity: 1;
}
.hs-my-controls .prev {
  left: -20px;
  background-image: url(/new/css/img/control-l.svg);
  background-position: 43% 50%;
}
.hs-my-controls .next {
  right: -20px;
  background-image: url(/new/css/img/control-r.svg);
  background-position: 57% 50%;
}
.hs-my-controls .close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #e0e0e0 url(/new/css/img/control-close.svg) center no-repeat;
  opacity: 1;
  box-sizing: border-box;
}
.hs-my-controls .close:hover {
  background-color: #e75000;
  opacity: 1;
}
.to-top {
  opacity: 0;
  position: fixed;
  z-index: 90;
  bottom: -30px;
  right: 10%;
  width: 55px;
  height: 50px;
  border-radius: 35px 35px 0 0;
  background: #244423;
  border: 2px solid #fff;
  border-bottom: none;
  transition: all .35s ease;
}
.to-top:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  margin: 0 0 0 -10px;
  width: 20px;
  height: 20px;
  background: url(/new/css/img/to-top.svg) center no-repeat;
  background-size: 20px;
}
.to-top:hover {
  background: #1b2f19;
}
.to-top.opened {
  opacity: 1;
  transform: translateY(-30px);
  pointer-events: auto;
}
.contacts-map {
  margin: 30px 0 0 0;
}
#contacts-map {
  height: 450px;
  border: 1px solid #d5d5d5;
}
.pages-menu-grid {
  text-align: center;
  font-size: 0;
}
.pages-menu-grid .item {
  display: inline-block;
  margin: 25px 0 25px;
  padding: 0 30px;
  width: 25%;
  font-size: 18px;
  vertical-align: top;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
}
.pages-menu-grid .item > i {
  display: block;
  margin: 0 0 15px;
  height: 110px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.pages-menu-grid .item.i-news > i {
  background-image: url(/new/css/img/icons/news.svg);
  background-size: 85% 85%;
}
.pages-menu-grid .item.i-reviews > i {
  background-image: url(/new/css/img/icons/reviews.svg);
  background-position: 70% 50%;
}
.pages-menu-grid .item.i-technology > i {
  background-image: url(/new/css/img/icons/tech.svg);
  background-size: 85% 85%;
}
.pages-menu-grid .item.i-cert > i {
  background-image: url(/new/css/img/icons/cert.svg);
}
.pages-menu-grid .item.i-faq > i {
  background-image: url(/new/css/img/icons/faq.svg);
  background-size: 80% 80%;
}
.pages-menu-grid .item.i-glossary > i {
  background-image: url(/new/css/img/icons/glossary.svg);
}
.pages-menu-grid .item.i-address > i {
  background-image: url(/new/css/img/icons/address.svg);
}
.advants-main {
  margin: 40px -20px 0 0;
  font-size: 0;
}
.advants-main .advants-item {
  display: inline-block;
  width: 25%;
  padding: 0 20px 10px 0;
  font-size: 18px;
  box-sizing: border-box;
  vertical-align: top;
}
.advants-main .advants-item .name {
  display: block;
  margin: 0 0 15px;
  padding: 10px 5px;
  color: #ffffff;
  background: #244423 url(/new/css/img/menu-main-bg.png) repeat-x;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
.advants-main .advants-item .name:hover {
  background: url(/new/css/img/menu-main-over-bg.png) center no-repeat;
}
.advants-main .advants-item .descr {
  font-size: 14px;
  line-height: 1.4;
}
.avm-cursor-pointer {
  cursor: pointer;
}
a.highslide img {
  cursor: url(/highslide/graphics/zoomin.cur), pointer !important;
}
body.is-lock {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.header--mob {
  display: none;
}
.mmenu {
  display: none;
}
@media (max-width: 992px) {
  header .logo_block {
    margin-bottom: 20px;
  }
  header .phone_block .gray {
    display: none;
  }
  header .mail-box {
    text-align: center;
  }
  .menu-main > ul>li>a {
    padding: 14px 25px;
  }
  .top_menu-sticky {
    background: #244423;
  }
  .top_menu-sticky .container {
    max-width: 100%;
  }
  .top_menu-sticky .link--phone svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .to-top {
    right: 5px;
    bottom: 20px;
  }
  .avm-fast-search-address-container .avm-fast-search-address-result {
    width: 100%;
  }
  .avm-share-wrap {
    margin-right: 5px;
  }
  .header--mob {
    display: block;
    background-color: #244423;
    position: sticky;
    left: 0;
    top: 0;
    user-select: none;
    width: 100%;
    z-index: 1002;
    box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
    padding: 10px 0;
    border-bottom: 1px solid #e75000;
  }
  .header--mob .logo_block {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
  }
  .header--mob .logo_block a {
    color: #fff;
    text-decoration: none;
  }
  .header--mob .row--icons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .header--mob .row--icons a {
    color: #fff;
  }
  .header--mob .row--icons >div {
    margin-right: 15px;
  }
  .header--mob .row--icons >div:last-child {
    margin-right: 0;
  }
  .header--mob .little-cart .cart-little {
    margin: 0;
  }
  .header--mob .little-cart .cart-little svg {
    fill: #fff;
    margin: 0;
  }
  .header--mob .little-cart .cart-little .info,
  .header--mob .little-cart .to-order {
    display: none;
  }
  .toggle_menu {
    color: #fff;
    padding-right: 0;
  }
  .toggle_menu .toggle_close {
    display: none;
  }
  .toggle_menu.open .toggle_open {
    display: none;
  }
  .toggle_menu.open .toggle_close {
    display: inline;
  }
  .toggle_search {
    cursor: pointer;
    color: #fff;
  }
  #topMenu {
    display: none;
  }
  .mmenu {
    display: block;
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: #fff;
    padding-top: 50px;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .mmenu .phone_block {
    font-size: 22px;
    font-weight: 900;
  }
  .mmenu >nav {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mmenu .nav-item {
    width: 100%;
  }
  .mmenu .nav-item .nav-link {
    font-size: 16px;
    color: #212529;
    border-bottom: 1px solid #E1E9EB;
    border-radius: 0;
    padding: 21px;
    align-items: center;
  }
  .mmenu .nav-item .nav-link >a {
    display: block;
    color: #212529;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .mmenu .nav-item .nav-link.mserach {
    padding: 9px 0;
  }
  .mmenu .nav-item .nav-link.mserach .form-control {
    padding-left: 21px;
    background-color: transparent;
    border: none;
  }
  .mmenu .nav-item .nav-link.mserach .btn {
    padding-right: 21px;
  }
  .mmenu .nav-item .nav-link.mserach .autocomplete-suggestion .search_item-pict {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0;
  }
  .mmenu .nav-item .nav-link.mserach .autocomplete-suggestion .search_item-pict .search_item-img {
    width: 100%;
    padding-right: 5px;
  }
  .mmenu .nav-item .nav-link.mserach .autocomplete-suggestion .search_item-type2 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .mmenu .nav-item .nav-link.active {
    background-color: #F5F8F9;
  }
  .mmenu .nav-item .nav-link.nav-link_title {
    font-weight: 700;
  }
  .mmenu .nav-item .nav-link.nav-link-prev {
    padding-left: 42px;
    color: #244423;
  }
  .mmenu .nav-item .nav-link.submenu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .mmenu .nav-item .nav-link.submenu >a,
  .mmenu .nav-item .nav-link.nav-link-prev >a {
    padding: 21px;
  }
  .mmenu .nav-item .nav-link.nav-link-prev,
  .mmenu .nav-item .nav-link.submenu >span {
    position: relative;
    padding: 21px 35px;
    display: block;
    flex: 0 0 auto;
    max-width: 100%;
    height: 100%;
  }
  .mmenu .nav-item .nav-link.nav-link-prev:before,
  .mmenu .nav-item .nav-link.submenu >span:before {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.485 14.143' fill='%23A8AFBF'%3E%3Cpath d='M0 1.414L1.414 0l7.071 7.07-1.414 1.415z' /%3E%3Cpath d='M8.485 7.071L7.071 8.485 5.657 7.071 7.07 5.657z' class='a'/%3E%3Cpath d='M7.071 5.657l1.414 1.414-7.07 7.071L0 12.728z' /%3E%3C/svg%3E");
    position: absolute;
    height: 14px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mmenu .nav-item .nav-link.submenu:before {
    right: 14px;
  }
  .mmenu .nav-item .nav-link.nav-link-prev:before {
    left: 14px;
    transform: translateY(-50%) rotate(180deg);
  }
  .mmenu ul:not(.ui-autocomplete) {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 100%;
    overflow: visible;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    cursor: default;
    height: 100%;
    list-style: none;
    padding-left: 0;
  }
  .mmenu ul.nav_open {
    left: 0;
  }
  .mmenu.open {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  header,
  .menu-main {
    display: none;
  }
  .header-line {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    border-top: 1px solid #e75000;
  }
  .footer-empty {
    display: none;
  }
  footer .phones-box {
    display: inline-block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
  }
  footer .social {
    margin-bottom: 25px;
  }
  footer .copy .counter {
    display: none;
  }
  footer .payments {
    margin: 20px 0 0 0;
  }
  footer .links {
    margin-top: 10px;
    font-size: 12px;
  }
  .inner-page .content {
    margin-bottom: 20px;
  }
  .paths a:nth-child(1)
	.paths span {
    padding: 0 5px;
  }
  .content-gray h1 {
    font-size: 24px;
  }
  .content h1 {
    position: relative;
    font-size: 24px;
    height: 15px;
    margin-bottom: 25px;
    height: auto;
    border-bottom: none;
  }
  .content h1 > span {
    position: relative;
    z-index: 5;
  }
  .content h2 {
    font-size: 20px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .content-text img {
    width: 100%;
  }
  .content-text img.h-auto {
    width: auto !important;
    max-width: 100%;
  }
  .content-text table {
    width: 100% !important;
    max-width: 100%;
  }
  .content-text table caption {
    padding: 0 0 10px;
    font-weight: bold;
  }
  .content-text table td,
  .content-text table th {
    padding-left: 5px;
    padding-right: 5px;
  }
  .important-box {
    margin-top: 10px;
    padding: 15px 10px 12px 80px;
    background-size: 45px;
    background-position: 15px 18px;
  }
  .important-box img {
    width: auto;
  }
  .pages #id_prev,
  .pages #id_next {
    display: none;
  }
  .pages .current {
    margin: 0 6px;
  }
  .pages a {
    margin: 0 6px;
  }
  .item-control {
    line-height: 16px;
  }
  .item-control .next a,
  .item-control .prev a {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0;
    text-decoration: none !important;
  }
  .content-gray h2,
  .content-gray .h2 {
    font-size: 18px;
  }
  .orange-big {
    margin-top: 30px;
    font-size: 20px;
  }
  .banners-slider {
    height: auto;
    border-radius: 0;
  }
  .banners-slider ul li img {
    width: 100%;
    height: auto;
  }
  .banners-slider .slick-dots {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 4px;
  }
  .banners-slider .slick-dots li {
    margin: 0 3px;
  }
  .banners-slider .slick-dots button {
    margin: 0 3px;
    padding: 0;
    width: 12px;
    height: 12px;
    background: #244423;
    border: 2px solid #fff;
    border-radius: 50%;
    text-indent: -99999px;
    overflow: hidden;
  }
  .banners-slider .slick-dots .slick-active button {
    background: #fff;
  }
  .main-page .name-box,
  .main-name-box {
    margin-bottom: 25px;
  }
  .main-page .name-box:before,
  .main-page .name-box:after,
  .main-name-box:before,
  .main-name-box:after {
    display: none !important;
  }
  .main-page .name-box span,
  .main-name-box span {
    font-size: 22px;
  }
  .main-page .name-box .all,
  .main-name-box .all {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    background: none;
    padding: 0;
  }
  .shop-items > *[class*=col] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .shop-items-main ul,
  .shop-items-slider ul {
    padding: 0 10px;
  }
  .shop-items-main ul li,
  .shop-items-slider ul li {
    margin: 0 10px;
  }
  .shop-items-main .slick-prev,
  .shop-items-slider .slick-prev {
    left: -7px;
    z-index: 10;
  }
  .shop-items-main .slick-next,
  .shop-items-slider .slick-next {
    right: -7px;
    z-index: 10;
  }
  .news-main {
    border: none;
    border-top: 2px solid #d5d5d5;
    border-radius: 0;
  }
  .news-main article .date .viewed {
    display: block;
    margin: 3px 0 0 0;
  }
  .news-main article .group {
    display: none;
  }
  .reviews-main {
    border: none;
    border-top: 2px solid #d5d5d5;
    border-radius: 0;
  }
  .guestbook.reviews-main article .avatar+.item-wrap .cont {
    margin-left: 0 !important;
  }
  .content-main iframe {
    max-width: 100%;
    height: 250px;
  }
  .shop-item {
    font-size: 14px;
  }
  .shop-item .price .old {
    display: block;
    padding: 0;
  }
  .shop-item .sizes select {
    max-width: 100%;
    padding-left: 5px;
  }
  .shop-items {
    font-size: 0;
  }
  .shop-items .clear {
    display: none;
  }
  .shop-items .showed {
    right: 20px;
  }
  .inner-page .page-pic {
    display: none;
  }
  .menu-groups-left {
    display: none;
  }
  h1+.item-pic {
    margin: 0 -15px 18px -15px;
  }
  .shop-filters {
    border: none;
  }
  .shop-filters .row {
    float: none;
    margin: 0 0 15px;
  }
  .shop-filters .row select {
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
  }
  .shop-filters .row input[type=text] {
    width: 100%;
    box-sizing: border-box;
  }
  .shop-item-page .info-small-box {
    line-height: 1.4;
  }
  .shop-item-page .pics-box {
    float: none;
    width: auto;
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .shop-item-page .price-box {
    margin: 0 0 20px;
  }
  .shop-item-page .buy-box .count-box input[type=text] {
    width: 40px;
  }
  .shop-item-page .social-likes {
    display: none;
  }
  .shop-item-page .content-text.params table {
    font-size: 13px;
  }
  .tabs-box .tabs {
    height: auto;
    overflow: inherit;
    border-bottom: none;
  }
  .tabs-box .tabs > a {
    display: inline-block;
    float: none;
    padding: 8px 10px;
    margin: 0 3px 7px 0;
    font-size: 14px;
  }
  .comments-list .comment .author {
    float: none;
    margin-bottom: 5px;
    padding: 0;
  }
  .comments-list .comment .rating {
    float: none;
    margin-bottom: 8px;
  }
  .associated {
    margin-top: 30px;
  }
  .associated .name-box {
    position: relative;
    font-size: 24px;
    height: 15px;
    margin-bottom: 25px;
    height: auto;
    border-bottom: none;
  }
  .associated .name-box > span {
    position: relative;
    z-index: 5;
  }
  .associated .name-box:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    border-top: 2px solid #e75000;
  }
  .cart {
    margin: 0;
  }
  .cart .cart-list {
    display: block;
  }
  .cart .cart-list tbody {
    display: block;
  }
  .cart .cart-list tbody tr:nth-child(1) {
    display: none;
  }
  .cart .cart-row {
    position: relative;
    display: block;
    margin: 0 -15px;
    padding: 15px 15px;
    border-top: 2px solid #d5d5d5;
  }
  .cart .cart-row > td {
    display: block;
    padding: 0 0;
    border: none;
    background: none !important;
  }
  .cart .cart-list td.pic {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 15px 0 0;
  }
  .cart .cart-list td.pic .pic {
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .cart .cart-list td.pic .pic img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .cart .cart-list td.name {
    margin-left: 95px;
  }
  .cart .cart-list td.quantity,
  .cart .cart-list td.price,
  .cart .cart-list td.price-your,
  .cart .cart-list td.sum {
    clear: both;
    float: none;
    width: auto;
    margin-bottom: 8px;
    text-align: left;
  }
  .cart .cart-list td.quantity {
    clear: both;
    margin-top: 15px;
    float: left;
    width: auto;
  }
  .cart .cart-list td.del {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
  }
  .cart .cart-list td.sum {
    margin-bottom: 0;
  }
  .cart .cart-list td .caption {
    display: inline-block;
    width: 95px;
    font-size: 13.5px;
    font-weight: normal;
    color: #222222;
  }
  .cart .cart-list td.price .old {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 11px;
  }
  .cart .cart-list .total {
    display: none;
  }
  .cart-total-pda {
    display: block;
    margin: 0 -15px;
    border-top: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
  }
  .cart-total-pda .row {
    padding: 10px 15px;
  }
  .cart-total-pda .row+.row {
    border-top: 2px solid #d5d5d5;
  }
  .cart-total-pda .row strong {
    display: block;
    margin: 0 0 3px;
    font-size: 15px;
  }
  .cart-total-pda .row span {
    display: block;
    font-size: 18px;
  }
  .cart .bt-recount {
    float: left;
    margin: 18px 0 30px 0;
  }
  .cart .bt-order {
    float: right;
    margin: 15px 0 30px 0;
  }
  .order-page h2 {
    font-size: 18px;
    margin-bottom: 18px;
    height: 10px;
  }
  .order-page .step {
    padding-bottom: 15px;
  }
  .order-page .row.postcode input[type=text] {
    width: 100%;
  }
  .order-page .row.postcode .info {
    float: none;
    display: block;
    margin: 5px 0 0 0;
  }
  .order-page .step.description .row {
    margin-bottom: 0;
  }
  .order-page .privacy {
    margin: 0 0 15px;
  }
  form .privacy label {
    display: block;
  }
  .order-page .subm > div {
    width: auto;
  }
  .order-page input.bt-send-order {
    width: 290px;
    border-radius: 4px;
    background-position: center;
  }
  .order-page .deliveries table {
    display: block;
  }
  .order-page .deliveries table tbody {
    display: block;
  }
  .order-page .deliveries table tr {
    display: block;
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d5d5d5;
  }
  .order-page .deliveries table tr:last-child {
    margin-bottom: 0;
  }
  .order-page .deliveries table tr:nth-child(1) {
    display: none;
  }
  .order-page .deliveries table tr td {
    display: block;
    padding: 0;
    width: auto;
    border: none;
  }
  .order-page .deliveries table tr td:after {
    content: '';
    display: block;
    clear: both;
  }
  .order-page .deliveries table tr td:nth-child(4) {
    display: none;
  }
  .order-page .deliveries td.radio {
    width: auto;
  }
  .order-page .deliveries td.radio img {
    width: auto;
    height: 49px;
    border-radius: 4px;
  }
  .order-page .deliveries td.name {
    margin: 5px 0 0;
  }
  .order-page .deliveries .price {
    margin: 10px 0 0 0;
    width: auto;
    text-align: left;
  }
  .order-page .deliveries .total {
    margin: 8px 0 0 0;
    width: auto;
    text-align: left;
  }
  .order-page .deliveries .caption {
    display: inline-block;
    width: 108px;
  }
  .order-page .payments table {
    display: block;
  }
  .order-page .payments table tbody {
    display: block;
  }
  .order-page .payments table tr {
    display: block;
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d5d5d5;
  }
  .order-page .payments table tr:last-child {
    margin-bottom: 0;
  }
  .order-page .payments table tr:nth-child(1) {
    display: none;
  }
  .order-page .payments table tr td {
    display: block;
    padding: 0;
    width: auto;
    border: none;
  }
  .order-page .payments td.name {
    width: auto;
  }
  .order-page .payments td.name:after {
    content: '';
    display: block;
    clear: both;
  }
  .order-page .payments td.name img {
    width: auto;
    height: 45px;
    border-radius: 4px;
  }
  .order-page .payments td.name span {
    margin: 0;
    padding-top: 5px;
  }
  .order-page .payments td.descr {
    width: auto;
    margin: 10px 0 0 0;
    font-size: 12px;
  }
  .order-page .payments td.descr img {
    width: auto;
    max-width: 100%;
  }
  .success-order {
    display: none;
  }
  .fast-auth {
    float: none;
    width: auto;
    border: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 20px;
    border-radius: 0;
  }
  .fast-auth .name-box {
    font-size: 24px;
  }
  .fast-auth .form-auth-social .name-box {
    font-size: 20px;
  }
  .fast-auth input[type=text],
  .fast-auth input[type=password] {
    width: 100% !important;
  }
  .fast-reg {
    float: none;
    width: auto;
    border: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    border-top: 2px solid #d5d5d5;
    border-radius: 0;
  }
  .compare-page {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .compare-page .cart-compare th,
  .compare-page .cart-compare td {
    padding: 8px 5px;
    width: 110px;
    max-width: 120px;
    min-width: 120px;
  }
  .compare-page .col-props {
    width: 131px;
  }
  .compare-page .col-items {
    margin-left: 121px;
  }
  .compare-page .col-items > .wrap {
    margin-left: -131px;
  }
  .compare-page .cart-compare .pic-box .pic img {
    vertical-align: middle;
    max-height: 100px;
    width: auto;
  }
  .form-auth input[type=text],
  .form-auth input[type=password] {
    width: 100% !important;
  }
  .form-auth-social p {
    margin-top: 15px;
  }
  .avatar-reg-wrap {
    float: none;
    text-align: left;
    margin-bottom: 20px;
  }
  .avatar-reg-wrap .avatar {
    float: none;
  }
  .userspage .avatar {
    display: none;
  }
  .userspage h3 {
    font-size: 15px;
  }
  .guestbook article .item-wrap .cont+.answer {
    margin-left: 0;
    margin-top: 5px;
    padding: 15px 15px;
  }
  .guestbook article .avatar+.item-wrap {
    overflow: inherit;
  }
  .guestbook article .avatar+.item-wrap .answer {
    margin-left: -70px;
    margin-top: 5px;
    padding: 15px 15px;
  }
  .guestbook article .avatar+.item-wrap .cont {
    margin-left: -60px;
  }
  .guestbook article .avatar+.item-wrap .cont+.answer {
    margin-left: -60px;
  }
  .cdek-box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .glossary {
    display: block;
    width: auto;
  }
  .glossary tr {
    display: block;
  }
  .glossary tr td {
    display: block;
    padding: 0;
    margin: 0 0 8px;
    width: auto;
  }
  .menu-articles .lev1 a {
    margin: 0 3px 7px 0;
    padding: 8px 10px;
  }
  .articles-list article {
    padding-bottom: 25px;
  }
  .articles-list article > a > img {
    width: 100px;
    margin: 0 15px 10px 0;
  }
  .articles-list article .cont {
    display: inline;
    margin: 0;
  }
  .articles-list article .descr {
    clear: both;
  }
  hr.order {
    display: none;
  }
  .order-item {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    border-top: 2px solid #d5d5d5;
  }
  .order-item h2 {
    font-size: 18px;
  }
  .order-item table.shop_cart_table {
    display: none;
  }
  .order-list-items-pda {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 13px;
    background: #fbfbfb;
  }
  .order-list-items-pda .item {
    padding: 10px 15px;
    border-top: 1px dotted #d5d5d5;
  }
  .order-list-items-pda .item .marking {
    padding-right: 5px;
    font-weight: normal;
  }
  .order-list-items-pda .item .price {
    margin: 5px 0 0 0;
  }
  .order-list-items-pda .total {
    padding: 10px 15px;
    font-size: 14px;
    border-top: 1px dotted #d5d5d5;
    border-bottom: 1px dotted #d5d5d5;
  }
  .order-list-items-pda .total strong {
    padding-right: 5px;
  }
  .maillists {
    margin-left: -15px;
    margin-right: -15px;
  }
  .maillists table {
    display: block;
    border-bottom: 2px solid #d5d5d5;
    margin-bottom: 20px;
  }
  .maillists tbody {
    display: block;
  }
  .maillists tr {
    display: block;
    padding: 20px 15px;
    border-top: 2px solid #d5d5d5;
  }
  .maillists tr:nth-child(1) {
    display: none;
  }
  .maillists tr td {
    display: block;
    border: none;
    padding: 0;
    text-align: left;
  }
  .maillists .name {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .maillists .descr {
    margin: 0 0 10px;
    font-size: 13px;
  }
  .maillists .type {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .maillists .input {
    display: inline-block;
  }
  .maillists > p {
    text-align: center;
  }
  .accounts {
    margin-left: -15px;
    margin-right: -15px;
  }
  .accounts table {
    margin: 0 0 20px;
    width: 100%;
  }
  .accounts table th:nth-child(3),
  .accounts table td:nth-child(3) {
    display: none;
  }
  .accounts table th {
    padding: 10px 5px;
  }
  .accounts table td {
    padding: 5px 5px;
    font-size: 13px;
    text-align: center;
  }
  .accounts table .descr {
    text-align: left;
  }
  #popup-cont > div {
    max-width: 97%;
    min-width: 300px;
    padding: 15px 15px 20px 15px;
    box-sizing: border-box;
  }
  #popup-cont .close {
    top: -5px;
    right: -5px;
  }
  .popup-box .title-box {
    font-size: 24px;
    height: 15px;
  }
  .popup-box .form-auth-social .name-box {
    font-size: 18px;
  }
  .form-popup input[type=text],
  .form-popup input[type=password] {
    width: 100% !important;
    box-sizing: border-box;
  }
  a.highslide-credits,
  a.highslide-credits i {
    display: none !important;
  }
  .pages-menu-grid .item {
    width: 33.33333%;
  }
  .pages-menu-grid .item > i {
    height: 80px;
  }
  .advants-main .advants-item {
    width: 50%;
    padding-bottom: 30px;
  }
  .advants-main .advants-item .name {
    font-size: 17px;
  }
  .bt-green {
    background: #244423;
  }
  input.bt-orange {
    background: #ed5402;
  }
  .avm-shop-item-prev-next-link svg {
    cursor: pointer;
  }
  .avm-shop-item-prev-next-link .avm-column:first-child a,
  .avm-shop-item-prev-next-link .avm-column:last-child a {
    display: none;
  }
  footer .avm-header,
  footer .avm-links,
  footer .avm-menu-information,
  footer .info,
  footer .social,
  footer .payments,
  footer .avm-copyrignt {
    text-align: center;
  }
  footer .phone_block >.d-flex {
    justify-content: center;
  }
  footer .phone_block >.d-flex >div {
    width: 160px;
  }
  footer .avm-links,
  footer .avm-menu-information {
    padding-left: 0;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.redSup {
  color: #e75000;
}
.form-control.required.valid,
.form-control.required.invalid {
  padding-right: calc(2.25em);
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
textarea.form-control.required.valid,
textarea.form-control.required.invalid {
  padding-right: calc(2.25em);
  background-position: top calc(0.5625em) right calc(0.5625em);
}
.form-control.required.valid {
  border-color: #28a745;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%2328a745' viewBox='0 0 8 8'%3e%3cpath d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control.required.invalid {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}
div.invalid {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}