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

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

.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 block */
/*--------------*/
header {
    border-bottom: solid 1px #e4e4e4;
    height: 55px;
    box-sizing: border-box;
    position: fixed;
    top: 20px;
    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;
}

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

header .logo img {
    min-width: 138px;
    max-width: 150px;
    margin-right: 14px;
}

header .send_request {
    display: block;
    background: #F07F1B;
    color: white;
    text-align: center;
    width: 140px;
    line-height: 32px;
    margin: 0 12px;
    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: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;
}

/** Navigation **/
nav.category-menu {
    display: inline-block;
    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;
    margin: 0 7px;
    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;
}

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;
}

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: 0 30px;
    white-space: nowrap;
    color: #8c8c8c;
    transition: 500ms all;
    line-height: 40px;
}

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: 50px;
    text-align: center;
}

#menu-mobile .dropdown-item {
    display: block;
    white-space: nowrap;
    color: #8c8c8c;
    padding: 0 30px;
    text-decoration: none;
    font-size: 17px;
    line-height: 40px;
}

#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: 0;
}

#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;
}

.menu-other {
    display: none;
}

@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 style for cancel tilda page styles for carousel **/
.no-tilda-carousel .carousel-inner > .item {
    transition: transform .6s ease-in-out;
}
/** End tilda cancel **/

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

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

.search .search-form {
    display: none;
    position: absolute;
    right: 40px;
    top: 10px;
    height: 100%;
}

.search .search-form .input {
    border: solid 1px #9b9b9b;
    width: 0;
    opacity: 0;
    -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;
}

.search.mobile {
    display: none;
}

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

/*-----------*/
/* Favorites */
/*-----------*/
.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 */
/*------*/

.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 {
    font-size: 12px;
    color: white;
    font-family: 'GothamPro-MediumCustom';
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}

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

/*--------*/
/* Inputs */
/*--------*/
.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");
}

/*-------*/
/* Icons */
/*-------*/
.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;
}

/*-------------*/
/* Info blocks */
/*-------------*/
.info-block {
    padding: 55px 0 0;
}

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;
}

.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 .block {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 0 40px;
    min-height: 185px;
}

.info_block_blocks .block:nth-child(3n+2) {
    margin: 0 1% 40px;
}

.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 .article-name:hover{
    color: #10b9e4;
}*/
.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;
}

/*--------*/
/* Arrows */
/*--------*/
.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 {
    right: 0;
    background-image: url("/blog/img/arrows/arrow-active-right-01.svg");
}

.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*/
.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.new {
    margin: 55px 0 15px;
}

.info-block.new.favorites-user,
.info-block.new.profile-publication-user,
.info-block.new.profile-publication-sandbox-user {
    margin: 15px 0;
}

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

.info-block.new .block {
    display: inline-block;
    width: 31.914893617%;
    height: 185px;
    margin: 0 2.1276595745% 0 0;
}

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

.info-block.new .block.long {
    width: 65.9574468085%;
}

.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;
}

.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 {
    background: url("/blog/img/metrics/views-white.svg");
}

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

.info-block.new .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;
}

/* Big post */
.current-article {
    /*background-image: url("/img/netpeak/60.gif");*/
    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 .article-name:hover{
    color: #10b9e4;
}*/

.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;
}
/*-------------*/
/* More button */
/*-------------*/
.more {
    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:after {
    content: "";
    display: block;
    position: absolute;
    background: url("/blog/img/arrows/ar.svg");
    width: 9px;
    height: 6px;
    right: 11px;
    top: 14px;
}

.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;
}

/*--------*/
/* Videos */
/*--------*/
.videos {
    background: #f5f4ee;
    padding: 40px 0;
}

.videos h2 {
    position: relative;
}

.videos h2 .link-logo {
    display: inline-block;
    background: url("/blog/img/social/YT-logo-01.svg");
    width: 56px;
    height: 21px;
    vertical-align: middle;
    margin: 0 5px;
    text-decoration: none;
}

.videos .block {
    overflow: hidden;
}

.videos .block.big {
    width: 65%;
    height: 350px;
}

.videos .block.big .video-block-big {
    margin-top: -60px;
}

.videos .blocks.small .video-block-small {
    margin-top: -30px;
}

.videos .preview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.videos .preview img {
    max-width: 100%;
}

.videos .block {
    cursor: pointer;
    position: relative;
}

.videos .block .overlay {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.videos .block:hover .overlay {
    opacity: 1;
}

.videos .video-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.video {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.videos .table {
    width: 100%;
    height: 100%;
}

.videos .table-cell {
    text-align: center;
}

.videos .icon.play {
    display: block;
    background: url("/blog/img/social/video-01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.videos .block.big .icon.play {
    width: 110px;
    height: 110px;
}

.videos .block:hover .icon.play {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.videos .name {
    position: absolute;
    bottom: 0;
    opacity: 0;
    color: white;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'GothamPro-BoldCustom';
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.videos .block:hover .name {
    bottom: 20px;
    opacity: 1;
}

.videos .blocks.small {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 0 0 4%;
}

.videos .blocks.small .block {
    display: block;
    width: 100%;
    height: 160px;
    margin: 0;
}

.videos .blocks.small .block:first-child {
    margin: 0 0 30px;
}

.videos .blocks.small .block .name {
    font-size: 11px;
    line-height: 15px;
}

.videos .blocks.small .block:hover .name {
    bottom: 10px;
}

/*----------------*/
/* Netpeak photos */
/*----------------*/
.netpeak {
    background: #f5f4ee;
    padding: 40px 0;
}

.netpeak h2 {
    position: relative;
}

.netpeak h2 .link-logo {
    text-decoration: none;
    display: inline-block;
    background: url("/blog/img/social/inst-logo-01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    vertical-align: text-top;
    margin: 0 5px;
}

.netpeak .cell {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin: 0 15px 0 0;
}

.netpeak .cell.big {
    width: 300px;
}

.netpeak .cell:last-child {
    margin: 0;
}

.netpeak .cell .netpeak-photo {
    height: 140px;
    margin: 0 0 20px;
    overflow: hidden;
}

.netpeak .cell.big .netpeak-photo {
    margin: 0;
    height: 300px;
}

.netpeak .cell .netpeak-photo img {
    max-height: 100%;
}

/*--------*/
/* Footer */
/*--------*/
footer {
    margin: 70px 0 0;
    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 .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;
}

/*---------------*/
/* Sign in popup */
/*---------------*/
.overlay.body {
    z-index: 9999;
    display: none;
}

.signin {
    display: none;
    position: absolute;
    width: 340px;
    /*height: 325px;*/
    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;
}

.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;
}

/* Slider */
.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;
    background: black;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}

.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;
}

#vk_subscribe {
    display: inline-block;
    position: absolute;
    margin-left: -35px;
    background: white !important;
    width: 146px !important;
}

.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;
}

/*BLOG POST*/
.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 {
    margin-top: 55px;
}

.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 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 {
    /*-webkit-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*transform: translateY(0);*/
    /*opacity: 1;*/
    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 {
    max-width: 100%;
    table-layout: auto;
}

.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 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);
    /*opacity: 0;*/
    color: #232323 !important;
    background-color: #fff;
}

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

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:hover .social-quote-icon {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    -webkit-transition: all .4s 0.2s;
    -o-transition: all .4s 0.2s;
    transition: all .4s 0.2s;
}

blockquote:hover .social-quote-icon {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    -webkit-transition: all .4s 0.2s;
    -o-transition: all .4s 0.2s;
    transition: all .4s 0.2s;
}

.blockquote:hover .social-quote-icon {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    -webkit-transition: all .4s 0.2s;
    -o-transition: all .4s 0.2s;
    transition: all .4s 0.2s;
}

blockquote:hover p, blockquote:hover div {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

blockquote:hover .social-quote-content {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.social-quote-icon {
    cursor: pointer;
    width: 25px;
    top: 50%;
    position: absolute;
    opacity: 0;
    transform: translateY(-50%) scale(0);
    transform-origin: 50% 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

blockquote p, blockquote div {
    -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 {
    -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;
}

blockquote p:hover:after {
    opacity: 0.5;
}

blockquote p: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;
}

.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 {
    margin-top: 26px;
    margin-bottom: -5px;
    max-width: 600px;
    margin: 0 auto;
}

.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 {
    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;
}

.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: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

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

.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;
}

/*NEW FIXES*/

.header-load {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    /*background-color: #81648d;*/
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.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;
}

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

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

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

.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;
}

.borderPadding {
    padding-top: 100px;
    margin-top: -100px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
    outline: none;
}

.pseudo-link {
    color: #10b9e4;
    border-bottom: #10b9e4 .5px dotted;
    cursor: pointer;
}

.pseudo-link:hover {
    border-color: #fff;
}


/* PROFILE STYLES */

[class*='col-'] {
    margin-right: 4%;
    float: left;
}

[class*='col-']:last-child {
    margin-right: 0;
}

.col-1 {
    width: 4.66666666667%;
}

.col-2 {
    width: 13.3333333333%;
}

.col-3 {
    width: 22%;
}

.col-4 {
    width: 30.6666666667%;
}

.col-5 {
    width: 39.3333333333%;
}

.col-6 {
    width: 48%;
}

.col-7 {
    width: 56.6666666667%;
}

.col-8 {
    width: 65.3333333333%;
}

.col-9 {
    width: 74.0%;
}

.col-10 {
    width: 82.6666666667%;
}

.col-11 {
    width: 91.3333333333%;
}

.col-12 {
    width: 100%;
    margin-right: 0;
}

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

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

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.category-hover {
    position: relative;
}

.category-hover:hover:after {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.category-hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #333;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.color-green {
    color: #5d9840;
}

.color-red {
    color: #c14f46;
}

.bg-top {
    background-position: center top !important;
}

.bg-center {
    background-position: center center !important;
}

.bg-bottom {
    background-position: center bottom !important;
}

.table-bordered {
    overflow: hidden;
    border-radius: 4px;
    text-align: left;
    overflow-x: auto;
}

.blog-post-content .table-bordered.table-big {
    max-width: 940px;
}

.blog-post-content .kv-grid-container {
    max-width: 940px;
}

.table-bordered input[type='checkbox'] + label {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -2px;
    float: left;
}

.table-bordered table {
    width: 100%;
    font-size: 13px;
}

.table-bordered th {
    background-color: #f0f0f0;
    font-family: 'GothamPro-BoldCustom';
}

.table-bordered th, .table-bordered td {
    padding: 20px;
    border: 1px solid #d4d4d4;
}

.table-bordered td {
    font-family: 'GothamPro-MediumCustom';
    vertical-align: middle;
}

.blog-post-content .table-bordered {
    margin: 0 auto;
}

.kv-grid-container {
    overflow: hidden;
    border-radius: 4px;
    text-align: left;
    overflow-x: auto;
}

.blog-post-content #rating-table {
    margin: auto;
}

.blog-post-content .table-big, .blog-post-content #rating-table {
    max-width: 940px;
}

.blog-post-content .kv-grid-container {
    max-width: 940px;
}

.kv-grid-container input[type='checkbox'] + label {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -2px;
    float: left;
}

.kv-grid-container table {
    width: 100%;
    font-size: 13px;
}

.kv-grid-container th {
    background-color: #f0f0f0;
    font-family: 'GothamPro-BoldCustom';
}

.kv-grid-container th, .kv-grid-container td {
    padding: 20px;
    border: 1px solid #d4d4d4;
}

.kv-grid-container td {
    font-family: 'GothamPro-MediumCustom';
    vertical-align: middle;
}

.rating-page .kv-grid-container {
    margin: 0 auto;
}

.rating-page .kv-grid-container img {
    margin: 0;
}

.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;
    /* unset bootstrap classic border */
    border-left: none;
}

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

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

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


.page-content .blog-post-content blockquote, .page-content .blog-post-content blockquote p, .page-content .blog-post-content blockquote a {
    font-size: 24px;
    word-wrap: break-word;
}

input[type='checkbox']:not(.sandbox-rule) {
    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: 25px 0;
    background-color: #10b9e4;
    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: 123px;
    height: 123px;
    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;
}

.profile-top-ava-inside {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 123px;
    height: 123px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-position: center;
    -webkit-background-size: 44px;
    background-size: 44px;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.profile-top-ava-inside.download {
    background-image: url(/blog/img/plus-circle.svg);
}

.profile-top-ava-inside.error {
    background-image: url(/blog/img/close-circle-red.svg);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.profile-top-ava-inside.success {
    background-image: url(/blog/img/check-circle-green.svg);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/*.profile-top-ava-inside input {
  display: none;
}*/

.profile-top-ava-inside label {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.profile-top-content {
    float: left;
    width: calc(100% - 158px);
    font-size: 12px;
    line-height: 1.5;
}

.profile-top-content table {
    width: 100%;
}

.profile-top-username {
    font-size: 18px;
    margin-bottom: 2px;
}

.profile-top-about {
    margin-bottom: 14px;
}

.karma-how {
    float: right;
    text-decoration: none;
    color: #fff;
}

.karma-how:hover {
    text-decoration: underline;
}

.karma-progress {
    position: relative;
    margin-top: 10px;
}

.karma-bg {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 1px 1.7px 5px 0 rgba(16, 141, 173, 0.7);
    height: 8px;
}

.karma-line {
    border-radius: 4px;
    background-color: #07637a;
    height: 8px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 0;
    top: 0;
}

.karma-nums {
    color: #c6eef8;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.karma-nums span {
    color: #fff;
}

.karma-desc {
    color: #c6eef8;
    margin-top: 10px;
    line-height: 16px;
}

.profile-nav {
    border-bottom: 1px solid #e4e4e4;
}

.profile-nav .fl li {
    display: inline-block;
    float: left;
}

.profile-nav .fl li:last-child a {
    border-right: 0;
}

.profile-nav .fl > li > a {
    padding: 21px 12px;
    position: relative;
    display: block;
    border-right: 1px solid #e4e4e4;
    font-size: 14px;
    text-decoration: none;
    color: #171717;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 1;
}

.profile-nav .fl > li > a:hover {
    color: #10b9e4;
}

.profile-nav .fl > li > a.active {
    font-family: 'GothamPro-BoldCustom';
    color: #171717 !important;
}

.profile-nav .fl > li > a.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #10b9e4;
}

.profile-nav-note {
    background-color: #6abb14;
    color: #fff;
    border-radius: 100px;
    font-size: 11px;
    padding: 3px 7px;
    margin-left: 2px;
}

.profile-nav .fr a {
    display: inline-block;
    margin-left: 34px;
    font-size: 13px;
    margin-top: 21px;
}

.profile-nav .fr a:first-child {
    margin-left: 0;
}

.profile-nav .fr a:hover {
    text-decoration: underline;
}

.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;
}

.profile-content {
    padding: 52px 0;
}

.profile-info-table {
    line-height: 1.4;
    margin-bottom: 36px;
    width: 100%;
}

.profile-info-table .profile-company-table-edit,
.profile-info-table .profile-user-table-edit {
    vertical-align: middle;
}

.profile-info-table:last-child {
    margin-bottom: 0;
}

.form-horizontal .form-group {
    margin: 0px;
}

.profile-info-table td:first-child {
    width: 160px;
    font-size: 12px;
    color: #878787;
    padding-bottom: 14px;
}

.profile-info-table td:last-child {
    font-size: 13px;
    font-family: 'GothamPro-MediumCustom';
    padding: 0px 5px 0px 5px;
}

.profile-social-table-company {
    margin-top: 25px;
}
.profile-info-table-company td:first-child,
.profile-social-table-company td:first-child {
    min-width: 200px;
}

.profile-info-table-company {
    white-space: pre-line;
}

.profile-info-table-company td:last-child,
.profile-social-table-company td:last-child {
    padding: 0px 5px 0px 15px;
}

.profile-social-table img {
    float: left;
    margin-right: 6px;
    width: 13px;
    margin-top: 1px;
}

.profile-social-table .profile-social:not(.profile-social-add) {
    background-color: #3c5c9b;
}

.profile-social-table .profile-social:not(.profile-social-add) {
    background-color: #32cdff;
}

.profile-social-table .profile-social:not(.profile-social-add) {
    background-color: #007cb8;
}

.profile-social {
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    padding: 0 14px;
    height: 22px;
    line-height: 22px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: 'GothamPro-BoldCustom';
    display: inline-block;
    min-width: 103px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.profile-social:hover .profile-social-delete {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    margin: 0 -6px 0 4px;
    width: 13px;
}

.profile-social .profile-social-delete {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    width: 0;
    cursor: pointer;
}

.profile-social .profile-social-delete:hover {
    opacity: 0.6;
}

a.profile-social:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}

.profile-social-add {
    background-color: #bdc3c5;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: 'GothamProСustom';
}

.grey-note {
    font-size: 12px;
    color: #878787;
    font-family: 'GothamProСustom';
}

.profile-lang {
    margin-bottom: 3px;
}

.profile-lang span {
    border-radius: 2.5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #bdc3c5;
    font-size: 11px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.profile-lang span:hover {
    background-color: #7cbbcb;
}

.profile-lang a:hover, .profile-lang a:active {
    text-decoration: none;
}

.profile-lang span.active {
    background-color: #10b9e4;
}

.note-card.alert-success {
    background-color: #e0f0d8;
    border: solid 1px #d6e9c6;
    font-size: 13px;
    color: #468847;
    padding: 20px 17px;
    border-radius: 4px;
    margin-bottom: 34px;
}

.note-card.alert-danger {
    background-color: #f2dede;
    border: solid 1px #ebccd1;
    font-size: 13px;
    color: #a94442;
    padding: 20px 17px;
    border-radius: 4px;
    margin-bottom: 34px;
}

.note-card:last-child {
    margin-bottom: 0;
}

.note-card a {
    color: #468847;
    text-decoration: none;
}

.note-card a img {
    margin-left: 5px;
}

.profile-info-edit textarea {
    min-height: 280px;
    width: 100%;
}

.notice-comment {
    font-size: 14px;
    max-width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 35px 20px;
    margin-bottom: 11px;
}

.notice-comment:last-child {
    margin-bottom: 0;
}

/*.notice-comment.with-bg {
  cursor: pointer;
}*/

.notice-comment .comment-name {
    margin-right: 0;
}

.notice-comment .comment-date {
    color: #8babb4;
    margin-bottom: 0;
}

.notice-comment-link {
    color: #232323;
    display: inline-block;
    margin-top: 11px;
    margin-bottom: 7px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

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

.notice-img {
    display: block;
    margin: 10px 0 0 9px;
}

.notice-like-ava {
    width: 27px;
    height: 27px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    margin-right: 11px;
    display: inline-block;
    margin-top: 14px;
    float: left;
}

.favorites-user, .comments-user, .notification-user,
.profile-publication-user, .profile-publication-sandbox-user {
    margin: 0;
    padding: 0;
}

.profile-blog-head {
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #10b9e4;
    color: #fff;
    font-size: 36px;
    font-family: 'GothamPro-BoldCustom';
    padding: 85px 0;
    text-align: center;
    margin-top: 35px;
}

.table-ava {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 7px !important;
    float: left;
    object-fit: cover;
}

.table-sort {
    position: relative;
    top: 2px;
    cursor: pointer;
}

.table-sort.sorted {
    top: -1px;
}

.table-sort img {
    margin: initial;
    display: inline-block;
}

.post-author-mail {
    display: inline-block;
    margin: 10px 0 20px 0 !important;
}

.search_input {
    font-size: 28px;
    color: #10b9e4;
    text-shadow: 0px 0px 0px #232323;
    -webkit-text-fill-color: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
    background-color: #fff;
    width: 100%;
    margin-bottom: 60px;
}

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.html */

.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;
}

/* SITEMAP */

.sitemap-heading {
    font-size: 30px;
    margin-bottom: 20px;
}

.sitemap-subheading a {
    color: #10b9e4;
    font-size: 19px;
}

.sitemap-wrapper {
    max-width: 610px;
    margin: 0 auto;
}

.sitemap-category a {
    margin-top: 70px !important;
    margin-bottom: 50px !important;
    font-size: 24px !important;
    color: #10b9e4;
}

.sitemap-category span {
    color: #232323;
    font-family: 'GothamProСustom';
}

.sitemap-date {
    margin-bottom: 5px;
    font-size: 17px;
}

.sitemap-wrapper a {
    color: #10b9e4;
    text-decoration: none;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 17px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.sitemap-wrapper a:hover {
    color: #27839a;
}

.kv-grid-container th a {
    color: black;
    outline: none;
}

#rating-table td img + a {
    margin-top: 5px !important;
}

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

.krajee-icon-star {
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
}

.rating-container .caption {
    margin-top: 3px;
    background-color: white;
    color: black;
}

.rating-container .caption .label-default {
    background-color: white;
    color: #232323;
}

.rating-container .caption .label {
    font-weight: normal !important;
    line-height: unset;
    font-size: 13px;
}

.comments .comment-text img {
    position: relative;
    max-width: 100%;
    width: unset !important;
}

.profile-info-table .trumbowyg-box {
    margin: 0;
}

a.anchor-comment {
    position: absolute;
    margin-top: -30px;
}

.fotorama__html div,
.fotorama__html a {
    display: block;
    height: 100%;
    /* Transparent links are not clickable in IE,
       but non-existent background fixes this.
      (Put an empty 1×1 image here to avoid
       errors in console.) */
    background: url(_.gif);
}

.blog-post-content .form-in-post.bg {
    background-color: #dbdbdb;
    padding: 20px 30px;
    border-radius: 4px;
    max-width: 320px;
    width: auto;
    font-family: 'GothamPro-MediumCustom';
}

.form-in-post input {
    display: block;
    width: 250px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.form-in-post input.has-error {
    border-color: red;
    color: red;
}

.form-in-post button {
    width: 250px;
    background-color: #10b9e4;
    opacity: 1;
    color: #ffffff;
}

.form-in-post button:hover,
.form-in-post button:active,
.form-in-post button:focus {
    opacity: 0.7;
    color: #ffffff;
}

.form-in-post button.done {
    background-color: #00cc33;
}

#info-block-dynamic {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    padding: 15px;
    opacity: 0.9;
    background: -webkit-linear-gradient(to right, #929292 0%, #000000 20%, #000000 80%, #929292 100%);
    background: -moz-linear-gradient(to right, #929292 0%, #000000 20%, #000000 80%, #929292 100%);
    background: -o-linear-gradient(to right, #929292 0%, #000000 20%, #000000 80%, #929292 100%);
    background: linear-gradient(to right, #929292 0%, #000000 20%, #000000 80%, #929292 100%);
    color: #ffffff;
    -webkit-transition: 2s all;
    transition: 2s all;
    text-align: center;
}

.width-20 {
    width: 20px;
}

#block-email {
    display: none;
}

#show-email, #hide-email {
    cursor: pointer;
}

#hide-email {
    margin-left: 10px;
}

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

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

/*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-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-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-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-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)
    }
}

/*---------------*/
/* Order in popup */
/*---------------*/
.order .order-form-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    cursor: pointer;
}

.send_request {
    cursor: pointer;
}

.order-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}


.order-table {
    display: table;
    width: 100%;
    height: 100%;
}

.order-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

.order-modal {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 430px;
    border-radius: 3px;
    background-color: rgba(234, 234, 233, 0.95);
    padding: 10px;
}

.order-modal {
    text-align: left;
}

.order-modal button {
    width: 100%;
    min-height: 47px;
    border-radius: 3px;
    background-color: #f07f1b;
    color: #ffffff;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    white-space: normal;
}

.order-modal .order-form-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    cursor: pointer;
}

.order-modal .form-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    cursor: pointer;
}

.order-modal .error {
    display: block;
    text-align: center;
    color: red;
}

.order-modal .response-success {
    display: block;
    text-align: center;
    font-size: 18px;
}

.request-post .error-request-post {
    color: red;
    font-size: 12px;
    text-align: center;
}

.request-post input {
    margin-bottom: 0px;
    margin-top: 15px;
}

.request-post button {
    margin-top: 15px;
    margin-bottom: 10px;
}

.request-post button,
.request-post input {
    font-size: 14px;
}

.link-8p {
    color: #ffffff;
    text-decoration: none;
}

.link-8p:hover,
.link-8p:focus {
    color: #ffffff;
    text-decoration: none;
}

.txt-xs-8p {
    display: none;
}

.rngst_phone_button {
    display: none !important;
}

@media (max-width: 425px) {
    .txt-lg-8p {
        display: none;
    }

    .txt-xs-8p {
        display: block;
    }
}

.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;
}

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

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

.profile-dropdown .dropdown-item {
    font-size: 14px;
    display: block;
    padding: 0 30px;
    white-space: nowrap;
    color: #8c8c8c;
    transition: 500ms all;
    line-height: 40px;
}

.profile-dropdown .dropdown-item.active, .profile-dropdown .dropdown-item:hover {
    background-color: #e8e8e8;
    text-decoration: none;
    color: #171717;
}

.margin-30 {
    margin-bottom:30px;
    margin-top:30px;
}

.profile-top #errormsg.redtext {
    padding-top: 10px;
    color:red;
}

.profile-top #pic-progress-wrap.progress-wrap {
    margin-top:10px;
    margin-bottom:10px;
}

.profile-top #picbox.clear {
    padding-top:0px;
    padding-bottom:10px;
}

.profile-top #upload-btn-after-crop {
    display: none
}

.profile-top .clear-line {
    margin-top: 10px;
}

.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;
}

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

.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;
}
