body {
    margin: 0;
    padding: 0;
}

.container {
    padding: 0;
    width: 100%;
}

/* Navbar section */
/* ==============================================*/
.pull-left {
    padding: 0 10px 0 10px;
}

.navbar-form {
    padding: 0 15px 0 0;
    border: none;
}

.form-control {
    background-color: #FFF;
    border: none;
}

.btn-default {
    background-color: #FFF;
    border: none;
}

.navbar-default {
    font-size: 16px;
    background-color: #FFF;
    border: none;
    border-bottom: 1px solid #aab259;
    padding: 0 40px 0 40px;
    margin: 0;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
}

.navbar-default .navbar-nav > li > a {
    color: #ff2b0a;
    background-color: #FFF;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #aab259;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: rgba(255, 0, 0, 1);
    background-color: rgba(231, 231, 231, 0);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff2b0a;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ff2b0a;
}

/* ==============================================*/


/* Header section */
/* ==============================================*/
header {
    height: 50vh;
    background: #FFF;
    background-size: cover;
    background-position: center;
    display: flex;
}

.Top_header h1 {
    color: #ff2b0a;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    padding-top: 100px;
}

.Top_header h2 {
    color: #ff2b0a;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 1024px) {
    .Top_header h1 {
        font-size: 24px;
        line-height: 1.4;
    }

    .Top_header h2 {
        font-size: 18px;
        line-height: 1.3;
    }
}

/* Most visited section */
/* ==============================================*/
#Most_visited {
    padding: 20px 0 0 0;
    height: 100%;
}

.section-title h1 {
    font-size: 24px;
    text-align: center;
    color: #ff2b0a;
}

@media (max-width: 1024px) {
    .section-title h1 {
        font-size: 20px;
        line-height: 1.4;
    }
}

.section-title hr {
    width: 50px;
    border-color: #aab259;
    text-align: center;
}

/* images */
.img-item {
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}

.img-item .img-thumb {
    position: relative;
    overflow: hidden;
}

.img-item .img-thumb img {
    width: 100%;
}

.img-item .img-thumb .img-overlay {
    background-color: #ff2b0a;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 45px 20px 20px 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.img-item .img-thumb .img-overlay a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    padding: 10% 0 10% 0;
    display: inline-block;
}

.img-item .img-thumb:hover .img-overlay {
    opacity: 0.8;
    visibility: visible;
}

.show_more h1 a {
    border: 1px solid #ff2b0a;
    font-size: 24px;
    text-align: center;
    color: #ff2b0a;
    text-decoration: none;
    padding: 5px 20px;
}

#none {
    display: none;
}

/* ==============================================*/


/* Join us section*/
/* ==============================================*/
#join {
    background: url('http://lorempixel.com/1364/976/food');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    height: auto;
    min-height: 250px;
    margin-bottom: 30px;
}

#join .container {
    padding-top: 10px;
}

#join .overlay {
    background: rgba(34, 34, 34, 0.85);
    height: auto;
    min-height: 250px;
    padding: 0;
    color: #ffffff;
    margin: 0;
}

a.btn.go-to-btn {
    text-transform: uppercase;
    border: 1px solid #ff2b0a;
    word-spacing: 2px;
    padding: 7px 30px;
    /*	border-radius: 2px; */
    font-size: 12px;
    color: #FFF;
    transition: all 0.5s;
}

a.btn.go-to-btn:hover {
    background: #ff2b0a;
    color: #FFF;
}

#join h1 {
    font-size: 24px;
    margin: 0;
    padding-top: 60px;
    color: #ff2b0a;
}

#join h2 {
    font-size: 16px;
}

@media (max-width: 1024px) {
    #join {
        padding: 0;
        min-height: 80%;
    }

    #join .overlay {
        background: rgba(34, 34, 34, 0.85);
        height: auto;
        min-height: 80px;
        padding: 5% 0;
        color: #ffffff;
        margin: 0;
    }

    #join h1 {
        padding-top: 30px;
    }
}

.Suggest h1 {
    font-size: 14px;
    padding-bottom: 20px;
}

.Suggest a {
    font-size: 14px;
    text-decoration: none;
    color: #ff2b0a;
}

/* ==============================================*/


/* Footer section*/
/* ==============================================*/
#footer {
    border-top: 1px solid #FFF;
    background: #aab259;
    color: #FFF;
    font-size: 16px;
    float: left;
    width: 100%;
    min-height: 60px;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    bottom: 0;
}

#footer h1 {
    color: #FFF;
    margin: 0;

    font-size: 16px;
    padding: 20px;
    text-transform: none;
}

/* ==============================================*/


.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin: 0 auto;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}

h1.step-title {
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    line-height: 30px;
}

.bg-gradient {
    background-image: -webkit-linear-gradient(left, rgba(221, 206, 202, 1) 0%, rgba(221, 206, 202, 0) 100%) !important;
    background-image: -o-linear-gradient(left, rgba(221, 206, 202, 1) 0%, rgba(221, 206, 202, 0) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(221, 206, 202, 1)), to(rgba(221, 206, 202, .0001))) !important;
    background-image: linear-gradient(to left, rgba(221, 206, 202, .0001) 10%, rgba(221, 206, 202, 1.5) 100%) !important;
    background-repeat: repeat-x !important;
}

ul.servicii, ul.designeri {
    width: 100%;
    /*padding: 10px 0;*/
}

li.serviciu-wrap {
    /*width: 32%;*/
    display: inline-block;
    border: none;
    float: left;
    position: relative;
}

.label-top {
    right: 40px;
    top: 0;
    display: block;
    width: 70px;
    position: absolute;
    height: 45%;
    z-index: 3;
    color: #fff;
    background: #543F50;
    font-weight: 600;
    text-align: center;
}

.label-top:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 30px solid #543F50;
    clear: both;

}

.designer-wrap {
    display: inline-block;
    border: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    /*padding-top: 20px;*/
}

.tab-content {
    position: relative;
}

.navigation-steps-wrap {
    position: absolute;
    right: 35px;
    top: 10px;
}

.serviciu-img {
    max-width: 100%;
    width: 100%;
}

.serviciu-title {
    color: #231f25;
    font-size: 18px;
    text-align: center;
    padding: 0 30px;
    display: block;
    font-weight: 600;
    line-height: 1;
}

.designer-img {
    /*    max-width: 50%;
        margin: 40px auto 20px;
        display: block;*/
    display: inline;
    margin: 0 auto;
    /*margin-left: -25%;*/
    height: 100%;
    width: auto;
}

.label-free-hour {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    left: 32px;
    top: -75px;
    display: block;
    height: 150px;
    position: absolute;
    width: 100px;
    z-index: 3;
    background: #543F50;
}

.label-free-hour .label-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #FFF;
    font-size: 16px;
    top: 110px;
    font-weight: 600;
    left: 63px;
    text-align: center;
    line-height: 1;
    position: absolute;
}

.designer-title,
.designer-descr {
    display: block;
    color: #868686;
    text-align: center;
}

.designer-title {
    font-size: 18px;
}

.designer-descr {
    font-size: 16px;
}

.designer-wrap .stars-img {
    max-width: 70%;
    margin: 5px auto 5px;
    display: block;
}

.rezerva-ora {
    width: 100%;
    background: #543F50;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    border: none;
    border-radius: 5px;
}

.label-rezerva {
    color: #333;
    background: #bdafb0;
    position: absolute;
    right: 0;
    top: 75%;
    padding: 2% 4%;
    font-weight: 600;
}

.step-wrap .form-control,
.step-wrap .form-control:focus {
    border: none;
    box-shadow: none;
    color: #333;
    font-size: 20px;
    padding: 10px 20px;
    height: inherit;
}

.loading-wrap {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #6b5063;
    padding: 30px;

}

/*input::-webkit-input-placeholder {
        color: #333 !important;
        font-weight: 600;
}

input:-moz-placeholder {  Firefox 18-
        color: #333 !important;
        font-weight: 600;
}

input::-moz-placeholder {   Firefox 19+
        color: #333 !important;
        font-weight: 600;
}*/

input:-ms-input-placeholder {
    color: #333 !important;
    font-weight: 600;
}

/*.google-map.col-md-6 {
    padding-left: 0!important;
}
.google-map .col-md-12 {
    padding: 0!important;
}*/
.sumar-text {
    width: 100%;
    color: #333;
    font-weight: 600;
    display: block;
}

#booking_date {
    display: none;
}

.date-time-wrap {
    /*background: #f6f1f0;*/
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.sub-title {
    padding: 10px 20px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

#booking_address {
    margin-top: 0px;
    margin-bottom: 1px;
    line-height: 1;
}

#booking_time {
    margin: 25px auto;
    display: none;
}

.navigation-wrap {
    position: absolute;
    z-index: 20;
    top: 0px;
    right: 15px;
    font-weight: 600;
}

form {
    margin: 0;
}

.nav-btn {
    height: 50px !important;
}

.nav-btn,
.nav-btn:active,
.nav-btn:focus {
    background: #d22323;
    color: #fff;
    border: none;
    padding: 10px;
    outline: none;
}

.nav-btn:disabled {
    background: #d22323;
    display: none;
}

.mt-20 {
    margin-top: 20px;
}

.serviciu-wrap .img-wrap {
    position: relative;
    margin-bottom: 10px;
}

.serviciu-wrap.selected .img-wrap:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #53b06b;
    text-align: center;
    font-size: 70px;
    line-height: 3;
    z-index: 10;
}

.container-designer.selected .designer-wrap:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #53b06b;
    text-align: center;
    font-size: 50px;
    line-height: 4;
    z-index: 10;
}

.step-wrap .alert {
    padding: 10px 15px;
    margin-bottom: 0;
}

.map-container {
    margin-top: 20px;
}

.region-title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #797979;
}

.flex-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serviciu-wrap {
    margin-bottom: 50px;
}

/*.container {
    width: 100% !important;
}*/
.mb-10 {
    margin-bottom: 10px;
}

.required:after {
    content: "*";
    color: red;
    position: absolute;
    left: 5px;
    top: 15px;
    font-size: 20px;
}

.step4 .required:after {
    left: 5px;
    top: 0px;
}

.label-top-text-wrap {
    height: 100%;
    position: relative;
    display: table;
    width: 100%;
}

.label-top-text {
    vertical-align: middle;
    display: table-cell;
}

.timepicker .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0 auto;
    max-width: 150px;
}

.timepicker-picker {
    display: block !important;
}

.timepicker-hours, .timepicker-minutes {
    display: none !important;
}

@media (max-width: 1024px) {
    .navigation-wrap {
        top: 5px;
    }

    .serviciu-title {
        font-size: 16px;
    }

    h1.step-title {
        font-size: 16px;
    }

    .label-top,
    .label-rezerva {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .navigation-wrap {
        top: -40px;
    }

    .step-wrap {
        margin-top: 20px;
    }

    .mobile-ribbon h2 {
        margin: 15px;
        padding: 30px;
        font-weight: 600;
    }
}

@media (max-width: 1280px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .container {
        width: 100%;
    }
}

.circle {
    border-radius: 50%;
}


.consilieri .container-designer:nth-child(5) .designer-title {
    padding-top: 4px !important;
}

.image-cropper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.ml-25-neg {
    margin-left: -25px
}

#clockid {
    display: none;
}

.sub-title {
    background: #eee !important;
}

.step-title {
    background: #000 !important;
    color: #fff;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
}

:-ms-input-placeholder {
    color: #000 !important;
}

::-ms-input-placeholder {
    color: #000 !important;
}

.form__select-group {
    width: 100%;
    height: 50px;
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 300;
    line-height: 1 !important;
    position: relative;
}

.form__select-group:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-top: .6rem solid #000;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.form__select-group select {
    width: 100%;
    height: 100%;
    padding: 0 5rem 0 1.8rem;
    background: transparent !important;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/*body {
    background: rgb(224, 224, 224) !important;
    background: linear-gradient(90deg, rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}*/

.banner {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .banner {
        margin-top: 0;
    }
}

.step-wrap input {
    background: #fff !important;
    border: 1px solid #ddd !important;
}

.step-wrap input::placeholder {
    color: #aaa;
}

.navigation-wrap .nav-btn.btn-danger {
    position: relative;
    font-size: 18px;
    color: #fff !important;
}

.step-wrap .nav-btn.btn-lg {
    line-height: 1 !important;
}

.bg-gradient.date__title {
    height: 50px;
    background: #000 !important;
    font-size: 22px;
    line-height: 50px;
    margin-top: 0;
}

html {
    background-color: #000 !important;
}

body {
    background-color: #000 !important;
    color: #fff !important;
}

.inside {
    background-color: #000 !important;
    color: #fff !important;
}

.nav-btn.btn-primary {
    background: linear-gradient(268.25deg, #D6BD72 8.89%, rgba(254, 191, 0, 0) 130.77%),
    linear-gradient(0deg, #46370A, #46370A);
    border: 1px solid #E0CF94;
    box-shadow: 0px 4px 13.300000190734863px 0px #BE8F007D;
}

.line-md_check-all {
    margin: 0;
    padding: 0;
}

.line-md_check-all li {
    list-style: none;
    background: url("../images/line-md_check-all.svg") left top no-repeat;

    /** move the text to the right **/
    padding-left: 30px;
    margin-bottom: 10px;

    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.container-data p {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.container-data ul.advantages {
    margin-lefT: 0;
    padding-left: 0;
}

.container-data li {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
    list-style: none;
}

.container-data li strong {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;

}

.li-tape {
    background: url('../images/mdi_tape-measure.png') no-repeat 0 0;
    background-size: 45px 45px;
    padding-left: 55px;

}

.li-ruler {
    background: url('../images/ph_ruler-fill.png') no-repeat 0 0;
    background-size: 45px 45px;
    padding-left: 55px;
}

.li-curtain {
    background: url('../images/mingcute_curtain-fill.png') no-repeat 0 0;
    background-size: 45px 45px;
    padding-left: 55px;
}

.li-house {
    background: url('../images/ph_house-fill.png') no-repeat 0 0;
    background-size: 45px 45px;
    padding-left: 55px;
}

.li-business {
    background: url('../images/foundation_torso-business.png') no-repeat 0 0;
    background-size: 45px 45px;
    padding-left: 55px;
}

.mt-40 {
    margin-top: 40px;
}

#logo {
    margin-top: 30px;
    margin-bottom: 90px;
}

label {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.required:after {
    display: none;
}

.step-wrap .form_control_wrapper {
    background: linear-gradient(92.33deg, #CBB265 73.3%, rgba(255, 253, 245, 0.04) 129.85%, rgba(255, 255, 255, 0) 137.65%) !important;


    padding: 1px;
    border-radius: 11px;
}

.step-wrap .form-control, .step-wrap .form-control:focus {
    background-color: #000 !important;
    color: #fff;
    border: 0 !important;
    border-radius: 11px;
}

h2.decorated {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin: 25px 0 60px 0;
    position: relative;
}

.section-images h2.decorated {
    margin: 25px 0 25px 0;
}

h2.decorated span {
    padding: 0 10px;
    background-color: #000;
    position: relative;
    z-index: 1;
}

h2.decorated:before {
    background: url("../images/line2.png") repeat-x center left;
    content: "";
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}

.designer-wrap {
    flex-direction: row !important;
    height: auto !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
}

.image-cropper {
    max-width: 113px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.designer-img {
    margin-left: -25px;
}

.designer-data {
    min-height: 20px;
    margin-left: 10px;
    text-align: left !important;
}

.designer-title {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left !important;
    color: #fff !important;
}

.designer-studii {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 10px !important;
    font-weight: 400;
    line-height: 12px !important;
    letter-spacing: 0em !important;
    text-align: left;

}

.designer-location {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0em;
    text-align: left;
}

.designer-descr {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

h3 {
    font-family: "Champagne & Limousines", sans-serif;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
}

.image_grid {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px !important;
}

.image_grid .image img {
    width: 100%;
}

.img-10 {
    width: 100%;
}

.section-images {
    padding-bottom: 160px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 23px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h2.decorated {
        line-height: 1em !important;
        padding-bottom: 0;
        margin: 15px 0 20px 0 !important;
    }

    h3 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .section-images {
        padding-bottom: 0;
    }

    .container-data li strong {
        font-size: 16px !important;
    }

    .container-data li {
        font-size: 16px !important;
    }

    .container-data p {
        font-size: 16px !important;
    }

    .col-data {

    }

    .container-data {
        width: 100% !important;
    }

    .bg-image {
        background: url(../images/bg-image.png) no-repeat top center;
        background-size: contain;
        padding: 260px 15px 0;
    }

    .col-icons {
        padding-inline: 15px;
    }

    #logo {
        text-align: center;
        display: block;
        margin: 10px auto 30px;
    }

    .img-10 {
        display: none;
    }

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

    .flex-body .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    label {

        font-size: 17px;
    }

    .image-cropper {
        max-width: 45px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .designer-img {
        margin-left: -15px;
    }

    .designer-data {
        min-height: 20px;
        margin-left: 5px;
        text-align: left !important;
    }

    .designer-title {
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .designer-studii {
        font-size: 8px !important;
        line-height: 1 !important;
        display: none !important;
    }

    .designer-location {
        font-size: 9px !important;
        line-height: 1 !important;
    }

    .designer-descr {
        font-size: 8px !important;
        line-height: 1 !important;
    }
}

footer {
    background-color: #1B1C1C;
    padding-top: 30px;
    padding-bottom: 30px;
}

#image-21-14 {
    max-width: 140px;
}

#text_block-23-14 {
    margin: 15px auto 35px auto;
}

#div_block-29-14 {
    display: flex;
    gap: 5px;
    height: 32px;
    margin: 0 auto;
    justify-content: center;
}

#div_block-29-14 svg {
    background-color: #DDB43F;
    width: 32px;
    height: 32px;
}

#div_block-51-14, #div_block-62-14 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    gap: 10px;
}

#div_block-51-14 svg, #div_block-62-14 svg {
    width: 5px;
    height: 5px;
    fill: #fff
}

#div_block-51-14 a, #div_block-62-14 a {
    color: #fff;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row-thank-you {
    display: flex;
}

.col-thank-you {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .row-thank-you {
        flex-direction: column;
    }

    .btn-primary {
        padding: 10px 16px !important;
    }

    #div_block-51-14 a, #div_block-62-14 a {
        font-size: 10px;
    }
    .row.row-designers {
        margin-left: 0;
        margin-right: 0;
    }
    .row.row-designers .col-xs-4 {
        padding-inline: 0;
    }

}

.form-check {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.form-check label {
    display: flex;
    flex-direction: row;
    gap: 5px;
    white-space: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.form-check label input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #CBB265 !important;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 5px;
    position: relative;
}
.form-check label input[type="radio"]:focus {
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px !important;
}

.form-check label input[type="radio"]:checked:before {
    position: absolute;
    content: "x";
    color: #CBB265;
    font-size: 26px;
    line-height: 14px;
    top: 0;
    left: 4px;
}
