body {
    font-family: 'GothamProСustom';
    color: #232323;
}

.main {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

footer .main > div:last-child {
    font-size: 12px;
    padding: 10px 10px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.table {
    display: table;
    table-layout: fixed;
    margin-bottom: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#top {
    background: #10b9e4;
    font-size: 11px;
    font-family: 'GothamPro-MediumCustom';
    color: white;
    height: 20px;
    line-height: 17px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 102;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

header {
    border-bottom: solid 1px #e4e4e4;
    box-sizing: border-box;
    position: fixed;
    background: white;
    width: 100%;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    z-index: 101;
}

#menu-main, .logo-with-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

header .search-and-profile {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding-left: 12px;
}

header .logo {
    height: 55px;
    padding: 10px 0;
    box-sizing: border-box;
    outline: none;
    display: flex;
    align-items: center;
}

header .logo img {
    width: 82px;
    margin-right: 14px;
}

header .send_request {
    display: block;
    background: #F07F1B;
    color: white;
    text-align: center;
    width: 140px;
    line-height: 32px;
    margin-left: 5px;
    text-decoration: none;
    font-family: 'GothamPro-MediumCustom';
    font-size: 13px;
    border-radius: 3px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

header .send_request-blue {
    background: #00b3e3;
}

header .send_request:hover {
    background: #D86C23;
}

header .send_request-blue:hover {
    background: #189bda;
}

@media screen and (min-width: 768px) {
    .calendly-badge-widget {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    header .send_request-blue {
        display: none !important;
    }
}

.dont-wait-btn {
    display: block;
    background: #F07F1B;
    color: #F9F9F9 !important;
    padding: 10px 22px;
    font-weight: 700 !important;
    margin: 0 auto;
    width: fit-content;
    transition: .5s;
    border-radius: 8px;
}

.dont-wait-btn:hover {
    background: #D86C23;
}

header .login {
    color: #6b6b6b;
    font-family: 'GothamProСustom';
    font-size: 13px;
    cursor: pointer;
    display: block;
}

header .menu-mobile {
    cursor: pointer;
}

header .mobile-option {
    display: none;
    cursor: pointer;
    height: 49px;
    align-items: center;
}

header .mobile-option > i {
    display: block;
}

header.fixed {
    top: 0;
    z-index: 101;
}

input,
.sign-in-btn {
    box-sizing: border-box;
}
.sign-in-btn {
    color: #fff;
}

nav.category-menu {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    height: 55px;
    line-height: 55px;
    font-size: 15.9px;
}

nav.category-menu .dropdown-menu {
    padding: 0;
    margin: 0;
    top: 99%;
}

nav.category-menu .dropdown-menu, #dropdownMenuMobile {
    border: 1px solid rgba(0, 0, 0, 0);
}

nav.category-menu .nav_item {
    position: relative;
    display: none;
    color: #171717;
    font-family: 'GothamProСustom';
    text-decoration: none;
    height: 55px;
    font-size: 14px;
    box-sizing: border-box;
}

nav.category-menu .nav_item:after,
nav.category-menu .nav_item .underline {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

nav.category-menu .nav_item .underline {
    background: #0C4F93;
    width: 100%;
}

nav.category-menu > .nav_item:hover:after,
nav.category-menu > .nav_item.active:after {
    width: 100%;
}

nav.category-menu .dropdown-menu .nav_item {
    width: 100%;
    margin: 0;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    color: #8c8c8c;
    transition: 500ms all;
    font-size: 14px;
}

nav.category-menu .dropdown-menu .nav_item:hover {
    background-color: #e8e8e8;
    text-decoration: none;
    color: #171717;
}

nav.category-menu .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.white-tooltip + .tooltip.bottom > .tooltip-arrow,
nav.category-menu .white-tooltip + .tooltip.bottom > .tooltip-arrow,
.search-and-profile  .header-change-type.white-tooltip + .tooltip.bottom > .tooltip-arrow {
    border-bottom-color: #ffffff;
}
.white-tooltip + .tooltip > .tooltip-inner,
nav.category-menu .white-tooltip + .tooltip > .tooltip-inner,
.search-and-profile  .header-change-type.white-tooltip + .tooltip > .tooltip-inner {
    color: #171717;
    background-color: #ffffff;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, 0.2);
    font-family: 'GothamProСustom';
    font-size: 12px;
    padding: 8px 10px 5px 10px;
    opacity: 1;
}

.search-and-profile  .header-change-type.white-tooltip + .tooltip.in {
    opacity: 1;
}

nav.category-menu .dropdown-toggle {
    color: #171717;
    display: inline-block;
    height: 55px;
    text-decoration: none;
}

nav.category-menu .dropdown-toggle:hover, nav .dropdown-toggle:active {
    text-decoration: none;
}

nav.category-menu .dropdown-toggle > .dropdown-icon {
    display: inline-block;
    border: solid black;
    border-width: 0 1px 1px 0;
    padding: 4px;
    margin: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

nav.category-menu .open .dropdown-toggle > .dropdown-icon {
    margin: -3px 2px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

nav.category-menu .dropdown-item {
    font-size: 14px;
    display: block;
    padding: 10px 14px;
    white-space: nowrap;
    color: #8c8c8c;
    transition: 500ms all;
    line-height: 14px;
}

.dropdown.category-menu-item .dropdown-menu {
    min-width: fit-content;
    width: 100%;
    top: 100%;
    display: block;
    visibility: hidden;
}

.category-menu-item.open .dropdown-menu {
    visibility: visible;
}

.dropdown.category-menu-item .dropdown-item {
    display: none;
}

.dropdown.category-menu-item.open .dropdown-item {
    display: block;
}

nav.category-menu .dropdown-item:hover {
    background-color: #e8e8e8;
    text-decoration: none;
    color: #171717;
}

nav.category-menu .dropdown.nav_item > .dropdown-menu {
    max-height: 642px;
}

nav.category-menu .dropdown.nav_item > .dropdown-menu.scrollable {
    overflow-y: scroll;
}

#menu-mobile .dropdown-toggle {
    width: 40px;
    text-align: center;
}

#menu-mobile .dropdown-item {
    display: block;
    color: #8c8c8c;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
}

#menu-mobile .dropdown-item.login-mobile, #menu-mobile .dropdown-item.logged {
    color: #171717;
    line-height: 50px;
    margin-top: 5px;
    display: flex;
}

#menu-mobile .menu-mobile-dots {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style-type: circle;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

#menu-mobile.open .menu-mobile-dots {
    list-style-type: disc;
}

#menu-mobile .menu-mobile-dots > li {
    padding: 3px;
    margin-right: 1px;
}

#menu-mobile .dropdown-menu .divider {
    margin: 10px 20px;
}

#menu-mobile .dropdown-item:hover {
    color: #171717;
    background-color: #e8e8e8;
    text-decoration: none;
}

#menu-mobile .open > .dropdown-menu {
    min-width: 300px;
    max-width: 90%;
}

#menu-mobile .dropdown-item.logged {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#menu-mobile .dropdown-item.logged .vertical-divider {
    color: #14b4e3;
}

#menu-mobile .dropdown-item.logged > * {
    margin-right: 5px;
    padding: 0;
    line-height: normal;
}

#menu-mobile .dropdown-item.logged.header-profile {
    margin: 17px 0;
}

#menu-mobile .dropdown-item.logged.header-profile .header-ava {
    margin-right: 10px;
}

#menu-mobile .rubric-list {
    max-height: 245px;
}

.top-menu-other {
    display: none;
    padding: 0 20px;
}

.top-menu {
    position: relative;
}

.top-menu .search {
    position: absolute;
    padding: 0;
    width: 100%;
    z-index: 1;
}

.top-menu-other .dropdown-menu {
    left: -10px;
}

@media screen and (max-width: 768px) {
    .top-menu-other, .top-menu .top-menu-container,
    .category-menu-container {
        display: none;
    }

    header {
        height: 55px;
    }
}

@media (orientation: landscape) and (max-height: 480px) {
    #menu-mobile .rubric-list {
        max-height: 90px;
        overflow-y: scroll;
    }

    #menu-mobile .main-mobile-list {
        max-height: 33px;
        overflow-y: scroll;
    }
}

#menu-mobile .rubric-list.scrollable {
    overflow-y: scroll;
}

#menu-mobile .dropdown-item.logged:hover {
    background-color: #ffffff;
}

#menu-mobile .dropdown-item p {
    margin: 0;
}

#menu-mobile .main-mobile-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 20px 13px;
    min-width: 270px;
}

#menu-mobile .main-mobile-list .dropdown-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 2px 0 0 20px;
    width: 50%;
    overflow: hidden;
}

#menu-mobile .main-mobile-list .dropdown-item:hover {
    background-color: #ffffff;
}

#menu-mobile .main-mobile-list .circle {
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-radius: 100%;
    color: #dddddd;
    position: absolute;
    left: 6px;
    top: 39%;
}

.carousel-inner {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    flex-wrap: wrap;
}

.custom-carousel .carousel-inner > .item {
    transition: transform .6s ease-in-out;
}

/** Search **/
.search {
    display: inline-block;
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: top;
    position: fixed;
    margin: 0 auto;
}

.search_icon {
    background: url("/blog/img/search-01.svg");
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.search_icon.desktop {
    display: block;
}

.search_icon.mobile {
    display: none;
}

.search .search-form {
    position: relative;
}

.search-form {
    display: none;
    position: fixed;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.search .search-form.active .input {
    width: 100%;
    opacity: 1;
}

.overlay .search-form.active {
    top: 50px;
}

.search-form .input {
    border: solid 1px #9b9b9b;
    min-width: 300px;
}

.category {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-family: 'GothamPro-MediumCustom';
    display: inline-block;
    padding: 3px;
    margin-right: 3px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

.web-post .category,
.mob-post .category {
    padding: 0;
    margin-right: 0;
}

.web-post .category-box {
    padding: 3px 3px 0;
    margin-right: 3px;
}

.favorites {
    background: url("/blog/img/metrics/fav-01.svg");
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.favorites:hover,
.favorites.active {
    background: url("/blog/img/fav-hov.svg");
}

.time .icon {
    background: url("/blog/img/metrics/time-01.svg");
    height: 17px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer a.time {
    text-decoration: none;
    outline: none !important;
}

.time {
    color: white;
    font-size: 12px;
    font-family: 'GothamProСustom';
    font-weight: bold;
    cursor: default;
}

a.time span {
    color: white;
    font-size: 12px;
    font-family: 'GothamProСustom';
    font-weight: bold;
    cursor: default;
}

a.time .icon:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin: 5px 5px 0 0;
    background-position: center;
    -webkit-background-size: contain;
    background-size: 17px;
    background-repeat: no-repeat;
    margin-bottom: -1px;
}

span.time span.icon {
    margin-left: 9px;;
}

span.time span.icon:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin: 5px 0 0 0;
    background-position: center;
    -webkit-background-size: contain;
    background-size: 17px;
    background-repeat: no-repeat;
    margin-bottom: -1px;
}

.author-name,
.author-name-block {
    font-size: 12px;
    font-family: 'GothamPro-MediumCustom';
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}

.author-name,
.author-name:hover {
    color: white;
}

.author-name-block,
.author-name-block:hover {
    color: #232323;
}

.input {
    background: white;
    border: none;
    color: #9b9b9b;
    font-size: 12px;
    font-family: 'GothamPro-MediumCustom';
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
}

.input.textarea {
    resize: none;
}

.current-article .icon-views,
.current-article .icon-like,
.current-article .icon-comment {
    vertical-align: top;
}

.current-article .icon-views:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background-position: center;
    -webkit-background-size: contain;
    background-size: 22px;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

.current-article .icon-like:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 22px;
    vertical-align: middle;
    margin: -1px 4px 0 0;
    background-position: center;
    -webkit-background-size: contain;
    background-size: 22px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}

.current-article .icon-comment:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 22px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background-position: center;
    -webkit-background-size: contain;
    background-size: 22px;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

.current-article .icon-views:before {
    background-image: url("/blog/img/metrics/views-white.svg");
}

.current-article .icon-like:before {
    background-image: url("/blog/img/metrics/likes-white.svg");
}

.current-article .icon-comment:before {
    background-image: url("/blog/img/metrics/comment-white.svg");
}

.icon-views,
.icon-like,
.icon-comment, .icon-comment a {
    display: inline-block;
    font-size: 12px;
    color: white;
    font-family: 'GothamPro-MediumCustom';
}

.icon-views:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: sub;
}

.icon-like:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: sub;
}

.icon-comment:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: sub;
}

.icon-views:before {
    background: url("/blog/img/metrics/views-01.svg");
}

.icon-like:before {
    background: url("/blog/img/metrics/likes-01.svg");
}

.icon-comment:before {
    background: url("/blog/img/metrics/comment-01.svg");
}

.icon-like {
    margin: 0 5px;
}

.icon-views {
    margin: 0 -2px;
}

h1 {
    color: black;
    font-size: 31px;
    font-family: 'GothamPro-BoldCustom';
    display: inline-block;
}

.main > h1 {
    margin: 0 0 30px;
}

h2 {
    color: black;
    font-size: 28px;
    font-family: 'GothamPro-BoldCustom';
    margin: 0 0 30px !important;
    display: inline-block;
}

.block-title {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: baseline;
}
.control {
    margin-bottom: 40px;
}

.info-block .block-title .sort {
    color: #10b9e4;
    cursor: pointer;
    font-family: 'GothamProСustom';
    margin: 0 10px;
}

.info-block .block-title .sort:hover,
.info-block .block-title .sort.active {
    color: black;
    font-weight: bold;
}

.info-block .block {
    overflow: hidden;
    position: relative;
}

.info-block .block-img {
    max-width: 100%;
}

.info-block .post-image-layer {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.info-block .block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

.info-block .block:hover .block-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.attributes {
    padding: 0 10px 0 0;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 37px;
}

.attributes.right-position {
    right: 0;
    padding: 2px 10px;
}

.info_block_blocks.blogPages{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info_block_blocks.blogPages::after {
    content: '';
    width: 300px;
}

.info_block_blocks .block {
    vertical-align: top;
    width: 300px;
    margin: 0 0 20px;
    min-height: 185px;
}

.info_block_blocks .block .block-image {
    position: relative;
    overflow: hidden;
}

.info_block_blocks .block .block-image .overlay {
    display: none;
}

.info_block_blocks .block:hover .overlay {
    display: block;
}

.info_block_blocks .block .block-image img {
    max-width: 100%;
    width: 100%;
}

.info_block_blocks .block .block-banner {
    position: relative;
    overflow: hidden;
}

.info_block_blocks .block .block-banner .overlay {
    display: none;
}

.info_block_blocks .block .block-banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.info_block_blocks .block .block-image .attributes {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    z-index: 2;
}

.info_block_blocks .block .block-image .attributes .favorites,
.info_block_blocks .block .block-image .attributes .time {
    display: none;
}

.info_block_blocks .block:hover .block-image .attributes .favorites {
    display: inline-block;
}

.info_block_blocks .block:hover .block-image .attributes .time {
    display: block;
}

.info_block_blocks .block .author-block {
    margin: 15px 0;
}

.info_block_blocks .block .author-block .author-name {
    color: #10b9e4;
    height: 16px;
    line-height: 16px;
}

.info_block_blocks .block .icon-views,
.info_block_blocks .block .icon-like,
.info_block_blocks .block .icon-comment {
    color: #9b9b9b;
}

.info_block_blocks .block .article-name {
    color: #1b1b1b;
    font-size: 17px;
    font-family: 'GothamPro-BoldCustom';
    line-height: 20px;
    margin: 0 0 15px;
    text-decoration: none;
    display: block;
}

.article-name h1 {
    color: white;
    font-size: 31px;
    font-family: 'GothamPro-BoldCustom';
    margin: 0 0 30px;
    display: inline-block;
}

.info_block_blocks .block .description {
    color: #232323;
    font-size: 13px;
    font-family: 'GothamProСustom';
    line-height: 17px;
}

.info_block_blocks .block.banner img {
    max-width: 100%;
}

.info-block_data {
    position: relative;
    padding: 0 0 30px;
}

.info-block_data.popular,
.info-block_data.reader,
.info-block_data.topic {
    display: none;
}

.most-blocks .info-block_data.topic {
    display: block;
}

.info-block_arrows {
    position: absolute;
    top: -50px;
    right: 0;
}

.info-block_arrows .arrow {
    background-repeat: no-repeat;
    width: 10px;
    height: 17px;
    position: relative;
}

.info-block_arrows .arrow.left.disabled {
    background-image: url("/blog/img/arrows/arrow-disable-left-01.svg");
}

.info-block_arrows .arrow.right.disabled {
    background-image: url("/blog/img/arrows/arrow-disable-right-01.svg");
}

.info-block_arrows .arrow:not(.disabled) {
    cursor: pointer;
}

.info-block_arrows .arrow.right:not(.disabled):hover {
    opacity: 0.5;
}

.info-block_arrows .arrow.right, .arrow.right {
    right: 0;
    background-image: url("/blog/img/arrows/arrow-active-right-01.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.search-form .arrow.right {
    width: 30px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.search-form .input-container {
    position: relative;
    width: 650px;
}

.search .search-form .input-container {
    position: relative;
    width: 100%;
    height: 35px;
    display: inline-flex;
}

.info-block_arrows .arrow.left {
    left: 0;
    margin: 0 25px 0 0;
    background-image: url("/blog/img/arrows/arrow-active-left-01.svg");
}

/* Social banner*/
.info-block.new .block.social-banner {
    height: 100%;
}

.block.social-banner .social-item {
    padding: 15px;
    box-sizing: border-box;
    height: 60px;
}

.block.social-banner .social-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    margin: 0 20px 0 0;
}

.block.social-banner .social-item .subs-count {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    color: white;
    font-size: 10px;
    font-family: 'GothamProСustom';
}

.block.social-banner .social-item .subscribe-button {
    display: inline-block;
    width: 95px;
    height: 25px;
    color: white;
    text-align: center;
    font-family: 'GothamPro-BoldCustom';
    font-size: 12px;
    border-radius: 3px;
    line-height: 25px;
    text-decoration: none;
}

.block.social-banner .social-item .subscribe-message {
    color: white;
    font-family: 'GothamPro-BoldCustom';
    font-size: 12px;
    display: inline-block;
}

.block.social-banner .social-item .subscribe-message:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    /*background: url("/img/");*/
}

.block.social-banner .social-item .subs-count .num {
    display: block;
    font-size: 18px;
    font-family: 'GothamPro-BoldCustom';
}

.block.social-banner .social-item.fb {
    background: #597cbe;
}

.block.social-banner .social-item.fb .icon {
    background: url("/blog/img/socials-icons/facebook.svg");
}

.block.social-banner .social-item.fb .subscribe-button {
    background: #3b5c9b;
}

.block.social-banner .social-item.tw {
    background: #77b6f0;
}

.block.social-banner .social-item.tw .icon {
    background: url("/blog/img/socials-icons/twitter.svg");
}

.block.social-banner .social-item.tw .subscribe-button {
    background: #3795ed;
}

.block.social-banner .social-item.vk {
    background: #4c79a7;
}

.block.social-banner .social-item.vk .icon {
    background: url("/blog/img/socials-icons/vkontakte.svg");
}

/* TODO: not button in the PSD*/
.block.social-banner .social-item.vk .subscribe-button {
    background: #3795ed;
}

.block.social-banner .social-item.yt {
    background: #e55b5b;
}

.block.social-banner .social-item.yt .icon {
    background: url("/blog/img/socials-icons/youtube.svg");
}

.block.social-banner .social-item.yt .subscribe-button {
    background: #e43434;
}

.block.social-banner .social-item.ig {
    background: #AF59AC;
}

.block.social-banner .social-item.ig .icon {
    background: url("/blog/img/socials-icons/instagram.svg");
}

.block.social-banner .social-item.ig .subscribe-button {
    background: #84468A;
}

.block.social-banner .social-item.rss {
    background: #f4a362;
}

.block.social-banner .social-item.rss .icon {
    background: url("/blog/img/social/rss-01.svg");
}

.block.social-banner .social-item.rss .subscribe-button {
    background: #f58428;
}

.block.social-banner .social-item.telegram {
    background: #65A8DC;
}

.block.social-banner .social-item.telegram .icon {
    background: url("/blog/img/socials-icons/telegram.svg");
}

.block.social-banner .social-item.telegram .subscribe-button {
    background: #378DD3;
}

/** New info block */
.info-block.most-blocks,
.info-block.new {
    margin: 55px 0 15px;
}

.info-block.new.subcategory {
    margin-top: 30px;
}

.block-description {
    margin: -10px 0 25px;
    font-size: 14px;
    color: #171717;
}

.info-block.most-blocks {
    margin-top: 55px;
}

.info-block.new.favorites-user {
    margin: 15px 0;
}

.info-block.new .row {
    margin: 0 0 20px;
}

.info-block.new .block {
    display: inline-block;
    width: 300px;
    height: 185px;
}

.block .block-data .times {
    display: inline-block;
    margin-top: 5px;
}

.info-block.new .block.long {
    width: 620px;
}

.info-block.new .row .block:last-child {
    margin: 0;
}

.info-block.new .block-data {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.info-block.new .block-data .body {
    height: 155px;
}

.info-block.new .block-data .body .table {
    height: 80%;
}

.info-block.new .block-data .body .table-cell {
    padding: 0 10px;
}

.info-block.new .block-name, .info-block.new .body-link {
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-family: 'GothamPro-BoldCustom';
    line-height: 22px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

.info-block.new .block-data .footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #b2b2b2;
    color: white;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

.info-block.new .block:hover .footer {
    background: #10b9e4;
}

.info-block.new .block .favorites,
.info-block.new .block .time {
    display: none;
}

.time.mobile {
    display: none;
}

.info-block.new .block .time {
    margin-top: 5px;
}

.info-block.new .block:hover .favorites {
    display: inline-block;
}

.info-block.new .block:hover .time {
    display: block;
}

header.fixed + .info-block.new {
    margin: 65px 0 15px;
}

.info-block.new .icon-views:before, .post-white-preview .icon-views:before {
    background: url("/blog/img/metrics/views-white.svg");
}

.info-block.new .icon-like:before, .post-white-preview .icon-like:before {
    background: url("/blog/img/metrics/likes-white.svg");
}

.info-block.new .icon-comment:before, .post-white-preview .icon-comment:before {
    background: url("/blog/img/metrics/comment-white.svg");
}

.info-block.new .info_block_blocks .block .icon-views,
.info-block.new .info_block_blocks .block .icon-like,
.info-block.new .info_block_blocks .block .icon-comment {
    color: white;
}

.current-article {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 430px;
    box-sizing: border-box;
    padding: 40px 0;
    position: relative;
}

.current-article .main {
    z-index: 2;
}

.current-article .left {
    width: 65%;
    height: 350px;
    margin: 0 4% 0 0;
}

.current-article .right {
    width: 30%;
}

.current-article .pin {
    background: url("/blog/img/metrics/for-01.svg");
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
}

.current-article-favorite .pin {
    top: -20px;
}

.current-article .pin .tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: white;
    color: #000000;
    text-align: center;
    left: 105%;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    top: 100%;
    z-index: 1;
}

.current-article .pin:hover .tooltip-text {
    visibility: visible;
}

.current-article .info {
    height: 80%;
}

.current-article .article-name {
    display: block;
    margin: 15px 0;
    color: white;
    text-decoration: none;
    font-size: 30px;
    line-height: 33px;
    font-family: 'GothamPro-BoldCustom';
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

.current-article .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    width: 100%;
}

.current-article .footer .author-name {
    max-width: 32%;
}

.current-article .footer .info {
    text-align: center;
    vertical-align: middle;
}

.current-article .footer .time {
    text-align: right;
}

.current-article .footer .post-difficulty {
    text-align: right;
    color: #fff;
    align-items: center;
    align-content: center;
    font-size: 12px;
    font-weight: bold;
}

.current-article .footer .post-difficulty a {
    color: #fff;
}

.current-article .footer .post-difficulty a:hover {
    text-decoration: none;
}

.post-difficulty .cup {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.post-difficulty .cup .difficulty-text {
    display: none;
}

.current-article .post-difficulty .cup:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-position: center;
    -webkit-background-size: contain;
    background-size: 22px;
    background-repeat: no-repeat;
}

.current-article .subscribe {
    height: 350px;
    width: 100%;
    box-sizing: border-box;
    background: #10b9e4;
    padding: 20px 10px;
}

.current-article .subscribe .title {
    color: white;
    font-size: 14px;
    font-family: 'GothamProСustom';
    line-height: 22px;
    margin: 0 0 15px;
}

.current-article .subscribe .title .bold {
    font-family: 'GothamPro-BoldCustom';
    font-size: 21px;
    display: block;
}

.current-article .subscribe .description {
    color: #ceedf5;
    font-size: 14px;
    font-family: 'GothamProСustom';
    line-height: 17px;
    margin: 0 0 20px;
}

.current-article .subscribe .input {
    width: 100%;
    margin: 0 0 15px;
}

.current-article .subscribe .submit, .post-subscribe button {
    background: #ea4800;
    padding: 7px 20px;
    border: none;
    color: white;
    font-size: 14px;
    font-family: 'GothamProСustom';
    border-radius: 3px;
    margin: 0 0 25px;
    cursor: pointer;
}

.current-article .subscribe .submit:hover {
    background: #cf3f00;
}

.current-article .subscribe .stat {
    font-size: 14px;
    color: white;
    font-family: 'GothamProСustom';
}

.info-block.best {
    background: #e7f8fc;
    padding: 40px 0;
}

.info-block.best .block-image {
    margin: 0 0 20px;
}

.block-image .attributes .times {
    display: inline-block;
    margin-top: 5px;
}

footer {
    border-top: solid 1px #dcdcdc;
    padding: 0 0 60px;
}

footer .top {
    padding: 30px 20px;
    border-bottom: solid 1px #dcdcdc;
}

footer .top .site-name {
    font-size: 18px;
    font-family: 'GothamPro-MediumCustom';
    color: black;
}

footer .lang {
    color: #10b9e4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GothamPro-BoldCustom';
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

footer .lang {
    margin: 0 0 0 20px;
}

footer .lang:hover {
    color: black;
}

footer .navigation {
    padding: 30px 20px;
}

footer .navigation .nav-block {
    display: inline-block;
    vertical-align: top;
    width: 125px;
    margin: 0 25px 0 0;
}

footer .navigation .nav-block:nth-last-child(2) {
    width: 95px;
}

footer .navigation .nav-block .nav-name {
    font-family: 'GothamPro-BoldCustom';
    font-size: 14px;
    color: black;
    margin: 0 0 20px;
}

footer .navigation .nav-block .nav-name-empty {
    margin: 0 0 40px;
}

footer .navigation .nav-block .list,
footer .navigation .nav-block .nav-item {
    list-style: none;
}

footer .navigation .nav-block .nav-item {
    margin: 0 0 7px;
    display: block;
}

footer .navigation .nav-block .nav-item .nav-link {
    text-decoration: none;
    color: black;
    font-family: 'GothamProСustom';
    font-size: 12px;
    line-height: 17px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

footer .navigation .nav-block .nav-item .nav-link:hover {
    color: #10b9e4;
}

footer .send-material {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 30px;
    margin-left: 25px;
    text-align: center;
    color: white;
    background: #10b9e4;
    line-height: 30px;
    border-radius: 3px;
    font-family: 'GothamPro-MediumCustom';
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

footer .send-material:hover {
    background: #13a4c9;
}

footer .bottom {
    padding: 0 10px;
    box-sizing: border-box;
}

footer .logo {
    display: inline-block;
    margin: 0 90px 0 0;
    text-decoration: none;
}

footer .logo .footer-logo-image {
    width: 140px;
    height: 38px;
}

footer .social-info {
    display: inline-block;
    vertical-align: top;
}

footer .social-info_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    color: #9b9b9b;
    font-size: 9px;
    font-family: 'GothamPro-MediumCustom';
    text-decoration: none;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    transition: color .5s;
}

footer .social-info_item .social-logo {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}

footer .social-info_item .subs {
    display: inline-block;
    vertical-align: middle;
}

footer .social-info_item .count {
    font-size: 14px;
    display: block;
    font-family: 'GothamPro-BoldCustom';
}

footer .social-info_item:hover {
    color: black;
}

footer .social-info_item svg path {
    -webkit-transition: fill .5s;
    -o-transition: fill .5s;
    -moz-transition: fill .5s;
    -ms-transition: fill .5s;
    transition: fill .5s;
}

footer .social-info_item:hover svg path {
    fill: black;
}

.overlay.body {
    z-index: 9999;
    display: none;
}

.signin {
    display: none;
    position: absolute;
    width: 340px;
    background: white;
    text-align: center;
    box-sizing: border-box;
    padding: 35px 0 45px;
}

.signin img {
    max-width: 150px;
}

.signin .title {
    color: #3f3f3f;
    font-size: 18px;
    font-family: 'GothamPro-BoldCustom';
    line-height: 21px;
    margin: 35px 0 25px;
}

.signin .social-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 0 -2px;
    text-decoration: none;
    width: 60px;
    height: 32px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
}

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

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

.panel-body {
    padding: 15px;
}

.login-with-login-password:focus {
    outline: none;
    text-decoration: none;
}

.login-with-login-password a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.login-with-login-password:focus {
    color: #337ab7;
}

.login-password, .recovery-forgot-password-block {
    display: none;
    padding: 0 20px 0 20px
}

.signin .social-item.fb {
    background: #597cbe;
}

.signin .social-item.vk {
    background: #4c79a7;
}

.signin .social-item.gp {
    background: #e55b5b;
    line-height: 30px;
}

.signin .social-item.tw {
    background: #77b6f0;
}

.signin .social-item.in {
    background: #0079b8;
}

.signin .social-item img {
    max-height: 100%;
}

.socials a {
    pointer-events: none;
    opacity: 0.4;
}

.sign-in-btn {
    pointer-events: none;
    opacity: 0.4;
}

#login-form .btn {
    disabled: true;
}

.privacy-policy {
    margin: 10px 35px 0px 35px;
}

.privacy-policy label {
    font-size: 12px;
}

.info-block_arrows .bx-next,
.info-block_arrows .bx-prev {
    width: 100%;
    height: 100%;
    display: block;
}

.info-block_arrows .arrow.disabled .bx-next,
.info-block_arrows .arrow.disabled .bx-prev {
    cursor: default;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: transparent;
}

.menu-mobile {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
}

.menu-mobile .line {
    display: block;
    width: 19px;
    border: 1px solid black;
    border-radius: 10px;
    transition-duration: 0.1s;
    transform: rotate(0deg);
}

.mobile-option.open .menu-mobile .line:nth-child(1),
.top-menu-other.open .menu-mobile .line:nth-child(1) {
    transition-duration: 0.1s;
    transform: rotate(45deg);
    position: absolute;

}

.mobile-option.open .menu-mobile .line:nth-child(3),
.top-menu-other.open .menu-mobile .line:nth-child(3) {
    transition-duration: 0.1s;
    transform: rotate(-45deg);
    position: absolute;
}

.mobile-option.open .menu-mobile .line:nth-child(2),
.top-menu-other.open .menu-mobile .line:nth-child(2) {
    display: none;
}

.menu-mobile .line:nth-child(2) {
    margin: 3px 0;
}

.navigate-position {
    position: fixed;
    width: 100%;
    min-height: 30%;
    display: none;
}

.mobile-navigation {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mobile-navigation .nav_item {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: 'GothamProСustom';
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.14);
    padding: 20px;
}

.blogPages.no-slider .page:not(:first-child) {
    display: none;
}

.loading {
    background: rgba(0, 0, 0, 0) url("/blog/img/netpeak/60.gif") no-repeat scroll 0 0;
    height: 160px;
    margin: 0 auto;
    margin-top: 100px;
    width: 60px;
}

.envelope_img {
    background: url("//blog.netpeak.ua/wp-content/plugins/netpeak-subscribers/img/envelope.png") no-repeat top center;
    height: 80px;
    margin-bottom: 10px;
}

.envelope_img.subheading {
    max-width: none !important;
}

.post-subscribe.section-padding .popover {
    color: black;
}

.login-page {
    margin-top: 100px;
}

.recovery-forgot-password {
    display: none;
}

.page-content * {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.page-article {
    margin-top: 55px;
}

.page-article h1 {
    max-width: 600px;
    margin: 0 auto 30px;
    display: block;
}

.header-load {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.blog-post-content .pagination {
    display: flex;
    margin-top: 20px;
}

.blog-post-content pre {
    max-width: 600px;
    margin: 0 auto 30px;
}

.blog-post-content blockquote {
    max-width: 600px;
    margin: 0 auto;
    border-left: none;
}

.blog-post-content .post-author {
    max-width: 600px;
    margin: 0 auto 70px;
}

.blog-post-content .size-full {
    position: relative;
}

.page-content .blog-post-content blockquote {
    margin-bottom: 30px;
}

.page-content .blog-post-content blockquote, .page-content .blog-post-content blockquote p, .page-content .blog-post-content blockquote a {
    font-size: 32px;
    word-wrap: break-word;
    line-height: 1.3;

}

@media screen and (max-width: 620px) {
    .page-content .blog-post-content blockquote, .page-content .blog-post-content blockquote p, .page-content .blog-post-content blockquote a {
        font-size: 18px;
    }
}

input[type='checkbox'] {
    position: absolute;
    left: -9999px;
}

input[type='checkbox'][disabled] + label:before {
    border-color: #a6a6a6 !important;
}

input[type='checkbox']:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

input[type='checkbox']:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

input[type='checkbox']:checked + label:before {
    background-color: #fff;
    border: 1px solid #10b9e4;
}

input[type='checkbox'] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'GothamProСustom';
    line-height: 18px;
    font-weight: 500;
}

input[type='checkbox'] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #10b9e4;
    background: #fff;
    border-radius: 1.9px;
    transition: all .3s ease;
}

input[type='checkbox'] + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    width: 16px;
    height: 17px;
    transition: all .2s;
    background-image: url(/blog/img/checkbox/checkbox.svg);
    -webkit-background-size: 12px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

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

.profile-top {
    margin-top: 55px;
    padding: 17px 0;
    color: #fff;
}

.header-profile {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #000;
}

.header-profile:hover {
    color: #10b9e4;
}

.header-username {
    float: left;
    margin-right: 10px;
}

.header-profile span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.1;
    font-family: 'GothamPro-MediumCustom';
    float: right;
    clear: both;
}

.profile-top-ava, .profile-top-ava-img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-top-ava {
    margin-right: 35px;
    float: left;
}

.profile-top-ava:hover .profile-top-ava-inside {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.blue_link {
    color: #10b9e4;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: medium none;
    outline: medium none;
    background-color: white;
    font-size: 13px;
}

.blue_link:hover {
    color: #4fd1f2;
}

input::-webkit-input-placeholder {
    color: #ccc;
    text-shadow: none;
    -webkit-text-fill-color: initial;
}

.check_all {
    width: 25px;
    height: 16px;
}

.check_one + label {
    width: 18px;
    float: none !important;
}

.uncheck_all {
    margin-top: 20px;
    font-size: 13px;
    line-height: 19px;
}

.publication-user {
    margin: 0 !important;
}

.direct-speech-block {
    max-width: 600px;
    padding: 40px !important;
    /*padding-right: 0 !important;*/
    position: relative;
    background-color: #f5f4ee;
}

.direct-speech-block p {
    font-style: italic;
    font-family: 'GothamProСustom';
}

.direct-speech-quote-icon {
    cursor: pointer;
    position: absolute;
    left: 8px;
    transform-origin: 50% 50% 0;
    transition: all 0.4s ease 0s;
    width: 21px;
}

.link-instagram, .link-youtube {
    color: black;
}

.link-instagram:hover, .link-instagram:focus, .link-youtube:hover, .link-youtube:focus {
    color: black;
}

.alignleft {
    margin-right: 10px;
}

/* 404 */

.not-found-svg {
    max-height: 100%;
}

.not-found-table {
    display: table;
    vertical-align: middle;
    height: calc(100vh - 170px);
    min-height: 427px;
    width: 100%;
    margin-top: 100px;
}

.not-found-tcell {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 30px;
}

.not-found-h1 {
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin: 20px auto 20px;
    text-align: center;
    padding: 0 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.not-found-home {
    text-align: center;
    margin-bottom: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.not-found-home a {
    color: #10b9e4;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-decoration: none;

}

.not-found-home a:hover {
    color: #232323;
}

.confirm-form {
    max-width: 300px;
    margin: 40px auto;
}

.confirm-form .new-input {
    padding: 4px 14px;
    box-shadow: none;
    margin-bottom: 20px;
}

.confirm-form .new-button {
    background-color: #6abb14;
    height: 38px;
    line-height: 38px;
    border: 1px solid #6abb14;
    padding: 0 13px;
    float: right;
}

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

.confirm-text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 17px;
}

/*preloader*/

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 100500;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

#page-preloader-image {
    background: #ffffff;
    z-index: 100500;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

#page-preloader-comment,
#page-preloader-comments-list {
    position: relative;
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 100500;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

#page-preloader-comment > h3,
#page-preloader-comments-list > h3 {
    height: 130px;
    text-align: center;
}

#page-preloader > .spinner,
#page-preloader-image > .spinner,
#page-preloader-comments-list > .spinner,
#page-preloader-comment > .spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

#page-preloader > .spinner > .cube1,
#page-preloader > .spinner > .cube2,
#page-preloader-image > .spinner > .cube1,
#page-preloader-image > .spinner > .cube2,
#page-preloader-comment > .spinner > .cube1,
#page-preloader-comment > .spinner > .cube2,
#page-preloader-comments-list > .spinner > .cube1,
#page-preloader-comments-list > .spinner > .cube2 {
    background-color: #00B8E4;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}

#page-preloader > .spinner > .cube2,
#page-preloader-image > .spinner > .cube2,
#page-preloader-comment > .spinner > .cube2,
#page-preloader-comments-list > .spinner > .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.send_request {
    cursor: pointer;
}

.profile-info-edit .main .alert-warning {
    padding: 20px 17px;
    border-radius: 4px;
    margin-bottom: 34px;
}

.has-error input[type="checkbox"] + label::before {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#announcement-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    display: none;
}

#announcement-container.active {
    display: block;
}

#announcement-container .toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    width: calc(100% - 24px);
    padding: 13px;
    font-size: 13px;
}

#announcement-container .toast-message > * {
    margin: 0 10px;
}

#announcement-container .toast-message a, #announcement-container .toast-message label {
    color: #00b7e1
}

#announcement-container .toast-message a:hover {
    color: #00b7e1;
    text-decoration: none
}

#announcement-container .toast-close-button {
    position: relative;
    right: 0;
    top: 0;
    float: none;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
}

#announcement-container .toast-close-button:focus, #announcement-container .toast-close-button:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

#announcement-container button.toast-close-button {
    padding: 0;
    cursor: pointer;
    /*background: 0 0;*/
    border: 0;
    -webkit-appearance: none;
    background-color: #00b7e1;
    width: 24px;
    position: relative;
}

#announcement-container.toast-top-right {
    top: 112px;
    right: 29px
}

#announcement-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    line-height: 1.42857143;
}

#announcement-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#announcement-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 0;
    width: 280px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    color: #000;
    display: flex;
    align-items: stretch;
    flex-direction: row;
}

#announcement-container > :hover {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#announcement-container .toast-info {
    background-color: #ebfbff
}

.close-toast-announcement {
    background-image: url("/blog/img/arrows/arrow-cross.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 44%;
    width: 100%;
    height: 32px;
    position: absolute;
    top: 10px;
}

.t-input-phonemask.t-input :not(.tilda-wildcard-form input) {
    height: 32px;
    padding: 0;
}

#comments-block {
    padding: 20px 0;
}

body .form-control,
body .btn-block,
.overlay.body * {
    box-sizing: border-box;
}

.offer-button {
    padding: 10px 30px;
    line-height: 1.14;
    background-color: #10b9e4;
}

.promo-offer-button-target {
    display: inline-block;
}

.inside-content {
    font-family: 'GothamPro-BoldCustom';
    font-size: 14px;
}

.offer-button img {
    margin: 2px 0 5px 5px;
    float: right;
}

.change-type-profile-to-user-to-block.author-post {
    display: none !important;
}

.change-type-profile-to-company-to-block.author-post,
.comment-box.unpublish-comment.author-post {
    display: block !important;
}

.change-type-profile-to-company, .change-type-profile-to-user, .change-type-profile-in-favorites,
.change-type-profile-to-company-to-block, .change-type-profile-to-user-to-block,
.comment-box.unpublish-comment.company, .comment-rate-num.company, .comment-rate.company {
    display: none;
}

.flex,
.change-type-profile-to-company.active, .change-type-profile-to-user.active {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-item-center {
    display: flex;
    align-items: center;
    width: 100%;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.change-type-profile-to-company-to-block.active,
.change-type-profile-to-user-to-block.active {
    display: block;
}

.change-type-profile-in-favorites.active {
    display: inline-block;
}

.change-type-user {
    color: #10b9e4;
    padding-top: 20px;
    cursor: pointer;
}

.header-change-type-mobile {
    font-size: 22px;
    padding-right: 30px;
}

.post-comment-to-change-profile {
    text-align : center;
    margin-top: 50px;
}

.dropdown-menu > .active > a.header-profile {
    background-color: white;
}

#promo-offer-button {
    position:relative;
    left: -1000px;
}

#promo-offer-button.active {
    left: 0;
}

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

.fw500 {
    font-family: 'GothamPro-MediumCustom';
}

.fw700 {
    font-family: 'GothamPro-BoldCustom';
}

.more-publication, .more-favorite, .more-comments, .more-notification,
.more-post-by-category, .more-promo-post-by-promo-category, .more-post-by-tag,
.more-post-by-level, .more-promo-posts {
    position: relative;
    margin: 0 auto;
    width: 190px;
    height: 35px;
    line-height: 35px;
    border: solid 1px black;
    border-radius: 4px;
    color: #010101;
    font-size: 16px;
    font-family: 'GothamPro-BoldCustom';
    cursor: pointer;
    text-align: left;
    padding: 0 13px;
    box-sizing: border-box;
}

.more-publication:after, .more-favorite:after, .more-comments:after, .more-notification:after,
.more-post-by-category:after, .more-promo-post-by-promo-category:after, .more-post-by-tag:after,
.more-post-by-level::after, .more-promo-posts::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/blog/img/arrows/ar.svg");
    width: 9px;
    height: 6px;
    right: 11px;
    top: 14px;
}
.mob-post .block .icon-views:before, .post-white-preview .icon-views:before,
.web-post .block .icon-views:before, .post-white-preview .icon-views:before {
    background: url("/blog/img/metrics/views-black.svg");
}

.mob-post .block .icon-like:before, .post-white-preview .icon-like:before,
.web-post .block .icon-like:before, .post-white-preview .icon-like:before {
    background: url("/blog/img/metrics/likes-black.svg");
}

.mob-post .block .icon-comment:before, .post-white-preview .icon-comment:before,
.web-post .block .icon-comment:before, .post-white-preview .icon-comment:before {
    background: url("/blog/img/metrics/comment-black.svg");
}

.padding-top-50 {
    padding-top: 50px;
}

.corp-black,
.none-decor:hover {
    color: #232323;
}

.word-break {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.none-decor, .none-decor:hover {
    text-decoration: none;
}

.four-line-box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}

.parallax-handler {
    position: relative;
    overflow: hidden;
}

.parallax {
    position: absolute;
    top: -80px;
    height: calc(100% - -80px);
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    animation: none !important;
    transition: all 0.5s;
}

.wildcard-hidden {
    display: none !important;
}

.category-menu-container {
    background-color: #f5f5f5;
}

.category-menu-container .category-menu {
    width: 100%;
}

.category-menu-separator {
    display: inline-block;
}

.breadcrumbs-container {
    font-size: 12px;
    padding-bottom: 25px;
}

.category-menu-item-container {
    min-width: fit-content;
    justify-content: space-around;
    position: relative;
}

nav.category-menu .category-menu-item span.dropdown-icon {
    border-color: #171717;
}

.category-menu div.category-menu-item.active-tab a.dropdown-item,
.category-menu a.category-menu-item,
.category-menu div.category-menu-item a {
    color: #171717;
    font-size: 14px;
}

span.breadcrumbs-item, .breadcrumbs-item a, .breadcrumbs-separator {
    color: #8c8c8c;
    font-size: 14px;
}

.breadcrumbs-separator {
    padding: 0 10px;
}

.page-content {
    padding-top: 110px;
}

.page-content.short-padding {
    padding-top: 55px;
}

@media screen and (max-width: 768px) {
    .main.breadcrumbs-container {
        padding-bottom: 24px;
    }

    .info-block.new.subcategory {
        margin-top: 16px;
    }

    .page-content {
        padding-top: 55px;
    }
}

#category-menu {
    display: flex;
}

.shift-control {
    display: none;
    align-items: center;
}

.shift-control.shift-control-left {
    padding-right: 15px;
}

.shift-control.shift-control-right {
    padding-left: 15px;
}

.shift-control .arrow-left,
.shift-control .arrow-right {
    height: 12px;
    display: block;
    width: 12px;
    border: solid #171717;
    border-width: 0 0 1px 1px;
    cursor: pointer;
}


.shift-control .arrow-left {
    margin-left: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.shift-control .arrow-right {
    margin-right: 3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.category-menu-item .dropdown-item.active-tab {
    background-color: #F5F5F5;
    color: #8c8c8c;
}

nav.category-menu .top-menu-item {
    padding: 0 20px;
}

nav.category-menu .category-menu-item {
    text-align: center;
    display: inline-block;
    min-width: fit-content;
}

nav.category-menu .top-menu-item,
nav.category-menu .category-menu-item {
    display: inline-block;
}

.dropdown.category-menu-item.open:after {
    display: none;
}

.category-menu-item:after {
    position: relative;
    display: block;
    content: '';
    width: 0;
    bottom: 3px;
    height: 3px;
    border-radius: 2px;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.active-tab.category-menu-item:after {
    width: 100%;
}

.category-menu-item a.dropdown-item:after {
    bottom: 10px;
}

.category-menu-item.open .dropdown-menu::before {
    width: 100%;
}

.category-menu-item .dropdown-menu:before {
    position: relative;
    display: block;
    content: '';
    width: 0;
    height: 3px;
    top: -3px;
    border-radius: 2px;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.category-menu a.category-menu-item,
.category-menu .category-menu-item a {
    text-decoration: none;
    min-width: fit-content;
}

.category-menu-item:hover:after {
    width: 100%;
}

a.mobile-menu-nav-item,
a.mobile-menu-nav-item:hover,
a.mobile-menu-nav-item:active,
a.category-menu-mobile-item,
a.category-menu-mobile-item:hover,
a.category-menu-mobile-item:active {
    width: 100%;
    text-decoration: none;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

a.category-menu-mobile-item,
a.category-menu-mobile-item:hover,
a.category-menu-mobile-item:active {
    background-color: #fff;
}

a.mobile-menu-nav-item,
a.mobile-menu-nav-item:hover,
a.mobile-menu-nav-item:active {
    background-color: #F5F5F5;
}

a.category-menu-mobile-item.active-tab,
a.mobile-menu-nav-item.active-tab {
    font-weight: bold;
}

.mobile-nav-item-container {
    width: 100%;
    display: block;
    padding: 9px 0 17px;
    border-bottom: 1px solid #C6C6C8;
    background-color: #f5f5f5;
}

.mobile-category-separator {
    width: 100%;
    display: block;
    margin: 9px 0 17px;
    border-bottom: 1px solid #C6C6C8;
}

.mobile-category-separator-after-menu {
    height: 36px
}

.mobile-option.dropdown.open {
    position: unset;
}

.mobile-option.dropdown.open .dropdown-menu {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
}

.collapse-menu.open .collapse-box {
    display: block;
}

.collapse-menu .collapse-box {
    display: none;
    padding-top: 20px;
}

.mobile-option.dropdown .collapse-menu-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.collapse-menu .collapse-menu-item {
    display: block;
    color: #8c8c8c;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
}

.collapse-menu .collapse-menu-buttons span.collapse-icon {
    border: solid #FF851A;
    border-width: 0 1px 1px 0;
    padding: 4px;
    margin: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: 0.5s;
    display: inline-block;
}

.collapse-menu.open .collapse-menu-buttons span.collapse-icon {
    transition-duration: 0.5s;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

span.mobile-category-separator.collapsed {
    display: none;
}

#menu-mobile .dropdown-menu {
    background-color: #fff;
}
#category-menu .category-menu {
    display: flex;
    justify-content: space-between;
}

.mobile-scrollable-container {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #fff;
    margin-top: 0;
    padding: 35px 25px;
}

.top-menu-container {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 6px;
}

form input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelConsentCheckbox {
    position: unset;
}