@font-face{font-family:Futura PT;src:url(/assets/fonts/FuturaPT-Light.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Futura PT;src:url(/assets/fonts/FuturaPT-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Futura PT;src:url(/assets/fonts/FuturaPTCond-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}

*{ 
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    font-size: inherit;
}
img{
    padding: 0;
    margin: 0;
}

ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
a:visited,
a:focus{
    color: inherit;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: inherit;
}
input{
    font-family: inherit;
    outline: none;
    border: none;
    background: transparent;
}
input::placeholder{
	font-family: 'Futura PT',sans-serif;
}
html, body{
	font-family: 'Futura PT',sans-serif;
    color:#2d2c2a;
    background: #fff;
    font-size:16px;
    line-height: 24px;
    font-weight:400;
    scroll-behavior: smooth!important;
    -webkit-font-smoothing:antialiased;
}
p{
    color: inherit;
	font-family: 'Futura PT',sans-serif;
    font-weight: 400;
}
button{
    border: none;
    cursor: pointer;
    outline: none;
}
span{
    font-size: inherit;
}
/**/
header{
    position: fixed;
    top: 0;
    width: 100%;
    background: #F5F7F7;
    z-index: 10;
}
.header__content{
    display: flex;
    padding: 16px 0px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(33, 48, 48, 0.12);
}
.header__left{
    display: flex;
    padding-left: 32px;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
}
.header__left-inner{
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.header__left-inner > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.header__left-inner > div > p{
    color: inherit;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.24px;    
}
.header__left-link{
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.28px;    
}
.header__logo{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}
.header__logo img{
    width: 100%;
    height: 100%;position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.header__right{
    display: flex;
    padding-right: 32px;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;    
}
.call__btn{
    display: flex;
    padding: 6px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: rgb(199, 156, 77);      
    transition: .25s linear all;
}
.call__btn:hover{
    background: #242a2a;    
    transition: .25s linear all;    
}
.call__btn > p{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.14px;    
    text-transform: uppercase;
}
.call__btn > svg > g path{
    stroke: #fff;
}
/**/
.main__section{
    padding-top: 70px;
    height: 100vh;
}
.main__section-content{
    display: flex;
    height: 100%;
}
.main__section-left{
    width: 45%;
    height: 100%;
    display: flex;
    padding-top: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;    
}
.main__section-left > svg{
    width: 50%;
}
.main__left-logo{
    display: block;
    width: 184.836px;
    height: 48px;
    flex-shrink: 0;    
    object-fit: cover;
}
.main__left-text-block{
    display: flex;
    padding: 0px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;    
}
.main__left-text-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;    
}
.main__left-text-top > p{
    align-self: stretch;
    color: #213030;
    text-align: center;
    font-feature-settings: 'dlig' on;
    /* font-family: 'AvianoSans', sans-serif; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: 0.26px;
    text-transform: uppercase;    
}
.main__left-text-mobile{
    display: none;
}
.main__left-title{
    color: #213030;
    text-align: center;
    font-feature-settings: 'dlig' on;
    font-family: 'Futura PT', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 87.5% */
    letter-spacing: 10px;
    text-transform: uppercase;    
}
.main__left-text-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;   
    padding-bottom: 32px;
}
.main__left-text-desktop{
    color: #242a2a;
    text-align: center;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
}
.main__left-address{
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-top: 1px solid rgba(33, 48, 48, 0.12);
}    
.main__left-address > p{
    align-self: stretch;
    color: #242a2a;
    text-align: center;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;    
}
.address__link{
    display: flex;
    align-items: center;
    gap: 6px;    
}
.address__link > svg > path {
    stroke: #242a2a;
}
.address__link > p{
    color: #2e2c2b;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px; /* 85.714% */
}
.main__left-form{
    background: #242a2a;
    display: flex;
    padding: 40px 32px 32px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;    
}
.main__left-form-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.main__left-form-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;    
}
.main__left-form-title > p:nth-child(1){
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-feature-settings: 'dlig' on;
    /* font-family: 'AvianoSans', sans-serif; */
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 100% */
    letter-spacing: 3px;
    text-transform: uppercase;    
}
.main__left-form-title > p:nth-child(2){
    align-self: stretch;
    color: #F5F7F7;
    text-align: center;
    /* font-family: "RFDewi", sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: 0.13px;    
}
.main__left-form{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;    
}
.main__form-inputs-block{
    display: flex;
    align-items: flex-end;
    gap: 16px;
    align-self: stretch;    
}
.input__field{
    color: #F5F7F7;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
    flex: auto;
    border-radius: 4px;
    border: 1px solid rgba(245, 247, 247, 0.14);     
    background: transparent;  
    /* font-family: 'RFDewi',sans-serif; */
    height: 46px;
}
.input__field::placeholder{
    color: #F5F7F7;
    /* font-family: 'RFDewi',sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    letter-spacing: 0.14px;    
}
.input__field:focus{
    border: 1px solid rgba(245, 247, 247, 0.5);
    transition: .5s ease-in-out;     
}
.main__form-text-block{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;    
}
.main__form-text-block > p {
    color: #fff;
    text-align: right;
    /* font-family: "RFDewi", sans-serif; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 160% */
    letter-spacing: 0.1px;
    opacity: .5;
}
.main__form-btn{
    display: flex;
    width: 289px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: #fff;     
    color: #242a2a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
    /* letter-spacing: 0.14px; */
    border: none;
    outline: none;
    cursor: pointer;
    transition: .25s linear all;
}
.main__form-btn:hover{
    background: #c79c4d;
    color: #fff;
    transition: .25s linear all;
}
.main__section-right{
    width: 55%;
    height: 100%;
    position: relative;
}
.main__section-right img{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.selinRenders{
    width: 100%;
    height: 100%;
}
.selinRendersItem{
    position: relative;
}
.selinRendersItem > img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
/**/
.bottom__section{
}
.bottom__section-content{
    display: flex;
    width: 100%;
    height: 100%;
}
.bottom__section-left{
    width: 55%;
    display: flex;
    flex-direction: column;
}
.bottom__section-left-title-block{
    margin-top: 70px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 46px;
    padding-left: 32px;    
}
.bottom__section-left-title-block > p{
    color: #213030;
    font-feature-settings: 'dlig' on, 'salt' on;
    /* font-family: 'AvianoSans', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: 0.78px;    
    text-transform: uppercase;
}
.bottom__section-left-title{
    color: #242a2a;
    font-feature-settings: 'dlig' on;
    /* font-family: 'AvianoSans', sans-serif; */
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px; /* 104% */
    /* letter-spacing: 0.5px; */
    text-transform: uppercase;    
}
.bottom__section-info{
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;  
}
.bottom__section-info-top{
    display: flex;
    padding: 40px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    
}
.bottom__section-info-top-content{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;    
}
.bottom__section-info-top-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;    
}
.botom__section-info-title{
    color: #242a2a;
    font-feature-settings: 'dlig' on;
    /* font-family: 'AvianoSans', sans-serif; */
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 109.091% */
    letter-spacing: 0.66px;
    text-transform: uppercase;    
}
.bottom__section-info-top-txt > p:nth-child(2){
    color: #242a2a;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.4px; /* 152.857% */
    letter-spacing: 0.14px;    
}
.more__btn{
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 48px;
    border: 1px solid rgba(36, 42, 42, .5);
    color: #213030;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
    letter-spacing: 0.14px; 
    transition: .25s linear all;           
}
.more__btn:hover{
    border: 1px solid rgba(36, 42, 42, 1);
    transition: .25s linear all;           
    /* font-weight: 500; */

}
.bottom__section-right{
    width: 45%;
    background: #242a2a;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 70px;
}
.contacts__block{
    display: flex;
    padding: 48px 20px 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;    
}
.contacts__block-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    color: #FBFCFC;    
}
.contacts__block-top > p:nth-child(1){
    font-feature-settings: 'dlig' on;
    /* font-family: 'AvianoSans', sans-serif; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 181.818% */
    letter-spacing: 0.22px;
    text-transform: uppercase;    
}
.contacts__block-top > p:nth-child(2){
    /* font-family: 'AvianoSans', sans-serif; */
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 104% */
    letter-spacing: 0.5px;
    text-transform: uppercase;    
}
.contact__block-phone{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;    
}
.contact__block-phone > p {
    color: #FBFCFC;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    letter-spacing: 0.26px;
}
a.contact__phone-link{
    display: block;
    color: #fff;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.4px; /* 118.889% */
    letter-spacing: 0.18px;
}
.contact__block-address{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.contact__block-address > p:nth-child(1){
    color: #fff;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    letter-spacing: 0.26px;    
}
.contact__block-address > p:nth-child(2){
    color: #fff;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.4px; /* 133.75% */
    letter-spacing: 0.16px;
}
.contact__block-address > p:nth-child(3){
    color: #FBFCFC;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 136.364% */
    letter-spacing: 0.22px;
    opacity: 0.6;
}
.contact__adress-link{
    display: flex;
    align-items: center;
    gap: 6px;    
}
.contact__adress-link > p{ 
    color: #E2B88A;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 100% */    
}
.contacts__form-block{
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;    
}
.contact__form-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contacts__form-fields{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;    
}
.contacts__form-input{
    display: flex;
    padding: 12px 10px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid rgba(245, 247, 247, 0.14);
    color: #F5F7F7;    
    height: 46px;
}
.contacts__form-input::placeholder{
    color: #fff;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
    letter-spacing: 0.13px;
    opacity: .5;    
}
.contacts__form-input:focus{
    transition: .5s ease-in-out;
    border: 1px solid rgba(245, 247, 247, 0.5);
}
.contact__form-btn{
    cursor: pointer;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: #fff;
    color: #242a2a;
    font-weight: 500;
    height: 50px;
    font-size: 18px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: 26px; /* 185.714% */
    letter-spacing: 0.14px;
    /* font-family: 'RFDewi', sans-serif; */
    transition: .25s linear all;
}
.contact__form-btn:hover{
    background: #c79c4d;
    transition: .25s linear all;
    color: #fff;
}
.conact__form-label{
    color: #fff;
    text-align: center;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.24px;    
    padding-bottom: 16px;
}
.contacts__form-bottom{
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-top: 1px solid rgba(245, 247, 247, 0.16);    
}
.contacts__form-bottom > p{
    color: #F5F7F7;
    opacity: .6;
    text-align: center;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;    
}
.contacts__form-bottom > div{
    width: 130px;
    height: 100px;
    position: relative;
    overflow: hidden;
}
.contacts__form-bottom > div > img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top:5px;
    left: 0;
}

/**/
.modal__wrapper{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}
.modal__wrapper.show__modal{
    display: block;
}
.modal__content{
    position: absolute;
    width: 440px;
    height: auto;
    border-radius: 8px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}
.modal__mobile-logo{
    display: none;
}
.modal__close-block{
    display: flex;
    justify-content: end;
    padding-right: 20px;
    padding-top: 24px;
    width: 100%;
}
.modal__close-block > div{
    flex: 1 0 0;
}
.modal__close-block > div > img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.modal__close-btn{
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    cursor: pointer;  
    /* align-self: flex-end;       */
}
.modal__close-btn > svg{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.modal__title-block{
    margin-top: 20px;
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    align-items: center;
    gap: 24px;    
}
.modal__title-block > p:nth-child(1){
    align-self: stretch;
    color: #213030;
    text-align: center;
    font-feature-settings: 'dlig' on, 'ss03' on;
    /* font-family: 'AvianoSans', sans-serif; */
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 105.263% */
    text-transform: uppercase;   
}
.modal__title-block > p:nth-child(2){
    align-self: stretch;
    color: #213030;
    text-align: center;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;    
}
.modal__form{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;   
    padding: 0 20px; 
}
.modal__input-values{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;    
}
.modal__input{
    display: flex;
    padding: 12px 10px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    height: 46px;
    border: 1px solid rgba(33, 48, 48, 0.14);     
    color: #213030;
}
.modal__input::placeholder{
    color: #213030;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
    letter-spacing: 0.13px;
    opacity: .5;
}
.modal__input:focus{
    transition: .5s ease-in-out;
    border: 1px solid rgba(33, 48, 48, 0.5);     
}
.modal__submit-btn{
    display: flex;
    height: 48px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    background: #242a2a;
    cursor: pointer;
    color: #fff;
    /* font-family: 'RFDewi', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    letter-spacing: 0.14px;   
    transition: .25s linear all; 
}
.modal__submit-btn:hover{
    background: #c79c4d;
    transition: .25s linear all; 
}
.modal__bottom-txt{
    margin-top: 16px;
    color: #213030;
    text-align: center;
    font-family: 'RFDewi', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 160% */
    letter-spacing: 0.1px;
    opacity: .5;    
    padding-bottom: 24px;
}
.loaderSpin{
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}
.loaderCircle{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;    
    border: 5px solid rgb(121, 195, 173, .35);
    border-top: 5px solid #c79c4d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 2.5s linear;
    animation: spinAnimation 2s  infinite;
  
}
.form__answer-block{
    color: #c1b5a2;
}
@keyframes spinAnimation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
