.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.new-input {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: inset 0px 1px 1px 0 rgba(1, 1, 1, 0.15);
    outline: none !important;
    border: 1px solid #ccc;
    height: 35px;
    padding: 0 13px;
    font-family: 'GothamProСustom';
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

textarea.new-input {
    min-height: 88px;
    padding: 13px;
}

.new-input::placeholder {
    color: #999999;
}

.new-button {
    box-shadow: none;
    outline: none;
    border: none;
    height: 27px;
    line-height: 25px;
    color: #fff;
    background-color: #10b9e4;
    border: 1px solid #10b9e4;
    padding: 0 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 3px;
    cursor: pointer;
}

.new-button:hover {
    color: #10b9e4;
    background-color: #fff;
}

.regular {
    font-weight: 500 !important;
    font-family: 'GothamProСustom';
}

.current-article-post .main {
    max-width: 600px;
}

.current-article-post .left {
    width: 100%;
    margin-right: 0;
}


.blog-post-content.with-share {
    z-index: 2;
}

.blog-post-content a {
    color: #10b9e4;
    position: relative;
    text-decoration: none;
    font-size: inherit;
    word-wrap: break-word;
    word-break: keep-all;
    overflow-wrap: break-word;
}


.blog-post-content h2, .blog-post-content hr {
    font-size: 28px;
    line-height: 30px;
    font-family: 'GothamPro-BoldCustom';
    display: block;
    max-width: 600px;
    margin: 50px auto 30px !important;
}

.blog-post-content h3 {
    font-size: 19px;
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: 'GothamPro-BoldCustom';
    display: block;
    max-width: 600px;
    margin: 50px auto 30px;
}

.blog-post-content h4 {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: 'GothamPro-BoldCustom';
    display: block;
    max-width: 600px;
    margin: 50px auto 30px;
}

.blog-post-content h5 {
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: 'GothamPro-BoldCustom';
    display: block;
    max-width: 600px;
    margin: 50px auto 30px;
}

.blog-post-content a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #10b9e4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.blog-post-content a:hover, .post-comments a:hover, .signin a:hover {
    color: #178caa;
}

.post_content {
    position: relative;
}

.signin .recovery-link {
    margin-top: 10px !important;
    color: #337ab7;
}

.signin .recovery-link:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #4CA6BD;
}

.author-ava {
    width: 38px;
    height: 38px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-post-h3 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: 'GothamPro-BoldCustom';
    display: block;
}

.blog-post-h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: 'GothamPro-BoldCustom';
    display: block;
}

.blog-post-content {
    display: block;
}

.blog-post-content * {
    font-size: 15.5px;
}

.blog-post-content p,
.post_content > div:not(.t-records)
{
    line-height: 27px;
    max-width: 600px;
    margin: 0 auto 30px;
    display: block;
}

.post_content * {
    z-index: 5;
}

.post_content > iframe.instagram-media {
    margin: 20px auto !important;
}

.blog-post-content .table-responsive {
    max-width: 100%;
    margin: 30px auto;
}

.blog-post-content .table-responsive.large {
    max-width: 1199px;
}

.blog-post-content .table-responsive.middle {
    max-width: 940px;
}

.blog-post-content .table-responsive.small {
    max-width: 600px;
}

.blog-post-content .table-responsive table,
.blog-post-content .table-responsive table.table-bordered,
.blog-post-content .table-responsive table.table-condensed {
    table-layout: unset;
}

@media screen and (min-width: 1025px) {
    .blog-post-content .table-responsive.large {
        overflow: unset;
    }
}

@media screen and (min-width: 625px) {
    .blog-post-content .table-responsive.medium {
        overflow: unset;
    }
}

@media screen and (min-width: 600px) {
    .blog-post-content .table-responsive.small {
        overflow: unset;
    }
}


@media screen and (max-width: 1024px) {
    .blog-post-content .table-responsive.large table {
        min-width: 1024px;
    }
}

@media screen and (max-width: 767px) {
    .blog-post-content .table-responsive > .table > thead > tr > th,
    .blog-post-content .table-responsive > .table > tbody > tr > th,
    .blog-post-content .table-responsive > .table > tfoot > tr > th,
    .blog-post-content .table-responsive > .table > thead > tr > td,
    .blog-post-content .table-responsive > .table > tbody > tr > td,
    .blog-post-content .table-responsive > .table > tfoot > tr > td {
        white-space: break-spaces;
    }
}

@media screen and (max-width: 624px) {
    .blog-post-content .table-responsive.medium table {
        min-width: 624px;
    }
}

.blog-post-content table {
    z-index: 99;
    position: relative;
    background-color: #fff;
    max-width: 100%;
}

.blog-post-content p:last-child {
    margin-bottom: 0;
}

.blog-post-content ul, .blog-post-content ol {
    line-height: 26px;
    padding-left: 40px;
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 15px;
}

.blog-post-content .quote-color-2 ul, .blog-post-content .quote-color-2 ol {
    padding-left: 20px;
}

.blog-post-content ul:last-child, .blog-post-content ol:last-child {
    margin-bottom: 0;
}

.blog-post-content li {
    margin-bottom: 10px;
    padding-left: 7px;
}

.blog-post-content img {
    /*position: relative;*/
    display: block;
    margin: 0 auto 30px;
    /*max-width: 100%;*/
}

.blog-post-content img.fancybox-img {
    margin: 0 auto
}

.blog-post-content li:last-child {
    margin-bottom: 0;
}

.blog-post-content li:last-child {
    margin-bottom: 0;
}

.blog-post-h3:first-child {
    margin-top: 0;
}

.mini-post-handler {
    position: relative;
}

.mini-post {
    display: block;
    position: absolute !important;
    z-index: 3;
    top: 0;
    right: calc(100% - -26px);
    width: 140px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    color: #232323 !important;
    background-color: #fff;
}

.quote-color-2 .mini-post.to-right, .mini-post.to-right {
    left: calc(100% - -81px);
    right: auto;
}


.quote-color-2 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #e8f4fa;
    padding: 15px;
    margin: 10px auto 30px;
    display: block;
    line-height: 26px;
}

.quote-color-2 p {
    margin: 0 !important;
}

li .mini-post.to-right {
    left: calc(100% - -61px);
    right: auto;
}

.mini-post:after {
    display: none !important;
}

.mini-post:hover {
    color: #10b9e4 !important;
}

.mini-post.animated {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.mini-post img {
    height: 74px;
    width: 100%;
    margin: 10px 0;
}

.post_content div.mini-post-heading {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    line-height: 1.2;
}

.on-screen.mini-post {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.post-share-container.in-content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: left;
    max-width: 600px;
    margin: auto;
}

.post-share-container span {
    align-self: center;
}

.post-share {
    position: fixed;
    bottom: 0;
    display: inline-flex;
    flex-direction: column;
    flex-flow: column;
    text-align: center;
    align-content: center;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 10;
    font-family: 'GothamPro-BoldCustom';
    font-size: 14px;
}

.in-content .post-share {
    flex-direction: row;
    flex-flow: row;
    position: static;
}

.post-share > * {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: inline-flex;
    flex-flow: row;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px;
    align-content: space-between;
    font-size: 14px;
    color: #ffffff;
}

.post-share > * img {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}

.post-share-social {
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.post-share-social:hover {
    opacity: 0.8;
}

.post-share-social:after {
    content: '';
    display: table;
    clear: both;
}

.post-share-like {
    background-color: #10b9e4;
}

.post-share-social.twitter {
    background-color: #77b6f0;
}

.post-share-social.facebook {
    background-color: #597cbe;
}

.post-share-social.googleplus {
    background-color: #e55b5b;
}

.post-share-social.vkontakte {
    background-color: #4c79a7;
}

.post-share-social.pocket {
    background-color: #f38491;
}

.post-share-social.telegram {
    background-color: #64A8DC;
}

.fotorama {
    position: relative;
    z-index: 3;
}

.fotorama__wrap {
    margin: 0 auto;
    max-width: 1500px;
    background-color: #fff;
}

blockquote {
    margin: 85px 0;
    position: relative;
}

blockquote p, blockquote div {
    -webkit-transition: all .4s 0.2s;
    -o-transition: all .4s 0.2s;
    transition: all .4s 0.2s;
    font-size: 32px;
    font-weight: bold;
    font-family: 'GothamPro-BoldCustom';
    display: table-cell;
    vertical-align: middle;
    padding-left: 26px;
    border-left: 19px solid #377D22;
    padding-right: 40px;
    line-height: 1.3;
    position: relative;
}
@media screen and (max-width: 620px) {
    blockquote p, blockquote div {
        border-left: 14px solid #377D22;
    }
}


.social-quote-content {
    -webkit-transition: all .4s 0.2s;
    -o-transition: all .4s 0.2s;
    transition: all .4s 0.2s;
    font-size: 24px;
    font-weight: bold;
    font-family: 'GothamPro-BoldCustom';
    display: table-cell;
    vertical-align: middle;
    padding-left: 26px;
    border-left: 3px solid green;
    padding-right: 40px;
    line-height: 1.4;
    position: relative;
}

.social-quote-content:hover:after {
    opacity: 0.5;
}

.social-quote-content:after {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    background-color: #333;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.post-source {
    margin-top: 85px;
    color: #7c7474;
    font-size: 14px;
}

.post-tags {
    max-width: 600px;
    margin: 0 auto 30px;
}

.post-tags:after {
    content: '';
    display: table;
    clear: both;
}

.post-tag {
    display: inline-block;
    padding: 0 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #7c7474 !important;
    height: 24px;
    line-height: 24px;
    background-color: #f5f4ee;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    float: left;
}

.post-tag:after {
    display: none;
}

.post-tag:hover {
    background-color: #10b9e4;
    color: #fff !important;
}

.post-author {
    color: #000;
    margin: 40px auto;
    max-width: 600px;
}

.post-author-ava {
    width: 120px;
    height: 120px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    margin-bottom: 20px !important;
    object-fit: cover;
}

.more-info-title {
    color: black;
    max-width: 600px;
    margin: 0 auto 30px;
    font-weight: bold;
    font-size: 28px;
}

.post-recommendations {
    color: #000;
    margin: 40px auto;
    max-width: 940px;
    font-family: 'GOTHAMPROСUSTOM';
}

.post-recommendations .post-annotation {
    line-height: 19px;
}

.post-recommendations .recommendation-title {
    font-size: 28px;
    font-family: 'GothamPro-BoldCustom';
    margin: 20px 0;
}

.post-recommendations .recommendation-post-list {
    display: flex;
}

.post-recommendations .recommendation-post-list .recommendation-post-block {
    display: inline-block;
    flex-basis: calc(33.3333% - 41px);
    max-width: 310px;
    padding: 0 5px;
    color: black;
    text-decoration: none;
    margin-right: 47px;
}

.post-recommendations .recommendation-post-list .recommendation-post-block:last-child {
    margin-right: 0;
}

.post-recommendations .recommendation-post-list .recommendation-post-block .post-title {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    font-family: 'GOTHAMPROСUSTOM';
}

.post-recommendations .recommendation-post-list .recommendation-post-block:hover .post-title {
    color: #00B3E3;
}

.post-recommendations .recommendation-post-list .recommendation-post-block .post-annotation {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .post-recommendations, .post-author, .post-tags, .more-info-title {
        padding: 0 15px;
    }

    .post-recommendations .recommendation-post-list {
        display: block;
    }

    .post-recommendations .recommendation-post-list .recommendation-post-block {
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.post-author-left {
    width: 145px;
    float: left;
}

.post-author-right {
    width: calc(100% - 145px);
    float: right;
}

.post-author-right .blog-post-h4 {
    margin-top: 0;
    margin-bottom: 23px;
    color: #000;
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-size: 21px;
}

.post-author-right .blog-post-h4:hover {
    color: #10b9e4;
}

.post-author-right p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
}

.post-author-other {
    margin-top: 17px;
    font-weight: bold;
    display: inline-block;
    font-size: 13px;
}

.post-author-other:after {
    bottom: -2px !important;
}

.post-author-social {
    text-align: center;
    width: 130px;
}

.post-author-social a {
    margin: 0 3px;
    display: inline-block;
}

.post-author-social a.fb:hover path {
    fill: #597cbe
}

.post-author-social a.tw:hover path {
    fill: #77b6f0
}

.post-author-social a.in:hover path {
    fill: #1a85bc
}

.post-author-social a:after {
    display: none;
}

.post-author-social path {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.post-author-social img {
    height: 20px;
}

.post-recommend {
    background-color: #f5f4ee;
    position: relative;
    z-index: 2;
}

.post-recommend .info-block_data {
    padding-bottom: 0;
}

.post-recommend .block {
    margin-bottom: 0;
}

.post-comments {
    padding: 18px 0;
    font-size: 14px;
}

.comments-tabs {
    margin-bottom: 56px;
}

.comments-tabs a, .comments-tabs div {
    text-decoration: none;
    color: #10b9e4;
    margin-right: 20px;
    display: inline;
}

.comments-tabs a.active, .comments-tabs div.active {
    font-family: 'GothamPro-BoldCustom';
    color: #232323;
}

.comments-tabs div:hover {
    cursor: pointer;
}

.comments-tabs div.active:hover {
    cursor: auto;
}

.comment {
    padding: 10px 0 5px;
    margin: 0 auto;
    position: relative;
    border-radius: 2px;
    line-height: 1.4;
}

.sub-comment {
    position: relative;
    left: 48px;
    width: calc(100% - 156px);
}

.comment.with-bg {
    background-color: #e7f5f9;
}

.comment-left {
    width: 68px;
    float: left;
}

.comment-right {
    width: calc(100% - 68px);
    float: right;
}

.comment-ava {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.comment-name {
    line-height: 1.29;
    display: inline-block;
    margin-right: 16px;
    font-family: 'GothamPro-BoldCustom';
}

.comment-name-answer {
    color: #9b9b9b;
    font-size: 12px;
    display: inline-block;
    font-family: 'GothamPro-MediumCustom';
}

.comment-name-answer img {
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}

.comment-date {
    font-size: 12px;
    color: #9b9b9b;
    margin-bottom: 21px;
    margin-top: 9px;
    display: inline-block;
    text-decoration: none;
    font-family: 'GothamPro-MediumCustom';
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    outline: none;
}

.comment-date:hover {
    color: #10b9e4;
    cursor: pointer;
}

.comment-text {
    line-height: 1.5;
    word-wrap: break-word;
    word-break: keep-all;
    overflow-wrap: break-word
}

.comment-answer, .comment-edit, .comment-edit-profile, .comment-delete, .comment-delete-profile {
    color: #9b9b9b;
    font-size: 12px;
    cursor: pointer;
    margin-top: 16px;
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: 'GothamPro-MediumCustom';
}

.comment-answer:hover {
    color: #10b9e4;
}

.comment-answer img {
    float: right;
    margin-left: 5px;
    margin-top: 1px;
}

.comment-answer.reply.company, .comment-edit.company, .comment-delete.company {
    display: none;
}

.comment-answer.reply.active, .comment-answer.reply.active.not-active, .comment-edit.active, .comment-delete.active {
    display: inline-block;
}

.comment-answer.reply.not-active, .comment-answer.reply.company.active.not-active, .comment-edit.not-active, .comment-delete.not-active {
    display: none;
}

.comment-rate {
    margin-left: -10px;
    bottom: 10px;
    font-size: 12px;
}

.comment-rate-toggle {
    padding: 9px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.comments-list.post .comment-rate-up.active path {
    fill: #5d9840
}

.comments-list.post .comment-rate-down.active path {
    fill: #c14f46
}

.comment-rate-toggle path {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.comment-rate-toggle:first-child:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 7px;
    background-color: #abb7bf;
    width: 1px;
    height: 14px;
}

.comment-rate-num.up {
    color: #5d9840;
}

.comment-rate-num.down {
    color: #c14f46;
}

.comment-rate-num {
    display: inline-block;
    margin-top: 26px;
    width: 40px;
    text-align: center;
    color: #ccc;
}

.leave-comment {
    padding-top: 40px;
    padding-bottom: 0;
}

.leave-comment textarea {
    max-width: 608px;
    margin-bottom: 15px;
}

.leave-comment-note {
    text-align: center;
    padding-top: 50px;
}

.leave-comment-note button {
    margin-top: 20px;
}

.post-subscribe {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 69px 0;
    color: #fff;
}

html.no-webp .post-subscribe {
    background-image: url(/blog/img/subscribe.jpg);
}

html.webp .post-subscribe {
    background-image: url(/blog/img/subscribe.webp);
}

.post-subscribe button {
    margin-bottom: 0;
}

.post-subscribe .main {
    max-width: 660px;
}

.post-subscribe h2 {
    color: #fff;
    margin-bottom: 14px;
}

.post-subscribe .subheading {
    font-size: 22px;
    margin-bottom: 27px;
    max-width: 378px;
    display: block;
}

.post-subscribe .input {
    margin-bottom: 20px;
    width: 264px;
}

.post-most .info-block_data {
    padding-bottom: 0;
}

#search-problem {
    color: black;
    max-width: 600px;
    margin: 30px auto;
}

@media screen and (max-width: 460px) {
    #search-problem {
        display: none;
    }
}

#search-problem img {
    margin-right: 10px;
    width: 20px;
}

.post-rating {
    max-width: 600px;
    margin: 30px auto 20px;
}

.section-padding {
    padding: 40px 0;
}

b.macos,
strong.macos {
    font-family: GothamPro-MediumCustom;
}