#cookie_banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 20px;
  color: #bbbbbb;
  font-size: 15px;
  letter-spacing: 0.5px;
  gap: 20px;
  z-index: 11;
}
#cookie_banner a {
  white-space: nowrap;
  color: #fff;
}
#cookie_banner .btn {
  white-space: nowrap;
}
h1, h2, h3 {
  font-weight: 600;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
a {
  transition: color ease 0.5s;
  color: #000;
  text-decoration: none;
}
a:active, a:hover {
  color: #aaa;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.policy_notification {
  font-size: 14px;
  margin-top: 10px;
  color: #aaa;
}
.policy_notification a {
  color: #aaa;
  text-decoration: underline;
}
.bottom_messengers {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.bottom_messengers a {
  display: inline-block;
  margin-left: 10px;
}
.bottom_messengers a img {
  height: 40px;
  width: auto;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fa-ruble-sign {
  font-size: 0.85em;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-around {
  justify-content: space-around;
}
.flex-center {
  justify-content: center;
}
.flex-left {
  justify-content: left;
}
.flex-right {
  justify-content: flex-end;
}
.flex-flex-start {
  align-items: flex-start;
}
.flex-flex-end {
  align-items: flex-end;
}
.text-xsm {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.text-lg {
  font-size: 18px;
}
.text-slg {
  font-size: 20px;
}
.text-xlg {
  font-size: 24px;
}
.text-gray {
  color: #aaa;
}
.text-lt {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.text-up {
  text-transform: uppercase;
}
.text-spaced {
  letter-spacing: 0.05em;
}
.text-b {
  font-weight: 700;
}
.text-l {
  font-weight: 300;
}
.text-sl {
  font-weight: 200;
}
.scrollhide::-webkit-scrollbar {
  display: none;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.text-mylt {
  text-decoration: none;
  position: relative;
}
.text-mylt:after {
  content: "";
  border-bottom: 1px solid #151515;
  position: absolute;
  left: -6%;
  right: -6%;
  top: 50%;
}
.block_gray {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
}
.btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background-color: #151515;
  outline: none;
  border: 1px solid black;
  border-radius: 5px;
  color: white;
  padding: 6px 25px;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  margin: 5px;
  transition: ease 0.4s color, ease 0.4s background, ease 0.4s border-color;
  background-repeat: no-repeat;
  background-position: center;
}
.btn:hover, .btn.active {
  color: white;
  background-color: #555;
  border-color: #555;
}
.btn:active {
  color: white;
  background-color: #aaa;
}
.btn.is-loading {
  color: rgba(255, 255, 255, 0);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2236%22%20height%3D%228%22%20viewBox%3D%220%200%2036%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20from%3D%222%22%20to%3D%224%22%20begin%3D%220s%22%20dur%3D%22999ms%22%20values%3D%221%3B4%3B1%22%20repeatCount%3D%22indefinite%22/%3E%0A%20%20%20%20%20%20%20%20%3C/circle%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%224%22%20r%3D%224%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20from%3D%222%22%20to%3D%224%22%20begin%3D%22333ms%22%20dur%3D%22999ms%22%20values%3D%221%3B4%3B1%22%20repeatCount%3D%22indefinite%22/%3E%0A%20%20%20%20%20%20%20%20%3C/circle%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2232%22%20cy%3D%224%22%20r%3D%224%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20from%3D%222%22%20to%3D%224%22%20begin%3D%22666ms%22%20dur%3D%22999ms%22%20values%3D%221%3B4%3B1%22%20repeatCount%3D%22indefinite%22/%3E%0A%20%20%20%20%20%20%20%20%3C/circle%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
}
.input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  min-height: 36px;
  display: inline-block;
  background: #fff;
  outline: none;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 1em;
  padding: 6px 8px;
  font-weight: 400;
  margin: 5px;
  line-height: 1.42857143;
  resize: none;
}
.input.choosen {
  height: 33px;
  min-height: 33px;
  margin: 0;
  overflow: hidden;
}
.btn-transparent {
  background: none;
  border: 1px solid black;
  color: #151515;
}
.btn-transparent .fa, .btn-transparent .far, .btn-transparent .fab {
  color: #151515;
}
.btn-transparent:hover {
  box-shadow: none;
}
.btn-transparent:active {
  box-shadow: none;
}
.btn-transparent:active .fa, .btn-transparent:active .far, .btn-transparent:active .fab, .btn-transparent:hover .fa, .btn-transparent:hover .far, .btn-transparent:hover .fab {
  color: #fff;
}
.btn-disabled {
  background: #aaa;
  border-color: #aaa;
}
.btn-disabled:hover {
  background: #aaa;
  border-color: #aaa;
}
.btn-lg {
  padding: 11px 45px;
}
.input-lg {
  padding: 11px 25px;
}
.btn-sm {
  font-size: 14px;
  padding: 3px 22px;
}
.btn-xsm {
  font-size: 14px;
  padding: 3px 22px;
}
.input-sm {
  font-size: 1em;
  padding: 3px 12px;
}
.fullwidth {
  width: 100%;
}
.fancybox {
  cursor: pointer;
}
.pic {
  display: inline-block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pic:before {
  content: "";
  display: block;
  padding-bottom: 133.33%;
}
.pic.nophoto {
  background-size: cover;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.uo_wrapper {
  max-width: 1280px;
  padding: 0 24px;
  margin: 0 auto;
}
img {
  width: 100%;
}
.uo_topline {
  background: #666666;
  color: #fff;
  font-size: 0.9em;
}
.uo_topline .uo_wrapper {
  max-width: 1440px;
}
.uo_topline .uo_city_chooser a {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.uo_topline a {
  color: #fff;
  padding: 5px;
}
.uo_topline .uo_strong a {
  font-weight: 400;
  padding-left: 8px;
  padding-right: 8px;
}
.uo_topline .uo_strong a.uo_red_link {
  background: #EC4440;
  color: #fff;
}
.uo_topline .uo_strong a.uo_white_link {
  color: #EC4440;
}
.uo_topline .uo_topline_right a {
  padding-left: 57px;
  padding-right: 57px;
}
#uo_head {
  line-height: 1;
  background-color: #fff;
  padding-top: 20px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  padding-bottom: 15px;
}
#uo_head .uo_wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
#uo_head a {
  padding: 5px;
}
#uo_head .uo_logo {
  text-align: center;
}
#uo_head .uo_logo a {
  padding: 0;
}
#uo_head .uo_phone_etc {
  text-align: right;
}
#uo_head .uo_phone_etc a {
  padding: 5px 15px;
  font-size: 1em;
}
#uo_head .uo_phone_etc .uo_phone_etc_in {
  align-items: flex-start;
  justify-content: flex-end;
}
#uo_head .uo_phone_etc .uo_phone_etc_in a img, #uo_head .uo_phone_etc .uo_phone_etc_in a svg {
  width: auto;
  height: 1.2em;
}
#uo_head .uo_phone_etc .uo_phone_etc_in div:last-child a {
  padding-right: 0;
}
#uo_head .uo_phone_etc .uo_phone_etc_in .uo_phone {
  font-weight: 500;
  line-height: 1.25;
}
#uo_head .uo_phone_etc .uo_phone_etc_in .uo_ordercall {
  color: #EC4440;
  text-transform: uppercase;
  font-size: 0.75em;
  display: inline-block;
}
#uo_head a.uo_red_link {
  color: #EC4440;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}
.sticky + .uo_head_sticky_space {
  height: 123px;
}
.uo_head_sticky_space {
  width: 100%;
}
.uo_prevelegies {
  background: #f5f5f5;
  color: #151515;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 11px;
}
.uo_prevelegies_bottom {
  margin-top: 92px;
  background: #555;
}
.uo_prevelegies_bottom a {
  color: #fff;
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
}
.uo_back_bread .back_inner {
  width: 100px;
}
.uo_back_bread .bread_inner {
  flex-grow: 1;
  width: auto;
}
.uo_bread {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  list-style: none;
  padding-left: 0px;
}
.uo_bread li {
  display: inline-block;
}
.uo_bread li a {
  color: #aaa;
}
.uo_bread li:after {
  content: "/";
  color: #aaa;
  margin-left: 8px;
  margin-right: 8px;
}
.uo_bread li:last-child:after {
  content: none;
}
.pagination li {
  display: inline;
}
.pagination li a {
  padding: 20px;
}
.pagination li.disabled a {
  color: #aaa;
  cursor: default;
}
#uo_content {
  min-height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
}
.uo_subscribe {
  padding-top: 55px;
  padding-bottom: 45px;
}
.uo_subscribe h2 {
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.uo_subscribe .flex {
  margin-top: 53px;
  justify-content: center;
}
.uo_subscribe .flex .input {
  width: 530px;
  margin-right: 10px;
  display: inline-block;
}
.uo_watch_order {
  padding: 33px 0;
  padding-bottom: 42px;
}
#uo_foot {
  font-size: 14px;
  background-color: #666666;
  padding: 23px 0;
}
#uo_foot .parent {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto auto;
  gap: 8px 1px;
  grid-template-areas: "div3 div1 div1 div4" "div5 div5 div5 div5" "div7 div7 div7 div6";
}
#uo_foot .div1 {
  grid-area: div1;
}
#uo_foot .div3 {
  grid-area: div3;
}
#uo_foot .div4 {
  grid-area: div4;
}
#uo_foot .div5 {
  grid-area: div5;
}
#uo_foot .div6 {
  grid-area: div6;
}
#uo_foot .div7 {
  grid-area: div7;
}
#uo_foot .logo_wrap a {
  display: block;
  line-height: 1;
}
#uo_foot .logo_wrap img {
  width: auto;
  height: 35px;
}
#uo_foot .logo_wrap img path {
  fill: white;
}
#uo_foot .menu_wrap {
  margin-top: 15px;
}
#uo_foot .menu_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#uo_foot .menu_wrap a {
  color: #fff;
}
#uo_foot .menu_wrap .uo_red_link {
  color: #EC4440;
}
#uo_foot .uo_foot_social {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
}
#uo_foot .uo_foot_social a {
  margin-right: 5px;
  display: block;
  line-height: 1;
}
#uo_foot .uo_foot_social a img {
  height: 30px;
  width: auto;
}
#uo_foot .uo_foot_phone {
  text-align: right;
}
#uo_foot .uo_foot_phone a {
  color: #fff;
  display: block;
  line-height: 1.1;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
#uo_foot .uo_foot_phone a.uo_ordercall {
  color: #EC4440;
  font-size: 11.8px;
  text-transform: uppercase;
  white-space: nowrap;
}
#uo_foot .uo_foot_phone a.uo_address {
  font-size: 1em;
  margin: 5px 0px;
}
#uo_foot .second_menu ul {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
#uo_foot .second_menu a {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 20px;
  font-weight: bold;
}
#uo_foot .small_text {
  margin-top: 10px;
  font-size: 10px;
  color: #fff;
  color: #b3b3b3;
}
#uo_foot .pay_meths {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  min-width: 180px;
  color: #fff;
  font-size: 12px;
}
#uo_foot .pay_meths img {
  height: 50px;
  margin-left: 10px;
  width: auto;
}
.cartLink {
  position: relative;
}
.cartLink .cartLinkCount {
  line-height: 1;
  border-radius: 4px;
  font-size: 0.7em;
  position: absolute;
  top: 0;
  font-weight: 600;
  right: 0;
  padding: 3px 3px 2px 3px;
  background: #333;
  color: white;
}
.cartLink .cartLinkCount:empty {
  display: none;
}
@media (max-width: 1440px) {
  #uo_head .uo_wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
  .uo_topline .uo_wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .cartLink .cartLinkCount {
    top: -9px;
    right: -4px;
  }
  body {
    padding-top: 52px;
  }
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  #uo_head img {
    width: 94%;
  }
  #uo_head .uo_top_mobile_menu a {
    padding: 0;
    display: block;
    line-height: 0;
  }
  #uo_head .uo_top_mobile_menu img, #uo_head .uo_top_mobile_menu svg {
    height: 17px;
  }
  #uo_head .uo_wrapper {
    width: auto;
    padding: 0 3vw;
  }
  .uo_under_head_mobile {
    font-size: 14px;
    font-weight: 500;
  }
  .sticky + .uo_head_sticky_space {
    height: 52px;
  }
  .uo_head_sticky_space {
    height: 52px;
  }
  .moblie100 {
    width: 100%;
  }
  .uo_wrapper {
    width: auto;
    padding: 0 3vw;
  }
  .uo_wrapper_nopadding {
    padding: 0;
  }
  .breadcrumb {
    font-size: 0.8em;
  }
  .uo_subscribe .flex .input {
    width: auto;
  }
  #uo_foot .parent {
    grid-template-columns: 50% 50%;
    grid-template-areas: "div1 div1" "div5 div3" "div5 div4" "div5 div6" "div7 div7";
  }
  #uo_foot .logo_wrap {
    margin-bottom: 15px;
  }
  #uo_foot .logo_wrap img {
    height: 42px;
  }
  #uo_foot img {
    width: 38%;
  }
  #uo_foot .menu_wrap {
    margin-top: 0;
  }
  #uo_foot .menu_wrap ul {
    display: block;
    text-align: left;
  }
  #uo_foot .uo_foot_social {
    display: block;
    text-align: right;
    white-space: nowrap;
  }
  #uo_foot .uo_foot_social a {
    margin: 0 5px;
    display: inline-block;
    line-height: 1;
  }
  #uo_foot .uo_foot_social a:first-child {
    margin-left: 0;
  }
  #uo_foot .uo_foot_social a:last-child {
    margin-right: 0;
  }
  #uo_foot .uo_foot_social a img {
    height: 37px;
  }
  #uo_foot .uo_foot_phone {
    margin-top: 0px;
    text-align: right;
  }
  #uo_foot .uo_foot_phone a.uo_phone {
    font-size: 20px;
  }
  #uo_foot .uo_foot_phone a.uo_ordercall {
    font-size: 11.7px;
  }
  #uo_foot .second_menu ul {
    display: block;
    text-align: left;
  }
  #uo_foot .second_menu a {
    font-size: 14px;
    margin-right: 0px;
  }
  #uo_foot .small_text {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
  }
  #uo_foot .pay_meths {
    display: block;
    text-align: right;
    min-width: 0;
  }
  #uo_foot .pay_meths img {
    height: 54px;
    margin: 0;
  }
  #uo_foot .pay_meths div {
    display: inline-block;
    margin: 0 5px;
  }
  #uo_foot .pay_meths div:first-child {
    margin-left: 0;
  }
  #uo_foot .pay_meths div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  #uo_head .uo_wrapper {
    width: auto;
    padding: 0 3vw;
  }
  .uo_wrapper {
    width: auto;
    padding: 0 3vw;
  }
  .uo_prevelegies_bottom a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .uo_watch_order .btn {
    width: 100%;
    margin: auto 0;
  }
  .uo_subscribe .flex .input, .uo_subscribe .flex .btn {
    width: 100%;
    margin: 10px 0;
  }
  #uo_foot .parent {
    grid-template-columns: auto;
    gap: 12px 1px;
    grid-template-areas: "div1" "div4" "div3" "div5" "div6" "div7";
  }
  #uo_foot .logo_wrap {
    margin-bottom: 0px;
  }
  #uo_foot .logo_wrap img {
    width: 76%;
    height: auto;
  }
  #uo_foot .uo_foot_social {
    display: block;
    text-align: center;
    white-space: nowrap;
  }
  #uo_foot .uo_foot_social a {
    margin: 0 3px;
    display: inline-block;
    line-height: 1;
  }
  #uo_foot .uo_foot_social a:first-child {
    margin-left: 0;
  }
  #uo_foot .uo_foot_social a:last-child {
    margin-right: 0;
  }
  #uo_foot .uo_foot_social a img {
    height: 38px;
  }
  #uo_foot .uo_foot_phone {
    margin-top: 0px;
    text-align: center;
  }
  #uo_foot .uo_foot_phone a.uo_phone {
    font-size: 19px;
  }
  #uo_foot .uo_foot_phone a.uo_ordercall {
    font-size: 11.2px;
  }
  #uo_foot .second_menu ul {
    display: block;
    text-align: center;
  }
  #uo_foot .second_menu a {
    font-size: 14px;
    margin-right: 0px;
  }
  #uo_foot .small_text {
    margin-top: 0px;
    font-size: 11px;
    text-align: center;
  }
  #uo_foot .pay_meths {
    display: block;
    text-align: center;
    min-width: 0;
  }
  #uo_foot .pay_meths img {
    height: 54px;
    margin: 0;
  }
  #uo_foot .pay_meths div {
    display: inline-block;
    margin: 0 3px;
  }
  #uo_foot .pay_meths div:first-child {
    margin-left: 0;
  }
  #uo_foot .pay_meths div:last-child {
    margin-right: 0;
  }
}
