/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;padding:30px 20px 20px;background:transparent;font-size:18px;font-family:AvenirNext-Medium;line-height:2.22;letter-spacing:.5px;color:#6f8f9d;border-bottom:1px solid #ced4d7;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%!important;text-align:left}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:calc(100% + 20px);left:-9999px;z-index:20;width:100%;border-top:0;background:#fff;box-shadow:0 24px 48px 0 rgba(27,29,31,.1)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;background-clip:padding-box;text-decoration:none;white-space:nowrap}.chosen-container-single .chosen-single span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:AvenirNext-Medium;font-size:18px;letter-spacing:.5px;line-height:1.3;color:#6f8f9d}.chosen-container-single .chosen-single-with-deselect span{color:#000}.chosen-container-single .chosen-single abbr{position:absolute;top:20px;right:40px;width:30px;height:15px;font-size:1px}.chosen-container-single .chosen-single abbr:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.chosen-container-single .chosen-single abbr:after,.chosen-container-single .chosen-single abbr:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-color:#322632;width:14px;height:1px}.chosen-container-single .chosen-single abbr:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.chosen-container-single.chosen-disabled .chosen-single abbr:hover,.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:20px;height:100%}.chosen-container-single .chosen-single div b{transition:.3s;transform:rotate(0);display:block;width:12px;height:100%;background:url(../img/caret-down.svg) 100%/100% no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:15px 10px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:10px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:15px;font-family:AvenirNext-Medium;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow:hidden;overflow-y:scroll;padding:0;max-height:300px;-webkit-overflow-scrolling:touch;margin:0}.useless_ie .chosen-container .chosen-results{overflow-y:auto;height:100%}.chosen-container .chosen-results::-webkit-scrollbar-track{background-color:#f1f1f1}.chosen-container .chosen-results::-webkit-scrollbar{width:4px;background-color:#6f8f9d}.chosen-container .chosen-results::-webkit-scrollbar-thumb{background-color:#c7c8c8}.chosen-container .chosen-results li{display:none;margin:0;list-style:none;word-wrap:break-word;-webkit-touch-callout:none;font-family:AvenirNext-Medium;font-size:18px;line-height:1.33;padding:20px 0 20px 40px;letter-spacing:.5px;color:#1b1d1f}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#12aaeb;color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active.chosen-with-drop .chosen-single{-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;text-decoration:none;margin-bottom:0}.chosen-container-active.chosen-with-drop{border-color:#12aaeb}.chosen-container-active.chosen-with-drop .chosen-single span{color:#ced4d6}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{transition:.3s;display:block;width:10px;height:100%;background:url(../img/caret-down.svg) 100%/100% no-repeat;transform:rotate(180deg)}.chosen-container-active .chosen-choices{border:1px solid #322632;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-rtl .chosen-search input[type=text]{background-size:10px 30px!important;background-repeat:no-repeat!important}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:5px}}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(fancybox_sprite.png);opacity:.5;transition:all .4s ease}#fancybox-loading:hover,.fancybox-close:hover,.fancybox-next span:hover,.fancybox-prev span:hover{opacity:1;transition:all .4s ease}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(fancybox_loading.gif) 50% no-repeat}.fancybox-close{position:absolute;top:0;right:0;width:65px;height:65px;cursor:pointer;background:#fff;z-index:8040}.fancybox-close:before{transform:rotate(45deg);transform-origin:top}.fancybox-close:after,.fancybox-close:before{content:"";position:absolute;width:100%;background:#000;height:1px;top:33px}.fancybox-close:after{transform:rotate(135deg);transform-origin:top}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:65px;height:65px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:visible}.fancybox-prev span{left:0;background:url(../img/left.svg) 50%/75% no-repeat,#fff}.fancybox-next span{right:0;background:url(../img/right.svg) 50%/75% no-repeat,#fff}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{width:auto}.fancybox-lock,.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-size:44px 152px}#fancybox-loading div{background-size:24px 24px}}html{-webkit-overflow-scrolling:touch;overflow-x:hidden;position:relative}a,div,li,p,td{-webkit-text-size-adjust:none}body{-webkit-overflow-scrolling:touch;overflow-x:hidden;position:relative;font-size:14px;font-family:AvenirNext,sans-serif;width:100%;max-width:1920px;margin:auto;color:#1b1d1f;text-rendering:optimizeLegibility;text-rendering:geometricPrecision;font-smooth:always;font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-webkit-font-smoothing:subpixel-antialiased}body::-webkit-scrollbar-track{background-color:#fff}body::-webkit-scrollbar{width:10px;background-color:#fff}body::-webkit-scrollbar-thumb{background-color:#c7c8c8}body.home::-webkit-scrollbar-track{background-color:#fff}body.home::-webkit-scrollbar{width:0;background-color:#fff}body.home::-webkit-scrollbar-thumb{background-color:#c7c8c8}a{text-decoration:none;cursor:pointer;color:#1b1d1f}a:focus,a:hover{text-decoration:none;color:inherit}a:focus{outline:none}::-moz-selection{color:#fff;background:#12aaeb}::selection{color:#fff;background:#12aaeb}input,textarea{outline:none;background:#fff;border:none}input:focus,input:hover,textarea:focus,textarea:hover{outline:none}input:-moz-placeholder,input::-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#6f8f9d;line-height:2.22;letter-spacing:.5px;font-weight:500;font-size:18px}input:-moz-placeholder,input::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder{color:#6f8f9d;line-height:2.22;letter-spacing:.5px;font-weight:500;font-size:18px}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#6f8f9d;line-height:1.22;letter-spacing:.5px;font-weight:500;font-size:18px}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}form{margin-bottom:0}p{margin:0}img{max-width:100%;display:block;width: auto;height: auto;}#adminbar_holder img{float:none;border:0;margin:0;display:inline-block}select{color:#000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-appearance:none;background:#fff url(../img/caret-down.svg) 98%/1.5% no-repeat;transform:translateZ(0);-webkit-transform:translateZ(0)}input::-moz-placeholder,textarea::-moz-placeholder{line-height:normal}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0}.h1,h1{font-size:50px;font-weight:700;line-height:1.25;letter-spacing:2px;color:#1b1d1f}.button_wrap{text-align:center}.fullscreen{width:100%;height:100%;margin-left:auto;margin-right:auto}.error__box{margin:120px auto;max-width:1094px;position:relative}.error__title{position:absolute;top:60px;left:0;right:0}.error__title h1{margin:0;text-align:center}.err_btn{text-align:center;margin-top:70px}input.field-number::-webkit-input-placeholder{text-transform:none!important}input.field-number:-moz-placeholder,input.field-number::-moz-placeholder{text-transform:none!important}input.field-number:-ms-input-placeholder{text-transform:none!important}.field-number{text-transform:uppercase}.fullscreen .swiper-pagination-bullets{right:25px}.fullscreen .swiper-pagination-bullets.dark_nav .swiper-pagination-bullet{background:#000}.join{height:100%;padding-top:80px}.fullscreen .swiper-pagination-bullets .swiper-pagination-bullet{width:5px;height:5px;background:#fff;opacity:.5;display:block;margin:12px auto}.fullscreen .swiper-pagination-bullets .swiper-pagination-bullet-active{background:#fff;width:10px;height:10px;opacity:1}.fullscreen .swiper-prev{cursor:pointer;position:absolute;top:180px;right:0;z-index:1;height:80px;width:60px;transition:.4s;opacity:1}.fullscreen .swiper-prev:before{content:"";width:8px;height:60px;background:url(../img/arrow-prev.svg) 100%/100% no-repeat;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.fullscreen .swiper-next{cursor:pointer;position:absolute;bottom:80px;height:80px;width:60px;right:0;z-index:1;transition:.4s;opacity:1}.fullscreen .swiper-next:before{content:"";width:8px;height:60px;background:url(../img/arrow-next.svg) 100%/100% no-repeat;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.fullscreen .swiper-next.dark_arrows:before{background:url(../img/arrow-next-dark.svg) 100%/100% no-repeat;background-size:contain;background-position:50%}.fullscreen .swiper-prev.dark_arrows:before{background:url(../img/arrow-prev-dark.svg) 100%/100% no-repeat;background-size:contain;background-position:50%}.fullscreen .swiper-button-disabled{opacity:0;transition:.04s}.no-padding{padding:0}.logo{height:64px;width:128px;background:url(../img/logo.svg) 100%/100% no-repeat}.logo-winner{width:120px;height:65px;display:block;margin:20px auto}.btn-blue{font-size:12px;line-height:2.5;font-weight:700;letter-spacing:2px;color:#fff;text-align:center;padding:25px;background:#12aaeb;text-transform:uppercase;width:auto;min-width:260px;overflow:hidden;position:relative;display:inline-block;z-index:0;transition:all .2s ease;box-shadow:inset 0 -3px 0 0 rgba(26,29,30,.2)}.btn-blue:hover{color:#fff;transition:.2s;box-shadow:inset 0 -4px 0 0 rgba(26,29,30,.2)}.btn-blue:focus{transition:.2s;color:#fff;box-shadow:inset 0 0 0 0 rgba(26,29,30,.2)}.btn-blue.disabled,.btn-form.disabled,.btn-form.disabled input{color:#ced4d6;cursor:default;pointer-events:none;background:#e6eaeb;box-shadow:inset 0 -3px 0 0 rgba(27,29,31,.1)}.btn-black{font-size:12px;line-height:2.5;font-weight:700;letter-spacing:2px;color:#fff;text-align:center;padding:25px;background:#000;text-transform:uppercase;width:auto;min-width:260px;overflow:hidden;position:relative;display:inline-block;z-index:0;transition:all .2s ease}.btn-black:hover{color:#fff;transition:.2s;border-radius:10px}.btn-black:focus{transition:.2s;background:#fff}.btn-black.disabled{cursor:default;pointer-events:none}.clear-busket{margin-top:50px}.ink{display:block;position:absolute;background:hsla(0,0%,100%,.5);border-radius:100%;transform:scale(0)}.animate{animation:ripple .65s linear}@keyframes ripple{to{opacity:0;transform:scale(2.5)}}.btn-default{font-size:12px;line-height:2.5;font-weight:700;letter-spacing:2px;color:#fff;text-align:center;padding:24px;background:transparent;text-transform:uppercase;border:1px solid #fff;width:100%;max-width:240px;transition:.3s}.btn-default:hover{color:#fff;transition:.3s;box-shadow:inset 0 -3px 0 0 #fff}.btn-default:focus{background:#fff;color:#1b1d1f;transition:.3s}.btn-more{width:100%;display:block;border:1px solid #6f8f9d;color:#6f8f9d;clear:both;padding:35px 0;text-align:center}.btn-more,.btn-share{text-transform:uppercase;font-size:12px;line-height:2.5;letter-spacing:2px;font-weight:700}.btn-share:before{content:"";display:inline-block;margin-top:-7px;vertical-align:middle;margin-right:20px;width:20px;height:24px;background:url(../img/share.svg) no-repeat}.btn-arrow{text-transform:uppercase;color:#12aaeb;font-size:12px;line-height:2.5;letter-spacing:2px;font-weight:700;padding:20px 0}.btn-arrow:after{content:"";display:inline-block;vertical-align:middle;width:50px;height:10px;margin-left:10px;background:url(../img/arrow-blue.svg) 100%/100% no-repeat}.btn-arrow:hover{color:#12aaeb}.btn-arrow:hover:after{animation:anim-left .8s infinite}@keyframes anim-left{0%{margin-left:10px}50%{margin-left:40px}to{margin-left:10px}}.in-busket{box-shadow:inset 0 -3px 0 0 rgba(26,29,30,.2);background:#12aaeb;color:#fff;font-size:12px;font-weight:700;line-height:2.5;letter-spacing:2px;text-align:right;text-transform:uppercase;vertical-align:middle;display:inline-block;width:100%;max-width:180px;padding:16px 40px 16px 0;position:relative}.in-busket.disabled{color:#ced4d6;cursor:default;pointer-events:none;background:#e6eaeb}.in-busket:hover{color:#fff}.in-busket svg{position:absolute;left:20px;top:11px}.in-busket svg path{fill:#fff}.menu-scrollTo .top-busket{position:absolute;border-left:1px solid #e6eaeb;color:#12aaeb;font-size:16px;font-weight:700;line-height:2.86;text-align:center;width:202px;letter-spacing:2px;top:0;right:0;padding:17px 0 18px;transition:.3s;text-transform:uppercase;z-index:40}.header-top-busket{transition:.3s;display:inline-block;vertical-align:middle;padding:39px;z-index:20;background:#fff;position:relative;border-left:1px solid #e6eaeb;border-bottom:1px solid #e6eaeb}.header-top-busket:before,.menu-scrollTo .top-busket:before{content:"";display:inline-block;vertical-align:middle;width:20px;height:20px;background:url(../img/cart.svg) 100%/100% no-repeat;margin-right:20px;left:auto;right:auto;position:relative;margin-top:-3px}.header-top-busket:before{margin:0}.header-top-busket:hover,.menu-scrollTo .top-busket:hover{background:#e6eaeb;transition:.3s;color:#12aaeb}.with_top_busket .search-box{right:200px;transform:translate(200%)}header.header-fixed .header-top-busket{padding:29px 30px}.container-fluid{padding:0 100px}.spares__total{font-size:18px;font-weight:500;line-height:32px;letter-spacing:.5px;color:#6f8f9d}.burger{background:#1b1d1f;width:36px;height:2px;position:relative;display:inline-block;vertical-align:middle;transition:.3s}.useless_ie .burger{height:3px}.useless_ie .burger:before{height:3px;top:-8px}.useless_ie .burger:after{height:3px}.burger:before{top:-7px}.burger:after,.burger:before{content:"";position:absolute;left:0;right:0;display:block;background:#1b1d1f;height:2px;transition:.3s}.burger:after{width:26px;top:7px}header{height:100px;position:relative;z-index:15;top:0;left:0;right:0;border-bottom:1px solid #e6eaeb}header .left{position:absolute;left:32px;padding:40px 0;cursor:pointer;transition:.3s}header .left .toggle-menu span.hidden-mob{font-size:14px;margin-left:35px;font-weight:600;letter-spacing:.5px;transition:.3s;position:relative;z-index:2}header .left:hover .hidden-mob{color:#12aaeb;transition:.3s}header .left:hover .burger,header .left:hover .burger:after,header .left:hover .burger:before{background:#12aaeb;transition:.3s}header .left:hover .burger:after{left:10px}header .left.active .toggle-menu .hidden-mob{color:#fff;transition:.3s}header .left.active .toggle-menu .burger{background:#fff;transition:.3s}header .left.active .toggle-menu .burger:after,header .left.active .toggle-menu .burger:before{background:#fff}header .left.active .toggle-menu .burger:after{left:10px}header .logo{bottom:0;left:0;margin:auto;transition:.3s}header .logo,header .right{position:absolute;top:0;right:0}header .lang{padding:35px 0;margin-right:20px;display:inline-block;vertical-align:middle;transition:.3s}header .lang a{font-size:14px;line-height:2.14;text-transform:uppercase;letter-spacing:2px;color:#6f8f9d;font-weight:700;margin-right:20px}header .lang .active{color:#1b1d1f}header .header-search{cursor: pointer;display:inline-block;vertical-align:middle;padding:40px 40px 39px;border-left:1px solid #e6eaeb;transition:.3s}header .header-search:before{content:"";display:block;background:url(../img/search.svg) no-repeat;width:20px;height:20px;transform:translate(0);transition:.3s;position:relative;z-index:21}header .header-call{cursor:pointer;transition:.3s;display:inline-block;vertical-align:middle;padding:40px;z-index:20;background:#fff;position:relative;border-left:1px solid #e6eaeb;bottom:1px;border-bottom:1px solid #e6eaeb}header .header-call:before{content:"";display:block;background:url(../img/phone.svg) no-repeat;width:20px;height:20px;transition:all .3s ease}header .header-call.active:before,header .header-call:hover:before{background:url(../img/phone_blue.svg) no-repeat;opacity:1}.menu{position:fixed;top:100px;left:-100%;width:320px;bottom:0;background:#fff;z-index:1003;border-right:1px solid #e6eaeb}.menu__mob-top{border-bottom:1px solid #e6eaeb}.menu__mob-top .lang{padding-left:30px;width:calc(100% - 126px);display:inline-block;vertical-align:middle}.header-top-busket.top-busket{position:relative;float:right}.menu__mob-top .lang a{display:inline-block;vertical-align:middle;text-transform:uppercase;font-size:14px;font-weight:700;line-height:2.14;letter-spacing:2px;margin-right:20px;color:#6f8f9d;padding:15px 0}.menu__mob-top .lang a:last-child{margin-right:0}.menu__mob-top .lang .active{color:#1b1d1f}.menu__mob-top .header-search{display:inline-block;vertical-align:middle;padding:20px;border-left:1px solid #e6eaeb}.menu__mob-top .header-search:before{content:"";display:block;background:url(../img/search.svg) no-repeat;width:20px;height:20px}.menu__mob-top .header-call{display:inline-block;vertical-align:middle;padding:20px;border-left:1px solid #e6eaeb}.menu__mob-top .header-call:before{content:"";display:block;background:url(../img/phone.svg) no-repeat;width:20px;height:20px}.menu__top{background:#1b1d1e;height:100px;position:absolute;width:320px;left:-100%;z-index:-1}.header-fixed .menu__top{height:80px}.menu.fix,.menu.fix .hover{top:80px}.menu__container{padding:10px 30px 10px 40px;border-bottom:1px solid #e6eaeb}.menu__title{text-transform:uppercase;font-size:14px;font-weight:700;line-height:2.86;letter-spacing:2px;cursor:pointer;position:relative}.menu__title:after{content:"";position:absolute;display:block;right:0;top:15px;width:10px;height:10px;background:url(../img/arrow-category.svg) 0 no-repeat;transition:.2s}.menu__container.active .menu__title:after{transition:.2s;transform:rotate(90deg)}.no-after{text-transform:uppercase;font-size:14px;font-weight:700;line-height:2.86;letter-spacing:2px;cursor:pointer;position:relative}.menu-top-scroll{overflow:hidden;position:relative;height:calc(100vh - 180px);border-bottom:1px solid #e6eaeb}.menu__box{display:none;padding:10px 0}.menu__box a{display:block;font-size:16px;font-weight:600;line-height:3.13;letter-spacing:.5px;padding-left:0;transition:.2s;position:relative;overflow:hidden}.menu__box a:after{content:"";position:absolute;display:block;left:-10px;top:22px;width:10px;height:10px;background:url(../img/arrow-blue-small.svg) 0 no-repeat;transition:.2s}.menu__box a.current,.menu__box a:hover{color:#12aaeb;transition:.2s}.menu__box .active,.menu__box .current{padding-left:30px;transition:.2s;color:#1b1d1f}.menu__box .active:after,.menu__box .current:after{left:0;transition:.2s}.menu__second{margin:30px 40px}.menu__second a{display:block;font-size:16px;font-weight:500;line-height:2.5;letter-spacing:.5px;color:#6f8f9d;transition:.2s}.menu__second a:hover{color:#12aaeb;transition:.2s;margin-left:10px}.hover{display:none;overflow-x:auto;padding:40px 20px 0 40px;position:fixed;top:100px;left:320px;right:0;background:#fff;z-index:100;bottom:0}.hover__item{width:25%;float:left;padding-right:20px;margin-bottom:40px;display:flex;flex-direction:column;justify-content:space-between}.hover__item img{display:flex;align-self:flex-end;width: auto;height: auto;}.hover__title{font-size:16px;font-weight:600;line-height:1.5;letter-spacing:1px;margin-bottom:40px}.open-body{overflow:hidden!important;overflow-y:hidden!important;margin-right:10px}.home.open-body,html.open-body{margin-right:0}.open-body .aviable-scroll .sticky{right:0;left:0}.header-absolute-white{background:#fff;transition:.3s}header.header-absolute{position:absolute;transition:.3s}.header-change{transition:.3s;background:#fff;z-index:26}.header-change.header-fixed{z-index:1000}header.header-fixed{background:#fff;position:fixed;height:80px;transition:.3s}header.header-fixed .logo{transform:scale(.8);transition:.1s}header.header-fixed .left{padding:30px 0;transition:.3s}header.header-fixed .lang{padding:25px 0;transition:.3s}header.header-fixed .header-call{padding:30px;transition:.3s}header.header-fixed .header-search{padding:30px 30px 25px;transition:.3s}.fixed-menu{top:80px}.fixed-height{height:80px}.call-box{transition:.3s;transform:translate(100%);position:absolute;display:block;z-index:99999;background:#fff;padding:20px 30px;right:0;width:380px;margin-top:-1px}.call-box.active{transition:.3s;transform:translate(0)}.call-box p{font-size:14px;line-height:2.86;letter-spacing:.5px;font-weight:600;display:inline-block;width:100%}.call-box p a,.call-box p span{width:70%;font-weight:500;color:#6f8f9d;float:right}.call-box p a,.call-box p span a{width:100%}.call-box p a:hover{text-decoration:underline}.search-box{transition:.2s;transform:translate(100%);position:absolute;top:0;right:100px;background:#fff;z-index:16;visibility:hidden;border:0}.search-box input{transition:.2s;padding:37px 20px 36px;min-width:300px;font-family:AvenirNext,sans-serif;font-size:18px;letter-spacing:.5px;color:#6f8f9d}.search-box input::-webkit-input-placeholder{font-family:AvenirNext,sans-serif;font-size:18px;line-height:1.5;letter-spacing:.5px;color:#6f8f9d;opacity:.25}.search-box input:-moz-placeholder,.search-box input::-moz-placeholder{font-family:AvenirNext,sans-serif;font-size:18px;letter-spacing:.5px;line-height:1;color:#6f8f9d;opacity:.25}.search-box input:-ms-input-placeholder{font-family:AvenirNext,sans-serif;font-size:18px;letter-spacing:.5px;line-height:1;color:#6f8f9d;opacity:.25}input:focus::-webkit-input-placeholder{color:#ced4d6;line-height:1}input:focus:-moz-placeholder,input:focus::-moz-placeholder{color:#ced4d6;line-height:1}input:focus:-ms-input-placeholder{color:#ced4d6;line-height:1}.search-box.active{transition:.3s;visibility:visible;transform:translate(0)}.menu__mob-top .header-search.active:before,header .header-search.active:before{transition:.3s;background:url(../img/search-blue.svg) no-repeat;z-index:9999;position:relative;transform:translate(-11px)}.menu__mob-top .header-search:after,header .header-search:after{content:"";display:block;transition:.1s;background:#fff;position:absolute;top:0;bottom:2px;width:100px;transform:translate(0)}.menu__mob-top .header-search:after{right:-60px;height:60px;width:60px;bottom:auto}.menu__mob-top .header-search.active:after,header .header-search.active:after{transition:.1s;transform:translate(-300px)}header.header-fixed .search-box input{transition:.2s;padding:28px 20px 25px;min-width:250px}.breadcrumbs{color:#6f8f9d;font-weight:500;font-size:14px;line-height:2.14;letter-spacing:.5px;padding-top:30px;padding-bottom:30px;clear:both}.breadcrumbs a{color:#6f8f9d;transition:.2s}.breadcrumbs a:after{content:"/";display:inline-block;vertical-align:middle;margin:0 5px}.breadcrumbs a:hover{color:#12aaeb;transition:.2s;text-decoration:underline}.breadcrumbs a:hover:after,.breadcrumbs span:last-child a{text-decoration:none;cursor:default}.breadcrumbs a:last-child:after{display:none}.breadcrumbs span:last-child:hover a{color:inherit}.sticky{position:fixed;z-index:105}.stop{z-index:11}.main,.stop{position:relative}.main{margin-top:100px;clear:both}.main .shadow{background:rgba(0,0,0,.15)}.main img{width:100%;height:calc(100% - 100px);object-fit:cover}.main__box{color:#fff;position:absolute;top:0;bottom:0;left:180px;right:0;display:table;margin:auto;z-index:1}.main__box b.h1-box,.main__box h1{font-size:64px;line-height:1.25;letter-spacing:3px;font-weight:700;color:#fff;margin-bottom:40px;width:100%}.main__box p{width:60%;font-weight:600;font-size:24px;line-height:1.67;letter-spacing:1px}.main__btns{position:absolute;bottom:100px;left:180px;width:100%}.main__btns .btn-blue,.main__btns .btn-default{display:inline-block;vertical-align:middle}.main__btns .btn-default{margin-left:20px}.model .shadow{background:rgba(0,0,0,.15)}.model img{width:100%;height:100%;object-fit:cover}.model .col-md-9{position:relative;overflow:hidden;padding-left:20px;min-height:350px}.model__box-list{padding-left:40px}.model__title{font-size:36px;color:#1b1d1f;line-height:1.39;letter-spacing:1px;font-weight:700;max-width:230px;margin-top:120px}.model__list{margin-top:40px;position:relative;overflow:hidden;max-height:58vh;margin-left:-20px;padding-left:20px;margin-right:-40px;z-index:11}.model__list .swiper-scrollbar{right:auto;left:0;opacity:1!important}.model__list div{cursor: pointer; display:block;font-size:14px;font-weight:700;line-height:2.86;letter-spacing:2px;text-transform:uppercase;padding:20px 0;position:relative}.model__list div span{z-index:12;position:relative;transition:.3s}.model__list div:before{content:"";display:block;position:absolute;background:#12aaeb;left:-20px;top:0;bottom:0;right:-40px;opacity:0;-webkit-transform:scaleX(.5);transform:scaleX(.7);-webkit-transition:-webkit-transform .2s,opacity .2s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.model__list .active:before{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.model__list .active span{color:#fff;transition:.3s}.model__container{transform:translateX(-100%);transition:.3s;position:absolute;z-index:10;top:80px;bottom:80px;right:0;left:0}.model__container.active{transform:translateX(0);transition:.3s}.model__box{color:#fff;margin:40px 40px 40px 60px;position:absolute;top:0;left:0;right:0;bottom:0}.model__box .h2,.model__box h2{font-weight:700;font-size:56px;line-height:1.25;letter-spacing:3px;float:left}.model__box .btn-blue{float:right}.model__column{position:absolute;bottom:0;left:0;max-width:70%}.model__column p{width:100%;max-width:calc(49% - 30px);display:inline-block;margin-right:30px;padding:15px;border-bottom:1px solid #fff;font-size:14px;font-weight:600;line-height:2;letter-spacing:.5px}.model__column p span{float:right;font-size:24px;line-height:1.25;letter-spacing:1px}.printing{display:none!important}.model__price{position:absolute;bottom:0;right:0;max-width:35%}.model__price p{font-size:24px;font-weight:600;line-height:1.25;letter-spacing:1px}.model__price p span{font-size:54px;display:block;margin-top:10px;text-transform:uppercase}.model-page .model{clear:both;display:flex;flex-wrap:wrap;height:calc(100vh - 350px);position:relative}.model-page .toggle-header h1{width:33%;float:left}.model-page .trade-box{width:45%;float:left}.model-page .trade-box~a{position:static;margin-top:0}.shop .ya-share2__badge{border-radius:12px;background-color:transparent!important;overflow:visible}.ya-share2~span{background:url(../img/messenger.svg) no-repeat 50%;width:24px;height:24px;display:inline-block}.hidden_share .ya-share2__list_direction_horizontal>.ya-share2__item{position:relative;animation:fadeOutIn .2s}.hidden_share .ya-share2__list_direction_horizontal>.ya-share2__item .ya-share2__icon:before{width:100%;height:0}.hidden_share .ya-share2__list_direction_horizontal>.ya-share2__item:hover{animation:fadeOutIn .2s;opacity:1}.hidden_share .ya-share2__list_direction_horizontal>.ya-share2__item:hover .ya-share2__icon:before{height:100%;transition:all 0s ease}.hidden_share .ya-share2__item_service_facebook .ya-share2__badge .ya-share2__icon{background:url(../img/def_facebook.svg) no-repeat 50%/contain}.hidden_share .ya-share2__item_service_facebook .ya-share2__badge .ya-share2__icon:before{content:"";background:url(../img/facebook.svg) no-repeat 50%/contain;position:absolute;top:0;left:0;z-index:10}.hidden_share .ya-share2__item_service_viber .ya-share2__badge .ya-share2__icon{background:url(../img/def_viber.svg) no-repeat 50%/contain}.hidden_share .ya-share2__item_service_viber .ya-share2__badge .ya-share2__icon:before{content:"";background:url(../img/viber.svg) no-repeat 50%/contain;position:absolute;top:0;left:0;z-index:10}.hidden_share .ya-share2__item_service_whatsapp .ya-share2__badge .ya-share2__icon{background:url(../img/def_whatsup.svg) no-repeat 50%/contain}.hidden_share .ya-share2__item_service_whatsapp .ya-share2__badge .ya-share2__icon:before{content:"";background:url(../img/whatsup.svg) no-repeat 50%/contain;position:absolute;top:0;left:0;z-index:10}.hidden_share .ya-share2__item_service_skype .ya-share2__badge .ya-share2__icon{background:url(../img/def_skype.svg) no-repeat 50%/contain}.hidden_share .ya-share2__item_service_skype .ya-share2__badge .ya-share2__icon:before{content:"";background:url(../img/skype.svg) no-repeat 50%/contain;position:absolute;top:0;left:0;z-index:10}.hidden_share .ya-share2__item_service_telegram .ya-share2__badge .ya-share2__icon{background:url(../img/def_telegram.svg) no-repeat 50%/contain}.hidden_share .ya-share2__item_service_telegram .ya-share2__badge .ya-share2__icon:before{content:"";background:url(../img/telegram.svg) no-repeat 50%/contain;position:absolute;top:0;left:0;z-index:10}.trade-box{width:50%;float:right}.trade-box .field-select{margin-left:30px;width:40%;margin-bottom:0;display:inline-block}.model-page .model__container{top:0;bottom:0}.model-page .model__list{margin-top:20px;max-height:35vh}.model-page .model__column{position:relative}.model-page .model__description{clear:both}.model-page .model__price{right:0;position:relative;font-size:64px;line-height:1.25;letter-spacing:1px;font-weight:600;margin-top:40px;margin-bottom:60px;display:inline-block;width:100%;max-width:100%}.model-page .model__list.bottom_position:before{display:none}.model-page .model__column{margin-bottom:30px}.model-page .model__column p{display:block;width:100%;margin-right:0;margin-bottom:20px;max-width:100%}.model-page .btn-blue{display:inline-block;vertical-align:middle;float:none;max-width:360px}.btn-model{position:absolute;left:30px;bottom:24px}.model-page .btn-default{display:inline-block;vertical-align:middle;margin-left:20px}.model-top{margin-bottom:120px;width:100%;display:inline-block}.model-top .field-select{width:20%;margin-right:50px}.model-top .btn-blue{float:right;max-width:320px}.category-page{position:relative}.category-page .category{display:flex;height:calc(100vh - 100px)}.category-page .category h1{margin-bottom:0}.category-page .breadcrumbs{top:40px;position:absolute;left:100px;z-index:10;margin:0}.category-inside,.team-page{padding:0 100px}.toggle-header h1{display:inline-block;font-size:50px}.dealer_page h1{margin-bottom:40px}.toggle-header .h2,.toggle-header h2{display:inline-block;width:50%;font-size:64px;line-height:1.25;letter-spacing:3px;font-weight:700;margin-bottom:120px;margin-top:120px}.toggle-header .btn-blue{float:right;margin-top:135px}.toggle-header .field{float:right;width:40%}.search-wrap{width:50%;float:right}.toggle-header .search-wrap .field{width:80%}.toggle-header .field-input{padding-left:50px}.toggle-header .field-label b:before{content:"";display:block;background:url(../img/search-grey.svg) 100%/100% no-repeat;width:20px;height:20px}.toggle-link{display:inline-block;float:right;margin-top:25px}.toggle-link a{color:#12aaeb;font-size:18px;font-weight:700;line-height:2.22;letter-spacing:.5px;padding:10px 20px}.toggle-link .active{color:#1b1d1f;border-bottom:1px solid #1b1d1f}.news-page{padding:0}.news-page .btn-more{display:inline-block;margin-top:100px}.margin{margin-bottom:180px}.margin,.margin-half{display:block;width:100%;clear:both}.margin-half{margin-top:60px}.category .h2,.category h2{font-size:64px;line-height:1.25;letter-spacing:3px;font-weight:700;display:table;position:absolute;top:0;bottom:0;left:100px;right:100px;margin:auto auto 0;z-index:10}.category__column{width:33.3333%;float:left}.category__item{width:100%;display:block;position:relative;overflow:hidden}.category__item img{width:100%;height:100%;object-fit:cover;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);transition:.3s}.category__item:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);transition:.3s}.category__item p{bottom:0;width:50%;height:50%;position:absolute;background:#fff;font-size:36px;font-weight:700;line-height:1.39;letter-spacing:1px;padding-left:40px;padding-top:40px;z-index:5}.category__item p span{display:block}.category__column__1 .category__item{height:30%;background:#fff}.category__column__1 .category__item:last-child{height:70%}.category__column__2 .category__item{height:35%}.category__column__2 .category__item:first-child{height:65%}.category__column__2 .category__item:first-child p{right:0;left:auto}.category__column__2 .category__item:last-child img{width:50%;float:right}.category__column__2 .category__item:last-child p{top:0;bottom:0;height:100%}.category__column__3 .category__item{height:50%}.category__column__3 .category__item:first-child p{right:0;left:auto}.category__column__3 .category__item:last-child p{top:0;bottom:auto}.category__list{padding:0 20px 0 0;clear:both}.category__list-title{padding:30px 50px 30px 0;position:relative;font-size:14px;line-height:2.86;font-weight:700;display:block;letter-spacing:2px;text-transform:uppercase}.category__list-title.active{color:#12aaeb}.category__list-title.active:before{content:"";position:absolute;z-index:1;left:0;width:25%;bottom:25%;margin-left:1px;background:#12aaeb;height:5px;transition-property:left,right;transition-duration:.3s;transition-timing-function:ease-out}.category__list-title:after{content:"";position:absolute;width:10px;height:10px;right:40px;display:block;top:45px;background:url(../img/arrow-category.svg) no-repeat}.category__products{padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.category__product{padding:0 25px;text-align:center;margin-bottom:80px}.category__product a:first-child{overflow:hidden;display:block;width:100%;height:40vh;margin-bottom:20px}.category__product img{object-fit:cover;width:100%;height:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);transition:.3s;margin:auto auto 30px}.category__product:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);transition:.3s}.category__product-title{font-size:24px;line-height:1.39;font-weight:700;letter-spacing:1px}.category__product-price{font-size:24px;font-weight:600;line-height:1.67;letter-spacing:1px;margin-top:20px}.category-toggle{display:block;border-bottom:1px solid #e6eaeb;margin-left:-100px;margin-right:-100px;padding:0 100px}.category-toggle a{display:inline-block;text-transform:uppercase;font-size:14px;font-weight:700;line-height:2.86;letter-spacing:2px;padding:30px 20px}.category-toggle .active{border-bottom:2px solid #12aaeb;color:#12aaeb}.select-toggle{margin-top:-1px;font-size:12px;outline:none;font-weight:700;text-transform:uppercase;line-height:2.5;letter-spacing:1px;color:#1b1d1f;padding:15px 30px;width:100%;border:0;border-top:1px solid #e6e9eb;border-bottom:1px solid #e6e9eb;background:#fff url(../img/icon-dots.svg) 95%/20px no-repeat}.category-inside .select-toggle{margin:0 -30px;width:calc(100% + 60px)}.team{margin:0 -25px;display:flex;flex-flow:row wrap}.team__item{padding:0 25px}.team__box{margin-bottom:80px;margin-top:30px}.team__box a{font-size:18px;font-weight:600;line-height:1.5;letter-spacing:.5px;color:#12aaeb;display:inherit}.team__title{font-size:24px;font-weight:600;line-height:1.67;letter-spacing:1px}.team__description{font-size:18px;font-weight:500;line-height:1.5;letter-spacing:.5px;margin-bottom:5px;color:#6f8f9d}.news__box-header{position:absolute;top:0;bottom:0;left:100px;right:0;margin:auto;display:table}.news__list a, .news__list div{cursor: pointer;display: inline-block;color:#12aaeb;font-weight:700;font-size:18px;line-height:2.22;letter-spacing:.5px;margin-right:60px;padding-bottom:15px}.news__list .active{color:#1b1d1f;position:relative}.news__list .active:before{content:"";position:absolute;bottom:0;left:-20px;right:-20px;display:block;width:calc(100% + 40px);height:2px;background:#1b1d1f}.news__item{height:50%;max-height:calc(25vw + 13px)}.news__item .h2,.news__item h2{font-weight:700;font-size:64px;line-height:1.25;letter-spacing:2px;margin-bottom:80px}.news__item img{width:50%;float:left;height:100%;object-fit:cover}.news__box{width:50%;float:left;position:relative;padding:60px}.news__status{padding:4px 14px;font-size:10px;line-height:2;background:#6f8f9d;color:#fff}.news__status,.news__title{font-weight:600;letter-spacing:1px}.news__title{display:block;margin-top:40px;font-size:24px;line-height:1.67;color:#1b1d1f}.news__date{font-size:14px;font-weight:500;line-height:2.14;letter-spacing:.5px;color:#6f8f9d;position:absolute;bottom:60px;left:60px}.product-slider-top{overflow:hidden}.product-slider-top img{max-height:700px;max-width:700px;object-fit:cover}.product-slider-thumbs{overflow:hidden;margin-top:15px}.product-slider-thumbs .swiper-slide{cursor:pointer;overflow:hidden;max-width:100px}.product-slider-thumbs .swiper-wrapper{margin-left:calc(-40% - 20px)}.product-slider-thumbs.five .swiper-wrapper{transform:none!important;margin-left:0;justify-content:center}.product-slider-thumbs img{width:100%;height:100px;object-fit:cover;border:2px solid #fff;opacity:.5}.product-slider-thumbs .swiper-slide-active img{opacity:1;border-color:#e6eaeb}.search__item{padding:60px 0;border-bottom:1px solid #e6eaeb}.search__title{font-size:36px;font-weight:700;line-height:1.39;letter-spacing:1px;margin-bottom:30px}.search__description{font-size:18px;font-weight:500;line-height:2.22;letter-spacing:.5px;color:#6f8f9d;margin-bottom:30px}.search-page .btn-more{margin-top:60px}.shop-page h1{margin-bottom:40px}.shop-page .breadcrumbs{margin-top:20px}.shop-page .col-md-6:first-child{padding-left:100px;padding-right:25px}.shop-page .col-md-6:nth-child(2){padding-right:100px;padding-left:130px}.shop .conContent p{font-size:18px;line-height:2.22;letter-spacing:.5px;font-weight:500;color:#6f8f9d}.shop__price{padding-right:60px;font-size:36px;line-height:1.39;letter-spacing:1px}.shop__price,.shop__status{display:inline-block;vertical-align:middle;width:49%;font-weight:700}.shop__status{font-size:14px;line-height:2.86;letter-spacing:2px;text-transform:uppercase;color:red;position:relative;padding-left:35px}.shop__status.active:after{display:none}.shop__status:after{transform:rotate(-45deg)}.shop__status:after,.shop__status:before{content:"";display:block;position:absolute;left:0;bottom:0;top:0;margin:auto;width:15px;height:2px;background:#000}.shop__status:before{transform:rotate(45deg)}.shop__status.active{color:#1be05d;padding-left:0}.shop__status.active:before{content:"";display:inline-block;width:16px;height:12px;background:url(../img/check-green.svg) 0/cover no-repeat;margin-right:10px;position:relative;transform:rotate(0deg)}.shop__title{font-size:18px;font-weight:500;line-height:2.22;letter-spacing:.5px;color:#6f8f9d;margin-bottom:20px;margin-top:8px}.shop__color{display:inline-block;vertical-align:top;width:49%;padding-right:60px}.shop__color a{display:inline-block;vertical-align:middle;margin-right:2px;margin-bottom:2px;height:40px;width:75px}.shop__color a.active{position:relative;text-align:center}.shop__color a.active:before{content:"";padding:20px 0;display:inline-block;width:16px;height:12px;background:url(../img/checkbox.svg) 0 no-repeat}.shop__color a.active[data-info="312"]:before{background:url(../img/checkbox_black.svg) 0 no-repeat}.shop__size{display:inline-block;vertical-align:top;width:49%}.shop__size a{text-align:center;text-transform:uppercase;font-size:12px;letter-spacing:.3px;font-weight:700;color:#6f8f9d;padding:10px 0;width:80px;max-width:80px;border:1px solid #ced4d7;display:inline-block;margin-right:-1px;margin-top:-1px;transition:.3s;float:left}.shop__size a.active{transition:.3s;box-shadow:inset 0 0 0 5px rgba(26,29,30,.2)}.shop__buttons{display:inline-block;margin:40px 0 5px;width:100%;position:relative}#bgvid{height:calc(100vh - 80px);object-fit:cover}.shop__buttons .btn-blue-box{padding-right:60px;display:inline-block;width:66%;vertical-align:middle;max-width:355px}.shop__buttons .btn-share-box{display:inline-block;width:33%;vertical-align:middle}.btn-blue-box .btn-blue{padding-left:0;padding-right:0}.video_wrap{position:relative}.video_wrap:before{content:"";pointer-events:none;position:absolute;background:url(../img/play-button.svg) no-repeat 50%/89% rgba(0,0,0,.3);width:70px;height:70px;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);border-radius:50%}.callme{position:absolute;background:#fff;top:calc(100% + 15px);padding:10px 10px 0;border:3px solid #12aaeb;left:0;right:60px;display:none}.page-href{display:inline-block;margin-top:120px;width:100%}.page-href a{font-size:12px;text-transform:uppercase;line-height:2.5;letter-spacing:2px;font-weight:700;width:50%;text-align:center;padding:60px 0;transition:.3s}.page-href a:hover{letter-spacing:4px;transition:.3s}.page-href a.disabled:hover{letter-spacing:2px}.page-href__prev{float:left;box-shadow:inset 0 1px 0 0 #e6eaeb,inset -1px 0 0 0 #e6eaeb}.page-href__prev span{margin-left:30px}.page-href__prev:before{content:"";display:inline-block;vertical-align:middle;width:50px;height:10px;background:url(../img/left.svg) 100%/100% no-repeat}.page-href__next{float:right;box-shadow:inset 0 1px 0 0 #e6eaeb}.page-href__next span{margin-right:30px}.page-href__next:after{content:"";display:inline-block;vertical-align:middle;width:50px;height:10px;background:url(../img/right.svg) 100%/100% no-repeat}.page-href .disabled:after,.page-href .disabled:before,.page-href .disabled span{opacity:.3}.img-four{height:60vh;overflow:hidden;position:relative}.img-four .swiper-wrapper{display:block}.img-four img{width:100%;height:100%;object-fit:cover}.img-four .swiper-slide{float:left}.img-four .swiper-slide:first-child{width:60%;height:100%}.img-four .swiper-slide:nth-child(2){height:50%;width:40%}.img-four .swiper-slide:nth-child(3),.img-four .swiper-slide:nth-child(4){height:50%;width:20%}.img-four .swiper-pagination{display:none}.img-three{height:50vh}.with-three{height:calc(100vh - 143px)}.with-three .img-three,.with-three .service__box,.with-three.service__item img{height:50%}.with-three .service__box__inside .h2,.with-three .service__box__inside h2{margin-bottom:20px}.with-three .service__box__inside{padding:0 120px}.service__box__inside .btn_wrap{background:#fff;z-index:99999;position:absolute;padding:5px 0;width:100%;bottom:0}.img-three img,.service__item .img-three img{float:left;width:60%;height:100%;object-fit:cover}.img-three img:first-child,.img-three img:last-child{width:20%}.img-three.img_fancybox a{width:60%;height:100%;float:left;overflow:hidden}.img-three.img_fancybox a:first-child,.img-three.img_fancybox a:last-child{width:20%}.img-three.img_fancybox img:first-child,.img-three.img_fancybox img:last-child{width:100%;height:100%;float:none;object-fit:cover}.img-two{height:50vh}.img-two img{width:100%;height:100%;object-fit:cover}.img-two>a{width:50%;float:left;height:100%}.img-one{height:50vh}.img-one img{width:100%;height:100%;object-fit:cover}.search-or-buttom p,.wait_for_answer{font-size:18px;font-weight:500;line-height:1;letter-spacing:.5px;color:#a5b9c2;margin:40px 0;text-align:center}.search-or-buttom{text-align:center}.car-page .breadcrumbs{margin-top:60px}.car-page .toggle-header .btn-blue{margin-top:10px;max-width:320px;margin-bottom:20px}.car-page .conContent p{margin:30px 0}.car-page .img_fancybox{overflow:hidden}.parametr .h2,.parametr h2{font-size:64px;font-weight:700;line-height:1.25;letter-spacing:2px;margin-bottom:30px}.to-page{min-height:50vh}.parametr__flex,.parametr_avaible__flex{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.parametr_avaible__flex~.margin{margin-bottom:90px}.aviable-link-wrap{text-align:center;margin:80px 0}.parametr__item{display:inline-block}.parametr__item span{display:block;font-size:16px;font-weight:500;line-height:1.7;letter-spacing:.5px;color:#6f8f9d;margin-bottom:10px}.parametr__item p{font-size:20px;font-weight:600;line-height:1.2;letter-spacing:1px}.parametr__toggle{margin:20px -20px 80px}.parametr__toggle a{margin-right:20px;font-size:18px;line-height:2.22;font-weight:700;letter-spacing:.5px;padding:10px 20px;color:#12aaeb}.parametr__toggle .active{color:#1b1d1f;border-bottom:1px solid #1b1d1f}.main-parametr{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-21px;flex-wrap:wrap}.main-parametr__item{padding:0 20px 25px;border-bottom:1px solid #e6eaeb;min-width:calc(33.33333% - 70px);margin-right:70px;flex:5}.main-parametr__item:nth-child(3){margin-right:0}.main-parametr__item.btn_wrap{border:none;padding:0;text-align:right;width:100%;flex:1;margin:25px 0 0}.main-parametr__item span{display:inline-block;vertical-align:middle;font-size:18px;font-weight:500;line-height:2.22;letter-spacing:.5px;color:#6f8f9d}.main-parametr__item p.price{font-size:36px;font-weight:700;line-height:1.39;letter-spacing:1px;margin-top:-10px}.main-parametr__item p{float:right;text-align:right;display:inline-block;vertical-align:middle;font-size:24px;font-weight:600;line-height:1.67;letter-spacing:1px}.slider-auto{height:100%;overflow:hidden;}.conContent{max-width:1080px;margin:auto}.conContent p{font-size:18px;font-weight:500;line-height:32px;letter-spacing:.5px;color:#6f8f9d;margin-bottom:20px}.conContent a{color:#12aaeb}.conContent a.btn-blue{color:#fff}.conContent a:hover{color:#000;text-decoration:underline}.conContent a.btn-blue:hover{color:#fff;text-decoration:none}.conContent h2{font-size:36px;margin-bottom:60px;margin-top:120px}.conContent h2,.conContent h3{line-height:1.39;letter-spacing:1px;font-weight:700}.conContent h3{margin-bottom:30px}.conContent ol,.conContent ul{padding-left:40px;margin:20px 0}.conContent ol li,.conContent ul li{font-size:18px;font-weight:500;line-height:2;letter-spacing:.5px;color:#6f8f9d;padding-left:6px}.conContent ul{list-style-type:none}.conContent ul li{padding-left:40px;position:relative}.conContent ul li:before{content:"";position:absolute;top:18px;left:0;width:24px;height:2px;display:block;background:#12aaeb}.conContent ol{padding-left:70px}.conContent table{margin-bottom:120px;width:100%;margin-top:80px}.conContent table th{font-weight:600}.conContent table td,.conContent table th{font-size:18px;padding:20px 0;letter-spacing:.5px}.conContent table td{font-weight:500}.conContent table tr{border-bottom:1px solid #e6eaeb;width:auto}.conContent table tr th{text-align:left}.conContent table tr th:first-child{padding-left:40px;min-width:300px}.conContent table tr th:first-child~td{padding:0}.conContent table tr td{text-align:center;padding:20px}.conContent table tr td:last-child{text-align:left;padding-right:40px;width:auto}.conContent table tr td:first-child{padding-left:40px}.conContent table thead tr th{text-align:center}.conContent table thead tr th:first-child{padding-left:40px}.conContent table thead tr th:last-child{padding-right:40px}.chosen-container-single .chosen-single abbr,.conContent .chosen-container .chosen-results li:before{display:none}.model-page .chosen-container-single .chosen-single abbr{display:block;top:4px;right:0;width:30px;height:15px;z-index:10;background:#fff}.conContent .content-slider{margin-bottom:30px;height:auto}.content-slider{overflow:hidden;position:relative;height:70vh}.content-slider img{width:100%;height:100%;object-fit:cover}.content-slider .swiper-pagination{position:absolute;left:0;right:0;bottom:30px;z-index:2}.content-slider .swiper-pagination .swiper-pagination-bullet{width:5px;height:5px;background:#fff;vertical-align:middle;opacity:.5;margin:0 10px}.content-slider .swiper-pagination .swiper-pagination-bullet-active{background:#fff;width:10px;height:10px;opacity:1}.content-slider .swiper-next{position:absolute;right:30px;bottom:15px;cursor:pointer;display:block;width:120px;height:50px;z-index:3}.content-slider .swiper-next:before{content:"";background:url(../img/arrow-next.svg) no-repeat;display:block;height:65px;width:10px;transform:rotate(-90deg);position:absolute;left:0;right:0;bottom:0;top:0;margin:auto}.content-slider .swiper-prev{position:absolute;left:30px;bottom:15px;cursor:pointer;display:block;width:120px;height:50px;z-index:3}.content-slider .swiper-prev:before{content:"";background:url(../img/arrow-next.svg) no-repeat;display:block;height:65px;width:10px;transform:rotate(90deg);position:absolute;left:0;right:0;bottom:0;top:0;margin:auto}.news .news__item:nth-child(2) img{float:right}.news__container .news__item:nth-child(4n+1) img,.news__container .news__item:nth-child(4n+2) img{float:right;width:100%}.news__container .btn-blue.hidden-dekstop{margin:auto auto 40px;max-width:260px}.join__box-header{position:absolute;top:0;bottom:0;left:100px;right:0;margin:auto;display:table}.join__item{height:50%;overflow:hidden;display:flex}.join__fb a{width:100%}.join__item img{height:100%;width:100%;object-fit:cover}.mask{position:absolute;left:0;right:0;bottom:0;top:0;padding:60px 20px 20px;color:#fff;font-size:16px;line-height:1.7;background:rgba(0,0,0,.5);opacity:0;transition:.3s}.join__insta:hover .mask{opacity:1;transition:.3s}.join .h2,.join h1.seo,.join h2{font-weight:700;font-size:64px;line-height:1.25;letter-spacing:2px;margin-bottom:80px}.join h1.seo{margin-top:10px}.join__social a{font-weight:700;font-size:18px;line-height:2.22;letter-spacing:.5px;margin-right:60px}.join__social a:last-child{margin-right:0}.join__yt{position:relative}.join__yt iframe{width:100%;height:100%;border:0}.join__yt__box{position:absolute;top:0;bottom:0;left:0;right:0;z-index:10}.join__yt__box .shadow{background:rgba(0,0,0,.15)}.join__yt__box img{width:100%;height:100%;object-fit:cover}.join__yt__box-inner{position:absolute;top:0;bottom:0;left:0;right:0;z-index:15;color:#fff;padding:30px}.join__yt__box-inner a{color:#fff}.join__yt__box-inner .yt1{font-weight:600;letter-spacing:.5px}.join__yt__box-inner .play{height:60px;width:60px;position:absolute;top:0;right:0;left:0;bottom:0;margin:auto;display:block;background:url(../img/play.svg) 0/cover no-repeat;cursor:pointer;}.join__yt__box-inner p{position:absolute;bottom:40px;left:30px;font-weight:600;font-size:24px;line-height:1.67;letter-spacing:1px}.join__yt__box-inner p span{opacity:.5;font-size:24px;line-height:1.67;letter-spacing:1px;font-weight:400}.join__fb img{float:left;width:50%}.join__fb__box{position:absolute;left:50%;top:0;margin:auto;bottom:0;right:0;padding:60px}.join__fb__box .fb{color:#3b5998;letter-spacing:.5px;font-weight:600;margin-top:20px;margin-bottom:80px;display:block}.join__fb__box p{color:#6f8f9d;margin-bottom:30px}.join__fb__box .hashtag,.join__fb__box p{font-weight:600;line-height:2.14;letter-spacing:.5px}.join__fb__box .hashtag{color:#13aaeb;display:inline-block;margin-right:5px;transition:.1s}.join__fb__box .hashtag:hover{transition:.1s;color:#0b668d}.join__insta{width:50%;float:left;position:relative}.join__insta:before{content:"";position:absolute;display:block;top:20px;right:20px;background:url(../img/in1.svg) no-repeat;z-index:10;width:18px;height:18px}.event h1{display:inline-block}.event__item{position:relative;margin-bottom:60px;height:640px}.event__item img{width:100%;height:100%;object-fit:cover}.event__box{position:absolute;top:0;bottom:0;padding:60px 100px;margin:auto;width:55%;left:0;color:#fff}.event__date{font-size:24px;font-weight:600;margin-bottom:10px}.event__date,.event__title{line-height:1.67;letter-spacing:1px}.event__title{font-size:36px;font-weight:700;margin-bottom:30px}.event__description{font-size:18px;line-height:2.22;letter-spacing:.5px;font-weight:500}.event .btn-blue{margin-top:60px}.shadow{position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.15);pointer-events:none}.menu-scrollTo{display:inline-block;width:100%;background:#fff;padding:20px 100px;border:1px solid #e6eaeb;border-left:0;border-right:0;margin-top:-1px;max-height:80px}.menu-scrollTo a{font-size:14px;text-align:left;color:#1b1d1f;font-weight:700;line-height:2.86;letter-spacing:2px;padding:29px 0;margin-right:60px;text-transform:uppercase;position:relative;transition:.3s}.menu-scrollTo a:before{content:"";position:absolute;z-index:1;left:50%;right:50%;bottom:-1px;margin-left:1px;background:#12aaeb;height:4px;transition-property:left,right;transition-duration:.3s;transition-timing-function:ease-out}.mac_Book_devise .menu-scrollTo.menu_all_pages{padding:0 100px}.mac_Book_devise .menu-scrollTo.menu_all_pages a{display:inline-block;padding:20px 0}.mac_Book_devise .menu-scrollTo.menu_all_pages a.top-busket{display:inline-block;padding:15px 0}.mac_Book_devise .menu_all_pages>div{max-height:75px!important}.mac_Book_devise .menu_all_pages>div.sticky{max-height:60px!important}.mac_Book_devise .menu_all_pages .sticky a{padding:10px 0}.menu-scrollTo a.active{color:#12aaeb;transition:.3s}.menu-scrollTo a.active:before{left:0;right:0}.menu-scrollTo a:last-child{margin-right:0}.menu-scrollTo a:focus,.menu-scrollTo a:hover{color:#12aaeb;transition:.3s}.menu-scrollTo a:focus:before,.menu-scrollTo a:hover:before{left:0;right:0}.service__main{position:relative;height:calc(100vh - 180px);background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:50%}.service__main-box{width:80%;position:absolute;top:0;left:0;right:0;bottom:0;padding:100px 100px 100px 180px;color:#fff}.service__main-box .breadcrumbs{margin:0 0 30px}.service__main-box .breadcrumbs a,.service__main-box .breadcrumbs span{color:#fff}.service__main-box h1{color:#fff;font-size:64px;line-height:1.25;letter-spacing:3px;font-weight:700;margin-bottom:67px}.service__main-box p{font-size:18px;font-weight:500;line-height:2.22;letter-spacing:.5px}.service__calc{text-align:center;padding:60px 30px;max-width:960px;margin:auto;clear:both;position:relative}.service__calc img{width:auto;margin-bottom:60px}.service__calc:before{content:"";position:absolute;left:-1000px;right:-1000px;top:0;bottom:0;background:#f5f9fa;display:block;z-index:-1}.service__calc .h2,.service__calc h2{font-size:64px;line-height:1.25;letter-spacing:3px;font-weight:700;margin-bottom:60px}.service__calc p{font-size:18px;font-weight:500;line-height:32px;letter-spacing:.5px;color:#6f8f9d;margin-bottom:60px}.service__calc .btn-blue{margin:auto;max-width:320px;display:block}.service__item{clear:both;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:calc(100vh - 155px)}.info_window *{max-width:301px;width:100%}.info_window{max-width:301px;border:none!important;width:100%!important}.info_window>div:first-of-type>div:first-child,.info_window>div:first-of-type>div:nth-child(3){display:none}.info_window>div:first-of-type>div:nth-child(2),.info_window>div:first-of-type>div:nth-child(4){box-shadow:none!important;border:none!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.info_window>div:first-of-type>div:nth-child(4){max-width:299px!important}.info_window:after{content:"";position:absolute;bottom:-35px;left:-35px;background:url(../img/map/marker_blue.png) no-repeat 50%;width:48px;height:48px;z-index:999999999999}.gm-style-iw .shop_adress,.gm-style-iw .shop_phone{color:#6f8f9d;font-size:14px;font-weight:300;display:block;line-height:30px}.gm-style-iw .shop_title{font-size:18px;line-height:40px;font-weight:500;display:block}.service__item-right{flex-direction:row-reverse}.service__item img{width:50%;object-fit:cover;height:100%}.service__item>a{width:50%}.service__item>a img{width:100%;height:100%}.car-page .conContent{margin-top:60px;margin-bottom:60px}.car-page .toggle-header h1{width:100%;font-size:4.2vw;margin-bottom:60px}.service__box{display:flex;width:50%;justify-content:center;align-items:center}.service__box__inside{padding:60px 120px}.service__box__inside .swiper-wrapper{height:auto;overflow:auto}.service__box__inside.scrollable_block{width:100%;height:100%;padding:40px 120px 0}.service__box__inside.scrollable_block .swiper-slide{height:auto}.service__box__inside.scrollable_block .swiper-slide .btn-blue{margin-top:0}.service__box__inside.scrollable_block .swiper-slide ul{padding-bottom:50px}.infoblock__title{font-size:64px}.infoblock__subtitle,.infoblock__title{font-weight:700;line-height:1.25;letter-spacing:3px;color:#1b1d1f;margin-bottom:40px;width:100%;text-align:center;margin-top:40px}.infoblock__subtitle{font-size:48px}.service__box__inside .h2,.service__box__inside h2{font-size:64px;font-weight:700;line-height:1.25;letter-spacing:3px;color:#1b1d1f;margin-bottom:20px}.service__box__inside p{font-size:18px;font-weight:500;line-height:32px;letter-spacing:.5px;color:#6f8f9d;max-height:10vw;overflow:auto}.service__box__inside p::-webkit-scrollbar-track{background-color:#fff}.service__box__inside p::-webkit-scrollbar{width:10px;background-color:#fff}.service__box__inside p::-webkit-scrollbar-thumb{background-color:#c7c8c8}.service__box__inside ul{margin-bottom:0;column-count:2;padding-left:20px;list-style-type:none}.service__box__inside ul li{color:#6f8f9d;font-size:18px;font-weight:500;line-height:2;letter-spacing:.5px;position:relative;padding-left:30px}.field.error input:focus input~.field-label:before{transform:translateZ(0)}.error .field-label:after{transform:translate3d(-100%,0,0)!important}.service__box__inside ul li:before{content:"\2022";color:#6f8f9d;display:block;position:absolute;left:0}.service__box__inside .btn-blue{display:block;max-width:320px;margin-top:25px}h1{margin-bottom:30px}.contact-page,.contact__infoblock.contact-page{display:flex;flex-wrap:wrap}.contact__infoblock .h2,.contact__infoblock h2{font-size:64px;line-height:1.25;letter-spacing:3px;font-weight:700;margin-bottom:60px;margin-top:60px}.contact__title{clear:both;font-size:24px;font-weight:600;line-height:1.67;letter-spacing:1px;margin-bottom:20px;margin-top:30px}.contact__description p{font-size:16px;font-weight:600;line-height:3.33;letter-spacing:.5px;clear:both}.contact__description a{color:#6f8f9d;font-weight:500;font-style:normal}.contact__description a:hover{color:#6f8f9d;text-decoration:underline}.contact__description i{color:#6f8f9d;font-weight:500;font-style:normal;float:right;width:65%}.contact__description span{display:block;clear:both;font-size:16px;font-weight:500;line-height:2.33;letter-spacing:.5px;color:#6f8f9d}.map{margin-right:-100px;height:100%;width:calc(100% + 100px)}.request-form,.request-page{max-width:640px;margin:auto}.request-form .chosen-container{width:32%;float:left}.request-form .btn-blue{clear:both;padding-left:0;padding-right:0;margin-top:60px;min-width:320px;color:#fff}.request-form .btn-blue:hover{color:#fff;text-decoration:none}.callme .request-form .btn-blue{margin-top:0;min-width:100%;display:block;margin-bottom:7px}.field{margin-bottom:20px;width:100%;float:left;font-size:18px;font-weight:500;line-height:2.22;letter-spacing:.5px;overflow:hidden;position:relative;display:inline-block}.field,.field-date:focus{color:#6f8f9d}.field-description{clear:both}.field-description p{font-size:14px;line-height:2.22;letter-spacing:.5px;color:#6f8f9d;padding:0 20px}.field-description .field{margin-bottom:0;top:0}.field-description .field-check{padding:0 20px}.field-select{width:100%;display:inline-block;float:left}.field-select .mob-select{margin-bottom:0;font-size:18px;font-weight:500;line-height:1;letter-spacing:.5px;height:90px;-webkit-appearance:none;padding:50px 20px 20px;border:none;border-bottom:1px solid #ced4d7}.select-box{margin:0 -25px}.select-box .field-select{margin:0 25px;width:calc(25% - 50px)}.field-input{outline:none;width:100%;font-size:18px;font-weight:500;line-height:1;letter-spacing:.5px;height:90px;color:#000;-webkit-appearance:none;padding:50px 20px 20px}.mac_Book_devise .error .field-input,.mac_Book_devise .field-input{padding-top:45px}.field-label{display:inline-block;width:100%;font-size:18px;font-weight:500;line-height:1;letter-spacing:.5px;position:absolute;bottom:0;left:0;padding:0 20px 20px;height:40px;pointer-events:none}.field-label:before{border-bottom:1px solid #ced4d7}.field-label:after,.field-label:before{content:"";position:absolute;left:0;width:100%;bottom:0}.field-label:after{border-bottom:1px solid #12aaeb;transform:translate3d(-100%,0,0);transition:transform .3s}.field-label span{position:absolute;display:block;width:100%}.field-must .field-label span:after{content:" *";display:inline-block;color:#12aaeb}.field.error .chosen-container,.field.error select{border-color:#eb1240}.field.error input{background:url(../img/warning.svg) no-repeat 100%/5%}.field.error .field-label:before{border-color:#eb1240}.field-input:focus+.field-label span,.input--filled span{animation:anim-1 .3s forwards}.field-input:focus+.field-label:after,.input--filled .field-label:after{transform:translateZ(0)}@keyframes anim-1{50%{opacity:0;transform:translate3d(2em,0,0)}51%{opacity:0;transform:translate3d(-2em,-40%,0)}to{opacity:1;transform:translate3d(-1em,-270%,0)}}@keyframes fadeOutIn{0%{opacity:1}51%{opacity:0}to{opacity:1}}.field-check{clear:both;display:block}.field-check input{display:none}.field-check label{white-space:nowrap;font-size:18px;font-weight:500;letter-spacing:.5px;color:#6f8f9d;cursor:pointer;display:inline-block;margin-top:10px}.spares-page .field-check label{font-size:16px}.field-check label:before{content:"";display:inline-block;vertical-align:middle;transition:.2s;border:2px solid #ced4d7;height:30px;width:30px;margin-top:-2px;margin-right:20px}.field-check input:checked+label:before{background:#1be15d url(../img/checkbox.svg) 50%/70% no-repeat;transition:.2s}.field-title{font-size:24px;font-weight:600;line-height:1.67;letter-spacing:1px;margin-bottom:20px}.bottom-form{margin-left:-25px;margin-right:-25px;display:inline-block;width:100%;clear:both;margin-top:120px}.bottom-form .field-description{margin:0 25px 40px;display:inline-block;width:calc(32% - 50px);vertical-align:bottom;position:relative}.bottom-form .field-description .field-select{margin-top:6px}#form_spare_parts.bottom-form .field-description .field-select{margin-top:16px}.bottom-form .field-description p{position:absolute;margin-top:10px}.bottom-form .btn-blue{float:right;margin-right:80px;margin-top:78px}.accordion{clear:both}.accordion,.accordion .h2,.accordion h2{display:inline-block;width:100%;margin-top:80px}.accordion .h2,.accordion h2{margin-bottom:60px;font-size:36px;font-weight:700;line-height:1.39;letter-spacing:1px}.accordion__box{border:1px solid #e6eaeb;margin-top:-2px;width:100%;float:left}.accordion__title{cursor:pointer;font-size:24px;font-weight:600;line-height:1.67;letter-spacing:1px;clear:both;border-top:1px solid #e6eaeb;margin-top:-1px}.accordion__title,.accordion__title .cross{border-bottom:1px solid #e6eaeb;margin-bottom:-1px}.accordion__title .cross{display:inline-block;vertical-align:middle;position:relative;border-right:1px solid #e6eaeb;height:100px;width:100px;margin-right:40px}.accordion__title .cross:before{width:4px;height:24px;transition:.2s;transform:rotate(0deg)}.accordion__title .cross:after,.accordion__title .cross:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:block;background:#12aaeb}.accordion__title .cross:after{height:4px;width:24px}.accordion__box.active .accordion__title .cross:before{transition:.2s;transform:rotate(90deg)}.accordion__container{padding-left:100px;display:none;float:left;width:100%}.accordion__item{display:inline-block;width:100%;clear:both;padding-left:40px;border-top:1px solid #e6eaeb;float:left}.accordion__item:first-child{border:0}.accordion__list{float:left;width:calc(100% - 120px)}.accordion__check{width:100px;float:right}.accordion__check .field-check{padding:30px 40px}.accordion__check .field-check label:before{margin:0}.accordion__name{font-size:18px;line-height:5.56;letter-spacing:.5px;font-weight:600;display:inline-block;vertical-align:middle;width:63%}.accordion__score{width:14%}.accordion__price,.accordion__score{display:inline-block;vertical-align:middle;line-height:5.56;font-size:18px;font-weight:500;letter-spacing:.5px}.accordion__price{width:21%}.accordion__item.last .accordion__name{width:63%}.accordion__item.last .accordion__name,.accordion__item.last .accordion__price{font-size:24px;line-height:1.67;letter-spacing:1px;padding:30px 0}.accordion__main{margin-top:60px}.accordion__main .accordion__name,.accordion__main .accordion__price{padding:0;font-size:36px;line-height:1.39;letter-spacing:1px}.accordion__main .accordion__price{float:right;width:25%;text-align:right}.accordion__main .accordion__name{width:63%}.accordion__main .conContent{margin:30px 0 0;display:inline-block;width:100%;padding:0}.accordion__main .conContent p{font-size:14px;line-height:2.86;margin-bottom:0;letter-spacing:.5px}.accordion__bottom{margin-top:60px}.accordion__bottom .btn-blue{float:left}.accordion__bottom__right{float:right;column-count:2;width:60%}.accordion__bottom__right a{margin-bottom:20px;display:inline-block;font-size:12px;color:#12aaeb;line-height:2.5;letter-spacing:2px;font-weight:700;text-transform:uppercase}.id{font-size:18px;font-weight:500;letter-spacing:.5px;display:inline-block;vertical-align:middle;width:12%}.cart__item{padding:20px 0;border-bottom:1px solid #e6eaeb;position:relative}.cart__title{font-size:18px;font-weight:600;letter-spacing:.5px;display:inline-block;vertical-align:middle;width:38%}.cart__item small.cart__promt{display:block;width:100%;font-size:80%;color:#6f8f9d;font-weight:500;line-height:1}.cart__score{width:15%}.cart__price,.cart__score{font-size:18px;font-weight:600;letter-spacing:.5px;display:inline-block;vertical-align:middle;text-align:center}.cart__price{width:calc(34% - 160px)}.cart__count{border:1px solid #ced4d7;text-align:center}.cart__count,.cart__count a{display:inline-block;vertical-align:middle}.cart__count a{height:60px;width:30px;padding:0 10px;position:relative}.cart__count a:after,.cart__count a:before{content:"";position:absolute;width:12px;height:2px;background:#1b1d1f;top:0;left:0;right:0;bottom:0;margin:auto}.cart__count a:last-child:after{height:12px;width:2px}.cart__count .disabled:after,.cart__count .disabled:before{background:#ced4d7}.cart__count input{color:#1b1d1f;font-size:18px;letter-spacing:.5px;font-weight:500;max-width:50px;display:inline-block;vertical-align:text-top;text-align:center}.cart__close{width:36px;height:36px;display:inline-block;vertical-align:middle;transition:.2s;background:url(../img/remove.svg) 0/cover no-repeat}.cart__close:hover{transition:.2s;transform:scale(1.3)}.cart__main{margin-top:60px;float:right;margin-right:80px}.cart__main p{font-size:24px;font-weight:600;line-height:1.67;letter-spacing:1px}.cart__main p>span{font-weight:700;line-height:1.39;letter-spacing:1px;font-size:36px;margin-left:50px}.spares-page{position:relative}.spares-page .h2,.spares-page h2{font-size:64px;line-height:1.25;letter-spacing:2px;font-weight:700;margin:120px 0 80px}.spares-page .bottom-form{margin-top:0}.spares-page .bottom-form .field-description{vertical-align:top}.spares-page .bottom-form .field-description .field-check{margin-left:0;margin-bottom:20px;text-align:left}.spares-page .bottom-form .field-check{display:block;vertical-align:middle;max-width:500px;margin:auto;float:none;text-align:center}.field-agree{width:100%}.spares-page .bottom-form .btn-blue{display:inline-block;vertical-align:middle;margin:20px auto 0;float:none}.spares-page .in-busket{margin-left:20px}.spares-page .btn-more{margin-top:60px}.spares__item{padding:20px 0;border-bottom:1px solid #e6eaeb;position:relative}.spares__title{font-size:18px;font-weight:600;letter-spacing:.5px;display:inline-block;vertical-align:middle;width:40%}.id~.spares__score{width:12%;min-width:150px}.id~.spares__title{width:calc(58% - 294px)}.spares__score{font-size:14px;text-align:center;width:calc(26% - 320px)}.spares__price,.spares__score{font-weight:600;letter-spacing:.5px;display:inline-block;vertical-align:middle}.spares__price{font-size:18px;text-align:left;width:15%}.spares__count{border:1px solid #ced4d7;text-align:center}.spares__count,.spares__count a{display:inline-block;vertical-align:middle}.spares__count a{height:60px;width:25px;padding:0 10px;position:relative}.spares__count a:after,.spares__count a:before{content:"";position:absolute;width:12px;height:2px;background:#1b1d1f;top:0;left:0;right:0;bottom:0;margin:auto}.spares__count a:last-child:after{height:12px;width:2px}.spares__count .disabled:after,.spares__count .disabled:before{background:#ced4d7}.spares__count input{color:#1b1d1f;font-size:18px;letter-spacing:.5px;font-weight:500;max-width:35px;display:inline-block;vertical-align:text-top;text-align:center}.spares__item_noid .spares__score{width:calc(37% - 320px)}.aviable-scroll{position:relative;max-height:80px}.aviable-scroll .right{width:40%;padding:19px 0;float:right;text-align:right;border:1px solid #e6eaeb;border-left:0;border-right:0;background:#fff;display:flex;justify-content:space-between}.aviable-scroll .menu-scrollTo{padding:0 30px 0 60px;margin-top:0;width:60%;margin-bottom:-1px}.aviable-scroll .menu-scrollTo a{white-space:nowrap}.swiper-scroll{overflow:hidden;position:relative}.swiper-scroll:after{content:"";position:absolute;top:0;bottom:0;right:0;width:100px;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 80%);z-index:10;pointer-events:none}.menu-scrollTo .arrows{width:10px;background-size:contain;pointer-events:all;visibility:visible}.menu-scrollTo .cancel_scroll{pointer-events:none;visibility:hidden}.swiper-scroll .swiper-wrapper{height:auto}.menu-scrollTo .swiper-button-next{right:auto;left:40px;transform:rotate(180deg);background:url(../img/arrow-blue-small.svg) no-repeat 50%}.menu-scrollTo .swiper-button-prev{left:auto;right:15px;background:url(../img/arrow-blue-small.svg) no-repeat center 46%}.menu-scrollTo .swiper-slide{width:auto;text-align:center;padding:19px 25px 19px 0}.menu-scrollTo .swiper-slide:last-child{padding-right:100px}.aviable-scroll .right a{margin-right:55px;display:inline-block;vertical-align:middle;color:#12aaeb;font-size:14px;text-transform:uppercase;line-height:2.86;letter-spacing:2px;font-weight:700;white-space:nowrap}.find-avto:before{width:22px;height:22px;background:url(../img/request.svg) 100%/100% no-repeat}.find-avto:before,.find-diller:before{content:"";display:inline-block;vertical-align:middle;margin-right:18px}.find-diller:before{width:18px;height:23px;background:url(../img/pin.svg) 100%/100% no-repeat}.aviable-page .parametr h2{margin-top:60px}.aviable-page .parametr__flex{margin-bottom:60px;-ms-flex-wrap:wrap;flex-wrap:wrap;display:none}.aviable-page .parametr__flex.active{display:-ms-flexbox;display:flex}.aviable-page .parametr__item{width:33%;margin-bottom:30px}.parametr_avaible__flex .parametr__item{margin-bottom:0;width:inherit}.aviable{clear:both;margin-bottom:120px}.aviable .h2,.aviable h2{font-size:64px;line-height:1.25;letter-spacing:3px;font-weight:700;margin:120px 0 80px}.aviable-slider{margin:0 100px;overflow:hidden}.aviable__item img{max-height:360px;object-fit:cover;width:100%}.aviable__title{font-size:24px;margin:30px 0 10px}.aviable__price,.aviable__title{font-weight:600;line-height:1.67;letter-spacing:1px}.aviable__price{font-size:30px;margin-bottom:10px;display:block}.aviable__main{height:calc(100vh - 180px);position:relative;overflow:hidden}.aviable__main img{width:100%}.aviable__main img,.aviable__main video{height:100%;object-fit:cover}.aviable__main-price{font-size:64px;font-weight:600;line-height:1.25;letter-spacing:1px;margin-bottom:80px;visibility:hidden}.aviable__main-box{position:absolute;top:0;bottom:0;padding:0 100px;display:table;margin:auto;color:#fff}.aviable__main-box .breadcrumbs{margin:0 0 30px}.aviable__main-box .breadcrumbs a,.aviable__main-box .breadcrumbs span{color:#fff}.aviable__main-box h1{color:#fff;margin-bottom:60px;font-size:86px;line-height:1.25;letter-spacing:3px;max-width:80%;visibility:hidden}.aviable__main-box .btn-blue{display:inline-block;margin-right:60px;vertical-align:middle}#start{display:none;background:url(../img/play.svg) 100%/100% no-repeat}#pause,#start{vertical-align:middle;width:36px;height:36px;cursor:pointer}#pause{display:inline-block;background:url(../img/pause.svg) 100%/100% no-repeat}#mute{display:none;background:url(../img/music.svg) 100%/100% no-repeat}#mute,#no-mute{vertical-align:middle;width:24px;height:24px;margin-left:30px;cursor:pointer}#no-mute{background:url(../img/no-sound.svg) 100%/100% no-repeat;display:inline-block}.accesories .h2,.accesories h2{font-size:64px;line-height:1.25;letter-spacing:3px;font-weight:700;margin:120px 0 60px}.accesories{padding-top:60px}.accesories .h2,.aviable-page .accesories h2{margin-top:0}.accesories .swiper-slide{position:relative}.accesories .swiper-slide img{margin:auto;display:block;object-fit:cover}.accesories__box{padding:0 100px}.accesories__title{font-size:24px;font-weight:700;line-height:1.39;letter-spacing:1px;margin:20px 0}.accesories__price{font-size:24px;font-weight:600;line-height:1.67;letter-spacing:1px;margin-bottom:60px}.accesories-slider{position:relative}.accesories-slider .swiper-pagination{display:none}.accesories-slider .swiper-prev{cursor:pointer;width:120px;height:120px;position:absolute;top:0;bottom:0;margin:auto;left:0;z-index:1}.accesories-slider .swiper-prev:before{content:"";width:60px;height:10px;background:url(../img/left.svg) 100%/100% no-repeat;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.accesories-slider .swiper-prev:hover:before{animation:anim-left-2 1s infinite}.accesories-slider .swiper-next{cursor:pointer;width:120px;height:120px;position:absolute;top:0;bottom:0;margin:auto;right:0;z-index:1}.accesories-slider .swiper-next:before{content:"";width:60px;height:10px;background:url(../img/right.svg) 100%/100% no-repeat;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.accesories-slider .swiper-next:hover:before{animation:anim-left-2 1s infinite}.search-page .search__item,.search-page .search__item a.btn-arrow{box-shadow:none!important}@keyframes anim-left-2{0%{left:-15px}50%{left:15px}to{left:-15px}}.car-description{text-align:center;background:#f6f6f6;padding:120px 30px 80px}.car-description .conContent h2{font-size:64px;font-weight:700;line-height:1.25;letter-spacing:2px;margin-bottom:80px;margin-top:0}.car-description .conContent img{margin:auto;display:block}.big-shadow{position:relative;text-align:center;display:inline-block;width:100%;background-size:cover!important}.big-shadow .shadow{background-color:rgba(0,0,0,.4)}.big-shadow img{height:100%;width:100%;object-fit:cover}.big-shadow .conContent{position:relative;z-index:1;margin:120px auto;padding:0 30px}.big-shadow .conContent p{color:#fff}.big-shadow .conContent .h2,.big-shadow .conContent h2{font-size:64px;font-weight:700;line-height:1.25;letter-spacing:3px;margin-top:0;margin-bottom:60px;color:#fff}.gallery{padding-top:60px;width:100%;overflow:hidden}.gallery .toggle-header h2{display:inline-block;width:50%;margin-top:0;margin-bottom:60px}.gallery-box img{width:100%;height:100%;object-fit:cover}.gal-foto{float:left;width:33.33333%;height:70vh;margin:1px 0 -1px}.gal-foto a{display:block;width:100%;height:100%}#controls{margin-top:25px;visibility:hidden}.video_box:before{content:"";background:url(../img/bg.png);position:absolute;top:0;left:0;right:0;bottom:0;opacity:.6}.gal-foto.height{height:30vh}.aviable-list__item{position:relative;height:calc(100vh - 311px)}.aviable-list__item img{width:100%;height:100%;object-fit:cover}.aviable-list__box{padding:0 10px;position:absolute;top:0;width:100%;bottom:0;margin:auto;display:table;color:#fff;text-align:center}.aviable-list__box .h2,.aviable-list__box h2{font-size:64px;font-weight:700;line-height:1.25;letter-spacing:3px;margin-bottom:40px}.aviable-list h1{margin-bottom:60px}.aviable-list .toggle-header h1{width:45%}.aviable-list__box .btn-blue{display:inline-block;margin-right:20px;vertical-align:middle}.aviable-list__box .btn-default{display:block;vertical-align:middle;margin:40px auto 20px}.accesories-list__title{font-size:16px;font-weight:600;line-height:1.5;letter-spacing:1px;margin:20px 10px 30px}.accesories-list-slider{padding:0 100px;position:relative}.accesories-list-slider .swiper-next,.accesories-list-slider .swiper-prev{width:200px;position:absolute;background:#fff;top:0;cursor:pointer;bottom:0;z-index:1}.accesories-list-slider .swiper-prev{left:0}.accesories-list-slider .swiper-prev:before{content:"";width:60px;height:10px;background:url(../img/left.svg) 100%/100% no-repeat;display:block;position:absolute;top:40px;left:0;right:0;bottom:0;margin:auto}.accesories-list-slider .swiper-prev:hover:before{animation:anim-left-2 1s infinite}.accesories-list-slider .swiper-next{right:0}.accesories-list-slider .swiper-next:before{content:"";width:60px;height:10px;background:url(../img/right.svg) 100%/100% no-repeat;display:block;position:absolute;top:40px;left:0;right:0;bottom:0;margin:auto}.accesories-list-slider .swiper-next:hover:before{animation:anim-left-2 1s infinite}.accesories-list-slider .swiper-button-disabled{cursor:default}.accesories-list-slider .swiper-button-disabled:before{opacity:.3}.accesories-list-slider .swiper-button-disabled:hover:before{animation:none}.accesories-list-slider img{margin-bottom:30px}.fancy-box-disabled{cursor:default}footer{background:#1b1d1e;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;clear:both}footer .logo{background:url(../img/logo1.svg) 0/cover no-repeat;position:relative;display:block;margin:auto}footer a{color:#fff}footer .col-md-3{padding:120px 0 60px;background:#000;text-align:center}footer .col-md-9{padding:120px 120px 60px}.footer__list{margin-top:75px;margin-bottom:110px}.footer__list a{font-weight:600;font-size:16px;line-height:2.5;letter-spacing:1px;display:block}.footer__list a:hover{text-decoration:underline;text-underline-position:under}.footer__item{float:left;width:20%}.footer__item a{font-size:14px;font-weight:400;line-height:2.86;display:block;letter-spacing:.5px;white-space:nowrap}.footer__item a:hover{text-decoration:underline;text-underline-position:under}.footer__item .footer__title{margin-bottom:30px;font-size:14px;font-weight:600;line-height:1.88;letter-spacing:1px}.footer__item .footer__title a{font-weight:600}.footer__social{display:inline-block;width:100%;clear:both;margin-top:100px}.footer__social a{font-size:14px;font-weight:400;line-height:1.86;letter-spacing:.5px;margin-right:60px}.footer__social a,.footer__social p{display:inline-block;vertical-align:middle}.footer__social p{font-size:12px;line-height:3.33;letter-spacing:.4px;color:#ced4d6}.footer__social p.have_social{margin-left:40px}.fb1:before,.fb:before,.in1:before,.in:before,.yt1:before,.yt:before{margin-right:10px;display:inline-block;vertical-align:middle;width:18px;height:18px}.fb:before{content:"";background:url(../img/fb.svg) no-repeat}.fb1:before{content:"";background:url(../img/fb1.svg) no-repeat}.fb2:before{width:8px;height:16px;content:"";background:url(../img/fb2.svg) no-repeat}.in:before{content:"";background:url(../img/in.svg) no-repeat}.in1:before{content:"";background:url(../img/in1.svg) no-repeat}.in2:before{width:18px;height:18px;content:"";background:url(../img/in2.svg) no-repeat}.yt:before{content:"";background:url(../img/yt.svg) no-repeat}.yt1:before{content:"";background:url(../img/yt1.svg) no-repeat}.yt2:before{width:18px;height:13px;content:"";background:url(../img/yt2.svg) no-repeat}.fb2:before,.in2:before,.yt2:before{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.mob-select{border:1px solid #ced4d7;text-align:center;width:100%;font-size:18px;font-weight:500;line-height:2.22;letter-spacing:.5px;display:block;margin:auto auto 40px;outline:none;padding:10px 20px}.select-box .mob-select:first-child{margin-bottom:20px}.fullscreen{height:100vh;overflow:hidden;position:relative}.fullscreen .main{height:calc(100% - 100px)}.fullscreen .main img{height:100%}.fullscreen .category,.fullscreen .model{height:100%;display:flex;padding-top:80px}.fullscreen .news{height:100%;padding-top:80px}.fullscreen .news__box{height:auto}.fullscreen .news__item{height:calc(50vh - 40px)}.news__item{display:flex}.news__item>a{width:50%;overflow:hidden;display:block}.news__item img{float:none;width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);transition:.3s}.news__item:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);transition:.3s}.news__container .news__item:nth-child(4n+1),.news__container .news__item:nth-child(4n+2){flex-direction:row-reverse}.fullscreen .news__container .news__item:nth-child(4n+2),.news-page .news__container .news__item:nth-child(4n+1),.news-page .news__container .news__item:nth-child(4n+2){flex-direction:row}.news-page .news__item{flex-direction:row-reverse}.error-page{height:calc(100vh - 80px)}.product-slider-top .swiper-slide{text-align:center;min-width:700px;min-height:700px}.zoomContainer{z-index:100000}.no-store-busket{text-align:center;text-indent:0!important;padding-right:0}.aviable-list .swiper-slide{width:25%;float:left;margin-bottom:50px}.aviable-list .swiper-slide a{display:block;transition:all .3s ease}.aviable-list .swiper-slide a img{transition:all .3s ease; width: auto;height: auto;}.aviable-list .swiper-slide a:hover img{transform:scale(1.1);transform-origin:center bottom;transition:all .3s ease}.shop .btn-blue-box,.shop__buttons .btn-share-box{position:relative}.btn-share-box .hidden_share{display:none;position:absolute;left:40px;background:#fff;top:0;width:195px}.hidden_share *{animation:none!important;animation-duration:0s!important}i.currency{font-style:normal;font-size:40%}.cart-page i.currency,.category i.currency,.shop-page i.currency,.spares-page i.currency,.to-page i.currency{font-size:70%}.gmnoprint.gm-style-mtc{left:40px!important}.parametr__ul{list-style:none;column-count:3;padding:0;width:100%}.parametr__ul li{position:relative;padding-left:35px;line-height:2;font-size:17px;font-weight:600}.parametr__ul li:before{content:"";color:#12aaeb;line-height:0;max-height:33px;vertical-align:text-top;border-top:3px solid #12aaeb;min-width:20px;display:inline-block;position:absolute;left:0;top:20px;transform:translateY(-50%)}.bottom-form .conContent,.line_error{margin-left:25px}.menu__mob-top .header-search.active{float:left}.to_top{display:none;position:fixed;right:40px;bottom:40px;height:30px;width:30px;z-index:999;background:url(../img/arrows-top.svg);cursor:pointer}.video_box{position:relative}.menu_all_pages{z-index:14}.menu_all_pages a{transition:.2s}.menu_all_pages .sticky a{font-size:12px;padding:30px 0;transition:.2s}.menu_all_pages .sticky{padding:10px 100px}.menu_all_pages>div{max-height:80px!important}.mac_Book_devise .news__item{max-height:calc(25vw + 13px);min-height:calc(25vw + 13px);height:calc(25vw + 13px)}html[lang=en] .spares-page .in-busket{padding:16px 0;text-align:center;text-indent:20px}.block_inside .map{min-height:32vw}.block_inside.contact-page.container-fluid:after,.block_inside.contact-page.container-fluid:before{display:none}.conContent>.video-full{position:relative}.conContent>.video-full:before{display:flex;content:"";width:100%;padding-top:56.25%}.conContent>.video-full>iframe{display:flex;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:0 0;z-index:5}#without-margin+.margin{margin-bottom:0}@-moz-document url-prefix(){.service__item{max-height:none}.service__item img{max-height:calc(100vh - 136px)}}.mac_Book_devise .category__column__1{display:flex;flex-direction:column;height:100%}.mac_Book_devise .fullscreen .news__item img,.mac_Book_devise .join__item img{min-height:100%}.mac_Book_devise .news__item img{min-height:50%}.mac_Book_devise .news__item{overflow:hidden}.mac_Book_devise .contact__infoblock.contact-page{display:block}.mac_Book_devise .service__item img{max-height:calc(100vh - 145px)}.mac_Book_devise .gal-foto{margin:1px -1px -1px 0}.mac_Book_devise .service__item{min-height:calc(100vh - 145px)}.mac_Book_devise .service__item>a img{min-height:100%}.mac_Book_devise .category__column{overflow:hidden}.mac_Book_devise .model__list div:before{z-index:-1}@viewport{user-zoom:fixed}.interbet_block .window_block{text-align:center;margin-top:400px}.interbet_block .message_wrapper{display:inline-block;background:#fff;text-align:center;max-width:600px;width:600px;padding:30px}.interbet_block .message_wrapper p{margin-bottom:20px}.interbet_block .bold{font-weight:600;font-size:20px}.interbet_block .next_p{margin:25px auto;max-width:70%;width:70%;font-size:15px}.interbet_block .message_wrapper a{font-size:17px;background:#13aaeb;padding:20px 35px;font-weight:800;margin-top:35px;display:inline-block}.interbet_block{position:fixed;z-index:100000000000000000}.interbet_block,.interbet_block .ie_bg{top:0;left:0;right:0;bottom:0;width:100%;height:100%}.interbet_block .ie_bg{position:absolute;background-repeat:no-repeat;background-size:100% 100%;background-size:contain;background-position-x:center;background-position-y:center}body.useless_ie{max-width:none}body.useless_ie,body.useless_ie .fullscreen{-ms-overflow-y:hidden!important;overflow-y:hidden!important}.fix_ie_fit{background-size:cover;background-repeat:no-repeat;background-position:50%}.mac_Book_devise input::-webkit-input-placeholder{line-height:1.8!important}.mac_Book_devise input:-moz-placeholder,.mac_Book_devise input::-moz-placeholder{line-height:1.8!important}.mac_Book_devise input:-ms-input-placeholder{line-height:1.8!important}.mac_Book_devise input:focus::-webkit-input-placeholder{line-height:1.8!important}.mac_Book_devise input:focus:-moz-placeholder,.mac_Book_devise input:focus::-moz-placeholder{line-height:1.8!important}.mac_Book_devise input:focus:-ms-input-placeholder{line-height:1.8!important}.mac_Book_devise .error input::-webkit-input-placeholder{line-height:1.8!important}.mac_Book_devise .error input:-moz-placeholder,.mac_Book_devise .error input::-moz-placeholder{line-height:1.8!important}.mac_Book_devise .error input:-ms-input-placeholder{line-height:1.8!important}.mac_Book_devise .error input:focus::-webkit-input-placeholder{line-height:1.8!important}.mac_Book_devise .error input:focus:-moz-placeholder,.mac_Book_devise .error input:focus::-moz-placeholder{line-height:1.8!important}.mac_Book_devise .error input:focus:-ms-input-placeholder{line-height:1.8!important}.useless_ie .hover__item{position:relative}.useless_ie .block_inside{overflow:hidden}.useless_ie .hover__item img{visibility:hidden}.useless_ie .hover__item .fix_ie_fit{position:absolute;bottom:0;right:20px;left:0;width:calc(100% - 20px);background-position-x:center;background-position-y:center;background-size:contain}.useless_ie .with-three .img-three{width:100%}.useless_ie .service__item.with-three{position:relative}.useless_ie .service__item.with-three .fix_ie_fit{position:absolute;top:0;left:0}.useless_ie .service__item.with-three .fancy-box-disabled .fix_ie_fit{position:static}.useless_ie .service__item.with-three .service__box{margin-left:50%}.useless_ie .service__item.service__item-right{max-height:none}.useless_ie .anchor-scroll{overflow:hidden}.useless_ie.open-body{margin-right:0!important}.useless_ie .news__item{overflow:hidden}.useless_ie .aviable__main .fix_ie_fit{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;background-attachment:fixed}.useless_ie .gal-foto .fix_ie_fit{background-size:cover}.useless_ie .menu-scrollTo .swiper-button-prev{left:inherit}.model__container .fix_ie_fit{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}@-moz-document url-prefix(){.img-three{width:100%}}.with-configurator.main__btns{display:flex;flex-flow:column wrap;align-items:baseline}.with-configurator.main__btns a{display:block;margin-left:0;width:auto;padding:10px 18px;min-width:240px}.with-configurator .btn-configurator{background:#fff;box-shadow:inset 0 -3px 0 0 rgba(26,29,30,.2);color:#13aaec;padding:10px 18px;margin-top:10px;border:none;transition:all .2s linear;min-width:260px}.with-configurator .btn-configurator:hover{box-shadow:inset 0 -4px 0 0 rgba(26,29,30,.4)}.model__box-list .btn-configurator{margin:-20px auto 20px;max-width:300px;padding:15px 0;line-height:normal;width:auto;display:block;border:1px solid #ced4d7;color:#000;font-weight:500}.default-scroll-wrapper{overflow:hidden;position:relative}.default-scroll-wrapper .default-scroll::-webkit-scrollbar{width:8px;height:8px;background-color:#fff}.default-scroll-wrapper .default-scroll::-webkit-scrollbar-track{background-color:#fff}.default-scroll-wrapper .default-scroll::-webkit-scrollbar-thumb{background-color:#c7c8c8}.default-scroll-wrapper .default-scroll{max-height:55vh;overflow:auto}.default-scroll-wrapper .btn_wrap{position:relative;padding:0;margin-top:15px}.default-scroll-wrapper .btn_wrap .btn-blue{margin-top:0}.description-alert{margin-top:35px;margin-bottom:15px}.request-form .description-alert .conContent{padding:0}.request-form .description-alert .conContent *{color:red;padding:0}@media (min-width:901px){.show-900{display:none}}@media (min-width:1025px){.hidden-dekstop{display:none!important}.model-page .model__container{background:none}}@media (max-height:700px) and (min-width:1000px){.main__box{bottom:30vh;margin-top:6vh}.main__box b.h1-box,.main__box h1{margin-bottom:5vh}}@media (max-width:1700px){.product-slider-top img{height:100%;width:100%}.product-slider-top .swiper-slide{min-width:100%;min-height:100%}.model__list div span{font-size:11px}.aviable__main-box h1{font-size:64px}.aviable__main-price{font-size:54px}.model__box .h2,.model__box h2{font-size:50px}.news__title{font-size:20px}.shop-page h1{font-size:40px}.shop__color a{width:50px}.category h1{font-size:42px}}@media (max-width:1600px){.service__main-box{width:90%}.fullscreen .model__column p span{width:100%;text-align:right}.aviable-scroll .right a{margin-right:25px}.swiper-scroll.left_position:after{right:-2px}.with-three .service__box__inside .h2,.with-three .service__box__inside h2{font-size:46px}}@media (max-width:1600px) and (max-height:800px){.model__column{max-width:60%;float:left;width:100%}.model-page .model__column{margin-bottom:10px}.model__description a{float:right!important;max-width:320px!important;width:100%;margin:10px 0!important;justify-content:center}.model-page .model__price{margin-top:0;margin-bottom:10px}}@media (max-width:1500px){.service__box__inside p{max-height:20vw}.category__product-title{font-size:15px}.footer__list{margin-bottom:115px}.model__list div span{font-size:10px}.team__title{font-size:18px}.team__box a,.team__description{font-size:14px}.fullscreen .swiper-next:before,.fullscreen .swiper-prev:before{height:45px;background-size:contain;background-position:50%}.product-slider-top .swiper-slide{min-width:100%;min-height:100%}.accesories__box{padding:0 50px}.accesories__title{font-size:20px}.accesories-slider .swiper-nav{background:transparent;width:75px}.page-href a{padding:30px 0}.service__box__inside.scrollable_block{padding:30px 60px 70px}.shop-page .col-md-6:nth-child(2){padding-right:100px;padding-left:45px}.btn-blue-box .btn-blue{font-size:10px}.model-page .trade-box{width:42%}.model__box-list{padding-left:20px}.join__fb__box .fb{margin-top:20px;margin-bottom:40px}.shop__size{width:100%}.accordion__bottom__right{width:70%}.accordion__bottom__right a{font-size:10px}.to-page h1{margin-bottom:50px}.event__date{font-size:17px}.event__title{font-size:24px}.event__description{font-size:16px;line-height:2.1}.event__box{width:80%}.callme{right:0}.main__box{margin-top:10%}.main__box,.main__btns{left:107px}.error__box{margin:40px auto 70px;max-width:870px}.err_btn{margin-top:30px}.chosen-container .chosen-results li{line-height:1;font-size:15px;padding:12px 0 12px 20px}.field-title{font-size:21px}.product-slider-top img{height:100%;width:100%}.shop-page h1{font-size:40px;margin-bottom:30px}.shop__price{font-size:30px}.menu-scrollTo .top-busket{padding:15px 0}.field-check label,.field-phonemask label{font-size:14px}.field-description .field-phonemask{padding:0}.spares__score{width:calc(36% - 320px)}.spares__item_noid .spares__score{width:calc(48% - 320px)}.spares__price{width:12%}.category-page .breadcrumbs,.category .h2,.category h2{left:32px}.cart__price{width:calc(34% - 180px)}footer .col-md-3{padding:60px 0}.header-top-busket,header.header-fixed .header-top-busket{padding:29px 30px}.service__main{height:calc(100vh - 155px)}.category .h2,.category h2,.join .h2,.join h1.seo,.join h2,.news__item .h2,.news__item h2{font-size:36px}.aviable__price{font-size:20px}.aviable-scroll .right a{font-size:12px}.aviable__main-box h1,.main__box b.h1-box,.main__box h1{font-size:64px}.join__social a{font-size:16px}.fb:before,.in:before,.yt:before{width:16px;height:14px;background-size:100% 100%!important}.menu-top-scroll{height:calc(100vh - 155px)}.call-box{padding:20px}.call-box p{line-height:2}.model__price p span{font-size:44px}.model__title{margin-top:20px}.btn-blue{padding:19px}.btn-default{padding:18px;min-width:220px}.service__calc .h2,.service__calc h2,.service__main-box h1{font-size:50px}.accesories .h2,.accesories h2,.aviable .h2,.aviable h2,.contact__infoblock .h2,.contact__infoblock h2,.parametr .h2,.parametr h2,.service__box__inside .h2,.service__box__inside h2,.toggle-header .h2,.toggle-header h2{font-size:46px}.gallery .toggle-header h2{width:45%}.big-shadow .conContent p,.service__box__inside p,.service__calc p,.service__main-box p{font-size:16px;line-height:2}.service__box__inside{padding:0 60px}.menu-scrollTo a{font-size:12px}.category__item p{font-size:23px;max-width:200px;max-height:200px}.aviable-slider{margin:0 50px}.hover__title{margin-bottom:0}.hover__item img{max-height:30vh}.model-page .toggle-header h1{float:left;font-size:42px;line-height:62px}header.header-fixed .search-box input{padding:29px 40px 24px 20px}.with-three .service__box__inside{padding:0 60px}.aviable-scroll .menu-scrollTo a{white-space:nowrap;padding:28px 0}.model-page .chosen-container{padding-right:0;padding-top:20px}.model__box{margin:30px 35px 40px 80px}.model__box .h2,.model__box h2{font-size:42px;line-height:62px}.model-page .model__price{font-size:36px;line-height:62px;margin-top:5px;margin-bottom:15px}.model-page .btn-blue,.model-page .btn-default{font-size:10px}.aviable-list .toggle-header h1{font-size:42px;line-height:62px;width:40%;margin-bottom:30px}.toggle-link{margin-top:15px}.aviable-list__item{height:calc(100vh - 433px)}.fullscreen .main{height:calc(100% - 80px)}.category-page .category{height:calc(100vh - 80px)}.aviable__main{height:calc(100vh - 153px)}.service__item{height:calc(100vh - 145px)}.main{margin-top:80px}.footer__item:nth-child(2){padding-left:30px}.menu__top{height:80px}.menu,.menu .hover{top:80px}header{height:80px}.logo{height:50px;width:100px}header .left{padding:30px 0}header .lang{padding:25px 0}header .header-call{padding:30px}header .header-search{padding:30px 30px 29px}header .lang a{font-size:12px}.search-box input{padding:26px 35px 25px 20px;min-width:250px}.aviable-list .toggle-header{margin-right:-70px}footer .col-md-9{padding:60px 30px}.footer__social{margin-top:90px}.news__list div{font-size:15px}.news__title{font-size:18px}.model__list div{font-size:10px}.model__column{max-width:72%}.model-page .model__column{max-width:45%}.menu__box a,.menu__second a,.menu__title,.no-after{font-size:12px}.menu__box a:after{top:15px}.hover__item{width:33.33333%}.service__main-box{padding:30px 100px 100px 105px;width:70%}.service__main-box .breadcrumbs{margin-bottom:25px}.service__main-box h1{margin-bottom:40px}.aviable-scroll{max-height:71px}}@media (max-width:1400px){.search-wrap .field-label{height:35px}header.header-fixed .search-box input{padding:22px 25px 20px 20px}.service__item{height:calc(100vh - 139px)}.aviable-scroll .menu-scrollTo a{font-size:11px;padding:27px 0}.model-page .trade-box~a{margin-right:-30px}.field-input{padding:42px 20px 15px;height:auto}.field.error input{background:url(../img/warning.svg) no-repeat 90% 65%/5%}.team__title{font-size:20px}.team__description{font-size:16px}.car-page .breadcrumbs{margin-top:0}.main-parametr__item p.price{font-size:28px;line-height:1.9}.model__list div span{font-size:10px;padding:15px 0}.callme{right:20px;left:0;z-index:9}.model-page .model{margin-left:-30px;margin-right:-30px}.model-page .model__column p{max-width:100%}.model-top{margin-bottom:60px}.model-page .model-top{margin-bottom:0}.btn-model{bottom:55px;left:0}.chosen-container-active.chosen-with-drop .chosen-single div b{width:20px}.model-page .model__box{margin:10px 90px}.fullscreen .swiper-next,.fullscreen .swiper-prev{width:40px}.fullscreen .swiper-pagination-bullets{right:15px}.hover__item{width:50%}.aviable-list .toggle-header{margin-right:0}.accesories-list-slider{padding:0 100px}.accesories-list-slider .swiper-next,.accesories-list-slider .swiper-prev{width:100px}.aviable-list .toggle-link{margin-top:15px}.aviable-scroll .right a{font-size:12px;margin-right:20px}.aviable-scroll .right{padding:17.5px 0}.gallery .toggle-header h2{width:45%}.category__list-title{padding:30px 20px 30px 0}.category__list-title:after{right:0}.service__box__inside{padding:60px}.accordion__bottom__right{width:70%}.event__box{width:100%}.category-page .breadcrumbs{left:30px;top:30px}.footer__social p{margin-left:0}.footer__social p.have_social{margin-left:4%}.news__box-header{left:30px}.footer__social a{margin-right:20px}.news__list div{margin-right:30px}.category .h2,.category h2{left:30px;right:30px;font-size:44px}.category__item p{padding-left:20px;padding-top:20px;font-size:26px}.news__box{padding:30px}.news__date{bottom:30px;left:30px}.model__container{left:-30px}.news__item .h2,.news__item h2{font-size:44px}.join__box-header{left:30px}.join__box-header .h2,.join__box-header h2{font-size:44px}.join__fb__box{padding:30px}.model__box .h2,.model__box h2{font-size:40px;margin-top:15px}.model__column{max-width:73%}.main__box b.h1-box,.main__box h1{font-size:56px}.shop-page .col-md-6:first-child{padding-left:50px;padding-right:25px}.shop-page .col-md-6:nth-child(2){padding-right:50px;padding-left:30px}.shop__buttons .btn-blue-box,.shop__color,.shop__price{padding-right:20px}.accesories-slider .swiper-next,.accesories-slider .swiper-prev{width:60px;height:60px}.accesories-slider .swiper-next:before,.accesories-slider .swiper-prev:before{width:40px}.accesories__box{padding:0 30px}.service__box__inside ul li{font-size:16px;line-height:1.5}.big-shadow .conContent p,.car-description .conContent p,.service__box__inside p,.service__calc p,.service__main-box p,.with-three .service__box__inside p{font-size:13px;line-height:2}.chosen-container-single .chosen-single span,.field-input{font-size:14px}input::-webkit-input-placeholder{text-overflow:ellipsis;font-size:14px;line-height:2}input:-moz-placeholder,input::-moz-placeholder{text-overflow:ellipsis;font-size:14px;line-height:2}input:-ms-input-placeholder{text-overflow:ellipsis;font-size:14px;line-height:2}input:focus::-webkit-input-placeholder{text-overflow:ellipsis;font-size:14px;line-height:2}input:focus:-moz-placeholder,input:focus::-moz-placeholder{text-overflow:ellipsis;font-size:14px;line-height:2}input:focus:-ms-input-placeholder{text-overflow:ellipsis;font-size:14px;line-height:2}}@media (max-width:1400px) and (max-height:740px){.model__column{max-width:65%;float:left;width:100%}.model__description a{float:right!important;max-width:289px!important;width:100%;margin:0 0 10px!important}.category-page .breadcrumbs{top:0}.btn-blue{padding:19px 10px;min-width:220px}}@media (max-width:1400px) and (max-height:760px){.category-page .breadcrumbs{top:0}}@media (max-width:1400px) and (max-height:800px){.mac_Book_devise .model__description a{margin:20px 0!important}.category-page .breadcrumbs{top:0}}@media (max-width:1300px){.accesories-list-slider{margin-top:30px}.search-wrap .field-label{height:30px}.with-three .img-three,.with-three .service__box,.with-three.service__item img{height:calc(50vh - 63px)}.img-three{height:50%}.mac_Book_devise .img-three.img_fancybox img:first-child,.mac_Book_devise .img-three.img_fancybox img:last-child{min-height:50%}.menu-scrollTo a{padding:27px 0}.menu-scrollTo .swiper-button-next{left:10px}.menu-scrollTo{max-height:65px}.menu-scrollTo .swiper-slide{padding:16px 20px 16px 0}.menu-scrollTo .swiper-slide:last-child{padding-right:60px}.aviable-scroll .menu-scrollTo a{font-size:11px;padding:24px 0}.parametr__ul li{font-size:14px;line-height:1.8}.bottom-form .field-description .field-select{margin-top:0}.parametr__ul li:before{top:12px;border-top:2px solid #12aaeb;min-width:16px}.menu-scrollTo .top-busket{padding:12px 0;font-size:14px}.field-check label:before{width:20px;height:20px;margin-right:10px}.field-input{padding:30px 10px 10px}.chosen-container{padding:25px 10px 14px}.field.error input{background:url(../img/warning.svg) no-repeat 95% 65%/5%}.parametr__toggle{margin:10px -20px 40px}.toggle-header .h2,.toggle-header h2{margin:50px 0 60px}.toggle-header .btn-blue{margin-top:40px}.model .col-md-9{min-height:400px}.model-page .toggle-header h1{font-size:36px}.model-page .trade-box{width:40%}.trade-box .field-select{margin-left:15px}.aviable-page .parametr__item{margin-bottom:40px}.breadcrumbs a{font-size:10px}.parametr__item span{font-size:15px;line-height:2}.parametr__item p{font-size:16px}.aviable__main{height:calc(100vh - 148px)}.big-shadow .conContent{margin:80px auto}.service__item{height:calc(100vh - 126px);overflow:hidden}.menu-scrollTo a:before{bottom:-1px}.car-description{padding:60px 30px 40px}.aviable-page .parametr h2{margin:30px 0}.margin{margin-bottom:90px}.gallery .toggle-header h2{margin-bottom:30px}.parametr__toggle a,.toggle-link a{font-size:12px}.gallery{padding-top:30px}.accesories .h2,.accesories h2,.aviable-page .h2,.aviable-page h2,.aviable .h2,.aviable h2,.big-shadow .conContent .h2,.big-shadow .conContent h2,.contact__infoblock .h2,.contact__infoblock h2,.parametr .h2,.parametr h2,.service__box__inside .h2,.service__box__inside h2,.toggle-header .h2,.toggle-header h2,.with-three .service__box__inside .h2,.with-three .service__box__inside h2{font-size:35px}.big-shadow .conContent p,.car-description .conContent p,.service__box__inside p,.service__calc p,.service__main-box p,.with-three .service__box__inside p{font-size:13px;line-height:1.7}.contact__infoblock .h2,.contact__infoblock h2{margin-bottom:30px}.contact__description p,.contact__description span{line-height:2;font-size:14px}.aviable-scroll{max-height:65px}.menu_all_pages>div{max-height:65px!important}.menu-scrollTo a,.menu_all_pages .sticky a{font-size:10px;padding:22px 0}.aviable-scroll .right a{font-size:10px}.aviable-scroll .menu-scrollTo{width:64%;padding-left:30px}.aviable-scroll .right{width:36%}.model__box .h2,.model__box h2{font-size:32px;margin-top:-15px}.team__title{font-size:18px}.category h1{margin-bottom:15px;font-size:40px}.team__box a,.team__description{font-size:14px}.aviable-list__box .h2,.aviable-list__box h2{font-size:50px;margin-bottom:15px}.aviable-list__item{height:calc(100vh - 211px)}.model__column p{max-width:calc(100% - 30px)}.model__price p span{font-size:34px}.h1,.spares-page .h2,.spares-page h2,h1{font-size:40px}.aviable-list .toggle-header h1{margin-bottom:0}.aviable-list .toggle-link{margin-top:0}.breadcrumbs{padding:20px 0 10px}.category__product-title{font-size:15px}.category__product-price{font-size:15px;margin-top:5px}.mac_Book_devise .service__item{min-height:calc(100vh - 127px)}.mac_Book_devise .service__item img{max-height:calc(100vh - 127px);object-position:center;height:auto!important}.mac_Book_devise .service__item.with-three>img{height:auto;min-height:50%;display:flex}.mac_Book_devise .menu-scrollTo.menu_all_pages a{display:inline-block;padding:18px 0 17px!important}.mac_Book_devise .menu-scrollTo.menu_all_pages .sticky a{padding:15px 0}.mac_Book_devise .menu-scrollTo.menu_all_pages a:last-child{display:inline-block;padding:12px 0!important}.mac_Book_devise .search-box input{padding:24px 30px 24px 10px;min-width:250px}.mac_Book_devise .with-three .img-three,.mac_Book_devise .with-three .service__box,.mac_Book_devise .with-three.service__item img{height:calc(50vh - 64px);max-height:calc(50vh - 64px);min-height:calc(50vh - 64px)}}@media (max-width:1200px){.model-page .toggle-header h1{width:32%}.model-page .trade-box~a{margin-right:0}.footer__list{margin-bottom:95px}.aviable-list .swiper-slide{width:33.33333333%;float:left;margin-bottom:35px}.service__main-box{width:100%}.footer__social{margin-top:10px}.aviable-scroll .right a{font-size:9px;letter-spacing:1px}.aviable-scroll .right{padding:17px 0 18px}.model-page .model{margin:0}.btn-model{left:-10px}.aviable-list .toggle-header h1{font-size:40px;width:35%}.aviable-list__item{height:calc(100vh - 279px)}.main-parametr__item p.price{font-size:26px;margin-top:0;line-height:1.3}.category-inside,.container-fluid,.news-page,.news-page .container-fluid,.team-page{padding:0 30px}.model__box-list{padding-left:20px}.main__box{left:20px}.model__title{margin-top:80px;max-width:150px;font-size:30px}.model__price p span{font-size:34px}.model__column p{padding:5px}.model__column p span{font-size:14px;line-height:2;width:auto}.product-slider-thumbs .swiper-wrapper{margin-left:-40%}.model__box .h2,.model__box h2{margin-top:5px}.model__list div{padding:10px 0}.service__box__inside{padding:30px}footer .col-md-9{padding:120px 60px 60px}.shop-page .col-md-6:first-child{padding-left:30px;padding-right:15px}.shop-page .col-md-6:nth-child(2){padding-right:30px;padding-left:15px}.aviable__main-box h1{max-width:100%;font-size:64px}.aviable__main-price{font-size:44px}.aviable-list__box .h2,.aviable-list__box h2{margin-bottom:30px}.accesories-list-slider{padding:0 30px}.accesories-list-slider .swiper-next,.accesories-list-slider .swiper-prev{width:100px}.with-configurator.main__btns{left:20px}}@media (max-width:1024px){.service__box__inside p{max-height:100%}.ya-share2__container_size_m .ya-share2__icon{height:35px!important;width:33px!important}.aviable__main-box h1,.aviable__main-price{visibility:visible}header.header-absolute{position:fixed}.model__description .btn_wrap{float:right;display:flex;flex-direction:column}.img-three.img_fancybox img:first-child,.img-three.img_fancybox img:last-child{width:100%;height:auto;min-height:50vh;float:none;object-fit:cover}.category__product img{width:75%;height:auto}.category__product:nth-child(odd)>a:first-child{padding:10px 5px 10px 10px}.category__product:nth-child(2n)>a:first-child{padding:10px 10px 10px 5px}.bottom-form .conContent,.line_error{margin-left:0}.parametr__ul{column-count:2}.frankie_stein .aviable-scroll .select-toggle{width:calc(100% - 114px)}i.currency{font-style:normal;font-family:sans-serif,Arial,Helvetica,Droid Sans,"Droid Serif",Droid Sans Mono,Avenir-Heavy}.callme{right:6px}.shop__buttons .btn-blue-box,.shop__buttons .btn-share-box{display:block;max-width:50%;width:100%;padding:0;float:left;text-align:center}.shop__buttons .btn-share-box{margin-top:10px}.btn-share:before{margin-left:-13px}.shop__buttons .btn-blue-box{margin-bottom:0;float:left}.btn-share-box .hidden_share{right:0;left:inherit;top:0;left:25px}.model-page .model__description{clear:none}.cart__title small.cart__promt{margin-top:7px}.category-inside .breadcrumbs{margin:0;padding:20px 0 5px}.category h1{font-size:30px;text-align:left;padding-left:30px}.main-parametr__item:first-child{margin-right:26px}.main-parametr__item:nth-child(2){margin-right:13px;margin-left:13px}.main-parametr__item:nth-child(3){margin-left:26px}.aviable-link-wrap{margin:40px auto}.aviable-link-wrap a{font-size:10px;margin:10px auto;padding:15px 20px}.spares-page .more__item:nth-child(odd){padding-left:0}.spares-page .more__item:nth-child(2n){padding-right:0}.spares-page .more__item:last-child{width:50%!important;display:block}.spares-page .in-busket{width:calc(100% - 120px);padding-right:0;text-align:center;text-indent:30px}.spares__count input{max-width:35px}.category-select option:checked{color:#1b1d1f}.model-page .trade-box~a{display:none}.with-three .service__box__inside{padding:20px 30px}.service__item{min-height:1px;max-height:none;height:auto}.car-description .conContent{padding:0}.hover__title{text-align:left}.news__item>a{width:100%}.category__column__1 .category__item:last-child img{max-height:320px}.toggle-header .field-label b:before{margin-top:5px}.more__item{width:50%!important;float:left!important;padding:0 2.5px 20px;margin-bottom:40px}.more__item:first-child{padding-left:0}.more__item:last-child{padding-right:0}.category__item{width:50%;float:left}.category__column__2 .category__item,.category__column__2 .category__item:first-child{height:50%}.category__column__2 .category__item:first-child p{bottom:10px;right:10px}.category__column__2 .category__item:last-child p{height:100px;top:inherit;right:10px;bottom:10px}.category__column__3 .category__item:first-child p{bottom:10px;right:10px}.category__column__3 .category__item:last-child p{bottom:10px;right:10px;top:auto}.category__column__2 .category__item:last-child img{width:100%}.click_menu{position:absolute;top:0;background:#fff;z-index:20;transform:translateX(200%);transition:all .6s ease;text-align:center;height:100%}.click_menu.opened{transform:translateX(0)}.go_back_btn{visibility:hidden}.opened .go_back_btn{visibility:visible;border-bottom:1px solid #e6eaeb;height:60px}.go_back_btn b{width:60px;height:60px;display:block;position:relative;float:left}.go_back_btn b:before{content:"";position:absolute;width:15px;height:15px;border-top:4px solid #13aaeb;border-left:4px solid #13aaeb;transform:translate(-25%,-50%) rotate(-45deg);top:50%;left:50%}.go_back_btn span{width:calc(100vw - 60px);display:block;float:left;height:60px;line-height:60px;text-transform:uppercase;font-weight:700;font-size:14px;border-left:1px solid #e6eaeb;text-indent:-30px}.mob-select optgroup{font-size:5px!important}.click_menu .hover__box{display:none;padding:20px 18px;height:100%;overflow:auto}.open-body>header{height:60px;position:fixed}.menu.fix,.menu.fix .hover{top:60px}.open-body>div:not(.menu),.open-body>footer:not(.menu){height:0}.aviable-scroll{max-height:56px}.accordion__bottom__right a{font-size:12px}.bottom-form .field-description p{line-height:2;font-size:12px;margin-top:0}.product-slider-top img{width:100%;height:auto;max-height:100%;max-width:100%}.shop-page{padding-top:0}.spares__price{width:50%;text-align:left;margin-bottom:20px}.clear-busket{margin-top:30px}.with_top_busket .search-box{right:124px;transform:translate(2000%)}.with_top_busket .search-box.active{transform:translate(0)}.call-box{margin:0;width:100%;position:relative;transform:none;right:auto;border-top:1px solid #e6eaeb;display:none;padding:20px 30px}.call-box p a,.call-box p span{display:block;width:100%;float:none}.call-box p{margin-top:20px}.call-box p:first-child{margin-top:0}.with_top_busket .lang{width:calc(100% - 189px)}.search-box{display:none}.search-box.active{display:block;width:calc(100% - 124px);right:124px;overflow:hidden}.search-box input{padding:17px 20px 17px 0;padding:16px 20px 16px 40px;max-width:250px;width:100%;min-width:1px}.top-busket{position:absolute;border-left:1px solid #e6eaeb;color:#12aaeb;font-size:14px;font-weight:700;line-height:2.86;letter-spacing:2px;top:0;right:0;transition:.3s;text-transform:uppercase;padding:10px 0;width:60px;text-align:center;border-bottom:1px solid #e6eaeb;display:block}.empty-top-busket{display:none}.top-busket:before{content:"";display:inline-block;vertical-align:middle;width:20px;height:20px;background:url(../img/cart.svg) 100%/100% no-repeat}.header-select-cart{position:relative}.header-select-cart .select-toggle{width:calc(100% - 61px)}.empty-top-select{width:100%!important}.search-wrap{float:none;width:100%}.toggle-header .search-wrap .field{width:100%}.menu-scrollTo .top-busket{width:80px;padding:15px 0 16px}.menu-scrollTo .top-busket:before{margin:0}.accordion{margin-top:40px}.shop .conContent{padding:0}#form_form_to{margin:0 30px}.gallery .toggle-header h2{width:100%}.category-select{font-size:14px;padding-left:0;padding-right:0}.gallery-box{margin-top:30px}.btn-blue-box .btn-blue{max-width:320px;min-width:260px}.shop__buttons{margin:60px 30px 25px 0}.category__item p{max-height:160px}.with-three{height:100%;min-height:inherit;max-height:none}.with-three.service__item img{height:50vh}.with-three .img-three,.with-three .service__box{height:auto}.with-three .service__box__inside .h2,.with-three .service__box__inside h2{font-size:46px;margin-bottom:30px;margin-top:0}.with-three .service__box__inside p{line-height:2.22}.callme .request-form .btn-blue{margin-bottom:20px}.accordion__title .cross{float:none;margin-top:0}.model-page .model{height:auto;display:block;margin:0 -30px}.btn-model{position:relative;left:auto;bottom:auto;margin:30px 30px 0}.footer__item:nth-child(2){padding-left:60px}.model-page .model__container{display:none;transform:translateX(0);background-size:cover}.category-select{border-top:0;border-left:0;border-right:0;margin-bottom:20px;color:#6f8f9d;font-weight:500;letter-spacing:.5px;line-height:2.14;border-radius:0}.model-page .model__container.active{display:none}.model-header{font-size:14px;font-weight:700;line-height:2.86;letter-spacing:2px;padding:20px 40px 20px 30px;border-bottom:1px solid #e6eaeb;position:relative}.model-header:first-child{border-top:1px solid #e6eaeb;margin-top:20px}.cross{width:12px;height:12px;float:right;position:absolute;right:30px;top:50%;transform:translateY(-50%)}.cross:after,.cross:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;height:2px;width:100%;background:#12aaeb}.cross:after{transform:rotate(90deg);transition:.3s}.model-header.active .cross:after{transform:rotate(0deg);transition:.3s}.model-page .model__box .h2,.model-page .model__box h2{color:#fff;text-align:left;margin-bottom:10px}.model-page .model__column p{color:#fff;padding:20px 0 15px;font-size:18px}.model-page .model__column{margin-bottom:0;max-width:50%;float:left;width:100%}.model-page .model__price{color:#fff;margin-top:0;margin-bottom:70px;font-size:24px;line-height:1.67;letter-spacing:.4px}.model-page .model__box{padding:0;margin:40px 30px;width:calc(100% - 60px);position:relative}.model-page .model .shadow{display:block;background:rgba(0,0,0,.22);height:100%!important}.model-page .model__box-list{padding:0}.join{padding-top:0;height:auto}.aviable-list .toggle-header h1{width:100%;margin-bottom:30px;font-size:34px;line-height:1.67}.err_btn{margin-top:30px;margin-bottom:40px}.error__title{position:relative;top:0;margin-bottom:40px}.error__content{display:flex;flex-direction:column-reverse}.error__box{margin:60px auto auto}.conContent{padding:0 30px}.conContent .conContent,.request-form .conContent p{padding:0}.model .col-md-9,.model__box-list{width:100%}.aviable__main{height:calc(100vh - 118px)}header.header-fixed{height:60px}header.header-fixed .logo{width:72px;height:36px}header.header-fixed .left{padding:20px 0}.fixed-menu{top:60px}.fixed-height{height:60px}.product-slider-top .swiper-slide{text-align:center}.aviable-scroll .right .find-avto,.aviable-scroll .right .find-diller{padding:14px 0 15px}.fullscreen .news__item{height:auto}.fullscreen .news__item:last-child{width:100%!important;display:flex;margin-bottom:0;padding-bottom:0}.fullscreen .news__item:last-child>a{width:50%}.fullscreen .news__item:last-child>.news__box{width:50%;justify-content:center;display:flex;flex-direction:column}.fullscreen .news__item:last-child>.news__box a.news__status{display:table}.model-page .model__box .model__description>a{max-width:280px;margin:18px 0!important;display:flex!important;justify-content:center;float:right}.news__item{display:block;max-height:inherit}.fullscreen .news{padding:0;height:auto}.category .h2,.category h2{position:relative;padding:40px 0;display:block;text-align:center;left:0;right:0}.model .col-md-9{padding-left:0;min-height:1px}.model__container.active{display:block}.model__container{display:none}.model__price,.model__title{max-width:100%}.fullscreen{overflow:inherit}.main__box .btn-blue{margin:50px 0 0}.fullscreen>.swiper-wrapper{display:block}.fullscreen .swiper-next,.fullscreen .swiper-pagination,.fullscreen .swiper-prev{display:none}.fullscreen .category,.fullscreen .model{padding-top:0}.footer__title a:hover{text-decoration:none}.service__item-right{flex-direction:row}.category-page .category,.fullscreen .category,.fullscreen .model{height:auto;display:block}.aviable{margin-bottom:30px}.aviable-slider{margin:0 80px;overflow:hidden}.category-inside .btn-more,.team-page .btn-more{margin-right:30px;margin-left:30px}.margin{margin-bottom:40px}.margin-half{margin-top:40px}.news-page .btn-more{margin-top:60px}.btn-more{padding:15px 0}.team__item{width:50%;float:left}.toggle-header h1{width:100%}.toggle-header .h2,.toggle-header h2{width:100%;margin:40px 0;font-size:32px;line-height:1.25;letter-spacing:3px}.toggle-header .field{float:none;width:100%;margin-left:0;margin-right:0}.search__item{padding:30px 0}.search__title{font-size:30px}.contact-page .col-md-6{width:100%}h1{margin-bottom:30px;font-size:34px;line-height:1.67}.breadcrumbs{margin:30px 0 10px;line-height:1.43}.event__item{height:600px}.event__item .shadow{display:block}.event__box{padding:30px}.map{margin-left:-30px;margin-right:-30px;width:calc(100% + 60px);height:50vh}.contact__title{margin:30px 0 20px}.category-page .breadcrumbs{position:relative;left:30px;top:20px}.swiper-slide{height:auto;clear:both}.btn-black,.btn-blue{padding:15px 0;letter-spacing:1px}.btn-default{padding:14px 0}.logo{width:72px;height:36px}.category__products{width:auto;margin:0 -15px}.category__product{padding:0 15px;width:50%;margin-bottom:40px}.category__product-title{margin-bottom:10px}.service__item img{width:100%;height:auto;max-height:50vh;object-fit:cover}.service__item>a{width:100%}.service__calc{text-align:left;padding:40px 30px}.service__calc .h2,.service__calc h2{font-size:34px;margin-bottom:30px}.service__calc p{margin-bottom:40px}.service__main .shadow{display:block;height:auto}.service__main{height:auto;background-position:50%}.service__main-box{position:relative;height:auto;padding:35px 30px}.service__main p.hidden-dekstop{font-size:18px;font-weight:500;color:#6f8f9d;letter-spacing:.5px;line-height:2.14}.service__box{width:100%}.service__main-box .breadcrumbs{margin-bottom:25px}.service__main-box h1{font-size:62px}.service__box__inside p{margin-bottom:40px}.service__box__inside .btn-blue{margin-top:0;margin-bottom:20px}.service__box__inside{position:relative;left:0;right:0;padding-bottom:20px;padding-top:20px}.service__box__inside .h2,.service__box__inside h2{max-width:100%;font-size:32px;margin-top:30px;margin-bottom:30px}.contact__infoblock{margin-top:40px;margin-bottom:30px}.contact__infoblock .h2,.contact__infoblock h2{font-size:32px;margin-top:0}.btn-blue.hidden-dekstop{margin:40px auto auto}header{height:60px}.hidden-mob{display:none!important}.hidden-mob.show-tablet{display:block!important;position:absolute;width:100%;height:100%!important}.main{margin-top:60px}.fullscreen .main img{height:auto}.main__box{width:100%;padding:0 30px;left:0;text-align:center}.main__box p{width:100%;line-height:1.43;font-size:14px;letter-spacing:.5px}.main__box .btn-default{margin:20px auto auto;display:block;min-width:260px}.main__box b.h1-box,.main__box h1{margin-bottom:20px;line-height:1.25;letter-spacing:normal;font-size:50px}.shop-page .col-md-6{margin-top:30px;width:50%}.shop-page .col-md-6:nth-child(2){padding-left:0;padding-right:0}.shop-page .col-md-6:nth-child(3){padding-right:30px;padding-left:30px}.product-slider-thumbs .swiper-wrapper{margin-left:calc(-40% - 30px)}.shop__buttons a{display:block}.news__item{width:100%;height:auto;float:none}.news-page .news__item{width:calc(100% + 60px)}.news__box-header{display:block;left:0;text-align:center;position:relative;padding:40px 30px 0}.news__box-header .h2,.news__box-header h2{font-size:32px;line-height:1.25;letter-spacing:1.5px;margin-bottom:30px}.news__box{clear:both}.news__box,.news__item img{height:auto;float:none;width:100%}.news__item img{max-height:320px}.news__status{line-height:1;padding:4px 6px}.news__title{letter-spacing:.5px;margin-top:30px;line-height:1.4}.news__date{left:0;bottom:0;position:relative;margin-top:20px}.category__column{width:100%;clear:both;float:none}.category__column:first-child .category__item p{right:10px;bottom:10px}.category__item img{max-height:320px;width:100%;height:320px}.category__item p{padding:0;font-size:16px;letter-spacing:.5px;line-height:1.88;height:100px;max-width:160px;background:#f4f4f4;width:130px;display:flex;flex-direction:column;justify-content:center;align-items:center}.category .first .category__item{height:auto;text-align:center}.category .first .category__item:last-child{height:auto}.category .first .category__item p{text-align:left}.category .first .category__item .h2,.category .first .category__item h2{position:relative;left:0;right:0;display:block;padding:40px 30px;font-size:32px;letter-spacing:.8px}.category .second .category__item{height:160px}.category .second .category__item:first-child{height:auto}.category .second .category__item:last-child img{width:calc(100% - 160px)}.category .third .category__item,.join__item{height:auto}.join__item:first-child{height:50vh;width:50%;float:left}.join__fb,.join__in{width:100%}.join__fb a{display:flex;flex-direction:row}.join__fb a div{width:50%}.join__box-header{left:0;position:relative;display:block;padding:40px 10px;text-align:center;width:100%}.join__box-header .h2,.join__box-header h2{font-size:30px;letter-spacing:1.5px;margin-bottom:40px}.join__yt{height:50vh}.join__yt .play{width:40px;height:40px}.join__yt p{font-size:14px;line-height:1.43;letter-spacing:.5px;left:35px;bottom:10px}.join__yt p:before{content:"";position:absolute;left:-25px;top:0;background:url(../img/yt1.svg) no-repeat;height:18px;width:18px;display:block}.join__insta{width:100%}.join__insta:before{top:10px;right:10px}.join__fb img,.join__insta img{max-height:320px}.join__fb img{width:50%}.join__fb__box{left:auto;clear:both;position:relative}.join__fb__box .fb{letter-spacing:.5px;margin-bottom:30px}.join__fb__box p{margin-bottom:20px}.join__social a{display:inline-block;position:relative;width:60px;height:40px;border-radius:2px;margin-right:10px}.join__social .fb2{background:#3b5998}.join__social .in2{background:#833ab4}.join__social .yt2{background-color:#cd201f}.fullscreen{height:auto}footer .col-md-3{padding:60px 60px 40px;width:100%}footer .col-md-9{padding:0;width:100%}footer .footer__list{margin-top:40px;margin-bottom:0}footer .footer__social{padding:15px 20px 20px;margin-top:0;text-align:center}footer .footer__social .fb2,footer .footer__social .in2,footer .footer__social .yt2{border-radius:2px;background-color:#151718;width:60px;height:40px;margin-right:10px;margin-bottom:40px;position:relative}footer .footer__social .logo-winner{margin:auto auto 10px;display:block}footer .footer__social p{margin-left:0;width:100%;display:block;text-align:center}footer .footer__item{width:100%!important;float:none;padding:0 60px;text-align:center}footer .footer__item:first-child{padding-top:15px}footer .footer__box{display:none;padding-bottom:30px}footer .footer__title{font-size:16px;position:relative}footer .footer__title:after,footer .footer__title:before{content:"";background:#ced4d6;width:12px;height:2px;position:absolute;right:10px;top:20px}footer .footer__title:after{transform:rotate(90deg);transition:.2s}footer .footer__title.active:after{transform:rotate(0deg);transition:.2s}.model img{max-height:400px}.model-page .model img{height:600px;max-height:100%}.model__box-list{text-align:center;padding:40px 30px 0}.model__title{padding:0;margin:auto auto 30px;font-size:32px;line-height:1.25;letter-spacing:1.5px}.model__container{position:relative;top:0;bottom:0;left:0;right:0}.model__box{position:relative;margin:0;color:#1b1d1f;padding:30px 10px;display:inline-block;width:100%}.model__box .btn-blue{margin:0 auto;display:block;float:right}.model__box .h2,.model__box h2{float:none;text-align:center;margin:auto auto 20px;font-size:24px;line-height:1.67;letter-spacing:1px}.model__column{position:relative;max-width:100%;margin-bottom:25px}.model__column p{border-bottom:1px solid #e6eaeb;margin-right:30px;max-width:calc(50% - 30px);float:left}.model__price{position:relative;display:inline-block;width:47%}.model__price p{margin-top:20px;display:block;width:100%;margin-bottom:20px}.model__price p span{margin-top:-5px;font-size:32px;display:inline-block;margin-left:2%}.img-four{overflow:hidden;padding-bottom:20px}.img-four .swiper-wrapper{display:-ms-flexbox;display:flex}.img-four img{width:100%;height:100%;object-fit:cover}.img-four .swiper-slide:first-child,.img-four .swiper-slide:nth-child(2),.img-four .swiper-slide:nth-child(3),.img-four .swiper-slide:nth-child(4){-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;float:none}.img-four .swiper-pagination{display:block;position:absolute;bottom:0;left:0;right:0}.img-four .swiper-pagination .swiper-pagination-bullet{margin:0 4px;width:6px;height:6px;opacity:1;background:#e6e9eb;vertical-align:middle}.img-four .swiper-pagination .swiper-pagination-bullet-active{width:10px;height:10px;background:#13aaeb}.car-page .breadcrumbs{margin-top:30px}.main-parametr{margin-bottom:15px;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap;display:block;text-align:center}.main-parametr__item{margin:0 0 20px;width:calc(33.33333% - 78px);padding:0 0 15px;float:left;text-align:left}.main-parametr__item p.price{font-size:26px}.main-parametr .btn-blue{margin:30px auto 0;max-width:320px;float:none;width:100%;display:inline-block}.parametr .h2,.parametr h2{margin-bottom:30px;font-size:34px;line-height:1.67}.parametr__flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.parametr__item{width:33%}.img-three img,.service__item .img-three img{width:50%;height:50%}.img-three img:first-child{height:50%;width:100%}.img-three img:last-child{width:50%;height:50%}.img-three.img_fancybox a{width:50%;height:50vh}.img-three.img_fancybox a:first-child{width:100%;height:50vh}.img-three.img_fancybox a:last-child{width:50%;height:50vh}.static-page .service__main p.hidden-dekstop{color:#1b1d1f}.big-shadow .conContent .h2,.conContent h2{margin-top:40px;margin-bottom:30px;font-size:28px}.infoblock__title{margin:20px 30px;font-size:32px}.infoblock__subtitle{margin:20px 30px;font-size:28px}.conContent ol{padding-left:18px}.conContent ol li,.conContent p,.conContent ul li{line-height:2.14;letter-spacing:.5px}.conContent ul{padding-left:0}.conContent ul li:before{top:17px}.conContent table{margin:30px -20px;width:calc(100% + 40px)}.conContent table td,.conContent table th{padding:20px 0}.conContent table tr th:first-child{padding-left:20px}.conContent table tr td{text-align:left}.conContent table tr td:last-child{padding-right:20px}.conContent table tr td:first-child{padding-left:20px}.conContent table thead tr th{text-align:left}.conContent table thead tr th:first-child{padding-left:20px}.conContent table thead tr th:last-child{padding-right:20px;text-align:right}.content-slider{height:50vh}.container-fluid .select-toggle{margin-left:-30px;margin-right:-30px;margin-top:-1px;width:calc(100% + 60px)}.select-box .field-select{width:calc(50% - 50px);margin-bottom:20px}.accordion .h2,.accordion h2{margin-top:40px;margin-bottom:20px;font-size:26px}.accordion__box{margin-right:-30px;margin-top:-1px}.accordion__title{font-size:20px}.accordion__title .cross{width:60px;height:60px;margin:30px 20px -31px 30px}.accordion__title .cross:before{height:12px;width:2px}.accordion__title .cross:after{height:2px;width:12px;transform:inherit;transition:none}.accordion__container,.accordion__item{padding-left:0}.accordion__check{float:left;width:60px}.accordion__check .field-check{padding:25px 15px}.accordion__list{float:right}.accordion__name,.accordion__price,.accordion__score{line-height:4.56}.accordion__item.last{padding-left:30px}.accordion__item.last .accordion__name,.accordion__item.last .accordion__price{padding:20px;font-size:22px}.accordion__item.last .accordion__name{width:70%}.accordion__main{margin-top:30px;padding-left:0}.accordion__main .accordion__name,.accordion__main .accordion__price{width:50%;font-size:24px}.accordion__bottom{padding-left:0;margin-top:30px}.accordion__bottom .btn-blue{float:none;margin:auto}.accordion__bottom__right{float:none;width:100%;margin-top:40px}.cart__title,.id{display:block;width:100%;margin-bottom:10px}.cart__score{display:block;width:100%;margin-bottom:30px;text-align:left}.cart__close{position:absolute;top:10px;right:0}.cart__price{width:auto;margin-left:30px}.cart__main{margin-top:30px;margin-right:0}.bottom-form{margin-top:80px}.bottom-form .field-description{width:calc(49% - 50px);margin-bottom:10px}.spares__title{width:80%;display:block;margin-bottom:10px}.spares__item_noid .spares__score,.spares__score{width:44%;text-align:left;margin-bottom:20px}.spares-page .top-busket{padding:20px 0;width:60px;text-align:center;border-bottom:1px solid #e6eaeb}.spares-page .top-busket:before{margin-right:0}.spares-page .select-toggle{width:100%}.spares-page .btn-more{margin-top:30px}.spares-page .h2,.spares-page h2{margin-bottom:30px;font-size:34px;line-height:1.67;margin-top:60px}.spares-page .bottom-form .field-check{margin-left:20px}.car-description{padding:40px 30px}.car-description .conContent .h2,.car-description .conContent h2{margin-bottom:30px;font-size:34px;line-height:1.67}.accesories .h2,.accesories h2,.aviable .h2,.aviable h2{margin-bottom:30px;font-size:34px;line-height:1.67;margin-top:30px}.aviable-page .parametr h2{margin-top:30px}.big-shadow{height:auto;min-height:1px}.big-shadow img{height:auto}.big-shadow .shadow{display:block}.big-shadow .conContent{padding:40px 30px;margin:0}.big-shadow .conContent .h2,.big-shadow .conContent h2{margin-bottom:30px;font-size:34px;line-height:1.67}.service-mob{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.gal-foto{width:50%}.gal-foto,.gal-foto.height{height:auto}.gallery{margin-top:10px}.gallery .select-box{margin:0}.aviable__title{margin:20px 0 10px}.accesories__title{font-size:26px;margin:10px 0}.accesories__price{font-size:20px;margin-bottom:20px}.accesories-slider{padding-bottom:40px}.accesories-slider .swiper-pagination{display:block;position:absolute;bottom:20px;left:0;right:0}.accesories-slider .swiper-pagination .swiper-pagination-bullet{margin:0 4px;width:6px;height:6px;opacity:1;background:#e6e9eb;vertical-align:middle}.accesories-slider .swiper-pagination .swiper-pagination-bullet-active{width:10px;height:10px;background:#13aaeb}.aviable-scroll .sticky{background:#fff!important}.aviable-scroll .select-toggle{width:calc(100% - 124px);margin-top:0;padding:12px 30px;border-radius:0}.parametr__flex,.parametr_avaible__flex{flex-flow:row wrap;justify-content:flex-start}.aviable-page .parametr__item{width:33.333333333%}.aviable-scroll .right{width:auto;padding:0}.aviable-scroll .right a{width:60px;margin:0;text-align:center;padding:18px 0 19px}.aviable-scroll .right a:before{margin:0}.aviable-scroll .right .find-avto{border-right:1px solid #e6eaeb;border-left:1px solid #e6eaeb}.accesories-list-slider{padding:0 10px}.accesories-list-slider .swiper-next,.accesories-list-slider .swiper-prev{display:none}.accesories-list-slider .swiper-wrapper{display:block;height:auto}.accesories-list-slider .swiper-slide{text-align:center;margin-bottom:30px}.accesories-list__title{margin-top:0}.aviable-list .btn-more{margin:0 30px 30px;width:auto}.menu{display:none;top:60px;width:100%;left:0;border:none}.menu__container{padding:10px 20px 10px 30px}.menu__second{margin:0;padding:30px}.menu-top-scroll{height:calc(100vh - 215px);overflow:auto}.menu-top-scroll .swiper-wrapper{display:block}.menu .logo-winner{margin:20px auto 0;width:72px;height:36px;position:static;width:100%}.menu .contact__title{font-size:16px;line-height:1.88;letter-spacing:.5px}header .left{left:18px;padding:20px 0}header .left .burger{width:24px}header .left .burger:after{width:14px}header .left:hover .burger,header .left:hover .burger:after,header .left:hover .burger:before{background:#1b1d1f}header .left:hover .burger:after{left:0}header .left.active-mob .burger,header .left.active-mob .burger:after,header .left.active-mob .burger:before{background:#12aaeb}header .left.active-mob .burger:after{left:10px}.car-page .toggle-header h1{font-size:38px;line-height:45px}.aviable-list .swiper-slide{width:33.3333333333%;float:left;margin-bottom:35px;display:block;text-align:left;clear:none}.team__item img{width:100%;object-fit:cover}input::-webkit-input-placeholder{text-overflow:ellipsis;font-size:14px;line-height:2}input:-moz-placeholder,input::-moz-placeholder{text-overflow:ellipsis;font-size:14px;line-height:2}input:-ms-input-placeholder{text-overflow:ellipsis;font-size:14px;line-height:2}.gal-foto a{display:block}.model-page .toggle-header h1{width:100%}.main__box.with-configurator a.hidden-dekstop{padding:10px 18px;max-width:240px;width:100%;display:block;min-width:200px}}@media (max-width:1024px) and (max-height:739px){.model__column{max-width:73%;float:left;width:100%}.model__description a{float:none!important;max-width:289px!important;width:100%;margin:0 15px 10px 0!important}.category-page .breadcrumbs{top:0}}@media (max-width:900px){.main-parametr__item:first-child,.main-parametr__item:nth-child(2),.main-parametr__item:nth-child(3){margin:0;min-width:100%}.aviable-list .swiper-slide{width:50%;float:left;margin-bottom:20px;display:block;text-align:left;clear:none}.block_inside .map{min-height:32vw}.slider-auto .main__box{bottom:0;display:flex;flex-flow:row wrap;margin-top:3vw;align-items:flex-start;align-content:space-between}.slider-auto .main__box h1{width:100%;text-align:center;margin-bottom:0;font-size:6vw}.slider-auto .main__box h1 span{display:block;margin-top:1vw;font-size:3vw}.slider-auto .main__box p{margin-bottom:auto;margin-top:3vw}.slider-auto .main__box.with-configurator a.hidden-dekstop,.slider-auto .main__box a.hidden-dekstop{margin:auto auto 3vw;padding:1vw 3vw;min-width:45%;max-width:45%}.hide-900{display:none}}@media (max-height:870px){.aviable-list__box .h2,.aviable-list__box h2{font-size:5vh;margin-bottom:20px}.aviable-list__box .btn-default{padding:12px 24px}.aviable-list .swiper-slide a img{margin-bottom:5px}}@media (max-width:768px){.accordion__box{margin-right:-25px;margin-left:-25px;margin-top:-1px;width:calc(100% + 50px)}.accesories-list-slider{margin-top:0}.category__product a:first-child{height:auto}.request-form,.request-page{padding:0 30px}.model-page .model__price{margin-bottom:15px}.model-page .model__column p{padding:15px 0 10px}.model-page .model .shadow{background:rgba(0,0,0,.42)}.gallery-box img{height:auto}.accesories{padding-top:30px}.gallery{margin-top:0}.accesories .swiper-slide img{max-width:50%}.accesories__title{font-size:18px}.gal-foto.height{height:auto}.spares__total{font-size:14px;line-height:1.6;margin-bottom:15px}.model__description .btn_wrap a{float:right;max-width:289px;width:100%;margin:15px 0;justify-content:center}.toggle-header .field-label b:before{margin-top:0}.to_top{display:none;position:fixed;right:40px;bottom:40px;height:30px;width:30px;z-index:999;background:url(../img/arrows-top.svg)}.breadcrumbs{margin:0;padding:15px 0 10px}.service__box__inside .btn_wrap{max-width:260px;position:static;text-align:center;margin:auto}.service__box__inside .btn-blue{max-width:260px;display:inline-block;width:100%;margin:25px auto 0}.info_window,.info_window *{max-width:251px}.info_window{border:none!important}.info_window>div:first-of-type>div:first-child,.info_window>div:first-of-type>div:nth-child(3){display:none}.info_window>div:first-of-type>div:nth-child(4){max-width:249px!important}.mobile_header_box{position:absolute;top:0;left:30px;right:30px;z-index:9}.mobile_header_box a,.mobile_header_box h1{color:#fff}.mobile_header_box .breadcrumbs{padding:10px 0}.accordion__main .accordion__name{float:left;width:60%}.accordion__main .accordion__price{width:40%}.accordion__title .cross:before{top:-1px}.accordion__title .cross:after{top:2px}.shop-page .col-md-6:nth-child(2){padding:0 10%}.product-slider-top img{max-height:350px;object-fit:contain}.shop-page .col-md-6{margin-top:30px;width:100%}input[placeholder]{text-overflow:ellipsis}input::-webkit-input-placeholder{text-overflow:ellipsis;font-size:14px}input:-moz-placeholder,input::-moz-placeholder{text-overflow:ellipsis;font-size:14px}input:-ms-input-placeholder{text-overflow:ellipsis;font-size:14px}.btn-black{display:block;max-width:260px;margin:30px auto 0}.field-description .field{top:0}.toggle-header .field-input{padding-left:30px}.field-select .mob-select{padding:10px 0;height:55px;font-size:13px;font-weight:500;font-family:AvenirNext,sans-serif}.shop__size a{max-width:60px}.shop-page .col-md-6:nth-child(3){margin-top:20px}.service__box__inside.scrollable_block{padding:20px 30px;height:auto}.car-page .toggle-header h1,.category h1,.model-page .toggle-header h1{font-size:24px;line-height:40px;letter-spacing:1px;width:100%;margin-bottom:15px}.car-page .breadcrumbs{margin:0}.more__item{width:50%!important}.menu .logo-winner{margin:0 auto;background-size:120px;background-position:50%;background-color:#fff;width:100%;bottom:0;height:53px;z-index:150}.menu-top-scroll{height:calc(100vh - 225px)}.bottom-form .field-description .field-select{margin-top:0;margin-bottom:10px}.content-slider .swiper-next,.content-slider .swiper-prev{bottom:0}@keyframes anim-1{50%{opacity:0;transform:translate3d(2em,0,0)}51%{opacity:0;transform:translate3d(-2em,-40%,0)}to{opacity:1;transform:translate3d(0,-200%,0)}}.btn-share-box .hidden_share{left:inherit;width:181px;right:50%;top:50%;transform:translate(50%,-50%)}.model-page .btn-blue,.model-page .btn-default{display:block;max-width:260px}.model-page .btn-default{margin:20px auto 0}.chosen-container{padding-left:0;padding-right:0}.chosen-container-single .chosen-single span{font-size:14px;line-height:1}.with-three .service__box__inside .h2,.with-three .service__box__inside h2{font-size:24px}.with-three .service__box__inside p{line-height:2.14}.select-box .field-select{width:calc(100% - 50px)}.field-input{height:100%;padding:25px 20px 15px}.field-select{margin-bottom:10px}.model-page .model__column p span{margin-top:-5px}.aviable-list .toggle-header h1{font-size:24px;margin-bottom:20px}select{background:#fff url(../img/caret-down.svg) 97%/2.5% no-repeat}.callme{top:calc(100% + 10px);z-index:21;left:0;right:0}.callme .btn-blue{max-width:100%;min-width:100%}.contact__description:last-child{margin-top:40px}.contact__description p{font-size:15px;line-height:2.14;letter-spacing:.5px;margin-bottom:20px;display:inline-block;width:100%}.contact__description p i{float:none;width:auto;font-size:14px;display:block}.contact__description span{font-size:14px;line-height:2.14;letter-spacing:.5px}.contact__description span i{font-size:14px}.btn-more{line-height:3;letter-spacing:1.5px;padding:15px 0;font-size:10px}.team-page .team__item:last-child{margin-bottom:0}.team{margin:0}.team__item{width:50%;padding:0 15px}.team__item img{margin:auto;display:block;width:100%;object-fit:cover}.team__box{margin-left:30px;margin-right:30px;margin-bottom:40px}.team__box a{font-size:14px;line-height:2.14;letter-spacing:.5px;font-weight:500}.team__title{font-size:16px;letter-spacing:.5px;line-height:1.67}.team__description{font-size:14px;letter-spacing:.5px;line-height:2.14;margin-bottom:20px}.toggle-header h1,h1{font-size:24px;line-height:40px;margin-bottom:15px}.model__column p{float:none;max-width:100%;margin-right:0;margin-bottom:5px;font-size:12px;line-height:1.67;letter-spacing:.4px}.model__column p span{font-size:16px;line-height:1.88;letter-spacing:.5px}.model__price p{font-size:12px;line-height:1;letter-spacing:.5px;margin-top:30px}.model__price p span{letter-spacing:.5px;margin-top:-20px}.event__item{height:auto;margin-bottom:0;margin-left:-30px;margin-right:-30px;width:calc(100% + 60px)}.event__item img{max-height:320px}.event__item .shadow{display:none}.event__box{position:relative;padding:30px 30px 40px;color:#1b1d1f}.event__date{color:#6f8f9d;font-size:14px;font-weight:500;line-height:2.14}.event__date,.event__title{letter-spacing:.5px;margin-bottom:20px}.event__title{line-height:2.22;font-size:18px}.event__description{font-size:14px}.event .btn-blue{margin:30px auto auto;max-width:260px}.category .first .category__item .h2,.category .first .category__item h2{font-size:24px;letter-spacing:1px;line-height:1.67;text-align:left}.category__products{margin:0 -30px}.category__product{width:100%;padding:0}.category__product-title{font-size:18px;line-height:2.22;letter-spacing:.5px}.category__product-price{font-size:18px;line-height:1.88;letter-spacing:.5px}.service__calc .h2,.service__calc h2{font-size:24px;line-height:1.67;letter-spacing:1px}.service__calc p{font-size:14px;line-height:2.14;font-weight:500;letter-spacing:.5px}.service__box__inside .h2,.service__box__inside h2{font-size:24px;line-height:1.67;letter-spacing:1px;margin-top:0}.service__box__inside p{font-size:14px;line-height:2.14;font-weight:500;letter-spacing:.5px;margin-bottom:0}.btn-blue{margin:40px auto}.service__main-box{height:100%;position:relative;padding-top:30px}.service__main-box h1{font-size:32px;line-height:1.25;letter-spacing:1px;margin-bottom:20px}.service__main,.service__main .shadow{height:100%;position:relative;background-position:50%;background-attachment:scroll}.service__main .shadow{position:absolute;top:0;left:0}.contact__infoblock .h2,.contact__infoblock h2{font-size:24px;line-height:1.67;letter-spacing:1px}.product-slider-thumbs .swiper-wrapper{margin-left:-40%}.shop-page h1{margin-bottom:10px;font-size:20px;line-height:1.5}.shop__price{width:100%;padding:0;font-size:18px;line-height:1.7;letter-spacing:.5px;margin-bottom:20px}.shop__status{width:100%;margin-bottom:0;font-size:10px;font-weight:700;line-height:2.5;letter-spacing:1.7px}.shop__color,.shop__size{width:100%;padding:0;margin-bottom:20px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.shop__title{width:100%}.shop__buttons{margin:10px 0}.shop__buttons .btn-blue-box,.shop__buttons .btn-share-box{width:100%;text-align:center;padding:0;float:left;margin:0}.shop__buttons .btn-blue-box>a,.shop__buttons .btn-share-box>a{margin:0 auto;width:100%;max-width:none}.shop__buttons .btn-share-box>a{line-height:55px}.ya-share2__container_size_m .ya-share2__item{margin:5px 10px 5px 0}.ya-share2__container_size_m .ya-share2__icon{height:36px!important;width:33px!important}.shop .conContent p{font-size:14px;font-weight:500;line-height:2.14;letter-spacing:.5px}.page-href{margin-top:40px}.page-href a{padding:30px 0}.parametr .h2,.parametr h2{font-size:24px}.parametr__item{width:100%;margin-bottom:10px}.parametr__item:last-child{margin-bottom:0}.parametr__item span{font-size:14px;line-height:1.5;margin-bottom:0}.parametr__item p{font-size:18px;letter-spacing:.5px;line-height:1.5}.service__main p.hidden-dekstop{font-size:14px;padding:0}.big-shadow .conContent .h2,.conContent h2{font-size:18px;line-height:2.22;letter-spacing:.5px}.conContent p{margin-bottom:20px}.conContent ol li,.conContent p,.conContent ul li{font-size:14px}.conContent ul li{padding-left:30px}.conContent ul li:before{top:13px;width:18px}.conContent table th{font-size:14px;padding:10px 0 5px}.conContent table td{font-size:14px;padding:5px 0 10px}.conContent table tr th:first-child{width:100%;display:block}.conContent table tr td:last-child{width:100%;display:block;text-align:left;padding-left:20px}.content-slider .swiper-pagination{bottom:15px}.content-slider .swiper-pagination .swiper-pagination-bullet{margin:0 4px}.field-check label:before{width:20px;height:20px}.search__title{font-size:18px;font-weight:700;line-height:2.22;letter-spacing:.5px;margin-bottom:10px}.search__description{font-size:14px;font-weight:500;line-height:2.14;letter-spacing:.5px}.accordion .h2,.accordion h2{font-size:18px;line-height:2.22;letter-spacing:.5px}.accordion__title{font-size:16px;line-height:1.88;letter-spacing:.5px;line-height:59px;margin:0;padding-left:80px;position:relative;border-top:0}.accordion__item{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.accordion__list{width:calc(100% - 60px);padding:30px 0 30px 20px;float:none}.accordion__name{display:block;width:100%;margin-bottom:10px}.accordion__name,.accordion__score{font-size:14px;letter-spacing:.5px;line-height:1}.accordion__score{width:30%}.accordion__price{font-size:14px;line-height:1;letter-spacing:.5px;width:58%}.accordion__check{float:none;position:relative}.accordion__check .field-check{padding:25px 20px}.accordion__check .field-check label{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:20px;height:20px}.accordion__item.last{display:block;padding:20px 0 20px 30px}.accordion__item.last .accordion__name{width:100%;padding:0;margin-bottom:10px;font-size:16px;line-height:1.88;letter-spacing:.5px}.accordion__item.last .accordion__price{padding:0}.accordion__item.last .accordion__price,.accordion__main .accordion__name{font-size:18px;line-height:2.22;letter-spacing:.5px}.accordion__main .accordion__price{font-size:24px;line-height:1.67;letter-spacing:1px}.accordion__main .conContent p{font-size:14px;line-height:1.43;letter-spacing:.5px;margin-bottom:10px}.accordion__bottom__right{column-count:1}.accordion__bottom__right a{display:block;font-size:12px;line-height:2.5;letter-spacing:1px;margin-bottom:0}.field-input,.field-label{font-size:14px;padding-left:0;padding-right:0}.field{margin-bottom:10px;font-size:14px;line-height:2.14}.field-check label{font-size:14px;white-space:normal}.field-check label br{display:none}.field-description{margin-bottom:10px}.field-description .field-check{padding:0}.field-description .field-check label{font-size:12px}.field-description p{padding:0;font-size:12px}.request-form .btn-blue{margin-top:40px}.id{font-size:14px;letter-spacing:.5px;line-height:1.43}.cart__title{font-size:16px;letter-spacing:.6px;line-height:1.25}.cart__score{font-size:14px;letter-spacing:.5px;line-height:1.43}.cart__close{position:absolute;top:10px;right:0;width:25px;height:25px}.cart__price{font-size:16px;letter-spacing:.6px;line-height:1.25}.cart__count a{padding:0 20px}.cart__main{float:none;margin-top:30px;margin-right:0}.cart__main p{font-size:16px;letter-spacing:.6px;line-height:1.88}.cart__main p>span{font-size:24px;line-height:1.67;letter-spacing:1px}.bottom-form{margin-left:0;margin-right:0;margin-top:40px}.bottom-form .field-description{width:100%;margin:0 0 30px}.bottom-form .btn-blue{margin:20px auto 0}.field-title{margin-bottom:0;font-size:16px;line-height:1.88;letter-spacing:.5px}.spares__title{font-size:16px;letter-spacing:.6px;line-height:1.25}.spares__item_noid .spares__score,.spares__score{font-size:14px;width:49%;letter-spacing:.5px;margin-bottom:20px}.spares__price{width:49%;margin-bottom:20px}.spares__count input{font-size:14px;letter-spacing:.4px}.spares__count a{padding:0 15px}.spares-page .in-busket{margin-left:10px;max-width:140px;padding-right:0}.spares-page .bottom-form .field-check{display:block;float:left;margin-left:0;width:100%;margin-top:20px}.main-parametr__item span{font-size:14px;line-height:2.14;letter-spacing:.5px}.main-parametr__item p{font-size:16px;line-height:1.88;letter-spacing:.5px}.main-parametr__item .price{font-size:18px;line-height:2.22}.service__box__inside ul{column-count:2;padding-left:0;padding-bottom:20px!important}.service__box__inside ul li{font-size:14px;line-height:2.14;letter-spacing:.5px;padding-left:20px}.toggle-header .h2,.toggle-header h2{font-size:24px;line-height:1.67;letter-spacing:1px}.aviable__main-box{padding:30px 30px 40px;display:block;margin-top:calc(25vh - 80px)}.aviable__main-box h1{font-size:32px;line-height:1.25;letter-spacing:1px;margin-bottom:20px}.aviable__main-price{font-size:24px;font-weight:600;line-height:1.67;letter-spacing:1px;margin-bottom:0}#controls{display:none!important}.aviable__main{height:calc(100vh - 171px)}.aviable__main video{height:auto}.car-description{text-align:left}.car-description .conContent .h2,.car-description .conContent h2{font-size:24px;letter-spacing:1px}.aviable-page .parametr__flex{margin-bottom:10px}.aviable-page .parametr__item{width:33.3333333%;margin-bottom:20px}.big-shadow{text-align:left}.big-shadow .conContent .h2,.big-shadow .conContent h2{font-size:24px;line-height:1.67;letter-spacing:1px;margin-top:10px}.gal-foto{width:100%;height:100%}.accesories .h2,.accesories h2,.aviable .h2,.aviable h2{font-size:24px;letter-spacing:1px}.aviable__title{font-size:16px;line-height:1.88;letter-spacing:.5px}.accesories-list-slider .swiper-slide{text-align:left;margin-bottom:30px}.accesories-list-slider .swiper-slide img{width:100%;object-fit:cover}.accesories-list__title{margin-left:20px;margin-right:0}.category .h2,.category h2,.model__title{font-size:24px;line-height:40px;padding:35px 0 40px}.fullscreen .model__title{padding:0}.model__box .h2,.model__box h2{font-size:19px;margin-bottom:10px}.model__box{padding-top:10px}.aviable-list__box .h2,.aviable-list__box h2{font-size:32px;line-height:45px}.team__item:nth-child(odd){padding-left:0}.team__item:nth-child(2n){padding-right:0}.main__box{position:absolute;margin:auto}.accordion__title .cross{width:60px;height:60px;margin:0;position:absolute;left:0;top:50%}.news__box{padding:15px 30px 0}.news__title{margin-top:10px}.news__date{margin-top:5px}.news__item{margin-bottom:0}}@media (max-width:767px){.accesories-list-slider .swiper-slide{box-shadow:0 1px 0 0 #e6eaeb}.service__box__inside ul{column-count:1}}@media (max-height:750px){.mac_Book_devise .news__item{max-height:calc(50vh - 40px);min-height:calc(50vh - 40px);height:calc(50vh - 40px)}.accesories-list__title{margin-top:0}}@media (max-width:700px){.main__box b.h1-box,.main__box h1{font-size:8vw;padding-left:10px;padding-right:10px}}@media (max-width:600px){input::-webkit-input-placeholder{text-overflow:ellipsis;font-size:12px!important;line-height:2.5!important}input:-moz-placeholder,input::-moz-placeholder{text-overflow:ellipsis;font-size:12px!important;line-height:2.5!important}input:-ms-input-placeholder{text-overflow:ellipsis;font-size:12px!important;line-height:2.5!important}.model__price{position:relative;display:inline-block;width:100%;text-align:center}.img-three.img_fancybox a{width:100%!important}.model__description .button_wrap{text-align:center;display:block;float:none}.model__box .btn-blue{float:none!important;max-width:240px;margin:auto!important;display:inline-block;width:100%;min-width:1px}.news-page{padding:0}.accordion__title{font-size:12px}.aviable-page .parametr__item{width:50%;margin-bottom:15px}.aviable-list .swiper-slide{width:100%;float:left;margin-bottom:20px;display:block;text-align:left;clear:none}.spares-page .in-busket{float:right}.spares__title{width:100%}.img-two>a{width:100%;max-height:300px}.more__item,.more__item:last-child,.more__item:last-child>a:not(.in-busket){width:100%!important;flex-direction:column;padding:0 0 20px;box-shadow:0 1px 0 0 #e6eaeb}.fullscreen .more__item,.news__item.more__item:last-child a{box-shadow:none}.more__item:last-child .news__box{width:100%!important;display:block}.join__insta{width:100%;display:block}.join__box-header{padding:10px;margin:0 auto 30px}.join__item{height:100%}.join__yt{height:50vh;width:100%}.join__item:first-child{height:auto;width:100%;float:left}.join__in{flex-direction:column}.join__fb,.join__in{width:100%}.join__fb a{flex-direction:row;display:flex;flex-direction:column-reverse}.join__fb a div,.join__fb a img{width:100%;float:left}.aviable__main img{width:100%;object-fit:cover}.request-form .btn-blue{margin:30px auto 0;display:block;max-width:260px;min-width:1px;width:100%}.spares__price{text-align:right}.spares-page .more__item:last-child{width:100%!important}.news-page .news__item{box-shadow:none}.parametr__ul{column-count:1}.shop__buttons .btn-blue-box,.shop__buttons .btn-share-box{float:none;margin:0 auto 20px;max-width:300px}.shop__buttons .btn-share-box{margin-bottom:-15px}.model-page .model__column{max-width:100%}.model__description .btn_wrap{flex-direction:column;width:100%;justify-content:center;align-items:center}.model-page .model__description .btn_wrap a{margin:15px auto 0!important;max-width:300px!important;min-width:1px}.parametr_avaible__flex~.margin{margin-bottom:40px}.aviable-page .parametr__flex,.car-description .conContent p{margin-bottom:0}.aviable-page .parametr__item,.aviable-page .parametr__item:last-child,.aviable-page .parametr__item:nth-last-child(2),.aviable-page .parametr__item:nth-last-child(3){margin-bottom:5px}.slider-auto .main__box{padding:0}.slider-auto .main__box.with-configurator a.hidden-dekstop,.slider-auto .main__box a.hidden-dekstop{width:auto;font-size:2vw;min-width:50%;max-width:100%;margin:auto auto 0;height:35px;display:flex;align-items:center;justify-content:center}.fullscreen .main img{margin-bottom:35px}}@media (max-width:550px){.team__item{width:calc(100% + 60px);margin-left:-30px;margin-right:-30px;padding:0}.team__description{margin-bottom:5px}.accordion__main .accordion__name{width:100%}.accordion__main .accordion__price{width:100%;text-align:left}}@media (max-width:498px){.search-box.active{width:calc(100% - 61px);right:61px}.mobile_header_box h1{font-size:18px}.mobile_header_box .breadcrumbs{max-height:52px;overflow:hidden;margin-top:0}.aviable-page .parametr__item{width:100%}.aviable-list__box .h2,.aviable-list__box h2{font-size:24px;line-height:40px}.hover__item{width:100%;padding-right:0}.click_menu .hover__box{padding:20px 10px}.field-select .mob-select{text-align-last:left}.mob-select{text-align-last:center;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px}.cart__main p>span{margin-top:10px;margin-left:0;display:block}.with_top_busket .lang a{margin-right:10px}.btn-share-box .hidden_share{margin:auto}select{-webkit-appearance:none;background:#fff url(../img/caret-down.svg) 96%/4.5% no-repeat}.aviable-slider{margin:0}.product-slider-thumbs .swiper-wrapper{margin-left:calc(-40% + 20px)}.img-four{height:30vh}.cart__count a,.spares__count a{padding:0 10px;width:20px}.model-page .btn-blue,.model-page .btn-default{min-width:100%}.model-page .btn-blue.btn-model{min-width:auto}.category__item{width:100%;float:left}.category__column__2 .category__item,.category__column__2 .category__item:first-child{height:50%}.category__column__2 .category__item:first-child p{bottom:10px;right:10px}.category__column__2 .category__item:last-child p{height:100px;top:inherit;right:10px;bottom:10px}.category__column__3 .category__item:first-child p{bottom:10px;right:10px}.category__column__3 .category__item:last-child p{bottom:10px;right:10px;top:auto}.category__column__2 .category__item:last-child img{width:100%}.spares__item_noid .spares__score,.spares__score{width:51%}.spares__price{width:44%}.main__box{padding:0 10px}.aviable__main-box{padding:30px 10px 40px}}@media (max-width:359px){.menu-top-scroll{height:calc(100vh - 250px)}.btn-share-box .hidden_share{margin:auto}}@media print{body{padding:0!important;font-weight:400!important}form{width:100%!important}.container-fluid{padding:0 10px!important}.printing{display:block!important}.accordion *{line-height:normal!important;padding:0!important;font-weight:400!important}.menu-scrollTo{display:none!important;height:0!important}.accordion__check .field-check{padding:0!important}.to-page h1{margin-bottom:20px!important;text-align:center;font-size:25px}.print-none,.print_hide{display:none!important;height:0!important}.accordion{display:block!important;margin:0 0 30px!important;padding-top:30px!important;padding-bottom:30px!important}.chosen-container{padding:10px 0!important;display:block!important;float:left!important}.accordion__title{text-align:center}.accordion__title .cross{display:none!important}.accordion__item{display:block!important;padding:10px 0 0!important;clear:none!important}.accordion__list{width:100%;clear:both}.accordion__name,.accordion__price,.accordion__score{float:left;line-height:1.2!important;display:block!important;font-size:14px!important}.accordion__price,.accordion__score{font-size:12px!important}.accordion__name{width:75%!important;float:left!important;padding-left:25px!important}.accordion__score{width:10%!important;float:left!important}.accordion__price{width:15%!important;float:right!important}.accordion__main{position:relative;top:30px;margin-top:50px;padding:30px 0 0!important}.accordion__main .conContent{clear:both}.select-box .field-select{width:calc(50% - 50px)}.accordion__box{border:0;padding-bottom:20px;margin-bottom:20px}.accordion__container{display:block!important}.accordion__title{border-top:0;font-size:16px;padding:0 0 20px!important}.accordion__check .field-check{display:none!important}.select-box .field-select{margin-bottom:0}div{display:block!important}.accordion__main .conContent p{font-size:70%!important}}.menu-scroll .swiper-slide{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.category__product-title{display:inline-block}.contact-page>.offset-bottom{padding-bottom:60px}.menu-scrollTo.fixedSubMenu{display:block;width:100%;top:0;position:fixed;z-index:16}.menu-scrollTo{position:relative}.menu_all_pages .sticky .top-busket{padding:10px 0}.request-form .conContent p{margin-bottom:0;padding:15px;max-width:100%}.model__list.bottom_position:before{top:0;background:-moz-linear-gradient(0deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.7) 42%);background:-webkit-gradient(linear,0deg,color-stop(0,hsla(0,0%,100%,0)),color-stop(42%,hsla(0,0%,100%,.7)));background:-webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.7) 42%);background:-o-linear-gradient(0deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.7) 42%);background:-ms-linear-gradient(0deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.7) 42%);background:linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.7) 42%)}.model__list.bottom_position:before,.model__list.top_position:after{content:"";position:absolute;display:block;width:calc(100% - 40px);height:45px;left:0;z-index:12;pointer-events:none}.model__list.top_position:after{bottom:0;background:-moz-linear-gradient(0deg,hsla(0,0%,100%,.7) 68%,hsla(0,0%,100%,0) 100%);background:-webkit-gradient(linear,0deg,color-stop(68%,hsla(0,0%,100%,.7)),color-stop(100%,hsla(0,0%,100%,0)));background:-webkit-linear-gradient(0deg,hsla(0,0%,100%,.7) 68%,hsla(0,0%,100%,0));background:-o-linear-gradient(0deg,hsla(0,0%,100%,.7) 68%,hsla(0,0%,100%,0) 100%);background:-ms-linear-gradient(0deg,hsla(0,0%,100%,.7) 68%,hsla(0,0%,100%,0) 100%);background:linear-gradient(0deg,hsla(0,0%,100%,.7) 68%,hsla(0,0%,100%,0))}.swiper-scroll.left_position:after{width:150px;right:0;background:-moz-linear-gradient(9deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.96) 50%);background:-webkit-gradient(linear,90deg,color-stop(0,hsla(0,0%,100%,0)),color-stop(50%,hsla(0,0%,100%,.96)));background:-webkit-linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.96) 50%);background:-o-linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.96) 50%);background:-ms-linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.96) 50%);background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.96) 50%)}.swiper-scroll.left_position:after,.swiper-scroll.right_position:before{content:"";position:absolute;display:block;height:100%;top:0;z-index:12;pointer-events:none}.swiper-scroll.right_position:before{width:100px;left:0;background:-moz-linear-gradient(90deg,hsla(0,0%,100%,.96) 50%,hsla(0,0%,100%,0) 100%);background:-webkit-gradient(linear,90deg,color-stop(50%,hsla(0,0%,100%,.96)),color-stop(100%,hsla(0,0%,100%,0)));background:-webkit-linear-gradient(90deg,hsla(0,0%,100%,.96) 50%,hsla(0,0%,100%,0));background:-o-linear-gradient(90deg,hsla(0,0%,100%,.96) 50%,hsla(0,0%,100%,0) 100%);background:-ms-linear-gradient(90deg,hsla(0,0%,100%,.96) 50%,hsla(0,0%,100%,0) 100%);background:linear-gradient(90deg,hsla(0,0%,100%,.96) 50%,hsla(0,0%,100%,0))}.menu-top-scroll .swiper-wrapper{height:auto}.buy-online .margin{display:none}.buy-online{display:flex}.buy-online .request-form{width:55%;max-width:100%;padding-top:20px}.buy-online .request-form .btn-blue{width:50%}.buy-online .buy-online-content{width:45%;max-width:100%;margin-left:100px}.buy-online-content .image-wrapper{margin-bottom:10px}.buy-online-content h4{margin-bottom:50px}.buy-online-content .parametr__item span{font-size:1.146vw;font-weight:600}.buy-online-content .parametr__item p{font-size:1.354vw;font-weight:700}.image-wrapper,.image-wrapper img{width:100%}.buy-online-content h3{font-size:2.083vw;font-weight:700;line-height:normal}.buy-online-content h4{font-size:2.083vw;font-weight:400;line-height:normal}.buy-online-content .parametr_avaible__flex{flex-flow:row wrap}.buy-online-content .parametr__item{width:33.33333%}.static-page>.container-fluid:first-child{position:relative;z-index:10}.aviable-scroll .right a.btn-blue.in-header{display:inline-flex;align-items:center;color:#fff;margin:-19px 0;padding:19px 0;justify-content:center;width:40%;min-width:1px}.aviable-scroll .right a.btn-blue.in-header .icon{display:none}@media (min-width:0px) and (max-width:700px){.buy-online-content h4{margin-bottom:25px}.buy-online-content .parametr__item:nth-child(n+3){margin-top:25px}}@media (min-width:701px){.buy-online-content .parametr__item:nth-child(n+4){margin-top:50px}}@media (max-width:1600px) and (min-width:1025px){.aviable-scroll .menu-scrollTo{width:55%}.aviable-scroll .right{width:45%}}@media (max-width:1300px){.buy-online .request-form{width:50%}.buy-online .buy-online-content{width:50%;margin-left:50px}}@media (max-width:1024px){.aviable-scroll .right a.btn-blue.in-header span{display:none}.aviable-scroll .right a.btn-blue.in-header .icon{display:flex}.aviable-scroll .right a.btn-blue.in-header{padding:0;background:hsla(0,0%,100%,0);width:54px;box-shadow:none;margin:0;border-left:1px solid #e6eaeb}.aviable-scroll .right a.btn-blue.in-header .icon svg{width:25px;height:25px;fill:#12aaeb}}@media (max-width:1000px){.buy-online{flex-flow:row wrap}.buy-online-content h3,.buy-online-content h4{font-size:26px}.buy-online-content .parametr__item span{font-size:14px}.buy-online-content .parametr__item p{font-size:16px}.buy-online .buy-online-content,.buy-online .request-form{width:75%;margin-left:auto;margin-right:auto}.buy-online .buy-online-content{margin-top:50px}.buy-online .btn_wrap{text-align:center}}@media (max-width:700px){.buy-online-content .parametr__item{width:50%}.buy-online .buy-online-content,.buy-online .request-form{padding-left:0;padding-right:0;padding-top:0;width:100%}.buy-online .request-form .btn-blue{width:auto}.buy-online-content .image-wrapper{width:auto;margin-left:-20px;margin-right:-20px}}


@media(min-width: 1200px){
	.slider-auto{min-height: calc(100vh - 100px);}
	.slider-auto .swiper-slide{min-height: calc(100vh - 100px);}
	.aviable__main-box{min-height: calc(100vh - 180px);align-items:center;}
}
