section {
    font-family: Arial, sans-serif;
}

p {
    text-align: center;
    padding: 0 20px;
}

.sale_desc {
    color: #ffffff;
    font-size: 1.6em;
    width: 80%;
    background-color: #ea4a00;
    border: 1px solid #000000;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px;
    margin-bottom: 0;
}

.sale_desc b {
    font-size: 1.2em;
}

.pointer {
    display: block;
    width: 150px;
    margin: auto;
    margin-top: -25px;
}

.list {
    width: 480px;
    margin: auto;
}

.list_item {
    width: 90%;
    margin: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 60px;
}

img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.list_item .list_header p {
    background: #2f2f2f;
    color: #efefef;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.7em;
}

.list_item .list_header .list_title {
    background: #384044;
    color: #ffffff;
    font-size: 1.9em;
}

.list_item .list_img {
    width: 100%;
    position: relative;
}

.list_item .list_img img {
    width: 100%;
    position: relative;
}

.list_item .list_sale {
    width: 150px;
    height: 150px;
    background: no-repeat url(img/sale_bg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    opacity: 0.9;
}

.list_item .list_sale p {
    width: 150px;
    color: #ffffff;
    font-size: 1.6em;
    transform: rotate(45deg);
    margin: 0;
    padding: 43px 0;
    padding-left: 15px;
}

.list_item .list_price {
    width: 100%;
    background: #33313a;
    color: #bfbdc5;
    overflow: hidden;
}

.list_item .list_price .list_price_top {
    overflow: hidden;
    background-color: #52505a;
}

.list_item .list_price p {
    text-align: center;
    font-size: 1.2em;
    padding: 0;
}

.list_item .list_price p b {
    text-align: center;
    font-size: 1.6em;
}

.list_item .list_price .list_price_old {
    width: 40%;
    float: left;
}

.list_item .list_price .list_price_old b {
    text-decoration: line-through;
}

.list_item .list_price .list_price_delimiter {
    width: 20%;
    float: left;
}

.list_item .list_price .list_price_delimiter p {
    font-size: 3em;
    padding: 0;
    margin: 0;
    line-height: 2em;
}

.list_item .list_price .list_price_this {
    width: 40%;
    float: left;
}

.list_item .list_price .list_price_this b {
    text-decoration: line-through;
}

.list_item .list_price .list_per_sale {
    color: #45daff;
    font-size: 1em;
    margin: auto;
    margin-top: 5px;
}

.list_item .list_price .list_per_sale_gr {
    color: #00ff00;
    font-size: 1em;
    margin: auto;
    margin-top: 5px;
}

.list_item .list_price .list_per_sale span {
    font-weight: 600;
}

.list_item .list_price .list_price_new {
    width: 50%;
    float: left;
}


.list_item .list_price .list_price_new {
    width: 50%;
    float: left;
}


.list_item .list_price .list_price_new p {
    color: #ffffff;
}


.list_item .list_price .list_price_btn {
    width: 50%;
/*    float: left;*/
/*    margin-top: 25px;*/
      margin: 25px 0px 25px 80px;
}

.list_item .list_price .list_price_btn a {
    display: block;
    margin: 0 auto;
    width: 270px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 26px;
		font-weight: bold;
		
    line-height: 40px;
    letter-spacing: 1px;
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
    cursor: pointer;
    background: rgb(25, 179, 218);
    box-shadow: 0 0 0 0px rgb(69, 218, 255);
    color: #fff;
}

@media all{
ul{box-sizing:border-box;}
}
@media all{
h5,p{margin:0;}
img{max-width:100%;height:auto;display:block;}
input,button{font:inherit;}
@media (prefers-reduced-motion: reduce){
*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important;}
}
button,input{color:#404040;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;font-size:1rem;line-height:1.5;}
h5{clear:both;}
p{margin-bottom:0.5em;}
h5{font-size:18px;font-weight:300;}
.btn{display:flex;flex:1 0 100%;align-items:center;justify-content:center;background:#00a046;border-radius:5px;min-height:50px;font-size:23px;font-weight:700;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.4);text-decoration:none;box-shadow:var(--cr-shadow);border:none;text-transform:uppercase;width:90%;margin:15px auto;cursor:pointer;outline:none;position:relative;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.btn.btn-disabled{background:#ffb73b;cursor:inherit;color:#222;text-shadow:0 1px 0 rgba(255,255,255,.6);}
.goods-catalog {
	background-color: #33313a;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    flex-wrap: wrap;
}
.collapse.show p {
    text-align: left;
    padding: 0;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.5;
}
.goods-catalog .card {
    display: flex;
    flex-direction: column;
    flex-basis: 480px;
    max-width: 100%;
    margin-bottom: 30px;
    font-weight: 300;
    border-radius: 5px;
    box-shadow: var(--cr-shadow);
    text-align: center;
}
.goods-catalog .card img{width:100%;}
.card-price{font-size:16px;font-weight:600;margin-top: 10px;margin-bottom: 10px;}
.card-price del{font-weight:400;margin-right:10px;}
h5.card-title{min-height:75px;font-size:22px;font-weight:400;}
.gallery-images{margin-bottom:10px;}
.gallery-images img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:1;}
.gallery-thumbs img{opacity:0.4;cursor:pointer;}
.gallery-thumbs .swiper-slide-thumb-active img{opacity:1;}
.card-price{font-size:35px;font-weight:normal;color:#ee1562;}
.card-price strong{font-weight:normal;color:#3ed9ff;;font-size:41px;}
.card-gallery {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.card-description{text-align:left;padding:0 20px;}
.card-description p{margin-bottom:10px;}
.card-description ul{padding-left:15px;margin:10px 0 22px;font-size:22px;list-style:none;}
.card-description li:before{height:16px;width:16px;display:inline-block;margin-right:10px;background-image:url("img/check.svg");background-size:contain;content:'';list-style:none;}
.show-description svg{transform:rotate(-90deg);margin-left:10px;transition:transform 0.3s ease-in;}
.card-description .show-description{margin:15px 0 10px 0;width:100%;background:#b3ced9;}
.collapse{display:none;}
}
:root{--swiper-navigation-size:50px}
@media screen{
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;}
.swiper-wrapper{transform:translate3d(0px,0,0);}
.swiper-pointer-events{touch-action:pan-y;}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1;font-weight: bold;}
.swiper-button-prev{left:10px;right:auto;}
.swiper-button-prev:after{content:'prev';}
.swiper-button-next{right:10px;left:auto;}
.swiper-button-next:after{content:'next';}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto;}
}
@media screen{
a{color:#007aff;}
}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal;}