.catalog-element-top {
    position: relative;
}

.catalog-element-top:after {
    content: '';
    display: block;
    clear: both;
}

.catalog-element-left {
    float: left;
    width: 50%;
}

.catalog-element-right {
    float: left;
    width: 50%;
    padding-left: 80px;
    position: relative;
}

/**/

.catalog-element-gallery-base {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 40px;
}

.catalog-element-gallery-base-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-element-gallery-base-item-container {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.catalog-element-gallery-base-item-container img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;   
}

.catalog-element-gallery-base-item-container iframe {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;   
}

.catalog-element-gallery-list {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 22%;
}

.catalog-element-gallery-list-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-element-gallery-list-item{
    height: 100%;
    font-size: 0;
    /* background-color: whitesmoke; */
}

.catalog-element-gallery-list-item:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.catalog-element-gallery-list-item-container{
    display: inline-block;
    vertical-align: middle;
}

.catalog-element-gallery-list-item-container img {
    display: block;
}

.catalog-element-gallery {
    margin-bottom: 40px;
}

.catalog-element-gallery-list-item.active {
    /* background-color: #2b2a29; */
}

/**/

.lSAction>a:active {position: absolute;top: 50%;}

/**/

.catalog-element-art {
    background-color: #f9f9f9;
    color: #333;
    line-height: 1;
    font-size: 14px;
    padding: 6px 7px 5px;
    display: inline-block;
    margin-bottom: 30px;
}

.catalog-element-name {
    margin-right: 84px;
}

.catalog-element-name h1 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
}

/**/

.catalog-element-offers {
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
}

.catalog-element-offers-list {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
}

.catalog-element-offers-item {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.catalog-element-offers-item input[type="radio"] {
    display: none;
}

.catalog-element-offers-item-info{
    display: block;
    border-radius: 4px;
    border: 1px solid #f9f9f9;
}

.catalog-element-offers-item-table {
    background: white;
    display: table-row;
    cursor: pointer;
}

.catalog-element-offers-item-table>div {
    display: table-cell;
    padding: 20px 0;
 
}

.catalog-element-offers-item-table>div:first-child{
    color: #c6d0d5;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px 0 0 4px;
}

.catalog-element-offers-item-table>div:last-child{
    color: #c6d0d5;
    border-radius: 0 4px 4px 0;
}

.catalog-element-offers-item-table>div{width: 10%;}
.catalog-element-offers-item-table>div+div{width: 30%;}
.catalog-element-offers-item-table>div+div+div{width: 26%;}
.catalog-element-offers-item-table>div+div+div+div{width: 30%;}
.catalog-element-offers-item-amount {
    max-width: 100px;
}


.catalog-element-offers-item input[type="radio"]:checked+label,
.catalog-element-offers-item:hover input[type="radio"]:checked+label {
    border-color: #2b2a29;
}

.catalog-element-offers-item input[type="radio"]:checked+label .catalog-element-offers-item-table>div:first-child {
    color: #2b2a29;
}

.catalog-element-offers-item:hover input[type="radio"]+label {
    border-color: #EEEEEE;
}

.catalog-element-offers-item-size {
    letter-spacing: 1px;
}

.catalog-element-offers-item-amount-container.amount-shop a {
    color: #039be5;
    border-bottom: 1px dashed;
}

.catalog-element-offers-item-amount-container.amount-shop a:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}

.catalog-element-offers-item-dop{
    display: none;
}

.catalog-element-offers-item input[type="radio"]:checked+label>.catalog-element-offers-item-dop{
    display: block;
}

/**/

.catalog-element-offers-shapes {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 20px;
}

.catalog-element-offers-shapes-item input[type="radio"] {
    display: none;
}

.catalog-element-offers-shapes-item {
}

.catalog-element-offers-shapes-item img {
    display: block;
    margin: 0 auto 10px;
}

.catalog-element-offers-shapes-item-img {
    border: 1px solid white;
    padding: 10px;
    background-color: white;
    display: block;
    text-align: center;
    position: relative;
}

.catalog-element-offers-shapes-item-img span{
    display: block;
    font-size: 12px;
}

.catalog-element-offers-shapes-item input[type="radio"]:checked+.catalog-element-offers-shapes-item-img{
    border-color: #2b2a29;
}

.catalog-element-shape-empty {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/**/

.catalog-element-inbasket.button {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 17px 25px 15px 79px;
    background-color: #e53935;
    border: 0;
    color: white;
    border-radius: 3px;
    position: relative;
    text-transform: none;
    overflow: hidden;
}

.catalog-element-inbasket i {
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 2;
    bottom: 0;
    margin: auto;
    height: 18px;
}

.catalog-element-inbasket:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 54px;
    background: #c3312d;
    left: 0;
    top: 0;
    z-index: 1;
}

.catalog-element-linkbasket.button {
    display: none;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 17px 25px 15px 25px;
    background-color: #e53935;
    border: 0;
    color: white;
    border-radius: 2px;
    position: relative;
}

.catalog-element-linkbasket.active{
    display: inline-block;
}

.catalog-element-offers-item-dop .button {
    height: 35px;
    padding: 0 27px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: auto;
}

/**/

.catalog-element-offers-text {
    margin-bottom: 20px;
    line-height: 1.5;
}

.catalog-element-link-allparams {
    color: #2b2a29;
    border-bottom: 1px dashed;
}

.catalog-element-link-allparams:hover{
    text-decoration: none;
}

/**/

.catalog-element-offers-button-buy-list {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

/**/

.catalog-element-button-favorite.button {
    position: relative;
    font-size: 16px;
    padding: 10px;
    padding: 17px 25px 15px 51px;
    background-color: #ffffff;
    border: 0;
    color: #039be5;
    border-radius: 2px;
    text-transform: none;
    border: 1px solid #039be5;
    vertical-align: middle;
}

.catalog-element-button-favorite.button i {
    position: absolute;
    left: 16px;
    top: 15px;
    font-size: 18px;
}

.catalog-element-button-favorite.active i {
    color: #e53935;
}

/**/

.catalog-element-buyoneclick-container {
    background-color: #f5f5f5;
    padding: 20px;
    line-height: 1;
    margin-bottom: 40px;
}

.buyoneclick-form input[type="tel"] {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    display: block;
    width: 65%;
    margin-right: 4%;
    padding: 4px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8fafc;
    border: 1px solid #333333;
    border-radius: 3px;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.buyoneclick-form:after {
    content: '';
    display: block;
    clear: both;
}

.byoneclick-button.button {
    font-size: 15px;
    letter-spacing: 1px;
    /* font-weight: bold; */
    padding: 11px 5px 10px 5px;
    background-color: #e73b4c;
    border: 0;
    color: white;
    border-radius: 2px;
    position: relative;
    float: left;
    width: 31%;
}

.buyoneclick-form input[type="tel"].has-error {
    border-color: #e73b4c;
}

/**/


.pl{
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

.pl>div{
    width: 100%;
    float:left;
    position: relative;
    margin-left: -100%;
    min-height: 1px;
}

.pl>input:first-child+div{
    margin-left: 0;
}

.pl>input[type="radio"]{
   display: none;
}

.pl div.content{
    float:none;
    position: absolute;
    left: -99999px;
}

.pl>input[type="radio"]:checked+div{
    z-index: 1;
}

.pl>input[type="radio"]:checked+div>label{
    background: #FFFFFF;
    border-color: #2b2a29;
}

.pl>input[type="radio"]:checked+div>div.content{
    position: static;
}

label[for="_1"]{
    margin-left: 0;
    width: 20%;
}
label[for="_2"]{
    margin-left: 20%;
    width: 20%;
}
label[for="_3"]{
    margin-left: 40%;
    width: 20%;
}

label[for="_4"]{
    margin-left: 60%;
    width: 20%;
}

label[for="_5"]{
    margin-left: 80%;
    width: 20%;
}

label[for="_2"] img{
    vertical-align: middle;
}

.pl>div>label{
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    text-align: center;
    background: #ffffff;
    position: relative;
    top: 1px;
    line-height: 2;
    margin-top: -60px;
    display: block;
    height: 60px;
    cursor: pointer;
    font-weight: normal;
    line-height: 60px;
    font-size: 15px;
}

.pl>input[type="radio"]+div>div.content{
    border: 1px solid #2b2a29;
    padding: 20px 20px;
}

.pl>input[type="radio"]+div>div.content:after{
    content: '';
    display: block;
    clear: both;
}

/**/

.catalog-element-tabs {
    margin-bottom: 40px;
}

/**/

.catalog-element-params {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 20px;
    margin-bottom: 36px;
}

.catalog-element-params dl {
    border-bottom: 1px solid whitesmoke;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
}

.catalog-element-params dd {
    /* text-align: right; */
}

.catalog-element-params dt {
    font-weight: bold;
}

/**/

.params-hint {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    color: #039be5;
    position: relative;
    top: 1px;
}

.params-hint-container {
    display: none;
    position: absolute;
    color: #333;
    font-weight: normal;
    font-size: 15px;
    width: 230px;
    background: whitesmoke;
    padding: 13px 20px;
    top: 12px;
    left: 28px;
    z-index: 1;
}

.params-hint:hover .params-hint-container {
    display: block;
}

.params-hint-container:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid whitesmoke;
    border-right: 10px solid #f5f5f5;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    right: 0;
    margin-right: 100%;
    position: absolute;
    top: 0;
}

.params-hint-left .params-hint-container {
    right: 8px;
    left: auto;
    margin-right: 100%;
}

.params-hint-left .params-hint-container:after {
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #f5f5f5;
    left: 0;
    right: auto;
    margin-right: auto;
    margin-left: 100%;
}

.params-hint-amount .params-hint-container{
    width: 330px;
}

/**/

.footer-catalog-element {
    background-color: whitesmoke;
    padding-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.footer-catalog-element-left {
    width: 300px;
    float: left;
}

.footer-catalog-element-right {
    margin-left: 330px;
    max-width: 560px;
}

.footer-catalog-element-name {
    font-size: 2.5rem;
    line-height: 1;
    padding: 0 20px;
    margin-bottom: 20px;
}

.footer-catalog-element-img img {
    display: block;
}

.footer-catalog-element .catalog-element-buyoneclick-container {
    margin-bottom: 0;
}

/**/

.catalog-element-offers-button-buy-item{
    display: none;
}

.catalog-element-offers-button-buy-item.active{
    display: block;
}

/**/

.catalog-element-offers-item-dop {
    padding: 20px 20px 10px 20px;
    background: white;
    border-radius: 4px;
    position: relative;
}

/**/

.catalog-element-offers-item-amount .store{
    padding-bottom: 4px;
}

.store-amount {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.store-amount-desc {
    margin-bottom: 8px;
}

.store-amount-amount {
    font-weight: bold;
}

/**/

.catalog-element-oldprice {
    color: #e73b4c;
    font-size: 19px;
    padding-top: 4px;
    display: inline-block;
    position: relative;
    font-weight: 100;
    text-decoration: line-through;
}

/**/

.catalog-element-params dd a {
    color: inherit;
    position: relative;
}

.catalog-element-params dd a i{
    color: rgba(0, 180, 171, 0.3);
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: -16px;
}

/**/

.show-zoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    text-align: center;
    line-height: 61px;
    cursor: pointer;
    color: #039be5;
    font-size: 27px;
    z-index: 999;
    opacity: 0.8;
    display: none;
}

.show-zoom .fa-search-minus{
    display: none;
}

.show-zoom.active .fa-search-minus{
    display: inline;
}

.show-zoom.active .fa-search-plus{
    display: none;
}

.catalog-element-gallery-base:hover .show-zoom {
    display: block;
}

.catalog-element-gallery-base .show-zoom.active,
.catalog-element-gallery-base:hover .show-zoom.active,
.catalog-element-gallery-base:hover .show-zoom.hide {
    display: none;
}

/**/

.show-ico-swipe.js-show-ico-swipe {
    position: absolute;
    z-index: 999;
    width: 180px;
    height: 180px;
    opacity: 0.8;
    background: white;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/**/

.catalog-element .lSAction>a {
    background-image: url(img/left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

.catalog-element .lSAction>a.lSNext {
    background-image: url(img/right.svg);
}

/**/

.link-goback {
    position: absolute;
    right: 15px;
    background-color: #ffffff;
    line-height: 1;
    top: -64px;
    color: #212121;
    padding: 12px 20px 12px 36px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: none;
    border: 1px solid #212121;
    z-index: 1;
}

.link-goback i {
    position: absolute;
    left: 13px;
}

/**/

.catalog-element-offers-discount {
    background: white;
    margin-bottom: 24px;
}

.catalog-element-offers-discount-descr {
    display: inline-block;
    line-height: 1.2;
    border: 1px solid #e53935;
    border-bottom: 4px solid #e53935;
    font-size: 16px;
    padding: 9px 14px 10px;
    color: #000000;
    position: relative;
    background: white;
}
