.cookies-infobar{position:fixed;right:2px;bottom:2px;z-index:1000;width:100%;max-width:540px;padding:50px 20px;border-radius:10px;background:-webkit-gradient(linear,left top,right bottom,from(#3c5e74),color-stop(24%,#3c87b8),color-stop(50%,#060606)) bottom right/50% 50% no-repeat,-webkit-gradient(linear,right top,left bottom,from(#3c5e74),color-stop(24%,#3c87b8),color-stop(50%,#060606)) bottom left/50% 50% no-repeat,-webkit-gradient(linear,right bottom,left top,from(#3c5e74),color-stop(24%,#3c87b8),color-stop(50%,#060606)) top left/50% 50% no-repeat,-webkit-gradient(linear,left bottom,right top,from(#3c5e74),color-stop(24%,#3c87b8),color-stop(50%,#060606)) top right/50% 50% no-repeat;background:-o-linear-gradient(top left,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom right/50% 50% no-repeat,-o-linear-gradient(top right,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom left/50% 50% no-repeat,-o-linear-gradient(bottom right,#3c5e74 0,#3c87b8 24%,#060606 50%) top left/50% 50% no-repeat,-o-linear-gradient(bottom left,#3c5e74 0,#3c87b8 24%,#060606 50%) top right/50% 50% no-repeat;background:linear-gradient(to bottom right,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom right/50% 50% no-repeat,linear-gradient(to bottom left,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom left/50% 50% no-repeat,linear-gradient(to top left,#3c5e74 0,#3c87b8 24%,#060606 50%) top left/50% 50% no-repeat,linear-gradient(to top right,#3c5e74 0,#3c87b8 24%,#060606 50%) top right/50% 50% no-repeat}.cookies-infobar.cookies-infobar_accepted{display:none}.cookies-infobar_wrapper h3{margin-bottom:20px;color:#fff;text-align:center;font-size:clamp(1.5rem,1.312rem + .94vw,2rem);font-weight:700;line-height:100%;text-transform:uppercase}.cookies-infobar_wrapper p{margin-bottom:40px;color:#fff;text-align:center;font-size:clamp(.875rem,.734rem + .71vw,1.25rem);font-style:normal;font-weight:400;line-height:100%}.cookies-infobar_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.cookies-infobar_btn{display:block;padding:16px;width:100%;border-radius:30px;color:#fff;font-size:clamp(.75rem,.656rem + .47vw,1rem);font-style:normal;font-weight:600;line-height:100%;text-transform:uppercase;text-align:center;background:#f02;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.cookies-infobar_btn--decline{color:#070707;background:#fff}.cookies-infobar_btn:hover{opacity:.7}.roofortune-header{padding:14px 0;background:-webkit-gradient(linear,left top,left bottom,from(#02f),to(#0287c9));background:-o-linear-gradient(top,#02f 0,#0287c9 100%);background:linear-gradient(180deg,#02f 0,#0287c9 100%)}.roofortune-header-top{padding:10px 0;background:#020000}.roofortune-header-top__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.roofortune-header-top__row img{width:20px;height:20px}.roofortune-header-top__row p{color:#fff;text-align:center;font-size:clamp(.625rem,.534rem + .45vw,.875rem);font-style:normal;font-weight:500;line-height:100%}.roofortune-header__body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:var(--mb-1)}.roofortune-header__logo{max-width:190px}.roofortune-header__menu{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.roofortune-header__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.roofortune-header__link{color:#fff;font-size:14px;font-weight:600;line-height:normal;-webkit-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.roofortune-header__link:hover{color:#ff0}.burger{position:relative;z-index:1000;display:none;padding:0;width:24px;height:20px;cursor:pointer}.burger__line{position:absolute;right:0;top:50%;width:100%;height:2px;border-radius:20px;background-color:#fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.burger::before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;border-radius:20px;background-color:#fff;-webkit-transition:top .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:top .2s ease-in-out,-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out,top .2s ease-in-out;transition:transform .2s ease-in-out,top .2s ease-in-out;transition:transform .2s ease-in-out,top .2s ease-in-out,-webkit-transform .2s ease-in-out}.burger::after{content:"";position:absolute;right:0;bottom:0;width:100%;height:2px;border-radius:20px;background-color:#fff;-webkit-transition:bottom .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:bottom .2s ease-in-out,-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out,bottom .2s ease-in-out;transition:transform .2s ease-in-out,bottom .2s ease-in-out;transition:transform .2s ease-in-out,bottom .2s ease-in-out,-webkit-transform .2s ease-in-out}.burger--active .burger__line{opacity:0}.burger--active::before{top:50%;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.burger--active::after{top:50%;bottom:auto;width:100%;background-color:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.no-webp .roofortune-hero{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5))),url(../img/main.jpg) #d3d3d3 50%/cover no-repeat;background:-o-linear-gradient(bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%),url(../img/main.jpg) #d3d3d3 50%/cover no-repeat;background:linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%),url(../img/main.jpg) #d3d3d3 50%/cover no-repeat}.roofortune-hero{position:relative;z-index:1;padding-top:50px;min-height:700px}.roofortune-hero__title{margin-bottom:20px;color:#fff;text-align:center;font-size:clamp(1.625rem,.852rem + 3.86vw,3.75rem);font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase}.roofortune-hero__text{margin-bottom:20px;color:#fff;text-align:center;font-size:clamp(.875rem,.739rem + .68vw,1.25rem);font-style:normal;font-weight:500;line-height:120%}.roofortune-hero__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px}.roofortune-hero__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.roofortune-hero__item img{width:23px;height:29px}.roofortune-hero__item span{color:#fff;font-size:clamp(.75rem,.568rem + .91vw,1.25rem);font-style:normal;font-weight:500;line-height:100%}.roofortune-faqs{position:relative;z-index:2;padding-top:80px}.roofortune-faqs__item{padding:20px;border-radius:10px;border:1px solid #0bccee}.roofortune-faqs__item h3{position:relative;margin-bottom:10px;color:#0bccee;font-size:clamp(1.125rem,.989rem + .68vw,1.5rem);font-style:normal;font-weight:700;padding-left:35px;line-height:120%;text-transform:uppercase}.roofortune-faqs__item h3::before{content:"";position:absolute;left:14px;top:50%;width:8px;height:8px;border-radius:100%;background-color:#0bccee;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.roofortune-faqs__item p{color:#fff;font-size:clamp(1rem,.955rem + .23vw,1.125rem);font-style:normal;font-weight:400;line-height:120%}.roofortune-faqs__item:not(:last-child){margin-bottom:20px}.roofortune-about{padding-top:80px;margin-bottom:100px}.roofortune-about__row{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:20px}.roofortune-about__row:not(:last-child){margin-bottom:20px}.roofortune-about__title{margin-bottom:20px}.roofortune-about__text{color:#fff;font-size:clamp(1rem,.955rem + .23vw,1.125rem);font-style:normal;font-weight:400;line-height:120%}.roofortune-about__pic img{display:block;width:100%;max-height:320px;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:1px solid #0bccee}.no-webp .roofortune-contact{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.6))),url(../img/contact.jpg) #d3d3d3 50%/cover no-repeat;background:-o-linear-gradient(bottom,rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%),url(../img/contact.jpg) #d3d3d3 50%/cover no-repeat;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%),url(../img/contact.jpg) #d3d3d3 50%/cover no-repeat}.roofortune-contact{padding:60px 0}.roofortune-contact--single{margin-top:100px}.roofortune-contact__title{text-align:center}.roofortune-contact__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin:auto;max-width:610px;width:100%}.roofortune-contact__input{border-radius:4px;background:#fff;color:#020005;font-family:var(--font-family);font-size:clamp(1rem,.955rem + .23vw,1.125rem);font-style:normal;font-weight:500;line-height:100%;padding:14px 20px}.roofortune-contact__input::-webkit-input-placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__input::-moz-placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__input:-ms-input-placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__input::-ms-input-placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__input::placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__textarea{resize:none;min-height:72px;border-radius:4px;background:#fff;color:#020005;font-family:var(--font-family);font-size:clamp(1rem,.955rem + .23vw,1.125rem);font-style:normal;font-weight:500;line-height:100%;padding:14px 20px}.roofortune-contact__textarea::-webkit-input-placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__textarea::-moz-placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__textarea:-ms-input-placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__textarea::-ms-input-placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__textarea::placeholder{color:#020005;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%}.roofortune-contact__btn{padding:12px 20px;border:1px solid transparent;border-radius:30px;color:#fff;font-family:var(--font-family);font-size:clamp(1rem,.909rem + .45vw,1.25rem);font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase;text-align:center;background:#f02;-webkit-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.roofortune-contact__btn:hover{background-color:transparent;border-color:#fff}.roofortune-description{position:relative;padding:100px 0;background:-webkit-gradient(linear,left top,left bottom,from(#02f),to(#0287c9));background:-o-linear-gradient(top,#02f 0,#0287c9 100%);background:linear-gradient(180deg,#02f 0,#0287c9 100%)}.roofortune-description--single .roofortune-description__row{margin-bottom:0}.roofortune-description__row{position:relative;z-index:2;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:100px}.roofortune-description__pic img{border-radius:10px;border:1px solid var(--Laguna,#0bccee)}.roofortune-description__title{position:relative;z-index:2}.roofortune-description__text{position:relative;z-index:2;color:#fff;font-size:clamp(1rem,.955rem + .23vw,1.125rem);font-style:normal;font-weight:400;line-height:120%}.roofortune-description__text:first-of-type{margin-bottom:20px}.roofortune-description::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background:-o-linear-gradient(bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%);background:linear-gradient(0deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%)}.roofortune-list{position:relative;z-index:2;padding-top:50px;margin-top:-420px}.roofortune-list__date{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;margin-bottom:20px}.roofortune-list__date img{display:block;margin-right:6px;width:24px;height:24px}.roofortune-list__date strong{display:block;margin-right:10px;color:#fcfcfc;font-size:clamp(.75rem,.705rem + .23vw,.875rem);font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase}.roofortune-list__date span{color:#fcfcfc;font-size:clamp(.75rem,.705rem + .23vw,.875rem);font-style:normal;font-weight:600;line-height:120%}.roofortune-list--single{margin-top:-470px}.no-webp .roofortune-item{background:url(../img/item-bg.png) #0c0c0c 50%/cover no-repeat}.roofortune-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px;border-radius:10px;border:1px solid var(--Laguna,#0bccee)}.roofortune-item--left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;gap:40px}.roofortune-item--right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:10px}.roofortune-item__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:280px;height:100%;padding:15px;border-radius:10px;background:-webkit-gradient(linear,left top,right bottom,from(#3c5e74),color-stop(24%,#3c87b8),color-stop(50%,#060606)) bottom right/50% 50% no-repeat,-webkit-gradient(linear,right top,left bottom,from(#3c5e74),color-stop(24%,#3c87b8),color-stop(50%,#060606)) bottom left/50% 50% no-repeat,-webkit-gradient(linear,right bottom,left top,from(#3c5e74),color-stop(24%,#3c87b8),color-stop(50%,#060606)) top left/50% 50% no-repeat,-webkit-gradient(linear,left bottom,right top,from(#3c5e74),color-stop(24%,#3c87b8),color-stop(50%,#060606)) top right/50% 50% no-repeat;background:-o-linear-gradient(top left,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom right/50% 50% no-repeat,-o-linear-gradient(top right,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom left/50% 50% no-repeat,-o-linear-gradient(bottom right,#3c5e74 0,#3c87b8 24%,#060606 50%) top left/50% 50% no-repeat,-o-linear-gradient(bottom left,#3c5e74 0,#3c87b8 24%,#060606 50%) top right/50% 50% no-repeat;background:linear-gradient(to bottom right,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom right/50% 50% no-repeat,linear-gradient(to bottom left,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom left/50% 50% no-repeat,linear-gradient(to top left,#3c5e74 0,#3c87b8 24%,#060606 50%) top left/50% 50% no-repeat,linear-gradient(to top right,#3c5e74 0,#3c87b8 24%,#060606 50%) top right/50% 50% no-repeat}.roofortune-item__logo img{max-width:176px;height:56px;-o-object-fit:contain;object-fit:contain}.roofortune-item__info{max-width:300px}.roofortune-item__info h3{color:#fff;font-size:clamp(.75rem,.562rem + .94vw,1.25rem);font-style:normal;font-weight:600;line-height:100%}.roofortune-item__info h4{margin-bottom:10px;color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase}.roofortune-item__rate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:130px;padding:42px 0}.roofortune-item__rate h3{margin-bottom:10px;color:#fff;text-align:center;font-size:clamp(1.125rem,.398rem + 3.64vw,3.125rem);font-style:normal;font-weight:600;line-height:100%}.roofortune-item__btns{padding-right:20px;width:240px}.roofortune-item__link{display:block;border-radius:30px;padding:12px 10px;margin-bottom:10px;text-align:center;color:#fff;font-size:clamp(.75rem,.659rem + .45vw,1rem);font-weight:600;line-height:120%;text-decoration:underline;text-transform:uppercase;border:2px solid var(--Laguna,#0bccee);background:var(--Diamond-blue,linear-gradient(to bottom right,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom right/50% 50% no-repeat,linear-gradient(to bottom left,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom left/50% 50% no-repeat,linear-gradient(to top left,#3c5e74 0,#3c87b8 24%,#060606 50%) top left/50% 50% no-repeat,linear-gradient(to top right,#3c5e74 0,#3c87b8 24%,#060606 50%) top right/50% 50% no-repeat);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.roofortune-item__link:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.roofortune-item:not(:last-child){margin-bottom:10px}.rate__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px}.rate__list img{width:22px;height:22px}.roofortune__item-marquee{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:160px}.roofortune__item-pic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:34px;height:24px;padding:0 5px;border-radius:6px;background:var(--white,#fcfcfc)}.roofortune-footer{padding:40px 0;color:#fff;border-radius:10px 10px 0 0;background:#020000}.roofortune-footer__disclaimer{margin-bottom:40px;padding:20px;border-radius:10px;border:1px solid #0bccee}.roofortune-footer__disclaimer h3{margin-bottom:10px;font-size:clamp(1rem,.957rem + .22vw,1.125rem);font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase}.roofortune-footer__disclaimer p{font-size:clamp(.875rem,.832rem + .22vw,1rem);font-weight:400;line-height:120%}.roofortune-footer__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:40px}.roofortune-footer__list li:first-of-type img{width:60px}.roofortune-footer__list img{max-width:255px}.roofortune-footer__list a{-webkit-transition:opacity var(--transition);-o-transition:opacity var(--transition);transition:opacity var(--transition)}.roofortune-footer__list a:hover{opacity:.5}.roofortune-footer__nav{gap:100px}.roofortune-footer__nav a{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:120%;-webkit-transition:opacity var(--transition);-o-transition:opacity var(--transition);transition:opacity var(--transition)}.roofortune-footer__nav a:hover{opacity:.5}.roofortune-footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-bottom:40px;padding-left:20px;list-style:disc}.roofortune-footer__info li{color:#fff;font-size:clamp(.75rem,.659rem + .45vw,1rem);font-style:normal;font-weight:500;line-height:120%}.footer__address{margin-bottom:40px;font-style:normal}.footer__address h3{max-width:412px;margin-bottom:20px;font-size:clamp(1rem,.913rem + .43vw,1.25rem);font-weight:600;line-height:100%;text-transform:uppercase}.footer__address-link{margin-bottom:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:clamp(.75rem,.663rem + .43vw,1rem);font-style:normal;font-weight:400;color:var(--white-color);text-decoration:underline;line-height:120%}.footer__address-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:clamp(.75rem,.663rem + .43vw,1rem);font-style:normal;font-weight:400;color:var(--white-color);line-height:120%}.footer__address img{width:24px}@media screen and (max-width:1023px){.nav{position:fixed;right:0;top:0;z-index:100;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;padding:150px 30px 50px;width:100%;height:100vh;background:-webkit-gradient(linear,left top,left bottom,from(#02f),to(#0287c9));background:-o-linear-gradient(top,#02f 0,#0287c9 100%);background:linear-gradient(180deg,#02f 0,#0287c9 100%);visibility:hidden;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:visibility .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:visibility .2s ease-in-out,-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out,visibility .2s ease-in-out;transition:transform .2s ease-in-out,visibility .2s ease-in-out;transition:transform .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s ease-in-out}.nav--visible{visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.roofortune-header__list{position:relative;z-index:5;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;gap:20px}.roofortune-header__item{width:100%;text-align:left}.roofortune-header__link{padding-bottom:0;text-align:left}.roofortune-header__link::before{display:none;opacity:0}.roofortune-header-top p{text-align:left}.burger{display:block;margin-left:auto}}@media screen and (max-width:1000px){.roofortune-about__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.roofortune-about__row:last-of-type{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.roofortune-footer__nav{gap:15px}}@media screen and (max-width:900px){.roofortune-item{position:relative;display:block;max-width:500px;margin:auto;padding:10px}.roofortune-item::before{content:"";position:absolute;left:0;top:0;z-index:1;width:50%;height:100%;border-radius:10px;background:var(--Diamond-blue,linear-gradient(to bottom right,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom right/50% 50% no-repeat,linear-gradient(to bottom left,#3c5e74 0,#3c87b8 24%,#060606 50%) bottom left/50% 50% no-repeat,linear-gradient(to top left,#3c5e74 0,#3c87b8 24%,#060606 50%) top left/50% 50% no-repeat,linear-gradient(to top right,#3c5e74 0,#3c87b8 24%,#060606 50%) top right/50% 50% no-repeat)}.roofortune-item--left,.roofortune-item--right{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%}.roofortune-item__info h4{display:none}.roofortune-item__info h3{text-align:center;margin-bottom:10px}.roofortune-item__rate{position:relative;z-index:2;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:5px;margin:0 auto;padding:0}.roofortune-item__rate img{width:13px;height:13px}.roofortune-item__logo{position:relative;z-index:2;width:100%;padding:0;top:50%;background:0 0}.roofortune-item__logo img{max-width:155px;height:56px}.roofortune-item__btns{padding-right:0;width:100%}.roofortune-item__link{padding:7px 5px}}@media screen and (max-width:767px){.roofortune-footer{padding:25px 0}.roofortune-footer__disclaimer{margin-bottom:20px}.roofortune-footer__list{gap:20px;margin-bottom:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.roofortune-footer__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.footer__address{margin-bottom:20px}}@media screen and (max-width:600px){.roofortune-hero{padding-top:30px;min-height:652px}.roofortune-hero__title{margin-bottom:10px}.roofortune-hero__text{margin-bottom:10px}.roofortune-hero__list{gap:10px}.roofortune-faqs__item{padding:10px}.roofortune-faqs__item h3::before{top:7px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.roofortune-about{padding-top:40px;margin-bottom:40px}.roofortune-contact{padding:30px 0}.roofortune-contact__title{margin-bottom:20px}.roofortune-contact--single{margin-top:40px}.roofortune-description{padding:40px 0}.roofortune-description__row{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:20px;margin-bottom:40px}.roofortune-description__title{margin-bottom:20px}.roofortune-list{margin-top:-450px}.roofortune-list__title{margin-bottom:10px}.roofortune-list__title strong{font-weight:400}.roofortune-list--single{margin-top:-500px}.roofortune-item__logo img{max-width:112px;height:56px}}@media screen and (width <= 767px){.cookies-infobar_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.cookies-infobar{left:2px;right:2px;margin:auto;padding:14px;max-width:99%}}@media screen and (width <= 450px){.nav{width:100%}}.webp .roofortune-hero{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5))),url(../img/main.webp) #d3d3d3 50%/cover no-repeat;background:-o-linear-gradient(bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%),url(../img/main.webp) #d3d3d3 50%/cover no-repeat;background:linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%),url(../img/main.webp) #d3d3d3 50%/cover no-repeat}.webp .roofortune-contact{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.6))),url(../img/contact.webp) #d3d3d3 50%/cover no-repeat;background:-o-linear-gradient(bottom,rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%),url(../img/contact.webp) #d3d3d3 50%/cover no-repeat;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%),url(../img/contact.webp) #d3d3d3 50%/cover no-repeat}.webp .roofortune-item{background:url(../img/item-bg.webp) #0c0c0c 50%/cover no-repeat}