

/* Start:/local/templates/sniper/css/old.css?17241269011305*/
#workarea {
    float: left;
    padding-top: 10px;
    width: 710px;
}
.colright {
    float: right ! important;
    margin: 0 0 0 10px;
}
.colright IMG {
    margin-top: 4px;
}
#workarea ul {
    margin-left: 20px;
    list-style-type: disc;
}
#workarea ul li {
    margin: 0.6em 0;
    margin-right: 5px;
}
#workarea p {
    margin-bottom: 10px;
}
.catal th {
    background-color: #FFFFFF;
    font-size: 110%;
    font-weight: bold;
    height: 10px;
    padding: 1px 1px 1px 20px;
    text-align: left;
}
.ccn td {
    text-align: center;
}
.catal TD {
    border-bottom: 2px solid #FFFFFF;
    padding: 10px 10px 10px 0;
}

.parts-list {
    margin: 20px 0 10px 0;
}
.parts-list table {
    width: 100%;
    border: 0 none;
}
.parts-list table thead {
    height: 40px;
}
.parts-list table tr:nth-child(2n+1) {
    background: #cccccc;
}
.parts-list table thead tr td {
    vertical-align: middle;
    background: #eeeeee;
    font-weight: bold;
    font-size: 1em;
}

.parts-list table tr td {
    padding: 3px 5px;
    vertical-align: middle;
    margin: 0 2px;
}
.parts-list table tr:nth-child(2n+1) {
    background: #cccccc;
}

.parts-detail, .parts-item {
    width: 100%;
}
.parts-list table .parts-item-image {
    width: 60px;
    height: 60px;
}
#request-order-form {
    display: none;
}
/* End */


/* Start:/local/templates/sniper/libs/slick-1.5.9/slick/slick.css?17241269011782*/
/* Slider */
.slick-slider
{
    position: relative;
    padding: 0;
    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/sniper/libs/slick-1.5.9/slick/slick-theme.css?17241269013030*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/sniper/libs/slick-1.5.9/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/sniper/libs/slick-1.5.9/slick/./fonts/slick.eot');
    src: url('/local/templates/sniper/libs/slick-1.5.9/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/sniper/libs/slick-1.5.9/slick/./fonts/slick.woff') format('woff'), url('/local/templates/sniper/libs/slick-1.5.9/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/sniper/libs/slick-1.5.9/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{   
    color: transparent;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    position: absolute;
    bottom: -80px;

    display: block;

    width: 42px;
    height: 42px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    
}

.slick-prev
{
    
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
   
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -7px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
    margin: 0;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 1px #216AB1 solid;
    border-radius: 50%;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{   
    background-color: #2d7abd;
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/sniper/libs/font-awesome-4.2.0/css/font-awesome.min.css?172412690121984*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/sniper/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('/local/templates/sniper/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('/local/templates/sniper/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('/local/templates/sniper/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('/local/templates/sniper/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/* End */


/* Start:/local/templates/sniper/libs/fancybox/jquery.fancybox.css?17241269014895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	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, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	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-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/sniper/libs/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/sniper/libs/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/sniper/libs/fancybox/blank.gif'); /* helps IE */
	-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: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.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;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.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('/local/templates/sniper/libs/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.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; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 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: bold;
	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);
}

/*Retina graphics!*/
@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-prev span, .fancybox-next span {
		background-image: url('/local/templates/sniper/libs/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/sniper/libs/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/sniper/css/fonts.css?17241269011791*/
/* font-family: "TTSlabsCondensedRegular"; */
/*@font-face {
    font-family: "TTSlabsCondensedRegular";
    src: url("/local/templates/sniper/css/../fonts/TT_Slabs_Condensed/TTSlabsCondensed-Regular.ttf");
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}*/
/* font-family: "TTSlabsCondensedBold"; */
/*@font-face {
    font-family: "TTSlabsCondensedBold";
    src: url("/local/templates/sniper/css/../fonts/TT_Slabs_Condensed/TTSlabsCondensed-Bold.ttf");
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}*/

/* font-family: "ptsansbold"; */
/*@font-face {
    font-family: "ptsansbold";
    src: url("/local/templates/sniper/css/../fonts/ptsansbold/ptsansbold.eot");
    src: url("/local/templates/sniper/css/../fonts/ptsansbold/ptsansbold.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/sniper/css/../fonts/ptsansbold/ptsansbold.woff") format("woff"),
    url("/local/templates/sniper/css/../fonts/ptsansbold/ptsansbold.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}*/
/* font-family: "PTSansRegular"; */
/*@font-face {
    font-family: "PTSansRegular";
    src: url("/local/templates/sniper/css/../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("/local/templates/sniper/css/../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/sniper/css/../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("/local/templates/sniper/css/../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}*/

/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("/local/templates/sniper/css/../fonts/roboto/Roboto-Regular.ttf");
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("/local/templates/sniper/css/../fonts/roboto/Roboto-Bold.ttf");
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}
/* End */


/* Start:/local/templates/sniper/css/main.css?175567173644352*/
* {
  outline: none;
}

body {
  font-family: "RobotoRegular";
  font-size: 16px;
  color: #4e5256;
  background-color: #f9f9f9;
}

.error-text {
  color: red;
  font-size: 14px;
}

.success-text {
  color: green;
  font-size: 14px;
}

/*стили header*/

.header_main {
  background-color: #fff;
  padding-bottom: 10px;
  position: relative;
  padding: 70px 0 20px;
  min-height: 185px;
  font-family: Roboto !important;
}

.header_main .navbar-static-top {
  background-color: #4e5256;
  border: none;
  min-height: 40px;
  margin-bottom: 10px;
  font-size: 17px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
}

.navbar-nav>li {
  height: 50px;
}

.navbar>.container {
  justify-content: left;
}

.header_main .navbar-nav>li>a {
  height: 100%;
  display: flex;
  align-items: center;
}

.header_main .navbar-default .navbar-nav>li>a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_main .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #ff7010;
}

.navbar-right {
  float: right !important;
  margin-right: -10px;
}

.header_social {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
}

.header_social a img {
  display: inline;
  margin-right: 8px;
  width: 17px;
  height: 17px;
}

.header_social a:hover img,
.footer_social a:hover img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(77%) saturate(4882%) hue-rotate(12deg) brightness(103%) contrast(88%);
}

.nav.navbar-nav.navbar-right>li>a.header_search {
  background-color: #bbbdbf;
}

.header_search {
  width: 40px;
  height: 40px;
  background: #bbbdbf url("/local/templates/sniper/css/../img/search_top.png") 50% 50% no-repeat;
}

/*.header_main .header_callback {*/
/*	background-color: #dc7010;*/
/*	font-family: "RobotoBold", serif;*/
/*	text-transform: uppercase;*/
/*	padding-left: 25px;*/
/*	padding-right: 25px;*/
/*}*/

.header_logo_section {
  padding-right: 0;
}

.header_logo_link {
  width: 180px;
}

.header_slogan_top {
  font-size: 24px;
  color: #dc7010;
  line-height: 26px;
}

.header_contacts_section {
  line-height: 21px;
}

.header_phone {
  color: #dc7010;
  line-height: 26px;
}

.header_client_section {
  padding: 0;
  text-align: end;
}

.header_client_section a {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #DC700F;
  padding: 7px 9px;
  color: #DC700F;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  width: 180px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}

.header_client_section a:hover {
  color: #fff;
  background-color: #DC700F;
  text-decoration: none;
}

.header_service_icon {
  filter: brightness(0) saturate(100%) invert(65%) sepia(60%) saturate(6582%) hue-rotate(7deg) brightness(97%) contrast(88%);
  margin-right: 3px;
}

.header_service_icon.question {
  padding: 0 2px;
}

.header_client_section a:hover .header_service_icon {
  filter: brightness(0) saturate(100%) invert(83%) sepia(100%) saturate(0%) hue-rotate(91deg) brightness(104%) contrast(104%);
}

.header_faq {
  margin-top: 10px;
}

/*.header_service_link {*/
/*	background: url("/local/templates/sniper/css/../img/service_header.png") 5px 0 no-repeat;*/
/*}*/
/*.header_faq_link {*/
/*	background: url("/local/templates/sniper/css/../img/faq_header.png") 0 0 no-repeat;*/
/*}*/


/*баннер*/
/*
.banner_section {
	height: 430px;
	background: url(/local/templates/sniper/css/../img/banner_main.jpg) 50% 0 no-repeat;
}

.banner_link_section {
	height: 430px;
}

.banner_link {
	position: relative;
	padding: 2px;
	width: 210px;
	border: 1px solid #4e5256;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #4e5256;
	display: inline-block;
	font-family: "RobotoBold";
	background: -webkit-linear-gradient(bottom, #dfdfde, #fffeff);
	background: linear-gradient(to top, rgba(223, 223, 222, 0.82), rgba(255, 254, 255, 0.88));
}

.banner_link:hover {
	text-decoration: none;
	color: #dc7010;
}

.banner_link_pointerDown:after {
	content: url("/local/templates/sniper/css/../img/pointer_down.png");
	position: absolute;
	width: 19px;
	height: 19px;
	left: 50%;
	bottom: -17px;
	margin-left: -10px;
	z-index: 3;
}

.banner_link_pointerRight:after {
	content: url("/local/templates/sniper/css/../img/pointer_right.png");
	position: absolute;
	width: 12px;
	height: 16px;
	right: -12px;
	bottom: 7px;
	z-index: 3;
}

.banner_link_pointerUp:after {
	content: url("/local/templates/sniper/css/../img/pointer_up.png");
	position: absolute;
	width: 19px;
	height: 15px;
	left: 50%;
	top: -17px;
	margin-left: -10px;
	z-index: 3;
}

.banner_link_pointerLeft:after {
	content: url("/local/templates/sniper/css/../img/pointer_left.png");
	position: absolute;
	width: 12px;
	height: 15px;
	left: -12px;
	bottom: 9px;
	z-index: 3;
}

.banner_link_1 {
	left: 395px;
	top: 15px;
}

.banner_link_2 {
	left: 50px;
	top: 87px;
}

.banner_link_3 {
	left: 190px;
	top: 70px;
}

.banner_link_4 {
	top: 130px;
	left: 90px;
}

.banner_link_5 {
	top: 110px;
	left: 222px;
}

.banner_link_6 {
	top: 160px;
	left: -130px;
}

.banner_link_7 {
	top: 305px;
	left: -300px;

}

.banner_link_8 {
	top: 250px;
	left: 555px;
}
.banner_link_9 {
	top: 320px;
	left: 200px;
}

.banner_rent_sale {
	padding-left: 0;
}

.banner_rent_sale a {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.banner_rent_sale a:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.banner_link_rent {
	display: none;
	width: 277px;
	height: 186px;
	margin-top: 20px;
	margin-bottom: 15px;
	background: url("/local/templates/sniper/css/../img/banner2.jpg") no-repeat;
}

.banner_link_sale {
	display: none;
	width: 277px;
	height: 186px;
	background: url("/local/templates/sniper/css/../img/banner3.jpg") no-repeat;
}

.banner_link_sale {
	display: inline-block;
	width: 277px;
	height: 404px;
	margin-top: 12px;
	background: url("/local/templates/sniper/css/../img/banner4.png") no-repeat;
}
*/


/*основной контент*/


/*Спецпредложения*/

.special_section {
  background: url("/local/templates/sniper/css/../img/bg.png");
  padding-bottom: 25px;
}

.title_section {
  font-family: "RobotoBold";
  font-size: 30px;
  color: #dc7010;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

.special_title {
  display: inline-block;
}

.all_actions_link {
  font-size: 18px;
  color: #4e5256;
  position: absolute;
  line-height: 42px;
  right: 15px;
  text-decoration: underline;
}

.all_actions_link:hover {
  text-decoration: none;
  color: #4e5256;
}

.special_items {
  text-align: center;
}

.special_item ul,
.special_items ul {
  padding: 20px;
}

.special_item_char ul {
  padding: 20px 15px;
}

.special_item_section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.products_item_wrap {
  margin-bottom: 20px;
}

.special_item {
  text-align: center;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 282px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  padding: 20px;
  position: relative;
  /*height: 650px !important;*/
  height: 100% !important;
}

.special_item:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}

.special_item_action,
.special_item_new,
.special_item_hit {
  position: absolute;
  right: -10px;
  top: 15px;
  display: inline;
  width: 98px;
  height: 37px;
}

.special_item_action {
  background: url("/local/templates/sniper/css/../img/tag_action.png") 0 0 no-repeat;
  z-index: 100;
}

.special_item_new {
  background: url("/local/templates/sniper/css/../img/tag_new.png") 0 0 no-repeat;
  z-index: 100;
}

.special_item_hit {
  background: url("/local/templates/sniper/css/../img/tag_hit_2.png") 0 0 no-repeat;
  z-index: 100;
}

.special_item_img {
  margin-bottom: 20px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
}

.special_item_img img {
  max-width: 100%;
  max-height: 200px;
  border-radius: 10px;
}

.special_item_name_wrap {
  text-align: left;
}

.special_item_name_wrap:hover {
  text-decoration: none;
}

.special_item_name:hover {
  color: #DC700F;
}

.special_item_name {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px;
  color: #000;
  text-align: left;
}

.special_item_descr {
  margin-bottom: 10px;
  display: none;
}

.special_item_char {
  text-align: left;
  padding: 0 0 0 5px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  margin-bottom: 20px;
}


.card_char_item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}

.card_char_item_marker {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
}


.special_item_price_link {
  background-color: #DC700F;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  /*margin-bottom: 10px;*/
  padding: 20px 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.special_item_price {
  text-align: left;
  padding: 0 0 0;
}

.special_item_price_link:hover {
  color: #fff;
  background-color: #b1590c;
  text-decoration: none;
}


/*каталог*/

.catalog_item {
  background-color: #fff;
  padding: 22px;
  margin-bottom: 30px;
}

.catalog_item_title {
  padding-left: 84px;
  font-size: 20px;
  padding-top: 12px;
  line-height: 24px;
  height: 69px;
  margin-bottom: 15px;
  border-bottom: 2px solid #dc7010;
}

.catalog_item_link {
  color: #4e5256;
}

.catalog_item_link:hover {
  color: #4e5256;
}

.catalog_item_img1 {
  background: url("/local/templates/sniper/css/../img/category_1.png") 0 0 no-repeat;
}

.catalog_item_img2 {
  background: url("/local/templates/sniper/css/../img/category_2.png") 0 0 no-repeat;
}

.catalog_item_img3 {
  background: url("/local/templates/sniper/css/../img/category_3.png") 0 0 no-repeat;
}

.catalog_item_img4 {
  background: url("/local/templates/sniper/css/../img/category_4.png") 0 0 no-repeat;
}

.catalog_item_img5 {
  background: url("/local/templates/sniper/css/../img/category_5.png") 0 0 no-repeat;
}

.catalog_item_img6 {
  background: url("/local/templates/sniper/css/../img/category_6.png") 0 0 no-repeat;
}

.catalog_item_img7 {
  background: url("/local/templates/sniper/css/../img/category_7.png") 0 0 no-repeat;
}

.catalog_item_img8 {
  background: url("/local/templates/sniper/css/../img/category_8.png") 0 0 no-repeat;
}

.catalog_item_img9 {
  background: url("/local/templates/sniper/css/../img/category_9.png") 0 0 no-repeat;
}

.catalog_item_img10 {
  background: url("/local/templates/sniper/css/../img/category_10.png") 0 0 no-repeat;
}

.catalog_item_categories {
  /*font-size: 16px;*/
  /*font-family: "RobotoBold";*/
  /*line-height: 20px;*/
  display: none;
}

.catalog_item_categories a {
  margin-bottom: 10px;
  line-height: 18px;
  display: block;
  color: #4e5256;
}

.catalog_item_categories a:hover {
  color: #4e5256;
}


/*Складская техника от компании TFN*/

.about_section {
  background: url("/local/templates/sniper/css/../img/bg.png");
  padding-top: 15px;
  padding-bottom: 25px;
}

.about_section .title_section {
  text-align: left;
}

.title_section h1 {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: inherit;
}

.about_text i {
  color: #dc7010;
  margin-right: 5px;
}


/*Наши преимущества*/

.adv_section {
  padding-top: 10px;
  padding-bottom: 25px;
}

.adv_item {
  text-align: center;
  margin-bottom: 15px;
}

.adv_item_img {
  margin-bottom: 15px;
}

.adv_item_text {
  font-size: 18px;
  font-family: "RobotoBold";
}


/*Отзывы / Видео*/

/*.review_video_section {*/
/*	background: url("/local/templates/sniper/css/../img/bg.png");*/
/*	padding-top: 15px;*/
/*	padding-bottom: 25px;*/
/*}*/

.review_video_section .title_section {
  text-align: left;
}

.review_section {
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  width: 49%;
  margin: 0 20px 0 0;
}

.review_name {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 30px;
  border-bottom: 1px solid #E1E1E1;
}

.review_img {
  position: relative;
  height: 351px;
  /* Высота блока с изображением */
  overflow: hidden;
}

.review_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.review_img a::after {
  content: '';
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 154px;
  height: 154px;
  background-image: url('/local/templates/sniper/css/../img_new/icons/magnifying_glass.svg');
  background-size: cover;
  z-index: 2;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.review_img a::before {
  content: "Нажмите, чтобы посмотреть отзыв";
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  max-width: 182px;
}

.review_img a:hover::after {
  opacity: 1;
  /* Показываем лупу при наведении */
}

.review_img img {
  width: 100%;
}

.fancybox-slide--iframe .review_img a::after {
  display: none;
  /* Скрываем лупу при полноэкранном просмотре */
}


.review_text {
  margin-bottom: 30px;
}

.review_arrow_section {
  line-height: 21px;
}

/*.review_prev_link {*/
/*	padding-left: 35px;*/
/*	display: inline-block;*/
/*	min-height: 43px;*/
/*	-webkit-transition: 0.3s;*/
/*	transition: 0.3s;*/
/*	width: 100%;*/
/*	color: #4e5256;*/
/*	background: #e6e6e6 url("/local/templates/sniper/css/../img/review_prev.png") 0 0 no-repeat;*/
/*}*/

/*.review_prev_link:hover {*/
/*	color: #dc7010;*/
/*	text-decoration: none;*/
/*	background: #e6e6e6 url("/local/templates/sniper/css/../img/review_prev_hover.png") 0 0 no-repeat;*/
/*}*/

/*.review_next_link {*/
/*	padding: 10px 35px;*/
/*	display: inline-block;*/
/*	text-align: right;*/
/*	min-height: 43px;*/
/*	-webkit-transition: 0.3s;*/
/*	transition: 0.3s;*/
/*	width: 100%;*/
/*	color: #4e5256;*/
/*	background: #e6e6e6 url("/local/templates/sniper/css/../img/review_next.png") right 0 no-repeat;*/
/*}*/

/*.review_next_link:hover {*/
/*	color: #dc7010;*/
/*	text-decoration: none;*/
/*	background: #e6e6e6 url("/local/templates/sniper/css/../img/review_next_hover.png") right 0 no-repeat;*/
/*}*/
.review_prev_link,
.review_next_link {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  position: relative;
  top: 50%;
}

.review_prev_link {
  left: -22px;
}

.review_next_link {
  position: absolute;
  right: -8px;
}

.review_prev_link::before,
.review_next_link::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-radius: 2px;
}

.review_prev_link::before {
  left: 55%;
}

.review_next_link::before {
  left: 45%;
}

.review_prev_link::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.review_next_link::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.review_prev_link:hover,
.review_next_link:hover {
  background: #f0f0f0;
  /* изменение фона при наведении */
}

.review_prev_link:hover::before,
.review_next_link:hover::before {
  border-color: #555;
  /* цвет при наведении */
}


/*Наши партнеры*/

.partners_section {
  padding-top: 15px;
  max-width: 1224px;
  /*padding-bottom: 65px;*/
}

.partners_section .title_section {
  text-align: left;
}

.partners_slider .item {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  margin: 0 20px 1px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 130px;
  padding: 10px 40px;
}

.partners_slider .item:last-of-type {
  margin: 0;
}

.partners_slider .item img {
  width: 112px;
}

.partners_slider .slick-slide img {
  display: inline-block;
}

/*.partners_slider .slick-prev {*/
/*	height: 46px;*/
/*	width: 44px;*/
/*	left: -47px;*/
/*	top: 50%;*/
/*	-webkit-transition: 0.2s;*/
/*	transition: 0.2s;*/
/*	background: url("/local/templates/sniper/css/../img/slider_prev.png") 0 0 no-repeat;*/
/*}*/

/*.partners_slider .slick-prev:hover {*/
/*	background: url("/local/templates/sniper/css/../img/slider_prev_hover.png") 0 0 no-repeat;*/
/*}*/

/*.partners_slider .slick-next {*/
/*	height: 46px;*/
/*	width: 44px;*/
/*	right: -47px;*/
/*	top: 50%;*/
/*	-webkit-transition: 0.2s;*/
/*	transition: 0.2s;*/
/*	background: url("/local/templates/sniper/css/../img/slider_next.png") 0 0 no-repeat;*/
/*}*/

/*.partners_slider .slick-next:hover {*/
/*	background: url("/local/templates/sniper/css/../img/slider_next_hover.png") 0 0 no-repeat;*/
/*}*/


/*.partners_slider .slick-prev,*/
/*.partners_slider .slick-next {*/
/*	border-radius: 5px;*/
/*	background: #FFF;*/
/*	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.15);*/
/*	width: 40px;*/
/*	height: 40px;*/
/*	flex-shrink: 0;*/
/*	position: relative;*/
/*	top: 102px;*/
/*}*/
/*.partners_slider .slick-prev {*/
/*	left: -22px;*/
/*}*/
/*.partners_slider .slick-next {*/
/*	position: absolute;*/
/*	right: -8px;*/
/*}*/

/*.partners_slider .slick-prev::before,*/
/*.partners_slider .slick-next::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*	width: 11px;*/
/*	height: 11px;*/
/*	border-top: 3px solid #000;*/
/*	border-right: 3px solid #000;*/
/*	border-radius: 2px;*/
/*}*/
/*.partners_slider .slick-prev::before {*/
/*	left: 55%;*/
/*}*/
/*.partners_slider .slick-next::before {*/
/*	left: 45%;*/
/*}*/

/*.partners_slider .slick-prev::before {*/
/*	transform: translate(-50%, -50%) rotate(-135deg);*/
/*}*/

/*.partners_slider .slick-next::before {*/
/*	transform: translate(-50%, -50%) rotate(45deg);*/
/*}*/
/*.partners_slider .slick-prev:hover,*/
/*.partners_slider .slick-next:hover {*/
/*	background: #f0f0f0; !* изменение фона при наведении *!*/
/*}*/
/*.partners_slider .slick-prev:hover::before,*/
/*.partners_slider .slick-next:hover::before {*/
/*	border-color: #555; !* цвет при наведении *!*/
/*}*/


/*футер*/

.footer_main {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  background-color: #4e5256;
  padding-top: 80px;
  /*padding-bottom: 25px;*/
}

.footer_logo {
  margin: 0 0 33px;
}

.footer_office {
  margin: 0 0 30px;
}

.footer_office_text,
.footer_time_text {
  line-height: normal;
}

.footer_phone {
  margin-bottom: 10px;
}

.footer_email {
  margin: 0 0 30px;
}

.footer_phone img,
.footer_email img {
  margin-right: 10px;
}

.footer_time {
  margin-bottom: 30px;
}

.footer_social a img {
  display: inline;
  margin-right: 8px;
  width: 17px;
  height: 17px;
}


.footer_catalog_title,
.footer_map_title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 53px;
}

.footer_catalog,
.footer_regions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_catalog li,
.footer_regions li {
  margin-bottom: 10px;
}

.footer_catalog li a,
.footer_regions li {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.footer_catalog li a:hover {
  text-decoration: none;
  color: #dc7010;
}

.footer_map_title {
  margin-bottom: 30px;
  max-width: 219px;
}

.footer_map {
  padding: 25px;
}

.footer_regions {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.footer_links {
  padding: 0;
}

.footer_link {
  width: 100%;
  display: block;
  margin: 0 10px 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  max-width: 203px;
  padding: 20px;
  color: #DC700F;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid #DC700F;
}

.footer_link:hover,
.footer_link:active {
  text-decoration: none;
  color: #fff;
  background: #DC700F;
}

.footer_main_row {
  margin: 0 0 50px;
}

/*поиск*/

.search_block {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 20px;
}

.search {
  position: relative;
}

.search .input {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  border: 1px solid #8E8E8E;
  border-radius: 3px;
  min-width: 279px;
  width: 100%;
  height: 28px;
  outline: none;
  color: #fff;
  transition: border-color 0.3s ease;
  background-color: transparent !important;
}

.search .input:focus {
  border-color: var(--main-color);
}

.search .submit {
  position: absolute;
  top: 5px;
  right: 8px;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/local/templates/sniper/css/../img/search.png) no-repeat;
  padding-left: 5px;
  transform: scaleX(-1);
}

.search .submit:hover {
  background-position-y: -20px;
}

input[type="search"] {
  -webkit-appearance: none;
}


/*формы*/
#akb label {
  display: block;
}

#akb select {
  width: 250px;
}

#leasing,
#call_back,
#feedback,
#toRent,
#getprice,
#getOffer,
#testDrive,
#diagnostic,
#sendResume {
  display: none;
  text-align: center;
  color: #4e5256;
}

#akb,
#service,
#getOffer,
#testDrive,
#diagnostic,
#sendResume {
  display: none;
  text-align: center;
  color: #4e5256;
  max-width: 290px;
}

.service input:not([type='checkbox']),
#call_back input:not([type='checkbox']),
#feedback input:not([type='checkbox']),
#getprice input:not([type='checkbox']),
#toRent input:not([type='checkbox']),
#service input:not([type='checkbox']),
#getOffer input:not([type='checkbox']),
#testDrive input:not([type='checkbox']),
#diagnostic input:not([type='checkbox']),
#leasing input:not([type='checkbox']),
#sendResume input:not([type='checkbox']),
.file-upload label {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding-left: 5px;
  border: 1px solid #e6e6e6;
  margin: 0 20px 10px 20px;
  min-width: 250px;
}

.service input:focus,
#call_back input:focus,
#feedback input:focus,
#service input:focus,
#getprice input:focus,
#toRent input:focus,
#getOffer input:focus,
#testDrive input:focus,
#feedback_question:focus,
#diagnostic input:focus,
#sendResume input:focus {
  box-shadow: 0px 0px 2px 1px #dc7010;
}

.callback_title,
.service_title,
.feedback_title,
.testDrive_title,
.getOffer_title,
.diagnostic_title,
.sendResume_title {
  font-size: 22px;
  margin-bottom: 15px;
}

.testDrive_title {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 260px;
}

.service .callback_btn,
#call_back .callback_btn,
#service .service_btn,
#getprice .service_btn,
#toRent .service_btn,
#getOffer .service_btn,
#testDrive .service_btn,
#feedback .feedback_btn,
#diagnostic .service_btn,
#leasing .callback_btn,
#sendResume .service_btn {
  display: inline-block;
  padding: 0 25px;
  font-size: 18px;
  margin-top: 15px;
  background-color: #dc7010;
  font-family: "RobotoBold";
  color: #fff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#sendResume .service_btn {
  background-color: #28562E;
}

.service .callback_btn:hover,
#call_back .callback_btn:hover,
#getprice .callback_btn:hover,
#toRent .callback_btn:hover,
#service .service_btn:hover,
#getOffer .service_btn:hover,
#testDrive .service_btn:hover,
#feedback .feedback_btn:hover,
#diagnostic .service_btn:hover {
  background-color: #ff7010;
}

#sendResume .service_btn:hover {
  background-color: #1e4021;
}

#feedback_question {
  resize: none;
  display: block;
  margin-bottom: 10px;
  padding-left: 5px;
  border: 1px solid #e6e6e6;
  margin: 0 20px 10px 20px;
  min-width: 250px;
  height: 100px;
}

.file-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.file-upload label {
  color: #818181;
  font-weight: 400;
  text-align: left;
  background: white;
  display: inline-block;
  cursor: pointer;
}

/* Стили для крестика */
#remove-file {
  color: #a7a7a7;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 30px;
  display: inline-block;
}


/*карточка товара*/

.product_container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.left_menu_title {
  /*text-align: center;*/
  /*font-size: 20px;*/
  /*color: #fff;*/
  /*background-color: #4e5256;*/
  /*height: 40px;*/
  /*line-height: 40px;*/

  border-radius: 5px 5px 0px 0px;
  background: #28562E;
  text-align: left;
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 40px 13px 20px;
  position: relative;
  cursor: pointer;
}

.left_menu_title:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 47%;
  right: 20px;
  transform: translate(0, -50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 300ms ease;
}

.left_menu_title.open:after {
  transform: translate(0, -50%) rotate(225deg);
  top: 53%;
}

/*
.left_menu_title + .left_menu {
	overflow: auto;
	transition: all 300ms ease;
}
.left_menu_title.open + .left_menu {
}*/

.left_menu_section {
  /*border: 1px solid #4e5256;*/
  border-radius: 5px;
  border: 1px solid #E1E1E1;
}

.left_menu_section a:focus {
  text-decoration: none;
}

.left_menu_items {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.left_menu_link {
  display: block;
  padding: 10px 20px;
  color: #4e5256;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.left_menu_link.selected,
.left_menu_link:hover {
  text-decoration: none;
  background-color: #DC700F;
  color: #fff;
}

.left_menu_link_active {
  display: none;
}

.left_menu_link_active span {
  background: #f0994b;
  display: block;
  padding: 5px 15px;
  color: #fff;
}

.subcategory_active {
  list-style: none;
  padding: 10px 0;
}

.subcategory_active a {
  padding: 0 20px 0 30px;
  color: #4e5256;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 7px;
}

.subcategory_active a img {
  margin: 0 6px 0 0;
}

.subcategory_active a:last-of-type {
  margin-bottom: 0;
}

.subcategory_active a.selected,
.subcategory_active a:hover {
  text-decoration: none;
  color: #DC700F;
  font-weight: 700;
  /*background: #f0994b;*/
}

.subcategory_active a.selected img,
.subcategory_active a:hover img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(45%) saturate(7302%) hue-rotate(354deg) brightness(88%) contrast(96%);
}

.product_breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.product_breadcrumbs li {
  display: inline-block;
}

.product_breadcrumbs li a {
  color: inherit;
}

.product_breadcrumbs li span {
  margin-right: 3px;
}

.product_breadcrumbs .active {
  font-weight: bold;
}

.product_title {
  margin-bottom: 30px;
  /*font-size: 24px;*/
  /*color: #dc7010;*/
  /*font-weight: bold;*/
  /*letter-spacing: 1.1px;*/

  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.slider-nav img {
  width: 50px;
  margin: 0 auto;
}

.slider-for {
  text-align: center;
}

.slider-for img {
  max-height: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.slider-nav {
  margin-top: 0;
}

.slider-nav .slick-list {
  padding: 0 !important;
  /*padding-top: 10px !important;*/
}

.slider-nav .slick-track {
  margin: 0 auto;
  left: 0 !important;
}

.slider-nav li.slick-slide.slick-current {
  border: 1px #dc7010 solid;
}

.slider-nav li {
  border: 1px #838174 solid;
}

.slider-for li,
.slider-nav li {
  position: relative;
}

.slider-nav li {
  margin: 3px;
  width: 50px !important;
}

.slider-nav li:last-child {
  margin-right: 0;
}

.slider-nav .slick-track {
  width: 100% !important;
}

.slider-nav .slick-slide {
  overflow: hidden;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-nav li {
  margin-left: 0;
  margin-right: 5px;
}

.slider img {
  width: 100%;
  max-height: 200px;
}

#slider_diametr,
#slider {
  width: 160px;
  height: 5px;
  margin: 0 auto;
  margin-top: 8px;
}

.item_slider {
  padding-bottom: 15px;
  position: relative;
}

.podarok-icon {
  background: url(/images/podarok.png);
  width: 61px;
  height: 76px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.product__price {
  font-size: 33px;
}

.main_char_title {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.main_char {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}

.char_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5px 0;
}

.char_name,
.char_value {
  background-color: #fff;
  z-index: 1;
  padding: 0 6px 0 0;
}

.char_value {
  padding: 0 0 0 6px;
}

.char_item::before {
  content: '';
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #000;
  /* Цвет и стиль линии */
  z-index: 0;
}

.product_descr_text .main_char {
  max-width: 488px;
}

.detail_text {
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.add_char.main_char {
  max-width: 680px;
}

.add_char .char_item {
  display: flex;
  align-items: start;
  margin-bottom: 5px;
}

.add_char .char_item::before {
  content: '';
  position: absolute;
  bottom: inherit;
  top: 20px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #000;
  /* Цвет и стиль линии */
  z-index: 0;
}

.add_char .char_value {
  min-width: 300px;
  max-width: 320px;
  line-height: 21px;
}

.options_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.options_char {
  max-width: 580px;
  width: 100%;
  margin-right: 20px;
}

.important_box {
  border-radius: 10px;
  border: 1px solid #28562E;
  padding: 20px 22px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #28562E;
  max-width: 262px;
}

.important_box img {
  margin-bottom: 15px;
  width: 22px;
  height: 22px;
}

.important_box div {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
}

.important_box span {
  font-size: 13px;
  line-height: 18.2px;
  text-align: center;
}

.main_char ul {
  list-style-type: none;
  padding: 0;
}

.main_char ul li {
  margin-bottom: 10px;
}

.main_char_param {
  margin: 0 0 5px;
}

.product_content {
  margin-bottom: 50px;
}

.product_main_info {
  border-radius: 5px;
  background: #F9F9F9;
  padding: 25px 25px 30px;
  margin: 0 0 10px;
}

.product_price .title {
  color: #B2B2B2;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.prod_price {
  color: #DC700F;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px;
  text-align: left;
  margin: 0 0 15px 0px;
}

/*.product_price a {*/
/*	display: block;*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	font-size: 22px;*/
/*	height: 40px;*/
/*	line-height: 40px;*/
/*	background-color: #dc7010;*/
/*	-webkit-transition: 0.3s;*/
/*	transition: 0.3s;*/
/*}*/

/*.product_rent a {*/
/*	display: block;*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	font-size: 22px;*/
/*	height: 40px;*/
/*	line-height: 40px;*/
/*	background-color: green;*/
/*	-webkit-transition: 0.3s;*/
/*	transition: 0.3s;*/
/*	margin-top: 10px;*/
/*}*/

/*.product_rent a:hover {*/
/*	text-decoration: none;*/
/*	background-color: #3a9916;*/
/*}*/
.product_order_buttons {
  display: flex;
  flex-direction: row;
}

.product_order_buttons a,
.product_price a {
  max-width: 230px;
  width: 100%;
  padding: 16px;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product_price a {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}

.product_order_buttons .order,
.product_price a {
  background-color: #28562E;
  margin-right: 10px;
}

.product_order_buttons .order:hover {
  background-color: #204425;
}

.product_order_buttons .arenda {
  background-color: #DC700F;
}

.product_order_buttons .arenda:hover {
  background-color: #b1590c;
}

.product_price a:hover {
  text-decoration: none;
  background-color: #204425;
}

.product_price .comparison {
  display: block;
  background: #F9F9F9;
  width: max-content;
  margin: 0;
  padding: 0;
}

.product_price .comparison:hover {
  background-color: #F9F9F9;
}


/*.product_right_col .product_tech_serv {*/
/*	padding: 5px 0;*/
/*}*/

/*.product_right_col .tech_serv_links {*/
/*	padding: 0;*/
/*	margin: 0;*/
/*	padding-left: 20px;*/
/*}*/

/*.product_right_col .tech_serv_links a {*/
/*	font-size: 16px;*/
/*	color: #4e5256;*/
/*	font-weight: bold;*/
/*}*/

/*.product_right_col li {*/
/*	color: #dc7010;*/
/*	padding: 2px 0;*/
/*}*/
.tech_serv_links {
  list-style: none;
  padding: 0;
}

.tech_serv_links li {
  border-radius: 2px;
  margin-bottom: 10px;
  height: 48px;
  display: flex;
}

.tech_serv_links li a {
  width: 100%;
  padding: 15px 20px 15px 25px;
  background: #F9F9F9;
  position: relative;
}

.tech_serv_links li a:hover {
  background: #ececec;
  color: #000;
}

.tech_serv_links li a:focus {
  background: #ececec;
  color: #000;
  text-decoration: none;
}

.tech_serv_links a::after {
  content: url('/local/templates/sniper/css/../img_new/icons/product_list_marker.svg');
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.tech_serv_links li a img {
  margin-right: 15px;
}

.tech_serv_links li:last-of-type a img {
  margin-right: 8px;
}

#product_tabs .product_tab_head {
  /*border-bottom: 1px solid #4e5256;*/
  border-radius: 5px;
  background: #FFF7F1;
  margin-bottom: 40px;
}

#product_tabs .ionTabs__tab {
  color: #9E9E9E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 18px 30px;
}

.product_tabs {
  margin-bottom: 70px;
}

/*#product_tabs .ionTabs__tab_state_active {*/
/*	border: 1px solid #4e5256;*/
/*	border-bottom: 1px solid #f9f9f9;*/
/*}*/
#product_tabs .ionTabs__tab_state_active {
  position: relative;
  color: #000;
}

#product_tabs .ionTabs__tab_state_active::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 70%;
  height: 5px;
  background: #FFE2CD;
  border-radius: 10px;
}

.ionTabs__item .fade {
  opacity: 1 !important;
  margin-top: 30px;
}

#product_tabs li {
  padding: 5px 20px;
  margin-bottom: -1px;
  border: 1px solid transparent;
}

#product_tabs .product_char {
  padding-top: 5px;
}

#product_tabs table {
  width: 100%;
  margin-top: 10px;
  border: none;
}

#product_tabs .first_col {
  width: 65%;
}

#product_tabs .second_col {
  width: 10%;
}

#product_tabs .third_col {
  width: 25%;
}

/*#product_tabs .product_descr_text {*/
/*	padding: 10px 0;*/
/*}*/

.char_table tbody td,
.char_dimensions tbody td {
  padding: 5px
}

.char_table_head td:first-child,
.char_dimensions_head td:first-child {
  font-weight: bold;
}

.related_products_title {
  font-size: 22px;
  margin: 20px 0;
}

.related_products_links {
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
}

.related_products_links a {
  font-size: 18px;
  color: #dc7010;
  font-weight: bold;
  border-bottom: 1px dotted #dc7010;
  margin-bottom: 5px;
  display: block;
}

.related_products_links a:hover {
  border-bottom: 1px dotted transparent;
  text-decoration: none;
}

.related_products_items {
  margin-top: 15px;
  font-size: 14px;
}

.related_product_item {
  transition: 0.2s;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.related_product_item:hover {
  box-shadow: 0px 0px 20px 5px #dadde1;
}

.related_product_item:hover .related_product_descr {
  color: #dc7010;
}

.related_product_img {
  height: 100px;
}

.related_product_img img {
  max-width: 100%;
  box-shadow: 3px 3px 2px #999999;
  border: 1px solid #999999;
  max-height: 130px;
}

.related_product_descr {
  padding-top: 10px;
}

.related_product_descr div {
  margin-bottom: 5px;
}

.similar_products_title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.similar_products {
  padding-bottom: 50px;
}

.category_container {
  padding-top: 10px;
  padding-bottom: 25px;
}

.product__info {
  margin-bottom: 80px;
}

/*фильтр*/

.filter_title {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #4e5256;
  height: 40px;
  line-height: 40px;
}

.left_menu_filter {
  margin-bottom: 10px;
}

.filter_form {
  border: 1px solid #4e5256;
  margin-bottom: 10px;
}

.filter_form_item {
  padding: 5px 10px;
}

.filter_param_name {
  margin-bottom: 4px;
}

.flter_param_checkbox {
  display: inline-block;
  width: 45%;
}

.filter_param_label {
  cursor: pointer;
}

.filter_param_text {
  font-weight: normal;
  padding-left: 2px;
}

.filter_btns {
  margin-top: 10px;
}

.filter_btns input {
  background: none;
  border: none;
  margin-right: 5px;
}

.filter_btn_show {
  color: #dc7010;
  text-decoration: underline;
  margin-left: 20px;
}

.filter_btn_show:hover {
  text-decoration: none;
}

.filter_form .flter_param_checkbox input {
  display: none;
}

.flter_param_checkbox .checkbox_sprite {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-top: -3px;
  background: url(/local/templates/sniper/css/../img/checkbox.png) no-repeat 0 0;
}

.flter_param_checkbox input:checked+.checkbox_sprite {
  background: url(/local/templates/sniper/css/../img/checkbox_checked.png) no-repeat 0 0;
}

.category_title {
  margin-top: 10px;
  margin-bottom: 30px;
  /*font-size: 24px;*/
  /*color: #dc7010;*/
  /*font-weight: bold;*/
  /*letter-spacing: 1.1px;*/

  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
  text-align: left;

}

.no-image {
  height: 190px;
  width: 100%;
  background: #fff;
}

.category_links {
  margin-bottom: 40px;
}

.category_links a {
  color: #000;
  background: #FFF7F1;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  padding: 6px 15px;
  display: inline-block;
  margin: 0 5px 10px 5px;
}

.category_links a span {
  color: #A5A5A5;
  margin-left: 7px;
}

.category_links .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: left;
  color: #878787;
  margin: 0 0 15px;
}

.category_about_text {
  list-style: none;
  padding: 0;
}

.category_about_text li {
  margin-bottom: 10px;
  text-indent: 40px;
}

/*.root-category:nth-child(4n+1) {
	clear: both;
}*/
.opis {
  margin-bottom: 15px;
}

.opis a {
  text-decoration: underline;
  font-weight: 600;
}

.head2 {
  width: 15%;
}

.header_menu li {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.header_menu li .subcategory {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 260px;
  background: #4e5256;
  top: 50px;
}

.header_menu li:hover .subcategory {
  display: block;
}

.header_menu li .subcategory li {
  position: relative;
  min-height: 36px;
  height: 36px;
  display: flex;
  align-items: center;
}

.header_menu li .subcategory li a {
  padding: 0px 10px;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

.header_menu li .subcategory li a:hover {
  color: #FFF;
  text-decoration: none;
  background: #dc7010;
}

.cond_footer {
  border-top: 1px solid #fff;
  padding: 20px 0 30px;
  font-size: 15px;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.cond_footer a {
  color: #fff;
  text-decoration: underline;
}

.cond_footer a:hover {
  text-decoration: none;
}

input[disabled="disabled"] {
  opacity: 0.5 !important;
  background-color: #dc7010 !important;
}

.lbl_check {
  max-width: 250px;
  font-size: 12px;
  text-align: left;
}

.lbl_check input[type="checkbox"]:focus {
  box-shadow: none !important;
}

/*form input[type="submit"] {*/
/*	padding: 0 !important;*/
/*}*/

.type_tech {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

.type_tech:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 2px;
  margin-left: 5px;
}

.type_tech_20:before {
  background-image: url('/local/templates/sniper/css/../img/icon-1.png');
  width: 31px;
  height: 23px;
}

.type_tech_21:before {
  background-image: url('/local/templates/sniper/css/../img/icon-2.png');
  width: 29px;
  height: 31px;
}

.type_tech_22:before {
  background-image: url('/local/templates/sniper/css/../img/icon-3.png');
  width: 31px;
  height: 28px;
}

.type_tech_23:before {
  background-image: url('/local/templates/sniper/css/../img/icon-4.png');
  width: 30px;
  height: 19px;
}

.type_tech_24:before {
  background-image: url('/local/templates/sniper/css/../img/icon-5.png');
  width: 20px;
  height: 20px;
  background-size: contain;
}

.type_tech_25:before {
  background-image: url('/local/templates/sniper/css/../img/icon-6.png');
  width: 20px;
  height: 20px;
  background-size: contain;
}

.photo-gallery img {
  margin-bottom: 20px;
}

.show-more {
  color: #dd6f0f;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0 15px;
}

.show-more:hover {
  text-decoration: none;
}

.pic_akb img {
  max-width: 100px;
}

.header_main .navbar-default .navbar-nav>li>a {
  letter-spacing: -0.5px !important;
  padding: 10px 15px;
}

.catalog_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog_item_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.catalog_item {
  flex-grow: 1;
}

@media only screen and (max-width: 991px) {
  body>div.container-fluid.category_container>div>div>div.col-md-8.col-lg-9>div>div>div.row>div:nth-child(1)>a>img {
    max-width: 31% !important;
    margin: 0 auto !important;
  }
}

.left_menu_link sup {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 15px;
  padding: 1px 7px;
}

.filter-form input {
  margin: 6px 0;
  padding: 0;
  width: 100%;
  border: 1px solid rgb(238, 238, 238);
}

.filter-form textarea {
  margin: 6px 0 !important;
  padding: 0;
  width: 100%;
  border: 1px solid rgb(238, 238, 238);
}

.sniper_footer {
  display: flex;
  align-items: center;
  margin-top: 10px
}

.sniper_footer a {
  color: #ffffff;
}

.logo_sniper {
  width: 45px;
}

.footer_phone a,
.footer_email a {
  color: #fff;
}

.header_phone:hover,
.header_phone:focus {
  color: #dc7010;
}

.s404_page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.s404_title {
  font-size: 120px;
  font-weight: 700;
  color: #28562E;
}

.s404_title span {
  color: #000;
}

.s404_subtitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.navbar-static-top {
  z-index: 150;
}

@media only screen and (max-width: 1200px) {
  .header_client_section {
    text-align: start;
  }

  .header_main {
    padding: 120px 0 20px;
  }
}

@media only screen and (max-width: 992px) {
  .header_main .navbar-default .navbar-nav>li>a {
    padding: 10px 10px;
  }

  .options_wrap {
    flex-direction: column;
  }

}

@media only screen and (max-width: 768px) {
  .header_main {
    padding: 70px 0 20px;
  }

  .navbar-nav {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  .header_menu li {
    min-height: 30px;
    height: min-content;
  }
}


@media screen and (max-width: 799px) {
  .logo_sniper {
    width: 35px
  }

  .sniper_footer {
    float: left;
    font-size: 16px;
    line-height: normal;
    display: block;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 576px) {
  .review_section {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .header_menu li {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .header_menu li .subcategory {
    height: max-content;
    position: relative;
    top: 0;
    left: 6%;
    width: 100%;
  }

  .header_main .navbar-static-top {
    overflow-y: auto;
    max-height: 700px;
  }

  .product_order_buttons {
    flex-direction: column;
  }

  .product_order_buttons .order {
    margin: 0 0 10px;
  }

  .add_char .char_value {
    min-width: inherit;
    width: 45%;
  }
}
/* End */


/* Start:/local/templates/sniper/css/media.css?17241269013632*/
/*==========  Desktop First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 2500px) {
	.related_product_img {
		height: auto;
	}
	.related_product_img img {
		width: 100%;
	}
}

@media only screen and (max-width: 1199px) {
	.header_logo_link img {
		width: 100%;
	}
	.banner_link {
		display: block;
		position: static;
		margin-top: 5px;
	}
	.banner_link_pointerDown:after,
	.banner_link_pointerRight:after,
	.banner_link_pointerUp:after,
	.banner_link_pointerLeft:after {
		display: none;
	}
	.search_block {
		top: auto;
		bottom: 0;
	}
	.banner_link_1 {
		margin-top: 20px;
	}
	.footer_links a {
		font-size: 16px;
	}
	.category_container .special_item_price_link {
		width: 155px;
	}
	.category_container .special_item_name {
		padding: 0;
	}
	.related_product_img {
		height: 100px;
	}
	.related_product_img img {
		width: auto;
	}
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
	.header_logo_link img {
		width: 180px;
	}
	.banner_rent_sale {
		text-align: right;
	}
	.header_client_section {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer_map_section,
	.footer_links {
		margin-top: 25px;
	}
	.header_contacts_section,
	.header_client_section {
		margin-top: 15px;
	}
	.header_slogan_section div {
		padding-left: 32px;
	}
	.main_char_title {
		line-height: 26px;
	}
	.footer_links {
		padding: 0 15px;
	}
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
	.header_slogan_section div {
		padding-left: 0;
	}
	.banner_link {
		display: block;
	}
	.banner_link_section,
	.banner_rent_sale {
		text-align: center;
	}
	.all_actions_link {
		position: static;
		display: block;
		text-align: right;
	}
	.footer_contacts_section {
		margin-bottom: 35px;
	}
	.footer_map_section,
	.footer_links {
		margin-top: 35px;
	}
	.footer_links {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.footer_links a {
		width: 250px;
		display: block;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
		box-shadow: none;
	}
	.header_search {
		margin-left: 15px;
	}
	.header_callback {
		width: 251px;
		margin-left: 15px;
		margin-top: 5px;
	}
	.search_block {
		bottom: 53px;
		margin-left: 55px;
	}
	.special_title {
		margin-top: 15px;
	}
	.left_menu_section {
		width: 365px;
	}
	.filter_form {
		width: 365px;
	}
}

@media only screen and (max-width: 533px) {
	.footer_links a {
		display: inline-block;
	}
}

@media only screen and (max-width: 509px) {
	.banner_link {
		display: inline-block;
	}
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 479px) {
	#call_back input,
	#feedback input,
	#service input,
	#feedback_question {
		min-width: inherit;
	}
	.left_menu_section {
		width: auto;
	}
	.filter_form {
		width: auto;
	}
}

@media only screen and (max-width: 450px) {
	.related_product_img {
		height: auto;
	}
	.related_product_img img {
		width: 100%;
		max-height: none;
	}
}

@media only screen and (max-width: 355px) {
	.search .input {
		width: 176px;
	}
	.product_char table {
		font-size: 14px
	}
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 319px) {}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}
/* End */


/* Start:/local/templates/sniper/styles.css?175611560442058*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --header-background-color: #4e5256;
  --main-color: #DC700F;
  --main-color-hover: #b1590c;
  --main-green-color: #28562E;
  --main-green-color-hover: #204425;
}

/* ============================ General rules ========================= */
* {
  outline: none;
}

body {
  font-family: "Roboto" !important;
  font-size: 16px;
  line-height: normal;
  color: #000;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1224px;
  margin: 0 auto;
  width: 100%;
}

button {
  border: none;
  background: none;
}

.main-btn-style {
  border-radius: 5px;
  background-color: var(--main-color);
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 28px;
}

.main__section {
  margin: 0 0 100px;
}

.section_title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.link_see_all {
  display: flex;
  align-items: center;
}

.link_see_all a {
  color: var(--main-color);
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.link_see_all a:hover {
  color: var(--main-color-hover);
}

.main-btn-style:hover {
  background-color: var(--main-color-hover);
}

h1 {
  font-size: 37px;
}

/*.collapse:not(.show) {*/
/*    display: block;*/
/*}*/
/*.collapse.show {*/
/*    display: block !important;*/
/*}*/
/* ============================ General rules ========================= */
/* ============================ Header ========================= */
.header {
  background-color: #fff;
}

.header-top {
  background-color: var(--header-background-color);
}

.header-top-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}

.navbar-nav {
  display: inline-flex;
  flex-direction: row;
}

.navbar-nav>li>a {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
}

.search-wrap {
  display: flex;
  flex-direction: row;
}

.header-bottom {
  padding: 20px 0 40px;
}

.header_slogan_section,
.header_contacts_section {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header_slogan_top,
.header_phone_wrap {
  flex-wrap: wrap;
}

.header_slogan_top,
.header_phone {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
}

.header_phone_wrap .header_callback {
  text-decoration: underline;
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
}

.header_email a {
  color: #000;
}

.header_contacts_section>div {
  line-height: 18px;
}

.header_main .header_callback:hover {
  color: #dc7010;
}

.header_catalog_wrap {
  height: 100%;
  display: flex;
  align-items: start;
}

.header_catalog {
  border-radius: 5px;
  background: var(--main-green-color);
  padding: 16px 25px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0 17px;
}

.header_catalog:hover {
  border-radius: 5px;
  background: var(--main-green-color-hover);
  text-decoration: none;
  color: #fff;
}

/* ============================ Header ========================= */
/* ============================ Main ========================= */
/* ============================ slick slider ========================= */
.slick-prev,
.slick-next {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  position: relative;
  top: 102px;
}

.slick-prev {
  left: -22px;
}

.slick-next {
  position: absolute;
  right: -8px;
}

.slick-prev::before,
.slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-radius: 2px;
}

.slick-prev::before {
  left: 55%;
}

.slick-next::before {
  left: 45%;
}

.slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.slick-prev:hover,
.slick-next:hover {
  background: #f0f0f0;
  /* изменение фона при наведении */
}

.slick-prev:hover::before,
.slick-next:hover::before {
  border-color: #555;
}

.review_section_wrap .slick-prev {
  top: 50%;
  left: -19px;
  position: absolute;
}

.review_section_wrap .slick-next {
  top: 50%;
  right: 0;
}

.banners_slider_wrap .slick-prev {
  top: 50%;
  left: 5%;
  position: absolute;
}

.banners_slider_wrap .slick-next {
  top: 50%;
  right: 5%;
}

.banners_slider_wrap .slick-prev,
.banners_slider_wrap .slick-next {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
}

.banners_slider_wrap .slick-prev::before {
  left: 53%;
}

.banners_slider_wrap .slick-next::before {
  left: 48%;
}

@media screen and (max-width: 576px) {
  .review_section_wrap .slick-next {
    right: -16px;
  }
}

@media screen and (max-width: 768px) {
  .banners_slider_wrap .slick-prev {
    left: 2%;
  }

  .banners_slider_wrap .slick-next {
    right: 2%;
  }
}

/* ============================ slick slider ========================= */
/* ============================ Banner ========================= */
/*.banner_item {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 940px;*/
/*    !*height: auto;*!*/
/*    position: relative;*/
/*}*/
/*.banner_img_wrap {*/
/*    position: relative;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.banner_img_wrap img {*/
/*    object-fit: cover;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.banner_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
  /* Фиксированная высота */
  width: 100%;
  /* Ширина контейнера масштабируется */
  position: relative;
  overflow: hidden;
  /* Предотвращает переполнение изображения */
}

/* Обертка для изображения */
.banner_img_wrap {
  position: relative;
  width: 100%;
  /* Ширина обертки соответствует ширине контейнера */
  height: 100%;
  /* Высота обертки соответствует высоте контейнера */
}

/* Изображение */
.banner_img_wrap img {
  width: 100%;
  /* Ширина изображения соответствует ширине обертки */
  height: 100%;
  /* Высота изображения соответствует высоте обертки */
  display: block;
  /* Убирает лишние отступы вокруг изображения */
}

.main_banner_title {
  max-width: 776px;
  padding: 160px 0 0;
}

.main_banner_title .title-banner {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.main_banner_title .title-banner span {
  color: var(--main-green-color);
}

.main_banner_inner {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main_banner_inner .info {
  font-size: 20px;
  margin: 0 0 26px;
  text-align: center;
}

.banner_btns {
  display: flex;
  flex-direction: row;
  width: 572px;
}

.banner_btns button {
  max-width: 280px;
  width: 100%;
}

.banner_btns a:focus {
  color: #fff;
  text-decoration: none;
}

.sign_up {
  border-radius: 5px;
  background-color: var(--main-green-color);
  padding: 14px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 20.222px;
  font-weight: 400;
  line-height: normal;
  margin: 0 20px 0 0;
}

.sign_up:hover {
  background-color: var(--main-green-color-hover);
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.sign_up span {
  text-align: start;
  margin: 0 0 0 18px;
}

.offer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 272px;
  width: 100%;
}

.offer:hover {
  background-color: var(--main-color-hover);
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.banner_section {
  margin: 0 0 50px;
}

.main-page-title {
  padding: 0 0 30px;
  text-align: center;
}

/* ---------------------------banner 2 */
.banner_tfn .desktop,
.main_banner .desktop,
.banner_advantages .desktop {
  display: block;
}

.banner_tfn .mobile,
.main_banner .mobile,
.banner_advantages .mobile {
  display: none;
}

.banner_tfn_inner {
  align-items: start;
}

.banner_tfn_title {
  max-width: 627px;
  position: relative;
  padding-top: 90px;
  left: 88px;
}

.banner_tfn_title .title-banner {
  color: var(--main-green-color);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  text-align: left;
}

.banner_tfn_inner .info {
  max-width: 519px;
  text-align: left;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
  padding-left: 88px;
}

.banner_tfn_inner .main-btn-style {
  padding: 29px 20px;
  margin-left: 88px;
}

/* ---------------------------banner 2 */
/* ---------------------------banner 3 */
.banner_adv_inner {
  align-items: start;
}

.avd_banner_content {
  width: 800px;
}

.banner_adv_title {
  margin: 80px 0 80px;
}

.banner_adv_title .title-banner {
  color: #000;
  text-align: center;
  font-size: 61.353px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.banner_adv_title .title-banner span {
  color: var(--main-green-color);
}

.banner_adv_elem {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 0 25px;
}

.banner_adv_elem .wrap_img {
  height: 70px;
}

.banner_adv_elem .wrap_img img {
  margin: 0 auto 15px;
}

.banner_adv_elem .adv_title_ban {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.banner_adv_elem .info {
  text-align: center;
  font-size: 20.451px;
  font-weight: 400;
  line-height: 24.541px;
  max-width: 186px;
}

.banner_adv_logo {
  padding: 17px 28px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 18%;
  right: -13%;
}

/* ---------------------------banner 3 */
/* ---------------------------banner 4 */
.avd2_content {
  margin: 150px 0 0;
  width: 900px;
}

.banner_avd2_inner {
  display: flex;
  align-items: start;
  justify-content: start;
}

.banner_adv2_elem {
  margin: 0 0 70px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.banner_adv2_elem .wrap_img {
  margin: 0 0 25px;
}

.banner_adv2_elem .text {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  max-width: 400px;
}

.avd2_content .offer {
  padding: 29px 37px;
}

.banner_adv2_elem .text_system {
  max-width: 300px;
}

/* ---------------------------banner 4 */
@media screen and (min-width: 1920px) {
  .banner_item {
    /*height: 1000px;*/
    height: auto;
    overflow: hidden;
  }

  .banner_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Сохраняет пропорции и помещает изображение внутрь контейнера */
  }

  .banners_slider_wrap .slick-next {
    right: 13%;
  }

  .banners_slider_wrap .slick-prev {
    left: 13%;
  }

  .main_banner_title {
    padding: 193px 0 0;
  }

  .main_banner_title .title-banner {
    font-size: 45px;
  }

  .banner_tfn_title {
    max-width: 650px;
    padding-top: 135px;
    left: 0;
  }

  .banner_tfn_title .title-banner {
    font-size: 50px;
    line-height: 70px;
  }

  .banner_tfn_inner .info {
    max-width: 590px;
    font-size: 40px;
    line-height: 56px;
    padding-left: 0;
  }

  .banner_tfn_inner .main-btn-style {
    margin-left: 0;
  }

  .banner_adv_title {
    margin: 90px 0 90px;
  }

  .banner_adv_elem .adv_title_ban {
    font-size: 40px;
    line-height: 57px;
  }

  .banner_adv2_elem .wrap_img {
    margin: 0 0 45px;
  }
}

@media screen and (max-width: 1800px) {
  .prev-btn {
    left: 5%;
  }

  .next-btn {
    right: 5%;
  }
}

@media screen and (max-width: 1600px) {
  .banner_adv_logo {
    right: -6%;
  }

  .avd2_content {
    margin: 120px 0 0;
  }
}

@media screen and (max-width: 1400px) {

  .banner_tfn .desktop,
  .main_banner .desktop {
    display: none;
  }

  .banner_tfn .mobile,
  .main_banner .mobile {
    display: block;
    /*min-height: 900px;*/
  }

  .banner_tfn_inner {
    padding: 0 0 0 70px;
  }

  .banner_tfn_title {
    padding-top: 60px;
  }

  .banner_adv_logo {
    display: none;
  }

  .avd2_content {
    margin: 120px 0 0;
    width: 100%;
    padding: 0 0 0 120px;
  }
}

@media screen and (max-width: 1200px) {
  .banner_item {
    height: 700px;
  }

  .avd_banner_content {
    width: 600px;
  }

  .banner_adv_title {
    margin: 60px 0 50px;
  }

  .banner_adv_title .title-banner {
    text-align: left;
    padding: 0 0 0 50px;
  }

  .avd_banner_content {
    margin: 0 0 0 65px;
  }

  .avd2_content {
    margin: 80px 0 0;
  }

  .banner_adv2_elem .wrap_img {
    margin: 0 0 15px;
  }

  .banner_adv2_elem {
    margin: 0 10px 50px 0;
  }

  .banner_adv2_elem .text {
    font-size: 26px;
  }

  .banner_advantages .desktop {
    display: none;
  }

  .banner_advantages .mobile {
    display: block;
  }

}

@media screen and (max-width: 768px) {
  .banner_tfn_title .title-banner {
    font-size: 36px;
    line-height: 56px;
  }

  .banner_tfn_inner .info {
    font-size: 27px;
    line-height: 40px;
  }

  .banner_tfn_title,
  .banner_tfn_inner .info {
    max-width: 85%;
  }

  .main_banner_inner {
    padding: 0 60px;
  }

  .main_banner .banner_btns .offer {
    width: 100%;
    max-width: 280px;
  }

  .avd_banner_content {
    margin: 0;
  }

  .avd_banner_content {
    width: 100%;
  }

  .banner_adv_title .title-banner {
    padding: 0;
  }

  .banner_adv_title .title-banner {
    font-size: 52px;
  }

  .banner_adv_elem .wrap_img {
    height: 50px;
    margin: 0 0 15px;
  }

  .banner_adv_elem .wrap_img img {
    width: 52px;
  }

  .banner_adv_elem .adv_title_ban {
    font-size: 25.902px;
    line-height: 27.263px;
  }

  .banner_adv_elem .info {
    font-size: 15.451px;
    line-height: 24.541px;
    max-width: 128px;
  }

  .banner_adv_elem {
    margin: 0;
  }

  .banner_adv_title {
    margin: 46px 0 20px;
  }

  .banner_adv_title .title-banner {
    font-size: 42px;
  }

  .avd2_content {
    padding: 0 0 0 20px;
  }

  .avd2_content {
    margin: 40px 0 0;
  }

  .banner_avd2_inner {
    padding: 0 40px 0 60px;
  }

  .banner_adv2_elem .text {
    font-size: 23px;
    line-height: 28px;
  }

  .banner_adv2_elem .wrap_img img {
    width: 35px;
  }

  .banner_tfn_title {
    left: 0;
  }

  .banner_tfn_inner .info {
    padding-left: 0;
  }

  .banner_tfn_inner .main-btn-style {
    margin-left: 0;
  }

}

@media screen and (max-width: 576px) {
  .banner_tfn_title .title-banner {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_tfn_inner .info {
    font-size: 20px;
    line-height: 28px;
  }

  .banner_tfn_title,
  .banner_tfn_inner .info {
    max-width: 100%;
  }

  .banner_item {
    height: 540px;
  }

  .main_banner .banner_btns .offer {
    height: 72px;
  }

  .banner_adv_elem .info {
    font-size: 12px;
    line-height: 16px;
    max-width: 128px;
  }

  .banner_adv_elem .adv_title_ban {
    font-size: 20px;
    line-height: 27px;
  }

  .avd2_content {
    padding: 0;
  }

  .banner_adv2_elem .text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 410px) {
  .main_banner_title .title-banner {
    font-size: 24px;
  }

  .banner_btns {
    max-width: 181px;
  }

  .banner_tfn_title .title-banner {
    font-size: 24px;
    line-height: 32px;
  }

  .banner_tfn_inner .info {
    font-size: 18px;
    line-height: 24px;
  }

  .sign_up span {
    margin: 0 0 0 8px;
  }

  .catalog_elem_name {
    margin: 0 0 10px;
  }

  .banner_adv_title .title-banner {
    font-size: 30px;
  }

  .banner_adv_inner {
    padding: 0;
  }

  .banner_adv2_elem {
    margin: 0 10px 20px 0;
  }

  .banner_adv2_elem .text {
    font-size: 14px;
    line-height: 18px;
  }
}

/* ============================ Banner ========================= */
/* ============================ Selection ========================= */
.selection_wrap {
  margin: 0 185px 0 0;
  border-radius: 10px 500px 500px 10px;
  border: 1px solid #E1E1E1;
  background: #EEF0F2;
  padding: 40px 60px 54px 36px;
  width: 100%;
}

.selection_tractor_wrap img {
  position: absolute;
  right: -56px;
  top: 98px;
}

.selection_wrap .section_title {
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}

.selection_loader {
  width: 540px;
}

.selection_item {
  margin: 0 0 21px;
}

.selection_item_title {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 16px;
}

.custom-checkbox span {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.checkbox {
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #000;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #d88740;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
  background-color: #d88740;
  border-color: #d88740;
  border: 1px solid #d88740;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
  border: 1px solid #d88740;
  border-color: var(----main-color);
  background-color: var(--main-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.selection_loader .main-btn-style {
  padding: 26px 37px;
}

/* ============================ Selection ========================= */
/* ============================ Special ========================= */
.special_section {
  background: #FAFAFA;
  padding: 70px 0;
}

.section_title_wrap {
  margin: 0 0 40px;
}

.section_title_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.products-container {
  overflow-x: auto;
  /* Добавляем горизонтальный скролл */
  white-space: nowrap;
}

.special_items>div {
  padding: 0 5px;
}

/* ============================ Special ========================= */
/* ============================ Catalog section ========================= */
.catalog_elem_wrap {
  margin: 0 0 35px;
  padding: 0 10px;
}

.catalog_elems_wrap {
  margin: 0 -10px;
}

.catalog_elem {
  border-radius: 5px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  height: 100%;
  min-height: 140px;
  transition: box-shadow 0.3s ease;
}

.catalog_elem:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Добавляем тень при наведении */
}

.catalog_elem_info {
  padding: 20px 0 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 60%;
}

.catalog_elem_name {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 10px;
}

.catalog_elem_info .main-btn-style {
  padding: 10px 28px;
  font-size: 12px;
}

.catalog_elem_img {
  height: 100%;
  display: flex;
  align-items: center;
}

.catalog_elem_img img {
  display: block;
  width: 100%;
  height: 90%;
  max-width: 220px;
  max-height: 150px;
}

.catalog_section {
  margin: 0 0 55px;
}

.img-responsive {
  height: 180px;
}

.root-category {
  height: auto !important;
}

/* ============================ Catalog section ========================= */
/* ============================ Main info section ========================= */
.main_info_section {
  background: linear-gradient(to bottom, #ffffff 0, #ffffff 60px, transparent 60px), url(/local/templates/sniper/img_new/main_info_bg.jpg);
  background-position: center top;
  background-size: cover;
  margin: 0;
}

.main_info {
  padding: 35px 25px 35px 35px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  margin-bottom: 314px;
}

.main_info .section_title {
  margin: 0 0 25px;
}

.main_info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 19px;
}

.main_technology {
  margin-right: 20px;
}

.main_info>ul>li {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 10px;
}

.main_info>ul>li:last-of-type {
  margin: 0 0 10px;
}

.main_directions::after {
  content: '';
  width: 1063px;
  height: 585px;
  position: absolute;
  background-image: url(/local/templates/sniper/img_new/main_info_tractors.png);
  right: -252px;
  bottom: -92px;
  background-size: cover;
  background-position: center;
}

.main_info ul {
  list-style-type: none;
  padding-left: 0;
}

.main_info ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.main_info ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/sniper/img_new/icons/marker.svg");
  background-size: cover;
}


/* ============================ Main info section ========================= */
/* ============================ advantages ========================= */
.advantages_section {
  background-color: var(--main-green-color);
  padding: 56px 0 40px;
}

.adv_img {
  margin: 0 0 20px;
}

.adv_elem_title {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.adv_info {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  max-width: 218px;
}

.advantages_elem {
  margin: 0 0 20px;
}

/* ============================ advantages ========================= */
/* ============================ Main ========================= */
/* ============================ NEWS ========================= */
.news-list {
  margin-top: 20px;
  font-size: 15px;
}

.news-item {
  border-radius: 5px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  position: relative;
  height: 100%;
  min-height: 140px;
  transition: box-shadow 0.3s ease;
  padding: 20px;
  margin-bottom: 15px;
}

.news-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Добавляем тень при наведении */
}

.news-date {
  margin-bottom: 10px;
}

.news-item .news-detail {
  margin: 0 0 10px;
}

.news-detail {
  margin: 20px 0 20px;
}

.news-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.news-list a:hover,
.news_back_link:hover {
  color: var(--main-color-hover);
}

.back-list-link a:hover {
  color: #28562E;
}

/* ============================ NEWS ========================= */
/* ========SERVICE==================== SERVICE  =============SERVICE============ */
.service_page a:focus {
  color: #fff;
  text-decoration: none;
}

.main-btn-style.btn-record {
  padding: 26px;
  width: 258px;
  display: block;
}

.main-btn-style.btn-record:hover {
  color: #fff;
  text-decoration: none;
}

/* ============================ SERVICE about company ========================= */
.service__about_company {
  margin-top: 60px;
}

.about_company {
  display: flex;
  flex-direction: row;
}

.photo_about_company {
  margin-right: 77px;
}

.photo_about_company .text {
  position: absolute;
  top: 12%;
  left: 20%;
  font-size: 15px;
  font-weight: 300;
}

.content_about_company {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.content_about_company .section_title {
  margin: 0 0 30px;
}

.content_about_company .text1 {
  margin: 0 0 20px;
}

.content_about_company .text2 {
  margin: 0 0 30px;
}

.record {
  border-top: 1px solid #E4E4E4;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
}

.record .record_phone {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 8px;
}

.record .phone {
  font-size: 30px;
  font-weight: 700;
  line-height: 35.16px;
  color: #DC700F;
  margin-right: 50px;
}

.record .btn-record {
  padding: 26px 33px;
  width: 258px;
  text-wrap: none;
}

/* ============================ SERVICE about company ========================= */
/* ============================ SERVICE Service List  ========================= */
.section_service_list {
  margin: 110px 0 96px;
}

div.service-list div.service-item {
  padding-right: 20px;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
}

.section_service_list .section_title {
  margin: 0 0 36px;
}

.service_item {
  border: 1px solid #E1E1E1;
  padding: 20px 0 25px 30px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: row;
  max-width: 590px;
}

.service_item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service_item_info .name {
  font-size: 25px;
  font-weight: 500;
  line-height: 32.5px;
  color: #000;
}

.service_item_info .name:hover {
  color: var(--main-color);
  text-decoration: none;
}

.service_item_info .info {
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  margin: 15px 0 30px;
}

.service_item_btns {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.service_item_btns .main-btn-style {
  width: 137px;
  margin-right: 28px;
}

.pull_right {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.06px;
  color: #DC700F;
  text-decoration: underline;
  text-transform: uppercase;
}

.pull_right:focus,
.pull_right:active {
  color: #DC700F !important;
}

.service_item_btns .main-btn-style:hover {
  color: #fff;
  text-decoration: none;
}

.pull_right:hover {
  text-transform: none;
  color: var(--main-color-hover);
  text-transform: uppercase;
}

.img_responsive {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 190px;
}

/* ============================ SERVICE Service List  ========================= */
/* ============================ SERVICE Main types of services  ========================= */
.main_types_services,
.section_onsite_service {
  width: 100vw;
  padding: 70px 0;
  background-color: #FAFAFA;
}

.main_types_services .section_title {
  margin: 0 0 49px;
}

.type_of_service_wrap {
  margin: 0 0 20px;
}

.type_of_service {
  border: 1px solid #E1E1E1;
  background-color: #fff;
  padding: 20px 25px 25px;
  border-radius: 10px;
  height: 100%;
}

.type_of_service img {
  margin: 0 0 15px;
}

.type_of_service .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.types_of_service_wrap {
  width: 100%;
}

/* ============================ SERVICE Main types of services  ========================= */
/* ============================ SERVICE diagnostics  ========================= */
.diagnostics {
  padding: 50px 0 100px;
}

.diagnostics_box {
  box-shadow: 0px 0px 64px 0px #0000000D;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.diagnostics_box .section_title {
  margin: 0 0 30px;
}

.diagnostics_box .info {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 40px;
  max-width: 496px;
}

.diagnostic_content {
  max-width: 714px;
  padding: 70px 55px 90px 80px;
}

.diagnostic_phone img {
  position: absolute;
  top: -37%;
  right: 81px;
}

/* ============================ SERVICE diagnostics  ========================= */
/* ============================ SERVICE On-site service  ========================= */
.on_site_service .section_title {
  margin: 0 0 30px;
}

.on_site_service .info {
  margin: 0 0 40px;
  max-width: 545px;
}

.onsite_service_main {
  margin: 0 0 50px;
}

.onsite_service_slider {
  width: 559px;
  height: 339px;
}

.slider_elem {
  max-height: 339px;
}

.slider_elem img {
  display: block;
  width: 100%;
  height: 100%;
}

.onsite_service_slider .slick-prev {
  top: 50%;
  left: -19px;
  position: absolute;
}

.onsite_service_slider .slick-next {
  top: 50%;
  right: -18px;
}

.advant_elems_title {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35.16px;
  text-align: left;
  text-transform: uppercase;
}

.advant_elem {
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 30px 25px;
  height: 100%;
}

.advant_elem .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px;
}

.advant_elem .text {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
}

/* ============================ SERVICE On-site service  ========================= */
/* ============================ SERVICE Works Steps  ========================= */
.section_work_steps {
  margin-top: 100px;
}

.section_work_steps .section_title {
  margin: 0 0 49px;
}

.step {
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  height: 100%;
}

.step .number {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px;
}

.step .text {
  font-size: 15px;
  font-weight: 400;
}

.step::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -61px;
  width: 110px;
  height: 110px;
  background-image: url("/local/templates/sniper/../../../../../../../img_new/icons/icon_step.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.step_one::before {
  content: none;
}

.section_work_steps .main-btn-style {
  margin: 33px 0 0;
}

/* ============================ SERVICE Works Steps  ========================= */
/* ============================ SERVICE PRICE  ========================= */
.section_price {
  margin-top: 100px;
}

.section_price .section_title {
  border: 3px solid var(--main-color);
  width: 100%;
  padding: 28px 20px 25px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  color: var(--main-color);
  margin: 0 0 40px;
}

.price_table {
  width: 100%;
}

.price_table tr {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.price_table .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 29.3px;
  margin: 0 0 20px;
  background-color: #fff;
}

.price_table tr:nth-child(odd) {
  background-color: #fff;
  padding: 20px 20px;
}

.price_table tr:nth-child(even) {
  background-color: #FAFAFA;
  padding: 10px 20px;
}

.show_more_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.show_more_wrap .pull_right {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: center;
}

.price_table tbody tr td:nth-child(2) {
  white-space: nowrap;
  margin-left: 20px;
}

/* ============================ SERVICE PRICE  ========================= */
/* ============================ SERVICE Form  ========================= */
.section_service_form {
  margin: 100px 0 90px;
}

.service_form_wrap .section_title {
  margin: 0 0 49px;
}

#service_form input {
  margin: 0;
  outline: none;
  width: 100%;
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid #DADADA;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 30px;
}

#service_form input:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--main-color);
}

#service_form input:hover {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

#service_form input::placeholder {
  color: #ADADAD;
}

#service_form .main-btn-style {
  margin-top: 40px;
  width: 258px;
  padding: 26px;
  height: 70px;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 17.58px;
  color: #fff;
}

#service_form .main-btn-style:hover {
  background-color: var(--main-color-hover);
}

/* ============================ SERVICE Form  ========================= */
/* ============================ SERVICE Media Rules  ========================= */
@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
  .record {
    flex-direction: column;
  }

  .record .btn-record {
    margin-top: 20px;
  }

  .diagnostic_phone img {
    position: relative;
    width: 300px;
    top: 0;
    right: 0;
  }

  .diagnostic_phone {
    padding: 20px 20px 0 0;
  }

  .on_site_service .info {
    max-width: none;
    width: 80%;
  }

  .service_slider_wrap {
    margin-top: 30px;
  }

  .advant_elems_title {
    margin: 0 0 30px 25px;
  }
}

@media screen and (max-width: 992px) {
  .photo_about_company {
    margin-right: 50px;
  }

  .photo_about_company .text {
    top: 5%;
    left: 5%;
  }

  .photo_about_company img {
    width: 300px;
  }

  div.service-list div.service-item {
    padding-right: 0;
  }

  .diagnostic_phone img {
    width: 264px;
  }

  .diagnostic_phone {
    display: flex;
  }

  .diagnostic_content {
    max-width: 644px;
    padding: 70px 35px 90px 36px;
  }

  .on_site_service .info {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .photo_about_company,
  .diagnostic_phone {
    display: none;
  }

  .diagnostic_content {
    padding: 70px 55px 90px;
  }

  .step_wrap {
    margin: 0 0 15px;
  }

  .section_work_steps {
    margin-left: 10px;
  }
}

@media screen and (max-width: 576px) {
  .onsite_service_slider {
    width: 100%;
    height: auto;
  }

  .advant_onsite .col-12 {
    margin: 0 0 20px;
  }

  .advant_onsite .col-12:last-of-type {
    margin: 0;
  }

  .advant_elems_title {
    margin: 0 0 0 25px;
    font-size: 26px;
    line-height: 28px;
  }

  .step::before {
    top: -58px;
    left: 37%;
    width: 98px;
    height: 98px;
    transform: rotate(90deg);
  }

  .section_work_steps {
    margin-left: 0;
  }
}

@media screen and (max-width: 475px) {
  .service_item {
    flex-direction: column-reverse;
  }

  .service_item_photo {
    display: flex;
    justify-content: center;
  }

  .service_item_photo img {
    display: block;
  }

  .diagnostic_content {
    padding: 40px 30px 69px;
  }

  .record .phone {
    font-size: 26px;
  }

  .price_table .title {
    font-size: 20px;
    margin: 0;
  }

  .header_phone_wrap .header_callback {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 410px) {
  .type_of_service_wrap {
    width: 100%;
  }
}

/* ========SERVICE==================== SERVICE  =============SERVICE============ */
/* ========PRODUCT-CARD==================== PRODUCT-CARD  =============PRODUCT-CARD============ */
.slider-container {
  display: flex;
  align-items: flex-start;
}

.slider-container .slider-nav {
  width: 60px;
  /* Ширина миниатюрного блока */
  margin-right: 20px;
  /* Расстояние между блоками */
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-container .slider-nav li {
  margin-bottom: 10px;
}

.slider-container .slider-nav img {
  width: 100%;
  display: block;
}

.slider-container .slider-for {
  width: calc(100% - 80px);
  /* 60px ширина миниатюр + 20px отступ */
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-container .slider-for li {
  margin-bottom: 10px;
}

.slider-container .slider-for img {
  width: auto;
  display: block;
  max-width: 350px;
}

.related_products .special_item {
  height: 400px !important;
}

.title-category {
  font-size: 15px;
  font-weight: 500;
  color: #878787;
  padding: 10px;
}

/* ========PRODUCT-CARD==================== PRODUCT-CARD  =============PRODUCT-CARD============ */
@media screen and (max-width: 1650px) {
  .main_directions::after {
    content: '';
    width: 860px;
    height: 473px;
    right: 0;
    bottom: -61px;
  }
}

@media screen and (max-width: 1400px) {
  .prev-btn {
    left: 3%;
  }

  .next-btn {
    right: 3%;
  }

  .selection_tractor_wrap img {
    position: absolute;
    right: 16px;
    top: 98px;
  }
}

@media screen and (max-width: 1200px) {
  .selection_tractor_wrap img {
    right: 0px;
    top: 231px;
    width: 642px;
  }

  .selection_loader {
    width: 500px;
  }

  .adv_elems_wrap {
    padding: 0 0 0 20px;
  }

  /*.special_item {*/
  /*    height: 740px !important;*/
  /*}*/
}

@media screen and (max-width: 992px) {

  /*.special_item {*/
  /*    height: 640px !important;*/
  /*}*/
  .selection_tractor_wrap {
    display: none;
  }

  .selection_wrap {
    margin: 0;
    border-radius: 10px 400px 400px 10px;
  }

  .selection_loader {
    width: 100%;
  }

  .main_info {
    margin: 0 0 40px;
  }

  .main_directions::after {
    content: '';
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .banner_btns {
    display: flex;
    flex-direction: column;
    width: max-content;
    max-width: 280px;
  }

  .banner_btns .sign_up {
    margin: 0 0 20px;
  }

  .banner_btns .offer {
    height: 106px;
  }

  .main_banner_title {
    max-width: 776px;
    padding: 94px 0 0;
  }

  .banner_btns button {
    max-height: 90px;
  }

  .sign_up {
    font-size: 20px;
    line-height: 22px;
  }

  .selection_wrap .section_title {
    max-width: 350px;
  }

  .section_title_wrap {
    display: flex;
    flex-direction: column;
  }

  .section_title {
    margin: 0 0 10px;
  }

  #navbar.navbar-collapse.collapse.in {
    display: block;
  }

  .header_slogan_section {
    display: flex;
    flex-direction: row;
  }

  .header_slogan_section a img {
    width: 190px;
    margin-right: 10px;
  }

  .header_slogan_wrap>div {
    line-height: 15px;
  }

  .header_slogan_wrap {
    margin: 9px 0 0;
  }

  .header_catalog_wrap {
    margin: 10px 0 0 0;
  }

  .header_callback {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .catalog_elem_img img {
    max-width: 80px;
    max-height: 110px;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
  }

  .catalog_elem_img img {
    max-width: 220px;
    max-height: 150px;
  }

  .main_banner_title .title-banner {
    font-size: 34px;
  }

  .banner_btns button {
    max-height: 70px;
    width: 220px;
  }

  .sign_up {
    padding: 16px 5px 16px 16px;
    font-size: 15px;
    line-height: 18px;
  }

  .sign_up img {
    width: 40px;
    height: 40px;
  }

  .selection_wrap {
    border-radius: 10px 100px 100px 10px;
    padding: 40px 60px 54px 15px;
  }

  .section_title h2 {
    font-size: 30px;
  }

  .catalog_elem_wrap {
    margin: 0 0 20px;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .search_block {
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .header_social {
    justify-content: center;
  }

  .header_menu li,
  .header_menu li a {
    width: 100%;
  }

  .header_logo_link {
    width: 120px;
  }

  .header_slogan_section {
    padding: 0 0 0 10px;
  }

  .header_contacts_section {
    padding: 0 16px;
  }

  .header_contacts_section>div {
    line-height: 14px;
  }

  /*.special_item {*/
  /*    height: auto !important;*/
  /*}*/
  .main_banner_title {
    padding: 70px 0 0;
  }
}

@media screen and (max-width: 410px) {
  .header_slogan_section a img {
    width: 150px;
  }
}

input[name^="a_f_name"] {
  display: none !important;
}

form .notice:not(:empty) {
  margin: 10px 0;
}

.file-upload label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  padding-right: 23px;
}

.leasing-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  align-items: center;
  padding: 10px 0;
}

.leasing-logos img {
  max-width: 100px;
  height: auto;
  display: block;
}


/*# cookie-banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  max-width: 920px;
  min-width: 550px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  gap: 20px;
}

.cookie-text {
  color: #000;
  max-width: 75%;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0%;

}

.cookie-button {
  width: 139px;
  height: 50px;
  border-radius: 7px;
  background: #28562E;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}

.cookie-button:focus,
.cookie-button:active {
  outline: none !important;
  box-shadow: none !important;
}

.cookie-button:hover {
  background: #18351b;
}

.cookie-banner {
  display: none;
}

.cookie-banner.cookie-show {
  display: flex;
}

.cookie-text a {
  color: #28562E;
  text-decoration: underline;
}

.cookie-text a:hover {
  color: #18351b;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .cookie-banner {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    min-width: 310px;
    gap: 0;
  }

  .cookie-text {
    font-size: 13px;
    flex: none;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .cookie-button {
    width: 100%;
    height: 44px;
    font-size: 14px;
  }
}

/*# cookie-banner */
/* End */


/* Start:/local/templates/sniper/template_styles.css?17435868343030*/
.calc_chooise_block {
    margin-bottom: 20px;
}

.calc_result_block {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.calc_start_block {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 15px;
    background-color: rgba(238, 240, 242, 1);
    border-radius: 15px;
}

.calc_photo {
    display: flex;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    height: 271px;
    align-items: end;
    width: 271px;
}

.calc_photo img {
    background-color: #fff;
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 100%;
}

.calc_total_block {
    border-radius: 15px;
    border: 1px solid rgba(225, 225, 225, 1);
}

.calc_total_head {
    background: rgba(238, 240, 242, 1);
    padding: 15px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calc_total_head_sum {
    font-size: 20px;
    font-weight: 600;
}

.calc_range_label {
    margin-bottom: 5px;
    color: rgba(106, 106, 106, 1);

}

.calc_total_b_top, .calc_total_b_bot {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calc_total_b_top.success {
    color: rgba(40, 86, 46, 1);
}

.calc_total_b_bot {
    border-top: 1px solid rgba(225, 225, 225, 1);
}

.calc_total_btn {
    color: #fff;
    padding: 15px;
    width: 100%;
    display: block;
    background: rgba(40, 86, 46, 1);
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.1s ease-in-out;
    text-align: center;
}

.calc_total_btn:hover {
    opacity: 0.5;
    color: #fff;
}

.select2-container {
    width: auto !important;
    min-width: 200px;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    order: 1;
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
}

.select2-dropdown {
    border: 1px solid rgba(225, 225, 225, 1);
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(225, 225, 225, 1);
}

.calc_range {
    width: 100%;
}

.calc_result_block .form-control {
    font-size: 15px;
    padding: 10px 15px;
    height: auto;
}

@media (max-width: 768px) {
    .calc_result_block, .calc_start_block {
        grid-template-columns: 100%;
    }

    .calc_start_block {
        grid-gap: 20px;
    }
}
/* End */
/* /local/templates/sniper/css/old.css?17241269011305 */
/* /local/templates/sniper/libs/slick-1.5.9/slick/slick.css?17241269011782 */
/* /local/templates/sniper/libs/slick-1.5.9/slick/slick-theme.css?17241269013030 */
/* /local/templates/sniper/libs/font-awesome-4.2.0/css/font-awesome.min.css?172412690121984 */
/* /local/templates/sniper/libs/fancybox/jquery.fancybox.css?17241269014895 */
/* /local/templates/sniper/css/fonts.css?17241269011791 */
/* /local/templates/sniper/css/main.css?175567173644352 */
/* /local/templates/sniper/css/media.css?17241269013632 */
/* /local/templates/sniper/styles.css?175611560442058 */
/* /local/templates/sniper/template_styles.css?17435868343030 */
