/* POST News */
.post__news article {
    padding-top: 100px;
    padding-bottom: 85px;
}

.post__news_img {
    width: auto;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-right: 30px;\
    margin-bottom: 24px;
    border-radius: 30px;
    max-width: 49%;
}

.post__news_img img {
    min-width: 370px;
    min-height: 300px;
    border-radius: 30px;
}

.post__news_title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.post__news_date {
    color: rgba(37, 37, 37, .5);
    margin-bottom: 30px;
}

.post__news_text {
    color: #4f4f4f;
}

.post__news_text a {
    color: #f42c37;
}

.post__news_text p {
    margin-bottom: 15px;
    line-height: 22px;
}

.di-news-section_single-cat {
    background: #e3e3e3 url("../../assets/images/bg-pr.png") no-repeat top left fixed;
}

/* POST Products */
.post__products {
    padding-top: 100px;
}

.post__products > .panel-layout > .panel-grid,
.post__products > .panel-layout > .panel-grid > .panel-grid-cell > .widget
{
    margin-bottom: 0 !important;
}

#post_carousel {
    margin: 0 0 104px 0;
    width: 570px;
    height: 474px;
    border: 4px solid #e3e3e3;
    border-radius: 30px;
    overflow: hidden;
}

#post_carousel .owl-nav {
    position: absolute;
    bottom: 9px;
    right: 16px;
}

#post_carousel .owl-nav button[class*=owl-] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f42c37;
    position: relative;
    margin: 0;
}

#post_carousel .owl-nav button[class*=owl-] span {
    background: url("../../assets/images/svg/darr.svg") no-repeat;
    width: 6px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    left: 0;
}


#post_carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

#post_carousel .owl-nav button.owl-prev span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

}

#post_carousel .owl-nav button[class*=disabled] {
    background: #dcdcdc;
}

.owl-prev {
    color: #e9e9e9;
}

.post__title {
    margin-bottom: 34px;
    margin-top: -10px;
}

.post__title h1 {
    text-transform: uppercase;
}

.post__description {
    line-height: 22px;
    letter-spacing: 0.007em;
}

.post__description p {
    margin-top: 22px;
}

article .post__video {
    margin-bottom: 100px;
}

.post__video {
    margin-top: 44px;
    margin-bottom: 20px;
}

.post__video > p {
    margin-bottom: 20px;
}

.post__video_title {
    margin-bottom: 19px;
}

.post__video_link {
    color: #f42c37;
    position: relative;
    margin-left: 61px;
}

.post__video_link:hover,
.post__video_link:active,
.post__video_link:focus {
    color: #f42c37;
}

.post__video_link::before {
    content: "";
    background: url("../../assets/images/svg/video.svg") no-repeat;
    width: 27px;
    height: 19px;
    display: inline-block;
    position: absolute;
    left: -43px;
    top: 1px;
}

.post__video_link span {
    letter-spacing: 0.008em;
}

/* COLLAPSE */
section.post__collapse {
    background: #e3e3e3 url("../../assets/images/bg-pr.png") no-repeat top left fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

section.post__collapse .accordion > .card > .card-header {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}


section.post__collapse .accordion > .card > .card-header h2 > .btn {
    text-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
    border-radius: 0;
    line-height: 93px;
}

section.post__collapse .accordion > .card > #headingOne h2 > .btn {
    margin-top: -7px;
}

section.post__collapse .accordion > .card > .card-header h2 > .btn.collapsed {
    color: rgba(255, 255, 255, .5);
}

section.post__collapse .accordion > .card > .card-header:hover h2 > .btn.collapsed {
    color: rgba(255, 255, 255, 1);
}

section.post__collapse .card-header h2 > .btn:hover,
section.post__collapse .card-header h2 > .btn:active,
section.post__collapse .card-header h2 > .btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

section.post__collapse .accordion > .card {
    border: 0;
    background: none;
}

section.post__collapse .accordion .card-body {
    padding: 70px 0;
}

section.post__collapse .accordion .card-body ul,
article .post__description ul{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#collapseOne .card-body p {
    margin-bottom: 15px;
}

#collapseThree .card-body p {
    margin-bottom: 5px;
}

#collapseOne .card-body p:last-child ,
#collapseThree .card-body p:last-child {
    margin-bottom: 0;
}

section.post__collapse .card-body table {
    width: 100%;
    margin-top: 24px;
}

section.post__collapse .card-body table tr:nth-child(2n+2) {
    background: rgba(255, 255, 255, .3);
}

section.post__collapse .card-body table th,
section.post__collapse .card-body table td {
    padding-left: 32px;
}

section.post__collapse .card-body table th {
    text-transform: uppercase;
    padding-bottom: 15px;
    letter-spacing: 0.07em;
    width: 33%;
}

section.post__collapse .card-body table td {
    font-weight: 500;
    text-transform: uppercase;
    color: #4f4f4f;
}

section.post__collapse .card-body table td span {
    display: block;
    font-weight: 300;
    text-transform: none;
}

section.post__collapse .card-body table tr td {
    padding-top: 10px;
    padding-bottom: 8px;
}

section.post__collapse .card-body table tr:nth-child(2n+2) td {
    padding-top: 8px;
    padding-bottom: 5px;
}

.post__download_block {
    margin-bottom: 20px;
}

.post__svg-block {
    width: 25px;
    margin-right: 10px;
    display: inline-block;
}

.post__download_block .c-btn {
    color: #f42c37;
    font-weight: 500;
}

.post__svg-box {
    display: inline-block;
    vertical-align: sub;
    width: 20px;
}

.post__svg-box .svg {
    padding-bottom: 25px;
    background-color: #f42c37;
}

.post__svg-box_book {
    width: 25px;
}

.post__svg-box_book .svg {
    padding-bottom: 22px;
}

.post__svg-box_graph {
    width: 25px;
}

.post__svg-box_graph .svg {
    padding-bottom: 25px;
}
/* Realated product */
.single .related-section {
    padding-top: 88px;
    padding-bottom: 71px;
    /*background: #e3e3e3 url('../../assets/images/bg-ts.png') no-repeat top right fixed;*/
}

.single .related-section h3 {
    margin-bottom: 70px;
}

.single .related-section__wrap_btn {
    margin-top: 7px;
    text-align: right;
}

.single .related-section__wrap_btn .aux-btn {
    padding-left: 0;
    padding-right: 0;
    width: 217px;
}

.modal-body {
    height: 600px;
}

.modal-body .close {
    position: absolute;
    top: 0;
    right: 0;
}

.sk-circle {
    display: none;
    margin: auto;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}