@charset "UTF-8";
.g-main-nav ul li:nth-child(2) .dropdown-content-menu a:nth-child(2) {
    display: none;
}

.g-main-nav li i {
    display: none;
}

.slider>.item {
    background-position: center center !important;

    background-size: cover !important;
}


#estate_form #auto #modelsByBrand label.label_name {
    margin: 15px 0 0 0 !important;
    text-transform: none;
    font-size: 15px;
}
/*#cont_current .g-grid p {*/
/*    margin: 10px 0;*/
/*}*/

#cont_current .bordered .g-block:first-child h5 {
    /*margin-top: 132px;*/
}
.g-block.text-center.pb-10 {
    padding: 0 1.1em;
    margin-top: 10px;
}
.phone_nr {
    -webkit-animation: bounce .4s ease infinite alternate;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.g-container .item-content h1 {
    text-transform: none;
    font-weight: 300;
    font-style: italic;
}


#g-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
body {
    padding-top: 80px;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.home_filter_auto {
    margin-top: 1.5em;
}

#estate_form .titles {
    text-align: center;
    margin: 0 2%;
}

#estate_form h2 span {
    display: none;
}

#estate_form .titles button {
    text-align: center;
    font-size: 18px;
    color: #353434;
    font-family: "Montserrat";
    font-weight: 600;
    background: none;
    text-transform: uppercase;
}

#estate_form .tab {
    width: 80%;
    margin: 0px auto -23px auto;
    background: #fff;
    z-index: 1;
    position: relative;
}

#estate_form .titles .tab button {
    border: 2px solid #3ccdaa;
    line-height: 42px;
    padding: 0 2em;
    width: 50%;
}

#estate_form .titles .tab button.active {
    color: #fff;
    background: #3ccdaa;
}

#estate_form .titles .tab button:first-child {
    border-radius: 1.5em 0 0 1.5em;
    margin-right: -2px;
}

#estate_form .titles .tab button:last-child {
    border-radius: 0 1.5em 1.5em 0;
    margin-left: -2px;
}

ul.g-toplevel li:last-child {
    display: none;
}


#parteners .owl-carousel .owl-item img {
    border: 1px solid #3ccdaa;
}

#parteners .owl-carousel .owl-item .br-50 {
    border-radius: 30%;
}

#g-header .g-block.asist a,
.auth a {
    display: inline-block !important;
    line-height: 40px !important;
    margin: 8px 10px;
}

.auth a {
    line-height: normal !important;
}

.SumoSelect>.optWrapper ul.options {
    padding: 1em 0 1em 1em !important;
}


/*.SumoSelect > .CaptionCont {*/
/*    box-shadow: none !important;*/
/*}*/

.owl-carousel .owl-stage {
    display: block;
    margin: 0px auto;
}

#logo img {
    max-width: 150px;
}

.g-main-nav .g-dropdown,
.g-main-nav .g-standard .g-dropdown .g-dropdown {
    position: absolute;
    top: auto;
    left: auto;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.g-main-nav .g-standard .g-dropdown.g-active,
.g-main-nav .g-fullwidth .g-dropdown.g-active {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.g-main-nav ul,
#g-mobilemenu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@-webkit-viewport {
    /*width: device-width;*/
}

@-moz-viewport {
    /*width: device-width;*/
}

@-ms-viewport {
    /*width: device-width;*/
}

@-o-viewport {
    /*width: device-width;*/
}

@viewport {
    /*width: device-width;*/
}

html {
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #343434;
}

#g-page-surround {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

article,
aside,
details,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    text-decoration: none;
    color: #3ccdaa;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

iframe,
svg {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
}

pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

tr,
td,
th {
    vertical-align: middle;
}

th,
td {
    padding: 0.375rem 0;
}

th {
    text-align: left;
}

@media print {
    body {
        background: #fff !important;
        color: #000 !important;
    }
}

.g-container {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.g-block .g-container {
    width: auto;
}

.g-grid {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-rendering: optimizespeed;
}

.g-grid-space {
    gap: 10px;
}

.size-33-space {
    flex: 0 0 calc(33.33% - 10px) !important;
}

.g-grid-middle {
    align-items: center;
}

.g-grid.nowrap {
    flex-flow: row;
}

.g-block-size-50 {
    display: flex;
    width: 50%;
    flex-flow: row wrap;
}

.g-block {
    flex: 1;
    min-width: 0;
    min-height: 0;
    position: relative;
}

.first-block {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.last-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.asist_text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #00324b;
}

.asist_text p {
    color: #fff;
    line-height: 28px;
}

.login_right {
    display: flex;
}

.size-5 {
    flex: 0 5%;
    width: 5%;
}

.size-6 {
    flex: 0 6%;
    width: 6%;
}

.size-7 {
    flex: 0 7%;
    width: 7%;
}

.size-8 {
    flex: 0 8%;
    width: 8%;
}

.size-9 {
    flex: 0 9%;
    width: 9%;
}

.size-10 {
    flex: 0 10%;
    width: 10%;
}

.size-11 {
    flex: 0 11%;
    width: 11%;
}

.size-12 {
    flex: 0 12%;
    width: 12%;
}

.size-13 {
    flex: 0 13%;
    width: 13%;
}

.size-14 {
    flex: 0 14%;
    width: 14%;
}

.size-15 {
    flex: 0 15%;
    width: 15%;
}

.size-16 {
    flex: 0 16%;
    width: 16%;
}

.size-17 {
    flex: 0 17%;
    width: 17%;
}

.size-18 {
    flex: 0 18%;
    width: 18%;
}

.size-19 {
    flex: 0 19%;
    width: 19%;
}

.size-20 {
    flex: 0 20%;
    width: 20%;
}

.size-21 {
    flex: 0 21%;
    width: 21%;
}

.size-22 {
    flex: 0 22%;
    width: 22%;
}

.size-23 {
    flex: 0 23%;
    width: 23%;
}

.size-24 {
    flex: 0 24%;
    width: 24%;
}

.size-25 {
    flex: 0 25%;
    width: 25%;
}

.size-26 {
    flex: 0 26%;
    width: 26%;
}

.size-27 {
    flex: 0 27%;
    width: 27%;
}

.size-28 {
    flex: 0 28%;
    width: 28%;
}

.size-29 {
    flex: 0 29%;
    width: 29%;
}

.size-30 {
    flex: 0 30%;
    width: 30%;
}

.size-31 {
    flex: 0 31%;
    width: 31%;
}

.size-32 {
    flex: 0 32%;
    width: 32%;
}

.size-33 {
    flex: 0 33%;
    width: 33%;
}

.size-34 {
    flex: 0 34%;
    width: 34%;
}

.size-35 {
    flex: 0 35%;
    width: 35%;
}

.size-36 {
    flex: 0 36%;
    width: 36%;
}

.size-37 {
    flex: 0 37%;
    width: 37%;
}

.size-38 {
    flex: 0 38%;
    width: 38%;
}

.size-39 {
    flex: 0 39%;
    width: 39%;
}

.size-40 {
    flex: 0 40%;
    width: 40%;
}

.size-41 {
    flex: 0 41%;
    width: 41%;
}

.size-42 {
    flex: 0 42%;
    width: 42%;
}

.size-43 {
    flex: 0 43%;
    width: 43%;
}

.size-44 {
    flex: 0 44%;
    width: 44%;
}

.size-45 {
    flex: 0 45%;
    width: 45%;
}

.size-46 {
    flex: 0 46%;
    width: 46%;
}

.size-47 {
    flex: 0 47%;
    width: 47%;
}

.size-48 {
    flex: 0 48%;
    width: 48%;
}

.size-49 {
    flex: 0 49%;
    width: 49%;
}

.size-50 {
    flex: 0 50%;
    width: 50%;
}

.size-51 {
    flex: 0 51%;
    width: 51%;
}

.size-52 {
    flex: 0 52%;
    width: 52%;
}

.size-53 {
    flex: 0 53%;
    width: 53%;
}

.size-54 {
    flex: 0 54%;
    width: 54%;
}

.size-55 {
    flex: 0 55%;
    width: 55%;
}

.size-56 {
    flex: 0 56%;
    width: 56%;
}

.size-57 {
    flex: 0 57%;
    width: 57%;
}

.size-58 {
    flex: 0 58%;
    width: 58%;
}

.size-59 {
    flex: 0 59%;
    width: 59%;
}

.size-60 {
    flex: 0 60%;
    width: 60%;
}

.size-61 {
    flex: 0 61%;
    width: 61%;
}

.size-62 {
    flex: 0 62%;
    width: 62%;
}

.size-63 {
    flex: 0 63%;
    width: 63%;
}

.size-64 {
    flex: 0 64%;
    width: 64%;
}

.size-65 {
    flex: 0 65%;
    width: 65%;
}

.size-66 {
    flex: 0 66%;
    width: 66%;
}

.size-67 {
    flex: 0 67%;
    width: 67%;
}

.size-68 {
    flex: 0 68%;
    width: 68%;
}

.size-69 {
    flex: 0 69%;
    width: 69%;
}

.size-70 {
    flex: 0 70%;
    width: 70%;
}

.size-71 {
    flex: 0 71%;
    width: 71%;
}

.size-72 {
    flex: 0 72%;
    width: 72%;
}

.size-73 {
    flex: 0 73%;
    width: 73%;
}

.size-74 {
    flex: 0 74%;
    width: 74%;
}

.size-75 {
    flex: 0 75%;
    width: 75%;
}

.size-76 {
    flex: 0 76%;
    width: 76%;
}

.size-77 {
    flex: 0 77%;
    width: 77%;
}

.size-78 {
    flex: 0 78%;
    width: 78%;
}

.size-79 {
    flex: 0 79%;
    width: 79%;
}

.size-80 {
    flex: 0 80%;
    width: 80%;
}

.size-81 {
    flex: 0 81%;
    width: 81%;
}

.size-82 {
    flex: 0 82%;
    width: 82%;
}

.size-83 {
    flex: 0 83%;
    width: 83%;
}

.size-84 {
    flex: 0 84%;
    width: 84%;
}

.size-85 {
    flex: 0 85%;
    width: 85%;
}

.size-86 {
    flex: 0 86%;
    width: 86%;
}

.size-87 {
    flex: 0 87%;
    width: 87%;
}

.size-88 {
    flex: 0 88%;
    width: 88%;
}

.size-89 {
    flex: 0 89%;
    width: 89%;
}

.size-90 {
    flex: 0 90%;
    width: 90%;
}

.size-91 {
    flex: 0 91%;
    width: 91%;
}

.size-92 {
    flex: 0 92%;
    width: 92%;
}

.size-93 {
    flex: 0 93%;
    width: 93%;
}

.size-94 {
    flex: 0 94%;
    width: 94%;
}

.size-95 {
    flex: 0 95%;
    width: 95%;
}

.size-33-3 {
    flex: 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
}

.size-16-7 {
    flex: 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
}

.size-14-3 {
    flex: 0 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
}

.size-12-5 {
    flex: 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
}

.size-11-1 {
    flex: 0 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
}

.size-9-1 {
    flex: 0 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
}

.size-8-3 {
    flex: 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
}

.size-100 {
    width: 100%;
    max-width: 100%;
    flex-grow: 0;
    flex-basis: 100%;
}

.g-main-nav:not(.g-menu-hastouch) .g-dropdown {
    z-index: 10;
    top: -9999px;
}

.g-main-nav:not(.g-menu-hastouch) .g-dropdown.g-active {
    top: 100%;
}

.g-main-nav:not(.g-menu-hastouch) .g-dropdown .g-dropdown {
    top: 0;
}

.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active {
    top: auto;
}

.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown .g-dropdown.g-active {
    top: 0;
}

.g-main-nav .g-toplevel>li {
    display: inline-block;
    cursor: pointer;
    transition: background .2s ease-out, transform .2s ease-out;
}

.g-main-nav .g-toplevel>li.g-menu-item-type-particle,
.g-main-nav .g-toplevel>li.g-menu-item-type-module {
    cursor: initial;
}

.g-main-nav .g-toplevel>li .g-menu-item-content {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.g-main-nav .g-toplevel>li .g-menu-item-container {
    transition: transform .2s ease-out;
}

.g-main-nav .g-toplevel>li.g-parent .g-menu-parent-indicator {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.g-main-nav .g-toplevel>li.g-parent .g-menu-parent-indicator:after {
    display: inline-block;
    cursor: pointer;
    width: 1.5rem;
    opacity: 0.5;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "";
    text-align: right;
}

.g-main-nav .g-toplevel>li.g-parent.g-selected>.g-menu-item-container>.g-menu-parent-indicator:after {
    content: "";
}

.g-main-nav .g-dropdown {
    transition: opacity .2s ease-out, transform .2s ease-out;
    z-index: 1;
}

.g-main-nav .g-sublevel>li {
    transition: background .2s ease-out, transform .2s ease-out;
}

.g-main-nav .g-sublevel>li.g-menu-item-type-particle,
.g-main-nav .g-sublevel>li.g-menu-item-type-module {
    cursor: initial;
}

.g-main-nav .g-sublevel>li .g-menu-item-content {
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
}

.g-main-nav .g-sublevel>li.g-parent .g-menu-item-content {
    margin-right: 2rem;
}

.g-main-nav .g-sublevel>li.g-parent .g-menu-parent-indicator {
    position: absolute;
    right: 0.738rem;
    top: 0.838rem;
    width: auto;
    text-align: center;
}

.g-main-nav .g-sublevel>li.g-parent .g-menu-parent-indicator:after {
    content: "";
    text-align: center;
}

.g-main-nav .g-sublevel>li.g-parent.g-selected>.g-menu-item-container>.g-menu-parent-indicator:after {
    content: "";
}

[dir="rtl"] .g-main-nav .g-sublevel>li.g-parent .g-menu-item-content {
    margin-right: inherit;
    margin-left: 2rem;
    text-align: right;
}

[dir="rtl"] .g-main-nav .g-sublevel>li.g-parent .g-menu-parent-indicator {
    right: inherit;
    left: 0.738rem;
    transform: rotate(180deg);
}

.g-menu-item-container {
    display: block;
    position: relative;
}

.g-menu-item-container input,
.g-menu-item-container textarea {
    color: #666;
}

.g-main-nav .g-standard {
    position: relative;
}

.g-main-nav .g-standard .g-sublevel>li {
    position: relative;
}

.g-main-nav .g-standard .g-dropdown {
    top: 100%;
}

.g-main-nav .g-standard .g-dropdown.g-dropdown-left {
    right: 0;
}

.g-main-nav .g-standard .g-dropdown.g-dropdown-center {
    left: 50%;
    transform: translateX(-50%);
}

.g-main-nav .g-standard .g-dropdown.g-dropdown-right {
    left: 0;
}

.g-main-nav .g-standard .g-dropdown .g-dropdown {
    top: 0;
}

.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-left {
    left: auto;
    right: 100%;
}

.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right {
    left: 100%;
    right: auto;
}

.g-main-nav .g-standard .g-dropdown .g-block {
    flex-grow: 0;
    flex-basis: 100%;
}

.g-main-nav .g-standard .g-go-back {
    display: none;
}

.g-main-nav .g-fullwidth .g-dropdown {
    position: absolute;
    left: 0;
    right: 0;
}

.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-left {
    right: 0;
    left: inherit;
}

.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-center {
    left: inherit;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-right {
    left: 0;
    right: inherit;
}

.g-main-nav .g-fullwidth .g-dropdown .g-block {
    position: relative;
    overflow: hidden;
}

.g-main-nav .g-fullwidth .g-dropdown .g-go-back {
    display: block;
}

.g-main-nav .g-fullwidth .g-dropdown .g-go-back.g-level-1 {
    display: none;
}

.g-main-nav .g-fullwidth .g-sublevel .g-dropdown {
    top: 0;
    transform: translateX(100%);
}

.g-main-nav .g-fullwidth .g-sublevel .g-dropdown.g-active {
    transform: translateX(0);
}

.g-main-nav .g-fullwidth .g-sublevel.g-slide-out>.g-menu-item>.g-menu-item-container {
    transform: translateX(-100%);
}

.g-go-back.g-level-1 {
    display: none;
}

.g-go-back a span {
    display: none;
}

.g-go-back a:before {
    display: block;
    text-align: center;
    width: 1.28571em;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "";
    opacity: 0.5;
}

.g-menu-item-container>i {
    vertical-align: middle;
    margin-right: 0.2rem;
}

.g-menu-item-subtitle {
    display: block;
    font-size: 0.8rem;
    line-height: 1.1;
}

.g-nav-overlay,
.g-menu-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease-out, z-index .1s ease-out;
}

#g-mobilemenu-container .g-toplevel {
    position: relative;
}

#g-mobilemenu-container .g-toplevel li {
    display: block;
    position: static !important;
    margin-right: 0;
    cursor: pointer;
}

#g-mobilemenu-container .g-toplevel li .g-menu-item-container {
    padding: 0.938rem 1rem;
}

#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
    display: inline-block;
    line-height: 1rem;
}

#g-mobilemenu-container .g-toplevel li.g-parent>.g-menu-item-container>.g-menu-item-content {
    position: relative;
}

#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator {
    position: absolute;
    right: 0.938rem;
    text-align: center;
}

#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after {
    display: inline-block;
    text-align: center;
    opacity: 0.5;
    width: 1.5rem;
    line-height: normal;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "";
}

#g-mobilemenu-container .g-toplevel .g-dropdown {
    top: 0;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    transition: transform .2s ease-out;
    transform: translateX(100%);
}

#g-mobilemenu-container .g-toplevel .g-dropdown.g-active {
    transform: translateX(0);
    z-index: 0;
}

#g-mobilemenu-container .g-toplevel .g-dropdown .g-go-back {
    display: block;
}

#g-mobilemenu-container .g-toplevel .g-dropdown .g-block {
    width: 100%;
    overflow: visible;
}

#g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back {
    display: none;
}

#g-mobilemenu-container .g-toplevel .g-dropdown .g-block:first-child .g-go-back {
    display: block;
}

#g-mobilemenu-container .g-toplevel .g-dropdown-column {
    float: none;
    padding: 0;
}

#g-mobilemenu-container .g-toplevel .g-dropdown-column [class*="size-"] {
    flex: 0 1 100%;
    max-width: 100%;
}

#g-mobilemenu-container .g-sublevel {
    cursor: default;
}

#g-mobilemenu-container .g-sublevel li {
    position: static;
}

#g-mobilemenu-container .g-sublevel .g-dropdown {
    top: 0;
}

#g-mobilemenu-container .g-menu-item-container {
    transition: transform .2s ease-out;
}

#g-mobilemenu-container .g-toplevel.g-slide-out>.g-menu-item>.g-menu-item-container,
#g-mobilemenu-container .g-toplevel.g-slide-out>.g-go-back>.g-menu-item-container,
#g-mobilemenu-container .g-sublevel.g-slide-out>.g-menu-item>.g-menu-item-container,
#g-mobilemenu-container .g-sublevel.g-slide-out>.g-go-back>.g-menu-item-container {
    transform: translateX(-100%);
}

#g-mobilemenu-container .g-menu-item-subtitle {
    line-height: 1.5;
}

#g-mobilemenu-container i {
    float: left;
    line-height: 1.4rem;
    margin-right: 0.3rem;
}

.g-menu-overlay.g-menu-overlay-open {
    z-index: 2;
    position: fixed;
    opacity: 1;
    height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.75rem 0 1.5rem 0;
    text-rendering: optimizeLegibility;
}

p {
    margin: 1.5rem 0;
}

ul,
ol,
dl {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    margin-left: 1.5rem;
    padding: 0;
}

dl {
    padding: 0;
}

ol {
    padding-left: 1.5rem;
}

blockquote {
    margin: 1.5rem 0;
    padding-left: 0.75rem;
}

cite {
    display: block;
}

cite:before {
    content: "\2014 \0020";
}

pre {
    margin: 1.5rem 0;
    padding: 0.938rem;
}

hr {
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5rem 0;
}

fieldset {
    border: 0;
    padding: 0.938rem;
    margin: 0 0 1.5rem 0;
}

label {
    margin-bottom: 0.375rem;
}

label abbr {
    display: none;
}

textarea,
select[multiple=multiple] {
    transition: border-color;
    padding: 0.375rem 0.375rem;
}

textarea:focus,
select[multiple=multiple]:focus {
    outline: none;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea {
    transition: border-color;
    padding: 0.375rem 0.375rem;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus {
    outline: none;
}

textarea {
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 0.375rem;
}

input[type="file"] {
    width: 100%;
}

select {
    max-width: 100%;
}

button,
input[type="submit"] {
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border: inherit;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.hide,
body .g-offcanvas-hide {
    display: none;
}

.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.full-height {
    min-height: 100vh;
}

.nomarginall {
    margin: 0 !important;
}

.nomarginall .g-content {
    margin: 0 !important;
}

.nomargintop {
    margin-top: 0 !important;
}

.nomargintop .g-content {
    margin-top: 0 !important;
}

.nomarginbottom {
    margin-bottom: 0 !important;
}

.nomarginbottom .g-content {
    margin-bottom: 0 !important;
}

.nomarginleft {
    margin-left: 0 !important;
}

.nomarginleft .g-content {
    margin-left: 0 !important;
}

.nomarginright {
    margin-right: 0 !important;
}

.nomarginright .g-content {
    margin-right: 0 !important;
}

.nopaddingall {
    padding: 0 !important;
}

.nopaddingall .g-content {
    padding: 0 !important;
}

.nopaddingtop {
    padding-top: 0 !important;
}

.nopaddingtop .g-content {
    padding-top: 0 !important;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.nopaddingbottom .g-content {
    padding-bottom: 0 !important;
}

.nopaddingleft {
    padding-left: 0 !important;
}

.nopaddingleft .g-content {
    padding-left: 0 !important;
}

.nopaddingright {
    padding-right: 0 !important;
}

.nopaddingright .g-content {
    padding-right: 0 !important;
}

.g-flushed {
    padding: 0 !important;
}

.g-flushed .g-content {
    padding: 0;
    margin: 0;
}

.g-flushed .g-container {
    width: 100%;
}

.full-width {
    flex-grow: 0;
    flex-basis: 100%;
}

.full-width .g-block {
    flex-grow: 0;
    flex-basis: 100%;
}

.hidden {
    display: none;
    visibility: hidden;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .g-block.visible-print {
        display: block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.equal-height {
    display: flex;
}

.equal-height .g-content {
    flex-basis: 100%;
}

#g-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    display: none;
    -webkit-overflow-scrolling: touch;
}

.g-offcanvas-toggle {
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 10;
    line-height: 1;
    cursor: pointer;
}

.g-offcanvas-active {
    overflow-x: hidden;
}

.g-offcanvas-open {
    overflow: hidden;
}

.g-offcanvas-open body,
.g-offcanvas-open #g-page-surround {
    overflow: hidden;
}

.g-offcanvas-open .g-nav-overlay {
    z-index: 15;
    position: absolute;
    opacity: 1;
    height: 100%;
}

.g-offcanvas-open #g-offcanvas {
    display: block;
}

.g-offcanvas-left #g-page-surround {
    left: 0;
}

.g-offcanvas-right #g-offcanvas {
    left: inherit;
}

.g-offcanvas-right .g-offcanvas-toggle {
    left: inherit;
    right: 0.7rem;
}

.g-offcanvas-right #g-page-surround {
    right: 0;
}

.g-offcanvas-left #g-offcanvas {
    right: inherit;
}

/*.search form {*/
/*    position: relative;*/
/*    margin: 3px 0;*/
/*    transition: all 1s;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 25px;*/
/*    padding: 5px;*/
/*    font-size: 20px;*/
/*}*/

/*.search input {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    line-height: 30px;*/
/*    outline: 0;*/
/*    border: 0;*/
/*    display: none;*/
/*    font-size: 1em;*/
/*    border-radius: 50px;*/
/*    padding: 0 20px;*/
/*    z-index: 999;*/
/*}*/

/*.search .fa {*/
/*    box-sizing: border-box;*/
/*    padding: 10px;*/
/*    margin-top: 3px;*/
/*    margin-right: 5px;*/
/*    width: 42.5px;*/
/*    height: 42.5px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    font-size: 1.2em;*/
/*    transition: all 1s;*/
/*}*/

/*.search form:hover,*/
/*.search form:valid {*/
/*    width: 237px;*/
/*    cursor: pointer;*/
/*}*/

/*.search form:hover input,*/
/*.search form:valid input {*/
/*    display: block;*/
/*}*/

/*.search form:hover .fa,*/
/*.search form:valid .fa {*/
/*    background: #3ccdaa;*/
/*    color: white;*/
/*}*/

/*.search a {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    font-size: 20px;*/
/*    color: white;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*}*/

/*.search form:valid a {*/
/*    display: block;*/
/*}*/

body {
    font-family: 'Fira Sans';
    font-size: 14px;
}

#g-header {
    background: #00324b;
}

.g-container {
    margin: 0 auto;
    padding: 1rem 0;
    width: 75rem;
}

.phone {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
}

#g-header .g-block.phone_nr,
#g-header .g-block.asist,
.g-main-nav {
    display: table;
}

#g-header .g-block.phone_nr .phone,
#g-header .g-block.asist a,
.g-main-nav ul {
    display: table-cell;
    vertical-align: middle;
}

.phone,
.asist,
.g-main-nav ul {
    text-align: center;
}

.asist a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 11px;
    color: #00324b;
    background: #f3f3f3;
    line-height: 42px;
    padding: 0 1rem;
    border-radius: 2rem;
}

.g-main-nav ul li a {
    color: #fff;
    font-family: 'Fira Sans';
    font-size: 14px;
}

.g-main-nav ul li a:hover,
.g-main-nav ul li a.active {
    color: #3ccdaa;
}

.g-main-nav .g-toplevel>li {
    padding: 0 1rem;
}

.auth {
    display: table;
    text-align: right;
}

.auth a {
    display: table-cell;
    border-radius: 20em;
    background: #3ccdaa;
    font-family: 'Montserrat';
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.lang li.active {
    display: none;
}

.lang ul {
    list-style: none;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}

.lang ul li {
    display: inline-block;
}

.lang ul li a {
    font-family: 'Fira Sans';
    font-size: 14px;
    color: #fff;
    margin: 0 2px;
}

.lang {
    text-align: right;
    display: table;
}

#title {
    background: url(../images/title.jpg) no-repeat;
    background-position: center center;
    display: table;
    width: 100%;
    min-height: 265px;
}

.page_title {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    display: table-cell;
    vertical-align: middle;
}

.page_title h1 {
    font-size: 39px;
    font-weight: 700;
    margin: 2rem 0 1rem 0;
}

.page_title span {
    font-size: 19px;
    font-weight: 300;
}

/*footer*/
.copyright {
    color: #39393a;
    font-size: 14px;
    font-family: 'Fira Sans';
    font-weight: 300;
    margin-top: 3rem;
}

#g-footer {
    border-top: 1px solid #dddddf;
}

#g-footer h3 {
    color: #797a7c;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

#g-footer ul {
    list-style: none;
    margin: 0;
}

#g-footer ul li a {
    color: #39393a;
    font-size: 14px;
    line-height: 26px;
}

#g-footer ul li.active a,
#g-footer ul li:hover a {
    color: #3ccdaa;
}

.social ul li {
    display: inline-block;
    margin-right: 5px;
}

/*footer*/
.filter_type {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.filter_type .radio_label {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0 1%;
    width: 48%;
}

.filter_type .radio_label input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.filter_type .radio_label span {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1.5px solid #00324B;
    transition: all .15s ease-in-out;
    color: #00324B;
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 45px;
    padding: 0;

}

.filter_type .radio_label input:checked+span {
    background-color: #00324b;
    color: #fff;
}

#estate_form .price input,
#filter .price input {
    background: #f3f3f3;
    border: 0;
    border-radius: 4em;
    padding: 0 1em 0 2em;
    line-height: 45px;
    display: inline-block;
    width: 46%;
    margin: 0 2%;
    float: left;
}

#estate_form .price label,
#estate_form .type_estate label,
#estate_form label.type_estate,
#filter label.type_estate,
#filter label.label_name {
    color: #343434;
    font-family: 'Fira Sans';
    font-weight: 700;
    line-height: 46px;
    padding-left: 1.5em;
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

#estate_form label.label_name {
    color: #343434;
    font-family: 'Fira Sans';
    font-weight: 700;
    line-height: 46px;
    padding-left: 1.5em;
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1em;
}

.submit {
    text-align: center;
    position: absolute;
    clear: both;
    display: block;
    width: 85%;
}

.submit button {
    margin-top: 0.5em;
    background: #3ccdaa;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 46px;
    padding: 0 4em 0 2em;
    border-radius: 4em;
}

.submit span {
    padding: 0 1em;
    display: inline-block;
    background: #fff;
}

#estate_form h2 {
    text-align: center;
    font-size: 27px;
    color: #353434;
    font-family: "Montserrat";
    font-weight: 600;
    position: absolute;
    width: 85%;
    top: -1em;
}

#title.slider {
    display: none !important;
}


.form_imobil {
    border: 1px solid #3ccdaa;
    border-radius: 2em;
    padding: 0em 3em 2em 3em;
    position: relative;
    margin: 0 2%;
}

#estate_form h2 span {
    background: #fff;
    padding: 0 1em;
}

#estate_form {
    margin-top: 0em;
    padding: 1rem 0 1rem 0;
}

.SumoSelect>.CaptionCont>span {
    font-size: 14px;
    color: #797a7c;
    font-family: 'Fira Sans';
    font-weight: 300;
}

#imobil_filter {
    margin-top: 3em;
}

.product {
    background: #f3f3f3;
    margin: 0 1.1em 2.2em 1.1em;
    border-radius: 1em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product .prod_desc {
    position: relative;
    text-align: center;
}

.product .prod_desc .prod_price {
    position: relative;
    border: 2px solid #f3f3f3;
    background: #3ccdaa;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding: 0 2em;
    border-radius: 4em;
    display: table;
    margin: -16px auto 0px auto;
}

.prod_desc .desc {
    padding: 0 1em;
    font-size: 15px;
    color: #39393a;
    line-height: 22px;
    margin: 1em 0;
    min-height: 44px;
}

.caracter img {
    margin-right: 3px;
}

.caracter .g-block {
    border-right: 1px solid #d2d2d2;
}

.caracter .g-block:last-child {
    border-right: 0;
}

.caracter {
    line-height: 30px;
    padding-bottom: 1em;
    font-size: 13px;
}

#home_products {
    margin-top: 1.5em;
    padding-top: 0;
}

h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.asist_txt {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.asist_txt span {
    font-weight: 400;
    display: block;
}

#asistent {
    text-align: center;
}

#asistent .asist_block {
    background: #00324b;
    border-radius: 4em;
    padding: 5em 0 0 0;
}

.asist_txt {
    margin-top: 2em;
}

#asist_form input {
    display: inline-block;
    border: 0;
    border-radius: 4em;
    line-height: 46px;
    padding: 0 2em;
    margin: 0 0.5em;
    color: #000;
}

#asist_form button {
    display: inline-block;
    border: 0;
    border-radius: 4em;
    line-height: 46px;
    padding: 0 5em;
    margin: 0 0.5em;
    background-color: #3ccdaa;
    text-transform: uppercase;
}

#asist_form button img {
    margin-right: 10px;
}

.g-grid.form {
    background: #12445d;
    border-radius: 4em;
    text-align: center;
}

.g-grid.form {
    color: #fff;
    margin-top: 4em;
    padding-bottom: 3em;
}

.g-grid.form h3 {
    font-size: 17px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px;
}

.asist_block .img_block {
    background: url(../images/asist_arrow.png) no-repeat;
    background-position: right center;
}

.asist_block .g-grid .g-block:last-child .img_block {
    background: none;
}

.owl-carousel .owl-item {
    background: #3ccdaa;
    text-indent: 9999em;
    border: 1px solid #d6d7db;
    border-radius: 100%;
}

.owl-nav {
    display: none;
}

#filter .g-block label.type_estate {
    width: inherit;
}

#filter #imobil_filter {
    margin-top: 0;
}

#filter .submit {
    position: relative;
    width: auto;
}

#filter .submit span {
    padding: 0;
    width: inherit;
    display: block;
}

#filter .submit button {
    display: block;
    width: 100%;
}

#breadcrumbs {
    border-bottom: 1px solid #dddddf;
}

#breadcrumbs ul {
    margin: 0;
    float: left;
}

#breadcrumbs ul li {
    display: inline-block;
}

#breadcrumbs ul li:after {
    content: '>';
    margin: 0 0.5em;
    color: #797a7c;
}

#breadcrumbs ul li:last-child:after {
    content: '';
}

#breadcrumbs ul li a {
    color: #797a7c;
    font-family: 'Fira sans';
    line-height: 46px;
}

#breadcrumbs a#add {
    float: right;
    background: #3ccdaa;
    color: #fff;
    padding: 0 2em;
    line-height: 46px;
    border-radius: 2em;
    text-transform: uppercase;
    font-family: 'Fira sans';
    font-weight: 500;
}

#breadcrumbs .g-container {
    padding: 0.5rem 0;
}

.g-container h1 {
    color: #343434;
    font-family: 'Montserrat';
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.product:hover {
    background: #00324b;
    color: #fff;
}

.product:hover .prod_desc .desc {
    color: #fff;
}

.product:hover .caracter .g-block {
    border-right: 1px solid #376074;
}

#category .g-grid {
    margin-bottom: 1.1em;
}

#title h1 {
    color: #fff;
}

/*one_item*/
/*.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 65px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 15%;
    height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide {
    border: 2px solid transparent;
    border-radius: 1rem;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border-color: #3ccdaa;
}
*/
#photo_item .gallery-thumbs {
    margin-top: 15px;
}

.item_asist {
    text-align: center;
}

.item_asist h4,
.item_asist h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.item_asist h4 a,
.item_asist h6 a {
    color: #343434;
}

.item_asist h5 {
    font-family: 'Montserrat';
    font-size: 19px;
    text-transform: uppercase;
    margin: 10px 0
}

.item_asist ul {
    margin: 0;
    list-style: none;
}

.item_asist ul li {
    display: inline-block;
    margin: 0.5rem;
}

.item_asist .social {
    margin-top: 10px;
}

#item_prop {
    padding-left: 5%;
}

#item_prop .item_asist {
    border: 1px solid #b9bcc3;
    border-radius: 10px;
    /* padding: 2em 0; */
    padding: 0 0 1em 0;
}

.prices .old,
.prices .new {
    display: inline-block;
    /*line-height: 60px;*/
    padding-left: 30px;
    color: #fff;
    vertical-align: top;
}

.prices .old {
    font-size: 18px;
    /*background: #bebebe;*/
    border-radius: 2rem 0 0 2rem;
}

.prices .new {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    /*background: #3ccdaa;*/
    border-radius: 0 2rem 2rem 0;
}

.prices {
    margin-top: 1rem;
    background: rgba(13, 191, 153, 1);
    border-radius: 10px;
    padding: 15px 0;
}

#caracter h5 {
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 0.75rem 0 0.75rem 0;
}

#caracter ul {
    list-style: none;
    margin: 0;
}

#caracter ul li {
    width: 50%;
    display: inline-block;
    float: left;
    line-height: 36px;
    font-weight: 500;
    border-bottom: 1px solid #dddddf;
    font-size: 14px;
    color: #39393a;
}

.desc h5 {
    font-size: 16px;
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 30px;
}

.aditional.desc {
    display: block;
    width: 100%;
}

.aditional.desc ul {
    width: 100%;
    list-style: none;
    margin: 0;
}

.aditional.desc ul li {
    width: 23%;
    margin: 1%;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: #f3f3f3;
    border: 2px solid #b9bcc3;
    float: left;
    border-radius: 2rem;
    text-transform: uppercase;
}

/*one_item*/
/*tabs*/
#cabinet .tab-content {
    padding: 0;
}

#cabinet h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#cabinet .nav-pills>li>a {
    border-radius: 0;
}

#cabinet .nav-pills>li>a {
    border-radius: 2rem;
}

#cabinet .tab-content .tab-pane {
    display: none;
}

#cabinet .tab-content .tab-pane.active {
    display: block;
}

#cabinet ul.nav {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 5px;
}

#cabinet ul.nav li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}

#cabinet ul.nav li a {
    font-size: 15px;
    color: #343434;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    border: 2px solid #b1b1b170;
    display: block;
}

#cabinet ul.nav li.active a {
    border-color: #3ccdaa;
    color: #3ccdaa;
}

#cabinet .tab-content {
    clear: both;
}

.head_anunt h4,
.head_anunt h5 {
    font-size: 22px;
    color: #343434;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Montserrat';
}

.head_anunt h4 {
    font-weight: 700;
}

.head_anunt h5 {
    font-weight: 300;
}

.head_title {
    padding: 32px 0;
}

.head_anunt img {
    margin-right: 20px;
}

#adauga_anunt .filter_type .radio_label {
    width: 23%;
    margin: 0 1%;
}

.filter_type .radio_label.type {
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0 1%;
    width: 48%;
    margin-bottom: 5px;
}

@media only all and (max-width: 30rem) {

    .head_anunt {
        margin-top: 15px;
    }

    #adauga_anunt .filter_type .radio_label {
        width: 48%;
        margin: 1%;
    }
}

#adauga_anunt .filter_type .radio_label span {
    line-height: 60px;
    text-transform: uppercase;
    font-weight: normal;
}

#cabinet label[for=filter_area],
#cabinet label[for=filter_price] {
    font-size: 12px;
    text-transform: uppercase;
    clear: both;
    display: block;
    font-weight: bold;
    padding-left: 1rem;
    margin: 15px 0;
}

#cabinet input,
textarea {
    background: #f3f3f3;
    border: 0;
    border-radius: 2rem;
    width: 100%;
}

#cabinet input {
    line-height: 45px;
    padding: 0 2rem;
}

#cabinet textarea {
    padding: 2rem;
}

#cabinet .SumoSelect ul {
    padding: 0;
}

#cabinet .SumoSelect>.optWrapper {
    padding: 0;
}

#nr_camere input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

#nr_camere span {
    display: inline-block;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4rem;
    border: none;
    transition: all .15s ease-in-out;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 700;
    line-height: 45px;
    padding: 0;
    background-color: #bebebe;
}

#nr_camere .radio_label {
    width: 45px;
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 1%;
}

#nr_camere .radio_label span {
    width: 100%;
    display: block;
    text-align: center;
}

#nr_camere input:checked+span {
    background-color: #00324b;
}

#adauga_anunt .g-grid .g-block.size-50 {
    padding: 0 1%;
}

#add_block {
    margin-top: 1em;
}

#cabinet .tab-content .bordered {
    padding: 3em 4em;
    border-radius: 2em;
    border: 2px solid #dddddf;
}

.head_title {
    margin-bottom: 2em;
}

#auto {
    display: none;
}

#date_personale .bordered {
    margin: 2rem 0;
}

#date_personale input {
    margin-bottom: 1em;
}

#date_personale #name {
    margin-right: 1em;
    width: 95%;
}

#date_personale #surname {
    margin-left: 1em;
    width: 95%;
}

#adauga_anunt .g-grid#personal .g-block.size-50 {
    padding: 0;
}

#date_personale #plata1,
#date_personale #plata2 {
    width: auto;
}

#date_personale .bordered {
    min-height: 460px;
}

#cabinet input#send {
    width: auto;
    margin: 0px auto;
    background: #3ccdaa;
    color: #fff;
    font-size: 18px;
    line-height: 75px;
    padding: 0 10rem;
    border-radius: 100px;
}

.send_button {
    text-align: center;
}

/*tabs*/
/*History*/
.timer {
    font-size: 13px;
    color: #d63031;
    line-height: 30px;
}
.bordered-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
    justify-content: space-evenly;
    margin-bottom: 2em;
}
#cont_current .bordered {
    background: #00324b;
    color: #fff;
    text-transform: uppercase;
}

#cont_current .cont_current img {
    margin-right: 2em;
    float: left;
}

#cont_current .cont_current span {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    display: block;
}

#cont_current .cont_current span.cur_txt {
    font-weight: 200;
}

#cont_current .summ {
    clear: both;
    color: #3ccdaa;
    font-size: 100px;
    font-family: 'Montserrat';
    font-weight: 700;
}

#cont_current .summ span {
    font-weight: 300;
    text-transform: none;
    font-size: 40px;
}

#cont_current .current_text {
    font-size: 14px;
    text-transform: none;
    font-weight: 200;
}

#cabinet .tab-content #cont_current .bordered {
    padding: 4em 7em;
    /*min-height: 470px;*/
}

#cabinet #cont_current input {
    width: auto;
}

#cabinet #cont_current .radio_label {
    display: block;
}

#cabinet #cont_current .radio_label span {
    font-size: 14px;
    color: #343434;
    text-transform: none;
}

#cabinet #cont_current .cont_current {
    display: block;
}

#cabinet .tab-content #cont_current .bordered.white {
    background: none;
    color: #343434;
}

.name_list {
    text-transform: none;
    margin-top: 2em;
}

.name_list td {
    border-bottom: 1px solid #dddddf;
}

.name_list tr:last-child td {
    border-bottom: 0;
}

#cont_current .g-block.size-50 {
    padding: 0 1.1em;
}

#cabinet .tab-content #cont_current .g-grid.bordered {
    margin: 2em 0;
}

#cont_current h5 {
    margin: 1.1em 2.5em;
}

#cabinet #cont_current input#cod_card {
    width: 70%;
}

#cabinet #cont_current form {
    position: relative
}

#cabinet #cont_current input#submit_cod {
    position: absolute;
    right: 0;
    background: #3ccdaa;
    color: #fff;
}

/*History*/
/*Contacte*/
#contacts_block {
    position: absolute;
    width: 500px;
    background: #fff;
    padding: 35px 70px;
    right: 100px;
    top: 50px;
    border-radius: 1em;
}

#contacts_block .social {
    display: block;
}

#contacts_block ul {
    list-style: none;
    margin: 0;
}

#contacts_block ul li {
    display: inline-block;
    margin: 0 5px;
}

#contacts_block {
    font-size: 16px;
}

#contacts_block h4 {
    color: #39393a;
    font-family: Fira sans;
    font-weight: 500;
    margin-top: 3em;
    margin-top: 20px;
}

#contacts_block input {
    width: 100%;
    border: 0;
    background: #f3f3f3;
    border-radius: 2em;
    line-height: 45px;
    padding: 0 2em;
    margin: 0.3em 0;
    font-weight: 400;
}

#contacts_block input[type=submit] {
    color: #fff;
    text-transform: uppercase;
    background-color: #3ccdaa;
    background-image: url(../images/send.png);
    background-position: 90px center;
    background-repeat: no-repeat;
}

/*Contacte*/
.asistent_cost {
    background: #3ccdaa;
    border-radius: 2em;
    padding: 2em 3em;
    color: #343434;
}

.asistent_cost .g-block:first-child {
    text-align: center;
}

.login_right .about p {
    font-size: 12px;
    text-transform: none;
    line-height: 20px;
    margin-bottom: 10px;
}

.asistent_cost p {
    font-size: 14px;
    text-transform: none;
}

.get_asistent .asistent_cost {
    margin-bottom: 20px;
}

.login_right .about p {
    font-size: 12px;
    text-transform: none;
    line-height: 20px;
    margin-bottom: 10px;
}

.asistent_cost p {
    font-size: 14px;
    text-transform: none;
}

.get_asistent .asistent_cost {
    margin-bottom: 20px !important;
}

.login_left .bordered.text {
    background: none;
    color: #00324b;
    padding: 20px;
    text-transform: none;
}

.login_left .bordered.text p {
    text-transform: none;
    font-size: 12px;
}


.asistent_cost .asistent_price {
    font-size: 100px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 120px;
}

.asistent_cost .g-block {
    padding: 0 5px;
}

.get_asistent .bordered {
    margin: 0 10px;
}

.get_asistent h2 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 60px 0;
}

.login_left img {
    float: left;
}

.login_left,
.login_right {
    font-size: 22px;
    font-family: 'Montserrat';
    line-height: 28px;
}

.login_left img,
.login_right img {
    margin-right: 50px;
}

.login_left p,
.login_right p {
    margin: 0;
    text-transform: uppercase;
}

.login_left .title_block,
.login_right .title_block {
    margin: 20px 0;
}

.login_left .bordered {
    background: #00324b;
    color: #fff;
    padding: 50px 100px 60px 100px;
    border-radius: 2em 2em 0 0;
    margin: 0 15px;
}

.login_left .border_color {
    padding-top: 15px;
}


.login_right .bordered {
    color: #343434;
    padding: 50px 70px 60px 70px;
    border-radius: 2em;
    margin: 0 15px;
    border: 2px solid #dddddf;
}

.login_left form {
    margin-top: 50px;
}

.login_left form input {
    background: #f3f3f3;
    border: 0;
    border-radius: 2em;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 2em;
    line-height: 45px;
    font-size: 14px;
}

.login_left form input[type=submit] {
    background-color: #3ccdaa;
    max-width: 60%;
    margin: 2em auto;
    display: block;
    background-image: url(../images/connect.png);
    background-repeat: no-repeat;
    background-position: 3em center;
    padding: 0 2em 0 4em;
}

.border_color p {
    font-size: 16px;
    text-transform: none;
    text-align: center;
    color: #fff;
}

.border_color img {
    margin-right: 15px;
    margin-top: 0px;
    float: none;
}

.border_color a {
    color: #3ccdaa;
    text-transform: uppercase;
    font-size: 14px;
    width: 60%;
    display: block;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #3ccdaa;
    border-radius: 2em;
    line-height: 45px;
    margin-top: 10px;
}

.border_color {
    background: #053a54;
    margin: 0 15px;
    color: #fff;
    border-radius: 2em;
    padding: 2.3em 0;
    margin-top: -5em;
}

.styled-checkbox a {
    line-height: 18px;
}

span.point {
    border: 2px solid #dddddf;
    width: 65px;
    line-height: 65px;
    display: block;
    text-align: center;
    border-radius: 100%;
    margin-top: -32px;
    margin-right: 52px;
    z-index: 1;
    position: relative;
    background: #fff;
    float: right;
    outline: 3px solid #fff;
}

.login_right img {
    float: left;
}

.bottom_arrow img {
    margin: 0px auto;
    float: none;
}

.bottom_arrow {
    text-align: center;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.points h4 {
    text-transform: uppercase;
    line-height: 50px;
    margin: 10px 0;
}

.points img {
    display: block;
    margin: 0px auto;
}

.points p {
    margin: 0px 10px;
    line-height: 24px;
}

.points {
    text-align: center;
}

.get_asistent.after .login_left .bordered {
    background: none;
    color: #00324b;
    border: 2px solid #dddddf;
    padding: 50px 100px;
}

.get_asistent.after .login_left .bordered input#name {
    width: 98%;
    margin-right: 2%;
}

.get_asistent.after .login_left .bordered input#surname {
    width: 98%;
    margin-left: 2%;
}

.get_asistent.after .login_left form input[type=submit] {
    color: #fff;
    text-transform: uppercase;
}

.get_asistent.after .login_left .bordered {
    border-radius: 2em;
}

.get_asistent.after .login_left form {
    margin-top: 2em;
}

.cards {
    clear: both;
    margin-top: 3em;
}

.hidden-desktop {
    display: none;
}

.menu-icon {
    position: relative;
    padding: 0.3rem;
    display: inline-flex;
    cursor: pointer;
    color: inherit;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 1040;
}

.menu-icon-box {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
}

.menu-icon-inner {
    display: block;
    top: 50%;
    margin-top: 6px;
}

.menu-icon-inner,
.menu-icon-inner::before,
.menu-icon-inner::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.menu-icon-inner::before,
.menu-icon-inner::after {
    content: "";
    display: block;
}

.menu-icon-inner::before {
    top: -8px;
}

.menu-icon-inner::after {
    bottom: -8px;
}

.menu-active .menu {
    transform: translateX(0);
}

.menu {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00324b;
    color: white;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1030;
    transform: translateX(-100%);
    transition: transform 300ms cubic-bezier(.2, 0, .2, 1);
}

.menu-inner {
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    text-align: right;
}

.menu-inner ul li.auth a {
    font-size: 14px;
    padding: 10px 35px;
    border-top: 0;
    line-height: 20px;
    margin-bottom: 20px;
}

.menu-inner ul {
    margin: 0;
}

.menu-inner ul li {
    list-style: none;
}

.menu-inner ul li.auth a span {
    clear: both;
    display: block;
    font-weight: 600;

}

.menu-inner ul li a {
    font-size: 18px;
    border-top: 1px solid #1b4b63;
    display: block;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

ul.language {
    text-align: center;
    margin-top: 1em;
}

ul.language li {
    display: inline-block;
    margin: 0 1em;
}

ul.language li a {
    border: 0;
}

ul.language li.active {
    display: none;
}

#filter_button {
    display: none;
}

.SumoSelect.open .search-txt {
    box-shadow: none;
    border-radius: 2em;
    outline: none;
}

/*mobile*/
@media only all and (max-width: 30rem) {
    .get_asistent.after .g-grid.form {
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em
    }

    .points .g-block {
        margin-bottom: 1em;
    }

    .get_asistent.after .login_left img,
    .get_asistent.after .login_right img {
        max-width: 100%;
    }

    .get_asistent.after .login_left .bordered input#surname {
        width: 100%;
        margin-left: 0;
    }

    .get_asistent.after .login_left .bordered input#name {
        width: 100%;
        margin-right: 0;
    }

    .get_asistent.after .login_right .bordered {
        text-align: center;
        padding: 2em 1em;
    }

    .get_asistent.after .login_right .cards .g-block {
        width: 48%;
        margin: 0 1%;
        flex-basis: 48%;
    }

    .get_asistent.after .login_right {
        margin: 2em 0 0 0;
    }

    .get_asistent.after .login_left .bordered {
        text-align: center;
        padding: 2em 1em;
        margin: 0;
    }

    #filter {
        display: none;
    }

    /* .desc {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        height: calc(1.5em * 3);
        max-height: calc(1.5em * 3);
        min-height: calc(1.5em * 3);
        padding: 0;
    } */

    .desc h5 {
        text-align: center;
        font-size: 20px;
    }

    .border_color a img {
        vertical-align: middle;
    }

    .border_color {
        margin: -2em 0 0 0;
    }

    .login_left form input[type=submit] {
        max-width: 100%;
    }

    .login_left form {
        margin-top: 40px;
    }

    .login_left img,
    .login_left .title_block,
    .login_right .title_block {
        display: inline-block;
    }

    .login_left img,
    .login_right img {
        float: none;
    }

    .login_left .title_block,
    .login_right .title_block {
        margin: 0;
    }

    .login_left img,
    .login_right img {
        vertical-align: top;
        margin-right: 1em;
        max-width: 60px;
    }

    .login_left .bordered {
        margin: 0;
        padding: 1em;
        text-align: center;
    }

    .g-container .log-form {
        height: auto;
    }

    #contacts_block {
        font-size: 16px;
        position: relative;
        width: 100%;
        right: auto;
        padding: 0 1em;
        top: auto;
        border-radius: 0;
    }

    #asistent {
        padding: 0;
    }

    .aditional.desc ul li {
        width: 48%;
    }

    #item_prop .social {
        display: block;
    }

    #photo_item .gallery-thumbs {
        overflow: visible;
    }

    #item_prop {
        padding-left: 0;
        margin-top: 0;
    }

    .gallery-thumbs .swiper-slide {
        width: 100px !important;
    }

    .gallery-top {
        /*min-height: 300px;*/
    }

    #filter {
        padding-bottom: 2em;
    }

    #filter .submit button {
        width: 100%;
    }

    .g-container.category .SumoSelect {
        width: 100%;
    }

    #filter .g-block label.type_estate {
        width: 100%;
    }

    /*
        .g-container.category.auto .g-grid .g-block.size-33 .caracter .g-block:last-child {
            width: 100%;
            flex: 0 100%;
        }
    */
    .g-container.category .g-grid .g-block.size-75 .g-grid .g-block {
        width: 48%;
        margin: 0 1% 2% 1%;
        flex: 0 48%;
    }

    #filter.active {
        display: block;
    }

    #filter_button {
        display: inline-block;
        position: absolute;
        right: 0;
    }

    .g-container {
        width: 100%;
        padding: 1.7rem 1rem;
    }

    #g-header .g-block.g-main-nav {
        display: none;
    }

    #g-header .g-grid .g-block {
        display: inline-block;
        width: auto;
        flex-basis: auto;
    }

    #g-header .g-grid .g-block.phone_nr {
        display: none;
    }

    #g-header .g-block.asist {
        display: table;
    }

    #g-header .g-block.asist a {
        font-size: 8.5px;
        line-height: 22px !important;
        padding: 0 0.8rem;
        margin: 3px 0;
        display: inline-block;
    }


    #g-header .g-block.asist span.phone_nr.mob a {
        color: #fff;
    }

    #g-header .g-grid .g-block.g-main-nav,
    #g-header .g-grid .g-block.search,
    #g-header .g-grid .g-block.auth,
    #g-header .g-grid .g-block.lang {
        display: none;
    }

    .page_title h1 {
        font-size: 28px;
        font-weight: 700;
        margin: 1rem 0 1rem 0;
    }

    .page_title span {
        font-size: 16px;
        font-weight: 300;
    }

    #title {
        min-height: 170px;
    }

    .form_imobil {
        border: 1px solid #3ccdaa;
        border-radius: 2em;
        padding: 1em 1em 3em 1em;
        position: relative;
        margin: 0 0 5em 0 !important;
    }

    .form_imobil {
        border: 1px solid #3ccdaa;
        border-radius: 2em;
        padding: 1em 1em 3em 1em;
        position: relative;
        margin: 0 0 5em 0;
    }

    #estate_form h2 {
        width: 92%;
    }

    #imobil_filter {
        margin-top: 2.3em;
    }

    #estate_form .g-grid .form_imobil:last-child {
        margin-bottom: 0;
    }

    .product {
        /*margin: 0;*/
        margin-bottom: 10px;
    }
    .prod_desc .desc {
        line-height: 16px;
        min-height: 20px;
    }

    .product a img {
        width: 100%;
    }

    #home_products .g-grid .g-block {
        width: 48%;
        margin: 1%;
        flex-basis: 48%;
    }

    #home_products .g-grid.caracter .g-block {
        width: 50%;
        flex-basis: 50%;
        margin: 0;
    }

    #home_products .g-grid.caracter .g-block:nth-child(1),
    #home_products .g-grid.caracter .g-block:nth-child(2) {
        border-bottom: 1px solid #d2d2d2;
    }

    #home_products .g-grid.caracter .g-block:nth-child(2) {
        border-right: 0;
    }

    #home_products .g-grid.caracter .g-block.size-33:last-child {
        width: 100%;
        flex-basis: 100%;
    }

    h2 {
        font-size: 20px;
    }

    .asist_block .g-grid .g-block {
        width: 50%;
        flex: 0 50%;
        margin-bottom: 2em;
        padding: 1em;
    }

    #asistent .asist_block {
        padding: 3em 0 0 0;
    }

    .asist_block .img_block {
        background: none;
    }

    .asist_block .g-grid.form .g-block {
        width: 100%;
        flex: 0 100%;
    }

    .g-grid.form h3 {
        line-height: 28px;
        padding: 0 1em;
    }

    #asist_form input {
        padding: 0 2em;
        margin: 0.3em 0.5em;
        color: #000;
    }

    #asist_form button {
        margin-top: 0.3em;
    }

    #logo_footer {
        text-align: center;
    }

    .footer_menu {
        display: none;
    }

    .social {
        text-align: center;
        margin-bottom: 100px;
    }

    .social p {
        display: none;
    }

    .social .w-150 {
        display: none;
    }

    #breadcrumbs {
        display: none;
    }
}

#cabinet ul.nav li.hidden-desktop.init {
    display: none;
}

.phone a {
    color: #fff;
}

.phone_nr.mob {
    display: none;
}

.owl-carousel .owl-item img {
    background: #fff;
}

.logout {
    text-transform: none;
    color: #fff;
    background: #3ccdaa;
    line-height: 45px;
    padding: 0 2em;
    margin: 3em auto 0px auto;
    border-radius: 2em;
}

ul#mob_home_menu {
    list-style: none;
    margin: 0 0 6em 0;
    clear: both;
    text-align: center;
}

ul#mob_home_menu li {
    color: #353434;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid #3ccdaa;
    line-height: 45px;
    font-family: 'Montserrat';
    font-weight: 600;
}

ul#mob_home_menu li:first-child {
    border-radius: 2em 0 0 2em;
}

ul#mob_home_menu li:last-child {
    border-radius: 0 2em 2em 0;
}

ul#mob_home_menu li.active {
    background: #3ccdaa;
    color: #fff;
}

.g-grid {
    clear: both;
}

#mob_home_menu {
    display: none;
}

#estate_form .form_imobil.hidden {
    display: block;
    visibility: visible;
}

.g-conainer .log-form {
    height: auto;
}

@media only all and (min-width: 48rem) {

    .fancybox-show-controls .fancybox-controls {
        top: 50%;
    }

    .fancybox-show-infobar .fancybox-infobar {
        width: 90%;
    }

    .fancybox-button--left {
        float: left;
    }

    .fancybox-button--right {
        float: right;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D 'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %20viewBox%3D '0%200%2027%2044' %3E%3Cpath%20d%3D 'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' %20fill%3D '%23ffffff' %2F%3E%3C%2Fsvg%3E");
    }

    .fancybox-infobar__body {
        display: none !important;
    }

    .g-container .slick-list.draggable .slick-track img {
        height: auto;
    }

    .g-container #detail ul.thumb-nav.slick-initialized.slick-slider li.slick-slide img {
        height: auto;
    }
}


.tab.mob {
    display: none;
}

.tab.mob ul li {
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 49%;
}

.tab.mob ul li:hover a {
    color: #fff;
    background: #3ccdaa;
    ;
}

.tab.mob ul li a {
    color: #353434;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 600;
    background: #fff;
    font-size: 12px;
    line-height: 32px;
    padding: 0 1.5em;
    display: block;
    border: 2px solid #3ccdaa;
}

.tab.mob ul {
    margin: 15px auto 30px auto;
    display: block;
    text-align: center;
    max-width: 100%;
}

.tab.mob ul li:first-child a {
    border-radius: 1.5em 0 0 1.5em;
    margin-right: -2px;
}

.tab.mob ul li:last-child a {
    border-radius: 0 1.5em 1.5em 0;
    margin-left: -2px;
}

.registration-form .SumoSelect {
    margin-bottom: 10px;
}

#g-header .g-container {
    padding: 0.5rem 0;
}

@media only all and (max-width: 47.938rem) {


    #LoginForm span.point {
        display: none;
    }

    .get_asistent h1 {
        margin: 0 0 10px 0;
    }

    .get_asistent {
        padding-top: 10px;
    }

    .get_asistent .login-icons {
        border: 0;
    }

    .get_asistent .login-icons img {
        margin: 0px auto !important;
        display: block !important;
    }

    .get_asistent .login-icons {
        margin-bottom: 0;
    }

    .socialite {
        margin-bottom: 30px !important;
    }

    .socialite .g-grid .g-block {
        display: inline-block;
        width: 50%;
        flex: 50%;
    }

    .get_asistent .login-icons span {
        display: none;
    }

    .login-icons img {
        margin: 0px auto !important;
    }

    .styled-checkbox a {
        line-height: 18px;
        font-size: 13px;
        text-align: left;
    }

    .login_left form input[type=submit] {
        margin: 1em auto !important;
    }

    #cabinet #cont_current input#cod_card {
        width: 100%;
    }

    .g-grid.form h3 {
        font-size: 15px;
    }

    .g-grid.form {
        border-radius: 15px;
        padding: 20px 10px;
    }

    .login_left .title_block,
    .login_right .title_block {
        max-width: 70%;
    }

    .login_right .bordered {
        color: #343434;
        padding: 35px 15px;
        border-radius: 2em;
        margin: 0;
        border: 2px solid #dddddf;
    }

    .login_left img {
        float: left;
        margin-top: 10px;
        margin-left: 15px;
    }

    #estate_form .g-grid .g-block {
        display: none;
    }

    #estate_form .g-grid .g-block.home_filter_auto {
        display: block;
    }

    #estate_form .g-grid .g-block.home_filter_auto .g-block {
        display: block;
    }

    .tab.mob {
        display: block;
    }

    #estate_form .tab {
        width: 100%;
    }

    #estate_form {
        margin-top: 1em !important;
    }

    #auto #modelsByBrand label.label_name {
        margin: 10px 0 !important;
    }

    #estate_form label.label_name {
        line-height: 26px;
        margin-top: 0;
    }

    .home_filter_auto .g-grid .g-block {
        width: 48%;
        margin: 1%;
        flex-basis: 48%;
    }

    .home_filter_auto {
        margin-top: 0;
    }

    #estate_form {
        margin-top: 0;
        padding: 0 1rem;
    }

    #estate_form .titles .tab button {
        padding: 0 1.5em;
        font-size: 18px;
        line-height: 42px;
        padding: 0 2em;
    }

    .g-container #detail ul.thumb-nav.slick-initialized.slick-slider li.slick-slide img {
        height: auto;
    }

    #logo img {
        max-width: 130px;
    }

    #g-header .g-container {
        padding: 1rem;
    }

    #g-header .g-block.asist .phone_nr.mob a {
        font-size: 12px;
        color: #fff;
        background: none;
    }

    button.menu-icon {
        margin-top: -15px;
    }

    #g-header .g-container .g-grid {
        display: table !important;
        width: 100%;
    }

    #g-header .g-grid .g-block {
        display: table-cell;
        vertical-align: middle;
    }

    .product {
        min-height: 305px;
    }

    #estate_form .form_imobil.hidden {
        display: none;
    }

    #estate_form .form_imobil h2 {
        display: none;
    }

    #mob_home_menu {
        display: block;
    }

    #cont_current .g-block.size-50 img {
        max-width: 100px;
    }

    #cabinet #cont_current input#submit_cod {
        position: relative;
        width: 100%;
        margin-top: 5px;
    }

    #cont_current .cont_current span {
        font-size: 20px;
    }

    #cont_current .cont_current br {
        display: none;
    }

    #cont_current .cont_current img {
        max-width: 75px;
    }

    #cabinet .tab-content #cont_current .g-grid.bordered {
        margin: 1em 0;
    }

    .phone_nr.mob {
        display: block;
        margin-top: 10px;
    }
    #cabinet ul.nav li.active a {
        color: #ffffff;
        background: #3ccdaa;
    }

    #cabinet ul.nav li.hidden-desktop.init {
    display: block;
}

#cabinet ul.nav li a {
    background: #f3f3f3;
    color: #343434;
    text-align: left;
    padding: 0 2em;
}

#cabinet ul.nav li.hidden-desktop.init a {
    background: none;
    border: 2px solid #3ccdaa;
    color: #3ccdaa;
    border-radius: 2em;
}

#cabinet ul.nav-pills li a {
    line-height: 65px;
    border-radius: 0;
    border-bottom: 2px solid;
    border-color: #fff;
}

#cabinet ul.nav-pills li:last-child a {
    border-radius: 0 0 2em 2em;
}

#cabinet ul.nav {
    margin-bottom: 2em;
}

#cabinet ul.nav-pills li.init a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #3ccdaa transparent transparent transparent;
    position: absolute;
    margin-top: 27px;
    right: 33px;
}

#cabinet ul.nav-pills li {
    width: 100%;
    float: none;
    margin-bottom: 0;
    position: relative;
}

#cabinet ul.nav-pills li:not(.init) {}

#cabinet ul.nav-pills li.selected {
    cursor: pointer;
}

#cabinet ul.nav li:nth-child(2) a {
    border-radius: 2em 2em 0 0;
}
#cabinet .tab-content {
    margin-top: 15px;
}

#cabinet .g-container {
    padding: 0;
}

#cont_current .g-block.size-50 {
    padding: 0;
}

.g-container #cabinet .tab-content #cont_current .bordered {
    padding: 2em 2em !important;
    min-height: auto;
    margin-bottom: 0.5em;
}

#cont_current .bordered .g-block:first-child h5 {
    margin-top: 35px;
}

#cabinet #cont_current .cont_current {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
#cont_current .cont_current img {
    margin-right: 0;
}
    #cont_current .current_text {
        text-align: center;
    }
#cont_current .summ {
    font-size: 51px;
    text-align: center;
    margin-bottom: 1em;
}

body [class*="size-"] {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
}

.hidden-desktop {
    display: block;
}
}

/*mobile*/

/*new css page Finance, Price & etc.*/

.finantare-block {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px 25px 30px;
    background-color: rgba(60, 205, 170, 0.15);
    border: 1px solid rgba(79, 191, 165, 0.3);
    width: 100%;
    border-radius: 10px;
    gap: 10px;
    font-size: clamp(16px, 1vw, 18px);
}

.finantare-text {

    line-height: 1.5;
    font-weight: 700;
    color: rgba(17, 35, 51, 1);
    display: flex;
    flex-direction: column;
    width: auto;
}

.finantare-button {
    display: block;
    padding: 10px 20px;
    background-color: transparent;
    color: rgba(46, 188, 154, 1);
    border: 2px solid rgba(60, 205, 170, 1);
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
}

.finantare-button:hover {
    background-color: rgba(60, 205, 170, 1);
    color: #fff;
}
.right-block-inpt {
    display: flex;
    justify-content: space-between;
}
.right-block-form_input {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.phone-block {
    color: white;
    padding: 20px 20px 5px;
    border-radius: 1rem 1rem 0 0;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    text-align: center;
    transition: background-color 0.3s ease;
    align-items: center;
    flex-direction: row;
    /* width: 50%; */
    margin: 0 auto;
    justify-content: center;
    gap: 10px;
    color: rgba(17, 35, 51, 1);
    font-family: 'Montserrat';

}

.phone-block-div {
    display: flex;
    flex-direction: column;
    align-items: start;

}

.phone-block-div img {
    width: 35px;
}

.phone-block span {
    display: inline-block;
    margin-right: 5px;
}

#full_phone_link {
    color: white;
    text-decoration: none;
}
#full_phone {
    color: #343434;
}

#full_phone_link:hover {
    text-decoration: underline;
}

#hidden_phone_part,
#full_phone {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}

#show_phone_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(13, 191, 153, 1);
    text-decoration: underline;

}

/*leasing blade*/
.container-leasing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1222px;
    margin: 40px auto;
}

.left-block {
    padding: 20px;
    text-align: left;
}

.right-block {
    padding: 40px 30px 20px;
    background: #E4EEFC;
    border-radius: 15px;
    text-align: left;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #333;
}

.highlight {
    background: #3CCDAA40;
    color: #112333;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
    padding: 8px 20px 8px 20px;
}

.left-block-ul {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #112333;
    list-style-type: none;
    margin-left: 0;
}

.left-block-ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.left-block-ul li::before {
    content: '';
    background-image: url('https://seli.md/images/galka-bt-leasing.svg');
    background-size: 26px 26px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
}

.form-title {
    margin-right: 10px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;


}

.add-title {
    color: #737D8A;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: right;
}

input[type="range"] {
    width: 100%;
    margin-top: 5px;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
    /*width: 100%;*/
    padding: 15px 20px;
    margin-bottom: 15px;
    border: 1px solid #CFDEF2;
    border-radius: 5px;
}

input[type="checkbox"] {
    margin-right: 10px;
}

label {
    font-weight: normal;
}

.left-block-h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    margin: 30px 0 10px 0;
}

.left-block-p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 50px;
}

.right-block-label {
    text-align: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #112333;
    padding-bottom: 10px;
}

.right-block-label label {
    padding-bottom: 10px;
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

#rangeValue {
    padding: 15px 65px 15px 15px;
    width: 100%;
    background: #D7E4F5;
    border: 1px solid #CFDEF2;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #112333;
}

.euro-placeholder {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #737D8A;
}

.right-block-p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #112333;
}

.form-input,
.form-input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #AEAEAE;
}

.right-block-agreement {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-container {
    flex-shrink: 0;
}

.text-container {
    flex-grow: 1;
    margin-left: 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #737D8A;
}


.right-block-form-p {
    display: flex;
    justify-content: space-between;
}

.right-block-btn-input {
    padding: 10px 40px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background: #3CCDAA;
    cursor: pointer;
    box-shadow: 0px 4px 15px 0px #11233326;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.right-block-btn-input:hover {
    box-shadow: none;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    margin: 20px 0 10px 0;
    background: transparent;
    position: relative;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #1E478E;
    border-radius: 8px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid #1E478E;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-top: -6px;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 4px;
    background: #1E478E;
    border-radius: 8px;
}

input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #fff;
    /* Цвет ползунка */
    border: 4px solid #1E478E;
    border-radius: 50%;
    cursor: pointer;
}

.right-block-form-div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.right-block-form-name {
    display: flex;
    gap: 10px;
    align-items: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    /*opacity: 0;*/
    transition: opacity 0.5s ease;

}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    /*opacity: 0;*/
    transform: translate(-50%, -50%) translateY(-50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;

}

.modal-content-p {
    padding: 0 90px;
    margin: 0.5rem 0;
}

.modal-content-img {
    animation: pulse 2s infinite;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin: 0 auto;

}

@keyframes pulse {
    0% {
        transform: scale(1);
        background-color: rgba(209, 250, 223, 1);
    }

    50% {
        transform: scale(1.1);
        background-color: rgba(236, 253, 243, 1);
    }

    100% {
        transform: scale(1);
        background-color: rgba(209, 250, 223, 1);
    }
}

.modal-ok-button {
    background-color: rgba(31, 72, 143, 1);
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;

}

.modal-ok-button:hover {
    background-color: #45a049;
}
.g-block-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-around;
}
.cont_current-select {
    display: flex;
    align-items: center;
}
.dropzone_img {
    width: 40px;
}
#text-drag-drop {
    margin: 5px 0;
}
.g-block_form_auto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media (max-width: 768px) {
    .g-block.text-center.pb-10 {
        padding: 0;
        margin-top: 0;
    }
    .cont_current-select {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .line-mob {
        border: 1px solid #e1e1e16b;
        width: 100%;
        margin: 20px 0 10px 0;
    }
    .g-block-card-img {
        display: flex;
        gap: 2%;
        justify-content: center;
    }
    .g-block-card-img img {
        width: 100%;
        max-width: 48%!important;
    }
    .g-block_form_auto label {
        white-space: normal!important;
    }
    input[type="text"], input[type="tel"]{
        margin-bottom: 5px;
    }
    .dropzone_text {
        line-height: 14px!important;
        font-size: 13px;
    }
    #text-drag-drop {
        font-size: 14px;
    }
    .dropzone_img {
        width: 20px;
    }
    .size-33-space {
        flex: 0 0 100% !important;
        width: 100%;
    }
    #cabinet ul.nav {
        display: block;
    }
    .product {
        display: block;
    }

    .g-grid-space {
        gap: 0;
    }

    .login_right {
        margin-top: 10px;
    }

    .asist_text p {
        font-size: 14px;
        line-height: 22px;
    }

    .container-leasing {
        grid-template-columns: 1fr;
        margin: 0;
        gap: 0;
    }

    .left-block-p,
    .highlight,
    .left-block-ul {
        display: none;
    }

    .left-block-h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0;
    }

    .left-block {
        padding: 5px 15px;
    }

    .g-container_leasing {
        padding: 20px 0;

    }

    .right-block {
        padding: 20px;
    }

    .form-title {
        font-size: 14px;
        line-height: 20px;
        width: 120px;
    }

    .add-title {
        font-size: 14px;
        line-height: 16px;
        color: #737D8A;
    }

    hr,
    p {
        margin: 20px 0;
    }

    .modal-content {
        margin: 50% auto;
        padding: 20px;

        width: 90%;
        /* opacity: 0; */
        font-size: 16px;

    }

    .modal-content-p {
        padding: 0;
    }

    .prices .old,
    .prices .new,
    .price-imobil {
        padding-left: 20px !important;
    }

    .price-first-pay {
        padding-right: 20px !important;
    }

    .finantare-block {

        padding: 25px 20px 25px 25px;
    }
}

/*leasing blade end*/
.prices-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.price-first-pay {
    padding-right: 25px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.price-first-pay_text {
    padding: 6px 8px 6px 8px;
    border-radius: 4px;
    background: #3DCCAD;
}

.price-first-pay_img {
    padding-right: 5px;
}

.price-first-pay_percent {
    margin-top: 10px;
}

.price-first-pay_img {
    fill: rgb(255, 255, 255);
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgb(255, 255, 255));
    }

    25% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 12px rgb(255, 255, 255));
    }

    50% {
        transform: scale(1.2);
        filter: drop-shadow(0 0 16px rgb(255, 255, 255));
    }

    75% {
        transform: scale(1.3);
        filter: drop-shadow(0 0 20px rgb(255, 255, 255));
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgb(255, 255, 255));
    }
}

.price-imobil {
    padding-left: 30px;
    margin-top: 10px;
}

.prices-center {
    text-align: center;
}

.error-message {
    color: red;
    font-size: 12px;
    margin: -10px 0 10px 0;
}

.modal-visible {
    display: block;
}

.dropzone_text {
    line-height: 0.5;
}

.validation-error {
    box-shadow: 0px 0px 2px red;
}

.prod_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.prod_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.skeleton-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.skeleton-image {
    width: 100%;
    height: 200px;
    background-color: #ccc;
    border-radius: 10px;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-text {
    width: 80%;
    height: 20px;
    background-color: #ccc;
    border-radius: 5px;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% {
        background-color: #6c6c6c;
    }

    50% {
        background-color: #2c2c2c;
    }

    100% {
        background-color: #6c6c6c;
    }
}

.hidden {
    display: none;
}

.mySwiper {
    margin-top: 10px;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.g-block_form_auto label {
    white-space: nowrap;
}
/* Стили для валидации */
.req:invalid {
    border: 1px solid #f34336!important;
}
.req:valid{
    border: 1px solid green;
}
.SumoSelect
{
    border-radius: 24px;
}
.pagination {
    display: flex;
    justify-content: center;

    list-style: none;

}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item a {
    display: inline-block;
    padding: 8px 16px;
    color: #3ccdaa; /* Text color */
    text-decoration: none;
    border: 1px solid #3ccdaa; /* Border color */
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: bold;
}

.pagination .page-item a:hover {
    background-color: #3ccdaa;
    color: #00324b;
    border-color: #00324b;
}

.pagination .page-item.active a {
    background-color: #3ccdaa;
    color: #00324b;
    cursor: default;
}

.pagination .page-item.disabled a {
    color: #6c757d;
    cursor: not-allowed;
    border-color: #6c757d;
}

.pagination .page-item.disabled a:hover {
    background-color: transparent;
    color: #6c757d;
    border-color: #6c757d;
}
@media only screen and (min-width: 768px) {
    .announce-seo-text-lg {
        padding: 0 20px 10px 20px;
    }
    .pl-lg-10{
        padding-left: 10px;
    }
}
.share-links{
    padding-top: 15px;
    font-size: 16px;
}
.share-icon{
    width: 20px;
    margin-right: 10px;
}
.share-icon.link{
    width: 35px;
}
.ml-0{
    margin-left: 0!important;
}
.copy-link {
    display: inline-block;
    cursor: pointer;
}

.tooltip {
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}
.insurance span{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #00324b;
}
.insurance .g-grid.nowrap{
    flex-flow: nowrap;
}
.insurance{
    margin-top: 15px;
    padding: 15px 15px;
    border: 2px solid #00324b;
    font-size: clamp(16px, 1vw, 18px);
    border-radius: 10px;
    gap: 10px;
    text-align: center;
    background-color: #3ccdaa;
}
.insurance-item{
    padding: 10px;
    background-color: #00324b;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    margin: 2px;
}
.mb-10{
    margin-bottom: 10px;
}
a.insurance-item:hover{
    background-color: #acf2e3;
    color: #00324b;
}
@media only screen and (max-width: 600px) {
    .item_asist {
        margin-top: 15px;
    }
    .right-block-inpt
    {
        flex-direction: column;
    }
    .error-message
    {
        margin: 5px 0 10px 0;
    }
}
.add .ad-title{
    text-align: left;
    margin: 0.75rem 0 1rem 0;
}
.g-container.add{
    padding: 0 1rem;
}
.sold,.expire{
    opacity: 0.3;
}
.status-name{
    font-size: 20px;
    font-weight: bold;
    color: #00324b;
}
.image-blur-content{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 50, 75, 0.3);
    backdrop-filter: blur(3px);
    pointer-events: none;
}
.image-label{
    position: absolute;
    bottom: 20%;
    right: 5%;
    transform: rotate(-30deg);
    color: rgb(255, 0, 0);
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 15px;
    font-size: 32px;
    border: 10px solid rgb(255, 0, 0, 0.7);
    text-transform: uppercase;
}
.product .prod_desc .prod_price.bg-dark{
    background: #00324b !important;
}
