body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    cursor: default;
}

.container {
    max-width: 1150px;
    margin: 0 auto
}

.nav__list {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-left: unset;
}

.nav__listElement {
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 5px;
    letter-spacing: .2px;
    position: relative;
}

.nav__listElement:first-child {
    border: unset;
}

.nav__listElement:last-child {
    padding-right: 30px;
    /* color: #e42121 */
}

.line
{
    border-bottom: 1px solid #666;
}

.articleH1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    margin-block-start: 0.4em;
}

.categoryTree__list {
    display: inline-flex;
    list-style: none;
    justify-content: end;
    padding-left: 0;
    width: 100%
}

.categoryTree_listElement {
    color: #a2a2a2;
    border-right: 1px solid #b3b3b3;
    font-weight: 600;
    font-size: 14px;
    padding-right: 8px;
    padding-left: 8px;
}

.categoryTree_listElement:last-child {
    border: unset
}

.timeToReadContainer {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.timeToRead {
    font-size: 14px;
    color: #a2a2a2;
    margin-left: 10px
}

.articleH2 {
    font-size: 16px;
    font-weight: 700
}

.articleText p, .list ul li {
    font-size: 17px;
    line-height: 28px
}

.list ul li{
    padding: 5px 0;
    list-style-type: none;
}

.list ul li::before{
    content: "\2022";
    color: #26aae1;
    font-size: 20px;
    width: 1em;
    font-weight: bold;
    display: inline-block;
}

.openq {
    float: left;
    margin-right: 24px
}

.endq {
    float: right
}

.clearFix {
    clear: both
}

.quote {
    font-size: 17px;
    font-style: italic;
    background: #e6e6e6;
    padding: 20px;
}

.bothCol {
    display: inline-flex;
    flex-wrap: wrap
}

.leftCol {
    width: 69%;
    margin-right: 50px
}

.tags__list {
    list-style: none;
    width: 100%;
    border-bottom: 2px solid #b3b3b3;
    padding: 5px 0px;
    margin-top: 30px;
    font-size: 14px;
}

.tags__listElement {
    padding: 6px 10px;
    font-weight: 600
}

.recommentElementImg img {
    width: 300px
}

.recommendElement {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px
}

.recommentElementDesc {
    padding-left: 10px
}

.recommends {
    border-bottom: 2px solid #b3b3b3;
    padding-bottom: 30px
}

.articleImg img {
    width: 100%
}

.articleImg img {
    margin-top: 20px
}

.footerNav {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    align-items: center
}

.footerNav .nav__list {
    padding: 0;
    margin-left: 26px
}

.rightCol {
    width: 26%
}

.rightCol img {
    max-width: 100%
}

.articleH2 h2
{
    margin-block-start: 10px;
}

.menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: all .5s ease-in-out
}

.menu-btn__burger {
    width: 50px;
    height: 6px;
    background: #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
    transition: all .5s ease-in-out
}

.menu-btn__burger::after,
.menu-btn__burger::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background: #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
    transition: all .5s ease-in-out
}

.menu-btn__burger::before {
    transform: translateY(-16px)
}

.menu-btn__burger::after {
    transform: translateY(16px)
}

.menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: 0 0;
    box-shadow: none
}

.menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px)
}

.menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px)
}

.menu-mobile {
    display: none
}

#menu {
    display: none
}

.menu-mobile {
    position: relative
}

.burger-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9
}

.menu-mobile #menu {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 50px;
    height: 100vh;
    width: 80%;
}

#menu {
    margin-bottom: 10px;
    display: block;
    list-style: none
}

#menu a {
    text-decoration: none;
    color: #000;
    display: list-item;
    line-height: 48px;
    font-size: 22px
}

#menu a:hover {
    color: #594eff
}

.articleH1,
.articleH2 {
    padding-right: 10px
}

a {
    text-decoration: none;
    color: unset
}

.cursive {
    font-style: italic
}

.add-comment-container {
    width: 100%;
    clear: both;
    margin: 15px auto
}

.add-comment-img {
    width: 8%;
    height: 50px;
    float: left
}

.add-comment-img img {
    height: 50px;
    width: auto
}

#add-button {
    clear: both;
    float: right;
    padding: 10px;
    margin-top: 10px;
    background: #3f5c9a;
    border: 1px solid #3f5c9a;
    color: #fff;
    font-weight: 700
}

#add-comment,
#name,
#surname {
    height: 25px;
    width: 100%;
    padding-left: 5px;
    float: left
}

#add-comment {
    height: 100px
}

#add-comment::placeholder {
    font-size: 14px
}

#name {
    width: 35%;
    margin-right: 15px;
    margin-bottom: 5px
}

#surname {
    width: 35%
}

.inpunts-container {
    width: 90%;
    float: right;
    display: flex;
    flex-wrap: wrap
}

#add-warn {
    background: #dc143c;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px
}

#add-success {
    background: #50c878;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.comments {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif
}

.profileimage {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 7%
}

.profileimage img {
    width: 50px;
    height: 50px
}

.commentsinfo {
    font-size: 20px !important;
    width: 25%;
    text-align: center !important;
    margin: 7px 0
}

.commentname,
.commentsinfo {
    text-decoration: none;
    color: #3b5998 !important;
    font-weight: 700
}

.commenttext {
    font-weight: 400;
    margin: 10px 0;
    line-height: 20px
}

.commentactions {
    color: #3b5998 !important;
    font-weight: 700
}

.commentunderline {
    width: 100%;
    display: inline-block;
    color: #ccc;
    background: #ccc
}

.commentstextcontainer {
    float: left;
    width: 92%
}

.dotpos {
    color: gray;
    font-weight: 400;
    font-size: 11px
}

.commenttime {
    color: grey
}

.read-more {
    margin-bottom: 35px;
    margin-top: 35px;
    font-weight: 100
}

.commentsinfo {
    font-size: 18px !important;
    width: 100%;
    display: contents;
    text-align: center !important;
    margin: 10px 0;
    /* padding-top: 10px; */
    line-height: 2.5;
}

.add-comment-img {
    width: 8%;
    height: 50px;
    float: left
}

.profile {
    display: flex
}

#tp-widget-default {
    margin-top: 20px;
    background-color: #26aae1 !important
}

.frame-1 {
    display: inline-block;
    max-width: 290px;
    width: 100%;
    margin-top: 15px
}

.left-col-f {
    float: left;
    width: 45%
}

.left-img img {
    max-width: 150px;
    width: 100%;
    cursor: pointer;
    margin-top: 24px
}

.right-col-f {
    float: right;
    width: 50%
}

.right-txt {
    text-align: left;
    font-size: 15px;
}

.btn-more {
    margin: 7px auto;
    border: 1px solid #26aae1;
    padding: 3px;
    cursor: pointer;
    text-align: center;
    transition: all 1s
}

.btn-more:hover {
    background: #26aae1
}

.btn-more:hover span {
    color: #fff
}

.btn-more span {
    color: #26aae1;
    font-weight: 600;
    text-align: center
}

.product {
    position: sticky;
    top: 40px;
}

.profileimage {
    width: 50px;
}

#add-success {
    margin-top: 10px;
}

.nav__subList {
    display: none;
    list-style: none;
    position: absolute;
    padding: 10px 0;
    line-height: 32px;
    background: #fff;
    width: 250px;
    z-index: 9999;
    top: 25px;
    float: none;
}

.nav__listElement ul {
    display: none;
}

.nav__listElement,
.nav__subListElement {
    display: grid;
    grid-auto-flow: column;
    cursor: pointer;
    font-weight: 400;
}

.nav__listElement a:hover,
.nav__list li:hover {
    background-color: transparent;
}

.nav__listElement::after {
    content: ' ';
    background-image: url();
    width: 16px;
    height: 16px;
    margin-left: 30px;
    margin-top: 5px;
}

.dropdown-active{ background-color: transparent; }
.dropdown-active a,visited{  }


.blue {
    color: #26aae1;
}

.bold {
    font-weight: bold;
}

.specialistContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f1f1f1;
    align-items: center;
    flex-direction: column;
    padding: 16px;
}

.specialistImg {
    flex: 0 25%;
    margin-top: 6px;
}

.specialistImg img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.specialistContainer .articleText {
    flex: 0 70%;
}

.imgDesc {
    background: #a9a9a9;
    text-align: center;
}

.specialPromo {
    text-align: center;
    margin: 30px auto 10px auto;
    font-size: 20px;
    color: #e03e45;
    font-weight: 600;
}

.buy {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

a:hover {
    text-decoration: solid !important;
}

.opinion-frame {
    display: flex;
    width: 100%;
    border: 1px solid #000;
    height: auto;
    position: relative;
    background: #ff353b08;
    align-items: center;
}

.left-col-opinion {
    padding: 10px;
    flex: 0 25%;
}

.left-col-opinion img {
    width: 100%;
}

.frame-img {
    position: relative;
    height: auto;
    width: 100%;
    background: #ECEEF0;
    margin-top: -5px;
}

.left-col-opinion p {
    font-size: 13px;
    text-align: center;
    padding: 5px;
    margin: 0;
}

.right-col-opinion {
    padding-right: 10px;
    flex: 0 65%;
}

.opinion-frame .article-txt {
    padding: 10px;
}

.right-col-opinion p {
    font-size: 15px;
}

.nav__subListElement {
    padding-left: 14px;
    border-bottom: 1px solid #c5c5c5;
}

.nav__subListElement:last-child {
    border-bottom: unset;
}

.nav__subListElement a:hover {
    color: #848484;
}

.nav__subList {
    background: #fafafa;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.searchContainer {
    display: flex;
    height: 30px;
}

.socials
{
    margin-top: 15px;
    float: right;
}

.socials img
{
    max-width: 25px;
    width: 100%;
    padding: 0 3px;
}

.socials img:hover
{
    transform: scale(1.2);
}

header input {
    padding: 6px;
}

header input[type="submit"]:hover
{
    background: #1c8cdcba;
}

header input[type="submit"] {
    background: #26aae1;
    border: 1px solid #26aae1;
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    height: 30px;
}

footer {
    background: #26AAE0;
    margin-top: 20px !important;
    display: block;
    padding: 20px;
    text-align: center;
    color: white;
}

.uppercase {
    text-transform: uppercase;
}

.gray {
    color: #929394;
}

/*sec-3*/

.sec-3 span {
    font-size: 20px;
}

.end-off-offers {
    padding-top: 15px;
    text-align: center;
}

.link-2 {
    margin: 10px auto 30px auto;
}

.link-2 a {
    font-size: 34px;
}

.link-2 a:hover {
    text-decoration: underline;
}

.bluehiglighted {
    color: #0006FF;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3em;
}

.left-col-sec-3 {
    text-align: center;
    display: grid;
    justify-content: center;
}

.left-col-sec-3 p {
    padding-top: 0px;
    margin-block-start: 0;
    width: 100%;
}


.img-txt img,
.img-txt p {
    float: left;
}

.img-txt p {
    padding-top: 10px;
    margin-block-start: 0;
}

.img-txt img {
    max-width: 40px;
    width: 100%;
    padding-right: 10px;
}

.img-txt img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.frame-green {
    background: #1b8833;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.frame-green p, .frame-red p
{
    padding-top: 18px;
}

.frame-green img,
.frame-green p {
    float: left;
}

.frame-green img,
.frame-red img,
.frame-arrow img {
    max-width: 30px;
    width: 100%;
    padding: 5px 10px;
}

.frame-green p,
.frame-red p {
    color: #fff;
}

.frame-red {
    background: #e02020;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.frame-red img,
.frame-red p {
    float: left;
}

.frame-arrow {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #b2cce0;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame-arrow:hover,
.frame-red:hover,
.frame-green:hover {
    transform: scale(1.05);
}

.right-col-sec-3 .frame-arrow {
    width: 100%;
    margin-top: 5px;
}

.right-col-sec-3 .frame-arrow:hover {
    transform: scale(1.0);
}

.frame-arrow p {
    float: left;
    width: 45%;
    font-size: 16px;
    text-align: left;
    padding: 8px 0;
    padding-left: 15px;
    font-weight: 600;
    color: #004db1;
}

.frame-arrow .like-frame {
    float: left;
    width: 40%;
    font-size: 13px !important;
    margin-left: 15px;
}

.frame-arrow .like-frame:hover {
    transform: scale(1.03);
}

.like-frame {
    height: 30px;
    background: #1877f2;
    border-radius: 5px;
    margin: 5px auto;
    display: inline-block;
}

.like-frame img,
.like-frame p {
    float: left;
    color: #fff;
}

.like-frame img {
    max-width: 20px;
    width: 50%;
    padding: 5px;
    padding-left: 15px;
}

.like-frame p {
    width: 50%;
    padding: 0;
    font-size: 12px !important;
    font-weight: 400;
    margin-top: 6px;
}

.sec-3 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.flex {
    display: flex;
}

/*end sec-3*/
.bluedark {
    color: #0006FF;
}

.bluedark:hover {
    text-decoration: underline !important;
}

.commentsCounter {
    font-weight: bold;
    color: #3f5c9a;
    text-align: left;
}

.center-text
{
    text-align: center;
}