
.clearfix:after {
 content:'';
 display:table;
 width:100%;
 clear:both;
 height:0
}
.i-b {
 display:inline-block;
 margin-left:-0.36em;
 vertical-align:top
}
.i-b:first-child {
 margin-left:0
}
.fl {
 float:left
}
.fr {
 float:right
}
.ib {
 display:inline-block;
 vertical-align:middle
}
.anim_all_05 {
 -webkit-transition:all .5s;
 -moz-transition:all .5s;
 -ms-transition:all .5s;
 -o-transition:all .5s;
 transition:all .5s
}
@font-face {
 font-family:'OpenSans-Regular';
 src:url('../fonts/OpenSans-Regular.ttf')
}
@font-face {
 font-family:'OpenSans-Light';
 src:url('../fonts/OpenSans-Light.ttf')
}
@font-face {
 font-family:'OpenSans-Bold';
 src:url('../fonts/OpenSans-Bold.ttf')
}
@font-face {
 font-family:'OpenSans-Italic';
 src:url('../fonts/OpenSans-Italic.ttf')
}
@font-face {
 font-family:'OpenSans-Semibold';
 src:url('../fonts/OpenSans-Semibold.ttf')
}
@font-face {
 font-family:'OpenSans-ExtraBold';
 src:url('../fonts/OpenSans-ExtraBold.ttf')
}
@font-face {
 font-family:'lg';
 src:url('../fonts/lg.eot');
 src:url('../fonts/lg.svg') format('svg'),
 url('../fonts/lg.woff') format('woff'),
 url('../fonts/lg.ttf') format('truetype');
 font-weight:normal;
 font-style:normal
}
html,
body {
 height:100%
}
.wrapper {
 display:flex;
 flex-direction:column;
 height:100%
}
.main,
main {
 flex:1 0 auto
}
.footer {
 flex:0 0 auto
}
img {
 outline:0
}
sub,
sup {
 font-size:75%;
 line-height:0;
 position:relative;
 vertical-align:baseline
}
sup {
 top:-0.5em
}
sub {
 bottom:-0.25em
}
body {
 font-family:'OpenSans-Regular',sans-serif;
 font-size:14px;
 line-height:1.5;
 color:#000
}
h1,
h2,
h3 {
 font-weight:normal
}
body h2 {
 font-size:28px;
 line-height:1.1;
 color:#cd1111;
 font-family:'OpenSans-Bold'
}
.ul {
 list-style:none
}
a {
 text-decoration:none;
 color:#222;
 cursor:pointer
}
form ::-webkit-input-placeholder {
 color:#232742;
 opacity:1!important
}
form ::-moz-placeholder {
 color:#232742;
 opacity:1!important
}
form :-moz-placeholder {
 color:#232742;
 opacity:1!important
}
form :-ms-input-placeholder {
 color:#232742;
 opacity:1!important
}
.fl {
 float:left
}
.fr {
 float:right
}
.ib {
 display:inline-block;
 vertical-align:middle
}
.container {
 width:1170px;
 max-width:100%;
 margin:0 auto
}
.tc {
 text-align:center
}
.tu {
 text-transform:uppercase
}
.flex {
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between
}
.b {
 font-family:'OpenSans-Bold'
}
.l {
 font-family:"OpenSans-Light"
}
.xb {
 font-family:'OpenSans-ExtraBold'
}
.gc {
 color:#a5a5a5
}
input:focus,
textarea:focus,
select:focus,
button:focus {
 outline:-webkit-focus-ring-color auto 0
}
input[type="submit"] {
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none
}
ul {
 list-style-type:none
}
.bef {
 content:"";
 display:block;
 position:absolute
}
.rc {
 background:#be1115
}
.bs {
 box-shadow:0 10px 15px rgba(0,0,0,0.3)
}
@-webkit-keyframes pulse {
 0% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
 50% {
  -webkit-transform:scale3d(1.05,1.05,1.05);
  transform:scale3d(1.05,1.05,1.05)
 }
 100% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}
@keyframes pulse {
 0% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
 50% {
  -webkit-transform:scale3d(1.05,1.05,1.05);
  transform:scale3d(1.05,1.05,1.05)
 }
 100% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}
.pulse {
 -webkit-animation-name:pulse;
 animation-name:pulse
}
hr {
 border:0
}
@-webkit-keyframes hover {
 50% {
  -webkit-transform:translateY(-3px);
  transform:translateY(-3px)
 }
 100% {
  -webkit-transform:translateY(-6px);
  transform:translateY(-6px)
 }
}
@keyframes hover {
 50% {
  -webkit-transform:translateY(-3px);
  transform:translateY(-3px)
 }
 100% {
  -webkit-transform:translateY(-6px);
  transform:translateY(-6px)
 }
}
@-webkit-keyframes hover-shadow {
 0% {
  -webkit-transform:translateY(6px);
  transform:translateY(6px);
  opacity:.4
 }
 50% {
  -webkit-transform:translateY(3px);
  transform:translateY(3px);
  opacity:1
 }
 100% {
  -webkit-transform:translateY(6px);
  transform:translateY(6px);
  opacity:.4
 }
}
@keyframes hover-shadow {
 0% {
  -webkit-transform:translateY(6px);
  transform:translateY(6px);
  opacity:.4
 }
 50% {
  -webkit-transform:translateY(3px);
  transform:translateY(3px);
  opacity:1
 }
 100% {
  -webkit-transform:translateY(6px);
  transform:translateY(6px);
  opacity:.4
 }
}
.hover-shadow {
 display:inline-block;
 position:relative;
 -webkit-transition-duration:.3s;
 transition-duration:.3s;
 -webkit-transition-property:transform;
 transition-property:transform;
 -webkit-transform:translateZ(0);
 transform:translateZ(0);
 box-shadow:0 0 1px rgba(0,0,0,0)
}
.hover-shadow:before {
 pointer-events:none;
 position:absolute;
 z-index:-1;
 content:'';
 top:100%;
 left:5%;
 height:10px;
 width:90%;
 opacity:0;
 background:radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0,rgba(0,0,0,0) 80%);
 -webkit-transition-duration:.3s;
 transition-duration:.3s;
 -webkit-transition-property:transform,opacity;
 transition-property:transform,opacity
}
.hover-shadow:hover,
.hover-shadow:focus,
.hover-shadow:active {
 -webkit-transform:translateY(-6px);
 transform:translateY(-6px);
 -webkit-animation-name:hover;
 animation-name:hover;
 -webkit-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-delay:.3s;
 animation-delay:.3s;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-direction:alternate;
 animation-direction:alternate
}
.hover-shadow:hover:before,
.hover-shadow:focus:before,
.hover-shadow:active:before {
 opacity:.4;
 -webkit-transform:translateY(6px);
 transform:translateY(6px);
 -webkit-animation-name:hover-shadow;
 animation-name:hover-shadow;
 -webkit-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-delay:.3s;
 animation-delay:.3s;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-direction:alternate;
 animation-direction:alternate
}
input::placeholder {
 color:#1f2235;
 opacity:1
}
input:-ms-input-placeholder {
 color:#1f2235
}
input::-ms-input-placeholder {
 color:#1f2235
}
.menu-button {
 font-size:15px;
 text-transform:uppercase;
 font-weight:bold;
 cursor:pointer;
 padding:5px;
 width:100%;
 box-sizing:border-box;
 z-index:1;
 -webkit-transition:all ease .3s;
 -moz-transition:all ease .3s;
 -o-transition:all ease .3s;
 transition:all ease .3s;
 -webkit-animation:blinkBackground 4s infinite;
 -moz-animation:blinkBackground 4s infinite;
 -o-animation:blinkBackground 4s infinite;
 animation:blinkBackground 4s infinite;
 background:#ee4432;
 display:none
}
.menu-button p {
 font-size:14px;
 font-weight:normal;
 font-family:"OpenSans-Light";
 color:#fff;
 text-transform:uppercase;
 padding-bottom:5px
}
.menu-button.exit .hamburger-icon span {
 background-color:transparent!important
}
.menu-button.exit {
 webkit-animation:none;
 -moz-animation:none;
 -o-animation:none;
 animation:none
}
.menu-button.exit .hamburger-icon span:before {
 -webkit-transform:translateY(8px) rotateZ(-45deg);
 -moz-transform:translateY(8px) rotateZ(-45deg);
 -ms-transform:translateY(8px) rotateZ(-45deg);
 -o-transform:translateY(8px) rotateZ(-45deg);
 transform:translateY(8px) rotateZ(-45deg)
}
.menu-button.exit .hamburger-icon span:after {
 webkit-transform:translateY(-8px) rotateZ(45deg);
 -moz-transform:translateY(-8px) rotateZ(45deg);
 -ms-transform:translateY(-8px) rotateZ(45deg);
 -o-transform:translateY(-8px) rotateZ(45deg);
 transform:translateY(-8px) rotateZ(45deg)
}
.hamburger-icon span:before {
 content:'';
 background:#fff;
 width:40px;
 height:3px;
 position:absolute;
 top:0;
 left:0
}
.hamburger-icon span:after {
 content:'';
 background:#fff;
 width:30px;
 height:3px;
 position:absolute;
 top:0;
 left:0
}
.hamburger-icon span:after {
 top:auto;
 bottom:0
}
.hamburger-icon {
 position:relative;
 padding:5px 0;
 vertical-align:baseline;
 display:inline-block
}
.hamburger-icon span {
 width:40px;
 height:3px;
 background:#fff;
 display:block;
 margin:5px 0
}
.menu-button.exit .hamburger-icon span {
 background:transparent!important
}
.menu-button.exit .hamburger-icon span:after {
 width:40px
}
body h1 {
 font-size:42px;
 line-height:1.1;
 text-transform:uppercase;
 position:relative;
 font-family:'OpenSans-ExtraBold';
 color:#001523;
 padding-bottom:30px
}
.header {
 padding:25px 0
}
.header .container {
 display:flex;
 justify-content:space-between;
 align-items:center
}
.header .logo {
 width:23%
}
.header .header_detail {
 width:77%
}
.header nav {
 display:flex;
 align-items:center;
 flex-wrap:wrap;
 justify-content:space-between;
 border-bottom:1px solid #c1c1c1;
 padding-bottom:30px
}
.header .nav {
 display:flex;
 align-items:center;
 width:70%;
 justify-content:space-between
}
.header .nav li {
 padding:0 10px;
 position:relative;
 transition:1s
}
.header .nav li a {
 position:relative;
 text-transform:uppercase;
 font-size:16px
}
.header .nav li a:after {
 zoom:1;
 filter:alpha(opacity=80);
 -webkit-opacity:.8;
 -moz-opacity:.8;
 opacity:.8;
 background:#ee4432;
 content:'';
 overflow:hidden;
 position:absolute;
 left:0;
 bottom:0;
 display:block;
 width:0;
 height:4px;
 -webkit-transition:all 400ms cubic-bezier(0,0.208,0.73,1.075);
 -moz-transition:all 400ms cubic-bezier(0,0.208,0.73,1.075);
 -o-transition:all 400ms cubic-bezier(0,0.208,0.73,1.075);
 transition:all 400ms cubic-bezier(0,0.208,0.73,1.075)
}
.header .nav li a:hover:after {
 width:100%
}
.header .user {
 width:21%;
 text-transform:uppercase;
 display:flex;
 justify-content:space-between
}
.header .user a:hover {
 color:#ef4432
}
.header .contacts {
 padding-top:15px;
 align-items:center;
 font-size:18px
}
.header .contacts .phone {
 text-transform:uppercase;
 align-items:flex-start
}
.header .contacts .phone a {
 display:block
}
.header .contacts .map {
 align-items:flex-start
}
.header .contacts img {
 padding-right:10px
}
.header .contacts .card {
 position:relative
}
.header .contacts .card .number {
 color:#fff;
 background:#ef4432;
 width:25px;
 height:25px;
 display:flex;
 align-items:center;
 justify-content:center;
 position:absolute;
 top:-5px;
 right:-5px;
 border-radius:50%;
 cursor:pointer
}
.line {
 background:#001523
}
.line .form {
 padding:10px;
 position:relative;
 width:68%;
 box-sizing:border-box
}
.line .form input {
 width:100%;
 border:0;
 font-size:18px;
 padding:14px 0 14px 20px;
 box-sizing:border-box;
 font-family:"OpenSans-Light"
}
.line .form button {
 position:absolute;
 right:16px;
 top:21px;
 background:transparent;
 border:0
}
.line .btn {
 display:flex;
 align-items:center;
 text-transform:uppercase;
 font-size:18px;
 justify-content:center
}
.line .btn:hover {
 transform:translateY(0)
}
.line .cataloge {
 width:257px
}
.line .sale {
 width:111px;
 background:#7ba9cb
}

.banner {
 background:url("../img/banner-min.png") center top no-repeat;
 min-height:493px;
 margin-bottom:35px
}
.banner .container {
 display:flex;
 justify-content:space-between;
 position:relative;
 flex-wrap:wrap
}
.banner .container:before {
 content:"";
 display:block;
 position:absolute;
 background:url("../img/banner_img-min.png") right no-repeat;
 width:379px;
 height:448px;
 right:0;
 bottom:-23.5%;
 z-index:1
}
.banner .container:after {
 content:"";
 display:block;
 position:absolute;
 background:url("../img/banner_line-min.png") right no-repeat;
 width:310px;
 height:493px;
 right:-92px;
 top:0
}

.banner .left_menu li.parent {
 position:relative;
 padding:5px 10px;
 transition:1s
}
.banner .left_menu li.parent.search-all {
 background-color:rgba(112, 112, 112, 0.096)
}
.banner .left_menu li.parent .fa {
 font-size:17px;
 color:#bfbfbf;
 margin-left:5px
}
.banner .left_menu li.parent .child {
 position:absolute;
 right:-80%;
 top:-10px;
 background:#bebebe;
 transition:all .2s ease-in-out;
 -webkit-transition:all .2s ease-in-out;
 width:200px;
 box-sizing:border-box;
 padding:10px;
 z-index:111;
 border:5px solid #fff;
 display:none;
 box-shadow:0 10px 15px rgba(0,0,0,0.3)
}
.banner .left_menu li.parent:hover {
 background:#bebebe
}
.banner .left_menu li.parent:hover a {
 color:#fff
}
.banner .left_menu li.parent:hover a .fa {
 color:#fff
}
.banner .left_menu li.parent:hover .child {
 display:block
}
.banner .slogan {
 width:70%;
 padding-top:10px;
}
.banner .slogan h1 {
 position:relative;
 z-index:1;
 margin-bottom:10px;
 font-family:'OpenSans-ExtraBold'
}
.banner .slogan h1:before {
 /*content:"";*/
 display:block;
 position:absolute;
 left:0;
 bottom:9px;
 width:165px;
 height:5px;
 background:#cd1111
}
.banner .slogan p {
 font-family:"OpenSans-Light";
 font-size:18px;
 line-height:1;
 width:45%;
 padding:10px 0
}
.btn {
 position:relative;
 z-index:1;
 background:#ee4432;
 color:#fff;
 transition:1s;
 padding:10px 30px;
 box-sizing:border-box;
 font-size:16px;
 border:0;
 cursor:pointer
}
.btn:hover {
 box-shadow:0 10px 15px rgba(0,0,0,0.3);
 transform:translateY(-10px)
}
section {
 padding:20px 0
}
section .title {
 padding:10px 0;
 position:relative;
 align-items:center
}
section .title:before {
 content:"";
 display:block;
 position:absolute;
 width:86%;
 background:#fac7c1;
 height:1px;
 top:50%;
 left:50%;
 transform:translateX(-50%) translateY(-50%)
}
section .title h2 {
 padding:0 8px;
 position:relative;
 z-index:1;
 background:#fff
}
section .title a {
 padding:0 8px;
 font-size:15px;
 text-decoration:underline;
 position:relative;
 z-index:1;
 background:#fff;
 transition:1s
}
section .title a:hover {
 text-decoration:none
}
.popular_product li {
 position:relative;
 padding:10px 0;
 background:#fff;
 box-shadow:0 5px 7px rgba(0,0,0,0.2);
 width:90%;
 margin:0 15px
}
.popular_product li .sale {
 position:absolute;
 left:0;
 top:17px;
 color:#fff;
 padding:5px 14px;
 text-decoration:underline;
 font-size:13px;
 background:#4fad00
}
.popular_product li .sale.b {
 border-radius:50%;
 font-size:24px;
 width:70px;
 height:70px;
 left:8px;
 display:flex;
 align-items:center;
 justify-content:center;
 text-decoration:none;
 padding:0
}
.popular_product li img {
 display:block;
 margin:auto
}
.popular_product li img.product-img {
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    object-fit: contain;
}
.img_div{
    width: 209px;
    height: 313px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}
.popular_product li .description {
 margin-top:-5px;
 padding:0 20px;
 -webkit-box-orient:vertical;
}
.popular_product li h3 {
 font-size:18px;
 line-height:1.0;
 text-align:center;
 color:#000;
 overflow: hidden;
 height: 9.9vh;
}
.popular_product li .name {
 font-size:15px
}
.popular_product li .price {
 color:#e20813;
 font-family:'OpenSans-Bold';
 font-size:16px
}
.popular_product li .btn {
 min-width:100%;
 font-size:18px;
 text-align:center;
 background:#be1115;
 margin-top:15px;
 display:inline-block
}
.popular_product li .btn:hover {
 background:#ed4633
}
.popular_product li .more {
 text-align:center;
 display:block;
 font-size:13px;
 text-decoration:underline;
 padding:10px 0;
 color:#404eb4
}
.popular_product li .more:hover {
 text-decoration:none
}
.popular_product li .gc {
 font-size:14px;
 padding-top:5px
}
.sale_product li {
 position:relative;
 background:#fff;
 box-shadow:0 5px 7px rgba(0,0,0,0.2);
 width:96%;
 margin:0 15px
}
.sale_product li img {
 margin-top:-10px
}
.sale_product li .btn {
 background:#ed4633;
 position:absolute;
 right:20px;
 bottom:20px
}
.sale_product li .detail {
 position:absolute;
 top:0;
 right:0;
 max-width:270px;
 color:#fff;
 text-align:right;
 padding:20px 36px 0 0;
 z-index:11
}
.sale_product li .detail .b {
 font-size:22px;
 line-height:30px;
 padding-bottom:15px;
 text-transform:uppercase
}
.sale_product li .detail p {
 font-size:18px;
 font-family:"OpenSans-Bold";
 text-transform:none
}
.sale_product li .detail .old {
 font-size:15px;
 color:#e3e3e3;
 text-decoration:line-through;
 display:block
}
.sale_product li .detail .actual {
 font-size:30px;
 font-family:"OpenSans-Bold";
 display:block
}
.sale_product li:before {
 content:"";
 display:block;
 position:absolute;
 background:url("../img/1-min.png") right no-repeat;
 width:358px;
 min-height:100%;
 right:0;
 top:0
}
.sale_product .next:before {
 background:url("../img/2-min.png") right no-repeat;
 width:426px;
 min-height:100%
}
.related_post ul {
 display:flex;
 align-items:center
}
.related_post li {
 position:relative;
 background:#fff;
 box-shadow:0 5px 7px rgba(0,0,0,0.2);
 margin:0 15px;
 width:48%
}
.related_post li img {
 margin-top:-10px
}
.related_post li .btn {
 background:#ed4633;
 position:absolute;
 right:20px;
 bottom:20px
}
.related_post li .detail {
 position:absolute;
 top:0;
 right:0;
 max-width:270px;
 color:#fff;
 padding:10px 15px;
 z-index:11
}
.related_post li .detail .date {
 font-size:16px;
 color:#e3e3e3;
 text-align:left
}
.related_post li .detail .b {
 padding-top:50px;
 font-size:22px;
 line-height:30px;
 padding-bottom:15px;
 text-transform:uppercase;
 text-align:center
}
.related_post li:before {
 content:"";
 display:block;
 position:absolute;
 background:url("../img/related_post1.png") right no-repeat;
 width:320px;
 min-height:100%;
 right:0;
 top:0
}
.related_post li:nth-child(2n):before {
 background:url("../img/related_post2.png") right no-repeat
}
h3.tu {
 font-size:20px;
 padding:15px 0
}
.home_link {
 color:#fff;
 font-size:16px;
 display:inline-block;
 text-align:right;
 width:100%;
 box-sizing:border-box;
 background:#cd1111;
 padding:10px;
 margin-bottom:20px;
 transition:1s
}
.home_link:hover {
 background:#ee4432;
 box-shadow:0 10px 15px rgba(0,0,0,0.3)
}
.entrance {
 width:60%;
 padding:25px 0 200px 0
}
.entrance p {
 margin-bottom:7px
}
.entrance.order {
 padding-top:25px;
 margin-left:15%
}
.entrance input {
 font-size:16px;
 padding:12px 10px;
 width:52%;
 box-sizing:border-box;
 margin:7px 0;
 border:1px solid #ee4432
}
.entrance .btn {
 margin-top:7px;
 width:52%;
 padding:15px 0
}
.entrance input[type="radio"]+label {
 color:#001523;
 font-size:14px
}
.entrance .password a {
 color:#cd1111;
 text-decoration:underline;
 margin-left:10px
}
.entrance .password a:hover {
 text-decoration:none
}
input[type="radio"] {
 display:none
}
input[type="radio"]+label {
 cursor:pointer;
 color:#000;
 font-size:16px
}
input[type="radio"]+label span {
 display:inline-block;
 width:17px;
 height:17px;
 margin:-2px 10px 0 0;
 vertical-align:middle;
 background:#fff;
 cursor:pointer;
 border:2px solid #cd1111;
 border-radius:50%
}
input[type="radio"]:checked+label span {
 background:#cd1111;
 box-shadow:0 10px 15px rgba(0,0,0,0.3)
}
.page_title {
 font-size:30px;
 text-transform:uppercase;
 padding:15px 0
}

.breadcrumbs {
 font-size:14px;
 padding:30px 0;
 display:flex;
 flex-wrap:wrap
}
.breadcrumbs li {
 padding:0 3px
}
.delivery_info {
 font-size:16px;
 padding-bottom:200px
}
.delivery_info div h3 {
 font-size:24px;
 padding:30px 0
}
.delivery_info div h4 {
 font-size:18px;
 font-family:"OpenSans-ExtraBold"
}
.delivery_info div p {
 padding-bottom:35px
}
.contact_info {
 font-size:16px;
 padding-bottom:100px
}
.contact_info p {
 padding:15px 0
}
.contact_info .subtitle {
 font-size:18px
}
.contact_info .contact_link {
 padding-top:25px
}
.contact_info .contact_link a {
 display:block;
 padding:5px 0;
 transition:.5s
}
.contact_info .contact_link a:hover {
 text-decoration:underline;
 color:#ee4432
}
.popular_product.search_pages {
 padding:30px 0 70px 0
}
.popular_product.search_pages ul {
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 align-items:center;
 padding-top:30px
}
.popular_product.search_pages li {
 width:22%;
 box-sizing:border-box;
 margin:15px 0;
 padding:10px 0 0 0
}
.popular_product.search_pages .title h2 {
 font-family:"OpenSans-Light";
 font-size:20px;
 color:#000;
 text-transform:uppercase
}
.card.flex {
 margin-top:20px
}
.card.flex .number {
 width:43%;
 display:flex;
 align-items:center;
 font-size:25px;
 justify-content:space-around;
 border:1px solid #000;
 box-sizing:border-box;
 cursor:pointer
}
.cart-number {
    width:13%;
    display:flex;
    align-items:center;
    font-size:25px;
    justify-content:space-around;
    border:1px solid #000;
    box-sizing:border-box;
    cursor:pointer;
    float: right;
    margin-right: 10px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.cart-number input {
    max-width:40px;
    text-align:center;
    padding:15px 0;
    border:0;
    border-right:1px solid #000;
    border-left:1px solid #000
}
.card.flex .number input {
 max-width:40px;
 text-align:center;
 padding:15px 0;
 border:0;
 border-right:1px solid #000;
 border-left:1px solid #000
}
.card.flex .btn {
 width:57%;
 min-width:auto;
 padding:10px;
 margin-top:0
}
.card.flex .btn:hover {
 transform:translateY(0)
}
.page_navs {
 position:relative
}
.page_navs .page_numbers {
 position:absolute;
 right:0;
 bottom:0
}
.page_navs .page_numbers a {
 color:#8e8e8e;
 font-size:16px;
 text-decoration:underline
}
.page_navs .page_numbers a:hover {
 text-decoration:none
}
.pagenavi {
 margin:25px auto;
 font-size:18px
}
.pagenavi .flex {
 justify-content:space-between;
 width:37%;
 margin:auto;
 border:1px solid #969696;
 padding:10px;
 position:relative
}
.pagenavi .flex:before {
 content:"";
 display:block;
 position:absolute;
 left:32px;
 top:0;
 width:1px;
 height:48px;
 background:#969696
}
.pagenavi .flex:after {
 content:"";
 display:block;
 position:absolute;
 right:32px;
 top:0;
 width:1px;
 height:48px;
 background:#969696
}
.pagenavi a,
.pagenavi .fa {
 color:#969696;
 cursor:pointer
}
.pagenavi a:hover,
.pagenavi .fa:hover {
 color:#be1115;
 text-decoration:underline
}
.thanks {
 padding:50px 0;
 font-size:18px
}
.thanks p {
 padding:15px 0
}
.thanks .btn {
 margin-left:35px
}
.thanks .home {
 margin-top:100px;
 display:inline-block;
 color:#7ba9cb;
 text-decoration:underline
}
.thanks .home:hover {
 text-decoration:none
}
.politic {
 color:#a5a5a5;
 font-size:14px
}
.politic strong {
 font-weight:300;
 padding:15px 0;
 display:inline-block
}
.politic+p {
 color:#a5a5a5;
 font-size:14px
}
.order_form {
 padding:25px 0 50px 0;
 border-bottom:2px solid #c1c1c1
}
.order_form .btn {
 width:210px;
 margin:25px 0
}
.entrance.order {
 padding-bottom:25px
}
.home_link.order {
 display:flex;
 justify-content:space-between;
 padding:10px 35px
}
.home_link.order span {
 font-size:18px
}
section .title.order:before {
 display:none
}
.radio_box {
 padding:15px 0
}
.radio_box .flex {
 padding:15px 0;
 justify-content:flex-start
}
.radio_box .flex .name {
 width:50%
}
.radio_box .flex .price {
 font-size:18px;
 font-family:"OpenSans-Bold";
 display:block
}
.radio_box .flex .detail {
 width:21%;
 font-family:"OpenSans-Regular"
}
.radio_box strong {
 padding-top:7px;
 display:block;
 font-weight:300;
 color:#7d7d7d;
 font-size:14px;
 margin-left:30px
}
.product_box {
 padding-top:20px;
 display:flex;
 flex-wrap:wrap
}
.product_box .img {
 width:30%;
 margin-right:25px;
 position:relative
}
.product_box .img .stars {
 position:absolute;
 right:5%;
 top:3%;
 display:flex;
 align-items:flex-end
}
.product_box .img .bx-wrapper {
 box-shadow:none;
 margin:0;
}
.product_box .img .bx-wrapper img {
 margin:auto;
 height: 350px;
 display: block;
 object-fit: contain;
}
.product_box .img .holder {
 border:1px solid #d9d9d9;
 margin-bottom:14px
}
.product_box .img .view {
 display:flex;
 align-items:center;
 font-size:14px;
 padding-bottom:10px
}
.product_box .img .view img {
 background-size:contain;
 width:14px;
 height:14px;
 margin-right:10px
}
.product_box .img #bx-pager {
 display:flex;
 justify-content:space-between
}
.product_box .img #bx-pager a {
 width:30%;
 text-align:center;
 border:1px solid #d9d9d9;
 position:relative
}
.product_box .img #bx-pager a:before {
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 background:rgba(0,0,0,0.7);
 content:'';
 opacity:0;
 -webkit-transition:all .5s;
 -moz-transition:all .5s;
 -ms-transition:all .5s;
 -o-transition:all .5s;
 transition:all .5s
}
.product_box .img #bx-pager a:hover:before {
 opacity:1
}
.product_box .img #bx-pager a img {
 width:65px;
 background-size:contain
}
.product_box .img .bx-controls-direction a {
 top:-100%!important
}
.product_box .description h3 {
 font-size:24px;
 line-height:1.1;
 text-align:center;
 color:#000;
 padding-bottom:20px
}
.product_box .description .name {
 font-size:18px
}
.product_box .description .price {
 color:#e20813;
 font-family:'OpenSans-Bold';
 font-size:20px
}
.product_box .card {
 width:50%
}
.product_box .card .btn {
 background:#be1115;
 text-align:center
}
.product_box .question {
 padding:10px 0;
 display:flex;
 text-align:center
}
.product_box .question span {
 background:#be1115;
 width:25px;
 height:25px;
 color:#fff;
 font-size:20px;
 font-family:"OpenSans-Bold";
 border-radius:50%;
 margin-right:10px
}
.product_box .question a {
 text-decoration:underline
}
.product_box .question a:hover {
 text-decoration:none
}

/*Корзина*/

.full_cart_order{
    /*width: 100%; */
    /* max-width: 98rem; */
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, .2);
    display: flex;
    /* align-items: center; */
    border-radius: .8rem;
    padding: 20px 20px 20px;
    /* height: 120px;*/
}

.cart_order_img {
    max-width: 135px;
    /* height: 16rem; */
    max-height: 75px;
    position: relative;
    /* margin: 15%; */
    display: inline-table;
    /* padding-right: 10%; */
    /* margin-right: 10%; */
    padding-right: 15px;
}
.cart_order_img img {
    width: 135px;
    height: auto;
    object-fit: cover;
    border-radius: .8rem;
    object-fit: contain;
    display: flex;
}

.quantity {
    display: inline-block;
}
   
.quantity .input-text.qty {
width: 35px;
height: 39px;
padding: 0 5px;
text-align: center;
background-color: transparent;
border: 1px solid #000000;
}

.quantity.buttons_added {
text-align: left;
position: relative;
white-space: nowrap;
vertical-align: top; }

.quantity.buttons_added input {
display: inline-block;
margin: 0;
vertical-align: top;
box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
padding: 7px 10px 8px;
height: 41px;
background-color: #ffffff;
border: 1px solid #000000;;
cursor:pointer;}

.quantity.buttons_added .minus {
border-right: 0; }

.quantity.buttons_added .plus {
border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
margin: 0; }

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
outline: none; }
/*.cart_order_img::before{
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    
}*/
.group_CART{
    margin-bottom: 20px;
}

.cart_order_delete {
    text-decoration: none;
    color: rgba(238, 68, 50);
    cursor: pointer;
}

.cart_order_information1 {
    font-style: italic;
    padding-bottom: 10px;
}

p.cart_order_text {
    padding-bottom: 10px;
}

h1.cart_order_title{
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
    font-family: 'OpenSans-ExtraBold';
    color: #001523;
    padding-bottom: 10px;
}

.page_title {
    font-size:30px;
    text-transform:uppercase;
    padding:15px 0
}

.page_subtitle {
    font-size: 22px;
    padding-bottom: 10px;
    font-style: italic;
    color: #001523;
}

.page_title_cart {
font-size:30px;
text-transform:uppercase;
padding:15px 0
}

.cart_total {
    font-size: 30px;
    text-transform: uppercase;
    /* padding: 15px 0; */
    float: right;
    text-align: right;
    position: static;
    margin: 26px 0;
}

.cart_info {
    font-size:16px;
    padding-bottom:10px;
}
    
.cart_info .btn {
    width:30%;
    padding: 15px 0;
    margin:20px 0;
}

/*Конец корзины*/


.popular_product li .stars {
 display:flex;
 justify-content:flex-start;
 padding:10px 0
}
.popular_product li .stars li {
 width:auto;
 padding:0;
 box-shadow:none;
 margin:0 5px 0 0
}
.tabs_box {
 border-top:1px solid #d9d9d9;
 border-bottom:1px solid #d9d9d9;
 margin:35px 0;
 padding:20px 0
}
.tabs_box .tabs {
 display:flex;
 margin-bottom:25px
}
.tabs_box .btn {
 background:transparent;
 color:#000;
 text-align:center;
 margin-right:10px;
 font-size:20px;
 border:2px solid #be1115
}
.tabs_box .btn:hover {
 transform:translateY(0)
}
.tabs_box .active {
 background:#be1115;
 border:2px solid transparent;
 color:#fff
}
.tabs_box p {
 padding:15px 0
}
.tabs_box .b {
 font-size:20px
}
.tabs_box h3 {
 font-size:20px;
 font-family:'OpenSans-Bold';
 padding-bottom:10px
}
.tabs_box ul {
 padding-bottom:10px
}
.tab_content {
 transition:1s
}
.footer {
 padding:25px 0;
 background:#000;
 color:#fff;
 font-size:16px
}
.footer a {
 color:#fff
}
.footer .container.flex h3 {
 font-size:16px;
 text-transform:uppercase;
 padding-bottom:25px
}
.footer .container.flex .box.mail {
 width:24%
}
.footer .container.flex .box.mail form {
 display:flex;
 align-items:center;
 justify-content:space-between;
 border:1px solid #7ba9cb;
 margin-top:25px
}
.footer .container.flex .box.mail form .btn {
 padding:5px 16px
}
.footer .container.flex .box.mail form .btn:hover {
 transform:translateY(0);
 background:#7ba9cb
}
.footer .container.flex .box.mail form input {
 padding:10px 5px 10px 10px;
 border:0;
 font-size:16px;
 font-family:"OpenSans-Light";
 min-width:78%;
 box-sizing:border-box;
 background:transparent
}
.footer .container.flex .box.mail form input:focus {
 background:#7ba9cb
}
.footer .container.flex .box.mail form ::placeholder {
 color:#7ba9cb;
 opacity:1
}
.footer .container.flex .box.mail form :-ms-input-placeholder {
 color:#7ba9cb
}
.footer .container.flex .box.mail form ::-ms-input-placeholder {
 color:#7ba9cb
}
.footer .copy {
 padding:10px 0;
 text-align:center;
 margin-top:35px;
 border-top:1px solid #482428
}
.footer #to-top-button {
 position:fixed;
 display:none;
 right:10px;
 cursor:pointer;
 bottom:50px;
 padding:8px 10px;
 transition:.5s;
 background:#ed4633;
 z-index:11
}
.footer #to-top-button .fa {
 font-size:21px;
 color:#fff
}

/*List start*/
/*
.dropdown{
    position: relative;
    padding: 5px 10px;
}
.dropdown-button{
    position: relative;
    width: 200px;
    height: 60px;
    font-size: 24px;
    background: #2196f3;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    color: #fff;
}
.dropdown-ul{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #ccc;
    transform-origin: top;
    transform: perspective(1000px) rotateX(-90deg);
    transition: 0.5s;
}
.dropdown-ul.active{
    transform: perspective(1000px) rotateX(0deg);
}

.dropdown-li{
    list-style: none;
}
.dropdownl-a{
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background: #ccc;
    transition: 0.5s;
}
.dropdownl-a:hover{
    background: #0d7ad0;
}
*/

.child-bottom{
    position:relative;
    right:1%;
    top:-12px;
    /*background:#bebebe;*/
    /*transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;*/
    /*width:200px;*/
    box-sizing:border-box;
    padding:20px 20px 0px 20px;
    z-index:111;
    /*border:5px solid #fff;*/
    display:none;
    /*box-shadow:0 10px 15px rgba(0,0,0,0.3)*/
}

li.home-item {
    margin-bottom: 4px;
}

/*.banner .left_menu li.parent:hover {
 background:#bebebe
}
.banner .left_menu li.parent:hover a {
 color:#fff
}
.banner .left_menu li.parent:hover a .fa {
 color:#fff
}
.banner .left_menu li.parent:hover .child {
 display:block
}*/

.banner .left_menu {
    width:22%;
    background:#fff;
    border:1px solid #bebebe;
    padding:10px;
    box-sizing:border-box;
    margin-top:10px;
    height: 450px;
}
p.left-p-category {
    text-align: center;
    padding-top: 63%;
    opacity: 0.5;
    font-size: 18px;
}

/*List end*/

/* Scrollbar start */
    /* width */
    ::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey; 
    border-radius: 5px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: #ee4432; 
    border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
    }
/* Scrollbar end*/

/*Zakupki_start*/

.zakupki_group {
    margin-bottom: 30px;
}

.full_zakupki_card {
    /*width: 100%; */
    /* max-width: 98rem; */
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, .2);
    display: flex;
    /* align-items: center; */
    border-radius: .8rem;
    padding: 32px 35px 20px 35px;
    /* height: 120px; */
}

.card_zakupki_info1 {
    font-style: italic;
    padding-bottom: 10px;
    font-size: 16px;
}

h1.card_zakupki_title{
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
    font-family: 'OpenSans-ExtraBold';
    color: #001523;
    padding-bottom: 10px;
}

p.card.zakupki.text {
    padding-bottom: 10px;
}

.zakupka_total {
    font-size: 30px;
    text-transform: uppercase;
    /* padding: 15px 0; */
    /* float: right; */
    /* text-align: right; */
    position: static;
    margin: 0px 0px 20px 0px;
}

.zakupki_group .btn {
    /* width:30%; */
    width: 290px;
    padding: 15px 0;
    margin:20px 0;
}

.loading {
	opacity: 0;
	display: flex;
	position: fixed;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity .3s ease-in;
}

.loading.show {
	opacity: 1;
}

/*Zakupki_end*/

/*Account start*/

.full_account_card {
    /*width: 100%; */
    /* width: 20rem; */
    /* max-width: 98rem; */
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, .2);
    display: flex;
    /* align-items: center; */
    border-radius: .8rem;
    padding: 32px 35px 25px 35px;
    /* height: 120px; */
    margin-bottom: 29px;
}

.card_account_info1 {
    font-style: italic;
    padding-bottom: 10px;
    font-size: 16px;
}

h1.card_account_title{
    font-size: 32px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
    font-family: 'OpenSans-ExtraBold';
    color: #001523;
    padding-bottom: 10px;
}

h1.card_account_name{
    font-size: 32px;
    line-height: 0.85;
    text-transform: uppercase;
    position: relative;
    font-family: 'OpenSans-ExtraBold';
    color: #001523;
    padding-bottom: 10px;
}

p.card_account_text {
    margin-bottom: 2px;
    font-size: 24px;
    font-style: italic;
}

.account_total {
    font-size: 30px;
    text-transform: uppercase;
    /* padding: 15px 0; */
    /* float: right; */
    /* text-align: right; */
    position: static;
    margin: 0px 0px 20px 0px;
}

.account_group .btn {
    /* width:30%; */
    width: 290px;
    padding: 15px 0;
    margin:20px 0;
}

/* .home_link.order {
    display:flex;
    justify-content:space-between;
    padding:10px 35px;
} */

.information_account {
    margin-left: 5%;
}

.cart_order_information1_account {
    font-style: italic;
    padding-bottom: 10px;
    font-size: 16px;
}

h1.cart_order_title_account{
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
    font-family: 'OpenSans-ExtraBold';
    color: #001523;
    padding-bottom: 10px;
}


p.cart_order_text_detail {
    padding-bottom: 4px;
    font-size: 16px;
    display: list-item;
    list-style-position: inside;
    padding-left: 16px;
}

p.cart_order_text_detail1 {
    padding-bottom: 4px;
    font-size: 20px;
    font-style: italic;

}

summary.detail1 {
    /* font-size: x-large; */
    font-size: x-large;
    padding-bottom: 10px;
    cursor: pointer;
}

/*Account end*/

/*Edit start*/

.information_account input{
    font-size: 16px;
    padding: 12px 10px;
    width: 52%;
    box-sizing: border-box;
    margin: 7px 0;
    border: 1px solid #ee4432;
}


/*Edit end*/