body{font-family:"Roboto";font-size:16px;font-weight:400;line-height:1.5;color:var(--general-color)}.container{max-width:1280px;margin:0 auto;padding-left:15px;padding-right:15px}.title{font-size:48px;font-weight:700;line-height:1.2;color:var(--title-color)}.subtitle{font-size:18px;font-weight:400;line-height:1.5}.button-orange{color:var(--white-color);border-radius:6px;border:1px solid var(--button-color);background:var(--button-color);cursor:pointer;transition:background-color 450ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 450ms cubic-bezier(0.4, 0, 0.2, 1)}.button-orange:hover{color:var(--title-color);background-color:var(--white-color)}.button-white{padding:13px 25px;color:var(--title-color);border-radius:6px;border:1px solid var(--silver-color);background:var(--white-color);box-shadow:0px 2px 4px 0px rgba(0,0,0,.08);cursor:pointer;transition:border 350ms cubic-bezier(0.4, 0, 0.2, 1)}.button-white:hover{border:1px solid var(--button-color)}.label{padding:4px 12px;font-size:14px;color:var(--title-color);border-radius:32px;background:var(--silver-color)}.properties{display:flex;justify-content:center;align-items:center;column-gap:8px}.properties::after{content:"";display:block;background-image:url("../icon/arrow-bottom.svg");background-repeat:no-repeat;background-position:center;background-size:cover;width:20px;height:10px}.hidden{overflow:hidden}@keyframes animations-img{0%,100%{transform:scale(1)}50%{transform:scale(1.075)}}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}ul{list-style:none;padding:0;margin:0}a{text-decoration:none;padding:0}:root{--button-color: #CF6F49;--title-color: #2A2C1F;--general-color: #65665C;--silver-color: #E7E8E3;--white-color: #fff;--icon-border: #FAE8E1;--big-icon-color: #737680}.header__body{padding:21px 0px;display:flex;justify-content:center;align-items:center}.header__logo{display:flex;margin-right:auto;align-items:center}.logo{width:105px;height:32px}.header__hidde-icon{display:none}.header__wrapp{display:flex;align-items:center}.header__nav{margin-right:24px}.header__list{display:flex;column-gap:32px}.header__link{color:var(--title-color);transition:color 350ms cubic-bezier(0.4, 0, 0.2, 1)}.header__link:hover{color:var(--button-color);text-decoration:underline}.search{display:flex;justify-content:center;align-items:center;column-gap:8px}.search::before{content:"";display:block;background-image:url("../icon/search.svg");background-repeat:no-repeat;background-position:center;background-size:cover;width:20px;height:20px}.header__list-button{display:flex;column-gap:16px;align-items:center}.header__button-white{display:flex;flex-direction:row-reverse;align-items:center;column-gap:4px;padding:9px 21px}.header__button-white::after{content:"";display:block;background-image:url("../icon/shopping_bag.svg");background-repeat:no-repeat;background-position:center;background-size:cover;width:20px;height:22px}.header__button-orange{padding:9px 21px}.header__burger-open{display:none;margin-left:15px;width:30px;height:30px}.header__burger-close{display:none;position:absolute;top:26px;right:14px;width:30px;height:30px;fill:var(--title-color);background-color:var(--white-color)}@media screen and (max-width: 991.98px){.header__body{justify-content:space-between}.header__logo{margin-right:15px}.header__list{column-gap:15px}}@media screen and (max-width: 820px){.header__logo{margin-right:auto}.header__hidde-icon{display:flex;align-items:center;column-gap:10px;margin-right:13px}.arrow-icon{width:20px;height:22px}.search-icon{width:20px;height:22px}.header__nav{display:none}}@media screen and (max-width: 767.98px){.header__button-white{padding:9px 10px}.header__button-orange{padding:9px 10px}}@media screen and (max-width: 479.98px){.header__logo{margin-right:auto}.header__hidde-icon{display:none}.header__button-white{width:50px}.header__burger-open{display:block}}@media screen and (max-width: 379.98px){.header__list-button{display:none}}.hero{background-color:#f5f5f2}.hero__body{display:flex;justify-content:center;align-items:center}.hero__content{position:relative;display:flex;flex-direction:column;max-width:560px;row-gap:20px;margin-right:80px}.hero__content::after{position:absolute;bottom:-124px;right:-80px;content:"";display:block;background-image:url("../icon/corner-bottom.svg");background-position:center;background-repeat:no-repeat;background-size:contain;width:135px;height:135px}.hero__content::before{position:absolute;top:-131px;left:-80px;content:"";display:block;background-image:url("../icon/corner-top.svg");background-position:center;background-repeat:no-repeat;background-size:contain;width:135px;height:135px}.hero__label{width:162px}.hero__title{font-size:56px;line-height:1.2;color:var(--title-color)}.hero__subtitle{font-size:20px}.hero__form{position:relative;display:flex}.hero-search{position:absolute;top:12px;left:16px;width:24px;height:24px}.hero__input{min-width:310px;margin-right:16px;padding:11px 0px 9px 56px;border-radius:6px;border:1px solid var(--silver-color);background:var(--white-color);box-shadow:0px 2px 4px 0px rgba(0,0,0,.08)}.hero__input::placeholder{font-size:20px}.hero__button{padding:10px 18px;font-size:20px}.hero__img-wrapp{max-width:720px;overflow:hidden}.hero__img{max-width:100%;height:100%;object-fit:contain;animation:animations-img 5s linear 1s infinite alternate-reverse}@media screen and (max-width: 1280px){.hero__content{margin-top:20px}.hero__content::after{display:none}.hero__content::before{display:none}}@media screen and (max-width: 991.98px){.hero__content{margin-right:20px}.hero__title{font-size:30px}.hero__form{flex-wrap:wrap;row-gap:15px}.hero__input{margin-right:0px}.hero__button{min-width:310px}}@media screen and (max-width: 767.98px){.hero__body{flex-direction:column}.hero__content{margin-right:0px}.hero__form{margin-bottom:15px}.hero__input{min-width:100%}.hero__button{min-width:100%}}.icons__body{display:flex;justify-content:space-between;align-items:center;margin-top:67px}.icons__title{max-width:243px;margin-right:15px}.icons__list{display:flex;column-gap:32px}.icons-icon{width:120px;height:28px;cursor:pointer;fill:var(--big-icon-color);transition:fill 350ms cubic-bezier(0.4, 0, 0.2, 1)}.icons-icon:hover{fill:var(--button-color)}@media screen and (max-width: 991.98px){.icons__list{flex-wrap:wrap;justify-content:center;column-gap:15px;row-gap:15px}}@media screen and (max-width: 767.98px){.icons__body{margin-top:30px}}@media screen and (max-width: 479.98px){.icons__body{flex-direction:column}.icons__title{margin-right:0px;margin-bottom:20px}}.work__container{padding-top:125px}.work__body{text-align:center}.work__content{margin-bottom:64px}.work__title{margin-bottom:21px}.work__subtitle{max-width:754px;margin:0 auto}.work__list{display:flex;column-gap:33px}.work__item{display:flex;flex-direction:column;align-items:center;width:405px;padding:49px 33px 47px 33px;border-radius:16px;border:1px solid var(--silver-color);background:var(--white-color);box-shadow:0px 2px 4px 0px rgba(0,0,0,.08);transition:box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1)}.work__item:hover{box-shadow:0px 4px 8px 0px rgba(0,0,0,.5)}.work__wrapper{width:48px;height:48px;border-radius:8px;background:var(--icon-border);margin-bottom:24px}.work__icon{width:32px;height:48px}.work__item-title{margin-bottom:17px}@media screen and (max-width: 991.98px){.work__container{padding-top:60px}.work__title{font-size:30px}.work__list{justify-content:center;flex-wrap:wrap;column-gap:15px;row-gap:15px}.work__item{padding:25px 20px 25px 20px}}@media screen and (max-width: 767.98px){.work__container{padding-top:30px}.work__title{margin-bottom:15px}.work__content{margin-bottom:20px}}@media screen and (max-width: 479.98px){.work__wrapper{margin-bottom:10px}.work__item-title{margin-bottom:10px}}.house__container{padding-top:125px}.house__body{display:flex;align-items:center}.house__content{max-width:600px;margin-right:80px}.house__label{max-width:107px;margin-bottom:24px}.house__title{margin-bottom:28px}.house__subtitle{margin-bottom:21px}.house__button-wrapper{display:flex;align-items:center;column-gap:24px}.house__button{transition:color 350ms cubic-bezier(0.4, 0, 0.2, 1)}.house__button:hover{color:var(--button-color)}.house__link{color:var(--title-color);font-size:16px}.house__link:hover{text-decoration:underline}.properties::after{width:10px;height:7px;transform:rotate(-90deg)}.house__img-wrapper{overflow:hidden;border-radius:16px}.house__img{max-width:100%;max-height:100%;object-fit:contain;animation:animations-img 5s linear 1s infinite alternate-reverse}@media screen and (max-width: 991.98px){.house__container{padding-top:60px}.house__content{margin-right:30px}.house__title{font-size:30px}}@media screen and (max-width: 767.98px){.house__container{padding-top:30px}.house__body{flex-direction:column}.house__content{margin-right:0px;margin-bottom:20px}.house__label{margin-bottom:15px}.house__title{margin-bottom:15px}}@media screen and (max-width: 479.98px){.house__button-wrapper{flex-direction:column;row-gap:15px}.house__button{min-width:100%}}.forward__container{padding-top:125px;padding-bottom:125px}.forward__body{display:flex;align-items:center}.forward__content{max-width:600px;margin-left:80px}.forward__label{max-width:127px;margin-bottom:25px}.forward__title{margin-bottom:29px}.forward__subtitle{margin-bottom:29px}.forward__list{display:flex;column-gap:24px;margin-bottom:37px}.forward__item{display:flex;flex-direction:column;align-items:start;width:288px}.forward__wrapper{display:flex;justify-content:center;width:48px;height:48px;border-radius:8px;background:var(--icon-border);margin-bottom:16px}.forward__icon{width:32px;height:48px}.forward__item-title{margin-bottom:18px}.forward__button-wrapper{display:flex;align-items:center;column-gap:24px}.forward__button{transition:color 350ms cubic-bezier(0.4, 0, 0.2, 1)}.forward__button:hover{color:var(--button-color)}.forward__link{color:var(--title-color);font-size:16px}.forward__link:hover{text-decoration:underline}.properties::after{width:10px;height:7px;transform:rotate(-90deg)}.forward__img-wrapper{overflow:hidden;border-radius:16px}.forward__img{max-width:100%;max-height:100%;object-fit:contain;animation:animations-img 5s linear 1s infinite alternate-reverse}@media screen and (max-width: 1099.98px){.forward__body{flex-direction:column-reverse}.forward__content{margin-left:0px;margin-bottom:20px}}@media screen and (max-width: 991.98px){.forward__container{padding-top:60px;padding-bottom:60px}.forward__title{font-size:30px}}@media screen and (max-width: 767.98px){.forward__container{padding-top:30px;padding-bottom:30px}.forward__label{margin-bottom:15px}.forward__title{margin-bottom:15px}.forward__subtitle{margin-bottom:20px}.forward__list{justify-content:center;flex-wrap:wrap;row-gap:15px;margin-bottom:20px}.forward__item{align-items:center}}@media screen and (max-width: 479.98px){.forward__button-wrapper{flex-direction:column;row-gap:15px}.forward__button{min-width:100%}}.favorite{position:relative;background-color:#f5f5f2}.favorite::after{position:absolute;bottom:0px;left:0px;content:"";display:block;background-image:url("../icon/corner-top.svg");background-position:center;background-repeat:no-repeat;background-size:contain;width:135px;height:135px;transform:rotate(-90deg)}.favorite::before{position:absolute;top:0px;right:0px;content:"";display:block;background-image:url("../icon/corner-bottom.svg");background-position:center;background-repeat:no-repeat;background-size:contain;width:135px;height:135px;transform:rotate(-90deg)}.favorite__container{padding-top:125px;padding-bottom:160px}.favorite__title-wrapper{display:flex;flex-direction:column;align-items:center}.favorite__label{width:92px;margin-bottom:20px}.favorite__title{margin-bottom:80px}.favorite__list{display:flex;flex-wrap:wrap;gap:32px}.favorite__item{max-width:395px;overflow:hidden;background-color:var(--white-color);border:1px solid var(--silver-color);border-radius:12px;box-shadow:0px 2px 4px 0px rgba(0,0,0,.08);transition:box-shadow 350ms cubic-bezier(0.4, 0, 0.2, 1)}.favorite__item:hover{box-shadow:0px 4px 8px 0px rgba(0,0,0,.5)}.favorite__img{display:block;max-width:100%;max-height:100%;object-fit:contain;transition:transform 350ms cubic-bezier(0.4, 0, 0.2, 1)}.favorite__img:hover{transform:scale(1.05)}.favorite__thumb{padding:24px}.favorite__item-title{color:var(--title-color);font-size:24px;font-weight:700;line-height:1.4}.favorite__item-subtitle{margin-bottom:16px;color:var(--title-color);font-size:18px;font-weight:700;line-height:1.5}.favorite__item-text{display:flex;column-gap:10px;margin-bottom:16px;color:#65665c;font-size:16px;font-weight:400}.favorite__item-text::before{content:"";display:block;background-image:url("../icon/place.svg");background-repeat:no-repeat;background-position:center;width:16px;height:24px}.favorite__list-icon{display:flex;column-gap:26px}.favorite-bathtub{display:flex;column-gap:10px}.favorite-bathtub::before{content:"";display:block;background-image:url("../icon/bathtub.svg");background-repeat:no-repeat;background-position:center;width:16px;height:24px}.favorite-bed{display:flex;column-gap:10px}.favorite-bed::before{content:"";display:block;background-image:url("../icon/bed.svg");background-repeat:no-repeat;background-position:center;width:16px;height:24px}.favorite-square{display:flex;column-gap:10px}.favorite-square::before{content:"";display:block;background-image:url("../icon/square_foot.svg");background-repeat:no-repeat;background-position:center;width:16px;height:24px}.favorite__button-wrapper{display:flex;justify-content:center;column-gap:24px;margin-top:80px}.favorite__button{transition:color 350ms cubic-bezier(0.4, 0, 0.2, 1)}.favorite__button:hover{color:var(--button-color)}.favorite__link{color:var(--title-color)}.favorite__link:hover{text-decoration:underline}@media screen and (max-width: 1299.98px){.favorite__list{justify-content:center}}@media screen and (max-width: 991.98px){.favorite__container{padding-top:60px;padding-bottom:60px}.favorite__title{font-size:30px}}@media screen and (max-width: 851.98px){.swiper{display:block}.favorite__list{display:none}}@media screen and (max-width: 767.98px){.favorite::after{display:none}.favorite::before{display:none}.favorite__container{padding-top:30px;padding-bottom:30px}.favorite__title{margin-bottom:20px}.favorite__list{row-gap:15px}.favorite__button-wrapper{margin-top:20px}}@media screen and (max-width: 479.98px){.favorite__thumb{padding:15px}.favorite__item-title{font-size:20px}.favorite__item-subtitle{font-size:16px;margin-bottom:10px}.favorite__item-text{margin-bottom:10px}.favorite__button-wrapper{flex-direction:column;row-gap:15px}.favorite__button{min-width:100%}}.location{background-color:#f5f5f2}.location__container{padding-bottom:358px}.location__wrapper-title{display:flex;flex-direction:column;align-items:center;text-align:center}.location__title{margin-bottom:25px}.location__subtitle{max-width:713px}.location__list{display:flex;gap:16px;flex-wrap:wrap;margin-top:80px;margin-bottom:80px}.location__item{display:flex;flex-direction:column;align-items:flex-start;width:406px;padding:33px;background-color:var(--white-color);border-radius:16px;border:1px solid var(--silver-color);box-shadow:0px 2px 4px 0px rgba(0,0,0,.08);transition:box-shadow 350ms cubic-bezier(0.4, 0, 0.2, 1)}.location__item:hover{box-shadow:0px 4px 8px 0px rgba(0,0,0,.5)}.location__item-title{margin-bottom:12px;color:var(--title-color)}.location__link{color:var(--title-color)}.location__link:hover{text-decoration:underline}.location__button-wrapper{display:flex;justify-content:center;column-gap:24px}.location__button{transition:color 350ms cubic-bezier(0.4, 0, 0.2, 1)}.location__button:hover{color:var(--button-color)}@media screen and (max-width: 1299.98px){.location__list{justify-content:center}}@media screen and (max-width: 991.98px){.location__container{padding-bottom:300px}.location__title{font-size:30px}.location__item{width:250px}}@media screen and (max-width: 767.98px){.location::after{display:none}.location::before{display:none}.location__container{padding-bottom:260px}.location__title{margin-bottom:20px}.location__list{margin-bottom:20px;margin-top:20px;row-gap:15px}.location__item{padding:15px}}@media screen and (max-width: 549.98px){.location__item{width:200px}}@media screen and (max-width: 479.98px){.location__button-wrapper{flex-direction:column;row-gap:15px}.location__button{min-width:100%}}.priority{margin-top:-230px}.priority__container{padding-top:96px;padding-bottom:96px;border-radius:24px;background-color:var(--general-color)}.priority__body{display:flex;flex-direction:column;align-items:center;text-align:center}.priority__wrapper-icon{width:48px;height:48px;margin-bottom:13px;background-color:var(--white-color);border-radius:8px}.priority__icon{width:32px;height:48px}.priority__title{margin-bottom:29px;color:var(--white-color)}.priority__subtitle{max-width:765px;margin-bottom:21px;color:var(--white-color)}.priority__button{padding:13px 25px}@media screen and (max-width: 991.98px){.priority__container{padding-top:60px;padding-bottom:60px}}@media screen and (max-width: 767.98px){.priority__container{padding-top:30px;padding-bottom:30px}.priority__title{margin-bottom:15px}.priority__subtitle{margin-bottom:15px}}@media screen and (max-width: 479.98px){.priority__button{min-width:100%}}.customers__container{padding-top:160px;padding-bottom:160px}.customers__wrapper-title{display:flex;flex-direction:column;align-items:center;margin-bottom:80px}.customers__title{margin-bottom:26px}.customers__list{display:flex;column-gap:32px}.customers__item{width:405px;padding:33px;border-radius:16px;border:1px solid var(--silver-color);background:var(--white-color);box-shadow:0px 2px 4px 0px rgba(0,0,0,.08);transition:box-shadow 350ms cubic-bezier(0.4, 0, 0.2, 1)}.customers__item:hover{box-shadow:0px 4px 8px 0px rgba(0,0,0,.5)}.customers__list-icon{display:flex;column-gap:1px}.customers__item-icon{margin-bottom:27px}.customers__icon-stars{width:20px;height:20px}.customers__feedback{margin-bottom:56px;color:var(--title-color);font-size:18px}.customers__item-wrapper{display:flex;column-gap:16px}.customers__person-name{color:var(--title-color);font-size:16px;font-weight:700}@media screen and (max-width: 991.98px){.customers__container{padding-top:60px;padding-bottom:60px}.customers__title{font-size:30px}.customers__list{justify-content:center;flex-wrap:wrap;row-gap:15px}}@media screen and (max-width: 767.98px){.customers__container{padding-top:30px;padding-bottom:30px}.customers__wrapper-title{margin-bottom:20px}.customers__title{margin-bottom:15px}.customers__item{min-width:100%;padding:20px 15px}.customers__feedback{margin-bottom:15px}}.post{background-color:#f5f5f2}.post__container{padding-top:128px;padding-bottom:128px}.post__label{width:53px;margin-bottom:21px}.post__title{margin-bottom:29px}.post__wrapper-subtitle{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px}.post__subtitle{max-width:710px}.post__button{padding:13px 25px}.post__list{display:flex;column-gap:34px;row-gap:15px}.post__item{display:flex;flex-direction:column;overflow:hidden;width:405px;border-radius:16px;background:var(--white-color);box-shadow:0px 2px 4px 0px rgba(0,0,0,.08);transition:box-shadow 350ms cubic-bezier(0.4, 0, 0.2, 1)}.post__item:hover{box-shadow:0px 4px 8px 0px rgba(0,0,0,.5)}.post__img{max-width:100%;max-width:100%;object-fit:contain;transition:transform 350ms cubic-bezier(0.4, 0, 0.2, 1)}.post__img:hover{transform:scale(1.05)}.post__wrapper-date{display:flex;align-items:center;column-gap:16px;margin-bottom:16px}.post__item-label{color:var(--title-color);font-size:14px;padding:4px 8px;border-radius:32px;background-color:var(--icon-border)}.post__date{font-size:14px}.post__thumb{display:flex;flex-direction:column;align-items:flex-start;height:100%;padding:24px}.post__item-title{margin-bottom:9px;color:var(--title-color);font-size:24px;font-weight:700;line-height:1.4}.post__item-subtitle{margin-bottom:24px;flex:1 1 auto}.post__button{min-width:108px;transition:color 350ms cubic-bezier(0.4, 0, 0.2, 1)}.post__button:hover{color:var(--button-color)}@media screen and (max-width: 991.98px){.post__container{padding-top:60px;padding-bottom:60px}.post__title{font-size:30px}.post__button{margin-left:20px}.post__list{flex-wrap:wrap;justify-content:center}}@media screen and (max-width: 767.98px){.post__container{padding-top:30px;padding-bottom:30px}.post__label{margin-bottom:15px}.post__title{margin-bottom:20px}.post__wrapper-subtitle{margin-bottom:20px}.post__thumb{padding:15px}.post__wrapper-date{margin-bottom:10px}.post__item-subtitle{margin-bottom:10px}}@media screen and (max-width: 479.98px){.post__wrapper-subtitle{flex-direction:column}.post__button{margin-left:0px;margin-top:15px;min-width:100%}}.contact__container{padding-top:64px;padding-bottom:64px}.contact__body{display:flex}.contact__wrapper-nav{display:flex;margin-right:32px}.contact__logo{margin-right:95px}.contact-icon{width:105px;height:32px}.contact__nav-pages{width:168px;margin-right:32px}.contact__title-list{color:var(--title-color);font-size:16px;font-weight:400;margin-bottom:16px}.contact__list-peges,.contact__list-crm,.contact__list-utility{display:flex;flex-direction:column;row-gap:16px;color:var(--title-color)}.contact__link-pages,.contact__link-crm,.contact__link-utility{color:var(--title-color);font-size:14px;transition:color 450ms cubic-bezier(0.4, 0, 0.2, 1)}.contact__link-pages:hover,.contact__link-crm:hover,.contact__link-utility:hover{color:var(--button-color)}.contact__nav-crm{width:168px;margin-right:32px}.contact__nav-utility{width:168px}.contact__subscribe{max-width:384px}.contact__title{color:var(--title-color);font-size:16px;font-weight:400;margin-bottom:10px}.contact__subtitle{margin-bottom:15px}.contact__form{display:flex;column-gap:16px;margin-bottom:16px}.contact__input{width:241px;padding:12px 14px;border-radius:6px;border:1px solid var(--silver-color);background:var(--white-color);box-shadow:0px 2px 4px 0px rgba(0,0,0,.08)}.contact__button{padding:13px 28px}.contact__wrapper{display:flex;column-gap:15px}.contact__agree,.contact__policy{font-size:12px}@media screen and (max-width: 1199.98px){.contact__logo{margin-right:40px}.contact__body{flex-wrap:wrap;justify-content:space-between}.contact__logo{margin-right:20px}.contact__nav-pages,.contact__nav-crm{width:100px}.contact__nav-utility{width:100px}}@media screen and (max-width: 991.98px){.contact__wrapper-nav{margin-bottom:20px;margin-right:20px}}@media screen and (max-width: 767.98px){.contact__container{padding-top:30px;padding-bottom:30px}.contact__logo{margin-bottom:20px}.contact__nav-pages{width:60px}.contact__list-peges,.contact__list-crm,.contact__list-utility{row-gap:8px}}@media screen and (max-width: 479.98px){.contact__logo{margin-left:0px}.contact__wrapper-nav{margin-right:0px}.contact__nav-pages,.contact__nav-crm{margin-right:20px}.contact__form{display:flex;flex-direction:column}.contact__input{min-width:100%;margin-bottom:20px}}.footer{background-color:#f5f5f2}.footer__container{padding-top:25px;padding-bottom:25px}.footer__body{display:flex;justify-content:space-between}.footer__list-text,.footer__social-list{display:flex;column-gap:12px}.footer__text{font-size:14px}.footer-icon{width:24px;height:24px}@media screen and (max-width: 479.98px){.footer__body{flex-wrap:wrap}.footer__list-text{margin-right:15px;margin-bottom:15px}}.swiper{display:none;max-width:400px}@media screen and (max-width: 851.98px){.swiper{display:block}}.backdrop{position:fixed;z-index:60;top:0;left:0;height:100%;width:100%;background-color:rgba(46,47,66,.4);transition:opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;pointer-events:none}.modal__window{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(1);background-color:#fcfcfc;box-shadow:0px 1px 1px rgba(0,0,0,.14),0px 1px 3px rgba(0,0,0,.12),0px 2px 1px rgba(0,0,0,.2);border-radius:4px;transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.modal__window-container{padding:25px;max-width:500px;margin:0 auto}.modal__window-body{text-align:center;border-radius:10px}.modal__title{margin-bottom:15px;font-size:24px;color:var(--title-color)}.modal__text{margin-bottom:15px;font-size:18px}.modal__button-close{color:var(--white-color);border-radius:5px;border:1px solid var(--button-color);background-color:var(--button-color);padding:9px 21px;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer}.modal__button-close:hover{background-color:var(--white-color);color:var(--button-color)}.is-open{opacity:1;pointer-events:fill}.burger__menu{display:none}.burger__container{position:fixed;top:74px;left:0;z-index:20;width:100%;height:100%;overflow:auto;padding:20px 15px 40px 15px;background-color:var(--silver-color)}.burger__body{display:flex;flex-direction:column;align-items:center;row-gap:20px}.burger__list{display:flex;flex-direction:column;align-items:center;row-gap:20px}.burger__link{font-size:20px;color:var(--title-color)}.burger__link:hover{color:var(--button-color);text-decoration:underline}.burger__list-button{display:none;flex-direction:column;align-items:center;row-gap:20px}.burger__button-orange{padding:9px 21px}.active__burger{display:block}@media screen and (max-width: 379.98px){.burger__list-button{display:flex}}/*# sourceMappingURL=main.min.css.map */