@font-face {
    font-family: Lateef;
    src: url(../fonts/Lateef-ExtraLight.woff2)format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lateef;
    src: url(../fonts/Lateef-Light.woff2)format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lateef;
    src: url(../fonts/Lateef-Regular.woff2)format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lateef;
    src: url(Lateef-Medium.f646834a.woff2)format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lateef;
    src: url(../fonts/Lateef-Bold.woff2)format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lateef;
    src: url(../fonts/Lateef-ExtraBold.woff2)format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

*,:before,:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    color: #000;
    background: #fff;
    font-family: Lateef,serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.swiper-pagination-bullet-active {
    background-color: #ff9e00
}

.swiper-wrapper {
    height: auto
}

.swiper-button-next,.swiper-button-prev {
    color: #fff;
    top: 60%
}

.header {
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 91px;
    position: fixed;
    top: 0;
    left: 0
}

.header__inner {
    align-items: center;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    position: relative
}

.header__logo {
    align-items: center;
    gap: 12px;
    display: flex
}

.header__logo-img {
    object-fit: contain;
    width: 80px;
    height: 80px
}

.header__logo-text {
    color: #ff9e00;
    font-size: 30px;
    font-weight: 700
}

.header__nav {
    align-items: center;
    gap: 60px;
    margin-left: auto;
    display: flex
}

.header__nav-link {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    transition: color .2s
}

.header__nav-link:hover {
    color: #ff9e00
}

.header__burger {
    cursor: pointer;
    z-index: 110;
    background: 0 0;
    border: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    padding: 4px;
    display: none
}

.header__burger span {
    background: #000;
    border-radius: 2px;
    width: 28px;
    height: 3px;
    transition: transform .3s,opacity .3s;
    display: block
}

.header__burger.is-active span:first-child {
    transform: translateY(8px)rotate(45deg)
}

.header__burger.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.header__burger.is-active span:nth-child(3) {
    transform: translateY(-8px)rotate(-45deg)
}

.header__mobile-nav {
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #eee;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    display: none;
    position: fixed;
    top: 91px;
    left: 0;
    box-shadow: 0 8px 24px #0000001a
}

.header__mobile-nav.is-open {
    display: flex
}

.header__mobile-nav-link {
    text-align: center;
    color: #000;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 18px 20px;
    font-size: 22px;
    font-weight: 700;
    transition: color .2s,background .2s
}

.header__mobile-nav-link:last-child {
    border-bottom: none
}

.header__mobile-nav-link:hover {
    color: #ff9e00;
    background: #fff8ee
}

@media (width<=850px) {
    .header__nav {
        display: none
    }

    .header__burger {
        display: flex
    }

    .header__inner {
        padding: 0 20px
    }
}

@media (width<=650px) {
    .header {
        height: 41px
    }

    .header__logo-text {
        display: none
    }

    .header__logo-img {
        width: 37px;
        height: 37px
    }

    .header__mobile-nav {
        top: 41px
    }
}

.hero-full {
    background: linear-gradient(147deg,#ff9e00 0%,#515151 100%);
    grid-template-columns: 2fr 1fr;
    margin-top: 90px;
    display: grid;
    position: relative
}

.hero-full__content {
    align-content: center;
    justify-self: center;
    width: 700px
}

.hero-full__image {
    justify-self: end
}

.hero-full__title {
    color: #2b1900;
    text-transform: uppercase;
    font-family: Lateef-Bold;
    font-size: 40px;
    font-weight: 800
}

.hero-full__description {
    color: #000;
    font-family: Lateef-Light;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.25
}

.hero-full__content {
    padding: 30px 0
}

.hero-full__title,.hero-full__description {
    font-size: 40px
}

@media (width<=980px) {
    .hero-full {
        grid-template-columns: 1fr
    }
}

@media (width<=750px) {
    .hero-full__content {
        width: 100%;
        padding: 30px
    }

    .hero-full__image {
        width: 500px
    }
}

@media (width<=650px) {
    .hero-full {
        margin-top: 41px
    }

    .hero-full__content {
        width: 100%;
        padding: 30px
    }

    .hero-full__title,.hero-full__description {
        font-size: 25px
    }
}

@media (width<=430px) {
    .hero-full__content {
        width: 100%;
        padding: 20px
    }

    .hero-full__image {
        width: 250px
    }

    .hero-full__title,.hero-full__description {
        font-size: 20px
    }
}

.card {
    cursor: pointer;
    background: #ffcb78;
    border-radius: 40px;
    flex-direction: column;
    gap: 10px;
    min-width: 300px;
    padding: 20px;
    transition: transform .3s;
    display: flex
}

.card:hover {
    transform: scale(.95);
    box-shadow: inset 12px 23px 23px #0000007a
}

.card__image {
    max-width: 300px;
    height: 250px;
    margin: 0 auto;
    padding: 0
}

.card__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 236px;
    line-height: 1
}

.card__title {
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 700
}

.card__description {
    color: #000;
    height: 140px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    overflow: hidden
}

.card__btn {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    display: block
}

@media (width<=970px) {
    .card__image {
        height: 200px
    }
}

@media (width<=470px) {
    .card {
        width: 100%;
        min-width: 100%;
        padding: 10px
    }

    .card__image {
        height: auto;
        padding: 3px
    }

    .card__title {
        font-size: 28px
    }

    .card__description,.card__btn {
        font-size: 18px
    }
}

.advantages {
    background: #fff;
    padding: 80px 50px 100px
}

.advantages__inner {
    justify-content: space-around;
    align-items: flex-start;
    gap: 40px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex
}

.advantage {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 380px;
    display: flex
}

.advantage__icon-wrap {
    background: #ffdc8582;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 172px;
    margin-bottom: 32px;
    display: flex
}

.advantage__icon {
    object-fit: contain;
    width: 92px;
    height: 92px
}

.advantage__title {
    color: #000;
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: 700
}

.advantage__text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (width<=775px) {
    .advantage {
        width: 100%
    }

    .advantage__icon-wrap {
        width: 60px;
        height: 60px;
        margin-bottom: 15px
    }

    .advantage__icon {
        width: 32px;
        height: 32px
    }

    .advantage__title {
        margin-bottom: 10px;
        font-size: 20px
    }

    .advantage__text {
        font-size: 14px
    }
}

@media (width<=650px) {
    .advantages {
        padding: 30px 0
    }

    .advantages__inner {
        flex-direction: column
    }
}

.popular {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 50px 0;
    position: relative;
    overflow: hidden
}

.popular__bg {
    z-index: 0;
    background: linear-gradient(#ece8e8 0%,#515151 100%);
    border-radius: 55px 55px 0 0;
    position: absolute;
    inset: 0
}

.popular__bg-img {
    object-fit: cover;
    z-index: 1;
    border-radius: 55px 55px 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.popular__inner {
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

.popular__heading {
    color: #000;
    text-align: center;
    margin-bottom: 16px;
    font-size: 47px;
    font-weight: 700
}

.popular__subheading {
    color: #000;
    text-align: center;
    margin-bottom: 60px;
    font-size: 25px;
    font-weight: 200
}

.popular__more {
    justify-content: center;
    margin-bottom: 30px;
    display: flex
}

.popular__more-btn {
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    background: #e6e5e56b;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin: 10px 0 0;
    padding: 20px 40px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    transition: background .2s
}

.popular__more-btn:hover {
    background: #ff910080
}

.popular__swiper-pagination {
    text-align: center;
    margin: 20px 0
}

@media (width<=670px) {
    .popular__more-btn {
        padding: 20px
    }
}

@media (width<=650px) {
    .popular {
        padding: 20px
    }

    .popular__heading {
        font-size: 25px
    }

    .popular__subheading {
        font-size: 16px
    }

    .popular__more-btn {
        margin: 0;
        padding: 20px;
        font-size: 20px
    }
}

@media (width<=428px) {
    .popular__more-btn {
        max-width: 300px;
        padding: 15px;
        font-size: 16px;
        white-space: normal;
        text-align: center
    }
}

.cta__inner {
    background-color: #515151;
    max-width: 1440px;
    margin: 0 auto
}

.cta__content {
    text-align: center;
    background: #ff9100;
    border-radius: 45px 45px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    display: flex;
    overflow: hidden
}

.cta__title {
    color: #fff;
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: 800;
    line-height: 1
}

.cta__subtitle {
    color: #fff8f8;
    max-width: 900px;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 200;
    line-height: 1
}

.cta__btn {
    color: #fffcfc;
    cursor: pointer;
    background: #ffd28a99;
    border: 1px solid #ffffff4d;
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 10px 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 2;
    transition: background .2s;
    display: inline-block
}

.cta__btn:hover {
    background: #ffd28ad9
}

.cta__note {
    color: #fff;
    font-size: 20px;
    font-weight: 200
}

@media (width<=650px) {
    .cta__content {
        padding: 30px 0
    }

    .cta__title {
        margin-bottom: 20px;
        font-size: 25px
    }

    .cta__subtitle {
        max-width: 100%;
        margin-bottom: 28px;
        padding: 0 10px;
        font-size: 18px
    }

    .cta__btn {
        margin-bottom: 14px;
        padding: 10px 30px;
        font-size: 20px
    }

    .cta__note {
        font-size: 16px
    }
}

@media (width<=460px) {
    .cta__content {
        padding: 30px 0
    }

    .cta__title {
        margin-bottom: 20px;
        font-size: 25px
    }

    .cta__subtitle {
        max-width: 100%;
        margin-bottom: 28px;
        padding: 0 10px;
        font-size: 14px
    }

    .cta__btn {
        margin-bottom: 14px;
        padding: 10px;
        font-size: 14px
    }

    .cta__note {
        font-size: 14px
    }
}

.about__inner {
    background-color: #ff9100;
    max-width: 1440px;
    margin: 0 auto
}

.about__content {
    background: #848484;
    border-radius: 66px 66px 0 0;
    padding: 40px 0;
    position: relative;
    overflow: hidden
}

.about__header {
    justify-content: center;
    margin-bottom: 0;
    padding-top: 46px;
    display: flex
}

.about__tag {
    color: #fffdfd;
    background: #ff9e00;
    border-radius: 20px;
    padding: 16px 86px;
    font-size: 35px;
    font-weight: 200
}

.about__photo {
    object-fit: cover;
    max-width: 600px;
    position: absolute;
    bottom: 0;
    right: 0
}

.about__body {
    z-index: 2;
    max-width: 900px;
    padding: 36px 50px 60px;
    position: relative
}

.about__main-text {
    color: #000;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3
}

.about__main-text span {
    color: #ff9e00
}

.about__services-title {
    color: #000;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 800
}

.about__services-list {
    padding: 0;
    list-style: none
}

.about__services-item {
    color: #000;
    align-items: center;
    gap: 18px;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 200;
    display: flex
}

.about__services-item:before {
    content: "";
    background-color: #ff9e00;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: inline-block
}

@media (width<=942px) {
    .about__photo {
        max-width: 400px
    }
}

@media (width<=690px) {
    .about__photo {
        max-width: 300px
    }
}

@media (width<=650px) {
    .about__body {
        padding: 20px
    }

    .about__content {
        padding: 20px 0
    }

    .about__header {
        padding-top: 0
    }

    .about__tag {
        text-align: center;
        width: 300px;
        padding: 10px 30px;
        font-size: 25px
    }

    .about__main-text {
        margin-bottom: 30px;
        font-size: 20px
    }

    .about__services-title {
        font-size: 20px
    }

    .about__services-item {
        gap: 10px;
        font-size: 20px
    }

    .about__services-item:before {
        width: 15px;
        height: 15px
    }
}

@media (width<=544px) {
    .about__content {
        padding-bottom: 70px
    }
}

@media (width<=400px) {
    .about__body {
        padding: 20px
    }

    .about__photo {
        max-width: 180px
    }

    .about__header {
        padding-top: 0
    }

    .about__tag {
        text-align: center;
        width: 250px;
        padding: 10px 30px;
        font-size: 16px
    }

    .about__main-text {
        margin-bottom: 30px;
        font-size: 16px
    }

    .about__services-title,.about__services-item {
        font-size: 16px
    }
}

.catalog {
    position: relative;
    overflow: hidden
}

.catalog__header {
    z-index: 2;
    background-color: #d5840080;
    margin-top: 91px;
    padding: 40px 0;
    position: relative
}

.catalog__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px
}

.catalog__bg {
    z-index: 0;
    background: linear-gradient(to bottom right,#73797c,#f90);
    position: absolute;
    inset: 0
}

.catalog__bg-img {
    object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.catalog__title {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.catalog__items {
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
    display: grid
}

@media (width<=1320px) {
    .catalog__items {
        grid-template-columns: repeat(2,1fr);
        justify-items: center
    }
}

@media (width<=882px) {
    .catalog__items {
        grid-template-columns: 1fr;
        justify-items: center
    }
}

@media (width<=650px) {
    .catalog__header {
        margin-top: 41px;
        padding: 20px
    }

    .catalog__title {
        font-size: 20px
    }
}

.calalog-card {
    background: #fff;
    border-radius: 40px;
    flex-direction: column;
    width: 424px;
    min-height: 565px;
    padding-bottom: 60px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 12px 23px 40px #0000007a
}

.calalog-card__image-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 283px;
    padding: 16px;
    display: flex;
    overflow: hidden
}

.calalog-card__image {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.calalog-card__body {
    flex-direction: column;
    flex: 1;
    padding: 16px 32px 0;
    display: flex
}

.calalog-card__subtitle {
    color: #ff9e00;
    font-size: 20px;
    font-weight: 800
}

.calalog-card__title {
    color: #000;
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1
}

.calalog-card__description {
    color: #000;
    flex: 1;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.3
}

.calalog-card__btn {
    color: #ff9e00;
    white-space: nowrap;
    text-align: center;
    width: max-content;
    font-size: 20px;
    font-weight: 600;
    display: block;
    position: absolute;
    bottom: 16px;
    right: 20px
}

@media (width<=460px) {
    .calalog-card {
        width: 300px;
        min-height: 100%
    }

    .calalog-card__image-wrap {
        width: 100%;
        height: auto
    }

    .calalog-card__image {
        min-height: 150px
    }

    .calalog-card__body {
        padding: 10px 10px 0
    }

    .calalog-card__subtitle {
        font-size: 16px
    }

    .calalog-card__title {
        margin-bottom: 8px;
        font-size: 18px
    }

    .calalog-card__description {
        font-size: 14px
    }

    .calalog-card__btn {
        margin: 0 auto;
        font-size: 14px;
        bottom: 16px;
        right: 20px
    }
}

.photos__inner {
    background-color: #515151;
    max-width: 1440px;
    margin: 0 auto;
    padding: 90px 50px 0
}

.photos__title {
    text-align: center;
    color: #fff;
    background-color: #ff9e00;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
    padding: 8px;
    font-size: 37px;
    font-weight: 400;
    box-shadow: 8px 10px 12px #00000038
}

.photos-swiper {
    width: 100%
}

.photos-slide {
    text-align: center;
    background-color: #ffd28a99;
    border-radius: 35px;
    justify-content: center;
    align-items: center;
    height: 350px;
    margin: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 8px 10px 12px #00000038
}

.photos-slide img {
    object-fit: cover;
    border-radius: 35px;
    width: 100%;
    height: 100%;
    display: block
}

.photos-pagination {
    text-align: center;
    margin-top: 20px
}

@media (width<=450px) {
    .photos__inner {
        padding: 40px 10px 0
    }

    .photos__title {
        padding: 8px;
        font-size: 25px
    }

    .photos-slide {
        height: 280px;
        padding: 10px
    }
}

.works__inner {
    background-color: #515151;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 20px
}

.works__content {
    background-color: #ff9e00;
    border-radius: 66px 66px 0 0;
    padding: 30px
}

.works__title {
    text-align: center;
    color: #fff;
    background-color: #515151;
    border-radius: 20px;
    width: 400px;
    margin: 0 auto;
    padding: 16px;
    font-size: 37px;
    font-weight: 400;
    box-shadow: 8px 10px 12px #00000038
}

.works__items {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0 60px;
    display: flex
}

.works__card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex
}

.works__card:nth-child(2n),.works__card:nth-child(2n) .works__card-description {
    flex-direction: column-reverse
}

.works__card:nth-child(2n) .works__card-description img {
    rotate: 180deg
}

.works__card:nth-child(odd),.works__card:nth-child(odd) .works__card-description {
    flex-direction: column
}

.works__card-image {
    background-color: #ffd28a99;
    border-radius: 35px;
    padding: 20px;
    box-shadow: 12px 23px 12px #00000038
}

.works__card-image img {
    border-radius: 35px
}

.works__card-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 800
}

.works__card-description {
    flex-direction: column;
    align-items: center;
    padding: 15px;
    display: flex
}

@media (width<=880px) {
    .works__items,.works__card:nth-child(2n),.works__card:nth-child(2n) .works__card-description {
        flex-direction:column
    }

    .works__card:nth-child(2n).works__card-description img {
        rotate: 0deg
    }

    .works__card:nth-child(odd),.works__card:nth-child(odd) .works__card-description {
        flex-direction: column
    }
}

@media (width<=650px) {
    .works__title {
        max-width: 200px;
        padding: 8px;
        font-size: 25px
    }

    .works__card-title {
        font-size: 25px
    }
}

.location__inner {
    background-color: #ff9e00;
    max-width: 1440px;
    margin: 0 auto
}

.location__content {
    background-color: #ffbb4c;
    border-radius: 66px 66px 0 0;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    display: flex
}

.location__card {
    background-color: #ff9e00;
    border-radius: 46px;
    width: 500px;
    padding: 30px 10px;
    box-shadow: 6px 10px 6px #0000007a
}

.location__card-subtitle {
    align-items: center;
    gap: 5px;
    display: flex
}

.location__card-subtitle span {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1
}

.location__card-title {
    color: #fff;
    margin: 20px 0 0 150px;
    font-size: 40px;
    font-weight: 200
}

.location__map {
    width: 680px;
    max-width: 100%;
    padding: 60px 0
}

.location__map iframe {
    width: 100%;
    aspect-ratio: 680 / 600;
    height: auto;
    display: block;
    border: none
}

@media (width<=1160px) {
    .location__content {
        flex-direction: column
    }

    .location__card {
        margin-top: 20px
    }
}

@media (width<=720px) {
    .location__card-title {
        font-size: 30px;
        line-height: 1
    }

    .location__card-subtitle {
        font-size: 30px
    }

    .location__map {
        width: 100%;
        padding: 40px
    }
}

@media (width<=560px) {
    .location__card {
        width: 300px;
        padding: 10px
    }

    .location__card-title {
        text-align: center;
        margin: 0;
        font-size: 20px;
        line-height: 1
    }

    .location__card-subtitle img {
        width: 40px
    }

    .location__card-subtitle span {
        font-size: 25px
    }
}

.footer {
    background: #515151;
    width: 100%;
    min-height: 501px;
    padding: 0;
    position: relative;
    overflow: hidden
}

.footer__inner {
    grid-template-columns: 360px 1fr;
    gap: 40px;
    max-width: 1440px;
    min-height: 380px;
    margin: 0 auto;
    padding: 50px 50px 0;
    display: grid
}

.footer__right {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    display: grid
}

.footer__brand {
    flex-direction: column;
    gap: 8px;
    display: flex
}

.footer__logo {
    align-items: center;
    gap: 16px;
    display: flex
}

.footer__logo-img {
    object-fit: contain;
    width: 153px;
    height: 153px
}

.footer__logo-text {
    color: #ff9e00;
    font-size: 70px;
    font-weight: 700;
    line-height: 1
}

.footer__tagline {
    color: #fff;
    max-width: 300px;
    margin-top: 8px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3
}

.footer__contacts-heading {
    color: #ff9e00;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700
}

.footer__contact-row {
    grid-template-columns: 155px 1fr;
    gap: 20px;
    margin-bottom: 16px;
    display: grid
}

.footer__contact-row__title {
    gap: 10px;
    display: flex
}

.footer__contact-icon {
    object-fit: contain;
    flex-shrink: 0;
    width: 25px;
    height: 25px
}

.footer__contact-label {
    color: #fff;
    margin-right: 8px;
    font-size: 24px;
    font-weight: 600
}

.footer__contact-value {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    display: block
}

.footer__contact-block {
    flex-direction: column;
    display: flex
}

.footer__schedule-heading {
    color: #ff9e00;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700
}

.footer__schedule-row {
    align-items: baseline;
    gap: 20px;
    display: flex
}

.footer__schedule-day {
    color: #fff;
    font-size: 40px;
    font-weight: 300
}

.footer__schedule-time {
    color: #fff;
    font-size: 64px;
    font-weight: 300;
    line-height: 1
}

.footer__bottom {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 20px 50px
}

.footer__copyright {
    color: #fff;
    font-size: 27px;
    font-weight: 300
}

@media (width<=1330px) {
    .footer__tagline {
        font-size: 30px
    }

    .footer__contacts-heading {
        font-size: 50px
    }

    .footer__contact-label {
        font-size: 20px
    }

    .footer__contact-value {
        font-size: 22px
    }

    .footer__schedule-day {
        font-size: 35px
    }

    .footer__schedule-time {
        font-size: 50px
    }
}

@media (width<=1225px) {
    .footer__right {
        grid-template-columns: 1fr
    }

    .footer__contacts-heading {
        text-align: left
    }
}

@media (width<=911px) {
    .footer__inner {
        gap: 15px
    }

    .footer__tagline {
        font-size: 30px
    }

    .footer__contacts-heading {
        margin-bottom: 0;
        font-size: 30px
    }

    .footer__schedule-heading {
        margin: 0;
        font-size: 30px
    }

    .footer__contact-label {
        font-size: 16px
    }

    .footer__contact-value {
        font-size: 18px
    }

    .footer__schedule-day {
        font-size: 22px
    }

    .footer__schedule-time {
        font-size: 30px
    }
}

@media (width<=778px) {
    .footer__inner {
        grid-template-columns: 1fr;
        padding: 20px
    }

    .footer__tagline {
        max-width: 100%
    }

    .footer__logo-img {
        width: 100px;
        height: 100px
    }

    .footer__copyright {
        font-size: 16px
    }
}

@media (width<=400px) {
    .footer__logo-text {
        font-size: 50px
    }

    .footer__logo-img {
        width: 80px;
        height: 80px
    }

    .footer__tagline {
        font-size: 20px
    }

    .footer__right {
        gap: 5px
    }

    .footer__contacts-heading {
        margin: 0
    }

    .footer__contact-row {
        grid-template-columns: 130px 1fr;
        gap: 0
    }

    .footer__copyright {
        font-size: 12px
    }
}

.modal-overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background-color: #00000080;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity .3s,visibility .3s;
    display: flex;
    position: fixed;
    top: 0;
    left: 0
}

.modal-overlay.is-open {
    opacity: 1;
    visibility: visible
}

.modal-overlay.is-open .modal-window {
    transform: translateY(0)
}

.modal-window {
    background: linear-gradient(#ece8e8 0%,#515151 100%);
    width: 100%;
    max-width: 700px;
    transition: transform .3s;
    overflow: hidden;
    transform: translateY(-20px);
    box-shadow: 0 4px 12px #00000026
}

.modal-header {
    background-color: #ff9e00;
    background-image: url(../images/popular_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex
}

.modal-title {
    color: #fff;
    margin: 0;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700
}

.modal-close {
    color: #fff;
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 60px;
    line-height: 1;
    transition: color .2s
}

.modal-close:hover {
    color: #333
}

.modal-body {
    background-image: url(../images/popular_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    display: flex
}

.form-group {
    margin-bottom: 60px
}

.input-wrapper {
    text-align: center;
    width: 100%;
    position: relative
}

.input-wrapper.error .error-icon {
    display: block
}

.input-wrapper.error .form-input {
    color: red;
    border: 2px solid red
}

.input-wrapper.error .input-message {
    display: block
}

.input-message {
    color: red;
    padding-top: 10px;
    font-size: 24px;
    line-height: 1;
    display: none
}

.input-icon {
    pointer-events: none;
    opacity: .6;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 37px;
    left: 30px
}

.error-icon {
    pointer-events: none;
    display: none;
    position: absolute;
    top: 30px;
    right: 30px
}

.form-input {
    background-color: #ccc;
    border: 2px solid #ccc;
    border-radius: 37px;
    width: 100%;
    min-width: 600px;
    padding: 30px 75px;
    font-size: 30px;
    font-weight: 800
}

.form-input:focus {
    border: 1px solid #ff9e00;
    outline: none
}

.submit-btn {
    color: #fff;
    cursor: pointer;
    background-color: #d58400;
    border: none;
    border-radius: 18px;
    width: 100%;
    padding: 18px;
    font-size: 30px;
    font-weight: 600;
    transition: background-color .2s;
    box-shadow: inset 12px 23px 23px #0000007a
}

.submit-btn:hover {
    background-color: #ff9e00
}

@media (width<=700px) {
    .modal-window {
        max-width: 450px
    }

    .modal-header {
        padding: 10px
    }

    .modal-title {
        font-size: 20px
    }

    .form-input {
        border-radius: 20px;
        width: 100%;
        min-width: 250px;
        padding: 15px 40px;
        font-size: 16px
    }

    .input-icon {
        width: 20px;
        height: 20px;
        top: 15px;
        left: 15px
    }

    .error-icon {
        width: 20px;
        height: 20px;
        top: 15px;
        right: 15px
    }

    .input-message {
        font-size: 16px
    }

    .form-group {
        margin-bottom: 20px
    }

    .submit-btn {
        font-size: 18px
    }
}

/*# sourceMappingURL=app.be626c1a.css.map */
