

/* Start:/local/templates/tn/components/bitrix/news/questions/bitrix/catalog.section.list/tabs/style.css?16557990691844*/
.question-tabs-enum {
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 5px 0;
}

.question-tabs-title {
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px 10px;
    padding: 7px 10px;
    transition: ease 300ms;
}

.question-tabs-title:hover,
.question-tabs-title.active {
    background: #cc3333;
    color: #fff;
}

.question-tabs-box {
    display: none;
}

.question-tabs-box.active {
    display: block;
}

@media screen and (max-width: 767px) {
    .question-tabs-title {
        font-size: 14px;
    }
}

.question-item {
    border: 1px solid #e1e5ee;
    border-radius: 10px;
    padding: 22px 31px;
    margin-bottom: 20px;
    transition: ease 300ms;
}

.question-item:hover {
    box-shadow: 0 7px 25px rgba(0,0,0,.05);
}

a.question-item-title,
.question-item-title {
    color: #333;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.question-item:hover .question-item-title {
    color: #c33;
}

.question-item-info {
    display: flex;
    align-items: center;
}

.question-item-about {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.question-item-about {
    color: #676b77;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.question-item-about svg {
    stroke: #CECECE;
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    .question-item {
        padding: 15px;
    }
    a.question-item-title,
    .question-item-title {
        font-size: 17px;
    }
}
/* End */


/* Start:/local/templates/tn/components/bitrix/news.list/questions/style.css?17537776228683*/
.tn-product-questions-title {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.tn-product-questions-item {
    border-top: 2px solid #F5F6FA;
    padding: 15px 0 32px;
}
.tn-product-questions-name {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}
.tn-product-questions-text {
    color: #555555;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}
.tn-product-questions-date {
    color: #999999;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}
.tn-product-questions-answer {
    background: #F5F6FA;
    border-radius: 0px 10px 10px 10px;
    margin-top: 16px;
    padding: 20px 22px;
}
.tn-product-questions-info {
    color: #E72430;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 16px;
}
.tn-product-questions-content {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}
.tn-product-questions-button {
    background: #E72430;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    line-height: 130%;
    padding: 19px 57px;
    transition: ease 300ms;
}
.tn-product-questions-button:hover {
    background: #cc3333;
}
.tn-modals {
    display: none;
}
.tn-modal-question-form {
    background: #fff;
    border-radius: 10px;
    display: block;
    padding: 38px 40px;
    width: 630px;
}
@media screen and (max-width: 660px) {
    .tn-modal-question-form {
        padding: 38px 20px;
        width: 100%;
    }
}
.tn-modal-question-title {
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.tn-modal-question-description {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.tn-modal-question-textarea {
    margin-bottom: 15px;
}
.tn-modal-question-textarea textarea {
    background: #FFFFFF;
    border: 1px solid #E1E5EE;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    padding: 19px 20px;
    height: 120px;
    width: 100%;
}
.tn-modal-question-input {
    margin-bottom: 15px;
}
.tn-modal-question-input input[type='text'] {
    background: #FFFFFF;
    border: 1px solid #E1E5EE;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 20px;
    height: 40px;
}
.tn-modal-question-button {
    background: #E72430;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    line-height: 130%;
    padding: 19px 30px;
    transition: ease 300ms;
    width: 100%;
}
.tn-modal-question-button:hover {
    background: #cc3333;
}
.tn-modal-question-action {
    margin-bottom: 30px;
}
.tn-modal-question-info {
    color: #1F1F1F;
    font-size: 14px;
    line-height: 1.5;
}
.tn-modal-success .fancybox-button svg,
.tn-modal-question .fancybox-button svg {
    display: none;
}
.tn-modal-success .fancybox-close-small:before,
.tn-modal-success .fancybox-close-small:after,
.tn-modal-question .fancybox-close-small:before,
.tn-modal-question .fancybox-close-small:after {
    background: #9497A3;
}

.tn-modal-success-wrapper {
    background: #fff;
    padding: 87px 30px 88px;
    text-align: center;
}
.tn-modal-success-wrapper img {
    margin-bottom: 16px;
}
.tn-modal-success-title {
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.tn-modal-success-description {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 1.5;
}
.tn-modal-question-checkbox input {
    display: none;
}

.tn-modal-question-checkbox {
    color: #1F1F1F;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
}
.tn-modal-question-checkbox span {
    display: inline-block;
    padding-left: 35px;
    position: relative;
}
.tn-modal-question-checkbox span:before {
    border: 1px solid #e1e5ee;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    height: 20px;
    width: 20px;
}
.tn-modal-question-checkbox span:after {
    background: #bcc2d1;
    border-radius: 3px;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 4px;
    transition: ease 300ms;
    height: 12px;
    width: 12px;
}
.tn-modal-question-checkbox input:checked + span:after {
    opacity: 1;
}

/* feild wrapper */

.feild_wrapper .error_label {
    font-style: normal;
}
.wrong input[type=checkbox] ~ span {
    color: rgba(207,4,4,1);
}

.question-item {
    border: 1px solid #e1e5ee;
    border-radius: 10px;
    padding: 22px 31px;
    margin-bottom: 20px;
    transition: ease 300ms;
}

.question-item:hover {
    box-shadow: 0 7px 25px rgba(0,0,0,.05);
}

a.question-item-title,
.question-item-title {
    color: #333;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.question-item:hover .question-item-title {
    color: #c33;
}

.question-item-info {
    display: flex;
    align-items: center;
}

.question-item-about {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.question-item-about {
    color: #676b77;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.question-item-about svg {
    stroke: #CECECE;
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    .question-item {
        padding: 15px;
    }
    a.question-item-title,
    .question-item-title {
        font-size: 17px;
    }
}

.question-other {
    margin-top: 40px;
}
.tn-product-questions {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .tn-product-questions {
        padding: 18px;
    }
}

.news-detail-title {
    display: none;
}

.tn-product-questions-rating {
    display: flex;
    align-items: center;
    gap: 20px;
}
.tn-product-questions-rating-action {
    background: #e72430;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: 600;
    outline: none;
    padding: 6px 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.tn-product-questions-result {
    color: #107b03;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.tn-modal-question-label {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.tn-modal-question-radio-enum {
    display: flex;
    margin-bottom: 15px;
}
.tn-modal-question-col{
    flex-grow: 1;
}
.tn-modal-question-radio {
    display: block;
    margin-bottom: 10px;
    width: max-content;
}
.tn-modal-question-radio span {
    font-size: 16px;
    line-height: 120%;
    color: #191C1D;
    cursor: pointer;
    display: block;
    padding-left: 24px;
    position: relative;
    user-select: none;
}
.tn-modal-question-radio span:before {
    background: transparent;
    border: 1px solid #E30613;
    border-radius: 50px;
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    transform: rotate(0.001deg);
    height: 16px;
    width: 16px;
}
.tn-modal-question-radio span:after {
    background: #E30613;
    border-radius: 50px;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 4px;
    transition: ease 300ms;
    transform: rotate(0.00000000001deg);
    height: 8px;
    width: 8px;
}
.tn-modal-question-radio input:checked ~ span:after {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .tn-modal-question-radio-enum {
        display: block;
    }
}
.tn-product-questions-rating {
    margin: 15px 0;
}
.tn-product-questions-action svg {
    fill: rgba(231, 36, 48, 0.3);
    transition: ease 150ms;
}
.tn-product-questions-action .active svg,
.tn-product-questions-action .hover svg {
    fill: rgba(231, 36, 48, 1);
}
.tn-product-questions-action label {
    cursor: pointer;
}
.tn-product-questions-action input {
    display: none;
}
/* End */
/* /local/templates/tn/components/bitrix/news/questions/bitrix/catalog.section.list/tabs/style.css?16557990691844 */
/* /local/templates/tn/components/bitrix/news.list/questions/style.css?17537776228683 */
