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

.catalog-element-left {
    float: left;
    width: 48%;
    margin-bottom: 60px;
}

.catalog-element-right {
    float: left;
    width: 52%;
    padding-left: 80px;
    position: relative;
    margin-bottom: 60px;
}

/**/

.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-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;
}

.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;
    max-width: 130px;
    height: 130px;
}

.catalog-element-gallery {margin-bottom: 0;}

.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 h1 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
}

/**/

.catalog-element-offers {
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
}

.catalog-element-offers-list {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 20px;
    margin-left: -7px;
    grid-gap: 26px 0;
}

.catalog-element-offers-list-item {
    display: inline-block;
}

.catalog-element-offers-list-item-container {
    width: 91%;
    height: 0;
    padding-top: 84%;
    position: relative;
    /* overflow: hidden; */
    margin: auto;
    margin-bottom: 8px;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
}

.offers-list-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 50%;
    /* overflow: hidden; */
    font-size: 0;
    text-align: center;
}

.offers-list-item-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(43, 42, 41, 0.5);
    z-index: 1;
    display: none;
    border-radius: 50%;
}

.offers-list-item-img-title {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: white;
    display: none;
}

.offers-list-item-img-title-color {
    font-size: 11px;
    position: absolute;
    top: 108%;
    width: 100%;
}

.offers-list-item-img:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.catalog-element-offers-list-item.active .catalog-element-offers-list-item-container {
    border-color: #2b2a29;
}

.catalog-element-offers-list-item.active .offers-list-item-img:after,
.catalog-element-offers-list-item.active .offers-list-item-img-title{
    display: inline-block;
}

/**/

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

.catalog-element-inbasket i {
    position: absolute;
    left: 16px;
    top: 16px;
}

.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-kovrolin .catalog-element-inbasket.button {
    padding: 17px 0 15px 0;
    width: 100%;
    font-size: 16px;
}

/**/

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

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

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

/**/

.catalog-element-button-favorite.button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    padding: 10px;
    background-color: #ffffff;
    border: 0;
    color: #039be5;
    border-radius: 2px;
    text-transform: lowercase;
    padding-left: 40px;
    border: 1px solid #039be5;
}

.catalog-element-button-favorite.button i {
    position: absolute;
    left: 12px;
    top: 10px;
}

.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="_5"] 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-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 {
    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-offers-button .form-container {
    background: #f9f9f9;
    padding: 16px 16px 10px;
    font-size: 0;
    position: relative;
}

.catalog-element-offers-button .form-item {
    width: 100%;
    padding-right: 220px;
}

.catalog-element-offers-button .form-button {
    position: absolute;
    right: 16px;
    top: 8px;
    }

.catalog-element-offers-button .form-input input[type="tel"] {
    padding: 15px;
    font-size: 18px;
    max-width: 100%;
}

/**/

.catalog-element-price {
    font-size: 40px;
    margin-bottom: 40px;
}

.catalog-element-price sup {
    font-size: 22px;
    font-weight: 600;
}

/**/

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

/**/

.form-container p {
    font-size: initial;
    margin-bottom: 8px;
}

/**/

.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);
}

/**/

.catalog-element-orders-button input[type="tel"] {
    display: none;
}

.catalog-element-orders-button {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    grid-gap: 0px 12px;
}

.catalog-element-orders {
    margin-bottom: 40px;
    background: #f9f9f9;
    padding: 16px 16px 10px;
    font-size: 0;
    position: relative;
}

.catalog-element-orders-tel input[type="tel"] {
    padding: 15px 15px 13px;
    font-size: 18px;
    max-width: 100%;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
}

.catalog-element-orders-tel {
    text-align: center;
}

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

.catalog-element-orders-status {
    font-size: initial;
    line-height: 1.3;
}

.catalog-element-orders-status p {
    margin-bottom: 3px;
    line-height: 1.3;
}