

/* Start:/local/templates/sniper/components/bitrix/form.result.new/modal/style.css?1741236719197*/
.success{
	font-size: 25px;
    color: #ff7f2d;
    font-weight: 700;
}
.callme_inp_wrapp.error input,
.callme_inp_wrapp.error select,
.callme_inp_wrapp.error textarea{
    border: 1px solid red;
}
/* End */


/* Start:/local/templates/sniper/components/bitrix/form.result.new/remont/style.css?1745483180842*/
.success{
	font-size: 25px;
    color: #ff7f2d;
    font-weight: 700;
}
.callme_inp_wrapp.error input,
.callme_inp_wrapp.error select,
.callme_inp_wrapp.error textarea{
    border: 1px solid red;
}

.btn_and_blank {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .btn_and_blank {
        flex-direction: column-reverse;
        align-items: start;
    }
}
.wrap_btn {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    width: max-content;
    margin: 0 auto;
}
.wrap_btn .lbl_check {
    display: flex;
    flex-direction: row;
    align-items: start;
}
.wrap_btn .lbl_check input {
    padding: 0;
    margin: 0 5px 0 0;
    width: 13px;
}
.wrap_btn .lbl_check span {
    line-height: 16px;
}
/* End */


/* Start:/local/templates/sniper/components/bitrix/form.result.new/vacancies/style.css?1745553848746*/
.success{
	font-size: 25px;
    color: #ff7f2d;
    font-weight: 700;
}
.callme_inp_wrapp.error input,
.callme_inp_wrapp.error select,
.callme_inp_wrapp.error textarea{
    border: 1px solid red;
}

/* Скрываем стандартный input[type="file"] */
.custom-file-wrapper .custom-file-input {
    display: none;
}

/* Кнопка для выбора файла */
.custom-file-wrapper .custom-file-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400;
}

/* Кнопка удаления */
.custom-file-wrapper .remove-file {
    color: #a7a7a7;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 23px;
    display: none;
}

/* End */


/* Start:/local/templates/sniper/template_styles.css?17816290343260*/
.filter-panel {
    display: none;
}

.fancybox-slide .send-headcall {
    font-weight: 400;
    width: 550px;
    background: #FFF;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 27px;
}

.send-headcall input {
    display: block;
    padding: 0.5rem 0px;
    margin: 0.8rem 0px;
    box-sizing: border-box;
    background-color: #ffffff00;
    color: #000;
    border: 1px solid #c5e2d400;
    border-bottom: 1px solid #c0d7c6;
    transition: all 0.2s ease-out;
    width: 100%;
}

.send-headcall ::placeholder {
    /*color: #000;*/
    color: #777;
}

.send-headcall input:focus {
    border-bottom: 1px solid #c0d7c6;
}

.send-headcall input:focus-visible {
    outline: transparent;
    background: transparent;
}

.send-headcall .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.send-headcall .button {
    display: flex;
    /*font-family: 'Gotham Pro';*/
    font-weight: 400;
    font-size: 18px;
    background: #294F3E;
    color: #FFF;
    border-radius: 3px;
    border: 0px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/*  */


.fields textarea {
    height: 150px;
    display: block;
    padding: 1rem;
    margin: 0.8rem 0;
    box-sizing: border-box;
    background-color: #fff0;
    color: #000;
    border: 1px solid #c0d7c6;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    width: 100%;
    resize: none;
}


.select-css {
    display: block;
    color: #000;
    padding: 0.7rem 0.7rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #c0d7c6;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font-weight: 500;
    background-image: url(https://spektrtruck.ru/img/service-me-arrow-d.svg);
    background-repeat: no-repeat;
    background-position: right 3% center;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-bottom: 1px solid #c0d7c6;
}

.select-css:focus {
    outline: none;
}

.select-css option {
    font-weight: normal;
}

*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}


.fancybox-bg {
    background: #2A503F !important;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: default !important;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 3px !important;
}

.fancybox-close-small {
    opacity: 1 !important;
}

.fancybox-slide--html .fancybox-close-small {
    right: 35px !important;
    top: 30px !important;
}

.mw-100 {
    max-width: 100%;
    height: auto;
    width: auto;
}

.left_katalog_sm {
    display: none;
}

@media (max-width: 768px) {
    .min-catalog-header {
        margin-bottom: 0 !important;
        padding: 10px;
    }

    .left_katalog {
        display: none;
    }

    .left_katalog_sm {
        display: block;
    }
}
/* End */


/* Start:/local/templates/sniper/css/short-bootstrap.css?175138612242539*/
html{/*font-family:sans-serif;*/-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{display:block;}
audio,
canvas,
progress,
video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],
template{display:none;}
a{background-color:transparent;}
a:active,
a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,
strong{font-weight:bold;}
dfn{font-style:italic;}
h1{font-size:2em;margin:0.67em 0;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:1em 40px;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
pre{overflow:auto;}
code,
kbd,
pre,
/*samp{font-family:monospace, monospace;font-size:1em;}*/
button,
input,
optgroup,
select,
textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,
select{text-transform:none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],
html input[disabled]{cursor:default;}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td,
th{padding:0;}
@media print{*,
*:before,
*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}
a,
a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
abbr[title]:after{content:" (" attr(title) ")";}
a[href^="#"]:after,
a[href^="javascript:"]:after{content:"";}
pre,
blockquote{border:1px solid #999;page-break-inside:avoid;}
thead{display:table-header-group;}
tr,
img{page-break-inside:avoid;}
img{max-width:100% !important;}
p,
h2,
h3{orphans:3;widows:3;}
h2,
h3{page-break-after:avoid;}
select{background:#fff !important;}
.navbar{display:none;}
.btn > .caret,
.dropup > .btn > .caret{border-top-color:#000 !important;}
.label{border:1px solid #000;}
.table{border-collapse:collapse !important;}
.table td,
.table th{background-color:#fff !important;}
.table-bordered th,
.table-bordered td{border:1px solid #ddd !important;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,
*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html{font-size:10px;-webkit-tap-highlight-color:transparent;}
body{ /*font-family:"Exo 2", "Arial", sans-serif;*/font-size:14px;line-height:1.42857;color:#333333;background-color:#fff;}
input,
button,
select,
/*textarea{font-family:inherit;font-size:inherit;line-height:inherit;}*/
a{color:#1f85b8;text-decoration:none;}
/* a:hover, a:focus{color:#145677;text-decoration:underline;} */
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
figure{margin:0;}
img{vertical-align:middle;}
.img-responsive{display:block;max-width:100%;height:auto;}
.img-rounded{border-radius:6px;}
.img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:2px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;}
.img-circle{border-radius:50%;}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
.sr-only-focusable:active, .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}
[role="button"]{cursor:pointer;}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{/*font-family:inherit;*/font-weight:500;line-height:1.1;color:inherit;}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small{font-weight:normal;line-height:1;color:#777777;}
h1, .h1,
h2, .h2,
h3, .h3{margin-top:20px;margin-bottom:10px;}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small{font-size:65%;}
h4, .h4,
h5, .h5,
h6, .h6{margin-top:10px;margin-bottom:10px;}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small{font-size:75%;}
h1, .h1{font-size:36px;}
h2, .h2{font-size:30px;}
h3, .h3{font-size:24px;}
h4, .h4{font-size:18px;}
h5, .h5{font-size:14px;}
h6, .h6{font-size:12px;}.h4{font-size:28px;}
p{margin:0 0 10px;}
.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4;}
@media (min-width:768px){.lead{font-size:21px;}
}
small,
.small{font-size:85%;}
mark,
.mark{background-color:#fcf8e3;padding:.2em;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-justify{text-align:justify;}
.text-nowrap{white-space:nowrap;}
.text-lowercase{text-transform:lowercase;}
.text-uppercase, .initialism{text-transform:uppercase;}
.text-capitalize{text-transform:capitalize;}
.text-muted{color:#777777;}
.text-primary{color:#4F4F4F;}
a.text-primary:hover{color:#363636;}
.text-success{color:#3c763d;}
a.text-success:hover{color:#2b542c;}
.text-info{color:#31708f;}
a.text-info:hover{color:#245269;}
.text-warning{color:#8a6d3b;}
a.text-warning:hover{color:#66512c;}
.text-danger{color:#a94442;}
a.text-danger:hover{color:#843534;}
.bg-primary{color:#fff;}
.bg-primary{background-color:#4F4F4F;}
a.bg-primary:hover{background-color:#363636;}
.bg-success{background-color:#dff0d8;}
a.bg-success:hover{background-color:#c1e2b3;}
.bg-info{background-color:#d9edf7;}
a.bg-info:hover{background-color:#afd9ee;}
.bg-warning{background-color:#fcf8e3;}
a.bg-warning:hover{background-color:#f7ecb5;}
.bg-danger{background-color:#f2dede;}
a.bg-danger:hover{background-color:#e4b9b9;}
.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee;}
ul,
ol{margin-top:0;margin-bottom:10px;}
ul ul,
ul ol,
ol ul,
ol ol{margin-bottom:0;}
.list-unstyled{padding-left:0;list-style:none;}
.list-inline{padding-left:0;list-style:none;margin-left:-5px;}
.list-inline > li{display:inline-block;padding-left:5px;padding-right:5px;}
dl{margin-top:0;margin-bottom:20px;}
dt,
dd{line-height:1.42857;}
dt{font-weight:bold;}
dd{margin-left:0;}
.dl-horizontal dd:before, .dl-horizontal dd:after{content:" ";display:table;}
.dl-horizontal dd:after{clear:both;}
@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dl-horizontal dd{margin-left:180px;}
}
abbr[title],
abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777777;}
.initialism{font-size:90%;}
blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee;}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child{margin-bottom:0;}
blockquote footer,
blockquote small,
blockquote .small{display:block;font-size:80%;line-height:1.42857;color:#777777;}
blockquote footer:before,
blockquote small:before,
blockquote .small:before{content:'\2014 \00A0';}
.blockquote-reverse,
blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right;}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before{content:'';}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after{content:'\00A0 \2014';}
address{margin-bottom:20px;font-style:normal;line-height:1.42857;}
/*code,
kbd,
pre,
samp{font-family:Menlo, Monaco, Consolas, "Courier New", monospace;}*/
code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:2px;}
kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25);}
kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none;}
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:2px;}
pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0;}
.pre-scrollable{max-height:340px;overflow-y:scroll;}
.container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;}
/*.bottom-header .container{margin-left:0;}*/
.container:before, .container:after{content:" ";display:table;}
.container:after{clear:both;}
@media (min-width:768px){.container{width:100%;}
}
@media (min-width:992px){.container{width:100%;}
}
@media (min-width:1200px){.container{width:100%;}
}
.container-fluid{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;}
.container-fluid:before, .container-fluid:after{content:" ";display:table;}
.container-fluid:after{clear:both;}
.row{margin-left:-10px;margin-right:-10px;}
/* .row:before, .row:after{content:" ";display:table;} */
/* .row:after{clear:both;} */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15{position:relative;min-height:1px;padding-left:10px;padding-right:10px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15{float:left;}
.col-xs-1{width:6.66667%;}
.col-xs-2{width:13.33333%;}
.col-xs-3{width:20%;}
.col-xs-4{width:26.66667%;}
.col-xs-5{width:33.33333%;}
.col-xs-6{width:40%;}
.col-xs-7{width:46.66667%;}
.col-xs-8{width:53.33333%;}
.col-xs-9{width:60%;}
.col-xs-10{width:66.66667%;}
.col-xs-11{width:73.33333%;}
.col-xs-12{width:80%;}
.col-xs-13{width:86.66667%;}
.col-xs-14{width:93.33333%;}
.col-xs-15{width:100%;}
.col-xs-pull-0{right:auto;}
.col-xs-pull-1{right:6.66667%;}
.col-xs-pull-2{right:13.33333%;}
.col-xs-pull-3{right:20%;}
.col-xs-pull-4{right:26.66667%;}
.col-xs-pull-5{right:33.33333%;}
.col-xs-pull-6{right:40%;}
.col-xs-pull-7{right:46.66667%;}
.col-xs-pull-8{right:53.33333%;}
.col-xs-pull-9{right:60%;}
.col-xs-pull-10{right:66.66667%;}
.col-xs-pull-11{right:73.33333%;}
.col-xs-pull-12{right:80%;}
.col-xs-pull-13{right:86.66667%;}
.col-xs-pull-14{right:93.33333%;}
.col-xs-pull-15{right:100%;}
.col-xs-push-0{left:auto;}
.col-xs-push-1{left:6.66667%;}
.col-xs-push-2{left:13.33333%;}
.col-xs-push-3{left:20%;}
.col-xs-push-4{left:26.66667%;}
.col-xs-push-5{left:33.33333%;}
.col-xs-push-6{left:40%;}
.col-xs-push-7{left:46.66667%;}
.col-xs-push-8{left:53.33333%;}
.col-xs-push-9{left:60%;}
.col-xs-push-10{left:66.66667%;}
.col-xs-push-11{left:73.33333%;}
.col-xs-push-12{left:80%;}
.col-xs-push-13{left:86.66667%;}
.col-xs-push-14{left:93.33333%;}
.col-xs-push-15{left:100%;}
.col-xs-offset-0{margin-left:0%;}
.col-xs-offset-1{margin-left:6.66667%;}
.col-xs-offset-2{margin-left:13.33333%;}
.col-xs-offset-3{margin-left:20%;}
.col-xs-offset-4{margin-left:26.66667%;}
.col-xs-offset-5{margin-left:33.33333%;}
.col-xs-offset-6{margin-left:40%;}
.col-xs-offset-7{margin-left:46.66667%;}
.col-xs-offset-8{margin-left:53.33333%;}
.col-xs-offset-9{margin-left:60%;}
.col-xs-offset-10{margin-left:66.66667%;}
.col-xs-offset-11{margin-left:73.33333%;}
.col-xs-offset-12{margin-left:80%;}
.col-xs-offset-13{margin-left:86.66667%;}
.col-xs-offset-14{margin-left:93.33333%;}
.col-xs-offset-15{margin-left:100%;}
@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15{float:left;}
.col-sm-1{width:6.66667%;}
.col-sm-2{width:13.33333%;}
.col-sm-3{width:20%;}
.col-sm-4{width:26.66667%;}
.col-sm-5{width:33.33333%;}
.col-sm-6{width:40%;}
.col-sm-7{width:46.66667%;}
.col-sm-8{width:53.33333%;}
.col-sm-9{width:60%;}
.col-sm-10{width:66.66667%;}
.col-sm-11{width:73.33333%;}
.col-sm-12{width:80%;}
.col-sm-13{width:86.66667%;}
.col-sm-14{width:93.33333%;}
.col-sm-15{width:100%;}
.col-sm-pull-0{right:auto;}
.col-sm-pull-1{right:6.66667%;}
.col-sm-pull-2{right:13.33333%;}
.col-sm-pull-3{right:20%;}
.col-sm-pull-4{right:26.66667%;}
.col-sm-pull-5{right:33.33333%;}
.col-sm-pull-6{right:40%;}
.col-sm-pull-7{right:46.66667%;}
.col-sm-pull-8{right:53.33333%;}
.col-sm-pull-9{right:60%;}
.col-sm-pull-10{right:66.66667%;}
.col-sm-pull-11{right:73.33333%;}
.col-sm-pull-12{right:80%;}
.col-sm-pull-13{right:86.66667%;}
.col-sm-pull-14{right:93.33333%;}
.col-sm-pull-15{right:100%;}
.col-sm-push-0{left:auto;}
.col-sm-push-1{left:6.66667%;}
.col-sm-push-2{left:13.33333%;}
.col-sm-push-3{left:20%;}
.col-sm-push-4{left:26.66667%;}
.col-sm-push-5{left:33.33333%;}
.col-sm-push-6{left:40%;}
.col-sm-push-7{left:46.66667%;}
.col-sm-push-8{left:53.33333%;}
.col-sm-push-9{left:60%;}
.col-sm-push-10{left:66.66667%;}
.col-sm-push-11{left:73.33333%;}
.col-sm-push-12{left:80%;}
.col-sm-push-13{left:86.66667%;}
.col-sm-push-14{left:93.33333%;}
.col-sm-push-15{left:100%;}
.col-sm-offset-0{margin-left:0%;}
.col-sm-offset-1{margin-left:6.66667%;}
.col-sm-offset-2{margin-left:13.33333%;}
.col-sm-offset-3{margin-left:20%;}
.col-sm-offset-4{margin-left:26.66667%;}
.col-sm-offset-5{margin-left:33.33333%;}
.col-sm-offset-6{margin-left:40%;}
.col-sm-offset-7{margin-left:46.66667%;}
.col-sm-offset-8{margin-left:53.33333%;}
.col-sm-offset-9{margin-left:60%;}
.col-sm-offset-10{margin-left:66.66667%;}
.col-sm-offset-11{margin-left:73.33333%;}
.col-sm-offset-12{margin-left:80%;}
.col-sm-offset-13{margin-left:86.66667%;}
.col-sm-offset-14{margin-left:93.33333%;}
.col-sm-offset-15{margin-left:100%;}
}
@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15{float:left;}
.col-md-1{width:6.66667%;}
.col-md-2{width:13.33333%;}
.col-md-3{width:20%;}
.col-md-4{width:26.66667%;}
.col-md-5{width:33.33333%;}
.col-md-6{width:40%;}
.col-md-7{width:46.66667%;}
.col-md-8{width:53.33333%;}
.col-md-9{width:60%;}
.col-md-10{width:66.66667%;}
.col-md-11{width:73.33333%;}
.col-md-12{width:80%;}
.col-md-13{width:86.66667%;}
.col-md-14{width:93.33333%;}
.col-md-15{width:100%;}
.col-md-pull-0{right:auto;}
.col-md-pull-1{right:6.66667%;}
.col-md-pull-2{right:13.33333%;}
.col-md-pull-3{right:20%;}
.col-md-pull-4{right:26.66667%;}
.col-md-pull-5{right:33.33333%;}
.col-md-pull-6{right:40%;}
.col-md-pull-7{right:46.66667%;}
.col-md-pull-8{right:53.33333%;}
.col-md-pull-9{right:60%;}
.col-md-pull-10{right:66.66667%;}
.col-md-pull-11{right:73.33333%;}
.col-md-pull-12{right:80%;}
.col-md-pull-13{right:86.66667%;}
.col-md-pull-14{right:93.33333%;}
.col-md-pull-15{right:100%;}
.col-md-push-0{left:auto;}
.col-md-push-1{left:6.66667%;}
.col-md-push-2{left:13.33333%;}
.col-md-push-3{left:20%;}
.col-md-push-4{left:26.66667%;}
.col-md-push-5{left:33.33333%;}
.col-md-push-6{left:40%;}
.col-md-push-7{left:46.66667%;}
.col-md-push-8{left:53.33333%;}
.col-md-push-9{left:60%;}
.col-md-push-10{left:66.66667%;}
.col-md-push-11{left:73.33333%;}
.col-md-push-12{left:80%;}
.col-md-push-13{left:86.66667%;}
.col-md-push-14{left:93.33333%;}
.col-md-push-15{left:100%;}
.col-md-offset-0{margin-left:0%;}
.col-md-offset-1{margin-left:6.66667%;}
.col-md-offset-2{margin-left:13.33333%;}
.col-md-offset-3{margin-left:20%;}
.col-md-offset-4{margin-left:26.66667%;}
.col-md-offset-5{margin-left:33.33333%;}
.col-md-offset-6{margin-left:40%;}
.col-md-offset-7{margin-left:46.66667%;}
.col-md-offset-8{margin-left:53.33333%;}
.col-md-offset-9{margin-left:60%;}
.col-md-offset-10{margin-left:66.66667%;}
.col-md-offset-11{margin-left:73.33333%;}
.col-md-offset-12{margin-left:80%;}
.col-md-offset-13{margin-left:86.66667%;}
.col-md-offset-14{margin-left:93.33333%;}
.col-md-offset-15{margin-left:100%;}
}
@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15{float:left;}
.col-lg-1{width:6.66667%;}
.col-lg-2{width:13.33333%;}
.col-lg-3{width:20%;}
.col-lg-4{width:26.66667%;}
.col-lg-5{width:33.33333%;}
.col-lg-6{width:40%;}
.col-lg-7{width:46.66667%;}
.col-lg-8{width:53.33333%;}
.col-lg-9{width:60%;}
.col-lg-10{width:66.66667%;}
.col-lg-11{width:73.33333%;}
.col-lg-12{width:80%;}
.col-lg-13{width:86.66667%;}
.col-lg-14{width:93.33333%;}
.col-lg-15{width:100%;}
.col-lg-pull-0{right:auto;}
.col-lg-pull-1{right:6.66667%;}
.col-lg-pull-2{right:13.33333%;}
.col-lg-pull-3{right:20%;}
.col-lg-pull-4{right:26.66667%;}
.col-lg-pull-5{right:33.33333%;}
.col-lg-pull-6{right:40%;}
.col-lg-pull-7{right:46.66667%;}
.col-lg-pull-8{right:53.33333%;}
.col-lg-pull-9{right:60%;}
.col-lg-pull-10{right:66.66667%;}
.col-lg-pull-11{right:73.33333%;}
.col-lg-pull-12{right:80%;}
.col-lg-pull-13{right:86.66667%;}
.col-lg-pull-14{right:93.33333%;}
.col-lg-pull-15{right:100%;}
.col-lg-push-0{left:auto;}
.col-lg-push-1{left:6.66667%;}
.col-lg-push-2{left:13.33333%;}
.col-lg-push-3{left:20%;}
.col-lg-push-4{left:26.66667%;}
.col-lg-push-5{left:33.33333%;}
.col-lg-push-6{left:40%;}
.col-lg-push-7{left:46.66667%;}
.col-lg-push-8{left:53.33333%;}
.col-lg-push-9{left:60%;}
.col-lg-push-10{left:66.66667%;}
.col-lg-push-11{left:73.33333%;}
.col-lg-push-12{left:80%;}
.col-lg-push-13{left:86.66667%;}
.col-lg-push-14{left:93.33333%;}
.col-lg-push-15{left:100%;}
.col-lg-offset-0{margin-left:0%;}
.col-lg-offset-1{margin-left:6.66667%;}
.col-lg-offset-2{margin-left:13.33333%;}
.col-lg-offset-3{margin-left:20%;}
.col-lg-offset-4{margin-left:26.66667%;}
.col-lg-offset-5{margin-left:33.33333%;}
.col-lg-offset-6{margin-left:40%;}
.col-lg-offset-7{margin-left:46.66667%;}
.col-lg-offset-8{margin-left:53.33333%;}
.col-lg-offset-9{margin-left:60%;}
.col-lg-offset-10{margin-left:66.66667%;}
.col-lg-offset-11{margin-left:73.33333%;}
.col-lg-offset-12{margin-left:80%;}
.col-lg-offset-13{margin-left:86.66667%;}
.col-lg-offset-14{margin-left:93.33333%;}
.col-lg-offset-15{margin-left:100%;}
}
fieldset{padding:0;margin:0;border:0;min-width:0;}
legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}
label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold;}
input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input[type="radio"],
input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}
input[type="file"]{display:block;}
input[type="range"]{display:block;width:100%;}
select[multiple],
select[size]{height:auto;}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
output{display:block;padding-top:4px;font-size:14px;line-height:1.42857;color:#4F4F4F;}
.form-control{display:block;width:100%;height:25px;padding:3px 15px;font-size:14px;line-height:1.42857;color:#4F4F4F;background-color:#EBEBEB;background-image:none;border:1px solid #808080;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}
.form-control::-moz-placeholder{color:#999;opacity:1;}
.form-control:-ms-input-placeholder{color:#999;}
.form-control::-webkit-input-placeholder{color:#999;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1;}
.form-control[disabled], fieldset[disabled] .form-control{cursor:not-allowed;}
textarea.form-control{height:auto;}
input[type="search"]{-webkit-appearance:none;}
@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"]{line-height:25px;}
input[type="date"].input-sm, .input-group-sm input[type="date"],
input[type="time"].input-sm, .input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm, .input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm, .input-group-sm
input[type="month"]{line-height:30px;}
input[type="date"].input-lg, .input-group-lg input[type="date"],
input[type="time"].input-lg, .input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg, .input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg, .input-group-lg
input[type="month"]{line-height:46px;}
}
.form-group{margin-bottom:10px;}
.radio,
.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px;}
.radio label,
.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer;}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9;}
.radio + .radio,
.checkbox + .checkbox{margin-top:-5px;}
.radio-inline,
.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer;}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline{margin-top:0;margin-left:10px;}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"]{cursor:not-allowed;}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline{cursor:not-allowed;}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label{cursor:not-allowed;}
.form-control-static{padding-top:4px;padding-bottom:4px;margin-bottom:0;min-height:34px;}
.form-control-static.input-lg, .form-control-static.input-sm{padding-left:0;padding-right:0;}
.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
select.input-sm{height:30px;line-height:30px;}
textarea.input-sm,
select[multiple].input-sm{height:auto;}
.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
.form-group-sm select.form-control{height:30px;line-height:30px;}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control{height:auto;}
.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px;}
.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px;}
select.input-lg{height:46px;line-height:46px;}
textarea.input-lg,
select[multiple].input-lg{height:auto;}
.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px;}
.form-group-lg select.form-control{height:46px;line-height:46px;}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control{height:auto;}
.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;min-height:38px;}
.has-feedback{position:relative;}
.has-feedback .form-control{padding-right:31.25px;}
.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:25px;height:25px;line-height:25px;text-align:center;pointer-events:none;}
.input-lg + .form-control-feedback{width:46px;height:46px;line-height:46px;}
.input-sm + .form-control-feedback{width:30px;height:30px;line-height:30px;}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label{color:#3c763d;}
.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}
.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;}
.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8;}
.has-success .form-control-feedback{color:#3c763d;}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label{color:#8a6d3b;}
.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}
.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;}
.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3;}
.has-warning .form-control-feedback{color:#8a6d3b;}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{color:#a94442;}
.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}
.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;}
.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede;}
.has-error .form-control-feedback{color:#a94442;}
.has-feedback label ~ .form-control-feedback{top:25px;}
.has-feedback label.sr-only ~ .form-control-feedback{top:0;}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}
@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;}
.form-inline .form-control-static{display:inline-block;}
.form-inline .input-group{display:inline-table;vertical-align:middle;}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control{width:auto;}
.form-inline .input-group > .form-control{width:100%;}
.form-inline .control-label{margin-bottom:0;vertical-align:middle;}
.form-inline .radio,
.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}
.form-inline .radio label,
.form-inline .checkbox label{padding-left:0;}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0;}
.form-inline .has-feedback .form-control-feedback{top:0;}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:4px;}
.form-horizontal .radio,
.form-horizontal .checkbox{min-height:24px;}
.form-horizontal .form-group{margin-left:-10px;margin-right:-10px;}
.form-horizontal .form-group:before, .form-horizontal .form-group:after{content:" ";display:table;}
.form-horizontal .form-group:after{clear:both;}
@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:4px;}
}
.form-horizontal .has-feedback .form-control-feedback{right:10px;}
@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33333px;}
}
@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;}
}
.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:3px 15px;font-size:14px;line-height:1.42857;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn:hover, .btn:focus, .btn.focus{color:#333;text-decoration:none;}
.btn:active, .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}
.btn-default{color:#333;background-color:#fff;border-color:#ccc;}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad;}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle{background-image:none;}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc;}
.btn-default .badge{color:#fff;background-color:#333;}
.btn-primary{color:#fff;background-color:#1D913E;border-color:#424242;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle{color:#fff;background-color:#363636;border-color:#242424;}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle{background-image:none;}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active{background-color:#4F4F4F;border-color:#424242;}
.btn-primary .badge{color:#4F4F4F;background-color:#fff;}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439;}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle{background-image:none;}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c;}
.btn-success .badge{color:#5cb85c;background-color:#fff;}
.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da;}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc;}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle{background-image:none;}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da;}
.btn-info .badge{color:#5bc0de;background-color:#fff;}
.btn-warning{color:#fff;background-color:#FA9606;border-color:#e28705;}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle{color:#fff;background-color:#c97804;border-color:#a66303;}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle{background-image:none;}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active{background-color:#FA9606;border-color:#e28705;}
.btn-warning .badge{color:#FA9606;background-color:#fff;}
.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a;}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925;}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle{background-image:none;}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a;}
.btn-danger .badge{color:#d9534f;background-color:#fff;}
.btn-link{color:#1f85b8;font-weight:normal;border-radius:0;}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active{border-color:transparent;}
.btn-link:hover, .btn-link:focus{color:#145677;text-decoration:underline;background-color:transparent;}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none;}
.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px;}
.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;}
.btn-block{display:block;width:100%;}
.btn-block + .btn-block{margin-top:5px;}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block{width:100%;}
.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}
.fade.in{opacity:1;}
.collapse{display:none;}
.collapse.in{display:block;}
tr.collapse.in{display:table-row;}
tbody.collapse.in{display:table-row-group;}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease;}
.clearfix:before, .clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.center-block{display:block;margin-left:auto;margin-right:auto;}
.pull-right{float:right !important;}
.pull-left{float:left !important;}
.hide{display:none !important;}
.show{display:block !important;}
.invisible{visibility:hidden;}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.hidden{display:none !important;}
.affix{position:fixed;}
@-ms-viewport{width:device-width;}
.visible-xs{display:none !important;}
.visible-sm{display:none !important;}
.visible-md{display:none !important;}
.visible-lg{display:none !important;}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block{display:none !important;}
@media (max-width:767px){.visible-xs{display:block !important;}
table.visible-xs{display:table;}
tr.visible-xs{display:table-row !important;}
th.visible-xs,
td.visible-xs{display:table-cell !important;}
}
@media (max-width:767px){.visible-xs-block{display:block !important;}
}
@media (max-width:767px){.visible-xs-inline{display:inline !important;}
}
@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important;}
}
@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important;}
table.visible-sm{display:table;}
tr.visible-sm{display:table-row !important;}
th.visible-sm,
td.visible-sm{display:table-cell !important;}
}
@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important;}
}
@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important;}
}
@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important;}
}
@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important;}
table.visible-md{display:table;}
tr.visible-md{display:table-row !important;}
th.visible-md,
td.visible-md{display:table-cell !important;}
}
@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important;}
}
@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important;}
}
@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important;}
}
@media (min-width:1200px){.visible-lg{display:block !important;}
table.visible-lg{display:table;}
tr.visible-lg{display:table-row !important;}
th.visible-lg,
td.visible-lg{display:table-cell !important;}
}
@media (min-width:1200px){.visible-lg-block{display:block !important;}
}
@media (min-width:1200px){.visible-lg-inline{display:inline !important;}
}
@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important;}
}
@media (max-width:767px){.hidden-xs{display:none !important;}
}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important;}
}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important;}
}
@media (min-width:1200px){.hidden-lg{display:none !important;}
}
.visible-print{display:none !important;}
@media print{.visible-print{display:block !important;}
table.visible-print{display:table;}
tr.visible-print{display:table-row !important;}
th.visible-print,
td.visible-print{display:table-cell !important;}
}
.visible-print-block{display:none !important;}
@media print{.visible-print-block{display:block !important;}
}
.visible-print-inline{display:none !important;}
@media print{.visible-print-inline{display:inline !important;}
}
.visible-print-inline-block{display:none !important;}
@media print{.visible-print-inline-block{display:inline-block !important;}
}
@media print{.hidden-print{display:none !important;}
}
/* End */


/* Start:/local/templates/sniper/css/bootstrap-grid.min.css?173987251675995*/
/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}


/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* End */


/* Start:/local/templates/sniper/css/jquery.fancybox.min.css?173987273512795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/sniper/css/style.css?178162903495530*/
@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Exo+2:200,300,400,500,700,900,400italic,900italic,500italic,300italic,700italic&subset=cyrillic,latin&display=swap);

#sef-filter {
    display: none;
}

::selection {
    color: #fff;
    background: #4d9273;
}

@font-face {
    font-family: 'Gotham Pro R';
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRRegular.eot');
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRRegular.eot?#iefix') format('embedded-opentype'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRRegular.woff') format('woff'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro R';
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRLight.eot');
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRLight.eot?#iefix') format('embedded-opentype'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRLight.woff') format('woff'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro R';
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRMedium.eot');
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRMedium.eot?#iefix') format('embedded-opentype'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRMedium.woff') format('woff'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro R';
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRBold.eot');
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRBold.eot?#iefix') format('embedded-opentype'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRBold.woff') format('woff'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro R';
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRBlack.eot');
    src: url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRBlack.eot?#iefix') format('embedded-opentype'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRBlack.woff') format('woff'), url('/local/templates/sniper/css/../fonts/GothamPro/GothamProRBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

b {
    font-weight: 600;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.top-100 {
    margin-top: 80px;
}

.bottom-100 {
    margin-bottom: 80px;
}

.text-right {
    text-align: right !important;
}

.product-list-wr-articles {
    max-width: 720px;
}

table tr td a img {
    width: 100% !important;
}

.form-comment-dn {
    display: none !important;
}


#sef-filter .filter-block {
    max-height: 100px;
    overflow: hidden;
}

#sef-filter .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}

#sef-filter .btn {
    margin-top: 10px;
}

#sef-filter .filter-block.more {
    border-bottom: 1px solid;
}

#sef-filter .filter-block .filter-param {
    font-size: 12px;
}

#sef-filter .filter-block p {
    font-weight: 500;
    margin: 10px auto;
}

#sef-filter .filter-slide-block {
    background: #4f4f4f;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100px;
    cursor: pointer;
}

.view-mod {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.view-mod.view-mod-block {
    background: url('/local/templates/sniper/css/../img/view-mod-block.png') center no-repeat;
}

.view-mod.view-mod-list {
    background: url('/local/templates/sniper/css/../img/view-mod-list.png') center no-repeat;
}

ul.product-list.view-list li.one-product {
    width: 100%;
}

ul.product-list.view-list li.one-product .product-inner {
    padding: 13px 20px;
}

ul.product-list.view-list li.one-product .products-title {
    height: auto;
}

ul.product-list.view-list li.one-product .products-thumbnail {
    float: left;
}

ul.product-list.view-list li.one-product .products-text {
    display: none;
}

ul.product-list.view-list li.one-product .products-sku {
    display: block;
    float: left;
    margin: 10px 30px;
    width: 450px;
}

ul.product-list.view-list li.one-product .products-sku .modification td {
    border-top: 0;
    text-align: left;
}

ul.product-list.view-list li.one-product a.products-btn {
    float: right;
    max-width: 200px;
    display: block;
    position: static;
}

.sprite {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/local/templates/sniper/css/../img/sprite.png);
}

.facebook-i {
    width: 20px;
    height: 20px;
    background-position: -68px -2px;
}

.attention-i {
    width: 23px;
    height: 23px;
    background-position: -27px -2px;
}

.credit-i {
    width: 16px;
    height: 13px;
    background-position: -228px -15px;
}

.delivery-i {
    width: 21px;
    height: 11px;
    background-position: -228px -2px;
}

.guarantee-i {
    width: 16px;
    height: 19px;
    background-position: -128px -2px;
}

.lease-i {
    width: 15px;
    height: 20px;
    background-position: -90px -2px;
}

.mail-i {
    width: 16px;
    height: 17px;
    background-position: -175px -2px;
}

.map-i {
    width: 13px;
    height: 19px;
    background-position: -146px -2px;
}

.phone-i {
    width: 12px;
    height: 18px;
    background-position: -161px -2px;
}

.phone-w-i {
    width: 14px;
    height: 21px;
    background-position: -52px -2px;
}

.rent-i {
    width: 16px;
    height: 14px;
    background-position: -210px -2px;
}

.search-i {
    width: 19px;
    height: 19px;
    background-position: -107px -2px;
}

.used-i {
    width: 15px;
    height: 15px;
    background-position: -193px -2px;
}

.yes-i {
    width: 23px;
    height: 23px;
    background-position: -2px -2px;
}


.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

a {
    color: #4f4f4f;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/local/templates/sniper/css/../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-prev {
    right: 80px;
}

.bx-wrapper .bx-next {
    right: 30px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: 12px;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/local/templates/sniper/css/../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/local/templates/sniper/css/../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, .75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.container {
    padding: 0;
}

html, button, input, select, textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dbdfdb;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Gotham Pro R', sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    color: #222;
    overflow-x: hidden;
    background: #fff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.main-wrapper-container {
    margin: 0 auto;
    min-height: 100%;
    background: #ffffff;
}

.main-wrapper-container:after {
    content: ' ';
    display: block;
    height: 345px;
    clear: both;
}

.container-wr {
    /*max-width: 1200px;*/
    margin: 0 auto;
    background-color: #fff;
}

.bottom-header .header-top {
    background: #ffffff;
    color: #000;
}

.bottom-header .container .row {
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff17;
    align-items: center;
    padding: 20px 0;
}

.bottom-header .container .row {
    display: flex;
}


footer {
    padding: 60px 0 40px;
    margin: 80px 0 0;
    line-height: 130%;
    background-color: #F0F0F0;
}

footer a {
    color: #000;
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
}

.footer__left__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 30%;
}

.footer__left__wrap .footer__logo {
    margin: 0 0 20px;
}

.footer__left__wrap .footer__logo a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__left__wrap .footer__logo a span {
    font-size: 12px;
    line-height: 14px;
    color: #545454;
}

.footer__right__wrap .links__wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 0 40px;
    justify-content: space-between;
    font-weight: 500;
}

.footer__right__wrap .links__wrap a {
    width: 31%;
    display: flex;
    flex-direction: column;
}

.footer__right__wrap .links__wrap a:hover {
    color: #28562E;
}

.footer__left__wrap .footer__item .title {
    font-size: 12px;
    color: #868686;
}

.footer__left__wrap .footer__item .text {
    font-size: 15px;
    color: #000;
}

.footer__left__wrap .footer__item .text.social {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 10px 0 30px;
}

.footer__left__wrap .footer__invertItem .title {
    font-size: 15px;
    color: #000;
}

.footer__left__wrap .footer__invertItem .text {
    font-size: 12px;
    color: #868686;
    line-height: 130%;
    margin: 5px 0 0;
}

.footer__left__wrap .footer__invertItem .text a {
    text-decoration: underline;
    color: #868686;
}

.footer__right__wrap {
    flex: 0 1 60%;
}

.footer__right__wrap .regrep__wrap .title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: .2s ease-out;
    gap: 10px;
}

.footer__right__wrap .regrep__wrap .title svg {
    position: relative;
    left: 0;
    transition: .2s ease-out;
}

.footer__right__wrap .regrep__wrap .title:hover svg {
    left: 5px;
}

.footer__right__wrap .regrep__wrap .regrep__items__wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 30px 0;
}

.footer__right__wrap .regrep__wrap .regrep__items__wrap .footer__invertItem {
    width: 31%;
    display: flex;
    flex-direction: column;
}

.footer__right__wrap .regrep__wrap .regrep__items__wrap .footer__invertItem .title {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.footer__right__wrap .regrep__wrap .regrep__items__wrap .footer__invertItem .text {
    font-size: 12px;
    color: #868686;
    line-height: 130%;
    width: 85%;
}

.w-100 {
    width: 100%;
}

.main-footer-wrappe {
    background: #f9f9f9;
    position: relative;
}

.main-footer-wrappe .online-help-footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 230px;
    margin-left: -115px;
    height: 51px;
    line-height: 51px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0;
    background-color: #4e4e4e;
    text-decoration: none;
}

.main-footer-wrappe .online-help-footer:hover {
    background-color: #5b5b5b;
}

.header {
    color: #fff;
}

.header a {
    color: #000000;
}

.logo {
    display: block;
}

.logo img {
    width: 183px;
}

.header-slogan {
    line-height: 16px;
    position: relative;
    /*left: -36px;*/
    font-size: 12px;
    color: #545454;
}

.regSearch__wrap {
    display: flex;
    justify-content: flex-end;
}

.regSearch__wrap a {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    padding: 5px 10px 5px 9px;
    font-size: 15px;
    font-weight: 500;
}

.regSearch__wrap a:hover {
    background-color: #ededed;
}

.regSearch__wrap a img {
    margin-right: 5px;
}

.regSearch__wrap a:last-child {
    margin-left: 20px;
}

.contacts-header {
    font-size: 18px;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
}

.contacts-header .phone_click {
    color: #000000;
}

.contacts-header .phone {
    margin-bottom: 0;
}

.contacts-header .phone_click::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('/local/templates/sniper/css/../img/icon_phone.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.contacts-header .mail::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url('/local/templates/sniper/css/../img/icon_mail.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}


.header-phone_icon {
    height: 20px;
    width: 20px;
    display: block;
    background-size: contain;
}

.header-main_icon {
    height: 20px;
    width: 20px;
    display: block;
    background-size: contain;
}

.header-map_icon {
    display: none;
    background-image: url("/assets/images/map.svg");
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contacts-header .sprite {
    margin-right: 8px;
}

.search-form-wr {
    position: relative;
}

.search-form-wr .region-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}

.search-form-wr .region-link .sprite {
    margin-right: 8px;
}

.search-form {
    width: 100%;
    position: relative;
}

.search-form .search-input {
    border-radius: 5px;
    border: 0 solid #ffffff29;
    width: 100%;
    padding: 5px 15px;
    background: #ffffff1a;
    color: #fff;
}

.search-form .search-button {
    position: absolute;
    right: 0;
    bottom: 0;
    background: 0 0;
    border: none;
    height: 25px;
    line-height: 19px;
    padding: 0 7px;
    outline: none;
}

.search-header-btn {
    background: url(/assets/images/search.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    display: block;
}

.regions-wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.soc-block {
    margin-bottom: 0;
}

.section-advantages.container {
    padding: 80px 0 80px;
}

.section-advantages .section-title {
    text-align: center;
}

.advantages {
    background-color: #f9f9f9;
    max-width: 1200px;
    margin: 0 auto;
}

.advantages span {
    font-weight: 500;
    background: url(/assets/images/star.svg) left top no-repeat;
    background-size: 30px;
    display: inline-block;
    padding-left: 37px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.advantages .col-xs-3 {
    min-width: 300px;
}

.full-advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 32px;
    justify-content: center;
    /*margin-top: 30px;*/
}

.full-advantages .advantage {
    width: 100%;
    min-height: 270px;
    text-align: center;
    padding: 127px 30px 20px;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    background-position: center 30px !important;
    background-color: #fff;
}

.advantage.a-1 {
    background: url(/local/templates/sniper/css/../img/a_1.png) top center no-repeat;
    background-size: auto 70px;
}

.advantage.a-2 {
    background: url(/local/templates/sniper/css/../img/a_2.png) top center no-repeat;
    background-size: auto 70px;
}

.advantage.a-3 {
    background: url(/local/templates/sniper/css/../img/a_3.png) top center no-repeat;
    background-size: auto 70px;
}

.advantage.a-4 {
    background: url(/local/templates/sniper/css/../img/a_4.png) top center no-repeat;
    background-size: auto 56px;
}

.advantage.a-5 {
    background: url(/local/templates/sniper/css/../img/a_5.png) top center no-repeat;
    background-size: auto 70px;
}

.advantage.a-6 {
    background: url(/local/templates/sniper/css/../img/a_6.png) top center no-repeat;
    background-size: auto 65px;
}

.advantage.a-7 {
    background: url(/local/templates/sniper/css/../img/a_7.png) top center no-repeat;
    background-size: auto 62px;
}

.advantage.a-8 {
    background: url(/local/templates/sniper/css/../img/a_8.png) top center no-repeat;
    background-size: auto 60px;
}

.advantage.a-9 {
    background: url(/local/templates/sniper/css/../img/a_9.png) top center no-repeat;
    background-size: auto 60px;
}

.advantage.a-10 {
    background: url(/local/templates/sniper/css/../img/a_10.png) top center no-repeat;
    background-size: auto 67px;
}

.about-container {
    display: flex;
    gap: 40px;
}

.about-image {
    flex: 1 1 45%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.about_home_1_photo {
    width: 100%;
}

.about-text {
    flex: 1 1 50%;
}


@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
    }

    .about-image {
        flex: 1 1 100%;
        text-align: center;
    }

    .about-home_1_photo {
        width: 100%;
    }
}

.section-about-us .about-home-title {
    font-size: 32px;
    margin-bottom: 40px;
}

.section-about-us a {
    font-size: 15px;
    color: #406B50;
}

.about-home-2 h2 {
    margin: 80px 0 20px;
    /*font-family: "Exo 2", sans-serif;*/
    font-size: 32px;
    font-weight: 700;
    color: #406B50;
}

.about-home-2 h4 {
    font-size: 24px;
    color: #105128;
}

.home-about-2-classif div {
    padding-top: 20px;
}

.home-about-2-classif img {
    float: left;
    margin-right: 40px;
}

.section-about-us .about-home-2 p, .section-about-us .about-home-2 ul {
    margin: 0;
}

.about-home-2 .about-small-title {
    font-size: 32px;
}



.wrap-main-nav {
    background-color: #F0F0F0;
    max-height: 50px;
    position: relative;
}

.main-nav {
    display: flex;
    justify-content: space-around;
}

.main-nav p {
    padding: 0 5px 0 0;
}

.main-nav p:last-of-type {
    padding: 0;
}

nav {
    width: 100%;
}

.main-nav .order-cell {
    text-align: center;
    order: 2;
    margin-bottom: 0;
    display: flex;
}

.main-nav .order-cell a {
    color: #000000;
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    white-space: nowrap;
    padding: 0 10px;
    transition: all .1s linear;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    height: 50px;
    display: flex;
    align-items: center;
}


.main-nav .order-cell a:hover {
    color: #497B5B;
}

.main-nav .order-cell .sprite {
    margin-right: 5px;
}

.main-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    /*gap: 10px;*/
}

.main-nav ul li {
    display: table-cell;
    padding-right: 6px;
}

.main-nav ul li.active a {
    /*background: #335640;*/
    color: #335640;
    /*border-radius: 5px;*/
}

.main-nav ul a {
    text-decoration: none;
    color: #000;
    text-align: center;
    padding: 0 10px;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    height: 50px;
    display: flex;
    align-items: center;
}


.main-nav ul a:hover {
    /*background: #497B5B;*/
    color: #497B5B;
    /*border-radius: 5px;*/
}

.f-nav ul a {
    font-size: 14px;
}

.f-nav ul {
    width: 100%;
}

.container-slider {
    position: relative;
    bottom: 1px;
    left: 0;
    right: 0;
    color: #fff;
    background: #2C2C2C !important;
    backdrop-filter: none;
    min-height: 60px;
    max-height: 60px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
}

.container-slider .col-xs-5 {
    width: 37.5%;
}

.container-slider .row {
    display: flex;
}

.container-slider .row .col-6 {
    flex: none !important;
    width: 70% !important;
    max-width: none !important;
}

.container-slider .row .col-6:last-of-type {
    display: none;
}

.main-text-slider {
    color: #fff;
    margin: 0 0 0 30px !important;
    font-size: 20px;
    font-weight:600;
}

.min-text-slider {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}


.main-content {
    background: #fff;
    position: relative;
    /*max-width: 1200px;*/
    margin: 15px auto 0;
    padding: 0;
}

.main-content--mainpage {
    margin-top: 50px;
}

.main-wrap-for-bg {
    background-color: #F0F0F0;
    margin: 0 auto;
}

.main-content-elem {
    max-width: 1200px;
    margin: 0 auto;
}

.online-help {
    position: fixed;
    right: 0;
    top: 40%;
    background: url(/local/templates/sniper/css/../img/online-help.png) 0 0 no-repeat;
    color: transparent;
    width: 40px;
    height: 200px;
    overflow: hidden;
    z-index: 100;
}

.online-help:hover {
    color: transparent;
    filter: alpha(opacity=90);
    opacity: .9;
}

.main-slider-wr {
    position: relative;
    display: flex;
    gap: 20px;
    /*padding: 30px 20px 40px;*/
    padding: 30px 0 40px;
    margin-top: 0;
}

.bx-viewport {
    border-radius: 10px 0 0 10px;
}

.sliders-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sliders-left .active .bx-viewport {
    overflow: visible !important;
}

.sliders-left a img {
    width: 100%;
}

.top_slide img {
    height: 235px;
}

.foraction {
    max-width: 42%;
    width: 100%;
    height: auto;
    position: relative;
}

.sliderButtons__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.sliderButtons__wrap a img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.sliderButtons__wrap a {
    position: relative;
}

.bottom_slide img {
    max-height: 183px;
    height: 100%;
}

.sliderLabelBP {
    position: absolute;
    right: 0;
    top: 173px;
    background-color: #497b5b;
    color: #fff;
    padding: 3px 16px 3px 12px;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    text-transform: lowercase;
}


.sliderLableName {
    width: 100%;
    color: #fff;
    background: #2C2C2C;
    height: 60px;
    /*font-family: "Exo 2", sans-serif;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 27.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
    align-items: center;
    padding: 19px 30px;
    border-radius: 0 0 10px 10px;
}

.one-slide {
    border-radius: 10px;
    /*overflow: hidden;*/
}

.one-slide a img {
    min-height: 447px;
    height: 100%;
    border-radius: 10px 10px 0 0;
}


.main-slider-wr .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*margin-top: -50px;*/
    /*filter: drop-shadow(0px 4px 4px rgba(0,0,0,.1));*/
}

.main-slider-wr .bx-wrapper .bx-prev {
    background: url(/local/templates/sniper/css/../img/slider_left.svg) no-repeat center center;
}

.main-slider-wr .bx-wrapper .bx-next {
    background: url(/local/templates/sniper/css/../img/slider_right.svg) no-repeat center center;
}

.main-categories {
    padding: 15px;
}

.main-categories ul {
    list-style: none;
}

.main-categories ul a {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 14px 1fr;
    grid-column-gap: 10px;
    align-items: center;
}

.main-categories ul a:before {
    content: '';
    background-image: url(/assets/images/cq.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 14px;
    display: block;
    width: 14px;
    height: 14px;
}

.main-categories ul a:hover {
    text-decoration: none;
}

.section-title {
    color: #406B50;
    /*font-family: "Exo 2", sans-serif;*/
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.section-title a {
    color: #4f4f4f;
    font-size: 15px;
}

.carousel-section {
    background-color: #e6e6e6;
    padding-bottom: 25px;
}

.carousel-section .bx-wrapper .bx-viewport {
    border-left: solid transparent 50px;
    border-right: solid transparent 50px;
}

.carousel-section .section-title {
    padding: 10px 0;
}

.carousel-section li {
    border: 5px solid #fff;
}

/*       MAIN PAGE - CATALOG        */
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
    justify-content: center;
}

.min-catalog-block {
    border-radius: 15px;
    padding: 30px 30px 45px;
    box-shadow: 0px 0px 44px 0px #0000001A;
}

.min-catalog-bloc-img img {
    max-width: 100%;
    display: block;
    width: 100%;
    min-width: 95px;
    height: 75px;
}

.min-catalog-title {
    /*font-family: "Exo 2", sans-serif;*/
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    display: flex;
    align-items: center;
    margin: 0 0 0 23px;
}


@media (max-width: 576px) {
    .container {
        padding: 0 20px;
    }

    .min-catalog-title {
        font-size: 18px;
    }

    .main-nav .order-cell {
        position: absolute;
        right: 0;
    }

    .main-nav p:first-of-type {
        right: 160px;
    }

    .section-advantages.container {
        padding: 80px 20px 80px;
    }

    .full-advantages .advantage {
        min-height: 200px;
    }

    .section-title {
        font-size: 30px;
    }

    .about-home-2 h2 {
        font-size: 27px;
    }

    .section-about-us a, .section-about-us {
        font-size: 15px !important;
    }
}


.min-catalog-block.col-md-4 {
    flex: unset !important;
}

.min-catalog-header {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 55px;
}


.min-catalog-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.min-catalog-list li {
    margin-bottom: 10px;
    border: 1px solid #F2F2F2;
    height: auto;
    display: flex;
    align-items: center;
    padding: 7px 50px 7px 20px;
    position: relative;
    min-height: 44px;
    border-radius: 5px;
}

.min-catalog-list li a {
    line-height: 19.5px;
}

.min-catalog-list li::after {
    content: '';
    display: block;
    width: 25px;
    height: 8px;
    background-image: url('/assets/images/icon_arrow_black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.min-catalog-list li:hover::after {
    background-image: url('/assets/images/icon_arrow_white.svg');
}

.min-catalog-list li:hover {
    background-color: #406B50;
}

.min-catalog-list li:hover a {
    color: #fff;
}

.min-catalog-list li {
    display: none; /* Скрыть все элементы */
}

.min-catalog-list li.visible {
    display: flex; /* Показывать только видимые элементы */
}


/*СТРАНИЦА - КАТАЛОГ  */
.catalog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}


.catalog-block {
    box-shadow: 0px 0px 44px 0px #0000001A;
    padding: 24px 8px 16px;
    border-radius: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    text-align: center;
}

.catalog-image img {
    max-width: 100%;
    height: auto;
}

.catalog-image a {
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-title {
    margin: 10px 0 0;
    text-align: center;
}

.catalog-title a {
    font-weight: 500;
    font-size: 18px;
}

.catalog-title a:hover {
    color: #28562E;
}

/*СТРАНИЦА - КАТАЛОГ (end) */


#toggle-list {
    margin-top: 10px;
    cursor: pointer;
    background: none;
    color: #406B50;
    border: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 19.5px;
    margin-left: 21px;
    padding: 0;
}


.filter-panel .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 15px;
    font-size: 14px;
    color: #4f4f4f;
    background-color: #ffffff00;
    border: 1px solid #6e6962;
    border-radius: 5px;
}

.filter-panel .form-control:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0/8%), 0 0 8px rgba(0, 0, 0, .247);
}

.section-about-us {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
}

.section-about-us p {
    margin-bottom: 15px;
}

.section-about-us ul {
    padding-left: 0;
    margin: 0 0 15px;
    list-style-position: inside;
}


.thumbnail {
    margin-bottom: 15px;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;
}

.thumbnail img {
    width: 100%;
}

.one-news {
    font-size: 15px;
    line-height: 22px;
}

.one-news .news-title a {
    text-decoration: underline;
    text-decoration-color: #0000;
    transition: .2s;
}

.one-news .news-title a:hover {
    text-decoration-color: #000;
}

.one-news .news-time {
    font-size: 12px;
    color: #767676;
    margin: 7px 0;
    display: block;
}

.one-news .news-title {
    margin: 0 0 8px;
}

.one-news .news-title a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #000;
}

.one-news .news-text {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}

.news-tags {
    margin: 12px 0;
    display: flex;
    gap: 20px;
}

.news-tags a {
    font-size: 14px;
    line-height: 13px;
    font-weight: 500;
    transition: all .1s linear;
}

.news-tags-color-brown {
    color: #a78a51;
}

.news-tags-color-spektr {
    color: #417c40;
}

.news-tags-color-deploy {
    color: #1b5fe2;
}

.news-tags-color-imp {
    color: #d84237;
}

.news-title__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}

.news-title__right-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-title__right-title span:first-child {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
}

.news-title__right-title span:last-child {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    background: #497b5b;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 2px 12px;
}

.news-title__left-title {
    gap: 30px;
    display: flex;
}

.news-title__left-title a:first-child {
    color: #247452;
}

.news-title__left-title a svg {
    position: relative;
    left: 0;
    transition: .2s ease-out;
}

.news-title__left-title a:hover svg {
    left: 5px;
}

.news-title__left-title a:first-child svg path {
    fill: #247452;
}

.news-title__left-title a {
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: .2s ease-out;
}

.news-title__left-title a svg {
    margin: 0 0 0 10px;
}

.map-footer {
    margin-bottom: 20px;
}

.regional-offices {
    margin-bottom: 20px;
}

.regional-offices a {
    color: #105128;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
}

.regional-offices a:hover {
    text-decoration: none;
}

.footer-title {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 5px;
}

.main-footer .logo-footer {
    height: 160px;
    display: block;
}

.main-footer .logo-footer img {
    margin: auto;
    margin-top: 60px;
    display: block;
    width: 240px;
}

.footer-catalog {
    line-height: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-catalog li {
    margin-bottom: 1px;
}

.footer-catalog a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.footer-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-nav a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.address-section {
    margin-bottom: 25px;
}

.address-section p, .address-section a {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 15px;
}

.address-value {
    overflow: hidden;
}

.inner-page {
    padding: 25px 0;
    position: relative;
}

.col-half {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.col-quarter {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.col-treat {
    float: left;
    width: 33%;
    padding: 0 10px;
}

.col-three-fourths {
    float: left;
    width: 75%;
    padding: 0 10px;
}

.filter-panel {
    padding: 20px;
    background: #ffefdb;
    border-radius: 9px;
    margin: 25px 0 0;
    display: none;
}

.filter-label {
    text-align: center;
    color: #998976;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin: 0;
}

.btn-filter {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    background-color: #6e6962;
    border-color: #6e6962;
}

.left-side {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    overflow: hidden;
}

.left-side-title {
    background: #335640;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 12px 20px;
    text-align: left;
    display: block;
}

.left-side-list {
    padding: 0 15px;
    margin: 0;
    list-style: none;
}

.left-side-list > li {
    margin: 0 -15px;
}

.left-side-list > li.active > a {
    /* background: #ffefdb; */
    background-color: #c6e7d1;
    border-right: 2px solid #497b5b;
    font-weight: 500;
}


.left-side-list > li:hover > a {
    background-color: #c6e7d1;

}

.left-side-list > li ul {
    margin: 7px 0;
    padding-left: 0;
    list-style: none;
}


.left-side-list > li ul a {
    padding: 5px 23px;
}

.left-side-list a {
    color: #000;
    font-size: 15px;
    line-height: 14px;
    font-weight: 500;
    display: block;
    /* margin: 5px; */
    padding: 12px 20px;
    text-decoration: none;
    /* border-radius: 5px; */
    transition: all .1s linear;
}


.left-side-list li span {
    padding: 5px 40px;
    display: block;
    font-size: 13px;
    line-height: 14.36px;
    background-color: #d8f7e3;
    font-weight: 500;
}

.left-side-list li.active span {
    padding: 12px 20px;
    font-size: 15px;
}

ul.left-side-list li.active span {
    padding: 12px 20px;
    font-size: 15px;
}

ul.left-side-list li.active ul li span, .left-side-list > li ul li.active a {
    font-size: 13px;
    padding: 5px 23px;
    background-color: #fff;
    color: #28562E;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 16px;
    list-style: none;
}

.breadcrumb > li {
    display: inline-block;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb > li + li:before {
    display: inline-block;
    content: "";
    background-image: url(/local/templates/sniper/img/breadcrumb.svg);
    width: 5px;
    height: 8px;
    /*margin-left: 7px;*/
    margin-right: 7px;
}

.breadcrumb a {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    margin-right: 7px;
}

.breadcrumb a:hover {
    text-decoration: none;
}
@media screen and (max-width: 475px) {
    .breadcrumb > li {
        font-size: 12px;
    }
    .breadcrumb a {
        font-size: 12px;
    }
    .breadcrumb {
        line-height: 15px;
    }
}

.page-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0;
    margin: 0 0 24px;
}

.page-description {
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 21px;
    overflow: hidden;
}

.page-description h2 {
    font-size: 22px;
}

.page-description ul {
    padding-left: 15px;
}

.page-description:empty {
    display: none;
}

.two-col {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    overflow: hidden;
}

.product-list-title {
    color: #105128;
    font-size: 20px;
    font-weight: 500;
    display: block;
}



.product-list-wr {
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.product-list-wr p {
    font-size: 18px;
}

.product-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.product-list .one-product {
    margin-bottom: 20px;
}

.product-list.three_items .one-product:nth-child(3n+1) {
    clear: left;
}

.product-list .product-inner {
    background-color: #fff;
    min-height: 150px;
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.15s ease-in-out;
    height: 100%;
}

.product-list .product-inner:hover {
    transform: scale(1.03);
}

.product-list .product-inner div.h4 {
    font-size: 22px;
}

.product-list .products-thumbnail {
    margin-bottom: 15px;
    /*height: 210px;*/
    /*overflow: hidden;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.product-list .products-thumbnail a {
    margin-left:-20px;
    margin-right: -20px;
}

.product-list .products-thumbnail img {
    max-width: 100%;
    height: auto;
}

.product-list .products-title {
    color: #105128;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px;
    min-height: 80px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}


.product-list .products-sku {
    display: none;
}

.product-list .products-text {
    color: #000;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    padding-bottom: 16px;
    /*min-height: 120px;*/
    /*max-height: 121px;*/
    margin-bottom: 20px;
    position: relative;
    z-index:2;
}

.product-list .products-btn {
    /*height: 25px;*/
    color: #fff;
    font-size: 15px;
    /*line-height: 16px;*/
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;

    height: 32px;
    border-radius: 6px;
    line-height: 25px;
}

.products-btn.btn-warning {
    background-color: #df8709;
}
.products-btn.btn-warning:hover {
    background-color: #cb7904;
}

.scrollToTop-wr {
    text-align: center;
    padding: 15px 0;
    display: none;
}

.scrollToTop-wr .scrollToTop {
    width: 92px;
    height: 32px;
    padding: 10px;
    color: transparent;
    background: url("/local/templates/sniper/css/../img/top-button.png") no-repeat center center;
    text-indent: 100%;
    overflow: hidden;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0;
    background-color: #c6c6c6;
    text-decoration: none;
}

.scrollToTop-wr .scrollToTop:hover {
    background-color: #d3d3d3;
}

.catalog-inner-thumbnail {
    float: left;
    margin-right: 20px;
    width: 220px;
}

.all-position {
    float: right;
    color: #1f85b8;
    font-size: 14px;
    font-weight: 400;
}

.tab-content > .tab-pane {
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    height: auto;
    overflow: inherit;
}

.fade {
    opacity: 0;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.fade.in {
    opacity: 1;
}

.nav-tabs-1 {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

.nav-tabs-1 li {
    display: table-cell;
}

.nav-tabs-1 li.active a {
    background-color: #ebebeb;
    -moz-box-shadow: inset 0 0 10px rgba(125, 125, 125, .58);
    -webkit-box-shadow: inset 0 0 10px rgba(125, 125, 125, .58);
    box-shadow: inset 0 0 10px rgba(125, 125, 125, .58);
}

.nav-tabs-1 li:first-child a {
    border-left: 1px solid #4f4f4f;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}

.nav-tabs-1 li:last-child a {
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0 3px 3px 0;
}

.nav-tabs-1 a {
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    background-color: #ebebeb;
    border: 1px solid #4f4f4f;
    border-left: none;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.nav-tabs-1 a:hover {
    background-color: #dedede;
}

.models {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.nav-tabs-2_1 {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.nav-tabs-2_1:before, .nav-tabs-2_1:after {
    content: " ";
    display: table;
}

.nav-tabs-2_1:after {
    clear: both;
}

.nav-tabs-2_1 li {
    float: left;
    margin: 0 5px -1px 0;
}

/* .nav-tabs-2_1 li.active a {
	background: #fff;
	border-bottom: #fff;
} */

/* .nav-tabs-2_1 a {
	padding: 2px 5px;
	display: block;
	height: 22px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 100%,50% 0%,color-stop(0%,#e5e5e5),color-stop(100%,#fff));
	background-image: -moz-linear-gradient(bottom,#e5e5e5 0%,#fff 100%);
	background-image: -webkit-linear-gradient(bottom,#e5e5e5 0%,#fff 100%);
	background-image: linear-gradient(to top,#e5e5e5 0%,#fff 100%);
	border: 1px solid gray;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

.nav-tabs-2_1 a:hover {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 100%,50% 0%,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
	background-image: -moz-linear-gradient(bottom,#fff 0%,#e5e5e5 100%);
	background-image: -webkit-linear-gradient(bottom,#fff 0%,#e5e5e5 100%);
	background-image: linear-gradient(to top,#fff 0%,#e5e5e5 100%);
} */

.nav-tabs-2_1 a {
    font-size: 18px;
    font-weight: 500;
    color: black;
    border-radius: 5px;
    line-height: 11px;
    padding: 5px 10px;
    border: 1px solid #fa940600;
    transition: all 0.15s ease-in-out;
}

.nav-tabs-2_1 li.active a {
    border: 1px solid #497B5B;
}

.tab-content-2_1-wr {
    margin-bottom: 80px;
}

.tab-content-2_1 {
    color: #000;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}

.tab-content-2_1 p {
    margin: 0;
}

.tab-content-2_1 ul {
    list-style-image: url(/local/templates/sniper/css/../img/li-img.png);
    padding-left: 15px;
    margin: 0 0 10px;
}

.tab-content-2_1 h3, .tab-content-2_1 h2 {
    font-size: 18px;
}

.download-link {
    color: #497B5B;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
    margin-left: 10px;
}

.download-link[href*=".pdf"]:before {
    content: '';
    background-image: url(/local/templates/sniper/css/../img/pdf-icon.png);
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    width: 18px;
    margin-right: 5px;
    display: inline-block;
}

.modification table {
    width: 100%;
}

.modification th {
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #d6d8d8;
}

.modification td {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding: 2px 5px;
}

.modification tr:first-child td {
    padding-top: 8px;
    border-top: none;
}

.modification .doc a {
    color: transparent;
    background-image: url(/local/templates/sniper/css/../img/pdf-icon.png);
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    width: 18px;
    margin-right: 5px;
    display: inline-block;
}

.modification .price-link {
    display: inline-block;
    background: #497b5b;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 5px;
    position: relative;
    height: 18px;
}

.modification .price-link:after {
    content: '';
    width: 0;
    height: 0;
    border: 9px solid #497b5b;
    border-color: transparent transparent transparent #497b5b;
    position: absolute;
    right: -18px;
    top: 0;
}

.questions {
    text-align: center;
    font-size: 14px;
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
    padding: 20px 30px;
    margin: 30px 0;
    border-radius: 10px;
}

.questions ul {
    padding-left: 15px;
}

.questions a {
    text-decoration: underline;
    color: #000;
}

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

/* .btn-price {
	margin: 22px 0 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	font-weight: 500;
	text-shadow: 0 1px 0 rgba(79,79,79,.72);
	display: block;
	height: 40px;
	background-color: #ffbc59;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFFFBC59',endColorstr='#FFC85800');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmM1OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY5NjMzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzg1ODAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ffbc59),color-stop(50%,#ff9633),color-stop(100%,#c85800));
	background-image: -moz-linear-gradient(top,#ffbc59 0%,#ff9633 50%,#c85800 100%);
	background-image: -webkit-linear-gradient(top,#ffbc59 0%,#ff9633 50%,#c85800 100%);
	background-image: linear-gradient(to bottom,#ffbc59 0%,#ff9633 50%,#c85800 100%);
	-moz-box-shadow: 0 1px 3px rgba(2,2,2,.52),inset 0 0 5px rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 3px rgba(2,2,2,.52),inset 0 0 5px rgba(255,255,255,.25);
	box-shadow: 0 1px 3px rgba(2,2,2,.52),inset 0 0 5px rgba(255,255,255,.25);
}

.btn-price:hover,.btn-price:focus {
	text-decoration: none;
	color: #fff;
	background-color: #c85800;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFC85800',endColorstr='#FFFFBC59');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4NTgwMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY5NjMzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZiYzU5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#c85800),color-stop(50%,#ff9633),color-stop(100%,#ffbc59));
	background-image: -moz-linear-gradient(top,#c85800 0%,#ff9633 50%,#ffbc59 100%);
	background-image: -webkit-linear-gradient(top,#c85800 0%,#ff9633 50%,#ffbc59 100%);
	background-image: linear-gradient(to bottom,#c85800 0%,#ff9633 50%,#ffbc59 100%);
	-moz-box-shadow: 0 1px 3px rgba(2,2,2,.52),inset 0 0 11px rgba(255,255,255,.35);
	-webkit-box-shadow: 0 1px 3px rgba(2,2,2,.52),inset 0 0 11px rgba(255,255,255,.35);
	box-shadow: 0 1px 3px rgba(2,2,2,.52),inset 0 0 11px rgba(255,255,255,.35);
}

.btn-price:active {
	text-decoration: none;
	color: #fff;
	background-color: #e28939;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFE28939',endColorstr='#FFFFB367');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyODkzOSIvPjxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZTg4ZDNkIi8+PHN0b3Agb2Zmc2V0PSIzMSUiIHN0b3AtY29sb3I9IiNmZGEyNTEiLz48c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2ZmYTk1OSIvPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZmZhZjVlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZiMzY3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#e28939),color-stop(14%,#e88d3d),color-stop(31%,#fda251),color-stop(44%,#ffa959),color-stop(86%,#ffaf5e),color-stop(100%,#ffb367));
	background-image: -moz-linear-gradient(top,#e28939 0%,#e88d3d 14%,#fda251 31%,#ffa959 44%,#ffaf5e 86%,#ffb367 100%);
	background-image: -webkit-linear-gradient(top,#e28939 0%,#e88d3d 14%,#fda251 31%,#ffa959 44%,#ffaf5e 86%,#ffb367 100%);
	background-image: linear-gradient(to bottom,#e28939 0%,#e88d3d 14%,#fda251 31%,#ffa959 44%,#ffaf5e 86%,#ffb367 100%);
	-moz-box-shadow: 0 1px 3px rgba(2,2,2,.52),inset 0 0 4px rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 3px rgba(2,2,2,.52),inset 0 0 4px rgba(255,255,255,.25);
	box-shadow: 0 1px 3px rgba(2,2,2,.52),inset 0 0 4px rgba(255,255,255,.25);
} */

.btn-price {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #497B5B;
    color: white;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 10px;
    transition: background 0.15s ease-in-out;
}

.btn-price:hover {
    background: #5f9b75;
    color: white;
}

.purchase-type-list {
    margin: 0 0 0 80px;
    padding: 0;
    list-style: none;
}

.purchase-type-list .icon-wr {
    width: 24px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

.purchase-type-list li {
    margin-bottom: 5px;
}

.purchase-type-list a {
    text-decoration: underline;
    color: #1f85b8;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.purchase-type-list a:hover {
    text-decoration: none;
}

#carousel-wrapper {
    position: relative;
}

#carousel span, #thumbs a, #thumbs img {
    display: block;
    float: left;
    text-align: center;
}

#carousel span, #carousel a, #thumbs span, #thumbs a {
    position: relative;
    text-align: center;
}

#thumbs img {
    border: none;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#carousel img {
    max-width: 100%;
    display: inline-block;
}

#carousel > span {
    width: 220px;
    height: 200px;
    position: relative;
}

#thumbs-wrapper {
    padding: 10px 0;
    position: relative;
    width: 150px;
}

.caroufredsel_wrapper {
    height: 720px !important;
}

#carousel, #thumbs {
    overflow: hidden;
    padding-top: 10px;
    height: auto !important;
}

.caroufredsel_wrapper #thumbs {
    display: flex;
    flex-direction: column;
}

#thumbs a {
    width: 150px !important;
    height: 150px;
    background-color: #e8e8e8;
    border-top: 1px solid #fa940600;
    transition: all 0.15 ease-in-out;
}

#thumbs a img {
    max-width: 100%;
}

#thumbs a:hover, #thumbs a.selected {
    border-top: 1px solid #fa9606;
    position: relative;
}

/* #thumbs a:hover:before,#thumbs a.selected:before {
	content: '';
	width: 0;
	height: 0;
	border: 7px solid #fa9606;
	border-color: transparent transparent #fa9606;
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -7px;
	z-index: 10;
} */

/* #thumbs a:hover:before,#thumbs a.selected:before {
  border-top: 1px black solid;
} */


/*СЛАЙДЕР*/
.custom-slider {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    gap: 20px;
    width: 100%;
    margin: 0 0 50px;
}

/* Контейнер для миниатюр */
#gallery-thumbs {
    width: 170px;
    overflow: hidden;
    position: relative;
}

#gallery-thumbs-container {
    height: 530px;
    overflow-y: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc transparent;
}

/* Миниатюры */
#gallery-thumbs-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.gallery-thumb {
    display: block;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 10px;
}

.gallery-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.gallery-thumb.selected {
    border-color: #497B5B;
}

/* Скрываем стандартный скролл (WebKit) */
#gallery-thumbs-container::-webkit-scrollbar {
    width: 6px;
}

#gallery-thumbs-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

#gallery-thumbs-container::-webkit-scrollbar-track {
    background: transparent;
}

#gallery-thumbs-container::-webkit-scrollbar {
    display: none; /* Полностью скрывает скроллбар */
}

#gallery-thumbs-container {
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
}

/* Основное изображение */
#gallery-main {
    flex-grow: 1;
}

.gallery-main-image {
    display: none;
}

.gallery-main-image.active {
    display: block;
}

.gallery-main-image img {
    width: 100%;
    border-radius: 20px;
    max-width: 705px;
}


/*СЛАЙДЕР*/


#wrapper img#shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#prev, #next {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 999;
}

#prev {
    background: url(/local/templates/sniper/css/../img/controls.png) no-repeat 0 -32px;
    left: -16px;
}

#next {
    background: url(/local/templates/sniper/css/../img/controls.png) no-repeat -43px -32px;
    right: -16px;
}

#prev:hover {
    background-position: 0 0;
}

#next:hover {
    background-position: -43px 0;
}

#prev.disabled, #next.disabled {
    display: none !important;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.justifyfull {
    text-align: justify;
}

.justifyright {
    text-align: right;
}

.justifyleft {
    text-align: left;
}

.page_news_item .thumbnail {
    float: left;
    margin-right: 20px;
}

.page_news_item .thumbnail img {
    border-radius:10px;
}

.page_news_item {
    border-bottom: 1px solid #fa9606;
    margin-bottom: 15px;
}

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

.pagination ul li {
    display: inline-block;
    padding: 0 3px;
}

.callme_inp_wrapp {
    /*padding-bottom: 10px;*/
    margin-bottom: 16px;
}

.callme_inp_wrapp .grid_3 {
    /*background: none repeat scroll 0 0 #e6e6e6;*/
    border: 1px solid #aaa9a9;
    border-radius: 4px;
    /*box-shadow: 0 0 6px rgba(115, 112, 112, .35) inset;*/
    height: 45px;
    /*padding: 2px 5px;*/
    padding: 2px 16px;
    /*width: 298px;*/
    width: 100%;
}

.callme_inp_wrapp .grid_53 {
    background: none repeat scroll 0 0 #e6e6e6;
    border: 1px solid #aaa9a9;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(115, 112, 112, .35) inset;
    height: 45px;
    padding: 2px 5px;
    width: 399px;
}

.callme_title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
}

.feedback_inp_submit {
    border: medium none;
    border-radius: 5px;
    margin: 0 auto;
}

.callme_subm_wrapp {
    text-align: center;
    margin-top: 16px;
}

.callme_subm_wrapp .g-recaptcha > div {
    margin: 0 auto;
}

div.errors strong {
    color: red;
}

span.requiredlist span {
    color: red;
}

div.errors {
    padding: 3px 0;
}

.colright {
    float: right;
    margin-left: 6px;
}

.ajaxSearch_highlight1 {
    color: red;
}

/* .caroufredsel_wrapper #thumbs a {
	width: 42px !important;
} */

.carousel-list_spec {
    list-style-type: none;
    padding-left: 0;
}

.carousel-list_spec li {
    float: left;
    list-style: outside none none;
    margin-bottom: 21px;
    margin-right: 80px;
    position: relative;
    width: 380px;
}

#jivo-label.jivo-fixed-bottom #jivo-label-wrapper {
    display: none;
}

.tag_link {
    font-size: 18px;
    margin-right: 10px;
}

.form_textarea {
    background: none repeat scroll 0 0 #e6e6e6;
    border: 1px solid #aaa9a9;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(115, 112, 112, .35) inset;
    height: 100px;
    padding: 2px 5px;
    width: 190px;
}

#ask_price .form_textarea {
    background: none repeat scroll 0 0 #e6e6e6;
    border: 1px solid #aaa9a9;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(115, 112, 112, .35) inset;
    height: 100px;
    padding: 2px 5px;
    width: 298px;
}

#order_form .form_textarea {
    /*background: none repeat scroll 0 0 #e6e6e6;*/
    border: 1px solid #aaa9a9;
    border-radius: 4px;
    /*box-shadow: 0 0 6px rgba(115, 112, 112, .35) inset;*/
    height: 100px;
    padding: 2px 5px;
    width: 100%;
}

.select {
    width: 190px;
    background: none repeat scroll 0 0 #e6e6e6;
    border: 1px solid #aaa9a9;
}

.tab-content td {
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 3px;
    vertical-align: middle;
}

.tab-content td p {
    margin: 0;
}

.hide_block {
    display: none;
}

.min-catalog-bloc-img  .manufacturer_item__link {
    border: 3.5px solid #cbcacf;
    padding:4px;
    border-radius:5px;
    width: 108px;
    height: 84px;
    display: block;
}

.min-catalog-bloc-img  .min-catalog-bloc-img {

}
.manufacturer_item  h4 {
    margin-right: 16px;
}
.manufacturer_image {
    /*border: 3.5px solid #cbcacf;*/
}

#serv_cats .product-inner {
    padding-bottom: 20px;
    min-height: 275px;
}

.serv_tovar_tpl {
    transition: transform 0.15s ease-in-out;
    margin-bottom: 9px;
    border-radius: 5px;
    padding: 20px;
    background: #FFF;
    border: 1px solid #e8e8e8;
}

.serv_tovar_tpl:hover {
    transform: scale(1.03);
}

.serv_tovar_tpl img {
    height: 150px;
    width: auto;
    border-radius: 10px;
}

.serv_tovar_desc {
    margin-bottom: 25px;
}

.serv_tovar_but a {
    width: 169px;
}

.clear {
    clear: both;
}

#serv_list_wrapp {
    padding-left: 10px;
    padding-right: 25px;
}

.serv_tovar_name {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 20px;
}

.serv_tovar_wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.serv_tovar_price {
    font-weight: 600;
    font-size: 18px;
}

#region-xs-3 {
    background-image: url(/assets/images/footer-map.png);
    background-repeat: no-repeat;
    font-size: 12px;
}

.headro {
    float: left;
    width: 140px;
    text-align: right;
    padding-right: 20px;
    font-weight: 700;
}

.textro {
    float: left;
    width: 235px;
}

.rodE {
    width: 17%;
    float: left;
    margin-left: 2.3%;
    clear: none !important;
}

#rodF {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.zapch_title {
    color: #105128;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0 0 3px;
}

.modification.sku-list thead tr th {
    background: #f8f8f8;
    color: #000000;
    font-weight: 500;
    padding: 5px 0;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.modification.sku-list a:not(.price-link) {
    font-weight: 600;
    color: #247d45;
}

.main-params-list .param {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    display: block;
}


.param_value {
    float: right;
    padding-right: 5px;
    font-weight: 500;
    font-style: initial;
}

/*Карточка товара детальная*/
.product-card {
    margin-left: 10px;
}

.product-card .product-card-main {
    margin-right: 0;
    margin-left: 0;
}

.product-card .product-list {
    margin-right: -5px;
    margin-left: -5px;
}

.product-card .page-title {
    /*font-family: "Exo 2", sans-serif;*/
    padding: 0;
    margin: 0 0 30px;
    display: block;
    font-size: 28px;
}

.product-char-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 40px;
}

.product-char-elem {
    flex: 0 1 calc(50% - 60px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-price-wrap {
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.status-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

.status-list .one-status {
    display: inline-block;
    padding-left: 5px;
}

.status-list .one-status:first-child {
    padding-left: 0;
}

.status-list .one-status .sprite {
    margin-bottom: 5px;
}

.prod-price .h4 {
    font-size: 24px;
    margin: 0;
}

.params_tovar .param {
    display: none;
    margin-bottom: 6px;
}

.params_tovar .param:nth-child(-n+6) {
    display: block;
    
}

.params_tovar .show-more-btn,
.params_tovar .hide-btn {
    display: block;
    margin-top: 10px;
    padding: 0;
    cursor: pointer;
    color: #406B50;
    text-decoration: underline;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.params_tovar .hide-btn {
    display: none; /* Кнопка "Скрыть" изначально скрыта */
}


.description-container {
    margin-bottom: 80px;
}

.desc-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.44px;
    margin-bottom: 20px;
}

.description ul {
    padding-left: 15px;
}

.similarTovars .product-list .products-title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 10px;
    min-height: 55px;
    overflow: hidden;

}

.similarTovars .product-list .products-title a {
    color: #000;
}

.similarTovars .col-treat {
    padding: 0 5px;
}

.similarTovars .product-list .products-thumbnail img {
    width: 100%;
}

.similarTovars .product-list .products-thumbnail {
    margin-bottom: 45px;
    display: block;
    height: max-content;
}

.similarTovars .btn-warning, .serv-tovars .btn-warning {
    background-color: #406B50;
    border-radius: 6px;
    height: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 500;
}


.similarTovars .btn-warning:hover, .serv-tovars .btn-warning:hover {
    background-color: #395c47;
}


.similarTovars .price {
    font-size: 20px;
    display: block;
    margin-bottom: 40px;
}

.similarTovars {
    margin-bottom: 80px;
}

.servTovars {
    width: 100%;
}

.serv-tovars {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.serv_tovar_tpl {
    flex: 0 1 calc(50% - 5px); /* Каждый элемент занимает 50% ширины за вычетом отступов */
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    padding: 25px 35px 30px 30px;
    border-radius: 10px;
    display: inline-block;
}

/*slider in product-card*/
.gallery-container {
    display: flex;
    gap: 15px;
}

.thumbs-slider {
    width: 150px;
    height: 400px;
}

.thumbs-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
}

.thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.main-slider {
    width: 600px;
    height: 400px;
}

.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.by_tovars {
    display: flex;
}

/*.by_tovars li.one-product {*/
/*	width: 50%;*/
/*}*/

.by_tovars li.one-product .products-text {
    padding-left: 5px;
    /* width: 330px; */
}

.product-inner.clearfix .products-text p {
    font-size: 10px;
    line-height: 13px;
}

.three_items li.one-product {
    width: 33.3%;
}
@media screen and (max-width: 768px) {
    .three_items li.one-product {
        width: 50%;
    }
}
@media screen and (max-width: 475px) {
    .three_items li.one-product {
        width: 100%;
    }
}

.three_items .products-text {
    width: 100%;
    max-width: 290px;
}

.online {
    width: 90px;
    margin: 10px auto;
}

.production-div, .service-div {
    padding: 23px 14px;
    margin-top: 20px;
    font-weight: 400;
    background: #F8F8F8;
    border-radius: 6px;
}

.production-div span, .service-div span {
    padding-top: 50px;
    color: #105128;
    font: 16px/15px "Exo 2", sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-div span {
    background: url(/local/templates/sniper/css/../img/service_icon.png) center top no-repeat;
}

.production-div span {
    background: url(/local/templates/sniper/css/../img/production_icon.png) center top no-repeat;
}

.sniper {
    background: url(/local/templates/sniper/css/../img/sniper.png) left top no-repeat;
    padding-left: 70px;
    padding-top: 10px;
    height: 60px;
    margin-top: 10px;
}

.sniper a {
    font: 16px/15px "Exo 2", Arial;
    color: #000;
}

input[disabled=disabled] {
    opacity: .5 !important;
    background-color: #1d913e !important;
}

.lbl_check {
    font-size: 12px;
    max-width: 416px;
    margin-top: 16px;
    text-align: left;
}

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

#reqServ .lbl_check {
    max-width: none;
}

.advantages .col-xs-3 {
    width: 25%;
}

.advantages .col-xs-3:first-child {
    padding-right: 0;
}

.bg-top-25 {
    background: url(/local/templates/sniper/css/../img/25-years-min.png) 5px 0 no-repeat;
    height: 70px;
}

.advantages span {
    padding-right: 10px;
}

.callme_subm_wrapp .feedback_inp_submit {
    padding:12px 16px;
    cursor: pointer;
    background-color: #df8709;
}

.feedback_form .special {
    display: none;
}

.fb-icon {
    width: 20px;
    height: 20px;
    background-image: url('/assets/images/fb.png');
    background-size: contain;
    display: block;
}

.section-about-us table tbody tr {
    display: flex;
    gap: 40px;
}

.section-about-us table tbody tr td {
    width: auto !important;
}

.section-about-us table tbody tr td strong {
    font-weight: 500;
}

.desktop-nav {
    display: flex;
    justify-content: space-between;
}

.mobile-nav {
    display: none;
}

.navbar-toggle {
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 20px;
    position: relative;
    background-color: #406b50;
    height: 3px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #406b50;
    left: 0;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
    top: 6px;
}

.navbar-toggler-icon::after {
    bottom: 6px;
}

.wrap-main-nav {
    max-height: none;
    height: auto;
}


.main-wrapper-container {
    min-height: 0;
}

.main-wrapper-container:after {
    height: 0;
}

.news-row, .row-news {
    flex-wrap: nowrap;
}

.section-catalog .row {
    justify-content: center;
}


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

    .col-xs-6 {
        width: 35%;
    }

    .row {
        margin: 0 !important;
    }

    /*.foraction {*/
    /*	width: unset !important;*/
    /*	height: unset !important;*/
    /*}*/
    /*table tbody {*/
    /*    display: flex;*/
    /*}*/

    .main-footer .container .row {
        flex-direction: column;
    }

    .main-footer .container .row .col-xs-3, .main-footer .container .row .col-xs-4, .main-footer .container .row .col-xs-5 {
        width: 100% !important;
        text-align: center;
    }

    .regoff {
        width: 258px;
        height: 79px;
        display: inline-block;
        text-align: center;
    }

    .headro {
        float: unset;
        width: unset;
        text-align: unset;
    }

    #ymaps-map-id_135367140043132173212 {
        margin-top: unset !important;
        width: unset !important;
        height: unset !important;
    }

    #ymaps-map-id_135367140043132173212 iframe {
        width: 100%;
    }

    .address-label {
        float: unset;
    }

    .sniper {
        display: inline-block;
    }

    .main-slider-wr .active {
        width: 100% !important;
        height: unset !important;
    }

    .online-help {
        top: 40%;
    }

    .section-catalog.p-3 .row {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1240px) {
    .contacts-header .phone_click, .mail, .search-form-wr .region-link {
        font-size: 14px;
    }

    .regions-wr {
        margin-bottom: 2px;
    }

    .advantages .row {
        justify-content: center;
    }

    .advantages .row .col-xs-3 {
        margin: 10px;
    }

    .home-about-2-classif div {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-header {
        height: 50px;
        display: flex;
        align-items: center;
    }

    .desktop-nav {
        display: none;
    }

    .header-slogan {
        left: 36px;
    }

    .mobile-nav {
        display: flex;
        align-items: center;
    }

    .one-slide a img {
        min-height: 404px;
    }

    .product-char-elem {
        flex: 0 1 calc(50% - 10px);
    }
}

@media screen and (min-width: 1025px) {
    table tr td a img {
        width: 341px !important;
    }
}

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

    .news-row, .row-news {
        flex-wrap: wrap;
    }

    .col-xs-12-mobile {
        width: 100%;
    }

    .inner-page .row .col-xs-3, .inner-page .row .col-xs-12, .filter-form .col-xs-4, .filter-form .col-xs-3, .filter-form .col-xs-2 {
        width: 100%;
    }

    .filter-form .col-xs-4, .filter-form .col-xs-3, .filter-form .col-xs-2 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .page-title__catalog {
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .main-right-block {
        margin-top: 10px;
    }

    .regSearch__wrap a:last-child {
        margin-left: 0;
    }

    .header-slogan {
        left: 24px;
    }

    .main-nav ul {
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
        justify-content: flex-start;
        padding-bottom: 10px;
        align-items: center;
        padding-top: 10px;
    }

    .navbar-collapse {
        margin-left: -12px;
    }

    .main-nav ul a {
        height: 35px;
    }

    .left-side, .service-div {
        width: 100%;
        margin-left: 0;
    }

    .header-phone_icon, .header-main_icon, .header-map_icon, .fb-icon {
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
    }



    .contacts-header .phone_click, .mail, .search-form-wr .region-link {
        font-size: 14px;
    }

    .header-phone_icon, .header-main_icon, .header-map_icon, .fb-icon {
        width: 20px;
        height: 20px;
    }

    .search-form-wr {
        right: unset;
    }

    .regions-wr {
        justify-content: center;
    }

    .search-form-wr .region-link {
        margin-right: 10px;
    }

    .search-form .search-input {
        height: 35px;
    }

    .search-form .search-button {
        bottom: 5px;
    }


    .section-about-us.p-3 table tbody tr {
        flex-direction: column;
        margin-bottom: 20px;
        align-items: center;
    }

    .bottom-header {
        display: flex;
        flex-direction: column;
    }

    .mail, .advantages, .order-cell, .header-slogan-cont {
        display: none;
    }


    .one-slide a img {
        min-height: 312px;
    }

    .sliderLableName {
        font-size: 15px;
        line-height: 21.5px;
        padding: 19px 20px;
    }

    .main-text-slider {
        font-size: 15px;
        margin: 0 0 0 15px !important;
        line-height: 19px !important;
    }

    .main-slider-wr .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px;
    }

    .bx-wrapper .bx-prev {
        right: 70px;
    }

    .footer__right__wrap {
        flex: 0 1 54%;
    }



    .container-slider .row .col-6 {
        padding-left: 5px;
    }

    .min-catalog-title span {
        word-wrap: break-word; /* Более старые браузеры */
        word-break: break-word; /* Для всех браузеров */
        hyphens: auto;
        white-space: normal;
    }

    .row.rows-news {
        flex-wrap: wrap !important;
    }

    /*.inner-page .row .col-xs-12 {
        margin-top: 30px;
    }*/

    .serv_tovar_tpl img {
        height: 80px;
    }

    .product-price {
        flex: 0 1 calc(40% - 10px);
    }

    #gallery-thumbs-container {
        height: 400px;
    }

}

@media screen and (max-width: 768px) {
    .logo img {
        width: 150px;
    }

    .header-slogan {
        font-size: 11px;
        line-height: 17px;
    }

    .main-slider-wr {
        flex-direction: column;
    }




    .main-slider3 {
        max-width: 100% !important;
    }

    .one-slide a img {
        min-height: 330px;
    }

    .foraction {
        max-width: 100%;
    }

    .top_slide img, .bottom_slide img {
        height: auto;
    }

    .news-title__wrap {
        flex-direction: column;
        align-items: start;
    }

    .news-title__left-title {
        margin-top: 10px;
    }

    .footer__wrap {
        flex-direction: column-reverse;
        position: relative;
        padding-top: 80px;
    }

    .footer__left__wrap .footer__logo {
        margin: 0;
        position: absolute;
        top: 0;
    }

    .footer__right__wrap .regrep__wrap .regrep__items__wrap {
        gap: 15px;
    }

    .footer__right__wrap .links__wrap a {
        width: 45%;
    }

    .catalog-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .serv_tovar_tpl {
        flex: 1;
        width: 100%;
    }

    .serv_tovar_tpl img {
        height: 120px;
    }

    .product-char-wrap {
        flex-direction: column;
    }

    .product-char-elem {
        flex: 1;
    }

    .product-chars {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .mail, .advantages, .order-cell, .header-slogan-cont {
        display: none;
    }
}

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

    .about-home img {
        width: 100%;
        height: auto;
    }

    .home-about-2-classif {
        display: flex;
        flex-direction: column;
    }

    .home-about-2-classif div {
        padding-top: 30px;
    }



    .contacts-header {
        padding-top: 0;
    }

    .logo {
        margin: 10px 0;
    }

    .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-home-2 h2 img {
        margin-bottom: 10px;
    }


    .min-catalog-header .min-catalog-bloc-img {
        position: unset;
        text-align: center;
        margin-bottom: 5px;
    }

    .min-catalog-bloc-img img {
        max-width: unset;
    }

    .min-catalog-list {
        margin-top: 60px;
    }

    .home-about-2-classif img {
        margin: 0 auto;
        width: 70%;
        height: auto;
    }

    .one-slide a img {
        min-height: 260px;
    }

    .catalog-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .catalog-image a {
        height: auto;
    }

    .col-xs-12, .col-md-12 {
        padding: 0;
    }

    .custom-slider {
        flex-direction: column-reverse;
    }

    #gallery-thumbs {
        width: 100%;
    }

    #gallery-thumbs-container {
        height: auto;
    }

    #gallery-thumbs-list {
        flex-direction: row;
    }

    .gallery-thumb img {
        width: 70px;
        height: 100%;
    }

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

    .similarTovars .col-treat {
        width: 80%;
    }
    .main-text-slider {
        margin: 0 0 0 -5px  !important;
        font-size: 14px;
    }
    .sliderLableName {
        font-size: 14px;
    }

}

@media screen and (max-width: 475px) {
    .one-slide a img {
        min-height: 240px;
    }

    .header-slogan {
        padding-left: 10%;
    }

    .min-text-slider {
        font-size: 13px;
        line-height: 15px;
    }

    .main-text-slider {
        line-height: 15px !important;
        padding-top: 0;
    }

    #jcont {
        right: 0 !important;
    }

    table tbody tr td p img {
        margin: 0 !important;
        width: 100%;
    }

    .serv_tovar_wrap {
        flex-direction: column;
    }

    .serv_tovar_tpl img {
        width: 120px;
    }

    .main-params-list .param {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .header-slogan {
        padding-left: 15%;
    }

    .one-slide a img {
        min-height: 210px;
    }

    .main-nav .order-cell a {
        font-size: 12px;
    }

    .main-nav p:first-of-type {
        right: 125px;
    }
}

@media screen and  (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media screen and (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* ==================== */

.sticky {
    position: sticky;
    top: 50px;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.flex-col {
    flex-direction: column;
}

.about-products {
    font-size: 19px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.production-div {
    font-size: 13px;
    line-height: 130%;
    max-height: 280px;
    overflow: hidden;
    position: relative;
}

.production-div .end {
    position: absolute;
    display: flex;
    padding: 10px;
    justify-items: center;
    align-items: center;
    bottom: 0;
    height: 50px;
    background: linear-gradient(0deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
    width: 89%;
    justify-content: center;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.line-clamp-11 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
}

.front-button {
    background: #B9A263;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-items: left;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 110%;
    color: white;
    padding: 18px 20px;
    min-height: 65px;
    overflow: visible;
    transition: all 0.15s ease-in-out;
}

.front-button:hover {
    background: #d0b876;
    color: white;
}

.front-button span {
    max-width: 60%;
    position: relative;
}

.front-button img {
    position: absolute;
    bottom: 0;
    right: 0;
}


.service-button {
    margin-top: 20px;
    background: #9b9b9b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-items: left;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 110%;
    color: white;
    padding: 18px 25px;
    min-height: 80px;
    overflow: visible;
    transition: all 0.15s ease-in-out;
    margin-bottom: 10px;
}

.service-button:hover {
    background: #7e7e7e;
    color: white;
}

.service-button span {
    max-width: 60%;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}

.service-button img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 105%;
}

.product-info {
    background: #F8F8F8;
    padding: 25px 20px 20px;
    font-size: 15px;
    line-height: 19px;
    border-radius: 10px;
    position: relative;
}

.product-info-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-info-content {
    max-height: 180px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.content-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 7px 7px;
    height: 130px;
    /*background: linear-gradient(to top, rgba(240, 240, 240, 1), rgba(255, 255, 255, 0));*/
    background: linear-gradient(to top, rgb(247 247 247), rgba(255, 255, 255, 0));
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.content-gradient.hidden {
    opacity: 0;
}

.toggle-icon {
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 23px;
    transform: translateX(-50%);
    z-index: 20;
}

.toggle-icon img {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    width: 15px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(14%) saturate(0%) hue-rotate(138deg) brightness(98%) contrast(88%);
}

.toggle-icon.expanded {
    bottom: 12px;
}

.toggle-icon.expanded img {
    transform: rotate(270deg);
}

.aside-front-btn {
    background-color: #B9A263;
    margin: 15px 0 0;
    max-height: 80px;
}

.aside-front-btn:hover {
    background-color: #af8f48;
}

.aside-front-btn span {
    max-width: 65%;
}

.aside-front-btn img {
    transform: scaleX(-1);
}

/* ======= */

.v-nal {
    padding: 4px 15px;
    display: inline-flex;
    gap: 3px;
    font-size: 12px;
    align-items: center;
    justify-items: center;
    background: #C6E7CF;
    border-radius: 40px;
    font-weight: 500;
    color: #4B7155;
}

.spec-pred {
    padding: 4px 15px;
    display: inline-flex;
    gap: 3px;
    font-size: 12px;
    align-items: center;
    justify-items: center;
    background: #FFE9B0;
    border-radius: 40px;
    font-weight: 500;
    color: #7b6c44;
}

.delivery {
    padding: 4px 15px;
    display: inline-flex;
    gap: 3px;
    font-size: 12px;
    align-items: center;
    justify-items: center;
    background: #FFD1B0;
    border-radius: 40px;
    font-weight: 500;
    color: #6e523e;
}

.spec-title {
    font-size: 18px;
    line-height: 11px;
    font-weight: 600;
    margin-bottom: 20px;
}

.spec-block {
    margin: 40px 0;
}

.spec-block .spec-title {
    font-size: 18px;
    line-height: unset;
    margin-bottom: 5px;
}


.left-side-list li.active ul li a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
}

.left-side-list li ul li a:hover {
    background-color: white;
    color: #28562E;
}

ul ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

ul ul li::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-image: url(/local/templates/sniper/css/../img/marker_second_list.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


.row.rows-news {
    display: flex;
    flex-wrap: nowrap;
}

.row.rows-news aside {
    position: sticky;
    top: 30px;
}

.product-char-list .params_tovar .param::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 16px;
    height: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
    width: 90%;
    margin-left: 10px;
}


.product-char-list .params_tovar .param_value {
    position: relative;
    background: #fff;
    padding: 0 5px;
    z-index: 1;
}


.product-char-list .params_tovar .param_value.tonnage {
    background: #FFF;
    display: block;
    z-index: 1;
    position: relative;
    padding-left: 5px;
}

/*Vacancies*/
.vacancies-list {
    margin-top: 20px;
}

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

.vacancy-name {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}

.vacancy-name a {
    color: #000;
}

.vacancy-name:hover {
    text-decoration: underline;
}

.vacancy-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.vacancy-wrap p {
    margin: 0;
}

.vacancy-income {
    font-size: 24px;
    font-weight: 500;
    margin-right: 20px;
}

.vacancy-experience {
    background-color: #DC700F1A;
    border-radius: 3px;
    padding: 3px 5px 3px;
    color: #DC700F;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    margin: 3px 0 0;
}

.vacancy-address {
    color: #8E8E8E;
    font-size: 15px;
    line-height: 19.5px;
    margin-bottom: 20px;
}

.vacancy-response {
    padding: 1px 7px;
    background-color: #28562E1A;
    border-radius: 3px;
    font-size: 13px;
    color: #28562E;
    margin-bottom: 27px;
    width: max-content;
    font-weight: 500;
}

.vacancy-btn-response, .form_rent {
    width: 100%;
    color: #FFF;
    background-color: #28562E;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
}
.vacancy-btn-response:focus, .form_rent:focus {
    color: #FFF;
}
.form_rent {
    max-width: 500px;
    margin: 30px auto 0;
}

.vacancy-btn-response:hover , .form_rent:hover{
    background-color: #1e4021;
    color: #FFF;
}

.vacancy-btn-response:focus {
    color: #FFF;
}

#response_to_vacancy button {
    right: 5px !important;
    top: 5px !important;
}

.file-upload {
    position: relative;
    overflow: hidden;
    /*display: inline-block;*/
    display: flex;
    align-items: center;
}

.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;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

#remove-file {
    color: #a7a7a7;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
    display: inline-block;
}

.vacancy_wrap_response {
    margin-top: 40px;
    max-width: 500px;
}
/* стили из footer */

.filter-panel {
    display: none;
}

.fancybox-slide .send-headcall {
    font-weight: 400;
    width: 550px;
    background: #FFF;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 27px;
	margin: 150px 0;
    height: auto !important;
	width: 90% !important;
}

@media screen and (max-width: 1500px) {
	.fancybox-slide .send-headcall .fields > div {
		flex-direction: column;
	}
	.fancybox-slide .send-headcall {
		width: 100% !important;
	}
}
@media screen and (max-width: 576px) {
	.fancybox-slide .send-headcall {
		padding: 75px 30px !important;
	}
}

.send-headcall input {
    display: block;
    padding: 0.5rem 0px;
    margin: 0.8rem 0px;
    box-sizing: border-box;
    background-color: #ffffff00;
    color: #000;
    border: 1px solid #c5e2d400;
    border-bottom: 1px solid #c0d7c6;
    transition: all 0.2s ease-out;
    width: 100%;
}

.send-headcall ::placeholder {
    /*color: #000;*/
    color: #777;
}

.send-headcall input:focus {
    border-bottom: 1px solid #c0d7c6;
}

.send-headcall input:focus-visible {
    outline: transparent;
    background: transparent;
}

.send-headcall .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.send-headcall .button {
    display: flex;
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    background: #294F3E;
    color: #FFF;
    border-radius: 3px;
    border: 0px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.fields textarea {
    height: 150px;
    display: block;
    padding: 1rem;
    margin: 0.8rem 0;
    box-sizing: border-box;
    background-color: #fff0;
    color: #000;
    border: 1px solid #c0d7c6;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    width: 100%;
    resize: none;
}

.select-css {
    display: block;
    color: #000;
    padding: 0.7rem 0.7rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #c0d7c6;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font-weight: 500;
    background-image: url(https://spektrtruck.ru/img/service-me-arrow-d.svg);
    background-repeat: no-repeat;
    background-position: right 3% center;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-bottom: 1px solid #c0d7c6;
}

.select-css:focus {
    outline: none;
}

.select-css option {
    font-weight: normal;
}

*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}


.fancybox-bg {
    background: #2A503F !important;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: default !important;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 3px !important;
}

.fancybox-close-small {
    opacity: 1 !important;
}

.fancybox-slide--html .fancybox-close-small {
    right: 35px !important;
    top: 30px !important;
}
.wrap-response-vacancy {
    display: block !important;
}


.steps-container {
    border: 1.5px solid #335640;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background-color: #ffffff;
    /*font-family: sans-serif;*/
    flex-wrap: wrap;
    flex-direction: row;
}

.step {
    position: relative;
    font-size: 15px;
    color: #333;
    text-align: center;
    max-width: 175px;
    line-height: 1.3;
    padding-right: 30px; /* место под стрелку */
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 25px;
    background-image: url("/local/templates/sniper/img/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1200px) {
    .steps-container {
        justify-content: start;
    }
    .step:last-of-type {
        margin-left: 20px;
    }
}
/* Мобильная адаптация */
@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
        gap: 12px;
    }

    .step {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .step:not(:last-child)::after {
        top: auto;
        bottom: -2px;
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(90deg);
    }
    .step:last-of-type {
        margin-left: 0;
        padding-bottom: 0;
    }
}

/*  ---------------------------- */
table.contacts-page-rekvisity  {
    border-collapse: collapse;
}
table.contacts-page-rekvisity td {
    border: 1px solid #ddd;
    padding:8px 8px;
}

/* ---  */

.sorting-bar  select {
    padding:8px;
}

.fancybox-container form label {
    font-weight:normal;
}

.services_list  li {
    margin-bottom: 8px;
}

@media (min-width: 991px) {
    .manufacturer-area {
        gap: 32px 0;
    }
}



/* End */


/* Start:/local/templates/sniper/dist/build/bundle-C0I2csDV.css?177609312913107*/
.btn-base{display:inline-flex;height:4rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.375rem;padding-left:1rem;padding-right:1rem;vertical-align:middle;color:#fff}.btn-main{background-color:#00b956}.btn-main:hover{background-color:#00b052}.btn-loader.btn-main{position:relative;color:transparent}.btn-loader.btn-main::selection{background:transparent}.btn-loader.btn-main:after{content:" ";width:2rem;height:2rem;position:absolute;left:calc(50% - 1em);top:calc(50% - 1rem);border-radius:50%;animation:spin 1s linear infinite}.btn-loader.btn-main:after{border:2px solid #fff;border-right-color:transparent}.btn-base.btn-rounded{height:2.5rem;border-radius:9999px;padding:1rem 2rem}input[type=text]{border:1px solid #aaa9a9;border-radius:4px;height:45px;padding:2px 16px;width:100%}input.input-base{height:3rem;width:100%;border-radius:.5rem;border-width:1px;border-color:#9ca3af;padding:.75rem}.main-content--mainpage{background-color:#f0f0f0}.main-content__wrap{display:flex;flex-direction:row;flex-wrap:nowrap}.mainpage-section-title{text-align:center;background-color:#fff;margin:56px 0}.mainpage-section-title h2{font-weight:400;margin:16px 0}.mainpage-section--magazine{background-color:#f0f0f0;position:relative;overflow:hidden}.mainpage-section--magazine:after{content:" ";display:block;clear:both;height:56%;background-color:#fff;position:absolute;width:100%;bottom:0;z-index:0}.mainpage-section--magazine .container{z-index:2;position:relative;background-color:#fff;padding-top:16px;border-radius:8px 8px 0 0}.mainpage-section--magazine .section-news{padding:0 32px}.mainpage-section--magazine .news-title__wrap{margin-top:8px;margin-bottom:8px}.mainpage-section--magazine .news-title__right-title span:last-child{line-height:21px;padding:3px 12px 1px;position:relative;top:-3px}.mainpage-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:24px;justify-content:center}.mainpage-benefits-item{width:100%;text-align:center;padding:32px 24px 48px;border:1px solid #d3d3d3;border-radius:10px;font-size:15px;font-weight:400;line-height:19.5px;background-color:#fff}.mainpage-benefits-item__img{display:flex;justify-content:center;align-items:center;min-height:120px;margin-bottom:16px}.mainpage-benefits-item__img img{max-width:72px;max-height:72px}.catalog-sections-list--mainpage{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;box-sizing:border-box}.catalog-sections-list--mainpage *{box-sizing:border-box}.catalog-sections-list--mainpage .catalog-sections-list-item{padding:25px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;text-align:center;background:#fff;border-radius:8px}.catalog-sections-list--mainpage .catalog-sections-list-item a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.catalog-sections-list--mainpage .catalog-sections-list-item img{max-width:100%;height:auto}.catalog-sections-list--mainpage .catalog-sections-list-item__img{display:flex;align-items:center;justify-content:center;flex-grow:1}.catalog-sections-list--mainpage .catalog-sections-list-item__title{display:flex;flex-shrink:0;align-items:center;justify-content:center}.catalog-sections-list--mainpage .catalog-sections-list-item__title span{font-size:18px}.mainpage-section--sotrudnichaem{margin-top:48px;margin-bottom:64px}.mainpage-cooperate{display:flex;flex-direction:row;align-items:center;padding:64px 48px;gap:40px;border-radius:10px;background-color:#fff;justify-content:center}.mainpage-cooperate__img{display:flex;width:400px;flex-shrink:0;align-items:center;justify-content:center}.mainpage-cooperate p{font-size:16px;font-weight:400;line-height:30px;margin-bottom:16px}.mainpage-cooperate .cont{font-size:25px;font-weight:600;line-height:35.5px}@media screen and (max-width: 992px){.mainpage-cooperate{flex-direction:column}}@media screen and (max-width: 640px){.mainpage-cooperate{padding:30px 15px}.mainpage-cooperate .cont{font-size:22px;line-height:35px}.mainpage-cooperate p{font-size:18px;line-height:26px}}.mainpage-section--podbor{background:#fff}.mainpage-podbor{display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin-top:48px;margin-bottom:64px}.mainpage-podbor__img img{max-width:100%}.mainpage-podbor__label{font-size:3.5rem;margin-bottom:16px}.form-zayavka__wrap{display:flex;flex-direction:column}.form-zayavka__title{font-size:18px;margin-bottom:16px}.form-zayavka__title:empty{display:none}.form-zayavka__text{margin-bottom:16px;font-size:13px}.form-zayavka__text:empty{display:none}.bxmaker-custom-from-zayavka{display:grid;gap:16px}.bxmaker-custom-from-zayavka__message{display:block;padding:16px;border-radius:8px}.bxmaker-custom-from-zayavka__message--success{color:green;border:1px solid rgba(0,128,0,.5);background-color:#0080000d}.bxmaker-custom-from-zayavka__message--error{color:#991b1b;border:1px solid #991b36;background-color:#fef2f2}.bxmaker-custom-from-zayavka__fields{display:grid;gap:16px;grid-template-columns:1fr 1fr}.bxmaker-custom-from-zayavka__field{display:flex;flex-direction:column;gap:16px/2}.bxmaker-custom-from-zayavka__agreement input{margin:0 8px 0 0}.bxmaker-custom-from-zayavka__agreement label{font-weight:400;display:inline}.bxmaker-custom-from-zayavka__agreement a,.bxmaker-custom-from-zayavka__agreement a:visited{text-decoration:underline;cursor:pointer}.bxmaker-custom-from-zayavka__agreement a:active,.bxmaker-custom-from-zayavka__agreement a:hover{text-decoration:none}.bxmaker-custom-from-zayavka .btn-base{height:4.5rem}.mainpage-section--vidy-tehniki{margin-top:48px;margin-bottom:80px}.mainpage-vidy-tehniki{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.mainpage-vidy-tehniki-item{padding:25px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;text-align:center;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #d3d3d3}.mainpage-vidy-tehniki-item__img{display:flex;align-items:center;justify-content:center;flex-grow:1}.mainpage-vidy-tehniki-item__img img{max-width:100%}.mainpage-vidy-tehniki-item__text{font-size:22px;text-align:center;margin:0 -20px;width:calc(100% + 40px)}.product-list-wr{margin-bottom:20px;display:flex;gap:16px;flex-wrap:wrap}.product-list-wr .list-title-pro{border:1.5px solid #000;color:#494949;font-size:15px;font-weight:500;margin:5px 0;padding:10px 20px;display:inline-block;border-radius:4px}.product-list-wr .list-title-pro.active,.product-list-wr .list-title-pro:hover{border-color:#335640;outline:1.5px solid #335640}.product-list-wr p{font-size:18px}.social-link{border-radius:50%;overflow:hidden;display:inline-flex;line-height:1;height:48px;width:48px}.social-link svg{height:100%;width:100%}.header-top{padding:20px 16px}.header-top__wrap{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.header-top__left,.header-top__right,.header-top__social{display:flex;flex-direction:row;align-items:center;gap:16px}.header-top__slogan{line-height:16px;position:relative;font-size:12px;color:#545454}.header-top__phone,.header-top__regions{white-space:nowrap}.header-top .social-link{width:32px;height:32px}.footer__social{display:flex;flex-direction:row;align-items:center;gap:32px}.footer__social .social-link{width:40px;height:40px}.main-right-block video,.main-right-block img{max-width:100%}@media (max-width: 1200px){.inner-page{padding-top:0}.product-list{margin:0 -10px!important}.main-content__wrap{flex-wrap:wrap;flex-direction:column}.main-content-menu{max-width:100%;flex-basis:auto;margin-bottom:16px;padding:0 10px}.main-content-area{width:100%}.mainpage-vidy-tehniki,.catalog-sections-list--mainpage,.mainpage-benefits{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 992px){.mainpage-podbor{grid-template-columns:auto}.footer__right__wrap .regrep__wrap .regrep__items__wrap{display:grid;grid-template-columns:repeat(2,1fr)}.footer__right__wrap .regrep__wrap .regrep__items__wrap .footer__invertItem{width:100%}.contacts-header .header-top__phone:before,.contacts-header .header-top__email:before{display:none}.sliders-left{justify-content:space-between}.top_slide img{height:151px}}@media screen and (max-width: 768px){.mainpage-vidy-tehniki-item__text{font-size:18px}.mainpage-section-title h2{font-weight:400;font-size:24px}.header-top__phone{display:none}.top_slide img,.bottom_slide img{height:auto}}@media screen and (max-width: 550px){.mainpage-vidy-tehniki,.catalog-sections-list--mainpage,.mainpage-benefits{grid-template-columns:auto}.news-title__left-title{flex-wrap:wrap}.bxmaker-custom-from-zayavka__fields{grid-template-columns:1fr}.mainpage-podbor__label{font-size:3rem}}@media screen and (max-width: 515px){.header-top__regions{display:none}}@media screen and (max-width: 400px){.contacts-header .header-top__social{overflow:hidden;height:0;width:0}}@-moz-keyframes spin{to{transform:rotate(360deg)}}@-webkit-keyframes spin{to{transform:rotate(360deg)}}@-o-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}.catalog-zapchasti{display:flex;flex-direction:column;gap:16px}.catalog-zapchast{display:flex;position:relative;border:1px solid #e5e5e5;border-radius:10px;padding:20px;align-items:center}.catalog-zapchast__wrap{display:flex;flex-direction:row;gap:32px;flex-grow:1}.catalog-zapchast__image{width:150px;flex-shrink:0}.catalog-zapchast__image img{width:100%}.catalog-zapchast__right{display:flex;flex-direction:row;gap:32px;flex-grow:1}.catalog-zapchast__name{display:flex;flex-grow:1;flex-direction:column}.catalog-zapchast__title{font-size:17px;font-weight:500;display:flex}.catalog-zapchast__price{display:flex;flex-shrink:0;gap:4px;flex-direction:column;color:green;text-align:center;font-size:1.2em;justify-content:center}.catalog-zapchast__price:empty{display:none}.catalog-zapchast__status{font-weight:500;position:absolute;right:16px;top:16px}.catalog-zapchast__action{display:flex;gap:4px;flex-direction:column;justify-content:center;min-width:160px}.catalog-zapchast-param{display:flex;flex-direction:row;gap:8px}.pagination{margin:32px 0;display:flex;flex-direction:row;gap:16px;justify-content:center}.pagination .page-item{display:flex;justify-content:center;align-items:center;border:1px solid #d2d2d2;border-radius:32px;min-width:32px;height:32px;line-height:1;cursor:pointer;padding:0 8px}.pagination .page-item.disabled{display:none}.pagination .page-item.active{background-color:#df8709;color:#fff}@media (max-width: 1200px){.catalog-zapchast__wrap{gap:16px}}@media (max-width: 992px){.catalog-zapchast__right{display:grid;grid-template-columns:1fr auto;gap:16px}.catalog-zapchast__name{grid-column:span 2}}@media (max-width: 768px){.catalog-zapchast__wrap{flex-direction:column}}@media (max-width: 456px){.catalog-zapchast__wrap{flex-direction:column;align-items:center;padding-top:20px}.catalog-zapchast__status{top:12px}.catalog-zapchast__right{display:flex;flex-direction:column}.catalog-zapchast__right .btn{width:auto}.catalog-zapchast__action{justify-content:center}}.main-menu{background-color:#f0f0f0;color:#000}.main-menu .container{padding:0 16px}.main-menu a{font-size:15px;font-weight:500}.main-menu a,.main-menu a:visited{color:#000}.main-menu a:hover,.main-menu a:visited:hover{color:#497b5b}.main-menu__wrap{position:relative;width:100%;height:100%;display:flex;flex-direction:row;gap:32px;min-height:50px;align-items:center}.main-menu__burger{display:none}.main-menu__burger-btn{display:flex;align-items:center;width:50px;min-height:50px}.main-menu__burger-btn svg{stroke:#406b50}.main-menu__buttons{display:none;flex-direction:row;gap:16px;min-height:50px;align-items:center}.body--main-menu-opened .main-menu__buttons{display:none}.main-menu__buttons a{font-weight:500;cursor:pointer;white-space:nowrap}.main-menu__items{display:flex;align-items:center;min-height:52px;flex-direction:row;gap:16px;width:100%;justify-content:space-between}.body--main-menu-opened .main-menu__items{display:flex}.main-menu__items a{min-height:50px;display:inline-flex;align-items:center}.main-menu__phone{display:none}.main-menu__social{flex-direction:row;gap:8px;display:none}.main-menu__social .social-link{width:28px;height:28px}@media (max-width: 1200px){.main-menu__wrap{flex-wrap:wrap;gap:0;justify-content:space-between}.main-menu__buttons,.main-menu__burger{display:flex}.main-menu__items{display:none;padding-bottom:16px;padding-top:8px;grid-template-columns:1fr 1fr 1fr 1fr}.main-menu__items a{min-height:16px}.body--main-menu-opened .main-menu__items{display:grid}.main-content-menu{display:none}}@media (max-width: 992px){.main-menu__items{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 768px){.main-menu__items{grid-template-columns:1fr 1fr}.main-menu__buttons a{display:block}.main-menu__buttons .call_me_form{display:none}}@media (max-width: 576px){.main-content-menu{padding:0}.main-menu .container{padding:0 20px}}@media screen and (max-width: 400px){.main-menu__social{display:flex}}@media (max-width: 397px){.main-menu__items{grid-template-columns:1fr}}@media (max-width: 324px){.main-menu__social{display:none}}

/* End */
/* /local/templates/sniper/components/bitrix/form.result.new/modal/style.css?1741236719197 */
/* /local/templates/sniper/components/bitrix/form.result.new/remont/style.css?1745483180842 */
/* /local/templates/sniper/components/bitrix/form.result.new/vacancies/style.css?1745553848746 */
/* /local/templates/sniper/template_styles.css?17816290343260 */
/* /local/templates/sniper/css/short-bootstrap.css?175138612242539 */
/* /local/templates/sniper/css/bootstrap-grid.min.css?173987251675995 */
/* /local/templates/sniper/css/jquery.fancybox.min.css?173987273512795 */
/* /local/templates/sniper/css/style.css?178162903495530 */
/* /local/templates/sniper/dist/build/bundle-C0I2csDV.css?177609312913107 */
