.logo {
    width: 165px;
    max-width: 100%;
}


.bottom-footer {
    background-color: #1d2740;
    width: 100%;
    overflow: hidden;
    padding: 2rem 0;
}

.bottom-footer p {
    color: #fff;
    margin-bottom: 0;
}

.main_contacts {
    position: relative;
    z-index: 1;
    padding: 2rem 1.5rem 1.2rem 1.5rem;
    background: url(../images/contacts_bg_md.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    max-width: 80%;
    width: 900px;
    margin: 0 auto;
 }

.main_contacts a {
    display: block;
    color: #fff;
}

.main_contacts h3 {
    font-weight: 600;
    color: #fff;
}

.thin {
    font-weight: 100;
}

.consult-wrap p {
    font-size: 1rem;
}

.additional-info p, .additional-info ul {
    font-size: .9rem;
}

.additional-info {
    margin-top: 5rem;
}

.ftco-consult {
    margin-top: 5rem;
}

.orange-markers-list li {
    color: #D97A2F;
    list-style-type: square;
}

.orange-markers-list li span {
    color: #1d2740;
    font-size: .75rem;
	line-height: 1.2;
}
ul.orange-markers-list {
    line-height: 1.2;
}

.top-sales-section {
    margin: 3rem 0;
}

.navbar-light .ftco-footer-social {
    margin: 0 0;
}

.navbar-light .search-button {
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 2.5rem;
    color: #1d2740;
}

.ftco-navbar-light .navbar-nav>.nav-item.filled {
    background-color: #D97A2F;
    transition: .8s ease;
}

.ftco-navbar-light .navbar-nav>.nav-item.filled:hover {
    background-color: #eb8739;
}

.ftco-navbar-light .navbar-nav>.nav-item.filled>.nav-link {
    color: #fff;
    text-transform: uppercase;
}

.ftco-navbar-light .navbar-nav>.nav-item.filled>.nav-link::after {
    display: none;
}

@media (max-width: 768px) {
    .navbar-light .col-md, .navbar-light .col-md-2 {
        justify-content: start!important;
        width: 250px;
        margin: .5rem auto;
    }
}

.dropdown {
    display: inline-block;
}

/*  Сховав перемика для мови */
/* 
.dropdown.show{

	display:none;
} */
/*  Сховав перемика для мови */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.about-consult-wrap {
    max-width: 800px;
}

.max-w-800 {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
}

.about-bg-1 {
    background: url(../images/about-bg-1.jpg) no-repeat 100% 100%;
    padding: 1rem 0;
}

img {
    max-width: 100%;
}

.quantity {
    max-width: 15rem;
    line-height: 1rem;
    margin-top: 2rem;
    color: #1d2740;
}

.quantity span {
    font-weight: 500;
    font-size: 3rem;
}

p, span {
    color: #1d2740;
}

.footer-blue {
    background-color: #f4f7f9;
}

.object-item {
    height: 262px;
    overflow: hidden;
    margin-bottom: 1.75rem;
    max-width: 350px;
}

.object-item img {
    height: 262px;
    overflow: hidden;
    transition: all 1s ease-out;
    width: 100%;
    object-fit: cover;
}

.object-item img:hover {
    transform: scale(1.1);
}

.btn-primary span, .navbar-toggler span {
    color: inherit;
}

.certificate-item a:hover p {
    color: #eb8739;
}

.certificate-item a p {
    transition: .8s ease;
    font-weight: 400;
}

@media (max-width: 768px) {
    .certificate-item a p {
        text-align: center;
        margin-top: .5rem;
    }
}

.certificate-item {
    margin-top: 1.75rem;
}

.public-info-item a span {
    font-size: 2rem;
    display: inline-block;
    margin-top: .5rem;
    color: #D97A2F;
    transition: .8s ease;
}

.public-info-item a:hover span {
    color: #1d2740;
}

.public-info-item {
    margin: .5rem;
    width: 100%;
}

.public-info-item p {
    line-height: 1.1;
}

.public-info-row {
    flex-direction: column;
    max-width: 90%;
    margin: 2rem auto;
}

.designers-public-info .public-info-row {
    margin: 0;
}

@media (min-width: 576px) {
    .public-info-row {
        flex-direction: row;
    }
    .public-info-item {
        margin: .5rem;
        width: 45%;
    }
}

@media (min-width: 1100px) {
    .public-info-item {
        margin: .5rem;
        width: 23%;
    }
}

.news-section {
    margin-top: 4rem;
}

/* Style the subnav content - positioned absolute */

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #F7F8F9;
    width: 100%;
    z-index: 1;
    padding: 2rem;
    transition: .8s ease;
}

.subnav-content ul li {
    list-style-type: none;
}

/* Style the subnav links */

.subnav-content ul li a {
    color: #1d2740;
    transition: .8s ease;
}

.subnav-content ul li a:hover {
    color: #D97A2F;
}

.subnav:hover .subnav-content {
    display: block;
}

/* modal form */

.forms {}

.remodal button {
    outline: none;
}

.forms label {
    width: 100%;
}

.forms label input, .forms label textarea, .forms label select {
    width: 100%;
    border: none;
    background-color: #EDEFEE;
    padding: .4rem 1rem;
    height: 3rem;
}

.forms label input:focus, .forms label textarea:focus, .forms label select:focus {
    box-shadow: 0 0 7px #D9782C;
    outline: none;
    border-width: 0px!important;
}

.forms label span, .forms .label span {
    color: #1d2740;
    font-weight: 600;
}

.forms .btn-primary {
    width: 100%;
    padding: .8rem;
    font-weight: 600;
}

/* modal form */

.certificates {
    background-color: #f4f7f9;
}

.builders-adv-item img {
    max-width: 100%;
    height: 100px;
    margin-bottom: 1rem;
}

.builders-adv-item {
    text-align: center;
}

.subscribe {
    background-image: url(../images/product_calculation_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 5rem 0;
    margin: 0rem 0 3.5rem;
    position: relative;
}

.subscribe::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    pointer-events: none;
}

.additional-section {
    padding: 3rem 0;
}

.help-form-section {}

.help-form-section ul {
    margin: 12px;
    padding: 0;
    list-style: none;
    width: 100%;
}

.help-form-section ul li {
    margin: 16px 0;
    position: relative;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .help-form-section input[type="checkbox"], .help-form-section input[type="radio"] {
        --active: #2660AB;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, 0.3);
        --border: #bbc1e1;
        --border-hover: #2660AB;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        -webkit-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .help-form-section input[type="checkbox"]:after, .help-form-section input[type="radio"]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    }
    .help-form-section input[type="checkbox"]:checked, .help-form-section input[type="radio"]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }
    .help-form-section input[type="checkbox"]:disabled, .help-form-section input[type="radio"]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    .help-form-section input[type="checkbox"]:disabled:checked, .help-form-section input[type="radio"]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    .help-form-section input[type="checkbox"]:disabled+label, .help-form-section input[type="radio"]:disabled+label {
        cursor: not-allowed;
    }
    input[type="checkbox"]:hover:not(:checked):not(:disabled), input[type="radio"]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    .help-form-section input[type="checkbox"]:focus, .help-form-section input[type="radio"]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    .help-form-section input[type="checkbox"]:not(.switch), .help-form-section input[type="radio"]:not(.switch) {
        width: 21px;
    }
    .help-form-section input[type="checkbox"]:not(.switch):after, .help-form-section input[type="radio"]:not(.switch):after {
        opacity: var(--o, 0);
    }
    .help-form-section input[type="checkbox"]:not(.switch):checked, .help-form-section input[type="radio"]:not(.switch):checked {
        --o: 1;
    }
    .help-form-section input[type="checkbox"]+label, .help-form-section input[type="radio"]+label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }
    .help-form-section input[type="checkbox"]:not(.switch) {
        border-radius: 7px;
    }
    .help-form-section input[type="checkbox"]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        -webkit-transform: rotate(var(--r, 20deg));
        transform: rotate(var(--r, 20deg));
    }
    .help-form-section input[type="checkbox"]:not(.switch):checked {
        --r: 43deg;
    }
    .help-form-section input[type="checkbox"].switch {
        width: 38px;
        border-radius: 11px;
    }
    .help-form-section input[type="checkbox"].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        -webkit-transform: translateX(var(--x, 0));
        transform: translateX(var(--x, 0));
    }
    .help-form-section input[type="checkbox"].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    .help-form-section input[type="checkbox"].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
    .help-form-section input[type="radio"] {
        border-radius: 50%;
    }
    .help-form-section input[type="radio"]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        -webkit-transform: scale(var(--s, 0.7));
        transform: scale(var(--s, 0.7));
    }
    .help-form-section input[type="radio"]:checked {
        --s: 0.5;
    }
}

.main_contacts p, .main_contacts b, .main_contacts span {
    color: #fff;
}

#help-form-results {
    margin: 4rem 0;
}

#help-form-results .col-md-6 .row {
    margin: 1.25rem 0;
}

#help-form-results .col-md-6 .row p {
    font-weight: bold;
}

#help-form-results img {
    max-width: 180px;
    width: 100%;
}

#help-form-results .buttons-row {
    margin-top: 2rem;
}

@media (min-width: 576px) {
    #help-form-results .buttons-row a {
        margin: 0 1rem;
    }
    .help-form-section h5 {
        min-height: 3rem;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #help-form-results .buttons-row {
        text-align: right;
    }
}

@media (max-width: 576px) {
    #help-form-results .buttons-row a {
        margin: .5rem 0;
        width: 100%;
    }
}

/* calc */

.help-form-section .var-item {
    width: 85px;
    float: left;
    margin: .5rem .3rem;
}

.help-form-section .var-row {}

.help-form-section .var-item img {
    width: 85px;
    height: 85px;
    border-radius: 2px;
    border: 2px solid #fff;
}

.help-form-section .var-item.active img {
    border-color: #FF7F27;
}

.calc-form {
    margin: 2rem 0;
}

.calc-form img {
    max-width: 100%;
    margin-bottom: 1rem;
}

.calc-form select {
    cursor: pointer;
}

.calc-form label {
    margin: .5rem 0;
}

.calc-label label {
    width: auto;
    max-width: 150px;
    overflow: hidden;
    line-height: 1!important;
    margin-top: 3px;
    margin-left: 7px;
    vertical-align: middle;
}

.calc-label input[type=checkbox] {
    padding: 0;
}

.calc-form a.btn {
    display: inline-block;
    width: auto;
    padding: 1rem 2rem;
}

@media (max-width: 576px) {
    .button-wrap .btn {
        width: 100%;
    }
    #vision-info {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 576px) {
    .button-wrap {
        /* text-align: right; */
    }
}

.button-wrap {
    margin-top: 1.5rem;
}

.help-solutions {
    background: url(../images//solution_help_bg.png) no-repeat left;
    background-color: #cad0d0;
    background-position: left 0 center;
    background-size: contain;
    padding: 5rem 0;
 }

.help-solutions h2 {
    max-width: 400px;
}

@media (max-width: 768px) {
    .help-solutions {
        background-image: none;
    }
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}
.tab button:hover {
    background-color: #eee;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #eee;
}

@media (min-width: 768px) {
    .tab {
        border-right: 1px solid #eee;
        padding-left: .5rem;
    }
}

.advs-panel {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 2rem .3rem 1rem;
}

.advs-panel .img {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    height: 62px;
    color: #2660ab;
}

.advs-panel .img img {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    height: 62px;
    color: #2660ab;
}

.advs-panel h6 {
    text-align: center;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='brack' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='brack' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.properties .carousel-item {
    padding: 1.4rem;
}

.properties-main-content {
    padding: 1.5rem .5rem;
}

.properties-row {
    padding: 1rem 0;
}

.properties-row .properties-value {
    color: #2660ab;
}

.properties-value a {
    color: #2660ab;
}

.properties-row p {
    font-size: 1.05rem;
}

.slick-arrow::before {
    color: #2660ab!important;
}

.slider {
    max-width: 600px;
}

.color-item img {
    border: 2px solid #fff;
}

.color-item.active img {
    border-color: #D97A2F;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.handle-item img {
    border: 2px solid #fff;
}

.handle-item.active img {
    border-color: #D97A2F;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.main-image-container {
    position: relative;
}

.main-handle {
    position: absolute;
    top: 0;
    left: 0;
}

.choose-colors h3 {
    margin-bottom: 1rem;
}

@media (max-width: 400px) {
    .slick-dotted.slick-slider {
        margin-left: 1rem;
    }
}

.advs-panel  {
    justify-content: center!important;
}

.features-key {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.features-value {
    width: 50%;
    font-weight: bold;
    color: #2660ab;
    float: left;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.custom-img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.list-spaced li {
  margin-bottom: 7px;  
}


@media (max-width: 991.98px){
    .mb-none{
        display: none!important;
}
}
.office{
    display:flex;
    align-items:flex-start;
    margin-bottom:20px;
}

.office .icon{
    margin-right:10px;
    color:#333;
    font-size:18px;
}

.contact-row{
    margin-bottom:15px;
}

.contact-title{
    font-weight:600;
    margin-bottom:8px;
}

.contact-info{
    display:flex;
    align-items:center;
    margin-bottom:5px;
}

.contact-info .icon{
    margin-right:8px;
}

.ftco-footer-social li{
    display:inline-block;
    margin-right:10px;
}

.logo{
    margin-bottom:15px;
    max-width:150px;
}

/* *{
    outline: 2px solid #FF7F27 
} */
 .modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-box {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

.menu-title {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
    list-style: none;
}

.product-title {
    font-weight: 500;
    font-size: 20px!important;
     text-align: center;
     margin: 5px;
}

.product-price{
    font-weight: 500;
    color: #D97A2F;
    text-align: center;
    font-size: 26px;
     margin: 2px;
}

/* desktop */
.subnav-content {
    display: none;
}

.subnav:hover .subnav-content {
    display: block;
}

/* mobile */
@media (max-width: 991px) {

    .subnav.mobile-open .subnav-content {
        display: block;
    }

}

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