.block--center{text-align:center}.block__header-title{font-size:1.25rem;margin-bottom:1.5rem}.block__title{font-size:2.1875rem;margin-bottom:1.5rem}@media screen and (min-width:48rem){.block__title{font-size:2.25rem}}@media screen and (min-width:75rem){.block__title{font-size:3.1875rem}}@media screen and (min-width:75rem){.block__title{margin-bottom:2rem}}.block__text{margin-bottom:1.5rem}@media screen and (min-width:75rem){.block__text{margin-bottom:2rem}}.block__section-text{font-size:1.25rem;max-width:51.75rem;margin:0 auto}@media screen and (min-width:75rem){.block__section-text{font-size:1.375rem}}.socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.socials--gray svg{fill:#707070}.socials--black svg{fill:#000}.socials__icon{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;text-decoration:none}.socials__icon:hover svg{fill:#d40511}.socials__icon--small{width:2.3125rem;height:2.3125rem;padding:.5rem}.socials__icon svg{width:100%;height:100%;-webkit-transition:fill .5s ease;transition:fill .5s ease}.icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin-right:.625rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:50%}.icon::before{content:"";position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position:center}.icon--tiny{width:.9375rem;height:.9375rem}.icon--medium{width:2.0625rem;height:2.0625rem}.icon--medium::before{width:.9375rem;height:.9375rem}.icon--big{width:1.5rem;height:1.5rem}@media screen and (min-width:62rem){.icon--big{width:3rem}}@media screen and (min-width:62rem){.icon--big{height:3rem}}.icon--big::before{width:.9375rem;height:.9375rem}@media screen and (min-width:62rem){.icon--big::before{width:1.5625rem}}@media screen and (min-width:62rem){.icon--big::before{height:1.5625rem}}.icon--small{width:1.125rem;height:1.125rem}.icon--yellow{background-color:#ffcc03}.icon--red{background-color:#d40511}.icon--like-gray::before{background-image:url(../img/like-gray.svg)}.icon--message-gray::before{background-image:url(../img/message-gray.svg)}.icon--share-gray::before{background-image:url(../img/share-gray.svg)}.icon--envelope::before{background-image:url(../img/envelope.svg)}.icon--location::before{background-image:url(../img/location-dot.svg)}.icon--fa-white::before{background-image:url(../img/fa-white.svg)}.icon--arrow-right::before{background-image:url(../img/arrow-right.svg)}.arrow-down{display:inline-block;position:relative}.arrow-down--small{width:1.125rem;height:1.125rem}.arrow-down--black::before{background-image:url(../img/arrow-down-black.svg)}.arrow-down::before{content:"";position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-size:contain}.breadcrumbs{background:-webkit-gradient(linear,left top,right top,from(#fc0),color-stop(48%,#fc0),color-stop(70%,#ffe57f),to(#fff0b2));background:linear-gradient(90deg,#fc0,#fc0 48%,#ffe57f 70%,#fff0b2)}.breadcrumbs__wrap{padding:1.25rem 0}@media screen and (min-width:75rem){.breadcrumbs__wrap{padding:3.125rem 0 5rem 0}}.breadcrumbs__links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.75rem}@media screen and (min-width:62rem){.breadcrumbs__links{margin-bottom:1rem}}.breadcrumbs__links li:not(:last-child) a{margin-right:.5rem;padding-right:.5rem}@media screen and (min-width:62rem){.breadcrumbs__links li:not(:last-child) a{margin-right:1rem}}@media screen and (min-width:62rem){.breadcrumbs__links li:not(:last-child) a{padding-right:1rem}}.breadcrumbs__links li:not(:last-child) a:before{content:"";position:absolute;right:-.3125rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-image:url(../img/arrow-right.svg);background-repeat:no-repeat;width:.625rem;height:.625rem;background-size:contain}.breadcrumbs__links a{position:relative;font-size:.625rem;color:#191919;text-decoration:none;-webkit-transition:color .5s ease;transition:color .5s ease;text-transform:capitalize}.breadcrumbs__links a:hover{color:#d40511}@media screen and (min-width:62rem){.breadcrumbs__links a{font-size:1.125rem}}.breadcrumbs__title{font-size:1.375rem;text-transform:uppercase}@media screen and (min-width:62rem){.breadcrumbs__title{font-size:2.5rem}}.card{background-color:#fff;padding:1.5625rem;border-radius:.625rem}.card--yellow-gradient{background:-webkit-gradient(linear,left top,left bottom,from(#fc0),color-stop(48%,#fc0),color-stop(70%,#ffe57f),to(#fff0b2));background:linear-gradient(180deg,#fc0,#fc0 48%,#ffe57f 70%,#fff0b2)}.card--yellow{background-color:#ffcc03}.card--box-shadow{-webkit-box-shadow:0 0 2.5rem rgba(0,0,0,.1);box-shadow:0 0 2.5rem rgba(0,0,0,.1)}@media screen and (min-width:75rem){.card{padding:3.75rem}}.card__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:4.125rem;height:4.125rem;margin-bottom:1.5rem}.card__title{font-family:Delivery_CdBlk,sans-serif}.card__title--big{font-size:1.5625rem}.footer{background-color:#e5e5e5}.footer__copyrights,.footer__right,.footer__wrap{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;text-align:center}@media screen and (min-width:62rem){.footer__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:62rem){.footer__wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:62rem){.footer__left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (min-width:62rem){.footer__left{text-align:left}}@media screen and (min-width:62rem){.footer__copyrights,.footer__right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media screen and (min-width:62rem){.footer__copyrights,.footer__right{text-align:right}}.footer__logo{margin-bottom:2rem}.footer a,.footer__right{color:#707070;text-decoration:none}.footer__bold{font-family:Delivery,sans-serif}.footer__lists--mb-hide{display:none}@media screen and (min-width:62rem){.footer__lists{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width:62rem){.footer__lists{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__item:not(:last-child){margin-bottom:1.5rem}.footer__lists li:not(:last-child) a{margin-right:1.5rem}.footer__lists li a{-webkit-transition:color .5s ease;transition:color .5s ease}.footer__lists li a:hover{color:#d40511}.footer__item-link{display:block;margin-bottom:.1875rem}@media screen and (min-width:62rem){.contacts__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width:62rem){.contacts__left,.contacts__right{width:50%}}.contacts__left{max-width:37.5rem}@media screen and (min-width:62rem){.contacts__left{padding-right:3.75rem}}.contacts__right{position:relative;top:5.3125rem}.contacts__block{position:relative;max-width:20rem;margin:0 auto}@media screen and (min-width:62rem){.contacts__block{max-width:41.25rem}}.contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;color:#191919;-webkit-transition:color .5s ease;transition:color .5s ease;cursor:pointer;font-family:Delivery,sans-serif}@media screen and (min-width:62rem){.contacts__item{font-size:1.375rem}}.contacts__item:hover{color:#d40511}.contacts__item:not(:last-child){margin-bottom:1rem}.contacts__item a{color:#191919;text-decoration:none;-webkit-transition:color .5s ease;transition:color .5s ease}.contacts__item a:hover{color:#d40511}.contacts__heart{position:absolute;top:-4.125rem;right:1.25rem;width:6.9375rem;height:7.25rem}@media screen and (min-width:75rem){.contacts__heart{right:7.5rem}}@media screen and (min-width:75rem){.contacts__heart{width:auto}}@media screen and (min-width:75rem){.contacts__heart{height:auto}}.contacts__frame{width:100%;height:20.625rem}@media screen and (min-width:62rem){.contacts__frame{height:50rem}}.contacts__footer-text{padding-top:.9375rem;padding-bottom:.9375rem;font-size:.8125rem}