.faq {
    margin-top: 30px;
}

.faq .item {
    border: 1px solid #c7c7c7;
    width: 50%;
    height: 320px;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    position: relative;
    padding: 20px;
}
.faq .item:nth-child(odd) {
    margin-right: 30px;
    width: calc(50% - 30px);
}
.faq .item .left {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.faq .item .left .image {
    width: 100%;
    height: 192px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.faq .item .right {
    display: inline-block;
    vertical-align: top;
    max-width: 60%;
    padding-left: 20px;
}

.faq .item .right .list {

}
.faq .item .right .list H2 {
    font-size: 26px;
    margin-bottom: 21px;
}
.faq .item .right .list UK {
    max-width: 270px;
}
.faq .item .right .list LI {
    margin-bottom: 10px;
}
.faq .item .right .list A {
    font-size: 16px;
    color: #3498db;
    text-decoration: underline;
}
.faq .item .right .list A:hover {
    text-decoration: none;
}
.faq .item .right .list UL {
    max-width: 300px;
}

.faq .item .right .list LI {
    display: block;
    line-height: 20px;
}
.faq .item .right .details {
    bottom: 40px;
    right: 40px;
    position: absolute;
}
.faq .item .right .details A {
    font-size: 12px;
    text-align: right;
    float: right;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "heavy";

}
.faq .item .right .details A:hover {
    color: #f67011;
}

.faq .item .right .details A>SPAN{
    font-size: 21px;
    position: relative;
    top: -1px;
}


A.heap-link {
    font-size: 14px;
    color: black;
    margin-top: 50px;
    display: inline-block;
}

A.heap-link:hover {
    text-decoration: underline;
}

.faq-section {
    max-width: 840px;
}
.faq-section .description {
    font-size: 18px;
    line-height: 21px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.faq-section .list A {
    font-size: 18px;
    color: #00add7;
    text-decoration: underline;
}
.faq-section .list A:hover {
    text-decoration: none;
}

.faq-section .list LI {
    margin-bottom: 30px;
    list-style-type: decimal;
    font-size: 18px;
}

.faq-element {
    margin-top: 40px;
}

.faq-element .left {
    border: 1px solid #dbdbdb;
    width: 920px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 40px;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 0;
}
.faq-element .left P {
    margin-bottom: 20px;
}
.faq-element .left UL,
.faq-element .left OL {
    margin-top: 20px;
    margin-left: 20px;
}

.faq-element .left UL LI {
    list-style-type: disc;
    margin-bottom: 7px;
}
.faq-element .left OL LI {
    list-style-type: decimal;
    margin-bottom: 7px;
}

.faq-element .left .page-title {
    margin-top: 0;
    margin-bottom: 29px;
}
.faq-element .left H3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.faq-element .right {
    width: calc(100% - 920px);
    vertical-align: top;
    display: inline-block;
    padding-left: 58px;
}
.faq-element .right LI {
    list-style-type: decimal;
    font-size: 15px;
    color: black;
    margin-bottom: 20px;
}
.faq-element .right A {
    font-size: 15px;
    color: #00add7;
    line-height: 19px;
    text-decoration: underline;
}

.faq-element .right A:hover {
    text-decoration: none;
}
.faq-element .right H4 {
    margin-bottom: 18px;
    margin-left: -18px;
}
.faq-element .ocenka {
    border-top: 1px solid #dbdbdb;
    margin-top: 40px;
    margin-left: -40px;
    margin-right: -40px;
    height: 88px;
}

.faq-element .ocenka .container {
    text-align: center;
    margin-top: 11px;
}

.faq-element .ocenka .container .title {
    line-height: 45px;
    vertical-align: middle;
    color: #666666;
    display: inline-block;
}

.faq-element .ocenka .container .stars {
    line-height: 45px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 18px;
}

.faq-element .ocenka .container .stars .star {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('/faq/star.png');
    width: 32px;
    height: 32px;
    margin-top: 15px;
    margin-left: 3px;
    cursor: pointer;
    transition: .5s all ease;
}
.faq-element .ocenka .container .stars .star.hover {
    background-image: url('/faq/star2.png');
    transition: 0s all ease;
}
.faq-element .ocenka .container .star_state {
    display: inline-block;
    line-height: 45px;
    vertical-align: middle;
    width: 132px;
    text-align: left;
    padding-left: 20px;
    color: #f47321;
}

.faq-element .right .current {
    font-weight: bold;
}

.faq-element A {
    color: #00add7;
    text-decoration: underline;
}

.faq-element A:hover {
    color: #00add7;
    text-decoration: none;
}
#cfiles {
    margin-top: 20px;
}
#uploadfl:after {
    content: attr(count);
    display: inline-block;
    color: #666666;
    font-size: 16px;
    margin-left: 4px;
}

.ufiles-item {
    background-color: #b7b7b7;
    width: calc(100% / 2 - 17px);
    padding: 13px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 34px;
    height: 40px;
}
.ufiles-item SPAN {
    cursor: pointer;
    font-size: 32px;
    color: #484848;
    float: right;
    position: relative;
    margin-top: -9px;
    margin-right: -3px;
}
.ufiles-item A {
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 30px);
    display: inline-block;
}

.ufiles-item:nth-child(even) {
    margin-right: 0;
}
.ufiles-item A:after {
    margin-left: 5px;
    content: '('attr(size)')';
    font-size: 14px;
    color: #666666;
    display: inline-block;
}

.faqresut {
    font-size: 18px;
    color: green;
    text-align: center;
}

@media screen and (max-width: 1180px) {
    .faq-element .left {
        width: 100%;
        margin-bottom: 29px;
    }

    .faq-element .right {
        width: auto;
        padding-left: 20px;
    }
}

@media screen and (max-width: 940px) {
    .faq .item:nth-child(odd),
    .faq .item {
        width: 100%;
        max-width: 100%;
    }

    .faq .item {
        padding-bottom: 80px;
        height: auto;
    }
}

@media screen and (max-width: 450px) {
    .faq .item .left {
        width: 100%;
        text-align: center;
    }

    .faq .item .left .image {
        width: 188px;
    }

    .faq .item .right {
        max-width: 100%;
    }

    .faq-element .ocenka {
        height: auto;
    }

    .faq-element .ocenka .container .title {
        width: 100%;
    }

    .faq-element .ocenka .container .stars {
        display: block;
        margin-left: 0;
    }

    .faq-element .ocenka .container .star_state {
        padding-left: 0;
        text-align: center;
    }
}
