/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	font-size: 16px;
}
html,
button,
input,
select,
textarea {
    color: #666666;
}

body {
    font-family: Arial;
    font-size: .75rem;
    line-height: 1.4;
    --base-width: 960px;
  	--base-padding-left: 1rem;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #414141;
    text-decoration: underline;
}

.visually-hidden {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;

    white-space: nowrap;

    border: 0;

    clip: rect(0 0 0 0);
    clip-path: inset(100%);
}

/* ==========================================================================
            Author's custom styles
            ========================================================================== */

#header-box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 960px;
}

#header {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 9px;
    max-width: 960px;
}

#logo {
    text-decoration: none;
    border-bottom: none;
    width: 185px;
    color: #000000;
    margin: 13px 0 0 -1px;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 960px;
}

.wrapper-popup {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

.wrapper-popup .frstscn {
    margin-top: 0;
}

.wrapper {
	max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.header-block {
    width: 200px;
    float: left;
}

#header-nav-block {
    width: 330px;
    padding-left: 30px;
}

.headernav {
    height: 20px;
    margin: 2px 0 0 0;
    font-size: 10pt;
}

.headernav li {
    float: left;
    padding: 0;
    list-style: none;
    line-height: 9pt;
}

.headernav li > a {
    font-size: 9pt;
    padding: 0 10px;
    border-right: solid 1px #e1e1e1;
    text-decoration: underline;
    color: #000000;
}

.headernav li > a:hover,
.headernav li > a:focus {
    text-decoration: none;
}

.headernav li:first-child > a {
    padding-left: 0;
}

.headernav li:last-child > a {
    border-right: none;
}

#headernav1 {
}

#headernav2 {
    width: 125px;
}

.search-box form {
    margin-bottom: 4px;
}

.search-box > span {
    color: #7d7d7d;
}

.search-box span.search-link {
    background: url(../images/search_but.png) right center no-repeat;
    padding-right: 33px;
    font-size: .75rem;
    display: block;
    line-height: 26px;
    color: #7b7b7b;
    cursor: pointer;
}

.search-popup {
    display: none;
    position: absolute;
    background: url(../images/seach_block.png) top center no-repeat;
    margin-left: -83px;
    margin-top: -4px;
    padding: 20px;
    width: 250px;
}

#search {
    width: 272px;
    margin-bottom: 0;
    font-size: 9pt;
    font-style: italic;
    padding: 1px 4px;
}

.bg-search {
    background-color: #fcf0dc;
}

#search-btn {
    padding: 0 5px 1px;
}

.search-popup form {
    padding: 0;
    margin: 0 0 3px;
}

.search-popup a {
    text-decoration: none;
    border-bottom: dashed 1px #7b7b7b;
}

.search-popup a,
.search-popup span {
    font-size: .75rem;
}

.often-search {
    border-bottom: dashed 1px #7b7b7b;
}

.often-search:hover {
    border-bottom: none;
    text-decoration: none;
}

.header-phone {
    width: 216px;
    margin: 0;
    border-right: solid 1px #e1e1e1;
    text-align: right;
    padding-right: 20px;
    padding-top: 4px;
    color: #7d7d7d;
}

.header-phone a:hover,
.header-phone a:visited,
.header-phone a:focus {
    text-decoration: none;
}

.phone_pref {
    font-size: 18pt;
    font-family: Tahoma, Arial, sans-serif;
    color: #7d7d7d;
}

.phone_num {
    font-size: 18pt;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    color: #333333;
}

.header-deliv {
    background: url(../images/delivery_auto.png) left center no-repeat;
    padding-left: 41px;
    width: 210px;
}

.header-like {
    margin-top: 7px;
}

.header-like a {
    font-size: 0.9em;
}

.header-like a.mylike {
    background: url(../images/serdechko.png) left no-repeat;
    padding-left: 30px;
}

.header-like a.cart {
    background: url(../images/cart.png) left no-repeat;
    padding-left: 30px;
    display: block;
    margin-top: 10px;
}

a.login {
    text-decoration: underline;
}

a:hover.login {
    text-decoration: none;
}

a.mylike {
    color: #7d7d7d;
}

.header-login {
    font-size: 0.9em;
    width: 65px;
    float: right;
    text-align: right;
    padding-top: 8px;
}

.header-login a.btn {
    margin-top: 13px;
}

.header-cart {
    width: 166px;
    float: right;
}

#cartcontent {
    background: #f7f7f7 url(../img/cart.png) 9% center no-repeat;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    padding: 10px 10px 10px 50px;
    margin-bottom: 3px;
}

#order-left {
    float: left;
    width: 70%;
}

#order-right {
    float: right;
    width: 28%;
}

.font-big {
    font-size: 1.2em;
    font-weight: bold;
}

#order-form {
    background-color: #faf9f5;
    padding: 10px;
    margin-top: 20px;
}

.order-help {
    float: right;
    width: 260px;
    font-size: 0.8em;
    color: #888888;
}

.discount-card {
    border: solid 1px #dddddd;
    background-color: white;
    padding: 15px;
    margin: 0;
    width: 355px;
}

.discount-card-left {
    width: 100px;
    float: left;
    padding-top: 15px;
}

.discount-card-right {
    width: 245px;
    float: right;
    padding-top: 15px;
    font-size: 0.9em;
    color: #888888;
}

.order-itog {
    width: 270px;
}

.order-itog-cart {
    width: 273px;
}

.btn-order {
    color: #ffffff;
    font-size: 1.2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #9a3760;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #b44975, #8b2d54);
    background-image: -webkit-gradient(
            linear,
            0 0,
            0 100%,
            from(#b44975),
            to(#8b2d54)
    );
    background-image: -webkit-linear-gradient(top, #b44975, #8b2d54);
    background-image: -o-linear-gradient(top, #b44975, #8b2d54);
    background-image: linear-gradient(to bottom, #b44975, #8b2d54);
    background-repeat: repeat-x;
    border-color: #bd362f #8b2d54 #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb44975', endColorstr='#ff8b2d54', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-order:hover,
.btn-order:focus,
.btn-order:active,
.btn-order.active,
.btn-order.disabled,
.btn-order[disabled] {
    color: #ffffff;
    background-color: #8b2d54;
    *background-color: #a9302a;
}

.btn-order:active,
.btn-order.active {
    background-color: #942a25 \9;
}

.itog-itog {
    width: 70px;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    color: #666666;
}

.itog-price {
    width: 195px;
    float: right;
}

.itog-sum {
    font-size: 1.6em;
    color: black;
    font-weight: bold;
}

.itog-economy {
    color: #666666;
}

.itog-delivery {
    font-size: 0.8em;
    color: #666666;
    padding: 14px 0;
}

.itog-mess {
    font-size: 0.8em;
    padding-top: 5px;
}

.in-cart {
    text-align: right;
    padding-bottom: 5px;
}

.order-cart-item {
    width: 240px;
    padding: 0 0 8px 0;
    background: white url(../images/blockbtm.png) bottom center no-repeat;
    margin-bottom: 10px;
}

.order-cart-item .num {
    color: #666666;
    font-size: 1.4em;
}

.order-cart-right .plus {
    /*
               background: url(../images/plus.png) center no-repeat;
           */
}

.order-cart-right > .plus {
    width: 100%;
    height: 20px;
}

.order-cart-right .discount {
    background-color: #fafafa;
}

.order-cart-item .price {
    font-size: 1.2em;
}

span.upak {
    background-color: #fcf0dc;
    font-weight: bold;
    padding: 3px;
}

.order-cart-item .single > .image {
    width: 90px;
    height: 90px;
    float: left;
}

.order-cart-item .single > .price {
    padding-left: 105px;
    padding-top: 10px;
}

.order-cart-item .set2 > .image {
    width: 70px;
    height: 70px;
    float: left;
}

.order-cart-item .set2 > .plus {
    width: 70px;
    height: 70px;
    float: left;
}

.order-cart-item .set2 > .props {
    clear: both;
    float: left;
    padding-top: 10px;
    width: 125px;
    padding-bottom: 10px;
}

.order-cart-item .set2 > .price {
    float: right;
    width: 100px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-cart-item .set3 > .image {
    width: 60px;
    height: 60px;
    float: left;
}

.order-cart-item .set3 > .plus {
    width: 20px;
    height: 60px;
    float: left;
}

.order-cart-item .set3 > .price {
    float: right;
    width: 100px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-cart-item .set3 > .props {
    clear: both;
    float: left;
    padding-top: 10px;
    width: 125px;
    padding-bottom: 10px;
}

.order-cart-item .set4 > .image {
    width: 70px;
    height: 70px;
    float: left;
}

.order-cart-item .set4 > .plus {
    width: 40px;
    height: 70px;
    float: left;
}

.order-cart-item .set4 > .props {
    clear: both;
    float: left;
    padding-top: 10px;
    width: 125px;
    padding-bottom: 10px;
}

.order-cart-item .set4 > .price {
    float: right;
    width: 100px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.roz {
    background-color: #fcf0dc;
}

.itog-price-right {
    width: 165px;
}

.first-row {
    margin-top: 20px;
}

.order-cart-right {
    /*
               width: 240px;
           */
    width: 320px;
}

.discount4 {
    padding: 10px 10px 10px 80px;
    background: url("../images/4percent.png") left center no-repeat;
    height: 35px;
}

.freeship {
    padding: 20px 10px 10px 80px;
    background: url("../images/tutu.png") left center no-repeat;
    height: 25px;
}

.footer {
    margin: 50px 0 0 0;
    background: none repeat scroll 0 0 #fcfcfc;
    border: solid 1px #f5f5f5;
    height: auto;
    padding: 1.8rem 1.8rem 1rem;
}

.footer .h3 {
    color: #999999;
    line-height: 12px;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}

.footer ul {
    list-style: none outside none;
    color: #cccccc;
    margin: 15px 50px 0 0;
    float: left;
}

.footer .footer-block {
    width: 250px;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
}

.footer .continf {
    width: 190px;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
}

.footer .social {
    flex-shrink: 0;
}

.footer .social ul {
    margin-right: 0;
}

.footer .social li {
    float: left;
    padding: 2px 10px 10px 0;
}

#login-box {
    position: absolute;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    width: 140px;
    text-align: left;
    margin-top: 3px;
    margin-left: 0px;
    z-index: 100;
}

.login-form {
    margin: 0;
}

.login-form input {
    width: 128px;
}

.login-form button {
    width: 70px;
    font-size: 1.2em;
}

.forget-passw {
    width: 70px;
    float: left;
}

.cart-list {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #dddddd;
    margin-bottom: 20px;
}

.cart-list tr {
    border: solid 1px #dddddd;
}

.cart-list tr:nth-child(odd) {
    background-color: #faf9f5;
}

.cart-list td {
    padding: 10px;
    vertical-align: middle;
}

.cart-list td.goods {
    text-align: left;
    vertical-align: top;
}

.cart-list td.amnt {
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.cart-list td.colprice {
    text-align: left;
    vertical-align: middle;
    width: 130px;
}

.cart-list td.colclose {
    width: 15px;
    text-align: center;
    vertical-align: top;
}

.cart-list a.ret2buy {
    background: url("../images/arrowback.png") left center no-repeat;
    padding-left: 20px;
}

.cart-list .amnt input {
    width: 30px;
    padding: 2px;
    text-align: center;
    display: block;
    float: left;
}

.cart-list .arrow {
    display: block;
    width: 20px;
    height: 25px;
    float: left;
    border-bottom: none;
    background-color: #faf9f5;
}

.cart-list .left {
    background: url("../images/arrowleftsm.png") center no-repeat;
}

.cart-list .right {
    background: url("../images/arrowrightsm.png") center no-repeat;
}

.cart-list .price {
    font-size: 1.4em;
}

.cart-list .oldprice,
.cart-list .economy {
    color: #89003d;
    font-size: 0.9em;
}

.cart-list .oldprice {
    text-decoration: line-through;
}

.cart-list .colclose > a {
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/close.png") center no-repeat;
    border-bottom: none;
}

.cart-list .single > .gname {
    font-weight: bold;
}

.cart-list .single > .block {
    width: 300px;
}

.cart-list .single > .block > .image {
    width: 90px;
    height: 90px;
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.cart-list .single > .block > .props {
    margin-top: 15px;
    width: 170px;
    float: left;
}

.cart-list .set2 > .gname {
    font-weight: bold;
}

.cart-list .set2 > .block {
    width: 170px;
    float: left;
}

.cart-list .set2 > .block > .image {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cart-list .set2 > .block > .props {
    margin-top: 15px;
    width: 80px;
    float: left;
}

.cart-list .set2 > .plus {
    margin: 15px 5px;
    width: 20px;
    float: left;
    height: 70px;
    background: url("../images/plus.png") center no-repeat;
}

.cart-list .set3 > .gname {
    font-weight: bold;
}

.cart-list .set3 > .image {
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.cart-list .set3 > .block {
    float: left;
    width: 110px;
}

.cart-list .set3 > .props {
    margin-top: 15px;
    width: 90px;
}

.cart-list .set3 > .plus {
    margin: 15px 5px;
    width: 20px;
    float: left;
    height: 70px;
    background: url("../images/plus.png") center no-repeat;
}

.cart-list .set4 > .gname {
    font-weight: bold;
}

.cart-list .set4 > .block {
    width: 170px;
    float: left;
}

.cart-list .set4 > .block > .image {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cart-list .set4 > .block > .props {
    margin-top: 15px;
    width: 80px;
    float: left;
}

.cart-list .set4 > .plus {
    margin: 15px 5px;
    width: 20px;
    float: left;
    height: 70px;
    background: url("../images/plus.png") center no-repeat;
}

.cart-list .present {
    position: absolute;
    margin-left: 30px;
    margin-top: -15px;
}

.select-size-frame {
    position: absolute;
    background-color: white;
    border: solid 1px #dddddd;
    display: none;
    padding: 10px;
    width: 200px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 0.8em;
}

.select-size-frame ul {
    list-style: none;
}

.select-size-frame li {
    float: left;
    width: 80px;
}

/* cart popup */

/*
         #popupAddCart .modal-body {
             padding: 15px 25px;
         }
         
         #popupAddCart .modalincart {
             font-size: 14px;
             color: #89003D;
             background: url(../images/icon-cart.png) left center no-repeat;
             line-height: 25px;
             padding-left: 38px;
         }
         
         #popupAddCart .modalincart strong {
             font-size: 18px;
         }
         
         #popupAddCart .modalincart span {
             font-size: 18px;
         }
         
         #popupAddCart .modaltable {
             border: none;
             border-collapse: collapse;
             width: 100%;
             margin-top: 10px;
         }
         
         #popupAddCart .modaltable td {
             vertical-align: top;
             text-align: left;
             padding: 5px;
         }
         
         #popupAddCart .modalgname {
             font-weight: bold;
             margin-bottom: 8px;
         }
         
         #popupAddCart .gprice {
             font-size: 20px;
             width: 140px;
             float: right;
             text-align: right;
             font-weight: bold;
         }
         
         #popupAddCart .gkolich {
             color: #DDDDDD;
             font-size: .75rem;
             padding-left: 4px;
         }
         
         #popupAddCart .gminus, #popupAddCart .gplus {
             float: left;
             width: 20px;
             height: 30px;
             cursor: pointer;
         }
         
         #popupAddCart .gminus {
             background: url(../images/arrowleftsm.png) center no-repeat;
         }
         
         #popupAddCart .gplus {
             background: url(../images/arrowrightsm.png) center no-repeat;
             margin-top: 1px;
         }
         
         #popupAddCart input[name=kolich] {
             float: left;
             width: 15px;
             margin-top: 1px;
         }
         
         
         
         #popupAddCart input {
             margin-bottom: 0;
             margin-top: 12px;
         }
         
         #popupAddCart .btn-order {
             margin-top: 20px;
             width: 210px;
             margin-bottom: 5px;
             padding: 12px 5px;
         }
         
         #popupAddCart .modal-footer {
             text-align: left;
             font-size: .75rem;
         }
         
         #popupAddCart .modalhelp {
             font-size: 10px;
             color: #7b7b7b;
             font-style: italic;
             margin-left: 150px;
         }
         
         #popupAddCart .modaltable .gimages {
             vertical-align: middle;
             text-align: center;
         }
         
         #popupAddCart .gimages img {
             padding: 3px;
             border: solid 1px #DDDDDD;
         }
         
         #popupAddCart .gimages .gimagesplus {
             width: 26px;
             height: 20px;
             background: url(../images/plus.png) center no-repeat;
         }
         
         #popupAddCart .gimages1 img {
             width: 140px;
             height: auto;
         }
         
         #popupAddCart .gimages2 img {
             width: 65px;
             height: auto;
             float: left;
         }
         
         #popupAddCart .gimages2 .gimagesplus {
             float: left;
             height: 72px;
         }
         
         #popupAddCart .gimages3 img:nth-child(1) {
             width: 95px;
             height: auto;
             margin: 0 45px 10px;
         }
         
         #popupAddCart .gimages3 img {
             width: 55px;
             height: auto;
             float: left;
         }
         
         #popupAddCart .gimages3 .gimagesplus {
             float: left;
             height: 62px;
             width: 26px;
         }
         
         #popupAddCart .gimages4 img {
             width: 55px;
             height: auto;
             float: left;
             margin-bottom: 15px;
         }
         
         #popupAddCart .gimages4 .gimagesplus {
             float: left;
             height: 62px;
             width: 26px;
         }
         
         
         #popupAddCart a.backoff {
             color: #89003D;
         
         }
         */

/*//////////////////////////////////////*/

/* cart popup */
.popupAddCart 
,.modal.fade.in.popupAddCart {
    width: 520px;
    left: 50%;
    transform: translateX(-50%);
	margin: 0;
	box-sizing: border-box;
}
.popupAddCart .modal-body {
    padding: 15px 25px;
}

.popupAddCart .modalincart {
    font-size: 14px;
    color: #89003d;
    background: url(../images/icon-cart.png) left center no-repeat;
    line-height: 25px;
    padding-left: 38px;
    
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: flex-end;
    column-gap: 0.2rem;
}
.popupAddCart .modalincart > a {
    color: inherit;
    text-decoration: none;
}

.popupAddCart .modalincart strong {
    font-size: 18px;
}

/*.popupAddCart .modalincart span {
    font-size: 18px;
}*/

.popupAddCart .modaltable {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

.popupAddCart .modaltable td {
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

.popupAddCart .modalgname {
    font-weight: bold;
    margin-bottom: 8px;
}

.popupAddCart .gprice {
    font-size: 20px;
    width: 140px;
    float: right;
    text-align: right;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 15px;
}

.popupAddCart .gkolich {
    color: #dddddd;
    font-size: .75rem;
    padding-left: 4px;
}

.popupAddCart .gminus,
#popupAddCart .gplus {
    float: left;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

.popupAddCart .gminus {
    background: url(../images/arrowleftsm.png) center no-repeat;
}

.popupAddCart .gplus {
    background: url(../images/arrowrightsm.png) center no-repeat;
    margin-top: 1px;
}

.popupAddCart input[name="kolich"] {
    float: left;
    width: 15px;
    margin-top: 1px;
}

.popupAddCart input {
    margin-bottom: 0;
    margin-top: 12px;
}

.popupAddCart .btn-order {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 5px;
    padding: 12px 5px;
    box-sizing: border-box;
}

.popupAddCart .modal-footer {
    text-align: left;
    font-size: .75rem;
}

.popupAddCart .modalhelp {
    font-size: 10px;
    color: #7b7b7b;
    font-style: italic;
    margin-left: 150px;
}

.popupAddCart .modaltable .gimages {
    vertical-align: top;
    text-align: center;
}

.popupAddCart .gimages img {
    padding: 3px;
    border: solid 1px #dddddd;
}

.popupAddCart .gimages .gimagesplus {
    width: 26px;
    height: 20px;
    background: url(../images/plus.png) center no-repeat;
}

.popupAddCart .gimages1 img {
    width: 140px;
    height: auto;
}

.popupAddCart .gimages2 img {
    width: 65px;
    height: auto;
    float: left;
}

.popupAddCart .gimages2 .gimagesplus {
    float: left;
    height: 72px;
}

.popupAddCart .gimages3 img:nth-child(1) {
    width: 95px;
    height: auto;
    margin: 0 45px 10px;
}

.popupAddCart .gimages3 img {
    width: 55px;
    height: auto;
    float: left;
}

.popupAddCart .gimages3 .gimagesplus {
    float: left;
    height: 62px;
    width: 26px;
}

.popupAddCart .gimages4 img {
    width: 55px;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.popupAddCart .gimages4 .gimagesplus {
    float: left;
    height: 62px;
    width: 26px;
}

.popupAddCart a.backoff {
    color: #89003d;
}

/* //cart popup */

.likepopup {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0 3px 3px #dddddd;
    margin-left: -110px;
    margin-top: 3px;
    padding: 10px;
    position: absolute;
    z-index: 100000;
    font-size: 12px;
    line-height: 15px;
}

.likepopup a {
    color: #89003d;
    text-decoration: underline;
}

.article {
    text-align: justify;
    padding: 20px;
    font-size: 13px;
}

.article_top {
    text-align: justify;
    padding: 0 27px 10px 15px;
    font-size: 13px;
}

.article a,
.article_top a,
.article a:visited,
.article_top a:visited {
    color: #89003d;
    text-decoration: underline;
}

.article a:hover,
.article_top a:hover {
    text-decoration: none;
}

.article .head,
.article h2 {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
    font-weight: normal;
}

.block-recomend {
    width: 100%;
    margin-top: 56px;
}

.block-week-action {
    width: 300px;
    float: left;
    padding-left: 13px;
    margin-top: 56px;
}

.block-week-action .header2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 22px;
}

.header2 {
    font-size: 26px;
}

.text {
    font-size: 13px;
    text-align: justify;
    text-indent: 30px;
}

.text h1 {
    font-size: 25px;
}

.text h2 {
    font-size: 20px;
}

.text h3 {
    font-size: 16px;
    line-height: 1.2;
}

.text a,
.text a:visited {
    color: #89003d;
    text-decoration: underline;
}

.text a:hover {
    text-decoration: none;
}

#video-frame {
    float: left;
    width: 350px;
    height: 350px;
}

#title-search-input {
    width: 272px;
    margin-bottom: 0;
    font-size: 9pt;
    font-style: italic;
    padding: 1px 4px;
    background-color: #fcf0dc;
}

.row.contact {
    margin: 15px 0;
    text-align: center;
    background: url(/bitrix/templates/goldax2015.main/components/bitrix/catalog.element/goldax.catalog.element/img/ten2_bottom.png) no-repeat scroll center top rgba(0, 0, 0, 0);
    padding-top: 20px;
}

.row.contact .title_contact {
    font-size: 20px;
    font-weight: bold;
    color: #999;
}

.row.contact .title_contact2 {
    font-size: 14px;
    font-weight: bold;
    color: #999;
}

.row.contact .col {
    width: 50%;
    float: left;
    margin: 20px 0;
    font-weight: bold;
    color: #999;
    font-size: 14px;
}

.pri_blk1 .bx_item_detail .bx_item_detail_size ul li .cnt {
    /*border: solid 1px #7b7b7b;
    color: #7b7b7b;*/
    border: solid 1px #3e3e3e;
    color: #3e3e3e;
    border-radius: 4px;
    font-size: 13px;
}

.pri_blk1 .bx_item_detail .bx_item_detail_size ul li:hover .cnt {
    border: solid 1px #89003d;
    color: #89003d;
}

.pri_blk1 .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt {
    /*color: #89003d;
    border: solid 1px #89003d;
    background-color: #eeeeee;*/
	color: #89003d;
    border: solid 1px #89003d;
	border-style: inset;
    font-size: 13px;
    border-radius: 4px;
	font-weight: 600;
	outline: 1px solid #89003d;
}

.offers-modal .offers {
    width: 217px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.offers-modal .offers span {
    width: 17%;
    border: solid 1px #7b7b7b;
    color: #7b7b7b;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin-bottom: 7px;
    padding: 3px 0px;
    font-size: 12px;
    cursor: pointer;
}

.sizes-table {
    width: 100%;
}

.offers-modal .offers .sizes-table span:hover {
    color: #89003d;
    border: solid 1px #89003d;
}

.offers-modal .offers .sizes-table span.activeSize {
    color: #89003d;
    border: solid 1px #89003d;
    background-color: #eeeeee;
}

.offers-modal .offers .sizes-table span {
    display: none;
}

.offers-modal .offers .sizes-table span.active {
    display: inline-block;
}

.modal-head-offers {
    width: 100%;
}

.offers-modal .offers .metall-modal span:hover {
    color: #89003d;
    border: solid 1px #89003d;
}

.offers-modal .offers .metall-modal span.active {
    color: #89003d;
    border: solid 1px #89003d;
    background-color: #eeeeee;
}

.offers-modal .metall-modal {
    width: 100%;
}

.offers-modal .metall-modal span {
    width: 38%;
}

.modaltable #addtocart {
    background: linear-gradient(#ca3531, #891b19) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: .75rem;
    font-weight: bold;
    padding: 3px 11px;
    text-decoration: none;
    margin-top: 25px;
    border: none;
    float: left;
    padding: 5px 23px;
    cursor: pointer;
}

.offers-modal .vstavka-modal span {
    width: 38%;
}

.offers-modal .vstavka-modal span:hover {
    border: solid 1px #89003d;
}

.offers-modal .vstavka-modal span.active {
    color: #89003d;
    border: solid 1px #89003d;
    background-color: #eeeeee;
}

.offers-modal .vstavka-modal {
    width: 100%;
}

.tovardobavlen {
    display: none;
    clear: both;

    font-size: 13px;
}

#popupAddCart .modal-body {
    max-height: 600px;
}

.tovardobavlen a {
    text-decoration: underline;
    font-size: 16px;
}

.modal-offer-dobavlen {
    display: none;
    position: fixed;
    top: 25px;
    right: 9%;
    width: 191px;
    border: 1px solid #ccc;
    padding: 13px 28px;
    background: #fff;
    border-radius: 6px;
    font-size: 12px;
    z-index: 99999;
}

.modal-offer-dobavlen a {
    font-weight: bold;
    text-decoration: underline;
}

.right-harakteristiki {
}

.right-harakteristiki div {
    color: #a0a0a0;
    font-size: 12px;
}

.right-harakteristiki div span {
    color: #000;
}

.canchange {
    border-bottom: 1px dashed #333333;
    color: #333333;
    font-size: .75rem;
    position: relative;
    cursor: pointer;
}

.canchange:hover .vsplyvashka {
    display: block;
}

.canchange .vsplyvashka {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0 3px 3px #dddddd;
    margin-left: -110px;
    margin-top: 3px;
    padding: 10px;
    position: absolute;
    z-index: 100000;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    right: 0px;
    display: none;
}

.arrowdwn {
    display: none;
    width: 9px;
}

.item_info_section {
    padding: 0 !important;
}

.arrowdwn.act {
    transform: rotate(90deg);
}

.bx_item_detail_size[rel="140"] .arrowdwn,
.bx_item_detail_size[rel="141"] .arrowdwn {
    display: inline-block;
}

.bx_item_detail_size[rel="140"] .bx_item_section_name_gray {
    cursor: pointer;
}

.bx_item_detail_size[rel="140"] .bx_size_scroller_container {
    /*display: none;*/
}

.bx_item_detail_size[rel="140"] .bx_size_scroller_container .bx_size ul {
}

.bx_item_detail_size[rel="140"] .bx_item_section_name_gray {
    font-weight: bold;

    color: #000 !important;
}

.bx_item_detail_size[rel="140"] .bx_size_scroller_container .bx_size ul li {
    float: none;
    padding: 0px 30px;
    display: block;
}

.bx_item_detail_size[rel="140"] .bx_size_scroller_container .bx_size ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bx_item_detail_size[rel="140"] .bx_size_scroller_container .bx_size ul li {
    flex-basis: 33%;
}

/*
         .bx_item_detail_size[rel="141"] .bx_item_section_name_gray{
             cursor: pointer;
         }
         .bx_item_detail_size[rel="141"] .bx_size_scroller_container{ 
         display: none; }
         */
.bx_item_detail_size[rel="141"] .bx_size_scroller_container .bx_size ul {
}

.bx_item_detail_size[rel="141"] .bx_size_scroller_container .bx_size ul li {
    float: none;
    padding: 0px 47px;
    display: block;
}

.item_price {
    display: flex;
    justify-content: space-between;
}

.item_price > div {
    color: #000 !important;
}

.bx_big.bx_bt_button.bx_cart.zakazat {
    background: linear-gradient(#454545, #333333);
    border: 1px solid #777777;
}

.opisanie {
    clear: both;

    width: 36%;

    margin: auto;

    font-size: 14px;

    height: 74px;
    position: relative;
    overflow: hidden;
}

#rdmore {
    position: absolute;

    bottom: -3px;

    color: #b04671;

    text-decoration: underline;

    display: block;

    width: 100%;

    text-align: center;
    cursor: pointer;
    background: #fff;
}

.right-harakteristiki div:first-child {
    font-style: italic;
}

.right-harakteristiki div span.artikulUID {
    color: #942a25;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

#menuToggle {
    display: block;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}
#menuToggle .burger__cont {
	position: relative;
	z-index: 12;
}

#menuToggle span.burger {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 1px 2px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span.burger:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span.burger:nth-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ .burger__cont  span {
    opacity: 1;
    transform: rotate(45deg) translate(2px, -5.5px);
    background: #232323;
}

#menuToggle input:checked ~ .burger__cont span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ .burger__cont span:nth-child(3) {
    transform: rotate(-45deg)  translate(2px, 4.5px);
}

#menu {
    position: absolute;
    width: 0;
    max-height: 100vh;
    padding: 50px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(0%, -100%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    overflow-x: hidden;
    
    top: 0;
    right: 0;
    z-index: 11;
    max-width: 100vw;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menuToggle input:checked ~ ul {
    transform: none;
}

#header-box.mobile {
    display: none;
}

.view-carousel-wrap li, .view-carousel-wrap {
    overflow: unset !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #D7D7D7 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
}

.filter_mobile_btn {
    display: none;
}

.mob_cat_prod {
	display: none;
}

.cart {
	text-decoration: none !important;
}
.copyright {
	padding: 1.4rem 1.8rem 1rem;
    text-align: left;
    max-width: var(--base-width);
    margin: 0 auto;
}

div > .content {
	max-width: var(--base-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 989px) {
    div > .content {
        justify-content: flex-start;
    }
}
.search-toggler {
	display: none;
	height: 27px;
    width: 27px;
    flex: 0 0 auto;
    position: relative;
    top: -3px;
    margin-left: auto;
}
.basket-icon {
	display: block;
    height: 25px;
    position: relative;
    top: -2px;
}
.basket-icon > img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.search-box button.close-search {
	display: none;
	width: 24px;
	position: relative;
}
.search-box button.close-search:before
,.search-box button.close-search:after  {
    content: '';
    width: 90%;
    height: 2px;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    border-radius: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
}
.search-box button.close-search:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.catalog-section__list {
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    height: auto!important;
	width: 100%;
    box-sizing: border-box;
    row-gap: 0.8rem;
}
@media (max-width: 960px) {
	select {width: auto;}
	#wrapper {
	    padding-left: 1.5rem;
	    padding-right: 1.5rem;
	    max-width: 100vw;
	    box-sizing: border-box;
	    font-size: 1rem;
	    
	    display: grid;
	    flex-flow: row wrap;
	    justify-content: start;
	    align-items: start;
	    column-gap: 0.8rem;
	    grid-template-columns: auto 1fr;
	}
	#wrapper > *{
		grid-column: 1 / 3;
		box-sizing: border-box;
		max-width: 100%;
	}
	#wrapper > .menul {
		grid-column: 1 / 2;
		width: auto;
		max-width: 204px; 
	}
	#wrapper > .menu2 {
		grid-column: 2 / 3;
    	padding: 0;
    	width: auto;
	}
	.menu2 .navbar > .textx:first-child
	,#catalog_section_ajax_content > .textx
	,#catalog-section-wrap > article
	,.article {
		padding-left: 0;
		padding-right: 0;
	}
	#catalog-section-wrap > h1 {margin-left: 0;}
	.footer {
	    padding: 1.8rem 1.5rem 1rem;
	}
	.menu2 .navbar {
		display: flex;
    	flex-flow: row wrap;
    	justify-content: space-between;
    	align-items: center;
	}
	#header {
		--gap: 0.9rem;
		
	    padding-left: 1rem;
	    padding-right: 1rem;
	    display: flex;
	    flex-flow: row wrap;
	    gap: var(--gap);
	    align-items: flex-start;
	    justify-content: flex-start;
		box-sizing: border-box;
	}
	#header .clearfix {display: none;}
	#header-nav-block {
	    flex: 0 0 auto;
    	padding: 0;
    	width: auto;
	}
	.header-phone {
	    margin-left: auto;
	    border-right-color: transparent;
	    padding-right: 0;
		width: auto;
		flex: 0 0 auto;
	}
	.header-cart {
	    margin-left: auto;
	}
	[class*="span"] {margin-left: 0;}
	.text {
		font-size: 1rem;
		text-indent: 0px;
	}
	body > .wrapper {
		padding-left: 1.5rem;
	    padding-right: 1.5rem;
		width: 100%;
    	max-width: 100%;
    	box-sizing: border-box;
	}
	#menu .header-cart {
		width: 100%;
		margin: 0;
		min-width: min-content;
	}
	#menu {
		padding-bottom: 0;
	}
	#menu:after {
	    content: '';
	    display: block;
	    height: 50px;
	    clear: both;
	}
	#wrapper > .main-news-wrapper {
		grid-column: 1 / 2;
	}
	#wrapper > .main-subscribe {
		width: min-content;
		grid-column: 2 / 3;
	}
	.span12 {
		width: auto;
	}
}

@media (max-width: 820px) {
	#wrapper > .main-news-wrapper {
		grid-column: 1 / 3;
	}
	
	#wrapper > .main-subscribe {
		width: min-content;
		grid-column: 1 / 3;
    	align-self: center;
    	justify-self: center;
    	max-width: 100%;
	}
}
@media (max-width: 768px) {	

	div.title-search-result {
		background-color: white !important;
	}

	input#search-btn-mob {
	  margin-top: -11px;
	}

	.plaska {
	  margin: .5rem;
	}

	.subnodetable td.b-right {
	border-right: unset !important;
	}

	.flright .subnodes .subnodetable td {
		padding: 0 21px;
	}

	#slider {
	z-index: 0;
	}

    #header-box {
        display: none;
    }

	.recomend-sale {
		margin: 0 auto;
	}


    #header-box.mobile {
        display: block;
        position: relative;
    }

    #logo {
        width: auto;
        margin: 0;
    }
    .mobile_nav {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        flex: 1 1 100%;
    	gap: 1rem;
    }
    .mobile_nav .search-box {
    	flex: 1 1 auto;
    }

    .search-box {
        text-align: center;
    }

    .dropdown div {
        border: none !important;
        margin-left: -20px !important;
    }

    .dropdown.open div {
        border: 1px solid #ddd !important;
    }

    .stones .stones-box {
        margin: 20px;
    }

    .stones-pictures {
        padding: 30px 30px 0 !important;
        display: flex;
        width: calc(100% - 35px);
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .stones .stone-letters {
        margin: -11px 0 0 15px !important;
    }

    .block-recomend {
        width: 100%;
        max-width: 645px;
    }

    .recomend-item {
        width: 155px !important;
        margin-right: 0px !important;
		text-align: center;
    	margin: 0 11px;
    }

    .jewel-block1 {
        background-size: cover !important;
        width: calc(100% - 22px) !important;
    }

    .main-subscribe {
        margin: 0 auto;
        float: none !important;
    }

    .main-news-othernews {
        margin-left: 0 !important;
        width: 100%;
        max-width: 300px;
    }

    .main-news-firstnews {
        width: 100% !important;
        max-width: 300px;
        float: none !important;
    }

    .footer {
        height: 100% !important;
        margin: 0 !important;
    }

    .span12 {
        width: auto;
    }

    .footer .social {
        float: none !important;
    }
    /*.header-cart {
        width: 89% !important;
        float: none !important;
    }*/
    .header-cart {
    	float: none;
    	clear: both;
    }

    /*.header-block {
        width: 200px !important;
        float: left !important;
        text-align: left !important;
        width: 100% !important;
    }*/

    .menu2 {
        max-width: 765px !important;
        width: 100% !important;
        float: none !important;
        padding: 0px !important;
    }

    .menul {
        position: fixed;
		top: 0 !important;
        margin-left: -300px;
        background: white;
        border: 1px solid black;
        padding: 20px;
		height: 100%;
		overflow-y: scroll;
    }

    #wrapper > .menul {
        max-width: none;
    }

    .menul.open {
        margin-left: 0px;
    }

    .view-carousel {
        max-width: 900px !important;
        width: 100% !important;
    }

    .viewnow-item-img {
        text-align: center;
    }

    .subbox {
        max-width: 960px !important;
        min-width: 0px !important;
    }

    .wrapper_product {
        display: flex;
        flex-wrap: wrap;
    }
    
    .prodinfo {
        order: 1;
        min-height: 0 !important;
        margin: 0 auto;
		float: unset;
    }

    .prod_img {
        margin: 0 auto !important;
        width: 300px !important;
        order: 2;
    }

    .prodinfo_right {
        width: 300px !important;
        order: 3;
        margin: 0 auto;
		float: unset;
    }

    #frame_resp, #frame_delivery, #frame_waranty, #frame_desc {
        width: 300px !important;
        margin: 0 auto;
        order: 2;
    }

    #frame_resp .frame-text, #frame_delivery .frame-text, #frame_waranty .frame-text, #frame_desc .frame-text {
        width: 300px !important;
    }

    .respnss {
        width: 300px !important;
        margin: 0 auto !important;
    }

    .ccarousel .prev {
        left: 2%;
        margin-left: 0px !important;
    }

    .ccarousel .next {
        right: 2%;
        margin-left: 0px !important;
    }

    .ccarousel-box {
        float: none !important;
        margin: 0 auto;
    }

    .carousel_wrap {
        width: 100% !important;
        max-width: 960px !important;
    }

    .abt_block_child {
        max-width: 960px !important;
        margin: 0 auto !important;
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }

    .subscribe_pr {
        float: none !important;
        margin: 0 auto;
    }

    .nrawblock .h2 {
        text-align: center !important;
    }

    #submenu-wrapper {
        width: 100% !important;
        max-width: 960px !important;
    }

    #submenu-container {
        max-width: 670px;
        min-width: unset !important;
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .subcontent table tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    @media (max-width: 599px) {
        .subcontent table tbody tr {
            justify-content: space-around;
        }
    }

    @media (max-width: 599px) {
        .subcontent table tbody tr td.b-right.v-middle {
            width: 100%;
            display: flex;
            gap: 20px;
            justify-content: center;
        }
    }

    .filter_mobile_btn {
        display: block;
        position: fixed;
        right: 3%;
        top: 50%;
        background: #d7d7d7;
        color: black;
        font-size: 17px;
        padding: 9px;
        z-index: 13;
    }

    .bx_item_slider_lupe {
        left: 49px !important;
        top: 653px !important;
    }

    #mainnav-box {
        margin: unset !important;
        margin-bottom: 10px !important;
    }
	#breadcrumbsarea {
		margin: 20px 0;
	}
	.footer {
		width: auto;
	}
	div.popupAddCart {
		max-width: 100%;
	    margin: 0!important;
	    transform: translateX(-50%);
	    box-sizing: border-box;
	}
	.opisanie {
	width: 300px;
    margin: 0 auto;
	}
	.desktop_cat_prod {
		display: none;
	}
	.mob_cat_prod {
	display: block;
	margin-left: 40px !important;
	}
	.cart {
	font-size: 16px !important;
	position: relative;
	left: 20px;
	}
	#search {
	width: 200px;
	}
	.plaska {
	 background: none !important;
	}
	
	.search-box form > div {
		display: flex;
	    justify-content: stretch;
	    align-items: stretch;
	    flex-wrap: nowrap;
	    gap: .15rem;
	}
	.search-box form input
	,input#search-btn-mob {margin: 0;}
	.search-box form input[type="text"] {
		flex: 1 1 auto;
		width: auto;
	}
	#wrapper {
		grid-template-columns: 100%;
		column-gap: 0;
	}
	
    #wrapper > .menul {
		width: 100%;
        display: none;
		height: 100%;
		left: -100%;
		margin: 0;
    	box-sizing: border-box;
    	z-index: 13;
    }

    .check {
        width: auto;
    }

    .sliderCont {
        width: auto;
    }

    #wrapper > .menul.open {
		inset: 0;
        display: block;
    }
	#wrapper > .menu2
	,#wrapper > * 
	,#wrapper > .main-subscribe
	,#wrapper > .main-news-wrapper {
		grid-column: auto;
	}
	.catalog-section__list {
		margin: 0 -1rem;
	}
}

@media (max-width: 640px) {
	#wrapper {
    	padding-left: 0.8rem;
    	padding-right: 0.8rem;
	}
	.search-toggler {
		display: block;
	}
	.search-box {
	    position: absolute;
	    background: white;
	    top: -100%;
	    padding: 0.9rem 1rem 0.4rem;
	    left: 0;
	    width: 100%;
	    z-index: 13;
		box-sizing: border-box;
		opacity: 0;
		transition: all 0.1s linear;
	}
	.search-box.open {
		opacity: 1;
		top: 0;
	}
	.search-box button.close-search {
		display: block;
	}
}

@media (max-width: 480px) {
	.popupAddCart .modaltable td:first-child {
	    width: 60%;
	}
	#menu {
		width: 100vw !important;
		box-sizing: border-box;
	}
}

@media (max-width: 360px) {
    .plaska,
    .base_plaska {
        /* width: 177px !important; */
		/* margin-bottom: 38px; */
		background: none !important;
    }
	.plaska {
    margin-left: 5px !important;
	margin-right: 5px !important;
	/* height: 300px !important; */
	}
}

@media (max-width: 320px) {
	.plaska, .base_plaska {
    width: 300px!important;
	margin: 4px;
}
	.base_plaska {
	 height: 300px !important;
	}
	.plaska {
	height: 290px !important;
	}
}