*, *::before, *::after {
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-behavior: smooth;
    visibility: visible;
  }
:root{

    /*Color's*/
    --black: #151515;
    --black-50: #26262680;
    --overlay: #00000080;
    --gray: #777777;
    --green: #2DBB58;
    --red: #FD3D3D;
    --light: #F1F6F0;
    --light-gray: #F5F5F5;
    --light-green: #B8ED07;
    --orange: #FD573D;
    --orange-80:#fd573dcc;
    --white: #fff;
    --white-10: #FFFFFF1A;
    --dot-bg: #999;
    --dot-bg-hover: #2d2b2cf2;
    --wa-color: #2CB742;
    --tel-color: #27A7E7;
    --btn-bg: #3490E6;
    --navy: #293145;




    /*Shadow's*/
    --shadow-16-16--20: 0px 16px 16px -20px rgb(0 0 0 / 10%);
    --shadow-4-16-10: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    
    /*Backdrop-blur*/
    --blur-6: blur(6px);
    --blur-16: blur(16px);
    --blur-32: blur(32px);

    /*Fonts*/
    --int:"Inter", sans-serif;
    --unb: "Unbounded", sans-serif;
}

body{
    background: var(--light-gray);
    font-family: var(--int);
    margin: 0;
    padding: 108px 0 0 0;
    position:relative;
    width: 100%;
    /* overflow-x: hidden; */
}

.warning {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: var(--black);
    color: var(--white);
    z-index: 99999;
    font-size: 14px;
    padding: 2% 10% 2% 10%;
}
.warning a{
    color: var(--white);
}
.warning--active {
	display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.warning-apply{
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    background: var(--btn-bg);
    color: var(--white);
    font-family: var(--int);
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    width: 15%;
    border: 0px;
    cursor: pointer;
}
.warning__text {
	margin-right: 30px;
}
.warning__text a{
    color: var(--btn-bg);
}


section{
    padding: 0 140px 140px 140px;
    gap: 48px;
}
a{
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6, h7, p{
    margin:0;
}
h1{
    color: var(--black);
    font-family: var(--unb);
    font-size: 6.667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 166.4px */
    position:relative;
    text-transform: uppercase;
}
h2{
    color: var(--black);
    font-family: var(--unb);
    font-size: 2.083vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%  
}
h3{
    color: var(--black);
    font-family: var(--unb);
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
h4{
    color: var(--black);
    font-family: var(--int);
    font-size: 1.042vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
p{
    font-family: var(--int);
    font-size: 1.042vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 26px */
}
.p-12{
    font-size: 0.833vw;
}
.aa-font{
    text-transform: uppercase;
}
.center{
    text-align:center;
}
.back-white{
    background:var(--white);
}
.back-gray{
    background:var(--light-gray);
}
.n-load, .f-load, .tabs-load, .main-load, .objects-load, .callback-green-load, .furniture-load, .complect-load, .doots-load, .facevar-load, .callback-natural-load, .showroom-load, .about-load, .partners-load, .f-load, .cock-load{
    width: 100%;
}
.calc-load{
    height: 100vh;
    overflow: hidden;
}
.doots-load{
    margin-bottom: 100px;
}
.n-load {
    position: fixed;
    z-index: 9;
    top: 0;
}
.loader{
    width: 100vw;
    height: 0vh;
    background-color: var(--light-gray);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    animation-duration: 1.5s;
    animation-name: loader-block;
    opacity: 0%;
}
.loader img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 1.5s cubic-bezier(1, 0, 0.5, 0.5);
    animation-duration: 0.75s;
    animation-name: loader;
    transform: scale(1);
}
.form-alert{
    display: flex;
    width: 512px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position:fixed;
    top:24px;
    right:24px;
    z-index:9999;
    border-radius: 24px;
    border: 2px solid var(--green);
    background: var(--white);
    box-shadow: var(--shadow-16-16--20);
    backdrop-filter: blur(32px);
    height: max-content;;
}
.f-a-red{
    border: 2px solid var(--red);
}
.form-alert h2{
    color: var(--black);
    font-family: var(--unb);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    text-transform: uppercase;
    align-self: stretch;
}
.form-alert p{
    align-self: stretch;
    color: var(--black);
    font-family: var(--int);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    opacity: 0.6;
}
.remove-alert{
    position:absolute;
    width:24px;
    height:24px;
    top:16px;
    right:16px;
    cursor:pointer;
}

.popup-call{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: var(--overlay);
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
}
.p-c-content{
    width: calc(20% + 96px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 48px;
    background: var(--light-gray);
    border-radius: 16px;
    position: relative;
}
.p-c-close{
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    transition: .3s;
}
.p-c-close:hover{
    opacity: .8;
}
.popup-call .c-s-w-f-b-f-checkbox-block{
    padding: 0 12px;
}
@keyframes loader {
  0% {
    clip: rect(0px, 200px, 0px, 0px);
    opacity: 100%;
  }
  100% {
    opacity: 100%;
    clip: rect(0px, 200px, 90px, 0px);
  }
}
@keyframes loader-block {
  0% {
    opacity: 100%;
    display: flex;
    height: 100vh;
  }
  65% {
    opacity: 100%;
    display: flex;
    height: 100vh;
  }
  99%{
    opacity: 0%;
    display: none;
    height: 100vh;
  }
  100% {
    opacity: 0%;
    display: none;
    height: 0vh;
  }
}
@media (min-width: 180px) and (max-width: 768px){
    body{
        padding: 72px 0 0 0;
    }
    .calc-load{
        height: 90vh;
        overflow: hidden;
    }
    section{
        padding: 0 16px 48px 16px;
        gap: 24px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 16px;
    }
    h4{
        font-size: 14px;
    }
    .p-12{
        font-size: 12px;
    }
    p{
        font-size: 12px;
    }
    .form-alert{
        width:90%;
        left:5%;
        right:5%;
    }
    .doots-load{
        margin-bottom: 48px;
    }
    .p-c-content{
        width: 90%;
        padding: 32px;
    }
    .p-c-close{
        top: 8px;
        right: 8px;
    }
}
@media (min-width: 769px) and (max-width: 1024px){
    section{
        padding: 0 70px 48px 70px;
    }
    p, .p-12{
        font-size: 1.5vw;
    }
    h4 {
        font-size: 12px;
    }
    .doots-load{
        margin-bottom: 48px;
    }
}