@media (max-width: 1220px) {
    .config-image {
        bottom: 0;
    }
    .config-bottom-text {
        margin-bottom: 30px;
    }
    .text-image {
        min-height: 400px;
    }
    body.home .faq-block {
        padding-top: 0;
    }
    .text-title {
        font-size: 50px;
        line-height: 60px;
    }
    .price-block {
        display: block;
    }
    .price-left {
        padding-right: 0;
    }
    .price-left:before {
        content: none;
    }
    .teams {
        grid-gap: 20px;
    }
    .post-content {
        grid-gap: 20px;
    }
    .terms-sort {
        display: block;
    }
    .star-title {
        margin-right: 0;
        margin-bottom: 5px;
        margin-top: -5px;
    }
    .star-title svg {
        display: none;
    }
    .author-rating {
        flex-direction: column;
        align-items: flex-end;
    }
}
@media (max-width: 991px) {
    .list-terms {
        margin-bottom: 21px;
        overflow: auto;
    }
    .list-terms a {
        white-space: nowrap;
    }
    .post-item-full .post-meta-left .post-info + .post-info, 
    .post-item-full .post-meta-right .post-info + .post-info {
        margin-left: 10px;
    }
    .post-item-full .post-meta-left svg {
        display: none;
    }
    .post-author .hide-mob {
        display: none;
    }
    .post-content {
        grid-template-columns: 2fr 1fr;
    }
    .post-sidebar .post-item + .post-item {
        margin-top: 30px;
    }
    .menu .menu-item + .menu-item {
        margin-left: 30px;
    }
    .socials a + a {
        margin-left: 15px;
    }
    .slider-title {
        font-size: 60px;
        line-height: 70px;
    }
    .config-title, .form-title, .page-title, .baner-title, .steps-title, .teams-title, .review-title, .review-bottom-text  {
        font-size: 45px;
        line-height: 55px;
    }
    .config-title:before, .form-title:before, .page-title:before, .baner-title:before, .steps-title:before, .teams-title:before, .review-title:before, .review-bottom-text:before{
        padding-top: 27px;
    }
    .form-grid {
        grid-column-gap: 10px;
    }
    .config-image {
        right: calc(50% - 200px);
    }
    .config-options {
        padding-top: 20px;
    }
    .baner-text {
        font-size: 14px;
        line-height: 24px;
    }
    .price-table-head {
        font-size: 25px;
        line-height: 32px;
    }
    .pt80 {
        padding-top: 20px;
    }
    .list-3 {
        grid-gap: 10px;
    }
    .item-title {
        font-size: 20px;
        line-height: 28px;
    }
    .item-subtitle {
        font-size: 12px;
        line-height: 12px;
    }
    .btn {
        font-size: 14px;
        line-height: 17px;
    }
    .btn.btn-default.item-btn {
        margin-top: 20px;
    }
    .masonry > .masonry-item:nth-child(-n+6) {
        height: 200px;
    }
    .masonry > .masonry-item:nth-child(7) {
        max-height: 500px;
    }
    .masonry > .masonry-item:nth-child(8), .masonry > .masonry-item:nth-child(9), .masonry > .masonry-item:nth-child(10) {
        height: 400px;
    }
    #breadcrumbs {
        font-size: 12px;
        line-height: 13px;
        padding: 20px 0 30px 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #breadcrumbs > .del {
        padding-top: 2px;
    }
    .header-h1-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .header-logo {
        margin-top: 20px;
        margin-left: 40px;
    }
    .team-item {
        width: 100%;
    }
    .container-free {
        padding: 0 15px;
    }
}
@media (min-width: 800px){
    .show-mob {
        display: none !important;
    }
}
@media (max-width: 799px) {
    .description.column2 {
        padding: 0 15px;
        display: block;
        font-size: 12px;
        line-height: 20px;
    }
    .description.column2 p {
        margin: 0;
        padding: 0;
    }
    .sort-panel {
        margin-bottom: 20px;
    }
    .sort-panel {
        justify-content: space-between;
    }
    .search-panel-btn svg {
        width: 24px;
        height: 24px;
    }
    .sort-btn {
        font-size: 12px;
        line-height: 12px;
    }
    .post-content {
        display: block;
    }
    .navi-box {
        margin: 30px 0 0px 0;
        position: relative;
    }
    .list-items.list-2 {
        grid-template-columns: none;
    }
    .post-item-full .post-title {
        margin: 15px 0 10px 0;
        font-size: 16px;
        line-height: 20px;
        min-height: 0;
        display: block;
    }
    .post-desc {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .post-item-full + .post-item-full {
        margin-top: 40px;
    }
    .post-description {
        font-size: 14px;
        line-height: 20px;
        background: #fff;
        padding: 200px 15px 1px 15px;
        margin: -200px -15px 0;
    }
    .post-description ul, .post-description ol {
        margin: 0 0 40px 0;
        padding-left: 15px;
    }
    .post-description li + li {
        margin-top: 10px;
    }
    .post-description p {
        margin: 0 0 40px 0;
    }
    .post-description .wp-block-image {
        margin: 0;
    }
    :where(.wp-block-columns.is-layout-flex) {
        gap: 10px !important;
    }
    .post-description h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0 10px 0;
    }
    .post-description h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 40px 0 15px 0;
    }
    .single-post .header-block {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .single-post .header-block + .container {
        margin-top: 0;
        background: #f5f4f2;
    }
    .post-boxs {
        background: #fff;
        padding: 0 15px;
        margin: 0 -15px;
    }
    .share-title:before {
        content: none;
    }
    .share-title {
        font-size: 16px;
        line-height: 16px;
    }
    .post-box {
        margin-bottom: 40px;
        padding: 20px;
    }
    .share-btns > * + * {
        margin-left: 20px;
    }
    .author-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .author-description {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        width: 100%;
        margin-top: 15px;
    }
    .author {
        padding: 0;
    }
    .author-header {
        margin-bottom: 0px;
        display: block;
        min-width: calc(100% - 98px);
        flex: 0 0 calc(100% - 98PX);
    }
    .comment-text {
        font-size: 12px;
        line-height: 15px;
    }
    .comment-author {
        margin-right: 0px;
        font-size: 16px;
        margin-bottom: 4px;
        line-height: 20px;
    }
    .comment-item {
        margin-top: 30px;
    }
    .sort {
        padding: 10px;
    }
    .search-panel.active .drop-search {
        width: calc(100vw - 30px);
    }
    .drop-sort {
        padding: 0 5px 10px 10px;
        font-size: 12px;
        line-height: 15px;
    }
    .comment-date {
        font-size: 12px;
        line-height: 12px;
    }
    .comment-header {
        display: block;
    }
    .author-rating {
        align-items: flex-start;
    }
    .author-name {
        font-size: 16px;
        line-height: 20px;
    }
    .author-post {
        font-size: 12px;
        line-height: 15px;
    }
    .author-rating {
        margin-top: 14px;
    }
    .post-box.comment-box {
        margin-left: -15px;
        margin-right: -15px;
    }
    .comment-form {
        padding: 0;
    }
    .comment-form .form-title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 37px;
    }
    .comment-form .form-title:before {
        padding-top: 17px;
    }
    .form-grid.form-grid-3, .form-grid.form-grid-2 {
        grid-template-columns: none;
    }
    .post-sidebar {
        background: #fff;
        padding: 1px 15px 40px 15px;
        margin: 0 -15px;
    }
    div#aside1 {
        height: auto !important;
    }
    .box + .box {
        margin-top: 40px;
    }
    #aside1 > div {
        display: flex;
        flex-direction: column;
    }
    .category-box {
        order: 4;
    }
    .author-photo {
        min-width: 80px;
        flex: 0 0 80px;
        height: 80px;
        margin-right: 18px;
    }
    .post-categories a {
        font-size: 10px;
        line-height: 10px;
        padding: 6px 10px;
    }
    .post-categories li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .post-categories {
        top: 10px;
        left: 10px;
    }
    .post-image {
        margin-bottom: 15px;
    }
    .post-info {
        font-size: 12px;
        line-height: 12px;
    }
    .post-info svg {
        margin-right: 6px;
    }
    .post-meta-right .post-info + .post-info {
        margin-left: 15px;
    }
    .post-author {
        text-transform: none;
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
    }
    .post-meta-left .post-info + .post-info {
        margin-left: 10px;
    }
    .post-meta-left .post-info svg {
        display: none;
    }
    .k4 {
        display: none;
    }
    .config-bottom-title:before {
        display: none;
    }
    .form-title, .text-title {
        text-align: left !important;
    }
    .form-text-bg.ins > span, .post-type-archive-inspiration  .form-text-bg.ins > span {
        top: 40px;
    }    
    .form-title br, .text-title br {
        display: none;
    }
    .page-id-6 .text-title:before {
        position: static;
    }
    .file-item {
        width: auto;
    }
    .form-text-bg.text-text-bg > span {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: 0;
        top: calc(100% - 140px);
    }
    .steps-title.tl:after {
        display: none;
    }
    .section-text.revers + .section-text .form-text-bg.text-text-bg > span {
        top: -44px;
        max-width: 100%;
    }
    .form-text-bg > span, .page-id-6 .form-block .form-text-bg > span, .page-id-9 .form-block .form-text-bg > span {
        top: 71px;
        left: -40px;
    }
    .section-text + .section-text .form-text-bg.text-text-bg > span {
        top: -81px;
        left: 60px;
    }
    .description {
        margin-bottom: 40px;
    }
    .hide-mob {
        display: none !important;
    }
    header .logo svg {
        width: 50px;
        height: 21px;
    }
    .header-content {
        height: 46px;
    }
    .fixed-header:not(.home) .header-block {
        padding-top: 46px;
    }
    .mob-panel {
        position: fixed;
        top: 46px;
        left: 0;
        right: 0;
        z-index: 11;
        display: none;
        background: #F5F4F2;
        padding: 0 15px 25px 15px;
        color: #232323;
    }
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .menu .menu-item + .menu-item {
        margin-left: 0;
        margin-top: 15px;
    }
    .mob-panel .menu {
        padding-top: 25px;
        border-top: 1px solid rgb(35 35 35 / 10%);
    }
    .mob-panel .mob-footer {
        margin-top: 25px;
        padding-top: 10px;
        border-top: 1px solid rgb(35 35 35 / 10%);
        display: flex;
        justify-content: space-between;
    }
    .mob-panel .socials svg *,
    .mob-panel .lang-block svg * {
        fill: #232323;
    }
    .lang-btn {
        padding-left: 0;
    }
    .lang-content a {
        padding: 0px 0 5px 24px;
    }
    .socials a + a {
        margin-left: 25px;
    }
    .admin-bar.fixed-header .header-block header, .admin-bar.home .header-block header {
        top: 0;
    }
    .btn-menu {
        border: none;
        background: none;
        padding: 0;
        width: 20px;
        height: 20px;
        display: block;
        position: relative;
    }
    body:not(.fixed-header) .trans .btn-menu span {
        background: #fff;
    }
    .btn-menu span {
        background: #232323;
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .btn-menu span:nth-child(1) {
        top: 0;
    }
    .btn-menu span:nth-child(2) {
        top: calc(50% - 1px);
    }
    .btn-menu span:nth-child(3) {
        bottom: 0;
    }
    .btn-menu.active span:nth-child(1) {
        top: calc(50% - 1px);
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .btn-menu.active span:nth-child(2) {
        top: calc(50% - 1px);
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .btn-menu.active span:nth-child(3) {
        bottom: calc(50% - 1px);
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    html #wpadminbar {
        display: none !important;
    }
    .modal-bg {
        display: none;
        position: fixed;
        top: 46px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        z-index: 10;
        opacity: 0.8;
    }
    .noscroll {
        overflow: hidden;
    }
    html.no-js {
        margin-top: 0 !important;
    }
    .slider-title {
        font-size: 30px;
        line-height: 37px;
    }
    .btn-slide {
        margin-top: 30px;
    }
    .btn {
        padding: 15px 50px;
    }
    .section-slider > .container {
        bottom: 30px;
    }
    .rating-navi div {
        border-color: #232323;
    }
    .slider-navigator .slider-navi div {
        border-color: #fff;
    }
    .slider-item {
        max-height: 560px;
        height: 80vh;
    }
    .slider-item img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .rating-navi div {
        width: 40px;
        height: 40px;
    }
    .rating-navi svg {
        top: calc(50% - 18px);
        width: 36px;
        height: 36px;
    }
    .section-white {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .config-title, .form-title, .page-title, .baner-title, .steps-title, .teams-title, .review-title, .review-bottom-text {
        font-size: 30px;
        line-height: 37px;
    }
    .config-title:before, .form-title:before, .page-title:before, .baner-title:before, .steps-title:before, .teams-title:before, .review-title:before, .review-bottom-text:before{
        padding-top: 20px;
    }
    .tl:before {
        min-width: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
                flex: 0 0 30px;
        margin-right: 10px;
    }
    .config-title {
        margin-bottom: 77px;
    }
    .form-text-bg > span {
        font-size: 100px;
        line-height: 122px;
    }
    .form-text-bg.config-text-bg > span {
        top: 12%;
        left: 0;
    }
    .config-image {
        position: relative;
        padding-top: 64%;
        top: 0;
        right: 0;
        width: 100%;
    }
    .config-image img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .configurator {
        display: block;
    }
    .config-panel {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .config-top-title {
        position: absolute;
        left: 15px;
        top: -37px;
        padding: 0;
        background: none;
        margin-left: 0;
        font-size: 12px;
        line-height: 15px;
    }
    .config-bottom-text {
        background: #F5F4F2;
        margin: 0;
        padding: 30px 20px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: none;
    }
    .config-bottom-title {
        font-size: 12px;
        line-height: 12px;
    }
    .config-bottom-subtitle {
        font-size: 12px;
        line-height: 20px;
    }
    .config-options {
        padding-top: 30px;
        padding-left: 20px;
        max-width: 200px;
    }
    .option-title {
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 12px;
    }
    .checked-style > label {
        width: 40px;
        height: 40px;
    }
    .option-item {
        margin-bottom: 20px;
    }
    .config-footer-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
    }
    .config-footer-title:before {
        padding-top: 12px;
    }
    .config-footer-text {
        padding-left: 40px;
        font-size: 14px;
        line-height: 17px;
    }
    .config-btn {
        padding-left: 40px;
        padding-top: 37px;
    }
    .section-grey {
        padding: 40px 0;
    }
    .gellery-head {
        margin-bottom: 12px;
        margin-top: 40px;
    }
    .price-item img {
        position: absolute;
        top: 0;
        left: 0;
    }
   .price-item {
        height: auto !important;
        padding-top: 127%;
    }
    .p120 {
        padding: 40px 0;
    }
    .faq-outer.text-outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .faq-block {
        max-width: 100%;
        width: 100%;
    }
    .text-title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 15px;
    }
    .text-title.tl:before {
        padding-top: 18px;
    }
    .description > *:not(h2) {
        padding-left: 40px;
    }
    .description:not(.column2) > *:not(h2) {
        padding-left: 40px;
    }
    body:not(.wp-admin), .wp-admin .section {
        font-size: 14px;
        line-height: 22px;
    }
    .text-image {
        min-height: 0;
        position: static;
        padding: 15px 15px 0 15px;
    }
    .section-text + .section-form {
        margin-top: 0;
    }
    .form-title {
        margin-bottom: 32px;
    }
    .form-grid {
        -ms-grid-columns: none;
        grid-template-columns: none;
        grid-row-gap: 15px;
        margin-bottom: 15px;
    }
    .form-footer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .form-line {
        margin-bottom: 15px;
    }
    .term {
        text-align: right;
    }
    .form-btn {
        margin-top: 25px;
        width: 100%;
    }
    .form-btn .btn {
        width: 100%;
    }
    .footer-content {
        padding: 30px 0 25px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .logo-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        padding-bottom: 30px;
        margin-bottom: 25px;
        width: 100%;
    }
    .menu-footer {
        padding-bottom: 25px;
        margin-bottom: 25px;
        width: 100%;
    }
    .content-item {
        text-transform: none;
    }
    #breadcrumbs {
        line-height: 12px;
        padding: 20px 0 15px 0;
    }
    .header-block {
        padding-bottom: 34px;
    }
    .description h2 {
        margin: 20px 0 10px 0;
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;
    }
    .description h2:before {
        width: 30px;
        margin-right: 10px;
        padding-top: 12px;
        min-width: 30px;
        flex: 0 0 30px;
    }
    .teams-title {
        margin-bottom: 0px;
    }
    .teams {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 0;
    }    
    .team-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 17px;
    }
    .swiper.js-teams {
        overflow: visible;
    }
    .form-text-bg.teams-text-bg > span {
        top: 32px;
        left: 22%;
    }
    .team-image {
        margin-bottom: 10px;
    }
    .team-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 2px;
    }
    .team-text {
        font-size: 12px;
        line-height: 15px;
    }
    .steps-title {
        margin-bottom: 22px;
    }
    .step-item, .step-item:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        margin-left: 0;
        text-align: left;
        width: 100%;
    }
    .step-icon img {
        max-width: 100%;
        max-height: 100%;
    }
    .step-icon {
        width: 50px;
        height: 50px;
        border-width: 5px;
        margin: 0 10px 86px 0;
        padding: 10px;
    }
    .step-title {
        font-weight: 300;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 5px;
    }
    .step-text {
        font-size: 14px;
        line-height: 22px;
    }
    .step-item:after,
    .step-item:nth-child(2n):after {
        right: 0;
        left: 25px;
        bottom: 10px;
        height: calc(100% - 70px);
    }
    .single-work .form-text-bg > span, .single-inspiration .form-text-bg > span, .page-id-13 .form-text-bg > span {
        top: 80px;
        left: -40px;
    }
    .post-type-archive-inspiration .form-in-archive .form-title, .tax-inspirationcat .form-in-archive .form-title {
        font-size: 20px;
        line-height: 24px;
    }
    .post-type-archive-inspiration .form-in-archive .form-text-bg > span, .tax-inspirationcat .form-in-archive .form-text-bg > span {
        left: 37px;
    }
    .page-id-11 .review-text-bg > span {
        left: -20px;
        color: #fff;
        top: auto;
        bottom: 33px;
    }
    .form-text-bg.steps-text-bg > span {
        left: 60px;
        top: 30px;
    }
    .form-subtitle {
        margin-bottom: 30px;
    }
    .section-price {
        padding: 10px 0 40px 0;
    }
    .price-table-head {
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
    }
    .price-table-body {
        font-size: 14px;
        line-height: 17px;
        white-space: nowrap;
    }
    .price-table-headbody {
        font-size: 20px;
    }
    .price-table-body span {
        font-size: 12px;
        line-height: 15px;
    }
    .price-table > div {
        padding: 10px;
        height: 100%;
        min-height: 54px;
    }
    .price-notice {
        margin-top: 15px;
    }
    .pr-title:before {
        margin-left: 0;
    }
    .pr-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 25px;
        margin-top: 88px;
    }
    .rating-navi.price-navi {
        top: -52px;
        bottom: auto;
        right: 0;
        left: auto;
        padding: 0;
    }
    .section-baner {
        padding: 28px 0 49px 0;
    }
    .baner-text {
        line-height: 22px;
        margin-bottom: 20px;
    }
    .review-title-section {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .review-rating {
        padding-top: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .rating i {
        min-width: 14px;
        height: 14px;
        margin: 0 8px 0 0;
    }
    .rating-text {
        margin-left: 0;
        font-size: 30px;
        line-height: 37px;
        margin-right: 10px;
    }
    .review-block {
        position: relative;
        padding-bottom: 55px;
    }
    .review-block .rating-navi {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        z-index: 2;
    }
    .review-bottom-text {
        font-size: 30px;
        line-height: 37px;
        margin-top: 60px;
    }
    .review-bottom-text:before {
        padding-top: 17px;
    }
    .review-item {
        padding: 24px 15px 10px 15px;
    }
    .review-item-title {
        font-size: 16px;
        line-height: 20px;
    }
    .review-item-subtitle {
        font-size: 12px;
        line-height: 15px;
    }
    .review-item-image {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }
    .review-item-text {
        font-size: 12px;
        line-height: 18px;
        -webkit-line-clamp: 5;
        min-height: 90px;
    }
    .review-text-bg > span {
        bottom: 0;
        left: 0;
    }
    .header-block {
        margin-bottom: 15px;
    }
    .list-block.pt80 {
        padding-top: 35px;
    }
    .list-terms a {
        font-size: 12px;
        line-height: 15px;
        margin-right: 13px;
        white-space: nowrap;
    }
    .list-terms {
        margin-bottom: 21px;
        overflow: auto;
        
    }
    .list-items {
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .more-block {
        margin-top: 30px;
    }
    .pt80 {
        padding-bottom: 40px;
    }
    .form-in-archive .form-text-bg > span {
        bottom: auto;
        top: 7px;
        left: 35%;
    }
    .work-description .description, .ins-description .description {
        margin-bottom: 40px;
    }
    .masonry > .masonry-item:nth-child(-n+4) {
        height: 103px;
        width: calc(100% / 4);
    }
    .masonry > .masonry-item:nth-child(5),
    .masonry > .masonry-item:nth-child(6) {
        height: 213px;
        width: calc(100% / 2);
    }
    .masonry > .masonry-item:nth-child(7) {
        max-height: 192px;
    }
    .masonry > .masonry-item:nth-child(8), .masonry > .masonry-item:nth-child(9), .masonry > .masonry-item:nth-child(10) {
        height: 140px;
    }
    .masonry > .masonry-item:nth-child(n+11) {
        height: 100px;
    }
    .masonry-item {
        padding: 2px;
    }
    .gallery {
        padding-bottom: 40px;
    }
    .p38 {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .category-title {
        font-size: 20px;
        line-height: 24px;
    }
    .category-title:before {
        padding-top: 11px;
    }
    .ins-outer .item-title {
        font-size: 16px;
        line-height: 16px;
        margin: 11px 0 6px 0;
    }
    .ins-outer .item-logo {
        height: 50px;
    }
    .ins-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .ins-link {
        margin-bottom: 24px;
    }
    .ins-link a {
        font-size: 12px;
        line-height: 15px;
    }
    .ins-link a.tl:before {
        padding-top: 7px;
    }
    .ins-description {
        min-width: 0;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
    .ins-content.p38 {
        padding-bottom: 0;
    }
    .section-faq .faq-image {
        display: none;
    }    
    .faq-item-title {
        font-size: 16px;
        line-height: 20px;
        padding-right: 40px;
    }
    .faq-item-title span {
        width: 31px;
        height: 31px;
    }
    .faq-item-title span:before, .faq-item-title span:after {
        content: "";
        display: block;
        width: 16px;
        height: 2px;
        background: #232323;
        position: absolute;
        left: 7px;
        top: 14px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .faq-item-title span:before, .faq-item-title span:after {
        width: 10px;
        height: 2px;
        left: 10px;
        top: 14px;
    }
    .faq-item-text {
        font-size: 12px;
        line-height: 18px;
    }
    .faq-item + .faq-item {
        margin-top: 21px;
    }
    body .fancybox-navigation .fancybox-button div {
        border-color: #fff;
    }
    .wpcf7-not-valid-tip {
        display: none;
    }
    #breadcrumbs {
        overflow: auto;

    }
    #breadcrumbs span {
        white-space: nowrap;
    }
    .ins-outer .item-logo {
        padding: 0 15px;
    }
    .ins-outer .item-logo img {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .list-items.list-3 {
        -ms-grid-columns: none;
        grid-template-columns: none;
    }
    .config-panel {
        min-width: 0;
    }
}