@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
* {
  box-sizing: border-box;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex-js-sa {
  justify-content: space-around;
}

.flex-d-c {
  flex-direction: column;
}

.flex-ai-fe {
  align-items: flex-end;
}

.flex-ai-st {
  align-items: stretch;
}

.flex-st {
  justify-content: flex-start;
  gap: 20px;
}

p {
  margin-top: 0;
}

a {
  color: inherit;
}

input, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
}

input {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body {
  font-family: "PT Sans";
  font-size: 14px;
  color: #505050;
  padding: 0;
  margin: 0;
  background: url("/usertpl/i/newyear-bg.png") #fff;
}

.btn {
  text-decoration: none;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #0b4e7a;
  border-radius: 2px;
  background: linear-gradient(to bottom, #3abff6, #00a0e3);
  height: 39px;
  line-height: 39px;
  text-align: center;
}

.btn.disabled {
  background: #b7b8b9;
  border-color: #626364;
}

.btn.pad {
  padding: 5px 40px;
}

.invalid {
  border-color: red !important;
  box-shadow: 0 0 3px red;
}

.gtitle {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.gtitle::before {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background: #dfdfdf;
  content: "";
}

.gtitle .text {
  display: inline-block;
  color: #464b4f;
  font-size: 22px;
  font-family: "Open Sans";
  font-weight: 600;
  padding: 0 50px;
  position: relative;
  background: #fff;
}

.stitle {
  color: #434443;
  font-size: 17px;
  font-family: "Open Sans";
  font-weight: 600;
  padding: 0 0 15px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}

.gwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.tar {
  text-align: right;
}

.top {
  font-size: 12px;
  color: #5e5c5c;
  font-family: Arial;
  padding: 12px 0 0;
  background: #f6f6f6;
}

.top a {
  margin-bottom: 12px;
  display: inline-block;
  text-decoration: none;
}

.top .menu a {
  margin-right: 35px;
  transition: 0.2s;
}

.top .links a {
  margin-left: 20px;
  padding-left: 15px;
  background: no-repeat left center;
  transition: 0.2s;
  cursor: pointer;
}

.top .links .reg {
  background-image: url(/usertpl/i/2017/top-reg.png);
}

.top .links .lc {
  background-image: url(/usertpl/i/2017/top-lc.png);
}

.top .links .logout {
  background-image: url(/usertpl/i/2018/logout.png);
}

.top a:hover {
  color: #E5950D;
}

.head {
  padding: 16px 0 4px;
}

.head .logo {
  display: block;
  background: url(/usertpl/i/2022/logo-2022-09-14.png) no-repeat center center/contain;
  width: 499px;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}

.head .logo::after {
  content: "";
  display: block;
  background: url("/usertpl/i/newyear-shapka-2023.png") no-repeat center/contain;
  width: 45px;
  height: 30px;
  position: absolute;
  top: -11px;
  right: -15px;
}
@media (max-width: 992px) {
  .head .logo::after {
    width: 30px;
    height: 20px;
    top: -2px;
    right: -10px;
  }
}

.head .phoneblock {
  padding-left: 67px;
  background: url(/usertpl/i/2022/head-phoneblock.png) no-repeat left center;
  height: 49px;
  margin-bottom: 20px;
  position: relative;
}

.head .phoneblock .abs-recall {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 45px;
  cursor: pointer;
}

.head .phoneblock .t {
  color: #5e5c5c;
  font-size: 12px;
  font-family: Arial;
}

.head .phoneblock .t .recall {
  color: #00a0e3;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.head .phoneblock .t .recall:hover {
  color: #E5950D;
}

.head .phoneblock .t .email {
  color: #00a0e3;
  text-decoration: none;
  margin-right: 10px;
}

.head .phoneblock .t .email:hover {
  color: #E5950D;
}

.head .phoneblock .b {
  font-family: "Open Sans";
  font-weight: 600;
  color: #00a0e3;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.head .phoneblock .b span {
  font-weight: 400;
  color: #7d7c7c;
  font-size: 20px;
  margin-right: 11px;
}

.head .phoneblock .b.small {
  font-size: 18px;
  line-height: 17px;
}

.head .phoneblock .b.small span {
  font-size: 16px;
}

.head .phoneblock .whats {
  background: url(/usertpl/i/2022/whatsapp.png) no-repeat center center/contain;
  width: 40px;
  height: 21px;
  display: inline-block;
}

.head .cart {
  padding: 0 10px 0 74px;
  background: url(/usertpl/i/2022/head-cart.png) no-repeat left center;
  height: 49px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #5e5c5c;
  position: relative;
}

.head .cart .abs-cart {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 45px;
}

.head .cart a {
  display: block;
  text-decoration: underline;
  color: #00a0e3;
}

.head .cart a:hover {
  color: #E5950D;
}

.head .cart span {
  color: #00a0e3;
}

.head .mobilemenu {
  display: none;
  color: #fff;
  position: relative;
  font-family: Arial;
}

.head .mobilemenu .line {
  background: #00a0e3;
  height: 1px;
  margin-bottom: 12px;
}

.head .mobilemenu .title {
  background: url(/usertpl/i/2017/menu.png) no-repeat 19px center #00a0e3;
  background-size: 19px;
  width: 133px;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 5px 14px 56px;
  border-radius: 4px;
  cursor: pointer;
}

.head .mobilemenu .content {
  display: none;
  background: #00a0e3;
  border-radius: 4px;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 2;
  padding: 15px 14px 6px;
  width: 200px;
}

.head .mobilemenu .content a {
  display: block;
  text-decoration: none;
}

.head .mobilemenu .content .item {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 0 7px;
}

.head .mobilemenu .links a {
  font-size: 13px;
  margin-bottom: 6px;
  background: no-repeat left center;
  padding: 0 0 0 18px;
}

.head .mobilemenu .links .reg {
  background-image: url(/usertpl/i/2017/mobilemenu-reg.png);
}

.head .mobilemenu .links .lc {
  background-image: url(/usertpl/i/2017/mobilemenu-lc.png);
}

.ctlmenu {
  background: linear-gradient(to bottom, #3abff6, #00a0e3);
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 13px 90px;
  margin-bottom: 12px;
}

.ctlmenu .open {
  background: url(/usertpl/i/2017/menu.png) no-repeat center center/contain;
  width: 22px;
  height: 20px;
  cursor: pointer;
  display: none;
  margin-bottom: 6px;
}

.ctlmenu .item {
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.ctlmenu .item.active::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -8px;
  background: #727270;
  position: absolute;
}

.ctlmenu .item:hover::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -8px;
  background: #727270;
  position: absolute;
}

.ctlmenu .item:hover .sub {
  display: block;
}

.ctlmenu .item .sub {
  position: absolute;
  top: 35px;
  left: 0;
  background: #00a0e3;
  z-index: 5;
  min-width: 200px;
  display: none;
}

.ctlmenu .item .sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
  position: absolute;
}

.ctlmenu .item .sitem {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
}

.upfooter {
  background: #f6f6f6;
  padding: 30px 0 15px;
  color: #434444;
  line-height: 22px;
}

.upfooter span {
  color: #00a0e3;
}

.upfooter a {
  color: #00a0e3;
  display: block;
  text-decoration: none;
}

.upfooter a:hover {
  color: #E5950D;
}

.upfooter .block {
  margin-bottom: 15px;
}

.upfooter .phone {
  font-size: 22px;
  font-weight: bold;
  color: #00a0e3;
}

.upfooter .phone span {
  font-weight: normal;
  color: #7d7c7c;
}

.upfooter .recall {
  background: url(/usertpl/i/2022/upfooter-recall.png) no-repeat left center;
  padding-left: 24px;
  color: #00a0e3;
  border-bottom: 1px dashed;
  display: inline-block;
  cursor: pointer;
}

.slider {
  position: relative;
}

.slider .arrow {
  position: absolute;
  width: 28px;
  height: 58px;
  background: no-repeat center center #f2f2f2;
  top: calc(50% - 29px);
  cursor: pointer;
  z-index: 5;
}

.slider .arrow.l {
  background-image: url(/usertpl/i/2017/sld-arrow-l.png);
  left: 0;
}

.slider .arrow.r {
  background-image: url(/usertpl/i/2017/sld-arrow-r.png);
  right: 0;
}

.slider.otherctl {
  margin-bottom: 100px;
}

.slider {
  margin-bottom: 45px;
}

.slider .shina-list {
  width: 100%;
  margin: 0;
  text-align: center;
}

.slider .shina-list .cartline {
  display: none;
}

.slider .shina-list.listview .img {
  width: 100%;
  height: 204px;
}

.slider .shina-list > a {
  font-size: 15px;
  margin: 0;
  flex-wrap: wrap;
}

.slider .shina-list.listview > a span {
  width: 100%;
  padding: 15px 0 0;
  line-height: 20px;
  text-align: center;
  min-height: 75px;
}

.slider .shina-list .priceline {
  justify-content: center;
  margin: 10px 0 0;
}

.slider .shina-list .price {
  width: 100%;
}

.slider .shina-list .have {
  width: 100%;
  height: 25px;
}

.slider .shina-list .ship {
  height: 25px;
}

.slider .shina-list .count {
  width: 100%;
}

.slider .shina-list .incart {
  width: 100%;
  margin: 5px 0 0;
  padding: 0 27px 0 0;
}

.slider .shina-list.listview .priceline {
  width: 100%;
  padding: 5px 0;
}

.mainslider {
  position: relative;
  width: calc(50% - 6px);
}

.mainslider .arrow {
  position: absolute;
  width: 28px;
  height: 58px;
  background: no-repeat center center #f2f2f2;
  top: 50%;
  margin-top: -29px;
  cursor: pointer;
  z-index: 5;
}

.mainslider .arrow.l {
  background-image: url(/usertpl/i/2017/sld-arrow-l.png);
  left: 0;
}

.mainslider .arrow.r {
  background-image: url(/usertpl/i/2017/sld-arrow-r.png);
  right: 0;
}

.mainslider .item {
  height: 270px;
  background: no-repeat center center/cover;
  display: block;
}

.mainslider2 {
  position: relative;
  margin: 0 0 12px;
}
.mainslider2 .arrow {
  position: absolute;
  width: 28px;
  height: 58px;
  background: no-repeat center center #f2f2f2;
  top: 50%;
  margin-top: -29px;
  cursor: pointer;
  z-index: 5;
}
.mainslider2 .arrow.l {
  background-image: url(/usertpl/i/2017/sld-arrow-l.png);
  left: 0;
}
.mainslider2 .arrow.r {
  background-image: url(/usertpl/i/2017/sld-arrow-r.png);
  right: 0;
}

.slider2 {
  height: 310px;
  background: no-repeat center center/cover;
  display: block;
}

.sectslider {
  margin-bottom: 45px;
}

.sectslider .item {
  display: block;
  width: 230px;
  color: #00a0e3;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.sectslider .item:hover {
  color: #E5950D;
}

.sectslider .item img {
  height: 110px;
  display: block;
  margin: 0 auto 20px;
  width: auto !important;
}

.sections {
  margin-bottom: 45px;
}

.sections .item {
  display: block;
  width: 230px;
  margin-bottom: 30px;
  color: #00a0e3;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.sections .item:hover {
  color: #E5950D;
}

.sections .item img {
  height: 110px;
  display: block;
  margin: 0 auto 20px;
}

.shina-list {
  width: 222px;
  margin-bottom: 65px;
  position: relative;
}

.slider .shina-list {
  margin-bottom: 0;
}

.shina-list .labels {
  position: absolute;
  top: 0;
  left: 0;
}

.shina-list .labels div {
  width: 43px;
  height: 29px;
  margin-bottom: 1px;
}

.shina-list .labels .discount {
  background: url(/usertpl/i/2017/label-discount.png);
}

.shina-list .labels .hit {
  background: url(/usertpl/i/2017/label-hit.png);
}

.shina-list .labels .new {
  background: url(/usertpl/i/2017/label-new.png);
}

.shina-list .labels .label-akc {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #f0aa11, #c35500);
}

.shina-list a {
  color: #00a0e3;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.shina-list a:hover {
  color: #E5950D;
}

.shina-list a span {
  display: block;
  min-height: 44px;
  line-height: 22px;
}

.shina-list .img {
  margin: 0 auto 10px;
  height: 204px;
  background: no-repeat center center/contain;
}

.shina-list .sezon {
  font-size: 12px;
  font-family: Arial;
  height: 24px;
  line-height: 24px;
  padding-left: 25px;
  background: no-repeat left center;
  display: inline-block;
}

.shina-list .sezon.all {
  background-image: url(/usertpl/i/2017/sezon-all.png);
}

.shina-list .sezon.summer {
  background-image: url(/usertpl/i/2017/sezon-summer.png);
}

.shina-list .sezon.winter {
  background-image: url(/usertpl/i/2017/sezon-winter.png);
}

.shina-list .ship {
  font-size: 12px;
  font-family: Arial;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}

.shina-list .ship span {
  display: block;
  background: url(/usertpl/i/2017/ship.png) no-repeat left center;
  padding-left: 25px;
}

.shina-list .priceline {
  margin-bottom: 18px;
  margin-top: 20px;
}

.shina-list .price {
  font-size: 20px;
  font-family: Arial;
}

.shina-list .have {
  line-height: 25px;
  color: #ff7408;
}

.shina-list .have span {
  color: #00a0e3;
  font-weight: 700;
  font-size: 20px;
}

.shina-list .incart {
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #0b4e7a;
  border-radius: 2px;
  background: url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px, linear-gradient(to bottom, #3abff6, #00a0e3);
  height: 34px;
  padding-left: 17px;
  line-height: 34px;
}

.shina-list .incart.disabled {
  background: #b7b8b9 url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px;
  border-color: #626364;
}

.shina-list .incart:hover {
  background: url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px, linear-gradient(to bottom, #f0aa11, #c35500);
  border-bottom: 3px solid #964401;
}

.shina-list .incart.disabled:hover {
  background: #b7b8b9 url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px;
  border-color: #626364;
}

.shina-list .oneclick {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #964401;
  border-radius: 2px;
  background: linear-gradient(to bottom, #f0aa11, #c35500);
  height: 34px;
  width: 100%;
  line-height: 34px;
  text-align: center;
  margin: 6px 0 10px;
}

.shina-list .count {
  width: 100%;
  height: 34px;
  border: solid #eeeeee;
  border-width: 1px 0px 3px 0px;
  border-radius: 2px;
  justify-content: space-between;
}

.shina-list .count input {
  width: 35px;
  background: #fff;
  text-align: center;
  height: 30px;
  padding: 0;
  line-height: 30px;
}

.shina-list .carrow {
  width: 23px;
  background: no-repeat center center #eeeeee;
  height: 30px;
  cursor: pointer;
}

.shina-list .carrow.l {
  background-image: url(/usertpl/i/2017/shinalist-arrow-l.png);
}

.shina-list .carrow.r {
  background-image: url(/usertpl/i/2017/shinalist-arrow-r.png);
}

.shina-list .pricearea {
  width: 100%;
}

.shina-list .pricearea .col:nth-child(1) {
  width: 40%;
}

.shina-list .pricearea .col:nth-child(2) {
  width: 55%;
}

.shina-list.listview {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f3f3;
}

.shina-list.listview > .flex {
  width: 240px;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
}

.shina-list.listview > a {
  display: flex;
  width: 100%;
  max-width: 400px;
}

.shina-list.listview > a span {
  width: calc(100% - 100px);
  padding: 0 0 0 15px;
}

.shina-list.listview .img {
  width: 100px;
  height: 70px;
  margin: 0;
}

.shina-list.listview .sezon {
  width: 100%;
}

.shina-list.listview .ship {
  width: 100%;
}

.shina-list.listview .priceline {
  width: 110px;
  margin: 0;
}

.shina-list.listview .price {
  width: 100%;
  padding: 0;
}

.shina-list.listview .params {
  width: 100px;
}

.shina-list.listview .pricearea .col:nth-child(2) {
  margin: 0 0 0 5%;
}

.pricep-list {
  width: 222px;
  margin-bottom: 65px;
  position: relative;
}

.slider .pricep-list {
  margin-bottom: 0;
}

.pricep-list .labels {
  position: absolute;
  top: 0;
  left: 0;
}

.pricep-list .labels div {
  width: 43px;
  height: 29px;
  margin-bottom: 1px;
}

.pricep-list .labels .discount {
  background: url(/usertpl/i/2017/label-discount.png);
}

.pricep-list .labels .hit {
  background: url(/usertpl/i/2017/label-hit.png);
}

.pricep-list .labels .new {
  background: url(/usertpl/i/2017/label-new.png);
}

.pricep-list a {
  color: #00a0e3;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}

.pricep-list a:hover {
  color: #E5950D;
}

.pricep-list a span {
  display: block;
  min-height: 44px;
  line-height: 22px;
}

.pricep-list .img {
  margin: 0 auto 10px;
  height: 204px;
  background: no-repeat center center/contain;
}

.pricep-list .sezon {
  font-size: 12px;
  font-family: Arial;
  height: 24px;
  line-height: 24px;
  padding-left: 25px;
  background: no-repeat left center;
  display: inline-block;
}

.pricep-list .sezon.all {
  background-image: url(/usertpl/i/2017/sezon-all.png);
}

.pricep-list .sezon.summer {
  background-image: url(/usertpl/i/2017/sezon-summer.png);
}

.pricep-list .sezon.winter {
  background-image: url(/usertpl/i/2017/sezon-winter.png);
}

.pricep-list .ship {
  background: url(/usertpl/i/2017/ship.png) no-repeat left center;
  font-size: 12px;
  font-family: Arial;
  height: 24px;
  line-height: 24px;
  padding-left: 25px;
  display: inline-block;
}

.pricep-list .priceline {
  margin-bottom: 18px;
  margin-top: 20px;
}

.pricep-list .price {
  font-size: 21px;
  font-family: Arial;
}

.pricep-list .have {
  line-height: 25px;
}

.pricep-list .have span {
  color: #00a0e3;
}

.pricep-list .incart {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #0b4e7a;
  border-radius: 2px;
  background: url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px, linear-gradient(to bottom, #3abff6, #00a0e3);
  height: 34px;
  width: 128px;
  padding-left: 17px;
  line-height: 34px;
}

.pricep-list .incart:hover {
  background: url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px, linear-gradient(to bottom, #f0aa11, #c35500);
  border-bottom: 3px solid #964401;
}

.pricep-list .count {
  width: 91px;
  height: 34px;
  border: solid #eeeeee;
  border-width: 1px 0px 3px 0px;
  border-radius: 2px;
}

.pricep-list .count input {
  width: 45px;
  background: #fff;
  text-align: center;
  height: 30px;
  padding: 0;
  line-height: 30px;
}

.pricep-list .carrow {
  width: 23px;
  background: no-repeat center center #eeeeee;
  height: 30px;
  cursor: pointer;
}

.pricep-list .carrow.l {
  background-image: url(/usertpl/i/2017/shinalist-arrow-l.png);
}

.pricep-list .carrow.r {
  background-image: url(/usertpl/i/2017/shinalist-arrow-r.png);
}

.pricep-list.listview {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f3f3;
}

.pricep-list.listview > .flex {
  width: 240px;
  display: flex;
}

.pricep-list.listview > a {
  max-width: 400px;
  width: 100%;
  min-width: 300px;
}

.pricep-list.listview .img {
  display: none;
}

.pricep-list.listview .priceline {
  margin: 0;
  width: 120px;
}

.pricep-list.listview .price {
  width: 120px;
  padding: 0;
}

.pricep-list.listview .labels {
  display: none;
}

.pricep-list.listview .sezon {
  min-width: 105px;
}

.pricep-list.listview .params {
  min-width: 110px;
}

.shina {
  margin-bottom: 50px;
  position: relative;
  margin-top: 30px;
}

.shina .labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.shina .labels div {
  width: 43px;
  height: 29px;
  margin-bottom: 8px;
}

.shina .labels .discount {
  background: url(/usertpl/i/2017/label-discount.png);
}

.shina .labels .hit {
  background: url(/usertpl/i/2017/label-hit.png);
}

.shina .labels .new {
  background: url(/usertpl/i/2017/label-new.png);
}

.shina .labels .label-akc {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #f0aa11, #c35500);
}

.shina .info {
  margin-bottom: 20px;
  justify-content: flex-start;
}

.shina .img {
  width: 320px;
  min-height: 350px;
  background: no-repeat center center/contain;
  position: relative;
  margin: 0 30px 0 0;
}

.shina .img .lupa {
  background: url(/usertpl/i/2017/lupa.png);
  width: 42px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.shina .akc-link {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 18px;
  color: #E5950D;
  font-weight: bold;
}

.shina .rside {
  width: 630px;
}

.shina .rside .t {
  padding: 0 10px 0 35px;
  margin-bottom: 40px;
}

.shina .title {
  font-size: 23px;
  font-size: 23px;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 40px;
}

.shina .param {
  margin-bottom: 15px;
  color: #7d7d7d;
  font-size: 13px;
  font-family: Arial;
}

.shina .param:last-child {
  margin-bottom: 0;
}

.shina .param .key {
  width: 105px;
  display: inline-block;
  position: relative;
}

.shina .param .key::before {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px dotted #7d7d7d;
}

.shina .param .key span {
  background: #fff;
  padding-right: 6px;
  position: relative;
}

.shina .param .value {
  color: #00a0e3;
  display: inline-block;
  margin-left: 3px;
  display: inline-block;
}

.shina .rside .b {
  background: url(/usertpl/i/2017/shina-tr.png) no-repeat left center #f0f3f3;
  height: 104px;
  padding: 15px 30px 0 45px;
}

@media (max-width: 500px) {
  .shina .rside .b {
    align-items: center;
  }
}
.shina .rside .b.count0 {
  font-size: 20px;
  font-weight: 600;
}

.shina .rside .b.count0 .notify {
  cursor: pointer;
  font-weight: normal;
  color: #00a0e3;
}

.shina .rside .b .have {
  width: 100%;
  margin: 0;
  line-height: 25px;
  color: #ff7408;
}

@media (max-width: 500px) {
  .shina .rside .b .have {
    width: auto;
    margin: 0 0 10px;
  }
}
.shina .rside .b .have span {
  color: #00a0e3;
  font-weight: 700;
  font-size: 20px;
}

.shina .rside .b .have a {
  border-bottom: 1px dashed;
  cursor: pointer;
}

.shina .incart {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #0b4e7a;
  border-radius: 2px;
  background: url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px, linear-gradient(to bottom, #3abff6, #00a0e3);
  height: 34px;
  width: 136px;
  padding-left: 17px;
  line-height: 34px;
  transition: 0.2s;
}

@media (max-width: 500px) {
  .shina .incart {
    width: 45%;
  }
}
.shina .incart.disabled {
  background: #b7b8b9 url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px;
  border-color: #626364;
}

.shina .incart:hover {
  border-bottom: 3px solid #964401;
  background: url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px, linear-gradient(to bottom, #f0aa11, #c35500);
}

.shina .incart.disabled:hover {
  background: #b7b8b9 url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px;
  border-color: #626364;
}

.shina .oneclick {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #964401;
  border-radius: 2px;
  background: linear-gradient(to bottom, #f0aa11, #c35500);
  height: 34px;
  width: 136px;
  line-height: 34px;
  text-align: center;
}

@media (max-width: 500px) {
  .shina .oneclick {
    width: 45%;
  }
}
.shina .price {
  font-family: Arial;
  font-size: 29px;
  color: #484849;
  line-height: 27px;
  min-width: 118px;
}

@media (max-width: 500px) {
  .shina .price {
    min-width: auto;
    margin: 0 0 10px;
  }
}
.shina .price-fake {
  font-family: Arial;
  width: 100%;
  text-decoration: line-through;
  font-size: 18px;
  line-height: 14px;
}

.shina .count {
  width: 91px;
  height: 34px;
  border: solid #eeeeee;
  border-width: 1px 0px 3px 0px;
  border-radius: 2px;
}

@media (max-width: 500px) {
  .shina .count {
    margin: 0 0 10px;
  }
}
.shina .count input {
  width: 45px;
  background: #fff;
  text-align: center;
  height: 30px;
  padding: 0;
  line-height: 30px;
}

.shina .carrow {
  width: 23px;
  background: no-repeat center center #eeeeee;
  height: 30px;
  cursor: pointer;
}

.shina .carrow.l {
  background-image: url(/usertpl/i/2017/shinalist-arrow-l.png);
}

.shina .carrow.r {
  background-image: url(/usertpl/i/2017/shinalist-arrow-r.png);
}

.shina .descr {
  color: #505050;
  font-family: Arial;
  font-size: 13px;
}

.pricep {
  margin-bottom: 50px;
  position: relative;
  margin-top: 30px;
}

.pricep .labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.pricep .labels div {
  width: 43px;
  height: 29px;
  margin-bottom: 8px;
}

.pricep .labels .discount {
  background: url(/usertpl/i/2017/label-discount.png);
}

.pricep .labels .hit {
  background: url(/usertpl/i/2017/label-hit.png);
}

.pricep .labels .new {
  background: url(/usertpl/i/2017/label-new.png);
}

.pricep .info {
  margin-bottom: 20px;
}

.pricep .imgwrap {
  width: 320px;
}

.pricep .img {
  min-height: 350px;
  background: no-repeat center center/contain;
  position: relative;
  display: block;
}

.pricep .img .lupa {
  background: url(/usertpl/i/2017/lupa.png);
  width: 42px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pricep .rside {
  width: 630px;
}

.pricep .rside .t {
  padding: 0 10px 0 35px;
  margin-bottom: 40px;
}

.pricep .title {
  font-size: 23px;
  font-size: 23px;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 40px;
}

.pricep .param {
  margin-bottom: 15px;
  color: #7d7d7d;
  font-size: 13px;
  font-family: Arial;
}

.pricep .param:last-child {
  margin-bottom: 0;
}

.pricep .param .key {
  width: 200px;
  display: inline-block;
  position: relative;
}

.pricep .param .key::before {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px dotted #7d7d7d;
}

.pricep .param .key span {
  background: #fff;
  padding-right: 6px;
  position: relative;
}

.pricep .param .value {
  color: #00a0e3;
  display: inline-block;
  margin-left: 3px;
  display: inline-block;
}

.pricep .rside .b {
  background: url(/usertpl/i/2017/shina-tr.png) no-repeat left center #f0f3f3;
  height: 104px;
  padding: 20px 30px 0 45px;
}

.pricep .rside .b .param {
  width: 100%;
  margin: 0;
}

.pricep .rside .b .param a {
  border-bottom: 1px dashed;
  cursor: pointer;
}

.pricep .incart {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #0b4e7a;
  border-radius: 2px;
  background: url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px, linear-gradient(to bottom, #3abff6, #00a0e3);
  height: 34px;
  width: 136px;
  padding-left: 17px;
  line-height: 34px;
  transition: 0.2s;
}

.pricep .incart:hover {
  border-bottom: 3px solid #964401;
  background: url(/usertpl/i/2017/shina-list-inkor.png) no-repeat center right 13px, linear-gradient(to bottom, #f0aa11, #c35500);
}

.pricep .oneclick {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #964401;
  border-radius: 2px;
  background: linear-gradient(to bottom, #f0aa11, #c35500);
  height: 34px;
  width: 136px;
  line-height: 34px;
  text-align: center;
}

.pricep .price {
  font-family: Arial;
  font-size: 29px;
  color: #484849;
  line-height: 27px;
}

.pricep .price-fake {
  font-family: Arial;
  width: 100%;
  text-decoration: line-through;
  font-size: 18px;
  line-height: 14px;
}

.pricep .count {
  width: 91px;
  height: 34px;
  border: solid #eeeeee;
  border-width: 1px 0px 3px 0px;
  border-radius: 2px;
}

.pricep .count input {
  width: 45px;
  background: #fff;
  text-align: center;
  height: 30px;
  padding: 0;
  line-height: 30px;
}

.pricep .carrow {
  width: 23px;
  background: no-repeat center center #eeeeee;
  height: 30px;
  cursor: pointer;
}

.pricep .carrow.l {
  background-image: url(/usertpl/i/2017/shinalist-arrow-l.png);
}

.pricep .carrow.r {
  background-image: url(/usertpl/i/2017/shinalist-arrow-r.png);
}

.pricep .descr {
  color: #505050;
  font-family: Arial;
  font-size: 13px;
}

.pricep .images .item {
  display: block;
  background: no-repeat center center/cover;
  width: 100px;
  height: 60px;
  margin-bottom: 5px;
}

.pricep .tparams {
  width: 100%;
}

.pricep .tparams .green {
  background: #0b4e7a;
  font-weight: bold;
  color: #fff;
}

.pricep .tparams tr:nth-child(2n+1) {
  background: #dfd;
}

.pricep .tparams td {
  padding: 3px 15px;
}

.paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-family: Arial;
}

.paging a {
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #f6f6f6;
  color: #848586;
  text-decoration: none;
  border: 1px solid #e6e7e7;
  margin: 0 5px 10px;
}

.paging span {
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #626364;
  color: #fff;
  margin: 0 5px 10px;
}

.article-list {
  width: 322px;
  color: #464b4f;
  margin-bottom: 30px;
}

.article-list .img {
  height: 178px;
  background: no-repeat center center/cover;
  margin-bottom: 12px;
}

.article-list .title {
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 5px;
}

.article-list a {
  font-size: 13px;
  font-family: Arial;
}

.article .title {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 20px;
}

.article .content {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 25px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 15px;
}

.article .content a {
  color: #00a0e3;
}

.article .img {
  float: left;
  width: 353px;
  height: 254px;
  background: no-repeat center center/cover;
  margin: 2px 5px 2px 0;
}

.article .shareline {
  margin-bottom: 55px;
}

.article .shareline::after {
  content: "";
  display: block;
  clear: both;
}

.article .shareline .share {
  float: right;
}

.article .content td {
  padding: 10px;
}

.file-node {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 32%;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .file-node {
    width: 49%;
  }
}
@media (max-width: 420px) {
  .file-node {
    width: 100%;
  }
}
.file-node:hover {
  background: #f6f6f6;
}
.file-node:hover .icon path {
  fill: #00a0e3;
}
.file-node:hover .content .file-title {
  color: #00a0e3;
}
.file-node .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.file-node .content {
  width: calc(100% - 50px);
}
.file-node .content .file-title {
  font-size: 15px;
  font-weight: 600;
}
.file-node .content .file-descr {
  font-size: 12px;
  max-height: 31px;
  overflow: hidden;
}

.gallery-node {
  width: 32%;
  height: 300px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .gallery-node {
    width: 48%;
  }
}
@media (max-width: 420px) {
  .gallery-node {
    width: 100%;
  }
}
.gallery-node::before, .gallery-node::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 0.15s;
  z-index: 1;
}
.gallery-node::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.gallery-node::after {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/usertpl/i/zoom-icon.svg") center center/cover no-repeat;
}
.gallery-node:hover::before, .gallery-node:hover::after {
  opacity: 1;
}
.gallery-node:hover .image {
  transform: scale(1.05);
}
.gallery-node .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.15s;
}

.akc-list {
  width: 322px;
  color: #464b4f;
  margin-bottom: 30px;
}

.akc-list .img {
  display: block;
  height: 178px;
  background: no-repeat center center/cover;
  margin-bottom: 12px;
}

.akc-list .title {
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 5px;
}

.akc-list .title a {
  text-decoration: none;
}

.akc-list a {
  font-size: 13px;
  font-family: Arial;
}

.akc .title {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 20px;
}

.akc .content {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 25px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 15px;
}

.akc .img {
  float: left;
  width: 353px;
  height: 254px;
  background: no-repeat center center/cover;
  margin: 2px 5px 2px 0;
}

.akc .shareline {
  margin-bottom: 55px;
}

.akc .shareline::after {
  content: "";
  display: block;
  clear: both;
}

.akc .shareline .share {
  float: right;
}

.akc .content td {
  padding: 10px;
}

.sortwrap {
  font-size: 14px;
  font-family: Arial;
  color: #3e4042;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f3f3;
  margin-bottom: 30px;
}

.sortwrap a {
  text-decoration: none;
  display: inline-block;
}

.sortwrap .sort {
  width: 100%;
}

.sortwrap .sort a {
  margin-right: 20px;
}

.sortwrap .sort b {
  display: inline-block;
  margin: 0 20px 0 0;
}

.sortwrap .view {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sortwrap .view .item {
  margin-left: 20px;
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
}

.sortwrap .view .item.list {
  background: url(/usertpl/i/2017/view-list-dis.png) no-repeat right center;
}

.sortwrap .view .item.plit {
  background: url(/usertpl/i/2017/view-plit-dis.png) no-repeat right center;
}

.sortwrap .view .item.list.active {
  background-image: url(/usertpl/i/2022/view-list-act.png);
}

.sortwrap .view .item.plit.active {
  background-image: url(/usertpl/i/2022/view-plit-act.png);
}

.podbor {
  width: 100%;
  background: url(/usertpl/i/2022/podbor.png) no-repeat left top #f0f3f3;
}

.podbor {
  padding: 15px 15px 10px 15px;
}

.main .podbor {
  width: calc(50% - 6px);
  background: #f0f3f3;
}

.podbor .l {
  padding-top: 66px;
  width: 142px;
}

.main .podbor .l {
  display: none;
}

.podbor .type {
  color: #fff;
  padding: 11px 17px;
  font-size: 16px;
  cursor: pointer;
}

.podbor .type.active {
  color: #2c8710;
  background: #f2f2f2;
}

.podbor .typewrap {
  width: 100%;
  display: none;
}

.podbor .typewrap.type-size {
  display: block;
}

.podbor .r {
  max-width: 760px;
  width: 100%;
}

.podbor .r .t {
  width: 100%;
}

.podbor .param {
  margin-bottom: 24px;
}

.podbor .param .title {
  color: #00a0e3;
  font-size: 15px;
  margin-bottom: 8px;
}

.podbor .inp .cb {
  display: inline-block;
  height: 13px;
  width: 12px;
  background: #fff;
  position: relative;
  margin-right: 1px;
  border: 1px solid #ddd;
}

.podbor .inp img {
  position: relative;
  top: 3px;
  margin-right: 4px;
}

.podbor .inp input {
  display: none;
}

.podbor .inp input:checked ~ .cb::after {
  content: "";
  background: url(/usertpl/i/2017/cb-check.png);
  width: 12px;
  height: 11px;
  position: absolute;
  bottom: -1px;
}

.podbor .r .t label {
  margin-right: 10px;
  display: inline-block;
  line-height: 24px;
}

.podbor .r .t label:last-child {
  margin-right: 0;
}

.podbor .r .t label.withoutship {
  display: none;
}

.podbor .r .t label.disabled {
  opacity: 0.4;
}

.podbor .sel {
  position: relative;
}

.podbor .sel .arrow {
  position: absolute;
}

.podbor select {
  width: 100%;
  border: none;
  height: 28px;
  line-height: 28px;
  color: #3e3d3d;
  font-size: 13px;
  font-family: Arial;
  padding: 0 38px 0 10px;
  outline: none;
  background: url(/usertpl/i/2022/select.png) no-repeat right 2px center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 117px;
}

.podbor .b .prodwrap {
  display: none;
  max-width: 420px;
  width: 100%;
  font-size: 13px;
  position: absolute;
  margin-top: 20px;
  background: #f0f3f3;
  padding: 10px;
  z-index: 2;
}

.podbor .b .inp {
  min-width: 85px;
  padding-right: 5px;
  display: inline-block;
  margin-bottom: 9px;
}

.podbor .b .inp .cb {
  margin-right: 2px;
}

.podbor .b .btnshowprod {
  display: block;
  text-align: center;
  font: 15px Arial;
  color: #5c5e5a;
  background: url(/usertpl/i/2017/arrow-green-bottom.png) no-repeat center right;
  padding-right: 20px;
  height: 20px;
  margin-bottom: 18px;
  cursor: pointer;
}

.podbor .b .btnshowprod.active {
  background-image: url(/usertpl/i/2017/arrow-green-top.png);
}

.podbor .b .btnwrap {
  max-width: 330px;
  width: 100%;
}

.podbor .b .btn {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #0b4e7a;
  border-radius: 2px;
  background: url(/usertpl/i/2017/podbor-btn.png) no-repeat center right 12px, linear-gradient(to bottom, #3abff6, #00a0e3);
  height: 39px;
  width: 160px;
  line-height: 39px;
  text-align: center;
  padding: 0;
}

.podbor .b .btn.clearfilter {
  background: linear-gradient(to bottom, #3abff6, #00a0e3);
}

.podbor .b .btn.clearfilter:hover {
  background: linear-gradient(to bottom, #f0aa11, #c35500);
}

.podbor .b .btn:hover {
  border-bottom: 3px solid #964401;
  background: url(/usertpl/i/2017/podbor-btn.png) no-repeat center right 12px, linear-gradient(to bottom, #f0aa11, #c35500);
}

.podbor .type-auto .param {
  min-width: 200px;
}

.podbor .type-auto .btn {
  min-width: 200px;
  margin-bottom: 24px;
  opacity: 0;
}

.podbor-results {
  width: 100%;
  margin-top: 20px;
}

.vcart {
  margin-bottom: 50px;
}

.vcart .btn {
  width: 138px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #0b4e7a;
  border-radius: 2px;
  background: linear-gradient(to bottom, #3abff6, #00a0e3);
  height: 39px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
}

.vcart .btn.orange {
  background: linear-gradient(to bottom, #f0aa11, #c35500);
  border-bottom: 3px solid #964401;
}

.vcart .promo {
  padding: 15px 25px 10px;
  background: #f6f6f6;
}

.vcart .promo .block {
  margin: 0 0 15px;
}

.vcart .promo .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.vcart .promo .descr {
  margin-top: 5px;
}

.vcart .promo .promocode {
  border: 1px solid #ccc;
  padding: 5px 15px;
}

.vcart .promo .discount {
  font-size: 20px;
  font-weight: bold;
  color: #00a0e3;
}

.carttable {
  width: 100%;
  font-size: 20px;
  overflow: hidden;
}

.carttable .title {
  display: block;
}

.carttable .size {
  font-size: 14px;
}

.carttable .summ {
  font-weight: bold;
}

.carttable .control {
  cursor: pointer;
  color: #000;
}

.carttable .control .up {
  font-size: 36px;
  display: inline-block;
}

.carttable .control .down {
  font-size: 36px;
  display: inline-block;
}

.carttable .count {
  min-width: 100px;
}

.carttable .count .inp {
  display: inline-block;
  color: #040404;
  margin: 0 10px;
  position: relative;
  top: -4px;
  border: 1px solid #bbb;
  padding: 0 15px;
}

.carttable .delete {
  font-size: 36px;
  transform: rotate(45deg);
  cursor: pointer;
  color: red;
}

.carttable td {
  border-bottom: 1px solid #eeebeb;
  padding: 18px 0;
}

.carttable th {
  text-align: left;
}

.carttable tr:first-child td {
  border-top: 1px solid #eeebeb;
}

.cartitog {
  text-align: right;
  padding: 30px 0px 40px 0;
  color: #040404;
  font-size: 20px;
}

.cartitog .summ {
  color: #111110;
  margin-left: 20px;
  font-weight: bold;
}

.cartitog .through {
  text-decoration: line-through;
}

.vcartempty {
  display: none;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  padding: 40px 0 50px;
}

.vcartempty a {
  color: #00a0e3;
}

.bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  align-items: center;
  justify-content: center;
}

.pop {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  position: relative;
  display: none;
}

.pop .title {
  font-size: 28px;
  margin-bottom: 15px;
}

.pop .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}

.pop .close.link {
  transform: rotate(0);
  position: static;
}

.pop input {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}

.pop textarea {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}

.pop .btn {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #0b4e7a;
  border-radius: 2px;
  background: linear-gradient(to bottom, #3abff6, #00a0e3);
  height: 39px;
  line-height: 39px;
  text-align: center;
}

.pop .link {
  color: #00a0e3;
  border-bottom: 1px dashed;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

.pop .text {
  margin-bottom: 10px;
}

.pop.msg {
  color: inherit;
  margin: auto;
}

.oform {
  padding: 30px 0;
  display: none;
}

.oform .block {
  width: 100%;
  max-width: 420px;
}

.oform .block .title {
  font-size: 24px;
  margin-bottom: 5px;
}

.oform input {
  display: block;
  padding: 5px 15px;
  width: 100%;
  margin-bottom: 15px;
  background: #F6F6F6;
}

.oform .btn {
  text-decoration: none;
  padding: 0 40px;
  width: auto;
}

form.reg {
  font-size: 16px;
  margin: 0 20%;
}

form.reg input {
  display: block;
  padding: 5px 15px;
  background: #F6F6F6;
  width: 100%;
  margin-bottom: 10px;
}

form.reg input.cc {
  width: calc(100% - 60px);
}

form.reg .btn {
  background: linear-gradient(to bottom, #3abff6, #00a0e3);
  padding: 0;
}

form.reg .ccimg {
  margin-bottom: 10px;
}

.tblcart {
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
  position: relative;
}

.tblcart .show-invoice {
  width: 150px;
  height: 25px;
  line-height: 23px;
}

.tblcart .epay {
  display: block;
  width: 100px;
  height: 25px;
  line-height: 23px;
}

.invoice-form {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #F6F6F6;
  padding: 10px;
}

.way {
  font-size: 12px;
  font-family: Arial;
  color: #7a7a7a;
  margin-bottom: 10px;
}

.way a {
  color: #00a0e3;
  text-decoration: none;
}

.way a:hover {
  color: #E5950D;
}

.msg {
  color: red;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}

.share {
  color: #7c7b7b;
  font-size: 13px;
  font-family: Arial;
  height: 24px;
  line-height: 24px;
  margin-top: 15px;
}

.share .ya-share2 {
  display: inline-block;
  vertical-align: top;
}

.password_recovery {
  margin: 0 0 5px;
}

.password_recovery span {
  font-size: 14px;
  line-height: 15px;
  color: #00a0e3;
  cursor: pointer;
}

@media (max-width: 992px) {
  .gwrap {
    padding: 0 10px;
  }
  .flex {
    justify-content: space-around;
  }
  .head {
    justify-content: space-between;
  }
  .podbor {
    background-image: none;
    height: auto;
  }
  .main .podbor {
    width: 100%;
  }
  .podbor .l {
    display: none;
  }
  .podbor .type {
    color: #00a0e3;
  }
  .podbor .type.active {
    background: #00a0e3;
    color: #fff;
  }
  .podbor .b .inp {
    min-width: 120px;
  }
  .mainslider {
    width: 100%;
  }
  .mainslider .item {
    height: 200px;
  }
  .slider {
    display: none;
  }
  .slider.popslider {
    display: block;
  }
  .slider.otherctl {
    display: block;
  }
  .sortwrap .sort {
    margin: 0 0 15px;
  }
  .sortwrap .view {
    width: 100%;
  }
  .shina-list.listview > a {
    max-width: none;
  }
  .shina-list.listview .priceline {
    width: 55%;
  }
  .shina-list.listview .price {
    width: 100%;
  }
  .shina-list.listview .params {
    width: calc(45% - 15px);
  }
  .shina-list.listview .cartline {
    width: 100%;
    margin: 10px 0 0;
  }
  .shina-list.listview .pricearea {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .shina .rside .b {
    padding: 30px 0 10px;
    background: #f0f3f3;
    height: auto;
    min-height: 104px;
  }
  .top {
    display: none;
  }
  .shina .rside .t > .flex {
    display: block;
  }
  .shina .rside .t .l {
    margin-bottom: 15px;
  }
  form.reg {
    font-size: 16px;
    margin: 0 5%;
  }
  .upfooter {
    display: none;
  }
  .shina .price-fake {
    display: none;
  }
  .titlesezon {
    display: none;
  }
  .head .cart {
    padding: 0 10px 0 60px;
  }
}
@media (max-width: 500px) {
  .slider .wrap {
    width: 300px;
    margin: 0 auto;
  }
  .carttable {
    font-size: 14px;
  }
  .carttable .control .up {
    font-size: 20px;
  }
  .carttable .control .down {
    font-size: 20px;
  }
  .head .mobilemenu {
    display: block;
  }
  .ctlmenu {
    display: none;
  }
  .podbor .b .prodwrap {
    position: static;
    margin: 0;
    max-width: none;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .upfooter .block {
    width: 80%;
    margin: 0 auto 30px;
  }
  .podbor select {
    min-width: auto;
  }
  .podbor .b .btn {
    background: linear-gradient(to bottom, #3abff6, #00a0e3);
    width: 48%;
  }
  .podbor .b .btn:hover {
    background: linear-gradient(to bottom, #f0aa11, #c35500);
  }
}
.mobile {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  margin: 0 0 15px;
}

.mobile_item {
  width: 100%;
}

.mobile_item_2 {
  width: calc((100% - 15px) / 2);
}

.mobile_item *, .mobile_item_2 * {
  display: block;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #00a0e3;
  cursor: pointer;
}

.form .radio {
  margin: 0 0 5px;
}

.form .radio input[type=radio] {
  display: none;
}

.form .radio input[type=radio] + label {
  position: relative;
  display: block;
  margin: 0 0 0 30px;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}

.form .radio input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 1;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}

.form .radio input[type=radio] + label:hover {
  color: #00a0e3;
}

.form .radio input[type=radio] + label:hover::before {
  border-color: #00a0e3;
}

.form .radio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -26px;
  z-index: 2;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a0e3;
}

.form .select--disabled {
  opacity: 0.4;
}

.form .select label {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 15px;
}

.form .select select {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 0 38px 0 10px;
  color: #3e3d3d;
  outline: none;
  background: url(/usertpl/i/2022/select.png) no-repeat right 2px center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.form .select select::-ms-expand {
  display: none;
}

.form .select select:focus {
  border-color: #00a0e3;
}

.form .select select option:first-child {
  display: none;
}

.form .check--disabled {
  opacity: 0.4;
}

.form .check input[type=checkbox] {
  display: none;
}

.form .check input[type=checkbox] + label {
  position: relative;
  display: block;
  margin: 0 0 0 25px;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}

.form .check input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 1;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
}

.form .check:not(.check--disabled) input[type=checkbox] + label:hover {
  color: #00a0e3;
}

.form .check:not(.check--disabled) input[type=checkbox] + label:hover::before {
  border-color: #00a0e3;
}

.form .check input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -21px;
  z-index: 2;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  background: #00a0e3;
}

.form .input {
  margin: 0 0 10px;
}

.form .input label {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 15px;
}

.form .input input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 7px 10px;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 16px;
  color: #3e3d3d;
  outline: none;
}

.form .input input:focus {
  border-color: #00a0e3;
}

.button {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-bottom: 3px solid #626364;
  border-radius: 2px;
  font-family: "PT Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #b7b8b9;
  outline: none;
  user-select: none;
}

.button--green {
  border-bottom: 3px solid #0b4e7a;
  background: linear-gradient(to bottom, #3abff6, #00a0e3);
}

.button--orange {
  border-bottom: 3px solid #964401;
  background: linear-gradient(to bottom, #f0aa11, #c35500);
}

.control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.control .down {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #d2940d url(/usertpl/i/2018/minus.svg) no-repeat center/14px;
  cursor: pointer;
}

.control .inp {
  width: 40px;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid #ccc;
  text-align: center;
}

.control .up {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #d2940d url(/usertpl/i/2018/plus.svg) no-repeat center/14px;
  cursor: pointer;
}

.cart_delete {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #d2940d url(/usertpl/i/2018/close.svg) no-repeat center/14px;
  cursor: pointer;
}

.cart_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  margin: 0 auto 20px;
}

.cart_button .button {
  width: calc((100% - 25px) / 2);
}

.cart_order {
  display: none;
}

.cart_order .card {
  margin: 15px 0 0;
}

.cart_order .card_item {
  width: 80px;
}

.cart_order .card_item_visa {
  width: 70px;
}

.cart_order .card_item_proc {
  width: 150px;
}

.table {
  display: table;
  width: 100%;
}

.table .head {
  display: table-header-group;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background: #f6f6f6;
}

.table .content {
  display: table-row-group;
}

.table .item {
  display: table-row;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
}

.table .cell_title .title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #00a0e3;
  text-decoration: none;
}

.table .cell_cost {
  width: 150px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.table .cell_count {
  width: 110px;
}

.table .cell_del {
  width: 40px;
}

.order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 25px;
  background: #f6f6f6;
}

.order .block {
  width: calc((100% - 25px) / 2);
}

.order .block:nth-child(1) {
  margin: 0 25px 0 0;
}

.order .title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.order .text {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 20px;
}

.order .text:last-child {
  margin: 0;
}

.order .text span:first-child {
  font-weight: 700;
  color: #00a0e3;
}

.order .select {
  margin: 0 0 10px;
}

.order_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.order_button .button {
  width: calc((100% - 25px) / 2);
}

.payment {
  margin: 0 0 30px;
}

.delivery {
  margin: 0 0 30px;
}

.address {
  margin: 15px 0 0;
}

.address_street {
  display: none;
}

.contacts {
  margin: 0 0 30px;
}

.checkout {
  margin: 0 0 30px;
  padding: 7px 10px;
  background: #fff;
}

.checkout .title {
  margin: 0;
}

.checkout .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*margin: 0 0 7px;*/
  font-size: 16px;
}

.checkout .item .caption {
  font-weight: 700;
}

.checkout .item.sum {
  font-size: 20px;
  font-weight: 700;
  color: #00a0e3;
}

.itog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  font-size: 16px;
  line-height: 25px;
}

.itog .block {
  max-width: 300px;
}

.itog .item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}

.itog .item:last-child {
  margin: 0;
}

.itog .caption {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.itog .sum {
  font-size: 25px;
  font-weight: 700;
  color: #00a0e3;
}

.total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 0;
}

.total .block {
  width: 100%;
  max-width: 400px;
  margin: 0 0 20px;
}

.total .form .input {
  margin: 0;
}

.total .form input {
  margin: 0;
  max-width: 200px;
}

.total .promo-price {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}

.total .total-price {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}

.total .total-price span {
  color: #00a0e3;
}

.filter {
  margin: 0 0 20px;
  padding: 15px 15px 15px 195px;
  background: #f0f3f3 url(/usertpl/i/2022/podbor.png) no-repeat left top;
}

.filter .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.filter .title {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 15px;
  color: #00a0e3;
}

.filter .block {
  width: 100%;
  margin: 0 0 25px;
}

.filter .form .select select option:first-child {
  display: block;
}

.filter .block_size {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 345px);
  margin: 0 25px 25px 0;
}

.filter .block_size .item {
  width: calc((100% - 30px) / 3);
}

.filter .block_sezon {
  width: 320px;
}

.filter .block_sezon .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5px 0 0;
}

.filter .block_sezon .check {
  margin: 0 20px 5px 0;
}

.filter .block_sezon .check img {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}

.filter .block_prod {
  position: relative;
  width: calc(100% - 345px);
  margin: 0 25px 0 0;
}

.filter .block_prod .item {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  padding: 10px 0 5px 10px;
  background: #f0f3f3;
  box-shadow: 0 0 5px 0 #aaa;
}

.filter .block_prod .check {
  width: 25%;
  padding: 0 10px 5px 0;
}

.filter .block_prod .title {
  text-align: center;
}

.filter .block_prod .title span {
  padding: 0 20px;
  background: url(/usertpl/i/2017/arrow-green-bottom.png) no-repeat center right, url(/usertpl/i/2017/arrow-green-bottom.png) no-repeat center left;
  cursor: pointer;
}

.filter .block_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 320px;
  margin: 0;
}

.filter .block_button .button {
  width: calc((100% - 15px) / 2);
  order: 1;
}

.filter .block_button .filter_button {
  margin: 0 0 0 15px;
  order: 2;
}

.filter .block_button .filter_button span {
  padding: 0 30px 0 0;
  background: url(/usertpl/i/2017/podbor-btn.png) no-repeat center right;
}

.main .filter {
  width: calc(50% - 6px);
  margin: 0;
  padding: 15px;
  background: #f0f3f3;
}

.main .filter .block_size {
  width: 100%;
  margin: 0 0 25px;
}

.main .filter .block_sezon {
  width: 100%;
}

.main .filter .block_prod {
  width: 100%;
  margin: 0 0 15px;
}

.main .filter .block_button {
  width: 100%;
}

.footer {
  padding: 20px 0 0px;
  background: #626364;
}

.footer_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_block {
  margin: 0 0 20px;
}

.footer_text {
  margin: 0;
  font-family: "Arial";
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.footer_text a {
  text-decoration: none;
}

.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.card_item {
  display: block;
  width: 50px;
  margin: 0 5px;
}

.card_item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.whatsapp-write {
  position: fixed;
  bottom: 0;
  left: 36px;
  border-radius: 4px 4px 0 0;
  background: url("/usertpl/i/2018/whatsapp.png") no-repeat 15px center #07ab45;
  font-size: 16px;
  line-height: 17px;
  padding: 15px 30px 15px 56px;
  color: #fff;
  text-decoration: none;
  z-index: 6;
}

@media (max-width: 992px) {
  .whatsapp-write {
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    background-position: center;
    padding: 0;
  }
  .whatsapp-write span {
    display: none;
  }
}
@media (max-width: 576px) {
  .filter .block_prod .check {
    width: 50%;
  }
  .filter .block_button .button {
    order: 2;
    width: 100%;
    margin: 0;
  }
  .filter .block_button .filter_button {
    order: 1;
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: flex;
  }
  .button {
    width: 100%;
    margin: 0 0 15px;
  }
  .button:last-child {
    margin: 0;
  }
  .cart_button .button {
    width: 100%;
  }
  .table .head {
    display: none;
  }
  .table .content {
    display: block;
  }
  .table .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 5px;
    border-bottom: 1px solid #ccc;
  }
  .table .cell {
    border: none;
    padding: 5px;
  }
  .table .cell_title {
    display: block;
    width: 100%;
    padding: 5px 40px 5px 5px;
  }
  .table .cell_cost {
    display: block;
    width: calc((100% - 110px) / 2);
  }
  .table .cell_count {
    display: block;
  }
  .table .cell_del {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    display: block;
  }
  .order {
    padding: 15px;
  }
  .order .block {
    width: 100%;
  }
  .order .block:nth-child(1) {
    margin: 0 0 30px;
  }
  .order_button .button {
    width: 100%;
  }
  .itog .block {
    width: 100%;
  }
  .filter .block_size {
    width: 100%;
    margin: 0 0 25px;
  }
  .filter .block_sezon {
    width: 100%;
  }
  .filter .block_prod {
    width: 100%;
    margin: 0 0 25px;
  }
  .filter .block_prod .item {
    position: static;
  }
  .filter .block_button {
    width: 100%;
  }
  .footer_block {
    width: 100%;
  }
  .footer_text {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .device-desktop {
    display: none;
  }
  .total .block {
    max-width: none;
  }
  .total .form input {
    max-width: none;
  }
  .filter {
    padding: 15px;
    background: #f0f3f3;
  }
  .main .filter {
    width: 100%;
  }
}
.filial-list {
  width: 33%;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .filial-list {
    width: 100%;
  }
}
.filial-list .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}
.filial-list .adr, .filial-list .phone {
  margin: 0 0 5px;
}

.filial {
  margin: 0 0 20px;
}
.filial .adr, .filial .phone {
  margin: 0 0 5px;
}
.filial .imgwrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filial .imgwrap .img {
  display: block;
  background: no-repeat center/cover;
  width: 292px;
  height: 200px;
  margin: 0 10px 10px 0;
}
@media (max-width: 992px) {
  .filial .imgwrap .img {
    width: 100%;
  }
}
.filial .imgwrap .img:nth-child(4n) {
  margin: 0 0 10px;
}

.yamap {
  width: 100%;
  height: 400px;
}
