p,h1,h2,h3,h4,h5,h6{margin:0}ul,ol{margin:0;padding-left:0}button{cursor:pointer}address{font-style:normal}img{display:block;height:auto;max-width:100%}html{scroll-behavior:smooth}.list{list-style:none}.link{text-decoration:none}textarea{resize:none}body{background-color:#fff;color:#000;font-family:"Montserrat",sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.32px;line-height:1.62}.container{margin:0 auto;width:100%;padding-left:20px;padding-right:20px}@media screen and (min-width: 480px){.container{max-width:480px}}@media screen and (min-width: 768px){.container{max-width:768px}}@media screen and (min-width: 1320px){.container{max-width:1320px}}.sub-title{color:#b32327;font-size:16px;font-weight:700;line-height:1.25;letter-spacing:.48px;text-transform:uppercase;margin-bottom:15px}@media screen and (min-width: 1320px){.sub-title{margin-bottom:19px}}.title{font-family:"Cormorant Garamond",serif;font-weight:600;letter-spacing:1.08px;font-size:36px;line-height:1.25}@media screen and (min-width: 1320px){.title{font-size:48px;letter-spacing:1.44px}}.button{position:relative;overflow:hidden;display:inline-block;padding:10px 20px;border:none;border-radius:5px;background:#b32327;color:#fff;z-index:1}.button::before{content:"";position:absolute;inset:0;background:#d1161b;transform:translateX(-100%);transition:.35s ease;z-index:-1}.button:hover::before{transform:translateX(0)}.lang-switch{position:relative;z-index:20}.lang-switch.open .lang-switch__menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-switch.open .lang-switch__arrow{transform:rotate(180deg)}.lang-switch__current{display:flex;align-items:center;justify-content:center;gap:8px;min-width:65px;padding:4px;color:#1c1c1c;font:inherit;background-color:#fff;border:1px solid #b32327;border-radius:5px;cursor:pointer;transition:color 250ms ease,background-color 250ms ease,box-shadow 250ms ease}.lang-switch__current:hover,.lang-switch__current:focus{color:#fff;background-color:#b32327;box-shadow:0 6px 18px rgba(179,35,39,.22)}.lang-switch__arrow{transition:transform 250ms ease}.lang-switch__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:110px;padding:6px;background-color:#fff;border:1px solid rgba(179,35,39,.25);border-radius:6px;box-shadow:0 12px 30px rgba(0,0,0,.14);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 250ms ease,visibility 250ms ease,transform 250ms ease}.language-option{width:100%;padding:9px 12px;color:#1c1c1c;font:inherit;text-align:left;background-color:rgba(0,0,0,0);border:none;border-radius:4px;cursor:pointer;transition:color 200ms ease,background-color 200ms ease}.language-option:hover,.language-option:focus{color:#b32327;background-color:rgba(179,35,39,.08)}.language-option.active{color:#fff;background-color:#b32327}.lang-switch__mob{display:block}@media screen and (min-width: 1320px){.lang-switch__mob{display:none}}.header{padding-top:20px;padding-bottom:20px}.logo{display:flex;align-items:center;gap:15px}.logo__name{color:#000;font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:700;line-height:1.2;text-transform:uppercase;margin-bottom:7px}.logo__txt{color:#000;line-height:1.2}.menu{color:#000;line-height:1.2;border-bottom:3px solid rgba(0,0,0,0);padding-bottom:5px;transition:all 250ms cubic-bezier(0.4, 0, 0.2, 1)}.menu:hover,.menu:focus{border-bottom:3px solid #b32327;padding-bottom:5px}.header__list{display:none}@media screen and (min-width: 1320px){.header__list{display:flex;align-items:center;gap:55px}}.header__nav{display:flex;align-items:center;justify-content:space-between}.header__btn{display:none}@media screen and (min-width: 1320px){.header__btn{display:block}}.hero{padding-top:64px;padding-bottom:70px;background-image:linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)),url(../../img/bg-hero-mob.webp);background-repeat:no-repeat;background-position:center;background-size:cover}@media(min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.hero{background-image:linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)),url(../../img/bg-hero-mob-x2.webp)}}@media screen and (min-width: 1320px){.hero{padding-top:86px;padding-bottom:86px;background-image:linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)),url(../../img/bg-hero.webp)}}@media screen and (min-width: 1320px)and (min-device-pixel-ratio: 2),screen and (min-width: 1320px)and (min-resolution: 192dpi),screen and (min-width: 1320px)and (min-resolution: 2dppx){.hero{background-image:linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)),url(../../img/bg-hero-x2.webp)}}.hero__sub-title{color:#b32327;font-weight:400;line-height:1.2;letter-spacing:.48px;margin-bottom:19px;text-align:center}@media screen and (min-width: 1320px){.hero__sub-title{text-align:left;margin-bottom:32px}}.hero__title{color:#fff;font-family:"Cormorant Garamond",serif;font-weight:600;line-height:1.2;letter-spacing:1.92px;font-size:36px;width:100%;text-align:center}@media screen and (min-width: 1320px){.hero__title{font-size:64px;width:650px;text-align:left}}.hero__txt{color:#fff;line-height:1.8;letter-spacing:.48px;margin-top:30px;width:100%;text-align:center}@media screen and (min-width: 1320px){.hero__txt{width:487px;margin-top:45px;text-align:left}}.hero__btn--bl{margin-top:50px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap;justify-content:center}@media screen and (min-width: 1320px){.hero__btn--bl{flex-wrap:nowrap;justify-content:flex-start}}.hero__btn,.hero__btn--acc{width:223px;display:flex;justify-content:center;align-items:center}.hero__btn--acc{background-color:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.74)}.hero__btn--acc::before{content:"";position:absolute;inset:0;background:rgba(79,79,79,.459);transform:translateX(-100%);transition:.35s ease;z-index:-1}.advant{padding-top:64px;padding-bottom:11px}.advant__tit{font-size:16px;font-weight:600;line-height:1.25;letter-spacing:.48px;margin-bottom:16px}.advant__txt{text-align:center;line-height:1.56;letter-spacing:.48px;width:100%}@media screen and (min-width: 768px){.advant__txt{width:263px}}.advant__li{display:flex;flex-direction:column;align-items:center}.advant__li:not(:last-child){border-right:none;padding-right:0px}@media screen and (min-width: 1320px){.advant__li:not(:last-child){border-right:1px solid #eee;padding-right:37px}}.advant__icon{margin-bottom:22px}.advant__list{display:flex;justify-content:center;gap:37px;border-bottom:1px solid #eee;padding-bottom:60px;flex-wrap:wrap}@media screen and (min-width: 1320px){.advant__list{flex-wrap:nowrap}}.about{padding-top:53px;padding-bottom:64px}@media screen and (min-width: 1320px){.about{padding-top:51px;padding-bottom:74px}}.about__txt-bl{margin-top:24px}@media screen and (min-width: 1320px){.about__txt-bl{margin-top:34px}}.about__txt{width:100%;line-height:1.75;letter-spacing:.48px}@media screen and (min-width: 1320px){.about__txt{width:510px}}.about__txt:not(:last-child){margin-bottom:14px}.about__all{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:32px}@media screen and (min-width: 1320px){.about__all{flex-direction:row;gap:0px}}.about__sub-title,.about__title{text-align:center}@media screen and (min-width: 1320px){.about__sub-title,.about__title{text-align:left}}.services{padding-top:64px;padding-bottom:64px;background-color:#f3f3f3}@media screen and (min-width: 1320px){.services{padding-top:74px;padding-bottom:74px}}.ser__sub-title,.ser__title{text-align:center}.ser__title{width:100%;margin:0 auto}@media screen and (min-width: 1320px){.ser__title{width:782px}}.ser__tit{text-align:center;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:.48px;margin-top:22px}.ser__txt{width:100%;text-align:center;margin-top:16px}@media screen and (min-width: 1320px){.ser__txt{width:315px}}.ser__list{display:grid;grid-template-columns:1fr;border:1px solid #ebebec;background:#fff;margin-top:50px}@media screen and (min-width: 768px){.ser__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1320px){.ser__list{grid-template-columns:repeat(3, 1fr)}}.ser__li{text-align:center;display:flex;flex-direction:column;align-items:center;padding:40px 20px;border-right:none;border-bottom:1px solid #e8e8e8}@media screen and (min-width: 768px){.ser__li{border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}}@media screen and (min-width: 1320px){.ser__li{padding:60px 40px;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}}@media screen and (min-width: 1320px){.ser__li:nth-child(3n){border-right:none}.ser__li:nth-last-child(-n+3){border-bottom:none}}.reviews{padding-top:64px;padding-bottom:70px;background-image:linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)),url(../../img/bg-reviews-mob.webp);background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#8b0302}@media(min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.reviews{background-image:linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)),url(../../img/bg-reviews-mob-x2.webp)}}@media screen and (min-width: 1320px){.reviews{background-image:linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)),url(../../img/bg-reviews.webp)}}@media screen and (min-width: 1320px)and (min-device-pixel-ratio: 2),screen and (min-width: 1320px)and (min-resolution: 192dpi),screen and (min-width: 1320px)and (min-resolution: 2dppx){.reviews{background-image:linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)),url(../../img/bg-reviews-x2.webp)}}.reviews__sub-title,.reviews__title{color:#fff;text-align:center}.reviews-slider{overflow:hidden;margin-top:40px}.reviews-track{display:flex;transition:transform .5s ease}.reviews-slide{min-width:100%;display:grid;grid-template-columns:1fr;color:#fff;fill:#fff;gap:30px}@media screen and (min-width: 768px){.reviews-slide{grid-template-columns:repeat(3, minmax(0, 1fr));gap:20px}}@media screen and (min-width: 1320px){.reviews-slide{gap:0}}.reviews-dots{display:flex;justify-content:center;gap:8px;margin-top:45px}.dot{width:10px;height:10px;padding:0;border:1px solid #fff;border-radius:50%;background:rgba(0,0,0,0);cursor:pointer}.dot.active{background:#fff}@media(max-width: 700px){.reviews-slide{grid-template-columns:1fr}}.review__text{width:100%;max-width:330px;line-height:1.56;letter-spacing:.48px;margin-top:19px;margin-bottom:19px;overflow-wrap:break-word}.review__name{font-weight:700;line-height:1.56;letter-spacing:.48px;margin-bottom:3px}.review__job{font-style:italic;line-height:1.56;letter-spacing:.48px}.review{padding:0 25px}@media screen and (min-width: 1320px){.review{padding:0 50px}}.review:not(:last-child){border-right:none}@media screen and (min-width: 1320px){.review:not(:last-child){border-right:1px solid hsla(0,0%,100%,.8)}}.bl-forma{padding-top:64px;padding-bottom:64px}@media screen and (min-width: 1320px){.bl-forma{padding-top:74px;padding-bottom:74px}}.form{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-top:40px}@media screen and (min-width: 1320px){.form{margin-top:51px}}.forma__input{width:100%;border-radius:5px;background:#f3f3f3;border:none;padding:22px 25px;outline:rgba(0,0,0,0)}@media screen and (min-width: 1320px){.forma__input{width:550px}}.form__button{width:100%;padding:21px;margin-top:8px;font-size:20px}@media screen and (min-width: 1320px){.form__button{width:550px}}.bl-forma__list{border-radius:5px;background:#f3f3f3;width:100%;padding:40px;display:flex;flex-direction:column;gap:35px}@media screen and (min-width: 1320px){.bl-forma__list{width:576px}}.bl-forma__tit{font-size:16px;font-weight:700;line-height:1.56;letter-spacing:.48px;margin-bottom:15px}.bl-forma__sub-title,.bl-forma__title{text-align:center}@media screen and (min-width: 1320px){.bl-forma__sub-title,.bl-forma__title{text-align:left}}.bl-forma__info{color:#000;line-height:1.56;letter-spacing:.48px}.bl-forma__li{display:flex;gap:30px;align-items:center}.bl-forma__all{display:flex;align-items:center;justify-content:space-between;gap:64px;flex-direction:column}@media screen and (min-width: 1320px){.bl-forma__all{flex-direction:row;gap:0px}}.bl-forma__block{width:100%}@media screen and (min-width: 1320px){.bl-forma__block{width:550px}}.bl-forma__li--pos{width:230px}@media screen and (min-width: 768px){.bl-forma__li--pos{width:100%}}.footer{padding-top:64px;padding-bottom:26px;background-color:#1f2123;color:#fff}@media screen and (min-width: 1320px){.footer{padding-top:74px;padding-bottom:35px}}.logo__footer{color:#fff}.footer__txt{color:hsla(0,0%,100%,.8);font-size:14px;line-height:1.57;letter-spacing:.42px;margin-top:35px;width:336px}.footer__tit{font-size:16px;font-weight:700;line-height:1.56;letter-spacing:.48px;text-transform:uppercase;margin-bottom:18px}.footer__menu{color:#fff;line-height:1.56;letter-spacing:.48px;margin-left:23px}.footer__li{position:relative}.footer__menu::before{content:"";width:10px;height:10px;background-color:#b32327;display:block;border-radius:50%;position:absolute;top:8px;left:0}.footer__li:not(:last-child){margin-bottom:12px}.footer__info{width:168px}.footer__bl--all{display:flex;gap:50px;align-items:flex-start;text-align:center;flex-wrap:wrap;justify-content:center}@media screen and (min-width: 1320px){.footer__bl--all{gap:100px;text-align:left;flex-wrap:nowrap}}.footer__pos{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:43px;border-bottom:1px solid hsla(0,0%,100%,.17);margin-bottom:21px;gap:45px;flex-direction:column}@media screen and (min-width: 768px){.footer__pos{flex-direction:row;gap:0px}}.footer__copy{text-align:center;color:hsla(0,0%,100%,.8);font-size:14px;line-height:1.78;letter-spacing:.42px}/*# sourceMappingURL=main.min.css.map */