

/*Верхняя часть*/
/*ФОТО*/
.catalog-content.open .left .main-image {
    border: 5px solid #59a8fb;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
}
.catalog-content.open img {
        border: 75px;
    margin: 0px;
    border-radius: 8px;
}

.catalog-content.open .left .thumbnails div {
    border: 5px solid #59a8fb;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
}


/*Короткое описание и кнопка в корзину*/
.catalog-content.open .right {
    border: 5px solid #59a8fb;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
    margin-right: 15px;
}
.catalog-content.open .titleWrapper h1, .h1-impostor {
    font-size: 22px;
    color: #1d88a7;
    font-family: system-ui;
    font-weight: normal;
    line-height: 1.1;
    height: 50px;
}

.item-content .params .param {
    display: block;
    border-top: 1px solid #59a8fb;
    color: #1d88a7;
    font-size: 15px;
    padding: 5px 0px;
}

.catalog-content.open .right .articule {
    color: #a2a2a2;
    font-size: 11px;
    border-top: 1px solid #ffffff;
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
}
.catalog-content.open .right .selectedVariant .price {
    color: #1d88a7;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #59a8fb;
}
/*Выравнивание кнопки в корзину по центру*/
.catalog-content.open .right .purchase {
    border-top: 1px solid #59a8fb;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}




/*Предыдущий и следующий товар*/
.catalog-open-header {
    background: #ffffff;
    border: 1px solid #59a8fb;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
    font-size: 18px;
    color: #59a8fb;
}
.catalog-open-header a {
    color: #1d88a7;
}





/*Описание товара*/
/*Убрал выступ*/
.catalog-content.open .tabsHolder .tabHeader {
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 8px;
}

.catalog-content.open .tabsHolder{
    border: 5px solid #59a8fb;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
    margin-right: 15px;
}

.catalog-content.open .tabsHolder .tabHeaderLink {
    border-radius: 8px;
    font-size: 25px;
    color: #1d88a7;
    margin-top: 15px;
    margin-left: 15px;
}

.content h3, .textcontent h3 {
    font-size: 60px;
    margin: 15px 0;
    font-weight: normal;
    color: #2b2b2b;
}

.content h2, .textcontent h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 12px;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*Таблица*/
.content table, .textcontent table {
    border-collapse: separate;
    border-spacing: 8PX;
}

.content table td, .textcontent table td, .content .content table th, .textcontent .content table th {
    padding: 10px;
    border-radius: 8px;
}


.content table td, .textcontent table td {
    font-size: 12px;
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 17px;
    color: #000000;
    border: 1px solid #004690;
    background: #e8f3fe;
}

.content p, .textcontent p {
    font-size: 12px;
    margin: 10px 0;
    line-height: 17px;
    color: #0588a7;
    line-height: 1.7;
}






/*Отзывы*/

.body .c .title div {
    color: #1d88a7;
    position: unset;
    font-size: 25px;
    margin-top: 30px;
}

.content, .textcontent {
    font-size: 17px;
    line-height: 17px;
    color: #1d88a7;
}

.qna-content .form {
    border: 5px solid #615348;
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 5px solid #59a8fb;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
    margin-right: 15px;
    border-radius: 8px;
}

.qna-content .row .head {
    background: #ffffff;
    padding: 5px;
    border: 1px solid #59a8fb;
    position: relative;
    border-radius: 8px 8px 0px 0px;
    margin-right: 16px;
}

.qna-content .row .content {
    background: #e8f3fe;
    padding: 10px 30px 30px 15px;
    border: 1px solid #59a8fb;
    border-radius: 0px 0px 8px 8px;
    border-top: 0;
    margin-right: 16px;
}

.comment-item .comments_menu a {
    background: #ffffff;
    border: 4px solid #59a8fb;
    border-radius: 8px;
    text-decoration: none;
    padding: 12px 12px;
    margin: 7px 0 0 5px;
    transition: 1.2s;
}

.qna-content .form input[type="text"], .qna-content .form input[type="email"], .qna-content .form input[type="phone"], .qna-content .form input[type="password"], .qna-content .form select {
    margin-top: 10px;
    padding-top: 0px;
    border-top-width: 1px;
    margin-right: 130px;
    border-radius: 8px;
}

.qna-content .form textarea {
    border: 1px solid #615348;
    border-radius: 8px;
    border-top-width: 1px;
    margin-top: 10px;
    margin-right: 10px;
    border-left-width: 1px;
}

.qna-content .form input[type="submit"], .pm_slidingPanel .section input[type="submit"] {
    background: #1d88a7;
    border: 1px solid #615348;
    border-radius: 8px;
    margin-top: 8px;
    margin-left: 18px;
}

form .captchaImage {
    margin-left: 18px;
    border: 1px solid #615348;
    border-radius: 8px;
}


/* ----------------------------- в приближённом виде ------------------------------*/


.catalog-content.open .titleWrapper.top {
    border: 5px solid #59a8fb;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.29);
    margin-right: 15px;
}

.catalog-content.open .tabsHolder .tabHeaderLink {
    width: 100%;;
}

.catalog-content.open .tabsHolder .tabHeaderLink {
    margin-left: 0px;
}


    
    
    
    
    
    
    
    








