/*
Theme Name: IMS Basic
Description: IMS Basic WordPress Theme
Version: 4.8
Author: IMS DESIGN
Author URI: //ims-design.ru/
*/

/*---Normalize--------------------------------------------------------------------------- */

body, html {
    height: 100%;
}

body {
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, footer, header, main, nav, section, div, input, textarea {
    display: block;
}

a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none !important;
    outline: 0 !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

a:hover, a:active, button:focus, button:hover, button:active, input:focus, input:hover, input:active {
    outline: 0 !important;
}

a:focus {
    outline: 0 !important;
}

b, strong {
    font-weight: bold;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
	height: auto;
	border: 0;
    display: block;
}

.logo img, .loop-post img {
    width: 100%;
}

/*---Basic-Structure--------------------------------------------------------------------- */

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
}

main {
	max-width: 1920px;
	min-height: 100vh;
	overflow: hidden;
	padding-top: 114px;
	margin: 0 auto;
}

section, .section, .wrapper, .awesome, .relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.force-100 {
    width: 100% !important;
}

.force-fit {
    width: fit-content !important;
}

.has-border img {
	border: 1px solid #B9CAEB;
	border-radius: 10px;
}

.overflow-hidden .kt-inside-inner-col {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1280px !important;
    padding: 0 40px;
    margin: 0 auto;
    z-index: 2;
}

.awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	height: 100%;
	font-weight: 900;
    color: currentColor;
}

.awesome:before {
    left: 0;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	right: 0;
}

.scrolltop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #f4236e;
    font-size: 28px;
    z-index: 9;
    transition: color .5s;
    cursor: pointer;
    display: none;
}

/*---Flexbox----------------------------------------------------------------------------- */

.flex-around, .flex-between, .main-nav > ul, .flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu, .flex-start, .flex-end, .header-flex {
    display: flex;
    align-items: center;
}

.flex-around {
    justify-content: space-around;
}

.flex-between, .main-nav > ul, .header-flex {
    justify-content: space-between;
}

.flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu {
    justify-content: center;
}

.flex-start, .main-nav > ul li ul.sub-menu {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.stretch {
	align-items: stretch;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.x2 {
    width: 50%;
}

.x3 {
    width: calc(100% / 3);
}

.x4 {
    width: 25%;
}

.gap-10 .x2 {
    width: calc(50% - 5px);
}

.gap-10 .x3 {
    width: calc((100% - 20px) / 3);
}

.gap-10 .x4 {
    width: calc((100% - 30px) / 4);
}

.gap-20 .x2 {
    width: calc(50% - 10px);
}

.gap-20 .x3 {
    width: calc((100% - 40px) / 3);
}

.gap-20 .x4 {
    width: calc((100% - 60px) / 4);
}

.gap-30 .x2 {
    width: calc(50% - 15px);
}

.gap-30 .x3 {
    width: calc((100% - 60px) / 3);
}

.gap-30 .x4 {
    width: calc((100% - 90px) / 4);
}

.flex-grow {
   flex-grow: 1;
}

/*---Kadence-Blocks---------------------------------------------------------------------- */

.wp-block-kadence-accordion .kt-accordion-header-wrap .kt-blocks-accordion-header {
	cursor: pointer;
}

.wp-block-kadence-testimonial {
	display: flex !important;
	flex-direction: column;
}

.kt-testimonial-text-wrap {
    order: 2;
}

.kt-testimonial-item-wrap {
	margin-bottom: 1px !important;
}

.wp-block-kadence-testimonials .kt-testimonial-rating-wrap {
	margin: 13px 0 13px 0 !important;
	display: flex !important;
}

.kt-testimonial-rating-wrap .kt-svg-testimonial-rating-icon {
	width: 19px;
}

.kt-testimonial-content {
	max-height: 280px;
	overflow-y: auto;
	scrollbar-width: thin;
	padding-right: 12px;
}

.kt-testimonial-meta-wrap {
	justify-content: flex-start !important;
	margin-top: 0 !important;
}

.kb-splide .splide__pagination__page {
	background: #2C61D0 !important;
	height: 16px !important;
	width: 16px !important;
}

.wp-block-kadence-pane.kt-accordion-pane {
	box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.kb-countdown-timer .kb-countdown-date-item:not(.kb-countdown-divider-item) {
	width: 60px !important;
    box-shadow: inset 0 4px 10px 0 rgba(0,0,0,.1);
}

.kb-countdown-timer .kb-countdown-date-item.kb-countdown-divider-item {
	width: 20px !important;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gal-image-radius {
    margin: 0 !important;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
	padding: 90px 26px 30px !important;
	text-align: left !important;
	font-weight: 500;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption strong {
	font-size: 1.125em !important;
}

.dot-fix-125 .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
	padding: 14px 0 0 !important;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel-init[data-slider-dots="true"] {
	margin-bottom: 58px !important;
}

.kb-splide .splide__pagination, .kb-splide ul.splide__pagination.splide__pagination {
	bottom: -55px !important;
}

.kt-testimonial-content {
	text-align: left !important;
}

.kb-splide .splide__arrow {
	background: #2c61d0 !important;
	border-radius: 0 !important;
	height: 36px !important;
	width: 24px !important;
}

.kt-blocks-testimonial-carousel-item {
	display: flex !important;
}

.kt-blocks-testimonial-carousel-item > * {
	flex-grow: 1;
}

/*---Basic-Typography-------------------------------------------------------------------- */

h1, h2, h3, h4, .popup-title {
    font-weight: 800;
    margin: 0;
    line-height: 1.3;
}

.page-title {
    font-size: 2.25em;
    margin: 60px 0 30px;
}

.popup-title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 1.5em;
}

a {
    position: relative;
    transition: all .3s;
    color: #2C61D0;
}

p, label {
    margin: 0;
}

/*---Header------------------------------------------------------------------------------ */

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 114px;
    background: #fff;
    transition: all .3s;
    z-index: 5;
}

header.animate {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.logo {
    width: 290px; height: 100%;
}

.header-flex {
    width: calc(100% - 290px);
    padding-left: 40px;
    gap: 40px;
}

/*---Navigation-------------------------------------------------------------------------- */

.menu-popup {
	position: fixed;
	background: #1B263F;
	color: #fff;
	right: -50px;
	top: 0;
	z-index: 100;
	bottom: 0;
	width: 50%;
	padding: 30px;
	min-width: 360px;
	transition: all .3s ease-in-out;
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
}

.menu-popup .popup-close {
    width: 50px;
    height: 50px;
}

.menu-popup.animate {
	right: 0;
    pointer-events: auto;
    opacity: 1;
}

.main-nav {
	flex-grow: 1;
	margin: 0 20px;
    max-width: 1280px;
}

.main-nav ul, .main-nav > ul li ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > ul {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}

.main-nav > ul > li {
    flex-grow: 1;
    position: relative;
}

.main-nav ul a {
    color: currentColor;
    font-size: 1.25em;
}

.main-nav ul:not(.sub-menu) > li > a:hover, .main-nav ul li.current-menu-item > a, .main-nav ul li.current-post-parent > a {
    text-decoration: underline !important;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span {
    position: relative;
    padding-right: 15px;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
 	content: '\f078';
    font-size: 12px;
    padding-top: 2px;
}

.main-nav > ul li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	flex-direction: column;
	transition: all .3s;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ececec;
}

.main-nav > ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.main-nav > ul li ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.main-nav > ul li ul.sub-menu li:last-of-type {
    border-bottom: 0;
}

.main-nav > ul li ul.sub-menu li a {
	width: 100%;
	justify-content: flex-start;
	text-align: left;
	padding: 10px 20px;
    color: #404756;
    border-left: 3px solid transparent;
}

.main-nav > ul li ul.sub-menu li a:hover {
    background: #fafafa;
}

.menu-toggle, .menu-close {
    cursor: pointer;
}

/*---Custom-CSS-------------------------------------------------------------------------- */

.testimonials-toggle {
	opacity: 0;
	pointer-events: none;
}

.fixed-height-140 img {
    width: auto;
    max-height: 140px;
}

.featherlight .featherlight-content {
    background: #fff !important;
}

h2 mark {
	padding: 4px 19px;
	border-radius: 26px;
}

.filter-wrapper {
    margin-bottom: 30px;
}

.filter-select {
    position: relative;
    width: 100%;
    max-width: calc((100% - 60px) / 4);
}

.filter-toggle {
	border: 1px solid #B9CAEB;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	padding: 0 10px;
	cursor: pointer;
	transition: all .3s;
    font-size: 13px;
}

.filter-toggle i {
    color: #B9CAEB;
    transition: all .3s;
}

.filter-select:hover .filter-toggle {
	border: 1px solid #2C61D0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.filter-select:hover .filter-toggle i {
	transform: rotatex(180deg);
    color: #2C61D0;
}

.filter-list {
	position: absolute;
    z-index: 2;
	width: 100%;
	border: 1px solid #2C61D0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 0;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translatey(-3px);
	transition: all .3s;
    overflow: hidden;
}

.filter-select:hover .filter-list {
	opacity: 1;
	pointer-events: auto;
	transform: translatey(0);
}

.term-item {
	width: 100%;
	height: 40px;
    font-size: 13px;
	padding: 0 20px;
	transition: all .3s;
	cursor: pointer;
}

.term-item:hover, .term-item.active {
    background: #f5f8ff;
}

.term-item:not(:last-of-type) {
	border-bottom: 1px solid #2C61D0;
}

.filter-input {
	width: calc((100% - 60px) / 4);
}

.btn.filter-submit {
	max-width: 100%;
	height: 50px;
	border-radius: 5px;
	border: 0 !important;
	background: #2c61d0;
	color: #fff;
}

.balcony-slider .slick-arrow {
	font-size: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 0;
	position: absolute;
    z-index: 2;
	top: 130px;
	cursor: pointer;
    background: rgba(33,76,167,.79);
}

.balcony-slider .slick-arrow::before{
    content: '\f054';
    color: #fff;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    display: block;
}

.balcony-slider .slick-prev.slick-arrow::before {
	transform: rotatez(180deg);
}

.balcony-slider .slick-arrow.slick-prev {
    left: 50px;
}

.balcony-slider .slick-arrow.slick-next {
    right: 50px;
}

.doors-header {
	margin: 40px 0;
}

.doors-header img {
	border: 1px solid #ececec;
	border-radius: 10px;
    width: 100%;
    max-width: 400px;
}

.doors-intro {
	width: calc(100% - 440px);
}

.doors-header h1 {
	font-size: 2.25em;
	margin-bottom: 20px;
}

.doors-header .price-box {
	font-size: 1.25em;
	font-weight: 600;
}

.doors-header .price-box .btn {
	font-size: 16px;
	font-weight: 400;
    border: 0;
    background: #f4236e;
    color: #fff;
    border-radius: 5px;
    max-width: 260px;
}

.doors-header .price-box .price {
    color: #747474;
}

.doors-header .price-box .sale {
    color: #2c61d0;
}

.filter-loop .kt-inside-inner-col {
	align-items: stretch !important;
}

/*---Footer------------------------------------------------------------------------------ */

footer {
    position: relative;
}

footer .main-nav {
    margin: 0 !important; 
}

footer .main-nav ul {
	columns: 3;
	display: block;
	margin-bottom: -10px;
}

footer .main-nav ul li {
	margin-bottom: 15px;
}

footer .main-nav ul li a {
	font-size: 1em;
    justify-content: flex-start;
    white-space: nowrap;
}

/*---Pages------------------------------------------------------------------------------- */

.yoast-breadcrumbs {
    margin: 0;
}

.yoast-breadcrumbs a {
    color: currentColor !important;
}

.sec-page {
	height: 100%;
	padding-bottom: 80px;
}

.sec-page .yoast-breadcrumbs {
    border-top: 1px solid #ececec;
	padding-top: 30px;
}

.sec-page article {
    width: 100%;
}

.sec-404 {
    min-height: calc(100vh - 70px);
    text-align: center;
}

/*---Loop-------------------------------------------------------------------------------- */

.loop-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.loop-post {
	width: 100%;
    max-width: calc((100% - 60px) / 3);
    color: #000 !important;
}

.loop-post h3 {
	font-size: 1.125em;
	color: currentColor;
}

.loop-post img {
    border-radius: 10px;
    margin-bottom: 30px;
}

.loop-post p {
    font-size: 13px;
    margin-bottom: 20px;
}

.loop-post time {
    display: block;
    color: #747474;
    font-size: 12px;
    margin: 10px 0 20px;
}

.loop-post a.more {
    text-decoration: underline !important;
}

.wp-pagenavi {
    width: 100%;
    margin-top: 30px;
}

.wp-pagenavi span, .wp-pagenavi a {
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ececec;
	min-width: 42px;
	padding: 0 6px;
	margin: 0 3px 0 0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
}

.wp-pagenavi span.pages {
    display: none;
}

.doors-post {
	padding: 20px;
	box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.doors-post img {
	margin: 0 auto 10px;
	width: auto;
	max-height: 200px;
}

.doors-post .title {
    margin-bottom: 20px;
    flex: 1;
}

.doors-post h3 {
    font-weight: 500;
    font-size: 1.2em;
}

.doors-post .sale {
    color: #2C61D0;
    font-weight: 600;
}

.doors-post .price s {
    color: #747474;
    font-size: 100% !important;
    font-weight: 500;
    text-decoration-color: #747474; 
    opacity: .7;
}

.params-title {
  margin-bottom: 20px;
}

.params .row {
    padding-top: 10px;
    align-items: stretch;
    transition: all .3s;
}

.params .row:hover {
    color: #2c61d0;
    background: #fafafa;
}

.params .row:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

.row-value {
	text-align: right;
	max-width: 70%;
}

.price-box {
	margin-top: 20px;
	font-size: 16px;
}

.doors-post .offer {
	background: #e7efff;
	margin: 20px -20px;
	padding: 10px 20px;
	text-align: center;
	font-weight: 500;
	font-size: 1.1em;
}

.doors-post .btn {
	height: 46px;
	border-radius: 5px;
	border: 0;
	background: #f4236e;
	color: #fff;
	font-size: 15px;
	max-width: 100%;
}

/*---Posts------------------------------------------------------------------------------- */
/*---Editor-Styles----------------------------------------------------------------------- */

s {
	text-decoration-color: #747474;
	font-size: 80%;
	padding-left: 10px;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-extrabold, .font-extrabold strong {
    font-weight: 800 !important;
}

article a, .underline a {
    text-decoration: underline !important;
}

article :is(a.btn, a.kb-gallery-item-link, .kt-tabs-title-list li a) {
    text-decoration: none !important;
}

article .kt-tabs-title-list li a {
    text-decoration: none !important;
}

article .wp-block-separator {
	border: 0;
	border-top: 1px solid #ececec;
}

article :is(p, h2, h3, h4, .wp-block-image, .wp-block-table, .wp-block-kadence-iconlist, .wp-block-kadence-tabs, .wp-block-kadence-accordion) {
    margin: 0 0 20px !important;
}

article > ul, article > ol {
    margin: 0 0 20px !important;
}

.wp-block-table tr {
    transition: all .3s;
    border: 0;
}

.wp-block-table tr:not(:last-of-type) {
    border-bottom: 1px solid #ececec;
}

.wp-block-table tr th, .wp-block-table tr td {
    padding: 6px 10px;
    border: 0;
    font-size: 12px;
    vertical-align: top;
}

article > *:last-child, .wp-block-image, article .wp-block-separator, article .btn p {
    margin: 0 !important;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 10px 20px !important;
}

.wp-block-embed {
    width: 100%;
}

.wp-block-list {
	padding-left: 20px;
    margin: 0 !important;
}

.wp-block-list li {
	padding-left: 5px;
}

.wp-block-list li:not(:last-child) {
	margin-bottom: 10px;
}

/*---Popup------------------------------------------------------------------------------- */

.btn {
    width: 100%;
    max-width: 220px;
    height: 42px;
    border: 1px solid #ececec;
    cursor: pointer;
    transition: all .3s;
    margin: 0 auto;
    border-radius: 2px;
}

.btn.align-left {
    margin-left: 0;
}

.btn.align-right {
    margin-right: 0;
}

.btn.wide {
    max-width: 100%;
}

.backdrop {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(0,0,0,.75);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity .3s;
}

.backdrop.animate {
    opacity: 1;
    pointer-events: auto;
}

.ims-popup {
	position: fixed;
	left: 50%; top: 50%;
	transform: translatex(-50%) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: 100%;
 	max-width: 768px;
	background: rgba(255,255,255,.95);
	z-index: 11;
	padding: 50px 10px;
    opacity: 0;
    transition: all .3s;
    flex-direction: column;
    border-radius: 10px;
}

.ims-popup.animate {
	opacity: 1;
    pointer-events: auto;
 	transform: translatex(-50%) translatey(-50%) scale3d(1, 1, 1);
}

.ims-popup, .ims-popup * {
    pointer-events: none !important;
}

.ims-popup.animate, .ims-popup.animate * {
    pointer-events: auto !important;
}

.ims-popup form {
    max-width: 520px;
}

.popup-close {
	position: absolute;
	right: 0; top: 0;
	height: 30px; width: 30px;
 	cursor: pointer;
    z-index: 20;
}

.popup-close:before {
	display: flex;
	justify-content: center;
 	align-items: center;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	color: #2c61d0;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 20px;
    content: '\f00d';
    transition: all .3s ease;
}

.menu-popup .popup-close::before {
    color: #fff;
}

/*---Forminator-------------------------------------------------------------------------- */

.info-field p {
	font-size: 12px;
}

.price-field p {
	font-size: 2.5em;
	font-weight: 600;
}

.fail-field p {
	font-size: 1.25em;
}

.price-field p s {
	font-size: 80%;
	text-decoration-color: #CADAFA;
    color: #CADAFA;
}

.price-field label, .fail-field label {
    display: none !important;
}

.forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    border-radius: 4px !important;
}

.forminator-textarea {
    min-height: 100px !important;
    max-height: 100px;
}

label.forminator-radio {
	padding: 16px 8px !important;
	border-radius: 4px !important;
	color: #fff;
    width: calc(50% - 10px);
    justify-content: center;
    font-weight: 500 !important;
}

label.forminator-radio:first-of-type {
	background: #24A1DE;
}

label.forminator-radio:last-of-type {
	background: #25D366;
}

.forminator-radio-bullet {
    border: 0 !important;
}

.forminator-file-upload button {
	border: 1px solid #CBCBCB !important;
	box-shadow: none !important;
	padding: 10px 20px !important;
}

.forminator-button.forminator-button-submit {
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 54px !important;
	width: 100% !important;
	box-shadow: none !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    transition: all .3s !important;
    border-radius: 5px !important;
}

.forminator-response-message {
	border-radius: 0 !important;
	padding: 10px 16px !important;
}

.forminator-response-message .screen-reader-only, .forminator-edit-module {
    display: none !important;
}

.forminator-guttenberg input, .forminator-guttenberg button, .ims-popup input {
    border-radius: 5px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.row-form .forminator-guttenberg form {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	width: 100% !important;
	margin: 0 !important;
	max-width: 100% !important;
    flex-wrap: wrap;
}

.forminator-design--default .forminator-response-message {
    width: 100% !important;
    font-size: 13px !important;
}

.row-form .forminator-guttenberg form > * {
	margin-bottom: 0 !important;
}

.row-form .forminator-guttenberg form .forminator-row {
    margin: 0 !important;
}

.row-form .forminator-guttenberg form .forminator-row:not(.forminator-row-last) {
    width: 260px;
}

.row-form .forminator-guttenberg form .forminator-row .forminator-col {
    padding: 0 !important;
}

.row-form .forminator-guttenberg form .forminator-row.forminator-row-last {
    width: calc(100% - 270px);
}

.iti__selected-dial-code {
	color: currentColor !important;
}

.forminator-design--default .forminator-checkbox__label p {
	font-size: 12px !important;
	line-height: normal !important;
}

.forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox__wrapper {
	align-items: center !important;
}

/*---Slick-Slider------------------------------------------------------------------------ */

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

/*---Adaptive-Design--------------------------------------------------------------------- */

@media only screen and (min-width : 1980px) {
main {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
}

@media only screen and (max-width: 1280px) {
.row-form .forminator-guttenberg form {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	width: 100% !important;
	margin: 0 !important;
	max-width: 100% !important;
    flex-direction: column
}

.row-form .forminator-guttenberg form > * {
	margin-bottom: 0 !important;
}

.row-form .forminator-guttenberg form .forminator-row {
    margin: 0 !important;
}

.row-form .forminator-guttenberg form .forminator-row:not(.forminator-row-last) {
    width: 100%;
}

.row-form .forminator-guttenberg form .forminator-row .forminator-col {
    padding: 0 !important;
}

.row-form .forminator-guttenberg form .forminator-row.forminator-row-last {
    width: 100%;
}
}

@media only screen and (max-width: 1170px) {
header .header-text {
    display: none !important;
}

body {
    font-size: 14px;
}

.doors-header {
	flex-direction: column;
	gap: 30px;
}

.doors-intro {
    width: 100%;
}
}

@media only screen and (max-width: 1024px) {
body {
    font-size: 16px;
}

.hide-later {
    display: none !important;
}

footer .main-nav ul {
	columns: 2;
}

.filter-select {
	max-width: calc(50% - 10px);
}

.filter-input {
	width: calc(50% - 10px);
}

.doors-post.x4 {
	width: calc(50% - 10px);
}
}

@media only screen and (max-width: 768px) {
.wrapper {
	padding: 0 20px;
}

.ims-popup {
	left: 2%; right: 2%;
	transform: translatex(0) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: auto;
}

.ims-popup.animate {
	transform: translatex(0) translatey(-50%) scale3d(1, 1, 1);
}

.loop-wrapper {
	flex-direction: column;
}

.loop-post {
	max-width: 100%;
}

.logo img {
    opacity: 0;
}

.logo {
	width: 70px;
	background: url('https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoibWktc3RhbmRhcnQucnUiLCJ2IjoyODM5MTk2MDU2LCJyIjoxfQ/wp-content/uploads/Group-2419.png') no-repeat center center;
	background-size: contain;
	margin-left: -10px;
}

.header-flex {
	width: calc(100% - 60px);
	padding-left: 20px;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
	padding: 80px 20px 20px !important;
}

.wp-block-list {
	font-size: 1em !important;
}

footer .main-nav ul {
	columns: 1;
}

.doors-header .price-box {
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.doors-header .price-box s {
    padding-left: 0;
}

.doors-header .price-box .btn.align-right {
    margin-left: 0;
    margin-top: 15px;
}

.hide-on-mobile {
    display: none !important;
}
}

@media only screen and (max-width: 640px) {
body {
    font-size: 14px;
}

.forminator-field[role="radiogroup"] {
	display: flex;
	flex-direction: column;
}

.forminator-field[role="radiogroup"] label {
	width: 100%;
	margin-right: 0 !important;
}

.forminator-file-upload button {
	max-width: 160px !important;
	margin-right: 20px !important;
	margin-bottom: 0 !important;
}

.filter-select {
	max-width: 100%;
}

.filter-input {
	width: 100%;
}

.row-title {
	font-weight: 600;
}

.row-value {
	text-align: left;
	max-width: 100%;
}

.doors-post .title {
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.doors-post.x4 {
	width: 100%;
}

.balcony-slider .slick-arrow {
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	border: 0;
	position: absolute;
	z-index: 2;
	top: 135px;
	cursor: pointer;
	background: rgba(33,76,167,.79);
}

.balcony-slider .slick-arrow.slick-prev {
	left: 20px;
}

.balcony-slider .slick-arrow.slick-next {
	right: 20px;
}
}

@media only screen and (max-width: 480px) {
h1 br, h2 br, h3 br {
    display: none;
}

.params .row {
    flex-direction: column;
    gap: 5px;
}

.header-flex {
    gap: 20px;
}
}

@media only screen and (max-width: 360px) {

}
