/* img {
    height: auto;
    max-width: 100%;
    width: auto\9;  //* ie8 /
    padding-right: 10px;
}

.main-info {
    display: flex;
}

.hidden {
    display: none !important;
}

* {
    box-sizing: border-box;
} */

.ootb-tabcordion {
    background: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    margin: 1rem auto 4rem auto;
    border-radius: 5px;
}
.ootb-tabcordion.has-tabs #ootb-tabcordion--tabs {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry {
    min-height: 0;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry::before {
    display: none;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
    opacity: 1;
    transition: opacity 400ms ease-in-out;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
    opacity: 0;
    transition: opacity 400ms ease-in-out;
}

#ootb-tabcordion--tabs {
    opacity: 0;
    height: 0;
    visibility: hidden;
    display: flex;
    flex-flow: wrap;
    margin: 0;
    list-style: none;
    padding: 0;
}
#ootb-tabcordion--tabs .tab {
    display: block;
    background: #444;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin: 0 0 1px 0;
    border: none;
    border-right: 1px solid #fff;
    cursor: pointer;
}
#ootb-tabcordion--tabs .tab:hover, #ootb-tabcordion--tabs .tab:focus {
    background: #535353;
    outline: none;
}
#ootb-tabcordion--tabs .tab.is-active {
    background: #12a3eb;
}
#ootb-tabcordion--tabs .tab.is-active:hover, #ootb-tabcordion--tabs .tab.is-active:focus {
    background: #1c9fff;
}

#ootb-tabcordion--tabs .hidden {
    display: none !important;
}

.ootb-tabcordion--entry {
    overflow: hidden;
}
.ootb-tabcordion--entry::before {
    position: relative;
    content: attr(data-title);
    cursor: pointer;
    z-index: 1;
    background: #027bb8;
    color: #fff;
    padding: 0.5rem 1rem;
    display: block;
    border-radius: 3px;
}

.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
    margin-top: 0;
    height: auto;
    opacity: 1;
}
.ootb-tabcordion--entry.is-active::before {
    background: #3bacff;
}

.ootb-tabcordion--entry-container {
    overflow: hidden;
    margin-bottom: 1px;
}

.ootb-tabcordion--entry-content {
    position: relative;
    margin-top: -100%;
    height: 0;
    opacity: 0;
    padding: 1rem;
}

.ootb-tabcordion--entry-content ol {
    padding-left: 1em; 
}

.ootb-tabcordion--entry-content img {
    max-width: 100%;
}

.zakReviewRightBlock {
    line-height: 1.4em;
    margin-bottom: 2em;
    font-size: 120%;
}

.zakReviewRightBlock ul,
.zakReviewRightBlock ol {
    list-style-type: none;
}

.zakReviewRightBlock ul li,
.zakReviewRightBlock ol li {
    margin-bottom: 4px;
}

.zakReviewRightBlock h3 {
    margin-bottom: 8px;
}