@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";:root{--content-width:1330px;--content-width--small:1200px;--container-offset:15px;--container-width:calc(var(--content-width) + (var(--container-offset)*2));--container-width--small:calc(var(--content-width--small) + (var(--container-offset)*2));--font-family-primary:"Manrope",sans-serif;--font-family-secondary:"Plus Jakarta Sans",sans-serif;--fw-400:400;--fw-500:500;--fw-600:600;--fw-700:700;--fw-800:800;--color-white:#fff;--color-white-50:#ebeaed;--color-white-100:#ffffff1a;--color-white-200:#fff3;--color-white-500:#ffffff0d;--color-gray-300:#bdbdbd;--color-gray-400:#828282;--color-black:#000;--color-black-700:#2d2d2d;--color-black-750:#111827;--color-black-800:#161616;--color-black-850:#161616cc;--color-blue-50:#e8eeff;--color-blue-200:#87a9fa;--color-blue-300:#5488ff;--color-blue-400:#235ee7;--color-blue-800:#010e35;--radius-main:4px}.checkbox__field:checked+.checkbox__content:after{opacity:1}.checkbox__field:focus+.checkbox__content:before{outline:1px solid var(--color-gray-100);outline-offset:1px}.checkbox__field:disabled+.checkbox__content{opacity:.4;pointer-events:none}html,body{scroll-behavior:smooth;overscroll-behavior-y:none}.page{font-family:var(--font-family-primary);font-weight:var(--fw-700);letter-spacing:0;background-color:var(--color-white);font-optical-sizing:auto;font-variation-settings:"wdth" 100;font-size:clamp(16px,1vw,20px);font-style:normal;line-height:1}.page__body{min-height:var(--vh);min-width:320px}.page.open{overflow:hidden}.container{padding:0 var(--container-offset);max-width:var(--container-width);width:100%;margin:0 auto}.container--small{max-width:var(--container-width--small)}.site-container{grid-template-rows:1fr auto;grid-template-columns:100%;display:grid}.background-light{background-color:var(--color-white-50)}.logo{width:100%;max-width:320px}.radial-gradient:after{z-index:-2;content:"";background:radial-gradient(circle at 0 100%,#235ee71a 0%,#235ee700 35%);width:100%;height:100%;position:absolute}.radial-gradient--bottom:after{bottom:0;left:0}.radial-gradient--top:after{background:radial-gradient(circle at 0 0,#235ee71a 0%,#235ee700 35%);top:0;left:0}.radial-gradient--right:after{background:radial-gradient(circle at 100%,#235ee71a 0%,#235ee700 35%);top:0;right:0}.radial-gradient--white:after{background:radial-gradient(circle at 100% 0,#ffffff1a 0%,#fff0 35%);top:0;right:0}.description{color:var(--color-blue-400);text-transform:uppercase;letter-spacing:.6px;margin-bottom:20px;padding-left:68px;font-size:24px;line-height:1.4;position:relative}.description:before{content:"";background-color:var(--color-blue-400);border:none;width:48px;height:1px;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.item{border-radius:var(--radius-main);background-color:var(--color-black-800);color:var(--color-white);width:100%;padding:20px 20px 20px 89px;position:relative}.item:before{content:"";background-image:url(../images/icons/check.svg);background-repeat:no-repeat;background-size:contain;width:25px;height:25px;position:absolute;top:50%;left:32px;transform:translateY(-50%)}.hidden{display:none!important}.sr-only{-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;clip:rect(1px,1px,1px,1px)!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.dis-scroll{height:calc(var(--vh,1vh)*100);overscroll-behavior:none;width:100%;height:100dvh;position:fixed;top:0;left:0;overflow:hidden}.js-focus-visible :focus:not(.focus-visible){outline:none}h1,h2,h3{font-weight:var(--fw-700);color:var(--color-white);text-transform:capitalize;letter-spacing:1px;width:-moz-fit-content;width:fit-content;line-height:1.3;overflow:visible}h1 span,h2 span,h3 span{text-transform:lowercase}h1{color:var(--color-black-700);font-size:clamp(1.75rem,1rem + 3.75vw,60px);font-weight:var(--fw-500);text-transform:uppercase}h2,.title{color:var(--color-black-800);letter-spacing:0;font-size:38px}@media only screen and (max-width:576px){h2,.title{font-size:32px}}h3{letter-spacing:0;width:100%;font-size:24px}p{font-size:18px;line-height:1.5;font-weight:var(--fw-400);letter-spacing:0}.header{z-index:15;background-color:var(--color-white);width:100%;padding:20px 0;position:fixed;top:0;left:0;right:0}.header .container{max-width:1440px;padding:0 24px}.header__inner{background:0 0}.header .logo{justify-content:center;align-items:center;display:none}@media only screen and (max-width:1180px){.header .logo{display:flex}}.header .nav__btns{gap:20px}.header .nav__btns .btn{margin:0}.header .nav__btns .btn--user{color:var(--color-blue-400);background-color:var(--color-blue-50)}.header .nav__btns .btn--user:hover,.header .nav__btns .btn--user:focus{color:var(--color-white);background-color:var(--color-blue-400)}.header.hide{transform:translateY(calc(-100% - 30px))}@media only screen and (max-width:1180px){.header{min-height:unset}}@media only screen and (max-width:475px){.header .logo{max-width:250px}}.nav{position:relative}.nav__inner{justify-content:space-between;align-items:center;gap:10px;display:flex}.nav__inner .logo{display:block}@media only screen and (max-width:1180px){.nav__inner .logo{display:none}.header .nav__inner{z-index:-1;padding-top:calc(var(--header-height)*1.5);height:calc(var(--vh));background-color:var(--color-white);flex-direction:column;justify-content:flex-start;width:100%;transition-property:transform;transition-duration:.4s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(150%)}.nav__inner .nav__btns .btn--user{max-width:100%}}.nav__list{align-items:center;gap:32px;display:flex}@media only screen and (max-width:1280px){.header .nav__list{margin-right:10px}}@media only screen and (max-width:1180px){.header .nav__list{z-index:-1;flex-direction:column}}.nav__link{font-size:16px;font-weight:var(--fw-600);white-space:nowrap;text-transform:uppercase;color:var(--color-black-800);font-variation-settings:unset;background-color:#0000;padding:4px;line-height:1.5;transition:color .4s}.nav__link:hover,.nav__link:focus{color:var(--color-blue-400)}.nav__link.true{color:var(--color-blue-400);font-weight:var(--fw-700)}.nav__btns{align-items:center;display:flex}.nav__btns .btn--user{white-space:nowrap;background-color:var(--color-blue-50);max-width:152px}.nav__btns .request-btn{white-space:nowrap;max-width:204px}@media only screen and (max-width:1180px){.nav__btns{flex-direction:column}.nav .nav__list{margin:0 auto}.nav .nav__item{margin-right:0}}[class].btn{font-family:var(--font-family-primary);border-radius:var(--radius-main);font-weight:var(--fw-600);color:inherit;background-color:var(--color-blue-400);white-space:nowrap;text-align:center;border:none;justify-content:center;align-items:center;width:100%;padding:18px 50px;font-size:16px;line-height:1.5;transition-property:background-color,color;transition-duration:.4s;display:flex;position:relative}[class].btn:hover,[class].btn:focus{background-color:var(--color-blue-50);color:var(--color-blue-400)}[class].btn--reverse:hover,[class].btn--reverse:focus{color:var(--color-blue-400);background-color:var(--color-blue-800)!important}[class].btn--user{position:relative}[class].btn--user:hover:before,[class].btn--user:focus:before{filter:invert()}@media only screen and (max-width:475px){[class].btn{min-width:auto;margin:0 auto}}[class].request-btn{position:relative}[class].request-btn:hover:after,[class].request-btn:focus:after{filter:invert(0)}.arrow-left{transition:all .4s;position:relative}.arrow-left:after{content:"";background-image:url(../images/icons/arrow-left.svg);background-repeat:no-repeat;background-size:contain;width:20px;height:20px;position:absolute;top:50%;right:53px;transform:translateY(-50%)}.burger{--line-height:2px;--buger-size:25px;--move:calc(var(--buger-size)/3);--move-decrement:calc(var(--move)*-1);--transition-time:.5s;--lines-color:var(--color-black);width:calc(var(--buger-size) + 5px);height:var(--buger-size);transition:opacity var(--transition-time)ease;background-color:#0000;display:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}.burger span{z-index:-1;height:var(--line-height);background-color:var(--lines-color);transition:transform var(--transition-time)ease,background-color var(--transition-time)ease .3s;width:100%;display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.burger span:before,.burger span:after{content:"";height:var(--line-height);background-color:var(--lines-color);width:100%;animation-duration:.4s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:forwards;position:absolute;left:0}.burger span:before{transform:translateY(var(--move-decrement))rotate(0)}.burger span:after{transform:translateY(var(--move))rotate(0)}.burger:hover{opacity:1}@media only screen and (max-width:1180px){.burger{display:block}}.closed.opened span{background-color:var(--lines-color);transition:background-color .2s}.closed.opened span:before{animation-name:toplineburger}.closed.opened span:after{animation-name:bottomlineburger}.opened .nav__inner{gap:40px;transform:translate(0)}.opened span{background-color:#0000;transition:background-color .2s}.opened span:before,.opened span:after{animation-duration:.2s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:forwards}.opened span:before{animation-name:toplinecross}.opened span:after{animation-name:bottomlinecross}@keyframes toplinecross{0%{transform:translateY(var(--move-decrement))}50%{transform:translateY(0)}to{transform:rotate(45deg)}}@keyframes bottomlinecross{0%{transform:translateY(var(--move))}50%{transform:translateY(0)}to{transform:translateY(0)rotate(-45deg)}}@keyframes toplineburger{0%{transform:rotate(45deg)}50%{transform:rotate(0)}to{transform:translateY(var(--move-decrement))rotate(0)}}@keyframes bottomlineburger{0%{transform:translateY(0)rotate(-45deg)}50%{transform:rotate(0)}to{transform:translateY(var(--move))rotate(0)}}.policy{padding:calc(var(--header-height) + 108px)0 108px}.policy__content{margin-bottom:48px}.policy__content:last-child{margin-bottom:0}.policy h1{margin-bottom:48px;font-size:38px}.policy h2{font-weight:var(--fw-700);margin:0 0 24px;font-size:28px}.policy h2:before{display:none}.policy .description{color:var(--color-blue-400);margin-bottom:20px}.policy p{color:var(--color-black-800)}.policy p:not(:last-child){margin-bottom:24px}.policy a{color:var(--color-blue-400);font-weight:var(--fw-700);text-decoration:underline}.policy ul{margin:0 0 24px;padding-top:24px}.policy li{color:var(--color-black-800);font-size:20px;font-weight:var(--fw-400);padding-left:24px;position:relative}.policy li:before{content:"✓";font-weight:var(--fw-600);color:var(--color-black-800);position:absolute;top:0;left:0}.policy li span{font-weight:800}.policy li:last-child{margin-bottom:0}@media only screen and (max-width:992px){.policy{padding:calc(var(--header-height) + 40px)0 40px}}@media only screen and (max-width:768px){.policy h1{text-align:center;margin-bottom:30px}}@media only screen and (max-width:576px){.policy h1{font-size:32px}}.footer{background-color:var(--color-black-800)}.footer__wrapper{border-bottom:1px solid var(--color-white-200);padding:56px 0}.footer__main{justify-content:space-between;align-items:center;display:flex}.footer .logo{max-width:320px;margin-bottom:24px;display:block}.footer__contact{color:var(--color-white);font-size:20px;line-height:1.4;font-weight:var(--fw-400);transition:color .4s}.footer__contact:hover,.footer__contact:focus{color:var(--color-blue-400)}.footer__btns{align-items:center;gap:20px}.footer__btns .btn{margin:0}.footer__btns .btn--user{color:var(--color-blue-400);background-color:var(--color-blue-50);padding:18px 50px}.footer__btns .btn--user:hover,.footer__btns .btn--user:focus{color:var(--color-white);background-color:var(--color-blue-400)}.footer__btns .btn--reverse{color:var(--color-white)}.footer__bottom{color:var(--color-white);justify-content:space-between;align-items:center;padding:24px 0;display:flex}.footer__bottom p{font-size:16px;line-height:1.4}.footer__policy{gap:48px;display:flex}.footer__policy a{font-size:16px;font-weight:var(--fw-700);color:var(--color-white);transition:color .2s}.footer__policy a:hover,.footer__policy a:focus{color:var(--color-blue-400)}@media only screen and (max-width:1180px){.footer__btns{flex-direction:row}}@media only screen and (max-width:768px){.footer__wrapper{padding:0}.footer__group{text-align:center}.footer__main{flex-direction:column;align-items:center;gap:20px;margin-bottom:0;padding:40px 0}.footer__bottom{flex-direction:column;align-items:center;gap:20px;padding:20px 0}.footer__bottom p{text-align:center}.footer__btns .request-btn{padding:20px 68px 20px 39px}}@media only screen and (max-width:475px){.footer__btns{flex-direction:column}.footer__btns .btn--user{max-width:100%}.footer__contact{font-size:18px}}.contact{position:relative}.contact__inner{background-position:100% 0;background-repeat:no-repeat;background-size:653px;max-width:1440px;min-height:818px;margin:0 auto;display:flex}.contact__wrapper{flex-direction:column;justify-content:center;height:100%;display:flex}.contact .container{z-index:3;position:relative}.contact .title{color:var(--color-blue-400);margin-bottom:25px;font-size:42px}.contact p{margin-bottom:32px;font-size:16px}.contact__form{flex-direction:column;width:100%;max-width:370px;display:flex}.contact__group{flex-direction:column;display:flex}.contact__group:not(:last-of-type){margin-bottom:37px}.contact__name{align-items:flex-end;gap:12px;margin-bottom:0;display:flex}.contact label{font-weight:var(--fw-700);letter-spacing:2px;color:var(--color-blue-400);text-transform:uppercase;width:100%;margin-bottom:6px;font-size:14px;line-height:1.8}.contact input,.contact textarea{font-weight:var(--fw-500);border:1px solid var(--color-white-50);color:var(--color-gray-400);background-color:#0000;width:100%;max-width:370px;padding:12px 24px;font-size:18px;line-height:1.4}.contact input::placeholder,.contact textarea::placeholder{color:var(--color-gray-400)}.contact textarea{resize:none;min-height:170px;padding:13px 19px}.contact .btn{font-size:18px;font-weight:var(--fw-500);max-width:90px;padding:12px 22px}@media only screen and (max-width:1180px){.contact__wrapper{max-width:300px}}@media only screen and (max-width:992px){.contact .container{padding:0}.contact__wrapper{border-radius:var(--radius-main);background-color:#b3b3b3e6;max-width:400px;padding:0 15px}}@media only screen and (max-width:768px){.contact__inner{min-height:718px}}@media only screen and (max-width:576px){.contact__name{flex-direction:column}.contact__group{width:100%}.contact__form .btn{max-width:unset;width:100%}}.content-block{overflow:hidden}.content-block--guide h2{max-width:660px;margin-bottom:40px}.content-block--guide p{max-width:660px}.content-block--guide p:last-child{color:var(--color-black-700);font-size:22px}.content-block--guide img{left:-87px}.content-block--suits h2{margin-bottom:40px}.content-block--suits h2+p{color:var(--color-black-700);margin-bottom:40px;font-size:22px;line-height:1.4}.content-block--works h2{margin-bottom:60px}.content-block--works img{object-fit:contain;right:-89px}.content-block .container{padding-left:0;padding-right:0}.content-block__inner{display:flex;position:relative}.content-block__inner--guide,.content-block__inner--suits{justify-content:flex-end;min-height:690px;display:flex;overflow:visible}.content-block__inner--works{justify-content:flex-start;min-height:833px;padding-left:15px;padding-right:0;display:flex;overflow:visible}.content-block__inner--end{justify-content:flex-end;padding-left:0;padding-right:15px}.content-block__inner--end img{left:-83px}.content-block__inner--start{justify-content:flex-start;padding-left:15px;padding-right:0}.content-block__inner--start img{right:-87px}.content-block__wrapper{flex-direction:column;place-content:space-between center;height:100%;display:flex}.content-block__wrapper--guide,.content-block__wrapper--suits,.content-block__wrapper--works{align-self:center;width:100%;max-width:648px}.content-block__wrapper--guide{max-width:660px}.content-block__wrapper--works{align-self:flex-start;padding-top:86px}.content-block img{aspect-ratio:16/6;width:100%;max-width:756px;min-height:690px;position:relative;overflow:hidden}.content-block__items{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:40px;display:grid}.content-block__item{color:var(--color-blue-400);background-color:#0000;max-width:100%;padding:16px 0 16px 69px}.content-block__item h3{font-weight:var(--fw-600);color:var(--color-blue-400);margin-bottom:4px;font-size:22px;line-height:1.5}.content-block__item p{font-size:16px;line-height:1.5}.content-block .btn{background-color:var(--color-blue-400);color:var(--color-white);justify-content:flex-start;width:100%;max-width:211px}.content-block .item:before{background-image:url(../images/icons/check-blue.svg);left:12px}.content-block__steps{counter-reset:section;width:100%;max-width:600px;position:relative}.content-block__steps:before{content:"";background-image:url(../images/icons/line.svg);background-repeat:no-repeat;background-size:contain;width:2px;height:324px;position:absolute;top:29px;left:19px}.content-block__step{padding-left:72px;position:relative}.content-block__step:not(:last-of-type){margin-bottom:60px}.content-block__step h3{font-weight:var(--fw-600);color:var(--color-blue-400);margin-bottom:20px;font-size:22px}.content-block__step p{color:var(--color-black-800);font-size:16px}.content-block__step:before{counter-increment:section;content:counter(section);font-weight:var(--fw-700);color:var(--color-white);background-color:var(--color-blue-400);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;line-height:1.4;display:flex;position:absolute;top:0;left:0}.content-block__step--second h3{color:var(--color-blue-300)}.content-block__step--second:before{background-color:var(--color-blue-300)}.content-block__step--third h3{color:var(--color-blue-200)}.content-block__step--third:before{background-color:var(--color-blue-200)}@media only screen and (max-width:992px){.content-block__inner--guide{flex-direction:column;gap:20px}.content-block__inner--guide img{left:0}.content-block__inner--suits{flex-direction:column;gap:20px;margin-bottom:40px}.content-block__inner--end{padding:0}.content-block__inner--end img{order:1;left:0}.content-block__inner--start{padding:0}.content-block__inner--start img{right:0}.content-block img{aspect-ratio:16/8;min-height:unset;width:100%;max-width:100%}.content-block__wrapper{padding:0 15px}.content-block__wrapper--suits{max-width:100%}.content-block__wrapper--margin{margin-bottom:40px}}@media only screen and (max-width:768px){.content-block__inner--works{flex-direction:column;gap:20px;padding:0}.content-block__inner--works img{object-fit:cover;right:0}}@media only screen and (max-width:576px){.content-block__items{grid-template-columns:1fr;gap:10px;margin-bottom:20px}.content-block--suits h2+p{margin-bottom:20px}.content-block .btn{max-width:100%}}.hero{min-height:calc(var(--header-height) + 800px);position:relative}.hero__inner{z-index:2;min-height:calc(var(--header-height) + 800px);padding-top:var(--header-height);background-position:100% 100%;background-repeat:no-repeat;background-size:653px;flex-direction:column;justify-content:center;width:100%;max-width:1440px;margin:0 auto;display:flex;position:relative;top:0;left:0}.hero__inner--rental{padding-top:calc(var(--header-height) + 116px);justify-content:flex-start}.hero__wrapper{background-repeat:no-repeat;grid-template-columns:1fr .8fr;display:grid}.hero h1{max-width:569px;margin-bottom:48px}.hero .description{font-size:28px}.hero__content--home{align-self:flex-end}.hero__info{margin-bottom:87px;padding-left:120px;padding-right:15px}.hero__images{grid-template-columns:repeat(3,1fr);display:grid}.hero__image img{max-width:653px;height:100%;max-height:800px}.hero__content{border-radius:var(--radius-main);background-color:#fffc;max-width:648px;padding:20px}.hero__content--home{max-width:100%;padding:0}.hero .btn{color:var(--color-white);justify-content:flex-start;max-width:232px;margin:0}.hero .btn:hover,.hero .btn:focus{color:var(--color-blue-400)}@media only screen and (max-width:1280px){.hero{min-height:750px}.hero--home{min-height:800px}.hero__inner{min-height:750px}.hero__inner--home{min-height:800px}}@media only screen and (max-width:1180px){.hero__inner--home{background-image:url(../images/home/hero.jpeg);justify-content:flex-end}.hero__image{display:none}.hero__wrapper{display:flex}.hero__info{margin-bottom:20px;padding:20px}}@media only screen and (max-width:992px){.hero{min-height:700px}.hero--home{min-height:800px}.hero__inner{min-height:700px;position:relative}.hero__inner--home{min-height:800px}}@media only screen and (max-width:768px){.hero{min-height:600px}.hero--home{min-height:800px}.hero__content,.hero__content h1,.hero__content p{max-width:unset}.hero__inner{background-position:50%;background-size:cover;min-height:600px}.hero__inner--home{min-height:800px}.hero__inner--rental{padding-top:calc(var(--header-height));justify-content:center}}@media only screen and (max-width:576px){.hero{min-height:500px}.hero--home{min-height:700px}.hero .description{font-size:24px}.hero__inner{min-height:500px}.hero__inner--home{min-height:700px}}@media only screen and (max-width:475px){.hero__content .btn{width:100%;max-width:none}.hero__content .btn:after{right:20px}}.blog{padding:86px 0;position:relative}.blog h2{margin-bottom:60px}.blog__items{grid-template-columns:1fr 1fr;gap:24px;display:grid}.blog__item{min-height:518px;position:relative}.blog__item img{border-radius:var(--radius-main);aspect-ratio:16/8;width:100%;height:100%}.blog__desc{z-index:3;background-color:var(--color-black-850);width:100%;padding:32px;position:absolute;bottom:0;left:0}.blog__desc h3{font-weight:var(--fw-600);margin-bottom:37px;font-size:24px}.blog__desc a{font-weight:var(--fw-600);color:var(--color-white);background-color:#0000;border:none;padding-right:28px;font-size:16px}.blog__desc a:hover,.blog__desc a:focus{color:var(--color-white-500)}.blog__desc a:after{right:0}@media only screen and (max-width:1180px){.blog__items{grid-template-columns:1fr}}.testimonials{padding:60px 0}.testimonials h2{font-weight:var(--fw-500);color:var(--color-black-700);text-transform:uppercase;letter-spacing:1px;font-size:60px;line-height:1.3}.testimonials__title{margin-bottom:60px;position:relative}.testimonials__title:after{content:"";background-image:url(../images/icons/quotes.svg);background-repeat:no-repeat;background-size:contain;width:60px;height:60px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.testimonials__clients{grid-template-columns:1fr 1fr;gap:30px;display:grid}.testimonials__item{border-top:1px solid var(--color-gray-300);padding:40px 24px}.testimonials__item p{color:var(--color-black-700);width:100%;margin-bottom:30px;font-size:24px;line-height:1.5}.testimonials__item h3{font-weight:var(--fw-600);color:var(--color-black-750);margin-left:24px;font-size:22px}.testimonials__item div{align-items:center;display:flex}.testimonials__img{border-radius:50%}.testimonials__img--none-radius{border-radius:0}.testimonials__client{justify-content:space-between;align-items:center;display:flex}@media only screen and (max-width:1280px){.testimonials__item p{min-height:150px}}@media only screen and (max-width:1180px){.testimonials__item p{min-height:180px}}@media only screen and (max-width:992px){.testimonials__clients{grid-template-columns:1fr;gap:20px}.testimonials__item p{min-height:unset}}@media only screen and (max-width:768px){.testimonials h2{font-size:42px}}@media only screen and (max-width:576px){.testimonials h2{max-width:250px;font-size:32px}.testimonials__title{margin-bottom:20px}}@media only screen and (max-width:475px){.testimonials{padding-bottom:0}.testimonials__client{flex-direction:column;gap:20px}}.post{padding:0 0 86px}.post__heading{padding:calc(var(--header-height) + 100px)0 86px;max-width:1920px;margin:0 auto;position:relative}.post__heading a{font-size:16px;font-weight:var(--fw-600);color:var(--color-blue-400);margin-bottom:36px;padding-left:28px;line-height:1.5;transition:color .4s;display:inline-block;position:relative}.post__heading a:hover,.post__heading a:focus{color:var(--color-blue-800)}.post__heading a:before{content:"";background-image:url(../images/icons/arrow-left-blue.svg);background-repeat:no-repeat;background-size:contain;width:20px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.post__heading h1{font-weight:var(--fw-500);letter-spacing:.48px;letter-spacing:1.3px;margin-bottom:20px}.post__heading h2{font-weight:var(--fw-400);letter-spacing:.48px;color:var(--color-blue-400);text-transform:uppercase;font-size:24px}.post img{aspect-ratio:16/6;width:100%;max-width:1920px;height:100%;min-height:643px;margin:0 auto 86px}.post__content p{color:var(--color-black-800)}.post__content p:not(:last-child){margin-bottom:48px}.post__content h3{color:var(--color-black-800);margin-bottom:24px;font-size:28px}.post__content img{aspect-ratio:16/4;height:100%;min-height:430px;margin-bottom:48px}@media only screen and (max-width:768px){.post__heading{padding:calc(var(--header-height) + 60px)0 60px}.post img{min-height:unset;aspect-ratio:16/10;margin-bottom:48px}.post__content img{aspect-ratio:16/6}}@media only screen and (max-width:576px){.post__heading h1,.post__heading h2{text-align:center}}.events__information{justify-content:space-between;gap:60px;margin-bottom:120px;padding-top:120px;display:flex}.events__items{gap:20px;width:100%;display:flex}.events__items--suits{counter-reset:section;grid-template-columns:1fr 1fr;gap:20px;display:grid}.events h2{margin-bottom:20px}.events h2+p{margin-bottom:50px;font-size:22px;line-height:1.5}.events__item{max-width:355px}.events__item h3{font-weight:var(--fw-600);margin-bottom:4px;font-size:22px;line-height:1.5}.events__item p{font-size:16px}.events__item--suits:before{counter-increment:section;content:"0" counter(section);font-weight:var(--fw-600);color:var(--color-white);width:unset;height:unset;background-image:none;font-size:39px;line-height:1.2;left:20px}.events__content{width:100%;max-width:730px}.events__content--order{order:1}.events .description{margin-bottom:20px}.events__image img{border-radius:var(--radius-main);aspect-ratio:16/8;height:100%}.events__image--order{order:0}@media only screen and (max-width:992px){.events__information{flex-direction:column;gap:20px;margin-bottom:0;padding-top:60px}.events__content{max-width:100%}.events__content--order{order:unset}.events__image img{width:100%}.events__item{max-width:100%}}@media only screen and (max-width:768px){.events__items{flex-direction:column;gap:10px}}@media only screen and (max-width:576px){.events h2{text-align:center;width:100%}.events__items--suits{grid-template-columns:1fr}}.gallery{padding:120px 0;position:relative}.gallery__wrapper{grid-template-columns:1fr 1fr;gap:24px;display:grid}.gallery__heading{max-width:518px;margin-bottom:123px}.gallery__heading h2{width:100%}.gallery__heading--collections{max-width:548px;margin-bottom:64px}.gallery__heading--collections h2{margin-bottom:48px}.gallery__heading--collections .btn{background-color:var(--color-blue-50);justify-content:flex-start;width:100%;max-width:232px;margin:0;color:var(--color-blue-400)!important}.gallery__heading--collections .btn:hover,.gallery__heading--collections .btn:focus{background-color:var(--color-blue-400);color:var(--color-white)!important}.gallery__heading--collections .arrow-left:after{transform:all .4s;background-image:url(../images/icons/arrow-right-blue.svg)}.gallery__heading--collections .arrow-left:hover:after,.gallery__heading--collections .arrow-left:focus:after{background-image:url(../images/icons/arrow-left.svg)}.gallery__item{position:relative}.gallery__desc{z-index:3;background-color:var(--color-black-850);width:100%;padding:32px;position:absolute;bottom:0;left:0}.gallery__desc h3{font-weight:var(--fw-600);margin-bottom:16px;font-size:24px}.gallery__desc p{color:var(--color-white);margin-bottom:35px;font-size:16px}.gallery__desc--no-margin p{margin-bottom:0}.gallery img{aspect-ratio:16/6;min-height:653px}.gallery img:not(:last-child){margin-bottom:24px}.gallery__right img:last-child{min-height:977px}.gallery__right .gallery__item:last-of-type img{min-height:977px;margin-bottom:0}.gallery__left .gallery__item:last-of-type img{margin-bottom:0}.gallery a{font-weight:var(--fw-600);color:var(--color-white);background-color:#0000;border:none;padding-right:28px;font-size:16px}.gallery a:hover,.gallery a:focus{color:var(--color-white-500)}.gallery a:after{right:0}@media only screen and (max-width:768px){.gallery{padding:60px 0}.gallery__heading{margin-bottom:60px}.gallery__wrapper{grid-template-columns:1fr;gap:20px}.gallery img{min-height:unset;aspect-ratio:16/10;width:100%}.gallery img:last-child{min-height:unset}.gallery__right .gallery__item:last-of-type img{min-height:unset;aspect-ratio:16/14}}@media only screen and (max-width:576px){.gallery__heading h2{text-align:center}.gallery--collections img{aspect-ratio:16/14}}.rental{padding:86px 0}.rental h2{margin-bottom:69px}.rental a{color:var(--color-blue-400);margin-bottom:27px;padding-right:28px;display:inline-block}.rental a:after{background-image:url(../images/icons/arrow-right-blue.svg);right:0}.rental__tips{font-weight:var(--fw-700);margin-bottom:24px}.rental__items{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.rental__item{max-width:100%}.rental__item p{font-weight:var(--fw-600);font-size:22px;line-height:1.5}.rental h3{color:var(--color-black-800);margin-bottom:24px;font-size:28px}.rental h3 span{color:var(--color-blue-400);text-transform:capitalize}.rental h4{margin-bottom:4px;font-size:18px;line-height:1.5}.rental ul{margin-bottom:36px;padding-left:30px}.rental li{font-weight:var(--fw-400);color:var(--color-black-800);font-size:18px;line-height:1.1;list-style:disc}.rental li:not(:last-child){margin-bottom:4px}.rental__step:not(:last-child){margin-bottom:50px}.rental__step:first-child h3+p{margin-bottom:24px}.rental__step:last-child ul:last-child{margin-bottom:0}@media only screen and (max-width:992px){.rental h2{margin-bottom:40px}.rental__items{grid-template-columns:1fr;gap:10px}}@media only screen and (max-width:768px){.rental{padding:60px 0}}.questions{background-color:var(--color-black-800);z-index:1;padding:86px 0;position:relative}.questions .description{color:var(--color-white)}.questions .description:before{background-color:var(--color-white)}.questions h2{color:var(--color-white);margin-bottom:60px}.questions__item{color:var(--color-white);padding:40px 30px}.questions__item h3{font-size:28px;font-weight:var(--fw-600);margin-bottom:24px}.questions__item p{font-size:16px}.questions__item--first{background-color:var(--color-white-200)}.questions__item--second{background-color:var(--color-white-100)}.questions__item--third{background-color:var(--color-white-500)}@media only screen and (max-width:768px){.questions{padding:40px 0}}@media only screen and (max-width:576px){.questions .description{font-size:18px}.questions h2{text-align:center}.questions__item h3{text-align:center;font-size:26px}}
/*# sourceMappingURL=main.css.map */
