.qs-datepicker-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#fff;border:1px solid grey;border-radius:.263921875em;-webkit-box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3);box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3);color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;font-size:1rem;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:15.625em;z-index:9001}.qs-datepicker-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.qs-centered{left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qs-hidden{display:none}.qs-overlay{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:rgba(0,0,0,.75);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;opacity:1;padding:.5em;position:absolute;top:0;-webkit-transition:opacity .3s;transition:opacity .3s;width:100%;z-index:1}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{background:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;display:block;font-size:.875em;margin:0 auto;padding:.25em 0;text-align:center;width:80%}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{cursor:pointer;padding:.5em;position:absolute;right:0;top:0}.qs-overlay .qs-submit{background:hsla(0,0%,50%,.4);border:1px solid #fff;border-radius:.263921875em;cursor:pointer;margin:0 auto auto;padding:.5em}.qs-overlay .qs-submit.qs-disabled{border-color:grey;color:grey;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.qs-overlay .qs-overlay-month{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;opacity:.5;-webkit-transition:opacity .15s;transition:opacity .15s;width:33.33333%}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-negative:0;align-items:center;background:#d3d3d3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:blur(0);filter:blur(0);flex-grow:1;flex-shrink:0;justify-content:space-between;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s;width:100%}.qs-controls.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-arrow{border-radius:.263921875em;cursor:pointer;height:1.5625em;position:relative;-webkit-transition:background .15s;transition:background .15s;width:1.5625em}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:after{border:.390625em solid transparent;content:"";position:absolute;top:50%;-webkit-transition:border .2s;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:grey;right:50%;-webkit-transform:translate(25%,-50%);-ms-transform:translate(25%,-50%);transform:translate(25%,-50%)}.qs-arrow.qs-right:after{border-left-color:grey;left:50%;-webkit-transform:translate(-25%,-50%);-ms-transform:translate(-25%,-50%);transform:translate(-25%,-50%)}.qs-month-year{border-bottom:1px solid transparent;font-weight:700;-webkit-transition:border .2s;transition:border .2s}.qs-month-year:not(.qs-disabled-year-overlay){cursor:pointer}.qs-month-year:not(.qs-disabled-year-overlay):hover{border-bottom:1px solid grey}.qs-month-year:active:focus,.qs-month-year:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:blur(0);filter:blur(0);-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.3125em;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.qs-squares.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-square{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:.263921875em;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:1.5625em;justify-content:center;-webkit-transition:background .1s;transition:background .1s;width:14.28571%}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:700;text-decoration:underline}.qs-active,.qs-range-end,.qs-range-start{background:#add8e6}.qs-range-start:not(.qs-range-6){border-bottom-right-radius:0;border-top-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-bottom-right-radius:0;border-top-right-radius:0}.qs-range-end:not(.qs-range-0),.qs-range-middle.qs-range-6{border-bottom-left-radius:0;border-top-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-day,.qs-empty{cursor:default}.qs-day{color:grey;font-weight:700}.qs-event{position:relative}.qs-event:after{background:#07f;border-radius:50%;bottom:0;content:"";height:.46875em;position:absolute;right:0;width:.46875em}
body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{background-color:#000;display:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);left:0;opacity:.8;position:absolute;top:0;z-index:9999}.lightbox{font-weight:400;left:0;line-height:0;outline:none;position:absolute;text-align:center;width:100%;z-index:10000}.lightbox .lb-image{border:4px solid #fff;border-radius:3px;display:block;height:auto;max-height:none;max-width:inherit}.lightbox a img{border:none}.lb-outerContainer{*zoom:1;background-color:#fff;border-radius:4px;height:250px;margin:0 auto;position:relative;width:250px}.lb-outerContainer:after{clear:both;content:"";display:table}.lb-loader{height:25%;left:0;line-height:0;position:absolute;text-align:center;top:43%;width:100%}.lb-cancel{background:url(/themes/car-repair/assets/images/lightbox/loading.gif) no-repeat;display:block;height:32px;margin:0 auto;width:32px}.lb-nav{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");outline:none}.lb-next,.lb-prev{cursor:pointer;display:block;height:100%}.lb-nav a.lb-prev{background:url(/themes/car-repair/assets/images/lightbox/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);float:left;left:0;opacity:0;transition:opacity .6s;width:34%}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{background:url(/themes/car-repair/assets/images/lightbox/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);float:right;opacity:0;right:0;transition:opacity .6s;width:64%}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{*zoom:1;border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin:0 auto;padding-top:5px;width:100%}.lb-dataContainer:after{clear:both;content:"";display:table}.lb-data{color:#ccc;padding:0 4px}.lb-data .lb-details{float:left;line-height:1.1em;text-align:left;width:85%}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{clear:left;color:#999;display:block;font-size:12px;padding-bottom:1em}.lb-data .lb-close{background:url(/themes/car-repair/assets/images/lightbox/close.png) 100% 0 no-repeat;display:block;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);float:right;height:30px;opacity:.7;outline:none;text-align:right;transition:opacity .2s;width:30px}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}
@font-face{font-family:Magistral;font-style:normal;font-weight:400;src:local("Magistral Book"),local("Magistral-Book"),url(/themes/car-repair/assets/fonts/Magistral-Book.woff2) format("woff2"),url(/themes/car-repair/assets/fonts/Magistral-Book.woff) format("woff"),url(/themes/car-repair/assets/fonts/Magistral-Book.ttf) format("truetype")}@font-face{font-family:Magistral;font-style:normal;font-weight:300;src:local("Magistral Light"),local("Magistral-Light"),url(/themes/car-repair/assets/fonts/Magistral-Light.woff2) format("woff2"),url(/themes/car-repair/assets/fonts/Magistral-Light.woff) format("woff"),url(/themes/car-repair/assets/fonts/Magistral-Light.ttf) format("truetype")}@font-face{font-family:Magistral;font-style:normal;font-weight:500;src:local("Magistral Medium"),local("Magistral-Medium"),url(/themes/car-repair/assets/fonts/Magistral-Medium.woff2) format("woff2"),url(/themes/car-repair/assets/fonts/Magistral-Medium.woff) format("woff"),url(/themes/car-repair/assets/fonts/Magistral-Medium.ttf) format("truetype")}@font-face{font-family:Magistral;font-style:normal;font-weight:700;src:local("Magistral Bold"),local("Magistral-Bold"),url(/themes/car-repair/assets/fonts/Magistral-Bold.woff2) format("woff2"),url(/themes/car-repair/assets/fonts/Magistral-Bold.woff) format("woff"),url(/themes/car-repair/assets/fonts/Magistral-Bold.ttf) format("truetype")}@keyframes fadeOut{0%{opacity:1}99%{opacity:0;z-index:1}to{display:none;opacity:0}}@keyframes showUp{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-video{0%{box-shadow:0 0 0 0 rgba(255,0,0,0),0 0 0 0 rgba(255,0,0,0)}40%{box-shadow:0 0 0 12px rgba(255,0,0,.2),0 0 0 24px rgba(255,0,0,.12)}80%{box-shadow:0 0 0 12px rgba(255,0,0,0),0 0 0 24px rgba(255,0,0,0)}to{box-shadow:0 0 0 12px rgba(255,0,0,0),0 0 0 24px rgba(255,0,0,0)}}@keyframes pulse-wa{0%{box-shadow:0 0 0 0 rgba(60,205,102,0),0 0 0 0 rgba(60,205,102,0)}40%{box-shadow:0 0 0 15px rgba(60,205,102,.2),0 0 0 27px rgba(60,205,102,.12)}80%{box-shadow:0 0 0 15px rgba(60,205,102,0),0 0 0 27px rgba(60,205,102,0)}to{box-shadow:0 0 0 0 rgba(60,205,102,0),0 0 0 27px rgba(60,205,102,0)}}@keyframes slideme{0%{left:-30px;margin-left:0}30%{left:110%;margin-left:80px}to{left:110%;margin-left:80px}}*{box-sizing:border-box;margin:0;outline:none;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#222;font-family:Magistral,Arial,sans-serif;font-size:18px;font-weight:400;letter-spacing:.01rem;line-height:1.6;min-width:320px;overflow-x:hidden;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-rendering:geometricPrecision}body.open-modal{overflow:hidden}button,input,select,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:none;border:none;font-family:Magistral,Arial,sans-serif;font-size:18px;margin:0;outline:none;padding:0;text-rendering:geometricPrecision;transition:all .3s ease}button:focus,button:hover,input:focus,input:hover,select:focus,select:hover,textarea:focus,textarea:hover{cursor:pointer;outline:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}ol,ul{padding-left:20px}a{color:red;text-decoration:none;transition:all .3s ease}a:hover{text-decoration:underline}img{display:block;max-width:100%}.hidden,[hidden]{display:none}svg{display:inline-block;transition:all .25s ease}.section{align-items:center;flex-direction:column}.section,.wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap{-webkit-box-pack:start;-ms-flex-pack:start;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;padding:0 12px;width:100%}@media (min-width:768px){.wrap{max-width:768px}}@media (min-width:992px){.wrap{max-width:992px;padding:0 15px}}@media (min-width:1200px){.wrap{max-width:1200px}}@media (min-width:1330px){.wrap{max-width:1330px}}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.table{border-color:#222;border-spacing:0;border-top:1px solid #222;color:#222;margin-bottom:1rem;min-width:768px;vertical-align:top;width:100%}@media (min-width:768px){.table{min-width:auto}}.table tbody,.table td,.table thead,.table tr{border:0 solid;border-color:inherit}.table thead{vertical-align:bottom}.table tr{border-width:0}.table td,.table th{border-width:1px;border-right:0;border-top:0;color:#222;font-size:14px;line-height:19px;padding:8px 6px}.table td:last-child,.table th:last-child{border-right:1px solid #222}@media (min-width:768px){.table td,.table th{font-size:16px;line-height:19px;padding:10px 8px}}ol,ul{list-style-type:none;margin:15px 0;padding-left:40px}li{color:#222;margin-bottom:7.5px;position:relative}li:before{background:red;border-radius:10px;content:"";display:inline-block;height:6px;left:-18px;position:absolute;top:.7em;width:6px}ol li{counter-increment:step-counter}ol li:before{background:none;color:red;content:counter(step-counter) ".";display:inline-block;font-weight:700;left:-38px;position:absolute;text-align:right;top:0;width:30px}.button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:#fff;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:500;justify-content:center;transition:all .3s ease}.button:hover{box-shadow:none}.button_green{background:#3ccd66}.button_red{background:red}.button_red:hover{box-shadow:0 20px 20px -10px rgba(255,0,0,.5)}.button_light{background:#a6a6a6}.title{font-weight:700}.button-up{border-radius:25px;box-shadow:0 3px 10px 0 rgba(255,0,0,.5);height:50px;left:50%;position:absolute;top:0;transform:translate(-50%,-50%);transition:all .2s ease;width:50px;z-index:3}@media (min-width:768px){.button-up{border-radius:30px;height:60px;width:60px}.button-up:hover{background:#222;box-shadow:none}}.button-up__ico{fill:#fff;height:16px;pointer-events:none;width:16px}@media (min-width:768px){.button-up__ico{height:20px;width:20px}}.widget-whatsapp{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;animation:pulse-wa 3s linear infinite;background:#3ccd66;border-radius:22.5px;bottom:30px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:45px;justify-content:center;position:fixed;right:15px;width:45px;z-index:10}@media (min-width:768px){.widget-whatsapp{border-radius:30px;bottom:40px;height:60px;right:30px;width:60px}}.widget-whatsapp__ico{color:#fff;height:16px;width:16px}@media (min-width:992px){.widget-whatsapp__ico{height:26px;width:26px}}.widget-whatsapp:hover{text-decoration:none}.loading{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-overflow-scrolling:touch;align-items:center;background:rgba(0,0,0,.8);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:all .2s ease-in;width:100%;z-index:-1}.loading_active{opacity:1;pointer-events:all;transition:opacity .2s ease;z-index:1030}.loading_white .loading__layer{border-color:#fff}.loading__wrapper{animation:container-rotate 1568ms linear infinite;display:inline-block;height:60px;position:relative;width:60px}.loading__layer{animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;border-color:red;height:100%;position:absolute;width:100%}.loading__circle-clipper{border-color:inherit;display:inline-block;height:100%;overflow:hidden;position:relative;width:50%}.loading__circle-clipper .loading__circle{animation:none;border:3px solid;border-color:inherit;border-bottom-color:transparent;border-radius:50%;bottom:0;height:100%;position:absolute;right:0;top:0;width:200%}.loading__circle-clipper--left{float:left}.loading__circle-clipper--left .loading__circle{animation:left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;border-right-color:transparent;left:0;transform:rotate(129deg)}.loading__circle-clipper--right{float:right}.loading__circle-clipper--right .loading__circle{animation:right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;border-left-color:transparent;left:-100%;transform:rotate(-129deg)}.loading__gap-path{border-color:inherit;height:100%;left:45%;overflow:hidden;position:absolute;top:0;width:10%}.loading__gap-path .loading__circle{left:-450%;width:1000%}.loading__circle{border-radius:50%}@keyframes container-rotate{to{transform:rotate(1turn)}}@keyframes fill-unfill-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(3turn)}}@keyframes left-spin{0%{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@keyframes right-spin{0%{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}.modal{-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.5);height:100%;left:0;opacity:0;outline:0;overflow-x:hidden;overflow-y:auto;pointer-events:none;position:fixed;top:0;transition:opacity .2s ease;visibility:hidden;width:100%;z-index:30}.modal_active{opacity:1;pointer-events:all;visibility:visible}.modal__dialog{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-end;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;min-height:100%;min-width:100%}@media (min-width:768px){.modal__dialog{align-items:center}}.modal__content{background:#110f0f;display:none;padding:60px 20px 40px;position:relative;width:100%}@media (min-width:768px){.modal__content{max-width:520px;padding:60px 40px 40px}}.modal__content_selected{display:block}.modal__content_privacy{align-self:start;max-width:992px}.modal__content_services{max-width:1024px}.modal__close{background:none;cursor:pointer;height:60px;position:absolute;right:0;top:0;width:60px}.modal__close:hover{background:red}.modal__close-icon{color:#fff;height:22px;pointer-events:none;transition:transform .4s ease;width:22px}.modal__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;width:100%}.modal__title{color:#fff;font-size:26px;font-weight:700;line-height:1;margin-bottom:10px}@media (min-width:768px){.modal__title{font-size:36px}}@media (min-width:1200px){.modal__title{font-size:50px;margin-bottom:15px}}.modal__description{color:#fff;font-size:14px;line-height:20px;margin-bottom:20px;text-align:center}@media (min-width:768px){.modal__description{font-size:16px;line-height:28px}}.modal__entry{color:#fff;font-size:14px}@media (min-width:768px){.modal__entry{font-size:16px}}.modal__success{flex-direction:column}.modal__success,.modal__success-icon{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.modal__success-icon{-webkit-box-pack:center;-ms-flex-pack:center;background:red;border-radius:45px;box-shadow:0 20px 20px -10px rgba(255,0,0,.5);height:90px;justify-content:center;margin-bottom:20px;width:90px}@media (min-width:768px){.modal__success-icon{border-radius:70px;height:140px;margin-bottom:40px;width:140px}}.modal__success-check{fill:#fff;height:50px;width:50px}@media (min-width:768px){.modal__success-check{height:70px;width:70px}}.modal__success-text{color:#fff;font-size:14px;font-weight:700;max-width:270px;text-align:center;text-transform:uppercase}@media (min-width:768px){.modal__success-text{font-size:20px;max-width:400px}}@media (min-width:1200px){.modal__success-text{font-size:22px;max-width:450px}}@media (min-width:1600px){.modal__success-text{font-size:25px;max-width:500px}}.modal__callback-text{color:#fff;font-size:18px;line-height:20px;margin-bottom:20px;text-align:center}@media (min-width:768px){.modal__callback-text{font-size:22px;line-height:28px;margin-bottom:24px}}.modal__callback-phone{color:#f2f3f6;text-decoration:underline;white-space:nowrap}.modal__callback-phone:hover{text-decoration:none}.modal__callback-icons{width:100%}.modal__callback-icon,.modal__callback-icons{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.modal__callback-icon{background:#222;border-radius:50%;box-shadow:0 3px 10px 0 rgba(34,34,34,.25);height:40px;margin-right:10px;text-decoration:none;width:40px}@media (min-width:768px){.modal__callback-icon{height:60px;margin-right:20px;width:60px}}.modal__callback-icon:hover{box-shadow:none;text-decoration:none}.modal__callback-icon:last-child{margin-right:0}.modal__callback-icon-ico{height:16px;width:16px}.modal__callback-icon-ico_phone{fill:#fff}.modal__callback-icon-ico_wa{color:#fff}@media (min-width:768px){.modal__callback-icon-ico{height:28px;width:28px}}.header{background:transparent;left:0;padding-top:15px;position:absolute;top:0;width:100%;z-index:10}@media (min-width:768px){.header{padding-top:20px}}@media (min-width:992px){.header{padding-top:30px}}.header__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px dashed hsla(0,0%,100%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;flex-wrap:wrap;padding-bottom:14px;width:100%}@media (min-width:768px){.header__container{flex-direction:row;padding-bottom:19px}}@media (min-width:992px){.header__container{padding-bottom:29px}}.header__menu{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:none;border:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:20px;justify-content:center;margin-left:auto;position:absolute;right:15px;top:15px;width:20px;z-index:10}@media (min-width:768px){.header__menu{margin-left:0;margin-right:auto;position:relative;right:0;top:0}}@media (min-width:992px){.header__menu{display:none}}.header__menu:after,.header__menu:before{background:#fff;border-radius:10px;content:"";display:block;height:2px;position:absolute;right:0;transition:all .3s ease;width:100%}.header__menu:before{top:30%}.header__menu:after{bottom:30%}.header__menu_active:before{top:45%;transform:rotate(45deg)}.header__menu_active:after{bottom:45%;transform:rotate(-45deg)}.header__nav{display:none}@media (min-width:992px){.header__nav{-webkit-box-flex:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex:1 1;margin-right:20px}}@media (min-width:1200px){.header__nav{margin-right:15px}}@media (min-width:1320px){.header__nav{margin-right:30px}}@media (min-width:992px){.header__nav-item{margin-right:10px}}@media (min-width:1200px){.header__nav-item{margin-right:12px}}@media (min-width:1320px){.header__nav-item{margin-right:20px}}.header__nav-item:last-child{margin-right:0}@media (min-width:992px){.header__nav-link{color:hsla(0,0%,100%,.8);font-size:14px}.header__nav-link:hover{color:#fff;text-decoration:none}}@media (min-width:1200px){.header__nav-link{font-size:15px}}@media (min-width:1320px){.header__nav-link{font-size:16px}}.header__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap}@media (min-width:768px){.header__contacts{-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;justify-content:flex-end}}.header__phone{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;width:100%}@media (min-width:768px){.header__phone{-webkit-box-pack:start;-ms-flex-pack:start;flex-direction:row;justify-content:flex-start;width:auto}}.header__phone-text{color:#fff;font-size:18px;font-weight:500;line-height:1;margin-bottom:10px;margin-right:10px}@media (min-width:1320px){.header__phone-text{font-size:20px;margin-bottom:0;margin-right:15px}}.header__phone-text:last-child{margin-bottom:0;margin-right:0}.header__phone-text:hover{text-decoration:none}.header__messenger{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:20px;width:100%}@media (min-width:768px){.header__messenger{justify-content:flex-start;margin-left:10px;margin-right:10px;margin-top:0;width:auto}}.header__messenger-link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:none;border:1px dashed hsla(0,0%,97%,.1);border-radius:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:32px;justify-content:center;margin-right:6px;text-decoration:none;transition:all .2s ease;width:32px}@media (min-width:992px){.header__messenger-link{margin-right:10px}}.header__messenger-link:hover{text-decoration:none}.header__messenger-link:hover .header{border-color:#fff}.header__messenger-link:hover .header__messenger-ico{color:#fff}.header__messenger-link:last-child{margin-right:0}.header__messenger-ico{color:hsla(0,0%,100%,.7);height:16px;transition:color .2s ease;width:16px}.header__messenger-ico_vk{height:10px}.header__button{font-size:15px;line-height:1;margin:15px auto 0;padding:15px}@media (min-width:768px){.header__button{display:none}}@media (min-width:1200px){.header__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0 0 0 15px}}@media (min-width:1320px){.header__button{padding:15px 25px}}.header__dropdown{display:none}@media (min-width:768px){.header__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}}.header__dropdown-button{background:red;border-radius:16px;height:32px;width:32px}@media (min-width:768px){.header__dropdown-button:focus,.header__dropdown-button:hover{box-shadow:none}.header__dropdown-button_open .header__dropdown-arrow{transform:rotate(180deg)}.header__dropdown-button_open~.header__dropdown-wrap{opacity:1;pointer-events:all;transform:translateY(0)}.header__dropdown-arrow{color:#fff;height:16px;pointer-events:none;transition:transform .2s ease;width:16px}.header__dropdown-wrap{align-items:flex-start;background:#100606;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;margin-top:19px;min-width:400px;opacity:0;padding:30px;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(-50%);transition:all .3s ease;z-index:3}}@media (min-width:992px){.header__dropdown-wrap{margin-top:29px}}.header__dropdown-item{align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap}.header__dropdown-circle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px dashed hsla(0,0%,97%,.1);border-radius:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:32px;justify-content:center;margin-right:24px;margin-top:24px;text-decoration:none;transition:all .2s ease;width:32px}.header__dropdown-ico{fill:hsla(0,0%,97%,.5);color:hsla(0,0%,97%,.5);height:12px;width:12px}.header__dropdown-content{flex:1 1;margin-top:20px}.header__dropdown-label{color:hsla(0,0%,97%,.5);display:block;font-size:16px;font-weight:600;line-height:20px;margin-bottom:6px}.header__dropdown-value{color:#fff;font-size:16px;font-weight:300;line-height:1.6}.header__dropdown-phone{color:#fff;display:block;font-size:20px;font-weight:500;line-height:1}.header__dropdown-email{color:red;display:block;font-size:16px;line-height:1;text-decoration:underline}.header__dropdown-email:hover{text-decoration:none}.header__mobile{background-color:#110f0f;display:block;height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transform:translate(-100%);transition:transform .4s ease-in-out;width:80%;z-index:11}.header__mobile_open{transform:translate(0)}@media (min-width:992px){.header__mobile{display:none}}.header__mobile-container{height:auto;margin:0 auto;max-width:420px;min-height:100%;padding:50px 12px 40px}.header__mobile-container,.header__mobile-menu{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column}.header__mobile-menu-item{margin-bottom:5px;position:relative}.header__mobile-menu-chevron{color:#fff;height:16px;pointer-events:none;position:absolute;right:-24px;top:calc(50% - 8px);transition:all .3s ease;width:16px}.header__mobile-menu-dropdown{height:0;overflow:hidden;text-align:center;transition:all .25s ease;width:100%}.header__mobile-menu-sublink{color:#fff;display:block;font-size:12px;margin-bottom:5px}.header__mobile-menu-sublink:hover{color:hsla(0,0%,100%,.7);text-decoration:none}.header__mobile-menu-sublink:last-child{margin-bottom:0}.header__mobile-menu-link{color:#fff;display:inline-block;font-size:14px;position:relative}.header__mobile-menu-link_active .header__mobile-menu-chevron{color:red;transform:rotate(-180deg)}.header__mobile-menu-link_active~.header__mobile-menu-dropdown{margin-top:12px}.header__mobile-menu-link:hover{color:#fff;text-decoration:none}.header__mobile-info{flex-direction:column;padding-top:20px}.header__mobile-info,.header__mobile-item{display:-webkit-box;display:-ms-flexbox;display:flex}.header__mobile-item{align-items:flex-start;flex-wrap:wrap;margin-bottom:10px}.header__mobile-ico{fill:red;color:red;height:16px;margin-right:8px;margin-top:8px;width:16px}.header__mobile-group{flex:1 1}.header__mobile-phone,.header__mobile-text{color:#fff;font-size:14px}.header__mobile-phone{font-weight:700}.header__mobile-phone:hover{color:#f2f3f6;text-decoration:none}.slider{position:relative}.slider__container{width:100%}.slider__item:after{background:rgba(16,6,6,.65);background:-webkit-gradient(linear,left top,left bottom,from(rgba(16,6,6,.65)),to(rgba(16,6,6,.45)));background:linear-gradient(180deg,rgba(16,6,6,.65),rgba(16,6,6,.45));bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.slider__content{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;padding:200px 0 30px;position:relative;width:100%;z-index:3}@media (min-width:768px){.slider__content{padding:80px 0 40px}}@media (min-width:992px){.slider__content{padding:100px 0 50px}}@media (min-width:1200px){.slider__content{padding:120px 0 60px}}@media (min-width:1440px){.slider__content{left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%)}}.slider__wrap{flex-direction:column}.slider__logo{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}@media (min-width:1200px){.slider__logo{height:46px}}.slider__logo-src{display:block;max-width:250px}@media (min-width:1200px){.slider__logo-src{height:100%;max-width:none;width:auto}}.slider__title{color:#fff;font-size:16px;font-weight:700;margin-bottom:10px;max-width:320px;text-align:left;text-transform:uppercase;width:100%}@media (min-width:768px){.slider__title{font-size:24px;max-width:580px}}@media (min-width:992px){.slider__title{font-size:28px;margin-bottom:40px;max-width:710px}}@media (min-width:1200px){.slider__title{font-size:38px;margin-bottom:20px;max-width:950px}}.slider__description{color:#fff;font-size:14px;margin-bottom:30px;padding-bottom:8px;position:relative;text-align:left}@media (min-width:768px){.slider__description{font-size:15px}}@media (min-width:992px){.slider__description{font-size:16px}}@media (min-width:1200px){.slider__description{font-size:20px;padding-bottom:20px}}.slider__description:after{background:#fff;border-radius:2px;content:"";height:2px;left:0;position:absolute;top:100%;width:60px}.slider__row{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width:768px){.slider__row{flex-direction:row}}.slider__button{background:none;font-size:14px;line-height:20px;overflow:hidden;padding:20px;position:relative}@media (min-width:768px){.slider__button{font-size:16px;padding:24px 30px}}@media (min-width:1280px){.slider__button{font-size:20px;padding:30px 47px}}.slider__button:before{background:red;bottom:0;content:"";left:0;margin:auto;position:absolute;right:0;top:0;transition:all .2s ease}.slider__button:after{animation-delay:.05s;animation-duration:3s;animation-iteration-count:infinite;animation-name:slideme;animation-timing-function:ease-in-out;background:-webkit-gradient(linear,left top,left bottom,from(hsla(21,63%,73%,0)),color-stop(50%,hsla(0,0%,100%,.8)),to(hsla(21,63%,73%,0)));background:linear-gradient(180deg,hsla(21,63%,73%,0),hsla(0,0%,100%,.8) 50%,hsla(21,63%,73%,0));content:"";height:300px;left:-40px;margin-left:60px;position:absolute;top:-50px;transform:rotate(45deg);transition:all .1s;width:30px;z-index:1}.slider__button:hover{text-decoration:none}.slider__button-text{pointer-events:none;position:relative;z-index:3}.slider__item-image{width:100%}@media (max-width:1439px){.slider__item-image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0}}.slider__props{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px;width:100%}@media (min-width:1330px){.slider__props{margin-bottom:40px}}.slider__props-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;margin-bottom:15px;padding-right:10px;width:50%}@media (min-width:768px){.slider__props-item{margin-bottom:0;width:20%}}@media (min-width:1200px){.slider__props-item{padding-right:20px}}.slider__props-ico{height:40px;margin-bottom:5px;width:auto}@media (min-width:768px){.slider__props-ico{height:45px;margin-bottom:12px}}.slider__props-name{-webkit-box-flex:1;color:#fff;flex:1 1;font-size:13px;font-weight:500;line-height:20px}@media (min-width:768px){.slider__props-name{font-size:14px}}@media (min-width:992px){.slider__props-name{font-size:16px;line-height:24px}}.slider__props-name span{font-weight:600}.slider__props-descr{color:#fff;font-size:12px;line-height:20px}@media (min-width:992px){.slider__props-descr{font-size:14px}}.services{padding:50px 0}@media (min-width:992px){.services{padding:100px 0}}.services__wrap{flex-direction:column}@media (max-width:767px){.services__wrap{padding-right:0}}.services__intro{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:30px;padding-right:12px;position:relative;width:100%}@media (min-width:768px){.services__intro{padding-right:0}}@media (min-width:992px){.services__intro{margin-bottom:60px}}.services__title{font-size:16px;max-width:185px;padding-bottom:6px;position:relative;text-transform:uppercase}@media (min-width:768px){.services__title{font-size:24px;max-width:none}}@media (min-width:992px){.services__title{font-size:28px}}@media (min-width:1200px){.services__title{font-size:38px}}.services__title:after{background:#222;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:100%;width:46px}.services__controls{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-flex:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-end;margin:0 -4px}@media (min-width:1200px){.services__controls{margin:0 -7px}}.services__control{border-radius:999px;height:40px;margin:0 5px;width:40px}@media (min-width:1200px){.services__control{height:50px;margin:0 7px;width:50px}}.services__control:hover{background:red;box-shadow:0 20px 20px -10px rgba(255,0,0,.5)}.services__control-arrow{color:#fff;height:16px;width:16px}.services__container{width:100%}.services__item{border-radius:10px;height:330px;overflow:hidden;position:relative;transition:all .2s ease;width:100%}@media (min-width:768px){.services__item{height:350px}}@media (min-width:1200px){.services__item{height:450px}}.services__item:hover .services__picture{transform:scale(1.1)}.services__content{align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;left:0;padding-bottom:20px;position:absolute;top:auto;width:100%;z-index:3}.services__name{color:#fff;font-size:14px;font-weight:700;padding:0 10px;text-align:center;text-transform:uppercase;width:100%}@media (min-width:768px){.services__name{font-size:16px}}@media (min-width:992px){.services__name{font-size:18px}}@media (min-width:1200px){.services__name{font-size:20px}}.services__descr{color:#fff;font-size:12px;padding:0 10px 15px;text-align:center}@media (min-width:768px){.services__descr{font-size:14px}}@media (min-width:992px){.services__descr{font-size:16px}}.services__price{color:#fff;font-size:14px;font-weight:300;padding-bottom:15px;text-align:center}@media (min-width:768px){.services__price{font-size:16px}}.services__price span{color:red;font-size:34px;font-weight:700}.services__link{color:#fff;font-size:14px;font-weight:700;line-height:1;padding:15px 35px;position:relative;text-decoration:none;text-decoration-line:none}@media (min-width:768px){.services__link{font-size:16px;padding:20px 45px}}.services__link:hover{text-decoration:none}.services__bg{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(15%,transparent),to(#000));background-image:linear-gradient(transparent 15%,#000);bottom:0;left:0;position:absolute;right:0;top:0;transition:all .2s ease;z-index:1}.services__picture{height:100%;overflow:hidden;position:relative;transition:box-shadow .2s ease;transition:all .2s ease;width:100%}.services__image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.advantages{background:#f2f3f6;padding:40px 0}@media (min-width:992px){.advantages{padding:100px 0}}.advantages__container{width:100%}.advantages__title{font-size:16px;margin-bottom:20px;padding-bottom:6px;position:relative;text-transform:uppercase}@media (min-width:768px){.advantages__title{font-size:24px;max-width:none}}@media (min-width:992px){.advantages__title{font-size:28px;margin-bottom:60px}}@media (min-width:1200px){.advantages__title{font-size:38px}}.advantages__title:after{background:#222;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:100%;width:46px}.advantages__row{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center}@media (min-width:768px){.advantages__row{margin:0 -5px}}@media (min-width:992px){.advantages__row{margin:0 -10px}}.advantages__item{align-items:center;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;padding:10px;width:100%}@media (min-width:768px){.advantages__item{margin-bottom:20px;max-width:calc(50% - 10px)}.advantages__item:last-child{margin-bottom:0}}@media (min-width:1200px){.advantages__item{margin:10px;max-width:calc(25% - 20px);padding:15px}}.advantages__image{display:block;height:50px;margin-bottom:10px;position:relative;width:auto;z-index:3}@media (min-width:768px){.advantages__image{height:60px;margin-bottom:20px}}.advantages__group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;text-align:center;width:100%}.advantages__name{color:red;font-size:14px;font-weight:700;margin-bottom:10px;max-width:240px;text-transform:uppercase}@media (min-width:768px){.advantages__name{font-size:20px;max-width:340px}}@media (min-width:1200px){.advantages__name{max-width:100%}}.advantages__descr{font-size:14px;max-width:260px}@media (min-width:1200px){.advantages__descr{font-size:15px;max-width:100%}}.brands{background:#f2f3f6;padding:40px 0}@media (min-width:768px){.brands{padding:80px 0}}.brands__container{width:100%}.brands__title{font-size:16px;margin-bottom:20px;padding-bottom:6px;position:relative;text-transform:uppercase}@media (min-width:768px){.brands__title{font-size:24px;max-width:none}}@media (min-width:992px){.brands__title{font-size:28px;margin-bottom:60px}}@media (min-width:1200px){.brands__title{font-size:38px}}.brands__title:after{background:#222;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:100%;width:46px}.brands__row{flex-wrap:wrap;margin:-5px}.brands__item,.brands__row{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.brands__item{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:5px;box-shadow:0 7px 44px rgba(0,0,0,.07);flex-direction:column;margin:5px;max-width:calc(50% - 10px);padding:20px;transition:all .2s ease;width:100%}@media (min-width:768px){.brands__item{border-radius:10px;max-width:calc(25% - 10px)}}@media (min-width:992px){.brands__item{max-width:calc(20% - 10px)}}@media (min-width:1200px){.brands__item{max-width:calc(16.666% - 10px)}}.brands__item:hover{box-shadow:none}.brands__item:hover,.brands__item:hover .brands__image{filter:grayscale(100%)}.brands__image{display:block;height:65px;max-width:none;width:auto}@media (min-width:768px){.brands__image{height:75px}}.gallery{padding:40px 0 20px}@media (min-width:992px){.gallery{padding:70px 0 40px}}.gallery__wrap{flex-direction:column}@media (max-width:767px){.gallery__wrap{padding-right:0}}.gallery__heading{margin-bottom:40px;width:100%}@media (min-width:768px){.gallery__heading{margin-bottom:60px}}.gallery__title{font-size:16px;margin-bottom:10px;padding-bottom:6px;position:relative;text-transform:uppercase}@media (min-width:768px){.gallery__title{font-size:24px;max-width:none}}@media (min-width:992px){.gallery__title{font-size:28px;margin-bottom:20px}}@media (min-width:1200px){.gallery__title{font-size:38px}}.gallery__title:after{background:#222;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:100%;width:46px}.gallery__description{font-size:14px}@media (min-width:768px){.gallery__description{font-size:16px}}@media (min-width:992px){.gallery__description{font-size:18px}}.gallery__row{overflow:hidden;width:100%}.gallery__slider{padding-bottom:70px!important}@media (min-width:768px){.gallery__slider{padding-bottom:100px!important}}.gallery__slider-wrapper{align-items:center}.gallery__slide-link{border-radius:10px;display:block;overflow:hidden;position:relative;z-index:1}.gallery__slide-link:before{background:rgba(16,6,6,.5);content:"";display:block;mix-blend-mode:multiply;opacity:.1;padding-top:75%;position:relative;transition:all .25s ease;width:100%;z-index:1}@media (min-width:768px){.gallery__slide-link:before{padding-top:56.25%}}.gallery__slide-link:hover .gallery__slide-image{transform:scale(1.2)}.gallery__slide-link:hover .gallery__item-plus{transform:scale(1)}.gallery__slide-link:hover:before{opacity:.35}.gallery__slide-image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%;z-index:0}.gallery__btn{border-radius:50%;bottom:10px;height:40px;position:absolute;transition:all .2s ease;width:40px;z-index:3}@media (min-width:768px){.gallery__btn{bottom:20px;height:50px;width:50px}}.gallery__btn_prev{left:50%;margin-left:-25px;transform:translateX(-50%)}@media (min-width:768px){.gallery__btn_prev{margin-left:-35px}}.gallery__btn_next{margin-right:-25px;right:50%;transform:translateX(50%)}@media (min-width:768px){.gallery__btn_next{margin-right:-35px}}.gallery__btn-arrow{color:#fff;height:16px;width:16px}.gallery__item-plus{color:#fff;height:32px;left:calc(50% - 16px);position:absolute;top:calc(50% - 16px);transform:scale(0);width:32px;z-index:1}@media (min-width:768px){.gallery__item-plus{height:48px;left:calc(50% - 24px);top:calc(50% - 24px);width:48px}}.team{padding:50px 0}@media (min-width:768px){.team{padding:75px 0}}.team__wrap{flex-direction:column;position:relative}@media (max-width:767px){.team__wrap{padding-right:0}}.team__container{width:100%}.team__heading{margin-bottom:40px;width:100%}@media (min-width:768px){.team__heading{margin-bottom:60px}}.team__title{font-size:16px;margin-bottom:10px;padding-bottom:6px;position:relative;text-transform:uppercase}@media (min-width:768px){.team__title{font-size:24px;max-width:none}}@media (min-width:992px){.team__title{font-size:28px;margin-bottom:20px}}@media (min-width:1200px){.team__title{font-size:38px}}.team__title:after{background:#222;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:100%;width:46px}.team__slider{width:100%}.team__image{-webkit-box-pack:end;-ms-flex-pack:end;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative}@media (min-width:992px){.team__image{border-radius:30px}}.team__image:after{content:"";display:block;padding-top:125%}.team__image:before{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(10%,transparent),to(#000));background-image:linear-gradient(transparent 10%,#000);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .2s ease;z-index:1}.team__image-src{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;position:absolute;top:0;width:100%}.team__body{padding:20px 10px;position:absolute;text-align:center;top:auto;width:100%;z-index:1}.team__name{color:#fff;font-size:16px;font-weight:700;margin-bottom:10px;text-transform:uppercase;width:100%}@media (min-width:768px){.team__name{font-size:18px}}@media (min-width:992px){.team__name{font-size:20px}}@media (min-width:1200px){.team__name{font-size:22px}}.team__about{color:#fff;font-size:12px;line-height:20px}@media (min-width:992px){.team__about{font-size:14px}}@media (min-width:1200px){.team__about{font-size:16px;line-height:24px}}.team__social{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;justify-content:center;margin-top:20px;width:100%}@media (min-width:1200px){.team__social{height:40px}}.team__social-link{border-radius:15px;height:30px;margin:0 5px;width:30px}@media (min-width:1200px){.team__social-link{border-radius:20px;height:40px;margin:0 10px;width:40px}}.team__social-ico{color:#fff;height:16px;width:16px}.team__social-ico_vk{height:12px;width:20px}.form{width:100%}.form__heading{margin-bottom:30px}.form__title{font-weight:700;margin-bottom:10px}.form__title_modal{color:#fff;font-size:25px;line-height:1;max-width:370px}@media (min-width:768px){.form__title_modal{font-size:35px;max-width:100%}}@media (min-width:1200px){.form__title_modal{font-size:40px;margin-bottom:15px}}@media (min-width:1330px){.form__title_modal{font-size:45px}}.form__description{font-size:16px;line-height:20px;margin-bottom:20px}.form__description_modal{color:#fff;opacity:.7}@media (min-width:768px){.form__description{font-size:20px;line-height:24px;margin-bottom:30px}}.form__subtitle{color:#fff;font-size:14px;margin-bottom:5px}@media (min-width:768px){.form__subtitle{font-size:18px;margin-bottom:10px}}.form__subtitle span{color:#f2f3f6;display:block;font-size:11px;font-weight:300;line-height:.8}@media (min-width:768px){.form__subtitle span{font-size:14px;line-height:.4}}.form__row{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin:0 -10px}.form__flex{flex:0 1 auto;margin:0 10px}.form__col{margin:0 10px;width:calc(100% - 20px)}@media (min-width:768px){.form__col{width:calc(50% - 20px)}}.form__col-3{margin:0 10px;width:calc(100% - 20px)}@media (min-width:768px){.form__col-3{width:calc(33.333% - 20px)}}.form__col-full{margin:0 10px;width:calc(100% - 20px)}.form__group{margin-top:30px;position:relative;width:100%}.form__group_checkbox{margin-top:10px}@media (min-width:768px){.form__group{margin-top:40px}.form__group_checkbox{margin-top:20px}}.form__group_rating{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap}.form__group_submit{margin-bottom:0;margin-top:0}.form__group-ico{fill:red;bottom:6px;height:24px;left:0;position:absolute;width:24px}.form__group-ico_textarea{bottom:auto;top:12px}@media (min-width:768px){.form__group-ico_textarea{top:20px}}.form__input{background:none;border:none;border-bottom:1px solid hsla(0,0%,97%,.2);color:#f7f7f7;display:block;font-size:18px;font-weight:300;height:40px;letter-spacing:.01em;padding-left:36px;transition:all .2s ease;width:100%}.form__input::-moz-placeholder{color:hsla(0,0%,97%,.6);opacity:1}.form__input::placeholder{color:hsla(0,0%,97%,.6);opacity:1}.form__input.error,.form__input:focus{border-bottom-color:red}.form__input_textarea{height:80px;padding:12px 0 0 36px;resize:none}@media (min-width:768px){.form__input_textarea{height:140px;padding-top:20px}}.form__error{color:red;font-size:12px;font-weight:500;left:14px;line-height:20px;position:absolute;top:100%}@media (min-width:768px){.form__error{left:36px}}.form__input-subtitle{color:#000;font-size:14px;font-weight:500;line-height:20px;position:absolute;right:0;top:100%}.form__input-subtitle_light{color:#fff}.form__group-arrow{color:rgba(34,34,34,.4);height:16px;pointer-events:none;position:absolute;right:14px;top:calc(50% - 8px);width:16px;z-index:3}.form__checkbox{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}@media (min-width:768px){.form__checkbox{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;justify-content:center}.form__checkbox_modal{justify-content:flex-start}}.form__checkbox-input{height:20px;left:0;position:absolute;top:0;visibility:hidden;width:20px;z-index:1}.form__checkbox-input:checked+.form__checkbox-square .form__checkbox-ico{transform:scale(1)}.form__checkbox-square{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px solid hsla(0,0%,97%,.2);display:-webkit-box;display:-ms-flexbox;display:flex;height:16px;justify-content:center;margin-right:8px;margin-top:2px;position:relative;width:16px}@media (min-width:768px){.form__checkbox-square{height:20px;margin-right:10px;margin-top:0;width:20px}}.form__checkbox-ico{color:#fff;height:12px;transform:scale(0);transition:all .2s ease;width:12px}@media (min-width:768px){.form__checkbox-ico{height:14px;width:14px}}.form__checkbox-text{-webkit-box-flex:1;color:#222;flex:1 1;font-size:13px;line-height:20px}@media (min-width:768px){.form__checkbox-text{flex:0 1 auto;font-size:14px}}.form__checkbox-text_light{color:#fff;opacity:.7}.form__checkbox-text_light .form__checkbox-url{color:#fff}.form__checkbox-url{color:#222;text-decoration:underline}.form__checkbox-url:hover{opacity:.8;text-decoration:none}.form__submit{font-size:14px;line-height:20px;overflow:hidden;padding:20px;position:relative;width:100%}@media (min-width:768px){.form__submit{font-size:16px;padding:24px 30px;width:auto}}@media (min-width:1280px){.form__submit{font-size:20px;padding:30px 47px}}.form__submit:hover:not([disabled]){box-shadow:0 20px 20px -10px rgba(255,0,0,.5)}.form__submit[disabled]{background:#f2f3f6;box-shadow:none;color:#a6a6a6;cursor:not-allowed;pointer-events:none}.form__whatsapp{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#3ccd66;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:0 10px;overflow:hidden;position:relative;width:47px}.form__whatsapp:after{content:"";display:block;padding-top:100%}@media (min-width:768px){.form__whatsapp{width:60px}}.form__whatsapp-ico{color:#fff;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@media (min-width:768px){.form__whatsapp-ico{height:24px;width:24px}}.form__rating-label{color:#222}.form__rating-list{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin:0 -10px;width:100%}@media (min-width:768px){.form__rating-list{flex:1 1}}.form__rating-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:0 10px;position:relative}.form__rating-radio{height:1px;position:absolute;visibility:hidden;width:1px;z-index:-1}.form__rating-star{color:#222;height:24px;pointer-events:none;width:24px}.form__rating-label{font-size:12px;font-weight:500;margin-bottom:5px}@media (min-width:768px){.form__rating-label{font-size:14px;margin-bottom:0;margin-right:10px;width:105px}}.form__file{height:100%;left:0;opacity:0;position:absolute;top:0;visibility:hidden;width:100%}.form__file-label{align-items:center;background:#ff7607;border:1px solid #ff7607;border-radius:6px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;padding:15px 30px;transition:all .3s ease}@media (min-width:768px){.form__file-label{padding:15px 40px}}.form__file-label:focus,.form__file-label:hover{background:none}.form__file-ico{color:#fff;height:16px;margin-right:8px;width:16px}@media (min-width:768px){.form__file-ico{height:20px;margin-right:12px;width:20px}}.form__file-text{-webkit-box-flex:1;color:#fff;flex:1 1;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reviews{padding:50px 0}@media (min-width:992px){.reviews{padding:100px 0}}@media (max-width:767px){.reviews__wrap{padding-right:0}}.reviews__container{width:100%}.reviews__info{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:30px;padding-right:12px;position:relative;width:100%}@media (min-width:768px){.reviews__info{padding-right:0}}@media (min-width:992px){.reviews__info{margin-bottom:60px}}.reviews__title{font-size:16px;max-width:185px;padding-bottom:6px;position:relative;text-transform:uppercase}@media (min-width:768px){.reviews__title{font-size:24px;max-width:none}}@media (min-width:992px){.reviews__title{font-size:28px}}@media (min-width:1200px){.reviews__title{font-size:38px}}.reviews__title:after{background:#222;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:100%;width:46px}.reviews__controls{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-flex:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-end;margin:0 -4px}@media (min-width:1200px){.reviews__controls{margin:0 -7px}}.reviews__control{border-radius:999px;height:40px;margin:0 5px;width:40px}@media (min-width:1200px){.reviews__control{height:50px;margin:0 7px;width:50px}}.reviews__control:hover{background:red;box-shadow:0 20px 20px -10px rgba(255,0,0,.5)}.reviews__control-arrow{color:#fff;height:16px;width:16px}.reviews__slider{width:100%}.reviews__slide{height:auto!important}.reviews__item{align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;padding:15px}@media (min-width:1200px){.reviews__item{flex-direction:row}}.reviews__item-image{height:100px;margin-bottom:20px;overflow:hidden;position:relative;width:100px}@media (min-width:768px){.reviews__item-image{height:120px;width:120px}}@media (min-width:1200px){.reviews__item-image{height:130px;margin-bottom:0;width:130px}}@media (min-width:1330px){.reviews__item-image{height:180px;width:180px}}.reviews__item-avatar{border-radius:999px;height:100%;width:100%}.reviews__quote{background:red;border-radius:16px;bottom:0;height:32px;position:absolute;right:0;width:32px}@media (min-width:768px){.reviews__quote{border-radius:22px;height:44px;width:44px}}.reviews__quote-ico{fill:#fff;height:16px;width:16px}@media (min-width:768px){.reviews__quote-ico{height:20px;width:20px}}@media (min-width:1200px){.reviews__item-group{flex:1 1;padding-left:30px}}.reviews__item-name{color:#222;font-size:18px;font-weight:500;line-height:1;margin-bottom:6px;position:relative;text-transform:uppercase}@media (min-width:768px){.reviews__item-name{font-size:20px;margin-bottom:8px}}.reviews__item-name span{font-weight:700}.reviews__item-date{font-size:14px;margin-bottom:4px}@media (min-width:768px){.reviews__item-date{font-size:16px;margin-bottom:6px}}.reviews__item-rating{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-bottom:5px}.reviews__rating-star{color:#a6a6a6;height:16px;margin-right:5px;width:16px}.reviews__rating-star:last-child{margin-right:0}.reviews__rating-star_active{color:red}.reviews__item-text{color:#222;font-size:14px}@media (min-width:768px){.reviews__item-text{padding-top:15px}}@media (min-width:992px){.reviews__item-text{font-size:16px}}.reviews__item-screen{color:#000;display:block;font-size:14px;font-weight:600;line-height:20px;margin-top:10px}.reviews__item-screen:hover{color:red;text-decoration:none}@media (min-width:992px){.reviews__item-screen{font-size:16px;line-height:21px}}.reviews__links{background:#fff;border-radius:10px;box-shadow:0 7px 44px rgba(0,0,0,.07);display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;flex-wrap:wrap;margin-top:20px;padding:15px;width:100%}@media (min-width:768px){.reviews__links{align-items:center;flex-direction:row;margin-top:40px;padding:25px 15px}}.reviews__links-label{font-size:16px;font-weight:500;margin-bottom:10px}@media (min-width:768px){.reviews__links-label{font-size:18px;margin-bottom:0;margin-right:15px}}.reviews__links-group{-webkit-box-flex:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex:1 1;flex-wrap:wrap}.reviews__links-url{display:block;height:45px;margin-right:15px}@media (min-width:768px){.reviews__links-url{height:50px;margin-right:25px}}.reviews__links-image{display:block;height:100%;max-width:none;width:auto}.videos{overflow:hidden;padding:40px 0 20px}@media (min-width:992px){.videos{padding:80px 0 40px}}.videos__wrap{position:relative}@media (max-width:767px){.videos__wrap{padding-right:0}}.videos__title{font-size:16px;padding-bottom:6px;position:relative;text-transform:uppercase}@media (min-width:768px){.videos__title{font-size:24px;max-width:none}}@media (min-width:992px){.videos__title{font-size:28px}}@media (min-width:1200px){.videos__title{font-size:38px}}.videos__title:after{background:#222;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:100%;width:46px}.videos__heading{margin-bottom:40px;width:100%}@media (min-width:768px){.videos__heading{margin-bottom:60px}}.videos__container{width:100%}.videos__slider{z-index:5}@media (min-width:768px){.videos__slider-wrapper{padding-bottom:40px}}.videos__slide{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column}.videos__item{max-width:875px;position:relative;width:100%}.videos__picture{border:1px solid rgba(0,0,0,.01);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;height:0;margin-bottom:20px;overflow:hidden;padding-top:56.25%;position:relative;width:100%}@media (min-width:768px){.videos__picture{border-radius:10px;margin-bottom:30px}}.videos__picture_play .videos__picture-thumb,.videos__picture_play .videos__play{display:none}.videos__picture_play .videos__iframe,.videos__picture_play .videos__timeline{display:-webkit-box;display:-ms-flexbox;display:flex}.videos__picture-thumb{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.videos__picture-src{-o-object-fit:cover;object-fit:cover}.videos__iframe,.videos__picture-src{height:100%;transition:all .4s ease;width:100%}.videos__iframe{display:none;left:0;position:absolute;top:0}.videos__iframe::-webkit-media-controls-timeline{display:none}.videos__timeline{background:#f2f3f6;border-radius:4px;bottom:4px;cursor:pointer;display:none;height:4px;left:20px;overflow:hidden;position:absolute;width:calc(100% - 40px);z-index:10}.videos__timeline-percent{background:red;height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .1s ease;width:0}.videos__play{animation:pulse-video 2s linear infinite;border-radius:50%;cursor:pointer;height:40px;left:50%;margin-bottom:25px;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px;z-index:3}@media (min-width:768px){.videos__play{height:50px;width:50px}}@media (min-width:1200px){.videos__play{height:60px;width:60px}}.videos__play-ico{color:#fff;height:20px;margin-left:5px;pointer-events:none;width:20px}@media (min-width:768px){.videos__play-ico{height:30px;width:30px}}@media (min-width:1200px){.videos__play-ico{height:40px;width:40px}}.videos__body-title{color:#222;font-size:14px;font-weight:700;line-height:20px;padding:0 10px;text-align:center;text-transform:uppercase;width:100%}@media (min-width:768px){.videos__body-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;height:48px;line-height:24px;overflow:hidden}}@media (min-width:992px){.videos__body-title{padding:0}}.videos__pagination{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:20px}.videos__pagination-bullet{background:#a6a6a6;border-radius:50%;cursor:pointer;height:8px;margin:0 4px;width:8px}.videos__pagination-bullet_active{background:red}.videos__pagination-bullet:hover{background:#222}@media (min-width:768px){.videos__pagination-bullet{height:12px;width:12px}}.footer__content{align-items:center;background:#f2f3f6;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.footer__content,.footer__wrap{flex-direction:column}.footer__row{background:#f2f3f6;padding:40px 0 20px;position:relative;width:100%;z-index:3}@media (min-width:768px){.footer__row{padding:70px 70px 40px 0}}@media (min-width:992px){.footer__row{max-width:520px;padding:40px 20px 20px 0}}@media (min-width:1200px){.footer__row{max-width:720px;padding:50px 30px 30px 0}}@media (min-width:1330px){.footer__row{max-width:800px;padding:70px 70px 40px 0}}.footer__title{font-size:16px;padding-bottom:6px;position:relative;text-transform:uppercase}@media (min-width:768px){.footer__title{font-size:24px;max-width:none}}@media (min-width:992px){.footer__title{font-size:28px}}@media (min-width:1200px){.footer__title{font-size:38px}}.footer__title:after{background:#222;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:100%;width:46px}.footer__action{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column-reverse;flex-wrap:wrap;margin-top:20px}@media (min-width:768px){.footer__action{align-items:center;flex-direction:row;margin-top:40px}}.footer__action-button{font-size:14px;line-height:1;max-width:200px;padding:15px 35px}@media (min-width:768px){.footer__action-button{font-size:16px;max-width:none;padding:20px 45px}}@media (min-width:992px){.footer__action-button{padding:20px}}@media (min-width:1200px){.footer__action-button{padding:20px 45px}}.footer__action-text{flex:1 1;font-size:14px;font-weight:500;margin-bottom:10px;max-width:365px}@media (min-width:768px){.footer__action-text{font-size:18px;margin-bottom:0;margin-left:20px}}@media (min-width:992px){.footer__action-text{font-size:16px;margin-left:15px}}@media (min-width:1200px){.footer__action-text{font-size:18px;margin-left:30px}}.footer__info{background:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-top:20px;padding:20px 12px}@media (min-width:768px){.footer__info{margin-top:40px;padding:40px 30px 20px}}@media (min-width:992px){.footer__info{padding:40px 15px 20px}}@media (min-width:1200px){.footer__info{margin-top:70px;padding:40px 30px 20px}}.footer__group{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-bottom:15px;width:100%}@media (min-width:768px){.footer__group{margin-bottom:20px;max-width:none;width:50%}}.footer__group-content{align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;width:100%}@media (min-width:768px){.footer__group-content{padding:0 10px}}.footer__group-ico{fill:red;color:red;height:16px;margin-right:8px;margin-top:2px;width:16px}@media (min-width:1200px){.footer__group-ico{height:24px;margin-right:10px;width:24px}}.footer__group-info{flex:1 1}.footer__group-label{color:rgba(68,68,68,.7);font-size:12px;line-height:18px;margin-bottom:2px}@media (min-width:768px){.footer__group-label{font-size:14px;line-height:20px;margin-bottom:5px}}.footer__group-text{color:#222;font-size:14px}@media (min-width:768px){.footer__group-text{font-size:16px}}.footer__group-phone{color:#000;display:block;font-size:16px;font-weight:700}@media (min-width:768px){.footer__group-phone{font-size:18px}}.footer__group-phone:hover{color:#222;text-decoration:none}.footer__messenger{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:20px;width:100%}@media (min-width:1200px){.footer__messenger{margin-top:40px}}.footer__messenger-link{border-radius:18px;box-shadow:0 3px 10px 0 rgba(255,0,0,.5);height:36px;margin-right:6px;text-decoration:none;width:36px}@media (min-width:992px){.footer__messenger-link{border-radius:20px;height:40px;margin-right:8px;width:40px}}.footer__messenger-link:hover{background-color:#a6a6a6;box-shadow:none;text-decoration:none}.footer__messenger-link:last-child{margin-right:0}.footer__messenger-ico{color:#fff;height:16px;width:16px}.footer__messenger-ico_vk{height:8px}@media (min-width:768px){.footer__messenger-ico{height:20px;width:20px}.footer__messenger-ico_vk{height:12px}}.footer__map{height:330px;position:relative;width:100%}@media (min-width:992px){.footer__map{bottom:0;height:100%;position:absolute;right:0;width:50%}}.footer__map iframe{height:100%;left:0;position:absolute;top:0;width:100%}.footer__bottom{background:#fff;box-shadow:0 0 22px 0 rgba(0,0,0,.06);padding:40px 0;position:relative}.footer__bottom,.footer__bottom-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;flex-wrap:wrap;width:100%}@media (min-width:768px){.footer__bottom-row{-webkit-box-pack:justify;-ms-flex-pack:justify;flex-direction:row;justify-content:space-between}}.footer__bottom-text{color:#222;font-size:12px;line-height:20px;margin-bottom:15px}.footer__bottom-text:last-child{margin-bottom:0}@media (min-width:768px){.footer__bottom-text{font-size:14px;font-weight:500;line-height:24px;margin-bottom:0}}.quiz__container{width:100%}.quiz__group{background-color:#222;border-radius:20px;box-shadow:0 14px 34px rgba(34,34,34,.15);display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;min-height:350px;padding:30px 20px;position:relative;width:100%}@media (min-width:1600px){.quiz__group{padding:25px}}.quiz__step{display:none}.quiz__step_show{display:block}.quiz__step-title{font-size:20px;font-weight:700;margin-bottom:20px;padding-top:30px}@media (min-width:768px){.quiz__step-title{font-size:26px;padding-right:140px;padding-top:0}}@media (min-width:992px){.quiz__step-title{font-size:30px}}.quiz__step-row{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap}@media (min-width:768px){.quiz__step-row{margin:0 -5px}}.quiz__step-item{background:#fff;border-radius:5px;box-shadow:0 4px 10px rgba(34,34,34,.1);margin-bottom:10px;padding:20px 10px;width:100%}@media (min-width:768px){.quiz__step-item{border-radius:10px;margin-bottom:20px;margin-left:5px;margin-right:5px;max-width:calc(50% - 10px);min-height:60px;padding:15px 10px}}.quiz__step-input{background:#f2f3f6;border-radius:10px;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;font-weight:500;line-height:1;padding:14px;width:100%}@media (min-width:768px){.quiz__step-input{max-width:calc(100% - 50px)}}@media (min-width:992px){.quiz__step-input{padding:16px}}.quiz__step-input::-moz-placeholder{color:#222;opacity:1}.quiz__step-input::placeholder{color:#222;opacity:1}.quiz__step-input_hidden{display:none}.quiz__controls{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-top:20px;position:relative}.quiz__button{box-shadow:0 5px 15px rgba(34,34,34,.15);font-size:14px;line-height:1;margin-right:10px;padding:15px 25px}.quiz__button_disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.quiz__button:last-child{margin-right:0}@media (min-width:992px){.quiz__button{font-size:16px;padding:15px 30px}}.quiz__error{color:red;font-size:12px;font-weight:500;line-height:20px;margin-top:10px;opacity:0;text-align:center;transition:opacity .2s ease;width:100%}.quiz__error_show{opacity:1}@media (min-width:768px){.quiz__error{margin-left:auto;margin-right:0;margin-top:0;width:auto}}@media (min-width:992px){.quiz__error{font-size:14px}}.quiz__page{color:#fff;font-size:14px;font-weight:700;position:absolute;right:20px;top:0}@media (min-width:768px){.quiz__page{font-size:16px;right:25px;top:25px}}.quiz__hidden{display:none}.quiz__trigger{border-radius:50%;bottom:30px;height:40px;position:fixed;right:15px;width:40px;z-index:10}@media (min-width:768px){.quiz__trigger{bottom:40px;height:60px;right:30px;width:60px}}.quiz__trigger-ico{fill:#fff;height:20px;pointer-events:none;width:20px}@media (min-width:768px){.quiz__trigger-ico{height:24px;width:24px}}
