@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;
}
:root {
    --myf-primary-color: #C93F3F;
    --myf-secondary-color: #888888;
}
* {
    padding: 0;
    margin: 0;
    outline: 0;
}
body {
    font-family: "Gotham Pro";
    color: #212529;
    letter-spacing: -.33px;
    position: relative;
}
.body-dark {
    background: #1d1d1d;
}
.body-gray {
    background: #f5f5f5;
}
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: 20px 0;
}
.header.header-border {
    padding: 20px 0;
}
.header-gray {
    background: #f5f5f5;
}
.header-pink {
    background: #f7ebeb;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo__link, .footer-logo__link {
    display: block;
}
.header-logo img {
    height: 28px;
}
.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;
}
.header-article .nav-list li:last-child {
    margin-right: 0;
}
.nav-list li a {
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    color: #262626;
}
.nav-list li a:hover, .header-black .nav-list li a:hover {
    color: #C93F3F;
}
.header-menu .nav .btn {
    display: none;
}
.dropdown-link {
    position: relative;
    padding: 10px 0;
}
.dropdown-link__title {
    display: flex;
    align-items: center;
    position: relative;
}
.dropdown-link__title::after {
    content: '';
    display: inline-block;
    border: solid #262626;
    border-width: 0 1px 1px 0;
    padding: 2.5px;
    margin-left: 7px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: ease .3s;
}
.dropdown-link:hover .dropdown-link__title::after {
    margin-top: 3px;
    border: solid #C93F3F;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.dropdown-nav {
    position: absolute;
    top: 40px;
    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;
    gap: 0 30px;
}
.header-shortlist {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: transparent;
    background-image: url(/assets/tmp/img/icon-favourites.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: relative;
    transition: ease .3s;
}
.header-shortlist.active {
    background-image: url(/assets/tmp/img/icon-favourites-red.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-shortlist .header-shortlist__counter {
    display: none;
}
.header-shortlist.active .header-shortlist__counter {
    position: absolute;
    left: 16px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Medium";
    font-size: 11px;
    color: #ffffff;
    width: 18px;
    height: 18px;
    background: #C93F3F;
    border-radius: 50%;
}
.header-shortlist__tooltip {
    position: absolute;
    bottom: -40px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 10px;
    min-width: 70px;
    transform: translateX(-50%);
    background: #1d1d1d;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 5px 10px rgba(0,0,0,0.06);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: ease .3s;
}
.header-shortlist:hover .header-shortlist__tooltip {
    visibility: visible;
    opacity: 1;
}
.header-shortlist__tooltip::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1d1d1d transparent ;
    z-index: 11;
}
.header-gray .btn-header {
    background: #fff;
}
.header-gray .btn-header, .header-pink .btn-header {
    font-family: "Museo-Light";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    white-space: nowrap;
    color: #262626;
    background: #ebe6e6;
}
.header .btn-active, .header .btn-case, .header .btn-header {
    width: 200px;
    height: 48px;
}
.btn-case {
    background: #262626;
    color: #ffffff;
}
.btn-case:hover {
    background: #444444;
    color: #fff;
}
.header-gray {
    padding: 20px 0;
    border-radius: 0 0 30px 30px;
    transition: ease .3s;
}
.header-gray-default {
    padding: 20px 0;
    border-radius: 0 0 30px 30px;
}
.header-black {
    padding: 20px 0 60px;
    background: #111111;
    transition: ease .3s;
}
.header-black .nav-list li a {
    color: #ffffff;
}
.header-black .dropdown-list li a {
    color: #262626;
}
.header-black .dropdown-link__title::after {
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
}
.header-double {
    padding-top: 30px;
    background: #f5f5f5;
}
.header-double-two {
    background: #fff;
    margin-top: 30px;
    padding: 20px 0;
    border-radius: 30px 30px 0 0;
    border-bottom: 1px solid #f5f5f5;
}
.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: 30px;
    border-top-right-radius: 30px;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}
.top-banner {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
    background: #111111;
    position: relative;
    z-index: 1;
}
.top-banner__link {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
}
.top-banner__link img {
    display: block;
    width: 100%;
    height: 160px;
    max-width: 100%;
    object-fit: contain;
}
.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: 280px;
    height: 65px;
    border-radius: 50px;
    position: relative;
}
.btn-main:hover {
    color: #fff;
    background: #FC6A6A;
    transform: translateY(-4px);
}
.btn-header {
    font-weight: 700;
    color: #262626;
    background: #F5F5F5;
}
.btn-footer {
    font-family: "Museo-Medium";
    width: 215px;
    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;
}
.s-page {
    background: #f5f5f5;
    padding: 30px 0;
}
.s-page-top {
    padding-top: 0;
}
.s-page-grid {
    display: grid;
    grid-template-columns: 210px 1fr 262px;
    gap: 24px;
}
.s-page-block {
    padding: 30px 0;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 30px;
}
.s-page-block:last-child {
    margin-bottom: 0;
}
.s-page-breadcrumbs {
    margin-top: 30px;
}
.s-page h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.s-page .content-text h2, .s-page .h2-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 30px 0 20px;
}
.title-topnone {
    margin-top: 0 !important;
}
.s-page .content-text h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -.8px;
    margin: 30px 0 20px;
}
.s-page .content-text img {
    max-width: 570px;
    max-height: 570px;
}
.s-page-top .rating-help {
    padding: 10px 0 0;
}
.s-page-sidebar {
    padding: 10px 20px 10px 0;
    position: relative;
}
.s-page-sidebar .sidebar-toc ul li {
    font-size: 15px;
    line-height: 20px;
}
.s-page-sidebar .sidebar-toc ul li a {
    line-height: 20px;
}
.sidebar-block__banner {
    display: block;
    width: 100%;
    height: 400px;
    padding: 30px;
    border-radius: 30px;
    position: relative;
}
.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, .rating-page__title span {
    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, .rating-page .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: 14px;
    line-height: 18px;
    color: #888;
    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, .modal-body .pink {
    color: #C93F3F;
    text-decoration: underline;
    transition: ease .3s;
}
.content-text .pink:hover, .rating-agency__descblock .pink:hover, .modal-body .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, .case-content .content-text 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, .case-content .content-text 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;
}
.context-table-scroll {
    overflow: auto;
    overflow-x: scroll;
    max-width: 570px;
}
.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-page {
    background: #f5f5f5;
    padding: 0 0 60px;
    border-radius: 0 0 40px 40px;
    position: relative;
}
.rating-page-pink .rating-head {
    background: #f7ebeb;
}
.rating-head {
    padding: 50px 0 20px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.blog-page .rating-page h1, .rating-page__title span {
    display: inline;
    line-height: 46px;
    margin-bottom: 0;
}
.rating-page__title {
    margin-bottom: 15px;
}
.rating-page__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.rating-page__content {
    max-width: 750px;
    width: 100%;
}
.rating-page__toptext p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.rating-page__topbtn {
    display: none;
}
.rating-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 0;
    gap: 10px 20px;
}
.rating-page__info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px 20px;
}
.rating-page__info-box {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0 7px;
}
.rating-page__info a, .rating-page__info p {
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 18px;
    color: #212529;
    margin-bottom: 0;
    transition: ease .3s;
}
.rating-page__preinfo p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.rating-page__part-link {
    font-weight: 700;
}
.rating-page__info-box:hover a {
    color: #C93F3F;
}
.rating-page__preinfo .rating-page__info-box:hover a {
    color: #888;
}
.rating-page__info-icon, .info-icon {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    padding: 2px 0;
    font-family: "Museo-Medium";
    font-size: 10px;
    line-height: 1;
    color: #a4a4b2;
    border: 1px solid #a4a4b2;
    border-radius: 50%;
    cursor: pointer;
    transition: ease .3s;
}
.rating-page__info-box:hover .rating-page__info-icon, .info-icon:hover {
    background: #262626;
    border-color: #262626;
    color: #fff;
}
.rating-page__promo {
    display: flex;
    align-items: center;
    align-self: flex-end;
    gap: 15px;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    width: 400px;
    border-radius: 20px;
    position: relative;
}
.rating-page__promo-recommend {
    position: absolute;
    top: -18px;
    left: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    padding: 6px 8px;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(10px);
    color: #C93F3F;
    border: 1px solid #C93F3F;
    transform: rotate(-2deg);
    border-radius: 15px;
    transition: ease .3s;
}
.rating-page__promo:hover .rating-page__promo-recommend {
    transform: rotate(0deg);
    backdrop-filter: none;
}
.rating-page__promo-recommend-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url(/assets/tmp/img/icon-good.png) no-repeat center;
    background-size: contain;
}
.rating-page__promo-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.rating-page__promo-logo img {
    width: 100%;
}
.rating-page__promo-name {
    display: block;
    font-family: "Museo-Medium";
    font-size: 18px;
    line-height: 18px;
    color: #212529;
    margin-bottom: 0;
    transition: ease .3s;
}
.rating-page__promo:hover .rating-page__promo-name {
    color: #C93F3F;
}
.rating-page__promo-name:hover span {
    border-bottom: 1px solid transparent;
}
.rating-page__promo-name span {
    border-bottom: 1px solid #eeeeee;
}
.rating-page__promo-text {
    font-size: 14px;
    line-height: 18px;
    color: #212529;
    margin: 8px 0 0;
}
.filters-block.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: 10px;
    box-shadow: 0px 10px 20px rgba(15,15,15,.1);
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: background .3s;
}
.filters-block.sticky .filters-wrap {
    padding-top: 10px;
}
.filters-wrap {
    display: flex;
    flex-wrap: wrap;
}
.filters-wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
}
.filters-area {
    display: flex;
    align-items: center;
    width: 170px;
}
.filters-area.cms {
    width: 200px;
}
.filters-area.region {
    width: 215px;
}
.filter-select {
    display: flex;
    align-items: center;
    font-family: "Museo-Light";
    font-size: 16px;
    color: #212529;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border-radius: 50px;
    background: #e9e9e9;
    border: 1px solid #e1e1e1;
    position: relative;
    transition: ease-in-out .2s;
}
.modal-filters .filter-select, .filters-block.sticky .filter-select {
    background: #f5f5f5;
    border: 1px solid #eee;
}
.filter-select.active, .filters-block.sticky .filter-select.active {
    border: 1px solid #e1e1e1;
    background: #e1e1e1;
}
.filter-select:hover, .filters-block.sticky .filter-select:hover {
    background: #e1e1e1;
    color: #212529;
}
.filter-select__box {
    position: relative;
    height: 27px;
}
.filter-select__hidden, .filter-select__box div {
    position: absolute;
    top: 0;
    opacity: 0;
    font-family: "Museo-Light";
    font-size: 14px;
    white-space: nowrap;
    color: #212529;
    background: transparent;
    padding: 10px 0 0;
    width: 120px;
    border: none;
    overflow: hidden;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}
.modal-filters .filter-select__box div, .modal-filters .filter-select.active .filter-select__hidden {
    width: 210px;
}
.filter-select.active .filter-select__hidden, .filter-select.active .filter-select__box div {
    transition: opacity .2s linear;
    will-change: opacity;
    opacity: 1;
}
.filter-select__label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    transform-origin: left top;
    transition: transform .15s cubic-bezier(.86,0,.07,1),-moz-transform .15s cubic-bezier(.86,0,.07,1);
}
.filter-select.active .filter-select__label {
    -moz-transform: translateY(-70%) scale(.55);
    transform: translateY(-70%) scale(.55);
    color: #888888;
}
.filter-select__arrow {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    border-radius: 50px;
    z-index: 2;
    transition: ease-in-out .2s;
}
.filter-select.active .filter-select__arrow {
    background: linear-gradient(270deg,#e1e1e1 30%,rgba(225,225,225,.7) 100%, #e1e1e1);
}
.filter-select__arrow-icon {
    display: flex;
}
.filter-select__arrow-icon::after {
    content: '';
    display: inline-block;
    border: solid #888;
    border-width: 0 1.8px 1.8px 0;
    padding: 2.5px;
    margin-bottom: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: ease .3s;
}
.filter-select:hover .filter-select__arrow-icon::after {
    margin-top: 5px;
    margin-bottom: 0;
    border-color: #212529;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.filters-view {
    position: absolute;
    top: 50px;
    left: 0;
    margin-left: -1px;
    padding: 6px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-radius: 20px;
    box-shadow: 0 12px 16px rgba(0,0,0,0.06);
    z-index: 1060;
    transition: opacity .2s ease-in-out;
}
.filters-view__header {
    display: none;
}
.filters-view__scroll {
    max-height: 294px;
    overflow-x: hidden;
    overflow-y: auto;
}
.filters-view ::-webkit-scrollbar {
    width: 8px;
}
.filters-view ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(240, 240, 240, 1);
    transition: ease .3s;
}
.filters-view ::-webkit-scrollbar-thumb:hover {
    background: rgba(230, 230, 230, 1);
}
.filters-area:hover .filters-view {
    visibility: visible;
    opacity: 1;
}
.filters-view__box input {
    display: none;
}
.filters-view__box label {
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
}
.filters-view__box-text {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    color: #212529;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all .2s;
}
.filters-view__box:last-child .filters-view__box-text {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.filters-input:checked+.filters-view__box-text {
    background: #e1e1e1;
    color: #212529;
}
.filters-view__box-text:hover {
    background: #f5f5f5;
    color: #212529;
}
.filters-view__box-text span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding-left: 6px;
}
.filters-view__box-text-small span {
    padding-left: 0;
}
.filters-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    height: 50px;
    font-family: "Museo-Light";
    font-size: 16px;
    color: #212529;
    background: #e9e9e9;
    border-radius: 50px;
    transition: all .3s;
}
.filters-block.sticky .filters-btn {
    background: #f5f5f5;
}
.filters-btn:hover {
    background: #e1e1e1;
    color: #212529;
}
.filters-block.sticky .filters-btn:hover {
    background: #eee;
}
.filters-btn::before {
    content: '';
    background-image: url(/assets/tmp/img/icon-setting.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.btn-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    min-width: 120px;
    height: 50px;
    color: #262626;
    background: none;
    border: 1px solid #e9e9e9;
    border-radius: 25px !important;
    transition: ease .3s;
}
.btn-clear:hover {
    color: #262626;
    background: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-clear:hover,.btn-clear:focus,.btn-clear:active {
    outline: none;
}
.filters-content {
    margin-bottom: 5px;
}
.filters-content__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 30px;
}
.filters-content__selected p {
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    margin-bottom: 0;
}
.filters-content__updated p {
    font-size: 12px;
    line-height: 18px;
    color: #888;
    margin-bottom: 0;
}
.filters-tags__wrap {
    padding: 15px 0 0;
}
.filters-tags__wrap-top {
    padding-top: 0;
}
.filters-tags__scroll {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.filters-tags__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    padding: 8px 12px;
    background: #fff;
    border-radius: 25px;
    white-space: nowrap;
    transition: ease .3s;
}
.filters-tags__link:hover {
    color: #262626;
    background: #e9e9e9;
}
.rating-agency-main {
    margin-bottom: 40px;
}
.rating-agency__btn {
    margin-top: 40px;
}
.rating-agency-top {
    margin-top: 15px;
}
.rating-agency__btn-bottom {
    margin-bottom: 60px;
}
.rating-notfound {
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    border-radius: 20px;
}
.rating-notfound .btn-clear {
    margin: auto;
}
.rating-notfound__name {
    font-family: "Museo-Medium";
    font-size: 22px;
    line-height: 22px;
    color: #212529;
    transition: ease .3s;
    margin-bottom: 10px;
}
.rating-notfound__desc {
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 0;
    width: 100%;
}
.rating-help {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.rating-help-two {
    padding: 10px 0 0;
}
.rating-help__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}
.rating-help__desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
.rating-help .btn-link {
    font-family: "Museo-Light";
    width: 200px;
    height: 48px;
    color: #262626;
    background: #fff;
    border: none;
    margin: auto;
}
.rating-help .btn-link:hover {
    background: #FC6A6A;
    color: #fff;
}
.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: 25px 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    transition: ease .3s;
}
.agency-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.agency:last-child {
    margin-bottom: 0;
}
.agency-header {
    width: 360px;
}
.agency-logo {
    display: flex;
    align-items: center;
    position: relative;
}
.agency-logo__pict {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
.agency-logo__pict-rounded {
    overflow: hidden;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
}
.agency-logo__pict-rounded img {
    border-radius: 50%;
}
.agency-logo__pict img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    transition: ease .3s;
}
.agency-title__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    position: relative;
}
.agency-name {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 22px;
    line-height: 22px;
    color: #212529;
    position: relative;
    transition: ease .3s;
}
.agency-top .agency-name {
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
}
.agency-top .agency-name::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    background-image: url(/assets/rating/icon-red-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .1s linear;
}
.agency-name:hover {
    color: #C93F3F;
    border-color: transparent;
}
.agency-verified {
    display: flex;
    position: absolute;
    left: 37px;
    top: 37px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.agency-verified__icon {
    width: 16px;
    height: 16px;
    background: url(/assets/tmp/img/icon-verification2.png) no-repeat center;
    background-size: contain;
}
.agency-verified__tooltip {
    position: absolute;
    top: 20px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    box-shadow: 0px 3px 20px rgb(105 137 172 / 30%);
    transform: translateX(-50%);
    background: rgb(0 0 0 / 85%);
    color: #fff;
    border-radius: 10px;
    z-index: 10;
    transition: ease .3s;
}
.agency-verified:hover .agency-verified__tooltip {
    visibility: visible;
    opacity: 1;
}
.agency-verified__tooltip-text {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    font-size: 10px;
    line-height: 14px;
}
.agency-verified__tooltip-text::before{
    content: 'Агентство верифицировано';
    white-space: nowrap;
}
.agency-verified__tooltip a {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 10px;
    line-height: 14px;
    color: #00afff;
    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: 5px;
}
.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;
    color: #212529;
}
.agency-review__info-text span {
    display: inline-block;
    font-family: "Museo";
    padding: 0 4px;
}
.agency-review__info-text .grey {
    color: #666666;
    font-family: inherit;
}
.info-city__moscow::before {
    content: 'Москва';
}
.info-city__spb::before {
    content: 'Санкт-Петербург';
}
.agency-action {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 110px;
}
.agency-action .btn {
    width: 160px;
}
.agency-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    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;
}
.agency-btn:hover::after {
    transform: rotate(45deg);
}
.agency-top .agency-btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    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;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 570px;
}
.agency-content__offer {
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    margin-bottom: 0;
}
.agency-content__text {
    margin-bottom: 5px;
}
.agency-content__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 5px 20px;
}
.agency-content__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 15px;
    gap: 8px;
}
.agency-content__icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 13px;
    height: 13px;
    position: relative;
    opacity: .2;
}
.agency-content__icon img {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.icon-state {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 13px;
    height: 13px;
    background: url(/assets/tmp/img/icon-state.png) no-repeat center;
    background-size: contain;
    opacity: .2;
}
.agency-content__desc {
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 0;
}
.agency-short__tooltip {
    position: absolute;
    top: -40px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 10px;
    min-width: 70px;
    transform: translateX(-50%);
    background: #1d1d1d;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 5px 10px rgba(0,0,0,0.06);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: ease .3s;
}
.agency-short__tooltip::after {
    content: '';
    position: absolute;
    bottom: -9.5px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    margin-bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1d1d1d transparent ;
    z-index: 11;
}
.agency-short__tooltip {
    left: auto;
    right: 0;
    transform: translateX(0);
}
.agency-short__tooltip::after {
    right: 20px;
    left: auto;
    transform: translateX(0) rotate(180deg);
}
.agency-short__tooltip-text, .header-shortlist__tooltip-text {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}
.header-shortlist__tooltip-text::before {
    content: 'Мой шортлист';
    white-space: nowrap;
}
.agency-short__tooltip-add::before {
    content: 'Добавить в шортлист';
    white-space: nowrap;
}
.agency-content__case-link {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 14px;
    line-height: 16px;
    color: #C93F3F;
    border-bottom: 1px dashed #C93F3F;
    transition: ease .3s;
}
.agency-content__case-link:hover {
    color: #FC6A6A;
    border-bottom: 1px dashed transparent;
}
.agency-services {
    margin-top: 15px;
}
.agency-services__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
}
.agency .agency-services__list {
    flex-wrap: nowrap;
    width: auto;
    overflow: hidden;
    position: relative;
}
.agency .agency-services__list:before {
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    background: linear-gradient(270deg,#fff 70%,hsla(0,0%,100%,0));
}
.agency-services__list li {
    list-style: none;
    line-height: 16px;
}
.agency-services__link {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    padding: 6px 10px;
    color: #262626;
    background: transparent;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    transition: ease .3s;
}
.agency-services__link:hover {
    color: #262626;
    background: #f5f5f5;
}
.agency-services__btn {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    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";
    font-size: 15px;
    line-height: 18px;
    padding: 6px 8px;
    color: #C93F3F;
    width: 45px;
    background: #fff8f5;
    border-radius: 8px;
}
.agency-services__btn:hover {
    color: #C93F3F;
    background: #ffeeeb;
}
.agency-services__btn span {
    display: inline-block;
    margin-right: 1px;
}
.agency-cases {
    overflow: hidden;
}
.agency-cases__wrap {
    display: none;
}
.agency-cases__wrap.open {
    display: block;
    position: relative;
    margin-top: 15px;
}
.agency-cases__scroll {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: nowrap;
    gap: 10px;
}
.agency-cases__wrap.open:before {
    content: '';
    height: 100%;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    background: linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));
    z-index: 1;
}
.agency-cases__btn {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 15px;
    line-height: 15px;
    color: #666666;
    cursor: pointer;
    transition: ease .3s;
}
.agency-cases__btn:hover {
    color: #C93F3F;
}
.agency-cases__btn:hover .agency-cases__btn-icon {
    border: solid #C93F3F;
    border-width: 0 1.8px 1.8px 0;
}
.agency-cases__btn-icon, .modal-howorks__btn-icon {
    display: inline-block;
    margin-left: 3px;
}
.agency-cases__btn-icon, .modal-howorks__btn-icon {
    border: solid #C93F3F;
    border-width: 0 1.8px 1.8px 0;
    padding: 2.5px;
    margin-bottom: 2.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: ease .3s;
}
.agency-cases__btn-icon {
    border: solid #666;
    border-width: 0 1.8px 1.8px 0;
}
.agency-cases__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px solid #f5f5f5;
    padding: 10px 15px;
    border-radius: 25px;
    transition: ease .3s;
}
.agency-cases__link:hover {
    background: #f5f5f5;
}
.agency-cases__logo {
    display: inline-block;
    width: 60px;
    height: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background: none no-repeat 50%;
    background-size: contain;
    opacity: .5;
    transition: ease .3s;
}
.agency-cases__link:hover .agency-cases__logo {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.agency-cases__content {
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    color: #666666;
    transition: ease .3s;
}
.agency-cases__link:hover .agency-cases__content {
    color: #212529;
}
.agency-cases__wrap:hover .btn-load {
    background: #262626;
    color: #ffffff;
}
.agency-cases__load {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Medium";
    font-size: 14px;
    line-height: 18px;
    background: #fff8f5;
    color: #C93F3F;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    z-index: 2;
    transition: ease .3s;
}
.agency-cases__load span {
    margin-right: 1px;
}
.agency-cases__load:hover {
    color: #C93F3F;
    background: #ffeeeb;
}
.agency-short {
    position: relative;
    width: 20px;
}
.agency .myfavorites-btn {
    visibility: hidden;
    opacity: 0;
    transition: ease .3s;
}
.agency .myfavorites-btn.added, .agency:hover .myfavorites-btn {
    visibility: visible;
    opacity: 1;
}
.agency .myfavorites-btn:before {
    background-color: #888888 !important;
}
.agency .myfavorites-btn.added:before {
    background: #C93F3F !important;
}
.agency-short:hover .agency-short__tooltip {
    visibility: visible;
    opacity: 1;
}
.agency-shortlist {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 0;
}
.agency-shortlist__input:checked+.agency-shortlist__icon {
    background-image: url(/assets/tmp/img/icon-favourites-red.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: 1;
    background-color: #ffeeeb;
    border-color: #ffeeeb;
}
.agency-shortlist__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    background-image: url(/assets/tmp/img/icon-favourites.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50px;
    cursor: pointer;
    opacity: .85;
    transition: ease .3s;
}
.agency-shortlist__icon:hover {
    background-color: #eeeeee;
    opacity: 1;
}
.agency-shortlist__input {
    display: none;
}
.block-shortlist {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    max-width: 1140px;
    padding: 20px;
    margin: 20px auto 0;
    background: rgba(29,29,29, .9);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px rgb(0 0 0 / 15%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    opacity: 0;
    transition: transform 0.3s ease-in-out;
    z-index: 3;
}
.block-shortlist.open {
    position: -webkit-sticky;
    position: sticky;
    transform: translateY(0);
    opacity: 1;
}
.block-shortlist__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-shortlist__desc {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 4px;
}
.block-shortlist__text {
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0;
}
.block-shortlist__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 33.5px;
}
.block-shortlist__selected {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0;
}
.block-shortlist__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
}
.block-shortlist__list-company {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    margin-right: -13.5px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.block-shortlist__list-gray {
    background: #888888;
}
.block-shortlist__list-company img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.block-shortlist__list-counter {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
}
.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-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-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;
}
.section-rating {
    padding: 60px 0;
    background: #fff;
    border-radius: 40px 40px 0 0;
}
.section-rating-bottom {
    padding-bottom: 0;
}
.section-rating .h2-title {
    font-size: 30px;
    line-height: 36px;
}
.rating-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rating-block__content {
    max-width: 750px;
    width: 100%;
}
.section-rating-center .rating-average__title {
    display: block;
    margin-bottom: 30px;
}
.rating-box {
    margin-bottom: 60px;
}
.rating-box:last-child {
    margin-bottom: 0;
}
.rating-box-bottom {
    margin-bottom: 30px;
}
.rating-average__title span {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    margin: 5px auto 0;
    white-space: nowrap;
    color: #666666;
}
.rating-average__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-top: 1px solid #f5f5f5;
}
.rating-average__item p {
    font-size: 18px;
    line-height: 24px;
}
.rating-average__name {
    font-weight: 700;
    margin-bottom: 0;
}
.rating-average__price {
    white-space: nowrap;
    margin-bottom: 0;
}
.rating-average__bottom {
    padding: 10px 20px 0;
}
.rating-average__bottom p {
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    color: #666666;
    margin-bottom: 0;
}
.rating-checklist__item {
    display: flex;
    padding: 20px;
    border-top: 1px solid #f5f5f5;
    gap: 15px;
}
.rating-checklist__item:first-child, .rating-question__item:first-child {
    border-top: none;
    padding-top: 0;
}
.rating-checklist__item:last-child {
    padding-bottom: 0;
}
.rating-checklist__icon {
    display: flex;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
}
.rating-checklist__icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.content-text .rating-checklist__name, .content-text .rating-question__name, .profile-question__name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.content-text .rating-checklist__desc, .content-text .rating-question__desc, .profile-question__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.rating-question__item, .profile-question__item {
    padding: 20px;
    border-top: 1px solid #f5f5f5;
}
.rating-question__item a {
    display: inline;
    text-decoration: none !important;
    color: #C93F3F;
    border-bottom: 1px solid #C93F3F;
    transition: ease .3s;
}
.rating-question__item a:hover {
    color: #FC6A6A;
    border-bottom: 1px solid transparent;
}
.h2-title, .profile-content .h2-title {
    margin: 0 0 30px;
}
.profile-content .h2-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}
.profile-top {
    background: #ffffff;
    padding: 60px 0;
    border-radius: 0 0 30px 30px;
}
.profile-block {
    background: #f5f5f5;
}
.profile-block-default {
    border-radius: 0;
}
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.is-sticky .profile-header__nav {
    left: 0;
    width: 100% !important;
    padding: 0 30px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 5px 15px rgba(15,15,15,.075);
    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: 1140px;
    padding: 10px 0;
    margin: 0 auto;
}
.is-sticky .profile-header__title {
    font-size: 22px;
    line-height: 22px;
}
.is-sticky .profile-header__actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    opacity: 1;
    overflow: visible;
}
.is-sticky .btn-send {
    background: #C93F3F !important;
    color: #ffffff;
}
.is-sticky .btn-send:hover {
    background: #FC6A6A !important;
    color: #fff;
}
.is-sticky .profile-header__actions .btn-load {
    background: transparent !important;
    border: 2px solid #f5f5f5;
}
.is-sticky .profile-header__actions .btn-load:hover {
    background: #f5f5f5 !important;
    color: #262626;
}
.is-sticky .profile-header__logo-rounded {
    border: 1px solid #f5f5f5;
}
.profile-header__info {
    display: flex;
    align-items: center;
    position: relative;
}
.profile-header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.profile-header__logo-rounded {
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.profile-header__logo img {
    width: 100%;
    transition: ease .3s;
}
.profile-header__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.profile-header__title, .promokod-header__title h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -1px;
    color: #262626;
    margin-bottom: 0;
}
.profile-header__review {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2px;
}
.profile-header__rating, .profile-header__review-box {
    display: flex;
    align-items: center;
}
.profile-header__rating {
    gap: 5px;
}
.profile-header__rating .ec-d-rating__stars {
    margin-top: -3px;
}
.profile-header__review-box {
    gap: 10px;
}
.profile-header__review-box {
    position: relative;
    margin-right: 20px;
}
.profile-header__review-box::before {
    content: '·';
    font-family: 'Museo-Medium';
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    margin-left: 10px;
    color: #888888;
}
.profile-header__rating-text, .profile-header__review-text, .dashboard-review__rating-quantity {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 14px;
    color: #262626;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.profile-header__rating-text {
    font-weight: 700;
}
.profile-header__rating-icon {
    display: block;
    width: 13px;
    margin-top: -2px;
}
.profile-header__rating-icon img, .dashboard-review__rating-icon img, .profile-review__rating-icon img {
    display: block;
    width: 100%;
}
.profile-header__review-box:hover .profile-header__review-text {
    color: #C93F3F;
}
.profile-header__actions {
    display: none;
    overflow: hidden;
    opacity: 0;
}
.profile-header__actions .btn {
    width: 200px;
    height: 48px;
}
.header-double .btn-load {
    border: 2px solid #e9e9e9;
    background: transparent;
}
.header-double .btn-load:hover {
    background: #e9e9e9;
    color: #262626;
}
.header-double-two .btn-load {
    border: 2px solid #f5f5f5;
    background: transparent;
}
.header-double-two .btn-load:hover {
    background: #f5f5f5;
    color: #262626;
}
.btn-send {
    font-weight: 700;
    padding: 10px 20px;
}
.header-double .btn-send, .body-profile .header-action .btn-header {
    background: #e9e9e9;
}
.header-double-two .btn-send {
    background: #f5f5f5;
}
.profile-header__actions .btn-send:hover, .body-profile .header-action .btn-header:hover {
    background: #262626;
    color: #ffffff;
}
.myfavorites-btn.glow-hover:before {
    width: 20px;
    height: 20px;
}
.btn-active {
    font-size: 16px;
    font-family: "Museo-Light";
    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;
}
.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;
}
.rating-agency .btn-more, .cases-wrap .btn-more {
    margin-left: auto;
    margin-right: auto;
}
.cases-title .btn-more {
    margin: 0 0 0 auto !important;
}
.cases-more-mobile .btn-more {
    display: none;
}
.profile-offer__title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px;
    color: #212529;
    padding: 0 0 40px;
    margin-bottom: 0;
}
.profile-offer__title span {
    display: inline-block;
    padding-left: 370px;
}
.profile-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-left: 370px;
}
.profile-summary__name {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    font-style: italic;
    color: #C93F3F;
    letter-spacing: 0;
}
.profile-summary__name span {
    display: block;
}
.profile-summary__name .sign {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-top: -5px;
}
.profile-summary__desc {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-top: 5px;
}
.profile-summary__clients {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-top: 3px;
    max-width: 290px;
}
.profile-summary__clients span {
    color: #262626;
}
.profile-summary__clients span::before {
    content: '·';
    font-family: "Museo";
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
}
.profile-summary__clients span:first-child::before {
    content: none;
}
.profile-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.profile-navbar-top {
    margin-top: 0;
}
.profile-nav__list, .tg-tabs-inside {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 30px;
    margin: 0;
}
.profile-content__nav {
    margin-top: 20px;
}
.tg-tabs-inside {
    border-bottom: 1px solid #f5f5f5;
}
.profile-nav li, .tg-tabs-inside li {
    display: inline-block;
    list-style: none;
}
.profile-nav li a, .tg-tabs-inside li a {
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Light";
    letter-spacing: 0;
    padding: 0 0 10px;
    color: #888888;
    white-space: nowrap;
    position: relative;
    transition: ease .3s;
}
.tg-tabs-inside li a {
    border: none;
}
.profile-nav li a::after, .tg-tabs-inside li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    border-radius: 1px;
    transition: ease .3s;
}
.profile-nav li a:focus, .profile-nav li a:active, .profile-nav li a.active {
    color: #C93F3F;
}
.tg-tabs-inside li a.active {
    border-color: transparent !important;
    background: transparent;
    color: #C93F3F !important;
}
.profile-nav li a:focus::after, .profile-nav li a:active::after, .profile-nav li a.active::after, .tg-tabs-inside li a.active::after {
    background: #C93F3F;
}
.profile-nav li a:hover, .tg-tabs-inside li a:hover, .tg-tabs-inside li a:focus {
    color: #262626;
    border-color: transparent !important;
}
.profile-nav li a:hover::after, .tg-tabs-inside li a:hover::after {
    background: #666666;
    opacity: .33;
}
.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: 30px 0;
}
.profile-sidebar {
    display: block;
    max-width: 340px;
    margin-left: 20px;
    position: relative;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
}
.profile-sidebar .rating-help {
    margin-top: 15px;
}
.profile-sidebar .sidebar-block, .s-page-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;
    margin: 20px 0;
}
.content-text-hide {
    max-height: 150px;
    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: 50%;
    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 {
    width: calc(100% - 360px);
}
.profile-content-block {
    background: #ffffff;
    padding: 30px 25px;
    margin-bottom: 15px;
    border-radius: 30px;
}
.profile-content-block-bottom {
    margin-bottom: 0;
}
.profile-content-block-top {
    border-top: none;
    padding-top: 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);
}
.tg-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    border-bottom: none;
}
.tg-tabs li {
    list-style: none;
}
.tg-tabs li a, .tg-tabs .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;
    white-space: nowrap;
    min-width: 90px;
    padding: 10px 20px;
    color: #262626;
    border: 2px solid #f5f5f5 !important;
    border-radius: 25px !important;
    transition: ease .3s;
}
.tg-tabs ul li a:hover {
    background: #f5f5f5;
    color: #262626;
}
.tg-tabs ul li a.active {
    background: #262626;
    color: #fff;
}
.tg-tabs 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;
}
.tg-tabs li .active, .tg-tabs li .active:hover, .tg-tabs.nav-tabs .nav-item.show .nav-link, .tg-tabs.nav-tabs .nav-link.active {
    background: #262626;
    color: #fff;
}
.tg-tabs li .active span {
    color: #fff;
}
.tg-tabs .nav-item
.profile-content__text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #888;
}
.profile-info {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 25px;
    background: #ffffff;
    border-radius: 30px;
}
.profile-info__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
    gap: 10px 20px;
    width: 100%;
}
.profile-info__item:last-child {
    padding-bottom: 0;
}
.profile-info__item-two {
    padding-top: 0 !important;
    border-top: none;
}
.profile-info__item-three {
    padding-top: 10px !important;
    border-top: none;
}
.profile-info__item-inside {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}
.profile-info__item-inside .profile-info__text {
    width: 100%;
}
.profile-info__item:first-child {
    border-top: 1px solid transparent;
    padding-top: 0;
}
.profile-info__item-wrap .profile-info__item {
    padding: 20px 0;
    flex-wrap: wrap;
}
.profile-info__item-wrap .profile-info__item:last-child {
    padding-bottom: 0;
}
.profile-info__item-wrap {
    flex-wrap: wrap;
}
.profile-info__item-wrap .tab-content {
    width: 100%;
}
.profile-info__item-wrap .tg-tabs li a {
    font-size: 14px;
    padding: 10px 15px;
}
.profile-info__name, .profile-info__name-link {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    color: #888888;
    white-space: nowrap;
}
.profile-info__name-link {
    display: inline-block;
    font-family: "Museo-Light";
    border-bottom: 1px solid #eeeeee;
}
.profile-info__text, .profile-info__link, .profile-data__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.profile-data__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
    gap: 10px 30px;
    width: 100%;
}
.profile-data__item-top {
    padding-top: 0 !important;
    border-top: none !important;
}
.profile-data__item:last-child {
    padding-bottom: 0;
}
.profile-data__text-box {
    display: flex;
    align-items: center;
    gap: 8px;
}
.profile-data__item-wrap {
    display: block;
}
.profile-data__name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 18px;
    color: #888888;
}
.profile-data__item .profile-data__name {
    margin-bottom: 0;
}
.profile-data__item-wrap .profile-data__name {
    margin-bottom: 10px;
}
.tab-content-inside .profile-data__item:first-child {
    border-top: none;
    padding-top: 0;
}
.profile-data__item-one .profile-data__name, .profile-data__item-two .profile-data__name, .profile-data__item-three .profile-data__name {
    width: 150px;
    flex-shrink: 0;
    padding: 0;
}
.profile-data__item-one, .profile-data__item-two {
    align-items: flex-start;
}
.profile-data__item-two .profile-data__name {
    padding: 8px 0;
}
.profile-data__name-row {
    display: inline-block;
}
.profile-data__name-row .info-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}
#specialization .profile-data__wrap {
    justify-content: flex-end;
}
#specialization .profile-data__wrap.collapsed .tg-gray.hidden-item {
    display: none;
}
#specialization .profile-data__wrap.collapsed {
    position: relative;
}
#specialization .profile-data__wrap.collapsed:before  {
    content: '';
    height: 100%;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 74px;
    background: linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));
    z-index: 1;
}
#specialization .show-more-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Museo-Medium";
    font-size: 14px;
    line-height: 18px;
    color: #C93F3F;
    background: rgba(201, 63, 63, .06);
    width: 34px;
    height: 34px;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 8px;
    z-index: 2;
    transition: ease .3s;
}
#specialization .show-more-link:hover {
    color: #C93F3F;
    background: rgba(201, 63, 63, .11);
}
#specialization .show-more-link.hidden {
    display: none;
}
.tg-gray, .profile-data__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Museo-Medium";
    font-size: 16px;
    line-height: 1;
    color: #262626;
    padding: 8px 12px;
    background: #f5f5f5;
    border: 1px solid transparent;
    min-width: 50px;
    border-radius: 6px;
    transition: ease .3s;
}
.profile-data__wrap .tg-gray, .profile-data__wrap a {
    font-family: "Museo-Light";
    gap: 5px;
}
.profile-data__wrap .tg-gray .info-icon {
    margin-top: -1px;
}
.tg-gray:hover, .profile-data__wrap a:hover {
    color: #262626;
    border-color: #f5f5f5;
    background: #ffffff;
}
.tg-green {
    color: #1F7A5C;
    background: rgba(31, 122, 92, .08);
}
.tg-green .info-icon {
    color: #1F7A5C;
    border-color: #1F7A5C;
}
.tg-green:hover {
    color: #1F7A5C;
    border: 1px solid rgba(31, 122, 92, .1);
    background: rgba(31, 122, 92, .025);
}
.tg-orange {
    color: #C4A84A;
    background: rgba(196, 168, 74, .08);
}
.tg-orange .info-icon {
    color: #C4A84A;
    border-color: #C4A84A;
}
.tg-orange:hover {
    color: #C4A84A;
    border: 1px solid rgba(196, 168, 74, .1);
    background: rgba(196, 168, 74, .025);
}
.tg-green .info-icon:hover, .tg-orange .info-icon:hover {
    color: #fff;
    border-color: #262626;
}
.tippy-box {
    font-family: "Gotham Pro";
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -.33px;
    color: #212529;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0,0,0,.1);
}
.tippy-box[data-theme~='custom'] {
    padding: 0;
    border-radius: 20px;
}
.tippy-box[data-theme~='light'] {
    padding: 6px;
    border-radius: 6px;
}
.tippy-box[data-theme~='custom'] .tippy-arrow, .tippy-box[data-theme~='light'] .tippy-arrow {
    color: #fff;
}
.data-bar {
    width: 100%;
    cursor: pointer;
    position: relative;
}
.data-bar__types {
    margin-top: 2px;
}
.data-bar__row {
    display: flex;
    gap: 6px;
}
.data-bar__price .data-bar__row {
    position: relative;
    z-index: 0;
}
.data-bar__types .data-bar__item:first-child .data-bar__line, .data-bar__chart-box:nth-child(1) .data-bar__chart-name::before, .data-bar__chart-info-reverse .data-bar__chart-box:nth-child(3) .data-bar__chart-name::before, .data-bar__chart-info-inverse .data-bar__chart-box:nth-child(2) .data-bar__chart-name::before {
    background: #1F7A5C;
}
.data-bar__types .data-bar__item:nth-child(2) .data-bar__line, .data-bar__chart-box:nth-child(2) .data-bar__chart-name::before {
    background: #42A085;
}
.data-bar__types .data-bar__item:nth-child(3) .data-bar__line, .data-bar__chart-box:nth-child(3) .data-bar__chart-name::before, .data-bar__chart-info-reverse .data-bar__chart-box:nth-child(1) .data-bar__chart-name::before, .data-bar__chart-info-inverse .data-bar__chart-box:nth-child(1) .data-bar__chart-name::before {
    background: #A7C4BC;
}
.data-bar__types .data-bar__item:nth-child(4) .data-bar__line, .data-bar__chart-box:nth-child(4) .data-bar__chart-name::before {
    background: #e1e1e1;
}
.data-bar__line {
    height: 12px;
    border-radius: 4px;
    min-width: 5px;
    background: #e1e1e1;
}
.data-bar__item-label {
    display: flex;
    justify-content: center;
    margin-top: 6px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #888;
}
.data-bar__chart {
    display: none;
}
.data-bar__chart-content {
    padding: 15px 15px 10px;
}
.data-bar__chart-content-bottom {
    padding-bottom: 5px;
}
.data-bar__chart-header {
    padding-bottom: 10px;
}
.data-bar__chart-title {
    font-size: 14px;
    line-height: 18px;
}
.data-bar__chart-wrap {
    display: flex;
    gap: 20px 0;
    align-items: center;
    justify-content: flex-start;
}
.data-bar__chart-donut {
    display: flex;
    position: relative;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
}
.data-bar__chart-svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: 0;
    z-index: 2;
}
.chart-circles circle {
    transition: stroke-dashoffset 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.data-bar__chart-segment {
    cursor: pointer;
    transition: stroke-width 0.2s ease, filter 0.2s ease;
    pointer-events: stroke;
}
.data-bar__chart-segment:hover {
    stroke-width: 7;
    filter: brightness(1.05);
}
.data-bar__chart-percent, .data-bar__chart-label {
    font-family: "Gotham Pro";
    letter-spacing: 0.02px;
    line-height: .1;
    pointer-events: none;
    transition: opacity .2s ease;
}
.data-bar__chart-info {
    width: 100%;
}
.data-bar__chart-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}
.data-bar__chart-box:last-child {
    margin-bottom: 0;
}
.data-bar__chart-info-level .data-bar__chart-box {
    white-space: wrap;
}
.data-bar__chart-info-level .data-bar__chart-box:nth-child(2) .data-bar__chart-name::before {
    background: #C4A84A;
}
.data-bar__chart-name {
    display: block;
    position: relative;
    padding-left: 17px;
}
.data-bar__chart-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    background: #eee;
    border-radius: 50%;
}
.data-bar__chart-percent {
    display: inline-block;
    color: #888888;
}
.data-bar__visual {
    position: relative;
    height: 20px;
}
.data-bar__visual-labels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
}
.data-bar__visual-label {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.data-bar__visual-label:not(:last-child) {
    transform: translateX(-50%);
}
.data-bar__visual-label:last-child {
    align-items: flex-end;
}
.data-bar__visual-label-notextreme {
    align-items: center !important;
    transform: translateX(-50%);
}
.data-bar__visual-label:first-child .data-bar__visual-value {
    color: #A7C4BC;
}
.data-bar__visual-label:nth-child(2) .data-bar__visual-value {
    font-size: 13px;
    font-weight: 700;
    color: #42A085;
}
.data-bar__visual-label:last-child .data-bar__visual-value {
    font-weight: 400;
    color: #1F7A5C;
}
.data-bar__visual-value {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}
.data-bar__visual-desc {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
}
.data-bar__visual-tick {
    width: 1px;
    height: 12px;
    margin-top: 4px;
    background: #fff;
}
.data-bar__visual-tick-typical {
    background: #42A085;
    border: 3px solid #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.data-bar__visual-tick-extreme {
    position: absolute;
    right: -1px;
    bottom: 0;
}
.data-bar__range {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 12px;
    z-index: 1;
}
.data-bar__range-fill {
    position: absolute;
    height: 100%;
    animation: slideIn 0.4s ease-out;
}
.data-bar__range-fill-r {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
@keyframes slideIn {
    from { opacity: 0; transform: scaleX(0); transform-origin: left; }
    to { opacity: 1; transform: scaleX(1); }
}
.profile-info__item-soc .tg-gray {
    width: 40px;
    height: 40px;
    min-width: auto;
}
.profile-info__link {
    font-family: "Museo-Medium";
    color: #262626;
    transition: ease .3s;
}
.profile-info__link:hover, .profile-info__name-link:hover {
    color: #C93F3F;
}
.profile-info__site {
    line-height: 16px;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
}
.profile-info__site:hover, .profile-info__name-link:hover {
    border-bottom: 1px solid transparent;
}
.profile-info__item-soc, .profile-data__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}
.profile-service, .profile-content-block .cases-list, .profile-portfolio {
    margin-top: 30px;
}
.tab-content .profile-data {
    margin-top: 20px;
}
.profile-service__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-top: 1px solid #f5f5f5;
}
.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;
    white-space: nowrap;
}
.profile-btnmore {
    margin: 30px auto 45px;
    max-width: 215px;
}
.profile-btnmore .btn {
    width: 100%;
}
.profile-portfolio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 30px;
}
.profile-portfolio__pict {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    flex-shrink: 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.profile-team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.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: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.profile-team__name {
    margin-bottom: 5px;
}
.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: 30px;
}
.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: center;
    gap: 20px;
    border-radius: 30px;
}
.dashboard-review__rating {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    height: 50px;
    padding: 8px 0 2px;
}
.dashboard-review-bottom {
    padding-bottom: 0 !important;
}
.dashboard-review__rating-wrap {
    margin-bottom: 5px;
}
.dashboard-review__rating-number {
    position: relative;
}
.dashboard-review__rating-numbertext {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    padding-right: 3px;
    cursor: pointer;
}
.dashboard-review__rating-number .info-icon {
    position: absolute;
    right: -17px;
    bottom: 9px;
}
.profile-review__rating-number .info-icon {
    position: absolute;
    right: -17px;
    bottom: 4.6px;
}
.dashboard-review__hidden {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(15,15,15,.1);
    visibility: hidden;
    opacity: 0;
    border-radius: 20px;
    transition: ease .3s;
}
.dashboard-review__rating-number:hover .dashboard-review__hidden, .profile-review__rating-number:hover .dashboard-review__hidden {
    opacity: 1;
    visibility: visible;
}
.profile-review__rating-number .dashboard-review__hidden {
    top: 35px;
    right: -126px;
    left: auto;
}
.dashboard-review__hidden-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 20px;
    padding: 15px 20px 20px;
}
.dashboard-review__hidden-text {
    padding: 20px 20px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.dashboard-review__hidden-box {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.dashboard-review__hidden-name {
    display: inline-block;
    font-family: "Museo-Light";
    color: #888888;
    white-space: nowrap;
}
.dashboard-review__hidden-number {
    display: inline-block;
    font-weight: 700;
}
.dashboard-review__rating-wrap, .profile-review__rating-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.dashboard-review__action .btn, .sidebar-about .btn, .profile-navbar .btn {
    margin-left: 0;
    width: 200px;
    border: 1px solid #262626;
    background: transparent;
    color: #262626;
}
.sidebar-about .btn {
    width: 100%;
}
.dashboard-review__action .btn:hover, .sidebar-about .btn:hover, .profile-navbar .btn:hover {
    background: #262626;
    color: #fff;
}
.profile-review__item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 20px;
    border-top: 1px solid #f5f5f5;
}
.ec-message .profile-review__item {
    opacity: .6;
    border-top: 1px solid transparent;
}
.ec-message {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border-radius: none !important;
}
.profile-alert {
    font-size: 16px;
    line-height: 22px;
    padding: 30px 20px;
    background: #f5f5f5;
    border-radius: 20px;
}
.profile-review__item:first-child {
    margin-top: 30px;
}
.profile-review__item:last-child {
    padding-bottom: 0;
}
.profile-review__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.profile-review__customer {
    max-width: 500px;
}
.profile-review__avatar {
    display: block;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.profile-review__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-review__rating-number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 30px;
}
.profile-review__rating-numbertext {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding-right: 3px;
    cursor: pointer;
}
.profile-review__about-post a {
    display: inline-block;
    font-family: "Museo-Light";
    font-weight: 700;
    color: #888;
    border-bottom: 1px solid #eeeeee;
    transition: ease .3s;
}
.profile-review__about-post a:hover {
    border-color: transparent;
    color: #C93F3F;
}
.profile-review__rating-wrap {
    margin-bottom: 8px;
}
.profile-review__rating-date {
    text-align: right;
    margin-top: 6px;
}
.profile-review__content-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
}
.profile-review__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.profile-review__recomend {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #16C784;
    margin: 20px 0 0;
    background: rgba(22, 199, 132, .1);
    padding: 8px 12px;
    border-radius: 6px;
}
.profile-review__recomend span {
    font-weight: 700;
}
.profile-review__data {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.profile-review__data-item {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
}
.profile-review__data-item span {
    display: inline-block;
    color: #262626;
}
.profile-breadcrumbs {
    padding-bottom: 30px;
}
.promokod-header {
    padding-top: 30px;
}
.promokod-item {
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    transition: ease .3s;
}
.promokod-item__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
.promokod-item__type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.promokod-item__type-label {
    color: #666666;
}
.promokod-item__metka {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 25px;
    white-space: nowrap;
}
.promokod-item__metka-best {
    background: rgba(196, 168, 74, .08);
    color: #C4A84A;
}
.promokod-item__metka-recomend {
    color: #1F7A5C;
    background: rgba(31, 122, 92, .08);
}
.promokod-item__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px 30px;
}
.promokod-item__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 50px;
}
.promokod-item__title {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 22px;
    line-height: 28px;
    color: #212529;
    margin-bottom: 0;
}
.promokod-item__desc {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0;
}
.promokod-item__action {
    position: relative;
}
.open-action::after {
    content: "Открыть акцию";
}
.promokod-item__work {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.promokod-item__work-name {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #888888;
}
.promokod-item__work-name::after {
    content: "Проверено, работает";
}
.profile-info__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}
.profile-info__header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.profile-info__header-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.profile-info__header-name {
    font-size: 20px;
    line-height: 24px;
}
.profile-info__nav ul {
    margin: 0;
    list-style: none;
}
.profile-info__nav ul li {
    margin-bottom: 8px;
}
.profile-info__nav ul li:last-child {
    margin-bottom: 0;
}
.profile-info__nav ul li a {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 15px;
    line-height: 20px;
    color: #212529;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
    transition: ease .3s;
}
.profile-info__nav ul li a:hover {
    color: #C93F3F;
    border-bottom: 1px solid transparent;
}
.sticky-actions {
    display: none;
}
.case-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 30px;
}
.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, .profile-portfolio__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.profile-content-block .case-info__wrap {
    margin-top: 15px;
}
.profile-content-block .profile-portfolio__wrap {
    flex-wrap: wrap;
}
.case-info__wrap a, .profile-portfolio__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, .profile-portfolio__wrap a:hover {
    color: #262626;
    border-color: #f5f5f5;
    background: #ffffff;
}
.profile-content-block .case-info__wrap a, .profile-portfolio__wrap a {
    font-size: 12px;
    padding: 6px 10px;
    white-space: nowrap;
}
.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-toc ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}
.sidebar-toc ul li {
    list-style: none;
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 24px;
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative;
}
.sidebar-toc ul li::before {
    content: "— ";
    position: absolute;
    left: 0;
}
.sidebar-toc ul li:last-child {
    margin-bottom: 0;
}
.sidebar-toc ul li a {
    display: inline;
    line-height: 24px;
    color: #C93F3F;
    border-bottom: 1px solid #eee;
    transition: ease .3s;
}
.sidebar-toc ul li a:hover {
    border-bottom: 1px solid transparent;
}
.sidebar-toc ul li a:hover {
    color: #C93F3F;
}
.sidebar-about {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 150px;
    transition: ease .3s;
}
.sidebar-about__item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    background: #f5f5f5;
    padding: 30px 25px;
    border-radius: 30px;
}
.sidebar-about-custom, .sidebar-about-custom .sidebar-about__title-name {
    color: #ffffff;
}
.sidebar-about__bage {
    font-family: "Museo-Medium";
    font-size: 20px;
    line-height: 26px;
    padding: 15px 0 5px;
    color: #262626;
}
.sidebar-about-custom .btn-load, .sidebar-podbor .btn-load {
    font-family: "Museo-Medium";
    width: 100%;
    background: #ffffff;
    border: none;
}
.sidebar-about-custom .btn-load:hover, .sidebar-podbor .btn-load:hover {
    background: #f5f5f5;
    color: #262626;
}
.sidebar-about__header {
    display: flex;
    align-items: center;
}
.sidebar-about__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50px;
    margin-right: 10px;
}
.sidebar-about__logo-rounded {
    border-radius: 50%;
    overflow: hidden;
}
.sidebar-about__logo img {
    width: 100%;
    transition: ease .3s;
}
.sidebar-about__header a, .sidebar-about__title-name {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 22px;
    line-height: 22px;
    color: #262626;
    transition: ease .3s;
}
.sidebar-about-custom .sidebar-about__title-name {
    line-height: 26px;
}
.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__info-text .grey {
    color: #666666;
    font-family: inherit;
}
.sidebar-about-custom .sidebar-about__info-text .grey {
    color: rgba(255,255,255,.8);
}
.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: 15px;
    padding: 30px 25px;
    background: #111111;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.sidebar-about-custom {
    margin-top: 15px;
}
.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: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    z-index: 10;
}
.sidebar-podbor__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    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: 15px;
}
.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: 30px;
}
.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-preview .cases-main__actual li:last-child {
    padding: 0 0 0;
}
.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: 15px;
    font-size: 13px;
    line-height: 17px;
    color: #888;
    transition: ease .3s;
}
.cases-main__popular .cases-main__agency {
    margin-top: 10px;
}
.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-bottom {
    margin-bottom: 0;
}
.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__content .content-text-block {
    margin-bottom: 0;
}
.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: #fff;
    transition: ease .3s;
    outline: none;
    border: 1px solid #fff;
    border-radius: 25px;
}
.btn-link:hover {
    text-decoration: none;
    color: #C93F3F;
    background: #fff;
}
.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%;
}
.profile-content-block .cases-list {
    grid-template-columns: 1fr;
    gap: 30px 0;
}
.section-cases-right .cases-list {
    max-width: 770px;
    margin-left: auto;
    grid-template-columns: 1fr;
}
.cases-list__item, .profile-portfolio__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    position: relative;
    gap: 15px 20px;
    transition: ease .3s;
}
.profile-portfolio__item {
    flex-wrap: wrap;
}
.profile-content-block {
    margin-top: 0;
}
.profile-content-block .pagination {
    opacity: 0;
}
.cases-list__item-textbox {
    height: 150px;
}
.profile-content-block .cases-list__item-textbox {
    height: auto;
    padding-top: 20px;
}
.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, .profile-content-block .cases-list__item:nth-child(even) {
    margin-top: 0;
}
.section-cases-topodd .cases-list__item:nth-child(odd) {
    margin-top: 30px;
}
.cases-list__item:hover .cases-list__pict img, .profile-portfolio__item:hover .profile-portfolio__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, .profile-portfolio__item 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, .profile-portfolio__link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.cases-list__text, .profile-portfolio__text {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    width: auto;
    color: #262626;
}
.cases-list__text span, .profile-portfolio__text span {
    transition: ease .3s;
    border-bottom: 1px solid #eee;
}
.cases-list__link:hover .cases-list__text, .profile-portfolio__link:hover .profile-portfolio__text {
    color: #C93F3F;
}
.cases-list__link:hover .cases-list__text span, .profile-portfolio__link:hover .profile-portfolio__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-block {
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}
.cases-preview .cases-more {
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
}
.contact {
    padding: 90px 0 180px;
    background: #1d1d1d;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
}
.contact-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-name, .contact-name__bottom {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.5px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
}
.contact-name__bottom {
    white-space: nowrap;
}
.contact-name {
    width: 100%;
}
.contact-text {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin: 30px auto;
    max-width: 550px;
    text-align: center;
}
.contact-subtitle {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-icon__wrap {
    display: flex;
    align-items: center;
}
.contact-icon__item, .contact-icon__link {
    display: flex;
    justify-content: center;
    height: 70px;
    width: 70px;
    background: #1d1d1d;
    border: 4px solid #1d1d1d;
    overflow: hidden;
    border-radius: 50%;
    margin-right: -20px;
}
.contact-icon__link {
    background: #ffffff;
    transition: ease .3s;
}
.contact-icon__link::before {
    content: '+';
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: #1d1d1d;
    transition: ease .3s;
}
.contact-icon__wrap:hover .contact-icon__link {
    background: #C93F3F;
}
.contact-icon__wrap:hover .contact-icon__link::before {
    color: #fff;
}
.contact-icon__item img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.contact .btn {
    margin: auto;
}
.footer {
    padding: 60px 0 0;
    background: #111111;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}
.footer-contact {
    margin-top: -90px;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
}
.footer-bottom {
    display: block;
}
.footer-logo {
    position: relative;
}
.footer-logo img {
    opacity: .05;
}
.footer-logo__inset {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0.1) 100%);
}
.footer-row {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
}
.footer-name {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}
.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-list {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    padding: 0;
    margin: 0;
}
.footer-list li {
    display: inline-block;
    list-style: none;
}
.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;
    margin-top: -60px;
    padding-bottom: 40px;
}
.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-backdrop {
    background: rgba(12,20,32,0.5);
}
.modal.show {
    padding-right: 0 !important;
}
.modal-site .modal-dialog {
    max-width: 520px;
}
.modal-portfolio .modal-dialog {
    max-width: 1000px;
}
.modal-podbor .modal-dialog {
    max-width: 100%;
    margin: auto;
}
.modal-filters .modal-dialog, .modal-review .modal-dialog {
    max-width: 800px;
}
.modal-podbor.show, .modal-site.show {
    padding-right: 0 !important;
}
.modal-content {
    width: 450px;
    padding: 40px;
    border-radius: 40px;
    border: none;
}
.modal-filters .modal-content, .modal-site .modal-content, .modal-portfolio .modal-content, .modal-review .modal-content {
    width: 100%;
    padding: 30px 25px;
    border-radius: 20px;
}
.modal-podbor .modal-content {
    width: 100%;
    padding: 30px 0;
}
.modal-top {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 20px;
}
.close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    opacity: 1;
    cursor: pointer;
    transition: ease .3s;
}
.close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: url(/assets/tmp/img/icon-close.png) no-repeat center;
    background-size: contain;
    opacity: .75;
    transition: ease .3s;
}
.close:hover {
    background: transparent;
}
.close:hover::after {
    opacity: 1;
}
.modal-header .close {
    margin: 0;
    padding: 0;
}
.modal-header {
    padding: 0;
    align-items: center;
    border-bottom: none;
}
.modal-header__name, .modal-body__title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -.8px;
    margin-right: 15px;
}
.modal-body__title {
    margin: 0 0 15px 0;
}
.modal-body__title a img {
    height: 28px;
}
.modal-body__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.modal-body__link {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 18px;
    line-height: 18px;
    color: #262626;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    transition: ease .3s;
}
.modal-body__link:hover {
    color: #C93F3F;
    border-color: transparent;
}
.modal-body__link::after {
    content: '';
    position: absolute;
    left: 103%;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background-image: url(/assets/rating/icon-red-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .1s linear;
}
.modal-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #262626;
    opacity: .75;
}
.modal-body {
    padding: 0;
}
.modal-body__wrap {
    padding: 25px 0;
}
.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;
}
.modal-filters__block {
    margin-top: 24px;
}
.modal-filters .filters-wrapper {
    flex-wrap: wrap;
    gap: 15px;
}
.modal-filters .filters-area {
    width: 240px;
}
.modal-filters .filters-view__scroll {
    max-height: 180px;
}
.filters-action {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.modal-filters .filters-action {
    padding-top: 24px;
    width: 100%;
}
.filters-action .btn-load {
    font-family: "Museo-Medium";
    background: #262626;
    color: #ffffff;
    margin: 0;
    width: auto;
    min-width: 180px;
    transition: ease .3s;
}
.filters-action .btn-load span {
    margin-left: 5px;
}
.filters-action .btn-load:hover {
    background: #444444;
}
.modal-portfolio .modal-body__wrap {
    padding-bottom: 0;
}
.modal-portfolio-pict {
    margin: 30px -25px 0;
}
.modal-portfolio-pict img {
    width: 100%;
    display: block;
}
.modal-portfolio-block, .modal-portfolio .modal-body__title {
    max-width: 720px;
    margin: auto;
}
.modal-portfolio-block .profile-data {
    margin-bottom: 30px;
}
.modal-portfolio-block .profile-data__item:last-child {
    border-bottom: 1px solid #f5f5f5;
}
.ec-form {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}
.dashboard-review__rating-wrap .ec-stars, .profile-review__rating .ec-stars {
    margin: 0 !important;
}
.step-review {
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}
.step-review.active {
    display: block;
    opacity: 1;
}
.step-review .control-label {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.modal-review__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.review-input {
    height: 50px;
    padding: 15px;
}
.modal-review .form-group {
    width: 100%;
    margin-bottom: 0;
}
.form-group-review {
    margin: 30px 0 10px !important;
}
.step-action .btn-active:disabled {
    cursor: no-drop;
}
.step-action .btn-active:disabled:hover {
    background: #C93F3F;
}
.step-start__title {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.step-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.step-start__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.step-start__shortlist a {
    display: inline-block;
    font-family: "Museo-Medium";
    font-size: 18px;
    line-height: 18px;
    color: #212529;
    margin-left: 3px;
    border-bottom: 1px solid #eeeeee;
    transition: ease .3s;
}
.step-start__shortlist a:hover {
    color: #C93F3F;
    border-color: transparent;
}
.step-start__list {
    margin: 40px 0 0;
}
.step-start__list li {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 25px;
    margin-bottom: 8px;
    list-style: none;
    position: relative;
}
.step-start__list li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    border: none;
    background: url(img/tick.svg) no-repeat center;
    background-size: cover;
}
.step-start, .step-podbor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step-start__content, .step-content, .step-action, .step-progress {
    max-width: 750px;
    width: 100%;
}
.step-content-last {
    max-width: 320px !important;
    margin: auto;
}
.step-howorks {
    width: 300px;
    height: 100%;
    padding: 25px 20px;
    background: #f5f5f5;
    border-radius: 20px;
}
.step-howorks__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}
.step-howorks__block {
    display: grid;
    gap: 20px;
}
.step-howorks__name {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    margin-bottom: 0;
}
.step-howorks__name .bold {
    font-weight: 700;
    color: #212529;
}
.step-howorks__name .red {
    font-weight: 700;
    color: #C93F3F;
}
.step-progress {
    width: 300px;
    height: 100%;
}
.step-progress__content {
    display: flex;
    justify-content: space-between;
}
.step-progress__number {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.progress-bar {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    margin: 10px 0 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.progress-bar__line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-image: linear-gradient(270deg,#FC6A6A 50%,#C93F3F);
    border-radius: 10px;
}
.step-content__item {
    margin-bottom: 20px;
}
.step-content__item-top {
    margin: 40px 0 20px;
}
.step-content__item-bottom {
    margin-bottom: 0;
}
.step-content__field, .step-content-last .btn-active {
    width: 100%;
}
.step-content-last .btn-active {
    margin-top: 5px;
}
.step-content__field textarea, .step-input, .review-input, .modal-review textarea {
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    color: #212529;
    letter-spacing: -.33px;
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 25px;
    transition: all .2s;
}
.step-content__field textarea::placeholder, .step-input::placeholder, .review-input::placeholder, .modal-review textarea::placeholder {
    color: #888888;
}
.step-content__field textarea, .modal-review textarea {
    height: 130px;
    padding: 20px;
    resize: none;
}
.step-content__field-bottom, .modal-review textarea {
    margin-bottom: 10px;
}
.step-input {
    max-width: 320px;
    height: 50px;
    padding: 15px;
}
.step-content__field textarea:focus, .modal-review textarea:focus, .review-input:focus {
    border: 1px solid #C93F3F;
}
.step-content__filewrap {
    position: relative;
}
.step-content__file {
    display: inline-block;
    font-family: "Museo-Light";
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #C93F3F;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    transition: ease .3s;
}
.step-content__file::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(/assets/tmp/img/icon-file.png) no-repeat center;
    background-size: cover;
}
.step-content__filewrap .input-file {
    display: block;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.step-content__file-list {
    margin-top: 10px;
}
.step-content__file-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3px 30px;
    margin: 0;
}
.step-content__file-list ul li {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.step-content__file-list .file-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 12px;
}
.step-content__file-list .file-size {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
}
.step-content__confid {
    margin-top: 5px;
}
.step-block-review .step-content__confid {
    margin-top: 30px;
}
.step-content__confid span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #888888;
}
.step-content__confid a {
    font-family: "Museo-Light";
    color: #212529;
    transition: all 0.3s ease-in-out 0s;
}
.step-content__confid a:hover {
    color: #C93F3F;
}
.step-content__wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.step-content__name {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.step-content__desc {
    margin: 5px 0 0;
}
.step-content__desc, .step-progress__desc {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}
.step-block-review .step-content__desc {
    margin: 0 0 5px;
}
.step-progress__desc {
    display: inline-block;
}
.step-progress__desc::before {
    content: 'Уже заполнено';
}
.step-content__box label {
    margin-bottom: 0;
}
.step-content__box input {
    display: none;
}
.step-content__label-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    min-width: 100px;
    font-family: "Museo-Light";
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    color: #212529;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 25px;
    transition: all .2s;
}
.step-content__label-text:hover {
    border: 1px solid #262626;
}
.step-content__input:checked + .step-content__label-text {
    background: #262626;
    color: #fff;
}
.step-indicators {
    margin: 0 0 30px;
}
.step-indicators__wrap {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}
.step-indicator {
    font-size: 14px;
    font-family: "Museo-Light";
    line-height: 20px;
    color: #262626;
    opacity: .65;
    padding: 0 0 10px;
    white-space: nowrap;
    position: relative;
    transition: ease .3s;
}
.step-indicator::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    border-radius: 1px;
    transition: ease .3s;
}
.step-indicator.active {
    opacity: 1;
    font-weight: 600;
}
.step-indicator.active::after {
    background: #C93F3F;
}
.step-indicator.visited {
    opacity: 1;
    pointer-events: auto;
}
.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 {
        height: auto;
    }
    .agency-header {
        width: 340px;
    }
    .agency-content {
        width: 390px;
    }
    .agency-content__info {
        flex-wrap: wrap;
    }
    .agency-content__offer {
        white-space: wrap;
    }
    .case-title__author, .step-howorks, .step-progress {
        width: 250px;
    }
    .profile-sidebar, .blog-page__sidebar {
        width: 300px;
    }
    .blog-page__content, .rating-block__content, .blog-page__title, .case-title h1, .step-start__content, .step-content, .step-action {
        max-width: 680px;
    }
    .modal-review .step-content {
        max-width: none;
    }
    .profile-content, .case-content {
        width: calc(100% - 320px);
    }
    .is-sticky .profile-header__nav {
        padding: 0 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%;
    }
    .profile-header .agency-verified__tooltip {
        left: 150%;
    }
    .agency-verified__tooltip {
        padding: 8px 10px;
    }
    .agency-verified__tooltip a {
        margin-left: 0;
    }
    .s-page-grid {
        grid-template-columns: 220px 1fr;
    }
    .s-page-grid > :nth-child(3) {
        grid-column: 1 / -1;
    }
    .s-page-content {
        max-width: 620px;
    }
    .s-page .rating-help {
        padding: 15px 20px;
        margin: 0 auto;
    }
    .s-page-top .sidebar-block {
        position: static;
        width: 100%;
        order: 1;
    }
}
@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, .header-overlay.open .btn-case, .header-overlay.open .btn-active {
        -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;
    }
    .header-overlay.open .btn-case {
        -webkit-animation-delay: .60s;
                animation-delay: .60s;
    }
    @-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-size: 28px;
        line-height: 150%;
    }
    .header-wrapper {
        position: relative;
    }
    .header-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 1.5px;
        height: 26px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
        z-index: 211;
    }
    .header-black .header-mobile {
        top: 21px;
        opacity: .5;
    }
    .header-black .header-mobile.active {
        position: fixed;
        top: 21px;
    }
    .header-black .header-mobile span {
        background: #ffffff;
    }
    .header-black .nav-list li a {
        color: #262626;
    }
    .header-black .dropdown-link__title::after {
        border: solid #262626;
        border-width: 0 2px 2px 0;
        padding: 3.5px;
    }
    .header-black .header-mobile:hover {
        opacity: 1;
    }
    .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: center;
        justify-content: flex-start;
        height: 100%;
    }
    .header-border .btn-header, .header-gray .btn-header,  .header-action .btn-active,.header-action .btn-case, .header-action .btn-header {
        display: none;
    }
    .header-menu .nav .btn {
        display: flex;
        max-width: 280px;
        height: 65px;
        width: 100%;
        font-size: 20px;
        font-family: "Museo-Light";
        margin-left: 20px;
        padding: 20px 50px;
        opacity: 0;
        border-radius: 50px;
    }
    .myfavorites-counter {
        margin-right: 65px;
    }
    .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 {
        border-width: 0 2px 2px 0;
        padding: 3.5px;
        margin-left: 10px;
    }
    .dropdown-link:hover .dropdown-link__title::after {
        border-width: 0 2px 2px 0;
        margin-top: 6px;
    }
    .dropdown-item-mobile {
        display: inline-block !important;
    }
    .profile-offer__title {
        font-size: 52px;
        line-height: 52px;
    }
    .case-content .inscript-bg img {
        max-width: 610px;
    }
}
@media screen and (max-width: 992px) {
    .begin-title h1, .contact-name, .contact-name__bottom {
        font-size: 50px;
        line-height: 50px;
    }
    .contact-icon__link::before {
        font-size: 50px;
        line-height: 1;
    }
    .section-title h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .begin-title__item {
        width: 50px;
        height: 50px;
    }
    .contact-icon__item, .contact-icon__link {
        width: 60px;
        height: 60px;
    }
    .contact-icon__link {
        align-items: center;
    }
    .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, .blog-page__content, .blog-page__title, .case-title h1, .case-wrap, .rating-block, .rating-block__content {
        max-width: 720px;
        margin: auto;
    }
    .blog-page__content {
        order: 1;
    }
    .profile-content, .case-content {
        width: 100%;
    }
    .blog-page__title {
        max-width: 900px;
    }
    .blog-page-article .blog-page__content, .rating-block__content {
        order: 2;
    }
    .blog-page h1,.blog-page .rating-page h1, .case-title h1, .cases-journal__title h1, .blog-page .rating-page h1, .step-start__title, .blog-page .rating-page h1, .rating-page__title span  {
        font-size: 30px;
        line-height: 36px;
    }
    .profile-header__actions .myfavorites-btn {
        width: auto;
        height: auto;
    }
    .profile-header__actions .btn {
        display: none;
    }
    .profile-header__actions {
        gap: 0;
    }
    .rating-page__wrap {
        flex-wrap: wrap;
    }
    .rating-page__promo {
        margin-top: 20px;
        padding: 20px 15px;
        margin-bottom: 0;
    }
    .modal-filters .filters-area {
        width: 31.9%;
    }
    .agency-content {
        order: 3;
        width: 100%;
    }
    .agency-content__info {
        width: auto;
    }
    .agency-content__text {
        width: 100%;
    }
    .agency-services {
        margin-top: 0;
        margin-left: 52px;
    }
    .block-shortlist {
        padding: 20px 15px;
    }
    .block-shortlist__wrap {
        display: block;
        max-width: 345px;
        margin: auto;
    }
    .block-shortlist__content {
        margin-bottom: 12px;
    }
    .block-shortlist__desc {
        font-size: 13.5px;
        line-height: 17.5px;
    }
    .block-shortlist__text {
        font-size: 10.5px;
        line-height: 12.5px;
    }
    .rating-page {
        margin-bottom: 0;
    }
    .profile-offer__title span, .profile-summary {
        padding-left: 150px;
    }
    .profile-offer__title {
        font-size: 44px;
        line-height: 44px;
        letter-spacing: -1px;
    }
    .profile-summary__name {
        font-size: 30px;
        line-height: 34px;
    }
    .profile-summary__name .sign {
        font-size: 24px;
        line-height: 24px;
        margin-top: -2px;
    }
    .sidebar-toc {
        padding-bottom: 30px;
    }
    .blog-page__sidebar {
        width: 100%;
        order: 2;
        margin: 30px 0 0;
    }
    .case-page .blog-page__sidebar {
        order: 1;
        margin: 0 0 30px;
    }
    .case-page .case-content {
        order: 2;
    }
    .blog-page-article .blog-page__sidebar, .rating-block .blog-page__sidebar {
        order: 1;
        margin-top: 0;
    }
    .blog-page__content-rating {
        order: 2;
    }
    .blog-page__sidebar-rating {
        order: 1;
    }
    .sidebar-promocode {
        height: 140px;
    }
    .sidebar-promocode__pict {
        max-width: 300px;
        right: -30px;
        bottom: -65px;
    }
    .sidebar-podbor {
        margin-top: 0;
    }
    .profile-sidebar .sidebar-podbor {
        margin-top: 15px;
    }
    .rating-block .sidebar-podbor {
        margin-top: 0;
    }
    .rating-block .blog-page__sidebar {
        margin-bottom: 60px;
    }
    .sidebar-podbor__title {
        display: none;
    }
    .sidebar-promocode__title, .sidebar-podbor__subtitle,  .sidebar-podbor-blog .sidebar-podbor__title {
        font-size: 20px;
        line-height: 26px;
    }
    .sidebar-podbor-blog .sidebar-podbor__title {
        font-size: 22px;
        line-height: 26px;
        display: block;
    }
    .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, .blog-page__content-rating {
        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-header__review {
        flex-wrap: wrap;
    }
    .profile-sidebar {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        margin: 15px auto 0;
        order: 2;
        gap: 15px;
    }
    .profile-info {
        width: 100%;
        order: 2;
    }
    .profile-info__item-inside {
        justify-content: flex-end;
        text-align: right;
    }
    .profile-sidebar .sidebar-block {
        position: static;
        width: 100%;
        order: 1;
    }
    .sidebar-about-custom {
        margin-top: 0;
    }
    .profile-sidebar .rating-help {
        margin: 0 auto;
    }
    .profile-content {
        padding-left: 0;
    }
    .profile-sidebar .sidebar-title {
        display: block;
    }
    .profile-sidebar__list li {
        padding: 15px 0;
    }
    .sticky-actions {
        position: fixed;
        bottom: 0;
        left: 50%;
        display: flex !important;
        justify-content: space-between;
        width: 100%;
        padding: 15px 20px 20px;
        background: rgba(29,29,29, .9);
        backdrop-filter: blur(10px);
        border-radius: 20px 20px 0 0;
        box-shadow: 0 0 40px rgb(0 0 0 / 15%);
        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;
        z-index: 13;
    }
    .sticky-actions .btn {
        width: 49%;
    }
    .sticky-actions .btn-send {
        background: #fff;
    }
    .sticky-actions .btn-send:hover {
        background: #f5f5f5;
    }
    .filters-block .filters-area:nth-child(5) {
        display: none;
    }
    .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-content .inscript-bg img {
        max-width: 700px;
    }
    .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;
    }
    .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-block {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-logo {
        width: 100%;
        order: 1;
    }
    .footer-bottom {
        order: 3;
    }
    .footer-info {
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 20px;
    }
    .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;
    }
    .footer-row {
        margin-top: -60px;
        order: 2;
        grid-template-columns: 1fr 1fr;
        z-index: 3;
    }
    .step-start, .step-content, .step-progress, .step-action {
        max-width: 720px;
        margin: auto;
    }
    .progress-bar {
        margin-bottom: 25px;
    }
    .step-action {
        margin-top: 40px;
    }
    .step-action .btn-clear {
        width: auto;
    }
    .step-start__content {
        max-width: none;
    }
    .step-start__list {
        margin-top: 20px;
    }
    .step-howorks {
        width: 100%;
        margin-top: 30px;
    }
    .step-progress {
        order: 1;
        width: 100%;
    }
    .step-content {
        order: 2;
    }
    .s-page-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .s-page-content {
        max-width: 620px;
        margin: auto;
    }
    .s-page-block {
        padding: 30px 25px;
    }
    .s-page-sidebar {
        order: 2;
        width: 620px;
        padding: 10px 0 0;
        margin: auto;
    }
    .s-page-top .s-page-sidebar {
        order: 1;
        padding: 0;
    }
    .s-page-sidebar .sidebar-toc {
        padding-bottom: 15px;
    }
    .s-page-top .s-page-content {
        order: 2;
    }
    .s-page-top .sidebar-block {
        order: 3;
    }
}
@media screen and (max-width: 800px) {
    .modal-filters .filters-area {
        width: 49%;
    }
    .modal-filters .filters-wrapper {
        gap: 10px;
    }
    .modal-filters .filter-select__box div, .modal-filters .filter-select.active .filter-select__hidden {
        width: 220px;
    }
    .modal-filters .filters-action {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .filters-action .btn-load {
        width: 100%;
        order: 1;
    }
    .btn-clear {
        order: 2;
        border-color: transparent;
    }
    .btn-clear:hover {
        background: transparent;
        border-color: transparent;
        color: #C93F3F;
    }
    .rating-notfound .btn-clear {
        color: #262626;
        border: 1px solid #DEDEDE;
        width: auto;
    }
    .rating-notfound .btn-clear:hover {
        background: #f5f5f5;
        border-color: #f5f5f5;
    }
    .agency-content {
        display: block;
        width: auto;
    }
    .agency-services {
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .header {
        padding: 20px 0;
    }
    .header-black {
        padding: 20px 0 60px;
    }
    .header-logo img {
        height: 25px;
    }
    .top-banner {
        padding-bottom: 20px;
    }
    .top-banner__link img {
        max-height: 160px;
    }
    .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, .contact-name, .contact-name__bottom, .contact-icon__link::before {
        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;
    }
    .contact-icon__item, .contact-icon__link {
        width: 50px;
        height: 50px;
        margin-right: -16px;
        border: 2px solid #1d1d1d;
    }
    .begin-title__text {
        padding-right: 10px;
    }
    .begin-text {
        margin: 30px 0 40px;
    }
    .begin-text p, .contact-text {
        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, .section-rating .h2-title, .profile-content .h2-title {
        font-size: 26px;
        line-height: 32px;
    }
    .content-text h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .inscript-bg img, .s-page .content-text 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__btn {
        margin-top: 30px;
    }
    .rating-agency__btn-bottom {
        margin-bottom: 40px;
    }
    .container-full {
        padding: 0;
    }
    .profile-sidebar__list .sidebar-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .filters-block.sticky {
        padding-bottom: 5px;
        border-bottom-right-radius: 0;
    }
    .filters-block .filters-area:nth-child(4), .filters-block .filters-area:nth-child(5) {
        display: flex;
    }
    .filters-block .filters-wrap {
        overflow-x: scroll;
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 20px 5px;
    }
    .filters-tags__scroll {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 20px 5px;
    }
    .filters-tags__wrap {
        padding-top: 10px;
    }
    .filters-tags__link {
        font-size: 15px;
        padding: 10px 15px;
    }
    .filters-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(12,20,32,0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 1055;
        pointer-events: none;
    }
    .filters-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .filters-block .filters-wrapper {
        width: 980px;
    }
    .filters-btn {
        width: 50px;
        padding: 0;
    }
    .filters-btn span {
        display: none;
    }
    .filters-btn::before {
        margin: 0;
    }
    .filters-view {
        position: fixed;
        bottom: 0;
        top: auto;
        margin: 0;
        padding: 20px 0;
        width: 100%;
        transform: translateY(100%);
        box-shadow: 0 -12px 16px rgba(0,0,0,0.06);
        border-radius: 20px 20px 0 0;
        transition: transform 0.3s ease-in-out;
        z-index: 1065;
    }
    .filters-view__header {
        display: flex;
        justify-content: space-between;
        padding: 0 20px 10px;
    }
    .filters-view__header-text {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -.5px;
    }
    .filters-view__close {
        width: 20px;
        height: 20px;
        position: relative;
        opacity: 1;
        cursor: pointer;
        transition: ease .3s;
    }
    .filters-view__close::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 100%;
        background: url(/assets/tmp/img/icon-close.png) no-repeat center;
        background-size: contain;
        opacity: .75;
        transition: ease .3s;
    }
    .filters-view__box-text {
        padding: 10px 20px;
    }
    .filters-view__scroll, .modal-filters .filters-view__scroll {
        height: 294px;
    }
    .modal-filters .filters-view__scroll {
        max-height: none;
    }
    .agency, .rating-notfound {
        padding: 20px 15px;
    }
    .agency-name, .profile-sidebar__list li a {
        font-size: 20px;
        line-height: 24px;
    }
    .rating-head {
        padding-top: 30px;
    }
    .rating-notfound__name {
        font-size: 18px;
        line-height: 24px;
    }
    .rating-notfound__desc {
        font-size: 14px;
        line-height: 20px;
    }
    .agency-review__info-text span {
        padding: 0 2px;
    }
    .agency-header {
        flex-wrap: wrap;
    }
    .agency-content {
        width: 100%;
    }
    .agency-content__text {
        margin-bottom: 15px;
    }
    .agency-content__info {
        gap: 10px 20px;
    }
    .agency-cases__wrap.open:before {
        width: 60px;
    }
    .agency .myfavorites-btn {
        visibility: visible;
        opacity: 1;
    }
    .agency-btn {
        margin-left: 10px;
    }
    .agency-wrap {
        position: relative;
    }
    .agency-action .agency-btn {
        display: none;
    }
    .agency-nolink {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 0 65px;
    }
    .agency-action {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
    .agency-shortlist__icon, .agency-shortlist__icon:hover, .agency-shortlist__input:checked+.agency-shortlist__icon {
        background-color: transparent;
        border-color: transparent;
        background-size: 50%;
    }
    .agency-action__mobile {
        width: 100% !important;
        justify-content: flex-start;
    }
    .agency-review {
        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__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-cases__scroll {
        width: 100%;
        overflow-x: scroll;
        padding-right: 40px;
    }
    .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;
    }
    .rating-help {
        padding: 15px;
    }
    .rating-help__name {
        font-size: 18px;
        line-height: 22px;
    }
    .filters-area:hover .filters-view {
        opacity: 0;
        visibility: hidden;
    }
    .filters-content__updated {
        margin-top: 4px;
    }
    .profile-offer__title span{
        padding-left: 0;
    }
    .profile-offer__title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 30px;
    }
    .profile-top {
        padding: 50px 0;
    }
    .header-double-two .profile-header__title {
        font-size: 22px;
        line-height: 22px;
    }
    .profile-summary {
        padding-left: 0;
        gap: 30px;
    }
    .profile-header {
        flex-wrap: wrap;
    }
    .profile-banner {
        margin-top: 50px;
    }
    .profile-nav {
        overflow: hidden;
    }
    .profile-nav__list, .tg-tabs-inside {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .profile-nav__list::-webkit-scrollbar, .tg-tabs-inside::-webkit-scrollbar {
        width: 0;
        display: none;
    }
    .profile-nav__list, .step-indicators__wrap, .tg-tabs-inside {
        gap: 0 20px;
    }
    .profile-info {
        width: auto;
        margin: 0 -20px;
        padding: 30px 0;
    }
    .profile-sidebar .sidebar-podbor, .sidebar-about-custom {
        margin-left: -20px;
        margin-right: -20px;
    }
    .modal-body__wrap .profile-info__item {
        padding-left: 0;
        padding-right: 0;
    }
    .profile-block-default {
        padding-top: 0;
    }
    .profile-data, .profile-question {
        margin-left: -20px;
        margin-right: -20px;
    }
    .profile-content__nav {
        padding-bottom: 0;
        margin-right: -20px;
        margin-top: 10px;
        overflow: hidden;
        position: relative;
    }
    .profile-content__nav::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 80%;
        background: linear-gradient(270deg,#fff 20%,#fff 20%,#fff0);
    }
    .profile-info__item, .profile-data__item {
        padding: 20px;
    }
    .profile-data__item {
        flex-wrap: wrap;
        gap: 10px;
    }
    .profile-data__item:last-child {
        padding-bottom: 0;
    }
    .profile-data__name br {
        display: none;
    }
    .profile-data__item-two .profile-data__name, .profile-data__item-three .profile-data__name {
        width: auto;
    }
    #specialization .profile-data__wrap {
        justify-content: flex-start;
    }
    #specialization .profile-data__wrap.collapsed {
        justify-content: flex-end;
    }
    .profile-data__item-one, .profile-data__item-two {
        align-items: center;
    }
    .profile-data__item-two .profile-data__name {
        padding: 0;
    }
    .modal-portfolio-block .profile-data__item:last-child {
        padding-bottom: 20px;
    }
    .sidebar-about__item {
        padding: 30px 20px;
    }
    .sidebar-about__title-name {
        font-size: 20px;
        line-height: 20px;
    }
    .profile-info__item, .profile-info__item:first-child {
        width: 100%;
    }
    .profile-content-block {
        padding: 25px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .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-info__item-inside {
        text-align: left;
        justify-content: flex-start;
    }
    .profile-service {
        margin-top: 14px;
    }
    .profile-client, .profile-team {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tab-content, .profile-review, .profile-banner, .rating-average, .rating-checklist, .rating-question, .ec-message {
        margin-left: -20px;
        margin-right: -20px;
    }
    .tab-content-spec, .tab-content-inside {
        margin-left: 0;
        margin-right: 0;
    }
    .profile-service__item {
        padding: 20px;
    }
    .profile-team__photo, .case-team__photo {
        width: 100px;
        height: 100px;
    }
    .profile-review__item {
        padding: 30px 20px;
        gap: 20px;
    }
    .profile-review__customer {
        max-width: 380px;
    }
    .profile-question__item {
        padding: 20px;
    }
    .profile-question__item:last-child {
        padding-bottom: 0;
    }
    .case-wrap, .rating-page {
        padding-bottom: 50px;
    }
    .case-others, .case-team {
        padding: 50px 0;
    }
    .section-rating {
        padding: 50px 0 30px;
    }
    .cases-list__item:first-child {
        padding-top: 0;
        border-top: 1px solid transparent;
    }
    .cases-list__item {
        margin-top: 0 !important;
        padding: 30px 20px;
        margin-left: -20px;
        margin-right: -20px;
        border-top: 1px solid #f5f5f5;
    }
    .tab-content .cases-list__item {
        margin-left: 0;
        margin-right: 0;
    }
    .section-cases .btn-more {
        margin-top: 0 !important;
    }
    .cases-title .btn-more {
        display: none;
    }
    .case-content .inscript-bg img, .case-content .content-text img {
        max-width: 100%;
    }
    .cases-more-mobile .btn-more {
        display: flex;
    }
    .profile-content-block .cases-list__item:last-child, .profile-portfolio__item:last-child, .tab-content .cases-list__item:last-child {
        padding-bottom: 0;
    }
    .profile-content-block .cases-list {
        gap: 0;
    }
    .profile-portfolio {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .profile-portfolio__item {
        padding: 30px 20px;
        border-top: 1px solid #f5f5f5;
    }
    .rating-block .blog-page__sidebar, .rating-box {
        margin-bottom: 50px;
    }
    .rating-box-bottom {
        margin-bottom: 30px;
    }
    .cases-more .btn-more {
        margin: 0 auto !important;
    }
    .cases-journal {
        padding: 0 0 15px;
    }
    .cases-journal-bottom {
        padding: 0 0 30px;
    }
    .case-content__wrap {
        flex-wrap: wrap;
    }
    .case-content__expert {
        width: 100%;
    }
    .case-content__share {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        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 a {
        font-size: 20px;
        line-height: 24px;
    }
    .sidebar-about__list {
        margin: 15px 0 20px;
    }
    .sidebar-podbor-blog .sidebar-podbor__title {
        font-size: 22px;
        line-height: 26px;
    }
    .sidebar-podbor {
        margin-top: 15px;
    }
    .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;
    }
    .contact {
        padding: 60px 0 120px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }
    .footer-contact {
        margin-top: -60px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }
    .footer {
        padding: 30px 0 50px;
    }
    .footer-article .footer-connect {
        order: 2;
        width: auto;
        margin: 0;
    }
    .footer-row {
        grid-template-columns: 1fr;
        margin-top: 0;
        gap: 30px;
        padding-bottom: 30px;
    }
    .footer-name {
        font-size: 16px;
        line-height: 22px;
    }
    .footer-info, .footer-links {
        flex-wrap: wrap;
    }
    .footer-info {
        padding: 0;
    }
    .footer-links a {
        margin-top: 10px;
    }
    .modal-filters .modal-dialog {
        margin: 0;
    }
    .modal-filters .modal-content {
        padding: 25px 20px;
        min-height: 100vh;
    }
    .modal-header__name {
        font-size: 22px;
        line-height: 26px;
    }
    .modal-title {
        font-size: 30px;
        line-height: 30px;
    }
    .modal-input {
        height: 70px;
    }
    .modal-site .modal-content, .modal-portfolio .modal-content,  .modal-review .modal-content {
        padding: 30px 20px;
    }
    .modal-portfolio-pict {
        margin: 30px -20px 0;
    }
    .sticky-actions .btn {
        font-size: 14px;
    }
    .s-page, .profile-wrap {
        padding: 20px 0 30px;
    }
    .profile-wrap-two {
        padding-top: 15px;
    }
    .header-double-two {
        margin-top: 20px;
    }
    .s-page-grid {
        margin-left: -20px;
        margin-right: -20px;
    }
    .s-page-top {
        padding-top: 0;
    }
    .s-page-content {
        max-width: none;
        width: 100%;
        min-width: 0;
    }
    .s-page-sidebar {
        width: auto;
        padding: 10px 20px 0;
        margin: 0;
    }
    .s-page-top .s-page-sidebar {
        padding: 0 20px;
    }
    .s-page-block {
        padding: 25px 20px;
    }
}
@media screen and (max-width: 600px) {
    .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) {
    .rating-page__top {
        display: flex;
        align-items: flex-end;
    }
    .rating-page__topbtn {
        font-size: 15px;
        line-height: 21px;
    }
    .rating-page__toptext {
        display: block;
    }
    .rating-page__toptext-hidden {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .rating-page__topbtn {
        display: inline-flex;
        text-decoration: underline;
        cursor: pointer;
    }
    .rating-page__method-nomobile {
        display: none;
    }
    .rating-page__info {
        flex-wrap: wrap;
        gap: 10px 20px;
    }
    .modal-filters .filters-area {
        width: 100%;
    }
    .filters-action {
        flex-wrap: wrap;
        gap: 0;
    }
    .modal-filters .filters-action {
        padding-top: 10px;
    }
    .modal-filters__block {
        margin-top: 15px;
    }
    .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%;
    }
    .profile-top {
        background: #fff;
    }
    .profile-nav {
        width: 100%;
        padding-bottom: 0;
        margin-right: -20px;
        position: relative;
    }
    .profile-nav::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 80%;
        background: linear-gradient(270deg,#fff 20%,#fff 20%,#fff0);
    }
    .profile-nav__list {
        padding-right: 20px;
    }
    .profile-banner {
        margin-top: 35px;
    }
    .profile-service__item {
        flex-wrap: wrap;
    }
    .profile-service__name {
        width: 100%;
        margin-bottom: 5px;
    }
    .data-bar__chart-content {
        padding: 15px;
    }
    .data-bar__chart-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .data-bar__types  .data-bar__chart-wrap {
        max-width: 250px;
        margin: auto;
        gap: 10px 0;
    }
    .profile-review__header {
        flex-wrap: wrap;
        gap: 10px 0;
    }
    .profile-review__rating {
        align-items: flex-end;
    }
    .profile-review__rating-number .dashboard-review__hidden {
        right: auto;
        left: 0;
    }
    .dashboard-review__hidden-text {
        padding: 20px 15px 15px;
        white-space: nowrap;
    }
    .dashboard-review__hidden-wrap {
        padding: 15px 15px 20px;
        grid-template-columns: 1fr;
    }
    .profile-review__rating .ec-stars {
        margin: 0 0 5px !important;
    }
    .profile-review__customer {
        width: 100%;
    }
    .profile-review__rating-block {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }
    .profile-review__rating-date {
        margin-top: 0;
    }
    .profile-review__rating-wrap {
        margin: 0 15px 0 0;
        justify-content: flex-start;
    }
    .profile-review__data {
        flex-wrap: wrap;
        gap: 5px 15px;
    }
    .profile-team, .case-team__wrap, .profile-client {
        grid-template-columns: 1fr 1fr;
    }
    .tg-tabs {
        overflow: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
        margin-right: -20px;
        padding-bottom: 10px;
    }
    .case-content__author {
        margin-top: 30px;
        padding: 0;
        border-top: none;
    }
    .case-wrap .blog-page__sidebar {
        margin-top: 0;
    }
    .sidebar-about {
        padding: 0 20px;
    }
    .sidebar-about-custom {
        padding: 0;
    }
    .sidebar-podbor__title a {
        margin: 10px 0 0;
    }
    .dashboard-review-wrap {
        flex-wrap: wrap;
    }
    .dashboard-review .btn {
        width: 100%;
        height: 48px;
    }
    .dashboard-review-wrap .btn {
        width: 200px;
    }
    .rating-average__item {
        flex-wrap: wrap;
    }
    .rating-average__name {
        width: 100%;
        margin-bottom: 5px;
    }
    .others {
        padding-bottom: 30px;
    }
    .others-rating {
        padding-bottom: 0;
    }
    .case-info, .content-review, .sidebar-about, .case-others__wrap {
        margin-left: -20px;
        margin-right: -20px;
    }
    .s-page-content .content-review {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 15px;
    }
    .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: 20px;
    }
    .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-preview .cases-main__actual li:last-child {
        padding: 35px 20px 0;
    }
    .cases-main__link, .cases-list__text, .profile-portfolio__text {
        font-size: 20px;
        line-height: 28px;
    }
    .cases-list__text, .cases-main__link-title, .profile-portfolio__text {
        font-weight: 700;
    }
    .section-cases-gray .cases-list__item {
        border-top: 1px solid #e7e7e7;
    }
    .section-cases-gray .cases-list__item:first-child {
        border-top: 1px solid transparent;
    }
    .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-more, .rating-agency .btn-more, .cases-wrap .btn-more, #clients .btn-more {
        width: 100% !important;
    }
    .profile-content-block .btn-more {
        width: calc(100% - 20px - 20px) !important;
    }
    .cases-more .btn-link, .rating-help .btn-link, .contact .btn, .rating-block .btn-active {
        width: 100%;
    }
    .contact .btn {
        max-width: none;
    }
    .contact-subtitle {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 20px;
    }
    .contact-name__bottom {
        width: 100%;
    }
    .footer-nav {
        max-width: 400px;
        margin-top: 30px;
    }
    .footer-article .footer-list li {
        margin: 10px 0 0;
        width: 48%;
    }
    .modal-podbor .modal-content {
        min-height: 100dvh;
    }
    .modal-body__wrap {
        padding-bottom: 0;
    }
    .step-content__name {
        font-size: 20px;
        line-height: 26px;
    }
    .step-content__wrap {
        gap: 5px;
    }
    .step-content__item {
        margin-bottom: 15px;
    }
    .step-content__item-bottom {
        margin-bottom: 0;
    }
    .step-content__item-top {
        margin: 30px 0 15px;
    }
    .step-input {
        height: 60px;
    }
    .step-content-last .btn-active {
        margin-top: 10px;
    }
    .step-action {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .step-action .btn-clear, .step-action .btn-active {
        width: 100%;
        min-width: 120px;
    }
    .modal-review__wrap {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 470px) {
    .step-indicators {
        padding-bottom: 0;
        margin-right: -20px;
        position: relative;
    }
    .step-indicators::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 20px;
        height: 100%;
        background: linear-gradient(270deg, #fff 10%,rgba(255,255,255,0) 100%);
    }
    .step-indicators__wrap {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-right: 20px;
    }
}
@media screen and (max-width: 447px) {
    .agency-services {
        max-width: 100%;
    }
    .dashboard-review__hidden {
        width: 220px;
    }
    .dashboard-review__hidden-box {
        justify-content: space-between;
    }
}

@media screen and (max-width: 394px) {
    .sidebar-podbor__title a {
        margin: 0 0 0 10px;
    }
}