/*!
 * Bootstrap Reboot v4.3.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{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}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{outline:0 !important}hr{-webkit-box-sizing:content-box;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:-0.25em}sup{top:-0.5em}a{color:#007bff;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}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]{-webkit-box-sizing:border-box;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}/*!
 * 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;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);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:800ms;animation-duration:800ms}.animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.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;-webkit-transition-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}@font-face{font-family:"Museo Sans Cyrl";src:local("MuseoSansCyrl-500"),url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"),url("../fonts/MuseoSansCyrl-500.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"Museo Sans Cyrl";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";src:local("MuseoSansCyrl-700"),url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"),url("../fonts/MuseoSansCyrl-700.woff") format("woff");font-weight:700;font-style:normal}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.4);transform:scale(1.4)}to{-webkit-transform:scale(1);transform:scale(1)}}*{font-family:"Museo Sans Cyrl",sans-serif}.container{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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:90px}.promo__header{font-weight:700;font-size:42px;text-transform:uppercase;color:#fff;line-height:42px}.promo__subheader{font-weight:500;font-size:24px;line-height:100%;text-transform:uppercase;color:#fff}.promo__icons{margin-top:65px;width:425px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.promo__icon{width:106px;text-align:center;font-weight:500;font-size:14px;color:#fff}.promo__icon img{display:block;margin:0 auto;margin-bottom:20px}.promo__link{font-weight:500;font-size:16px;text-align:right;color:#fff;margin-top:18px}.promo__link a{color:#fff;text-transform:uppercase;text-decoration:underline}.header{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{width:250px}.header__logo img{width:100%}.header__official{font-weight:500;font-size:12px;text-align:center;color:#fff}.header__official span{display:block;font-size:18px}.header__phone{display:block;font-weight:700;font-size:18px;text-align:right;color:#fff}.header__phone:hover{color:#fff;text-decoration:none}.header__contacts{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-align:end;-ms-flex-align:end;align-items:flex-end}.button{width:150px;height:30px;background-color:#c70101;border-radius:5px;border:none;font-weight:500;font-size:12px;text-transform:uppercase;text-align:center;color:#fff}.button_main{width:300px;height:50px;font-size:16px;margin-top:67px;cursor:pointer;-webkit-transition:.5s all;transition:.5s all}.button_main:hover{background-color:#a20606;border:none}.button_submit{width:300px;height:50px;font-size:16px;cursor:pointer;-webkit-transition:.5s all;transition:.5s all}.button_submit:hover{background-color:#a20606;border:none}.button_mini{width:131px;height:40px;font-size:14px;cursor:pointer;-webkit-transition:.5s all;transition:.5s all}.button_mini:hover{background-color:#a20606;border:none}.advantages{background-color:#f6f6f6;padding:70px 0 80px 0}.advantages__wrapper{margin-top:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.advantages__item{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-align:center;-ms-flex-align:center;align-items:center;max-width:238px}.advantages__subtitle{margin-top:35px;font-weight:700;font-size:18px;text-align:center;color:#0d0d0d}.advantages__descr{min-width:277px;margin-top:26px;font-weight:300;font-size:14px;text-align:center;color:#0d0d0d}.advantages__descr a{text-decoration:underline;color:red}.advantages__icon_animated{-webkit-animation:heartbeat 1.5s ease infinite;animation:heartbeat 1.5s ease infinite}.advantages__icon_animated:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.title{color:#0d0d0d;font-size:30px;font-weight:700;text-align:center;text-transform:uppercase}.title_left{color:#fff;font-size:36px;text-align:left}.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}.consultation .error{border:1px solid red}.consultation label.error{color:#fff;border:none;text-align:center;margin-bottom:15px}.feed-form{margin-top:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:300px}.feed-form input{height:50px;background-color:#fff;border-radius:5px;font-weight:400;font-size:14px;color:#4b4b4b;padding:0 20px;border:none;margin-bottom:15px}.feed-form input:nth-child(3){margin-bottom:20px}.feed-form_mt25{margin-top:25px}.carousel{padding:81px 0}.carousel__inner{position:relative;width:750px;margin:0 auto}.carousel .slick-prev,.carousel .slick-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:-66px;border:none;background-color:#fff}.carousel .slick-prev img,.carousel .slick-next img{width:31px;height:50px}.carousel .slick-next{right:-66px;left:auto}.catalog{padding-bottom:100px}.catalog__tabs{margin-top:70px;list-style-type:none;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-bottom:0;padding-left:0}.catalog__tab{width:220px;height:50px;border:2px solid #d0d0d0;color:#6b6b6b;font-size:18px;font-weight:400;text-transform:uppercase;text-align:center;line-height:48px;-webkit-transform:skewX(-25deg);-ms-transform:skewX(-25deg);transform:skewX(-25deg);margin:0 5px;cursor:pointer;-webkit-transition:.5s all;transition:.5s all}.catalog__tab:hover{-webkit-box-shadow:3px 3px 20px #c70101;box-shadow:3px 3px 20px #c70101;border:none}.catalog__tab div{-webkit-transform:skewX(25deg);-ms-transform:skewX(25deg);transform:skewX(25deg)}.catalog__tab_active{color:#fff;background-color:#c70101;border:none}.catalog__content{margin-top:60px;display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;opacity:0;max-height:0;-webkit-transition:max-height .5s ease-out,opacity .5s ease-out;transition:max-height .5s ease-out,opacity .5s ease-out}.catalog__content_active{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:1000px;opacity:1}.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:#0d0d0d;font-size:16px;font-weight:700;text-align:center}.catalog-item__descr{margin-top:16px;color:#0d0d0d;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:-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}.catalog-item__old-price{color:#555;font-size:14px;font-weight:300;text-decoration:line-through}.catalog-item__price{color:#050505;font-size:20px;font-weight:700}.catalog-item__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(200% + 40px)}.catalog-item__content{width:50%;margin-right:0px;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:.5s all;transition:.5s all}.catalog-item__content_active{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);margin-right:20px}.catalog-item__list{position:relative;width:50%;margin-left:20px;-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);padding-right:20px;-webkit-transition:.5s all;transition:.5s all;padding-left:19px;margin-bottom:0;list-style-type:none}.catalog-item__list_active{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-left:0px}.catalog-item__list li{position:relative;color:#555;font-size:14px;font-weight:300;margin-bottom:20px}.catalog-item__list li:before{content:"";position:absolute;width:5px;height:5px;background-color:#c70101;left:-14px;top:7px}.catalog-item__back{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(calc(-50% - 19px));-ms-transform:translateX(calc(-50% - 19px));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}.feed{padding-bottom:48px}.feed__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:60px}.feed__item:nth-child(2){margin-top:70px}.feed__img{height:169px;width:169px}.feed__text{margin-left:62px;padding-right:60px}.feed__subtitle{font-weight:700;font-size:18px;color:#0d0d0d}.feed__count{font-weight:500;font-size:14px;color:#646464}.feed__descr{font-weight:300;font-size:16px;color:#0d0d0d;margin-top:10px}.footer{height:630px;position:relative}.footer__info{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:460px;height:270px;background-color:#c70101;padding:50px 68px 60px 68px}.footer__map{width:100%;height:630px;border:0}.footer__addr{margin-bottom:36px;color:#fff;font-size:20px;font-weight:400;text-align:center;line-height:20px}.footer__phone{display:block;font-weight:700;font-size:20px;text-align:center;color:#fff;margin-bottom:38px;line-height:20px}.footer__phone:hover{color:#fff}.footer__social-item{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;width:53px;height:52px;border:2px solid #fff;border-radius:100%;margin:0 15px;cursor:pointer;-webkit-transition:.5s all;transition:.5s all}.footer__social-item img{height:27px}.footer__social-item:hover{-webkit-box-shadow:3px 3px 20px #000;box-shadow:3px 3px 20px #000;border:none}.footer__social{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}.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%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:380px;min-height:400px;background-color:#fff;padding:38px 40px 40px 40px}.modal__close{position:absolute;top:0;right:-40px;font-size:40px;color:red;line-height:21px;cursor:pointer}.modal__subtitle{color:#0d0d0d;font-size:18px;font-weight:700;text-align:center}.modal__descr{font-weight:700;font-size:14px;text-align:center;color:#0d0d0d}.modal__mini{min-height:140px}.modal .error{border:1px solid red}.modal label.error{border:none;text-align:center;margin-bottom:15px}#consultation,#order,#thanks{display:none}.pageup{display:none;position:fixed;bottom:40px;right:40px;width:40px;height:40px}.pageup img{width:100%}