html, body {
    font-size:14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    line-height: 1.3;
    background-color: #1E1E1E;
    min-height: 100%;
    height: 100%;
}

b, strong {
    font-weight: 500; 
}

section {
    max-width: 1200px;
    margin: auto !important;
    padding: 60px 0 0 0 !important;
}

.hidden {
    display: none;
}

h1, h2, h3 {
    font-family: 'Unbounded', sans-serif;
    margin-bottom: 15px !important;
    font-size: 24px;
    font-weight: 400 !important;
}

h2 {
    font-size: 14px;
}

.header {
    color: #FFF;
    padding: 0 35px 0 35px;
}

.header p {
    margin-bottom: 20px;
}

.steps {
    display: flex; 
    margin-bottom: 20px; 
    margin-left: -5px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.steps span {
    display: block;
    padding: 10px;
    border-radius: 10px;
    font-size: 10px;
}

.steps span.active, .steps span.active:hover {
    background-color: #4B6EAD;
}

.steps a {
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}

.steps a:hover {
    color: #FFF;
}

.steps span.active {
    color: #FFF !important;
}

#steps {
    width: 100%;
    max-width: 800px;
}

.content {
    padding: 25px 25px 25px 25px;
    background-color: #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: auto;
}

.content .info {
    padding: 10px;
}

.options {
    padding: 10px 0 25px 10px;
    display: flex;
}

.options a {
    font-family: 'Unbounded', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    transition: 0.3s;
}

.options a:hover {
    color: #4B6EAD;
}

.options a:hover i {
    color: #4B6EAD;
}

.options a i {
    color: #DADADA;
    margin-right: 10px;
    transition: 0.3s;
}

.img, .loadmore, .design {
    float: left;
    width: calc(100% / 5 - 20px);
    padding-bottom: calc(100% / 5 - 20px);
    background-size: 100%;
    background-position: center center;
    border-radius: 10px;
    margin: 10px;
    box-sizing: border-box;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}


.loadmore {
    background-color: #EDEDED;
}

.img:hover, .design:hover {
    background-size: 110%;
}

.resphotos .design:hover {
    background-size: 100%;
    cursor: default;
}

.img::after, .img.active::after, .loadmore::after, .design::after {
    opacity: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #4B6EAD;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 100%;
    line-height: 1;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.img.active::after {
    opacity: 1;
    background-color: #FFF;
}

.design.check::after {
    opacity: 1;
    background-color: #FFF;
}

.img, .design {
    display: none;
}

.img.show, .design.show {
    display: block;
}

.loadmore::after {
    opacity: 1;
    color: #FFF;
    content: "+";
}

.zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    padding: 15px;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s;
}

.zoom:hover {
    color: #4B6EAD;
}

.nav, .navva, .navd {
    background-color: #4B6EAD;
    display: flex;
    justify-content: center;
    padding: 20px 35px 20px 35px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    bottom: -150px;
    transition: 0.3s;
    z-index: 99;
}

.nav.show, .nav.showimp, .navd.show {
    bottom: 0;
}

.navva.showimp {
    bottom: 0;
}   

.button {
    font-family: 'Unbounded', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 1.2;
    transition: 0.3s;
}

.nav .button, .navva .button, .navd .button {
    margin: 0 10px;
}

.button.gray {
    background-color: #E8E8E8;
    display: inline-block;
}

.button.gray:hover {
    background-color: #4B6EAD;
    color: #FFF;
}

.button:hover {
    transform: scale(1.05);
}

.info {
    margin-bottom: -25px;
    overflow: hidden;
}

.info .box select {
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    border: 2px solid #E8E8E8;
}

.info .box select option {
    padding: 15px 40px !important;
}

.info .box label {
    display: block;
    font-size: 12px;
    color: #9D9D9C;
    margin-bottom: 15px;
    font-weight: 500;
}

.info .box {
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
}

#steps h2 {
    margin-bottom: 15px !important;
}

.minstep {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: flex-start;
}

.pr {
    margin-top: 30px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 35px;
}

.pr:first-of-type {
    margin-top: 0;
}

.minstep .imgm {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 10px;
    margin: 5px;
}

#steps .button {
    margin-bottom: 35px;
}

#steps .button:last-of-type {
    margin-bottom: 0;
}

.info.needs {
    margin-bottom: 0;
}

.info.needs p {
    margin-bottom: 35px;
}

.info.needs p .or {
    font-weight: 500;
    color: #ff9900;
}

.info.needs p .gr {
    font-weight: 500;
    color: #33cc00;
}

.info.needs .row {
    margin-bottom: 35px;
}

.info.needs .row .h {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
}

.info.needs .row .h .icon {
    margin-right: 10px;
    font-size: 20px;
    color: #DADADA;
}

.info.needs .row .h h2 {
    margin-bottom: 0 !important;
    margin-right: 30px;
}

.info.needs .row .h .check {
    display: flex;
    align-items: center;
}

.info.needs .row .h .check .bx {
    display: flex;
    border: 3px solid #E8E8E8;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.resx {
    display: none;
}

.needs .support {
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s;
}

.needs .support {
    margin: 0 -5px 0 -5px;
}

.needs .support li {
    display: flex;
    align-items: center;
    width: calc(100%/4 - 10px);
    justify-content: center;
    background-color: #EDEDED;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
}

.needs .support {
    opacity: 0.5;
}

.support li.active {
    color: #FFF;
}

.support.or li.active {
    background-color: #ff9900;
}

.support.gr li.active {
    background-color: #33cc00;
}

.graph {
    width: 500px;
    height: 500px;
    margin-bottom: 25px;
    background-image: url(img/gr.svg);
    background-size: cover;
}

.graph div {
    background-color: #4eb3f4;
    width: 100%;
    padding-bottom: 100%;  
    opacity: 0.5;
    clip-path: polygon(50% 0%, 75% 25%, 50% 75%, 25% 25%);
}

#moreinfo, #resetfilter {
    display: none;
    max-width: 400px;
}

.moreinfo {
    margin-left: 0;
    display: block;
    font-size: 20px;
    margin-bottom: 40px;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.moreinfo:hover {
    color: #4B6EAD;
}

.moreinfo i {
    margin-right: 10px;
    font-size: 12px;
}

#moreinfo p, #resetfilter p {
    margin-bottom: 15px;
}

#resetfilter p:last-of-type {
    margin-bottom: 30px;
}

#moreinfo p:last-of-type {
    margin-bottom: 0;
}

.attr {
    margin-bottom: 20px;
    font-size: 12px;
    padding: 0 10px;
}

.minstep {
    font-size: 0;
    color: #FFF;
}

.minstep .img {
    cursor: default;
}

.minstep .zoom {
    display: none;
}

.minstep .img.active::after {
    display: none;
}

.minstep .img:hover {
    background-size: 100%;
}

#resetall {
    display: block;
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0;
    margin: auto;
    color: #FFF;
    text-align: center;
    z-index: 1040;
}

.alert {
    border: 3px solid #000;
}

.attr {
    display: none;
}

.post-edit-link {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 15px 15px;
    color: #FFF;
    font-size: 10px;
    text-decoration: none;
}

.post-edit-link:hover {
    text-decoration: underline;
}

.title {
    position: fixed;
    width: 100%;
    top: -150px;
    transition: 0.3s;
    font-family: 'Unbounded', sans-serif;
    margin-bottom: 15px !important;
    font-size: 24px;
    font-weight: 400 !important;
    color: #FFF;
    z-index: 999;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
}

.title.show {
    top: 0;
}

.title .wrapper {
    max-width: 1130px;
    padding: 15px 35px;
    margin: auto;
    display: block;
}

.title.show {
    display: block;
}

.button.select {
    margin-right: 10px;
    margin-bottom: 10px;
}

.button.select:hover {
    transform: scale(1);
    cursor: pointer;
    background-color: #b9b9b9;
}

.button.select.active {
    background-color: #4B6EAD;
    color: #FFF;
}

.trands {
    padding: 10px;
}

.trands .trand {
    width: 100%;
    margin-bottom: 40px
}

.trands .trand img {
    width: 50%;
    border-radius: 10px;
    margin-right: 30px;
}

.trands .trand h3 {
    margin-bottom: 30px !important;
}

.brinfo {
    display: flex;
    align-items: start;
}

.brcontent ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.brcontent ul li {
    border-left: 10px solid #4B6EAD;
    margin-bottom: 10px;
    padding-left: 10px;
}

.brcontent p {
    margin-bottom: 10px;
}

.brcontent .range {
    background-color: #E8E8E8;
    width: 100%;
    display: flex;
}

.brcontent .range span {
    width: 10%;
    height: 40px;
    background-color: #E8E8E8;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.brcontent .range span:hover, .brcontent .range span.active {
    background-color: #4B6EAD;
    color: #FFF;
}

.results {
    margin: 10px 15px 10px 15px;
    display: flex;
}

.results .resphotos {
    min-width: 50%;
    margin-right: 40px;
}

.resphotos .img, .resphotos .design {
    margin: 0;
    width: 25%;
    padding-bottom: 25%;
    border-radius: 0;
}

.resphotos .design:after {
    display: none;
}

.results .minstep .img:nth-child(1), .results .minstep .img:nth-child(2), .results .design {
    width: 50%;
    padding-bottom: 50%;
}

.resphotos .minstep {
    margin-bottom: 0;
}

.resphotos .post-edit-link {
    display: none;
}

label {
    display: block !important;
    font-size: 12px;
    color: #9D9D9C;
    margin-bottom: 15px !important;
    font-weight: 500;
}

.custom-input {
    padding: 30px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    border: 1px solid #E8E8E8;
    line-height: 1.5;
}

.results input {
    margin-bottom: 35px;
    width: calc(100% - 55px);
}

.results h2 {
    margin-bottom: 40px !important;
}

.brcontent input {
    width: 100% !important;
    box-sizing: border-box;
}

.step11 .imginfo {
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    padding: 20px 0 0 0;
    box-sizing: border-box;
}

.step11 .img {
    width: calc(100% / 5 - 20px);
    box-sizing: border-box;
    padding-bottom: calc(150% / 4 - 60px);
    background-size: contain;
    background-position: top;
}

.step11 .img:after {
    display: none;
}

.step11 .img input {
    width: 100% !important;
    box-sizing: border-box;
}

.trandscheck .trand {
    display: none;
}

.trandscheck .trand.active {
    display: block;
}

.trandscheck .trand {
    width: calc(100%/3);
    box-sizing: border-box;
    padding: 0 15px 0 15px;
}

.trandscheck {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0 -15px;
}

.trandscheck .brinfo {
    display: block;
}

.trandscheck .brinfo img {
    width: 100%;
    margin-bottom: 20px;
}

.trands iframe {
    margin-bottom: 40px;
}



.needs .active.or .check .bx.or {
    background-color: #ff9900;
}

.needs .active.gr .check .bx.gr {
    background-color: #33cc00;
}

.needs .active.or .support, .needs .active.gr .support {
    opacity: 1;
    pointer-events: auto;
}

.needs .no .bx.no {
    background-color: #E8E8E8;
}



.active.or .support li.active {
    background-color: #ff9900;
}

.active.gr .support li.active {
    background-color: #33cc00;
}


.info.needs .row .h .check .bx.or {
    border-color: #ff9900;
}

.info.needs .row .h .check .bx.gr {
    border-color: #33cc00;
}

.info.needs .row .h .check .bx:hover {
    background-color: #f4f4f4;
}

.info.needs .row .h .check .bx.or:hover {
    background-color: #ffdaa3;
}

.info.needs .row .h .check .bx.gr:hover {
    background-color: #b5eda3;
}

.info.needs .row .h .check .bx.or.active {
    background-color: #ff9900;
}

.info.needs .row .h .check .bx.gr.active {
    background-color: #33cc00;
}

.info.needs .row .h .check .bx.active {
    background-color: #E8E8E8;
}

.moodboard {
    display: flex;
    align-items: normal;
    width: calc(100% - 20px);
    box-sizing: border-box;
    flex-wrap: nowrap;
    padding: 0;
    overflow-y: hidden;
    padding-bottom: 20px;
    margin: 0 10px;
    margin-bottom: 30px;
}

.moodboard .minstep {
    flex-wrap: nowrap;
}

.moodboard .img {
    width: 150px;
    height: 150px;
    padding-bottom: 0;
}

.moodboard .minstep {
    margin: 0;
}

.moodtext {
    margin: 0 10px;
    font-size: 32px;
}

.trand i {
    float: right;
    margin-top: 3px;
    color: #cccccc;
    transition: 0.3s;
    margin-left: 20px;
    cursor: pointer;
}

.trand i:hover {
    color: #4B6EAD;
}

.button {
    cursor: pointer;
}

.trandscheck .button {
    width: 100%;
    box-sizing: border-box;
}

.trandscheck .custom-input {
    margin-bottom: 30px;
}

.trandscheck .check .button {
    background-color: #1fb31b;
    color: #FFF;
}

.trandscheck .check h3 {
    transition: 0.3s;
}

.trandscheck .check h3 {
    color: #1fb31b;
}

textarea {
    box-sizing: border-box;
    width: 100%;
}

.globalneed .needs ul.global li {
    background-color: #4B6EAD;
    color: #FFF;
    width: auto;
}

.globalneed .needs .support {
    opacity: 1;
}

.globalneed, .positioning {
    padding: 10px;
}

.template {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
    padding: 30px;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
}

.positioning .template {
    margin-top: 0;
}

.template b {
    color: #4B6EAD;
}

.template span {
    color: #CCC;
}

.preview h2 {
    margin-bottom: 15px !important;
}

.preview span {
    font-size: 14px;
    margin-bottom: 40px;
    display: block;
    line-height: 1.5;
}

.bariers li {
    width: auto !important;
}

.arch {
    display: flex;
}

.arch img {
    width: 100%;
}

.arch .col.preview {
    width: 20%;
}

.arch .col.full {
    width: 80%;
    margin-left: 30px;
    position: relative;
}

.arch .col.full img {
   
}

.potr {
    display: none;
}

.potr.active {
    display: block;
}

.support.global {
    font-size: 0;
}

.support.global li {
    font-size: 14px;
}

.hiddenimp {
    bottom: -150px !important;
}

.designs .design {
    display: none;
}

.designs .design.active {
    display: flex;
}

.positioning .cols {
    display: flex;
}

.positioning .cols .col {
    width: 30%;
}

.positioning .cols .col:first-of-type {
    width: 70%;
    margin-right: 60px;
}

.potr.active {
    display: flex;
}

.potr.active div {
    width: 60%;
}

.potr.active div:first-child {
    width: 40%;
    box-sizing: border-box;
    padding-right: 40px;
}

.globalneed .needs ul.global li:first-child {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.potr {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
}

.hid {
    opacity: 0.4;
}

.hid.act {
    opacity: 1;
}

.globalblock {
    display: flex;
    padding: 0 10px;
    gap: 40px;
}

.globalblock div {
    width: 50%;
}

.globalblock h2 {
    font-size: 12px;
}

.all.hide, .product.hide {
    display: none;
}

.addinfo {
    min-width: calc(50% - 40px);
}

.addinfo textarea {
    margin-bottom: 30px;
}

footer {
    color: #FFF;
    text-align: center;
    padding: 30px 60px !important;
    display: block;
    opacity: 0.5;
}

footer img {
    width: 120px;
    margin-bottom: 10px;
}

.trandf {
    display: none;
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.archf img {
    width: 100%;
    display: none;
}

.trandf.active, .archf img.active {
    display: block;
}
