/*
Theme Name: spaceplus
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the ejump team
Author URI: https://ejump.ro/
Description: ejump team
Version: 2.23
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap);

:root {
    --primary-red: #ed1c24;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

.row-options {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    align-items: stretch;
    gap: 25px;
    padding: 0 15px;
    }

html[lang="ro-RO"] .row-options {
    grid-template-columns: repeat(5, 1fr);
}
.row-options > div {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:992px) {
    .row-options {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width:768px) {
    .row-options {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
    .row-options > div {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media screen and (min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media screen and (min-width:992px) {
    #menu-header-right-menu {
        max-height: 26px;
        overflow: hidden
    }
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media screen and (min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

*:focus {
    outline: none
}

a {
    color: #515769;
    text-decoration: none !important;
    position: relative
}

a:hover {
    color: #515769
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
    color: #515769;
    font-size: 16px
}

p {
    font-size: 16px
}

header {
    border-bottom: 1px solid #e6e6e6
}

body.menu-active header {
    border: 0
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 26px
}

ol,
ul {
    list-style: none
}

article ul {
    list-style: disc
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

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

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: 0
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.container {
    max-width: 1230px;
    width: 100%
}

.entry-content {
    padding: 0 0 50px
}

.entry-content table {
    border-collapse: collapse;
    width: 100%
}

.entry-content td,
.entry-content th {
    border: 1px solid #ddd;
    padding: 8px
}

@media screen and (min-height:700px) {
    .page-template-default .entry-content {
        min-height: 350px
    }
}

@media screen and (min-height:900px) {
    .page-template-default .entry-content {
        min-height: 500px
    }
}

.page-template-default .entry-content a {
    text-decoration: underline !important;
    color: #ed1c24
}

#opennav {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    color: #000;
    height: 40px;
    display: flex;
    align-items: center
}

#opennav:hover {
    color: #ED1C24
}

#mySidenav ul {
    padding: 0;
    flex-direction: column
}

body.nav-open {
    overflow: hidden
}

.nav-open::before {
    content: '';
    background: #515769;
    opacity: .6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999
}

.social-menu-desktop-nav h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 40px;
    color: #A6A6A6
}

.social-menu-desktop-nav a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    display: block;
    margin: 0 0 20px
}

.meniu-desktop-nav h5 {
    margin: 0 0 40px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #999
}

.meniu-desktop-nav a {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #171717;
    display: block;
    margin: 0 0 20px
}

.sidenav a:hover {
    color: #ed1c24
}

.sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.sidenav .wpml-ls ul img {
    width: auto;
    height: 40px
}

.sidenav .wpml-ls ul a {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    width: 28px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 0;
}

.phone-menu a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #171717
}

.sidenav .phone-menu,
.sidenav .wpml-ls ul {
    display: inline-block !important;
    margin: 20px 0 0 !important;
    width: 100%
}

.sidenav .wpml-ls ul li {
    display: inline-block;
    border-radius: 0 !important;
    width: 40px !important;
    margin-right: 0px;
    float: left;
    position: relative;
    height: 40px;
    text-transform: uppercase;
    border: 0 !important;
    padding: 0 !important;
}

.sidenav li.wpml-ls-current-language {
    padding: 5px !important;
    background: #FFF;
    border: 1px solid #DFE3F2;
    width: 40px !important;
    height: 40px;
    border-radius: 100% !important
}

.sidenav li.wpml-ls-current-language::before {
    content: '';
    position: absolute;
    border: 1px solid #DFE3F2;
    top: -8px;
    left: -8px;
    height: calc(100% + 18px);
    width: calc(100% + 18px);
    display: block;
    z-index: 2;
    border-radius: 100%;
    display: none;
}

.sidenav li.wpml-ls-current-language img {
    height: 40px;
    width: auto
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
}

.menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.fixedHeader {
    position: fixed;
    width: 100%;
    z-index: 999999;
    background: #fff;
    top: 0;
    left: 0
}

.header-container {
    max-width: 1360px;
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    padding: 15px 0
}

#top-menu {
    float: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

#top-menu li {
    float: none;
    padding: 0;
    display: inline-block;
    width: 100%
}

@media screen and (max-width:1150px) and (min-width:992px) {
    #top-menu li {
        padding: 5px
    }
}

#menu-header-right-menu-engleza li,
#menu-header-right-menu li a,
#top-menu li a {
    font-size: 16px;
    color: #000;
    transition: .75s all;
    text-decoration: none !important;
    position: relative
}

#top-menu li a {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
    color: #171717;
    font-family: 'Jost';
    margin: 0 0 30px
}

#menu-header-right-menu-engleza li a:hover,
#menu-header-right-menu li a:hover,
#top-menu li a:hover {
    color: #ed1c24;
    transition: .25s all
}

#menu-header-right-menu-engleza li a:hover::after,
#menu-header-right-menu li a:hover::after,
#top-menu li a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ed1c24;
    width: 100%;
    transition: width .25s
}

header li.wpml-ls-item a {
    text-transform: uppercase;
    width: 22px;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 1px
}

li.wpml-ls-item ul.sub-menu {
    float: right;
    padding-left: 0;
    display: inline-block
}

.current-menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    background-color: #ed1c24;
    width: 100%;
    transition: width .55s;
    right: 0;
    margin: 0 auto;
    display: table;
    text-align: center
}

.current-menu-item a {
    font-weight: 400;
    color: #ed1c24 !important
}

.meniu-desktop-nav,
.menu-header-menu-container {
    float: none;
    display: inline-block;
    width: 100%
}

#menu-header-right-menu-engleza,
#menu-header-right-menu {
    padding: 0;
    margin: 0;
    float: right
}

#menu-header-right-menu-engleza li,
#menu-header-right-menu li {
    float: left;
    margin-left: 10px
}

@media screen and (min-width:991px) and (max-width:1140px) {
    .menu-header-menu-container .menu li a {
        padding: 5px 10px !important
    }
}

@media screen and (max-width:991px) {
    .header-container {
        padding: 0
    }
    .btn-call {
        position: absolute;
        right: 80px;
        top: 15px
    }
    .btn-call {
        font-family: 'Jost';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        color: #515769
    }
    .topnav.responsive .phone-menu i {
        display: none
    }
    .topnav.responsive .wpml-ls {
        margin: 0 auto;
        display: table
    }
    .wpml-ls-current-language::before {
        content: '';
        border: 1px solid #ccc;
        position: absolute;
        left: -5px;
        top: -5px;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 100%
    }
    .topnav.responsive .wpml-ls li {
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        margin: 0 10px
    }
    .topnav.responsive .wpml-ls li a {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: table;
        border-radius: 50px;
        width: 40px
    }
    .topnav.responsive .wpml-ls img {
        height: 40px;
        width: auto !important
    }
    .topnav.responsive h5 {
        font-family: 'Jost';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #999;
        margin: 0
    }
    .menu-header-menu-container {
        display: none
    }
    li.responsive-menu-current-item>.responsive-menu-item-link {
        border: 0 !important;
        background: transparent !important
    }
    .current-menu-item a::after {
        background: transparent !important
    }
}

.wrapper-custom {
    width: 100%;
    margin: 0 auto;
    display: table
}

.responsive-menu {
    display: none
}

.custom-logo-link img {
    width: 100%;
    height: auto;
}

.custom-logo-link {
    display: table;
    max-width: 197px;
}

@media screen and (max-width:991px) {
    .custom-logo-link {
        padding: 20px 0;
        display: inline-block
    }
    .mobile-trigger {
        display: inline-block;
        cursor: pointer
    }
    .icon-trigger {
        top: 15px;
        float: right;
        position: relative;
        z-index: 99;
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 5px;
        background-color: #000;
        margin: 6px 0;
        transition: 0.4s;
        display: block
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
        background-color: #000
    }
    .change .bar2 {
        opacity: 0
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
        background-color: #000
    }
    .responsive-menu {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0
    }
    .responsive-menu .topnav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        display: none;
        z-index: 10
    }
    .responsive-menu .topnav.responsive {
        display: block;
        padding: 50px 0
    }
    #myTopnav .menu-header-menu-container {
        display: inline-block;
        width: 100%;
        margin: 30px 0
    }
    #myTopnav ul {
        padding: 0;
        margin: 0;
        float: none;
        width: 100%;
        flex-direction: column
    }
    #myTopnav li {
        float: none;
        text-align: center;
        line-height: 40px
    }
    #myTopnav li a {
        padding: 0;
        font-family: 'Jost';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 35px;
        color: #171717;
        margin: 0
    }
    #myTopnav .custom-logo-link {
        display: table;
        margin: 60px auto 30px
    }
    ul#menu-header-right-menu-engleza-1,
    ul#menu-header-right-menu-1 {
        margin-top: 30px
    }
    ul#menu-header-right-menu-engleza-1 li,
    ul#menu-header-right-menu-1 li {
        line-height: 30px
    }
    ul#menu-header-right-menu-engleza-1 li a,
    ul#menu-header-right-menu-1 li a {
        font-size: 16px
    }
    #myTopnav li.wpml-ls-item ul.sub-menu {
        width: auto;
        display: inline-block
    }
    body.menu-active {
        overflow: hidden
    }
}

.breadcrumb-section {
    display: inline-block;
    width: 100%;
    padding: 20px 0
}

.breadcrumb-section {
    margin-top: 70px;
}
.breadcrumb-section p#breadcrumbs {
    margin: 0;
    font-weight: 400;
    color: #2e293a;
}
.breadcrumb-section p#breadcrumbs a {
    color: #2e293a;
}
p#breadcrumbs .breadcrumb_last,
.breadcrumb-section p#breadcrumbs {
    color: var(--primary-red);
}
#menu-item-wpml-ls-4-en.menu-item-wpml-ls-4-en a[title="English"]::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ed1c24;
    width: 100%;
    transition: width .25s
}

#menu-item-wpml-ls-4-en.menu-item-wpml-ls-4-en a[title="English"] {
    font-weight: 400;
    color: #ed1c24 !important
}

#menu-item-wpml-ls-4-ro.menu-item-wpml-ls-4-ro.wpml-ls-current-language>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ed1c24;
    width: 100%;
    transition: width .25s
}

#menu-item-wpml-ls-4-ro.menu-item-wpml-ls-4-ro.wpml-ls-current-language>a {
    font-weight: 400;
    color: #ed1c24 !important
}

.site-footer,
.site-content {
    width: 100%
}

.site-footer .wrapper-custom {
    background: #000
}

.site-footer .container aside {
    display: inline-block;
    width: 100%;
    padding: 80px 0 100px
}

.icon.icon-search,
.icon-mail-reply {
    width: 10px;
    height: 10px
}

.site-footer .widget-title {
    color: #98a2b2;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    margin: 0 0 20px
}

.site-footer .widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #ed1c24;
    width: 30px;
    height: 2px
}

.site-footer a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    display: inline-block
}

.site-footer a:hover {
    color: #ed1c24;
    transition: .25s all
}

.site-footer ul {
    padding: 0;
    display: block
}

.site-footer ul li {
    margin: 0 0 10px
}

.copyright-footer {
    text-align: center;
    color: #98a2b2;
    font-size: 15px;
    line-height: 1.2;
    display: block;
    padding-bottom: 45px
}

#text-4 strong,
#text-3 strong {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 26px
}

#text-4 a:not(:first-child),
#text-3 a:not(:first-child) {
    margin-top: 10px;
    display: inline-block
}

#text-4 i,
#text-3 i {
    width: 18px
}

@media screen and (min-width:992px) {
    .site-footer ul {
        padding: 0;
        column-count: 2;
        column-gap: 0em
    }
}

@media screen and (max-width:991px) {
    .site-footer .widget-title {
        margin-top: 30px
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

.section-hero {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 800px;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    justify-content: center;
    align-items: center;
    position: relative
}

.section-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

@media screen and (max-width:991px) {
    .section-hero {
        background-attachment: inherit !important
    }
}

.section-hero .container {
    position: relative;
    z-index: 11
}

.section-hero .container .pause-class {
    display: none
}

.section-hero.video-play .container .pause-class {
    display: block
}

.section-hero.video-play .container .play-class {
    display: none
}

.section-hero.video-play,
.section-hero.video-pause {
    background-color: #0b1526 !important;
    background-image: none !important
}

.section-hero #video-placeholder {
    opacity: 0;
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    top: 0;
    transition: all 0.5s
}

.section-hero.video-play #video-placeholder {
    opacity: 1
}

.section-hero.video-pause #video-placeholder {
    opacity: .1
}

.section-hero.video-play .container div,
.section-hero.video-play .container span,
.section-hero.video-play .container h1 {
    opacity: 0
}

.section-hero h1 {
    text-align: center;
    font-size: 48px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 31px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .section-hero h1 {
        font-size: 35px;
        line-height: 40px
    }
}

.text-hero {
    text-align: center;
    margin-bottom: 35px
}

.text-hero p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.button-play-hero {
    border: 0;
    padding: 0;
    margin: 0 auto;
    display: table;
    background: transparent
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -140px
}

@media screen and (max-width:767px) {
    .scroll-btn {
        bottom: -100px
    }
}

.scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
    color: #fff
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
    opacity: .8;
    filter: alpha(opacity=80)
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite
}

.text-section-2-home {
    font-size: 48px;
    line-height: 54px;
    color: #2e293a;
    font-weight: 300
}

.text-section-2-home span {
    color: #ed1c24
}

.section-services__info {
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;    
}

.red-button {
    border-radius: 30px;
    padding: 10px 20px;
    background: #ed1c24;
    color: #fff;
    border: 2px solid #ed1c24;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: 218px;
    text-align: center;
    font-weight: 500
}

.red-button:hover {
    text-decoration: none;
    background: transparent;
    color: #ed1c24;
    transition: .25s all
}

.white-button {
    border-radius: 30px;
    padding: 10px 20px;
    background: #fff;
    color: #ed1c24;
    border: 2px solid #ed1c24;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: 218px;
    text-align: center;
    font-weight: 500
}

.white-button:hover {
    text-decoration: none;
    background: #ed1c24;
    color: #fff;
    transition: .25s all
}

.width-button {
    color: #ed1c24;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-left: 30px;
    padding: 10px 0 5px;
    font-weight: 400
}

.width-button::after {
    content: '';
    height: 2px;
    width: 20px;
    background: #ed1c24;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.width-button:hover {
    color: #ed1c24;
    transition: .25s all
}

.width-button:hover::after {
    width: 100%;
    transition: .25s all
}

.section-2-homepage {
    display: inline-block;
    width: 100%;
    padding: 150px 0 100px
}

.text-section-2 h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 50px
}

.text-section-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.text-section-2 p {
    color: #2e293a;
    font-size: 16px;
    line-height: 24px
}

.row-options {
    margin-top: 50px;
    display: inline-block;
    width: 100%
}

.image-option-services {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ebedf2;
    margin-bottom: 15px;
    border-radius: 30px
}

@media screen and (max-width:340px) {
    .image-option-services {
        min-height: 130px
    }
    .section-services__info {
        min-height: 190px
    }
}

.section-services__info:hover .image-option-services {
    background: #ebedf2;
    transition: .5s all
}

.image-option-services img {
    max-width: 72px
}

.title-option-services {
    color: #000;
    font-size: 18px;
    line-height: 22px
}
.description-option-services {
    background: #c00000;
    color: #fff;
    padding: 15px;
    margin-top: 15px;
    border-radius: 25px;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: break-spaces;
}

#slider-home img {
    width: 100%;
    max-width: 100%;
    transition: 1.5s all
}

#slider-home .slick-slide>div {
    overflow: hidden
}

#slider-home img:hover {
    transition: 1.5s all;
    transform: scale(1.05)
}

.section-3-homepage {
    display: block;
    width: 100%
}

.wrapper-section-3-homepage {
    overflow: hidden;
    display: inline-block;
    width: 100%
}

.section-4-homepage {
    display: block;
    width: 100%;
    padding: 100px 0 165px
}

.section-5-homepage {
    display: inline-block;
    width: 100%;
    padding: 30px 0 100px;
    background: #ed1c24;
    color: #fff;
    text-align: center
}

.title-section-5-home {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    max-width: 600px;
    margin: 0 auto 30px;
    display: table;
    text-align: center
}

.description-section-5-home {
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    margin: 0 auto;
    display: table;
    text-align: center
}

.description-section-5-home p {
    margin-bottom: 12px
}

.section-5-homepage .white-button {
    margin-top: 30px
}

.section-5-homepage .white-button:hover {
    border-color: #fff
}

.logo-section-5-home {
    margin: -100px 0 50px
}

.section-6-homepage {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    overflow: hidden
}
.ninja-forms-field[type="submit"] ,
.ninja-forms-field[type="button"] {
    border-radius: 20px;
    padding: 10px 20px !important;
    width: 218px !important;
    text-align: center;
    display: inline-block
}

.nf-before-form-content {
    display: none
}

.nf-error .nf-error-msg {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px
}

.section-6-homepage h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    margin-top: 0
}

.info-section-6>div {
    margin-bottom: 15px
}

.info-section-6 div span:last-child {
    line-height: 30px
}

.logo-dunwell {
    margin-top: 50px;
    display: inline-block
}

.custom-red-circle {
    background: #ed1c24;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    border-radius: 100%
}

.title-section-6 {
    font-size: 48px;
    line-height: 54px;
    color: #2e293a;
    font-weight: 300;
    margin-bottom: 50px
}

.section-6-homepage .nf-field-label,
.custom-form-design .nf-field-label {
    display: none;
    position: absolute;
    top: -15px;
    margin-bottom: 0 !important
}

.section-6-homepage .nf-field-label label,
.custom-form-design .nf-field-label label {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px !important
}

.section-6-homepage .show ::placeholder,
.custom-form-design .show ::placeholder {
    color: transparent
}

.section-6-homepage ::placeholder,
.custom-form-design ::placeholder {
    text-transform: uppercase;
	font-size: 16px;
}

.section-6-homepage .nf-field-element input[type='email'],
.section-6-homepage .nf-field-element input[type='tel'],
.section-6-homepage .nf-field-element textarea,
.section-6-homepage .nf-field-element input[type='text'],

.custom-form-design .nf-field-element input[type='email'],
.custom-form-design .nf-field-element input[type='tel'],
.custom-form-design .nf-field-element textarea,
.custom-form-design .nf-field-element input[type='text'] {
    padding: 5px 0px !important;
    height: 40px !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    background: transparent !important
}

.section-6-homepage .nf-field-element textarea,
.custom-form-design .nf-field-element textarea {
    height: 50px !important;
}

.custom-form-design .nf-field-element textarea::placeholder {
	font-size: 18px;
}

.modal-price .nf-field-label {
    display: none;
    position: absolute;
    top: -15px;
    margin-bottom: 0 !important
}

.modal-price .nf-field-label label {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px !important
}

.modal-price .show ::placeholder {
    color: transparent
}

.modal-price ::placeholder {
    text-transform: uppercase
}

.modal-price .nf-field-element input[type='email'],
.modal-price .nf-field-element input[type='tel'],
.modal-price .nf-field-element textarea,
.modal-price .nf-field-element input[type='text'] {
    padding: 5px 0px !important;
    height: 40px !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    background: transparent !important;
    margin: 0 0 15px
}

.modal-price .nf-field-element textarea {
    height: 110px !important
}

.modal-price .nf-field-container.hidden-container {
    margin: 0 !important
}

.modal-price .checkbox-wrap {
    margin: 10px 0 !important;
    display: inline-block !important;
    width: 100% !important
}

.modal-price .nf-error-msg {
    position: absolute;
    margin: 0;
    top: -20px
}

.modal-price .submit-container {
    margin: 0 !important;
    margin-top: -30px !important
}

.modal-price .nf-field-container {
    margin: 0
}

.directions-map .selection-apps {
    text-align: center;
    display: none;
    position: absolute;
    top: -5px;
    right: -179px;
    background: #000;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .2)
}

.trigger-map .show div {
    line-height: 1.2
}

.directions-map .selection-apps a {
    display: block;
    color: #fff
}

.directions-map .selection-apps a:hover {
    color: #ed1c24;
    transition: .25s all
}

div.nf-multi-cell .nf-cell,
div.nf-form-content {
    padding: 0
}

@media screen and (max-width:767px) {
    div.nf-form-content div.nf-field-container #nf-field-11-wrap div.nf-field-element input.ninja-forms-field,
    .section-5-homepage a,
    .section-4-homepage a,
    .section-2-homepage a {
        max-width: 100%;
        width: 100% !important;
        text-align: center;
        margin: 0
    }
    .section-2-homepage a:after {
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .section-6-homepage h3 {
        margin-top: 30px
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

.gallery-section-show {
    display: inline-block;
    width: 100%;
    padding: 50px 1px
}

.wrapper-image-gallery {
    overflow: hidden;
    margin-bottom: 75px;
    display: inline-block;
    width: 100%
}

.wrapper-image-gallery img {
    transition: 2s all;
    width: 100%;
    max-width: 100%
}

.wrapper-image-gallery img:hover {
    transition: 2s all;
    transform: scale(1.1) rotate(0deg)
}

@media screen and (max-width:991px) {
    .wrapper-image-gallery {
        margin-bottom: 30px
    }
}

.section-1-about {
    display: block;
    width: 100%;
    padding: 35px 0 115px;
    overflow: hidden
}

.section-custom {
    display: flex;
    width: 100%;
    align-items: center
}

.left-custom {
    flex: 1 1 50%;
    display: flex;
    justify-content: flex-end
}

.left-in-custom {
    width: calc(1230px/2);
    max-width: 100%;
    align-items: center
}

.right-custom {
    flex: 1 1 50%;
    display: flex;
    justify-content: flex-start
}

.right-in-custom {
    display: inline-block;
    width: 100%
}

.title-s1-about {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 50px
}

.title-s1-about span {
    color: #ed1c24
}

.description-s1-about {
    display: inline-block;
    width: 100%;
    max-width: 520px;
    margin-bottom: 60px
}

@media screen and (max-width:991px) and (min-width:641px) {
    .left-in-custom {
        width: calc(800px/2)
    }
}

@media screen and (max-width:640px) {
    .left-in-custom {
        width: 100%
    }
    .left-custom {
        flex: 1 1 1000%
    }
    .right-custom {
        flex: 1 1 1000%;
        margin-top: 50px
    }
    .section-custom {
        flex-direction: column
    }
}

.section-3-about {
    display: inline-block;
    width: 100%;
    padding: 180px 0;
    overflow: hidden
}

.option-section-about strong {
    color: #6c7480;
    font-size: 15px;
    font-weight: 300
}

.option-section-about {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px
}

.option-section-about div {
    margin: 10px 0
}

.option-section-about,
.image-red span {
    color: #ed1c24;
    font-size: 16px;
    line-height: 26px
}

.image-red img {
    max-width: 30px
}

.section-2-about {
    display: inline-block;
    width: 100%;
    padding: 90px 0 67px;
    background: #ed1c24;
    color: #fff
}

.row-steps-wrapper::after {
    content: '';
    display: inline-block;
    border-bottom: 1px dashed #fff;
    width: calc(100% - 30px);
    top: 133px;
    position: absolute;
    left: 15px;
    z-index: 0
}

.row-steps-wrapper {
    position: relative;
    padding: 0;
    display: inline-block;
    width: 100%
}

.title-section-2-about {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 30px;
    text-align: center
}

.image-step img {
    max-width: 72px
}

.section-step {
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    background: transparent;
    transition: .5s all;
    padding: 30px;
    position: relative;
    z-index: 1
}

.section-step:hover {
    border-color: #fff;
    background: rgba(0, 0, 0, .2);
    transition: .5s all
}

.step-action {
    display: table;
    margin: 15px auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    cursor: pointer
}

.title-step {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2
}

.text-step {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    min-height: 44px
}

.tooltip-step {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    color: #000;
    position: absolute;
    left: -110px;
    top: -150px;
    width: 500px;
    display: none;
    text-align: left;
    line-height: 1.2
}

.tooltip-step p {
    margin: 0
}

#triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fff;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px
}

@media screen and (max-width:991px) {
    .section-1-about {
        padding: 30px 0 50px
    }
    .section-3-about {
        padding: 50px 0 50px
    }
    .row-steps-wrapper::after {
        display: none
    }
}

@media screen and (max-width:767px) {
    .tooltip-step {
        max-width: calc(100vw - 30px);
        left: 0;
        line-height: 1.2
    }
}

.section-1-reserve {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    overflow: hidden
}

.section-2-reserve {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
    background: #f2f5fa
}

.section-2-reserve h2 {
    margin: 0 0 30px
}

.section-1-reserve a.white-button {
    width: auto
}

.section-1-reserve a.white-button:focus {
    color: #ed1c24
}

.section-1-reserve a.white-button:focus:hover {
    color: #fff
}

.page-template-default .entry-content a {
    overflow-wrap: break-word
}

@media screen and (max-width:991px) {
    .wrapper-table {
        display: inline-block;
        width: 100%;
        overflow-x: scroll
    }
}

footer .menu-item-219 a::after,
footer .menu-item-220 a::after {
    display: none
}

footer .menu-item-219.current-menu-item a,
footer .menu-item-220.current-menu-item a {
    color: #fff !important
}

.modal-price {
    display: none;
    position: fixed;
    z-index: 999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    max-width: 590px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 15%;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 15%;
        opacity: 1
    }
}

.close-modal {
    color: #000;
    float: right;
    font-size: 35px;
    font-weight: 300;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    z-index: 11;
    margin-top: 10px
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-body {
    padding: 30px
}

.plan-section {
    display: inline-block;
    width: 100%;
    position: relative
}

.plan-section .row .box-plan {
    float: left;
    width: 10%
}

.plan-section.popesti .row .box-plan {
    float: left;
    width: 20%
}

.plan-section.popesti-c-2 .row .box-plan {
	width: 25%
}

.box-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    min-height: 150px;
    width: 100%;
    position: relative;
    cursor: pointer
}

.plan-section.popesti .box-plan {
    border-bottom: 1px solid #000 !important;
}

.box-plan.free-box {
    background: #fff
}

.box-plan.rented-box {
    background: #ffe5e6;
    color: #ed1c24;
    cursor: not-allowed;
    pointer-events: none
}

.box-plan.rented-box div {
    cursor: not-allowed;
    position: relative;
    width: 100%
}

.box-plan.inprocess-box {
    background: #eff1f5;
    color: #cbcdd2;
    cursor: not-allowed
}

.plan-section:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -2px;
    left: -2px;
    background: #000;
    display: block;
    z-index: 1;
}

.plan-section:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: -2px;
    right: -2px;
    background: #000;
    display: block;
    z-index: 1;
}

.box-plan::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: -3px;
    left: -3px;
    background: #1c703a;
    display: block;
    z-index: 1;
}

.box-plan::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    background: #000;
    display: block;
    z-index: 1;
}

.popesti .box-plan::after {
    content: '' !important;
    width: 5px !important;
    height: 5px !important;
    position: absolute !important;
    bottom: -3px !important;
    right: -3px !important;
    background: #000 !important;
    display: block !important;
    z-index: 1 !important
}



.box-plan .box-name>span {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
}

.plan-section .row .box-plan:not(:last-child) {
    border-left: 0
}

.plan-section .row:first-child .box-plan {
    border-bottom: 0
}

.plan-section .row .box-plan:first-child {
    border-left: 1px solid #000
}

.plan-section .row .box-plan:last-child {
    border-left: 0
}

.plan-section .row:first-child .box-plan:after {
    display: none
}

.row-big-box .box-plan {
    min-height: 200px
}

.check-price {
    background: #ed1c24;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #ed1c24;
    border-radius: 15px;
    box-shadow: none
}

.check-price:hover {
    transiton: .5s all;
    color: #ed1c24;
    background: transparent
}

.check-price-section select,
.check-price-section input {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 15px;
    border-color: #ccc;
    box-shadow: none;
    border: 1px solid #ccc
}

.select-class {
    position: relative
}

.select-class select {
    background: transparent;
    -webkit-appearance: none;
    z-index: 1;
    position: relative
}

.select-class::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
    background: url('assets/images/calendar.png') center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    z-index: 1
}

.check-price-section {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    max-width: 1100px;
    margin: 0 auto;
    display: table
}

.status-single-box input {
    border: 0;
    padding: 0;
    background: #F2F5FA;
    display: inline-block;
    margin: 0 0 0 -5px;
    text-align: start
}

.box-list-checkbox {
    display: inline-block;
    width: 100%;
    padding: 10px 0
}

.single-box-list {
    display: flex;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    position: relative
}

.header-list {
    font-weight: 500;
    font-size: 14px;
    color: #17131f
}

.single-box-list.selected-box {
    background: #000;
    color: #fff
}

.header-list .col-md-3 span,
.single-box-list .col-md-3 span {
    background: #F2F5FA;
    padding: 0 15px;
    display: inline-block;
    width: 120px;
    line-height: 1.4
}

.single-box-list.selected-box .col-md-3 span {
    background: #000;
    padding: 0 15px;
    display: inline-block;
    width: 70px
}

.single-box-list.selected-box input,
.single-box-list.selected-box a {
    color: #fff;
    background: transparent
}

.box-name-list .col-xs-1 {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.box-name-list .col-xs-1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0;
    left: 10px;
    z-index: 1
}

.box-name-list .col-xs-1 .checkmark {
    position: absolute;
    top: 0;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ccc
}

.box-name-list .col-xs-1 input:checked~.checkmark {
    background-color: #ed1c24;
    border-color: transparent
}

.box-name-list .col-xs-1 .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.box-name-list .col-xs-1 input:checked~.checkmark:after {
    display: block
}

.box-name-list .col-xs-1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.single-box-list.rented-box {
    background: transparent;
    color: #ed1c24
}

.single-box-list.rented-box {
    cursor: not-allowed
}

.single-box-list.rented-box input {
    cursor: not-allowed;
    pointer-events: none
}

.single-box-list.rented-box input,
.single-box-list.rented-box a {
    color: #ed1c24;
    background: transparent
}

.single-box-list.unavailable-box {
    background: transparent;
    color: #b0b1b8
}

.single-box-list.unavailable-box input,
.single-box-list.unavailable-box a {
    color: #b0b1b8;
    background: transparent
}

.single-box-list.unavailable-box {
    cursor: not-allowed
}

.single-box-list.unavailable-box input {
    pointer-events: none
}

.pdf-single-box {
    position: relative
}

.pdf-single-box:before {
    content: '';
    background: url('assets/images/pdf.png') center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    margin-top: 3px;
	float: left;
}

.surface-label {
    font-size: 14px
}

.surface-label span {
    font-size: 15px
}

input.surface {
    max-width: calc(100% - 35px)
}

input.units {
    max-width: calc(100% - 45px)
}

.surface-unit-symbol,
.units-symbol {
    line-height: 45px;
    float: right
}

.rented-box .pdf-single-box:before {
    filter: invert(17%) sepia(63%) saturate(5425%) hue-rotate(349deg) brightness(95%) contrast(96%)
}

.selected-box .pdf-single-box:before {
    filter: brightness(0) invert(1)
}

.unavailable-box .pdf-single-box:before {
    filter: invert(75%) sepia(12%) saturate(90%) hue-rotate(195deg) brightness(96%) contrast(82%)
}

@media screen and (max-width:991px) {
    .select-class,
    .check-price-section input {
        margin-bottom: 15px
    }
}

.box-list-checkbox .row {
    margin: 0;
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

@media screen and (max-width:1200px) {
    .box-list-checkbox,
    .plan-section {
        overflow-x: scroll;
        position: relative
    }
    .box-list-checkbox .row {
        width: 900px;
        margin: 0
    }
    .plan-section .row {
        width: 1200px;
        margin: 0
    }
    .section-2-reserve {
        overflow: hidden
    }
    .container-plan-section {
        overflow-x: scroll
    }
}

@media screen and (max-width:767px) {
    .box-list-checkbox .row {
        width: 650px
    }
}

.section-4-reserve {
    color: #fff;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
    background: #ed1c24
}

.section-4-reserve .select-class {
    background: #fff;
    border-radius: 20px;
    overflow: hidden
}

.section-4-reserve button.check-price {
    background: #fff;
    color: #ed1c24
}

.section-4-reserve .check-price-section {
    padding: 20px 0
}

.section-4-reserve p {
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.35
}

.section-4-reserve h3 {
    font-size: 36px;
    line-height: 46px
}

@media screen and (min-width:992px) {
    .nf-row .nf-cell[style="width: 50%;"]:first-child {
        width: 45% !important;
        margin-right: 5% !important
    }
}

.ninja-forms-form-wrap .checkbox-wrap label {
    line-height: 20px !important;
    font-size: 16px !important
}

.ninja-forms-form-wrap .checkbox-wrap a {
    color: #ed1c24 !important
}

.modal-body h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    text-align: center
}

.total-reserve {
    font-weight: 500;
    font-size: 30px;
    color: #000;
    padding: 15px 30px
}

.disclaimer-total {
    padding: 15px 30px;
    line-height: 1.2
}

.disclaimer-total p {
    margin: 0
}

.details-total div div,
.total-reserve div {
    float: right
}

.details-total {
    font-weight: 300;
    display: inline-block;
    width: 100%
}

.details-total strong {
    padding: 0 0 10px;
    display: block;
    font-weight: 500
}

.details-total {
    background: #f2f5fa;
    padding: 15px 30px;
    color: #000;
    font-size: 18px;
    border-radius: 15px
}

@media screen and (max-width:375px) {
    .total-reserve {
        padding: 15px;
        font-size: 26px
    }
    .details-total,
    .disclaimer-total {
        padding: 15px
    }
    .modal-body {
        padding: 30px 15px
    }
}

.nf-pass.field-wrap .nf-field-element:after {
    background: transparent !important;
    color: #37bb7f !important;
    content: '\f00c' !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 40px !important;
    height: 40px !important
}

.nf-error.field-wrap .nf-field-element:after {
    content: '\f071' !important;
    color: #ee2931 !important;
    font-size: 16px !important;
    background: transparent !important;
    line-height: 40px !important;
    height: 40px !important
}

.checkbox-wrap .nf-field-element label:before,
.checkbox-wrap .nf-field-label label:before,
.listcheckbox-wrap .nf-field-element label:before,
.listcheckbox-wrap .nf-field-label label:before {
    font-size: 14px !important;
    left: -25px !important;
    line-height: 18px !important;
    height: 18px !important;
    color: #ee2931 !important
}

.submit-container {
    margin: 20px 0 15px !important
}

#nf-field-10-container {
    margin-bottom: 20px !important
}

.show-on-mobile {
    display: none;
    position: relative
}

.show-on-desktop {
    display: block
}

.hand-gif {
    max-width: 50px;
    filter: brightness(0%);
    position: absolute
}

@media screen and (max-width:991px) {
    .show-on-mobile {
        display: block
    }
    .show-on-desktop {
        display: none
    }
    .text-s4-hp p {
        width: 100%
    }
    .box-list-checkbox .col-md-3 {
        position: sticky;
        left: -20px;
        top: 0;
        z-index: 1
    }
    .box-list-checkbox .col-md-2 {
        position: relative;
        z-index: 0;
        line-height: 1.4
    }
}

.wrapper-plan-section {
    padding: 10px;
    border: 1px solid #ced2d9;
    background: #ebeef2;
    display: inline-block;
    width: 100%;
    margin: 30px 0 25px;
    position: relative
}

.wrapper-plan-section::after {
    content: '';
    width: 50px;
    height: calc(100% - 200px);
    position: absolute;
    right: -50px;
    top: 100px;
    background: #ebeef2;
    border: 1px solid #ced2d9
}

.rented-box .available-text,
.free-box .rented-text {
    display: none
}

@media screen and (min-width:992px) {
    .header-list .col-md-1,
    .box-list-checkbox .single-box-list .col-md-1 {
        width: 3% !important
    }
    .header-list .col-md-3,
    .box-list-checkbox .single-box-list .col-md-3 {
        width: 21% !important
    }
    .header-list .col-md-2:nth-child(4n+3),
    .box-list-checkbox .single-box-list .col-md-2:nth-child(4n+3) {
        width: 25% !important
    }
    .header-list .col-md-2:nth-child(4n+2),
    .box-list-checkbox .single-box-list .col-md-2:nth-child(4n+2) {
        width: 10% !important
    }
    .header-list .col-md-2:nth-child(4n+1),
    .box-list-checkbox .single-box-list .col-md-2:nth-child(4n+1) {
        width: 21% !important
    }
    .header-list .col-md-2:nth-child(4n+4),
    .box-list-checkbox .single-box-list .col-md-2:nth-child(4n+4) {
        width: 20% !important
    }
}

#wt-cli-policy-link {
    text-decoration: underline !important
}

#wt-cli-privacy-save-btn {
    background: #ed1c24 !important
}

#wt-cli-accept-all-btn {
    border-radius: 4px !important;
    display: inline !important
}

@media screen and (max-width:767px) {
    html[lang="ro-RO"] .ninja-forms-form-wrap .checkbox-wrap label {
        font-size: 13px !important
    }
}

html[lang="en-US"] .cli-wrapper {
    max-width: 1300px;
    margin: 0 auto
}

html[lang="en-US"] #wt-cli-cookie-banner {
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center
}

html[lang="en-US"] #wt-cli-cookie-banner p {
    max-width: 800px;
    font-size: 12px;
    line-height: 1.1
}

html[lang="en-US"] #wt-cli-accept-btn {
    float: right;
    border-radius: 4px !important;
    line-height: 15px
}

#wt-cli-accept-btn {
    display: inline !important
}

html[lang="en-US"] #wt-cli-settings-btn {
    float: right
}

html[lang="en-US"] #wt-cli-policy-link {
    color: transparent !important;
    display: inline-block;
    position: relative
}

html[lang="en-US"] .menu-item-wpml-ls-4-en a[title="English"] {
    color: #ed1c24 !important
}

html[lang="ro-RO"] .menu-item-wpml-ls-4-ro a[href="https://spaceplus.ro/"] {
    color: #ed1c24 !important
}

html[lang="en-US"] #wt-cli-policy-link:before {
    content: 'privacy policy';
    color: #fff;
    opacity: 1;
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0
}

.description-s1-about a {
    margin: 0
}

@media screen and (max-width:991px) {
    html[lang="en-US"] #wt-cli-cookie-banner {
        display: inline-block
    }
    html[lang="en-US"] #wt-cli-settings-btn {
        margin-top: 5px
    }
    #wt-cli-accept-all-btn {
        margin: 0 !important;
        display: inline-block !important;
        width: 140px !important;
        padding: 8px 0 !important;
        text-align: center !important
    }
    html[lang="en-US"] #wt-cli-accept-btn {
        float: right;
        border-radius: 4px !important;
        line-height: 15px;
        margin-left: 5px !important;
        margin-right: 35px !important
    }
    #cookie-law-info-bar {
        padding: 15px !important
    }
    .cli-bar-container {
        padding: 0 !important
    }
    .header-list .col-md-3 span,
    .single-box-list .col-md-3 span {
        max-width: 75px
    }
}

html[lang="ro-RO"] .rented-box .box-name::before {
    background: url('assets/images/badge-inchiriat.svg') no-repeat center center;
    background-size: contain;
    content: '';
    display: block;
    width: 103px;
    height: 36px;
    position: absolute;
    transform: rotate(-15deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}

html[lang="en-US"] .rented-box .box-name::before {
    background: url('assets/images/badge-leased.svg') no-repeat center center;
    background-size: contain;
    content: '';
    display: block;
    width: 103px;
    height: 36px;
    position: absolute;
    transform: rotate(-15deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}

.check-price.disabled {
    cursor: not-allowed;
    position: relative
}

html[lang="ro-RO"] .check-price.disabled:hover:before {
    position: absolute;
    content: 'Selectați unitățile disponibile și perioada.';
    top: -30px;
    right: 0;
    background: #ed1c24;
    padding: 5px;
    color: #fff;
    line-height: 1.4;
    font-size: 12px
}

html[lang="en-US"] .check-price.disabled:hover:before {
    position: absolute;
    content: 'Please select available unit (s) and period.';
    top: -30px;
    right: 0;
    background: #ed1c24;
    padding: 5px;
    color: #fff;
    line-height: 1.4;
    font-size: 12px
}

@keyframes pulse {
    0% {
        transform: scale(.95)
    }
    70% {
        transform: scale(1)
    }
    100% {
        transform: scale(.95)
    }
}

.plan-section .row .box-plan:not(.selected-box) .box-name {
    transform: scale(1);
    animation: pulse 2s infinite
}

.plan-section .row .box-plan:not(.selected-box):hover .box-name {
    animation: none !important
}

#nf-field-43-container {
    display: none
}

#nf-field-58-container {
    display: none
}

.plan-section .box-plan:hover {
    animation: none
}
/**

.row-small-box .box-plan:nth-child(3),
.row-small-box .box-plan:nth-child(2),
.row-small-box .box-plan:nth-child(1) {
    background: #d4ffce !important
}


.row-small-box .box-plan:nth-child(6) .box-name::before,
.row-small-box .box-plan:nth-child(5) .box-name::before,
.row-small-box .box-plan:nth-child(4) .box-name::before {
    content: 'FAZA 2';
    position: absolute;
    top: -30PX;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: table;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    opacity: .5
}
**/

/*
.row-small-box .box-plan:nth-child(3) .box-name::before,
.row-small-box .box-plan:nth-child(2) .box-name::before,
.row-small-box .box-plan:nth-child(1) .box-name::before {
    content: 'FAZA 2';
    position: absolute;
    top: -30PX;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: table;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    opacity: .5;
    animation: none
}

.row-big-box .box-plan:nth-child(7),
.row-big-box .box-plan:nth-child(6),
.row-big-box .box-plan:nth-child(5),
.row-big-box .box-plan:nth-child(4),
.row-big-box .box-plan:nth-child(3),
.row-big-box .box-plan:nth-child(2),
.row-big-box .box-plan:nth-child(1) {
    background: #d4ffce !important
}
*/

.popesti .row-big-box .box-plan:nth-child(5),
.popesti .row-big-box .box-plan:nth-child(4),
.popesti .row-big-box .box-plan:nth-child(3),
.popesti .row-big-box .box-plan:nth-child(2),
.popesti .row-big-box .box-plan:nth-child(1),

.popesti .row-small-box .box-plan:nth-child(4),
.popesti .row-small-box .box-plan:nth-child(3),
.popesti .row-small-box .box-plan:nth-child(2),
.popesti .row-small-box .box-plan:nth-child(1)

 {
    background: #d4ffce !important
}

/*
.row-small-box .box-plan:nth-child(8) .box-name::before,
.row-small-box .box-plan:nth-child(9) .box-name::before {
    content: 'FAZA 1';
    position: absolute;
    top: -30PX;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: table;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    opacity: .5
} */

/*
.row-big-box .box-plan:nth-child(3) .box-name::before,
.row-big-box .box-plan:nth-child(2) .box-name::before,
.row-big-box .box-plan:nth-child(1) .box-name::before {
    content: 'FAZA 2';
    position: absolute;
    top: -30PX;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: table;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    opacity: .5;
    animation: none
}


.row-big-box .box-plan:nth-child(7) .box-name::before,
.row-big-box .box-plan:nth-child(6) .box-name::before,
.row-big-box .box-plan:nth-child(5) .box-name::before,
.row-big-box .box-plan:nth-child(4) .box-name::before {
    content: 'FAZA 2';
    position: absolute;
    top: -30PX;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: table;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    opacity: .5
}
*/
/*
.row-big-box .box-plan:nth-child(3) .box-name::after,
.row-big-box .box-plan:nth-child(2) .box-name::after,
.row-big-box .box-plan:nth-child(1) .box-name::after,
.row-small-box .box-plan:nth-child(3) .box-name::after,
.row-small-box .box-plan:nth-child(2) .box-name::after,
.row-small-box .box-plan:nth-child(1) .box-name::after,

.row-small-box .box-plan:nth-child(6) .box-name::after,
.row-small-box .box-plan:nth-child(5) .box-name::after,
.row-small-box .box-plan:nth-child(4) .box-name::after,

.row-big-box .box-plan:nth-child(7) .box-name::after,
.row-big-box .box-plan:nth-child(6) .box-name::after,
.row-big-box .box-plan:nth-child(5) .box-name::after,
.row-big-box .box-plan:nth-child(4) .box-name::after {
    content: 'Disponibil';
    width: 105px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    bottom: -35px;
    left: -20px;
    right: 0;
    margin: 0 auto;
    display: table;
    background: #fff;
    padding: 5px 5px;
    border-radius: 20px;
    text-align: center;
    color: #1c703a;
}
*/

.popesti .row-small-box .box-plan:nth-child(4) .box-name::after,
.popesti .row-small-box .box-plan:nth-child(3) .box-name::after,
.popesti .row-small-box .box-plan:nth-child(2) .box-name::after,
.popesti .row-small-box .box-plan:nth-child(1) .box-name::after,

.popesti .row-big-box .box-plan:nth-child(5) .box-name::after,
.popesti .row-big-box .box-plan:nth-child(4) .box-name::after,
.popesti .row-big-box .box-plan:nth-child(3) .box-name::after,
.popesti .row-big-box .box-plan:nth-child(2) .box-name::after,
.popesti .row-big-box .box-plan:nth-child(1) .box-name::after {
    content: 'Disponibil';
    width: 105px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    bottom: -35px;
    left: -20px;
    right: 0;
    margin: 0 auto;
    display: table;
    background: #fff;
    padding: 5px 5px;
    border-radius: 20px;
    text-align: center;
    color: #1c703a;
}

html[lang="en-US"] .popesti .row-small-box .box-plan:nth-child(4) .box-name::after,
html[lang="en-US"] .popesti .row-small-box .box-plan:nth-child(3) .box-name::after,
html[lang="en-US"] .popesti .row-small-box .box-plan:nth-child(2) .box-name::after,
html[lang="en-US"] .popesti .row-small-box .box-plan:nth-child(1) .box-name::after,

html[lang="en-US"] .popesti .row-big-box .box-plan:nth-child(5) .box-name::after,
html[lang="en-US"] .popesti .row-big-box .box-plan:nth-child(4) .box-name::after,
html[lang="en-US"] .popesti .row-big-box .box-plan:nth-child(3) .box-name::after,
html[lang="en-US"] .popesti .row-big-box .box-plan:nth-child(2) .box-name::after,
html[lang="en-US"] .popesti .row-big-box .box-plan:nth-child(1) .box-name::after {
    content: 'Available'
}


/*
html[lang="en-US"] .row-big-box .box-plan:nth-child(3) .box-name::after,
html[lang="en-US"] .row-big-box .box-plan:nth-child(2) .box-name::after,
html[lang="en-US"] .row-big-box .box-plan:nth-child(1) .box-name::after,
html[lang="en-US"] .row-small-box .box-plan:nth-child(3) .box-name::after,
html[lang="en-US"] .row-small-box .box-plan:nth-child(2) .box-name::after,
html[lang="en-US"] .row-small-box .box-plan:nth-child(1) .box-name::after,

html[lang="en-US"] .row-small-box .box-plan:nth-child(6) .box-name::after,
html[lang="en-US"] .row-small-box .box-plan:nth-child(5) .box-name::after,
html[lang="en-US"] .row-small-box .box-plan:nth-child(4) .box-name::after,

html[lang="en-US"] .row-big-box .box-plan:nth-child(7) .box-name::after,
html[lang="en-US"] .row-big-box .box-plan:nth-child(6) .box-name::after,
html[lang="en-US"] .row-big-box .box-plan:nth-child(5) .box-name::after,
html[lang="en-US"] .row-big-box .box-plan:nth-child(4) .box-name::after {
    content: 'Available'
}
*/

/*
html[lang="en-US"] .row-big-box .box-plan:nth-child(3) .box-name::before,
html[lang="en-US"] .row-big-box .box-plan:nth-child(2) .box-name::before,
html[lang="en-US"] .row-big-box .box-plan:nth-child(1) .box-name::before,
html[lang="en-US"] .row-small-box .box-plan:nth-child(3) .box-name::before,
html[lang="en-US"] .row-small-box .box-plan:nth-child(2) .box-name::before,
html[lang="en-US"] .row-small-box .box-plan:nth-child(1) .box-name::before {
    content: 'PHASE 2'
}
*/

/*
html[lang="en-US"] .row-small-box .box-plan:nth-child(6) .box-name::before,
html[lang="en-US"] .row-small-box .box-plan:nth-child(5) .box-name::before,
html[lang="en-US"] .row-small-box .box-plan:nth-child(4) .box-name::before,
html[lang="en-US"] .row-big-box .box-plan:nth-child(7) .box-name::before,
html[lang="en-US"] .row-big-box .box-plan:nth-child(6) .box-name::before,
html[lang="en-US"] .row-big-box .box-plan:nth-child(5) .box-name::before,
html[lang="en-US"] .row-big-box .box-plan:nth-child(4) .box-name::before {
    content: 'PHASE 2'
}
*/




.plan-section .row .box-plan.selected-box {
    background: #000 !important;
    color: #ffffff !important;
    cursor: pointer
}

.box-plan.selected-box .box-name::before,
.box-plan.selected-box .box-name::after {
    display: none !important
}
.wpml-ls-legacy-list-horizontal{
  padding-left: 0 !important
}
.disabled-button input{
    cursor: none !important;
    pointer-events: none !important;
}

/* New styles */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.d-flex {
    display: flex;
    gap: 30px;
}
.flex-center {
    justify-content: center;
}
.cta-button {
    background-color: var(--primary-red);
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    min-width: 300px;
    border-radius: 10px;
    transition: 0.3s ease;
}
.cta-button:hover {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width:767px) {
    .d-flex {
        flex-direction: column;
        gap: 15px;
    }
}