/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: #222;
    line-height: 1.4;
}
input {
    width: 100%;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    padding: 14px 20px;
    border: 1px solid #afafaf;
    border-radius: 5px !important;
}
.iti__selected-country-primary {
    background: rgba(0, 0, 0, 0.05);
}
textarea {
    width: 100%;
    height: 80px !important;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #afafaf;
    border-radius: 5px !important;
}
.second-button {display: flex;}
.second-button a:hover {background: #fbe4e5;}
.second-button a {
    padding: 16px 32px;
    color: inherit;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s;
}

/*Шапка сайта*/
.header-section {
    position: relative;
    padding: 10px;
    background: #fff;
    z-index: 4;
}
.header-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    width: 16%;
}
.header-logo img {
    width: 100%;
    max-width: 192px;
    display: flex;
}
.header-search {
    width: 20%;
}
#searchform {
    display: flex;
    justify-content: space-between;
    border: 1px solid #afafaf;
    border-radius: 5px;
}
input#s {
    width: 80%;
    padding: 9px 15px;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 14px;
}
button#searchsubmit {
    padding: 0px 12px;
    background: transparent;
    border: none;
}
button#searchsubmit img {
    display: flex;
    margin-top: -1px;
}
.header-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.header-phone {
    display: flex;
    align-items: center;
    margin-right: 20px;
    gap: 5px;
    color: inherit;
    text-decoration: none;
}
.header-contact-soc {
    display: flex;
    gap: 6px;
    margin-right: 6px;
}
.header-contact-soc img {
    display: flex;
    width: 36px;
    height: 36px;
}
a.header-button {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    height: 36px;
    color: #FF3C48;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
a.header-button:hover {
    background: #fbe4e5;
}
.header-select {
    display: flex;
    align-items: center;
    gap: 12px;
}
.dd-selected {
    font-weight: 400 !important;
    padding: 0 !important;
    padding-right: 12px !important;
    background: url(/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;
    background-position: center right 0px;
    background-size: 8px;
}
.header-language {
    display: flex;
    align-items: center;
}
.header-language img {
    margin-right: -7px;
    z-index: 2;
    pointer-events: none;
}
.trp-language-switcher {
    width: auto;
    height: auto;
}
.trp-ls-shortcode-language {
    padding: 0 !important;
    border: 0 !important;
}
.trp-ls-shortcode-current-language {
    width: auto !important;
    padding: 0px 0px 0px 0px !important;
    border: 0 !important;
    background-position: center right !important;
}
.dd-container {
    width: auto !important;
}
.currency-switcher-form .dd-select {
    width: auto !important;
    border: 0 !important;
}
.dd-option-text {
    font-size: 15px;
    font-weight: 300;
}
.dd-option {
    width: max-content !important;
    padding: 5px !important;
}
.currency-switcher-form ul.dd-options {
    width: auto !important;
    border: 0;
    border-radius: 7px;
}
.dd-pointer.dd-pointer-down {
    display: none;
}
label.dd-selected-text:hover {
    cursor: pointer;
}
label.dd-option-text:hover {
    cursor: pointer;
}

.header-menu-section {
    position: sticky;
    top: 0;
    padding: 5px;
    background: #fff;
    border-top: 1px solid #ebebeb;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
}
.header-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header-menu ul a {
    display: flex;
    padding: 10px 20px;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
.header-menu ul a:hover {
    color: #FF3C48;
}

.header-menu .sub-menu {
    position: absolute;
    flex-direction: column;
    padding: 10px;
    list-style: none;
    visibility: hidden;
    transition: all .2s;
    margin-top: 0px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    opacity: 0;
    z-index: 2;
}
.header-menu .sub-menu li {
    position: relative;
    margin: 0;
}
.header-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.header-menu .sub-menu a {
    border: 0;
    color: #000;
    width: 100%;
    display: flex;
    padding: 7px 15px;
}
.header-menu .sub-menu a:hover {
    border: 0;
    color: #FF3C48;
}
.header-menu img {
    width: 18px;
    margin-top: 2px;
    margin-left: 2px;
}

/*Футер*/

/*Блок контактов*/
.contact-section {
    padding: 80px 10px;
    background: #F4F4F4;
}
.contact-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact-col-1 {
    width: 35%;
    padding-right: 60px;
}
.contact-title {
    font-size: 32px;
    font-weight: bold;
}
.contact-subtitle {
    font-size: 20px;
    padding: 0px 0px 50px 0px;
}
.contact-phone a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: inherit;
    text-decoration: none;
}
.contact-email a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: inherit;
    text-decoration: none;
}
.contact-adres {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: inherit;
    text-decoration: none;
    line-height: 1.3;
}
.contact-col-2 {
    width: 65%;
}
.contact-form-footer-block {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
}
.contact-form-footer-title {
    max-width: 425px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.contact-form-footer-title span {
    color: #FF3C48;
}
.contact-form-footer {
    width: 65%;
}
.contact-form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input50 {
    width: 49%;
}
.text100 {
    width: 100%;
}
.contact-submit-block {
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
}
.contact-submit-acept {
    padding: 10px 0px;
    font-size: 13px;
    max-width: 275px;
    line-height: 1.2;
}
.contact-submit-button {
    position: relative;
}
.wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 32px !important;
    background: #FF3C48;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    transition: all .3s;
}
.wpcf7-submit:hover {
    cursor: pointer;
    background: #d12631;
    border: 1px solid #d12631;
}
span.wpcf7-spinner {
    position: absolute;
    right: 5px;
    top: 15px;
    margin: 0;
}
.wpcf7-response-output {
    position: relative;
    max-width: 100%;
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px !important;
    border-radius: 7px;
    background: #fff;
    z-index: 2;
    text-align: center;
}
img.contact-photo {
    display: flex;
    max-width: 250px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border: 1px solid red;
}

/*Блок подписки*/
.subscribe-section {
    padding: 30px 10px;
    background: #222;
    color: #fff;
}
.subscribe-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscribe-title {
    font-size: 20px;
    font-weight: bold;
}
.subscribe-button {
    display: flex;
    align-items: center;
    padding: 16px 32px !important;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #27a7e7;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s;
}
.subscribe-button:hover {
    background: #1e88bd;
}

/*Блок футера*/
.footer-section {
    padding: 80px 10px;
    background: #F4F4F4;
}
.footer-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-col-1 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-logo {
    width: 100%;
    max-width: 192px;
}
.footer-soc-wrapper {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}
.footer-soc-ico img {
    display: flex;
    width: 34px;
    height: 34px;
}
.footer-privacy {
    max-width: 300px;
}
.footer-privacy div {
    font-size: 13px;
}
.footer-privacy a {
    display: flex;
    margin-top: 16px;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
.footer-privacy a:hover {
    color: #FF3C48;
}
.footer-col-2 {
    width: 18%;
}
.footer-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.footer-title-menu {
    margin-bottom: 10px;
}
.footer-title-menu-second {
    margin-top: 40px;
}
.footer-menu ul a {
    display: flex;
    padding: 5px 0px;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
.footer-menu ul li:last-child a {
    padding-bottom: 0px;
}
.footer-menu ul a:hover {
    color: #FF3C48;
}
.footer-col-3 {
    width: 20%;
}
.footer-col-4 {
    width: 27%;
}
.footer-phone a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
}
.footer-email a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
}
.footer-adres {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
    line-height: 1.3;
}
.footer-soc {
    display: flex;
    gap: 10px;
}
a.footer-button {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    height: 40px;
    color: #FF3C48;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
a.footer-button:hover {
    background: #fbe4e5;
}










/*Страница 404, Спасибо*/
.seo-section {
    padding: 30px 10px 30px 10px;
}
.seo-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
}
.seo-block p {
    padding: 0;
}
.rank-math-breadcrumb {
    font-size: 14px;
    color: #343A40;
}
.rank-math-breadcrumb a {
    color: #FF3C48;
    text-decoration: none;  
}

.notfound-section {
    padding: 0px 10px 40px 10px;
}
.notfound-block {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.notfound-title {
    font-size: 120px;
    font-weight: bold;
    color: #FF3C48;
}
.notfound-subtitle {
    padding: 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: bold;
}
.notfound-text {
    max-width: 545px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.notfound-search {
    max-width: 490px;
    margin: 0 auto;
    padding-bottom: 30px;
}
a.notfound-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    color: #FF3C48;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
a.notfound-button:hover {
    background: #fbe4e5;
}

.thankyou-section {
    padding: 0px 10px 40px 10px;
}
.thankyou-block {
    max-width: 1200px;
    margin: 0 auto;
}
.thankyou-img img {
    display: flex;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.thankyou-subtitle {
    padding-bottom: 30px;
    font-size: 20px;
}










/*Текстовый шаблон*/
.text-section {
    padding: 0px 10px 40px 10px;
}
.text-block {
    max-width: 1200px;
    margin: 0 auto;
}
h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
}
h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
}
h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
}
h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
}
p {
    padding-bottom: 12px;
}
strong {
    font-weight: bold;
}
b {
    font-weight: bold;
}
table {
    margin-bottom: 12px;
}
td {
    padding: 5px;
    border: 1px solid #343A40;
}
th {
    padding: 5px;
    border: 1px solid #343A40;
}
.text ul {
    margin-bottom: 12px;
    padding-left: 20px;
    list-style: disc;
}
.text ol {
    margin-bottom: 12px;
    padding-left: 20px;
    list-style: decimal;
}
.text li {
    padding: 5px 0px;
}
blockquote {
    background-color: rgba(237, 27, 49, .05);
    background-image: url(/wp-content/uploads/2025/06/quote.png);
    background-position: left 20px top 15px;
    background-size: 34px;
    background-repeat: no-repeat;
    padding: 40px 40px 40px 80px;
    border-radius: 10px;
    margin: 12px 0px;
    position: relative;
}










/*Записи*/

/*Архив записей*/
.zapisi-archive-section {
    padding: 0px 10px 40px 10px;
}
.zapisi-archive-block {
    max-width: 1200px;
    margin: 0 auto;
}
.zapisi-menu {
    margin-bottom: 6px;
}
.zapisi-menu ul {
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
}
.zapisi-menu ul a {
    display: flex;
    color: inherit;
    padding: 10px 24px;
    font-size: 14px;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    font-weight: bold;
    transition: all .3s;
}
.zapisi-menu .current-menu-item a {
    background: #FF3C48;
    color: #fff;
}
.zapisi-menu ul a:hover {
    background: #fbe4e5;
}
.zapisi-menu .current-menu-item a:hover {
    background: #FF3C48;
}

.zapisi-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
a.zapisi-card {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 6px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}
a.zapisi-card:hover {
    opacity: 0.8;
}
.zapisi-card-img {
    width: 18%;
}
.zapisi-card-img img {
    display: flex;
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}
.zapisi-card-info {
    width: 82%;
    padding-left: 8px;
}
.zapisi-card-title {
    font-size: 14px;
    font-weight: bold;
}
.zapisi-card-text {

}
.zapisi-card-text p {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jet-filters-pagination {
    margin-top: 15px !important;
    justify-content: center;
    gap: 5px;
}
.jet-filters-pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #FF3C48;
    border-radius: 5px;
}
.jet-filters-pagination__link:hover {
    background: #fbe4e5;
}
.jet-filters-pagination__current .jet-filters-pagination__link {
    background: #FF3C48;
    color: #fff;
}
.jet-filters-pagination__current .jet-filters-pagination__link:hover {
    background: #FF3C48;
}

/*Одиночные записи*/
.zapisi-single-section {
    padding: 0px 10px 40px 10px;
}
.zapisi-single-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.zapisi-single-col-1 {
    width: 74%;
    padding-right: 40px;
}
.zapisi-single-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}
.zapisi-single-oglavlenie-mobile {
    display: none;
}
.zapisi-single-content figure img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    margin-bottom: 12px;
    object-fit: cover;
}
.zapisi-single-content .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}
.zapisi-single-content figure {
    margin: 0 !important;
}
.zapisi-single-content .wp-block-gallery figure {
    width: 49%;
}
.zapisi-single-content .wp-block-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.zapisi-single-content iframe {
    width: 100%;
    border-radius: 10px;
}
.zapisi-single-col-2 {
    width: 26%;
}
.lwptoc {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
.lwptoc_i {
    display: block !important;
    padding: 15px 20px 20px 20px !important;
    background: #F4F4F4 !important;
    border-radius: 12px;
}
.zapisi-single-form-block {
    padding: 20px;
    border: 1px solid #D3E1FA;
    border-radius: 12px;
}
.zapisi-single-title {
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}
.zapisi-single-top5 {
    display: block;
    margin-top: 20px;
    text-align: center;
    padding: 16px 32px;
    background: #2cb742;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #2cb742;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.zapisi-single-top5:hover {
    background: #1e9f32;
}
.shortcode-block {
    overflow: hidden;
    padding: 35px 0px;
}
.shortcode-title {
    margin-top: 5px;
}










/*Карточки объектов*/
.object-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #D3E1FA;
    border-radius: 12px;
    background: #fff;
    transition: all .3s;
}
.object-card:hover {
    opacity: 0.8;
}
.object-card a {
    text-decoration: none;
    color: inherit;
}
.object-card-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.object-card-img img {
    width: 100%;
    display: flex;
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
}
.object-card-img-obj img {
    padding: 10px;
    object-fit: contain;
}
.object-card-ico {
    opacity: 0;
    position: absolute;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    transition: all .3s;
}
.object-card:hover .object-card-ico {
    opacity: 1;
}
.object-card-price {
    color: #FF3C48;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 20px 5px 20px;
}
.object-card-title {
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    line-height: 1.1;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.object-card-adres-block {
    position: relative;
    display: flex;
    gap: 15px;
    width: 100%;
}
.object-card-adres-block:after {
    content: '';
    position: absolute;
    right: 0;
    width: 40px;
    height: 23px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
}
.object-card-adres {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px 0px 0px 20px;
    color: #848490;
}
.object-card-zk {
    display: flex;
    width: max-content;
    margin-right: -200px;
}
.object-card-zk a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #848490;
}
.object-card-zk img {
    height: 22px;
    width: auto !important;
}
.object-card-adres-block img {
    margin-bottom: 0 !important;
}
.object-card-tax {
    display: flex;
    margin: 15px 20px 15px 20px;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #D3E1FA;
    font-size: 14px;
}
.object-card-tax img {
    margin-right: 8px;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
    margin-bottom: 0;
    object-fit: contain;
}
.object-card-bedrooms {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #D3E1FA;
    pointer-events: none;
}
.object-card-bathrooms {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #D3E1FA;
    pointer-events: none;
}
.object-card-metrazh {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #D3E1FA;
    pointer-events: none;
}
.object-card-sdacha {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #D3E1FA;
    pointer-events: none;
}
.badje {
    padding: 5px 15px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #0088cc;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}










/*Страница поиска*/
.search-page-header-section {
    padding: 50px 10px;
    background: #F4F4F4;
}
.search-page-header-block {
    max-width: 1200px;
    margin: 0 auto;
}
.search-page-title {
    font-size: 32px;
    font-weight: bold;
}
.search-page-subtitle {
    margin-top: 25px;
    font-size: 18px;
}
.search-page-section {
    padding: 50px 10px;
}
.search-page-block {
    max-width: 1200px;
    margin: 0 auto;
}
.object-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.compl-page-section {
    padding: 0px 10px 80px 10px;
}
.compl-page-section h1 {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.compl-page-block {
    max-width: 1200px;
    margin: 0 auto;
}
.broker-compl-block {
    max-width: 1200px;
    margin: 0 auto;
}
.broker-compl-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.broker-compl-img img {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 80px;
}
.broker-compl-title {
    font-weight: bold;
}
.broker-compl-quote {
    margin-bottom: 40px;
}
.developers-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.search-result-title {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 12px;
}
.search-result-title h2 {
    margin-bottom: 0;
}
.search-result-title div {
    font-size: 24px;
}










/*Застройщики*/

/*Застройщики архив*/
.zastr-archive-section {
    padding: 40px 10px;
}
.zastr-archive-block {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(/wp-content/uploads/2025/05/zastr.jpg) center / cover;
    border-radius: 20px;
}
.zastr-seo .rank-math-breadcrumb {
    color: #fff;
    text-align: center;
}
.zastr-archive-title {
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
}

.zastr-archive-content-section {
    padding: 0px 10px 40px 10px;
}
.zastr-archive-content-block {
    max-width: 1200px;
    margin: 0 auto;
}
.zastroishiki-card {
    display: block;
    padding: 10px 30px;
    border: 1px solid #D3E1FA;
    border-radius: 12px;
}
.zastroishiki-card img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

/*Застройщики одиночная*/
.zastr-single-hero-section {
    padding: 0px 10px 40px 10px;
}
.zastr-single-hero-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.zastr-single-hero-col-1 {
    width: 55%;
}
.zastr-single-hero-title {
    margin-bottom: 30px;
    font-weight: bold;
}
.zastr-single-hero-text {
    padding-right: 40px;
}
.zastr-single-hero-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
.zastr-single-hero-item-title {
    margin-bottom: -5px;
    font-size: 36px;
    font-weight: bold;
    color: #FF3C48;
}
.zastr-single-hero-item-text {
    font-size: 14px;
}
.zastr-single-hero-col-2 {
    width: 45%;
    height: 420px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D3E1FA;
    border-radius: 10px;
}
.zastr-single-hero-col-2 img {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    object-fit: contain;
}

.zastr-single-proekt-section {
    padding: 40px 10px;
}
.zastr-single-proekt-block {
    max-width: 1200px;
    margin: 0 auto;
}

.video-section {
    padding: 40px 10px;
}
.video-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F4F4F4;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.video-col-1 {
    width: 45%;
}
.video-col-1 iframe {
    display: flex;
    width: 100%;
    height: 320px;
    border-radius: 12px;
}
.video-col-1 p {
    padding: 0;
    margin: 0;
}
.video-col-1 br {
    display: none;
}
.video-col-2 {
    width: 55%;
    padding: 60px;
}
.video-title {
    margin-bottom: 15px;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.1;
}
.video-subtitle {
    padding: 5px 10px;
    display: inline-flex;
    background: #fff;
    border-radius: 5px;
}
.video-subtitle:empty {
    display: none;
}
.video-text {
    margin-bottom: 30px;
}
.video-wrapper {
    margin: 15px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.video-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.video-item img {
    height: 25px;
}

.zastr-single-preim-section {
    padding: 40px 10px;
}
.zastr-single-preim-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zastr-single-preim-maintitle {
    width: 100%;
}
.zastr-single-preim-col-1 {
    width: 75%;
}
.zastr-single-preim-row-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.zastr-single-preim-img-1 {
    width: 29%;
}
.zastr-single-preim-img-1 img {
    width: 100%;
    display: flex;
    border-radius: 12px;
    height: 210px;
    object-fit: cover;
}
.zastr-single-preim-1 {
    width: 69%;
    padding: 25px;
    background: #F4F4F4;
    border-radius: 12px;
}
.zastr-single-preim-row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zastr-single-preim-2 {
    width: 49%;
    padding: 25px;
    background: #F4F4F4;
    border-radius: 12px;
}
.zastr-single-preim-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #FF3C48;
}
.zastr-single-preim-text {
    font-size: 15px;
}
.zastr-single-preim-col-2 {
    width: 23%;
}
.zastr-single-preim-col-2 img {
    width: 100%;
}

.brosh-section {
    padding: 40px 10px;
}
.brosh-block {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.brosh-block-margin {
    margin-bottom: 60px;
}
.brosh-block-col-1 {
    position: relative;
    overflow: hidden;
    width: 45%;
    height: 100%;
    padding: 60px;
    border: 1px solid #D3E1FA;
    border-radius: 12px;
}
.brosh-title {
    max-width: 365px;
    line-height: 1.2;
}
.brosh-subtitle {
    margin-bottom: 30px;
    font-size: 18px;
}
.brosh-img {
    width: 35%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.brosh-block-col-2 {
    width: 55%;
    padding: 0px 40px;
}
.zk-single-kviz-text {
    padding-bottom: 20px;
}
.zk-single-kviz-button {
    display: flex;
}
.zk-single-kviz-button a {
    padding: 16px 32px !important;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s;
}
.zk-single-kviz-button a:hover {
    background: #fbe4e5;
}

.zastr-single-nagr-section {
    padding: 40px 10px;
}
.zastr-single-nagr-block {
    max-width: 1200px;
    margin: 0 auto;
}
.zastr-single-nagr-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
}
.zastr-single-nagr-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
.zastr-single-nagr-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zastr-single-top-section {
    padding: 40px 10px 80px 10px;
}
.zastr-single-top-block {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.mySwiper-zastr {
    overflow: visible;
}

.zastr-single-info-section {
    padding: 40px 10px;
}
.zastr-single-info-block {
    max-width: 1200px;
    margin: 0 auto;
}
.zastr-single-info-wrapper {
    max-width: 820px;
}
.zastr-single-info-item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #D3E1FA;
    border-radius: 12px;
}
.zastr-single-info-item:nth-child(2n) {
    background: #D3E1FA;
}
.zastr-single-info-item strong {
    width: 30%;
}










/*Попапы, формы и квиз*/

/*Попапы*/
.popup-form-title {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
	line-height: 1.1;
}
.popup-form .text100 {
    margin: 0;
}
.popup-submit-acept {
    margin-top: -5px;
    font-size: 12px;
}
.popup-submit-button {
    position: relative;
}
.timepop-title {
    font-size: 18px;
    font-weight: bold;
}
.timepop-subtitle {
    margin: 5px 0px 15px 0px;
}

.exit-popup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.exit-popup-col-1 {
    width: 45%;
}
.exit-popup-col-1 img {
    display: flex;
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.exit-popup-col-2 {
    width: 55%;
    padding: 30px;
}
.exit-popup-title {
    font-size: 24px;
    font-weight: bold;
}
.exit-popup-subtitle {
    padding-bottom: 20px;
}
.exit-popup-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.exit-1-button {
    display: flex;
    gap: 5px;
    padding: 11px 24px 11px 14px;
    background: #2cb742;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #2cb742;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.exit-2-button {
    padding: 12px 24px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s;
}










/*Квиз*/
.kviz-section {
    overflow: hidden;
    padding: 40px 10px;
}
.kviz-page-section {
    padding: 0px 10px 80px 10px;
}
.kviz-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kviz {
    padding: 5px 40px 10px 40px;
    background: #FF3C48;
    background: linear-gradient(135deg, rgba(255, 60, 72, 1) 0%, rgba(112, 144, 224, 1) 100%);
    border-radius: 20px;
}
.kviz-subtitle {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.wpcf7cf_steps-dots {
    position: relative;
    margin-bottom: 0px !important;
}
.wpcf7cf_steps-dots:after {
    content: '';
    width: 84%;
    height: 1px;
    border-top: 1px solid #eee;
    position: absolute;
    top: 49%;
}
.dot.active .step-index {
    background-color: #FF3C48 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.dot.completed .step-index {
    background-color: #FF3C48 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.dot {
    border: 0 !important;
    text-align: left !important;
    padding: 20px 0px 20px 0px !important;
    z-index: 1;
}
.dot:last-child {
    background: #FF3C48;
    background: linear-gradient(135deg, rgb(182 103 150) 0%, rgb(156 117 176) 100%);
}
.step-index {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #F9FAFC !important;
    border-radius: 8px !important;
    border: 1px solid #FF3C48 !important;
}
.kviz-step-title {
    color: #fff;
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
}
.kviz-step-subtitle {
    color: #e7e7e7;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
}
.kviz-step-subtitle img {
    filter: brightness(0) invert(1);
}
.kviz-step-radiofield .wpcf7-list-item {
    width: 48%;
    margin: 1% 2% 1% 0;
    border: 1px solid #E8EBEF;
    background: #fff;
    border-radius: 6px;
    transition: all .3s;
}
.kviz-step-radiofield .wpcf7-list-item:hover {
    background: #fafafa;
}
.kviz-step-radiofield input {
    display: none;
}
.kviz-step-radiofield .wpcf7-list-item-label {
    display: flex;
    width: 100%;
    padding: 14px 20px 14px 45px;
    background: url(/wp-content/uploads/radio.svg);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 24px;
}
.kviz-step-radiofield input:checked ~ .wpcf7-list-item-label {
    background: url(/wp-content/uploads/radio-done.svg);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 24px;
}
.kviz-step-radiofield .wpcf7-list-item-label:hover {
    cursor: pointer;
}
.kviz-step-textfield input {
    width: 98%;
    padding: 17px 20px;
    font-size: 16px;
    border: 1px solid #E8EBEF;
    background: #fff;
    border-radius: 6px;
    transition: all .3s;
}
.kviz-step-mailfield input {
    width: 100%;
    max-width: 320px;
    padding: 17px 20px;
    font-size: 16px;
    margin: 0;
    border: 1px solid #E8EBEF;
    background: #fff;
    border-radius: 6px;
    transition: all .3s;
}
.wpcf7-select {
    font-family: "Geologica", sans-serif;
    width: 100%;
    max-width: 320px;
    margin: 0;
    max-width: 320px;
    padding: 17px 20px;
    background: #fff;
    border: 1px solid #E8EBEF;
    font-size: 16px;
    border-radius: 6px;
}
.wpcf7cf_step_controls {
    align-items: center;
    margin-right: 2%;
    margin-top: 5px !important;
}
.kviz .wpcf7cf_next {
    font-family: "Geologica", sans-serif;
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: #FF3C48;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.kviz .wpcf7cf_next:hover {
    cursor: pointer;
    background: #d12631;
    border: 1px solid #d12631;
}
.kviz .wpcf7cf_prev {
    font-family: "Geologica", sans-serif;
    padding: 22px 20px 20px 45px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    background: url(/wp-content/uploads/back-kviz.svg);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 16px;
    font-size: 15px;
    color: #fff;
    filter: brightness(0) invert(1);
}
.kviz .wpcf7cf_prev:hover {
    cursor: pointer;
}
.kviz .wpcf7-not-valid {
    border: 1px solid #dc3232;
}
.kviz .wpcf7-response-output {
    margin-top: 30px !important;
}
.kviz .wpcf7cf_next-container {
    position: relative;
}
.kviz .wpcf7-spinner {
    position: absolute;
    bottom: 32%;
    right: 10px;
    margin: 0;
}
.kviz-col-1 {
    width: 74%;
}
.kviz-col-2 {
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 20px;
    background: #F4F4F4;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.kviz-col-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kviz-col-ico {
    width: 58px;
    height: 58px;
    margin-top: -29px;
}
.kviz-col-title {
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
.kviz-col-img-block {
    display: flex;
    justify-content: center;
}
.kviz-col-img {
    max-width: 240px;
    display: flex;
}










/*Объекты*/

/*Архив объектов*/
.obj-archive-section {
    padding: 0px 10px 40px 10px;
}
.obj-archive-block {
    max-width: 1200px;
    margin: 0 auto;
}
.obj-archive-filters-mainblock {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
    align-items: flex-end;
}
.obj-archive-filters-mainblock .jet-smart-filters-checkboxes {
    margin: 0;
    width: 19%;
    border: 1px solid #ebeced;
    border-radius: 5px;
}
.obj-archive-filters-mainblock .jet-filter-items-dropdown {
    position: relative;
}
.obj-archive-filters-mainblock .jet-filter-items-dropdown__active {
    width: max-content;
    flex-wrap: nowrap;
}
.obj-archive-filters-mainblock .jet-filter-items-dropdown__active__item {
    padding: 0px 5px !important;
}
.obj-archive-filters-mainblock .jet-filter-items-dropdown__label {
    border: 0 !important;
    overflow: hidden;
    font-size: 13px;
    padding: 6px 20px 6px 12px !important;
}
.obj-archive-filters-mainblock .jet-smart-filters-checkboxes .jet-filter-label {
    display: inline-flex;
    margin: 5px 10px 0px 13px;
    font-size: 12px;
    color: #343A40;
    border-bottom: 1px dashed #d3d3d3;
}
.jet-collapse-icon {
    margin-left: 5px;
    margin-right: 0 !important;
    order: 2;
}
.jet-collapse-none {
    order: 2;
}
.jet-filter-items-dropdown__active:before {
    content: '';
    position: absolute;
    right: 0;
    width: 60px;
    height: 23px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
}
.sortitems {
    display: flex;
    gap: 40px;
    margin: 20px 0px;
}
.sortitems .jet-sorting {
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.jet-smart-filters-select {
    margin-top: 0 !important;
    display: flex;
    gap: 5px;
    font-size: 14px;
}
.sortitems select {
    border: 0;
    font-family: "Geologica", sans-serif;
    font-weight: 200;
    outline: none;
    border-bottom: 1px dashed;
}
.jet-active-filters__list {
    gap: 10px;
}
.jet-active-filter {
    padding: 5px 15px 5px 10px !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
}
.jet-active-filter__remove {
    color: red;
    top: 7px !important;
    right: 3px !important;
}
.sortactive {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.onmap {
    min-width: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 15px 7px 10px;
    color: #FF3C48;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.onmap:hover {
    background: #fbe4e5;
}
.onmap img {
    width: 15px;
    height: 15px;
}
.leaflet-control-attribution.leaflet-control {
    display: none;
}
.jet-checkboxes-list__button {
    font-size: 14px;
}
.jet-listing-not-found {
    margin-top: 20px;
    font-weight: 500;
}
.jet-popup-action-button--center {
    justify-content: flex-start !important;
}
.jet-popup-action-button__instance {
    margin-top: 10px;
    padding: 0 !important;
}
.jet-popup-action-button__text {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: #FF3C48;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.jet-popup-action-button__text:hover {
    background: #d12631;
    border: 1px solid #d12631;
}
.all-filter {
    width: 19%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    color: #FF3C48;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.all-filter:hover {
    cursor: pointer;
    background: #fbe4e5;
}
.obj-archive-filters-mainblock-popup .jet-smart-filters-checkboxes {
    width: 49%;
}

/*Одиночная объекта*/
.obj-single-section {
    padding: 0px 10px 80px 10px;
}
.obj-single-block {
    max-width: 1200px;
    margin: 0 auto;
}
.obj-single-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.obj-single-title {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 12px;
}
.obj-single-col-1 {
    width: 75%;
    padding-right: 20px;
}
.obj-single-col-2 {
    width: 25%;
}
.obj-single-form-block {
    padding: 22px;
    border: 1px solid #D3E1FA;
    border-radius: 12px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.obj-single-form-img {
    display: flex;
    justify-content: center;
}
.obj-single-form-img img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
}
.obj-single-form-title {
    padding-top: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.obj-single-form-subtitle {
    text-align: center;
    padding-bottom: 15px;
}
.obj-single-form-soc {
    display: flex;
    gap: 10px;
}
.obj-single-form-soc-text {
    line-height: 1.2;
}

.obj-single-hero-section {
    display: flex;
    flex-wrap: wrap;
}
.obj-single-hero-col-1 {
    position: relative;
    width: 75%;
    padding-right: 10px;
}
.pswp__bg {
    background: #000000c4;
}
.obj-single-hero-section img:hover {
    opacity: 0.8;
}
.obj-single-hero-col-1 img {
    width: 100%;
    height: 449px;
    object-fit: contain;
    display: flex;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #D3E1FA;
    transition: all .3s;
}
img.gal-photo {
    display: flex;
    padding: 0;
    border: 0;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 5px;
    right: 15px;
    pointer-events: none;
}
.obj-single-hero-col-2 {
    width: 25%;
}
.obj-single-hero-col-2 img {
    width: 100%;
    height: 143px;
    object-fit: cover;
    display: flex;
    margin-bottom: 10px;
    border-radius: 12px;
    transition: all .3s;
}
.obj-single-hero-col-2 a:last-child img {
    margin: 0;
}
.obj-single-video {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.obj-single-video:hover {
    cursor: pointer;
}
img.obj-single-video-img {
    filter: brightness(0.6);
}
img.obj-single-video-ico {
    position: absolute;
    width: 65px;
    height: 65px;
    pointer-events: none;
}
.close-btn img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0;
    border-radius: 8px;
    z-index: 2;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}
.popup {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0;
    border-radius: 20px;
}
.popup-video iframe {
    display: flex;
}
.popup.show {
    display: block;
    opacity: 1;
}
.close-btn img:hover {
    cursor: pointer;
}
.popup-video p {
    padding: 0;
    margin: 0;
}
.popup-video br {
    display: none;
}

.obj-single-title-block {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 15px;
}
.obj-single-title-block h2 {
    margin-bottom: 0;
}
.obj-single-title-block a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    color: #4a90e2;
    font-size: 15px;
    font-weight: bold;
    transition: all .3s;
}
.obj-single-title-block a:hover {
    filter: brightness(70%);
}
.obj-single-title-block a img {
    width: 18px;
    height: 18px;
}

.obj-single-info-price {
    padding: 5px 0px 0px 0px;
    font-weight: bold;
    font-size: 32px;
}
.obj-single-info-wa {
    display: inline-flex;
    margin-bottom: 20px;
    color: #FF3C48;
    border-bottom: 1px dashed;
    text-decoration: none;
    font-size: 15px;
}
.obj-single-info-adres-block {
    display: flex;
    gap: 15px;
}
.obj-single-info-adres {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #848490;
}
.obj-single-info-zk a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #848490;
    text-decoration: none;
}
.obj-single-info-zk img {
    height: 22px;
}
.object-single-info-tax {
    display: flex;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #D3E1FA;
    font-size: 14px;
}
.object-single-info-tax div {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #D3E1FA;
    pointer-events: none;
    color: inherit;
}
.object-single-info-tax div img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.object-single-info-tax div a {
    text-decoration: none;
    color: inherit;
}

.obj-single-char-section {
    padding-top: 20px;
}
.obj-single-char-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 25px;
}
.obj-single-char-item {
    width: 35%;
}

.obj-single-plan-section {
    overflow: hidden;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #D3E1FA;
}
.obj-single-plan-img {
    margin-bottom: 25px;
}
.obj-single-plan-img img {
    width: 100%;
    height: 260px;
    object-fit: contain;
}

.obj-single-loc-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #D3E1FA;
}
.obj-single-loc-iframe {
    position: relative;
    height: 450px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.obj-single-loc-iframe iframe {
    position: absolute;
    display: flex;
    width: 100%;
    border-radius: 12px;
}
.obj-single-loc-near {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 10px;
    padding: 25px;
    border-radius: 12px;
}
.obj-single-loc-near-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.obj-single-loc-near-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.obj-single-loc-near-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.obj-single-platezh-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #D3E1FA;
}
.obj-single-platezh-wrapper {
    margin: 15px 0px;
}
.platezh-item {
    flex-wrap: wrap;
    display: flex;
    padding: 20px;
    border: 1px solid #D3E1FA;
    border-radius: 12px;
    justify-content: center;
}
.platezh-item:nth-child(2n) {
    background: #D3E1FA;
}
.platezh-item-title {
    width: 75%;
}
.platezh-item-percent {
    width: 15%;
    text-align: right;
}
.obj-single-platezh-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: #FF3C48;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.obj-single-platezh-button:hover {
    background: #d12631;
    border: 1px solid #d12631;
}

.obj-single-dopchar-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #D3E1FA;
}

.obj-single-cat-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 20px 30px;
    background: #222;
    color: #fff;
    border-radius: 12px;
}
.obj-single-cat-title {
    font-size: 22px;
    font-weight: bold;
}
.obj-single-cat-button {
    display: flex;
    align-items: center;
    padding: 16px 32px !important;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s;
}
.obj-single-cat-button:hover {
    background: #fbe4e51c;
}

.obj-single-related-section {
    padding: 0px 10px 80px 10px;
}
.obj-single-related-block {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.obj-single-related-block h2 {
    margin-top: 4px;
}










/*Главный шаблон*/

/*Главный экран*/
.hero-section {
    padding: 100px 10px 130px 10px;
}
.hero-block {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.hero-title {
    font-size: 42px;
    max-width: 610px;
    line-height: 1;
}
.hero-subtitle {
    padding-bottom: 20px;
    font-size: 22px;
}
.hero-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}
.hero-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-buttons {
    display: flex;
    gap: 15px;
}
.hero-main-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: #FF3C48;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.hero-main-button:hover {
    background: #d12631;
    border: 1px solid #d12631;
}
.hero-second-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.hero-second-button:hover {
    background: #fbe4e51c;
}
/*Поисковый блок*/
.poisk-section {
    margin-top: -48px;
    padding: 0px 10px;
}
.poisk-block {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.poisk-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.poisk-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 10px;
    border: 1px solid #FF3C48;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
.poisk-item:hover {
    background: #fbe4e5;
}
.poisk-item-img img {
    display: flex;
}
/*Преимущества*/
.kartochki-section {
    padding: 40px 10px;
}
.kartochki-block {
    max-width: 1200px;
    margin: 0 auto;
}
.kartochki-row-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kartochki-col-3 {
    position: relative;
    width: 32%;
    height: 400px;
    border-radius: 12px;
    text-decoration: none;
}
.kartochki-col-3-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kartochki-title {
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    max-width: 400px;
    position: relative;
    line-height: 1.2;
}
.kartochki-subtitle {
    padding: 0px 20px;
    font-size: 15px;
    position: relative;
    z-index: 2;
}
.kartochki-col-3 .kartochki-subtitle {
    max-width: 300px;
}
.kartochki-img {
    max-width: 100%;
}
.kartochki-img-money {
    width: 36%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.kartochki-img-new {
    width: 25%;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.kartochki-item {
    position: relative;
    height: 190px;
    border-radius: 12px;
}
.kartochki-row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.kartochki-col-2 {
    width: 49%;
    border-radius: 12px;
    position: relative;
    padding-bottom: 35px;
    text-decoration: none;
}
.kartochki-col-2 .kartochki-subtitle {
    max-width: 415px;
}
.kartochki-col-2 .kartochki-img {
    position: absolute;
    top: 0;
    right: 30px;
    height: 130px;
}
/*Новинки*/
.new-section {
    padding: 40px 10px;
}
.new-block {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.title-with-link {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-top: 4px;
    margin-bottom: 15px;
}
.title-with-link a {
    margin-bottom: 4px;
}
.title-with-link h2 {
    margin: 0;
}
.new-title span {
    text-transform: lowercase;
}
.mySwiper-novinki {
    overflow: visible;
}
.mySwiper-novinki .swiper-slide {
    height: 100% !important;
}
.mySwiper-novinki-2 {
    overflow: visible;
}
.mySwiper-novinki-2 .swiper-slide {
    height: 100% !important;
}
.swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 10px;
    top: -25px;
    right: 0;
    border: 1px solid;
    color: #848490;
    border-radius: 100px;
}
.swiper-button-next::after {
    font-size: 16px;
}
.swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 10px;
    top: -25px;
    left: auto;
    right: 45px;
    border: 1px solid;
    color: #848490;
    border-radius: 100px;
}
.swiper-button-prev::after {
    font-size: 16px;
}
/*Города*/
.city-section {
    padding: 40px 10px;
}
.city-block {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.city-title {
    margin-top: 4px;
}
.city-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.city-item {
    position: relative;
    display: flex;
    height: 260px;
    border-radius: 12px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all .3s;
}
.city-item:hover {
    opacity: 0.8;
}
.city-item-title {
    width: 100%;
    position: absolute;
    bottom: 5px;
    padding: 10px;
    text-align: center;
}
.city-item-ico {
    opacity: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    transition: all .3s;
}
.city-item:hover .city-item-ico {
    opacity: 1;
}
/*Подбор*/
.podbor-section {
    overflow-x: hidden;
    padding: 0px 10px;
}
.podbor-block {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #222;
    border-radius: 20px;
}
.podbor-col-1 {
    width: 60%;
    padding: 40px 60px;
    color: #fff;
}
.podbor-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}
.podbor-subtitle {
    max-width: 510px;
    margin: 20px 20px 35px 0px;
    font-size: 18px;
    padding-left: 15px;
    border-left: 2px solid #FF3C48;
    border-radius: 10px;
    color: #a7a7a7;
}
.podbor-button {
    display: flex;
}
.podbor-button a {
    padding: 16px 32px;
    background: #FF3C48;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.podbor-button a:hover {
    background: #d12631;
    border: 1px solid #d12631;
}
.podbor-col-2 {
    position: relative;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.podbor-col-2 img {
    max-width: 400px;
    margin-top: -50px;
}
.podbor-avtor-title {
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    padding: 15px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
/*Вид на жительство*/
.vid-section {
    padding: 40px 10px;
}
.vid-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F4F4F4;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.vid-col-1 {
    width: 50%;
    padding: 60px;
}
.vid-title {
    margin-bottom: 15px;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.1;
}
.vid-subtitle {
    padding: 5px 10px;
    display: inline-flex;
    background: #fff;
    border-radius: 5px;
}
.vid-subtitle:empty {
    display: none;
}
.vid-wrapper {
    margin: 15px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vid-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.vid-item img {
    height: 25px;
}
.whatsapp-button {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}
.whatsapp-button a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 16px 26px 16px 20px;
    background: #2cb742;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #2cb742;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.whatsapp-button a:hover {
    background: #1e9f32;
}
.whatsapp-button img {
    margin-top: -1px;
}
.vid-col-2 {
    width: 50%;
}
.vid-col-2 img {
    display: flex;
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 12px;
}
/* О компании */
.about-section {
    overflow: hidden;
    margin: 40px 0px 40px 0px;
    padding: 80px 10px;
    background: #F4F4F4;
}
.about-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-col-1 {
    width: 40%;
}
.about-col-1 img {
    display: flex;
    width: 100%;
    height: 415px;
    border-radius: 12px;
    object-fit: cover;
}
.about-col-2 {
    width: 60%;
    padding-left: 40px;
}
.about-title {
    font-size: 32px;
    font-weight: bold;
}
.about-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
}
.about-text {
    margin-bottom: 20px;
}
.about-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.about-button:hover {
    background: #fbe4e5;
}
/*Подписка*/
.tg-block {
    position: relative;
    overflow-x: clip;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px auto 0px auto;
    padding: 40px 60px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.tg-block-col-1 {
    width: 60%;
}
.tg-block-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1;
}
.tg-block-subtitle {
    padding: 20px 0px 35px 0px;
    max-width: 525px;
    font-size: 18px;
}
.tg-block-button {
    display: flex;
}
.tg-block-button a {
    padding: 16px 32px !important;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s;
}
.tg-block-button a:hover {
    background: #fbe4e5;
}
.tg-block-col-2 {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.tg-block-col-2 img {
    max-width: 320px;
    margin: -85px 0px -40px 0px;
}
/*Команда*/
.team-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
}
.mySwiper-team {
    overflow: visible;
}
.team-card {
    background: #fff;
    border-radius: 12px;
}
.team-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
}
.team-name {
    font-weight: bold;
    padding: 10px 15px 0px 15px;
}
.team-lang {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 15px 20px 15px;
}
.team-lang img {
    width: 18px;
    height: 13px;
}
/*.team-subtitle {padding: 5px 15px 20px 15px;}*/
/*Отзывы*/
.otz-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0px;
}
.mySwiper-otz {
    overflow: visible;
}
.otz-card {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    background-image: url(/wp-content/uploads/2025/05/quote.png);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: top right 20px;
}
.otz-info-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ozt-img img {
    width: 66px;
    height: 66px;
    border-radius: 100px;
}
.otz-title {
    font-weight: bold;
}
.otz-text {
    margin-top: 20px;
    font-size: 15px;
}
/*Блог*/
.blog-section {
    padding: 40px 10px;
}
.blog-block {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.tab-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.tabcontent {
    position: relative;
}
.blog-tab-links {
    position: absolute;
    right: 0;
    top: -44px;
}
.tab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tablinks {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
}
.tablinks.active {
    background: #FF3C48;
    color: #fff;
}
.tablinks:hover {
    cursor: pointer;
    background: #fbe4e5;
}
.tablinks.active:hover {
    background: #FF3C48;
}
a.links {
    text-decoration: none;
    color: #4a90e2;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
    transition: all .3s;
}
a.links:hover {
    filter: brightness(70%);
}

/*Частые вопросы*/
.faq-section {
    padding: 40px 10px;
}
.faq-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.faq-title {
    width: 100%;
}
.faq-col-1 {
    width: 60%;
}
.faq-col-2 {
    width: 40%;
    padding-left: 30px;
}
.faq-col-2 img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 12px;
}

.c {
    position: relative;
    border-top: 1px solid #d4d4d4;
}
.c:last-child {
    border-bottom: 1px solid #d4d4d4;
}
.sale-input{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity:0;
    visibility: 0;
}
.sale-wrap {
    position: relative;
}
.sale-label::after {
    content: url(/wp-content/uploads/plus.svg);
    position: absolute;
    right: 0;
}
.sale-label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 35px 30px 0px;
    font-weight: 500;
}
.p {
    max-height: 0px;
    overflow: hidden;
}
.tab-content {
    padding-bottom: 20px;
}
.sale-input:checked ~ .sale-wrap .sale-label::after {
    content: url(/wp-content/uploads/exit.svg);
}
.sale-input:checked ~ .sale-wrap ~ .p{
    max-height: max-content;
}
/*Подборки*/
.podborki-section {
    padding: 40px 10px;
}
.podborki-block {
    max-width: 1200px;
    margin: 0 auto;
}

.tabs__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
}
.tabs__button {
    outline: none;
    font-family: inherit;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;
    text-decoration: none;
    transition: all .3s;
    border: 0;
    background: transparent;
}
.tabs__button:hover {
    color: inherit;
    background: inherit;
    cursor: pointer;
}
.tabs__button:focus {
    outline: none;
}
.tabs__button[aria-selected="true"] {
    background: #FF3C48;
    color: #fff;
}
.tabs__button-second[aria-selected="true"] {
    background: transparent;
    border: 1px solid #FF3C48;
    color: #333;
}
.tabs__container {
    margin-top: 15px;
    padding: 15px 0px;
    border-top: 1px solid #ddd;
}
.tabs__container-second {
    display: flex;
}
.tabs__container-second a {
    display: flex;
    width: fit-content;
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-size: 16px;
    text-decoration: none;
    color: #0088cc;
    line-height: 1.1;
    border-bottom: 1px dashed transparent;
    transition: all .3s;
}
.tabs__container-second a:hover {
    border-bottom: 1px dashed;
}

.tabs__list::-webkit-scrollbar {
    margin-top: 5px;
    width: 6px;
    height: 12px;
}
.tabs__list::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.tabs__list::-webkit-scrollbar-thumb {
  background-color: #777;
  border: 3px solid #f5f5f5;
}
.mySwiper-podbor {
    padding: 20px 0px;
}










/*Жилые комплексы*/

/*Одиночная жк*/
.zk-single-hero-section {
    padding: 0px 10px;
}
.zk-single-hero-block {
    max-width: 1300px;
    min-height: 450px;
    margin: 0 auto;
    padding: 25px 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
}
.zk-single-hero-col-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
.zk-single-hero-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
}
.zk-single-hero-menu a {
    display: inline-flex;
    color: #fff;
    border-bottom: 1px dashed;
    text-decoration: none;
    font-size: 15px;
}
.zk-single-hero-info-wrapper {
    display: flex;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #d3e1fa38;
    font-size: 14px;
}
.zk-single-hero-info-item {
    display: flex;
    flex-direction: column;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #d3e1fa38;
    pointer-events: none;
}
.zk-single-hero-info-item-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}
.zk-single-hero-info-item-title img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}
.zk-single-hero-info-item-title a {
    color: #fff;
    text-decoration: none;
}
.zk-single-hero-info-item-subtitle {
    margin-top: -5px;
}
.zk-single-hero-col-2 {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.zk-single-hero-form-title {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.zk-single-hero-form-block {
    max-width: 335px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
}

.zk-single-descr-section {
    padding: 40px 10px;
}
.zk-single-descr-block {
    max-width: 1200px;
    margin: 0 auto;
}
.mySwiper-zkphoto {
    overflow: visible;
}
.mySwiper-zkphoto p {
    padding: 0;
    margin: 0;
}
.mySwiper-zkphoto br {
    display: none;
}
.zk-single-descr-photo {
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 50px;
}
.video-slide iframe {
    width: 100%;
    height: 320px;
    border-radius: 12px;
}
.zk-single-descr-photo img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    transition: all .3s;
}
.zk-single-descr-photo img:hover {
    opacity: 0.8;
}
.zk-single-descr-photo .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 36px;
    padding: 10px;
    top: -46px;
    right: 0;
    border: 1px solid;
    color: #848490;
    border-radius: 7px;
}

.zk-single-gal-section {
    padding: 0px 10px 40px 10px;
}
.zk-single-gal-block {
    max-width: 1200px;
    margin: 0 auto;
}

.zk-single-loc-iframe iframe {
    position: absolute;
    display: flex;
    width: 100%;
    border-radius: 12px;
}
.zk-single-loc-iframe {
    position: relative;
    height: 450px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.zk-single-loc-near {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 10px;
    padding: 25px;
    border-radius: 12px;
}
.zk-single-loc-near-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.zk-single-loc-near-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}
.zk-single-loc-near-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.zk-single-obj-section {
    overflow: hidden;
    margin: 20px 0px;
    padding: 60px 10px;
    background: #F4F4F4;
}
.zk-single-obj-block {
    max-width: 1200px;
    margin: 0 auto;
}

.zk-single-platezh-section {
    padding: 40px 10px;
}
.zk-single-platezh-block {
    max-width: 1200px;
    margin: 0 auto;
}
.zk-single-platezh-subblock {
    display: flex;
    flex-wrap: wrap;
}
.zk-single-platezh-col-1 {
    width: 70%;
    padding-right: 40px;
}
.obj-single-platezh-info {
    padding-top: 12px;
    padding-bottom: 8px;
}
.zk-single-platezh-col-2 {
    width: 30%;
}
.zk-single-platezh-form-block {
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #D3E1FA;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.zk-single-platezh-form-title {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: bold;
}
.platez-form-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.platez-form-img {
    width: auto;
    margin-right: 10px;
}
.platez-form-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
}
.platez-form-name {
    font-weight: bold;
    line-height: 1.1;
    font-size: 17px;
}
.platez-form-text {
    color: #777;
    line-height: 1.1;
    padding-top: 4px;
    font-size: 15px;
}

.zk-single-loc-section {
    padding: 40px 10px;
}
.zk-single-loc-block {
    max-width: 1200px;
    margin: 0 auto;
}

.zk-single-near-section {
    overflow: hidden;
    padding: 40px 10px;
}
.zk-single-near-block {
    max-width: 1200px;
    margin: 0 auto;
}
.zk-single-near-item {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #D3E1FA;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.zk-single-near-item img {
    display: flex;
    width: 100%;
    height: 320px;
    border-radius: 12px;
    object-fit: cover;
}
.zk-single-near-item-title {
    height: 44px;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.zk-single-zastr-section {
    overflow: hidden;
    margin: 20px 0px;
    padding: 60px 10px;
    background: #F4F4F4;
}
.zk-single-zastr-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.zk-single-zastr-col-1 {
    width: 40%;
    height: 420px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
}
.zk-single-zastr-col-1 img {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    object-fit: contain;
}
.zk-single-zastr-col-2 {
    width: 60%;
    padding-left: 40px;
}
.zk-single-zastr-text {
    padding-bottom: 20px;
}
.zk-single-zastr-button {
    display: flex;
}
.zk-single-zastr-button a {
    padding: 16px 32px !important;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #FF3C48;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s;
}
.zk-single-zastr-button a:hover {
    background: #fbe4e5;
}

.zk-single-related-section {
    padding: 40px 10px;
}










/*О компании*/
.aboutpage-hero-section {
    padding: 0px 10px 40px 10px;
}
.aboutpage-hero-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.aboutpage-hero-col-1 {
    width: 55%;
}
.aboutpage-hero-title {
    margin-bottom: 10px;
    font-weight: bold;
}
.aboutpage-hero-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}
.aboutpage-hero-text {
    padding-right: 40px;
}
.aboutpage-hero-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
.aboutpage-hero-item-title {
    margin-bottom: -5px;
    font-size: 36px;
    font-weight: bold;
    color: #FF3C48;
}
.aboutpage-hero-item-text {
    font-size: 14px;
}
.aboutpage-hero-col-2 {
    width: 45%;
    height: 420px;
    border-radius: 10px;
}
.aboutpage-hero-col-2 img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}










/*Объекты и проекты на карте*/
.jet-map-listing-block {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.onmap-block {
    padding: 15px;
}
.onmap-title {
    font-size: 18px;
    font-weight: bold;
}
.onmap-subtitle {
    font-size: 18px;
}
.onmap-price {
    margin: 5px 0px;
    color: #FF3C48;
    font-weight: bold;
    font-size: 16px;
}
.onmap-block img {
    width: 100% !important;
    height: 160px;
    border-radius: 10px;
    object-fit: cover;
}










/*Вставки*/
.inject-top-block {
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #D3E1FA;
}
.inject-top-title {
    max-width: 250px;
    font-size: 20px;
    font-weight: bold;
}
.inject-top-subtitle {
    margin: 10px 0px 30px 0px;
    font-size: 18px;
}
.inject-top-img {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.inject-vnz-block {
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #D3E1FA;
}
.inject-vnz-title {
    max-width: 250px;
    font-size: 20px;
    font-weight: bold;
}
.inject-vnz-subtitle {
    margin: 10px 0px 30px 0px;
    font-size: 18px;
}
.inject-vnz-img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.1;
    filter: blur(2px) grayscale(1);
}

.inject-podbor-block {
    min-height: 330px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.inject-podbor-block:after {
    background: linear-gradient(181deg, rgba(255, 255, 255, .5), #fff 50%, #fff);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.inject-podbor-img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 410px;
    object-fit: cover;
    object-position: top;
}
.inject-podbor-info {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.inject-podbor-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.inject-podbor-subtitle {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 1.3;
}
.inject-podbor-button {
    justify-content: center;
}










/*Мобильное меню*/
img#myBtn {
    display: flex;
}
.hidden-body {
    /* when modal active */
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    /* Other browsers */
    overscroll-behavior: none;
}
.modal {
    display: none;
    justify-content: flex-end;
    position: fixed;
    z-index: 9;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.modal-content {
    position: relative;
    padding: 30px;
    background-color: #fff;
    width: 320px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 3;
}
/* Add Animation */
@keyframes animatetop {
    from {right:-300px; opacity:0}
    to {right:0; opacity:1}
}
/* The Close Button */
.close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.header-mobile-menu-block {
    display: none;
}
.header-mobile-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 0px 20px 0px;
}
.bok-menu-title {
    font-weight: bold;
}
.header-mobile-select {
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-right: -15px;
}
.header-mobile-menu #searchform {
    width: 140px;
}
.header-mobile-menu .trp-ls-shortcode-language {
    width: auto !important;
}
.header-mobile-menu .dd-selected-text {
    font-size: 14px;
}
.header-mobile-menu .trp-language-switcher a {
    font-size: 14px;
}
.header-mobile-menu .dd-option-text {
    font-size: 14px;
}
.bok-menu a {
    display: flex;
    padding: 4px 0px;
    color: #333;
    text-decoration: none;
}
.bok-menu a:hover {
    color: #FF3C48;
}
.bok-menu img {
    display: none;
}
.bok-menu .sub-menu {
    padding-left: 10px;
}










/*Авторы*/

/*Одиночная авторы*/
.aut-hero-section {
    padding: 0px 10px;
}
.aut-hero-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #D3E1FA;
    border-radius: 10px;
}
.aut-hero-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.aut-hero-img img {
    display: flex;
    width: 140px;
    height: 140px;
    border-radius: 100%;
}
.aut-hero-title {
    font-size: 24px;
    margin-bottom: 5px;
}
.aut-hero-soc {
    display: flex;
    gap: 10px;
}
.aut-hero-soc img {
    display: flex;
    width: 40px;
    height: 40px;
}
.aut-short-section {
    padding: 20px 10px;
}
.aut-short-block {
    max-width: 1200px;
    margin: 0 auto;
}
.aut-full-block {
    max-width: 1200px;
    margin: 0 auto;
}
.aut-stati-section {
    padding: 40px 10px;
}
.aut-stati-block {
    max-width: 1200px;
    margin: 0 auto;
}

/*Архив авторы*/
.aut-arch-section {
    padding: 0px 10px 40px 10px;
}
.aut-arch-block {
    max-width: 1200px;
    margin: 0 auto;
}
.aut-arch-subtitle {
    margin-bottom: 40px;
}
.authors-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.aut-item {
    padding: 20px;
    border: 1px solid #D3E1FA;
    border-radius: 12px;
}
.aut-item-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.aut-item-img img {
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.aut-item-name {
    font-size: 18px;
    font-weight: bold;
}
.aut-item-spec {
    margin-top: 2px;
    font-size: 15px;
    line-height: 1.2;
}
.aut-item-text-title {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 15px;
    border-top: 1px solid #D3E1FA;
    color: #777;
    font-size: 14px;
    font-weight: bold;
}
.aut-item-footer {
    margin-top: 20px;
}

/*Автор в статье*/
.author-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 15px;
    background: rgb(0 136 204 / 5%);
    border-radius: 10px;
}
.author-col-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author-img img {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.author-title span {
    font-weight: bold;
}
.author-col-2 {
    min-width: 240px;
    text-align: right;
    padding-right: 10px;
}


















/*Мобильная версия*/

@media (max-width: 1100px) {
/*Шапка*/
.header-section {
    position: sticky;
    top: 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.header-logo {
    width: 25%;
}
.header-logo img {
    max-width: 170px;
}
.header-search {
    display: none;
}
.header-select {
    display: none;
}
.header-mobile-menu-block {
    display: block;
}
.header-menu-section {
    display: none;
}

/*Футер, контакты*/
.contact-section {
    padding: 60px 10px;
}
.contact-col-1 {
    width: 100%;
}
.contact-subtitle {
    padding: 0px 0px 20px 0px;
}
.contact-col-2 {
    margin-top: 60px;
    width: 100%;
}
.subscribe-title {
    width: 60%;
}
.footer-section {
    padding: 60px 10px;
}
.footer-col-1 {
    width: 100%;
    order: 4;
    margin-top: 40px;
}
.footer-col-2 {
    width: 25%;
}
.footer-col-3 {
    width: 30%;
}
.footer-col-4 {
    width: 40%;
}
.footer-privacy {
    margin-top: 20px;
    max-width: 100%;
}










/*Главный шаблон*/
.new-block {
    margin-right: -10px;
}

.vid-col-1 {
    width: 60%;
    padding: 30px;
}
.vid-col-2 {
    width: 40%;
}

.city-block {
    margin-right: -10px;
}

.kviz-col-1 {
    width: 70%;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    min-width: auto !important;
}
.kviz-col-2 {
    width: 28%;
}
.kviz-col-title {
    font-size: 15px;
}
.kviz-col-img {
    margin-left: 35px;
}

.brosh-block-col-1 {
    width: 50%;
    padding: 70px 30px;
}
.brosh-title {
    font-size: 26px;
}
.brosh-block-col-2 {
    width: 50%;
    padding: 0px 30px;
}
.zk-single-kviz-title {
    font-size: 22px;
}
.zk-single-kviz-text {
    font-size: 15px;
}

.about-text {
    font-size: 15px;
}

.tg-block {
    padding: 30px;
}
.tg-block-title {
    font-size: 22px;
}
.tg-block-subtitle {
    font-size: 16px;
}
.tg-block-col-2 img {
    max-width: 250px;
    margin: -20px -15px -40px 0px;
}

.podbor-col-1 {
    padding: 30px;
}
.podbor-title {
    max-width: 355px;
    font-size: 26px;
}
.podbor-subtitle {
    font-size: 16px;
}

.zapisi-card-wrapper {
    grid-template-columns: 1fr 1fr;
}










/*Блог*/
.jet-listing-grid__items.grid-col-tablet-3 {
    --columns: 2;
}

/*Поиск*/
.object-card-wrapper {
    grid-template-columns: 1fr 1fr;
}
.developers-card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}










/*Застройщики*/
.zastr-single-hero-block {
    align-items: flex-start;
}
.zastr-single-hero-col-2 {
    position: sticky;
    top: 20px;
}
.zastr-single-hero-text {
    font-size: 15px;
}
.zastr-single-hero-wrapper {
    flex-wrap: wrap;
}

.video-col-2 {
    padding: 30px;
}

.zastr-single-preim-title {
    line-height: 1.1;
}

.zastr-single-top-title {
    margin-top: 4px;
}

/*Квиз*/
.dot:last-child {
    background: linear-gradient(135deg, rgb(202 90 127) 0%, rgb(179 104 152) 100%);
}










/*Объекты и проекты*/

/*Объекты*/
.all-filter {
    height: 55px;
    line-height: 1.1;
    padding: 10px 20px;
}

.obj-single-col-1 {
    width: 100%;
    padding-right: 0;
}
.obj-single-col-2 {
    width: 100%;
    margin-top: 40px;
}
.obj-single-form-block {
    max-width: 400px;
}

/*Проекты*/
.zk-single-hero-info-wrapper {
    flex-wrap: wrap;
}
.zk-single-hero-info-wrapper .whatsapp-button {
    margin-top: 25px;
}

.zk-single-platezh-col-1 {
    width: 60%;
}
.zk-single-platezh-col-2 {
    width: 40%;
}

.zk-single-zastr-block {
    align-items: flex-start;
}
.zk-single-zastr-text {
    font-size: 15px;
}










/*О компании, на карте, вставки*/
.aboutpage-hero-block {
    align-items: flex-start;
}
.aboutpage-hero-wrapper {
    flex-wrap: wrap;
}
.aboutpage-hero-col-2 {
    position: sticky;
    top: 20px;
}










/*Авторы*/
.authors-wrapper {
    grid-template-columns: 1fr 1fr;
}
.author-block {
    flex-wrap: wrap;
}
.author-col-1 {
    width: 100%;
}
.author-col-2 {
    width: 100%;
    padding-left: 90px;
}
.author-link {
    display: flex;
}
}










@media (max-width:780px) {
/*Шапка*/
.header-logo {
    width: 50%;
}
.header-contact {
    display: none;
}

/*Футер*/
.contact-title {
    font-size: 26px;
}
.contact-form-footer-block {
    padding: 30px;
}
.contact-form-footer {
    width: 100%;
    margin-bottom: 300px;
}
.contact-submit-block {
    flex-direction: column;
}
.input50 {
    width: 100%;
}
.iti {
    width: 100%;
}
.contact-submit-acept {
    max-width: 100%;
    padding: 0px;
}
img.contact-photo {
    max-width: 200px;
    right: 20%;
}

.subscribe-block {
    flex-direction: column;
    align-items: flex-start;
}
.subscribe-title {
    width: 100%;
    margin-bottom: 20px;
}

.footer-col-2 {
    width: 50%;
}
.footer-col-3 {
    width: 50%;
}
.footer-title.footer-title-menu {
    font-size: 18px;
}
.footer-col-4 {
    margin-top: 40px;
    width: 100%;
}










/*Главный шаблон*/
.hero-section {
    padding: 60px 10px 100px 10px;
}
.hero-title {
    font-size: 32px;
}
.hero-subtitle {
    font-size: 18px;
}
.hero-item {
    font-size: 15px;
}
.hero-buttons {
    flex-wrap: wrap;
}
.hero-main-button {
    padding: 16px 24px;
}
.hero-second-button {
    width: 100%;
    max-width: 328px;
    justify-content: center;
}

.poisk-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
}

.kartochki-col-3 {
    width: 100%;
}
.kartochki-col-3:first-child {
    height: 345px;
}
.kartochki-item {
    margin-top: 20px;
}
.kartochki-title {
    font-size: 20px;
}

.title-with-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
h2 {
    font-size: 26px;
}

.vid-col-1 {
    width: 100%;
}
.vid-title {
    font-size: 22px;
}
.vid-item {
    font-size: 15px;
}
.vid-col-2 {
    width: 100%;
}
.vid-col-2 img {
    height: 220px;
}

.city-item {
    height: 220px;
}

.kviz-subtitle {
    font-size: 16px;
}
.kviz-col-1 {
    width: 100%;
}
.kviz {
    padding: 5px 30px 10px 30px;
}
.kviz-step-title {
    font-size: 18px;
}
.kviz-step-subtitle {
    font-size: 16px;
}
.kviz-step-radiofield p {
    padding: 0;
}
.kviz-step-radiofield .wpcf7-list-item {
    width: 100%;
    margin: 0 0 12px 0;
}
.kviz-step-textfield input {
    width: 100%;
}
.wpcf7cf_step_controls {
    margin: 0 !important;
}
.kviz .wpcf7cf_next {
    padding: 16px;
    font-size: 14px;
}
.kviz .wpcf7cf_prev {
    padding: 22px 10px 20px 35px;
    font-size: 13px;
}
.kviz .wpcf7-submit {
    padding: 16px !important;
    font-size: 14px;
}
.kviz-col-2 {
    width: 100%;
    margin-top: 40px;
}

.brosh-block-col-1 {
    width: 100%;
    padding: 30px;
}
.brosh-title {
    font-size: 22px;
}
.whatsapp-button a {
    font-size: 14px;
    padding: 16px;
    line-height: 1.1;
}
.brosh-block-col-2 {
    width: 100%;
    padding: 30px;
}

.about-col-1 {
    width: 100%;
}
.about-col-1 img {
    height: 220px;
}
.about-col-2 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
}
.about-title {
    font-size: 26px;
}
.about-subtitle {
    font-size: 16px;
}

.tg-block {
    overflow: hidden;
}
.tg-block-col-1 {
    width: 100%;
    z-index: 2;
}
.tg-block-col-2 {
    width: 100%;
}
.tg-block-col-2 img {
    position: absolute;
    margin: 0;
    right: -40px;
    bottom: 0;
    opacity: 0.1;
}

.podbor-col-1 {
    width: 100%;
}
.podbor-col-2 {
    width: 100%;
}
.podbor-avtor-title {
    width: 95%;
    display: block;
    text-align: center;
}
.podbor-col-2 img {
    max-width: 300px;
    margin-top: -20px;
}

.zapisi-card-wrapper {
    grid-template-columns: 1fr;
}
.blog-tab-links {
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 15px;
}

.faq-col-1 {
    width: 100%;
}
.faq-col-2 {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
}
.faq-col-2 img {
    height: 220px;
}

.block-strelki .swiper-button-next {
    right: 10px;
}
.block-strelki .swiper-button-prev {
    right: 55px;
}










/*404, спасибо, текстовые, записи*/
h1 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
}
h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
}
h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
}
.thankyou-subtitle {
    font-size: 16px;
}

.zapisi-archive-block .jet-listing-grid__items.grid-col-tablet-3 {
    --columns: 1;
}

.zapisi-single-block {
    flex-wrap: wrap;
}
.zapisi-single-col-1 {
    width: 100%;
    padding-right: 0;
}
.zapisi-single-title {
    font-size: 22px;
}
.zapisi-single-img img {
    height: 220px;
}
.zapisi-single-col-2 {
    width: 100%;
    margin-top: 40px;
}
.zapisi-single-oglavlenie {
    display: none;
}
.zapisi-single-oglavlenie-mobile {
    display: block;
}
.shortcode-title {
    max-width: 260px;
}










/*Объекты*/
.obj-archive-block .jet-listing-grid__items.grid-col-mobile-1 {
    --columns: 1;
}
.object-card-title {
    font-size: 16px;
}
.object-card-img img {
    height: 200px;
}

.obj-archive-filters-mainblock .jet-smart-filters-checkboxes {
    width: 49%;
}
.obj-archive-filters-mainblock-1 .jet-smart-filters-checkboxes:nth-child(2) {
    display: none;
}
.obj-archive-filters-mainblock-1 .jet-smart-filters-checkboxes:nth-child(3) {
    display: none;
}
.obj-archive-filters-mainblock-1 .jet-smart-filters-checkboxes:nth-child(4) {
    display: none;
}
.all-filter {
    width: 49%;
}
.obj-archive-filters-mainblock-popup .jet-smart-filters-checkboxes {
    width: 100%;
}
.sortitems {
    gap: 10px;
}
.sortitems .jet-sorting {
    font-size: 12px;
}
.jet-smart-filters-select {
    font-size: 12px;
}
.jet-sorting-select {
    font-size: 12px;
}
.jet-select__control {
    font-size: 12px;
}
.sortactive {
    flex-wrap: wrap !important;
}
.jet-smart-filters-active {
    margin-bottom: 10px;
}

.inject-podbor-title {
    font-size: 22px;
}
.inject-podbor-subtitle {
    font-size: 15px;
}
.inject-podbor-img {
    height: 280px;
}

.seo-block {
    gap: 0;
}
.obj-single-title {
    font-size: 22px;
}
.obj-single-hero-col-1 img {
    height: 280px;
}
img.gal-photo {
    height: 42px;
}
.obj-single-hero-col-2 img {
    height: 86px;
}
img.obj-single-video-ico {
    height: 65px;
}
.obj-single-info-price {
    font-size: 26px;
}
.obj-single-info-wa {
    font-size: 15px;
    border-bottom: 0;
    text-decoration: underline;
}

.obj-single-title-block {
    flex-direction: column;
    align-items: flex-start;
}
.obj-single-char-wrapper {
    gap: 0;
}
.obj-single-char-item {
    width: 100%;
}
.second-button-mini a {
    font-size: 14px;
    padding: 16px 22px;
}

.obj-single-loc-iframe {
    height: auto;
    flex-direction: column;
}
.obj-single-loc-iframe iframe {
    position: relative;
    height: 250px;
}
.obj-single-loc-near {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}

.obj-single-cat-block {
    padding: 30px;
    flex-direction: column;
    gap: 15px;
}

.obj-single-related-block h2 {
    margin-top: 4px;
}










/*Проекты*/
.zk-single-hero-block {
    padding: 30px;
    min-height: 400px;
}
.zk-single-hero-info-item-title {
    font-size: 16px;
}
.zk-single-hero-info-item {
    margin-right: 10px;
    padding-right: 10px;
}
.zk-single-hero-info-item-last {
    margin-right: -50px;
    padding-right: 0px;
    border-right: 0;
}
.zk-single-hero-info-item-subtitle {
    margin-top: -2px;
    font-size: 12px;
}
.zk-single-hero-info-wrapper .whatsapp-button a {
    padding: 16px 10px;
}

.zk-single-gal-section {
    overflow: hidden;
}
.zk-single-gal-block {
    margin-right: -10px;
}
.zk-single-descr-photo img {
    height: 240px;
}

.zk-single-platezh-col-1 {
    width: 100%;
    padding-right: 0;
}
.zk-single-platezh-col-2 {
    width: 100%;
    margin-top: 10px;
}

.zk-single-descr-photo {
    margin-right: -10px;
}

.zk-single-loc-iframe {
    height: auto;
    flex-direction: column;
}
.zk-single-loc-iframe iframe {
    height: 250px;
    position: relative;
}
.zk-single-loc-near {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.zk-single-loc-near-wrapper {
    grid-template-columns: 1fr 1fr;
}

.zk-single-near-item img {
    height: 220px;
}

.zk-single-zastr-col-1 {
    width: 100%;
    height: auto;
    padding: 20px;
}
.zk-single-zastr-col-1 img {
    height: 120px;
}
.zk-single-zastr-col-2 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
}

.zk-single-related-block {
    margin-right: -10px;
}










/*Поиск, попапы, формы*/
.object-card-wrapper {
    grid-template-columns: 1fr;
}
.developers-card-wrapper {
    grid-template-columns: 1fr 1fr;
}

.popup-form-title {
    font-size: 22px;
}

.dot:last-child {
    background: linear-gradient(135deg, rgb(215 84 115) 0%, rgb(195 95 136) 100%);
}

.exit-popup-col-1 {
    width: 100%;
}
.exit-popup-col-1 img {
    height: 160px;
}
.exit-popup-col-2 {
    width: 100%;
    padding: 20px;
}










/*Застройщики*/
.zastr-archive-block {
    padding: 30px;
}

.zastr-single-hero-col-1 {
    width: 100%;
    order: 2;
    margin-top: 20px;
}
.zastr-single-hero-wrapper {
    gap: 20px;
}
.zastr-single-hero-item-title {
    font-size: 26px;
}
.zastr-single-hero-item-text {
    font-size: 12px;
}
.zastr-single-hero-text {
    padding-right: 0;
}
.zastr-single-hero-col-2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    top: 0;
}
.zastr-single-hero-col-2 img {
    height: 120px;
}

.video-col-1 {
    width: 100%;
}
.video-col-1 iframe {
    height: 220px;
}
.video-col-2 {
    width: 100%;
}
.video-title {
    font-size: 24px;
}

.zastr-single-preim-col-1 {
    width: 100%;
}
.zastr-single-preim-img-1 {
    width: 20%;
}
.zastr-single-preim-1 {
    width: 78%;
}
.zastr-single-preim-2 {
    width: 100%;
    margin-bottom: 20px;
}
.zastr-single-preim-col-2 {
    width: 100%;
    height: 140px;
}










/*О компании*/
.aboutpage-hero-col-1 {
    width: 100%;
    order: 2;
    margin-top: 20px;
}
.aboutpage-hero-col-2 {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
}
.aboutpage-hero-col-2 img {
    height: 220px;
}
.aboutpage-hero-item-title {
    font-size: 26px;
}
.aboutpage-hero-item-text {
    font-size: 12px;
}

.about-section-page .tg-block {
    margin-top: 0;
}










/*Остальное*/
.broker-compl-quote {
    padding: 60px 20px 30px 20px;
    font-size: 14px;
}

.zastr-single-nagr-subtitle {
    font-size: 16px;
}

.video-slide iframe {
    height: 240px;
}










/*Авторы*/
.aut-hero-block {
    flex-wrap: wrap;
}
.aut-hero-img img {
    width: 80px;
    height: 80px;
}
.aut-hero-title {
    font-size: 18px;
}
.aut-hero-subtitle {
    line-height: 1.2;
}
.aut-hero-soc {
    margin-top: 20px;
    width: 100%;
}

.authors-wrapper {
    grid-template-columns: 1fr;
}
.aut-arch-subtitle {
    font-size: 14px;
}

.author-title {
    line-height: 1.2;
    font-size: 14px;
}
.author-subtitle {
    margin: 5px 0px 10px 0px;
    font-size: 14px;
    line-height: 1.2;
}
.author-link {
    font-size: 14px !important;
    margin-top: -5px;
}
}










/*Мобильное меню*/
.mobile-menu {
    display: flex;
    gap: 10px;
    position: fixed;
    right: 10px;
    bottom: 5px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mobile-menu-visible {
    opacity: 1;
}
.mobile-menu a {
    display: flex;
    align-items: center;
    width: 210px;
    font-size: 14px;
    color: inherit;
    line-height: 1;
    background: #fff;
    border: 1px solid #D3E1FA;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 6px;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.mobile-menu-ico {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

@media (max-width:780px) {
.mobile-menu {
    width: 100%;
    display: flex;
    gap: 5px;
    right: 0;
    bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    justify-content: space-between;
    pointer-events: none;
}
.mobile-menu-visible{
    pointer-events: auto;
}
.mobile-menu a {
    padding: 5px 8px;
    font-size: 11px;
}
.mobile-menu-ico {
    display: block;
    width: 18px;
    height: 18px;
}
}