@font-face{font-family:'HelveticaNeue';src:url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"),url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'HelveticaNeue';src:url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"),url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'HelveticaNeue';src:url("../fonts/HelveticaNeueCyr-Black.woff2") format("woff2"),url("../fonts/HelveticaNeueCyr-Black.woff") format("woff");font-weight:900;font-style:normal;font-display:swap}html{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}html.lock{overflow:hidden}html,body{position:relative;overflow-x:hidden}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}a{text-decoration:none;color:inherit}p{margin:0}ul{list-style:none;padding:0;margin:0}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.container{max-width:1140px;padding:0 5px;margin:0 auto}body{font-family:'HelveticaNeue', sans-serif;font-size:16px;line-height:30px;color:#fff;background-color:#FFF7EA}.section-title{padding:0;margin:0;font-weight:700;font-size:36px;line-height:60px;letter-spacing:0.2em;color:#1A1A1A;text-align:center;text-transform:capitalize;position:relative;z-index:5}.section-title::before{content:"";position:absolute;top:50%;left:50%;z-index:-1;width:100%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-weight:900;font-size:100px;line-height:100px;color:rgba(48,48,48,0.5);text-transform:uppercase}@media only screen and (max-width: 768px){.section-title::before{font-size:50px;line-height:50px}}@media only screen and (max-width: 500px){.section-title::before{font-size:40px;line-height:40px}}.section-title::after{content:"";position:absolute;bottom:-46px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:60px;height:2px;background-color:#34C759}@media only screen and (max-width: 768px){.section-title{font-size:24px;line-height:30px}}.contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 245px;flex:0 0 245px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.contacts__item{display:block;padding-top:38px;max-width:245px;width:100%;min-height:95px;position:relative}.contacts__item span{font-size:14px;color:rgba(255,255,255,0.5);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.contacts__item:hover span{color:#fff}.contacts__item:not(:last-child){margin-right:90px}.contacts__item::before{content:"";position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.contacts__item--clock::before{background-image:url(../images/clock.svg);width:20px;height:20px}.contacts__item--address{font-style:normal}.contacts__item--address::before{background-image:url(../images/telegram.svg);width:18px;height:18px}.contacts__item--phone::before{background-image:url(../images/phone.svg);width:18px;height:18px}.contacts__item span{display:block}@media only screen and (max-width: 768px){.contacts__item:not(:last-child){margin-right:0;margin-bottom:30px}}@media only screen and (max-width: 768px){.contacts{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;-ms-flex-wrap:wrap;flex-wrap:wrap}}#scroll{position:fixed;right:5%;bottom:5%;width:60px;height:60px;opacity:.5;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;background-color:transparent;outline:transparent;border:2px solid #1A1A1A;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}#scroll::before{content:"";position:absolute;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);width:30px;height:30px;background-image:url(../images/arrow-scroll.svg);background-repeat:no-repeat;background-size:cover;background-position:center}#scroll:hover{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}#scroll.hidden{opacity:0}.modal-open{cursor:pointer}.header{position:fixed;width:100%;height:90px;background-color:transparent;z-index:20;border-bottom:1px solid rgba(255,255,255,0.8);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.header.scrolled{background-color:#1A1A1A}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo-image{width:267px;height:58px;position:relative;z-index:2}@media only screen and (max-width: 768px){.header__logo-image{width:220px}}@media only screen and (max-width: 500px){.header__logo-image{width:200px}}.header__nav{-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}@media only screen and (max-width: 768px){.header__nav{position:absolute;top:0;right:-100%;width:100vw;height:calc(var(--vh, 1vh) * 100);opacity:0}.header__nav.active{top:0;left:0;opacity:1}}.header__list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media only screen and (max-width: 768px){.header__list{display:block;width:100%;height:100%;padding-top:100px;text-align:center;background-color:#000}}.header__item:not(:last-child){margin-right:45px}@media only screen and (max-width: 768px){.header__item:not(:last-child){margin-right:0;margin-bottom:15px}}.header__link{font-weight:700;font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.header__link:hover{color:#FFEE93}@media only screen and (max-width: 768px){.header__link{display:block;padding-bottom:15px;border-bottom:2px solid #fff;color:#fff}}.header__burger{display:none}@media only screen and (max-width: 768px){.header__burger{display:block;position:relative;margin-right:20px;margin-top:5px;width:35px;height:24px;z-index:20}.header__burger span{background-color:#fff;width:100%;height:4px;position:absolute;top:10px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.header__burger::before,.header__burger::after{content:"";position:absolute;width:100%;height:4px;background-color:#fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.header__burger::before{top:0}.header__burger::after{bottom:0}.header__burger.active::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:10px;background-color:#fff}.header__burger.active::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);bottom:10px;background-color:#fff}.header__burger.active span{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);background-color:#000}}.intro{min-height:100vh;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1}.intro::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.3);z-index:-1}.intro__inner{padding-top:171px;padding-bottom:161px;text-align:center}.intro__title{padding:0;margin:0;text-transform:capitalize;font-weight:700;font-size:68px;line-height:84px;letter-spacing:0.1em}@media only screen and (max-width: 1200px){.intro__title{font-size:48px;line-height:60px}}@media only screen and (max-width: 768px){.intro__title{font-size:36px;line-height:48px}}@media only screen and (max-width: 500px){.intro__title{font-size:24px;line-height:30px;margin-bottom:15px}}.intro__description{max-width:595px;margin:0 auto;padding:0 5px;margin-bottom:40px;font-size:16px;line-height:26px;letter-spacing:-0.2px;color:#fff}@media only screen and (max-width: 500px){.intro__description{font-size:14px}}.intro__link{display:inline-block;margin:0 auto 70px;border:none;min-width:220px;padding:25px 5px;border-radius:43px;font-weight:700;font-size:18px;line-height:22px;color:#fff;background-color:#34C759;letter-spacing:0.2em;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.intro__link:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.intro__link:active{-webkit-box-shadow:inset 2px 2px 2px 2px #000;box-shadow:inset 2px 2px 2px 2px #000}@media only screen and (max-width: 768px){.intro__link{padding:12px 5px;min-width:180px}}.intro__item-link{display:block}.about__inner{padding:150px 10px 90px;background:#fff;border-radius:6px;-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);box-shadow:0px 2px 5px rgba(0,0,0,0.1)}@media only screen and (max-width: 768px){.about__inner{padding:60px 10px}}.about__title{margin-bottom:60px}.about__title::before{content:"О нас"}.about__title::after{display:none}.about__description{max-width:735px;margin:0 auto 90px;text-align:center;color:#303030}@media only screen and (max-width: 768px){.about__description{margin-bottom:60px}}@media only screen and (max-width: 500px){.about__description{margin-bottom:20px}}.about__slider{position:relative;text-align:center}.about__image{max-width:350px;width:100%;height:270px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 768px){.about__image{max-width:100%}}@media only screen and (max-width: 500px){.about__image{-o-object-fit:contain;object-fit:contain}}.swiper-container{width:734px;height:270px}@media only screen and (max-width: 768px){.swiper-container{width:100%}}.swiper-button{width:60px;height:60px;background-color:transparent;border:2px solid transparent;border-radius:50%;outline:transparent;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:absolute}.swiper-button:hover,.swiper-button:focus{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);border-color:#303030}.swiper-button:active{-webkit-box-shadow:inset 1px 1px 1px 1px #000;box-shadow:inset 1px 1px 1px 1px #000}.swiper-button::after{display:none}.swiper-button::before{content:"";width:16px;height:16px}.swiper-button-prev{left:5%}.swiper-button-prev::before{background-image:url(../images/arrow-prev.svg);background-size:cover}@media only screen and (max-width: 1200px){.swiper-button-prev{left:0}}@media only screen and (max-width: 900px){.swiper-button-prev{top:auto;bottom:-70px;left:40%}}@media only screen and (max-width: 500px){.swiper-button-prev{bottom:-50px;left:30%}}.swiper-button-next{right:5%}.swiper-button-next::before{background-image:url(../images/arrow-next.svg);background-size:cover}@media only screen and (max-width: 1200px){.swiper-button-next{right:0}}@media only screen and (max-width: 900px){.swiper-button-next{top:auto;bottom:-70px;right:40%}}@media only screen and (max-width: 500px){.swiper-button-next{bottom:-50px;right:30%}}.works__title{margin-bottom:104px}.works__title::before{content:"Работа"}.works__inner{padding:100px 10px 30px;background-color:#fff}.works__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1050px){.works__items{-ms-flex-wrap:wrap;flex-wrap:wrap}}.works__item{padding:24px;max-width:255px;width:100%;min-height:206px;background-color:#252525;-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);box-shadow:0px 2px 5px rgba(0,0,0,0.1);border-radius:6px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.works__item:not(:last-child){margin-right:30px}.works__item:hover{background-color:#34C759}.works__item:hover .works__item-title{color:#191919}.works__item:hover .works__item-title::after{background-color:#191919}.works__item:hover .works__item-description{color:#191919}@media only screen and (max-width: 1050px){.works__item{max-width:48%;margin-bottom:30px}.works__item:not(:last-child){margin-right:0}}@media only screen and (max-width: 500px){.works__item{max-width:100%}}.works__item-title{margin-bottom:36px;color:#fff;font-size:22px;line-height:26px;letter-spacing:-0.275px;text-transform:capitalize;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:relative}.works__item-title::after{content:"";width:56px;height:2px;background-color:#34C759;position:absolute;bottom:-16px;left:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.works__item-description{font-size:13px;line-height:18px;letter-spacing:-0.2px;color:rgba(255,255,255,0.5);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.dishes__title{margin-bottom:111px}.dishes__title::before{content:"Блюда"}@media only screen and (max-width: 768px){.dishes__title{margin-bottom:80px}}.dishes__inner{padding:90px 10px 0;background-color:#fff}.dishes__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-30px}@media only screen and (max-width: 1050px){.dishes__items{margin-right:-15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width: 768px){.dishes__items{margin-right:0}}.dishes__item{margin-right:30px;margin-bottom:25px;max-width:350px;width:100%;height:493px}@media only screen and (max-width: 1150px){.dishes__item{max-width:calc(100% / 3 - 30px)}}@media only screen and (max-width: 1050px){.dishes__item{margin-bottom:70px;margin-right:15px}}@media only screen and (max-width: 768px){.dishes__item{max-width:48%;margin-right:0}}@media only screen and (max-width: 500px){.dishes__item{max-width:100%}}.dishes__link-image{display:block;height:260px;position:relative;overflow:hidden}.dishes__link-image::before{content:"";display:block;position:absolute;z-index:1;top:24px;right:24px;width:40px;height:40px;border-radius:50%;background-color:rgba(0,0,0,0.5);background-image:url(../images/arrow.svg);background-position:center;background-repeat:no-repeat;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.dishes__link-image:hover::before{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.dishes__link-image:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.5}.dishes__link-image:hover .dishes__price{opacity:1}.dishes__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.dishes__price{opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#1A1A1A;font-weight:700;font-size:32px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.dishes__info{padding:24px 30px 20px;background-color:#252525;-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);box-shadow:0px 2px 5px rgba(0,0,0,0.1);border-radius:0 0 6px 6px}.dishes__link{display:block;margin-bottom:20px;font-size:32px;line-height:30px;color:#D9D9D9}@media only screen and (max-width: 1150px){.dishes__link{font-size:24px}}@media only screen and (max-width: 900px){.dishes__link{font-size:18px}}.dishes__serve{display:block;margin-top:5px;font-size:12px;line-height:16px;color:#A4A8B2}@media only screen and (max-width: 1050px){.dishes__serve{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}}.dishes__text{margin-bottom:20px;font-size:13px;line-height:18px;letter-spacing:-0.1625px;color:#85878C;height:54px;overflow-y:auto}.dishes__text::-webkit-scrollbar{width:4px;background-color:transparent}.dishes__text::-webkit-scrollbar-thumb{border-radius:100px;background:#303030;cursor:pointer}.dishes__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 1050px){.dishes__bottom{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.dishes__rate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dishes__rate span{display:inline-block;margin-left:10px;font-size:12px;line-height:30px;color:#B3B3B3}@media only screen and (max-width: 1050px){.dishes__rate{margin-bottom:10px}}@media only screen and (max-width: 768px){.dishes__rate{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.dishes__order-link{display:inline-block;min-width:100px;font-weight:900;font-size:10px;line-height:40px;text-align:center;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.5);background:#262626;border:2px solid #303030;border-radius:30px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.dishes__order-link:hover{background-color:#34C759;color:#252525}.dishes__order-link:active{-webkit-box-shadow:inset 1px 1px 1px 1px #000;box-shadow:inset 1px 1px 1px 1px #000}.chefs__title{margin-bottom:82px}.chefs__title::before{content:"Шефы"}.chefs__inner{padding:102px 10px 30px;background-color:#fff}.chefs__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1050px){.chefs__items{-ms-flex-wrap:wrap;flex-wrap:wrap}}.chefs__item{max-width:350px;width:100%}.chefs__item:not(:last-child){margin-right:30px}@media only screen and (max-width: 1050px){.chefs__item{max-width:30%}}@media only screen and (max-width: 768px){.chefs__item{max-width:45%;margin-bottom:30px}.chefs__item:not(:last-child){margin-right:0}.chefs__item:last-child{max-width:70%;margin:0 auto}}@media only screen and (max-width: 500px){.chefs__item{max-width:100%}.chefs__item:last-child{max-width:100%}}.chefs__info{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;line-height:21px;letter-spacing:-0.225px;color:#303030}.chefs__achievement{display:block;font-size:12px;line-height:16px;letter-spacing:-0.15px}.chefs__images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1050px){.chefs__images{-ms-flex-wrap:wrap;flex-wrap:wrap}}.chefs__image{display:block;width:65px;height:65px;-o-object-fit:cover;object-fit:cover}.chefs__image--avatar{margin-right:24px;border-radius:50%}.chefs__image--large{width:160px}@media only screen and (max-width: 900px){.chefs__image{width:45%}.chefs__image--large{width:100%}.chefs__image--avatar{width:65px;height:65px}}.recipes__title{margin-bottom:106px}.recipes__title::before{content:"Рецепты"}.recipes__inner{padding:101px 10px 90px;background-color:#fff}.recipes__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1050px){.recipes__items{display:block}}.recipes__item{max-width:540px;width:100%;border-radius:6px;background-repeat:no-repeat;background-position:center;background-size:cover}.recipes__item--large{max-height:510px;height:100%;margin-right:30px;padding:55px 90px 60px;text-align:center}.recipes__item--large .recipes__category{margin-bottom:65px}.recipes__item--large .recipes__date{margin-bottom:25px;display:block}.recipes__item--large .recipes__views{margin-right:27px}.recipes__item--large:hover .recipes__name{font-size:25px}@media only screen and (max-width: 1050px){.recipes__item--large{margin-right:0;margin-bottom:30px}}@media only screen and (max-width: 768px){.recipes__item--large{padding:55px 5px 60px}}.recipes__item--small{-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);box-shadow:0px 2px 5px rgba(0,0,0,0.1);padding:30px 26px 25px 30px;height:150px;position:relative;z-index:1}.recipes__item--small::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:-1}.recipes__item--small:not(:last-child){margin-bottom:30px}.recipes__item--small .recipes__date{font-size:12px;line-height:25px;color:#B3B3B3}@media only screen and (max-width: 1050px){.recipes__item--small{max-height:510px;height:100%}}@media only screen and (max-width: 1050px){.recipes__item{max-width:100%}}.recipes__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.recipes__description{display:block;margin-bottom:10px;font-size:16px;line-height:30px;height:60px;overflow-y:hidden}@media only screen and (max-width: 500px){.recipes__description{text-align:center}}.recipes__about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 500px){.recipes__about{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}.recipes__category{display:inline-block;margin-right:15px;height:25px;padding:0 15px;min-width:60px;background-color:rgba(0,0,0,0.3);text-align:center;font-weight:900;font-size:10px;line-height:25px;letter-spacing:1.25px;text-transform:uppercase}@media only screen and (max-width: 500px){.recipes__info{width:100%;text-align:center;margin-bottom:10px}}.recipes__date{display:inline-block}.recipes__name{display:inline-block;height:110px;overflow-y:hidden;margin-bottom:5px;font-size:24px;line-height:40px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.recipes__author{font-size:14px;line-height:30px;margin-bottom:60px}.recipes__views,.recipes__comments{display:inline-block;padding-left:37px;font-weight:700;font-size:12px;line-height:30px;color:#D8D8D8;position:relative}.recipes__views::before,.recipes__comments::before{content:"";position:absolute;left:0;background-repeat:no-repeat;background-size:cover;background-position:center}.recipes__views{margin-right:27px}.recipes__views::before{top:10px;background-image:url(../images/views.svg);width:22px;height:15px}.recipes__comments:hover::before{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.recipes__comments::before{top:7px;background-image:url(../images/comments.svg);width:20px;height:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.social__title{margin-bottom:110px}.social__title::before{content:"Контакты"}.social__inner{padding:115px 10px 113px;background-color:#fff}@media only screen and (max-width: 768px){.social__inner{padding:60px 10px}}.social__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 768px){.social__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}.social__links{max-width:120px;margin-right:150px}@media only screen and (max-width: 768px){.social__links{max-width:100%;width:100%;margin-right:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}}@media only screen and (max-width: 500px){.social__links{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.social__item:not(:last-child){margin-bottom:70px}@media only screen and (max-width: 768px){.social__item:not(:last-child){margin-bottom:0}}@media only screen and (max-width: 500px){.social__item{width:100%}.social__item:not(:last-child){margin-bottom:50px}}.social__link{display:block;padding-left:60px;font-size:14px;line-height:30px;color:#303030;position:relative}.social__link::before{content:"";position:absolute;top:-5px;left:0;width:40px;height:40px;border:2px solid #303030;border-radius:50%;background-repeat:no-repeat;background-size:cover;background-position:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:.5}.social__link:hover::before{opacity:1}.social__link--twitter::before{background-image:url(../images/twitter.svg)}.social__link--instagram::before{background-image:url(../images/instagram.svg)}.social__link--facebook::before{background-image:url(../images/facebook.svg)}@media only screen and (max-width: 500px){.social__link{width:125px;margin:0 auto}}.social__form{max-width:100%;width:100%}@media only screen and (max-width: 768px){.social__form{margin-bottom:50px}}.social__description{margin-bottom:30px;font-size:24px;color:#303030;text-align:center}.social__description span{display:block;font-weight:700;font-size:28px;line-height:32px}@media only screen and (max-width: 768px){.social__description{font-size:20px}}.social__form-item{display:block;width:100%;border:2px solid #A6A6A6;background-color:rgba(26,26,26,0.2);border-radius:4px;border:2px solid transparent;outline:transparent;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-size:16px;color:#000}.social__form-item:hover,.social__form-item:focus{border-color:#1A1A1A}.social__form-item::-webkit-input-placeholder{font-weight:500;font-size:16px;color:#000}.social__form-item::-moz-placeholder{font-weight:500;font-size:16px;color:#000}.social__form-item:-ms-input-placeholder{font-weight:500;font-size:16px;color:#000}.social__form-item::-ms-input-placeholder{font-weight:500;font-size:16px;color:#000}.social__form-item::placeholder{font-weight:500;font-size:16px;color:#000}.social__input{display:inline-block;padding:0 15px;max-width:400px;height:40px;margin-bottom:15px}.social__input+.social__input{margin-left:35px}@media only screen and (max-width: 1150px){.social__input{max-width:48%}.social__input+.social__input{margin-left:3%}}@media only screen and (max-width: 500px){.social__input{display:block;max-width:100%;margin-bottom:20px}.social__input+.social__input{margin-left:0}}.social__textarea{margin-bottom:20px;padding:15px;min-height:250px}.social__btn{display:block;margin-left:auto;border:1px solid transparent;outline:transparent;min-width:150px;height:40px;border-radius:4px;background-color:#34C759;color:#fff;text-transform:uppercase;text-align:center;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.social__btn:hover,.social__btn:focus{border-color:#000}.social__btn:active{-webkit-box-shadow:inset 1px 1px 1px 1px #000;box-shadow:inset 1px 1px 1px 1px #000}.footer{background-image:url(../images/footer-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1;-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);box-shadow:0px 2px 5px rgba(0,0,0,0.1)}.footer::before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,0.5);z-index:-1}.footer__inner{padding:90px 0 30px;border-bottom:2px solid #303030}.footer__copy{padding:15px 0 30px;font-size:12px;line-height:60px;color:rgba(255,255,255,0.7);text-align:center}.footer__logo{display:block;margin-bottom:10px;margin:0 auto;width:267px;height:58px}.footer__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tingle-modal--visible .tingle-modal-box{-webkit-animation:scale 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;animation:scale 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards}.tingle-modal--visible .tingle-modal-box{max-width:600px;position:relative;background-color:#FFEE93;text-align:center}.tingle-modal-box{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.tingle-modal__close{display:none}.tingle-modal-box__content{padding:45px 20px}.modal__close-btn{position:absolute;border:none;background-color:transparent;top:20px;right:20px;width:30px;height:24px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;outline:transparent}.modal__close-btn::before,.modal__close-btn::after{content:"";position:absolute;top:8px;left:0;background-color:#000;width:100%;height:4px}.modal__close-btn::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.modal__close-btn::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.modal__title{font-weight:700;font-size:32px;line-height:36px;color:#1A1A1A;margin-bottom:30px}.modal__text{margin-bottom:20px;font-size:22px;line-height:28px;color:#1A1A1A}.modal__form{max-width:500px;margin:0 auto}.modal__input{display:block;margin-bottom:20px;height:44px;width:100%;padding:0 15px;border-radius:8px;border:1px solid #c6c6c6;outline:transparent;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-size:16px;color:#000}.modal__input::-webkit-input-placeholder{font-size:16px;color:#000}.modal__input::-moz-placeholder{font-size:16px;color:#000}.modal__input:-ms-input-placeholder{font-size:16px;color:#000}.modal__input::-ms-input-placeholder{font-size:16px;color:#000}.modal__input::placeholder{font-size:16px;color:#000}.modal__input:hover,.modal__input:focus{border-color:#34C759}.modal__textarea{display:block;margin-bottom:20px;resize:none;width:100%;min-height:120px;padding:15px;border:none;border:1px solid #c6c6c6;border-radius:8px;outline:transparent;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-size:16px;color:#000}.modal__textarea::-webkit-input-placeholder{font-size:16px;color:#000}.modal__textarea::-moz-placeholder{font-size:16px;color:#000}.modal__textarea:-ms-input-placeholder{font-size:16px;color:#000}.modal__textarea::-ms-input-placeholder{font-size:16px;color:#000}.modal__textarea::placeholder{font-size:16px;color:#000}.modal__textarea:hover,.modal__textarea:focus{border-color:#34C759}.modal__btn{display:block;border:none;margin:0 auto;height:50px;min-width:200px;border-radius:25px;background-color:#34C759;color:#fff;text-align:center;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;outline:transparent}.modal__btn:hover,.modal__btn:focus{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.modal__btn:active{-webkit-box-shadow:inset 2px 2px 2px 2px #000;box-shadow:inset 2px 2px 2px 2px #000}
