@font-face {
    font-family: "Gotham Pro Bold";
    src: url(font/Gotham_Pro_Bold.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Gotham Pro";
    src: url(font/Gotham_Pro.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Museo";
    src: url(font/Museo.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Museo-Light";
    src: url(font/Museo-Light.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Museo-Medium";
    src: url(font/Museo-Medium.ttf) format("truetype");
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    outline: 0;
}
body {
    font-family: "Gotham Pro";
    color: #212529;
    letter-spacing: -.33px;
    position: relative;
}
.body-dark {
    background: #1d1d1d;
}
a {
    text-decoration: none;
    transition: ease-in-out .3s;
}
a:hover {
    text-decoration: none !important;
}
.hidden {
    display: none !important;
}
.bold {
    font-weight: 700;
}
.f-rub {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}
.header {
    background: #ffffff;
    padding: 15px 0;
}
.header.header-border {
    padding: 30px 0 20px;
}
.header-gray {
    background: #f5f5f5;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo__link, .footer-logo__link {
    display: block;
}
.header-logo img {
    height: 30px;
}
.header-article .header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-overlay {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.nav-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
}
.nav-list li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
}
.nav-list li:last-child, .header-article .nav-list li:last-child {
    margin-right: 0;
}
.nav-list li a {
    font-family: "Museo-Light";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    white-space: nowrap;
    color: #262626;
}
.nav-list li a:hover {
    color: #C93F3F;
}
.nav-list .nav-off a {
    color: rgba(0,0,0,.5);
    position: relative;
}
.nav-list .nav-off a:hover {
    color: rgba(0,0,0,.5);
}
.nav-list .nav-off a::after {
    content: 'скоро';
    position: absolute;
    left: 85%;
    bottom: 110%;
    font-family: Museo-Light;
    font-size: 10px;
    line-height: 1;
}
.dropdown-link {
    position: relative;
    display: block;
    padding: 15px 0;
    margin-right: 50px !important;
}
.dropdown-link__title {
    display: inline-block;
    position: relative;
}
.dropdown-link__title::after {
    content: '';
    position: absolute;
    left: 105%;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(/assets/rating/icon-black-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .1s linear;
}
.dropdown-link:hover .dropdown-link__title::after {
    transform: rotate(45deg);
}
.dropdown-nav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 570px;
    padding: 20px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    pointer-events: none;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 11;
}
.dropdown-nav.dropdown-navmin {
    width: 440px;
}
.dropdown-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.dropdown-list.dropdown-cases {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
}
.nav-list .dropdown-nav li {
    margin: 0;
}
.nav-list .dropdown-nav li a {
    display: inline;
    white-space: wrap;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #eee;
    transition: ease .3s;
}
.nav-list .dropdown-nav li a:hover {
    border-bottom: 1px solid transparent;
}
.nav-list .dropdown-nav li.disable {
    opacity: .5;
    display: none;
}
.nav-list .dropdown-nav li a.disable:hover {
    color: #262626;
    cursor: auto;
}
.dropdown-link:hover .dropdown-nav {
    opacity: 1;
    pointer-events: auto;
}
.dropdown-text {
    font-family: "Gotham Pro" !important;
    width: 100%;
    color: #888;
}
.dropdown-item {
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0 0 0 10px;
}
.dropdown-item:hover {
    background: none;
}
.dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    background: #262626;
    border-radius: 50%;
}
.dropdown-item-mobile {
    display: none !important;
}
.header-mobile {
    display: none;
}
.header-action {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-gray .btn-header {
    background: #fff;
}
.header-promo {
    padding: 15px 0 55px;
    background: #111111;
    transition: ease .3s;
}
.header-promo:hover {
    background: #1d1d1d;
}
.header-promo__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
}
.header-promo__text {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.header-promo__line {
    display: inline-block;
    font-family: "Museo";
    border-bottom: 1px solid #f9f9f9;
    transition: ease .3s;
}
.header-promo__line:hover {
    color: #C93F3F;
    border-bottom: 1px solid transparent;
}
.header-border {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -40px;
}
.top-banner {
    overflow: hidden;
    padding-bottom: 40px;
    background: #111111;
}
.top-banner__link {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}
.top-banner__link img {
    display: flex;
    width: 100%;
    height: 160px;
}
.begin {
    background: #1d1d1d;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.begin-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.begin-anim {
    width: 500px;
    height: 230px;
    background: #C93F3F;
    filter: blur(120px);
    -webkit-filter: blur(120px);
    opacity: .75;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-animation: begin-anim 10s ease-out infinite;
    -moz-animation: begin-anim 10s ease-out infinite;
    -ms-animation: begin-anim 10s ease-out infinite;
    -o-animation: begin-anim 10s ease-out infinite;
    animation: begin-anim 10s ease-out infinite;
    animation-delay: 2s;
}
@-webkit-keyframes begin-anim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.75);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes begin-anim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.75);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes begin-anim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.75);
    }
    100% {
        transform: scale(1);
    }
}
.begin-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.begin-title h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.5px;
    color: #ffffff;
    margin-bottom: 0;
}
.begin-title__text {
    display: inline-block;
    padding-right: 15px;
}
.begin-title__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
}
.begin-title__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    padding: 2px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 50%;
    margin-right: -25px;
}
.begin-title__item img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.begin-text {
    max-width: 600px;
    margin: 40px auto 35px;
}
.begin-text p {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 0;
    color: #ffffff;
}
.begin-btn {
    display: flex;
    justify-content: center;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    height: 50px;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid transparent;
    transition: ease-in-out .3s;
}
.btn-main {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 50px;
    background: #C93F3F;
    color: #ffffff;
    max-width: 350px;
    height: 65px;
    border-radius: 50px;
    position: relative;
}
.btn-main:hover {
    color: #fff;
    background: #FC6A6A;
    transform: translateY(-4px);
}
.btn-header {
    color: #262626;
    background: #F5F5F5;
}
.btn-footer {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.btn:focus {
    box-shadow: none;
}
.btn-header:hover {
    background: #262626;
    color: #ffffff;
}
.btn-footer:hover {
    color: #262626;
    background: #ffffff;
}
.section-title {
    margin-bottom: 50px;
}
.section-title h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.section-title-center {
    text-align: center;
}
.title-border {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    color: #C93F3F;
    border: 1px solid #262626;
    transform: rotate(-2deg);
}
.begin .title-border {
    border: 1px solid #ffffff;
    transform: rotate(-2deg);
}
.category {
    background: #ffffff;
}
.category-top {
    border-top: 1px solid #f1f1f1;
}
.category-item {
    display: flex;
    padding: 60px 0 50px;
    border-bottom: 1px solid #f1f1f1;
}
.category-item:last-child {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}
.category-top .category-item:last-child {
    padding-bottom: 50px;
}
.category-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Museo-Light";
    font-size: 12px;
    line-height: 1;
    letter-spacing: .5px;
    height: 20px;
    margin-top: 3px;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid rgba(201, 63, 63, .1);
    color: #C93F3F;
}
.category-item__content {
    max-width: 770px;
    margin-left: auto;
}
.category-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -.8px;
    margin-bottom: 35px;
}
.category-item:last-child .category-heading {
    background: linear-gradient(-90deg,#ffffff,#212529);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.category-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.category-list li {
    display: inline-block;
    list-style: none;
}
.category-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Light";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    min-width: 90px;
    padding: 10px 20px;
    color: #262626;
    border: 2px solid #f5f5f5;
    border-radius: 25px;
    transition: ease .3s;
}
.category-list-notactive li a {
    opacity: .65;
}
.category-list li a:hover {
    background: #F5F5F5;
}
.cases {
    padding: 100px 0 0;
}
.posts {
    padding: 100px 0;
}
.posts-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.posts-item {
    display: block;
    width: 100%;
    height: 300px;
    padding: 40px;
    background: #f5f5f5;
    border-radius: 40px;
    position: relative;
}
.posts-item:hover {
    background: #EBEBEB;
}
.posts-item:first-child {
    background: #1d1d1d;
    background-image: url(/assets/tmp/img/posts-blog.png);
    background-repeat: no-repeat;
    background-size: 78%;
    background-position: 170% 50%;
}
.posts-item:first-child .posts-title {
    color: #ffffff;
}
.posts-item:hover .posts-title {
    color: #C93F3F;
}
.posts-item:hover .btn-arrow::after {
    transform: rotate(45deg);
}
.posts-row {
    height: 60px;
}
.posts-title {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -.8px;
    font-weight: 700;
    color: #212529;
    transition: ease-in-out .3s;
}
.btn-arrow {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #C93F3F;
    border-radius: 50%;
    transition: ease-in-out .3s;
}
.btn-arrow::after {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 26px;
    height: 26px;
    background-image: url(/assets/tmp/img/icon-white-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease-in-out .3s;
}
.btn-arrow:hover::after {
    transform: rotate(45deg);
}
.btn-arrow:hover {
    background: #FC6A6A;
}
.posts-pict {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 360px;
}
.posts-pict img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.gorizontal-banner {
    display: none;
    background: #F5F5F5;
}
.blog-page__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 60px;
}
.blog-page-article .blog-page__wrap {
    padding: 30px 0 60px;
}
.blog-page__title {
    max-width: 800px;
    width: 100%;
}
.blog-page__content {
    max-width: 800px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}
.blog-page__sidebar {
    display: block;
    width: 300px;
}
.sidebar-block {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 180px;
    transition: ease .3s;
}
.blog-page-article .sidebar-block {
    top: 80px;
}
.sidebar-block__banner {
    display: block;
    width: 100%;
    height: 400px;
    padding: 30px;
    border-radius: 30px;
    position: relative;
}
.sidebar-block__alfa {
    background: #f5f5f5;
    transition: ease-in-out .3s;
}
.sidebar-block__alfa:hover {
    background: #E0CCFE;
}
.sidebar-block__banner-text {
    font-family: "Museo";
    font-size: 28px;
    font-style: italic;
    line-height: 32px;
    letter-spacing: -.7px;
    color: #212529;
    transition: ease-in-out .3s;
}
.sidebar-block__banner-pict {
    display: block;
    position: absolute;
    bottom: 0;
}
.sidebar-block__banner-pict img {
    width: 100%;
}
.sidebar-agency {
    margin-top: 30px;
}
.sidebar-title {
    font-family: "Museo-Medium";
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}
.sidebar-list {
    padding: 0;
    margin: 0;
}
.sidebar-list li {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}
.sidebar-list li:hover img {
    transform: scale(1.05);
}
.sidebar-list li:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}
.sidebar-list li a {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 24px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    color: #212529;
    transition: ease .3s;
}
.sidebar-list li a:hover {
    color: #C93F3F;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.sidebar-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin-right: 17px;
}
.sidebar-icon-rounded {
    border-radius: 50%;
    overflow: hidden;
}
.sidebar-icon img {
    width: 100%;
    transition: ease .3s;
}
.sidebar-promo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
.sidebar-promo__link {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.sidebar-promo__link img {
    display: block;
    width: 100%;
}
.sidebar-promo__info {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 18px;
    color: #959595;
    border-bottom: 1px solid #ddd;
    transition: ease .3s;
    margin-top: 10px;
}
.sidebar-promo__info:hover {
    color: #212529;
    border-bottom: 1px solid transparent;
}
.container-margins {
    padding: 0 25px;
}
.blog-page-article .container-margins {
    padding: 0 25px 0 0;
}
.blog-page h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
    color: #212529;
    margin-bottom: 30px;
}
.blog-page .sitemap a {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 18px;
    line-height: 22px;
    color: #212529;
    margin: 8px 0;
}
.blog-page .sitemap a span {
    border-bottom: 1px solid #EBEBEB;
}
.blog-page .sitemap ul {
    margin: 0;
}
.blog-page .sitemap li {
    list-style: none;
}
.blog-page .sitemap li ul {
    padding-left: 20px;
}
.blog-page-article .breadcrumbs {
    margin-bottom: 25px;
}
.breadcrumb-list {
    padding: 0;
    margin: 1px 0 0;
}
.breadcrumb-item {
    display: inline-block;
    list-style: none;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '—';
    padding-right: 5px;
}
.breadcrumb-list__link, .breadcrumb-item:last-child {
    font-family: "Museo-Light";
    font-size: 15px;
    color: #777777;
    border-bottom: 1px solid transparent;
    transition: ease .3s;
}
.breadcrumb-list__link:hover {
    color: #C93F3F;
    text-decoration: none;
    border-bottom: 1px solid #C93F3F;
}
.running-line {
    background: #111111;
    overflow-x: hidden;
    user-select: none;
}
.running-line:hover {
    background: #1d1d1d;
    transition: ease .3s;
}
.running-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-width: 100%;
    flex-shrink: 0;
    height: 60px;
    animation: runline 15s linear infinite;
    position: relative;
}
.running-line:hover .running-flex {
    animation-play-state: paused;
  }
@keyframes runline {
    0 {
        transform: translateX(20%);
    }
    50% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(0);
    }
}
.running-line span {
    display: block;
    white-space: nowrap;
    font-family: "Museo-Medium";
    font-size: 18px;
    color: #fff;
    transition: all 0.1s ease-in-out;
}
.running-icon {
    width: 22px;
    margin-right: 22px;
    height: 22px;
    position: relative;
}
.running-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(/assets/tmp/img/white-fire.png) no-repeat center;
    background-size: cover;
}
.content-text h2, .h2-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 40px 0 30px;
}
.content-text h3, .h3-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -.8px;
    margin: 30px 0 20px;
}
.content-title__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 20px;
}
.content-title__wrap h3 {
    margin: 0;
}
.content-title__wrap a {
    font-family: "Museo-Medium";
    font-size: 20px;
    line-height: 20px;
}
.content-text p {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.6;
}
.content-text .pink, .rating-agency__descblock .pink {
    color: #C93F3F;
    text-decoration: underline;
    transition: ease .3s;
}
.content-text .pink:hover, .rating-agency__descblock .pink:hover {
    color: #FC6A6A;
    text-decoration: underline;
}
.pinkbg {
    background: #ffe7ec;
}
.content-text .grey, .grey-text {
    color: #888;
    font-size: 16px;
    line-height: 24px;
}
.rating-agency__descblock {
    margin-top: 25px;
}
.grey-text {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.rating-agency__descblock p:last-child {
    margin-bottom: 0;
}
.content-text ol, .content-text ul {
    padding: 2.5px 0 12.5px;
    margin: 0;
}
.content-text ol li, .content-text ul li {
    padding: 7.5px 0 7.5px 25px;
    list-style: none;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
}
.content-text ol li:first-child, .content-text ul li:first-child {
    padding-top: 0;
}
.content-text ol li {
    padding: 7.5px 0 7.5px 50px;
    counter-increment: item;
}
.content-text ul li:before {
    content: '';
    position: absolute;
    top: 15.5px;
    left: 0;
    border: 2px solid #ffe0e1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C93F3F;
}
.content-text ul li:first-child::before {
    top: 8px;
}
.content-text ol li:before {
    position: absolute;
    top: 4.5px;
    left: 0;
    content: counter(item);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 35px;
    height: 35px;
    color: #C93F3F;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.content-text .blank-list li:before {
    content: '';
    position: absolute;
    top: 15.5px;
    left: 0;
    border: 3px solid #C93F3F;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent !important;
}
.content-text .tick-list li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 17px;
    height: 17px;
    border: none;
    background: url(img/tick.svg) no-repeat center;
    background-size: cover;
}
.content-text .tick-list li:first-child::before {
    top: 3.5px;
}
.content-text ol li:first-child::before {
    top: -3px;
}
.content-text .flex-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.content-text .flex-list li {
    display: inline-block;
    white-space: nowrap;
    list-style: none;
    padding: 0;
}
.content-text .flex-list li::before {
    content: none;
}
.content-text .flex-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Light";
    font-size: 18px;
    min-width: 90px;
    padding: 10px 20px;
    color: #262626;
    border: 1px solid #EBEBEB;
    border-radius: 25px;
    transition: ease .3s;
}
.content-text .flex-list li a:hover {
    background: #FFFAFA;
    outline: none;
    color: #C93F3F;
}
.content-text .content-toc ul li::before {
    content: "— ";
    top: 5.5px;
    width: auto;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
}
.content-toc ul li:first-child::before {
    top: 0;
}
.content-toc ul li a {
    display: inline;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    color: #C93F3F;
}
.content-toc ul li a:hover {
    border-bottom: 1px solid transparent;
    color: #FC6A6A;
}
.content-toc p {
    font-size: 20px;
}
.inscript-bg {
    margin: 30px 0;
}
.inscript-bg img {
    display: block;
    width: auto;
    max-width: 600px;
    max-height: 600px;
    margin: auto;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    border-radius: 5px;
}
.inscript-nobg img {
    max-width: 700px;
    box-shadow: none;
}
.inscript-nobg p {
    font-family: monospace;
    font-size: 16px;
    color: #777777;
    text-align: center;
    margin: 10px 0 0;
}
.banner-adaptive {
    display: block;
    margin: 30px 20px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    border-radius: 20px;
    overflow: hidden;
}
.banner-adaptive img {
    width: 100%;
}
.context-table {
    margin: 30px 0;
}
.content-text table {
    background: #fff;
    border-radius: 5px;
    border-color: transparent;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
}
.content-text table tr:first-child {
    background: #fafafa !important;
    padding: 5px 0;
}
.content-text table tr:first-child td {
    font-family: "Museo-Medium";
    font-size: 16px;
    color: #888;
    line-height: 1.6;
}
.content-text table td {
    padding: 10px 15px;
    border-color: #E5E5E5;
}
.content-text table tr:nth-child(odd) {
    background: #FFFAFA;
}
.table-big td, .table-big table tr:first-child td {
    font-size: 14px;
    line-height: 18px;
}
.table-check-no {
    display: block;
    margin: auto;
    background-image: url(/assets/blogs/general/no-check.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
}
.table-check-yes {
    display: block;
    margin: auto;
    background-image: url(/assets/blogs/general/check.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
}
.quote {
    margin: 30px 0;
    padding: 25px 15px 25px 25px;
    background: #FFFAFA;
    border-left: 5px solid #C93F3F;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.quote p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.topik-block {
    padding: 25px 20px;
    margin: 30px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 7%);
    border-radius: 10px;
}
.topik-block__name p {
    font-family: "Museo-Medium";
    margin-bottom: 5px;
}
.topik-block__link {
    display: block;
    color: #C93F3F;
    font-size: 18px;
    transition: ease .3s;
}
.topik-block__link:hover {
    color: #FC6A6A;
}
.content-action {
    text-align: center;
    padding: 10px 0;
}
.content-action .btn-active {
    width: 310px;
    height: 60px;
    margin: auto;
    font-family: "Museo";
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0px 7px 20px 0 rgba(201, 13, 13, 0.1);
}
.content-author {
    margin: 60px 0 50px;
    padding: 40px 40px 0;
    border-top: 1px solid #f1f1f1;
}
.content-author__wrap, .content-author__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-author__wrap:nth-child(2) {
    margin-top: 20px;
}
.content-author__info-face {
    width: 100px;
    height: 100px;
    background: url(/assets/blogs/general/yaroslav-korolkov.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 40px rgb(50 50 50 / 8%);
    box-shadow: 0 2px 40px rgb(50 50 50 / 8%);
    overflow: hidden;
}
.content-author__info-desc {
    padding-left: 20px;
}
.content-author__info-pro {
    color: #777777;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 2px;
}
.content-author__info-name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 6px;
}
.content-author__info-action {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.content-author__info-action a {
    font-family: "Museo-Medium";
    color: #C93F3F;
    transition: ease .3s;
}
.content-author__info-action a:hover {
    color: #FC6A6A;
}
.content-author__share-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.ya-share2__badge {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px;
    height: 40px;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-right: 10px;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 25px 25px !important;
}
.others {
    padding-bottom: 70px;
}
.others-rating {
    padding: 60px 0 50px;
    border-top: 1px solid #f1f1f1;
}
.category-rating .category-item__content {
    max-width: 100%;
}
.others ul {
    margin: 0;
    padding: 0;
}
.others ul li {
    padding: 30px 0;
    display: block;
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
}
.others ul li:first-child {
    padding-top: 10px;
}
.others ul li:last-child {
    border-bottom: none;
}
.others ul li a {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -.8px;
    font-weight: 700;
    color: #212529;
    transition: ease-in-out .3s;
}
.others ul li a:hover {
    color: #C93F3F;
}
.others-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 20px;
}
ul.others-list li a {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
ul.others-list li a span {
    border-bottom: 1px solid #eee;
    transition: ease .3s;
}
ul.others-list li a:hover span {
    border-bottom: 1px solid transparent;
}
ul.others-list li:first-child, ul.others-list li:nth-child(2) {
    padding-top: 10px;
}
ul.others-list li {
    padding: 10px 0;
    border-bottom: 1px solid transparent;
}
.comments-top__text {
    font-family: "Museo-Medium";
    font-size: 18px;
    margin-bottom: 20px;
}
.comments-block {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 30px;
}
.form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 550px;
    margin: auto;
}
.form-group {
    width: 48%;
    margin-bottom: 15px;
}
.form-group-big {
    width: 100%;
}
.text-field {
    font-family: "Museo-Light";
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
}
.text-field:focus {
    border: 1px solid #C93F3F;
}
::placeholder {
    color: #777777;
}
.form-group-big .text-field {
    height: auto;
    resize: none;
}
.form-btn .btn {
    font-family: "Museo-Medium";
    font-size: 13px;
    background: #262626;
    color: #ffffff;
    text-transform: uppercase;
}
.form-btn .btn:hover {
    background: #464646;
}
.btn-oformlenie {
    display: inline-block;
    color: #C93F3F;
    font-family: "Museo-Medium";
    font-size: 18px;
    line-height: 1.6;
    border: 1px solid #C93F3F;
    border-radius: 5px;
    padding: 20px 15px;
    margin: 10px 0 30px;
}
.rating-agency {
    margin-bottom: 60px;
    background: #fff;
    border-radius: 10px;
}
.rating-agency-top {
    margin-top: 30px;
}
.rating-agency-main {
    margin-bottom: 40px;
}
.rating-agency__btn {
    margin-top: 40px;
}
.rating-agency__btn-bottom {
    margin-bottom: 60px;
}
.btn-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 50px;
    margin: auto;
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    border-radius: 10px;
    color: #262626;
    background: #F5F5F5;
    border: none;
    border-radius: 25px;
    transition: ease .3s;
    outline: none;
  }
  .btn-load:hover {
    background: #262626;
    color: #ffffff;
    outline: none;
  }
.agency {
    width: 100%;
    background: #fff;
    padding: 45px 25px;
    border-bottom: 1px solid #f1f1f1;
    transition: ease .3s;
}
.agency:first-child {
    border-top: 1px solid #f1f1f1;
}
.agency-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.agency-logo {
    display: flex;
    align-items: center;
}
.agency-logo__pict {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 55px;
    width: 55px;
    margin-right: 17px;
}
.agency-logo__pict-rounded {
    border-radius: 50%;
    overflow: hidden;
}
.agency-logo__pict img {
    width: 100%;
    transition: ease .3s;
}
.agency:hover .agency-logo__pict img {
    transform: scale(1.05);
}
.agency-title__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.agency-name {
    display: inline-block;
    font-family: "Museo";
    font-size: 24px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    color: #212529;
    transition: ease .3s;
}
.agency-name:hover {
    color: #C93F3F;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.agency-verified {
    display: flex;
    margin-left: 12px;
    position: relative;
    cursor: pointer;
}
.agency-verified__icon {
    width: 24px;
    height: 24px;
    background: url(/assets/rating/verified.svg) no-repeat center;
    background-size: contain;
}
.agency-verified__tooltip {
    position: absolute;
    top: 50%;
    left: 29px;
    visibility: hidden;
    opacity: 0;
    padding: 12px;
    width: 260px;
    box-shadow: 0px 3px 20px rgb(105 137 172 / 30%);
    transform: translateY(-50%);
    background: rgb(0 0 0 / 85%);
    color: #fff;
    border-radius: 10px;
    transition: ease .3s;
}
.agency-verified:hover .agency-verified__tooltip {
    visibility: visible;
    opacity: 1;
}
.agency-verified__tooltip-text {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}
.agency-verified__tooltip-text::before{
    content: 'Профиль подтвержден.';
}
.agency-verified__tooltip a {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 12px;
    line-height: 16px;
    color: #00afff;
    margin-left: 5px;
    border-bottom: 1px solid rgba(0, 175, 255, .3);
    transition: ease .3s;
}
.agency-verified__tooltip a:hover {
    color: #00afff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.agency-review {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.agency-review__rating, .agency-review__number {
    display: flex;
    align-items: center;
}
.agency-review__rating {
    margin-right: 15px;
}
.agency-review-icon {
    display: block;
    width: 16px;
    margin-top: -2px;
}
.agency-review-icon img {
    display: block;
    width: 100%;
}
.agency-review__text {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    margin-right: 6px;
}
.agency-review__number {
    margin-right: 28px;
}
.agency-review__number a {
    display: block;
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
    color: #888;
    border-bottom: 1px solid #eee;
    transition: ease .3s;
}
.agency-review__number a:hover {
    text-decoration: none;
    color: #C93F3F;
    border-bottom: 1px solid transparent;
}
.agency-review__info-text {
    display: block;
    font-size: 14px;
    line-height: 16px;
}
.agency-review__info-text span {
    display: inline-block;
    font-family: "Museo";
    padding: 0 4px;
}
.info-city__moscow::before {
    content: 'Москва';
}
.info-city__spb::before {
    content: 'Санкт-Петербург';
}
.agency-action {
    display: flex;
}
.agency-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 15px;
    border: 1.5px solid #C93F3F;
    border-radius: 50%;
    position: relative;
    transition: ease .3s;
}
.agency-top .agency-btn {
    background: #C93F3F;
}
.agency-btn:hover {
    background: #fff;
}
.agency-top .agency-btn:hover {
    background: #FC6A6A;
    border: 1.5px solid #FC6A6A;
}
.agency-btn:hover::after {
    transform: rotate(45deg);
}
.agency-top .agency-btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 11px;
    top: 11px;
    width: 26px;
    height: 26px;
    background-image: url(/assets/rating/icon-white-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease .3s;
}
.agency-btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 11px;
    top: 11px;
    width: 26px;
    height: 26px;
    background-image: url(/assets/rating/icon-red-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease .3s;
}
.agency-nolink {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 18px;
    color: #C93F3F;
}
.agency-content {
    display: flex;
    justify-content: flex-start;
    padding: 25px 0 0;
}
.agency-content__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding: 5px 12px;
    background: #f9f9f9;
    min-width: 90px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 6px;
    transition: ease .3s;
}
.agency-content__item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.agency-content__center {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
.agency-content__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
.agency-content__icon-budget {
    background-image: url(/assets/rating/icon-budget.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.agency-content__icon-edit {
    background-image: url(/assets/rating/icon-edit.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.agency-content__icon-client {
    background-image: url(/assets/rating/icon-client.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.agency-content__icon-hour {
    background-image: url(/assets/rating/icon-hour.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.agency-content__icon-state {
    background-image: url(/assets/rating/icon-state.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.agency-content__desc {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #111;
    margin-bottom: 0;
}
.agency-content__tooltip {
    position: absolute;
    top: 115%;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 8px 10px;
    min-width: 120px;
    max-width: 160px;
    width: auto;
    text-align: center;
    box-shadow: 0px 3px 20px rgb(105 137 172 / 30%);
    background: #353535;
    color: #fff;
    border-radius: 10px;
    z-index: 9;
    transition: ease .3s;
}
.agency-content__tooltip::after {
    content: '';
    position: absolute;
    bottom: 98%;
    left: 12px;
    margin-left: 0;
    margin-bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #353535 transparent;
    z-index: 100;
}
.agency-content__item:hover .agency-content__tooltip {
    visibility: visible;
    opacity: 1;
}
.agency-content__tooltip-text {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
}
.agency-content__tooltip-budget::before {
    content: 'Минимальный рекламный бюджет';
}
.agency-content__tooltip-service::before {
    content: 'Стоимость услуг';
}
.agency-content__tooltip-client::before {
    content: 'Кол-во клиентов агентства';
}
.agency-content__tooltip-average::before {
    content: 'Средний срок работы с клиентом';
}
.agency-content__tooltip-employee::before {
    content: 'Кол-во сотрудников';
}
.agency-case {
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0 0;
}
.agency-case__item:nth-child(2) {
    background: #FFFCFC;
}
.agency-case__item:last-child {
    background: #FFF8F8;
    border-bottom: 1px solid transparent;
}
.agency-case__item:first-child {
    background: transparent;
}
.agency-case__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #f4f4f4;
}
.agency-case__name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    width: 85%;
}
.agency-case__link {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .5px;
    color: #888;
    border-bottom: 1px solid #eee;
    transition: ease .3s;
}
.agency-case__link:hover {
    color: #C93F3F;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.agency-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.agency-footer__case a {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #00afff;
    border-bottom: 1px solid rgba(0, 175, 255, .3);
    transition: ease .3s;
}
.agency-footer__case a:hover, .agency-footer__more:hover {
    text-decoration: none;
    color: #00afff;
    border-bottom: 1px solid transparent;
}
.agency-footer__service {
    display: flex;
    justify-items: flex-start;
    align-items: center;
}
.agency-footer__text {
    font-size: 14px;
    line-height: 18px;
    color: #888;
    margin-bottom: 0;
}
.agency-footer__text span {
    color: #212529;
}
.agency-footer__more {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
    color: #00afff;
    border-bottom: 1px solid rgba(0, 175, 255, .3);
    margin-left: 7px;
    transition: ease .3s;
}
.agency-promo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 25px;
    background: #FFF8F8;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.agency-promo-none::before {
    content: '';
}
.agency-promo__title {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 20px;
    line-height: 26px;
    color: #C93F3F;
    padding-left: 36px;
    position: relative;
}
.agency-promo__title span {
    border-bottom: 1px solid #eee;
    transition: ease .3s;
}
.agency-promo__title:hover {
    color: #C93F3F;
}
.agency-promo__title:hover span {
    border-bottom: 1px solid #C93F3F;
}
.agency-promo__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(/assets/rating/icon-sitelink.png) no-repeat center;
    background-size: cover;
}
.h2-title, .profile-content .h2-title {
    margin: 0 0 30px;
}
.profile-top {
    background: #F5F5F5;
    border-radius: 0 0 120px 120px;
}
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 25px;
}
.is-sticky .profile-header__nav {
    left: 0;
    width: 100% !important;
    padding: 0 30px;
    background: #fff;
    box-shadow: 0px 5px 10px -2px rgba(15,15,15,.05);
    z-index: 990 !important;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(0px);
    }
}
.is-sticky .profile-header {
    width: 100%;
    max-width: 1200px;
    padding: 15px 0;
    margin: 0 auto;
}
.profile-header__info {
    display: flex;
    align-items: center;
}
.profile-header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.is-sticky .profile-header__logo {
    width: 50px;
    height: 50px;
}
.profile-header__logo-rounded {
    border-radius: 50%;
    overflow: hidden;
}
.profile-header__logo img {
    width: 100%;
    transition: ease .3s;
}
.profile-header__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.profile-header__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    color: #212529;
    margin-bottom: 0;
}
.is-sticky .profile-header__title {
    font-family: "Museo-Medium";
    font-size: 20px;
    line-height: 26px;
}
.profile-header__review {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.is-sticky .profile-header__review {
    margin-top: 5px;
}
.profile-header__rating, .profile-header__rating-number {
    display: flex;
    align-items: center;
}
.profile-header__rating {
    margin-right: 15px;
}
.profile-header__rating-text {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-right: 8px;
}
.is-sticky .profile-header__rating-text {
    font-size: 18px;
}
.profile-header__rating-icon {
    display: block;
    width: 16px;
    margin-top: -2px;
}
.profile-header__rating-icon img, .dashboard-review__rating-icon img, .profile-review__rating-icon img {
    display: block;
    width: 100%;
}
.profile-header__rating-number a {
    display: block;
    font-family: "Museo-Medium";
    font-size: 14px;
    line-height: 16px;
    color: #C93F3F;
    border-bottom: 1px dashed #C93F3F;
    transition: ease .3s;
}
.profile-header__rating-number a:hover, .profile-overview__clients-link:hover {
    color: #FC6A6A;
    border-bottom: 1px dashed transparent;
}
.profile-header__actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.btn-active {
    font-size: 16px;
    font-family: "Museo-Medium";
    padding: 0 20px;
    background: #C93F3F;
    color: #ffffff;
    width: 215px;
    height: 50px;
    border-radius: 50px;
    position: relative;
    transition: ease .3s;
}
.btn-active:hover {
    background: #FC6A6A;
    color: #fff;
}
.btn-more {
    color: #212529;
    font-weight: 700;
    background: transparent;
    width: 215px !important;
    margin-top: 30px !important;
    border: 1px solid #262626;
    border-radius: 50px;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
    background: #262626;
    border-color: #262626;
    color: #fff;
    box-shadow: none;
}
.profile-content-block #pdopage .btn-more, .pdopage-bottom .btn-more {
    margin-bottom: 30px;
}
.icon-btn-arrow {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background-image: url(/assets/tmp/img/icon-white-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease-in-out .3s;
}
.profile-header__actions .btn-active:hover .icon-btn-arrow {
    transform: rotate(45deg);
}
.profile-header__actions .btn-add {
    width: 215px;
    height: 50px;
    color: #262626;
    border: 1px solid #262626;
}
.profile-overview {
    padding-bottom: 40px;
}
.profile-overview__wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 50px;
}
.profile-overview__name, .profile-info__name {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-bottom: 10px;
}
.profile-overview__team {
    display: flex;
    align-items: center;
}
.profile-overview__team-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: -10px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #ffffff;
    overflow: hidden;
    position: relative;
    transition: ease .3s;
}
.profile-overview__team-box:last-child {
    background: #ffffff;
}
.profile-overview__team-box span {
    display: inline-block;
    font-family: "Museo-Medium";
    letter-spacing: 0;
    color: #888;
    transition: ease .3s;
}
.profile-overview__team:hover .profile-overview__team-box:last-child {
    background: #C93F3F;
}
.profile-overview__team:hover .profile-overview__team-box:last-child span {
    color: #fff;
}
.profile-overview__clients {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 300px;
}
.profile-overview__clients-link {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 14px;
    line-height: 16px;
    color: #C93F3F;
    border-bottom: 1px dashed #C93F3F;
    transition: ease .3s;
}
.profile-overview__speciality {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 360px;
    gap: 10px;
    margin: 0;
}
.profile-overview__speciality a, .profile-overview__clients span, .profile-info__text, .profile-info__link {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 16px;
    color: #212529;
    position: relative;
    transition: ease .3s;
}
.profile-overview__speciality a::before, .profile-overview__clients span::before {
    content: '·';
    font-family: "Museo";
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
}
.profile-overview__speciality a:first-child::before, .profile-overview__clients span:first-child::before {
    content: none;
}
.profile-overview__speciality a:hover {
    color: #C93F3F;
}
.profile-nav {
    padding-bottom: 60px;
}
.profile-nav__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
.profile-nav li {
    display: inline-block;
    list-style: none;
}
.profile-nav li a {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Light";
    font-weight: 700;
    letter-spacing: 0;
    padding: 10px 20px;
    min-width: 110px;
    height: 50px;
    color: #212529;
    white-space: nowrap;
    border: 1px solid #DEDEDE;
    border-radius: 25px;
    transition: ease .3s;
}
.profile-nav li a.disabled {
    opacity: .5;
}
.profile-nav li a:hover {
    color: #fff;
    background: #C93F3F;
    border-color: #C93F3F;
}
.profile-nav li a.disabled:hover {
    color: #212529;
    background: transparent;
    border-color: #DEDEDE;
    cursor: default;
}
.profile-banner {
    margin-top: 60px;
}
.profile-banner a {
    display: block;
}
.profile-banner img {
    width: 100%;
}
.profile-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
}
.profile-sidebar {
    display: block;
    width: 300px;
    position: relative;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
}
.profile-sidebar .sidebar-block {
    top: 80px;
}
.profile-sidebar .sidebar-title {
    display: none;
}
.profile-sidebar__list li {
    padding: 10px 0;
}
.profile-sidebar__list li a {
    font-size: 18px;
    line-height: 18px;
}
.profile-sidebar__list .sidebar-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.profile-sidebar__list .sidebar-icon img {
    display: none;
}
.sidebar-item-full .sidebar-icon img {
    display: block;
}
.profile-sidebar__list li a {
    border-bottom: 1px solid transparent;
}
.profile-sidebar .btn-active {
    margin: 10px auto 0;
}
.content-text-block {
    position: relative;
}
.content-text-hide {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    transition: max-height .5s linear;
}
.content-text-btn {
    display: flex;
    align-items: flex-end;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    left: 0;
    max-height: 150px;
    background: linear-gradient(0deg,#fff 20%,#fff 20%,#fff0);
}
.content-text-btn.active {
    position: static;
    background: none;
}
.content-text-btn button {
    display: block;
    font-family: "Museo-Medium";
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    color: #C93F3F;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px dashed #C93F3F;
    transition: ease .3s;
}
.profile-content, .case-content {
    max-width: 750px;
    width: 100%;
}
.profile-content-block {
    padding: 45px 0;
    border-top: 1px solid #f1f1f1;
}
.profile-content-block-bottom {
    padding-bottom: 0;
}
.profile-title-border {
    display: inline-block;
    text-align: center;
    min-width: 60px;
    line-height: 1;
    padding: 5px 15px 3px;
    border-radius: 50px;
    border: 1px solid #262626;
    transform: rotate(-2deg);
}
.profile-content__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin: auto;
    border-bottom: none;
}
.profile-content__list li {
    list-style: none;
}
.profile-content__list li a, .profile-content__list .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Light";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    min-width: 90px;
    height: 50px;
    padding: 10px 20px;
    color: #262626;
    border: 1px solid #DEDEDE !important;
    border-radius: 25px !important;
    transition: ease .3s;
}
.profile-content__list li a:hover {
    background: #f5f5f5;
    color: #262626;
    outline: none;
}
.profile-content__list li a span {
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 8px;
    font-family: "Museo-Medium";
    font-size: 13px;
    line-height: 17px;
    color: #888;
}
.profile-content__list li .active, .profile-content__list li .active:hover, .profile-content-block .nav-tabs .nav-item.show .nav-link, .profile-content-block .nav-tabs .nav-link.active {
    background: #262626;
    color: #fff;
}
.profile-content__list li .active span {
    color: #fff;
}
.profile-content__text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #888;
}
.profile-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 30px 0 45px;
}
.profile-info__item {
    width: auto;
    max-width: 100%;
}
.profile-info__item:first-child {
    width: 64%;
}
.profile-info__text, .profile-info__link {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.profile-info__link {
    font-family: "Museo-Medium";
    color: #C93F3F;
    transition: ease .3s;
}
.profile-info__link:hover {
    color: #FC6A6A;
}
.profile-info__item-soc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.profile-info__item-link {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 16px;
    line-height: 22px;
    color: #C93F3F;
    border-bottom: 2px solid #C93F3F;
    transition: ease .3s;
}
.profile-info__item-link:hover {
    color: #FC6A6A;
    border-color: transparent;
}
.profile-service, .profile-cases {
    margin-top: 30px;
}
.profile-service__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-top: 1px solid #f5f5f5;
}
.profile-service__item:last-child {
    padding-bottom: 0;
}
.profile-service__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    width: 70%;
}
.profile-service__name, .profile-service__price {
    margin-bottom: 0;
}
.profile-service__price {
    font-size: 16px;
    line-height: 22px;
}
.profile-cases__item {
    padding: 35px 20px;
    position: relative;
    border-top: 1px solid #f5f5f5;
    transition: ease .3s;
}
.profile-cases__item:hover {
    background: #f5f5f5;
}
.profile-cases__item:hover .profile-cases__company-year {
    opacity: 1;
}
.profile-cases__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.profile-cases__company {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 24px;
    line-height: 24px;
    color: #262626;
    min-width: 180px;
    transition: ease .3s;
}
.profile-cases__link:hover .profile-cases__company {
    color: #C93F3F;
}
.profile-cases__text {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    width: auto;
    color: #262626;
}
.profile-cases__text span {
    transition: ease .3s;
    border-bottom: 1px solid #eee;
}
.profile-cases__link:hover .profile-cases__text {
    color: #C93F3F;
}
.profile-cases__link:hover .profile-cases__text span {
    border-bottom: 1px solid transparent;
}
.profile-cases__bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.profile-cases__bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #262626;
    padding: 6px 12px;
    background: #f5f5f5;
    border: 1px solid transparent;
    min-width: 70px;
    border-radius: 6px;
    transition: ease .3s;
}
.profile-cases__item:hover .profile-cases__bottom a {
    border: 1px solid #DEDEDE;
    background: transparent;
}
.profile-cases__bottom a:hover {
    color: #262626;
    background: #fff !important;
}
.profile-cases__company-year {
    position: absolute;
    right: 0;
    bottom: -6px;
    display: block;
    font-family: "Museo";
    font-size: 40px;
    line-height: 1;
    color: #DEDEDE;
    opacity: 0;
    transition: ease .3s;
}
.profile-cases__pict {
    display: block;
    width: 250px;
    height: 174px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.profile-cases__pict img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: ease-out .3s;
}
.profile-cases__web:hover .profile-cases__pict img {
    transform: scale(1.1);
}
.profile-cases__web.profile-cases__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    gap: 20px;
}
.profile-cases__web .profile-cases__link {
    flex-wrap: wrap;
}
.profile-cases__right {
    width: auto;
}
.profile-btnmore {
    margin: 30px auto 45px;
    max-width: 215px;
}
.profile-btnmore .btn {
    width: 100%;
}
.profile-team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px 20px;
}
.profile-team__item, .case-team__item {
    text-align: center;
}
.profile-team__photo, .case-team__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px;
    overflow: hidden;
}
.profile-team__photo img, .profile-review__avatar img, .profile-overview__team-box img, .case-title__avatar img, .content-review__avatar img, .case-team__photo img, .case-content__expert-avatar img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.profile-team__name, .profile-review__about-name {
    font-family: "Museo-Medium";
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
}
.profile-team__desc, .profile-review__about-post, .profile-client__text, .profile-review__rating-date p {
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 18px;
    color: #888;
    margin-bottom: 0;
}
.profile-client {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.profile-client__item {
    text-align: center;
}
.profile-client__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    margin: 0 auto 10px;
}
.profile-client__logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.dashboard-review {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 0 0 45px;
    border-radius: 30px;
}
.dashboard-review-bottom {
    padding-bottom: 0 !important;
}
.dashboard-review__rating-desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.dashboard-review__rating-number {
    display: inline-block;
    font-family: "Gotham Pro Bold";
    font-size: 40px;
    line-height: 46px;
}
.dashboard-review__rating-number span {
    display: inline-block;
    font-family: "Gotham Pro";
    font-size: 18px;
    line-height: 24px;
    margin-left: -5px;
}
.dashboard-review__rating-wrap, .profile-review__rating-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 4px;
}
.dashboard-review__rating-wrap {
    margin: 0;
}
.dashboard-review__rating-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.dashboard-review__actions-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.dashboard-review__rating-quantity {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 0 10px;
    margin-bottom: -2px;
}
.dashboard-review__actions {
    width: 60%;
}
.dashboard-review__actions-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.dashboard-review__actions .btn, .sidebar-about .btn {
    margin-left: 0;
    width: 215px;
    border: 1px solid #262626;
    background: transparent;
    color: #262626;
}
.dashboard-review__actions .btn:hover, .sidebar-about .btn:hover {
    background: #262626;
    color: #fff;
}
.btn-blocked {
    pointer-events: none;
    cursor: default;
    opacity: .15;
}
.profile-review__item {
    padding: 35px 20px;
    border-top: 1px solid #f5f5f5;
}
.profile-review__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-review__customer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 500px;
    gap: 20px;
}
.profile-review__avatar {
    display: block;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.profile-review__about-post a {
    display: inline-block;
    font-family: "Museo-Medium";
    color: #888;
    border-bottom: 1px solid #888;
    transition: ease .3s;
}
.profile-review__about-post a:hover {
    border-color: transparent;
    color: #C93F3F;
}
.profile-review__rating-wrap {
    justify-content: flex-end;
    margin-bottom: 8px;
}
.profile-review__rating-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.profile-review__rating-date {
    text-align: right;
}
.profile-review__content {
    margin: 15px 0 0;
}
.profile-review__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.dashboard-review__blocked {
    position: relative;
    width: 215px;
}
.blocked-block {
    position: absolute;
    right: -12.5px;
    top: -12.5px;
}
.blocked-block__item {
    display: block;
    width: auto;
    position: relative;
}
.blocked-block__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 3px 20px rgb(105 137 172 / 30%);
    border-radius: 50%;
}
.blocked-block__icon img {
    display: block;
    width: 100%;
}
.blocked-block__tooltip {
    position: absolute;
    top: 50%;
    left: 45px;
    visibility: hidden;
    opacity: 0;
    padding: 12px;
    width: 220px;
    box-shadow: 0px 3px 20px rgb(105 137 172 / 30%);
    transform: translateY(-50%);
    background: rgb(0 0 0 / 85%);
    color: #fff;
    border-radius: 10px;
    transition: ease .3s;
}
.blocked-block__item:hover .blocked-block__tooltip {
    visibility: visible;
    opacity: 1;
}
.blocked-block__tooltip-text {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}
.profile-breadcrumbs {
    padding-bottom: 30px;
}
.case-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 40px;
}
.case-title h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
    color: #212529;
    margin-bottom: 0;
    max-width: 750px;
}
.case-title__author {
    display: flex;
    align-items: center;
    width: 300px;
}
.case-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 60px;
}
.case-info {
    border: 1px solid #f5f5f5;
    border-radius: 30px;
}
.case-info__item {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px;
    border-bottom: 1px solid #f5f5f5;
}
.case-info__item:last-child {
    border-bottom: 1px solid transparent;
}
.case-info__name, .case-info__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.case-info__name {
    font-family: "Museo-Medium";
    letter-spacing: 0;
    width: 180px;
    flex-shrink: 0;
}
.case-info__text {
    font-family: "Museo-Light";
}
.case-info__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.case-info__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 1;
    color: #262626;
    padding: 8px 12px;
    background: #f5f5f5;
    border: 1px solid transparent;
    min-width: 70px;
    border-radius: 6px;
    transition: ease .3s;
}
.case-info__wrap a:hover {
    color: #262626;
    border-color: #f5f5f5;
    background: #ffffff;
}
.content-review {
    background: #fafafa;
    padding: 35px 20px;
    border-radius: 30px;
}
.content-review-top {
    margin-top: 30px;
    background: #f5f5f5;
}
.content-review-bottom {
    margin-bottom: 30px;
}
.content-review__body p:last-child {
    margin-bottom: 0;
}
.content-review__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 500px;
    gap: 20px 17px;
}
.content-review__avatar {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.content-text .content-review__about-name, .case-team__name, .case-content__expert-name {
    font-family: "Museo-Medium";
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}
.content-text .content-review__about-post, .case-team__desc, .case-content__expert-desc {
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 18px;
    color: #888;
    margin-bottom: 0;
}
.content-review__body {
    margin-top: 15px;
}
.case-content__author {
    margin-top: 50px;
    padding: 35px 20px 0;
    border-top: 1px solid #f1f1f1;
}
.case-content__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case-content__expert {
    display: flex;
    align-items: center;
}
.case-content__share-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.case-title__avatar, .case-content__expert-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 17px;
    flex-shrink: 0;
}
.case-title__expert-name {
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.sidebar-about {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 150px;
    background: #f5f5f5;
    padding: 30px 20px;
    border-radius: 30px;
    transition: ease .3s;
}
.sidebar-about__header {
    display: flex;
    align-items: center;
    padding: 0 0 25px;
}
.sidebar-about__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    margin-right: 17px;
}
.sidebar-about__logo-rounded {
    border-radius: 50%;
    overflow: hidden;
}
.sidebar-about__logo img {
    width: 100%;
    transition: ease .3s;
}
.sidebar-about__header a {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 24px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    color: #212529;
    transition: ease .3s;
}
.sidebar-about__header a:hover {
    color: #C93F3F;
    border-bottom: 1px solid transparent;
}
.sidebar-about__info {
    margin-top: 5px;
}
.sidebar-about__info-text {
    display: block;
    font-size: 14px;
    line-height: 16px;
}
.sidebar-about__info-text span {
    display: inline-block;
    font-family: "Museo";
    padding: 0 4px;
}
.sidebar-about__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.sidebar-about__list {
    display: flex;
    justify-content: flex-start;
    gap: 10px 12px;
    margin: 20px 0 25px;
}
.sidebar-about__list li {
    list-style: none;
}
.sidebar-about__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Light";
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    color: #212529;
    white-space: nowrap;
    position: relative;
    transition: ease .3s;
}
.sidebar-about__list li a::before {
    content: "·";
    font-family: "Museo";
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
}
.sidebar-about__list li:first-child a::before {
    content: none;
}
.sidebar-about__list li a:hover {
    border-color: transparent;
    color: #C93F3F;
}
.sidebar-about__list li a:hover::before {
    color: #212529;
}
.sidebar-promocode {
    display: block;
    background: #f5f5f5;
    padding: 30px;
    height: 275px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.sidebar-promocode:hover {
    background: #EBEBEB;
}
.sidebar-promocode__title {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -.8px;
    font-weight: 700;
    color: #212529;
    transition: ease-in-out .3s;
}
.sidebar-promocode:hover .sidebar-promocode__title {
    color: #C93F3F;
}
.sidebar-promocode__pict {
    position: absolute;
    display: block;
    max-width: 330px;
    bottom: 0;
    right: -50px;
}
.sidebar-promocode__pict img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.sidebar-podbor {
    margin-top: 50px;
    padding: 30px;
    background: #1d1d1d;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.sidebar-podbor__bg {
    position: absolute;
    top: -10%;
    left: 50%;
    width: 250px;
    height: 100px;
    background: #C93F3F;
    filter: blur(100px);
    -webkit-filter: blur(100px);
    opacity: .75;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateX(-50%);
    z-index: 1;
}
.sidebar-podbor__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    z-index: 10;
}
.sidebar-podbor__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
    letter-spacing: -.5px;
    color: #ffffff;
    position: relative;
    z-index: 10;
}
.sidebar-podbor__title a {
    display: inline-block;
    margin: 5px 0 10px 10px;
}
.sidebar-podbor__title a img {
    max-width: 110px;
}
.case-team__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px 20px;
}
.case-others-top {
    border-top: 1px solid #f1f1f1;
}
.case-others, .case-team {
    padding: 60px 0;
}
.case-others__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.case-others__item {
    padding: 35px 20px;
    transition: ease .3s;
}
.case-others__item:hover {
    background: #f5f5f5;
}
.case-others__link {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    width: auto;
    color: #262626;
    margin-bottom: 25px;
}
.case-others__link:hover {
    color: #C93F3F;
}
.case-others__link span {
    transition: ease .3s;
    border-bottom: 1px solid #eee;
}
.case-others__link:hover span {
    border-color: transparent;
}
.case-others__tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #262626;
    padding: 5px 12px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid transparent;
    min-width: 70px;
    flex-shrink: 0;
    border-radius: 6px;
    transition: ease .3s;
}
.case-others__item:hover .case-others__tag {
    border: 1px solid #DEDEDE;
    background: transparent;
}
.case-others__agency {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #888;
    transition: ease .3s;
}
.case-others__agency-name {
    border-bottom: 1px solid #eee;
    transition: ease .3s;
}
.case-others__agency:hover .case-others__agency-name {
    border-color: transparent;
}
.case-others__agency:hover {
    color: #262626;
}
.case-others__agency-icon {
    flex-shrink: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    margin-right: 10px;
}
.case-others__agency-rounded {
    border-radius: 50%;
    overflow: hidden;
}
.case-others__agency-icon img {
    max-width: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.case-others__tag:hover {
    color: #262626;
    border-color: #f5f5f5;
    background: #ffffff !important;
}
.cases-page {
    padding: 30px 0 0;
}
.cases-page .breadcrumbs {
    margin-bottom: 25px;
}
.cases-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}
.cases-main__special {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 35%;
}
.cases-preview .cases-main__special {
    width: 55%;
}
.cases-preview .cases-main__special-pict {
    height: 380px;
}
.cases-main__special-pict {
    width: 100%;
    height: 290px;
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.cases-main__special .cases-main__link {
    font-size: 20px;
    line-height: 28px;
    color: #262626;
}
.cases-main__actual {
    width: 35%;
}
.cases-preview .cases-main__actual {
    width: 45%;
}
.cases-main__actual li {
    padding: 0 0 30px;
}
.cases-main__preview {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.cases-main__preview-pict {
    display: block;
    width: 130px;
    height: 100px;
    flex-shrink: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.cases-main__preview-pict img, .cases-main__special-pict img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: ease-out .3s;
}
.cases-main__preview:hover .cases-main__preview-pict img, .cases-main__special:hover .cases-main__special-pict img {
    transform: scale(1.1);
}
.cases-main__popular {
    width: 30%;
    background: #f5f5f5;
    padding: 30px 20px;
    position: relative;
    border-radius: 30px;
}
.cases-main__top {
    position: absolute;
    top: -15px;
    left: 20px;
}
.cases-main__top span {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-family: "Museo-Medium";
    text-align: center;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid #262626;
    transform: rotate(-2deg);
}
.cases-main__list {
    margin: 0;
    padding: 0;
}
.cases-main__list li {
    list-style: none;
}
.cases-main__popular ul li {
    padding-bottom: 20px;
}
.cases-main__popular ul li:last-child {
    padding-bottom: 0;
}
.cases-main__link {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}
.cases-main__link-title {
    color: #262626;
    display: inline;
    font-weight: 700;
    transition: ease .3s;
    border-bottom: 1px solid #eee;
}
.cases-main__link-title:hover {
    color: #C93F3F;
    border-bottom: 1px solid transparent;
}
.cases-main__agency, .cases-list__agency {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    font-size: 13px;
    line-height: 17px;
    color: #888;
    transition: ease .3s;
}
.cases-main__agency-icon, .cases-list__agency-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}
.cases-main__agency-rounded, .cases-list__agency-rounded {
    border-radius: 50%;
    overflow: hidden;
}
.cases-main__agency-icon img, .cases-list__agency-icon img {
    max-width: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.cases-main__agency-name, .cases-list__agency-name {
    border-bottom: 1px solid #eee;
    transition: ease .3s;
}
.cases-main__agency:hover .cases-main__agency-name, .cases-list__agency:hover .cases-list__agency-name {
    color: #262626;
    border-bottom: 1px solid transparent;
}
.cases-journal {
    padding: 0 0 60px;
}
.cases-journal__title {
    margin-bottom: 30px;
}
.cases-journal__title h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
    color: #212529;
    margin-bottom: 0;
}
.cases-journal__tags ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.cases-journal__tags ul li {
    list-style: none;
}
.cases-journal__tags ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Light";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    min-width: 90px;
    padding: 10px 20px;
    color: #262626;
    border: 2px solid #f5f5f5;
    border-radius: 25px;
    transition: ease .3s;
}
.cases-journal__tags ul li a:hover {
    background: #f5f5f5;
    color: #262626;
}
.cases-journal__tags ul li a.active {
    background: #262626;
    color: #fff;
}
.cases-journal__tags ul li a.disable {
    opacity: .65;
}
.cases-journal__tags ul li a.disable:hover {
    background: none;
    color: none;
}
.cases-journal__tags ul li a span {
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 6px;
    font-family: "Museo-Medium";
    font-size: 10px;
    line-height: 12px;
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-.5rem);
    transform: translateY(-0.5rem);
    color: #888;
}
.cases-journal__tags ul li .active span {
    color: #fff;
}
.section-cases__content {
    border-top: 1px solid #f1f1f1;
    padding: 60px 0;
}
.section-cases__text {
    max-width: 720px;
}
.section-cases__text .content-text-hide {
    max-height: 150px;
}
.section-cases__text p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
}
.section-cases__text ul {
    padding: 2.5px 0 12.5px;
    margin: 0;
}
.section-cases__text ul li {
    padding: 7.5px 0 7.5px 25px;
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 22px;
}
.section-cases__text ul li:before {
    content: '';
    position: absolute;
    top: 12.5px;
    left: 0;
    border: 2px solid #ffe0e1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C93F3F;
}
.section-cases {
    padding: 60px 0;
}
.section-cases-gray {
    background: #f5f5f5;
    border-radius: 40px;
}
.section-cases-topline {
    border-top: 1px solid #f1f1f1;
}
.cases-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cases-title .h2-title {
    margin-bottom: 0;
}
.section-cases-gray .btn-load {
    border: 1px solid #262626;
}
.cases-title {
    margin-bottom: 30px;
}
.btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 50px;
    font-family: "Museo-Medium";
    font-size: 16px;
    line-height: 16px;
    color: #262626;
    transition: ease .3s;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 25px;
}
.btn-link:hover {
    text-decoration: none;
    color: #C93F3F;
    border: 1px solid #C93F3F;
}
.btn-link:focus {
    text-decoration: none;
}
.btn-link span {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background-image: url(/assets/rating/icon-red-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease .3s;
}
.btn-link:hover span {
    transform: rotate(45deg);
}
.cases-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    align-items: flex-start;
    width: 100%;
}
.section-cases-right .cases-list {
    max-width: 770px;
    margin-left: auto;
    grid-template-columns: 1fr;
}
.cases-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    position: relative;
    gap: 20px;
    transition: ease .3s;
}
.cases-list__item-textbox {
    height: 150px;
}
.cases-list__item:nth-child(even), .section-cases-right .cases-list__item {
    margin-top: 30px;
}
.section-cases-topodd .cases-list__item:nth-child(even), .section-cases-right .cases-list__item:first-child {
    margin-top: 0;
}
.section-cases-topodd .cases-list__item:nth-child(odd) {
    margin-top: 30px;
}
.cases-list__item:hover .cases-list__pict img {
    transform: scale(1.1);
}
.cases-list__pict {
    display: block;
    width: 195px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.cases-list__pict img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: ease-out .3s;
}
.cases-list__content {
    width: auto;
}
.cases-list__link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.cases-list__text {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    width: auto;
    color: #262626;
}
.cases-list__text span {
    transition: ease .3s;
    border-bottom: 1px solid #eee;
}
.cases-list__link:hover .cases-list__text {
    color: #C93F3F;
}
.cases-list__link:hover .cases-list__text span {
    border-bottom: 1px solid transparent;
}
.cases-list__year {
    position: absolute;
    right: 15px;
    bottom: -6px;
    display: block;
    font-family: "Museo";
    font-size: 40px;
    line-height: 1;
    color: #DEDEDE;
    opacity: 0;
    transition: ease .3s;
}
.cases-list__item:hover .cases-list__year {
    opacity: 1;
}
.cases-more {
    display: none;
    margin: 40px auto 0;
}
.cases-preview .cases-more {
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
}
.footer {
    padding: 60px 0;
    background: #111111;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo img {
    height: 40px;
}
.footer-connect p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 0;
}
.footer-connect__mail {
    display: inline-block;
    font-family: "Museo";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    padding-bottom: 2px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255, .1);
}
.footer-connect__mail:hover {
    border-bottom: 1px solid transparent;
}
.soc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.soc-icon-footer, .btn-header:hover .soc-icon-header {
    background-image: url(/assets/tmp/img/tg-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.soc-icon-header, .btn-footer:hover .soc-icon-footer {
    background-image: url(/assets/tmp/img/tg-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease-in-out .3s;
}
.footer-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 0;
    margin: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-col {
    max-width: 400px;
    margin-right: 70px;
}
.footer-col:last-child {
    margin-right: 0;
}
.footer-name {
    font-family: "Museo";
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-list {
    padding: 0;
    margin: 0;
}
.footer-list li {
    width: 48%;
    display: inline-block;
    list-style: none;
    margin-top: 10px;
}
.footer-article .footer-list li {
    width: auto;
    margin-top: 0;
    margin-right: 32px;
}
.footer-article .footer-list li:last-child {
    margin-right: 0;
}
.footer-list li a {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    color: #ffffff;
}
.footer-list li a:hover, .footer-connect__mail:hover {
    color: #C93F3F;
}
.footer-list .footer-list__off a {
    color: rgba(255,255,255,.5);
    position: relative;
}
.footer-list .footer-list__off a:hover {
    color: rgba(255,255,255,.5) !important;
}
.footer-list .footer-list__off a::after {
    content: 'скоро';
    position: absolute;
    left: 95%;
    bottom: 88%;
    font-family: Museo-Light;
    font-size: 10px;
    line-height: 1;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-info p, .footer-links a {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    opacity: .75;
}
.footer-info p {
    margin-bottom: 0;
}
.footer-article .footer-info {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 40px 0 0;
    padding: 30px 0 0;
}
.footer-copy {
    margin-top: 20px;
}
.footer-copy p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0;
    opacity: .75;
}
.footer-info__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}
.footer-links a:hover {
    opacity: 1;
}
.footer-links {
    display: flex;
    justify-content: flex-start;
}
.footer-links a {
    white-space: nowrap;
    margin-right: 32px;
}
.footer-links a:last-child {
    margin-right: 0;
}
.footer-info__attention p {
    font-size: 12px;
    line-height: 16px;
    opacity: .5;
}
.modal-content {
    width: 450px;
    padding: 40px;
    border-radius: 40px;
    border: none;
}
.modal-top {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 20px;
}
.modal-close {
    color: #262626;
}
.modal-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #262626;
    opacity: .75;
}
.modal-form {
    width: 100%;
}
.modal-title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 30px;
}
.modal-input {
    width: 100%;
    max-width: 370px;
    height: 60px;
    font-size: 18px;
    letter-spacing: -.5px;
    line-height: 1;
    color: rgba(29, 29, 29, .65);
    padding: 10px 20px;
    margin-bottom: 14px;
    background: #fafafa;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
}
.modal-input:focus, .modal-input:active {
    color: #262626;
    border: 1px solid #262626;
    background: #ffffff;
}
.modal-form .btn {
    margin: 6px 0 12px;
    width: 100%;
    max-width: 370px;
}
.modal-confid {
    font-size: 14px;
    line-height: 18px;
    color: rgba(26, 26, 26, .5);
}
.modal-confid a {
    font-family: "Museo-Light";
    color: rgba(26, 26, 26, .5);
    border-bottom: 1px solid #EBEBEB;
}
.modal-confid a:hover {
    border-bottom: 1px solid transparent;
    color: #262626;
}
.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}
.fade-active {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }
    .top-banner__link img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .blog-page__sidebar, .profile-sidebar, .case-title__author {
        width: 250px;
    }
    .blog-page__content, .blog-page__title, .profile-content, .case-content, .case-title h1 {
        max-width: 680px;
    }
    .is-sticky .profile-header__nav {
        padding: 0 20px;
    }
    .profile-content {
        padding-left: 20px;
    }
    .sidebar-block__banner {
        padding: 30px 20px;
    }
    .sidebar-block__banner-text {
        font-size: 26px;
        line-height: 30px;
    }
    .sidebar-promocode, .sidebar-podbor {
        padding: 30px 20px;
    }
    .sidebar-promocode__pict {
        right: -90px;
    }
    .cases-main {
        flex-wrap: wrap;
    }
    .cases-main__special, .cases-preview .cases-main__special {
        width: 56%;
    }
    .cases-main__special-pict, .cases-preview .cases-main__special-pict {
        height: 400px;
    }
    .cases-main__actual, .cases-preview .cases-main__actual {
        width: 40%;
    }
    .cases-main__popular {
        width: 100%;
        margin: 15px auto 0;
    }
    .cases-main__popular .cases-main__list {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
    }
    .cases-main__popular ul li {
        width: 47%;
    }
}
@media screen and (max-width: 1100px) {
    .header-overlay {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .35s, visibility .35s, height .35s;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
    }
    .header-overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100vh;
        z-index: 111;
    }
    .header-overlay.open li, .header-overlay.open .btn-header {
        -webkit-animation: fadeInRight .5s ease forwards;
                animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
                animation-delay: .35s;
    }
    .header-overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s;
    }
    .header-overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
                animation-delay: .45s;
    }
    .header-overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .50s;
                animation-delay: .50s;
    }
    .header-overlay.open li:nth-of-type(5) {
        -webkit-animation-delay: .55s;
                animation-delay: .55s;
    }
    .header-overlay.open li:nth-of-type(6) {
        -webkit-animation-delay: .60s;
                animation-delay: .60s;
    }
    .header-overlay.open li:nth-of-type(7) {
        -webkit-animation-delay: .65s;
                animation-delay: .65s;
    }
    .header-overlay.open li:nth-of-type(8) {
        -webkit-animation-delay: .70s;
                animation-delay: .70s;
    }
    .header-overlay.open li:nth-of-type(9) {
        -webkit-animation-delay: .75s;
                animation-delay: .75s;
    }
    .header-overlay.open li:nth-of-type(10) {
        -webkit-animation-delay: .80s;
                animation-delay: .80s;
    }
    .header-overlay.open li:nth-of-type(11) {
        -webkit-animation-delay: .85s;
                animation-delay: .85s;
    }
    .header-overlay.open li:nth-of-type(12) {
        -webkit-animation-delay: .90s;
                animation-delay: .90s;
    }
    .header-overlay.open li:nth-of-type(13) {
        -webkit-animation-delay: .95s;
                animation-delay: .95s;
    }
    .header-overlay.open .btn-header {
        -webkit-animation-delay: .65s;
                animation-delay: .65s;
    }
    @-webkit-keyframes fadeInRight {
        0% {
          opacity: 0;
          left: 20%;
        }
        100% {
          opacity: 1;
          left: 0;
        }
      }

      @keyframes fadeInRight {
        0% {
          opacity: 0;
          left: 20%;
        }
        100% {
          opacity: 1;
          left: 0;
        }
      }
    .header-overlay nav {
        margin: 0;
    }
    .header-overlay {
        display: block;
    }
    .nav-list {
        width: 100%;
        padding: 0 0 20px 0;
        flex-wrap: wrap;
    }
    .nav-list li {
        position: relative;
        opacity: 0;
        width: 100%;
        padding: 20px 0 20px 20px;
        border-top: 1px solid #EBEBEB;
        transition: ease-in-out .3s;
    }
    .nav-list li.dropdown-item-small {
        width: auto;
    }
    .nav-list li:first-child {
        border-top: 1px solid transparent;
    }
    .nav-list li a {
        font-weight: 700;
        font-size: 28px;
        line-height: 150%;
    }
    .header-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 3px;
        height: 26px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
        z-index: 211;
    }
    .header-wrapper {
        position: relative;
    }
    .header-promo__text {
        text-align: center;
    }
    .header-mobile.active {
        position: fixed;
        top: 20px;
        right: 20px;
    }
    .header-mobile:hover {
        opacity: .75;
   }
   .header-mobile.active .top {
       -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
       transform: translateY(11px) translateX(0) rotate(45deg);
       background: #262626;
   }
   .header-mobile.active .middle {
     opacity: 0;
     background: #262626;
   }
   .header-mobile.active .bottom {
       -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
       transform: translateY(-11px) translateX(0) rotate(-45deg);
       background: #262626;
   }
   .header-mobile span {
     background: #262626;
     border: none;
     border-radius: 5px;
     height: 3px;
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     -webkit-transition: all .35s ease;
     transition: all .35s ease;
     cursor: pointer;
     z-index: 211;
   }
   .header-mobile span:nth-of-type(2) {
     top: 11px;
   }
   .header-mobile span:nth-of-type(3) {
     top: 22px;
   }
    .header-action {
        align-items: flex-start;
        justify-content: flex-start;
        background: #ffffff;
        padding: 0 20px 20px;
        height: 100%;
    }
    .btn-header {
        background: transparent;
        border: 1px solid #262626;
        max-width: 215px;
        position: relative;
        opacity: 0;
    }
    .dropdown-nav {
        display: none;
        position: static;
        padding: 10px 0;
        max-width: 100%;
        opacity: 1;
        z-index: 112;
        box-shadow: none;
        border: 1px solid transparent;
    }
    .dropdown-list li a br, .dropdown-cases br {
        display: none;
    }
    .dropdown-list {
        grid-template-columns: 1fr;
    }
    .nav-list .dropdown-nav li {
        padding: 0;
        border-top: 1px solid transparent;
    }
    .nav-list .dropdown-nav li a {
        font-size: 20px;
        line-height: 28px;
    }
    .dropdown-link__title.active {
        color: #C93F3F;
    }
    .dropdown-link__title::after {
        width: 26px;
        height: 26px;
        top: 8px;
    }
    .dropdown-item-mobile {
        display: inline-block !important;
    }
}
@media screen and (max-width: 992px) {
    .begin-title h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .section-title h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .begin-title__item {
        width: 50px;
        height: 50px;
    }
    .begin-text {
        margin: 35px 0 30px;
    }
    .category-item {
        display: block;
    }
    .category-item__content {
        max-width: 100%;
    }
    .category-icon {
        margin: 0 0 25px;
        max-width: 60px;
    }
    .cases {
        padding: 80px 0 0;
    }
    .cases-preview .cases-main {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .posts {
        padding: 80px 0;
    }
    .posts-item {
        overflow: hidden;
    }
    .posts-pict {
        max-width: 360px;
        right: -130px;
    }
    .gorizontal-banner {
        display: flex;
        justify-content: center;
    }
    .gorizontal-banner a {
        display: block;
    }
    .gorizontal-banner a img {
        width: 100%;
    }
    .blog-page__wrap, .profile-content, .case-wrap {
        max-width: 720px;
        margin: auto;
    }
    .blog-page__content {
        max-width: 900px;
        width: 100%;
        order: 1;
    }
    .blog-page__title {
        max-width: 900px;
    }
    .blog-page-article .blog-page__content {
        order: 2;
    }
    .blog-page h1, .profile-header__title, .case-title h1, .cases-journal__title h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .blog-page__sidebar {
        width: 100%;
        order: 2;
        margin: 30px 0 0;
    }
    .blog-page-article .blog-page__sidebar {
        order: 1;
        margin-top: 0;
    }
    .sidebar-promocode {
        height: 140px;
    }
    .sidebar-promocode__pict {
        max-width: 300px;
        right: -30px;
        bottom: -65px;
    }
    .sidebar-podbor {
        margin-top: 20px;
    }
    .sidebar-podbor__title {
        display: none;
    }
    .sidebar-podbor-blog .sidebar-podbor__title {
        display: block;
    }
    .sidebar-promocode__title, .sidebar-podbor__subtitle,  .sidebar-podbor-blog .sidebar-podbor__title {
        font-size: 20px;
        line-height: 26px;
    }
    .sidebar-podbor-blog .sidebar-podbor__subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .sidebar-podbor__title a {
        margin: 0 0 0 10px;
    }
    .content-text h2, .h2-title {
        font-size: 28px;
        line-height: 36px;
    }
    .content-text h3, .h3-title {
        font-size: 26px;
        line-height: 32px;
    }
    .container-margins, .blog-page-article .container-margins {
        padding: 0;
    }
    .sidebar-promo {
        display: none;
    }
    .sidebar-block-mobile {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 50%;
        max-width: 720px;
        transform: translateX(-50%);
        width: 100%;
        padding: 20px;
        background: radial-gradient(90% 90% at 45% 0%, #782424 0%, #01050F 100%);
        backdrop-filter: none;
        -webkit-backdrop-filter: none !important;
        box-shadow: 0 0 40px rgb(0 0 0 / 15%);
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        z-index: 10;
        animation-name: swipe-open;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
        animation-delay: 5s;
        opacity: 0;
    }
    @keyframes swipe-open {
        0% {
          display: block;
          opacity: 0.7;
          visibility: hidden;
          transform: translate(-50%, 100%);
      }
        100% {
          display: block;
          opacity: 1;
          visibility: visible;
          transform: translate(-50%, 0);
      }
    }
    .sidebar-block-mobile .sidebar-agency {
        margin-top: 0;
    }
    .sidebar-block-mobile .sidebar-list {
        display: flex;
        justify-content: flex-start;
    }
    .sidebar-block-mobile .sidebar-list li {
        padding: 10px 0;
        border-bottom: none;
    }
    .sidebar-block-mobile .sidebar-list li:first-child {
        padding-bottom: 10px;
        margin-right: 40px;
    }
    .sidebar-block-mobile .sidebar-list li a {
        font-size: 18px;
        line-height: 22px;
        white-space: nowrap;
        color: #ffffff;
        border-bottom: 1px solid #555555;
    }
    .sidebar-block-mobile .sidebar-list li a:hover {
        color: #f5f5f5;
        border-bottom: 1px solid transparent;
    }
    .sidebar-block-mobile .sidebar-icon {
        display: none;
    }
    .sidebar-block-mobile .sidebar-title {
        font-family: "Museo-Light";
        font-size: 14px;
        line-height: 18px;
        color: rgba(255,255,255,.8);
    }
    .blog-page-article .blog-page__content {
        padding-top: 30px;
    }
    .blog-page-article .sidebar-block {
        display: block;
    }
    .sidebar-block__banner {
        display: flex;
        padding: 30px 0 0 20px;
    }
    .sidebar-block__banner-pict {
        position: static;
        display: flex;
        align-items: flex-end;
    }
    .profile-sidebar {
        max-width: 720px;
        width: 100%;
        margin: 45px auto 0;
        order: 2;
    }
    .profile-content {
        padding-left: 0;
    }
    .profile-sidebar .sidebar-title {
        display: block;
    }
    .profile-sidebar__list li {
        padding: 15px 0;
    }
    .case-title {
        flex-wrap: wrap;
    }
    .case-title h1 {
        margin-bottom:  30px;
    }
    .case-title-bottom h1 {
        margin-bottom: 0;
    }
    .case-title__author {
        max-width: 300px;
        width: auto;
    }
    .case-content__author {
        padding: 35px 20px 5px;
    }
    .case-team__name {
        font-size: 16px;
        line-height: 22px;
    }
    .sidebar-case__author {
        display: none;
    }
    .case-team__wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .case-others__wrap {
        grid-template-columns: 1fr 1fr;
    }
    .others {
        padding-bottom: 50px;
    }
    .others-block, .others h2, .category-rating .category-item {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
    .others ul li a {
        font-size: 24px;
        line-height: 24px;
    }
    ul.others-list li a {
        font-size: 20px;
    }
    .cases-main__special {
        width: 80%;
    }
    .cases-preview .cases-main__special {
        width: 63%;
    }
    .cases-main__actual, .cases-preview .cases-main__actual {
        width: 100%;
        margin-top: 15px;
    }
    .cases-main__actual .cases-main__list {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
    }
    .cases-main__actual .cases-main__list li {
        width: 100%;
    }
    .cases-preview .cases-main__actual .cases-main__list li:last-child {
        padding-bottom: 0;
    }
    .cases-preview .cases-more {
        margin-top: 30px;
    }
    .cases-main__link {
        font-size: 18px;
        line-height: 24px;
    }
    .cases-preview .cases-main__preview {
        justify-content: flex-start;
    }
    .cases-main__preview-pict {
        width: 195px;
        height: 150px;
    }
    .cases-main__popular {
        margin-top: 0;
    }
    .cases-main, .cases-journal, .cases-wrap {
        max-width: 720px;
        margin: auto;
    }
    .section-cases__text {
        margin: auto;
    }
    .cases-title {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
    .cases-list {
        grid-template-columns: 1fr;
    }
    .cases-list__item, .section-cases-topodd .cases-list__item:nth-child(even) {
        margin-top: 30px;
    }
    .cases-list__item:first-child {
        margin-top: 0 !important;
    }
    .cases-list__item-textbox {
        height: auto;
    }
    .footer {
        position: relative;
        z-index: 12;
    }
    .footer-col {
        margin-right: 0;
    }
    .footer-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-info, .footer-info__wrap {
        flex-wrap: wrap;
    }
    .footer-info p {
        width: 100%;
        margin-top: 10px;
    }
    .footer-article .footer-info p {
        margin-top: 0;
    }
    .footer-article .footer-info__wrap p {
        margin-top: 10px;
    }
    .footer-article .footer-top {
        flex-wrap: wrap;
    }
    .footer-nav {
        width: 100%;
        order: 3;
        margin: 40px 0 0;
    }
    .footer-nav .footer-list {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 820px) {
    .profile-top {
        border-radius: 0 0 60px 60px;
    }
    .profile-nav {
        padding-bottom: 34px;
    }
    .profile-nav__list {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-right: -20px;
    }
    .profile-nav__list::-webkit-scrollbar {
        width: 0;
    }
    .profile-nav li a {
        height: auto;
        padding: 9px 12px;
    }
}
@media screen and (max-width: 768px) {
    .header {
        padding: 20px 0;
    }
    .header-logo img {
        height: 25px;
    }
    .header-mobile {
        top: 0;
    }
    .begin-anim {
        width: 300px;
        height: 200px;
    }
    @-webkit-keyframes begin-anim {
        0% {
            transform: scale(.75);
        }
        50% {
            transform: scale(2);
        }
        100% {
            transform: scale(.75);
        }
    }

    @-moz-keyframes begin-anim {
        0% {
            transform: scale(.75);
        }
        50% {
            transform: scale(2);
        }
        100% {
            transform: scale(.75);
        }
    }
    @keyframes begin-anim {
        0% {
            transform: scale(.75);
        }
        50% {
            transform: scale(2);
        }
        100% {
            transform: scale(.75);
        }
    }
    .begin-block {
        padding: 80px 0 100px;
    }
    .begin-title h1 {
        font-size: 36px;
        line-height: 110%;
    }
    .section-title h2 {
        font-size: 32px;
        line-height: 110%;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .title-border {
        padding: 3px 10px;
    }
    .begin-title__list {
        padding-right: 16px;
    }
    .begin-title__item {
        width: 36px;
        height: 36px;
        margin-right: -16px;
    }
    .begin-title__text {
        padding-right: 10px;
    }
    .begin-text {
        margin: 30px 0 40px;
    }
    .begin-text p {
        font-size: 18px;
        line-height: 1.4;
    }
    .btn-main {
        height: 70px;
    }
    .category .container {
        padding: 0;
    }
    .category-item {
        padding: 50px 0 40px;
    }
    .category-rating .category-item {
        padding: 50px 0;
    }
    .category-item__content {
        padding: 0 20px;
    }
    .category-icon {
        margin: 0 20px 25px;
    }
    .category-heading {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .cases {
        padding: 60px 0 0;
    }
    .posts {
        padding: 60px 0;
    }
    .posts-block {
        grid-template-columns: repeat(1, 1fr);
    }
    .posts-item {
        padding: 30px;
        border-radius: 30px;
        height: 220px;
    }
    .posts-title {
        font-size: 26px;
        line-height: 26px;
    }
    .posts-pict {
        max-width: 300px;
        right: -100px;
    }
    .btn-arrow {
        bottom: 30px;
        left: 30px;
    }
    .blog-page__wrap {
        padding: 30px 0 50px;
    }
    .content-text h2, .h2-title {
        font-size: 26px;
        line-height: 32px;
    }
    .content-text h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .inscript-bg img {
        max-width: 100%;
        max-height: 450px;
    }
    .topik-block {
        padding: 25px 15px;
    }
    .content-text .flex-list li a {
        font-size: 16px;
        padding: 10px 15px;
    }
    .quote {
        padding-left: 20px;
    }
    .quote p {
        font-size: 20px;
        line-height: 26px;
    }
    .context-table {
        overflow: auto;
        overflow-x: scroll;
        margin-right: -20px;
    }
    .context-table_wrap {
        width: auto;
        max-width: 620px;
    }
    .content-title__wrap {
        flex-wrap: wrap;
        gap: 10px;
    }
    .content-title__wrap h3 {
        width: 100%;
    }
    .content-title__wrap a {
        font-size: 18px;
        line-height: 18px;
    }
    .btn-oformlenie {
        font-size: 16px;
        line-height: 22px;
        padding: 10px;
    }
    .sidebar-block__banner {
        display: block;
        height: auto;
        overflow: hidden;
    }
    .sidebar-block__banner-text {
        display: block;
        font-size: 22px;
        line-height: 26px;
        max-width: 290px;
    }
    .sidebar-block__banner-pict {
        max-width: 360px;
        margin-left: auto;
    }
    .content-author {
        margin: 40px auto;
        padding: 40px 0 0;
    }
    .content-author__wrap {
        flex-wrap: wrap;
    }
    .content-author__info {
        max-width: 320px;
        width: 100%;
        justify-content: flex-start;
        margin: auto;
    }
    .content-author__info-face {
        width: 80px;
        height: 80px;
    }
    .content-author__share {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .content-author__share-text {
        width: 100%;
        text-align: center;
    }
    .others-rating {
        padding: 50px 0 0;
    }
    .others ul li {
        padding: 25px 0;
    }
    .others ul li a {
        font-size: 22px;
        line-height: 26px;
    }
    .others ul.others-list {
        display: block;
        margin-left: -20px;
        margin-right: -20px;
    }
    ul.others-list li a {
        font-size: 20px;
        line-height: 24px;
    }
    ul.others-list li {
        padding: 25px 20px;
        border-bottom: 1px solid #f1f1f1;
    }
    ul.others-list li:first-child {
        padding-top: 10px;
    }
    ul.others-list li:nth-child(2) {
        padding-top: 25px;
    }
    .comments-block {
        padding: 30px 20px;
    }
    .rating-agency {
        margin-bottom: 40px;
    }
    .rating-agency__btn {
        margin-top: 30px;
    }
    .rating-agency__btn-bottom {
        margin-bottom: 40px;
    }
    .agency {
        padding: 25px 0;
    }
    .agency:first-child {
        border-top: 1px solid #f1f1f1;
    }
    .agency-logo__pict, .profile-sidebar__list .sidebar-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .agency-name, .profile-sidebar__list li a {
        font-size: 20px;
        line-height: 24px;
    }
    .agency-review__info-text span {
        padding: 0 2px;
    }
    .agency-review__info-text {
        font-size: 12px;
    }
    .agency-header {
        flex-wrap: wrap;
    }
    .agency-btn {
        margin-left: 10px;
    }
    .agency-title__row {
        position: relative;
    }
    .agency-verified__tooltip {
        left: 0;
        top: auto;
        bottom: 105%;
        transform: none;
        width: 90px;
        padding: 8px 10px;
    }
    .agency-verified__tooltip-text, .agency-verified__tooltip a {
        font-size: 10px;
        line-height: 14px;
    }
    .agency-verified__tooltip a {
        margin-left: 0;
    }
    .agency-action {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
    .agency-nolink {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 0 65px;
    }
    .agency-action {
        width: auto;
        margin-top: 0;
    }
    .agency-action__mobile {
        width: 100% !important;
        justify-content: flex-start;
    }
    .agency-review {
        margin-top: 4px;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .agency-full .agency-header {
        flex-wrap: nowrap;
    }
    .agency-full .agency-review {
        max-width: 200px;
    }
    .agency-full .agency-review__info {
        width: 100%;
        margin-top: 6px;
    }
    .agency-review__number {
        margin-right: 15px;
    }
    .agency-review__rating {
        margin-right: 10px;
    }
    .agency-content {
        flex-wrap: wrap;
        padding: 20px 0 0;
    }
    .agency-content__item {
        margin: 0 10px 10px 0;
        min-width: 75px;
    }
    .agency-content__desc {
        font-size: 14px;
        line-height: 18px;
    }
    .agency-content__item:first-child .agency-content__tooltip, .agency-content__item:nth-child(2) .agency-content__tooltip, .agency-content__item:nth-child(3) .agency-content__tooltip {
        top: auto;
        bottom: 115%;
    }
    .agency-content__item:nth-child(3) .agency-content__tooltip {
        left: auto;
        right: 0;
    }
    .agency-content__item:nth-child(3) .agency-content__tooltip::after {
        left: auto;
        right: 12px;
    }
    .agency-content__item:first-child .agency-content__tooltip::after, .agency-content__item:nth-child(2) .agency-content__tooltip::after, .agency-content__item:nth-child(3) .agency-content__tooltip::after {
        bottom: auto;
        top: 98%;
        transform: rotate(-180deg);
    }
    .agency-case {
        margin: 10px 0 5px;
    }
    .agency-case__item {
        flex-wrap: wrap;
    }
    .agency-case__name {
        width: 100%;
    }
    .agency-case__link {
        margin-top: 5px;
    }
    .agency-footer {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .agency-footer-top {
        padding-top: 5px;
    }
    .agency-footer__service {
        margin-top: 10px;
    }
    .agency-promo {
        padding: 25px 15px;
    }
    .agency-promo__title {
        font-size: 18px;
        line-height: 24px;
    }
    .agency-promo::before {
        right: 15px;
        bottom: 1px;
    }
    .is-sticky .profile-header__nav {
        bottom: 0;
        top: auto !important;
        box-shadow: 0px -5px 10px -2px rgba(15,15,15,.05);
    }
    @keyframes smoothScroll {
        0% {
            transform: translateY(80px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .is-sticky .profile-header__title, .is-sticky .profile-header__logo {
        display: none;
    }
    .is-sticky .profile-header__actions {
        margin: auto;
    }
    .profile-header {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    .profile-header__info {
        justify-content: center;
        width: 100%;
    }
    .profile-header__actions {
        margin-top: 20px;
        width: 100%;
    }
    .profile-header__actions .btn-active {
        margin: auto;
    }
    .profile-overview {
        padding-bottom: 30px;
    }
    .profile-overview__wrap {
        gap: 25px;
    }
    .profile-overview__item:last-child {
        order: 3;
    }
    .profile-overview__item:nth-child(3) {
        order: 4;
    }
    .profile-wrap {
        padding: 35px 0 50px;
    }
    .profile-banner {
        margin-top: 50px;
    }
    .profile-info {
        gap: 20px 0;
        margin-bottom: 35px;
    }
    .profile-info__item, .profile-info__item:first-child {
        width: 100%;
    }
    .profile-content-block {
        padding: 35px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .profile-content-block-bottom {
        padding-bottom: 0 !important;
    }
    .profile-content__list {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-right: -20px;
        padding-bottom: 1px;
    }
    .profile-content__list li a, .profile-content__list .nav-tabs .nav-link {
        flex-wrap: nowrap;
        width: auto;
        white-space: nowrap;
    }
    .profile-content__list::-webkit-scrollbar {
        width: 0;
    }
    .profile-service, .profile-cases {
        margin-top: 14px;
    }
    .tab-content, .profile-review, .profile-banner {
        margin-left: -20px;
        margin-right: -20px;
    }
    .profile-cases__company {
        font-size: 22px;
        line-height: 22px;
    }
    .dashboard-review {
        padding-bottom: 30px;
    }
    .dashboard-review__actions {
        width: 50%;
    }
    .profile-service__item {
        padding: 20px;
    }
    .profile-client {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .profile-team__photo, .case-team__photo {
        width: 100px;
        height: 100px;
    }
    .profile-review__item {
        padding: 30px 20px;
    }
    .profile-review__customer {
        max-width: 380px;
    }
    .case-wrap {
        padding-bottom: 50px;
    }
    .case-others, .case-team {
        padding: 50px 0;
    }
    .case-content__wrap {
        flex-wrap: wrap;
    }
    .case-content__expert {
        width: 100%;
        justify-content: center;
    }
    .case-content__share {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .case-content__share-text {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .sidebar-about__logo {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .sidebar-about__header {
        padding-bottom: 20px;
    }
    .sidebar-about__header a {
        font-size: 20px;
        line-height: 24px;
    }
    .sidebar-about__list {
        margin: 15px 0 20px;
    }
    .cases-journal__tags ul {
        overflow: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
        margin-right: -20px;
        padding-bottom: 15px;
    }
    .cases-journal__noscroll ul {
        overflow: visible;
        flex-wrap: wrap;
    }
    .cases-main__special, .cases-preview .cases-main__special {
        width: auto;
        gap: 25px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer-top {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-logo img {
        height: 25px;
    }
    .footer-connect {
        width: 100%;
        margin: 30px 0 0;
        order: 3;
    }
    .footer-article .footer-connect {
        order: 2;
        width: auto;
        margin: 0;
    }
    .footer-action {
        order: 2;
        margin-left: 20px;
    }
    .footer-row {
        flex-wrap: wrap;
        margin: 35px 0;
        padding: 0 0 25px;
    }
    .footer-col:last-child {
        margin-top: 30px;
    }
    .footer-name {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .footer-info, .footer-links {
        flex-wrap: wrap;
    }
    .footer-links a {
        margin-top: 10px;
    }
    .modal-content {
        padding: 30px 25px;
        border-radius: 30px;
    }
    .modal-title {
        font-size: 30px;
        line-height: 30px;
    }
    .modal-input {
        height: 70px;
    }
}
@media screen and (max-width: 600px) {
    .profile-cases__web.profile-cases__item {
        flex-wrap: wrap;
    }
    .profile-cases__pict {
        width: 100%;
        height: 100%;
        padding-bottom: 54%;
    }
    .profile-cases__right {
        padding: 5px 20px 35px 20px;
    }
    .cases-main__popular ul li {
        width: 100%;
    }
    .cases-main__special-pict, .cases-preview .cases-main__special-pict {
        height: 300px;
    }
}
@media screen and (max-width: 576px) {
    .category-scroll {
        overflow-x: scroll;
    }
    .category-scroll .category-list {
        width: 750px;
        margin-right: -20px;
    }
    .btn-footer {
        font-size: 15px;
    }
    .inscript-bg, .banner-adaptive {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
    .category-top .category-list li a {
        white-space: wrap;
    }
    .sidebar-block__banner-pict {
        max-width: 260px;
    }
    .form-flex {
        max-width: 320px;
    }
    .form-group, .form-btn, .form-btn .btn {
        width: 100%;
    }
    .header-gray, .profile-top {
        background: #fff;
    }
    .profile-header {
        justify-content: center;
    }
    .profile-nav {
        padding-bottom: 0;
    }
    .profile-banner {
        margin-top: 35px;
    }
    .profile-service__item {
        flex-wrap: wrap;
    }
    .profile-service__name {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .profile-cases__link {
        flex-wrap: wrap;
    }
    .profile-cases__company {
        margin-bottom: 15px;
    }
    .profile-cases__company-year {
        font-size: 34px;
        opacity: .5;
    }
    .profile-client {
        grid-template-columns: 1fr 1fr;
    }
    .dashboard-review {
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .dashboard-review__actions {
        width: 100%;
    }
    .profile-review__header {
        flex-wrap: wrap;
    }
    .profile-review__rating {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
    }
    .profile-review__rating-wrap {
        margin: 0 15px 0 0;
        justify-content: flex-start;
    }
    .blocked-block__tooltip {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
    }
    .profile-team, .case-team__wrap {
        grid-template-columns: 1fr 1fr;
    }
    .case-content__author {
        padding: 0 0 50px;
        border-top: none;
    }
    .case-wrap .blog-page__sidebar {
        margin-top: 0;
    }
    .sidebar-about {
        padding: 0 20px;
        background: #fff;
    }
    .sidebar-promocode, .sidebar-podbor {
        margin-left: -20px;
        margin-right: -20px;
    }
    .sidebar-podbor__title a {
        margin: 10px 0 0;
    }
    .others {
        padding-bottom: 30px;
    }
    .others-rating {
        padding-bottom: 0;
    }
    .case-info, .content-review, .sidebar-about, .case-others__wrap {
        margin-left: -20px;
        margin-right: -20px;
    }
    .case-info__name {
        width: 110px;
    }
    .case-info__wrap {
        flex-wrap: wrap;
    }
    .content-review {
        padding: 30px 20px;
    }
    .case-others {
        padding: 50px 0;
    }
    .case-others-top .profile-breadcrumbs {
        padding-top: 50px;
    }
    .case-others__wrap {
        grid-template-columns: 1fr;
    }
    .case-others__item:nth-child(odd) {
        background: #f9f9f9;
    }
    .cases-main {
        gap: 30px;
    }
    .cases-main__special .cases-main__link {
        font-size: 22px;
        line-height: 30px;
    }
    .cases-main__actual, .cases-preview .cases-main__actual {
        width: auto;
        margin-top: 0;
    }
    .cases-main__list, .cases-main__actual .cases-main__list li, .cases-main__popular ul li {
        width: auto;
    }
    .cases-main__actual .cases-main__list {
        display: block;
    }
    .cases-main__preview, .cases-list__item {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 25px;
    }
    .cases-main__preview-pict, .cases-list__pict {
        width: 195px;
        height: 150px;
    }
    .cases-main__popular {
        width: auto;
        padding: 40px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .cases-main__popular ul li {
        padding: 30px 20px;
        margin-left: -20px;
        margin-right: -20px;
        border-top: 1px solid #e7e7e7;
    }
    .cases-main__popular ul li:first-child {
        padding-top: 0;
        border-top: 1px solid transparent;
    }
    .cases-main__actual li {
        border-top: 1px solid #f5f5f5;
        padding: 35px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .cases-main__link, .cases-list__text {
        font-size: 20px;
        line-height: 28px;
    }
    .cases-list__text, .cases-main__link-title {
        font-weight: 700;
    }
    .cases-main__agency {
        margin-top: 15px;
    }
    .cases-list__item {
        margin-top: 0 !important;
        padding: 30px 20px;
        margin-left: -20px;
        margin-right: -20px;
        border-top: 1px solid #f5f5f5;
    }
    .section-cases-gray .cases-list__item {
        border-top: 1px solid #e7e7e7;
    }
    .cases-list__item:first-child {
        padding-top: 0;
        border-top: 1px solid transparent;
    }
    .cases-journal {
        padding: 0 0 15px;
    }
    .cases-journal-bottom {
        padding: 0 0 35px;
    }
    .section-cases,.section-cases__content {
        padding: 50px 0;
    }
    .cases-title .btn-link {
        display: none;
    }
    .cases-more {
        display: flex;
        justify-content: center;
        margin-top: 0;
    }
    .cases-more .btn-link {
        width: 100%;
    }
    .footer-nav {
        max-width: 400px;
        margin-top: 30px;
    }
    .footer-article .footer-list li {
        margin: 10px 0 0;
        width: 48%;
    }
}
@media screen and (max-width: 394px) {
    .sidebar-podbor__title a {
        margin: 0 0 0 10px;
    }
}