.showAnim{-webkit-animation:fadeToTop .5s forwards;animation:fadeToTop .5s forwards;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-delay:.5s;animation-delay:.5s}.animation-prepare{opacity:0;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}@-webkit-keyframes fadeToTop{0%{opacity:0;-webkit-transform:translateY(60px);transform:translateY(60px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeToTop{0%{opacity:0;-webkit-transform:translateY(60px);transform:translateY(60px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*::after,*::before{-webkit-box-sizing:inherit;box-sizing:inherit}ul,ol{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0;font:inherit}ul{list-style:none}img{max-width:100%;display:block}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}button{background-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:rgba(0,0,0,0);cursor:pointer;font:inherit;display:block}a,button,input,textarea{outline:rgba(0,0,0,0)}address{font-style:normal}html,body{height:100%}body{min-width:320px;overflow-x:hidden;font-family:"Montserrat",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#2d2926;font-display:swap}@media only screen and (min-width: 1024px){body{font-size:16px;line-height:22px}}body.lock{overflow:hidden}.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%}.main{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding-top:49px}@media only screen and (min-width: 768px){.main{padding-top:65px}}@media only screen and (min-width: 1024px){.main{padding-top:82px}}.footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.container{padding:0 15px;margin:0 auto;overflow-x:hidden}@media only screen and (min-width: 768px){.container{padding:0 40px;width:768px}}@media only screen and (min-width: 1024px){.container{width:1024px}}@media only screen and (min-width: 1260px){.container{width:1185px}}.section{margin-bottom:60px}@media only screen and (min-width: 1024px){.section{margin-bottom:90px}}._section-color{background-color:#f1f1f1;padding:40px 0}.page__title{font-size:26px;line-height:30px;font-weight:900;letter-spacing:1px;text-align:center;margin:25px 0}@media only screen and (min-width: 768px){.page__title{font-size:36px;line-height:50px;margin:50px 0}}@media only screen and (min-width: 1260px){.page__title{margin:100px 0}}h2.page__title{margin-bottom:50px}.btn{display:block;background:#2d2926;border:2px solid #2d2926;border-radius:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 20px;color:#fff;font-weight:500;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}@media only screen and (min-width: 1024px){.btn{font-size:16px;line-height:16px;padding:16px 30px}}.btn:hover{color:#ffcf21;background-color:#fff;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}._link__hover{position:relative;padding-bottom:4px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}._link__hover:before,._link__hover:after{content:"";display:block;position:absolute;height:2px;width:100%;background-color:rgba(0,0,0,0);left:0;bottom:0}._link__hover:after{background-color:#ffcf21;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .8s cubic-bezier(0.23, 1, 0.32, 1);transition:-webkit-transform .8s cubic-bezier(0.23, 1, 0.32, 1);-o-transition:transform .8s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .8s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .8s cubic-bezier(0.23, 1, 0.32, 1)}._link__hover:hover{color:#ffcf21}._link__hover:hover:after{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}address span{display:inline-block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.btn__color{display:block;background:#ffcf21;border:2px solid #ffcf21;border-radius:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 20px;color:#fff;font-weight:500;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;margin:0 auto;font-size:20px;line-height:22px;cursor:pointer}@media only screen and (min-width: 1024px){.btn__color{padding:16px 30px}}.btn__color:hover{color:#ffcf21;background-color:#fff;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.reviews{margin-bottom:0 !important;padding-top:0 !important}@media only screen and (min-width: 1024px){.reviews .page__title{margin:40px 0}}.header{padding:15px 0;z-index:99;background-color:#fff;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;position:fixed;left:0;top:0;right:0}@media only screen and (min-width: 768px){.header{padding:20px 0}}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header.fixed{-webkit-box-shadow:10px 5px 5px gray;box-shadow:10px 5px 5px gray}.logo__img{width:102px;height:25px;-webkit-transition:all .7s;-o-transition:all .7s;transition:all .7s}@media only screen and (min-width: 768px){.logo__img{width:132px;height:30px}}@media only screen and (min-width: 1024px){.logo__img{width:162px;height:40px}}.logo__img:hover{-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}.logo__img img{width:100%;height:100%}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav__list{display:none}@media only screen and (min-width: 1024px){.nav__list{font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex}}.nav__item:not(:last-child),.menu-item:not(:last-child){margin-right:40px}.nav__item-link-active{color:#ffcf21}.nav address{display:none}@media only screen and (min-width: 1024px){.nav address{display:block;margin-left:40px;font-weight:600;color:#ffcf21}}.nav__item,.nav__phone{padding:13px 0}.nav__phone{font-size:10px;font-weight:600;color:orange;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;border:2px solid #ffcf21;border-radius:10px;padding:0 10px;margin-right:20px}@media only screen and (min-width: 768px){.nav__phone{font-size:14px;padding:6px 10px}}@media only screen and (min-width: 1024px){.nav__phone{padding:13px;margin:0}}.nav__phone:hover{color:#2d2926;background-color:#ffcf21}.header__burger{width:20px;height:14px;position:relative;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}@media only screen and (min-width: 768px){.header__burger{width:30px;height:22px}}@media only screen and (min-width: 1024px){.header__burger{display:none}}.header__burger-menu,.header__burger-menu::before,.header__burger-menu::after{content:"";position:absolute;width:20px;height:2px;left:0;background-color:#000}@media only screen and (min-width: 768px){.header__burger-menu,.header__burger-menu::before,.header__burger-menu::after{width:30px}}.header__burger-menu::before{top:-6px}@media only screen and (min-width: 768px){.header__burger-menu::before{top:-10px}}.header__burger-menu::after{top:6px}@media only screen and (min-width: 768px){.header__burger-menu::after{top:10px}}.header__burger.active .header__burger-menu{width:20px;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.header__burger.active .header__burger-menu{width:15px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);top:6px;left:3px}@media only screen and (min-width: 768px){.header__burger.active .header__burger-menu{width:25px;top:10px}}.header__burger.active .header__burger-menu::before{opacity:0}.header__burger.active .header__burger-menu::after{width:15px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);top:0}@media only screen and (min-width: 768px){.header__burger.active .header__burger-menu::after{width:25px}}.header__burger.hiden{display:none}.header.burger__active{height:320px;width:100%;background-color:#fff;border-bottom:3px solid #ffcf21}@media only screen and (min-width: 768px){.header.burger__active{height:360px}}.header.burger__active .nav__list{display:block;position:absolute;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);top:60px;font-weight:900;font-size:15px;width:100%;padding:10px 40px}@media only screen and (min-width: 420px){.header.burger__active .nav__list{font-size:16px}}@media only screen and (min-width: 768px){.header.burger__active .nav__list{top:100px;font-size:18px}}.header.burger__active .nav__item,.header.burger__active .menu-item{display:block;margin-top:30px;font-weight:700}.footer{background-color:#2d2926;padding:30px 0;color:#fff}.footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}@media only screen and (min-width: 768px){.footer__bottom-rights{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer__bottom-address{margin-bottom:20px}.footer .rights{margin-bottom:15px}@media only screen and (min-width: 768px){.footer .rights{margin-bottom:0}}.footer__copyright-block{padding-bottom:4px}.footer__copyright-link{font-weight:700}.footer address{margin-bottom:40px}.footer .nav__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:40px}@media only screen and (min-width: 768px){.footer .nav__contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer .nav__contacts a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (min-width: 768px){.footer .nav__contacts a+a{margin-top:0}}@media only screen and (min-width: 1024px){.footer .nav__contacts a+a{margin-left:10px}}.content{display:-ms-grid;display:grid;grid-gap:50px}@media only screen and (min-width: 768px){.content{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.content__subtitle{font-size:14px;line-height:21px;letter-spacing:.4px;margin-bottom:25px}@media only screen and (min-width: 768px){.content__subtitle{margin-bottom:55px}}.content__title{font-weight:900;font-size:28px;line-height:40px;letter-spacing:.3px;margin-bottom:36px}@media only screen and (min-width: 768px){.content__title{font-size:40px;line-height:40px}}.content__text{letter-spacing:.4px}.content img{display:block;margin:0 auto;width:200px;height:200px}.map__point{font-size:10px}.map__point-img{width:60px;height:60px;margin-bottom:15px}.map__point-address{margin-bottom:10px;font-weight:500}.map__point-time{margin-bottom:10px}.map__point-link{font-weight:700;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.map__point-link:hover{color:#ffcf21}.gm-style-cc{display:none}.gmnoprint{display:none}.price{margin-bottom:50px}.price table{width:100%;border-collapse:collapse;border:2px solid #ddd;margin-bottom:6px}.price table thead th{background-color:#ffcf21}.price table thead th:nth-child(1){width:70%}.price table tbody{font-size:12px}@media only screen and (min-width: 768px){.price table tbody{font-size:14px}}.price table tbody tr td:nth-child(1){font-size:12px;padding:20px 10px 20px 20px}@media only screen and (min-width: 768px){.price table tbody tr td:nth-child(1){padding:20px}}.price table th,.price table td{padding:20px;border-right:1px solid #ddd;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.price table tr{cursor:pointer}.price table tr:nth-child(even){background:#f9f9f9;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.price table tr:nth-child(even):hover{background-color:f9f9f9}.price table tr:hover{background-color:rgba(249,249,249,.8)}.price table tbody tr td:nth-child(2){text-align:center;font-weight:700}.price table span{color:red;font-weight:500;font-size:16px}.price__descr{font-size:8px;line-height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0 0 0 auto;text-align:right}@media only screen and (min-width: 1260px){.price__descr{font-size:10px}}.price__descr span{font-size:16px;font-weight:500;color:red;margin-right:10px}.social__list{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 1024px){.social__list{margin-left:50px}}.social__item{margin-right:10px;width:34px;height:34px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.social__item:not(:last-child){margin-right:10px}.social img{width:100%;height:100%;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.social__item:hover img{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.brends__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:30px;margin-bottom:50px}@media only screen and (min-width: 768px){.brends__list{margin-bottom:80px;grid-gap:50px}}@media only screen and (min-width: 1260px){.brends__list{margin-bottom:100px;grid-gap:65px}}.brends__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brends__item img{width:70px;height:70px;-o-object-fit:contain;object-fit:contain}@media only screen and (min-width: 768px){.brends__item img{height:100px;width:100px}}@media only screen and (min-width: 1024px){.brends__item img{height:140px;width:140px}}@media only screen and (min-width: 1920px){.brends__item img{height:110px}}.fab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;right:10px;bottom:70px}@media only screen and (min-width: 768px){.fab{right:30px}}.fab__button{width:3rem;height:3rem;border-radius:50%}@media only screen and (min-width: 768px){.fab__button{width:4rem;height:4rem}}.fab__button--primary{width:3rem;height:3rem;margin-top:1rem;background-color:#ffcf21;position:relative}@media only screen and (min-width: 768px){.fab__button--primary{width:4rem;height:4rem}}.fab__button--primary::before,.fab__button--primary::after{content:"";width:100%;height:100%;position:absolute;left:-1px;opacity:0;right:-1px;top:-1px;bottom:-1px;border:2px solid #ffcf21;border-radius:50%;opacity:0;-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.fab__button--primary::after{-webkit-animation-delay:.7s;animation-delay:.7s}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.5);transform:scale(0.5);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(0.5);transform:scale(0.5);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}.fab__button--primary__icon svg{width:1.5rem;height:1.5rem;display:inline-block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:all cubic-bezier(0.23, 1, 0.32, 1);-o-transition:all cubic-bezier(0.23, 1, 0.32, 1);transition:all cubic-bezier(0.23, 1, 0.32, 1)}@media only screen and (min-width: 768px){.fab__button--primary__icon svg{width:2.5rem;height:2.5rem}}.fab__button--primary:hover .fab__button--primary__icon{opacity:0}.fab__button--primary:hover .fab__button--primary__plus{opacity:1}.fab__button--primary__plus{display:block;width:100%;height:100%;opacity:0;-webkit-transition:all 1.5;-o-transition:all 1.5;transition:all 1.5}.fab__button--primary__plus:before,.fab__button--primary__plus:after{content:"";display:block;background-color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:all 1.5;-o-transition:all 1.5;transition:all 1.5}.fab__button--primary__plus:before{height:2px;width:12px}.fab__button--primary__plus:after{height:12px;width:2px}.is-expanded .fab__button--primary__plus{opacity:1}.fab__button--primary.is-expanded .fab__button--primary__plus:before{width:16px}.fab__button--primary.is-expanded .fab__button--primary__plus::after{height:16px}.fab__button--primary.is-expanded .fab__button--primary__plus{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.is-expanded .fab__button--primary__icon{opacity:0}.fab__button--secondary{display:inline-block;background-color:#fff;margin:1rem 0;-webkit-box-shadow:0 0 2rem #e2e8ed;box-shadow:0 0 2rem #e2e8ed;position:relative;opacity:0;pointer-events:none;-webkit-transform:translateY(25%);-ms-transform:translateY(25%);transform:translateY(25%);-webkit-transition:opacity .24s,-webkit-transform .4s cubic-bezier(0.23, 1, 0.32, 1);transition:opacity .24s,-webkit-transform .4s cubic-bezier(0.23, 1, 0.32, 1);-o-transition:opacity .24s,transform .4s cubic-bezier(0.23, 1, 0.32, 1);transition:opacity .24s,transform .4s cubic-bezier(0.23, 1, 0.32, 1);transition:opacity .24s,transform .4s cubic-bezier(0.23, 1, 0.32, 1),-webkit-transform .4s cubic-bezier(0.23, 1, 0.32, 1)}.fab__button--secondary:nth-child(3){-webkit-transition-delay:.06s;-o-transition-delay:.06s;transition-delay:.06s}.fab__button--secondary:nth-child(4){-webkit-transition-delay:.12s;-o-transition-delay:.12s;transition-delay:.12s}.fab__button--secondary svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.fab__button--secondary:before{content:attr(data-label);display:inline-block;position:absolute;padding:1rem 1.5rem;border-radius:.5rem;top:50%;left:-1rem;-webkit-transform:translateX(-100%) translateY(-25%) rotateX(-25deg);transform:translateX(-100%) translateY(-25%) rotateX(-25deg);background-color:#fff;-webkit-box-shadow:0 0 2rem #ffcf21;box-shadow:0 0 2rem #ffcf21;font-size:1rem;font-weight:600;font-family:"Open Sans",sans-serif;color:#5f646b;pointer-events:none;opacity:0;-webkit-transition:opacity .33s,-webkit-transform .33s;transition:opacity .33s,-webkit-transform .33s;-o-transition:transform .33s,opacity .33s;transition:transform .33s,opacity .33s;transition:transform .33s,opacity .33s,-webkit-transform .33s}.fab__button--secondary:hover:before{opacity:1;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.fab.is-expanded .fab__button--primary{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.fab.is-expanded .fab__button--primary:active{-webkit-transform:scale(0.85);-ms-transform:scale(0.85);transform:scale(0.85)}.fab.is-expanded .fab__button--primary__icon{-webkit-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg)}.fab.is-expanded .fab__button--secondary{opacity:1;pointer-events:auto;-webkit-transform:none;-ms-transform:none;transform:none}.breadcrumb{padding:20px 0 20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:10px}@media only screen and (min-width: 768px){.breadcrumb{font-size:12px}}.breadcrumb li.active{color:#ffcf21;font-weight:500}.breadcrumb li:not(:last-child){margin-right:5px}.repair__list{display:-webkit-box;display:-ms-flexbox;display:flex}.repair__item:not(:last-child){margin-right:15px}.repair__item-link{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.repair__item-link:hover{font-weight:700}.repair__item-link:hover .repair__item-img{-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}.repair__item-link:hover .repair__item-title:after{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.repair__item-img{display:block;margin-bottom:15px;-webkit-transition:all .8s;-o-transition:all .8s;transition:all .8s;width:60px;height:60px}@media only screen and (min-width: 420px){.repair__item-img{width:82px;height:82px}}@media only screen and (min-width: 768px){.repair__item-img{width:132px;height:132px}}@media only screen and (min-width: 1260px){.repair__item-img{width:150px;height:150px}}.repair__item-title{display:block;font-family:"Roboto";font-style:italic;font-weight:500;font-size:16px;line-height:22px;text-align:center;padding-bottom:5px;position:relative;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.repair__item-title:before,.repair__item-title:after{content:"";display:block;position:absolute;height:2px;width:100%;background:#fff;left:0;bottom:0}.repair__item-title:after{background:#ffcf21;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .5s cubic-bezier(0.23, 1, 0.32, 1);transition:-webkit-transform .5s cubic-bezier(0.23, 1, 0.32, 1);-o-transition:transform .5s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .5s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .5s cubic-bezier(0.23, 1, 0.32, 1)}.repair__item--phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#ffcf21;border-radius:20px;padding:20px 10px;text-align:center;font-size:12px}@media only screen and (min-width: 768px){.repair__item--phone{padding:30px 20px;font-size:14px}}@media only screen and (min-width: 1024px){.repair__item--phone{font-size:18px}}.repair__item--phone .repair__item-subtitle{font-weight:700;margin-bottom:15px}.repair__item--phone .repair__item-text{margin-bottom:15px}.repair__item--phone .repair__item-phone{color:red;font-weight:700;padding-bottom:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;margin-bottom:15px}.repair__item--phone .repair__item-phone:hover{color:#fff}.repair__item--phone .repair__item-phone:hover:after{background-color:#fff}.repair__list._full__screen{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);grid-gap:30px}@media only screen and (min-width: 768px){.repair__list._full__screen{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);grid-gap:40px}}@media only screen and (min-width: 1260px){.repair__list._full__screen{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}}.repair-about{margin-bottom:70px}@media only screen and (min-width: 768px){.repair-about{margin-bottom:100px;width:500px}}@media only screen and (min-width: 1024px){.repair-about{width:600px}}@media only screen and (min-width: 1260px){.repair-about{width:715px}}.repair-about__box:not(:last-child){margin-bottom:30px}@media only screen and (min-width: 768px){.repair-about__box:not(:last-child){margin-bottom:50px}}.repair-about__title{font-size:18px;line-height:24px;font-weight:900;letter-spacing:1px;margin-bottom:25px}@media only screen and (min-width: 768px){.repair-about__title{font-size:24px}}@media only screen and (min-width: 1260px){.repair-about__title{font-size:26px;line-height:36px;letter-spacing:.3px}}.repair-about__list{padding-left:40px}.repair-about p+p{margin-top:20px}.repair-about__phone{margin:20px 0;font-weight:700}.repair-about__phone a{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.repair-about__phone a+a{margin-top:15px}.repair-about ._link__hover{color:red}.first-screen__top{height:420px;padding-bottom:20px;background-color:#ffcf21;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden}@media only screen and (min-width: 420px){.first-screen__top{height:470px}}@media only screen and (min-width: 1920px){.first-screen__top{height:570px}}.first-screen__img{display:block;width:100%;height:200px;background-image:url("../img/first__screen-img.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-mask-image:url("../img/mask.svg");mask-image:url("../img/mask.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:center;mask-position:center;margin-bottom:20px}@media only screen and (min-width: 420px){.first-screen__img{min-width:473px;height:260px}}@media only screen and (min-width: 768px){.first-screen__img{width:600px;height:330px;margin-bottom:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:40%}}@media only screen and (min-width: 1024px){.first-screen__img{min-width:700px;height:390px}}@media only screen and (min-width: 1920px){.first-screen__img{min-width:900px;height:500px}}.first-screen__title{width:400px;font-weight:700;font-size:20px;line-height:32px;letter-spacing:.3px;margin-bottom:20px}@media only screen and (min-width: 768px){.first-screen__title{font-size:30px;line-height:40px}}@media only screen and (min-width: 1024px){.first-screen__title{font-size:42px;line-height:42px}}@media only screen and (min-width: 1260px){.first-screen__title{width:500px}}.first-screen__bottom{padding:40px 0}.first-screen__bottom-title{font-weight:900;font-size:25px;line-height:34px;letter-spacing:.3px;margin-bottom:40px}@media only screen and (min-width: 768px){.first-screen__bottom-title{font-size:42px;line-height:42px}}.slick-arrow{font-size:0;padding:0 24px}.slick-arrow::before{content:"";position:absolute;border:solid #ffcf21;border-width:0 8px 8px 0;display:inline-block;padding:8px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.slick-prev::before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);left:0}.slick-next::before{right:0}.location .map{height:350px;border-radius:15px}.reputation{margin-bottom:0}.title h1{margin:50px 0}@media only screen and (min-width: 768px){.title{margin:50px 0 100px 0}}.title img{margin:40px auto;width:286px;height:70px}@media only screen and (min-width: 768px){.title img{width:512px;height:125px}}.about__inner{display:-ms-grid;display:grid;grid-gap:30px}@media only screen and (min-width: 1024px){.about__inner{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);grid-gap:50px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.about__title{font-weight:900;margin-bottom:30px}@media only screen and (min-width: 1024px){.about__title{font-size:20px;line-height:28px}}.about__text{margin-bottom:10px}.about__list{margin-bottom:10px}.about__item{padding-left:15px;font-style:italic}.about__item:not(:last-child){padding-bottom:5px}.contacts__inner{display:-ms-grid;display:grid;grid-gap:30px}@media only screen and (min-width: 768px){.contacts__inner{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:30px}}@media only screen and (min-width: 1024px){.contacts__inner{grid-gap:40px}}@media only screen and (min-width: 1260px){.contacts__inner{grid-gap:50px}}.contacts__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.contacts__content{background-color:#ffcf21;border-radius:20px;padding:30px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.contacts__title{margin-bottom:20px}.contacts address{font-family:"Roboto";font-weight:500;font-size:16px;line-height:28px;margin-bottom:30px}@media only screen and (min-width: 768px){.contacts address{font-size:18px}}@media only screen and (min-width: 1024px){.contacts address{font-size:22px}}.contacts__phone{color:red;font-weight:700;padding-bottom:4px;margin-bottom:30px}.contacts__phone:hover{color:#fff}.contacts__phone:hover:after{background-color:#fff}.contacts__time-item{font-weight:700}.contacts__time-item span{font-weight:500}.contacts__time-item:not(:last-child){margin-bottom:5px}.map--contacts{height:400px;margin-bottom:20px}.request{padding:30px 0}@media only screen and (min-width: 1260px){.request{padding:40px 0}}.request__title{font-weight:900;margin-bottom:30px}@media only screen and (min-width: 1024px){.request__title{font-size:20px;line-height:28px}}.request__form{width:100%}@media only screen and (min-width: 1260px){.request__form{width:70%;margin:0 auto}}.request input,.request textarea{display:block;width:100%;padding:10px;margin-bottom:15px;resize:none}.request input::-webkit-input-placeholder{font-weight:400;font-size:14px;line-height:19px}.request input::-moz-placeholder{font-weight:400;font-size:14px;line-height:19px}.request input:-ms-input-placeholder{font-weight:400;font-size:14px;line-height:19px}.request input::-ms-input-placeholder{font-weight:400;font-size:14px;line-height:19px}.request input::placeholder,.request textarea{font-weight:400;font-size:14px;line-height:19px}@media only screen and (min-width: 1024px){.request input::-webkit-input-placeholder{font-size:16px;line-height:22px}.request input::-moz-placeholder{font-size:16px;line-height:22px}.request input:-ms-input-placeholder{font-size:16px;line-height:22px}.request input::-ms-input-placeholder{font-size:16px;line-height:22px}.request input::placeholder,.request textarea{font-size:16px;line-height:22px}}@media only screen and (min-width: 768px){.request__form-top{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);grid-column-gap:30px}}.request__input-btn{display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;border-radius:10px;margin:0 0 0 auto}.request__confirm{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:20px;width:280px;padding:30px 10px;text-align:center;background-color:#ffcf21;font-weight:700;font-size:18px;line-height:28px;-webkit-box-shadow:9px 9px 7px -3px rgba(0,0,0,.19);box-shadow:9px 9px 7px -3px rgba(0,0,0,.19);z-index:99;display:none}.request__confirm-icon{width:70px;height:70px;background:#b0c1cb;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;margin:0 auto 25px}@media only screen and (min-width: 768px){.request__confirm-icon{width:100px;height:100px}}@media only screen and (min-width: 1260px){.request__confirm-icon{width:80px;height:80px}}@media only screen and (min-width: 1920px){.request__confirm-icon{width:100px;height:100px}}.request__confirm-icon svg{width:46px;height:35px}.request__confirm.success{display:block}.page__404{height:100vh}.page__404-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh}.page_404 img{width:100%}.four_zero_four_bg{background-image:url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);height:400px;background-position:center}.four_zero_four_bg h1{font-size:80px;margin-top:60px;text-align:center}.four_zero_four_bg h3{font-size:80px}.link_404{background:#ffcf21;margin:20px 0 50px 0;display:inline-block}.contant_box_404{margin:0 auto;margin-top:-50px;text-align:center}