@charset "UTF-8";.mb-140{margin-bottom:140px}.mb-180{margin-bottom:180px}*{box-sizing:border-box}a,abbr,acronym,address,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.2}table{border-collapse:collapse;border-spacing:0}ol{padding-left:1.4em;list-style:decimal}ul{padding-left:0;list-style:square}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{text-decoration:none}li{list-style-type:none}.header{background-color:#e21c2e;display:-webkit-box;display:flex;flex-basis:1400px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;justify-content:space-around;font-family:'Noto Sans',sans-serif;padding:10px 80px}@media (max-width:600px){.header{padding-right:40px}}@media (max-width:450px){.header{padding-right:10px}}@media (max-width:1200px){.header{-webkit-box-pack:center;justify-content:center}}.header__main{flex-basis:800px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between}@media (max-width:1200px){.header__main{display:none}}.header__list-item{display:-webkit-box;display:flex}.header__links-list{display:-webkit-box;display:flex;justify-content:space-around;flex-basis:790px}.header__link{font-size:16px;font-weight:600;letter-spacing:.01em;line-height:23px;color:#fff;text-transform:uppercase;align-self:center}.header__contact{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.header__phone-icon{display:-webkit-box;display:flex;flex-shrink:0;width:45px;height:45px;margin-right:30px;border-radius:50%;background:radial-gradient(48.75% 48.75% at 23.75% 21.25%,#fe394b 0,rgba(254,57,75,0) 100%),#e21c2e;align-self:center;border:1px solid #fff}@media (max-width:600px){.header__phone-icon{display:none}}.header__phone-icon-svg{margin:auto}.header__phone{font-size:18px;font-weight:700;letter-spacing:.02em;line-height:25px;color:#fff;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center}@media (max-width:330px){.header__phone{font-size:14px;line-height:19px}}.header__phone-info{font-size:16px;font-weight:500;letter-spacing:.01em;line-height:22px;color:#fff}@media (max-width:330px){.header__phone-info{font-size:12px;line-height:16px}}.header__phone-number{margin-bottom:5px;color:inherit}.header_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:99;background-color:#fff;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.header_sticky .header__link{color:#251d1d}.header_sticky .header__phone{color:#e21c2e}.header_sticky .header__phone-info{color:#251d1d}.header_sticky .header__phone-icon{border:none;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}.header_sticky-inView{padding:5px 80px;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .35s ease-out;transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;transition:transform .35s ease-out,-webkit-transform .35s ease-out}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 rgba(226,28,46,.6)}70%{box-shadow:0 0 0 10px rgba(226,28,46,0)}100%{box-shadow:0 0 0 0 rgba(226,28,46,0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(226,28,46,.6)}70%{box-shadow:0 0 0 10px rgba(226,28,46,0)}100%{box-shadow:0 0 0 0 rgba(226,28,46,0)}}.menu{font-family:'Noto Sans',sans-serif}@media (min-width:1200px){.menu{display:none}}.menu__btn{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:fixed;top:30px;left:20px;width:26px;height:26px;cursor:pointer;z-index:3}.menu__btn>span,.menu__btn>span::after,.menu__btn>span::before{display:block;position:absolute;width:100%;height:2px;background-color:#ccdbdc;-webkit-transition-duration:.35s;transition-duration:.35s}.menu__btn>span::before{content:'';top:-8px}.menu__btn>span::after{content:'';top:8px}.menu__box{display:block;background-color:#e21c2e;box-shadow:1px 0 6px rgba(0,0,0,.2);z-index:2;position:fixed;width:300px;margin:-100px 0 0 -50px;padding:100px 0 40px 60px;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transition:-webkit-transform .5s cubic-bezier(.77,.2,.05,1);transition:-webkit-transform .5s cubic-bezier(.77,.2,.05,1);transition:transform .5s cubic-bezier(.77,.2,.05,1);transition:transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1)}.menu #menu__toggle{display:none}#menu__toggle:checked~.menu__btn>span{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#menu__toggle:checked~.menu__btn>span::before{top:0;-webkit-transform:rotate(0);transform:rotate(0)}#menu__toggle:checked~.menu__btn>span::after{top:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}#menu__toggle:checked~.menu__box{visibility:visible;left:0}.header__link_menu{display:block;padding:12px 24px}.menu input:checked~ul{-webkit-transform:none;transform:none}.main{font-family:'Noto Sans',sans-serif}.hero{position:relative;background:-webkit-gradient(linear,left top,left bottom,color-stop(10.33%,#e21c2e),to(rgba(226,28,46,.7))),url(../img/hero-background.jpg) center center no-repeat;background:linear-gradient(180deg,#e21c2e 10.33%,rgba(226,28,46,.7) 100%),url(../img/hero-background.jpg) center center no-repeat;background-size:cover;height:685px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;margin-bottom:180px}@media (max-width:1200px){.hero{background:-webkit-gradient(linear,left top,left bottom,color-stop(10.33%,#e21c2e),to(rgba(226,28,46,.7))),url(../img/hero-background-md.jpg) center center no-repeat;background:linear-gradient(180deg,#e21c2e 10.33%,rgba(226,28,46,.7) 100%),url(../img/hero-background-md.jpg) center center no-repeat;background-size:cover}}@media (max-width:767px){.hero{margin-bottom:0}}@media (max-width:330px){.hero{height:500px}}.hero__header{font-size:48px;font-weight:700;letter-spacing:.05em;line-height:65px;color:#fff;margin-top:114px;text-transform:uppercase}@media (max-width:330px){.hero__header{font-size:26px;line-height:35px;margin-top:94px}}.hero__header-line{text-align:center;font-size:280px;font-weight:800;letter-spacing:0;line-height:280px;color:#fff}@media (max-width:330px){.hero__header-line{font-size:150px;line-height:150px}}.hero__hero-image{position:absolute;top:205px;max-width:100%;height:auto}@media (max-width:900px){.hero__hero-image{top:270px}}@media (max-width:600px){.hero__hero-image{top:295px}}@media (max-width:400px){.hero__hero-image{top:335px}}@media (max-width:330px){.hero__hero-image{top:195px}}@media (min-width:768px){.preload-background-images{background:url(../img/services/tireFix.jpg),url(../img/services/carpet.jpg),url(../img/services/carWash.jpg),url(../img/services/castWheels.jpg),url(../img/services/dryCleaning.jpg),url(../img/services/headlights.jpg),url(../img/services/welding.jpg)}}.services{background:url(../img/services/alignment.jpg) center center/cover no-repeat}@media (max-width:767px){.services{display:none}}.services__wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(circle at 100% -50%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),radial-gradient(circle at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%);background-image:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(circle at 100% -50%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),radial-gradient(circle at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%)}.services__grid{display:grid;grid-template-columns:minmax(0,80px) 255px minmax(20px,170px) minmax(300px,775px) minmax(20px,125px);grid-template-rows:180px 120px auto minmax(260px,auto);grid-template-areas:". header . . ." ". . . . ." ". services . description ." ". . . contact .";align-self:center}.services__header{font-size:36px;font-weight:700;letter-spacing:.02em;line-height:49px;color:#fff;grid-area:header;align-self:end}.services__list{font-size:16px;font-weight:400;letter-spacing:0;line-height:22px;color:#dfdfdf;grid-area:services;justify-self:end}.services__list-item{margin-bottom:20px;width:177px}.services__list-item:hover{cursor:pointer}.services__list-item_active{font-size:18px;font-weight:700;letter-spacing:0;line-height:22px;color:#fff;position:relative}.services__list-item_active::before{content:'';position:absolute;top:12px;left:-75px;width:42px;border:2px solid #e21c2e}.services__description{font-size:16px;font-weight:400;letter-spacing:0;line-height:26px;color:#dfdfdf;grid-area:description;visibility:hidden}.contact{grid-area:contact;display:-webkit-box;display:flex;max-width:500px;margin-top:65px;height:69px;background:linear-gradient(118deg,#fff 58%,#e21c2e 58.25%);border-radius:20px;justify-content:space-around}@media (max-width:1050px){.contact{grid-column:3/5;grid-row-start:4}}.contact__info{font-size:16px;font-weight:400;letter-spacing:0;line-height:26px;color:#5b5050;align-self:center}.contact__phone{font-size:18px;font-weight:700;letter-spacing:.02em;line-height:25px;color:#fff;align-self:center}.services-accordion{display:none;background:linear-gradient(358.86deg,#050304 -5.74%,rgba(215,215,215,.2) 325.43%),linear-gradient(0deg,#050304,#050304)}@media (max-width:767px){.services-accordion{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}.services-accordion__header{font-size:24px;font-weight:700;letter-spacing:.02em;line-height:24px;color:#fff;align-self:center;margin:30px 0 35px}.services-accordion__service{border-bottom:1px solid #484848}.services-accordion__checkbox{display:none}.services-accordion__content{overflow-y:hidden;height:0;-webkit-transition:height 1s ease-out;transition:height 1s ease-out}.services-accordion__checkbox:checked~.services-accordion__content{height:auto;overflow:visible;padding:15px 10px}.services-accordion__checkbox:checked~.services-accordion__name .services-accordion__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.services-accordion__name{display:block;padding:20px 0 20px 10px;font-size:16px;font-weight:500;letter-spacing:0;line-height:19px;color:#fff;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.services-accordion__arrow{margin-right:10px}.services-accordion__content{font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;color:#dfdfdf}.services-accordion__content_alignment{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/alignment-md.jpg) center center/cover no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/alignment-md.jpg) center center/cover no-repeat}.services-accordion__content_tireFix{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/tireFix-md.jpg) center center/cover no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/tireFix-md.jpg) center center/cover no-repeat}.services-accordion__content_carWash{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/carWash-md.jpg) center center/cover no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/carWash-md.jpg) center center/cover no-repeat}.services-accordion__content_welding{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/welding-md.jpg) center center/cover no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/welding-md.jpg) center center/cover no-repeat}.services-accordion__content_headlights{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/headlights-md.jpg) center center/cover no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/headlights-md.jpg) center center/cover no-repeat}.services-accordion__content_castWheels{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/castWheels-md.jpg) center center/cover no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/castWheels-md.jpg) center center/cover no-repeat}.services-accordion__content_carpet{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/carpet-md.jpg) center center/cover no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/carpet-md.jpg) center center/cover no-repeat}.services-accordion__content_dryCleaning{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/dryCleaning-md.jpg) center center/cover no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(117.69% 47.91% at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),radial-gradient(226.33% 656.26% at 100% -1.1%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),url(../img/services/dryCleaning-md.jpg) center center/cover no-repeat}.services-accordion__contact{width:245px;height:58px;margin:30px auto 40px;background:radial-gradient(48.75% 48.75% at 23.75% 21.25%,#fe394b 0,rgba(254,57,75,0) 100%),#e21c2e;border-radius:20px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.services-accordion__info{font-size:14px;font-weight:400;letter-spacing:0;line-height:19px;color:#fff}.services-accordion__phone{font-size:16px;font-weight:700;letter-spacing:.02em;line-height:22px;color:#fff}.about{display:-webkit-box;display:flex}.about__wrapper{flex-basis:1400px;margin:auto;padding:155px 0;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;justify-content:space-around}@media (max-width:1050px){.about__wrapper{padding:60px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}}.about__description{max-width:570px;margin-left:20px}@media (max-width:585px){.about__description{margin-left:10px}}.about__header{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.about__header-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around}.about__headline{font-size:36px;font-weight:700;letter-spacing:.02em;line-height:49px;color:#251d1d}.about__info{font-size:16px;font-weight:500;letter-spacing:.01em;line-height:25px;color:#afafaf}.about__years-number{font-size:152px;font-weight:800;letter-spacing:-.04em;line-height:152px;color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(rgba(226,28,46,.6)),to(rgba(226,28,46,.6))),-webkit-gradient(linear,left top,left bottom,from(#e21c2e),to(#e21c2e)),url(../img/years.jpg) no-repeat;background:linear-gradient(rgba(226,28,46,.6),rgba(226,28,46,.6)),linear-gradient(#e21c2e,#e21c2e),url(../img/years.jpg) no-repeat;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-blend-mode:normal,color,normal;margin-right:40px}@media (max-width:350px){.about__years-number{margin-right:10px}}.about__description-text{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:26px;color:#5b5050;width:100%}.about__img{margin:0 20px 0 10px;box-shadow:10px 10px 0 #e21c2e;max-width:100%;height:auto}@media (max-width:1050px){.about__img{margin-top:50px}}@media (max-width:575px){.about__img{margin:50px 0 0 0}}.advantages{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.8)),to(rgba(26,26,26,.8))),url(../img/advantages.jpg) no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.8),rgba(26,26,26,.8)),url(../img/advantages.jpg) no-repeat;min-height:720px;background-size:cover;background-position:left top 30%}@media (max-width:767px){.advantages{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.8)),to(rgba(26,26,26,.8))),url(../img/advantages-md.jpg) no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.8),rgba(26,26,26,.8)),url(../img/advantages-md.jpg) no-repeat;background-size:cover}}.advantages__content-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:1450px;justify-content:space-around}@media (max-width:1155px){.advantages__content-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}}.advantages__header{display:-webkit-box;display:flex;max-height:397px}@media (max-width:600px){.advantages__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;max-height:none;-webkit-box-align:center;align-items:center}}.advantages__headline{font-size:34px;font-weight:800;letter-spacing:.02em;line-height:46px;color:#fff;align-self:center;max-width:200px}@media (max-width:600px){.advantages__headline{max-width:180px;margin-top:-20px;font-size:20px;line-height:27px;margin-top:0}}.advantages__quantity{font-size:382px;font-weight:800;letter-spacing:.02em;line-height:382px;color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(rgba(226,28,46,.6)),to(rgba(226,28,46,.6))),-webkit-gradient(linear,left top,left bottom,from(#e21c2e),to(#e21c2e));background:linear-gradient(rgba(226,28,46,.6),rgba(226,28,46,.6)),linear-gradient(#e21c2e,#e21c2e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-blend-mode:normal,color}@media (max-width:600px){.advantages__quantity{font-size:181px;line-height:181px}}.advantages__list{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;justify-content:space-around;max-width:710px;align-self:center}@media (max-width:1155px){.advantages__list{margin-bottom:50px}}.advantages__list-item{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;max-width:320px;-webkit-box-align:center;align-items:center;margin:35px 0}@media (max-width:1155px){.advantages__list-item{margin:20px 0}}@media (max-width:600px){.advantages__list-item{margin-top:40px}}.advantages__list-icon{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:80px;height:80px;border-radius:50%;background:radial-gradient(48.75% 48.75% at 23.75% 21.25%,#fe394b 0,rgba(254,57,75,0) 100%),#e21c2e;box-shadow:0 0 20px rgba(226,28,46,.6)}.advantages__name{margin:20px 0 15px;font-size:20px;font-weight:600;letter-spacing:0;line-height:27px;color:#fff}.advantages__description{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px;color:#dfdfdf;text-align:center}@media (max-width:600px){.advantages__description{padding:0 10px}}.reviews{display:-webkit-box;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.reviews__grid{display:grid;grid-template-columns:minmax(5px,80px) minmax(0,155px) minmax(310px,820px) minmax(0,155px) minmax(5px,190px);grid-template-rows:130px 50px 200px auto minmax(100px,185px);grid-template-areas:". . . . ." ". headline headline-mobile . ." ". . commas . ." ". arrow-prev review-text arrow-next ." ". . arrows . . ";align-self:center}@media (max-width:640px){.reviews__grid{grid-template-rows:65px 50px 125px auto minmax(100px,185px)}}.reviews__headline{grid-area:headline;font-size:36px;font-weight:700;letter-spacing:.02em;line-height:49px;color:#251d1d}@media (max-width:745px){.reviews__headline{grid-area:headline-mobile;justify-self:center}}.reviews__commas{grid-area:commas;justify-self:center;align-self:center}.reviews__arrow{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:45px;height:45px;border:1.5px solid #dfdfdf;border-radius:50%}@media (hover:hover) and (pointer:fine){.reviews__arrow:hover{background:radial-gradient(48.75% 48.75% at 23.75% 21.25%,#fe394b 0,rgba(254,57,75,0) 100%),-webkit-gradient(linear,left bottom,left top,from(#e21c2e),to(#e21c2e)),#c4c4c4;background:radial-gradient(48.75% 48.75% at 23.75% 21.25%,#fe394b 0,rgba(254,57,75,0) 100%),linear-gradient(0deg,#e21c2e,#e21c2e),#c4c4c4;border-color:#e21c2e;cursor:pointer}.reviews__arrow:hover .reviews__arrow-icon-path{fill:#fff}}@media (hover:none) and (pointer:coarse){.reviews__arrow_ripple::after{content:'';opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .3s;transition:all .3s;background:#e21c2e;border-radius:50%;position:absolute;width:100%;height:100%}.reviews__arrow_ripple:active::after{opacity:1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:none;transition:none}}.reviews__arrow_previous{grid-area:arrow-prev;justify-self:center;-webkit-transform:rotate(360deg);transform:rotate(360deg)}@media (max-width:640px){.reviews__arrow_previous{grid-area:arrows;justify-self:center;align-self:center;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.reviews__arrow_next{grid-area:arrow-next;justify-self:center;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media (max-width:640px){.reviews__arrow_next{grid-area:arrows;justify-self:center;align-self:center;-webkit-transform:rotate(180deg) translateX(-100%);transform:rotate(180deg) translateX(-100%)}}.reviews__review{grid-area:review-text;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;visibility:hidden}.reviews__review-text{font-size:18px;font-weight:400;letter-spacing:0;line-height:29px;color:#5b5050;text-align:center}@media (max-width:110px){.reviews__review-text{padding:0}}.reviews__review-name{font-size:20px;font-weight:600;letter-spacing:0;line-height:27px;color:#251d1d;margin-top:30px}.contacts{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(circle at 100% -50%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),radial-gradient(circle at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),url(../img/tires.jpg) no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(circle at 100% -50%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),radial-gradient(circle at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),url(../img/tires.jpg) no-repeat;background-size:cover}@media (max-width:767px){.contacts{background:-webkit-gradient(linear,left bottom,left top,from(rgba(26,26,26,.7)),to(rgba(26,26,26,.7))),radial-gradient(circle at 100% -50%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),radial-gradient(circle at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),url(../img/tires-md.jpg) no-repeat;background:linear-gradient(0deg,rgba(26,26,26,.7),rgba(26,26,26,.7)),radial-gradient(circle at 100% -50%,rgba(226,28,46,.2) 0,rgba(0,0,0,.088) 100%),radial-gradient(circle at 50.07% 43.38%,rgba(26,26,26,.5) 0,rgba(26,26,26,.2) 100%),url(../img/tires-md.jpg) no-repeat;background-size:cover}}.contacts__headline-wrapper{height:195px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.contacts__headline{font-size:36px;font-weight:700;letter-spacing:.02em;line-height:49px;color:#fff;padding-left:120px}@media (max-width:400px){.contacts__headline{padding:0;margin:auto}}.contacts__wrapper{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;padding-bottom:160px}@media (max-width:650px){.contacts__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-bottom:0}}.contacts__map{display:-webkit-box;display:flex;width:815px;height:525px;touch-action:auto}@media (max-width:650px){.contacts__map{width:100%;height:350px}}.contacts__contacts-wrapper{display:grid;background:url(../img/back2.png);grid-template-columns:minmax(10px,90px) minmax(300px,400px) minmax(10px,90px);grid-template-rows:88px auto auto auto auto 88px;grid-template-areas:". . ." ". address ." ". time ." ". phone ." ". email ." ". . ."}@media (max-width:650px){.contacts__contacts-wrapper{grid-row-gap:30px;grid-template-rows:repeat(6,auto)}}.contacts__list-item{display:-webkit-box;display:flex}.contacts__list-item_address{grid-area:address}.contacts__list-item_time{grid-area:time}.contacts__list-item_phone{grid-area:phone}.contacts__list-item_email{grid-area:email}.contacts__item-icon{align-self:start;margin-right:45px}.contacts__item-name{font-size:16px;font-weight:700;letter-spacing:.1em;line-height:16px;color:#fff;text-transform:uppercase}.contacts__item-data{font-size:16px;font-weight:500;letter-spacing:.01em;line-height:23px;color:#dfdfdf;margin-top:10px}.footer{position:relative;background:linear-gradient(.14deg,#050304 -5.31%,rgba(215,215,215,.2) 158.26%),#050304;height:120px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}@media (max-width:600px){.footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center}}.footer__logo-name{font-size:9px;font-weight:700;letter-spacing:.05em;line-height:12px;color:#fff;text-transform:uppercase}.footer__logo-line{font-size:51px;font-weight:800;letter-spacing:.06em;line-height:51px;color:#fff;font-weight:800}.footer__logo{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px;color:#dfdfdf;margin:auto}@media (max-width:600px){.footer__logo{font-size:12px;margin:0}}
/*# sourceMappingURL=main.min.css.map */
