/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}@font-face{font-family:'Museo Sans Cyrl';font-display:swap;src:local("MuseoSansCyrl-500"),url(../fonts/MuseoSansCyrl-500.woff2) format("woff2"),url(../fonts/MuseoSansCyrl-500.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:'Museo Sans Cyrl';font-display:swap;src:local("MuseoSansCyrl-300"),url(../fonts/MuseoSansCyrl-300.woff2) format("woff2"),url(../fonts/MuseoSansCyrl-300.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:'Museo Sans Cyrl';font-display:swap;src:local("MuseoSansCyrl-700"),url(../fonts/MuseoSansCyrl-700.woff2) format("woff2"),url(../fonts/MuseoSansCyrl-700.woff) format("woff");font-weight:700;font-style:normal}/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@-webkit-keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (print),(prefers-reduced-motion:reduce){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}@-webkit-keyframes heartbeat{from{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes heartbeat{from{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}*{font-family:'Museo Sans Cyrl',sans-serif}.container{position:relative;max-width:950px;margin:0 auto}.promo{min-height:650px;padding:21px 0 93px 0;background:url(../img/main.jpg) center center/cover no-repeat}.promo__wrapper{display:flex;flex-direction:column;align-items:flex-end;margin-top:90px}.promo__header{font-size:42px;font-weight:700;text-transform:uppercase;color:#fff;text-align:center}.promo__subheader{font-size:24px;font-weight:500;text-transform:uppercase;color:#fff;text-align:center;margin-top:17px}.promo__icons{margin-top:65px;display:flex;width:425px;justify-content:space-between}.promo__icon{width:106px;text-align:center;color:#fff;width:108px;font-size:14px;font-weight:500}.promo__icon img{display:block;margin:0 auto;margin-bottom:20px}.promo__link{font-size:16px;font-weight:500;color:#fff;margin-top:18px}.promo__link a{color:#fff;text-decoration:underline;text-transform:uppercase}.header{display:flex;justify-content:space-between;align-items:center}.header__logo{width:250px}.header__logo img{width:100%}.header__official{font-size:12px;font-weight:500;color:#fff;text-align:center}.header__official span{display:block;font-size:18px}.header__phone{display:block;font-size:18px;font-weight:700;color:#fff}.header__phone:hover{color:#fff;text-decoration:none}.header__contacts{display:flex;flex-direction:column;align-items:flex-end}.button{width:150px;height:30px;border-radius:5px;background-color:#c70101;border:none;font-size:12px;font-weight:500;color:#fff;text-transform:uppercase;display:flex;justify-content:center;align-items:center}.button:hover{background-color:#fff;border:2px solid #c70101;color:#000;transition:.5s all;outline:0}.button_main{width:300px;height:50px;font-size:16px;text-align:center;margin-top:67px;cursor:pointer}.button_submit{width:100%;height:55px;color:#fff;font-size:16px}.button_mini{width:131px;height:40px;font-size:14px}.advantages{padding:69px 0 98px 0;background-color:#fff}.advantages .title{text-align:center;font-size:30px}.advantages__wrapper{margin-top:65px;display:flex;justify-content:space-between}.advantages__item{display:flex;flex-direction:column;align-items:center;min-width:238px}.advantages__title{font-size:18px;margin-top:38px;font-weight:700}.advantages__text{width:243px;height:64px;font-size:14px;font-weight:400;text-align:center;margin-top:25px}.advantages__text a{color:#c70101;text-decoration:underline}.advantages__img_animated{-webkit-animation:heartbeat 1.5s ease infinite;animation:heartbeat 1.5s ease infinite}.advantages__img_animated:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.consultation{min-height:680px;padding:100px 0 92px 0;background:url(../img/consultation.jpg) center center/cover no-repeat}.consultation__descr{color:#fff;font-size:20px;font-weight:500}label.error{color:#fff}.title{color:#000;font-size:30px;font-weight:700;text-transform:uppercase;text-align:center}.title_left{color:#fff;font-size:36px;text-align:left}.feed-form{margin-top:36px;display:flex;flex-direction:column;width:300px}.feed-form input{height:50px;border-radius:5px;background-color:#fff;margin-bottom:15px;border:none;padding:0 20px;color:#4b4b4b;font-size:14px;font-weight:300}.feed-form input:nth-child(3){margin-bottom:20px}.feed-form_mt25{margin-top:25px}.slider{padding:81px 0;position:relative}.slider .slider__item img{display:block;margin:0 auto;width:750px;height:526px}.slider .slider__prev{width:31px;height:31px;background:url(../icons/left.svg) center center/cover no-repeat;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);left:66px}.slider .slider__next{width:31px;height:31px;background:url(../icons/right.svg) center center/cover no-repeat;cursor:pointer;position:absolute;top:50%;right:66px}.catalog{padding-bottom:100px}.catalog__tabs{margin-top:70px;list-style-type:none;display:flex;justify-content:center;align-items:center;margin-bottom:0;padding-left:0}.catalog__tab{width:220px;height:50px;border:2px solid #6b6b6b;color:#6b6b6b;font-size:18px;font-weight:400;text-transform:uppercase;text-align:center;line-height:48px;transform:skewX(-25deg);margin:0 5px;cursor:pointer;transition:.5s all}.catalog__tab:hover{box-shadow:3px 3px 20px #6b6b6b;border:none}.catalog__tab div{transform:skewX(25deg)}.catalog__tab_active{color:#fff;background-color:#c70101}.catalog__content{margin-top:60px;display:none;justify-content:space-between;flex-wrap:wrap}.catalog__content_active{display:flex}.catalog-item{width:300px;min-height:440px;border:2px solid #e8e8e8;padding:20px 20px 26px 20px;overflow:hidden;margin-bottom:20px}.catalog-item__img{display:block;margin:0 auto;max-width:100%;height:200px}.catalog-item__subtitle{margin-top:20px;color:#000;font-size:16px;font-weight:700;text-align:center}.catalog-item__descr{margin-top:16px;color:#000;font-size:14px;font-weight:300;text-align:center}.catalog-item__link{display:block;margin-top:17px;color:#c70101;font-size:14px;font-weight:500;text-decoration:underline;text-align:center;text-transform:uppercase}.catalog-item__link:hover{color:#c70101}.catalog-item hr{background-color:#e8e8e8;margin-top:19px;margin-bottom:21px;border-bottom:none}.catalog-item__footer{display:flex;justify-content:space-between;align-items:center}.catalog-item__old-price{color:#6b6b6b;font-size:14px;font-weight:300;text-decoration:line-through}.catalog-item__price{color:#000;font-size:20px;font-weight:700}.catalog-item__wrapper{display:flex;width:calc(200% + 40px)}.catalog-item__content{width:50%;margin-right:0;transform:translateX(-100%);transition:.5s all}.catalog-item__content_active{transform:translateX(0);margin-right:20px}.catalog-item__list{position:relative;width:50%;margin-left:20px;transform:translateX(0);padding-right:20px;transition:.5s all;padding-left:19px;margin-bottom:0;list-style-type:none}.catalog-item__list_active{transform:translateX(-100%);margin-left:0}.catalog-item__list li{position:relative;color:#6b6b6b;font-size:14px;font-weight:300;margin-bottom:20px}.catalog-item__list li:before{position:absolute;content:'';width:5px;height:5px;background-color:#c70101;left:-14px;top:7px}.catalog-item__back{position:absolute;bottom:0;left:50%;transform:translateX(calc(-50% - 19px));display:block;color:#c70101;font-size:14px;font-weight:500;text-decoration:underline;text-transform:uppercase}.catalog-item__back:hover{color:#c70101}.responses{padding-bottom:35px;position:relative}.responses .wrapper{display:flex;flex-direction:column;align-items:center}.responses__wrapper{max-width:950px;margin:70px 0 0 0}.responses__img{position:absolute;margin-top:2%}.responses__img img{width:169px;height:169px}.responses__header{font-size:20px;font-weight:700;text-transform:uppercase;margin:0 auto;text-align:center}.responses__item{margin:10px 240px;width:675px;font-weight:400}.responses__item span{font-weight:900}.responses__item_subheader{font-size:14px;font-weight:300;margin:10px 0 19px 0}.responses__item_subscribe{margin-top:15px}.footer{height:630px;position:relative}.footer_maps{width:100%;height:630px}.footer__info{position:absolute;top:0;left:50%;transform:translateX(-50%);width:460px;height:270px;background-color:#c70101;padding:50px 68px 60px 68px}.footer__addr{margin-bottom:46px;color:#fff;font-size:20px;line-height:20px;font-weight:500;text-align:center}.footer__phone{display:block;color:#fff;font-size:20px;line-height:20px;font-weight:700;margin-bottom:38px;text-align:center;text-decoration:none}.footer__social-item{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border:2px solid #fff;border-radius:100%;margin:0 15px}.footer__social-item img{height:27px}.footer__social{display:flex;justify-content:center;align-items:center}.footer__social :hover{background-color:#000;transition:.9s all;border:none}.overlay{display:none;position:fixed;width:100%;height:100%;top:0;background-color:rgba(0,0,0,.56)}.modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:380px;height:400px;min-height:400px;background-color:#fff;padding:38px 40px 40px 40px;border-radius:2%}.modal__close{position:absolute;top:0;right:-40px;font-size:41px;line-height:21px;color:#c70101;cursor:pointer}.modal__subtitle{color:#000;font-size:18px;font-weight:700;text-align:center}.modal__descr{color:#000;font-size:14px;font-weight:500;text-align:center}.modal_mini{height:0;min-height:140px}#consultation,#order,#thanks{display:none}.pageup{display:none;position:fixed;bottom:40px;right:40px;width:40px;height:40px}.pageup img{width:100%}@media (max-width:1200px){.slider .slider__prev{left:10%}.slider .slider__next{right:10%}}@media (max-width:991px){.header{justify-content:space-around}.promo__header{margin:0 auto}.promo__subheader{margin:0 auto;padding-top:5px}.promo__icons{margin:0 auto;padding-top:25px}.button_main{width:250px;height:45px;margin-right:10px}.promo__link{margin-right:15px}.consultation{min-width:750px}.consultation .container{padding:20px 20px}.slider{min-width:750px}.slider .slider__item img{width:550px;height:400px}.slider .slider__prev{left:5%}.slider .slider__next{right:5%}.catalog{padding:50px}.responses{padding-bottom:0}.responses__wrapper{margin-left:20px;min-width:0}.responses__item{margin:10px 190px;width:350px}}@media (max-width:767px){.promo{padding:20px 20px;min-width:750px}.header{justify-content:space-around}.promo__header{margin:0 auto}.promo__subheader{padding-top:15px;margin:0 auto}.promo__icons{padding-top:15px;margin:0 auto}.button_main{width:250px;height:45px}.advantages{padding:35px 0 65px 0;max-width:765px}.advantages__title{margin-top:15px}.advantages__text{margin-top:10px;font-size:12px}.consultation{padding:12px 12px;min-height:auto}.consultation .container{padding:20px 20px}.slider{min-width:750px;padding:40px 10px;margin:0 auto}.slider .slider__item img{width:450px;height:350px}.slider .slider__prev{display:none}.slider .slider__next{display:none}.slider .slider__dots{width:200px;height:20px;display:flex;justify-content:space-between;margin:40px auto}.slider .slider__dots .dot{width:40px;height:40px;background-color:#000;border-radius:50%;cursor:pointer}.slider .slider__dots .dot-active{width:40px;height:40px;background-color:#c70101}.catalog{min-width:750px;padding:50px}.responses{max-width:750px;position:relative;padding-bottom:0}.responses .wrapper{display:block}.responses__wrapper{flex-direction:column;margin:0;padding-left:30px;min-width:750px}.responses__img img{width:80%;height:80%;margin-top:50%}.responses__item{margin:70px 180px;width:500px}.footer{width:750px}}@media (max-width:575px){.promo{background:url(../img/mainMob.jpg) center center/cover no-repeat;padding:21px 0 21px 0;min-width:350px}.promo .header{display:flex;flex-direction:column}.header__logo{display:none}.header__official{font-size:18px}.header__official span{font-size:20px;margin-top:10px}.header__contacts{margin:0 auto}.header__phone{margin-top:10px}.header__contacts button{width:80%;font-size:11px;margin-top:10px}.promo__wrapper{margin-top:45px}.promo__header{display:inline-block;font-size:30px;margin:0 auto}.promo__subheader{margin-top:10px}.promo__icons{flex-direction:column;justify-content:space-between;width:100px;margin:0 auto}.promo__icon{margin-top:10px;font-size:19px}.button{width:72%;font-size:12px;font-weight:700;margin:0 auto;height:30px;margin-top:20px}.promo__link{margin:0 auto;margin-top:35px}.advantages{padding:30px 0;min-width:350px}h2{font-size:24px}.advantages__wrapper{display:flex;flex-direction:column;margin-top:0}.advantages__item{margin-top:40px}.advantages__text{margin-top:0}.consultation{padding:10px 10px;min-width:350px;border:5px solid #f5f5f5}.consultation .title{padding:5px 10px;font-size:15px;font-weight:500;text-align:center}.consultation .consultation__descr{padding:15px 10px;font-weight:500;font-size:14px;text-align:center}.consultation .feed-form{width:250px;height:200px;margin:0 auto}.consultation .button_submit{font-size:11px;margin:0 auto}.slider{margin:0 auto;min-width:350px;padding:40px 10px}.slider .slider__item img{width:260px;height:180px}.slider .slider__prev{display:none}.slider .slider__next{display:none}.slider .slider__dots{width:200px;height:20px;display:flex;justify-content:space-between;margin:40px auto}.slider .slider__dots .dot{width:40px;height:40px;background-color:#000;border-radius:50%;cursor:pointer}.slider .slider__dots .dot-active{width:40px;height:40px;background-color:#c70101}.catalog{min-width:350px;padding-bottom:10px}.catalog .title{font-size:20px}.catalog__tabs{margin-top:0}.catalog__tab{margin-top:30px;width:85px;height:45px;font-size:9px;font-weight:700}.catalog .catalog-item{margin:10px auto}.responses{padding:10px}.responses__wrapper{padding:10px;margin:0;margin-top:25px;min-width:280px;position:relative}.responses__item{padding:10px;width:290px;margin:0 auto;text-align:left;padding-top:120px}.responses__img{width:100%}.responses__img img{width:100px;height:100px;display:block;margin:0 auto}.footer{width:100%;min-width:350px}.footer__info{padding:15px 15px;width:315px;height:200px;border:2px solid #000}.footer_maps{width:100%}.footer__addr{font-size:18px;font-weight:700;margin-bottom:20px}.footer__phone{font-size:28px}.footer__social-item{width:40px;height:40px}.footer__social-item img{width:50%}.overlay .modal{width:200px;padding:10px}.overlay .modal__subtitle{font-size:15px}.overlay .modal__descr{font-size:12px;margin-top:10px}.overlay .modal .feed-form input{width:180px}.overlay .button_submit{margin:0;width:60%;font-size:10px}}