@font-face {
    font-family: 'Whitman Rom';
    src: url(/templates/flex9/webfonts/font/7e2_vdef_8eeebf2c46_90e3.woff2) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Whitman It';
    src: url(/templates/flex9/webfonts/font/7e3_vdef_emp_90e4.woff2) format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Frutiger-RuC';
    src: url(/templates/flex9/webfonts/font/300B30_0_0.woff2) format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Frutiger-RuC';
    src: url(/templates/flex9/webfonts/font/300B30_1_0.woff2) format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/templates/flex9/webfonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/templates/flex9/webfonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/templates/flex9/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/templates/flex9/webfonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Alkatra';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/templates/flex9/webfonts/r05bGLZA5qhCYsyJROyJ5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


* {
    box-sizing: border-box;
}
html{
    height: 100%;
    scroll-behavior: smooth;
}
html, body{       
    font-size: 18px;
    color: var(--text-color1);
}
body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 320px;    
    font-family: 'Frutiger-RuC', serif;
    font-weight: 400;
    color: #000;
}
body.font_b {
    font-family: "Montserrat", sans-serif;
}
.alkatra {
    font-family: "Alkatra", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
}
header {
    background-color: var(--bg-color-header);
}
header.sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1 );
}
footer{
    margin-top: auto;
}
h1 {
    font-family: "Whitman Rom", serif;
}
body.font_b h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #311d14;
}
h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #623830;
    font-family: "Whitman Rom", serif;
}
body.font_b h2 {
    font-weight: 600;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
}
h3 {
    color: #311d14;
    font-weight: 500;
    font-size: 32px;
    line-height: 160%;
    font-family: "Whitman Rom", serif;
}
body.font_b h3 {
    font-family: "Montserrat", sans-serif;
}
h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;  
    font-family: "Whitman Rom", serif;
}
body.font_b h4 {
    font-family: "Montserrat", sans-serif;
}
.subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
}
a, a:hover {
    text-decoration: none;
    color: var(--text-color1);
}
.fs-x-small {
    font-size: 12px;
}
.fs-small {
    font-size: 14px;
}
.fs-normal {
    font-size: 16px;
}
.fs-big {
    font-size: 18px;
}
.fs-x-big {
    font-size: 18px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}
.fw-500 {
    font-weight: 500;
}
h1, .h1 {
    font-size: 30px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.flex {
    display: flex;
}
.none {
    display: none;
}
.block {
    display: block;
}
.arround {
    justify-content: space-around;
}
.between {
    justify-content: space-between;
}
.mr-10 {
    margin-right: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.lh-100 {
    line-height: 100%;
}
.lh-120 {
    line-height: 120%;
}
.lh-140 {
    line-height: 140%;
}
.lh-160 {
    line-height: 160%;
}
.lh-180 {
    line-height: 180%;
}
.lh-200 {
    line-height: 200%;
}
.bold {
    font-weight: 700;
}
.norm {
    font-weight: 400;
}
.lsn {
    list-style: none;
}
.w-100 {
    width: 100%
}
.visually-hidden{
    display: none;
}
.container {
    max-width: 1623px;
}
.task-step6 .row {
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
#content {
    margin-bottom: 30px;    
}
.bodyhome #content {
    margin-bottom: 0;
}
.inputbox, 
.controls input[type=text],
.controls input[type=email],
.controls textarea
{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 9px;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.inputbox-h-small{
    height: 40px;
}
select.inputbox {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../../../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    padding-right: 25px;
}
select.inputbox::-ms-expand{
    display: none;
}

.btn, .btn.btn-primary{
    background-color: #623830;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.22;
    color: #fff;
    padding: 13px 32px;
    border-radius: 0;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.btn:hover, .btn.btn-primary:active {
    background-color: #623830;
}
a.btn:not([href]):not([tabindex]) {
    color: var(--text-color-btn);
}
.btn.btn-purple {
    background: linear-gradient(270deg, #ff3080 0%, #ff9446 100%);
}
.btn.btn-purple:hover {
    background: #443e3e;
    color: #fff;
}

.btn:hover{
    color: #fff;
}
.btn.btn-primary{
    font-size: 18px;
}
.btn-w{
    width:200px;
}
.btn.normaltext{
    font-size: 16px;
}
.btn.bigtext{
    font-size: 18px;
}
.form-group {
    margin-bottom: 1rem;
}
.red{
    color: var(--text-color-red);
}
.text-c-grey{
    color: var(--text-color-grey);
}

.text-decoration-underline, .underline{
    text-decoration: underline;
}

.field-calendar .btn{
    background-color: var(--bg-color-btn-cal);
    border: 1px solid var(--border-color-input);
}
.field-calendar .icon-calendar {
    width: 18px;
    height: 100%;
}
.field-calendar .icon-calendar:before {
    content: '';
    display: block;
    color: #fff;
    background-image: url(../../../images/icons/calendar_month.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
#birthday_btn {
    background: #707070;
    color: #fff;
    padding: 5px 18px;
    border-radius: 0 0.25rem 0.25rem 0;
    -webkit-border-radius: 0 0.25rem 0.25rem 0;
    -moz-border-radius: 0 0.25rem 0.25rem 0;
    -ms-border-radius: 0 0.25rem 0.25rem 0;
    -o-border-radius: 0 0.25rem 0.25rem 0;
}
.field-calendar .btn .icon-calendar{
    color: var(--text-color-btn);
}
.field-calendar .input-group{
    flex-wrap: nowrap;    
}
.field-calendar .input-group .form-control{
    height: auto;
    border-radius: 0.25rem 0 0 0.25rem;
    -webkit-border-radius: 0.25rem 0 0 0.25rem;
    -moz-border-radius: 0.25rem 0 0 0.25rem;
    -ms-border-radius: 0.25rem 0 0 0.25rem;
    -o-border-radius: 0.25rem 0 0 0.25rem;
}

.control-group{
    margin-bottom: 15px;
}
.page-header {
    margin-bottom: 25px;
}
.main-flex {
    display: flex;
    margin: 0 -10px;
}
.main-flex .litem {
    flex: 0 0 20%;
    min-width: 280px;
    padding: 0 10px;
}
.main-flex .ritem {
    flex: 0 1 80%;
    padding: 0 10px;
}
.main-flex .aitem {
    width: 100%;
    padding: 0 10px;
}

.top-info-row {
    background-color: #f4f4f4;
}
.info_block {
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}
.top-info-row-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.info_block .info_tel {
    padding-left: 20px;
    margin-right: 40px;
}
.info_block .info_tel .fs-14 {
    font-size: 12px;
}
.info_block .info_mail {
    padding-left: 25px;
    white-space: nowrap;
}
.info_block .info_tel::before,
.info_block .info_mail::before {
    content: "";
    position: absolute;
    left: 0;
}
.info_block .info_tel::before {
    top: 6px;
    width: 17px;
    height: 18px;
    background: url(../../../images/tel.png) no-repeat center;
}
.info_block .info_mail::before {
    top: 7px;
    width: 17px;
    height: 14px;
    background: url(../../../images/mail.png) no-repeat center;
}
.customtop_info_module {
    flex: 1 1 auto;
}
.top-info-row-flex .mob_logo {
    display: none;
}

/*** Language Switcher ***/
.lswitcher {
    width: 60px;
}
.lswitcher .dropdown-toggle::after {
    margin-left: 7px;
    border-top: .33em solid;
    border-right: .33em solid transparent;
    border-left: .33em solid transparent;
}
.lswitcher.mobile, .top_info_mobile {
    display: none;
}
.lswitcher .mod-languages .btn-group .btn {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background: transparent;
    display: flex;
    align-items: center;
}
.lswitcher .mod-languages .lang_name {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
    color: #000;
}
.lswitcher .mod-languages .btn-group {
    display: flex;
    justify-content: flex-end;
}
.lswitcher .mod-languages img {
    vertical-align: middle;
}
.lswitcher .mod-languages .dropdown-menu {
    --bs-dropdown-min-width: 50px;
    inset: 20px 0 auto auto!important;
    transform: translate(0)!important;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: translate(0)!important;
    -moz-transform: translate(0)!important;
    -ms-transform: translate(0)!important;
    -o-transform: translate(0)!important;
}
.lswitcher  div.mod-languages ul li.lang-active {
    background-color: #f5eae4;
}
.lswitcher .mod-languages ul.lang-block li {
    margin: 0;
    padding: 0;
}
.lswitcher .mod-languages ul li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.5rem;
}
.lswitcher .mod-languages ul li a span {
    font-size: 16px;
    line-height: 1.1;
    margin-left: 6px;
}

.top-reviews .flex {
    align-items: center;
}
.mod_login_link .login {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mod_login_link .my-account {    
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}
.center-top-modules {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 23px 0 23px;
}
#logo { 
    flex: 0 1 500px;
    display: flex;
    align-items: center;
}
#logo a{
    display: inline-block;
}
.top-reviews {
    flex: 0 1 340px;
}
.simple_tmp .top-reviews {
    flex: 0 0 0;
}
.jshop_ajaxsearch,
.mod_jshopping_search{
    flex: 1 1 auto;
}
.mod_login_link {
    flex: 0 0 110px;
}
#jshop_module_wishlist {
    flex: 0 0 110px;
    display: flex;
    justify-content: flex-end;
}
.center-top-modules .cartajax_adv_module {
    flex: 0 0 110px;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

#search-top .input-group {
    position: relative;   
    /* max-width: 267px; */
}
#search-top form .input-group {
    width: 100%;
}
#search-top form .input-group input {
    width: 100%;
}
#search-top {
    max-width: 500px;
    position: relative;
}
#search-top .input-group .form-control,
#search-top .input-group .form-control:focus {
    border: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid var(--border-color-input);
    font-size: 16px;
    line-height: 1;
    padding: 8px 20px 8px 8px;
    height: 32px;
}
.task-step6 #search-top .input-group .form-control {
    margin-top: 0;
    margin-bottom: 0;
}
#search-top .input-group input::placeholder {
    color: var(--text-color1);
    z-index: 100;
}
#search-top .input-group button:focus {
    box-shadow: none;
}
#search-top .itemsearch:hover {
    background-color: var(--bg-color1);
    color: var(--text-color-menu);
}
#search-top .itemsearch .itemlink {
    font-size: 16px;
}
#search-top .itemsearch:hover span{
    color: var(--text-color-menu);
}
#search-result, #search-result table.ajaxsearch {
    width: 100%;
}
#search-result .aj_img {
    width: 60px;
}
#search-result .aj_img .img-block img {
    width: 45px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.center-top-modules .lflex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.center-top-modules .lname {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-top: 4px;
}
.center-top-modules .lflex .limg {
    height: 21px;
}

#jshop_module_wishlist,
.cartajax_adv_module {
    position: relative;
}
#wishlist-count-product, #jshop_quantity_in_cart {
    text-align: center;
    font-size: 4px;
    position: absolute;
    display: block;
    top: 0px;
    left: 58%;
    background-color: #FF4773;
    color: #FF4773;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#jshop_quantity_in_cart {
    left: 58%;
    top: -1px;
}

.mob-user {
    display: block;
    width: 18px;
    height: 21px;
    background-image: url(../../../images/user_login.png);
}

/**** Main menu ****/
@media (min-width: 992px) {
	header:not(.fixed) #main_menu .nav {
		display: flex !important;
	}
}

#mobile-menu {
    display: none;
}
#main_menu li a{
	display: block;
    font-size: 16px;
    line-height: 1;
}
#mobile-menu i.fa-bars {
    width: 31px;
    height: 21px;
}
#mobile-menu i.fa-bars:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-image: url(../../../images/mob_menu.svg);
    background-repeat: no-repeat;
    background-position: center;    
}

/* drop down */
#main_menu ul {
    position: relative;
}
#main_menu li{
    position: relative;
}
#main_menu li ul {
    position:absolute;
    width:240px;
    display: none;
    left: auto;
    top: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0,0, 0.15);
    margin: 0px;
    z-index: 2;    
}
#main_menu li ul li a {
    display: block;    
    padding: 16px 12px;
    color: #000;
}

#main_menu li:hover > ul{
    display: block;
	z-index: 9;
}
#main_menu li li{	
    position: relative;    
    margin: 0px;
}

#main_menu li li ul{    
    left: 240px;
    top: 0px;
    display: none;
    padding: 0px;
}
#main_menu li > li:hover > ul{
    display: block;    
}
#main_menu .nav > li.item-224, #main_menu .nav > li.item-225 {
    display: none;
}
#main_menu .nav > li.item-224 a span, #main_menu .nav > li.item-225 a span{
    font-size: 20px;
    line-height: 1;
    color: #5a2121;
}
#main_menu .nav > li.item-224 a, #main_menu .nav > li.item-225 a {
    display: flex;
    align-items: center;
}
#main_menu .nav > li.item-224 a img, #main_menu .nav > li.item-225 a img {
    margin-right: 8px;
}

@media (min-width: 992px) {
    #main_menu {
        flex: 1 1 auto;
    }
    #main_menu li a{
        color: #000;
    }
    #main_menu li ul li a:hover {
        color: #000;
        background-color: #edecea;
    }
    #main_menu .nav {
        background-color: #fff;
        justify-content: center;
        padding-left: 20px;
        flex-wrap: nowrap;
    }
	#main_menu .nav > li {
        margin: 0 0px;        
    }
    #main_menu .nav > li > a {
        color: #311d14;
        position: relative;
        white-space: nowrap;
        padding: 10px;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.2;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    #main_menu .nav > li > a:hover,
    #main_menu .nav > li.active > a {
        background-color: #f5eae4;
    }
	#main_menu .nav > li:last-child {
		margin-right: 0;
	}
    /* #main_menu .nav > li.item-114,
    #main_menu .nav > li.item-204 {
        margin-left: auto;
    } */
    #main_menu .nav > li.parent > a:after {
        content: "";
        display: inline-block;
        position: relative;
        background-image: url(../../../images/icons/arrow_drop_down2.svg);
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-left: 4px;
        width: 8px;
        height: 4px;
    }
}
@media (min-width: 1200px) {
    #main_menu .nav > li {
        margin: 0 3px;
    }
}
@media (min-width: 1500px) {
    #main_menu .nav > li > a {
        font-size: 16px;
    }
    #main_menu .nav > li {
        margin: 0 10px;
    }
    #main_menu .nav {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {  
    #main_menu li a{
        color: #000;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.2;
        padding: 10px 13.5px;
        text-align: center;
    }  
    #main_menu li.active > a {
        background-color: #f5eae4;
    }
	#mobile-menu {
        position: relative;
        display: flex;
        align-items: center;
        width: 31px;
        height: 21px;
		padding: 0;
        border: none;
        background-color: inherit;
        font-size: 20px;
        line-height: 20px;
    }
    #mobile-menu > span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #1C1B1F;
    }
    #mobile-menu > span::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #1C1B1F;
        top: 0;
        left: 0;
    }
    #mobile-menu > span::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #1C1B1F;
        bottom: 0;
        left: 0;
    }
    #mobile-menu > span.fa-times {
        height: 0;
        background-color: transparent;
    }
    #mobile-menu > span.fa-times::before {
        rotate: 45deg;
        top: 50%;
        margin-top: -1.5px;
    }
    #mobile-menu > span.fa-times::after { 
        rotate: -45deg;
        bottom: 50%;
        margin-bottom: -1.5px;
    }
    .task-step6 #mobile-menu {
        padding: 12px 6px;
        width: auto;
        height: auto;
        font-size: inherit;
        background: inherit;
        border: none;
        margin: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
	#mobile-menu:focus, #mobile-menu:active{
        outline: none;
    }
    #main_menu .nav{
        display: none;
    }
    #main_menu{
        background-color: transparent;
        position: relative;
        border-top: 0px;
        border-bottom: 0px;
        z-index: 9;
    }    
    #main_menu .nav{
        padding: 0px 0px;
        position: absolute;
        background-color: #fff9f5;
        width: 100vw;
        left: -13.5px;
        top: 35px;     
    }	
	#main_menu ul.nav > li.active > a{
		border-top: 0px;
	}
	#main_menu li{
		margin-right: 0px;
		position: relative;
	}
	#main_menu ul.nav li{
		/* border-top: 1px solid #ececec; */
	}
	#main_menu span.arrow{		
		width: 40px;
        height: 40px;
        top: 5px;
        right: 12px;
		position: absolute;
	}
	#main_menu span.arrow::after{
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		top: 50%;
        margin-top: -10px;
		right: 12px;
		border-bottom: 1px solid #1C1B1F;
		border-right: 1px solid #1C1B1F;
		transform: rotate(45deg);
	}	
	#main_menu li ul {
        position: relative;
        width: 100vw;
        top: auto;
        border-top: none;
    }
    #main_menu li:hover > ul{
        display: none;    
    }
    #main_menu li ul li.parent span.arrow {
        display: inline-block;
    }
    #main_menu span.arrow.turn::after {
        transform: rotate(-135deg);
        margin-top: -5px;
    }
    #main_menu li ul {
        box-shadow: none;
    }
    #main_menu li>ul>li>a {
        padding: 16px 52px 16px 24px;
        color: #000;
    }
    #main_menu li li ul {
        left: 0;
    }
    #main_menu li>ul>li>ul>li>a {
        padding-left: 35px;
    }
    #main_menu li>ul>li>ul>li>ul>li>a {
        padding-left: 45px;
    }
    #main_menu .nav > li.item-224, #main_menu .nav > li.item-225 {
        display: block;
    }
    #main_menu .nav > li.item-224 a {
        background-color: #ffd2e4;
    } 
    #main_menu .nav > li.item-225 a {
        background-color: #e1bed0;
    }
    #main_menu .nav > li.item-225 {
        border-top: 0;
    }
    body.font_b .rscontact .h2_second {
        font-size: 30px;
    }
}

.scrollToTop.medium {
    margin: 0!important;
}
#button-search.btn{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    padding: 6px;
    line-height: 1;
    z-index: 6;
}
.task-step6 #button-search.btn {
    width: 40px;
    height: 40px;
}
.top_right_button {
    flex: 0 1 80px;
    min-width: 90px;
    display: flex;
    justify-content: flex-end;
}

/**** home articles *****/
.home {
    background-color: var(--bg-color2);
    padding: 0;
}
.home .content {
    display: flex;
}
.home .content .text {
    padding-right: 40px;
}
.home h1,
.home h2 {
    font-size: 32px;
    margin-bottom: 100px;
}

/*** page Financing ***/
.fin_experte {
    margin: 88px 0 100px;
}
.fin_experte h2 {
    text-align: center;
    margin-bottom: 40px;
}
.fin_experte .outr-flex {
    gap: 18px;
}
.fin_experte .outr-flex > .item {
    width: calc(25% - 9px);
}
.fin_experte .outr-flex > .item {
    display: flex;
    align-items: center;
}
.fin_experte .outr-flex > .item .img {
    flex: 0 1 105px;
}
.fin_experte .outr-flex > .item .text {
    flex: 0 1 280px;
    padding-left: 20px;
}
.fin_experte .outr-flex > .item .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 8px;
}
.fin_experte .outr-flex > .item .descr {
    font-size: 16px;
    line-height: 1.6;
}

/*** Financing steps ***/
.fin_steps {
    margin: 60px 0 120px;
}
.fin_steps h2 {
    text-align: center;
    margin-bottom: 70px;
}
body.font_b .fin_steps h2 {
    font-size: 40px;
}
.fin_steps .fin_flex {
    margin: 0 75px;
    flex-wrap: wrap;
    position: relative;
}
.fin_steps .fin_flex .item {
    width: 50%;
}
.fin_steps .fin_flex::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #fff 0%, #737373 57.54%, #fff 100%);
    width: 1px;
    height: 130%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.fin_steps .fin_flex .inner {
    background-color: #f5eae4;
    padding: 20px 40px;
    position: relative;
}
.fin_steps .fin_flex .item_right {
    translate: 0 50%;
}
.fin_steps .fin_flex .item_left .inner {
    margin-right: 70px;
}
.fin_steps .fin_flex .item_right .inner {
    margin-left: 70px;
}
.fin_steps .fin_flex .item_bottom {
    padding-top: 72px;
}
.fin_steps .fin_flex .inner .num {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #d7ccc6;
    font-weight: 400;
    font-size: 24px;
    line-height: 60px;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.fin_steps .fin_flex .item_left .inner .num {
    right: -30px;
}
.fin_steps .fin_flex .item_right .inner .num {
    left: -30px;
}
.fin_steps h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 12px;
}
.fin_steps .descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
.fin_steps ul.brown_circle {
    margin-top: 12px;
}
ul.brown_circle {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.brown_circle li {
    position: relative;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 16px;
    padding-left: 14px;
}
ul.brown_circle li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    background-color: #D7CCC6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
ul.brown_circle li:last-child {
    margin-bottom: 0;
}

/*** Fin calculate ***/
.fin_calc {
    padding: 60px 0;
    background-color: #f5eae4;
}
.fin_calc h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 12px;
}
body.font_b .fin_calc h2 {
    font-size: 40px;
}
.fin_calc .sub {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
} 
.fin_calc .form {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: auto;
}
.fin_calc .form label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 17px;
}
.fin_calc .form input {
    max-width: 127px;
    border: 0;
    height: 44px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    padding: 10px;
    margin-right: 12px;
}
.fin_calc .form input::-webkit-outer-spin-button,
.fin_calc .form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.fin_calc .form input[type=number] {
  -moz-appearance: textfield;
}
.fin_calc .form .item > div {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.fin_calc .button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.asked_questions {
    margin: 100px 0;
    font-size: 16px;
}
.asked_questions h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 8px;
}
.asked_questions ul.brown_circle li {
    margin-bottom: 12px;
}
.asked_questions .top_block {
    max-width: 655px;
}
.asked_questions .img_flex {
    gap: 20px;
}
.asked_questions .down_bg {
    background-color: #f5eae4;
    margin-top: 20px;
    padding: 20px;
}
.asked_questions .down_bg h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 12px;
}
.asked_questions .num_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.asked_questions .num_list li {
    position: relative;
    padding-left: 52px;
    margin-bottom: 12px;
    max-width: 576px;
}
.asked_questions .num_list li:last-child {
    margin-bottom: 0;
}
.asked_questions .num_list li .num {
    position: absolute;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #d7ccc6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.asked_questions .num_list h4 {
    margin-bottom: 0;
}
.can_trust .outer_flex {
    padding: 100px 0 120px;
    border-top: 1px solid #623830;
    align-items: center;
    display: flex;
}
.can_trust .item:first-child {
    flex: 0 1 769px;
    padding-right: 15px;
}
.can_trust .item:last-child {
    flex: 0 1 829px;
}
.can_trust .img_flex {
    gap: 20px;
}
.can_trust ul.brown_circle li {
    font-size: 18px;
}

/*** about us page ***/
.au_header {
    margin: 0 0 100px;
}
.au_header .img_bg {
    background: url(/images/about_us/au_bg.png) no-repeat center;
    min-height: 430px;
    padding: 85px 15px 50px;
    text-align: center;
}
.au_header .img_bg .img {
    margin-bottom: 40px;
}
.au_header .img_bg h2 {
    font-weight: 400;
    font-size: 40px;
    color: #311d14;
    margin-bottom: 16px;
    line-height: 1.22;
}
.au_header .img_bg .sub {
    font-weight: 600;
    font-size: 24px;
    color: #311d14;
    max-width: 1100px;
    margin: auto;
    line-height: 1.21;
}
.our_philosophy {
    margin: 0 0 100px;
}
.our_philosophy .item_left {
    flex: 0 1 790px;
}
.our_philosophy .item_left .flex {
    gap: 5.5px;
}
.our_philosophy .item_left .top_flex {
    margin-bottom: 5px;
}
.our_philosophy .item_right {
    flex: 0 1 806px;
    padding-left: 73px;
}
.our_philosophy .tip {
    padding-left: 12px;
    border-left: 4px solid #623830;
    line-height: 1.6;
}
.our_philosophy h2 {
    margin-top: 54px;
    margin-bottom: 15px;
}
.our_philosophy .text {
    line-height: 1.6;
}
ul.barea {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.barea li {
    background-color: #f5eae4;
    padding: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    min-height: 74px;
}
ul.barea .h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 4px;
    color: #311d14;
}

.our_team {
    padding: 60px 0 0;
    margin-bottom: 100px;
    background-color: #f5eae4;
}
.our_team h2 {
    text-align: center;
    margin-bottom: 12px;
    line-height: 1;
}
.our_team .sub {
    text-align: center;
    margin-bottom: 32px;
}
.our_team .bottom_text {
    background-color: #d7ccc6;
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    line-height: 1.6;
}
.our_team .team_flex {
    margin-bottom: 60px;
    gap: 50px;
}
.our_team .team_flex .item {
    width: calc(33.33% - 25px);
}
.our_team .team_flex .descr {
    padding: 0 32px;
}
.our_team .team_flex .name {
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
}
.our_team .team_flex .position {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 4px;
}
.our_team .team_flex .phrase {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
.our_services {
    margin-bottom: 100px;
}
.our_services h2 {
    line-height: 1;
    margin-bottom: 12px;
}
.our_services .sub {
    line-height: 1.6;
    margin-bottom: 40px;
}
.our_services .os_flex {
    gap: 18px;
}
.our_services .os_flex .item {
    /* width: calc(25% - 9px); */
    display: flex;
    align-items: center;
}
.our_services .os_flex .item .img {
    min-width: 92px;
    display: flex;
    justify-content: center;
}
.our_services .os_flex .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
.our_services .os_flex .item h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #311d14;
    margin-bottom: 8px;
}

.facts_figures {
    margin-bottom: 100px;
}
.facts_figures h2 {
    text-align: center;
    margin-bottom: 40px;
}
.facts_figures .content {
    padding: 85px 0;
    border-top: 1px solid #623830;
    border-bottom: 1px solid #623830;
}
.facts_figures .num_block {
    font-size: 120px;
    line-height: 1;
    font-weight: 600;
    color: #d7ccc6;
}
.facts_figures .ff_flex {
    max-width: 1443px;
    margin: auto;
    justify-content: space-between;
    gap: 20px;
}
.facts_figures .ff_flex .text {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
}
.why_romano {
    margin: 0 0 100px;
}
.why_romano .left_block {
    max-width: 769px;
    padding: 30px;
    background-color: #f5eae4;
    margin: 22px 0;
}
.why_romano .left_block .phrase {
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 54px;
}
.why_romano .right_block {
    padding-left: 95px;
}
.why_romano h2 {
    margin-bottom: 0;
}
.why_romano .sub {
    line-height: 1.6;
    margin-bottom: 32px;
}

ul.round_check {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.round_check li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 20px;
}
ul.round_check li:last-child {
    margin-bottom: 0;
}
ul.round_check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url(/images/about_us/list_check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/*** Contact page ***/
.contact_header {
    margin-bottom: 60px;
}
.contact_header .img_bg {
    padding: 23px 15px;
    background-image: url(/images/contact/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 140px;
}
.contact_header .h2 {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #311d14;
    margin-bottom: 15px;
}
.contact_header .sub {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #311d14;
}
.contact_person {
    margin-bottom: 120px;
}
.contact_person .left_item {
    flex: 0 1 790px;
}
.contact_person .right_item {
    padding-left: 72px;
    flex: 0 1 806px;
    display: flex;
    flex-direction: column;
}
.contact_person .our_philosophy {
    margin-bottom: 40px;
}
.contact_person h2 {
    max-width: 570px;
}
.contact_person .cont_data {
    padding: 20px 40px;
    background-color: #f5eae4;
    min-height: 222px;
    margin-top: auto;
}
.contact_person .cont_data .head {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    color: #311d14;
    margin-bottom: 32px;
}
.contact_person .cont_data .head span {
    font-weight: 400;
}
.contact_person .our_philosophy .tip {
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    color: #000;
    padding-left: 24px;
    max-width: 737px;
}
.contact_person .cont_data a {
    display: flex;
    align-items: center;
    padding-left: 80px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.25;
    min-height: 60px;
    color: #000;
    background-position: left center;
    background-repeat: no-repeat;
}
.contact_person .cont_data a.tel-long{
    flex-wrap: wrap;
    align-items: baseline;
}
.contact_person .cont_data .nowrap{
    white-space: nowrap;
}
.contact_person .cont_data a.tel {
    margin-bottom: 20px;
    background-image: url(/images/contact/tel.png);
}
.contact_person .cont_data a.wa_button {
    margin-bottom: 20px;
    background-image: url(/images/contact/wa.png);
}
.contact_person .cont_data a.mail {
    font-size: 24px;
    background-image: url(/images/contact/mail.png);
}

.contact_openday {
    padding: 60px 0;
    border-top: 1px solid #623830;
    border-bottom: 1px solid #623830;
}
.contact_openday .left_item {
    flex: 0 1 656px;
    line-height: 1.6;
    padding-right: 80px;
}
.contact_openday .left_item h2 {
    margin-bottom: 14px;
}
.contact_openday .right_item {
    flex: 0 1 938px;
    min-width: 840px;
}
.schedule_block .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.schedule_block .top .h2 {
    font-weight: 600;
    font-size: 32px;
    color: #623830;
}
.schedule_block .top .reserv {
    font-weight: 600;
    font-size: 40px;
    line-height: 160%;
    color: #311d14;
}
.schedule_block .list {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}
.schedule_block .list .item {
    padding: 0 5px;
}
.schedule_block .list .day {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #311d14;
}
.schedule_block .list .date {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.schedule_block .list .date .img {
    margin-right: 12px;
}
.schedule_block .list .time {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #000;
}
.schedule_block .list .time > div:first-child {
    margin-bottom: 4px;
}

/*** Gallery page ***/
.gallery_page .universal_banner .img_bg {
    background-image: url(/images/gallery_page/banner.webp);
}
.gallery_page.g_muli .universal_banner .img_bg {
    background-image: url(/images/muli/gal_banner.png);
}
.mod_page_galery {
    margin-bottom: 37px;
}
.mod_page_galery .outer_galery {
    display: flex;
    gap: 8px;
}
.mod_page_galery .outer_galery a {
    display: block;
    transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
}
@media (min-width: 991px) {
    .mod_page_galery .outer_galery a:hover {
        opacity: 0.9;
    }
}
.mod_page_galery .item_left {
    display: flex;
    flex-direction: column;
    gap: 8.24px;
}
.mod_page_galery .item_right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mod_page_galery .item_right .flex {
    gap: 8px;
}



/**** cart ajax ****/
.to_ajax_cart img {
    cursor: pointer;
}
.cartajax_adv_module {
    position: relative;
}

/*** style of modules header ****/
.prod_last {
    padding: 0px 0px 40px;
}
.header_block_products, .prod_last h1, .prod_last h2, .prod_last h3 {
    font-size: 20px;
    line-height: 250%;
    display: block;
    width: 100%;
    background-color: var(--bg-color1);
    padding-left: 20px;
    border: 1px solid var(--border-color);
    margin-bottom: 18px;
    color: var(--text-color-menu);
}
.prod_last h2.modal-title, .prod_last h3.modal-title {
    font-size: 1.75rem;
    background-color: transparent;
    color: var(--bs-heading-color);
    border: none;
    margin-bottom: 0;
    line-height: 1.5;
    padding-left: 0;
}
#myTabContent .header_block_products {
    display: none;
}
#myTabContent > div {
    margin: 31px 0;
}
.mod_btn_contact {
    display: flex;
    text-align: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 120px;
    height: 120px;
    background-color: #92594f;
    color: #f5eae4!important;
    border-radius: 50%;
    z-index: 100;
    padding: 0 14px;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 600;
}
.mod_btn_contact:hover {
    opacity: 0.95;
}

/**** latest product, bestseller, top rating ****/
.bestseller {
    margin-top: 35px;
}
.jshop_list_product {
    display: flex; 
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;   
}
.jshop_list_product.no-margin {
    display: block;
    margin: 0 0;
}
.item_last_product {
    flex: 0 1 20%;
    padding: 0 10px 20px;
    display: flex;
    flex-direction: column;
}




/*** Acym module ****/
.acym_module {
    max-width: 364px;
}
.acym_introtext {
    max-width: 364px;
    margin-bottom: 12px;
}
.acym_form {
    max-width: 318px;
    position: relative;
}
.acyfield_text {
    width: 100%;
}
.acym_module .acym_module_form input {
    max-width: 100%;
}
.acyfield_text > input {
    padding: 8px 50px 8px 8px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.acysubbuttons {
    position: absolute;
    background: linear-gradient(270deg, #ff3080 0%, #ff9446 100%);
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}
.acysubbuttons:hover {
    background: linear-gradient(270deg, #c5c2c3 0%, #99938f 100%);
}
.acym_module .acym_module_form .btn {    
    background-image: url(../../../images/icons/mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 100%;
    height: 100%;
}

.page-reset input{
    width: 450px;
}


/**** Footer ****/
footer {

}
footer .logo_button {
    padding-top: 60px;
    margin-bottom: 20px;
    border-top: 1px solid #623830;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
footer  .f_address {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

footer .f_menus {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 33px;
}
footer .f_menu li a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #311d14;
    margin-right: 30px;
}
footer .f_menu li a:hover,
footer .f_menu li.active a {
    color: #623830;
}
footer .f_menu li:last-child a {
    margin-right: 0;
}
footer .fs_menu li {
    margin-left: 19px;
}
footer .fs_menu li:first-child {
    margin-left: 0;
}


.copyright {
    color: #fff;
    background-color: #d7ccc6;
    padding: 8.5px 0;
}
.copyright li {
    line-height: 1;
}
.copyright li a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin-right: 40px;
}
.show-768 {
    display: none;
}
.hide-768 {
    display: block;
}


/*** Blog articles ***/
.newsflash {
    margin: 65px 0 70px;
}
.newsflash .flex {
    flex-wrap: wrap;
    margin: 0 -10px;
}
.newsflash .subtitle {
    margin-bottom: 40px;
}
.newsflash .mod-articlesnews__item {
    width: 25%;
    padding: 0 10px 20px;
}
.newsflash .mod-articlesnews__item .inner {
    border: 1px solid #ccc;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.newsflash figure, .newsflash  .content {
    margin: 0;
}
.newsflash figure {
    text-align: center;
    overflow: hidden;
}
.newsflash figure img {
    width: 100%;
    height: auto;
}
.newsflash  .content {
    padding: 20px 20px 15px 20px;
}
.newsflash  .content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.newsflash .nf-introtext {
    font-size: 16px;
    line-height: 1.4;
}
.newsflash  .read-more a {
    font-size: 16px;
    line-height: 1.6;
    color: #ff3080;
}
.newsflash  .read-more a:hover {
    color: #c5c2c3;
}
.com-content-category-blog {
    padding: 10px 0 40px;
}
.com-content-category-blog .blog-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.com-content-category-blog .blog-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
.com-content-category-blog .blog-item .inner {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.com-content-category-blog .blog-item .item-content {
    padding: 20px 15px 15px 20px;
}
.com-content-category-blog .item-image {
    overflow: hidden;
    margin: 0 0;
}
.com-content-category-blog .item-image img {
    width: 100%;
    height: auto;
}
.com-content-category-blog .page-header {
    margin-bottom: 0;
}
.com-content-category-blog .page-header h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 8px;
}
.com-content-category-blog .introtext p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.com-content-category-blog .descr {
    font-size: 16px;
    line-height: 1.4;
    color: #0a0a0a;
}
.com-content-category-blog .readmore {
    margin-bottom: 0;
}
.com-content-category-blog .readmore .btn {
    margin-top: 10px;
    background: transparent;
    padding: 0;
    color: #ff3080;
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
}
.com-content-category-blog .readmore .btn:hover {
    color: #c5c2c3 ;
}
.com-content-category-blog .pagination__wrapper .pagination {
    margin-top: 30px;
    justify-content: center;
}
.com-content-category-blog .pagination_result_counter {
    text-align: center;
    margin-bottom: 0;
}
.com-content-article .item-image img {
    max-width: 100%;
    height: auto;
}
.com-content-article .pagenavigation .pagination {
    display: flex;
    justify-content: space-between;
}


/**** Breadcrumbs  ****/
.breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin-bottom: 0;
}
.breadcrumb li {
    font-size: 12px;
}
.breadcrumb li a, .breadcrumb li span {
    font-size: 12px;
}

.jshop_tree_categories_btn{
    background-color: var(--bg-color2);
    cursor: pointer;
    display: none;
	position:relative;
}

.mod_mob_btn_block {
	display: flex;
	flex-direction: row;
	align-items: center;
    gap: 12px;
}
.mod_mob_btn_block > div {
	width: calc(50% - 6px);
}

/** Kontakt **/
.com-contact {
    margin: 10px 0;
}
.com-contact h3, .com-contact h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 21px;
}
.com-contact .contact-address {
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
    gap: 20px;
}
.com-contact .contact-address .item {
    padding: 16px;
    min-height: 170px;
    border: 1px solid #ff3080;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.com-contact .contact-address .item-left {
    width: calc(45% - 10px);
}
.com-contact .contact-address .item-right {
    width: calc(55% - 10px);
}
.com-contact .contact-address .item .img {
    margin-bottom: 16px;
}
.com-contact .contact-address .item .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.com-contact .contact-address .item .description {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
}
#contact-form {
    max-width: 654px;
    background-color: #ececec;
    padding: 20px;
}
#contact-form legend {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}
#contact-form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #999;
}
#contact-form input {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}
label[for="jform_contact_message"] {
    display: none;
}
textarea#jform_contact_message {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin-top: 20px;
    height: 190px;
}
textarea#jform_contact_message::placeholder {
    font-size: 14px;  
    color: #000;
}
#contact-form .req {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #b72025;
    margin-bottom: 4px;
}
#contact-form .buttons {
    display: flex;
    justify-content: flex-end;
}
#contact-form .form-control-feedback {
    color: #b72025;
}

/** Blog **/
.blog-items img{
    max-width: 100%;
}
.blog .readmore .icon-chevron-right{
    display: none;
}
.blog-items .article-info-term{
    display: none;
}
.blog-items .create, .blog-items .published{
    font-size: 14px;
    color: var(--text-color2);
}
.blog-items .create .icon-calendar, .blog-items .published .icon-calendar{
    display: none;
}
.blog .items-row.cols-2.row-1.row-fluid.clearfix{
    margin: 0px;
}
.blog .blog-page-header {
    margin-bottom: 30px;
    min-height: 140px;
    padding: 33px 15px 15px;
    color: #fff;
    background: linear-gradient(270deg, #ff3080 0%, #ff9446 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.blog .blog-page-header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: center;
}
.blog .blog-page-header .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
}

/* Scroll to top */
.snip1452.blue:hover, .scrollToTop.snip1452.blue:hover [class^="fa-"]::before, .scrollToTop.snip1452.blue:hover [class*="fa-"]::before {
    color: var(--bg-color-btn, rgba(140, 140, 150, 0.8));
}
.snip1452.blue:hover:after {
    border-color: var(--bg-color-btn, rgba(140, 140, 150, 0.8));
}


/**/

.modal iframe {
  width: 100%;
  border: 0px;
}
.jviewport-height10 {
  height: 10vh;
}
.jviewport-height20 {
  height: 20vh;
}
.jviewport-height30 {
  height: 30vh;
}
.jviewport-height40 {
  height: 40vh;
}
.jviewport-height50 {
  height: 50vh;
}
.jviewport-height60 {
  height: 60vh;
}
.jviewport-height70 {
  height: 70vh;
}
.jviewport-height80 {
  height: 80vh;
}
.jviewport-height90 {
  height: 90vh;
}
.jviewport-height100 {
  height: 100vh;
}

[class*=jviewport-height] iframe {
  height: 100%;
}

.modal-dialog.jviewport-width10 {
  width: 10vw;
  max-width: none;
}
.modal-dialog.jviewport-width20 {
  width: 20vw;
  max-width: none;
}
.modal-dialog.jviewport-width30 {
  width: 30vw;
  max-width: none;
}
.modal-dialog.jviewport-width40 {
  width: 40vw;
  max-width: none;
}
.modal-dialog.jviewport-width50 {
  width: 50vw;
  max-width: none;
}
.modal-dialog.jviewport-width60 {
  width: 60vw;
  max-width: none;
}
.modal-dialog.jviewport-width70 {
  width: 70vw;
  max-width: none;
}
.modal-dialog.jviewport-width80 {
  width: 80vw;
  max-width: none;
}
.modal-dialog.jviewport-width90 {
  width: 90vw;
  max-width: none;
}
.modal-dialog.jviewport-width100 {
  width: 100vw;
  max-width: none;
}
.modal-footer .btn-secondary {
    font-size: 18px;
}
.img > img {
    max-width: 100%;
}

/* secure_exclusive */
.secure_exclusive {
    padding: 100px 0 120px;
}
.secure_exclusive .img {
    margin-top: 18px;
}
.secure_exclusive .left_block {
    max-width: 670px;
}
.secure_exclusive .left_block .sub {
    margin-bottom: 40px;
}
.secure_exclusive .secur_flex {
    display: flex;
    gap: 20px;
}
.secure_exclusive .secur_flex .item {
    width: 50%;
}
.secure_exclusive .secur_flex .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    color: #623830;
    font-family: "Whitman Rom", serif;
    margin-bottom: 0;
}
body.font_b .secure_exclusive .secur_flex .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.secure_exclusive .secur_flex .text {
   font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #000; 
    min-height: 48px;
    margin-bottom: 40px;
}
body.font_b .secure_exclusive .secur_flex .text {
    font-weight: 400;
}
.secure_exclusive .secur_flex .btn {
    width: 100%;
}
.btn.l_brown {
    background-color: #92594f;
}

/* Objects block */
.objects_block {
    margin-bottom: 100px;
}
.objects_block .outer_flex {
    display: flex;
    gap: 20px;
}
.objects_block .inner_flex {
    display: flex;
    gap: 20px;
}
.objects_block .outer_flex .item:first-child {
    width: calc(66.66% - 10px);
}
.objects_block .outer_flex .item:last-child {
    width: calc(33.33% - 10px);
}
.objects_block .outer_flex .item:last-child .img {
    height: 100%;
}

.objects_block .img h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 160%; 
    margin-top: auto;  
    margin-bottom: 0; 
    font-family: "Whitman Rom", serif;
    color: #f5eae4;
}
body.font_b .objects_block .img h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.objects_block .img p {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    max-width: 391px;
    margin: 0;
}
body.font_b .objects_block .img p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
} 

.objects_block .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    color: #f5eae4;
    padding: 20px;
}
.objects_block .img.img1 {
    background-image: url(../../../images/home/object1.png);
}
.objects_block .img.img2 {
    background-image: url(../../../images/home/object2.png);
}
.objects_block .img.img3 {
    background-image: url(../../../images/home/object5.png);
}
.objects_block .img.img4 {
    background-image: url(../../../images/home/object3.png);
}
.objects_block .img.img5 {
    background-image: url(../../../images/home/object4.png);
}

.objects_block.hmuli .img.img1 {
    background-image: url(../../../images/muli/object1.png);
}
.objects_block.hmuli .img.img2 {
    background-image: url(../../../images/muli/object2.png);
}
.objects_block.hmuli .img.img3 {
    background-image: url(../../../images/muli/object3.png);
}
.objects_block.hmuli .img.img4 {
    background-image: url(../../../images/muli/object4.png);
}
.objects_block.hmuli .img.img5 {
    background-image: url(../../../images/muli/object5.png);
}

.objects_block .inner_flex.up {
    margin-bottom: 15px;
}
.objects_block .inner_flex.up .img {
    width: calc(50% - 10px);
    height: 420px;
}
.objects_block .inner_flex.down .img {
    height: 435px;
}
.objects_block .inner_flex.down .img4 {
    width: calc(62% - 10px);
}
.objects_block .inner_flex.down .img5 {
    width: calc(38% - 10px);
}

.home_video_block {
    margin: 100px 0 60px;
}

/** product park_platz module **/
.park_platz {
    margin-bottom: 120px;
}
.park_platz .img_block {
    position: relative;
    padding-left: 125px;
}
.park_platz .img_block .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 410px;

}
.park_platz .img_block .content .text {
    font-size: 24px;
    line-height: 1.6;
}


/*** location build ***/
.location_build {
    position: relative;
    padding: 55px 0 0;
    /* min-height: 909px; */
    margin-bottom: 110px;
    background-color: #f5eae4;
}
.location_build.prod_build {
    padding: 30px 0 0;
    min-height: 909px;
}
.location_build.prod_build .text {
    position: absolute;
    left: 27px;
    bottom: 0;
    background-color: #f5eae4;
}
.location_build h2 {
    text-align: center;
}
.location_build.prod_build h2 {
    margin-bottom: 8px;
     color: #311d14;
    line-height: 1.2;
}
.location_build.prod_build .syb {
    font-size: 20px;
    line-height: 1.2;
    color: #311d14;
}
.location_build .outer_flex {
    position: relative;
    display: flex;
}
.location_build .outer_flex .item_left {
    flex: 0 1 1260px;
}
.location_build.prod_build .outer_flex .item_left {
     flex: 0 1 1110px;
}
.location_build .outer_flex .item_right {
    flex: 0 1 313px;
}
.location_build.prod_build .outer_flex .item_right {
    flex: 0 1 488px;
}
.location_build .inner_flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 57px;
}
.location_build.prod_build .inner_flex {
    padding-bottom: 0;
}
.location_build .inner_flex .img:first-child {
    margin-bottom: 25px;
    margin-left: -313px;
}
.location_build .inner_flex .img:last-child {
    margin-left: -225px;
}
.location_build.prod_build .inner_flex .img:first-child {
    margin-left: -140px;
    margin-bottom: 37px;
    margin-top: 46px;
}
.location_build.prod_build .inner_flex .img:last-child {
    margin-left: -163px;
}

/*** Übersicht zur Lage der Wohneinheiten module ***/
.lp_scheme {
    position: relative;
    padding: 55px 0 0;
    margin-bottom: 120px;
    background-color: #f5eae4;
}
.lp_scheme h2 {
    text-align: center;
    margin-bottom: 88px;
}
.lp_scheme .flex {
    margin-bottom: 88px;
}
.lp_scheme .item_left {
    flex: 0 1 1034px;
}
.lp_scheme .item_right {
    flex: 0 1 562px;
    padding-left: 56px;
}
.lp_scheme .zitate {
    padding: 31px 10px 10px 29px;
    background-image: url(/images/muli/list/breckets.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #000;
    margin-left: -150px;
    margin-bottom: 40px;
}


/* FAQ section */
.faq_section {
    margin-bottom: 80px;
}
.faq_section .outer_flex {
    display: flex;
    gap: 16px;
}
.faq_section .mod_faq {
    flex: 0 1 690px;
}
.faq_section .mod_faq-title{
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    color: #000;
}
body.font_b .faq_section .mod_faq-title {
    font-size: 36px;
    font-weight: 600;
}
.faq_section .mod_faq-desc{
  color: #000;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
  min-width: 100%;
}
.faq_section .mod_faq-item {
    margin-bottom: 12px;
}
.faq_section .mod_faq-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
    padding: 10px 12px 10px 10px;
    background-color: #f5eae4;    
    height: 49.5px;
}
body.font_b .faq_section .mod_faq-item-title {
    font-size: 20px;
    font-weight: 400;
}
.mod_faq-item-title .plus-img {
    width: 12px;
    height: 22px;
}
.mod_faq-item-title .minus-img {
    max-width: 22px;
    min-width: 12px;
}
.mod_faq-item-title .minus-img {
    display: none;
}
.mod_faq-inner .mod_faq-item-desc {
    display: none;
}
.mod_faq-inner .mod_faq-item-desc.item-desc_advlist0 {
    display: block;
}
.faq_section .faq_table {
    width: 100%;
}
.faq_section .faq_table tr {
    border-bottom: 1px solid #ccc;
}
.faq_section .faq_table tr td {
    padding: 9px;
    font-size: 16px;
    line-height: 1.1875;
    background-color: #f9f9f9;
}
.faq_section .faq_table tr td.head {
    font-weight: 600;
    width: 44%;
}
.faq_section .faq_table tr td.text {
    width: 56%;
}

/* art of parking */
.art_of_parking {
    margin-bottom: 110px;
}
.art_of_parking .main_flex {
    display: flex;
    align-items: center;
}
.art_of_parking .main_flex .item_left {
    flex: 0 1 540px;
}
.art_of_parking .main_flex .item_right {
    flex: 0 1 1061px;
}
.art_of_parking .flex_up {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}
.art_of_parking .text {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}
.art_of_parking .inner {
    max-width: 457px;
    padding-right: 15px;
}

/* module webcam */
.mod_webcam {
    margin-bottom: 60px;
}
.mod_webcam iframe {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1.78/1;
}
.mod_webcam h2 {
    margin-top: 27px;
    text-align: center;
    margin-bottom: 4px;
    color: #000;
}
.mod_webcam .sub {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
}
.block_webcam {
    position: relative;
}
.block_webcam .wc_icon {
    position: absolute;
    top: 21px;
    left: 21px;
    display: flex;
    align-items: center;
    width: 150px;
}
.block_webcam .wc_icon span {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #f5eae4;
    margin-left: 15px;
}

/* Location & surroundings */
.location_block {
    margin-bottom: 100px;
}
.location_block  h2 {
    text-align: center;
    margin-bottom: 16px;
}
.location_block .sub {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.location_block .outer > .img {
    flex: 0 1 926px;
}
.location_block .outer .cont {
    flex: 0 1 570px;
    padding-left: 50px;
}
.location_block .outer .cont .item {
    display: flex;    
    margin-bottom: 20px;
}
.location_block .outer .cont .item.last {
    margin-bottom: 48px;
}
.location_block .outer .cont .item .img {
    flex: 0 0 108px;
}
.location_block .outer .cont .item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.location_block .outer .cont .descr {
    padding-left: 20px;
    line-height: 1.4;
}
.location_block .outer .button {
    display: flex;
    justify-content: center;
}
.location_block .outer h3 {
    margin-bottom: 4px;
}
body.font_b .location_block .outer h3 {
    font-weight: 600;
    font-size: 24px;
}

/* terracen_block */
.terracen_block {
    margin-bottom: 60px;
}
.terracen_block h2 {
    text-align: center;
}
.terracen_block .sub {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #000;
    margin: auto;
    margin-bottom: 40px;
    max-width: 1315px;
}
.terracen_block .outer_flex {
    display: flex;
    gap: 8px;
}
.terracen_block .outer_flex .l_item {
    flex: 0 1 801px;
}
.terracen_block .outer_flex .l_item .img:first-child {
    margin-bottom: 4px;
}
.terracen_block .outer_flex .r_item {
    flex: 0 1 787px;
}
.terracen_block .up_flex {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}
.terracen_block .down_flex {
    display: flex;
    gap: 8px;
}

/* Module RSContact */
.rscontact {   
    margin-bottom: 80px;
}
.rs-flex {
    display: flex;
    padding-top: 50px;
    border-top: 1px solid #623830;
}
.rs-flex .item_left {
    flex: 0 1 807px;
    padding-right: 30px;
}
.rs-flex .item_right {
    flex: 0 1 789px;
}
.rs-flex .item_right > .inner {
    background-color: #f5eae4;
    padding: 32px;
}
.rs-flex .item_right > .inner-top {
    background-color: #f5eae4;
    padding: 32px;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.rscontact .h2_first {
    margin-bottom: 14px;
}
.rscontact .h2_first + .sub {
    line-height: 160%;
    color: #000;
    max-width: 580px;
    margin-bottom: 35px;
}
.rscontact .h2_second {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.4;
}
body.font_b .rscontact .h2_second {
    font-weight: 600;
}
.rscontact .h2_second + .sub {
    line-height: 140%;
    color: #000;
    margin-bottom: 18px;
}
.rscontact .su2_second {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
    font-family: "Whitman Rom", serif;
}
.mail_rs_button{
    text-decoration: underline;
}
.rscontact .sub2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 160%;
    color: #000;
    margin-bottom: 16px;
     font-family: "Whitman Rom", serif;
}
body.font_b .rscontact .sub2{
    font-weight: 400;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
}
body.font_b .rscontact .su2_second {
    /* display: flex; */
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
a.wa_rs_button {
    position: relative;
    display: inline-flex;
    align-items: center;
}
a.wa_rs_button::after {
    content: "";
    position: relative;
    margin-left: 12px;
    display: inline-block;
    width: 47px;
    height: 47px;
    background-image: url(../../../images/wa.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.rscontact .schedule {
    line-height: 160%;
    color: #000;
    margin-bottom: 42px;
    display: flex;
    align-items: center;
}
.rscontact .schedule .fs-24 {
    font-weight: 500;
    font-size: 32px;
    line-height: 160%;
    color: #623830;
    font-family: "Whitman Rom", serif;
}
.rscontact .schedule .sh_text {
    display: block;
}
.rscontact .schedule .sh_text .sh_date {
    font-weight: 600;
    font-size: 32px;
    line-height: 160%;
    color: #623830;
}
.rscontact .schedule .sh_text .coming_soon {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #311d14;
}
body.font_b .rscontact .schedule .fs-24 {
    font-family: "Montserrat", sans-serif;
}
.rscontact .sh_arrow {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
    width: 202px;
    height: 117px;
    padding-left: 15px;
    /* margin-bottom: 10px; */
    margin-left: 45px;
    background-image: url(/images/home/form_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: 'Whitman Rom';
}
body.font_b .rscontact .sh_arrow {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.rscontact .img_flex {
    display: flex;
    gap: 20px;
}
.rscontact .f_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #000;
    margin: auto;
    margin-bottom: 32px;
    font-family: "Whitman Rom", serif;
}
body.font_b .rscontact .f_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.rscontact .control-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000;
    margin-bottom: 4px;
}
.rscontact .alert {
    font-size: 14px;
}
.rscontact .privacy_policy input {
    vertical-align: middle;
}
.rscontact .control-group {
    margin-bottom: 20px;
}
.rscontact .control-group.ta_control-group {
    margin-bottom: 4px;
}
.rscontact .control-group .rst_input {
    width: 100%;
    border: 1px solid #d7ccc6;
    padding: 8px 10px;
    height: 41px;
    background-color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.rscontact .rst_input::placeholder {
    color: #b9aea8;
}
.rscontact .control-group textarea.rst_input {
    height: 121px;
}
.rscontact .flex2 {
    display: flex;
    gap: 20px;
}
.rscontact .flex2 > div {
    flex: 0 1 50%;
}
.rscontact .mandatory {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #000;
    margin-bottom: 4px;
}
.rscontact .privacy_policy {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #000;
    margin-bottom: 32px;
}
.rscontact .flogo {
    margin-top: 72px;
}
.rscontact .flogo.mobile {
    display: none;
}
.rscontact .flogo .brand {
    display: inline-block;
    margin-bottom: 12px;
}

/* Module RSContact for contact page*/
.cpage .rscontact {
    margin: 0 0 35px;
}
.cpage h2 {
    text-align: center;
    margin-bottom: 40px;
}
.cpage .rs-flex {
    border-top: 0;
    padding-top: 0;
}
.cpage .rs-flex .item_left {
    padding-right: 0;
    padding-left: 20px;
}
.cpage .rs-flex .item_left .inner {
    display: flex;
    gap: 8px;
}
.cpage .rs-flex .sflex-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cpage .flogo {
    margin-top: 120px;
}
.cpage .iflex {
    gap: 8px;
}
.cpage .iflex.top {
    margin-bottom: 8px;
}
.cpage .f_title {
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
}
.cpage  .rscontact .control-group .rst_input {
    min-height: 45px;
}

/*** umgebung page ***/
.universal_banner .img_bg {
    background: url(/images/umgebung/banner.png) no-repeat center;
    min-height: 509px;
}
.umg_muli .universal_banner .img_bg {
    background: url(/images/muli/umgebung/banner.png) no-repeat center;

}
.universal_banner .below_banner {
    max-width: 1057px;
    padding: 30px;
    background-color: #f5eae4;
    margin: auto;
    margin-top: -80px;
}
.universal_banner h1.h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.225;
    text-align: center;
    color: #311d14;
    text-align: center;
}
.umg_ancors {
    margin-bottom: 60px;
}
.umg_ancors .flex {
    justify-content: center;
    margin: 0 -12px;
}
.umg_ancors .flex .item {
    padding: 0 12px;
    flex: 0 1 191px;
}
.umg_ancors .flex .item a {
    display: inline-block;
    border: 1px solid #623830;
    padding: 9px 24px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.2;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
@media (min-width:992px) {
    .umg_ancors .flex .item a:hover {
         background-color: #f5eae4;
    }   
}

.umg_gmap {
    margin-bottom: 120px;
}
.umg_gmap h2,
.umg_privileges h2 {
    text-align: center;
    margin-bottom: 36px;
}
.umg_privileges {
    margin-bottom: 120px;
}
.umg_privileges .flex {
    gap: 20px;
}
.umg_privileges .flex .item {
    width: calc(33.33% - 10px);
}
.umg_privileges .flex .content {
    padding: 20px 20px 0 20px;
}
.umg_privileges .flex h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #623830;
    margin-bottom: 20px;
}
.umg_privileges .flex .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000;
    margin-bottom: 20px;
}
.umg_privileges .flex .button {
    display: flex;
    justify-content: flex-end;
}
.umg_privileges .button a {
    display: inline-block;
    border: 1px solid #311d14;
    padding: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: right;
    color: #92594f;
}
.umg_privileges .flex .button a:hover {
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.umg_experience {
    margin-bottom: 120px;
}
.umg_experience h2 {
    text-align: center;
    margin-bottom: 12px;
}
.umg_experience .sub {
    text-align: center;
    max-width: 963px;
    margin: auto;
    margin-bottom: 30px;
}
.umg_experience .outr_flex {
    display: flex;
    gap: 20px;
}
.umg_experience .outr_flex .img {
    position: relative;
}
.umg_experience .outr_flex .title {
    position: absolute;
    padding: 0 20px;
    left: 0;
    bottom: 20px;
    font-weight: 500;
    font-size: 28px;
    line-height: 160%;
    color: #f5eae4;
}
.umg_experience .left_item .top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.umg_experience .left_item .bottom {
    display: flex;
    gap: 20px;
}
.umg_newhouse {
    margin-bottom: 120px;
}
.umg_newhouse .flex {
    align-items: center;
}
.umg_newhouse .left_item {
    flex: 0 1 744px;
    padding-right: 60px;
}
.umg_newhouse .right_item {
    flex: 0 1 852px;
}
.umg_newhouse .zitate {
    position: relative;
    background-image: url(/images/umgebung/zitate.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: 400;
    font-size: 24px;
    line-height: 180%;
    color: #000;
    padding: 66px 0;
}
.umg_newhouse .right_item .img1 {
    display: flex;
    justify-content: flex-end;
}
.umg_newhouse .right_item .img2 {
    margin-top: -247px;
}
.umg_tabs {
    margin-bottom: 120px;
}




/* Pagination */
.pagination_result_counter{
    font-size: 14px;
	text-align: right;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}
.pagination__wrapper{
	width: 100%;
}
.page-item.num_page {
    padding: 0 4px;
}
.pagination__wrapper .page-item.active .page-link {
    font-weight: 500;
    font-size: 16px;
    color: #111;
    border: none;
    background-color: #ffd2e4;
    padding: 8px 5px;
    text-align: center;
}
.pagination__wrapper .page-item.active .page-link:hover {
    color: #111;
}
.pagination__wrapper .page-link {
    font-weight: 500;
    font-size: 16px;
    border: none;
    color: #111;
    background-color: #eee;
    padding: 8px 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.page-item:not(:first-child) .page-link {
    margin-left: 0;
}
.pagination__wrapper .page-item-prev .page-link,  
.pagination__wrapper .page-item-next .page-link {
    background-color: #fff;
    border: 1px solid #443e3e;
    padding: 7px 5px;
}
.pagination__wrapper .page-link:focus {
    box-shadow: none;
}
.pagination__wrapper .page-link:hover {
    background: none;
    background-color: #ffd2e4;
}
.pagination__wrapper li .icon-angle-right {
    background-image: url(../../../images/keyboard_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    rotate: -90deg;
    height: 10px;
    width: 10px;
}
.pagination__wrapper li .icon-angle-left{
    background-image: url(../../../images/keyboard_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    rotate: 90deg;
    height: 10px;
    width: 10px;
}
.pagination__wrapper .pagination{
    justify-content: flex-end;
}
.pagination__wrapper .pagination .disabled{
    opacity: 0.5;
}
.pagination__wrapper .pagination .page-item-start,
.pagination__wrapper .pagination .page-item-end
{
	display: none;
}
.pagination__wrapper .pagination .page-item-next {
    margin-left: 10px;
}
.pagination__wrapper .pagination .page-item-prev {
    margin-right: 10px;
}
#mxcpr{
    display: none;
}
@media (max-width: 767px) {
	.pagination {
        font-size: 14px;
    }
    .pagination__wrapper .pagination {
        justify-content: center;
    }
    .pagination_result_counter {
        text-align: center;
    }
}

@media (max-width: 650px) {
	.pagination__wrapper .pagination .page-item{
        display: none;
    }
    .pagination__wrapper .pagination .page-item.page-item-next,
    .pagination__wrapper .pagination .page-item.page-item-prev,
	.pagination__wrapper .pagination .page-item.active
	{
        display: block;
    }    
    .pagination__wrapper .pagination .page-item.disabled {
        opacity: 0.5;
    }
}


@media (min-width: 769px) {
    .com_jshopping_checkout header .order-1{
        display: none;
    }
    .com_jshopping_checkout header .order-2{
        display: none;
    }
}

@media (max-width: 1525px) {
    .top_right_button {
        flex: 0 1 65px;
        min-width: 65px;
    }
}

@media (max-width: 1500px) {
    #logo {
        flex: 0 1 320px;
    }
    .location_build .inner_flex {
        justify-content: center;
    }
    .location_build .inner_flex .img:first-child {
        margin-left: -150px;
    }
    .location_build .inner_flex .img:last-child {
        margin-left: -100px;
    }
    .contact_openday .left_item {
        padding-right: 30px;
    }
    .park_platz .img_block .content .text {
        font-size: 20px;
    }
    .park_platz .img_block {
        padding-left: 170px;
    }
}

@media (max-width: 1300px) {
    .our_services .os_flex {
        flex-wrap: wrap;
    }
    .our_services .os_flex .item {
        width: calc(50% - 9px);
    }
    .our_philosophy .item_right {
        padding-left: 30px;
    }
    .our_team .team_flex {
        gap: 20px;
    }
    .our_team .team_flex .item {
        width: calc(33.33% - 10px);
    }
    .facts_figures .num_block {
        font-size: 85px;
    }
    .why_romano .right_block {
        padding-left: 0;
    }
    .au_header .img_bg .img {
        max-width: 85%;
        margin: 0 auto 40px;
    }
    .contact_openday .outr-flex {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .jshop_tree_categories ul li a span{
        font-size: 20px;
    }
    .footer-bottom .menu{
        padding-left: 35px;
        padding-right: 35px;
    }
    #logo {
        flex: 0 1 250px;
    }
    .lswitcher {
        width: 50px;
    }
    .top_right_button {
        flex: 0 1 65px;
        min-width: 65px;
    }
    .item_last_product {
        flex: 0 1 25%;
    }
    .newsflash .content {
        padding: 20px 20px 20px 20px;
    }
    .footer-top {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .footer-menu {
        margin-bottom: 40px;
    }
    .com-content-category-blog .blog-item {
        width: 33.33%;
    }
    .location_block .outer .cont {
        padding-left: 12px;
    }
    .rscontact .sh_arrow {
        display: none;
    }
    .fin_experte .outr-flex {
        flex-wrap: wrap;
    }
    .fin_experte .outr-flex > .item {
        width: calc(50% - 9px);
    }
    .fin_steps .fin_flex {
        margin: 0;
    }
    .fin_steps .fin_flex::before {
        height: 110%;
    }
    .fin_steps .fin_flex .item_left .inner {
        margin-right: 40px;
    }
    .fin_steps .fin_flex .item_right .inner {
        margin-left: 40px;
    }
    .umg_ancors .flex .item {
        padding: 0 8px;
    }
    .umg_privileges .flex .content {
        padding: 15px 0 0;
    }
    .umg_privileges .flex h4, .umg_experience .outr_flex .title {
        font-size: 24px;
    }
    .umg_privileges .flex .text, .umg_privileges .flex .button a {
        font-size: 16px;
    }
    .umg_newhouse .zitate {
        font-size: 20px;
    }
    .contact_person .right_item {
        padding-left: 20px;
    }
    .contact_person .cont_data a.mail {
        font-size: 20px;
    }
    .mod_page_galery .item_left {
        gap: 7.25px;
    }
    .lp_scheme .zitate {
        font-size: 20px;
        margin-left: -100px;
    }
}

@media (max-width: 991px) {
    h2, body.font_b h2 {
        font-size: 30px;
    }
    body.font_b .fin_steps h2,
    body.font_b .fin_calc h2 {
        font-size: 30px;
    }
    .main-flex {
        flex-wrap: wrap;
    }
    .main-flex .litem {
        flex: 0 1 100%;
        min-width: auto;
    }
    .main-flex .ritem {
        flex: 0 1 100%;
    }
    #logo {
        order: 1;
        margin-left: 40px;
    }
    .lswitcher {
        order: 2;
        width: 70px;
        margin-left: auto;
    }

    .top_info_module, .top-reviews, .jshop_tree_categories, .bodyhome #left-side,  .bread-wrapper, .top_right_button  {
        display: none;
    }
    .mod_login_link .login, #jshop_module_wishlist, .center-top-modules .cartajax_adv_module {
        justify-content: flex-start;
        padding: 5px 15px;
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        height: 48px;
    }
    .simple_tmp .mod_login_link .login, 
    .simple_tmp #jshop_module_wishlist, 
    .simple_tmp .center-top-modules .cartajax_adv_module {
        justify-content: center;
    }
    .lswitcher .mod-languages .btn-group {
        padding: 5px 0;
        height: 48px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .mod_login_link,
    #jshop_module_wishlist,
    .center-top-modules .cartajax_adv_module
    {
        flex: 1 1 auto;
    }
    .jshop_ajaxsearch,
    .mod_jshopping_search{
        flex: 0 0 100%;
        order: 10;
    }
    .center-top-modules{
        padding: 0;
        min-height: 50px;
    }
    .cartajax_adv_module{
        margin-right: 15px;
    }
    #search-top {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
    } 
    #search-top .input-group {
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
        background: #fff;        
    }   
    .top-info-row-flex {
        justify-content: space-between;
        height: 75px;
    } 
    .top-info-row-flex .mob_logo, .top_info_mobile {
        display: block;
    }
    .top-info-row-flex .mob_logo, .top_info_mobile {
        width: 50%;
    }
    #search-top .input-group .form-control, #search-top .input-group .form-control:focus {
        padding: 6px 8px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px    ;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    #button-search.btn {
        padding: 9px;
    }
    .footer_item.bmenu{
        padding-left: 15px;
    }        
    .jshop_tree_categories_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-color-btn);
    }
    .jshop_tree_categories_btn img.close,
    .jshop_tree_categories_btn.active img.open {
        display: none;
    }
    .jshop_tree_categories_btn.active img.close {
        display: inline-block;
    }
    .jshop_tree_categories_btn > span {
        margin-left: 10px;
        display: inline-block;
        font-size: 18px;
    }
    .jshop_tree_categories {
        margin-top: 15px;
    }
    .jshop_tree_categories.active{
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: calc(-1.5rem * .5);
        margin-right: calc(-1.5rem * .5);
    }
	.jshop_tree_categories ul{
		margin-top:10px
	}
    .box_products_sorting label{
        margin-bottom: 0px;
    }
    .blog-articles .flex, .contact_person > .flex {
        flex-wrap: wrap;
    }
    .contact_person .right_item, .cpage .rs-flex .item_left {
        padding-left: 0;
        margin-top: 25px;
    }
    .newsflash .mod-articlesnews__item {
        width: 50%;
    }
    .blog-articles .flex>div {
        width: 100%;
        margin-bottom: 30px;
    }
    .com-content-category-blog .blog-item {
        width: 50%;
    }
    .mod_mob_btn_block .btn.active {
        background: linear-gradient(270deg, #c5c2c3 0%, #bebebe 100%);
        color: #000;
    }
    .contact-wraper {
        margin-top: 20px;
    }
    .sonderangebote .jshop_list_product {
        margin-top: 20px;
    }
    .secure_exclusive .left_block {
        margin-top: 12px;
    }
    .objects_block .outer_flex {
        flex-wrap: wrap;
    }
    .objects_block .outer_flex .item:first-child,
    .objects_block .outer_flex .item:last-child {
        width: 100%;
    }
    .objects_block .outer_flex .item:last-child .img {
        height: 435px;
    }
    .location_block .outer, .rs-flex {
        flex-wrap: wrap;
    }
    .location_block .outer .cont {
        padding-left: 0;
        margin-top: 12px;
    }
    .location_block .outer > .img {
        flex: 0 1 100%;
    }
    .rs-flex .item_left,
    .rs-flex .item_right {
        flex: 0 1 100%;
        padding-right: 0;
    } 
    .rs-flex .item_right {
        margin-top: 30px;
    }
    .rscontact .flogo.desctop {
        display: none;
    }
    .rscontact .flogo.mobile {
        display: block;
        margin-top: 30px;
    }
    .rscontact {
        margin-bottom: 22px;
    }
    .f_menu {
        width: 100%;
        margin-bottom: 22px;
    }
    .f_menu li {
        line-height: 42px;
    }
    .art_of_parking .main_flex {
        flex-wrap: wrap;
    }
    .art_of_parking {
        margin-bottom: 60px;
    }
    .art_of_parking h2 {
        margin-bottom: 12px;
    }
    .art_of_parking .text {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4;
    }
    body.font_b .art_of_parking .text {
        font-size: 18px;
    }
    .mod_webcam .content {
        display: none;
    }
    .location_build {
        padding: 20px 0 0;
    }
    .faq_section .mod_faq-title {
        font-size: 30px;
    }
    .faq_section .outer_flex {
        flex-wrap: wrap;
    }
    .faq_section .mod_faq {
        flex: 0 1 100%;
    }
    .fin_experte {
        margin: 40px 0;
    }
    body.font_b .fin_steps h2 {
        margin-bottom: 40px;
    }
    .fin_steps, .asked_questions {
        margin: 40px 0;
    }
    .fin_calc, .can_trust .outer_flex {
        padding: 40px 0;
        flex-wrap: wrap;
    }
    .asked_questions .img_flex {
        margin-top: 30px;
    }
    .can_trust .item, .our_philosophy .item {
        flex: 0 1 100%!important;
    }
    .can_trust .img_flex {
        margin-top: 20px;
    }
    .au_header .img_bg {
        padding: 50px 15px;
        min-height: auto;
    }
    .au_header .img_bg h2 {
        font-size: 24px;
    }
    .au_header .img_bg .sub {
        font-size: 20px;
    }
    .our_philosophy .outer_flex, .facts_figures .ff_flex {
        flex-wrap: wrap;
    }
    .our_philosophy .item_right {
        padding-left: 0;
        margin-top: 30px;
    }
    .our_philosophy h2 {
        margin-top: 25px;
    }
    .our_team .team_flex .descr {
        padding: 0;
    }
    .our_team .team_flex .name {
        font-size: 24px;
    }
    .our_team .bottom_text div {
        text-align: center;
    }
    .facts_figures .ff_flex .item {
        width: calc(50% - 10px);
    }
    .why_romano .left_block {
        max-width: 100%;
    }
    .why_romano .row {
        flex-direction: column-reverse;
    }
    .universal_banner .img_bg {
        min-height: 360px;
        margin: 0 -13.5px;
    }
    .universal_banner h1.h1 {
        font-size: 30px;
    }
    .universal_banner .below_banner {
        max-width: 760px;
    }
    .umg_ancors .flex .item a {
        font-size: 18px;
        padding: 9px 10px;
    }
    .umg_privileges .flex {
        gap: 10px;
    }
    .umg_privileges .flex h4 {
        min-height: 67px;
    }
    .umg_experience .outr_flex, .lp_scheme .flex {
        flex-wrap: wrap;
    }
    .umg_experience .outr_flex > .item {
        width: 100%;
    }
    .umg_experience .outr_flex .right_item, .umg_newhouse .right_item .img2 {
        display: none;
    }
    .umg_newhouse .zitate {
        font-size: 18px;
        background-size: 60px;
        padding: 20px 0;
    }
    .umg_newhouse .left_item {
        padding-right: 20px;
    }
    .lp_scheme .flex {
        margin-bottom: 30px;
    }
    .lp_scheme {
        padding: 30px 0 0;
        margin-bottom: 30px;
    }
    .lp_scheme .item_right {
        flex: 0 1 100%;
        padding-left: 0;
    }
    .lp_scheme .zitate {
        margin-left: 0;
        background-size: 80px;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .lp_scheme h2 {
        margin-bottom: 20px;
    }
    .faq_section {
        margin-bottom: 40px;
    }
    .park_platz {
        margin-bottom: 30px;
    }
    .park_platz .img_block .content {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin-bottom: 20px;
    }
    .park_platz .img_block {
        padding-left: 0;
    }
    .park_platz .img_block .content .text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
        margin-bottom: 12px;
        line-height: 1.2;
    }
    body.font_b h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 20px;
    }
    .hide-768 {
        display: none;
    }
    .show-768 {
        display: block;
    }
    .mob-fs-16 {
        font-size: 16px;
    }
    .mob-fs-14 {
        font-size: 14px;
    }
    .mob-mb-15 {
        margin-bottom: 15px;
    }
    .mob-mb-8 {
        margin-bottom: 8px;
    }
    .mob-mb-20 {
        margin-bottom: 20px;
    }
    .mob-mt-20 {
        margin-top: 20px;
    }
    header .row div{
        position: relative;
    }	
    #logo {
        flex: 0 1 220px;
        margin-left: 20px;
    }
  
    #search-top .input-group .form-control {
        width: 100%;
    }       
    .jshop_ajaxsearch,
    .mod_jshopping_search{
        width: 100%;
        padding: 0 15px;
    }
 
    .item-page h1, .item-page h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .home h1, .home h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    #content {
        margin-bottom: 20px;
    } 
    .newsflash {
        margin: 30px 0;
    }
    .newsflash .content {
        padding: 20px 20px 10px 20px;
    }
    .newsflash .subtitle {
        margin-bottom: 10px;
    }
    .item-page, .home {
        font-size: 16px;
    }
    .jshop_list_product {
        margin-left: -4px;
        margin-right: -4px;
    }
    .item_last_product {
        flex: 50% 0 0;
        padding: 0 4px 8px;
    }
    .latest_products_flex {
        flex-wrap: wrap;
    }  
    .bestseller {
        margin-top: 20px;
    } 
    .bestseller h2 {
        margin-bottom: 4px;
    } 
    .bestseller .subtitle {
        margin-bottom: 12px;
    }
    .prod_last {
        padding: 0px 0px 30px;
    }
    .item_last_product.product_desktop {
        display: none;
    }
    .newsflash .mod-articlesnews__item {
        width: 100%;
    }
    .newsflash .mod-articlesnews__item:not(.newsflash .mod-articlesnews__item:first-child) {
        display: none;
    }
    .footer-top .footer_item {
        width: 100%;
    }
    .footer_item.bmenu {
        padding-left: 0;
    }
    .footer-top .footer_item:first-child {
        width: 100%;
    }
    .footer_item .page-header {
        margin-bottom: 30px;
    }
    .footer_item .custom {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .footer_item.bmenu .page-header {
        position: relative;
        border-top: 1px solid var(--border-color5);
        padding: 15px 0;
        margin-bottom: 0px;
        cursor: pointer;
        line-height: 20px;
        background-image: url(../../../images/arrow_down.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
    .footer_item.bmenu .page-header.active {
        background-image: url(../../../images/arrow_up.png);
    }
    .footer_item ul.nav{
        padding: 0px;
        display: none;
    }
    .footer_item  .page-header.active + ul.nav {
        display: block;
    }
    .footer_item ul.nav li {
        border-top: 1px solid var(--border-color5);
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-bottom {
        background: #fff;
        border-top:0px;
        border-bottom: 0px;
    }
	.footer-bottom .flex {    
		flex-wrap: wrap;
	}
    .footer-bottom .container {
        padding: 0;
    }
    .footer-bottom .s-links {
        flex: 0 0 100%;
        padding: 0 15px;
    }
    .footer-bottom ul.nav:not(ul.social) {
        flex: 0 0 100%;
        order: 0;
        flex-direction: column;
        padding: 0px 15px;
    }
    .footer-bottom .custom{
        order:1;
    }
    .footer-bottom ul.nav .divider{
        display: none;
    }
    .footer-bottom ul.nav li:not(ul.social li) {
        border-top: 1px solid var(--border-color5);
        width: 100%;
        padding: 15px 0;
        line-height: 20px;
    }    
    .footer-bottom ul.nav li a {
        font-size: 16px;
        color: var(--text-color-footer-menu-mob);
    }
    .footer-bottom .social a {
        opacity: 0.9;
    }
    .footer-bottom .footer-logo {
        flex: 0 0 100%;
        padding: 15px;
        background-color: var(--bg-color1);
    }
    .footer-bottom .social{
        justify-content: center;
        margin-top: 10px;
    }
    .footer-bottom .menu{
        padding-left: 0px;
        padding-right: 0px;
    }
    .social a {
        margin-left: 0;
        margin-right: 15px;
    }
    .secure_exclusive {
        padding: 30px 0 24px;
    }
    .secure_exclusive .img {
        margin-top: 0;
    }
    .secure_exclusive .left_block .sub,
    .secure_exclusive .secur_flex .text {
        margin-bottom: 12px;
    }
    .secure_exclusive .left_block .sub,
    .terracen_block .sub {
        font-size: 16px;
    }
    .objects_block h2 {
        text-align: center;
    }
    .objects_block .inner_flex.down .img4,
    .objects_block .inner_flex.down .img5 {
        width: calc(50% - 10px);
    }
    .objects_block {
        margin-bottom: 40px;
    }
    .objects_block .img h3 {
        line-height: 1.2;
    }
    .location_block {
        margin-bottom: 30px;
    }
    .location_block h2 {
        margin-bottom: 8px;
    }
    .location_block .sub {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .rscontact .schedule .fs-24 {
        font-size: 24px;
    }
    .rscontact .f_title {
        margin-bottom: 20px;
    }
    .location_block .outer .cont .item, .location_block .outer .cont .item.last {
        margin-bottom: 12px;
    }
    .terracen_block {
        margin-bottom: 15px;
    }
    .terracen_block .sub {
        margin-bottom: 16px;
    }
    .terracen_block .outer_flex {
        flex-wrap: wrap;
        gap: 4px;
    }
    .terracen_block .up_flex, .terracen_block .down_flex {
        gap: 4px;
    }
    .terracen_block .mb-8, .terracen_block .up_flex {
        margin-bottom: 4px;
    }
    .rs-flex {
        padding-top: 16px;
    }
    .rscontact .flogo .brand img{
        max-width: 314px;
    }
    .location_build {
        margin-bottom: 25px;
    }
    .location_build .outer_flex {
        flex-direction: column;
    }
    .location_build .outer_flex .item_left > .img {
        margin: 0 -13.5px;
    }
    .location_build .outer_flex .item_left, .location_build .outer_flex .item_right {
        flex: 0 0 100%;
    }
    .location_build .inner_flex {
        padding-bottom: 16px;
        padding-top: 14px;
    }
    .location_build .inner_flex .img:first-child, .location_build .inner_flex .img:last-child {
        margin-left: 0;
    }
    .location_build .inner_flex .img:first-child {
        margin-bottom: 12px;
    }
    body.font_b .secure_exclusive .secur_flex .title {
        font-size: 32px;
    }
    body.font_b .rscontact .sub2 {
        font-size: 24px;
    }
        body.font_b .fin_steps h2, body.font_b .fin_calc h2 {
        font-size: 24px;
    }
    body.font_b .fin_steps h2 {
        margin-bottom: 25px;
    }
    .fin_steps .fin_flex {
        flex-wrap: wrap;
        gap: 15px;
    }
    .fin_steps .fin_flex .item {
        width: 100%;
    }
    .fin_steps .fin_flex::before {
        display: none;
    }
    .fin_steps .fin_flex .item_right {
        translate: 0 0;
    }
    .fin_steps .fin_flex .inner {
        padding: 20px 15px 20px 35px;
    }
    .fin_steps .fin_flex .item_left .inner .num {
        right: auto;
        left: -30px;
    }
    .fin_steps .fin_flex .item_left .inner,
    .fin_steps .fin_flex .item_right .inner {
        margin-right: 0;
        margin-left: 30px;
    }
    .fin_steps .fin_flex .item_bottom {
        padding-top: 0;
    }
    .fin_steps h4 {
        font-size: 20px;
    }
    .fin_calc .form {
        flex-direction: column;
    }
    .fin_calc .form .item > div {
        justify-content: center;
    }
    .fin_calc .form .item {
        margin-bottom: 30px;
    }
    .fin_calc .form .item:last-child {
    margin-bottom: 0;
    }
    .au_header, .our_philosophy, .our_team, .our_services, .facts_figures, .why_romano {
        margin: 0 0 30px;
    }
    .our_team {
        padding: 30px 0 0;
    }
    .facts_figures .content {
        padding: 35px 0;
    }
    .our_team .team_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .our_team .team_flex .item {
        width: 100%;
        max-width: 520px;
        text-align: center;
    }
    .why_romano .left_block {
        padding: 20px 15px;
    }
    .why_romano .left_block .phrase {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .our_services .os_flex .item {
        width: 100%;
    }
    .universal_banner .img_bg {
        min-height: 300px;
    }
    .universal_banner h1.h1 {
        margin-bottom: 0;
    }
    .universal_banner .below_banner {
        margin-top: -68px;
    }
    .umg_ancors {
        margin-bottom: 20px;
    }
    .umg_ancors .flex {
        flex-wrap: wrap;
    }
    .umg_ancors .flex .item {
        padding: 0 8px 16px;
    }
    .umg_gmap {
        margin-bottom: 30px;
    }
    .umg_privileges, .umg_experience, .umg_tabs, .umg_newhouse {
        margin-bottom: 40px;
    }
    .umg_privileges .flex {
        flex-wrap: wrap;
        gap: 20px;
    }
    .umg_privileges .flex .item, .umg_privileges .flex .item img {
        width: 100%;
    }
    .umg_privileges .flex h4 {
        min-height: auto;
        margin-bottom: 12px;
    }
    .umg_experience h2 {
        margin-bottom: 12px;
    }
    .umg_experience .sub {
        margin-bottom: 20px;
    }
    .umg_newhouse .flex {
        flex-wrap: wrap;
    }
    .umg_newhouse .left_item {
        padding-right: 0;
    }
    .umg_newhouse .right_item .img1 img {
        width: 100%;
    }
    .contact_header, .contact_person {
        margin-bottom: 40px;
    }
    .contact_header .img_bg {
        margin: 0 -13.5px;
    }
    .contact_person .our_philosophy .tip, .contact_header .sub {
        font-size: 20px;
    }
    .contact_person .cont_data .head {
        font-size: 24px;
    }
    .contact_person .cont_data a.tel, .contact_person .cont_data a.wa_button {
        font-size: 24px;
    }
    .cpage .rs-flex .item_right {
        margin-top: 0;
    }
    .cpage h2 {
        margin-bottom: 25px;
    }
    .cpage .flogo {
        margin-top: 50px;
    }
    .cpage .rscontact {
        margin: 0 0 25px;
    }
    .contact_header .h2 {
        font-size: 32px;
    }
    .contact_person .cont_data {
        padding: 20px 15px;
    }
    .contact_person .cont_data a.mail {
        font-size: 18px;
    }
    .mod_page_galery .outer_galery {
        flex-wrap: wrap;
    }
    .mod_page_galery .item {
        width: 100%;
    }
    .gallery_page .universal_banner {
        margin-bottom: 20px;
    }
    .mod_btn_contact {
        right: 12px;
        width: 80px;
        height: 80px;
        font-size: 14px;
        padding: 0 10px;
    }
    .scrollToTop {
        right: 20px!important;
    }
}

@media (max-width: 650px) {
    .item-benefit {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home .content{
        flex-direction: column-reverse;        
    }
    .home h1,.home h2{
        text-align: center;
    }
    .home .content .img{
        margin-bottom: 15px;
        text-align: center;
    }
    .home .content .text {
        padding-right: 0px;
    }
    .jshop_tree_categories ul li a span{
        font-size: 18px;
    }
    .jshop_tree_categories ul ul li a span{
        font-size: 16px;
    }
    .jshop_tree_categories .cattree0-0 > li::after{
        top:18px;
    }
    .list_prod_more{
        margin-top: -10px;
    }
    .com-contact .contact-address .item-left,
    .com-contact .contact-address .item-right {
        width: 100%;
    }
    .com-contact h3, .com-contact h2 {
        font-size: 24px;
        margin-bottom: 13px;
    }
    .com-contact .contact-address {
        gap: 12px;
    }
    .com-content-category-blog .blog-item {
        width: 100%;
    }
    .blog .blog-page-header {
        margin-bottom: 15px;
        padding: 21px 15px 15px;
    }
    .simple_tmp #jshop_quantity_in_cart {
        top: 4px;
    }
    .secure_exclusive .secur_flex {
        flex-wrap: wrap;
    }
    .secure_exclusive .secur_flex .item {
        width: 100%;
    }
    .secure_exclusive .secur_flex .text {
        min-height: auto;
    }
    .objects_block .inner_flex {
        flex-wrap: wrap;
        gap: 8px;
    }
    .objects_block .outer_flex {
        gap: 8px;
    }
    .objects_block .inner_flex .img {
        width: 100%!important;
    }
    .objects_block .inner_flex.up {
        margin-bottom: 8px;
    }
    .objects_block .outer_flex .item:last-child .img,
    .objects_block .inner_flex.down .img {
        height: 420px;
    }
    .fin_experte .outr-flex > .item {
        width: calc(100%);
    }
    .fin_experte .outr-flex > .item .text {
        flex: 0 1 500px;
    }
    .umg_experience .left_item .top {
        margin-bottom: 10px;
    }
    .umg_experience .left_item .top, .umg_experience .left_item .bottom, .umg_experience .outr_flex {
        flex-wrap: wrap;
        gap: 10px;
    }
    .umg_experience .left_item .top .img, 
    .umg_experience .left_item .bottom .img {
        width: 100%;
    }
    .umg_experience .outr_flex img {
        width: 100%;
        aspect-ratio: 520/420;
        object-fit: cover;
    }
    .umg_experience .outr_flex > .item {
        display: block;
    }
}

@media (max-width: 480px) {    
    .xs-center{
        text-align: center;
    }
    .hide-480 {
        display: none;
    }
    .inputbox{
        font-size: 16px;
    }
    .btn.bigtext{
        font-size: 16px;
    }
    .btn{
        width: 100%;
    }
    .lswitcher .btn {
        width: auto;
    }
    #button-search.btn {
        width: auto;
    }
    .center-benefits-flex, .center-bottom-list {
        flex-direction: column;
    }
    .item-benefit {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mod_login_link .login, #jshop_module_wishlist, .center-top-modules .cartajax_adv_module
    {    
        height: 36px;
    }   
    .center-top-modules .lname {
        display: none;
    }
    .lswitcher .mod-languages .btn-group {
        height: 36px;
    }
    .top-info-row-flex .mob_logo {
        width: 60%;
    }
    .top_info_mobile {
        width: 40%;
    }
    #main_menu .nav {
        /* top: calc(100% + 64px); */
    }
    .cartajax_adv_module .cartajax-module {
        display: flex;
        align-items: center;
    }
    #jshop_quantity_in_cart {
        left: 70%;
    }
    #wishlist-count-product {
        left: 70%;
        top: 4px;
    }
    #search-top {
        margin: 7px 0 9px;
    }
    .prod_last h2.modal-title, .prod_last h3.modal-title {
        font-size: 1rem;
    } 
    .info_block .fs-14 {
        font-size: 12px;
    }
    .info_block .info_mail::before {
        top: 8px;
        width: 15px;
        height: 11px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .info_block .info_tel::before {
        top: 8px;
        width: 10px;
        height: 11px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .info_block .info_tel {
        padding-left: 15px;
        margin-right: 15px;
    }
    .info_block .info_mail {
        padding-left: 18px;
    }
    .item-page h1, .item-page h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .item-benefit {
        margin-bottom: 25px;
    }
    .item-benefit .img {
        margin-bottom: 15px;
    }
    .page-reset p{
        font-size: 16px;
    }
    .page-reset input{
        width: 100%;
    }    
    .com-content-article .pagenavigation .pagination a.btn {
        width: 50%;
        padding: 14px 25px;
    } 
    .com-content-article .pagenavigation .pagination a.btn:first-child {
        margin-right: 10px;
    }
    .newsflash .mod-articlesnews__item .inner {
        flex-wrap: wrap;
    }
    .newsflash figure, .newsflash .content {
        flex: 0 1 100%;
    }
    .newsflash figure img {
        width: 100%;
        height: auto;
    }
    .com-content-category-blog .readmore .btn {
        width: auto;
    }
    footer .flogo {
        margin-bottom: 12px;
    }
    .footer_info {
        padding-right: 0;
    }
    .footer_info, .footer-menu {
        flex: 0 1 100%;
        padding-right: 0;
    }
    .footer_info .content {
        font-size: 16px;
        line-height: 1.4;
    }
    .footer-menu {
        margin-bottom: 20px;
    }
    #left-side {
        padding-top: 15px;
    }
    .rscontact .img_flex {
        flex-wrap: wrap;
        gap: 8px;
    }
    .rscontact .img_flex .img {
        width: 100%;
    }
    .rscontact .img_flex .img img {
        width: 100%;
        aspect-ratio: 354/225;
        object-fit: cover;
    }
    .rscontact .h2_second {
        font-size: 32px;
        margin-bottom: 14px;
        line-height: 1.2;
    }
    .rscontact .h2_second + .sub {
        font-size: 16px;
    }
    .rscontact .su2_second {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
    }
    .rscontact .control-label {
        font-weight: 600;
    }
    .rscontact .f_title {
        margin-bottom: 8px;
    }
    .rs-flex .item_right > .inner {
        padding: 12px;
    }
    .rscontact .flex2 {
        flex-wrap: wrap;
        gap: 0;
    }
    .rscontact .flogo .brand {
        margin-bottom: 9px;
    }
    .rscontact .flex2 > div {
        flex: 0 1 100%;
    }
    .rscontact .privacy_policy {
        margin-bottom: 12px;
    }
    .rscontact .flogo.mobile {
        text-align: center;
    }
    .f_address {
        font-size: 14px;
    }
    .f_menu {
        justify-content: center;
    }
    footer .f_menu li a {
        margin: 0 8px!important;
        font-weight: 600;
    }
    .fs_menu {
        width: 100%;
        justify-content: center;
    } 
    .location_block .outer .cont .descr {
        font-size: 16px;
    }
    .terracen_block .outer_flex, .objects_block .outer_flex {
        margin: 0 -13.5px;
    }
    .copyright ul.nav {
        justify-content: center;
    }
    .copyright li:last-child a {
        margin-right: 0;
    }
    .art_of_parking {
        margin-bottom: 20px;
    }
    .art_of_parking .flex_up {
        flex-wrap: wrap;
        margin-left: -13.5px;
        margin-right: -13.5px;
    }
    .art_of_parking .flex_up .img, .art_of_parking .flex_up img {
        width: 100%;
    }
    .block_webcam {
        margin: 0 -13.5px;
    }
    .mod_webcam {
        margin-bottom: 20px;
    }
    .art_of_parking .inner {
        padding-right: 0;
        max-width: 100%;
    }
    .faq_section .mod_faq-title {
        text-align: center;
        color: #623830;
    }
     .faq_section .mod_faq-inner {
        margin: 0 -13.5px;
    }
    .faq_section .mod_faq-desc {
        margin: 0;
    }
    .faq_section .mod_faq-item-title {
        padding: 10px 18px 10px 10px;
    }
    .faq_section .faq_table tr {
        display: flex;
        flex-direction: column;
    }
    .faq_section .faq_table tr td {
        display: block;
        width: 100%!important;
        font-size: 18px;
    }
    .secure_exclusive .secur_flex .title {
        margin-bottom: 0;
    }
    .rscontact .schedule {
        margin-bottom: 22px;
    }
    .fin_calc .form input {
        max-width: 100%;
    }
    .asked_questions h2, .asked_questions .down_bg h3 {
        text-align: center;
    }
    .can_trust .img_flex, .asked_questions .img_flex {
        gap: 10px;
    }
    .asked_questions .down_bg {
        margin-top: 10px;
    }   
    .au_header .img_bg .img {
        max-width: 100%;
    } 
    .facts_figures .ff_flex .text {
        font-size: 18px;
    }
    .facts_figures .num_block {
        font-size: 60px;
    }
    .why_romano .sub, .our_services .sub, .our_team .sub {
        margin-bottom: 20px;
    }
    ul.round_check li {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .our_team .team_flex {
        margin-bottom: 30px;
    }
    .au_header .img_bg .img {
        margin: 0 auto 25px;
    }
    .au_header .img_bg {
        padding: 30px 15px;
    }
    .our_services .os_flex .item .img {
        min-width: 60px;
    }
    .our_services .os_flex .item .text {
        padding-left: 10px;
    }
    .universal_banner .img_bg {
        min-height: 285px;
    }
    .universal_banner .below_banner {
        padding: 20px 15px;
    }
    .universal_banner h1.h1 {
        font-size: 24px;
    }
    .umg_ancors .flex .item {
        flex: 0 1 50%;
    }
    .umg_privileges .flex .button a {
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    .umg_gmap iframe {
        height: 400px;
    }
    .umg_newhouse .zitate {
        font-size: 16px;
    }
    .umg_privileges .flex h4 {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .contact_header {
        margin-bottom: 20px;
    }
    .contact_person .our_philosophy .tip {
        font-size: 18px;
        padding-left: 15px;
    }
    .cpage .rscontact .f_title {
        font-size: 26px;
    }
    .cpage .flogo {
        text-align: center;
    }
    .contact_person .cont_data a {
        background-size: 40px;
        padding-left: 50px;
        line-height: 1.25;
        min-height: 40px;
    }
    .home_video_block {
        margin: 20px -13.5px 20px;
    } 
    .label_img {
        max-width: 140px;
    }
    .label_img img {
        max-width: 100%;
    }
    .rs-flex .item_right > .inner-top {
        padding: 15px 12px;
    }
}