

/* Start:/local/templates/vtorchermet/css/reset.css?16446084017076*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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


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

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* End */


/* Start:/local/templates/vtorchermet/libs/selectric/selectric.min.css?16446084013189*/
.selectric-wrapper{position:relative;cursor:pointer}.selectric-responsive{width:100%}.selectric{border:1px solid #ddd;border-radius:0;background:#f8f8f8;position:relative;overflow:hidden}.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 38px 0 10px;font-size:12px;line-height:38px;color:#444;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric .button{display:block;position:absolute;right:0;top:0;width:38px;height:38px;line-height:38px;background-color:#f8f8f8;color:#bbb;text-align:center;font:0/0 a}.selectric .button:after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;border:4px solid transparent;border-top-color:#bbb;border-bottom:none}.selectric-focus .selectric{border-color:#aaa}.selectric-hover .selectric{border-color:#c4c4c4}.selectric-hover .selectric .button{color:#a2a2a2}.selectric-hover .selectric .button:after{border-top-color:#a2a2a2}.selectric-open{z-index:9999}.selectric-open .selectric{border-color:#c4c4c4}.selectric-open .selectric-items{display:block}.selectric-disabled{opacity:.5;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0}.selectric-hide-select select{position:absolute;left:-100%}.selectric-hide-select.selectric-is-native{position:absolute;width:100%;height:100%;z-index:10}.selectric-hide-select.selectric-is-native select{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;z-index:1;box-sizing:border-box;opacity:0}.selectric-input{position:absolute!important;top:0!important;left:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;margin:0!important;padding:0!important;width:1px!important;height:1px!important;outline:0!important;border:none!important;background:0 0!important}.selectric-temp-show{position:absolute!important;visibility:hidden!important;display:block!important}.selectric-items{display:none;position:absolute;top:100%;left:0;background:#f8f8f8;border:1px solid #c4c4c4;z-index:-1;box-shadow:0 0 10px -6px}.selectric-items .selectric-scroll{height:100%;overflow:auto}.selectric-above .selectric-items{top:auto;bottom:100%}.selectric-items li,.selectric-items ul{list-style:none;padding:0;margin:0;font-size:12px;line-height:20px;min-height:20px}.selectric-items li{display:block;padding:10px;color:#666;cursor:pointer}.selectric-items li.selected{background:#e0e0e0;color:#444}.selectric-items li.highlighted{background:#d0d0d0;color:#444}.selectric-items li:hover{background:#d5d5d5;color:#444}.selectric-items .disabled{opacity:.5;cursor:default!important;background:0 0!important;color:#666!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-items .selectric-group .selectric-group-label{font-weight:700;padding-left:10px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;color:#444}.selectric-items .selectric-group.disabled li{opacity:1}.selectric-items .selectric-group li{padding-left:25px}
/* End */


/* Start:/local/templates/vtorchermet/libs/fancybox/jquery.fancybox.min.css?164460840112795*/
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/vtorchermet/libs/swiper/swiper.min.css?164460840119778*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/vtorchermet/css/styles.css?1721200543372996*/
/* ------------------------------------------- FONTS ------------------------------------------- */
@font-face {
    font-family: "Grtsk Peta";
    src: url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Regular.eot");
    src: local("Grtsk Peta Regular"), local("GrtskPeta-Regular"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Regular.woff2") format("woff2"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Regular.woff") format("woff"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Grtsk Peta";
    src: url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Italic.eot");
    src: local("Grtsk Peta Italic"), local("GrtskPeta-Italic"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Italic.woff2") format("woff2"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Italic.woff") format("woff"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Grtsk Peta";
    src: url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Semibold.eot");
    src: local("Grtsk Peta Semibold"), local("GrtskPeta-Semibold"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Semibold.woff2") format("woff2"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Semibold.woff") format("woff"), url("/local/templates/vtorchermet/css/../fonts/GrtskPeta/GrtskPeta-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

/* --------------------------------------- COMMON STYLES --------------------------------------- */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
header,
footer {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header,
.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.site-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    max-width: 100%;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

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

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

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 560px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xs-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xs-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xs-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xs-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xs-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xs-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xs-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xs-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xs-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xs-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xs-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xs-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xs-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xs-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xs-0 {
        margin-left: 0;
    }
    .offset-xs-1 {
        margin-left: 8.33333%;
    }
    .offset-xs-2 {
        margin-left: 16.66667%;
    }
    .offset-xs-3 {
        margin-left: 25%;
    }
    .offset-xs-4 {
        margin-left: 33.33333%;
    }
    .offset-xs-5 {
        margin-left: 41.66667%;
    }
    .offset-xs-6 {
        margin-left: 50%;
    }
    .offset-xs-7 {
        margin-left: 58.33333%;
    }
    .offset-xs-8 {
        margin-left: 66.66667%;
    }
    .offset-xs-9 {
        margin-left: 75%;
    }
    .offset-xs-10 {
        margin-left: 83.33333%;
    }
    .offset-xs-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1024px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1280px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1600px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

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

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

.container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

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

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

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

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

.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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: 560px) {
    .flex-xs-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xs-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xs-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xs-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xs-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xs-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xs-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xs-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xs-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xs-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xs-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xs-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xs-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xs-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xs-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xs-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xs-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xs-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xs-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xs-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xs-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xs-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xs-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xs-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xs-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xs-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xs-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xs-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xs-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xs-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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: 1024px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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: 1280px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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: 1600px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -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;
    }
}

.container,
.container-fluid {
    padding-right: 24px;
    padding-left: 24px;
}

@media (max-width: 1279.98px) {
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-auto, .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-sm-auto, .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-md-auto, .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-lg-auto, .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-xl-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

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

.page-title {
    color: #002f6c;
}

section {
    margin-bottom: 140px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    section {
        margin-bottom: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    section {
        margin-bottom: 120px;
    }
}

@media (max-width: 767.98px) {
    section {
        margin-bottom: 80px;
    }
}

section:last-child {
    margin-bottom: 0;
}

.section-title {
    color: #002f6c;
}

.align-items-height {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-items-height > .col, .align-items-height .col-auto, .align-items-height .col-1, .align-items-height .col-2, .align-items-height .col-3, .align-items-height .col-4, .align-items-height .col-5, .align-items-height .col-6, .align-items-height .col-7, .align-items-height .col-8, .align-items-height .col-9, .align-items-height .col-10, .align-items-height .col-11, .align-items-height .col-12, .align-items-height .col-xs-auto, .align-items-height .col-xs-1, .align-items-height .col-xs-2, .align-items-height .col-xs-3, .align-items-height .col-xs-4, .align-items-height .col-xs-5, .align-items-height .col-xs-6, .align-items-height .col-xs-7, .align-items-height .col-xs-8, .align-items-height .col-xs-9, .align-items-height .col-xs-10, .align-items-height .col-xs-11, .align-items-height .col-xs-12, .align-items-height .col-sm-auto, .align-items-height .col-sm-1, .align-items-height .col-sm-2, .align-items-height .col-sm-3, .align-items-height .col-sm-4, .align-items-height .col-sm-5, .align-items-height .col-sm-6, .align-items-height .col-sm-7, .align-items-height .col-sm-8, .align-items-height .col-sm-9, .align-items-height .col-sm-10, .align-items-height .col-sm-11, .align-items-height .col-sm-12, .align-items-height .col-md-auto, .align-items-height .col-md-1, .align-items-height .col-md-2, .align-items-height .col-md-3, .align-items-height .col-md-4, .align-items-height .col-md-5, .align-items-height .col-md-6, .align-items-height .col-md-7, .align-items-height .col-md-8, .align-items-height .col-md-9, .align-items-height .col-md-10, .align-items-height .col-md-11, .align-items-height .col-md-12, .align-items-height .col-lg-auto, .align-items-height .col-lg-1, .align-items-height .col-lg-2, .align-items-height .col-lg-3, .align-items-height .col-lg-4, .align-items-height .col-lg-5, .align-items-height .col-lg-6, .align-items-height .col-lg-7, .align-items-height .col-lg-8, .align-items-height .col-lg-9, .align-items-height .col-lg-10, .align-items-height .col-lg-11, .align-items-height .col-lg-12, .align-items-height .col-xl-auto, .align-items-height .col-xl-1, .align-items-height .col-xl-2, .align-items-height .col-xl-3, .align-items-height .col-xl-4, .align-items-height .col-xl-5, .align-items-height .col-xl-6, .align-items-height .col-xl-7, .align-items-height .col-xl-8, .align-items-height .col-xl-9, .align-items-height .col-xl-10, .align-items-height .col-xl-11, .align-items-height .col-xl-12,
.align-items-height > .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.align-items-height > .col > *, .align-items-height .col-auto > *, .align-items-height .col-1 > *, .align-items-height .col-2 > *, .align-items-height .col-3 > *, .align-items-height .col-4 > *, .align-items-height .col-5 > *, .align-items-height .col-6 > *, .align-items-height .col-7 > *, .align-items-height .col-8 > *, .align-items-height .col-9 > *, .align-items-height .col-10 > *, .align-items-height .col-11 > *, .align-items-height .col-12 > *, .align-items-height .col-xs-auto > *, .align-items-height .col-xs-1 > *, .align-items-height .col-xs-2 > *, .align-items-height .col-xs-3 > *, .align-items-height .col-xs-4 > *, .align-items-height .col-xs-5 > *, .align-items-height .col-xs-6 > *, .align-items-height .col-xs-7 > *, .align-items-height .col-xs-8 > *, .align-items-height .col-xs-9 > *, .align-items-height .col-xs-10 > *, .align-items-height .col-xs-11 > *, .align-items-height .col-xs-12 > *, .align-items-height .col-sm-auto > *, .align-items-height .col-sm-1 > *, .align-items-height .col-sm-2 > *, .align-items-height .col-sm-3 > *, .align-items-height .col-sm-4 > *, .align-items-height .col-sm-5 > *, .align-items-height .col-sm-6 > *, .align-items-height .col-sm-7 > *, .align-items-height .col-sm-8 > *, .align-items-height .col-sm-9 > *, .align-items-height .col-sm-10 > *, .align-items-height .col-sm-11 > *, .align-items-height .col-sm-12 > *, .align-items-height .col-md-auto > *, .align-items-height .col-md-1 > *, .align-items-height .col-md-2 > *, .align-items-height .col-md-3 > *, .align-items-height .col-md-4 > *, .align-items-height .col-md-5 > *, .align-items-height .col-md-6 > *, .align-items-height .col-md-7 > *, .align-items-height .col-md-8 > *, .align-items-height .col-md-9 > *, .align-items-height .col-md-10 > *, .align-items-height .col-md-11 > *, .align-items-height .col-md-12 > *, .align-items-height .col-lg-auto > *, .align-items-height .col-lg-1 > *, .align-items-height .col-lg-2 > *, .align-items-height .col-lg-3 > *, .align-items-height .col-lg-4 > *, .align-items-height .col-lg-5 > *, .align-items-height .col-lg-6 > *, .align-items-height .col-lg-7 > *, .align-items-height .col-lg-8 > *, .align-items-height .col-lg-9 > *, .align-items-height .col-lg-10 > *, .align-items-height .col-lg-11 > *, .align-items-height .col-lg-12 > *, .align-items-height .col-xl-auto > *, .align-items-height .col-xl-1 > *, .align-items-height .col-xl-2 > *, .align-items-height .col-xl-3 > *, .align-items-height .col-xl-4 > *, .align-items-height .col-xl-5 > *, .align-items-height .col-xl-6 > *, .align-items-height .col-xl-7 > *, .align-items-height .col-xl-8 > *, .align-items-height .col-xl-9 > *, .align-items-height .col-xl-10 > *, .align-items-height .col-xl-11 > *, .align-items-height .col-xl-12 > *,
.align-items-height > .swiper-slide > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

span.status {
    padding-left: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

span.status:before {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    content: '';
    top: calc(1em * 1.5 / 2);
    margin-top: -4px;
}

span.status.success:before {
    background: #27ae60;
}

span.status.error:before {
    background: #ff0000;
}

.buttons-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -16px;
}

.buttons-line > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 8px 16px;
}

@media (max-width: 767.98px) {
    .buttons-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.row.gutters-lg {
    margin-right: -12px;
    margin-left: -12px;
}

.row.gutters-lg > .col, .row.gutters-lg .col-auto, .row.gutters-lg .col-1, .row.gutters-lg .col-2, .row.gutters-lg .col-3, .row.gutters-lg .col-4, .row.gutters-lg .col-5, .row.gutters-lg .col-6, .row.gutters-lg .col-7, .row.gutters-lg .col-8, .row.gutters-lg .col-9, .row.gutters-lg .col-10, .row.gutters-lg .col-11, .row.gutters-lg .col-12, .row.gutters-lg .col-xs-auto, .row.gutters-lg .col-xs-1, .row.gutters-lg .col-xs-2, .row.gutters-lg .col-xs-3, .row.gutters-lg .col-xs-4, .row.gutters-lg .col-xs-5, .row.gutters-lg .col-xs-6, .row.gutters-lg .col-xs-7, .row.gutters-lg .col-xs-8, .row.gutters-lg .col-xs-9, .row.gutters-lg .col-xs-10, .row.gutters-lg .col-xs-11, .row.gutters-lg .col-xs-12, .row.gutters-lg .col-sm-auto, .row.gutters-lg .col-sm-1, .row.gutters-lg .col-sm-2, .row.gutters-lg .col-sm-3, .row.gutters-lg .col-sm-4, .row.gutters-lg .col-sm-5, .row.gutters-lg .col-sm-6, .row.gutters-lg .col-sm-7, .row.gutters-lg .col-sm-8, .row.gutters-lg .col-sm-9, .row.gutters-lg .col-sm-10, .row.gutters-lg .col-sm-11, .row.gutters-lg .col-sm-12, .row.gutters-lg .col-md-auto, .row.gutters-lg .col-md-1, .row.gutters-lg .col-md-2, .row.gutters-lg .col-md-3, .row.gutters-lg .col-md-4, .row.gutters-lg .col-md-5, .row.gutters-lg .col-md-6, .row.gutters-lg .col-md-7, .row.gutters-lg .col-md-8, .row.gutters-lg .col-md-9, .row.gutters-lg .col-md-10, .row.gutters-lg .col-md-11, .row.gutters-lg .col-md-12, .row.gutters-lg .col-lg-auto, .row.gutters-lg .col-lg-1, .row.gutters-lg .col-lg-2, .row.gutters-lg .col-lg-3, .row.gutters-lg .col-lg-4, .row.gutters-lg .col-lg-5, .row.gutters-lg .col-lg-6, .row.gutters-lg .col-lg-7, .row.gutters-lg .col-lg-8, .row.gutters-lg .col-lg-9, .row.gutters-lg .col-lg-10, .row.gutters-lg .col-lg-11, .row.gutters-lg .col-lg-12, .row.gutters-lg .col-xl-auto, .row.gutters-lg .col-xl-1, .row.gutters-lg .col-xl-2, .row.gutters-lg .col-xl-3, .row.gutters-lg .col-xl-4, .row.gutters-lg .col-xl-5, .row.gutters-lg .col-xl-6, .row.gutters-lg .col-xl-7, .row.gutters-lg .col-xl-8, .row.gutters-lg .col-xl-9, .row.gutters-lg .col-xl-10, .row.gutters-lg .col-xl-11, .row.gutters-lg .col-xl-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.site-content {
    padding-top: 299px;
}

body.no-bordered-header .site-content {
    padding-top: 298px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .site-content {
        padding-top: 297px;
    }
    body.no-bordered-header .site-content {
        padding-top: 296px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .site-content {
        padding-top: 203px;
    }
    body.no-bordered-header .site-content {
        padding-top: 202px;
    }
}

@media (max-width: 767.98px) {
    .site-content {
        padding-top: 146px;
    }
    body.no-bordered-header .site-content {
        padding-top: 145px;
    }
}

.link-more {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    padding: 0;
    margin: 0;
}

.link-more {
    text-decoration: none;
    color: #0041a0;
}

@media (hover: hover) {
    .link-more:focus {
        text-decoration: none;
        color: #0041a0;
        background: rgba(0, 65, 160, 0.15);
    }
}

@media (hover: hover) {
    .link-more:hover {
        text-decoration: none;
        color: #ff0000;
        background: transparent;
    }
}

@media (hover: hover) {
    .link-more:active, .link-more:focus:active, .link-more:hover:active {
        text-decoration: none;
        color: #bf1d26;
        background: transparent;
    }
}

@media (hover: none) {
    .link-more.touched {
        text-decoration: none;
        color: #bf1d26;
        background: transparent;
    }
}

.link-more .icon {
    display: inline-block;
    vertical-align: top;
    width: 1.2em;
    height: 1.2em;
    margin: 0.2em 0 0.1em 0.4em;
    fill: currentColor;
}

/* ------------------------------------- COMPONENTS STYLES ------------------------------------- */
/* TYPOGRAPHY */
html {
    font-size: 16px;
}

body {
    font-family: "Grtsk Peta", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #111;
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 0 0 1em;
    padding: 0;
    display: block;
    color: inherit;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 90px;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-left: -0.1em;
    color: #002f6c;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    h1, .h1 {
        font-size: 65px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    h1, .h1 {
        font-size: 65px;
    }
}

@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 36px;
    }
}

h2, .h2 {
    font-size: 46px;
    letter-spacing: -0.02em;
    color: #002f6c;
}

@media (max-width: 1599.98px) {
    h2, .h2 {
        font-size: 32px;
    }
}

h3, .h3 {
    font-size: 32px;
    line-height: 1.1875;
    letter-spacing: -0.02em;
    color: #002f6c;
}

@media (max-width: 1599.98px) {
    h3, .h3 {
        font-size: 20px;
    }
}

h4, .h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
    h4, .h4 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    h4, .h4 {
        font-size: 16px;
    }
}

h5, .h5 {
    font-size: inherit;
    line-height: inherit;
}

b {
    font-weight: 600;
}

i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

em {
    font-style: italic;
}

small {
    font-size: 0.875em;
}

strong {
    font-weight: 600;
}

sub {
    vertical-align: sub;
    font-size: 0.6em;
}

sup {
    vertical-align: super;
    font-size: 0.6em;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

p {
    margin: 0 0 1.5em;
}

@media (max-width: 767.98px) {
    p {
        margin-bottom: 1em;
    }
}

.text-black {
    color: #111 !important;
}

.text-white {
    color: #fff !important;
}

.text-blue {
    color: #002f6c !important;
}

.text-gray {
    color: #909090 !important;
}

.text-red {
    color: #ff0000 !important;
}

.text-green {
    color: #27ae60 !important;
}

.text-lg {
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
    .text-lg {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .text-lg {
        font-size: 16px;
    }
}

.text-xl {
    font-size: 32px;
    line-height: 1.1875;
}

@media (max-width: 1599.98px) {
    .text-xl {
        font-size: 20px;
    }
}

p.text-xl {
    margin-bottom: 1.8em;
}

.text-bold {
    font-weight: 600;
}

/* LINKS */
a {
    outline: none !important;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    cursor: pointer;
}

a .icon {
    fill: currentColor;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin: 0 0.75em;
}

a {
    text-decoration: none;
    color: #0041a0;
}

@media (hover: hover) {
    a:focus {
        text-decoration: none;
        color: #0041a0;
        background: rgba(0, 65, 160, 0.15);
    }
}

@media (hover: hover) {
    a:hover {
        text-decoration: none;
        color: #ff0000;
        background: transparent;
    }
}

@media (hover: hover) {
    a:active, a:focus:active, a:hover:active {
        text-decoration: none;
        color: #bf1d26;
        background: transparent;
    }
}

@media (hover: none) {
    a.touched {
        text-decoration: none;
        color: #bf1d26;
        background: transparent;
    }
}

a:disabled, a[disabled], a.disabled {
    cursor: default;
}

a:disabled, a:disabled:active, a:disabled:focus:active, a:disabled:hover:active, a[disabled], a[disabled]:active, a[disabled]:focus:active, a[disabled]:hover:active, a.disabled, a.disabled:active, a.disabled:focus:active, a.disabled:hover:active {
    text-decoration: none;
    color: #bcbcbc;
    background: transparent;
}

@media (max-width: 1599.98px) {
    a .icon {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1599.98px) {
    a .icon {
        margin-top: 2px;
        margin-bottom: 2px;
    }
}

/* BUTTONS */
button {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

button[disabled], button:disabled {
    cursor: default;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid transparent;
    padding: 13px 17px;
    font-weight: 400;
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    font-family: "Grtsk Peta";
    border-radius: 24px;
    height: 48px;
    cursor: pointer;
    text-align: center;
    outline: none !important;
}

.btn .icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    margin: -6px 14px;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: currentColor;
}

.btn .icon:last-child {
    margin-right: 0;
}

.btn .icon:first-child {
    margin-left: 0;
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #0041a0;
}

@media (hover: hover) {
    .btn:focus {
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
        color: #fff;
        background: #0041a0;
    }
}

@media (hover: hover) {
    .btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        background: #002f6c;
    }
}

@media (hover: hover) {
    .btn:active, .btn:focus:active, .btn:hover:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        background: #001e46;
    }
}

@media (hover: none) {
    .btn.touched {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        background: #001e46;
    }
}

.btn:disabled, .btn[disabled], .btn.disabled {
    cursor: default;
}

.btn:disabled, .btn:disabled:active, .btn:disabled:focus:active, .btn:disabled:hover:active, .btn[disabled], .btn[disabled]:active, .btn[disabled]:focus:active, .btn[disabled]:hover:active, .btn.disabled, .btn.disabled:active, .btn.disabled:focus:active, .btn.disabled:hover:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #909090;
    background: #f4f4f4;
}

.btn-red {
    background: #ff0000;
}

@media (hover: hover) {
    .btn-red:focus {
        background: #ff0000;
    }
}

@media (hover: hover) {
    .btn-red:hover {
        background: #bf1d26;
    }
}

@media (hover: hover) {
    .btn-red:active, .btn-red:focus:active, .btn-red:hover:active {
        background: #81080f;
    }
}

@media (hover: none) {
    .btn-red.touched {
        background: #81080f;
    }
}

.btn-red:disabled, .btn-red[disabled], .btn-red.disabled {
    cursor: default;
}

.btn-red:disabled, .btn-red:disabled:active, .btn-red:disabled:focus:active, .btn-red:disabled:hover:active, .btn-red[disabled], .btn-red[disabled]:active, .btn-red[disabled]:focus:active, .btn-red[disabled]:hover:active, .btn-red.disabled, .btn-red.disabled:active, .btn-red.disabled:focus:active, .btn-red.disabled:hover:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #909090;
    background: #f4f4f4;
}

.btn-outlined {
    background: transparent;
    color: #111;
    border-color: #bcbcbc;
}

.btn-outlined .icon {
    fill: #002f6c;
}

@media (hover: hover) {
    .btn-outlined:focus {
        background: transparent;
        color: #0041a0;
        border-color: #bcbcbc;
    }
    .btn-outlined:focus .icon {
        fill: #0041a0;
    }
}

@media (hover: hover) {
    .btn-outlined:hover {
        background: #0041a0;
        border-color: #0041a0;
        color: #fff;
    }
    .btn-outlined:hover .icon {
        fill: #fff;
    }
}

@media (hover: hover) {
    .btn-outlined:active, .btn-outlined:focus:active, .btn-outlined:hover:active {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
    .btn-outlined:active .icon, .btn-outlined:focus:active .icon, .btn-outlined:hover:active .icon {
        fill: #fff;
    }
}

@media (hover: none) {
    .btn-outlined.touched {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
    .btn-outlined.touched .icon {
        fill: #fff;
    }
}

.btn-outlined:disabled, .btn-outlined[disabled], .btn-outlined.disabled {
    cursor: default;
}

.btn-outlined:disabled, .btn-outlined:disabled:active, .btn-outlined:disabled:focus:active, .btn-outlined:disabled:hover:active, .btn-outlined[disabled], .btn-outlined[disabled]:active, .btn-outlined[disabled]:focus:active, .btn-outlined[disabled]:hover:active, .btn-outlined.disabled, .btn-outlined.disabled:active, .btn-outlined.disabled:focus:active, .btn-outlined.disabled:hover:active {
    background: transparent;
    color: #909090;
    border-color: #bcbcbc;
}

.btn-outlined:disabled .icon, .btn-outlined:disabled:active .icon, .btn-outlined:disabled:focus:active .icon, .btn-outlined:disabled:hover:active .icon, .btn-outlined[disabled] .icon, .btn-outlined[disabled]:active .icon, .btn-outlined[disabled]:focus:active .icon, .btn-outlined[disabled]:hover:active .icon, .btn-outlined.disabled .icon, .btn-outlined.disabled:active .icon, .btn-outlined.disabled:focus:active .icon, .btn-outlined.disabled:hover:active .icon {
    fill: #909090;
}

.btn-outlined-white {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}

@media (hover: hover) {
    .btn-outlined-white:focus {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.5);
    }
}

@media (hover: hover) {
    .btn-outlined-white:hover {
        background: #0041a0;
        border-color: #0041a0;
    }
}

@media (hover: hover) {
    .btn-outlined-white:active, .btn-outlined-white:focus:active, .btn-outlined-white:hover:active {
        background: #001e46;
        border-color: #001e46;
    }
}

@media (hover: none) {
    .btn-outlined-white.touched {
        background: #001e46;
        border-color: #001e46;
    }
}

.btn-outlined-white:disabled, .btn-outlined-white[disabled], .btn-outlined-white.disabled {
    cursor: default;
}

.btn-outlined-white:disabled, .btn-outlined-white:disabled:active, .btn-outlined-white:disabled:focus:active, .btn-outlined-white:disabled:hover:active, .btn-outlined-white[disabled], .btn-outlined-white[disabled]:active, .btn-outlined-white[disabled]:focus:active, .btn-outlined-white[disabled]:hover:active, .btn-outlined-white.disabled, .btn-outlined-white.disabled:active, .btn-outlined-white.disabled:focus:active, .btn-outlined-white.disabled:hover:active {
    background: transparent;
    color: #909090;
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-transparent {
    background: transparent;
    color: #111;
    border-color: transparent;
}

.btn-transparent .icon {
    fill: #002f6c;
}

@media (hover: hover) {
    .btn-transparent:focus {
        background: transparent;
        color: #0041a0;
        border-color: transparent;
    }
    .btn-transparent:focus .icon {
        fill: #0041a0;
    }
}

@media (hover: hover) {
    .btn-transparent:hover {
        background: #f4f4f4;
        color: #0041a0;
        border-color: #f4f4f4;
    }
    .btn-transparent:hover .icon {
        fill: #0041a0;
    }
}

@media (hover: hover) {
    .btn-transparent:active, .btn-transparent:focus:active, .btn-transparent:hover:active {
        background: #dedede;
        color: #0041a0;
        border-color: #dedede;
    }
    .btn-transparent:active .icon, .btn-transparent:focus:active .icon, .btn-transparent:hover:active .icon {
        fill: #0041a0;
    }
}

@media (hover: none) {
    .btn-transparent.touched {
        background: #dedede;
        color: #0041a0;
        border-color: #dedede;
    }
    .btn-transparent.touched .icon {
        fill: #0041a0;
    }
}

.btn-transparent:disabled, .btn-transparent[disabled], .btn-transparent.disabled {
    cursor: default;
}

.btn-transparent:disabled, .btn-transparent:disabled:active, .btn-transparent:disabled:focus:active, .btn-transparent:disabled:hover:active, .btn-transparent[disabled], .btn-transparent[disabled]:active, .btn-transparent[disabled]:focus:active, .btn-transparent[disabled]:hover:active, .btn-transparent.disabled, .btn-transparent.disabled:active, .btn-transparent.disabled:focus:active, .btn-transparent.disabled:hover:active {
    background: transparent;
    color: #909090;
    border-color: transparent;
}

.btn-transparent:disabled .icon, .btn-transparent:disabled:active .icon, .btn-transparent:disabled:focus:active .icon, .btn-transparent:disabled:hover:active .icon, .btn-transparent[disabled] .icon, .btn-transparent[disabled]:active .icon, .btn-transparent[disabled]:focus:active .icon, .btn-transparent[disabled]:hover:active .icon, .btn-transparent.disabled .icon, .btn-transparent.disabled:active .icon, .btn-transparent.disabled:focus:active .icon, .btn-transparent.disabled:hover:active .icon {
    fill: #bcbcbc;
}

@media (max-width: 1599.98px) {
    .btn {
        padding: 10px 17px;
        height: 42px;
        border-radius: 21px;
    }
    .btn .icon {
        width: 24px;
        height: 24px;
        margin: -2px 10px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .btn {
        font-size: 14px;
    }
}

/* LISTS */
ul,
ol {
    margin: 1.5em 0;
    padding: 0;
    list-style: none;
}

ul li,
ol li {
    margin: 0 0 1em;
    padding: 0;
    position: relative;
}

ul li {
    padding-left: 1em;
}

ul li:before {
    content: "";
    position: absolute;
    background: #ff0000;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 0.75em;
    margin: -2px 0 0;
    left: 0;
}

ol {
    counter-reset: itemsCounter;
}

ol li {
    counter-increment: itemsCounter;
    padding-left: 1.875em;
}

ol li:before {
    content: counter(itemsCounter);
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #bcbcbc;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}

ol li:nth-of-type(-n+9):before {
    content: "0" counter(itemsCounter);
}

ol ol {
    counter-reset: subItemsCounter;
}

ol ol li {
    counter-increment: subItemsCounter;
    padding-left: 2.5em;
}

ol ol li:before {
    content: counter(itemsCounter) "." counter(subItemsCounter);
}

ol li:nth-of-type(-n+9) ol li:before {
    content: "0" counter(itemsCounter) "." counter(subItemsCounter);
}

/* TABLES */
.table-container {
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}

.table-container table.top-fixed,
.table-container table.left-fixed {
    position: absolute;
    left: 0;
    top: 0;
}

.table-container table.top-fixed th, .table-container table.top-fixed td,
.table-container table.left-fixed th,
.table-container table.left-fixed td {
    position: relative;
    z-index: -10;
}

.table-container table.top-fixed thead td,
.table-container table.top-fixed tbody tr:first-of-type th:not(:only-of-type) {
    z-index: 1;
}

.table-container table.left-fixed th:first-child,
.table-container table.left-fixed td:first-child {
    z-index: 1;
}

.table-scroller {
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}

.table-scroller table {
    width: auto;
    min-width: 100%;
}

.table-scroller .ps__rail-x,
.table-scroller .ps__rail-y {
    z-index: 2;
}

.table-wrapper {
    width: 100%;
    overflow: auto;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: none;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-style: inherit;
    background: #fff;
    color: inherit;
}

table th,
table td {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 8px;
    background: #fff;
    vertical-align: top;
    text-align: left;
}

table th:first-child,
table td:first-child {
    padding-left: 0;
}

table th:last-child,
table td:last-child {
    padding-right: 0;
}

table th {
    font-weight: 600;
    font-size: 14px;
    color: #909090;
    vertical-align: middle;
}

table tbody tr:last-of-type th,
table tbody tr:last-of-type td {
    border-bottom: none;
}

/* FORMS */
.site-form {
    font-size: inherit;
    line-height: inherit;
}

.site-form .form-group {
    margin-bottom: 24px;
    position: relative;
}

.site-form .form-group-sub:not(.form-sub-open) {
    display: none;
}

.site-form label {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: inherit;
    display: block;
    margin-bottom: 1em;
}

.site-form label.error {
    color: #ff0000;
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 0 24px;
}

.site-form .form-control {
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 11px 48px 13px 20px;
    border: 1px solid #dedede;
    display: block;
    width: 100%;
    border-radius: 24px;
    color: #111;
    background: #fff;
    height: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.site-form .form-control::-webkit-input-placeholder {
    color: #909090;
}

.site-form .form-control::-moz-placeholder {
    color: #909090;
}

.site-form .form-control:-moz-placeholder {
    color: #909090;
}

.site-form .form-control:-ms-input-placeholder {
    color: #909090;
}

.site-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #0041a0;
}

.site-form .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.site-form .form-control:focus::-moz-placeholder {
    color: transparent;
}

.site-form .form-control:focus:-moz-placeholder {
    color: transparent;
}

.site-form .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

@media (min-width: 1280px) {
    .site-form .form-control.simple:not(:focus) {
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
        padding-right: 0;
        padding-left: 0;
        border-radius: 0;
    }
}

.site-form .form-control[disabled], .site-form .form-control:disabled {
    opacity: 0.5;
}

.site-form textarea.form-control {
    resize: none;
    height: auto;
    min-height: 48px;
}

.site-form textarea.form-control:focus {
    min-height: 193px;
}

.site-form .form-control-note {
    font-size: 12px;
    color: #909090;
    display: block;
}

.site-form input[type="file"] {
    display: none;
}

.site-form .upload-files-label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.site-form .upload-files-label.btn {
    line-height: 20px;
}

.site-form .upload-files-label.btn .icon-plus {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.site-form .uploaded-files-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px 16px;
}

.site-form .uploaded-preview-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 16px 16px;
    color: #002f6c;
}

.site-form .uploaded-preview-item:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-file-blue-dark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px;
}

.site-form .uploaded-preview-item__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.site-form .uploaded-preview-item__remove-control {
    width: 24px;
    height: 24px;
    padding: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 8px;
}

.site-form .uploaded-preview-item__remove-control .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #002f6c;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.site-form .uploaded-preview-item__remove-control:hover .icon {
    fill: #0041a0;
}

.site-form.form-waiting .uploaded-preview-item,
.site-form.form-waiting .upload-files-label, .site-form.form-success .uploaded-preview-item,
.site-form.form-success .upload-files-label {
    opacity: 0.5;
    pointer-events: none;
}

.site-form .personal-agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.site-form .personal-agree .label-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.site-form .personal-agree .label-checkbox:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.site-form .personal-agree p {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.site-form .personal-agree .label-checkbox,
.site-form .personal-agree .label-checkbox + p {
    color: #909090;
}

.header input[type="checkbox"],
.header input[type="radio"],
.footer input[type="checkbox"],
.footer input[type="radio"],
.site-content input[type="checkbox"],
.site-content input[type="radio"],
.site-form input[type="checkbox"],
.site-form input[type="radio"],
.modal input[type="checkbox"],
.modal input[type="radio"] {
    display: none;
}

.header label.label-checkbox, .header label.label-radio,
.footer label.label-checkbox,
.footer label.label-radio,
.site-content label.label-checkbox,
.site-content label.label-radio,
.site-form label.label-checkbox,
.site-form label.label-radio,
.modal label.label-checkbox,
.modal label.label-radio {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 1.5;
    text-align: left;
    color: #111;
    width: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
}

.header label.label-checkbox:before, .header label.label-checkbox:after, .header label.label-radio:before, .header label.label-radio:after,
.footer label.label-checkbox:before,
.footer label.label-checkbox:after,
.footer label.label-radio:before,
.footer label.label-radio:after,
.site-content label.label-checkbox:before,
.site-content label.label-checkbox:after,
.site-content label.label-radio:before,
.site-content label.label-radio:after,
.site-form label.label-checkbox:before,
.site-form label.label-checkbox:after,
.site-form label.label-radio:before,
.site-form label.label-radio:after,
.modal label.label-checkbox:before,
.modal label.label-checkbox:after,
.modal label.label-radio:before,
.modal label.label-radio:after {
    content: '';
    position: absolute;
    top: calc(1em * 24/16 / 2);
    left: 0;
}

.header label.label-checkbox:before, .header label.label-radio:before,
.footer label.label-checkbox:before,
.footer label.label-radio:before,
.site-content label.label-checkbox:before,
.site-content label.label-radio:before,
.site-form label.label-checkbox:before,
.site-form label.label-radio:before,
.modal label.label-checkbox:before,
.modal label.label-radio:before {
    background: #fff;
    border: 1px solid #bcbcbc;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}

@media (hover: hover) {
    .header label.label-checkbox:hover:hover:before, .header label.label-radio:hover:hover:before,
    .footer label.label-checkbox:hover:hover:before,
    .footer label.label-radio:hover:hover:before,
    .site-content label.label-checkbox:hover:hover:before,
    .site-content label.label-radio:hover:hover:before,
    .site-form label.label-checkbox:hover:hover:before,
    .site-form label.label-radio:hover:hover:before,
    .modal label.label-checkbox:hover:hover:before,
    .modal label.label-radio:hover:hover:before {
        border-color: #0041a0;
    }
}

.header label.label-checkbox:after, .header label.label-radio:after,
.footer label.label-checkbox:after,
.footer label.label-radio:after,
.site-content label.label-checkbox:after,
.site-content label.label-radio:after,
.site-form label.label-checkbox:after,
.site-form label.label-radio:after,
.modal label.label-checkbox:after,
.modal label.label-radio:after {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.header label.label-checkbox:after,
.footer label.label-checkbox:after,
.site-content label.label-checkbox:after,
.site-form label.label-checkbox:after,
.modal label.label-checkbox:after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-color: #0041a0;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-check-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

.header label.label-radio:before, .header label.label-radio:after,
.footer label.label-radio:before,
.footer label.label-radio:after,
.site-content label.label-radio:before,
.site-content label.label-radio:after,
.site-form label.label-radio:before,
.site-form label.label-radio:after,
.modal label.label-radio:before,
.modal label.label-radio:after {
    border-radius: 50%;
}

.header label.label-radio:after,
.footer label.label-radio:after,
.site-content label.label-radio:after,
.site-form label.label-radio:after,
.modal label.label-radio:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #0041a0;
    margin-left: 3px;
}

.header input[type="checkbox"]:checked + .label-checkbox:after,
.header input[type="radio"]:checked + .label-radio:after,
.footer input[type="checkbox"]:checked + .label-checkbox:after,
.footer input[type="radio"]:checked + .label-radio:after,
.site-content input[type="checkbox"]:checked + .label-checkbox:after,
.site-content input[type="radio"]:checked + .label-radio:after,
.site-form input[type="checkbox"]:checked + .label-checkbox:after,
.site-form input[type="radio"]:checked + .label-radio:after,
.modal input[type="checkbox"]:checked + .label-checkbox:after,
.modal input[type="radio"]:checked + .label-radio:after {
    opacity: 1;
}

.header input[type="checkbox"]:disabled + .label-checkbox,
.header input[type="radio"]:disabled + .label-radio,
.footer input[type="checkbox"]:disabled + .label-checkbox,
.footer input[type="radio"]:disabled + .label-radio,
.site-content input[type="checkbox"]:disabled + .label-checkbox,
.site-content input[type="radio"]:disabled + .label-radio,
.site-form input[type="checkbox"]:disabled + .label-checkbox,
.site-form input[type="radio"]:disabled + .label-radio,
.modal input[type="checkbox"]:disabled + .label-checkbox,
.modal input[type="radio"]:disabled + .label-radio {
    color: #bcbcbc;
    cursor: default;
}

.header input[type="checkbox"]:disabled + .label-checkbox:before,
.header input[type="radio"]:disabled + .label-radio:before,
.footer input[type="checkbox"]:disabled + .label-checkbox:before,
.footer input[type="radio"]:disabled + .label-radio:before,
.site-content input[type="checkbox"]:disabled + .label-checkbox:before,
.site-content input[type="radio"]:disabled + .label-radio:before,
.site-form input[type="checkbox"]:disabled + .label-checkbox:before,
.site-form input[type="radio"]:disabled + .label-radio:before,
.modal input[type="checkbox"]:disabled + .label-checkbox:before,
.modal input[type="radio"]:disabled + .label-radio:before {
    opacity: 0.3;
    border-color: #bcbcbc;
}

.header input[type="checkbox"]:disabled + .label-checkbox:hover:before,
.header input[type="radio"]:disabled + .label-radio:hover:before,
.footer input[type="checkbox"]:disabled + .label-checkbox:hover:before,
.footer input[type="radio"]:disabled + .label-radio:hover:before,
.site-content input[type="checkbox"]:disabled + .label-checkbox:hover:before,
.site-content input[type="radio"]:disabled + .label-radio:hover:before,
.site-form input[type="checkbox"]:disabled + .label-checkbox:hover:before,
.site-form input[type="radio"]:disabled + .label-radio:hover:before,
.modal input[type="checkbox"]:disabled + .label-checkbox:hover:before,
.modal input[type="radio"]:disabled + .label-radio:hover:before {
    border-color: #bcbcbc;
}

.header input[type="checkbox"]:disabled + .label-checkbox:after,
.header input[type="radio"]:disabled + .label-radio:after,
.footer input[type="checkbox"]:disabled + .label-checkbox:after,
.footer input[type="radio"]:disabled + .label-radio:after,
.site-content input[type="checkbox"]:disabled + .label-checkbox:after,
.site-content input[type="radio"]:disabled + .label-radio:after,
.site-form input[type="checkbox"]:disabled + .label-checkbox:after,
.site-form input[type="radio"]:disabled + .label-radio:after,
.modal input[type="checkbox"]:disabled + .label-checkbox:after,
.modal input[type="radio"]:disabled + .label-radio:after {
    background-color: rgba(0, 65, 160, 0.3);
}

.header .form-group label.label-radio:not(:only-of-type),
.header .form-group label.label-checkbox:not(:only-of-type),
.footer .form-group label.label-radio:not(:only-of-type),
.footer .form-group label.label-checkbox:not(:only-of-type),
.site-content .form-group label.label-radio:not(:only-of-type),
.site-content .form-group label.label-checkbox:not(:only-of-type),
.site-form .form-group label.label-radio:not(:only-of-type),
.site-form .form-group label.label-checkbox:not(:only-of-type),
.modal .form-group label.label-radio:not(:only-of-type),
.modal .form-group label.label-checkbox:not(:only-of-type) {
    margin-right: 20px;
}

.site-form.form-waiting .submit-row,
.site-form.form-success .submit-row {
    display: none;
}

.site-form-response {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.site-form-response__icon {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    position: relative;
    border-radius: 50%;
}

.site-form-response__icon .icon,
.site-form-response__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.site-form-response__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
}

.site-form-response.waiting .site-form-response__icon {
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
    border: 1px solid #002f6c;
    border-top-color: transparent;
}

.site-form-response.success .site-form-response__icon {
    border: 1px solid #dedede;
}

.site-form-response.success .site-form-response__icon .icon {
    width: 16px;
    height: 16px;
    fill: #27ae60;
    margin-top: -8px;
    margin-left: -8px;
}

.site-form:not(.form-waiting) .site-form-response.waiting {
    display: none;
}

.site-form:not(.form-success) .site-form-response.success {
    display: none;
}

@media (max-width: 1599.98px) {
    .site-form .form-control {
        height: 42px;
        border-radius: 21px;
        padding: 8px 20px;
    }
    .site-form .personal-agree {
        font-size: 14px;
    }
    .site-form textarea.form-control {
        min-height: 42px;
    }
    .site-form-response__icon {
        width: 42px;
        height: 42px;
    }
    label.error {
        margin-left: 21px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .site-form .form-control {
        font-size: 14px;
    }
    .site-form .upload-files-label {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .site-form label {
        margin-bottom: 0.5em;
    }
    .site-form .form-group {
        margin-bottom: 16px;
    }
    .site-form .personal-agree {
        font-size: 12px;
    }
}

/* SHOW ERRORS ONLY AFTER SUBMIT */
.site-form.allow-show-errors .form-control.error {
    border-color: #ff0000;
}

.site-form:not(.allow-show-errors) label.error {
    display: none !important;
}

.header select,
.footer select,
.site-content select,
.site-form select,
.modal select {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    color: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    height: 48px;
    border: 1px solid #dedede;
    border-radius: 24px;
    padding: 11px 24px;
    padding-right: 48px;
    display: block;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-blue.svg);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.header select:disabled,
.footer select:disabled,
.site-content select:disabled,
.site-form select:disabled,
.modal select:disabled {
    opacity: 1;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #909090;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-gray.svg);
}

.header select::-ms-expand,
.footer select::-ms-expand,
.site-content select::-ms-expand,
.site-form select::-ms-expand,
.modal select::-ms-expand {
    display: none;
}

.header select:focus,
.footer select:focus,
.site-content select:focus,
.site-form select:focus,
.modal select:focus {
    outline: none;
}

@media (max-width: 1599.98px) {
    .header select,
    .footer select,
    .site-content select,
    .site-form select,
    .modal select {
        height: 42px;
        border-radius: 21px;
        padding: 8px 20px;
        padding-right: 42px;
        background-position: calc(100% - 12px) center;
        font-size: 14px;
    }
}

.selectric-wrapper {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-style: inherit;
    font-family: inherit;
    color: inherit;
}

.selectric-wrapper select {
    display: none;
}

.selectric-wrapper .selectric {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 24px;
    height: 48px;
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
}

.selectric-wrapper .selectric .label {
    line-height: inherit;
    font-size: inherit;
    padding: 11px 24px;
    padding-right: 48px;
    display: block;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: inherit;
    font-weight: inherit;
    height: 46px;
    margin: 0;
}

.selectric-wrapper .selectric .label.placeholder-active {
    color: #909090;
}

.selectric-wrapper .selectric .button {
    width: 48px;
    height: 46px;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px auto;
}

.selectric-wrapper .selectric .button:before, .selectric-wrapper .selectric .button:after {
    display: none;
}

.selectric-wrapper .selectric-items {
    background: #fff;
    border: 1px solid #0041a0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 24px;
    overflow: hidden;
    margin: 0;
    padding: 16px 0;
    font-size: inherit;
    line-height: inherit;
    z-index: 1;
}

.selectric-wrapper .selectric-items:before {
    content: '';
    position: absolute;
    top: 0;
    right: 24px;
    left: 24px;
    height: 1px;
    background: #dedede;
}

.selectric-wrapper .selectric-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    line-height: inherit;
}

.selectric-wrapper .selectric-items ul li {
    margin: 0;
    display: block;
    padding: 6px 24px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    color: inherit;
    background: transparent;
    font-size: inherit;
    line-height: inherit;
}

.selectric-wrapper .selectric-items ul li.selected {
    background: #f4f4f4;
}

.selectric-wrapper .selectric-items ul li:hover {
    background: #dedede;
}

.selectric-wrapper .selectric-items ul li:before {
    display: none;
}

.selectric-wrapper .selectric-items ul li.disabled:first-of-type {
    display: none;
}

.selectric-wrapper.selectric-open .selectric .button {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.selectric-wrapper.selectric-open.selectric-below .selectric {
    border-top-color: #0041a0;
    border-right-color: #0041a0;
    border-left-color: #0041a0;
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-below .selectric-items {
    border-top: none;
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-above .selectric {
    border-bottom-color: #0041a0;
    border-right-color: #0041a0;
    border-left-color: #0041a0;
    border-top-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-above .selectric-items {
    border-bottom: none;
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-above .selectric-items:before {
    top: auto;
    bottom: 0;
}

.selectric-wrapper.selectric-disabled {
    opacity: 1;
}

.selectric-wrapper.selectric-disabled .selectric {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.selectric-wrapper.selectric-disabled .selectric .label {
    color: #909090;
}

.selectric-wrapper.selectric-disabled .selectric .button {
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-gray.svg);
}

@media (max-width: 1599.98px) {
    .selectric-wrapper {
        font-size: 14px;
    }
    .selectric-wrapper .selectric {
        height: 42px;
        border-radius: 21px;
    }
    .selectric-wrapper .selectric .label {
        padding: 8px 20px;
        padding-right: 42px;
        height: 40px;
    }
    .selectric-wrapper .selectric .button {
        height: 40px;
        width: 42px;
    }
    .selectric-wrapper .selectric-items ul li {
        padding-right: 20px;
        padding-left: 20px;
    }
    .selectric-wrapper .selectric-items {
        border-radius: 21px 21px;
    }
    .selectric-wrapper .selectric-items:before {
        right: 20px;
        left: 20px;
    }
}

/* DROPDOWN */
.dropdown-items {
    background: #fff;
    border: 1px solid #0041a0;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    margin: -1px 0 0;
    padding: 16px 0;
    font-size: inherit;
    line-height: inherit;
    z-index: 1;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
}

.dropdown-items:before {
    content: '';
    position: absolute;
    top: 0;
    right: 24px;
    left: 24px;
    height: 1px;
    background: #dedede;
}

.dropdown-items li {
    margin: 0;
    padding: 0;
    display: block;
}

.dropdown-items li:before {
    display: none;
}

.dropdown-items a {
    margin: 0;
    padding: 6px 24px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: block;
}

.dropdown-items a {
    background: transparent;
    color: #111;
}

@media (hover: hover) {
    .dropdown-items a:hover {
        background: #dedede;
        color: #111;
    }
}

.dropdown.active .dropdown-items {
    display: inline-block;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .dropdown-items {
        font-size: 14px;
    }
}

/* FANCYBOX, MODALS */
.fancybox-bg {
    background: #111;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.44;
}

.fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 767.98px) {
    .fancybox-navigation {
        display: none;
    }
}

.fancybox-is-modal .fancybox-navigation,
.fancybox-is-modal .fancybox-toolbar,
.fancybox-is-modal .fancybox-infobar {
    display: none !important;
}

.fancybox-navigation .fancybox-button {
    width: 50px;
    height: 50px;
    padding: 5px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.fancybox-navigation .fancybox-button {
    color: #fff;
}

@media (hover: hover) {
    .fancybox-navigation .fancybox-button:focus {
        color: #fff;
    }
}

@media (hover: hover) {
    .fancybox-navigation .fancybox-button:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .fancybox-navigation .fancybox-button:active, .fancybox-navigation .fancybox-button:focus:active, .fancybox-navigation .fancybox-button:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .fancybox-navigation .fancybox-button.touched {
        color: #bf1d26;
    }
}

.fancybox-navigation .fancybox-button .icon {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: currentColor;
}

.fancybox-navigation .fancybox-button-prev, .fancybox-navigation .fancybox-button-next {
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin: -25px 0 0;
}

.fancybox-navigation .fancybox-button-prev {
    left: 0;
}

.fancybox-navigation .fancybox-button-prev .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fancybox-navigation .fancybox-button-next {
    right: 0;
}

.fancybox-navigation .fancybox-button-next .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fancybox-navigation .fancybox-button-disabled {
    opacity: 0.3;
}

.fancybox-button-close {
    width: 34px;
    height: 34px;
    padding: 5px;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 solid transparent;
    border-radius: 0;
    background: none;
    cursor: pointer;
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    top: 10px;
    right: 10px;
}

.fancybox-button-close {
    color: #fff;
}

@media (hover: hover) {
    .fancybox-button-close:focus {
        color: #fff;
    }
}

@media (hover: hover) {
    .fancybox-button-close:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .fancybox-button-close:active, .fancybox-button-close:focus:active, .fancybox-button-close:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .fancybox-button-close.touched {
        color: #bf1d26;
    }
}

.fancybox-button-close .icon {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: currentColor;
}

.fancybox-slide {
    padding: 40px 80px;
    overflow: auto;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .fancybox-slide {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 767.98px) {
    .fancybox-slide {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .fancybox-is-modal .fancybox-slide {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767.98px) {
    .fancybox-is-modal .fancybox-slide {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.modal {
    background: #fff;
    position: relative;
    display: none;
    width: 760px;
    max-width: 100%;
    padding: 40px 60px 112px;
}

.modal:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background-image: url(/local/templates/vtorchermet/css/../images/modal-stripes.svg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat;
}

.modal-close {
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 3;
}

.modal-close .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #002f6c;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

@media (hover: hover) {
    .modal-close:focus .icon {
        fill: #002f6c;
    }
}

@media (hover: hover) {
    .modal-close:hover .icon {
        fill: #ff0000;
    }
}

@media (hover: hover) {
    .modal-close:active .icon, .modal-close:focus:active .icon, .modal-close:hover:active .icon {
        fill: #bf1d26;
    }
}

@media (hover: none) {
    .modal-close.touched .icon {
        fill: #bf1d26;
    }
}

.modal-title {
    color: #002f6c;
    margin-bottom: 1.5em;
    padding-right: 80px;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
    .modal {
        width: 720px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .modal {
        padding: 24px 40px 112px;
    }
    .modal:after {
        height: 70px;
    }
    .modal-close {
        top: 14px;
        right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .modal {
        padding: 24px 24px 108px;
    }
    .modal:after {
        height: 68px;
    }
    .modal-close {
        top: 14px;
        right: 14px;
    }
}

@media (max-width: 767.98px) {
    .modal {
        width: 400px;
        padding: 28px 16px;
    }
    .modal:after {
        display: none;
    }
    .modal-close {
        top: 18px;
        right: 6px;
    }
}

.modal-upload-files .modal-title {
    padding-right: 40%;
}

.modal-upload-files .form-note-add {
    font-weight: 400;
    color: #002f6c;
    margin: 2em 0;
}

.modal-upload-files .form-fields {
    margin-bottom: 100px;
}

.modal-upload-files .buttons-line {
    margin-top: 40px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .modal-upload-files {
        width: 915px;
        padding-left: 24px;
        padding-right: 100px;
        padding-bottom: 60px;
    }
    .modal-upload-files:after {
        display: none;
    }
    .modal-upload-files .site-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .modal-upload-files .modal-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 286px;
        padding-right: 60px;
    }
    .modal-upload-files .form-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
    }
    .modal-upload-files .form-note-add {
        margin-top: 1.66667em;
        margin-bottom: 1.66667em;
    }
    .modal-upload-files .form-fields {
        margin-bottom: 40px;
    }
    .modal-upload-files .buttons-line {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .modal-upload-files .form-note-add {
        margin-top: 2.5em;
        margin-bottom: 1em;
    }
    .modal-upload-files .form-fields {
        margin-bottom: 40px;
    }
    .modal-upload-files .modal-title {
        padding-right: 25%;
    }
}

@media (max-width: 767.98px) {
    .modal-upload-files .modal-title {
        padding-right: 25%;
    }
    .modal-upload-files .form-note-add {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .modal-upload-files .upload-files-label.btn {
        width: 100%;
    }
    .modal-upload-files .form-fields {
        margin-bottom: 40px;
    }
    .modal-upload-files .buttons-line {
        margin-top: 30px;
    }
}

.modal-order .form-fields {
    margin-bottom: 116px;
}

@media (max-width: 1279.98px) {
    .modal-order .form-fields {
        margin-bottom: 40px;
    }
}

.modal-person .modal-content {
    height: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-person .persons-item {
    width: 50.5%;
    max-width: 50.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 60px;
}

.modal-person .persons-item__photo {
    margin-bottom: 0;
    height: 100%;
}

.modal-person__info {
    width: 49.5%;
    max-width: 49.5%;
    overflow: hidden;
    max-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.modal-person__info .title {
    font-weight: 600;
    margin-bottom: 0.5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.modal-person__info .scroll-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    overflow: auto;
    position: relative;
    padding-right: 32px;
}

.modal-person__info .job {
    font-weight: 400;
    margin-bottom: 1.5em;
}

.modal-person__info .subtitle {
    font-weight: 600;
}

.modal-person__info p {
    margin-bottom: 1.8em;
}

.modal-person__info ul, .modal-person__info ol {
    margin-top: 0.6em;
    margin-bottom: 1.8em;
}

.modal-person__info ul li, .modal-person__info ol li {
    margin-bottom: 1.5em;
}

.modal-person__info ul li {
    padding-left: 1.2em;
}

.modal-person__info ul li:before {
    height: 1px;
    border-radius: 0;
    margin-top: 0;
    background: currentColor;
    width: 0.9em;
}

@media (min-width: 1600px) {
    .modal-person {
        width: 1600px;
        padding: 80px 80px 152px;
    }
    .modal-person .modal-close {
        right: 70px;
    }
    .modal-person__info .scroll-content.ps--active-y {
        padding-right: 60px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .modal-person {
        width: 1174px;
        padding: 60px 60px 132px;
    }
    .modal-person .modal-close {
        right: 50px;
    }
    .modal-person .modal-content {
        height: 507px;
    }
    .modal-person .persons-item {
        max-width: 48%;
        width: 48%;
    }
    .modal-person__info {
        max-width: 52%;
        width: 52%;
    }
    .modal-person .title {
        margin-bottom: 0.7em;
    }
    .modal-person__info .scroll-content.ps--active-y {
        padding-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .modal-person {
        padding: 40px 40px 112px;
    }
    .modal-person .modal-close {
        right: 30px;
    }
    .modal-person .persons-item {
        max-width: 52%;
        width: 52%;
        padding-right: 24px;
    }
    .modal-person .persons-item__photo {
        height: 351px;
    }
    .modal-person__info {
        max-width: 48%;
        width: 48%;
    }
    .modal-person .title {
        margin-bottom: 0.7em;
    }
    .modal-person__info ul,
    .modal-person__info ol,
    .modal-person__info p {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 1279.98px) {
    .modal-person .modal-content {
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .modal-person__info {
        height: auto;
        max-height: none;
    }
    .modal-person__info .scroll-content,
    .modal-person__info .scroll-content.ps--active-y {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-person {
        padding: 60px 20px;
    }
    .modal-person .modal-close {
        right: 10px;
    }
    .modal-person .persons-item {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
    .modal-person .persons-item__photo {
        height: auto;
        padding-top: 113.93728%;
    }
    .modal-person__info {
        max-width: 100%;
        width: 100%;
    }
    .modal-person .title {
        margin-bottom: 0.7em;
    }
    .modal-person__info ul,
    .modal-person__info ol,
    .modal-person__info p {
        margin-bottom: 1.5em;
    }
}

@media (min-width: 1280px) {
    .modal-subscribe .form-content {
        margin-top: 32px;
    }
    .modal-subscribe .form-fields {
        margin-bottom: 32px;
    }
    .modal-subscribe .modal-title {
        padding-right: 0;
    }
}

@media (min-width: 1600px) {
    .modal-subscribe {
        width: 1440px;
        padding-left: 32px;
        padding-right: 130px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .modal-subscribe {
        width: 915px;
        padding-left: 24px;
        padding-right: 80px;
    }
}

.modal-sms-sending .modal-title {
    margin-bottom: 1.1em;
}

.modal-sms-sending .form-fields {
    margin-bottom: 80px;
}

.modal-sms-sending .buttons-line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-sms-sending .buttons-line > .btn-unsubscribe {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    font-size: 14px;
    color: #909090;
}

@media (min-width: 1280px) {
    .modal-sms-sending:after {
        display: none;
    }
}

@media (min-width: 1600px) {
    .modal-sms-sending {
        width: 720px;
        padding: 32px 40px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .modal-sms-sending {
        width: 915px;
        padding: 24px 100px 60px 24px;
    }
    .modal-sms-sending .modal-title {
        padding-right: 0;
    }
    .modal-sms-sending .form-fields {
        margin-bottom: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .modal-sms-sending .buttons-line {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .modal-sms-sending .form-fields {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .modal-sms-sending .form-fields {
        margin-bottom: 24px;
    }
}

.modal-share {
    width: 500px;
}

.modal-share:after {
    display: none;
}

.modal-share .modal-title {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.modal-share .soc-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1600px) {
    .modal-share {
        padding-bottom: 40px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .modal-share {
        padding: 24px 40px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .modal-share {
        padding: 24px;
    }
}

/* SCROLLBARS */
.ps .ps__rail-y {
    width: 1px;
    background: #cacaca;
    right: 0 !important;
    display: none;
}

.ps--active-y {
    padding-right: 24px;
}

.ps--active-y > .ps__rail-y {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
}

.ps .ps__thumb-y {
    width: 3px !important;
    border-radius: 0 !important;
    background: #001e46 !important;
    right: 0 !important;
}

.ps .ps__rail-x {
    height: 1px;
    background: #cacaca;
    bottom: 0 !important;
    display: none;
}

.ps--active-x {
    padding-bottom: 24px;
}

.ps--active-x > .ps__rail-x {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
}

.ps .ps__thumb-x {
    height: 3px !important;
    border-radius: 0 !important;
    background: #001e46 !important;
    bottom: 0 !important;
}

/* SLIDERS */
.swiper-container {
    z-index: auto;
}

.swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    z-index: auto;
}

.swiper-slide {
    height: auto;
    z-index: auto;
}

.swiper-nav {
    display: block;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    z-index: auto;
}

.swiper-button {
    width: 48px;
    height: 48px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dedede;
    border-radius: 50%;
    cursor: pointer;
    position: static;
    -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    display: inline-block;
    vertical-align: top;
    z-index: auto;
    padding: 8px;
}

.swiper-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    color: #002f6c;
    border-color: #dedede;
}

@media (hover: hover) {
    .swiper-button:focus {
        background: #fff;
        color: #002f6c;
        border-color: #dedede;
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
    }
}

@media (hover: hover) {
    .swiper-button:hover {
        background: #f4f4f4;
        color: #002f6c;
        border-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: hover) {
    .swiper-button:active, .swiper-button:focus:active, .swiper-button:hover:active {
        background: #dedede;
        color: #002f6c;
        border-color: #dedede;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: none) {
    .swiper-button.touched {
        background: #dedede;
        color: #002f6c;
        border-color: #dedede;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.swiper-button .icon {
    width: 32px;
    height: 32px;
    margin: 0;
    display: block;
    fill: currentColor;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.swiper-button-prev, .swiper-button-next {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.swiper-button.prev {
    margin-right: 10px;
    padding-left: 6px;
    padding-right: 10px;
}

.swiper-button.prev .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.swiper-button.next {
    padding-left: 10px;
    padding-right: 6px;
}

.swiper-button.next .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.swiper-button-disabled, .swiper-button-disabled:hover, .swiper-button-disabled:focus, .swiper-button-disabled:active, .swiper-button-disabled:hover:active, .swiper-button-disabled:focus:active, .swiper-button-disabled.touched {
    background: #fff;
    color: #bcbcbc;
    border-color: #dedede;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    cursor: default;
}

.swiper-nav.light .swiper-button {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

@media (hover: hover) {
    .swiper-nav.light .swiper-button:focus {
        background: transparent;
        color: #fff;
        border-color: rgba(255, 255, 255, 0.5);
    }
}

@media (hover: hover) {
    .swiper-nav.light .swiper-button:hover {
        background: #0041a0;
        color: #fff;
        border-color: #0041a0;
    }
}

@media (hover: hover) {
    .swiper-nav.light .swiper-button:active, .swiper-nav.light .swiper-button:focus:active, .swiper-nav.light .swiper-button:hover:active {
        background: #001e46;
        color: #fff;
        border-color: #001e46;
    }
}

@media (hover: none) {
    .swiper-nav.light .swiper-button.touched {
        background: #001e46;
        color: #fff;
        border-color: #001e46;
    }
}

.swiper-nav.light .swiper-button-disabled, .swiper-nav.light .swiper-button-disabled:hover, .swiper-nav.light .swiper-button-disabled:focus, .swiper-nav.light .swiper-button-disabled:active, .swiper-nav.light .swiper-button-disabled:hover:active, .swiper-nav.light .swiper-button-disabled:focus:active, .swiper-nav.light .swiper-button-disabled.touched {
    background: transparent;
    color: #bcbcbc;
    border-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination {
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: static;
    z-index: auto;
}

.swiper-pagination > .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    margin: -5px 3px !important;
    position: relative;
    opacity: 1;
    cursor: pointer;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: auto;
}

.swiper-pagination > .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -2px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    border-radius: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

/* TOOLTIPS */
.btn-tooltip {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #909090;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    padding: 0 0 1px;
    color: #002f6c;
    margin-left: 5px;
}

.btn-tooltip {
    background: transparent;
    color: #111;
    border-color: #bcbcbc;
}

.btn-tooltip .icon {
    fill: #002f6c;
}

@media (hover: hover) {
    .btn-tooltip:focus {
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
        background: transparent;
        color: #0041a0;
        border-color: #bcbcbc;
    }
    .btn-tooltip:focus .icon {
        fill: #0041a0;
    }
}

@media (hover: hover) {
    .btn-tooltip:hover {
        background: #0041a0;
        border-color: #0041a0;
        color: #fff;
    }
    .btn-tooltip:hover .icon {
        fill: #fff;
    }
}

@media (hover: hover) {
    .btn-tooltip:active, .btn-tooltip:focus:active, .btn-tooltip:hover:active {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
    .btn-tooltip:active .icon, .btn-tooltip:focus:active .icon, .btn-tooltip:hover:active .icon {
        fill: #fff;
    }
}

@media (hover: none) {
    .btn-tooltip.touched {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
    .btn-tooltip.touched .icon {
        fill: #fff;
    }
}

.btn-tooltip:disabled, .btn-tooltip[disabled], .btn-tooltip.disabled {
    cursor: default;
}

.btn-tooltip:disabled, .btn-tooltip:disabled:active, .btn-tooltip:disabled:focus:active, .btn-tooltip:disabled:hover:active, .btn-tooltip[disabled], .btn-tooltip[disabled]:active, .btn-tooltip[disabled]:focus:active, .btn-tooltip[disabled]:hover:active, .btn-tooltip.disabled, .btn-tooltip.disabled:active, .btn-tooltip.disabled:focus:active, .btn-tooltip.disabled:hover:active {
    background: transparent;
    color: #909090;
    border-color: #bcbcbc;
}

.btn-tooltip:disabled .icon, .btn-tooltip:disabled:active .icon, .btn-tooltip:disabled:focus:active .icon, .btn-tooltip:disabled:hover:active .icon, .btn-tooltip[disabled] .icon, .btn-tooltip[disabled]:active .icon, .btn-tooltip[disabled]:focus:active .icon, .btn-tooltip[disabled]:hover:active .icon, .btn-tooltip.disabled .icon, .btn-tooltip.disabled:active .icon, .btn-tooltip.disabled:focus:active .icon, .btn-tooltip.disabled:hover:active .icon {
    fill: #909090;
}

.tooltip {
    position: absolute;
    border: none;
    font-size: 14px;
    line-height: 1.5;
    max-width: 240px;
    opacity: 0;
    z-index: -1000;
    left: -1000px;
    top: -1000px;
    color: inherit;
}

.tooltip-inner {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(117, 132, 141, 0.25);
    box-shadow: 0 8px 16px 0 rgba(117, 132, 141, 0.25);
    padding: 16px 20px;
}

.tooltip:before {
    content: '';
    position: absolute;
    border: 16px solid transparent;
    display: block;
}

.tooltip:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 16px;
}

.tooltip.top {
    margin-top: -16px;
}

.tooltip.top:before {
    bottom: -16px;
}

.tooltip.top:after {
    bottom: -16px;
}

.tooltip.bottom {
    margin-top: 16px;
}

.tooltip.bottom:before {
    top: -16px;
}

.tooltip.bottom:after {
    top: -16px;
}

.tooltip.left:before {
    border-right-color: #fff;
    right: 0;
}

.tooltip.right:before {
    border-left-color: #fff;
    left: 0;
}

.tooltip.open {
    opacity: 1;
    z-index: 100;
}

/* RANGE */
.ui-slider {
    position: relative;
    height: 24px;
    background: transparent;
    margin-left: 12px;
    margin-right: 12px;
}

.ui-slider:before {
    position: absolute;
    height: 4px;
    background: #dedede;
    left: -12px;
    right: -12px;
    top: 50%;
    margin-top: -2px;
    content: "";
}

.ui-slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    margin-left: -12px;
    background: #fff;
    border: 3px solid #0041a0;
    cursor: pointer;
}

.ui-slider .ui-slider-range {
    position: absolute;
    top: 50%;
    bottom: auto;
    height: 4px;
    margin-top: -2px;
    background: #0041a0;
}

.ui-slider .ui-slider-range:before {
    position: absolute;
    height: 100%;
    background: inherit;
    left: -12px;
    width: 12px;
    top: 0;
    content: "";
}

.ui-slider.ui-range .ui-slider-filled {
    display: none;
}

/* LAZY LOAD */
[data-lazy-bg]:not(.lazy-loaded):before,
.swiper-lazy[data-background]:not(.swiper-lazy-loaded):before {
    content: "" !important;
    width: 50px !important;
    height: 50px !important;
    background-image: url(/local/templates/vtorchermet/css/../images/loader.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-animation: rotation 2s linear infinite !important;
    animation: rotation 2s linear infinite !important;
    background-color: transparent !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -25px !important;
    margin-left: -25px !important;
}

[data-lazy-bg]:not(.lazy-loaded):after,
.swiper-lazy[data-background]:not(.swiper-lazy-loaded):after {
    display: none !important;
}

[data-lazy-src]:not(.lazy-loaded),
.swiper-lazy[data-src]:not(.swiper-lazy-loaded) {
    width: 50px !important;
    height: 50px !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-animation: rotation 2s linear infinite !important;
    animation: rotation 2s linear infinite !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -25px !important;
    margin-left: -25px !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.lazy-loaded,
.swiper-lazy-loaded {
    -webkit-animation: fade-in 0.3s;
    animation: fade-in 0.3s;
}

/* HEADER */
.header {
    margin-bottom: 77px;
    z-index: 20;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 16px;
}

.header-item:first-child {
    margin-left: 0;
}

.header-item:last-child {
    margin-right: 0;
}

.header__top {
    background: #f4f4f4;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
}

.header__top .header-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}

.header__top .header-item .title {
    color: rgba(1, 1, 1, 0.6);
    padding-right: 0.5em;
}

.header__top .header-item > a {
    font-weight: 600;
}

.header__top .header-item .icon {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 4px;
}

.header__top .header-item .icon:first-child {
    margin-left: 0;
}

.header__top .header-item .icon:last-child {
    margin-right: 0;
}

.header-item__window {
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    padding: 38px 40px;
    z-index: 10;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 520px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(117, 132, 141, 0.25);
    box-shadow: 0 8px 16px 0 rgba(117, 132, 141, 0.25);
}

.header-item__window:not(.active) {
    display: none;
}

.header-item__window.confirm-xs {
    width: 340px;
}

.header-item__window.confirm-xl {
    width: 676px;
}

.header-item__window-title {
    margin-bottom: 1.5em;
}

.header-item__window .buttons-line {
    margin-top: 2em;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-item__window .detect-location {
    margin-bottom: 1.7em;
}

.header-item__window .form-group {
    margin-bottom: 32px;
}

.header-item__window-desc p {
    margin-bottom: 1em;
}

.header-item__cities-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-item__cities-list li {
    margin: 0 0 12px;
    padding: 0;
}

.header-item__cities-list li:before {
    display: none;
}

.header-item__cities-list label.label-radio {
    padding: 0;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.header-item__cities-list label.label-radio:before, .header-item__cities-list label.label-radio:after {
    display: none;
}

.header-item__cities-list label.label-radio {
    color: #111;
}

@media (hover: hover) {
    .header-item__cities-list label.label-radio:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .header-item__cities-list label.label-radio:active, .header-item__cities-list label.label-radio:focus:active, .header-item__cities-list label.label-radio:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .header-item__cities-list label.label-radio.touched {
        color: #bf1d26;
    }
}

.header-item__cities-list input[type="radio"]:checked + .label-radio {
    font-weight: 600;
}

.header-item__cities-list input[type="radio"]:checked + .label-radio {
    color: #0041a0;
}

@media (hover: hover) {
    .header-item__cities-list input[type="radio"]:checked + .label-radio:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .header-item__cities-list input[type="radio"]:checked + .label-radio:active, .header-item__cities-list input[type="radio"]:checked + .label-radio:focus:active, .header-item__cities-list input[type="radio"]:checked + .label-radio:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .header-item__cities-list input[type="radio"]:checked + .label-radio.touched {
        color: #bf1d26;
    }
}

.header-workhours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-workhours p {
    margin-right: 60px;
    margin-bottom: 0;
}

.header-workhours p:last-child {
    margin-right: 0;
}

.header__middle {
    padding: 24px 0;
    margin-bottom: 10px;
}

.header-logo {
    width: 272px;
    display: block;
}

.header-logo img {
    width: 100%;
}

@media (hover: hover) {
    .header-logo:focus {
        background: transparent;
    }
}

.header-item-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 650px;
    width: 650px;
}

.header-search {
    position: relative;
}

.header-search .form-group {
    margin-bottom: 0;
}

.header-search .form-control {
    padding-right: 48px;
}

.header-search .form-control:not(:focus):not(.has-value) {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
}

.header-search .form-control:not(:focus):not(.has-value)::-webkit-input-placeholder {
    color: rgba(1, 1, 1, 0.6);
}

.header-search .form-control:not(:focus):not(.has-value)::-moz-placeholder {
    color: rgba(1, 1, 1, 0.6);
}

.header-search .form-control:not(:focus):not(.has-value):-moz-placeholder {
    color: rgba(1, 1, 1, 0.6);
}

.header-search .form-control:not(:focus):not(.has-value):-ms-input-placeholder {
    color: rgba(1, 1, 1, 0.6);
}

.header-search .autocomplete-reset-btn {
    position: relative;
}

.header-search .autocomplete-reset-btn:after {
    content: '';
    width: 1px;
    position: absolute;
    right: 0;
    background: #dedede;
    top: 10px;
    bottom: 10px;
}

.header-search .btn-submit {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    padding: 9px;
    display: block;
    margin: 5px;
}

.header-search .btn-submit .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #0041a0;
}

.header__bottom {
    line-height: 30px;
    padding: 22px 0;
    border-bottom: 1px solid #dedede;
}

.header-item-hamburger {
    margin-right: 50px;
}

.header-item-menu {
    margin-left: 0;
    margin-right: auto;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -22px 0;
}

.header-menu > li {
    padding: 0;
    margin: 0 50px 0 0;
    position: relative;
}

.header-menu > li:before {
    display: none;
}

.header-menu > li:last-child {
    margin-right: 0;
}

.header-menu > li.open {
    z-index: 1;
}

.header-menu > li > a {
    padding: 22px 0 18px;
    display: block;
    font-weight: 600;
    border-bottom: 4px solid transparent;
    font-size: 14px;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.header-menu > li > a:not(:only-child):after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 5px 0 5px 9px;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (hover: hover) {
    .header-menu > li > a:focus {
        background: transparent;
    }
}

@media (hover: hover) {
    .header-menu > li > a:hover {
        color: #0041a0;
        border-bottom-color: #ff0000;
    }
}

@media (hover: hover) {
    .header-menu > li > a:active, .header-menu > li > a:focus:active, .header-menu > li > a:hover:active {
        color: #001e46;
    }
}

@media (hover: none) {
    .header-menu > li > a.touched {
        color: #001e46;
    }
}

.header-menu > li > a:disabled, .header-menu > li > a[disabled], .header-menu > li > a.disabled {
    cursor: default;
}

.header-menu > li > a:disabled, .header-menu > li > a:disabled:active, .header-menu > li > a:disabled:focus:active, .header-menu > li > a:disabled:hover:active, .header-menu > li > a[disabled], .header-menu > li > a[disabled]:active, .header-menu > li > a[disabled]:focus:active, .header-menu > li > a[disabled]:hover:active, .header-menu > li > a.disabled, .header-menu > li > a.disabled:active, .header-menu > li > a.disabled:focus:active, .header-menu > li > a.disabled:hover:active {
    color: #bcbcbc;
}

.header-menu > li > a.selected,
.header-menu > li.open > a {
    border-bottom-color: #ff0000;
}

.header-menu > li > a.menu-toggler {
    border-bottom-color: transparent !important;
}

.header-menu > li > a.menu-toggler:after {
    display: none !important;
}

.header-menu > li > a.menu-toggler .icon {
    margin-left: 0;
    margin-right: 0;
    width: 30px;
    display: block;
}

.header-menu > li > a.menu-toggler .icon-hamburger {
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.header-menu > li > a.menu-toggler .icon-close {
    height: 24px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.header-profile {
    font-weight: 600;
    font-size: 14px;
}

.header-profile .icon {
    width: 30px;
    height: 30px;
    fill: currentColor;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
}

.header-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 54px 0;
}

.header-submenu:before, .header-submenu:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -100vw;
    width: 200vw;
}

.header-submenu:before {
    height: 100%;
    background: #fff;
    top: 0;
    border-top: 1px solid #dedede;
}

.header-submenu:after {
    height: 30px;
    top: -30px;
    background: transparent;
}

.header-submenu ul {
    position: relative;
    z-index: 1;
    margin: 0 0 -28px;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.header-submenu ul li {
    margin: 0 0 28px;
    padding: 0;
    width: 330px;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}

.header-submenu ul li:before {
    display: none;
}

.header-submenu ul a {
    color: #111;
}

@media (hover: hover) {
    .header-submenu ul a:focus {
        color: #0041a0;
        background: rgba(0, 65, 160, 0.15);
    }
}

@media (hover: hover) {
    .header-submenu ul a:hover {
        color: #0041a0;
        background: transparent;
    }
}

@media (hover: hover) {
    .header-submenu ul a:active, .header-submenu ul a:focus:active, .header-submenu ul a:hover:active {
        color: #002f6c;
        background: transparent;
    }
}

@media (hover: none) {
    .header-submenu ul a.touched {
        color: #002f6c;
        background: transparent;
    }
}

.header-submenu ul a:disabled, .header-submenu ul a[disabled], .header-submenu ul a.disabled {
    cursor: default;
}

.header-submenu ul a:disabled, .header-submenu ul a:disabled:active, .header-submenu ul a:disabled:focus:active, .header-submenu ul a:disabled:hover:active, .header-submenu ul a[disabled], .header-submenu ul a[disabled]:active, .header-submenu ul a[disabled]:focus:active, .header-submenu ul a[disabled]:hover:active, .header-submenu ul a.disabled, .header-submenu ul a.disabled:active, .header-submenu ul a.disabled:focus:active, .header-submenu ul a.disabled:hover:active {
    color: #bcbcbc;
    background: transparent;
}

.header .menu-toggler + .header-submenu ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

body:not(.no-bordered-header) .header-submenu__inner {
    margin-top: -1px;
}

.header-menu > li:not(.open) .header-submenu {
    display: none;
}

.header-megamenu:not(.active) {
    display: none;
}

.toggle-menu {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
}

.toggle-menu div,
.toggle-menu div:before,
.toggle-menu div:after {
    display: block;
    background: #0041a0;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
}

.toggle-menu div {
    top: 50%;
    margin-top: -1px;
}

.toggle-menu div:before,
.toggle-menu div:after {
    content: '';
}

.toggle-menu div:before {
    top: -9px;
}

.toggle-menu div:after {
    top: 9px;
}

.toggle-menu.active div {
    background: transparent;
}

.toggle-menu.active div:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-menu.active div:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-bordered-header .header__bottom {
    border-bottom: none;
}

.header-search-open {
    position: static;
    width: 42px;
    height: 42px;
    padding: 9px;
    margin: 0 -9px;
}

.header-search-open .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #0041a0;
}

.header-search-close {
    position: static;
    width: auto;
    height: auto;
    padding: 16px;
    margin: -16px -16px -16px 0;
    font-size: inherit;
}

.header-search-close {
    color: #909090;
}

@media (hover: hover) {
    .header-search-close:focus {
        color: #909090;
    }
}

@media (hover: hover) {
    .header-search-close:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .header-search-close:active, .header-search-close:focus:active, .header-search-close:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .header-search-close.touched {
        color: #bf1d26;
    }
}

body.header-menu-sub-open {
    overflow: hidden;
}

body.header-menu-sub-open:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200vh;
    z-index: 19;
    background: #002f6c;
    opacity: 0.7;
}

@media (min-width: 1280px) {
    .header-item-mobile-menu-toggler {
        display: none;
    }
    .header-search-open,
    .header-search-close {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .header {
        margin-bottom: 68px;
    }
    .header-workhours {
        display: block;
    }
    .header-workhours p {
        margin-right: 0;
    }
    .header__middle {
        margin-bottom: 3px;
    }
    .header-logo {
        width: 250px;
        margin-top: -6px;
    }
    .header-item__window {
        width: 380px;
        padding: 20px;
    }
    .header-item__window.confirm-xs {
        width: 387px;
    }
    .header-item__window.confirm-xl {
        width: 387px;
    }
    .header-item__window.header-city-find-window {
        width: 480px;
    }
    .header-item__window.header-location-window {
        width: 368px;
    }
    .header-item__cities-list {
        font-size: 14px;
    }
    .header-submenu__inner {
        padding-top: 42px;
        padding-bottom: 42px;
        font-size: 14px;
    }
}

@media (max-width: 1599.98px) {
    .header-search .form-control {
        height: 42px;
        padding: 7px 42px 9px 20px;
        border-radius: 21px;
    }
    .header-search .btn-submit {
        width: 32px;
        height: 32px;
        padding: 7px;
    }
}

@media (max-width: 1279.98px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    body:not(.no-bordered-header) .header {
        border-bottom: 1px solid #dedede;
    }
    .header__top,
    .header__bottom,
    .header-item-order {
        display: none;
    }
    .header__middle {
        margin-bottom: 0;
    }
    .toggle-menu {
        width: 25px;
        height: 25px;
    }
    .toggle-menu div:before {
        top: -8px;
    }
    .toggle-menu div:after {
        top: 8px;
    }
    .header-item.header-item-mobile-menu-toggler {
        margin-right: 0;
    }
    .header-item.header-item-search {
        width: auto;
        max-width: none;
        margin-left: auto;
    }
    body.header-search-active .header .header-item:not(.header-item-search) {
        display: none;
    }
    .header-item-search:not(.active) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .header-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .header-search-close {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .header-item-search .form-group {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
    }
    .header-item-search.active {
        margin-right: 0;
    }
    .header-item-search.active .header-search-open {
        display: none;
    }
    .header-item-search:not(.active) .header-search-close,
    .header-item-search:not(.active) .header-search .form-group {
        display: none;
    }
    .header-item__window,
    .header-item__window.confirm-xs,
    .header-item__window.confirm-xl {
        width: 768px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .header {
        margin-bottom: 120px;
    }
    .header-logo {
        width: 246px;
        margin-top: -12px;
    }
    .header-item {
        margin-right: 15px;
        margin-left: 15px;
    }
    .header__middle {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .header-logo .logo-mobile {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header-logo .logo-desktop {
        display: none;
    }
    .header-logo {
        width: 123px;
    }
    .header-item {
        margin-left: 10px;
        margin-right: 10px;
    }
    .header__middle {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .header-search-open {
        padding: 11px;
        margin: 0 -11px;
    }
    .header-item__window,
    .header-item__window.confirm-xs,
    .header-item__window.confirm-xl {
        width: 100%;
    }
}

/* FOOTER */
.footer {
    background: #002f6c;
    padding: 90px 0;
    margin-top: 160px;
    color: rgba(255, 255, 255, 0.5);
}

.footer a {
    color: inherit;
}

@media (hover: hover) {
    .footer a:focus {
        color: inherit;
        background: rgba(0, 65, 160, 0.15);
    }
}

@media (hover: hover) {
    .footer a:hover {
        color: #fff;
        background: transparent;
    }
}

@media (hover: hover) {
    .footer a:active, .footer a:focus:active, .footer a:hover:active {
        color: #fff;
        background: transparent;
    }
}

@media (hover: none) {
    .footer a.touched {
        color: #fff;
        background: transparent;
    }
}

.footer a:disabled, .footer a[disabled], .footer a.disabled {
    cursor: default;
}

.footer a:disabled, .footer a:disabled:active, .footer a:disabled:focus:active, .footer a:disabled:hover:active, .footer a[disabled], .footer a[disabled]:active, .footer a[disabled]:focus:active, .footer a[disabled]:hover:active, .footer a.disabled, .footer a.disabled:active, .footer a.disabled:focus:active, .footer a.disabled:hover:active {
    text-decoration: none;
    color: #bcbcbc;
    background: transparent;
}

.footer__section {
    padding: 40px 0;
    border-bottom: 1px solid rgba(187, 187, 187, 0.1);
}

.footer__section:first-child {
    padding-top: 0;
}

.footer__section:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.footer__inner {
    margin-bottom: -40px;
}

.footer-item {
    margin-bottom: 40px;
}

.footer__top {
    padding-bottom: 29px;
}

.footer__top .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.footer__top .footer__inner .footer-item {
    padding-right: 8px;
    padding-left: 8px;
}

.footer-item-logo {
    margin-top: -15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer-logo {
    width: 272px;
    display: block;
}

.footer-logo img {
    width: 100%;
}

.footer-item-soc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer-title {
    color: #fff;
    margin-bottom: 0.5em;
}

.footer-menu {
    padding-right: 20%;
}

.footer-list {
    margin: 0;
}

.footer-list li {
    padding: 0;
    margin: 0 0 0.625em;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.footer-list li:before {
    display: none;
}

.footer-list a .icon {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    width: 18px;
    margin: 0 0 0 12px;
    fill: currentColor;
}

.footer-contacts p {
    margin-bottom: 1.25em;
}

.footer-contacts p:last-child {
    margin-bottom: 0;
}

.footer-contacts .phone,
.footer-contacts .email {
    color: #fff;
    line-height: 1.4;
}

.footer-contacts a.phone,
.footer-contacts a.email {
    display: inline-block;
    vertical-align: top;
}

.footer-contacts a.phone,
.footer-contacts a.email {
    color: #fff;
}

@media (hover: hover) {
    .footer-contacts a.phone:focus,
    .footer-contacts a.email:focus {
        color: #fff;
        background: rgba(0, 65, 160, 0.15);
    }
}

@media (hover: hover) {
    .footer-contacts a.phone:hover,
    .footer-contacts a.email:hover {
        color: #fff;
        background: transparent;
    }
}

@media (hover: hover) {
    .footer-contacts a.phone:active, .footer-contacts a.phone:focus:active, .footer-contacts a.phone:hover:active,
    .footer-contacts a.email:active,
    .footer-contacts a.email:focus:active,
    .footer-contacts a.email:hover:active {
        color: #fff;
        background: transparent;
    }
}

@media (hover: none) {
    .footer-contacts a.phone.touched,
    .footer-contacts a.email.touched {
        color: #fff;
        background: transparent;
    }
}

.footer-contacts a.phone:disabled, .footer-contacts a.phone[disabled], .footer-contacts a.phone.disabled,
.footer-contacts a.email:disabled,
.footer-contacts a.email[disabled],
.footer-contacts a.email.disabled {
    cursor: default;
}

.footer-contacts a.phone:disabled, .footer-contacts a.phone:disabled:active, .footer-contacts a.phone:disabled:focus:active, .footer-contacts a.phone:disabled:hover:active, .footer-contacts a.phone[disabled], .footer-contacts a.phone[disabled]:active, .footer-contacts a.phone[disabled]:focus:active, .footer-contacts a.phone[disabled]:hover:active, .footer-contacts a.phone.disabled, .footer-contacts a.phone.disabled:active, .footer-contacts a.phone.disabled:focus:active, .footer-contacts a.phone.disabled:hover:active,
.footer-contacts a.email:disabled,
.footer-contacts a.email:disabled:active,
.footer-contacts a.email:disabled:focus:active,
.footer-contacts a.email:disabled:hover:active,
.footer-contacts a.email[disabled],
.footer-contacts a.email[disabled]:active,
.footer-contacts a.email[disabled]:focus:active,
.footer-contacts a.email[disabled]:hover:active,
.footer-contacts a.email.disabled,
.footer-contacts a.email.disabled:active,
.footer-contacts a.email.disabled:focus:active,
.footer-contacts a.email.disabled:hover:active {
    text-decoration: none;
    color: #bcbcbc;
    background: transparent;
}

.footer-contacts .phone {
    font-size: 20px;
    margin-bottom: 0.5em;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .footer {
        margin-top: 80px;
        padding-top: 100px;
    }
    .footer-item-logo {
        margin-top: -3px;
    }
    .footer-logo {
        width: 250px;
    }
    .footer__top {
        padding-bottom: 34px;
    }
    .footer-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer-list li {
        margin-bottom: 1em;
    }
    .footer-menu {
        padding-right: 7%;
    }
    .footer__bottom {
        font-size: 14px;
    }
    .footer__bottom .footer-list li {
        margin-bottom: 0.71429em;
    }
    .footer-list a .icon {
        width: 14px;
        height: 21px;
        margin-left: 10px;
    }
    .footer-contacts .phone {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .footer {
        margin-top: 120px;
        padding: 80px 0 60px;
    }
    .footer-logo {
        width: 246px;
    }
    .footer-item-logo,
    .footer-item-soc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .footer-contacts .phone {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .footer-item-logo .logo-mobile {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer {
        margin-top: 80px;
        padding: 60px 0 40px;
    }
    .footer-item-logo .logo-desktop {
        display: none;
    }
    .footer-logo {
        width: 130px;
    }
    .footer-item-logo {
        margin-top: -2px;
    }
    .footer-title {
        font-size: 14px;
        margin-bottom: 1.5em;
    }
    .footer-menu {
        padding-right: 0;
    }
    .footer-item {
        margin-bottom: 24px;
    }
    .footer__inner {
        margin-bottom: -24px;
    }
    .footer-menu .footer-list {
        padding-bottom: 16px;
    }
    .footer-menu:not(.active) .footer-list {
        display: none;
    }
    .footer-menu .footer-title {
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
    }
    .footer-menu .footer-title:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        height: 20px;
        width: 20px;
        margin-left: 5px;
        margin-top: 1px;
        background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-white.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .footer-menu:not(.active) .footer-title {
        margin-bottom: 0;
    }
    .footer-list a .icon {
        width: 14px;
        height: 21px;
        margin-left: 10px;
    }
    .footer-contacts .phone {
        font-size: 14px;
    }
    .footer-list li {
        margin-bottom: 1em;
    }
    .footer-site-menu,
    .footer-copyright,
    .footer-developer {
        font-size: 12px;
    }
    .footer-copyright {
        padding-top: 40px;
        margin-top: 16px;
        border-top: 1px solid rgba(187, 187, 187, 0.1);
    }
    .footer-item-soc {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        min-width: 0;
    }
}

/* BREADCRUMBS */
.breadcrumb {
    margin: 0 0 1.1em;
    padding: 0;
    list-style: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0 21px 0 0;
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li:last-child {
    padding-right: 0;
}

.breadcrumb li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 3px;
    height: 24px;
    width: 16px;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-gray.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb a {
    color: #909090;
}

@media (hover: hover) {
    .breadcrumb a:focus {
        color: #909090;
    }
}

@media (hover: hover) {
    .breadcrumb a:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .breadcrumb a:active, .breadcrumb a:focus:active, .breadcrumb a:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .breadcrumb a.touched {
        color: #bf1d26;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .breadcrumb {
        font-size: 14px;
    }
    .breadcrumb li {
        padding-right: 23px;
    }
    .breadcrumb li:after {
        height: 20px;
    }
}

@media (max-width: 1279.98px) {
    .breadcrumb {
        font-size: 14px;
    }
    .breadcrumb li:after {
        height: 21px;
    }
}

/* PAGINATION */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.75em;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
}

.pagination li {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.75em;
    position: relative;
}

.pagination li:before {
    display: none;
}

.pagination li.active:after {
    content: '';
    position: absolute;
    height: 4px;
    background: #ff0000;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    bottom: -6px;
}

.pagination li:not(.prev):not(.next) a,
.pagination li:not(.prev):not(.next) span {
    text-align: center;
    display: block;
    color: #111;
}

.pagination li:not(.prev):not(.next) a {
    color: inherit;
}

@media (hover: hover) {
    .pagination li:not(.prev):not(.next) a:focus {
        color: inherit;
    }
}

@media (hover: hover) {
    .pagination li:not(.prev):not(.next) a:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .pagination li:not(.prev):not(.next) a:active, .pagination li:not(.prev):not(.next) a:focus:active, .pagination li:not(.prev):not(.next) a:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .pagination li:not(.prev):not(.next) a.touched {
        color: #bf1d26;
    }
}

.pagination li:not(.prev):not(.next) a:disabled, .pagination li:not(.prev):not(.next) a[disabled], .pagination li:not(.prev):not(.next) a.disabled {
    cursor: default;
}

.pagination li:not(.prev):not(.next) a:disabled, .pagination li:not(.prev):not(.next) a:disabled:active, .pagination li:not(.prev):not(.next) a:disabled:focus:active, .pagination li:not(.prev):not(.next) a:disabled:hover:active, .pagination li:not(.prev):not(.next) a[disabled], .pagination li:not(.prev):not(.next) a[disabled]:active, .pagination li:not(.prev):not(.next) a[disabled]:focus:active, .pagination li:not(.prev):not(.next) a[disabled]:hover:active, .pagination li:not(.prev):not(.next) a.disabled, .pagination li:not(.prev):not(.next) a.disabled:active, .pagination li:not(.prev):not(.next) a.disabled:focus:active, .pagination li:not(.prev):not(.next) a.disabled:hover:active {
    color: #bcbcbc;
}

.pagination .swiper-button {
    margin: 0;
}

.pagination .swiper-button {
    background: transparent;
    color: #111;
    border-color: #dedede;
}

@media (hover: hover) {
    .pagination .swiper-button:focus {
        background: transparent;
        color: #0041a0;
        border-color: #dedede;
    }
}

@media (hover: hover) {
    .pagination .swiper-button:hover {
        background: #0041a0;
        border-color: #0041a0;
        color: #fff;
    }
}

@media (hover: hover) {
    .pagination .swiper-button:active, .pagination .swiper-button:focus:active, .pagination .swiper-button:hover:active {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
}

@media (hover: none) {
    .pagination .swiper-button.touched {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
}

.pagination .swiper-button.swiper-button-disabled, .pagination .swiper-button.swiper-button-disabled:hover, .pagination .swiper-button.swiper-button-disabled:focus, .pagination .swiper-button.swiper-button-disabled:active, .pagination .swiper-button.swiper-button-disabled:hover:active, .pagination .swiper-button.swiper-button-disabled:focus:active, .pagination .swiper-button.swiper-button-disabled.touched {
    background: #fff;
    color: #bcbcbc;
    border-color: #dedede;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    cursor: default;
}

.pagination-mobile {
    margin-top: 60px;
}

@media (min-width: 768px) {
    .pagination-mobile {
        display: none;
    }
}

@media (max-width: 1599.98px) {
    .pagination {
        font-size: 18px;
    }
    .pagination .swiper-button {
        width: 40px;
        height: 40px;
        padding: 5px;
    }
    .pagination .swiper-button .icon {
        width: 28px;
        height: 28px;
    }
    .pagination .swiper-button.prev {
        padding-left: 3px;
        padding-right: 7px;
    }
    .pagination .swiper-button.next {
        padding-left: 7px;
        padding-right: 3px;
    }
}

@media (max-width: 767.98px) {
    .pagination {
        display: none;
    }
}

/* SOC LIST */
.soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17px -34px;
}

.soc-list li {
    margin: 0 17px 34px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.soc-list li:before {
    display: none;
}

.soc-list a {
    display: block;
}

.soc-list .icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    display: block;
    margin: 0;
}

.soc-list.circle-icons {
    margin: 0 -10px -20px;
}

.soc-list.circle-icons li {
    margin: 0 10px 20px;
}

.soc-list.circle-icons a {
    border: 1px solid rgba(0, 47, 108, 0.2);
    padding: 11px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.soc-list.circle-icons a {
    background: transparent;
    color: #111;
    border-color: #dedede;
}

.soc-list.circle-icons a .icon {
    fill: #002f6c;
}

@media (hover: hover) {
    .soc-list.circle-icons a:focus {
        background: transparent;
        color: #0041a0;
        border-color: #dedede;
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
    }
    .soc-list.circle-icons a:focus .icon {
        fill: #0041a0;
    }
}

@media (hover: hover) {
    .soc-list.circle-icons a:hover {
        background: #0041a0;
        border-color: #0041a0;
        color: #fff;
    }
    .soc-list.circle-icons a:hover .icon {
        fill: #fff;
    }
}

@media (hover: hover) {
    .soc-list.circle-icons a:active, .soc-list.circle-icons a:focus:active, .soc-list.circle-icons a:hover:active {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
    .soc-list.circle-icons a:active .icon, .soc-list.circle-icons a:focus:active .icon, .soc-list.circle-icons a:hover:active .icon {
        fill: #fff;
    }
}

@media (hover: none) {
    .soc-list.circle-icons a.touched {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
    .soc-list.circle-icons a.touched .icon {
        fill: #fff;
    }
}

.soc-list.circle-icons a:disabled, .soc-list.circle-icons a[disabled], .soc-list.circle-icons a.disabled {
    cursor: default;
}

.soc-list.circle-icons a:disabled, .soc-list.circle-icons a:disabled:active, .soc-list.circle-icons a:disabled:focus:active, .soc-list.circle-icons a:disabled:hover:active, .soc-list.circle-icons a[disabled], .soc-list.circle-icons a[disabled]:active, .soc-list.circle-icons a[disabled]:focus:active, .soc-list.circle-icons a[disabled]:hover:active, .soc-list.circle-icons a.disabled, .soc-list.circle-icons a.disabled:active, .soc-list.circle-icons a.disabled:focus:active, .soc-list.circle-icons a.disabled:hover:active {
    background: transparent;
    color: #909090;
    border-color: #bcbcbc;
}

.soc-list.circle-icons a:disabled .icon, .soc-list.circle-icons a:disabled:active .icon, .soc-list.circle-icons a:disabled:focus:active .icon, .soc-list.circle-icons a:disabled:hover:active .icon, .soc-list.circle-icons a[disabled] .icon, .soc-list.circle-icons a[disabled]:active .icon, .soc-list.circle-icons a[disabled]:focus:active .icon, .soc-list.circle-icons a[disabled]:hover:active .icon, .soc-list.circle-icons a.disabled .icon, .soc-list.circle-icons a.disabled:active .icon, .soc-list.circle-icons a.disabled:focus:active .icon, .soc-list.circle-icons a.disabled:hover:active .icon {
    fill: #909090;
}

@media (max-width: 1279.98px) {
    .soc-list .icon {
        width: 16px;
        height: 16px;
    }
    .soc-list {
        margin: 0 -15px -30px;
    }
    .soc-list li {
        margin: 0 15px 30px;
    }
}

/* PAGE FIRST */
.page-first {
    height: calc(100vh - 220px);
    min-height: 600px;
    display: table;
    width: 100%;
    max-width: 100%;
    padding: 66px 0 174px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.page-first:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 47, 108, 0.5)), to(rgba(0, 47, 108, 0)));
    background: -o-linear-gradient(left, rgba(0, 47, 108, 0.5), rgba(0, 47, 108, 0));
    background: linear-gradient(90deg, rgba(0, 47, 108, 0.5), rgba(0, 47, 108, 0));
    opacity: 0.8;
}

.page-first:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/vtorchermet/css/../images/pattern-page-first.svg);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}

.page-first__inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.page-first__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.page-first__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 260px;
    font-size: 20px;
}

.page-first__text ul li {
    margin-bottom: 0;
}

.page-first__text ul li:before {
    background: currentColor;
}

.page-first__desc {
    margin-bottom: 2em;
}

.page-first__title {
    color: #fff;
}

.page-first__title:last-child {
    margin-bottom: 0;
}

.page-first .info-sticker {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.page-first .breadcrumb {
    margin-bottom: 80px;
}

.page-first .breadcrumb li:after {
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-white.svg);
    opacity: 0.6;
}

.page-first .breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
}

@media (hover: hover) {
    .page-first .breadcrumb a:hover {
        color: #fff;
    }
}

.page-first__info {
    padding: 36px 0 20px;
    color: #fff;
    background: #002f6c;
}

.page-first__info-title {
    font-weight: 400;
    margin-bottom: 20px;
    color: inherit;
}

.page-first__info-content {
    padding-top: 0.5em;
    margin-bottom: 20px;
}

.page-first__info-content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .page-first {
        min-height: 550px;
    }
    .page-first__text {
        margin-right: 170px;
        font-size: 18px;
    }
    .page-first .breadcrumb {
        margin-bottom: 60px;
    }
    .page-first__info {
        padding-top: 32px;
        padding-bottom: 16px;
    }
    .page-first__info-content {
        padding-top: 0.3em;
    }
}

@media (max-width: 1279.98px) {
    .page-first__inner {
        vertical-align: top;
    }
    .page-first .container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .page-first .breadcrumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .page-first__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .page-first .info-sticker {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .page-first__text {
        margin-right: 0;
        margin-bottom: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .page-first__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .page-first .breadcrumb {
        margin-bottom: 1em;
    }
    .page-first__info {
        padding-top: 24px;
        padding-bottom: 4px;
    }
    .page-first__info-content {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .page-first {
        padding: 100px 0;
        height: calc(100vh - 82px);
        min-height: 500px;
    }
    .page-first .info-sticker {
        width: 233px;
    }
    .page-first .info-sticker__content {
        padding: 12px;
        min-height: 120px;
        font-size: 12px;
    }
    .page-first .info-sticker__btn {
        padding: 12px 60px 12px 12px;
    }
    .page-first__text {
        font-size: 18px;
    }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
    .page-first:after {
        background-size: 120% auto;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .page-first {
        padding-top: 170px;
    }
    .page-first:after {
        background-size: 170% auto;
    }
}

@media (max-width: 767.98px) {
    .page-first {
        height: calc(100vh - 68px);
        min-height: 0;
        padding-top: 80px;
        padding-bottom: 0;
    }
    .page-first .info-sticker {
        margin-right: -24px;
        margin-left: -24px;
        max-width: calc(100% + 48px);
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .page-first__text {
        font-size: 16px;
    }
}

/* INFO STICKER */
.info-sticker {
    width: 388px;
    background: #002f6c;
    color: #fff;
}

.info-sticker__content {
    padding: 20px;
    min-height: 200px;
}

.info-sticker__content p {
    margin-bottom: 2em;
}

.info-sticker__content p:last-child {
    margin-bottom: 0.5em;
}

.info-sticker__content a {
    color: inherit;
    text-decoration: underline;
}

@media (hover: hover) {
    .info-sticker__content a:focus {
        text-decoration: none;
        color: inherit;
        background: rgba(0, 65, 160, 0.15);
    }
}

@media (hover: hover) {
    .info-sticker__content a:hover {
        text-decoration: none;
        color: #ff0000;
    }
}

@media (hover: hover) {
    .info-sticker__content a:active, .info-sticker__content a:focus:active, .info-sticker__content a:hover:active {
        text-decoration: none;
        color: #bf1d26;
        background: transparent;
    }
}

@media (hover: none) {
    .info-sticker__content a.touched {
        text-decoration: none;
        color: #bf1d26;
        background: transparent;
    }
}

.info-sticker__content a.phone, .info-sticker__content a.email {
    text-decoration: none;
}

.info-sticker__btn {
    width: 100%;
    padding: 22px 20px;
    text-align: left;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #002f6c;
}

.info-sticker__btn .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.info-sticker__btn .icon {
    width: 40px;
    height: 40px;
    fill: currentColor;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: -10px 16px;
    -webkit-transition: fill 0.3s, -webkit-transform 0.3s;
    transition: fill 0.3s, -webkit-transform 0.3s;
    -o-transition: fill 0.3s, transform 0.3s;
    transition: fill 0.3s, transform 0.3s;
    transition: fill 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.info-sticker__btn .icon.icon-profile {
    width: 32px;
    fill: currentColor !important;
}

.info-sticker__btn .icon:first-child {
    margin-left: 0;
}

.info-sticker__btn .icon:last-child {
    margin-right: 0;
}

.info-sticker__btn {
    background: #002f6c;
    color: #fff;
}

@media (hover: hover) {
    .info-sticker__btn:focus {
        background: #002f6c;
        color: #fff;
    }
}

@media (hover: hover) {
    .info-sticker__btn:hover {
        background: #002f6c;
        color: #fff;
    }
    .info-sticker__btn:hover .icon {
        fill: #ff0000;
    }
    .info-sticker__btn:hover .icon-arrow {
        -webkit-transform: translate(7px, 0);
        -ms-transform: translate(7px, 0);
        transform: translate(7px, 0);
    }
}

@media (hover: hover) {
    .info-sticker__btn:active, .info-sticker__btn:focus:active, .info-sticker__btn:hover:active {
        background: #002f6c;
        color: #fff;
    }
}

@media (hover: none) {
    .info-sticker__btn.touched {
        background: #002f6c;
        color: #fff;
    }
}

.info-sticker__btn.light {
    background: #0041a0;
    color: #fff;
}

@media (hover: hover) {
    .info-sticker__btn.light:focus {
        background: #0041a0;
        color: #fff;
    }
}

@media (hover: hover) {
    .info-sticker__btn.light:hover {
        background: #0041a0;
        color: #fff;
    }
}

@media (hover: hover) {
    .info-sticker__btn.light:active, .info-sticker__btn.light:focus:active, .info-sticker__btn.light:hover:active {
        background: #0041a0;
        color: #fff;
    }
}

@media (hover: none) {
    .info-sticker__btn.light.touched {
        background: #0041a0;
        color: #fff;
    }
}

.info-sticker__btn.dark {
    background: #001e46;
    color: #fff;
}

@media (hover: hover) {
    .info-sticker__btn.dark:focus {
        background: #001e46;
        color: #fff;
    }
}

@media (hover: hover) {
    .info-sticker__btn.dark:hover {
        background: #001e46;
        color: #fff;
    }
}

@media (hover: hover) {
    .info-sticker__btn.dark:active, .info-sticker__btn.dark:focus:active, .info-sticker__btn.dark:hover:active {
        background: #001e46;
        color: #fff;
    }
}

@media (hover: none) {
    .info-sticker__btn.dark.touched {
        background: #001e46;
        color: #fff;
    }
}

.info-sticker__btn.white .icon {
    fill: #ff0000;
}

.info-sticker__btn.white {
    background: #fff;
    color: #111;
}

@media (hover: hover) {
    .info-sticker__btn.white:focus {
        background: #fff;
        color: #111;
    }
}

@media (hover: hover) {
    .info-sticker__btn.white:hover {
        background: #fff;
        color: #111;
    }
}

@media (hover: hover) {
    .info-sticker__btn.white:active, .info-sticker__btn.white:focus:active, .info-sticker__btn.white:hover:active {
        background: #fff;
        color: #111;
    }
}

@media (hover: none) {
    .info-sticker__btn.white.touched {
        background: #fff;
        color: #111;
    }
}

.info-sticker .title {
    margin-bottom: 0.5em;
    color: inherit;
    font-weight: 600;
}

.info-sticker .subtitle {
    font-weight: 600;
    margin-bottom: 0;
}

.info-sticker.white {
    background: #fff;
    color: #111;
}

.info-sticker.white .info-sticker__content a {
    text-decoration: none;
    color: #0041a0;
}

@media (hover: hover) {
    .info-sticker.white .info-sticker__content a:focus {
        text-decoration: none;
        color: #0041a0;
        background: rgba(0, 65, 160, 0.15);
    }
}

@media (hover: hover) {
    .info-sticker.white .info-sticker__content a:hover {
        text-decoration: none;
        color: #ff0000;
        background: transparent;
    }
}

@media (hover: hover) {
    .info-sticker.white .info-sticker__content a:active, .info-sticker.white .info-sticker__content a:focus:active, .info-sticker.white .info-sticker__content a:hover:active {
        text-decoration: none;
        color: #bf1d26;
        background: transparent;
    }
}

@media (hover: none) {
    .info-sticker.white .info-sticker__content a.touched {
        text-decoration: none;
        color: #bf1d26;
        background: transparent;
    }
}

.info-sticker.white .title {
    color: #002f6c;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .info-sticker {
        width: 280px;
    }
    .info-sticker__content {
        padding-left: 13px;
        padding-right: 13px;
        min-height: 145px;
    }
    .info-sticker__btn {
        padding: 13px;
    }
    .info-sticker__btn .icon {
        width: 30px;
        height: 30px;
        margin: -5px 12px;
    }
    .info-sticker__btn .icon.icon-profile {
        width: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .info-sticker {
        width: 280px;
    }
    .info-sticker__content {
        padding: 16px;
    }
    .info-sticker__btn {
        padding: 15px 16px;
    }
    .info-sticker__btn .icon {
        width: 30px;
        height: 30px;
        margin: -5px 10px;
    }
    .info-sticker__btn .icon.icon-profile {
        width: 24px;
    }
    .info-sticker__content p {
        margin-bottom: 1.2em;
    }
}

@media (max-width: 767.98px) {
    .info-sticker {
        width: auto;
    }
    .info-sticker__content {
        padding: 16px 24px;
        min-height: 0;
        font-size: 14px;
    }
    .info-sticker__btn {
        padding: 20px 24px;
        font-size: 14px;
    }
    .info-sticker__btn .icon {
        width: 30px;
        height: 30px;
        margin: -5px 10px;
    }
    .info-sticker__btn .icon.icon-profile {
        width: 24px;
    }
}

.info-sticker-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
}

.info-sticker-block .block-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 150px;
}

.info-sticker-block .sticker-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .info-sticker-block .block-content {
        margin-right: 116px;
    }
}

@media (max-width: 1279.98px) {
    .info-sticker-block {
        display: block;
    }
    .info-sticker-block .block-content {
        margin-right: 0;
    }
    .info-sticker-block .sticker-wrapper .info-sticker {
        margin-left: auto;
    }
}

/* BENEFITS COOPERATION */
.benefits-cooperation .section-title {
    margin-bottom: 1.7em;
    font-weight: 600;
}

.benefits-cooperation .items-list {
    margin-bottom: -80px;
}

.benefits-cooperation .items-list .list-item {
    margin-bottom: 80px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .benefits-cooperation .items-list {
        margin-bottom: -60px;
    }
    .benefits-cooperation .items-list .list-item {
        margin-bottom: 60px;
    }
    .benefits-cooperation-item__order-icon {
        width: 50px;
        height: 38px;
    }
}

@media (max-width: 1279.98px) {
    .benefits-cooperation .section-title {
        margin-bottom: 1.1em;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .benefits-cooperation .items-list {
        margin-bottom: -40px;
    }
    .benefits-cooperation .items-list .list-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .benefits-cooperation .items-list {
        margin-bottom: -24px;
    }
    .benefits-cooperation .items-list .list-item {
        margin-bottom: 24px;
    }
}

.benefits-cooperation-item {
    padding-right: 10%;
}

.benefits-cooperation-item__order-icon {
    display: block;
    width: 78px;
    height: 60px;
    margin-bottom: 20px;
    fill: #ff0000;
}

.benefits-cooperation-item__title {
    color: #002f6c;
    margin-bottom: 1em;
    font-weight: 600;
}

.benefits-cooperation-item__text {
    margin-bottom: 0;
}

@media (min-width: 1600px) {
    .benefits-cooperation-item__title {
        font-size: 30px;
    }
}

@media (max-width: 1279.98px) {
    .benefits-cooperation-item__order-icon {
        width: 50px;
        height: 38px;
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .benefits-cooperation-item {
        padding-right: 0;
    }
}

/* SERVICES */
.services-list .section-title {
    margin-bottom: 1.2em;
}

.services-list .items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #dedede;
    margin-bottom: 0;
}

.services-list .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
    margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .services-list .section-title {
        margin-bottom: 1.8em;
    }
}

@media (min-width: 1024px) {
    .services-list .service-item:nth-child(2n):after {
        display: none;
    }
}

@media (max-width: 1279.98px) {
    .services-list .section-title {
        margin-bottom: 1.8em;
    }
}

@media (max-width: 1023.98px) {
    .services-list .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .services-list .service-item:after {
        display: none;
    }
}

.service-item {
    border-bottom: 1px solid #dedede;
    padding: 48px 40px;
    position: relative;
    display: block;
    min-height: 216px;
    font-size: 20px;
}

.service-item {
    background: transparent;
    color: #002f6c;
}

@media (hover: hover) {
    .service-item:focus {
        background: transparent;
    }
}

.service-item:after {
    content: '';
    right: 0;
    top: 28px;
    bottom: 28px;
    width: 1px;
    background: #dedede;
    position: absolute;
}

.service-item .service-item__icon {
    width: 46px;
    height: 30px;
    fill: #ff0000;
    position: absolute;
    right: 20px;
    top: 48px;
    margin: 4px 0 0;
}

.service-item__title {
    font-weight: 400;
    margin-bottom: 0;
    padding-right: 20%;
    color: inherit;
}

.service-item__text {
    color: #909090;
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 20%;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .service-item {
        padding: 32px 24px;
        min-height: 134px;
        font-size: 16px;
    }
    .service-item:after {
        top: 17px;
        bottom: 17px;
    }
    .service-item .service-item__icon {
        width: 36px;
        height: 24px;
        top: 32px;
        margin-top: 0;
    }
}

@media (max-width: 1279.98px) {
    .service-item {
        padding: 16px;
    }
    .service-item .service-item__icon {
        width: 30px;
        height: 20px;
        top: 18px;
        margin-top: 0;
        right: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .service-item {
        font-size: 16px;
    }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
    .service-item {
        min-height: 105px;
    }
    .service-item:after {
        top: 16px;
        bottom: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .service-item__title,
    .service-item__text {
        padding-right: 100px;
    }
}

@media (max-width: 1023.98px) {
    .service-item {
        min-height: 83px;
    }
}

@media (max-width: 767.98px) {
    .service-item__title {
        padding-right: 50px;
    }
    .service-item__text {
        padding-right: 50px;
    }
    .service-item .service-item__icon {
        right: 0;
    }
    .service-item {
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
    }
}

/* RANGE BLOCK */
.range-block__input-group {
    border-bottom: 1px solid #dedede;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 14px;
    padding-top: 8px;
    white-space: nowrap;
    margin-bottom: 20px;
    margin-right: 12px;
    position: relative;
}

.range-block__input-group label.error {
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: 0;
}

.range-block label.range-block__label, .range-block__input, .range-block__units {
    display: inline-block;
    vertical-align: top;
}

.range-block label.range-block__label {
    font-weight: 400;
    color: #909090;
    margin-bottom: 0;
}

.range-block__input {
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-family: inherit;
    padding: 0;
    margin: 0 0.25em;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 83px;
    text-align: right;
}

.range-block__limits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #909090;
    font-size: 14px;
}

.range-block__limits > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.range-block .ui-slider {
    margin-bottom: 12px;
}

@media (max-width: 1279.98px) {
    .range-block__input-group {
        border: 1px solid #dedede;
        width: 100%;
        border-radius: 21px;
        padding: 0 20px;
        white-space: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 16px;
        height: 42px;
    }
    label.range-block__label,
    .range-block__units {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        line-height: 20px;
    }
    .range-block__input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
        height: 40px;
        line-height: 20px;
        padding: 10px 0;
    }
}

/* CALCULATOR */
.calculator {
    padding: 120px 0;
    background: #002f6c;
    color: #fff;
}

.calculator .section-title {
    color: inherit;
    font-weight: 600;
}

.calculator .section-desc {
    padding-top: 0.5em;
    margin-bottom: 60px;
}

.calculator .section-desc p {
    margin-bottom: 1.5em;
}

.calculator .section-desc p:last-child {
    margin-bottom: 0;
}

.calculator-form {
    padding: 24px 32px 40px;
    color: #111;
    background: #fff;
}

.calculator-form__title {
    margin-bottom: 1.2em;
    font-weight: 600;
}

.calculator-form .range-block {
    margin-bottom: 20px;
}

.calculator-form label {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
}

.calculator__params-block {
    padding-right: 32px;
    margin-bottom: -24px;
}

.calculator__result {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0.44444em;
    color: #002f6c;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.calculator__result-sub {
    margin-bottom: 2.25em;
}

.calculator__result-note {
    color: #909090;
    font-size: 14px;
    margin-bottom: 0;
}

.calculator__result-note:before {
    content: '*';
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: #ff0000;
    display: inline;
    padding-right: 0.25em;
}

.calculator-apply {
    padding: 24px 32px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #001e46;
    background-image: url(/local/templates/vtorchermet/css/../images/calculator-apply-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.calculator-apply__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 0.6em;
    color: inherit;
    font-weight: 600;
}

.calculator-apply__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    margin-bottom: 1.75em;
}

.calculator-apply__desc p:last-child {
    margin-bottom: 0;
}

.calculator-apply__btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .calculator {
        padding: 80px 0;
    }
    .calculator-form__title {
        margin-bottom: 2.1em;
    }
}

@media (min-width: 1600px) {
    .calculator .section-desc {
        font-size: 20px;
        margin-bottom: 112px;
    }
}

@media (max-width: 1279.98px) {
    .calculator {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .calculator .section-title {
        margin-bottom: 0.7em;
    }
    .calculator__params-block {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .calculator-form {
        margin-bottom: 16px;
    }
}

@media (max-width: 1023.98px) {
    .calculator .section-desc {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .calculator .section-desc {
        margin-bottom: 40px;
    }
    .calculator-form {
        padding: 28px 16px;
    }
    .calculator-form__title {
        margin-bottom: 0.9em;
    }
    .calculator__result {
        margin-bottom: 0.2em;
    }
    .calculator__result-sub {
        margin-bottom: 0.8em;
    }
    .calculator-apply__title {
        margin-bottom: 1em;
    }
    .calculator-apply {
        min-height: 280px;
        padding: 28px 32px;
    }
}

@media (max-width: 767.98px) {
    .calculator .section-desc {
        margin-bottom: 32px;
    }
    .calculator-form {
        padding: 16px;
    }
    .calculator-form .range-block {
        margin-bottom: 16px;
    }
    .calculator__result {
        font-size: 32px;
        margin-bottom: 0.3em;
    }
    .calculator__result-sub {
        margin-bottom: 1.1em;
    }
    .calculator-apply {
        min-height: 200px;
        padding: 10px 16px;
    }
    .calculator-apply__btn {
        border: none;
        height: auto;
        padding: 6px 0;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .calculator-apply__btn {
        background: transparent;
        color: #fff;
    }
}

@media (max-width: 767.98px) and (hover: hover) {
    .calculator-apply__btn:hover {
        background: transparent;
        color: #ff0000;
    }
}

@media (max-width: 767.98px) {
    .calculator-apply__btn .icon {
        fill: #ff0000;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .calculator-apply__btn span {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        min-width: 0;
    }
}

/* VALUATION */
.valuation .section-desc {
    font-size: 20px;
    margin-bottom: 60px;
    padding-top: 0.5em;
}

.valuation .section-desc p {
    margin-bottom: 2em;
}

.valuation .section-desc p:last-child {
    margin-bottom: 0;
}

.valuation .items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

.valuation .items-list .list-item {
    margin-bottom: 40px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
}

.valuation .items-list .list-item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 32px;
    width: 1px;
    background: rgba(17, 17, 17, 0.1);
}

.valuation-item {
    padding: 0 10% 32px 42px;
}

.valuation-item__order {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 55px;
    display: block;
    color: #bbb;
}

.valuation-item__image {
    height: 144px;
    margin-bottom: 36px;
}

.valuation-item__title {
    margin-bottom: 0;
    color: #002f6c;
    font-weight: 600;
}

@media (min-width: 1280px) {
    .valuation .items-list .list-item:nth-child(3n+1) {
        padding-left: 0;
    }
    .valuation .items-list .list-item:nth-child(3n):after {
        display: none;
    }
    .valuation .mobile-visible {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .valuation .section-desc {
        font-size: 18px;
    }
    .valuation-item {
        padding-left: 16px;
        padding-right: 15%;
    }
    .valuation-item__order {
        font-size: 18px;
    }
    .valuation-item__image {
        height: 90px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .valuation .items-list {
        margin-bottom: 30px;
    }
    .valuation .items-list .list-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 1279.98px) {
    .valuation .section-desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .valuation .desktop-visible {
        display: none;
    }
    .valuation .items-list {
        display: block;
    }
    .valuation .items-list .list-item {
        width: auto;
        max-width: none;
    }
    .valuation .items-list .list-item:after {
        display: none;
    }
    .valuation-item {
        padding: 0 0 0 30px;
        position: relative;
    }
    .valuation-item__image {
        display: none;
    }
    .valuation-item__order {
        font-weight: 400;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 16px;
        line-height: 30px;
        margin: 0;
    }
    .valuation-item__title {
        color: inherit;
        font-weight: 400;
        line-height: 1.5;
    }
    .valuation-item__title br {
        display: none;
    }
}

@media (max-width: 1023.98px) {
    .valuation .section-desc {
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .valuation-item__title {
        font-size: 16px;
    }
    .valuation-item__order {
        line-height: 24px;
    }
    .valuation .items-list {
        margin-bottom: 44px;
    }
    .valuation .items-list .list-item {
        margin-bottom: 16px;
    }
}

@media (max-width: 374px) {
    .valuation .buttons-line.mobile-visible .btn .icon-arrow {
        display: none;
    }
}

/* CONDITIONS */
.conditions {
    padding: 106px 0 110px;
    background-color: #002f6c;
    background-image: url(/local/templates/vtorchermet/css/../images/conditions-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.conditions .section-title {
    color: inherit;
    margin-bottom: 1.8em;
}

.conditions .section-content {
    padding-top: 20px;
}

.conditions .nav-tabs {
    margin-bottom: 86px;
}

.conditions .nav-tabs a.active {
    color: #fff;
}

@media (hover: hover) {
    .conditions .nav-tabs a.active:hover {
        color: #fff;
    }
}

.conditions-list {
    margin: 0 0 60px;
    padding: 0 10% 0 0;
    font-size: 20px;
}

.conditions-list li {
    margin: 0 0 60px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.conditions-list li:before {
    display: none;
}

.conditions-list li:last-of-type {
    margin-bottom: 0;
}

.conditions-list li .conditions-icon {
    display: block;
    fill: #ff0000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    margin-right: 46px;
}

.conditions-list li .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    -ms-flex-item-align: center;
    align-self: center;
}

.conditions .documents-list {
    margin-bottom: 60px;
    border-top-color: rgba(255, 255, 255, 0.2);
}

.conditions .documents-list:last-child {
    margin-bottom: 0;
}

.conditions .documents-list .list-item {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.conditions .documents-item {
    color: #fff;
}

@media (hover: hover) {
    .conditions .documents-item:focus {
        color: rgba(255, 255, 255, 0.5);
    }
}

.conditions .documents-item .icon {
    fill: currentColor;
}

.conditions-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    max-width: 650px;
}

.conditions-note p:last-child {
    margin-bottom: 0;
}

.conditions.light {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    color: inherit;
}

.conditions.light .section-title {
    color: #002f6c;
}

.conditions.light .nav-tabs a {
    color: rgba(0, 47, 108, 0.6);
}

@media (hover: hover) {
    .conditions.light .nav-tabs a:hover {
        color: #002f6c;
    }
}

.conditions.light .nav-tabs a.active {
    color: #002f6c;
}

@media (hover: hover) {
    .conditions.light .nav-tabs a.active:hover {
        color: #002f6c;
    }
}

.conditions.light .documents-list {
    border-top-color: #dedede;
}

.conditions.light .documents-list .list-item {
    border-bottom-color: #dedede;
}

.conditions.light .documents-item {
    color: #002f6c;
}

@media (hover: hover) {
    .conditions.light .documents-item:focus {
        color: #111;
    }
}

.conditions.light .conditions-note {
    color: #909090;
}

@media (min-width: 1600px) {
    .conditions.light .nav-tabs {
        margin-bottom: 86px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .conditions {
        padding-top: 76px;
        padding-bottom: 80px;
    }
    .conditions .section-content {
        padding-top: 6px;
    }
    .conditions-list {
        font-size: 18px;
    }
    .conditions .nav-tabs {
        margin-bottom: 40px;
    }
    .conditions-list li .conditions-icon {
        width: 60px;
        height: 60px;
        margin-right: 30px;
    }
    .conditions-list {
        margin-bottom: 52px;
        padding-right: 5%;
    }
    .conditions-list {
        margin-bottom: 52px;
    }
    .conditions-note {
        font-size: 12px;
        max-width: 720px;
    }
    .conditions .documents-list {
        margin-bottom: 48px;
    }
}

@media (max-width: 1279.98px) {
    .conditions {
        padding: 56px 0 65px;
    }
    .conditions-list {
        padding-right: 0;
    }
    .conditions .section-content {
        padding-top: 0;
    }
    .conditions .nav-tabs {
        margin-bottom: 40px;
    }
    .conditions-note {
        font-size: 12px;
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .conditions-list {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .conditions-list li {
        margin-bottom: 48px;
    }
    .conditions-list li .conditions-icon {
        margin-right: 26px;
    }
    .conditions .documents-list {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .conditions .section-title {
        margin-bottom: 1.2em;
    }
    .conditions-list {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .conditions-list li {
        display: block;
        margin-bottom: 26px;
    }
    .conditions-list li .conditions-icon {
        width: 56px;
        height: 52px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .conditions .documents-list {
        margin-bottom: 32px;
    }
}

/* NAV TABS */
.nav-tabs {
    padding: 16px;
    margin: -16px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 600;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
}

.nav-tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    margin: 0 4em 0 0;
}

.nav-tabs li:last-of-type {
    margin-right: 0;
}

.nav-tabs li:before {
    display: none;
}

.nav-tabs a {
    display: block;
    border-bottom: 4px solid transparent;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
    position: relative;
}

.nav-tabs a {
    color: #bcbcbc;
}

@media (hover: hover) {
    .nav-tabs a:hover {
        color: #bcbcbc;
    }
}

.nav-tabs a.active {
    border-bottom-color: #ff0000;
}

.nav-tabs a.active {
    color: #002f6c;
}

.nav-tabs a:after {
    content: '';
    position: absolute;
    background: transparent;
    top: -16px;
    bottom: -16px;
    left: -16px;
    right: -16px;
}

.nav-tabs-scroll-container {
    border-bottom: 1px solid #dedede;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.nav-tabs-scroll-container .swiper-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 40px;
}

.nav-tabs-scroll-container .swiper-nav.swiper-nav-disabled {
    visibility: hidden;
    z-index: -1000;
    position: relative;
}

.nav-tabs-scroll-container .swiper-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 16px;
    margin: -16px;
}

.nav-tabs-scroll-container .nav-tabs {
    overflow: visible;
    width: 100%;
    max-width: 100%;
}

.nav-tabs-scroll-container .swiper-slide {
    width: auto;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .nav-tabs-scroll-container {
        padding-bottom: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1599.98px) {
    .nav-tabs {
        font-size: 18px;
    }
    .nav-tabs li {
        margin-right: 2.8em;
    }
}

@media (max-width: 1279.98px) {
    .nav-tabs-scroll-container {
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .nav-tabs {
        font-size: 16px;
        margin-right: -24px;
        margin-left: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .nav-tabs li {
        margin-right: 2.8em;
    }
}

.tab-container {
    margin: 0;
    padding: 0;
}

.tab-container .tab-pane {
    display: none;
}

.tab-container .tab-pane.active {
    display: block;
    -webkit-animation: fade-in 0.3s;
    animation: fade-in 0.3s;
}

/* LOCATION MAP */
.location-info .section-title {
    margin-bottom: 1.7em;
}

.location-info .section-content {
    padding: 60px 0;
    position: relative;
    min-height: 920px;
}

.location-info__map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.location-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.location-info__select,
.location-info .selectric-location-info__select, .location-info__info-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
}

.location-info__select,
.location-info .selectric-location-info__select {
    width: 350px;
}

.location-info__info-block .title {
    margin-bottom: 1.5em;
}

.location-info__info-block:not(.active) {
    display: none;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .location-info .info-sticker {
        width: 388px;
    }
    .location-info .section-content {
        min-height: 600px;
    }
}

@media (max-width: 1599.98px) {
    .location-info .section-content {
        min-height: 0;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .location-info .section-title {
        margin-bottom: 1.2em;
    }
    .location-info .section-content {
        padding-top: 24px;
    }
}

@media (max-width: 1279.98px) {
    .location-info__content {
        display: block;
    }
    .location-info__select,
    .location-info .selectric-location-info__select {
        margin-bottom: 24px;
    }
    .location-info__info-block {
        margin-left: auto;
        width: 346px;
    }
}

@media (max-width: 767.98px) {
    .location-info .section-content {
        padding-top: 0;
        padding-bottom: 0;
    }
    .location-info__select,
    .location-info .selectric-location-info__select {
        width: 100%;
    }
    .location-info__info-block {
        width: auto;
        margin-right: -24px;
        margin-left: -24px;
    }
    .location-info__map {
        position: relative;
        height: 480px;
        margin-right: -24px;
        margin-left: -24px;
    }
}

.map-pointer {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    border: 1px solid #002f6c;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.map-pointer:before {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    background: #002f6c;
}

.map-pointer.hover {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    border-color: #ff0000;
}

.map-pointer.hover:before {
    width: 20px;
    height: 20px;
    background: #ff0000;
    margin-top: -10px;
    margin-left: -10px;
}

.map-hint {
    font-size: 12px;
    line-height: 1.5;
    max-width: 240px;
    color: inherit;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(117, 132, 141, 0.25);
    box-shadow: 0 8px 16px 0 rgba(117, 132, 141, 0.25);
    padding: 12px;
    display: inline-block;
    vertical-align: top;
}

.map-balloon-content {
    font-size: 16px;
}

.map-balloon-content .title {
    font-size: 1.25em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.map-balloon-content .subtitle {
    font-size: inherit;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.map-balloon-content p {
    margin-bottom: 1em;
}

@media (max-width: 767.98px) {
    .map-balloon-content {
        font-size: 14px;
    }
}

/* FAQ */
.faq .section-content {
    padding-top: 5px;
}

.faq-item {
    border-bottom: 1px solid #dedede;
}

.faq-item__head {
    padding: 30px 68px 30px 0;
    margin-bottom: 0;
    position: relative;
    font-weight: 400;
    display: block;
    cursor: pointer;
}

.faq-item__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border: 1px solid #dedede;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.faq-item__icon:before, .faq-item__icon:after {
    content: '';
    position: absolute;
    background: currentColor;
    top: 50%;
    left: 50%;
}

.faq-item__icon:before {
    height: 2px;
    width: 22px;
    margin-top: -1px;
    margin-left: -11px;
}

.faq-item__icon:after {
    height: 22px;
    width: 2px;
    margin-top: -11px;
    margin-left: -1px;
}

.faq-item__icon {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    color: #002f6c;
    border-color: #dedede;
}

@media (hover: hover) {
    .faq-item__icon:focus {
        background: #fff;
        color: #002f6c;
        border-color: #dedede;
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
    }
}

@media (hover: hover) {
    .faq-item__icon:hover {
        background: #f4f4f4;
        color: #002f6c;
        border-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: hover) {
    .faq-item__icon:active, .faq-item__icon:focus:active, .faq-item__icon:hover:active {
        background: #dedede;
        color: #002f6c;
        border-color: #dedede;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: none) {
    .faq-item__icon.touched {
        background: #dedede;
        color: #002f6c;
        border-color: #dedede;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.faq-item.active .faq-item__icon:after {
    display: none;
}

.faq-item__body {
    padding: 20px 0 30px;
}

.faq-item:not(.active) .faq-item__body {
    display: none;
}

.faq .items-list + .faq-callback {
    margin-top: 60px;
}

.faq-callback-title {
    color: #002f6c;
    margin-bottom: 1.2em;
}

.faq-callback-desc {
    margin-bottom: 2.5em;
}

.faq-callback-desc p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .faq-item__body {
        padding: 14px 0 20px;
    }
    .items-list + .faq-callback {
        margin-top: 40px;
    }
    .faq-callback-desc {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 1279.98px) {
    .faq-item__body {
        padding-top: 4px;
        padding-bottom: 24px;
    }
    .faq-callback-desc {
        margin-bottom: 1.8em;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .faq .items-list + .faq-callback {
        margin-top: 36px;
    }
    .faq .section-title {
        margin-bottom: 0.75em;
    }
}

@media (max-width: 767.98px) {
    .faq .items-list + .faq-callback {
        margin-top: 42px;
    }
}

/* VALUATION ONLINE */
.valuation-online {
    padding: 130px 0;
    background-color: #002f6c;
    background-image: url(/local/templates/vtorchermet/css/../images/valuation-online-bg.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
}

.valuation-online .section-inner {
    max-width: 63%;
}

.valuation-online .section-title {
    color: inherit;
    margin-bottom: 1.2em;
    font-weight: 600;
}

.valuation-online .section-desc {
    font-size: 20px;
    margin-bottom: 3em;
}

.valuation-online .section-desc p {
    margin-bottom: 1em;
}

.valuation-online .section-desc p:last-child {
    margin-bottom: 0;
}

.valuation-online__btn-add-file.btn .icon {
    width: 20px;
}

.valuation-online__btn-soc.btn .icon-wrapper {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background: #ff0000;
    padding: 8px;
    margin: -14px -18px -14px 10px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.valuation-online__btn-soc.btn .icon-wrapper .icon {
    margin: 0;
}

.valuation-online__btn-soc.btn {
    border-color: transparent;
    background: transparent;
    color: #fff;
}

@media (hover: hover) {
    .valuation-online__btn-soc.btn:focus {
        border-color: transparent;
        background: transparent;
        color: #fff;
    }
}

@media (hover: hover) {
    .valuation-online__btn-soc.btn:hover {
        color: #fff;
        border-color: #ff0000;
        background-color: #ff0000;
    }
}

@media (hover: hover) {
    .valuation-online__btn-soc.btn:active, .valuation-online__btn-soc.btn:focus:active, .valuation-online__btn-soc.btn:hover:active {
        color: #fff;
        border-color: #bf1d26;
        background-color: #bf1d26;
    }
}

@media (hover: none) {
    .valuation-online__btn-soc.btn.touched {
        color: #fff;
        border-color: #bf1d26;
        background-color: #bf1d26;
    }
}

.valuation-online .consulting__phone {
    font-weight: 600;
}

.valuation-online .consulting__phone a {
    color: #fff;
}

@media (hover: hover) {
    .valuation-online .consulting__phone a:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .valuation-online .consulting__phone a:active, .valuation-online .consulting__phone a:focus:active, .valuation-online .consulting__phone a:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .valuation-online .consulting__phone a.touched {
        color: #bf1d26;
    }
}

.valuation-online.consulting {
    background-image: url(/local/templates/vtorchermet/css/../images/consult-bg.png);
}

.valuation-online.consulting .section-inner {
    max-width: 720px;
}

@media (min-width: 1600px) {
    .valuation-online.consulting {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .valuation-online {
        padding-top: 94px;
        padding-bottom: 98px;
    }
    .valuation-online .section-desc {
        font-size: 18px;
        margin-bottom: 2em;
    }
    .valuation-online__btn-soc.btn .icon-wrapper {
        width: 42px;
        height: 42px;
        padding: 9px;
        margin: -11px -18px -11px 10px;
    }
    .valuation-online .consulting__phone {
        font-size: 32px;
    }
}

@media (max-width: 1279.98px) {
    .valuation-online .buttons-line {
        margin: 0 -16px -32px;
    }
    .valuation-online .buttons-line > * {
        margin: 0 16px 32px;
    }
    .valuation-online__btn-soc.btn .icon-wrapper {
        width: 42px;
        height: 42px;
        padding: 9px;
        margin: -11px -18px -11px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .valuation-online {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .valuation-online .section-desc {
        font-size: 18px;
        margin-bottom: 2em;
    }
    .valuation-online.consulting {
        background-position: right center;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .valuation-online .section-inner {
        max-width: 75%;
    }
    .valuation-online {
        background-position: -30% 50%;
    }
}

@media (max-width: 767.98px) {
    .valuation-online {
        padding-top: 90px;
        padding-bottom: 100px;
        background-image: url(/local/templates/vtorchermet/css/../images/valuation-online-bg-mobile.png);
        background-size: cover;
    }
    .valuation-online .section-inner {
        max-width: none;
    }
    .valuation-online .section-desc {
        font-size: 16px;
        margin-bottom: 2.2em;
    }
}

/* SECTION NEWS */
.news .section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.news .section-title {
    color: #ff0000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    margin-right: 1em;
    margin-bottom: 40px;
    font-weight: 600;
}

.news .swiper-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 40px;
}

.news .swiper-container {
    overflow: visible;
    margin: 0 -32px;
}

.news .news-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.news-item {
    border-right: 1px solid #dedede;
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.news-item__title {
    font-weight: 600;
    margin-bottom: 1.2em;
    max-height: calc(1em * 30/20 * 3);
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
    .news-item__title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.news-item__title a {
    color: inherit;
}

@media (hover: hover) {
    .news-item__title a:focus {
        color: inherit;
    }
}

@media (hover: hover) {
    .news-item__title a:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .news-item__title a:active, .news-item__title a:focus:active, .news-item__title a:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .news-item__title a.touched {
        color: #bf1d26;
    }
}

.news-item__info {
    color: #909090;
    display: block;
}

.news-item .tags-list-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-top: auto;
}

.news .swiper-slide:last-child .news-item {
    border-right: 0;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .news .section-top {
        margin-bottom: 32px;
    }
    .news-item {
        padding-left: 24px;
        padding-right: 24px;
    }
    .news-item__title {
        max-height: calc(1em * 30/20 * 2);
    }
    @supports (display: -webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical) {
        .news-item__title {
            -webkit-line-clamp: 2;
        }
    }
    .news .swiper-container {
        margin-left: -24px;
        margin-right: -24px;
        padding-right: 40%;
    }
    .news .news-wrapper {
        margin-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .news .swiper-nav {
        display: none;
    }
    .news .section-top {
        margin-bottom: 16px;
    }
    .news .news-wrapper {
        margin-bottom: 60px;
    }
    .news-item {
        padding-left: 16px;
        padding-right: 16px;
    }
    .news .swiper-container {
        margin-left: -16px;
        margin-right: -16px;
        padding-right: 12%;
    }
}

.news-item-2 {
    padding: 30px;
    border: 1px solid #dedede;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 620px;
    position: relative;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.news-item-2 {
    color: #002f6c;
}

@media (hover: hover) {
    .news-item-2:focus {
        color: #111;
        background: #fff;
    }
}

@media (hover: hover) {
    .news-item-2:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .news-item-2:active, .news-item-2:focus:active, .news-item-2:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .news-item-2.touched {
        color: #bf1d26;
    }
}

.news-item-2__title, .news-item-2__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.news-item-2__title {
    color: inherit;
    max-height: calc(1em * 38/32 * 5);
    overflow: hidden;
    font-weight: 600;
    padding-right: 5%;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 5) and (-webkit-box-orient: vertical) {
    .news-item-2__title {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.news-item-2__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.news-item-2.bg-blue-dark {
    background: #002f6c;
    border-color: transparent;
}

.news-item-2.bg-blue-dark {
    color: #fff;
}

@media (hover: hover) {
    .news-item-2.bg-blue-dark:focus {
        color: rgba(255, 255, 255, 0.5);
        background: #002f6c;
    }
}

@media (hover: hover) {
    .news-item-2.bg-blue-dark:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .news-item-2.bg-blue-dark:active, .news-item-2.bg-blue-dark:focus:active, .news-item-2.bg-blue-dark:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .news-item-2.bg-blue-dark.touched {
        color: #bf1d26;
    }
}

.news-item-2.bg-blue-dark .news-item-2__info .tag {
    color: rgba(255, 255, 255, 0.5);
}

.news-item-2.bg-blue-dark .news-item-2__info li {
    border-right-color: rgba(255, 255, 255, 0.5);
}

.news-item-2.bg-blue {
    background: #0041a0;
    border-color: transparent;
}

.news-item-2.bg-blue {
    color: #fff;
}

@media (hover: hover) {
    .news-item-2.bg-blue:focus {
        color: rgba(255, 255, 255, 0.5);
        background: #0041a0;
    }
}

@media (hover: hover) {
    .news-item-2.bg-blue:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .news-item-2.bg-blue:active, .news-item-2.bg-blue:focus:active, .news-item-2.bg-blue:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .news-item-2.bg-blue.touched {
        color: #bf1d26;
    }
}

.news-item-2.bg-blue .news-item-2__info .tag {
    color: rgba(255, 255, 255, 0.5);
}

.news-item-2.bg-blue .news-item-2__info li {
    border-right-color: rgba(255, 255, 255, 0.5);
}

.news-item-2.bg-image {
    border-color: transparent;
}

.news-item-2.bg-image {
    color: #fff;
}

@media (hover: hover) {
    .news-item-2.bg-image:focus {
        color: rgba(255, 255, 255, 0.5);
        background: #0041a0;
    }
}

@media (hover: hover) {
    .news-item-2.bg-image:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .news-item-2.bg-image:active, .news-item-2.bg-image:focus:active, .news-item-2.bg-image:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .news-item-2.bg-image.touched {
        color: #bf1d26;
    }
}

.news-item-2.bg-image:before, .news-item-2.bg-image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.news-item-2.bg-image:before {
    background: #002a63;
    opacity: 0.35;
}

.news-item-2.bg-image:after {
    background: #000000;
    opacity: 0.2;
}

.news-item-2.bg-image .news-item-2__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .news-item-2 {
        min-height: 480px;
    }
    .news-item-2__title {
        padding-right: 8%;
    }
    .news-item-2__info {
        font-size: 14px;
    }
}

@media (max-width: 1599.98px) {
    .news-item-2 {
        padding: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .news-item-2 {
        min-height: 420px;
    }
    .news-item-2__title {
        padding-right: 18%;
    }
}

@media (max-width: 1279.98px) {
    .news-item-2__info {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .news-item-2 {
        min-height: 450px;
    }
}

.news-list {
    margin-bottom: -16px;
}

.news-list .list-item {
    margin-bottom: 16px;
}

/* AUTOCOMPLETE */
.autocomplete-group .buttons-line {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.autocomplete-group .autocomplete-control {
    padding-right: 160px;
}

.autocomplete-group .autocomplete-find-btn,
.autocomplete-group .autocomplete-reset-btn {
    line-height: 20px;
    font-size: 16px;
    border: none;
    padding: 14px 16px;
    margin: 0;
    height: 48px;
}

.autocomplete-group .autocomplete-find-btn .icon,
.autocomplete-group .autocomplete-reset-btn .icon {
    display: inline-block;
    vertical-align: top;
}

@media (hover: hover) {
    .autocomplete-group .autocomplete-find-btn:focus,
    .autocomplete-group .autocomplete-reset-btn:focus {
        -webkit-box-shadow: 0 0 0 3px #99b3d8 inset;
        box-shadow: 0 0 0 3px #99b3d8 inset;
    }
}

.autocomplete-group .autocomplete-find-btn {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    border-radius: 0 24px 24px 0;
}

.autocomplete-group .autocomplete-find-btn .icon {
    width: 20px;
    height: 20px;
    fill: #0041a0;
    margin-right: 10px;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.autocomplete-group .autocomplete-find-btn {
    color: #111;
}

@media (hover: hover) {
    .autocomplete-group .autocomplete-find-btn:hover {
        color: #0041a0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: hover) {
    .autocomplete-group .autocomplete-find-btn:active, .autocomplete-group .autocomplete-find-btn:focus:active, .autocomplete-group .autocomplete-find-btn:hover:active {
        color: #002f6c;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: none) {
    .autocomplete-group .autocomplete-find-btn.touched {
        color: #002f6c;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.autocomplete-group .autocomplete-find-btn:disabled, .autocomplete-group .autocomplete-find-btn[disabled], .autocomplete-group .autocomplete-find-btn.disabled {
    cursor: default;
}

.autocomplete-group .autocomplete-find-btn:disabled, .autocomplete-group .autocomplete-find-btn:disabled:active, .autocomplete-group .autocomplete-find-btn:disabled:focus:active, .autocomplete-group .autocomplete-find-btn:disabled:hover:active, .autocomplete-group .autocomplete-find-btn[disabled], .autocomplete-group .autocomplete-find-btn[disabled]:active, .autocomplete-group .autocomplete-find-btn[disabled]:focus:active, .autocomplete-group .autocomplete-find-btn[disabled]:hover:active, .autocomplete-group .autocomplete-find-btn.disabled, .autocomplete-group .autocomplete-find-btn.disabled:active, .autocomplete-group .autocomplete-find-btn.disabled:focus:active, .autocomplete-group .autocomplete-find-btn.disabled:hover:active {
    color: #bcbcbc;
}

.autocomplete-group .autocomplete-find-btn:disabled .icon, .autocomplete-group .autocomplete-find-btn:disabled:active .icon, .autocomplete-group .autocomplete-find-btn:disabled:focus:active .icon, .autocomplete-group .autocomplete-find-btn:disabled:hover:active .icon, .autocomplete-group .autocomplete-find-btn[disabled] .icon, .autocomplete-group .autocomplete-find-btn[disabled]:active .icon, .autocomplete-group .autocomplete-find-btn[disabled]:focus:active .icon, .autocomplete-group .autocomplete-find-btn[disabled]:hover:active .icon, .autocomplete-group .autocomplete-find-btn.disabled .icon, .autocomplete-group .autocomplete-find-btn.disabled:active .icon, .autocomplete-group .autocomplete-find-btn.disabled:focus:active .icon, .autocomplete-group .autocomplete-find-btn.disabled:hover:active .icon {
    fill: #bcbcbc;
}

.autocomplete-group .autocomplete-find-btn:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    background: #dedede;
    top: 10px;
    bottom: 10px;
}

.autocomplete-group .autocomplete-reset-btn .icon {
    width: 16px;
    height: 16px;
    margin: 2px 0;
    fill: #bcbcbc;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

@media (hover: hover) {
    .autocomplete-group .autocomplete-reset-btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .autocomplete-group .autocomplete-reset-btn:hover .icon {
        fill: #0041a0;
    }
}

@media (hover: hover) {
    .autocomplete-group .autocomplete-reset-btn:active, .autocomplete-group .autocomplete-reset-btn:focus:active, .autocomplete-group .autocomplete-reset-btn:hover:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: none) {
    .autocomplete-group .autocomplete-reset-btn.touched {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.autocomplete-results a .search-phrase {
    font-weight: 600;
    color: #111;
}

.autocomplete-results a {
    background: transparent;
    color: #909090;
}

@media (hover: hover) {
    .autocomplete-results a:hover {
        background: transparent;
        color: #0041a0;
    }
    .autocomplete-results a:hover .search-phrase {
        color: inherit;
    }
}

.autocomplete-group .autocomplete-control.has-value {
    border-color: #0041a0;
}

.autocomplete-group .autocomplete-control:not(.has-value) ~ .buttons-line .autocomplete-reset-btn {
    display: none;
}

.autocomplete-group:not(.show-autocomplete-results) .autocomplete-results {
    display: none;
}

.autocomplete-group.show-autocomplete-results .autocomplete-control {
    border-top-color: #0041a0;
    border-right-color: #0041a0;
    border-left-color: #0041a0;
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 1599.98px) {
    .autocomplete-group .autocomplete-find-btn,
    .autocomplete-group .autocomplete-reset-btn {
        font-size: 14px;
        padding-top: 11px;
        padding-bottom: 11px;
        height: 42px;
    }
    .autocomplete-group .autocomplete-find-btn {
        border-radius: 0 21px 21px 0;
    }
}

@media (max-width: 1279.98px) {
    .autocomplete-group .autocomplete-find-btn {
        font-size: 0;
    }
    .autocomplete-group .autocomplete-find-btn .icon {
        margin-right: 0;
    }
    .autocomplete-group .autocomplete-control {
        padding-right: 100px;
    }
}

/* COOKIE WARNING MESSAGE */
.cookie-warning-message {
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px 0;
    z-index: 50;
    font-size: 16px;
}

.cookie-warning-message:not(.active) {
    display: none;
}

.cookie-warning-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.cookie-warning-message__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 80px;
}

.cookie-warning-message .buttons-line {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 -4px -8px;
}

.cookie-warning-message .buttons-line > .btn {
    margin: 0 4px 8px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .cookie-warning-message__content {
        margin-right: 20px;
    }
}

@media (max-width: 1279.98px) {
    .cookie-warning-message__inner {
        display: block;
    }
    .cookie-warning-message__content {
        margin-right: 0;
        margin-bottom: 1em;
    }
}

@media (max-width: 767.98px) {
    .cookie-warning-message {
        font-size: 14px;
        padding: 20px 0;
    }
    .cookie-warning-message .btn-agree {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

/* VIDEO ITEM */
.video-item {
    display: block;
    position: relative;
    height: 745px;
    overflow: hidden;
}

.video-item:before, .video-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.video-item:before {
    background: #000000;
    opacity: 0.2;
}

.video-item:hover:before {
    opacity: 0;
}

.video-item:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), black);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), black);
    opacity: 0.4;
}

.video-item .video-item__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 24px 30px;
    font-weight: 600;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 2;
}

.video-item .video-item__btn-play {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 32px;
    background: #ff0000;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 2;
}

.video-item .video-item__btn-play .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: 0;
}

.video-item:hover .video-item__btn-play {
    background: #fff;
    z-index: 2;
}

.video-item:hover .video-item__btn-play .icon {
    fill: #ff0000;
}

.video-item .video-item__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.video-item:hover .video-item__image {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .video-item {
        height: 556px;
    }
}

@media (max-width: 1279.98px) {
    .video-item .video-item__title {
        padding: 20px 24px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .video-item {
        height: 430px;
    }
    .video-item .video-item__btn-play {
        width: 60px;
        height: 60px;
        padding: 22px;
        margin: -30px 0 0 -30px;
    }
}

@media (max-width: 767.98px) {
    .video-item {
        height: 327px;
    }
    .video-item .video-item__btn-play {
        width: 48px;
        height: 48px;
        padding: 16px;
        margin: -24px 0 0 -24px;
    }
    .video-item .video-item__title {
        font-size: 20px;
    }
}

/* GALLERY */
.gallery .section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.gallery .section-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 1em;
    margin-bottom: 30px;
    min-width: 0;
    max-width: 100%;
    font-weight: 600;
}

.gallery .swiper-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 30px;
}

.gallery .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gallery .swiper-slide {
    width: auto !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto;
}

.gallery-item {
    display: block;
    height: 510px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery-item img {
    height: 100%;
}

.gallery .gallery-wrapper {
    overflow: hidden;
}

.gallery .swiper-container {
    overflow: visible;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
    .gallery-item {
        height: 380px;
    }
}

@media (max-width: 767.98px) {
    .gallery .swiper-nav {
        display: none;
    }
    .gallery-item {
        height: 214px;
    }
    .gallery .section-top {
        margin-bottom: 0;
    }
    .gallery .section-title {
        margin-right: 0;
        margin-bottom: 1.2em;
    }
}

/* GALLERY */
.info-nav {
    padding: 120px 0;
    background: #002f6c;
    color: #fff;
}

.info-nav .section-top {
    margin-bottom: 40px;
}

.info-nav .section-title {
    color: inherit;
    margin-bottom: 40px;
}

.info-nav .section-desc {
    margin-bottom: 40px;
    font-size: 20px;
    padding-top: 0.5em;
}

.info-nav .section-desc p:last-child {
    margin-bottom: 0;
}

.info-nav-wrapper {
    overflow: hidden;
}

.info-nav .swiper-container {
    overflow: visible;
}

.info-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 28px 32px 32px;
    min-height: 400px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.info-nav-item {
    color: #fff;
    background-color: #0041a0;
}

@media (hover: hover) {
    .info-nav-item:focus {
        color: rgba(255, 255, 255, 0.5);
        background-color: #0041a0;
    }
}

@media (hover: hover) {
    .info-nav-item:hover {
        color: #ff0000;
        background-color: #0041a0;
    }
}

@media (hover: hover) {
    .info-nav-item:active, .info-nav-item:focus:active, .info-nav-item:hover:active {
        color: #bf1d26;
        background-color: #0041a0;
    }
}

@media (hover: none) {
    .info-nav-item.touched {
        color: #bf1d26;
        background-color: #0041a0;
    }
}

.info-nav-item__title {
    color: inherit;
    margin-bottom: 1.5em;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.info-nav-item .icon {
    width: 54px;
    height: 36px;
    display: block;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    fill: #fff;
}

.info-nav-item.bg-light {
    color: #111;
    background-color: #f4f4f4;
}

@media (hover: hover) {
    .info-nav-item.bg-light:focus {
        color: rgba(17, 17, 17, 0.5);
        background-color: #f4f4f4;
    }
}

@media (hover: hover) {
    .info-nav-item.bg-light:hover {
        color: #ff0000;
        background-color: #dedede;
    }
}

@media (hover: hover) {
    .info-nav-item.bg-light:active, .info-nav-item.bg-light:focus:active, .info-nav-item.bg-light:hover:active {
        color: #bf1d26;
        background-color: #bcbcbc;
    }
}

@media (hover: none) {
    .info-nav-item.bg-light.touched {
        color: #bf1d26;
        background-color: #bcbcbc;
    }
}

.info-nav-item.bg-light .icon {
    fill: #ff0000;
}

.info-nav-item.bg-image {
    background-image: url(/local/templates/vtorchermet/css/../images/info-nav-item-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .info-nav {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .info-nav .section-desc {
        font-size: 18px;
    }
    .info-nav-item {
        min-height: 290px;
        padding: 24px;
    }
    .info-nav-item .icon {
        width: 41px;
        height: 27px;
    }
}

@media (max-width: 1279.98px) {
    .info-nav {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .info-nav-item {
        min-height: 180px;
        padding: 16px;
    }
    .info-nav-item .icon {
        width: 30px;
        height: 20px;
    }
    .info-nav .section-title,
    .info-nav .section-desc {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .info-nav .section-desc {
        font-size: 18px;
    }
    .info-nav .swiper-container {
        padding-right: 25%;
    }
}

@media (max-width: 767.98px) {
    .info-nav .section-top {
        margin-bottom: 20px;
    }
    .info-nav .section-desc {
        font-size: 16px;
    }
    .info-nav .swiper-container {
        padding-right: 20%;
    }
}

/* SERVICE INFO */
.service-info {
    overflow: hidden;
}

.service-info .section-title {
    margin-bottom: 1.7em;
}

.service-info .section-subtitle {
    font-weight: 400;
    color: #002f6c;
    margin-bottom: 1em;
}

.service-info .section-content {
    padding-top: 0.5em;
}

.service-info .section-desc {
    font-size: 20px;
    margin-bottom: 3.2em;
}

.service-info .section-desc:last-child {
    margin-bottom: 0;
}

.service-info .section-desc p:last-child,
.service-info .section-desc ul:last-child {
    margin-bottom: 0;
}

.service-info .documents-item {
    color: #0041a0;
}

.service-info.service-info-2 .section-title {
    margin-bottom: 1.5em;
}

.service-info.service-info-2 .section-desc {
    font-size: 16px;
}

.service-info.service-info-2 .section-subtitle {
    margin-bottom: 1.5em;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .service-info .section-desc {
        font-size: 18px;
    }
}

@media (max-width: 1279.98px) {
    .service-info .section-content {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .service-info .section-desc {
        font-size: 16px;
    }
    .service-info .section-subtitle {
        margin-bottom: 1.4em;
    }
    .service-info .section-desc {
        margin-bottom: 3.8em;
    }
    .service-info.service-info-2 .section-subtitle {
        margin-bottom: 1em;
    }
}

@media (max-width: 767.98px) {
    .service-info .section-desc {
        font-size: 14px;
    }
    .service-info .section-title {
        margin-bottom: 1.2em;
    }
    .service-info .section-subtitle {
        margin-bottom: 1.3em;
    }
    .service-info .section-desc {
        margin-bottom: 4.5em;
    }
    .service-info.service-info-2 .section-title {
        margin-bottom: 1.1em;
    }
    .service-info.service-info-2 .section-subtitle {
        margin-bottom: 1em;
    }
    .service-info.service-info-2 .section-desc {
        margin-bottom: 1em;
    }
}

/* SERVICE TYPES */
.service-types .section-title {
    margin-bottom: 1.3em;
    font-weight: 600;
}

.service-types .items-list {
    margin-bottom: -40px;
}

.service-types .items-list .list-item {
    margin-bottom: 40px;
}

.service-types-item {
    display: block;
}

.service-types-item {
    color: #002f6c;
}

.service-types-item__image {
    position: relative;
    width: 100%;
    height: 370px;
    margin-bottom: 40px;
}

.service-types-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.service-types-item__content {
    padding-left: 20px;
}

.service-types-item__title {
    font-weight: 400;
    margin-bottom: 0.625em;
    color: inherit;
}

.service-types-item__text {
    font-size: 14px;
    color: #909090;
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .service-types .buttons-line {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .service-types-item__image {
        height: 360px;
        margin-bottom: 26px;
    }
    .service-types-item__content {
        padding-left: 12px;
    }
    .service-types .section-title {
        margin-bottom: 2.3em;
    }
}

@media (max-width: 1279.98px) {
    .service-types:not(.active) .btn-hide-more {
        display: none;
    }
    .service-types.active .btn-show-more {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .service-types-item__image {
        height: 330px;
        margin-bottom: 24px;
    }
    .service-types-item__content {
        padding-left: 12px;
    }
    .service-types .buttons-line {
        margin-top: 60px;
    }
    .service-types .section-title {
        margin-bottom: 2.3em;
    }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
    .service-types:not(.active) .items-list > .row > [class^="col"]:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 1023.98px) {
    .service-types:not(.active) .items-list > .row > [class^="col"]:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .service-types-item__image {
        height: auto;
        padding-top: 92.10526%;
        margin-bottom: 8px;
    }
    .service-types-item__content {
        padding-left: 6px;
    }
    .service-types-item__title {
        font-size: 16px;
    }
    .service-types-item__text {
        font-size: 12px;
    }
    .service-types .buttons-line {
        margin-top: 40px;
    }
}

/* SERVICE SPECIAL */
.service-special .items-list {
    margin-bottom: -24px;
}

.service-special .items-list .list-item {
    margin-bottom: 24px;
}

.service-special-item, .service-special-item:hover, .service-special-item:focus, .service-special-item:hover:active {
    padding: 24px 30px;
    position: relative;
    background: #002f6c;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.service-special-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px;
    background-image: url(/local/templates/vtorchermet/css/../images/special-item-stripe.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-special-item__title {
    color: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 20%;
    font-weight: 600;
}

.service-special-item__content {
    margin: 18px 0 30px;
    font-size: 50px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.service-special-item__num {
    font-size: 140px;
    line-height: 1;
}

.service-special-item__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
}

.service-special-item__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 24px;
    padding: 20px 100px 20px 30px;
    margin: 42px -30px 0;
    position: relative;
    font-size: 20px;
}

.service-special-item__link {
    color: inherit;
}

@media (hover: hover) {
    .service-special-item__link:hover {
        text-decoration: underline;
        color: inherit;
    }
}

.service-special-item__link .icon {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 38px;
    height: 24px;
    fill: currentColor;
    margin-top: -12px;
}

.service-special-item.bg-image {
    background-image: url(/local/templates/vtorchermet/css/../images/special-item-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1600px) {
    .service-special-item__title {
        font-size: 40px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .service-special-item__title {
        margin-bottom: 20px;
        padding-right: 15%;
    }
    .service-special-item__content {
        font-size: 32px;
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .service-special-item__num {
        font-size: 90px;
        margin-right: 20px;
    }
    .service-special-item__link {
        margin-top: 20px;
    }
}

@media (max-width: 1279.98px) {
    .service-special-item {
        padding: 20px 20px 24px;
    }
    .service-special-item__link {
        padding-left: 20px;
        margin-right: -20px;
        margin-left: -20px;
    }
    .service-special-item__link .icon {
        right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .service-special-item__title {
        margin-bottom: 30px;
    }
    .service-special-item__link {
        font-size: 18px;
        margin-top: 0;
    }
    .service-special-item__content {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .service-special-item__num {
        font-size: 65px;
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .service-special-item {
        min-height: 371px;
    }
    .service-special-item__link {
        font-size: 16px;
        margin-top: 0;
    }
    .service-special-item__title {
        margin-bottom: 20px;
    }
    .service-special-item__content {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .service-special-item__num {
        font-size: 60px;
        margin-right: 20px;
    }
}

/* STAFF */
.staff .section-title {
    margin-bottom: 1.6em;
    font-weight: 600;
}

.staff .items-list__title {
    margin-bottom: 2.9em;
    left: 0;
    top: 0;
    position: absolute;
    max-width: 395px;
}

.staff-item {
    padding-bottom: 24px;
    margin-bottom: 80px;
    border-bottom: 1px solid #dedede;
    margin-left: calc(100%/3 + 8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.staff-item p {
    margin-bottom: 1.5em;
}

.staff-item__name {
    font-weight: 600;
}

.staff-item__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.staff-item__person {
    width: 50%;
    max-width: 50%;
    margin-left: calc(-50% - 8px);
    padding-right: 152px;
    position: relative;
}

.staff-item__photo {
    height: 430px;
    margin-bottom: -24px;
    background-color: #aaaaa8;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#aeada9), to(#e2e1de));
    background-image: -o-linear-gradient(bottom, #aeada9, #e2e1de);
    background-image: linear-gradient(0deg, #aeada9, #e2e1de);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.staff-item__photo img {
    max-width: 100%;
    max-height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
}

.staff-item__main {
    width: 63%;
    max-width: 63%;
    padding-right: 16px;
}

.staff-item__sub {
    width: 37%;
    max-width: 37%;
}

.staff-item .phone,
.staff-item .email {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.staff .items-list .staff-item {
    margin-bottom: 40px;
}

.staff .items-list .staff-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .staff .section-title {
        margin-bottom: 2.4em;
    }
    .staff-item__photo {
        height: 310px;
    }
    .staff-item__person {
        padding-right: 110px;
    }
    .staff-item__main,
    .staff-item__sub {
        width: 50%;
        max-width: 50%;
    }
    .card-page .staff .items-list__title {
        max-width: 330px;
    }
}

@media (max-width: 1279.98px) {
    .staff-item {
        margin-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 8px;
    }
    .staff-item__person {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .staff-item__photo {
        margin-bottom: 0;
    }
    .staff .items-list .staff-item {
        margin-bottom: 30px;
    }
    .card-page .staff .items-list__title {
        position: static;
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .staff-item {
        margin-bottom: 60px;
    }
    .staff-item__photo {
        width: 280px;
        height: 312px;
    }
    .staff-item__main,
    .staff-item__sub {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .staff-item {
        margin-bottom: 40px;
    }
    .staff-item__main,
    .staff-item__sub {
        width: 100%;
        max-width: 100%;
    }
    .staff-item__photo {
        width: 151px;
        height: 168px;
    }
    .staff .items-list__title {
        margin-bottom: 2em;
    }
}

/* DOCUMENTS */
.documents .section-title {
    margin-bottom: 2em;
    font-weight: 600;
}

.documents .section-content {
    padding-top: 13px;
}

.documents .section-subtitle {
    font-weight: 600;
    color: #002f6c;
    margin-bottom: 1.2em;
}

.documents-list {
    margin-bottom: 50px;
    border-top: 1px solid #dedede;
}

.documents-list:last-child {
    margin-bottom: 0;
}

.documents-list .list-item {
    border-bottom: 1px solid #dedede;
}

.documents-list .list-item .notification {
    margin-bottom: 16px;
}

.documents-list .documents-item {
    margin: -1px -32px;
}

.documents .documents-list {
    border-top-color: transparent;
}

.documents-item {
    padding: 15px 31px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 31px;
    -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

.documents-item__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 0;
}

.documents-item__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #909090;
    margin-left: 20px;
}

.documents-item .documents-item__icon {
    width: 22px;
    height: 22px;
    margin: 0 0 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    fill: #002f6c;
}

.documents-item {
    background: transparent;
    color: #111;
    border-color: transparent;
}

@media (hover: hover) {
    .documents-item:focus {
        background: transparent;
        color: #111;
        border-color: transparent;
    }
}

@media (hover: hover) {
    .documents-item:hover {
        background: #f4f4f4;
        color: #0041a0;
        border-color: #f4f4f4;
    }
}

@media (hover: hover) {
    .documents-item:active, .documents-item:focus:active, .documents-item:hover:active {
        background: #dedede;
        color: #0041a0;
        border-color: #dedede;
    }
}

@media (hover: none) {
    .documents-item.touched {
        background: #dedede;
        color: #0041a0;
        border-color: #dedede;
    }
}

@media (max-width: 1599.98px) {
    .documents-item {
        border-radius: 30px;
    }
}

@media (max-width: 1279.98px) {
    .documents .section-content {
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .documents-item__info {
        display: none;
    }
}

/* RULES */
.rules-item {
    padding: 32px 0;
    border-bottom: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 337px;
}

.rules-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 252px;
    height: 272px;
    position: relative;
    margin-right: 60px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.rules-item__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.rules-item__category {
    margin: 0;
    color: #ff0000;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 130px;
    max-width: 130px;
    padding-right: 16px;
}

.rules-item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.rules-item__info p {
    margin-bottom: 0.5em;
}

.rules-item__info p:last-child {
    margin-bottom: 0;
}

.rules-item__title {
    margin-bottom: 0.75em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.rules-item__text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
    margin-bottom: auto;
    position: relative;
}

.rules-item.has-hidden-text:not(.open) .rules-item__text-wrapper {
    position: relative;
}

.rules-item.has-hidden-text:not(.open) .rules-item__text-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5em;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
}

.rules-item__btn-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 20px;
}

.rules-item__btn {
    position: relative;
    width: 48px;
    height: 48px;
    border: 1px solid #dedede;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    display: block;
    border-radius: 50%;
}

.rules-item__btn:before, .rules-item__btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: currentColor;
}

.rules-item__btn:before {
    width: 2px;
    height: 20px;
    margin: -10px 0 0 -1px;
}

.rules-item__btn:after {
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
}

.rules-item__btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    color: #002f6c;
    border-color: #dedede;
}

@media (hover: hover) {
    .rules-item__btn:focus {
        background: #fff;
        color: #002f6c;
        border-color: #dedede;
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
    }
}

@media (hover: hover) {
    .rules-item__btn:hover {
        background: #f4f4f4;
        color: #002f6c;
        border-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: hover) {
    .rules-item__btn:active, .rules-item__btn:focus:active, .rules-item__btn:hover:active {
        background: #dedede;
        color: #002f6c;
        border-color: #dedede;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: none) {
    .rules-item__btn.touched {
        background: #dedede;
        color: #002f6c;
        border-color: #dedede;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.rules-item .link-more-wrapper {
    margin-top: 0.5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    position: relative;
}

.rules-item:not(.has-hidden-text) .link-more-wrapper {
    z-index: -1000;
    visibility: hidden;
}

.rules-item .link-more-hide .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rules-item:not(.open) .link-more-hide {
    display: none;
}

.rules-item.open {
    height: auto;
}

.rules-item.open .link-more-show {
    display: none;
}

.rules-list .rules-item:first-child {
    padding-top: 0;
}

.rules-list .rules-item:first-child:not(.open) {
    height: 305px;
}

@media (max-width: 1599.98px) {
    .rules-item {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .rules-item {
        height: 301px;
    }
    .rules-list .rules-item:first-child:not(.open) {
        height: 277px;
    }
    .rules-item__image {
        width: 232px;
        height: 252px;
        margin-right: 16px;
    }
    .rules-item__category {
        width: 96px;
    }
    .rules-item__btn {
        margin-left: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .rules-item {
        height: 247px;
    }
    .rules-list .rules-item:first-child:not(.open) {
        height: 223px;
    }
    .rules-item__image {
        width: 182px;
        height: 198px;
        margin-right: 16px;
    }
    .rules-item__category {
        width: 84px;
    }
    .rules-item__btn {
        margin-left: 40px;
    }
}

@media (max-width: 767.98px) {
    .rules-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: auto;
    }
    .rules-list .rules-item:first-child:not(.open) {
        height: auto;
    }
    .rules-item__image {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding-top: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .rules-item__category {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 12px;
    }
    .rules-item__info {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .rules-item__btn-wrapper {
        display: none;
    }
    .rules-item .link-more-wrapper {
        display: none;
    }
}

/* DIGITS */
.digits {
    padding: 190px 0 240px;
    background: #002f6c;
    color: #fff;
}

.digits .section-content {
    overflow: hidden;
}

.digits .items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -43px;
}

.digits .items-list .digits-item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.digits-item {
    padding: 30px 8px 42px 38px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.2);
    position: relative;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.digits-item__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 90px;
    line-height: 1;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0.33em;
    letter-spacing: -0.02em;
}

.digits-item__subtitle {
    font-size: 32px;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    letter-spacing: -0.02em;
}

.digits-item__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.digits-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: rgba(222, 222, 222, 0.2);
}

@media (min-width: 1280px) {
    .digits .items-list .digits-item:nth-child(3n):after {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .digits {
        padding-top: 110px;
        padding-bottom: 200px;
    }
    .digits-item {
        font-size: 16px;
    }
    .digits-item__num {
        font-size: 65px;
        margin-bottom: 0.30769em;
    }
    .digits-item__subtitle {
        font-size: 20px;
        margin-top: 0.5em;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .digits {
        padding-top: 50px;
        padding-bottom: 80px;
        margin-bottom: 80px;
    }
    .digits .items-list {
        margin-left: -16px;
        margin-right: -16px;
    }
    .digits .items-list .digits-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .digits-item {
        font-size: 16px;
        padding-left: 28px;
        padding-right: 16px;
    }
    .digits-item__num {
        font-size: 60px;
        margin-bottom: 0.33333em;
    }
    .digits-item__subtitle {
        font-size: 20px;
        margin-top: 0.5em;
    }
}

@media (max-width: 767.98px) {
    .digits {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .digits .items-list {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -31px;
    }
    .digits .items-list .digits-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .digits-item {
        font-size: 14px;
        padding: 30px 0;
    }
    .digits-item:after {
        display: none;
    }
    .digits-item__num {
        font-size: 60px;
        margin-bottom: 0.33333em;
    }
    .digits-item__subtitle {
        font-size: 20px;
        margin-top: 0.5em;
    }
}

/* HISTORY SLIDER */
.history {
    padding: 120px 0 140px;
    background-color: #002f6c;
    background-image: url(/local/templates/vtorchermet/css/../images/history-slider-bg.png);
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
}

.history .section-top {
    margin-bottom: 80px;
}

.history .section-title {
    color: inherit;
    margin-bottom: 1em;
}

.history .section-desc {
    font-size: 20px;
    margin-bottom: 40px;
    padding-top: 14px;
}

.history-slider {
    position: relative;
    overflow: hidden;
}

.history-slider .swiper-container {
    overflow: visible;
    margin-left: -85px;
}

.history-slider .swiper-nav {
    text-align: right;
    margin-bottom: 40px;
}

.history-slider .swiper-slide:last-child .history-item {
    border-right: none;
}

.history-slider .swiper-slide:not(.swiper-slide-active) .history-item__year {
    color: rgba(255, 255, 255, 0.2);
}

.history-item {
    padding: 0 85px;
    border-right: 1px solid rgba(222, 222, 222, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.history-item__title, .history-item__text, .history-item__year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 0;
}

.history-item__title {
    font-weight: 600;
    margin-bottom: 1em;
}

.history-item__text {
    margin-bottom: 1.5em;
}

.history-item__text p:last-child {
    margin-bottom: 0;
}

.history-item__year {
    margin-top: auto;
    line-height: 1;
    font-size: 160px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

@media (min-width: 1600px) {
    .history .section-top .section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1599.98px) {
    .history .section-content {
        padding-top: 0;
    }
    .history-item__year {
        font-size: 65px;
        font-weight: 600;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .history {
        padding-bottom: 170px;
    }
    .history .section-desc {
        font-size: 18px;
    }
    .history .section-top {
        margin-bottom: 20px;
    }
    .history-item {
        padding-left: 36px;
        padding-right: 36px;
    }
    .history-slider .swiper-container {
        margin-left: -36px;
        padding-right: 33.33333%;
    }
    .history-item__title {
        margin-bottom: 1.4em;
    }
    .history-item__text {
        margin-bottom: 1.7em;
    }
}

@media (max-width: 1279.98px) {
    .history .section-top {
        margin-bottom: 0;
    }
    .history-slider .swiper-nav {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .history {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .history .section-desc {
        font-size: 18px;
        margin-bottom: 80px;
    }
    .history-item__text {
        margin-bottom: 1em;
    }
    .history-item {
        padding-left: 16px;
        padding-right: 16px;
    }
    .history-slider .swiper-container {
        margin-left: -16px;
        padding-right: 25%;
    }
}

@media (max-width: 767.98px) {
    .history {
        padding-top: 40px;
        padding-bottom: 60px;
        background-size: contain;
    }
    .history .section-desc {
        font-size: 16px;
        margin-bottom: 60px;
    }
    .history-item__text {
        margin-bottom: 1em;
    }
    .history-item {
        padding-left: 24px;
        padding-right: 24px;
    }
    .history-slider .swiper-container {
        margin-left: -24px;
        padding-right: 24px;
    }
}

/* PERSONS */
.persons .section-title {
    margin-bottom: 1.7em;
}

.persons .items-list {
    margin-bottom: -60px;
}

.persons .items-list .list-item {
    margin-bottom: 60px;
}

.persons-item__photo {
    height: 578px;
    background-color: #aaaaa8;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#aeada9), to(#e2e1de));
    background-image: -o-linear-gradient(bottom, #aeada9, #e2e1de);
    background-image: linear-gradient(0deg, #aeada9, #e2e1de);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.persons-item__photo img {
    max-width: 100%;
    max-height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.persons-item__content {
    padding: 0 20px;
}

.persons-item__title {
    font-weight: 600;
    color: #002f6c;
    margin-bottom: 0.3em;
}

.persons-item__info {
    margin-bottom: 1.7em;
}

.persons-item__link .icon {
    width: 26px;
    margin: 0 12px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .persons-item__photo {
        height: 420px;
    }
    .persons-item__content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .persons-item__link .icon {
        margin: 0 8px;
    }
    .persons .items-list {
        margin-bottom: -32px;
    }
    .persons .items-list .list-item {
        margin-bottom: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .persons-item__photo {
        height: auto;
        padding-top: 109.1954%;
    }
    .persons-item__content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .persons-item__link.btn .icon {
        margin: 0 8px;
        width: 24px;
    }
    .persons .items-list {
        margin-bottom: -32px;
    }
    .persons .items-list .list-item {
        margin-bottom: 32px;
    }
}

@media (max-width: 767.98px) {
    .persons-item__photo {
        height: auto;
        padding-top: 108.89571%;
        margin-bottom: 8px;
    }
    .persons-item__content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .persons-item__link .icon {
        margin: 0 8px;
        width: 24px;
    }
    .persons-item__info {
        margin-bottom: 1.2em;
    }
    .persons .items-list {
        margin-bottom: -32px;
    }
    .persons .items-list .list-item {
        margin-bottom: 32px;
    }
}

/* PERSONS */
.about-info {
    padding: 160px 0 160px;
    background-color: #002f6c;
    background-image: url(/local/templates/vtorchermet/css/../images/about-info-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.about-info .section-title {
    color: inherit;
}

.about-info .section-content {
    padding-top: 5px;
    padding-right: 20%;
}

.about-info .section-subtitle {
    color: inherit;
    margin-bottom: 1.3em;
}

.about-info .section-desc p,
.about-info .section-desc ul,
.about-info .section-desc ol {
    margin-bottom: 1.875em;
}

.about-info .section-desc p:last-child,
.about-info .section-desc ul:last-child,
.about-info .section-desc ol:last-child {
    margin-bottom: 0;
}

.about-info .section-desc li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1599.98px) {
    .about-info .section-content {
        padding-right: 0;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .about-info {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .about-info .section-subtitle {
        margin-bottom: 2em;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .about-info {
        padding-top: 76px;
        padding-bottom: 80px;
    }
    .about-info .section-subtitle {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 767.98px) {
    .about-info {
        padding-top: 50px;
        padding-bottom: 80px;
        background-size: 200% auto;
    }
    .about-info .section-subtitle {
        margin-bottom: 1.5em;
    }
}

/* DATEPICKER */
.datepicker-group {
    position: relative;
}

.datepicker-group .icon-calendar {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    fill: #0041a0;
    margin-top: -8px;
    left: 24px;
    margin-left: -8px;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.datepicker-group.datepicker-show .icon-calendar {
    fill: rgba(0, 65, 160, 0.5);
}

.datepicker-group .datepicker-reset-btn {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    right: 24px;
    margin-left: -13px;
    padding: 5px;
    display: none;
}

.datepicker-group .datepicker-reset-btn .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #bcbcbc;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

@media (hover: hover) {
    .datepicker-group .datepicker-reset-btn:hover .icon {
        fill: #0041a0;
    }
}

.datepicker-group.datepicker-show .datepicker-reset-btn,
.datepicker-group .form-control.has-value + .datepicker-reset-btn {
    display: block;
}

.datepicker-group .form-control {
    padding-left: 48px;
    padding-right: 48px;
}

.datepicker-group .form-control.has-value {
    border-color: #0041a0;
}

.datepicker {
    font-family: "Grtsk Peta", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 24px;
    background-color: #fff;
    color: #111;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0041a0;
    width: 324px;
    max-width: calc(100vw - 40px);
    z-index: 300;
    margin-top: 5px;
    padding: 16px;
}

.datepicker .datepicker--nav {
    border-bottom: none;
    padding: 0;
    line-height: 28px;
    margin-bottom: 16px;
}

.datepicker .datepicker--nav-title {
    background: transparent;
    border-radius: 0;
    font-weight: 400;
    font-style: normal;
    color: #0041a0;
}

.datepicker .datepicker--nav-title i {
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

.datepicker .datepicker--nav-action {
    width: 28px;
    height: 28px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dedede;
    border-radius: 50%;
    cursor: pointer;
    position: static;
    -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.datepicker .datepicker--nav-action {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    color: #002f6c;
    border-color: #dedede;
}

@media (hover: hover) {
    .datepicker .datepicker--nav-action:hover {
        background: #f4f4f4;
        color: #002f6c;
        border-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.datepicker .datepicker--nav-action svg {
    margin: -2px 0 0 -2px;
    display: block;
    color: inherit;
    width: 32px;
    height: 32px;
}

.datepicker .datepicker--nav-action svg path {
    stroke: currentColor;
    stroke-width: 1px;
    -webkit-transition: stroke 0.3s;
    -o-transition: stroke 0.3s;
    transition: stroke 0.3s;
}

.datepicker .datepicker--content {
    padding: 0;
}

.datepicker .datepicker--days-names {
    margin: 0 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: inherit;
}

.datepicker .datepicker--day-name {
    width: 14.28571%;
    line-height: 32px;
    font-weight: 400;
    color: #909090;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: inherit;
    text-transform: none;
}

.datepicker .datepicker--pointer {
    display: none;
}

.datepicker .datepicker--cell {
    line-height: 32px;
    height: 32px;
    background: transparent;
    border-radius: 0;
    -webkit-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    font-size: inherit;
    border: none;
}

.datepicker .datepicker--cell:hover {
    color: #0041a0;
    background: transparent;
}

.datepicker .datepicker--cell:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 16px;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    background: transparent;
    z-index: -1;
}

.datepicker .datepicker--cell:hover:before {
    background-color: #f4f4f4;
}

.datepicker .datepicker--cell-day {
    width: 14.28571%;
    margin-bottom: 10px;
    border-radius: 0;
    position: relative;
}

.datepicker .datepicker--cell-day.-other-month-,
.datepicker .datepicker--cell-year.-other-decade- {
    color: #bcbcbc;
}

.datepicker .datepicker--cell-day.-other-month-:hover:before,
.datepicker .datepicker--cell-year.-other-decade-:hover:before {
    background: transparent;
}

.datepicker .datepicker--cell.-current- {
    color: #0041a0;
}

.datepicker .datepicker--cell.-selected- {
    background: transparent;
    color: #fff;
}

.datepicker .datepicker--cell.-selected-:before {
    background-color: #0041a0;
}

.datepicker .datepicker--cell.-selected-:hover {
    background: transparent;
    color: #fff;
}

.datepicker .datepicker--cell.-selected-:hover:before {
    background-color: #002f6c;
}

.datepicker .datepicker--cell.datepicker--cell-month:before {
    width: auto;
    left: 8px;
    right: 8px;
    margin-left: 0;
}

.datepicker .datepicker--cell-day.-in-range- {
    background: rgba(0, 65, 160, 0.08);
}

.datepicker .datepicker--cell-day.-in-range-:hover:before {
    background: transparent;
}

.datepicker .datepicker--cell-day.-range-from-:after,
.datepicker .datepicker--cell-day.-range-to-:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 32px;
    margin-top: -16px;
    background: rgba(0, 65, 160, 0.08);
    z-index: -2;
}

.datepicker .datepicker--cell-day.-range-from-:after {
    left: 50%;
    right: 0;
}

.datepicker .datepicker--cell-day.-range-to-:after {
    right: 50%;
    left: 0;
}

@media (max-width: 1599.98px) {
    .datepicker {
        border-radius: 21px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .datepicker {
        font-size: 14px;
    }
}

/* NOTIFICATION */
.notification {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    padding: 12px 48px;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}

.notification__icon, .notification__close {
    position: absolute;
    top: 50%;
}

.notification__icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #002f6c;
    left: 24px;
    margin: -8px 0 0 -8px;
    padding: 2px;
}

.notification__icon .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
}

.notification__close {
    width: 24px;
    height: 24px;
    padding: 4px;
    margin: -12px -12px 0 0;
    right: 24px;
    cursor: pointer;
    -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.notification__close {
    color: #002f6c;
}

@media (hover: hover) {
    .notification__close:focus {
        color: #002f6c;
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
    }
}

@media (hover: hover) {
    .notification__close:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .notification__close:active, .notification__close:focus:active, .notification__close:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .notification__close.touched {
        color: #bf1d26;
    }
}

.notification__close .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.notification:not(.active) {
    display: none;
}

.notification.error .notification__icon {
    background: #ff0000;
    padding: 4px;
}

.notification.success .notification__icon {
    background: #27ae60;
    padding: 3px;
}

@media (max-width: 767.98px) {
    .notification-note {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

/* SWITCH */
.switch {
    display: inline-block;
    vertical-align: top;
    cursor: default;
}

.switch > span, .switch > i {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.switch > i {
    width: 56px;
    height: 28px;
    border-radius: 14px;
    margin: 0 12px;
    background: #dedede;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.switch > i:hover {
    background-color: #bcbcbc;
}

.switch > i:first-child {
    margin-left: 0;
}

.switch > i:last-child {
    margin-right: 0;
}

.switch > i:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 50%;
    margin-top: -8px;
    left: 6px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

input:checked + .switch i {
    background: #0041a0;
}

input:checked + .switch i:hover {
    background-color: #002f6c;
}

input:checked + .switch i:before {
    -webkit-transform: translate(28px, 0);
    -ms-transform: translate(28px, 0);
    transform: translate(28px, 0);
}

@media (max-width: 767.98px) {
    .switch > i {
        width: 40px;
        height: 20px;
        border-radius: 10px;
    }
    .switch > i:before {
        width: 12px;
        height: 12px;
        left: 4px;
        margin-top: -6px;
    }
    input:checked + .switch i:before {
        -webkit-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
}

/* TAGS */
ul.tags-list {
    margin: 0 -2px -4px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.tags-list li {
    margin: 0 2px 4px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
}

ul.tags-list li:before {
    display: none;
}

ul.tags-list .tag {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #dedede;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 16px;
    font-weight: 400;
    font-family: "Grtsk Peta";
    border-radius: 23px;
    height: 46px;
    text-align: center;
    color: #001e46;
    margin: 0 !important;
}

ul.tags-list .tag.active {
    background-color: #0041a0;
    border-color: #0041a0;
    color: #fff;
}

ul.tags-list .tag.xs {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 15px;
    height: 30px;
}

ul.tags-list a.tag,
ul.tags-list label.tag,
ul.tags-list button.tag {
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (hover: hover) {
    ul.tags-list a.tag:hover,
    ul.tags-list label.tag:hover,
    ul.tags-list button.tag:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f4f4f4;
        border-color: #f4f4f4;
        color: #0041a0;
    }
}

@media (hover: hover) {
    ul.tags-list a.tag:focus,
    ul.tags-list label.tag:focus,
    ul.tags-list button.tag:focus {
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
        background-color: #fff;
        border-color: #dedede;
        color: #001e46;
    }
}

@media (hover: hover) {
    ul.tags-list a.tag:active, ul.tags-list a.tag:focus:active, ul.tags-list a.tag:hover:active,
    ul.tags-list label.tag:active,
    ul.tags-list label.tag:focus:active,
    ul.tags-list label.tag:hover:active,
    ul.tags-list button.tag:active,
    ul.tags-list button.tag:focus:active,
    ul.tags-list button.tag:hover:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #dedede;
        border-color: #dedede;
        color: #0041a0;
    }
}

@media (hover: none) {
    ul.tags-list a.tag.touched,
    ul.tags-list label.tag.touched,
    ul.tags-list button.tag.touched {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #dedede;
        border-color: #dedede;
        color: #0041a0;
    }
}

@media (hover: hover) {
    ul.tags-list a.tag.active:hover,
    ul.tags-list label.tag.active:hover,
    ul.tags-list button.tag.active:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #002f6c;
        border-color: #002f6c;
        color: rgba(255, 255, 255, 0.5);
    }
}

@media (hover: hover) {
    ul.tags-list a.tag.active:focus,
    ul.tags-list label.tag.active:focus,
    ul.tags-list button.tag.active:focus {
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
        background-color: #0041a0;
        border-color: #0041a0;
        color: #fff;
    }
}

@media (hover: hover) {
    ul.tags-list a.tag.active:active, ul.tags-list a.tag.active:focus:active, ul.tags-list a.tag.active:hover:active,
    ul.tags-list label.tag.active:active,
    ul.tags-list label.tag.active:focus:active,
    ul.tags-list label.tag.active:hover:active,
    ul.tags-list button.tag.active:active,
    ul.tags-list button.tag.active:focus:active,
    ul.tags-list button.tag.active:hover:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #001e46;
        border-color: #001e46;
        color: rgba(255, 255, 255, 0.6);
    }
}

@media (hover: none) {
    ul.tags-list a.tag.active.touched,
    ul.tags-list label.tag.active.touched,
    ul.tags-list button.tag.active.touched {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #001e46;
        border-color: #001e46;
        color: rgba(255, 255, 255, 0.6);
    }
}

ul.tags-list input:checked + label.tag {
    background-color: #0041a0;
    border-color: #0041a0;
    color: #fff;
}

@media (hover: hover) {
    ul.tags-list input:checked + label.tag:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #002f6c;
        border-color: #002f6c;
        color: rgba(255, 255, 255, 0.5);
    }
}

@media (hover: hover) {
    ul.tags-list input:checked + label.tag:focus {
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
        background-color: #0041a0;
        border-color: #0041a0;
        color: #fff;
    }
}

@media (hover: hover) {
    ul.tags-list input:checked + label.tag:active, ul.tags-list input:checked + label.tag:focus:active, ul.tags-list input:checked + label.tag:hover:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #001e46;
        border-color: #001e46;
        color: rgba(255, 255, 255, 0.6);
    }
}

@media (hover: none) {
    ul.tags-list input:checked + label.tag.touched {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #001e46;
        border-color: #001e46;
        color: rgba(255, 255, 255, 0.6);
    }
}

ul.tags-list input:disabled + label.tag {
    background-color: #fff;
    border-color: #bcbcbc;
    color: #909090;
    cursor: default;
}

@media (hover: hover) {
    ul.tags-list input:disabled + label.tag:hover {
        background-color: #fff;
        border-color: #bcbcbc;
        color: #909090;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (hover: hover) {
    ul.tags-list input:disabled + label.tag:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        border-color: #bcbcbc;
        color: #909090;
    }
}

@media (hover: hover) {
    ul.tags-list input:disabled + label.tag:active, ul.tags-list input:disabled + label.tag:focus:active, ul.tags-list input:disabled + label.tag:hover:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        border-color: #bcbcbc;
        color: #909090;
    }
}

@media (hover: none) {
    ul.tags-list input:disabled + label.tag.touched {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        border-color: #bcbcbc;
        color: #909090;
    }
}

ul.tags-list .tag.allow-remove {
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (hover: hover) {
    ul.tags-list .tag.allow-remove:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f4f4f4;
        border-color: #f4f4f4;
        color: #0041a0;
    }
}

ul.tags-list .tag.allow-remove.disabled {
    background-color: #fff;
    border-color: #bcbcbc;
    color: #909090;
    cursor: default;
}

@media (hover: hover) {
    ul.tags-list .tag.allow-remove.disabled:hover {
        background-color: #fff;
        border-color: #bcbcbc;
        color: #909090;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

ul.tags-list .tag-remove-btn {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    padding: 6px 5px 4px;
    margin: 0 -5px 0 7px;
    color: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

ul.tags-list .tag-remove-btn .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

@media (hover: hover) {
    ul.tags-list .tag-remove-btn:not(:disabled):active .icon, ul.tags-list .tag-remove-btn:not(:disabled):focus:active .icon, ul.tags-list .tag-remove-btn:not(:disabled):hover:active .icon {
        fill: #ff0000;
    }
}

@media (hover: none) {
    ul.tags-list .tag-remove-btn:not(:disabled).touched .icon {
        fill: #ff0000;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    ul.tags-list .tag {
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 19px;
        height: 38px;
    }
}

@media (max-width: 1599.98px) {
    ul.tags-list .tag.xs {
        font-size: 12px;
        padding: 2px 10px;
        border-radius: 13px;
        height: 26px;
    }
}

@media (max-width: 1279.98px) {
    ul.tags-list .tag {
        padding: 9px 16px;
        border-radius: 20px;
        height: 40px;
    }
}

ul.tags-list-2 {
    margin: 0 -0.5625em -4px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.tags-list-2 li {
    margin: 0 0.5625em 4px 0;
    padding: 0 0.5625em 0 0;
    border-right: 1px solid #bcbcbc;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
}

ul.tags-list-2 li:last-child {
    padding-right: 0;
    border-right: none;
}

ul.tags-list-2 li:before {
    display: none;
}

ul.tags-list-2 .tag {
    display: inline-block;
    vertical-align: top;
    color: #909090;
}

ul.tags-list-2 a.tag,
ul.tags-list-2 label.tag,
ul.tags-list-2 button.tag {
    -webkit-transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: color 0.3s, background 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    cursor: pointer;
}

@media (hover: hover) {
    ul.tags-list-2 a.tag:hover,
    ul.tags-list-2 label.tag:hover,
    ul.tags-list-2 button.tag:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    ul.tags-list-2 a.tag:focus,
    ul.tags-list-2 label.tag:focus,
    ul.tags-list-2 button.tag:focus {
        color: #909090;
    }
}

@media (hover: hover) {
    ul.tags-list-2 a.tag:active, ul.tags-list-2 a.tag:focus:active, ul.tags-list-2 a.tag:hover:active,
    ul.tags-list-2 label.tag:active,
    ul.tags-list-2 label.tag:focus:active,
    ul.tags-list-2 label.tag:hover:active,
    ul.tags-list-2 button.tag:active,
    ul.tags-list-2 button.tag:focus:active,
    ul.tags-list-2 button.tag:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    ul.tags-list-2 a.tag.touched,
    ul.tags-list-2 label.tag.touched,
    ul.tags-list-2 button.tag.touched {
        color: #bf1d26;
    }
}

/* MENU MOBILE */
ul.menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 8px 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: #fff;
    font-weight: 600;
    font-size: 9px;
}

ul.menu-mobile li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
}

ul.menu-mobile li:before {
    display: none;
}

.menu-mobile__link {
    display: block;
    text-align: center;
}

.menu-mobile__link .icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 6px;
    fill: currentColor;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.menu-mobile__link-icon-wrapper {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: #f4f4f4;
    margin: -18px auto 0;
    padding: 15px;
}

.menu-mobile__link-icon-wrapper .icon {
    width: 100%;
    height: 100%;
    margin: 0;
    fill: #002f6c;
}

@media (hover: hover) {
    .menu-mobile__link:focus .menu-mobile__link-icon-wrapper {
        background-color: #f4f4f4;
    }
}

@media (hover: hover) {
    .menu-mobile__link:hover .menu-mobile__link-icon-wrapper {
        background-color: #dedede;
    }
}

@media (hover: hover) {
    .menu-mobile__link:active .menu-mobile__link-icon-wrapper, .menu-mobile__link:focus:active .menu-mobile__link-icon-wrapper, .menu-mobile__link:hover:active .menu-mobile__link-icon-wrapper {
        background-color: #bcbcbc;
    }
}

@media (hover: none) {
    .menu-mobile__link.touched .menu-mobile__link-icon-wrapper {
        background-color: #bcbcbc;
    }
}

@media (min-width: 768px) {
    ul.menu-mobile {
        display: none;
    }
}

/* MEGAMENU */
.megamenu {
    background: #fff;
    overflow: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 35;
    top: 82px;
    padding-bottom: 40px;
    font-size: 16px;
}

.megamenu.active {
    display: block;
}

.megamenu-section {
    margin-bottom: 74px;
}

.megamenu-section:last-child {
    margin-bottom: 0;
}

.megamenu-item {
    margin-bottom: 24px;
}

.megamenu-item__title {
    font-weight: 600;
    color: #bcbcbc;
}

.megamenu-item__value {
    font-weight: 600;
}

.megamenu-item__value:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 2px -8px 2px 7px;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.megamenu-item__body {
    display: none;
}

.megamenu-item__body-title {
    margin-bottom: 32px;
}

.megamenu-item__form-top {
    margin-bottom: 32px;
}

.megamenu-item__form-top .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.megamenu-item__form-top .megamenu-item-close-link {
    margin-bottom: 24px;
    display: inline-block;
    vertical-align: top;
}

.megamenu-item__form-top .megamenu-item-close-link {
    color: #909090;
}

@media (hover: hover) {
    .megamenu-item__form-top .megamenu-item-close-link:focus {
        color: #909090;
    }
}

@media (hover: hover) {
    .megamenu-item__form-top .megamenu-item-close-link:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .megamenu-item__form-top .megamenu-item-close-link:active, .megamenu-item__form-top .megamenu-item-close-link:focus:active, .megamenu-item__form-top .megamenu-item-close-link:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .megamenu-item__form-top .megamenu-item-close-link.touched {
        color: #bf1d26;
    }
}

.megamenu-item .detect-location {
    margin-bottom: 32px;
}

.megamenu-item .megamenu-item__cities-list {
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.megamenu-item .megamenu-item__cities-list li {
    padding: 0;
}

.megamenu-item .megamenu-item__cities-list li:before {
    display: none;
}

.megamenu-item .megamenu-item__cities-list label.label-radio {
    padding: 0;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.megamenu-item .megamenu-item__cities-list label.label-radio:before, .megamenu-item .megamenu-item__cities-list label.label-radio:after {
    display: none;
}

.megamenu-item .megamenu-item__cities-list label.label-radio {
    color: #111;
}

@media (hover: hover) {
    .megamenu-item .megamenu-item__cities-list label.label-radio:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .megamenu-item .megamenu-item__cities-list label.label-radio:active, .megamenu-item .megamenu-item__cities-list label.label-radio:focus:active, .megamenu-item .megamenu-item__cities-list label.label-radio:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .megamenu-item .megamenu-item__cities-list label.label-radio.touched {
        color: #bf1d26;
    }
}

.megamenu-item .megamenu-item__cities-list input[type="radio"]:checked + .label-radio {
    font-weight: 600;
}

.megamenu-item .megamenu-item__cities-list input[type="radio"]:checked + .label-radio {
    color: #0041a0;
}

@media (hover: hover) {
    .megamenu-item .megamenu-item__cities-list input[type="radio"]:checked + .label-radio:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .megamenu-item .megamenu-item__cities-list input[type="radio"]:checked + .label-radio:active, .megamenu-item .megamenu-item__cities-list input[type="radio"]:checked + .label-radio:focus:active, .megamenu-item .megamenu-item__cities-list input[type="radio"]:checked + .label-radio:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .megamenu-item .megamenu-item__cities-list input[type="radio"]:checked + .label-radio.touched {
        color: #bf1d26;
    }
}

.megamenu-menu {
    margin: 0;
}

.megamenu-menu > li {
    padding: 0;
    margin: 0 0 16px;
}

.megamenu-menu > li:before {
    display: none;
}

.megamenu-menu > li:last-child {
    margin-bottom: 0;
}

.megamenu-menu > li > a {
    padding: 0 0 4px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    border-bottom: 4px solid transparent;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.megamenu-menu > li > a:not(:only-child):after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 2px 0 2px 9px;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (hover: hover) {
    .megamenu-menu > li > a:focus {
        background: transparent;
    }
}

@media (hover: hover) {
    .megamenu-menu > li > a:hover {
        color: #002f6c;
    }
}

@media (hover: hover) {
    .megamenu-menu > li > a:active, .megamenu-menu > li > a:focus:active, .megamenu-menu > li > a:hover:active {
        color: #001e46;
    }
}

@media (hover: none) {
    .megamenu-menu > li > a.touched {
        color: #001e46;
    }
}

.megamenu-menu > li > a:disabled, .megamenu-menu > li > a[disabled], .megamenu-menu > li > a.disabled {
    cursor: default;
}

.megamenu-menu > li > a:disabled, .megamenu-menu > li > a:disabled:active, .megamenu-menu > li > a:disabled:focus:active, .megamenu-menu > li > a:disabled:hover:active, .megamenu-menu > li > a[disabled], .megamenu-menu > li > a[disabled]:active, .megamenu-menu > li > a[disabled]:focus:active, .megamenu-menu > li > a[disabled]:hover:active, .megamenu-menu > li > a.disabled, .megamenu-menu > li > a.disabled:active, .megamenu-menu > li > a.disabled:focus:active, .megamenu-menu > li > a.disabled:hover:active {
    color: #bcbcbc;
}

.megamenu-menu > li > a.selected,
.megamenu-menu > li.open > a {
    border-bottom-color: #ff0000;
}

.megamenu-menu .megamenu-submenu {
    display: none;
}

.megamenu-submenu ul {
    margin: 0;
    padding: 0;
}

.megamenu-submenu ul li {
    margin: 0 0 1.5em;
    padding: 0;
}

.megamenu-submenu ul li:before {
    display: none;
}

.megamenu-submenu ul li:last-child {
    margin-bottom: 0;
}

.megamenu-submenu ul a {
    color: inherit;
}

@media (hover: hover) {
    .megamenu-submenu ul a:focus {
        color: inherit;
    }
}

@media (hover: hover) {
    .megamenu-submenu ul a:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .megamenu-submenu ul a:active, .megamenu-submenu ul a:focus:active, .megamenu-submenu ul a:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .megamenu-submenu ul a.touched {
        color: #bf1d26;
    }
}

.megamenu-profile {
    font-weight: 600;
}

.megamenu-profile .icon {
    width: 30px;
    height: 30px;
    fill: currentColor;
    display: inline-block;
    vertical-align: top;
    margin: -3px 8px -5px 0;
}

.megamenu-contacts .phone,
.megamenu-contacts .email {
    display: inline-block;
    vertical-align: top;
}

.megamenu-contacts .phone {
    color: #002f6c;
    font-weight: 600;
    font-size: 18px;
}

.megamenu-contacts a.phone {
    color: #002f6c;
}

@media (hover: hover) {
    .megamenu-contacts a.phone:focus {
        color: #002f6c;
    }
}

@media (hover: hover) {
    .megamenu-contacts a.phone:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .megamenu-contacts a.phone:active, .megamenu-contacts a.phone:focus:active, .megamenu-contacts a.phone:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .megamenu-contacts a.phone.touched {
        color: #bf1d26;
    }
}

.megamenu-contacts .email {
    color: inherit;
}

.megamenu-contacts a.email {
    color: inherit;
}

@media (hover: hover) {
    .megamenu-contacts a.email:focus {
        color: inherit;
    }
}

@media (hover: hover) {
    .megamenu-contacts a.email:hover {
        color: #ff0000;
    }
}

@media (hover: hover) {
    .megamenu-contacts a.email:active, .megamenu-contacts a.email:focus:active, .megamenu-contacts a.email:hover:active {
        color: #bf1d26;
    }
}

@media (hover: none) {
    .megamenu-contacts a.email.touched {
        color: #bf1d26;
    }
}

.megamenu-sub-back {
    display: block;
    width: calc(100% + 48px);
    margin: 0 -24px 32px;
    padding: 12px 24px;
    border-left: 3px solid #ff0000;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    line-height: 24px;
    font-weight: 600;
}

.megamenu-sub-back {
    color: #002f6c;
    background: #f4f4f4;
}

@media (hover: hover) {
    .megamenu-sub-back:focus {
        color: #002f6c;
        background: #f4f4f4;
    }
}

@media (hover: hover) {
    .megamenu-sub-back:hover {
        color: #002f6c;
        background: #dedede;
    }
}

@media (hover: hover) {
    .megamenu-sub-back:active, .megamenu-sub-back:focus:active, .megamenu-sub-back:hover:active {
        color: #002f6c;
        background: #dedede;
    }
}

@media (hover: none) {
    .megamenu-sub-back.touched {
        color: #002f6c;
        background: #dedede;
    }
}

.megamenu-sub-back:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 2px 9px 2px -8px;
    background-image: url(/local/templates/vtorchermet/css/../images/icon-drop-blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.megamenu-has-open .megamenu-section:not(.megamenu-section-open),
.megamenu-has-open .megamenu-item:not(.megamenu-item-open) {
    display: none;
}

.megamenu-has-open .megamenu-item.megamenu-item-open .megamenu-item__head {
    display: none;
}

.megamenu-has-open .megamenu-item.megamenu-item-open .megamenu-item__body {
    display: block;
}

.megamenu-has-open .megamenu-item-menu.megamenu-item-open li:not(.megamenu-menu-item-open) {
    display: none;
}

.megamenu-has-open .megamenu-item-menu.megamenu-item-open li.megamenu-menu-item-open > .megamenu-item-toggler {
    display: none;
}

.megamenu-has-open .megamenu-item-menu.megamenu-item-open li.megamenu-menu-item-open > .megamenu-submenu {
    display: block;
}

.megamenu-has-open .megamenu-item-menu.megamenu-item-open li.megamenu-menu-item-open > .megamenu-submenu ul, .megamenu-has-open .megamenu-item-menu.megamenu-item-open li.megamenu-menu-item-open > .megamenu-submenu li {
    display: block;
}

@media (min-width: 1280px) {
    .megamenu {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .megamenu-profile {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .megamenu {
        top: 68px;
        padding-top: 10px;
    }
    .megamenu-submenu li {
        margin-bottom: 0.75em;
    }
}

/* --------------------------------------- PAGES STYLES ---------------------------------------- */
/* MAIN PAGE */
.main-page {
    margin-top: -77px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .main-page {
        margin-top: -68px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .main-page {
        margin-top: -120px;
    }
}

@media (min-width: 1600px) {
    .main-page .page-first .info-sticker {
        width: 350px;
    }
}

/* CONTACTS PAGE */
.contacts-page {
    margin-top: -77px;
    margin-bottom: -160px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .contacts-page {
        margin-top: -68px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .contacts-page {
        margin-top: -120px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .contacts-page {
        margin-bottom: -80px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .contacts-page {
        margin-bottom: -120px;
    }
}

@media (max-width: 767.98px) {
    .contacts-page {
        margin-bottom: -80px;
    }
}

.contacts-page .page-first {
    min-height: 520px;
    height: auto;
    padding: 80px 0;
    color: #fff;
}

.contacts-page .page-first__inner {
    vertical-align: top;
}

.contacts-page .page-first .page-title {
    color: inherit;
    margin-bottom: 0.45em;
}

@media (hover: hover) {
    .contacts-page .page-first .breadcrumb a:hover {
        color: #fff;
    }
}

.contacts-page .page-first:after {
    display: none;
}

.contacts-page .page-first .contacts-first__form {
    max-width: 440px;
}

.contacts-page .page-first .contacts-first__form .form-group {
    margin-bottom: 0;
}

.contacts-page .page-first .contacts-first__form .form-control {
    background: transparent;
    color: #fff;
}

.contacts-page .page-first .contacts-first__form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contacts-page .page-first .contacts-first__form .form-control::-moz-placeholder {
    color: #bcbcbc;
}

.contacts-page .page-first .contacts-first__form .form-control:-moz-placeholder {
    color: #bcbcbc;
}

.contacts-page .page-first .contacts-first__form .form-control:-ms-input-placeholder {
    color: #bcbcbc;
}

.contacts-page .page-first .contacts-first__form .form-control.has-value {
    border-color: #fff;
}

.contacts-page .page-first .contacts-first__form .form-control:focus {
    border-color: #fff;
}

.contacts-page .page-first .contacts-first__form .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.contacts-page .page-first .contacts-first__form .form-control:focus::-moz-placeholder {
    color: transparent;
}

.contacts-page .page-first .contacts-first__form .form-control:focus:-moz-placeholder {
    color: transparent;
}

.contacts-page .page-first .contacts-first__form .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.contacts-page .page-first .contacts-first__form .autocomplete-group.show-autocomplete-results .autocomplete-control {
    border-top-color: #fff;
    border-right-color: #fff;
    border-left-color: #fff;
}

.contacts-page .page-first .contacts-first__form .autocomplete-find-btn {
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.contacts-page .page-first .contacts-first__form .autocomplete-find-btn {
    color: #fff;
    background: transparent;
}

@media (hover: hover) {
    .contacts-page .page-first .contacts-first__form .autocomplete-find-btn:hover {
        color: #0041a0;
        background: #fff;
    }
}

.contacts-page .page-first .contacts-first__form .autocomplete-find-btn .icon {
    fill: currentColor;
}

.contacts-page .page-first .contacts-first__form .autocomplete-find-btn:after {
    background: #fff;
}

.contacts-page .page-first .contacts-first__form .dropdown-items {
    border-color: #fff;
}

.contacts-page .page-first .contacts-first__form .autocomplete-reset-btn .icon {
    fill: #fff;
}

.contacts-page .nav-tabs-scroll-container {
    margin-bottom: 76px;
}

.contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
    border-bottom: 1px solid #dedede;
}

.contacts-item__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 100%;
    max-width: 33.33333%;
    padding-right: 10%;
}

.contacts-item__title {
    font-weight: 400;
    color: #002f6c;
    margin-bottom: 0;
}

.contacts-item__city {
    font-weight: 600;
    margin-bottom: 1.5em;
}

.contacts-item__location {
    margin: 1.6em 0;
}

.contacts-item__location .icon {
    display: inline-block;
    vertical-align: top;
    height: 2em;
    width: 1.8em;
    margin: -0.25em 0.4em -0.25em -0.4em;
    fill: currentColor;
}

.items-list .contacts-item:first-child {
    padding-top: 0;
}

.items-list .contacts-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.contacts-page .contacts-info .section-title {
    margin-bottom: 1.6em;
    font-weight: 600;
}

.contacts-callback {
    padding: 80px 0;
    background: #f4f4f4;
}

.contacts-callback__form {
    padding: 24px 124px 42px 32px;
    background: #fff;
}

.contacts-callback__form .section-title {
    margin-bottom: 2.5em;
    font-weight: 600;
}

.contacts-callback__form .form-content {
    padding-top: 7px;
}

.contacts-callback__form .form-group {
    margin-bottom: 40px;
}

.contacts-callback__form .personal-agree {
    font-size: 14px;
    padding-top: 1em;
}

@media (min-width: 1600px) {
    .contacts-page .page-first {
        margin-bottom: 80px;
    }
    .contacts-page .location-info {
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .contacts-page .location-info {
        margin-bottom: 120px;
    }
    .contacts-page .page-first .page-title {
        margin-bottom: 0.6em;
    }
    .contacts-page .page-first {
        min-height: 383px;
    }
    .contacts-page .contacts-info .section-title {
        margin-bottom: 2.4em;
    }
    .contacts-info {
        margin-bottom: 90px;
    }
    .contacts-callback__form {
        padding: 28px 32px;
    }
    .contacts-callback__form .form-content {
        padding-top: 16px;
    }
    .contacts-callback__form .personal-agree {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .contacts-page .location-info {
        margin-bottom: 80px;
    }
    .contacts-callback {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contacts-callback__form {
        padding: 28px 24px;
    }
    .contacts-page .page-first .page-title {
        margin-bottom: 0.6em;
    }
    .contacts-page .page-first .contacts-first__form {
        max-width: 400px;
    }
    .contacts-page .page-first {
        min-height: 400px;
        padding-top: 72px;
        padding-bottom: 72px;
        margin-bottom: 60px;
    }
    .contacts-page .contacts-info .section-title {
        margin-bottom: 1.2em;
    }
    .contacts-item__location {
        margin: 1em 0;
    }
    .contacts-item__city {
        margin-bottom: 1.2em;
    }
    .contacts-info {
        margin-bottom: 60px;
    }
}

@media (max-width: 1279.98px) {
    .contacts-callback__form .form-content {
        padding-top: 0;
    }
    .contacts-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contacts-callback__form .form-group {
        margin-bottom: 20px;
    }
    .contacts-callback__form .personal-agree {
        font-size: 12px;
        padding-top: 1.7em;
        padding-bottom: 1em;
    }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
    .contacts-item__col {
        padding-right: 5%;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .contacts-item__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contacts-item__col.col-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contacts-item__title {
        margin-bottom: 1.75em;
    }
}

@media (max-width: 767.98px) {
    .contacts-page .page-first .page-title {
        margin-bottom: 0.9em;
    }
    .contacts-page .page-first {
        min-height: 345px;
        margin-bottom: 60px;
    }
    .contacts-page .nav-tabs-scroll-container {
        margin-bottom: 57px;
    }
    .contacts-page .contacts-info .section-title {
        margin-bottom: 1.1em;
    }
    .contacts-item__location {
        font-size: 16px;
        margin: 1.5em 0 2em;
    }
    .contacts-item__city {
        margin-bottom: 1.8em;
    }
    .contacts-info {
        margin-bottom: 60px;
    }
    .contacts-page .location-info {
        margin-bottom: 40px;
    }
    .contacts-callback {
        padding: 40px 0;
    }
    .contacts-callback__form {
        padding: 28px 16px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .contacts-callback__form .section-title {
        margin-bottom: 2.1em;
    }
}

@media (min-width: 560px) and (max-width: 767.98px) {
    .contacts-item__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contacts-item__col.col-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contacts-item__title {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 559.98px) {
    .contacts-item__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 24px;
    }
    .contacts-item__col:last-child {
        padding-bottom: 0;
    }
    .contacts-item__title {
        margin-bottom: 0.7em;
    }
}

/* FAQ PAGE */
.faq-page,
.service-page-detail {
    margin-bottom: -160px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .faq-page,
    .service-page-detail {
        margin-bottom: -80px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .faq-page,
    .service-page-detail {
        margin-bottom: -120px;
    }
}

@media (max-width: 767.98px) {
    .faq-page,
    .service-page-detail {
        margin-bottom: -80px;
    }
}

.faq-page .page-head {
    margin-bottom: 64px;
}

.faq-page .page-head .page-title {
    margin-bottom: 0.4em;
}

.faq-page .page-head .faq-head__form {
    max-width: 440px;
}

.faq-page .page-head .faq-head__form .form-group {
    margin-bottom: 0;
}

.faq-page .nav-tabs-scroll-container {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 84px;
}

.faq-page .faq-list {
    max-width: 1050px;
}

@media (min-width: 1600px) {
    .faq-page .faq-info {
        margin-bottom: 180px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .faq-page .page-head .page-title {
        margin-bottom: 0.6em;
    }
    .faq-page .page-head {
        margin-bottom: 40px;
    }
    .faq-page .faq-list {
        max-width: 780px;
    }
    .faq-page .faq-info {
        margin-bottom: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .faq-page .page-head .page-title {
        margin-bottom: 0.6em;
    }
    .faq-page .page-head .faq-head__form {
        max-width: 400px;
    }
    .faq-page .page-head {
        margin-bottom: 40px;
    }
    .faq-page .nav-tabs-scroll-container {
        margin-bottom: 56px;
    }
    .faq-page .faq-info {
        margin-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    .faq-page .page-head .page-title {
        margin-bottom: 0.9em;
    }
    .faq-page .page-head {
        margin-bottom: 32px;
    }
    .faq-page .nav-tabs-scroll-container {
        margin-bottom: 68px;
    }
}

/* NEWS PAGE */
.news-page .page-head {
    margin-bottom: 42px;
}

.news-page .page-head .page-title:last-child {
    margin-bottom: 0;
}

.news-page .nav-tabs-scroll-container {
    padding-bottom: 30px;
    margin-bottom: 120px;
}

.news-page .pagination {
    margin-top: 100px;
}

@media (min-width: 768px) {
    .news-page .pagination-mobile {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .news-page .nav-tabs-scroll-container {
        padding-bottom: 24px;
        margin-bottom: 80px;
    }
    .news-page .pagination {
        margin-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .news-page .nav-tabs-scroll-container {
        padding-bottom: 24px;
        margin-bottom: 60px;
    }
    .news-page .pagination {
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .news-page .page-head {
        margin-bottom: 32px;
    }
    .news-page .nav-tabs-scroll-container {
        padding-bottom: 24px;
        margin-bottom: 60px;
    }
    .news-page .pagination {
        display: none;
    }
    .news-page .pagination-mobile {
        margin-top: 80px;
    }
}

/* NEWS DETAIL PAGE */
.news-detail-content h2, .news-detail-content .h2,
.news-detail-content h3, .news-detail-content .h3,
.news-detail-content h4, .news-detail-content .h4 {
    margin: 1.2em 0 0.8em;
}

.news-detail-content h2:first-child, .news-detail-content .h2:first-child,
.news-detail-content h3:first-child, .news-detail-content .h3:first-child,
.news-detail-content h4:first-child, .news-detail-content .h4:first-child {
    margin-top: 0;
}

.news-detail-inner {
    padding-left: 272px;
    padding-right: 320px;
    padding-bottom: 120px;
    border-bottom: 1px solid #f4f4f4;
}

.news-detail-subhead-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 272px;
    margin-left: -272px;
    margin-right: -320px;
    margin-bottom: 60px;
}

.news-detail-subhead-line .news-detail-city {
    color: #909090;
    padding-right: 2em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
}

.news-detail-subhead-line .soc-list {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px -30px;
}

.news-detail-subhead-line .soc-list li {
    margin: 0 15px 30px;
}

.news-detail-subhead-line .soc-list a {
    border: 1px solid rgba(0, 47, 108, 0.2);
    padding: 11px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.news-detail-subhead-line .soc-list a {
    background: transparent;
    color: #111;
    border-color: #dedede;
}

.news-detail-subhead-line .soc-list a .icon {
    fill: #002f6c;
}

@media (hover: hover) {
    .news-detail-subhead-line .soc-list a:focus {
        background: transparent;
        color: #0041a0;
        border-color: #dedede;
        -webkit-box-shadow: 0 0 0 3px #99b3d8;
        box-shadow: 0 0 0 3px #99b3d8;
    }
    .news-detail-subhead-line .soc-list a:focus .icon {
        fill: #0041a0;
    }
}

@media (hover: hover) {
    .news-detail-subhead-line .soc-list a:hover {
        background: #0041a0;
        border-color: #0041a0;
        color: #fff;
    }
    .news-detail-subhead-line .soc-list a:hover .icon {
        fill: #fff;
    }
}

@media (hover: hover) {
    .news-detail-subhead-line .soc-list a:active, .news-detail-subhead-line .soc-list a:focus:active, .news-detail-subhead-line .soc-list a:hover:active {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
    .news-detail-subhead-line .soc-list a:active .icon, .news-detail-subhead-line .soc-list a:focus:active .icon, .news-detail-subhead-line .soc-list a:hover:active .icon {
        fill: #fff;
    }
}

@media (hover: none) {
    .news-detail-subhead-line .soc-list a.touched {
        background: #002f6c;
        border-color: #002f6c;
        color: #fff;
    }
    .news-detail-subhead-line .soc-list a.touched .icon {
        fill: #fff;
    }
}

.news-detail-subhead-line .soc-list a:disabled, .news-detail-subhead-line .soc-list a[disabled], .news-detail-subhead-line .soc-list a.disabled {
    cursor: default;
}

.news-detail-subhead-line .soc-list a:disabled, .news-detail-subhead-line .soc-list a:disabled:active, .news-detail-subhead-line .soc-list a:disabled:focus:active, .news-detail-subhead-line .soc-list a:disabled:hover:active, .news-detail-subhead-line .soc-list a[disabled], .news-detail-subhead-line .soc-list a[disabled]:active, .news-detail-subhead-line .soc-list a[disabled]:focus:active, .news-detail-subhead-line .soc-list a[disabled]:hover:active, .news-detail-subhead-line .soc-list a.disabled, .news-detail-subhead-line .soc-list a.disabled:active, .news-detail-subhead-line .soc-list a.disabled:focus:active, .news-detail-subhead-line .soc-list a.disabled:hover:active {
    background: transparent;
    color: #909090;
    border-color: #bcbcbc;
}

.news-detail-subhead-line .soc-list a:disabled .icon, .news-detail-subhead-line .soc-list a:disabled:active .icon, .news-detail-subhead-line .soc-list a:disabled:focus:active .icon, .news-detail-subhead-line .soc-list a:disabled:hover:active .icon, .news-detail-subhead-line .soc-list a[disabled] .icon, .news-detail-subhead-line .soc-list a[disabled]:active .icon, .news-detail-subhead-line .soc-list a[disabled]:focus:active .icon, .news-detail-subhead-line .soc-list a[disabled]:hover:active .icon, .news-detail-subhead-line .soc-list a.disabled .icon, .news-detail-subhead-line .soc-list a.disabled:active .icon, .news-detail-subhead-line .soc-list a.disabled:focus:active .icon, .news-detail-subhead-line .soc-list a.disabled:hover:active .icon {
    fill: #909090;
}

.news-detail-subhead-line .buttons-line {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
}

.news-detail-content .video-item {
    margin-left: -135px;
    margin-right: -185px;
    margin-top: 120px;
}

.news-detail-subhead-line .btn-share .icon {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .news-detail-subhead-line .btn-share {
        display: none;
    }
}

@media (min-width: 1600px) {
    .news-detail-page .page-title {
        font-size: 64px;
    }
    .news-detail-content {
        margin-bottom: 80px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .news-detail-inner {
        padding-left: 200px;
        padding-right: 150px;
    }
    .news-detail-subhead-line {
        padding-left: 200px;
        margin-left: -200px;
        margin-right: -150px;
        margin-bottom: 45px;
    }
    .news-detail-page .page-title {
        font-size: 48px;
        margin-bottom: 0.9em;
    }
    .news-detail-content {
        padding-top: 45px;
    }
    .news-detail-content .video-item {
        margin-left: -107px;
        margin-right: -62px;
        margin-top: 60px;
    }
}

@media (max-width: 1599.98px) {
    .news-detail-inner {
        padding-bottom: 0;
        border-bottom: none;
    }
    .news-detail-subhead-line .soc-list a {
        padding: 10px;
    }
    .news-detail-subhead-line .soc-list a .icon {
        width: 20px;
        height: 20px;
    }
    .news-detail-subhead-line .soc-list {
        margin: 0 -12px -24px;
    }
    .news-detail-subhead-line .soc-list li {
        margin: 0 12px 24px;
    }
    .news-detail-content h2, .news-detail-content .h2,
    .news-detail-content h3, .news-detail-content .h3,
    .news-detail-content h4, .news-detail-content .h4 {
        margin-bottom: 1.2em;
    }
}

@media (max-width: 1279.98px) {
    .news-detail-inner {
        padding-right: 0;
        padding-left: 0;
    }
    .news-detail-subhead-line {
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .news-detail-subhead-line .soc-list {
        display: none;
    }
    .news-detail-content .video-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .news-detail-page .page-title {
        font-size: 36px;
        margin-bottom: 1.1em;
    }
    .news-detail-content {
        padding-top: 24px;
        margin-bottom: 92px;
    }
    .news-detail-subhead-line {
        margin-bottom: 45px;
    }
    .news-detail-content .video-item {
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .news-detail-content .video-item {
        width: 100vw;
        left: 50%;
        position: relative;
        margin-left: -50vw;
    }
}

@media (max-width: 767.98px) {
    .news-detail-content {
        padding-top: 24px;
    }
    .news-detail-subhead-line .buttons-line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -5px -10px;
    }
    .news-detail-subhead-line .buttons-line > * {
        margin: 0 5px 10px;
    }
    .news-detail-subhead-line .btn-share,
    .news-detail-subhead-line .btn-print {
        font-size: 0;
        padding: 5px;
        border: none;
        height: auto;
    }
    .news-detail-subhead-line .btn-share .icon,
    .news-detail-subhead-line .btn-print .icon {
        margin: 0;
    }
    .news-detail-subhead-line .btn-share,
    .news-detail-subhead-line .btn-print {
        background: transparent;
    }
    .news-detail-subhead-line .btn-share .icon,
    .news-detail-subhead-line .btn-print .icon {
        fill: #002f6c;
    }
}

@media (max-width: 767.98px) and (hover: hover) {
    .news-detail-subhead-line .btn-share:hover,
    .news-detail-subhead-line .btn-print:hover {
        background: transparent;
    }
    .news-detail-subhead-line .btn-share:hover .icon,
    .news-detail-subhead-line .btn-print:hover .icon {
        fill: #002f6c;
    }
}

@media (max-width: 767.98px) and (hover: hover) {
    .news-detail-subhead-line .btn-share:active, .news-detail-subhead-line .btn-share:focus:active, .news-detail-subhead-line .btn-share:hover:active,
    .news-detail-subhead-line .btn-print:active,
    .news-detail-subhead-line .btn-print:focus:active,
    .news-detail-subhead-line .btn-print:hover:active {
        background: transparent;
    }
    .news-detail-subhead-line .btn-share:active .icon, .news-detail-subhead-line .btn-share:focus:active .icon, .news-detail-subhead-line .btn-share:hover:active .icon,
    .news-detail-subhead-line .btn-print:active .icon,
    .news-detail-subhead-line .btn-print:focus:active .icon,
    .news-detail-subhead-line .btn-print:hover:active .icon {
        fill: #ff0000;
    }
}

@media (max-width: 767.98px) and (hover: none) {
    .news-detail-subhead-line .btn-share.touched,
    .news-detail-subhead-line .btn-print.touched {
        background: transparent;
    }
    .news-detail-subhead-line .btn-share.touched .icon,
    .news-detail-subhead-line .btn-print.touched .icon {
        fill: #ff0000;
    }
}

@media (max-width: 767.98px) {
    .news-detail-subhead-line {
        margin-bottom: 36px;
    }
    .news-detail-content h2, .news-detail-content .h2,
    .news-detail-content h3, .news-detail-content .h3,
    .news-detail-content h4, .news-detail-content .h4 {
        margin: 1em 0;
    }
    .news-detail-content .video-item {
        margin-top: 40px;
        margin-left: -24px;
        margin-right: -24px;
    }
}

/* PAGE 404 */
.page-404 .page-title {
    max-width: 900px;
    margin-bottom: 0.45em;
}

.page-404 .page-desc {
    max-width: 610px;
    margin-bottom: 1.5em;
}

@media (min-width: 1600px) {
    .page-404 .page-title {
        font-size: 65px;
    }
}

@media (max-width: 767.98px) {
    .page-404 .page-title {
        margin-bottom: 0.8em;
    }
}

/* SEARCH PAGE */
.search-page .page-title {
    margin-bottom: 0.45em;
}

.search-page .page-head .site-form {
    max-width: 856px;
}

.search-page .page-content .section-title {
    font-weight: 400;
    margin-bottom: 0.5em;
}

.search-page .page-content .result-info {
    display: block;
    color: #909090;
    margin-bottom: 80px;
}

.search-list .list-item {
    margin-bottom: 40px;
}

.search-list .list-item:last-child {
    margin-bottom: 0;
}

.search-item {
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid #dedede;
    font-size: 20px;
    padding-right: 25%;
}

.search-item__content {
    display: block;
    margin-bottom: 0.6em;
}

.search-item__title {
    margin-bottom: 1em;
    display: block;
    font-size: inherit;
    line-height: inherit;
}

.search-item__title:last-child {
    margin-bottom: 0;
}

.search-item__text {
    display: block;
    margin-bottom: 0;
    color: #111;
}

@media (hover: hover) {
    .search-item:hover .search-item__text {
        text-decoration: underline;
    }
}

@media (hover: hover) {
    .search-item:active .search-item__text, .search-item:focus:active .search-item__text, .search-item:hover:active .search-item__text {
        text-decoration: underline;
    }
}

@media (hover: none) {
    .search-item.touched .search-item__text {
        text-decoration: underline;
    }
}

.search-item .tags-list-2,
.search-item .breadcrumb {
    font-size: 16px;
}

.search-item .breadcrumb {
    margin-bottom: 0;
}

.search-item .breadcrumb li:after {
    height: 24px;
}

.search-page .pagination {
    margin-top: 80px;
}

@media (min-width: 1280px) {
    .search-page .page-head {
        margin-bottom: 70px;
    }
}

@media (min-width: 768px) and (max-width: 1599.98px) {
    .search-page .page-title {
        margin-bottom: 0.6em;
    }
    .search-page .page-head .site-form {
        max-width: 630px;
    }
    .search-item {
        font-size: 18px;
    }
    .search-page .page-content .result-info {
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .search-page .page-head {
        margin-bottom: 60px;
    }
    .search-list .list-item {
        margin-bottom: 24px;
    }
}

@media (max-width: 1599.98px) {
    .search-item {
        padding-right: 0;
    }
    .search-page .pagination {
        margin-top: 60px;
    }
}

@media (max-width: 1023.98px) {
    .search-page .page-head .site-form {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .search-page .page-head {
        margin-bottom: 54px;
    }
    .search-page .page-title {
        margin-bottom: 0.6em;
    }
    .search-item {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .search-list .list-item {
        margin-bottom: 20px;
    }
    .tags-list-2,
    .search-item .breadcrumb {
        font-size: 14px;
    }
}

/* PRICES PAGE */
.prices-page .info-sticker .title {
    margin-bottom: 1.5em;
}

.prices-page .page-title {
    margin-bottom: 0.85em;
}

.prices-page .documents-list {
    border-top-color: transparent;
    margin-bottom: -16px;
}

.prices-page .documents-list .list-item:last-child {
    border-bottom-color: transparent;
}

.prices-page-block {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 4px solid #f4f4f4;
}

.prices-page-block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.prices-page-block .section-title {
    margin-bottom: 1.1em;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
    .prices-page-block {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

@media (max-width: 1279.98px) {
    .prices-page .info-sticker {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .prices-page-block .section-title {
        font-size: 20px;
        margin-bottom: 2em;
    }
    .prices-page .page-title {
        margin-bottom: 1em;
    }
    .prices-page-block {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

/* REQUEST PAGE */
.request-page .page-title {
    margin-bottom: 0.9em;
}

@media (max-width: 1279.98px) {
    .request-page .info-sticker {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .request-page .page-title {
        margin-bottom: 0.6em;
    }
    .request-page .page-content {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .request-page .page-title {
        margin-bottom: 1.6em;
    }
    .request-page .gallery {
        margin-bottom: 60px;
    }
}

/* SERVICE PAGE */
.service-page {
    margin-top: -77px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .service-page {
        margin-top: -68px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .service-page {
        margin-top: -120px;
    }
}

.service-page .page-first__title {
    margin-bottom: 0.44444em;
}

.service-page .service-geography__map > ymaps {
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .service-page .benefits-cooperation-item__order-icon {
        width: 50px;
        height: 38px;
    }
    .service-page .valuation-online.consulting {
        margin-bottom: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .service-page .page-first {
        margin-bottom: 80px;
    }
    .service-page .service-info {
        margin-bottom: 80px;
    }
    .service-page .service-types {
        margin-bottom: 80px;
    }
    .service-page .conditions.light {
        margin-bottom: 80px;
    }
    .service-page .valuation-online.consulting {
        margin-bottom: 80px;
    }
}

/* CARD PAGE */
.card-page .page-title {
    margin-bottom: 1.1em;
}

.card-page .page-head .info-sticker-block .info-sticker {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.card-page .page-first {
    height: calc(100vh - 320px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}

.card-page .page-first:before {
    display: none;
}

.card-page .page-first:after {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: static;
    height: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.card-page .page-first__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.card-page .staff .items-list {
    padding-bottom: 66px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
    position: relative;
}

@media (min-width: 768px) {
    .card-page .page-first .info-sticker {
        display: none;
    }
}

@media (min-width: 1280px) {
    .card-page .page-head .page-title {
        margin-bottom: 0;
    }
    .card-page .page-head .info-sticker-block .block-content {
        margin-right: 35%;
    }
}

@media (min-width: 1600px) {
    .card-page .page-head .info-sticker__content {
        min-height: 304px;
    }
    .card-page .page-head {
        margin-bottom: 100px;
    }
    .card-page .page-first {
        margin-bottom: 112px;
    }
    .card-page .service-info {
        margin-bottom: 120px;
    }
    .card-page .service-info .section-desc {
        margin-bottom: 5em;
    }
    .card-page .location-info {
        margin-bottom: 120px;
    }
    .card-page .staff {
        margin-bottom: 120px;
    }
    .card-page .documents {
        margin-bottom: 120px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .card-page .page-first {
        height: calc(100vh - 166px - 80px);
    }
    .card-page .page-head .info-sticker__content {
        min-height: 229px;
    }
}

@media (max-width: 1279.98px) {
    .card-page .staff .items-list {
        padding-bottom: 12px;
    }
    .card-page .documents {
        margin-bottom: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .card-page .page-first {
        height: calc(100vh - 166px - 120px);
        margin-bottom: 80px;
    }
    .card-page .page-title {
        margin-bottom: 0.61538em;
    }
    .card-page .service-info {
        margin-bottom: 80px;
    }
    .card-page .location-info {
        margin-bottom: 100px;
    }
    .card-page .staff {
        margin-bottom: 80px;
    }
    .card-page .valuation-online {
        margin-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    .card-page .page-head .info-sticker {
        display: none;
    }
    .card-page .page-first {
        height: auto;
        overflow: hidden;
    }
    .card-page .page-first:after {
        height: calc(100vh - 355px);
        min-height: 300px;
        width: 200%;
        margin-left: -100%;
    }
    .card-page .page-first .info-sticker {
        margin-right: 0;
        margin-left: 0;
    }
    .card-page .location-info {
        margin-bottom: 120px;
    }
}

/* RULES PAGE */
.rules-page .page-head .page-title {
    margin-bottom: 0;
}

.rules-page .nav-tabs-scroll-container {
    margin-bottom: 72px;
}

.rules-page .pagination {
    margin-top: 80px;
}

@media (min-width: 768px) {
    .rules-page .page-content .pagination-mobile {
        display: none;
    }
}

@media (min-width: 1600px) {
    .rules-page .page-head {
        margin-bottom: 60px;
    }
    .rules-page .nav-tabs-scroll-container {
        padding-bottom: 32px;
    }
    .rules-page .info-sticker-block .block-content {
        margin-right: 87px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .rules-page .page-head {
        margin-bottom: 40px;
    }
    .rules-page .nav-tabs-scroll-container {
        margin-bottom: 54px;
    }
    .info-sticker-block .block-content {
        margin-right: 70px;
    }
    .rules-page .pagination {
        margin-top: 60px;
    }
}

@media (max-width: 1279.98px) {
    .rules-page .page-content .info-sticker {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .rules-page .page-head {
        margin-bottom: 40px;
    }
    .rules-page .nav-tabs-scroll-container {
        margin-bottom: 104px;
    }
    .rules-page .pagination {
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .rules-page .page-head {
        margin-bottom: 32px;
    }
    .rules-page .nav-tabs-scroll-container {
        margin-bottom: 60px;
    }
    .rules-page .pagination {
        display: none;
    }
    .rules-page .page-content .pagination-mobile {
        margin-top: 60px;
    }
}

/* ABOUT PAGE */
.about-page .page-title {
    margin-bottom: 1.6em;
}

.about-page .page-head .info-sticker-block .info-sticker {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.about-page .page-head .info-sticker__btn {
    border-top: 1px solid rgba(244, 244, 244, 0.2);
}

@media (min-width: 1280px) {
    .about-page .page-head .page-title {
        margin-bottom: 0;
    }
    .about-page .page-head .info-sticker-block .block-content {
        margin-right: 35%;
    }
}

@media (min-width: 1600px) {
    .about-page .page-head .info-sticker__content {
        min-height: 240px;
    }
    .about-page .page-head {
        margin-bottom: 100px;
    }
    .about-page .page-first {
        margin-bottom: 126px;
    }
    .about-page .service-info {
        margin-bottom: 120px;
    }
    .about-page .services-list .section-title {
        margin-bottom: 1.6em;
    }
    .about-page .history {
        margin-bottom: 210px;
    }
    .about-page .persons {
        margin-bottom: 180px;
    }
    .about-page .about-info {
        margin-bottom: 155px;
    }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
    .about-page .page-first {
        margin-bottom: 120px;
    }
    .about-page .service-info .section-subtitle {
        margin-bottom: 1.4em;
    }
    .about-page .service-info {
        margin-bottom: 130px;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .about-page .page-head {
        margin-bottom: 185px;
    }
    .about-page .page-first {
        height: calc(100vh - 286px);
        margin-bottom: 160px;
        min-height: 560px;
    }
    .about-page .service-info {
        margin-bottom: 160px;
    }
    .about-page .service-info .section-subtitle {
        margin-bottom: 1.9em;
    }
    .about-page .services-list {
        margin-bottom: 80px;
    }
    .about-page .history {
        margin-bottom: 80px;
    }
    .about-page .persons {
        margin-bottom: 90px;
    }
    .about-page .about-info {
        margin-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    .about-page .page-head .info-sticker-block .info-sticker {
        display: none;
    }
    .about-page .page-first {
        height: calc(100vh - 152px);
        min-height: 460px;
    }
    .about-page .page-first:after {
        background-size: 170% auto;
    }
}

/* FOR DEV ONLY */

/* End */


/* Start:/local/templates/vtorchermet/css/fix.css?1644915349548*/
/* SCROLLING FOR iOS */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.nav-tabs,
		.fancybox-slide,
		.table-scroller,
		.modal-person__info .scroll-content,
		.megamenu,
		.table-wrapper {
			overflow: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}
}
@media not all and (min-resolution:.001dpcm) {
	@media {
		.nav-tabs,
		.fancybox-slide,
		.table-scroller,
		.modal-person__info .scroll-content,
		.megamenu,
		.table-wrapper {
			overflow: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}
}
/* End */


/* Start:/local/templates/vtorchermet/css/custom.css?175086095443883*/
#bx-panel + .header {
	top: 147px;
}
#bx-panel.bx-panel-folded + .header {
	top: 39px;
}

#bx-panel ~ .megamenu {
	top: 216px;
}
#bx-panel.bx-panel-folded ~ .megamenu {
	top: 108px;
}
.info-sticker__phone-desc {
	font-size: 70%;
}
.site-form .personal-agree p label.error {
	margin-left: 0;
}
.form-error-message {
	color: #f32833;
}
.site-form.allow-show-errors .form-control.simple.error {
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1599.98px) {
  .site-form.allow-show-errors .form-control.simple.error {
    border-radius: 21px;
  }
}
@media (min-width: 1600px) {
  .header__top {
    height: 40px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .header__top {
    height: 60px;
  }
}
@media (max-width: 1279px) {
  #bx-panel {
    position: fixed!important;
    width: 100%!important;
  }
}
span.status.hide {
  display: none;
}
/* PHOTO INSIDE CONTACTS ITEM */
.contacts-item .staff-item__person {
  margin-left: 0;
  padding-right: 0;
  width: auto;
  max-width: none;
}
.header-logo img,
.footer-logo img {
  max-height: 44px;
  width: auto;
}

.conditions {
	background-image: url(/local/templates/vtorchermet/css/../images/conditions-bg.png);
	background-size: contain;
}
.persons-item__photo img[data-modal],
.persons-item__title[data-modal] {
  cursor: pointer;
}
.icon-rutube {
  max-width: 40px;
  height: auto;
}

/* TEMP !!!! */
.main-page .services-list {
	padding: 110px 0;
	background-color: #002f6c;
	color: #fff;
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.main-page .services-list {
		padding: 80px 0;
	}
}
@media (max-width: 1279.98px) {
	.main-page .services-list {
		padding: 60px 0;
	}
}
.main-page .services-list .section-title {
	color: inherit;
}

.main-page .services-list .service-item {
	color: #ffffff;
}

@media (hover: hover) {
	.main-page .services-list .service-item:focus {
		color: #ffffff;
		background: transparent;
	}
}

@media (hover: hover) {
	.main-page .services-list .service-item:hover {
		color: #ff0000;
		background: transparent;
	}
}

@media (hover: hover) {
	.main-page .services-list .service-item:active, a:focus:active, a:hover:active {
		color: #bf1d26;
	}
}

@media (hover: none) {
	.main-page .services-list .service-item.touched {
		color: #bf1d26;
	}
}

/* PLACES PAGE */
.places-page {
	margin-top: -77px;
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.places-page {
		margin-top: -68px;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.places-page {
		margin-top: -120px;
	}
}

.places-page .page-first {
	min-height: 420px;
	height: auto;
	padding: 80px 0;
	color: #ffffff;
}
.places-page .page-first__inner {
	vertical-align: top;
}
.places-page .page-first .page-title {
	color: inherit;
	margin-bottom: 0.45em;
}
.places-page .page-first .page-title:last-child {
	margin-bottom: 0;
}
@media (hover: hover) {
	.places-page .page-first .breadcrumb a:hover {
		color: #fff;
	}
}
.places-page .page-first:after {
	display: none;
}
@media (min-width: 1600px) {
	.places-page .page-first {
		margin-bottom: 80px;
	}
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.places-page .page-first .page-title {
		margin-bottom: 0.6em;
	}
	.places-page .page-first {
		min-height: 320px;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.places-page .page-first .page-title {
		margin-bottom: 0.6em;
	}
	.places-page .page-first {
		min-height: 320px;
		margin-bottom: 60px;
	}
}
@media (max-width: 767.98px) {
	.places-page .page-first .page-title {
		margin-bottom: 0.9em;
	}
	.places-page .page-first {
		min-height: 260px;
		margin-bottom: 60px;
	}
}

/* SERVICES PAGE */
.services-page {
	margin-top: -77px;
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.services-page {
		margin-top: -68px;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.services-page {
		margin-top: -120px;
	}
}

.services-page .page-first {
	min-height: 420px;
	height: auto;
	padding: 80px 0;
	color: #ffffff;
}
.services-page .page-first__inner {
	vertical-align: top;
}
.services-page .page-first .page-title {
	color: inherit;
	margin-bottom: 0.45em;
}
.services-page .page-first .page-title:last-child {
	margin-bottom: 0;
}
@media (hover: hover) {
	.services-page .page-first .breadcrumb a:hover {
		color: #fff;
	}
}
.services-page .page-first:after {
	display: none;
}
@media (min-width: 1600px) {
	.services-page .page-first {
		margin-bottom: 80px;
	}
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.services-page .page-first .page-title {
		margin-bottom: 0.6em;
	}
	.services-page .page-first {
		min-height: 320px;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.services-page .page-first .page-title {
		margin-bottom: 0.6em;
	}
	.services-page .page-first {
		min-height: 320px;
		margin-bottom: 60px;
	}
}
@media (max-width: 767.98px) {
	.services-page .page-first .page-title {
		margin-bottom: 0.9em;
	}
	.services-page .page-first {
		min-height: 260px;
		margin-bottom: 60px;
	}
}
.consulting__phone-desc {
	color: #fff;
}

.history-slider .swiper-nav {
	margin-top: 5px;
}

.map-pointer.active {
	border-color: #ff0000;
}

.map-pointer.active:before {
	background: #ff0000;
}

.map-pointer.active.hover {
	border-color: #002f6c;
}

.map-pointer.active.hover:before {
	background: #002f6c;
}

.history {
	padding-bottom: 0!important;
	background-image: none!important;
}
.history-slider {
	padding-bottom: 140px;
	/*background-image: url(/local/templates/vtorchermet/css/../images/history-slider-bg.png);
	background-size: auto calc(1);
	background-position: right bottom;
	background-repeat: no-repeat;*/
}
.history-slider:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 75px;
	background-image: url(/local/templates/vtorchermet/css/../images/history-slider-bg.png);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.history-slider .container {
	position: relative;
	z-index: 1;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
	.history-slider {
		padding-bottom: 170px;
	}
}
@media (max-width: 1279.98px) {
	.history-slider:before {
		top: 0;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.history-slider {
		padding-bottom: 80px;
	}
}
@media (max-width: 767.98px) {
	.history-slider {
		padding-bottom: 60px;
	}
}

html.bx-no-touch body.header-menu-sub-open .header,
html.bx-no-touch body.header-menu-sub-open .site-content,
html.bx-no-touch body.header-menu-sub-open .footer {
	padding-right: 17px;
}
html.bx-no-touch body.header-menu-sub-open .header__top {
	padding-right: 17px;
	margin-right: -17px;
}

html.bx-no-touch body.fancybox-active.compensate-for-scrollbar .header,
html.bx-no-touch body.fancybox-active.compensate-for-scrollbar .site-content,
html.bx-no-touch body.fancybox-active.compensate-for-scrollbar .footer {
	padding-right: 17px;
}
html.bx-no-touch body.fancybox-active.compensate-for-scrollbar .header__top {
	padding-right: 17px;
	margin-right: -17px;
}

.map-pointer {
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
}

.map-pointer:before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
}

.megamenu {
	z-index: 51;
}

/* 20.12.2023 */
.faq-page-new {
	margin-top: -77px;
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.faq-page-new {
		margin-top: -68px;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.faq-page-new {
		margin-top: -120px;
	}
}
.faq-page-new .page-first {
	min-height: 520px;
	height: auto;
	padding: 80px 0;
	color: #fff;
}
.faq-page-new .page-first__inner {
	vertical-align: top;
}
.faq-page-new .page-first .page-title {
	color: inherit;
	margin-bottom: 0.45em;
}
@media (hover: hover) {
	.faq-page-new .page-first .breadcrumb a:hover {
		color: #fff;
	}
}
.faq-page-new .page-first:after {
	display: none;
}
.faq-page-new .page-first .nav-tabs-scroll-container {
	margin-bottom: 0;
}
.faq-page-new .page-first .breadcrumb {
	margin-bottom: 16px;
}
.faq-page-new .page-first .faq-head__form {
	max-width: 440px;
	margin-bottom: 60px;
}
@media (hover: hover) {
	.faq-page-new .page-first .nav-tabs a:hover {
		color: #fff;
	}
}
.faq-page-new .page-first .nav-tabs a.active {
	color: #fff;
}
@media (hover: hover) {
	.faq-page-new .page-first .nav-tabs a.active:hover {
		color: #fff;
	}
}
.faq-page-new .page-first .page-first__text {
	margin-right: 0;
	margin-bottom: 0;
}
.faq-page-new .page-first .swiper-button {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}
@media (hover: hover) {
	.faq-page-new .page-first .swiper-button:hover {
		border-color: #fff;
		background-color: #fff;
		color: #0041a0;
	}
}
.faq-page-new .page-first .swiper-button.swiper-button-disabled {
	border-color: #fff !important;
	background-color: transparent !important;
	color: #fff !important;
	opacity: 0.5;
}
@media (min-width: 1600px) {
	.faq-page-new .page-first {
		margin-bottom: 80px;
	}
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.faq-page-new .page-first {
		min-height: 383px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.faq-page-new .page-first .page-title {
		margin-bottom: 0.6em;
	}
	.faq-page-new .page-first .faq-head__form {
		margin-bottom: 40px;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.faq-page-new .page-first {
		min-height: 400px;
		padding-top: 120px;
		padding-bottom: 50px;
		margin-bottom: 60px;
	}
	.faq-page-new .page-first .page-title {
		margin-bottom: 0.6em;
	}
	.faq-page-new .page-first .faq-head__form {
		max-width: 400px;
		margin-bottom: 40px;
	}
}
@media (max-width: 767.98px) {
	.faq-page-new .page-first {
		min-height: 345px;
		margin-bottom: 60px;
		table-layout: fixed;
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.faq-page-new .page-first:before {
		display: none;
	}
	.faq-page-new .page-first .page-title {
		margin-bottom: 0.9em;
	}
	.faq-page-new .page-first .faq-head__form {
		margin-bottom: 33px;
	}
}
.footer .footer-service-btn {
	color: #fff;
}
@media (hover: hover) {
	.footer .footer-service-btn:hover {
		background: #bf1d26;
		color: #fff;
	}
}
@media (max-width: 767.98px) {
	.footer {
		padding-bottom: 90px;
	}
	.footer .footer-service-btn {
		width: 100%;
	}
}

/* 26.12.2023 */
.rules-item .buttons-line {
	margin-top: 24px;
}
@media (max-width: 767.98px) {
	.rules-item .buttons-line {
		margin: 16px -5px -10px;
	}
	.rules-item .buttons-line > * {
		margin: 0 5px 10px;
	}
}
.info-sticker--person .info-sticker__content {
	padding-bottom: 45px;
}
.info-sticker--person .info-sticker__person-photo {
	margin-bottom: 20px;
}
.info-sticker--person .info-sticker__person-photo img {
	max-width: 200px;
}
.info-sticker--person .info-sticker__content p.info-sticker__person-info {
	margin-bottom: 2.5em;
}
.info-sticker--person .info-sticker__btn.info-sticker__btn-sticky.fixed {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.info-sticker--person .info-sticker__btn.info-sticker__btn-sticky.fixed:not(.shown) {
	z-index: -1000;
	visibility: hidden;
	pointer-events: none;
}
.info-sticker--person .info-sticker__btn.info-sticker__btn-sticky.fixed.shown {
	z-index: 50;
}
@media (min-width: 1280px) {
	.info-sticker--person .info-sticker__btn.info-sticker__btn-sticky.fixed {
		display: none !important;
	}
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.info-sticker--person .info-sticker__content {
		padding: 16px 20px 30px;
	}
	.info-sticker--person .info-sticker__content p.info-sticker__person-info {
		margin-bottom: 1.875em;
	}
	.info-sticker--person .info-sticker__btn {
		padding: 20px;
	}
	.info-sticker--person .info-sticker__person-photo img {
		max-width: 140px;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.rules-page.scrap-catalog-page .page-content .info-sticker {
		display: block;
		margin-top: 60px;
	}
	.rules-page.scrap-catalog-page .page-content .info-sticker--person {
		width: 100%;
		margin-left: 0;
	}
	.info-sticker--person .info-sticker__content {
		padding: 16px 1px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		min-height: 0;
	}
	.info-sticker--person .info-sticker__content > * {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 0;
	}
	.info-sticker--person .info-sticker__content > .info-sticker__person-photo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0;
	}
	.info-sticker--person .info-sticker__person-photo img {
		width: 140px;
	}
	.info-sticker--person .info-sticker__person-info {
		margin-bottom: 0;
	}
	.info-sticker--person .info-sticker__btn {
		padding: 20px;
	}
}
@media (max-width: 767.98px) {
	.rules-page.scrap-catalog-page .page-content .info-sticker {
		display: block;
		margin-top: 24px;
	}
	.rules-page.scrap-catalog-page .page-content .info-sticker--person {
		width: 100%;
		margin-left: 0;
	}
	.info-sticker--person .info-sticker__content {
		padding: 16px;
		min-height: 0;
	}
	.info-sticker--person .info-sticker__person-photo {
		margin-bottom: 10px;
	}
	.info-sticker--person .info-sticker__person-photo img {
		width: 140px;
	}
	.info-sticker--person .info-sticker__person-info {
		margin-bottom: 2.14286em;
	}
	.info-sticker--person .info-sticker__btn {
		padding: 20px;
	}
}

/* 26.12.2023 */
.rules-item .buttons-line {
	margin-top: 24px;
}

@media (max-width: 767.98px) {
	.rules-item .buttons-line {
		margin: 16px -5px -10px;
	}
	.rules-item .buttons-line > * {
		margin: 0 5px 10px;
	}
}

.info-sticker--person .info-sticker__content {
	padding-bottom: 45px;
}

.info-sticker--person .info-sticker__person-photo {
	margin-bottom: 20px;
}

.info-sticker--person .info-sticker__person-photo img {
	max-width: 200px;
}

.info-sticker--person .info-sticker__content p.info-sticker__person-info {
	margin-bottom: 2.5em;
}

.info-sticker--person .info-sticker__btn.info-sticker__btn-sticky.fixed {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

.info-sticker--person .info-sticker__btn.info-sticker__btn-sticky.fixed:not(.shown) {
	z-index: -1000;
	visibility: hidden;
	pointer-events: none;
}

.info-sticker--person .info-sticker__btn.info-sticker__btn-sticky.fixed.shown {
	z-index: 50;
}

@media (min-width: 1280px) {
	.info-sticker--person .info-sticker__btn.info-sticker__btn-sticky.fixed {
		display: none !important;
	}
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
	.info-sticker--person .info-sticker__content {
		padding: 16px 20px 30px;
	}
	.info-sticker--person .info-sticker__content p.info-sticker__person-info {
		margin-bottom: 1.875em;
	}
	.info-sticker--person .info-sticker__btn {
		padding: 20px;
	}
	.info-sticker--person .info-sticker__person-photo img {
		max-width: 140px;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.rules-page.scrap-catalog-page .page-content .info-sticker {
		display: block;
		margin-top: 60px;
	}
	.rules-page.scrap-catalog-page .page-content .info-sticker--person {
		width: 100%;
		margin-left: 0;
	}
	.info-sticker--person .info-sticker__content {
		padding: 16px 1px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		min-height: 0;
	}
	.info-sticker--person .info-sticker__content > * {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 0;
	}
	.info-sticker--person .info-sticker__content > .info-sticker__person-photo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0;
	}
	.info-sticker--person .info-sticker__person-photo img {
		width: 140px;
	}
	.info-sticker--person .info-sticker__person-info {
		margin-bottom: 0;
	}
	.info-sticker--person .info-sticker__btn {
		padding: 20px;
	}
}

@media (max-width: 767.98px) {
	.rules-page.scrap-catalog-page .page-content .info-sticker {
		display: block;
		margin-top: 24px;
	}
	.rules-page.scrap-catalog-page .page-content .info-sticker--person {
		width: 100%;
		margin-left: 0;
	}
	.info-sticker--person .info-sticker__content {
		padding: 16px;
		min-height: 0;
	}
	.info-sticker--person .info-sticker__person-photo {
		margin-bottom: 10px;
	}
	.info-sticker--person .info-sticker__person-photo img {
		width: 140px;
	}
	.info-sticker--person .info-sticker__person-info {
		margin-bottom: 2.14286em;
	}
	.info-sticker--person .info-sticker__btn {
		padding: 20px;
	}
}

/* BUYERS PAGE */
.buyers-page {
	margin-top: -77px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
	.buyers-page {
		margin-top: -68px;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.buyers-page {
		margin-top: -120px;
	}
}

.buyers-auctions {
	color: #fff;
}

.buyers-auctions__wrapper {
	background: #002f6c;
	padding: 73px 520px 72px 60px;
	position: relative;
}

.buyers-auctions__content {
	max-width: 730px;
}

.buyers-auctions .section-title {
	color: inherit;
	margin-bottom: 30px;
	line-height: 1;
}

.buyers-auctions .section-title b {
	font-weight: 600;
}

.buyers-auctions .section-desc {
	margin-bottom: 30px;
}

.buyers-auctions .section-desc p:last-child {
	margin-bottom: 0;
}

.buyers-auctions__btn-catalog .icon {
	width: 20px;
}

.buyers-auctions__image img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
	display: none;
}

.buyers-auctions__content,
.buyers-auctions .buttons-line {
	position: relative;
	z-index: 1;
}

.buyers-in-stock__wrapper {
	border: 1px solid #dedede;
	padding: 73px 520px 72px 60px;
	position: relative;
}

.buyers-in-stock__content {
	max-width: 730px;
}

.buyers-in-stock .section-title {
	color: #002f6c;
	margin-bottom: 30px;
	line-height: 1;
}

.buyers-in-stock .section-title b {
	font-weight: 600;
}

.buyers-in-stock .section-desc {
	margin-bottom: 30px;
}

.buyers-in-stock .section-desc p:last-child {
	margin-bottom: 0;
}

.buyers-in-stock__btn-place {
	font-weight: 600;
}

.buyers-in-stock__btn-place .icon {
	width: 30px;
	margin-left: 10px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.buyers-in-stock__image img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
	display: none;
}

.buyers-in-stock__content,
.buyers-in-stock .buttons-line {
	position: relative;
	z-index: 1;
}

.btn-light {
	background: #f4f4f4;
	color: #002f6c;
}

@media (hover: hover) {
	.btn-light:focus {
		background: #f4f4f4;
		color: #002f6c;
	}
}

@media (hover: hover) {
	.btn-light:hover {
		background: #0041a0;
		color: #fff;
	}
}

@media (hover: hover) {
	.btn-light:active, .btn-light:focus:active, .btn-light:hover:active {
		background: #0041a0;
		color: #fff;
	}
}

@media (hover: none) {
	.btn-light.touched {
		background: #0041a0;
		color: #fff;
	}
}

.btn-light:disabled, .btn-light[disabled], .btn-light.disabled {
	cursor: default;
}

.btn-light:disabled, .btn-light:disabled:active, .btn-light:disabled:focus:active, .btn-light:disabled:hover:active, .btn-light[disabled], .btn-light[disabled]:active, .btn-light[disabled]:focus:active, .btn-light[disabled]:hover:active, .btn-light.disabled, .btn-light.disabled:active, .btn-light.disabled:focus:active, .btn-light.disabled:hover:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #909090;
	background: #f4f4f4;
}

.buyers-consulting {
	color: #fff;
}

.buyers-consulting__wrapper {
	background-color: #002f6c;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.buyers-consulting__content {
	width: 520px;
	max-width: 520px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: center;
	align-self: center;
}

.buyers-consulting .section-title {
	color: inherit;
	margin-bottom: 30px;
}

.buyers-consulting .section-title b {
	font-weight: 600;
}

.buyers-consulting .section-desc {
	margin-bottom: 30px;
}

.buyers-consulting .section-desc p:last-child {
	margin-bottom: 0;
}

.buyers-consulting__person {
	position: relative;
	margin-bottom: -20px;
	margin-top: -150px;
	padding: 18px 20px;
	background: #f4f4f4;
	color: #111111;
	width: 372px;
	max-width: 372px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: auto;
}

.buyers-consulting__person-photo {
	margin-bottom: 20px;
}

.buyers-consulting__person-photo img {
	max-width: 200px;
}

.buyers-consulting__person-info {
	margin-bottom: 30px;
}

.buyers-consulting__person-contacts {
	font-size: 17px;
}

.buyers-consulting__person-contacts a {
	display: inline-block;
	max-width: 100%;
}

.buyers-catalog .items-list {
	margin-bottom: 0;
}

.buyers-catalog .list-item {
	margin-bottom: 0;
}

.buyers-catalog-item {
	padding: 40px 0;
	border-bottom: 1px solid #dedede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.buyers-catalog-item:first-child {
	border-top: 1px solid #dedede;
}

.buyers-catalog-item__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	max-width: 34%;
	width: 34%;
	padding-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.buyers-catalog-item__title, .buyers-catalog-item__desc, .buyers-catalog-item__buttons {
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.buyers-catalog-item__title {
	margin-bottom: 0;
}

.buyers-catalog-item__desc {
	color: #909090;
	font-weight: 600;
	margin-bottom: auto;
}

.buyers-catalog-item__buttons {
	margin-top: 40px;
	display: none;
}

.buyers-catalog-item__slider {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66%;
	flex: 0 0 66%;
	max-width: 66%;
	width: 66%;
}

.buyers-catalog-item__list-item-image {
	position: relative;
	padding-top: 100%;
	margin-bottom: 12px;
}

.buyers-catalog-item__list-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.buyers-catalog-item__list-item-content {
	position: relative;
}

.buyers-catalog-item__list-item-type {
	color: #ff0000;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 600;
	margin-bottom: 0;
}

.buyers-catalog-item__list-item-title {
	font-weight: 600;
	color: #002f6c;
	padding-left: 50px;
	margin-bottom: 12px;
}

.buyers-catalog-item__list-item-text {
	color: #8f8f8f;
	font-size: 14px;
}

.buyers-faq {
	position: relative;
}

.buyers-faq__image img {
	position: absolute;
	right: 0;
	top: -80px;
	height: calc(100% + 160px);
	width: auto;
	display: none;
}

.buyers-faq .faq-list {
	max-width: 1060px;
	position: relative;
	z-index: 1;
}

@media (min-width: 1280px) {
	.buyers-auctions {
		margin-bottom: 80px;
	}
	.buyers-auctions__image img.desk {
		display: block;
	}
	.buyers-in-stock {
		margin-bottom: 120px;
	}
	.buyers-in-stock__image img.desk {
		display: block;
	}
	.buyers-consulting {
		margin-bottom: 80px;
	}
	.buyers-catalog {
		margin-bottom: 80px;
	}
	.buyers-catalog-item__buttons.desk {
		display: block;
	}
	.buyers-faq {
		margin-bottom: 80px;
	}
}

@media (min-width: 1600px) {
	@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
		.buyers-catalog-item__list-item-text {
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}
	}
	.buyers-faq img.buyers-faq__bg.l-desk {
		display: block;
	}
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
	.buyers-auctions__wrapper {
		padding: 50px 370px 50px 40px;
	}
	.buyers-auctions__content {
		max-width: 760px;
	}
	.buyers-auctions .section-title {
		margin-bottom: 20px;
	}
	.buyers-auctions .section-desc {
		margin-bottom: 20px;
	}
	.buyers-auctions__btn-catalog .icon {
		width: 20px;
	}
	.buyers-in-stock__wrapper {
		padding: 50px 370px 50px 40px;
	}
	.buyers-in-stock__content {
		max-width: 550px;
	}
	.buyers-in-stock .section-title {
		margin-bottom: 20px;
	}
	.buyers-in-stock .section-desc {
		margin-bottom: 20px;
	}
	.buyers-in-stock__btn-place .icon {
		width: 20px;
		margin-left: 5px;
	}
	.buyers-consulting__wrapper {
		padding: 50px 40px;
	}
	.buyers-consulting__content {
		width: 520px;
		max-width: 520px;
	}
	.buyers-consulting .section-title {
		margin-bottom: 20px;
	}
	.buyers-consulting .section-desc {
		margin-bottom: 20px;
	}
	.buyers-consulting__person {
		margin-bottom: -20px;
		margin-top: -100px;
		padding: 16px;
		width: 284px;
		max-width: 284px;
	}
	.buyers-consulting__person-photo {
		margin-bottom: 14px;
	}
	.buyers-consulting__person-photo img {
		max-width: 140px;
	}
	.buyers-consulting__person-info {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.buyers-consulting__person-contacts {
		font-size: 14px;
	}
	.buyers-catalog-item__desc {
		font-size: 16px;
	}
	.buyers-catalog-item__list-item-image {
		margin-bottom: 8px;
	}
	.buyers-catalog-item__list-item-type {
		font-size: 16px;
	}
	.buyers-catalog-item__list-item-title {
		font-size: 16px;
		margin-bottom: 8px;
		padding-left: 40px;
	}
	@supports (display: -webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical) {
		.buyers-catalog-item__list-item-text {
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}
	}
	.buyers-faq .faq-list {
		max-width: 790px;
	}
	.buyers-faq img.buyers-faq__bg.s-desk {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.buyers-auctions {
		margin-bottom: 80px;
	}
	.buyers-auctions__wrapper {
		padding: 40px 300px 40px 30px;
	}
	.buyers-auctions__content {
		max-width: 380px;
	}
	.buyers-auctions .section-title {
		margin-bottom: 20px;
	}
	.buyers-auctions .section-desc {
		margin-bottom: 20px;
	}
	.buyers-auctions__image img.tab {
		display: block;
	}
	.buyers-auctions__btn-catalog .icon {
		width: 20px;
	}
	.buyers-in-stock {
		margin-bottom: 120px;
	}
	.buyers-in-stock__wrapper {
		padding: 33px 230px 33px 30px;
	}
	.buyers-in-stock__content {
		max-width: 413px;
	}
	.buyers-in-stock .section-title {
		margin-bottom: 20px;
	}
	.buyers-in-stock .section-desc {
		margin-bottom: 20px;
	}
	.buyers-in-stock .buttons-line {
		margin: 0 -6px -12px;
	}
	.buyers-in-stock .buttons-line > * {
		margin: 0 6px 12px;
	}
	.buyers-in-stock__btn-place .icon {
		width: 20px;
		margin-left: 5px;
	}
	.buyers-in-stock__image img.tab {
		display: block;
	}
	.buyers-consulting {
		margin-bottom: 80px;
	}
	.buyers-consulting__wrapper {
		padding: 40px 30px;
	}
	.buyers-consulting__content {
		width: 275px;
		max-width: 275px;
	}
	.buyers-consulting .section-title {
		margin-bottom: 20px;
	}
	.buyers-consulting .section-desc {
		margin-bottom: 20px;
	}
	.buyers-consulting__person {
		margin-bottom: -20px;
		margin-top: -80px;
		padding: 16px;
		width: 284px;
		max-width: 284px;
	}
	.buyers-consulting__person-photo {
		margin-bottom: 14px;
	}
	.buyers-consulting__person-photo img {
		max-width: 140px;
	}
	.buyers-consulting__person-info {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.buyers-consulting__person-contacts {
		font-size: 14px;
	}
	.buyers-catalog {
		margin-bottom: 80px;
	}
	.buyers-catalog-item {
		padding-top: 30px;
		padding-bottom: 30px;
		display: block;
	}
	.buyers-catalog-item__info {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
		display: block;
	}
	.buyers-catalog-item__desc {
		font-size: 16px;
	}
	.buyers-catalog-item__slider {
		width: 100%;
		max-width: 100%;
	}
	.buyers-catalog-item__buttons {
		margin-top: 30px;
	}
	.buyers-catalog-item__buttons.tab {
		display: block;
	}
	.buyers-catalog-item__list-item-image {
		margin-bottom: 8px;
	}
	.buyers-catalog-item__list-item-type {
		font-size: 16px;
	}
	.buyers-catalog-item__list-item-title {
		font-size: 16px;
		margin-bottom: 8px;
		padding-left: 40px;
	}
	@supports (display: -webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical) {
		.buyers-catalog-item__list-item-text {
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}
	}
	.buyers-faq {
		margin-bottom: 80px;
	}
	.buyers-faq__image img {
		display: none;
	}
	.buyers-faq .faq-list {
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.buyers-auctions {
		margin-bottom: 60px;
	}
	.buyers-auctions__wrapper {
		padding: 20px;
	}
	.buyers-auctions__content {
		max-width: 100%;
	}
	.buyers-auctions .section-title {
		margin-bottom: 20px;
	}
	.buyers-auctions .section-desc {
		margin-bottom: 20px;
	}
	.buyers-in-stock {
		margin-bottom: 60px;
	}
	.buyers-in-stock__wrapper {
		padding: 20px;
	}
	.buyers-in-stock__content {
		max-width: 100%;
	}
	.buyers-in-stock .section-title {
		margin-bottom: 20px;
	}
	.buyers-in-stock .section-desc {
		margin-bottom: 20px;
	}
	.buyers-in-stock .buttons-line {
		margin: 0 -6px -12px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.buyers-in-stock .buttons-line > * {
		margin: 0 6px 12px;
	}
	.buyers-in-stock__btn-place {
		font-size: 14px;
	}
	.buyers-in-stock__btn-place .icon {
		margin-left: 5px;
		width: 20px;
	}
	.buyers-consulting {
		margin-bottom: 60px;
	}
	.buyers-consulting__wrapper {
		padding: 0;
		display: block;
	}
	.buyers-consulting__content {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		background: inherit;
	}
	.buyers-consulting .section-title {
		margin-bottom: 20px;
	}
	.buyers-consulting .section-desc {
		margin-bottom: 20px;
	}
	.buyers-consulting__person {
		margin-bottom: 0;
		margin-top: 0;
		padding: 16px;
		width: 100%;
		max-width: 100%;
	}
	.buyers-consulting__person-photo {
		margin-bottom: 14px;
	}
	.buyers-consulting__person-photo img {
		max-width: 140px;
	}
	.buyers-consulting__person-info {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.buyers-consulting__person-contacts {
		font-size: 14px;
	}
	.buyers-catalog {
		margin-bottom: 120px;
	}
	.buyers-catalog-item {
		padding-top: 30px;
		padding-bottom: 30px;
		display: block;
	}
	.buyers-catalog-item__info {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
		display: block;
	}
	.buyers-catalog-item__desc {
		font-size: 16px;
	}
	.buyers-catalog-item__slider {
		width: 100%;
		max-width: 100%;
	}
	.buyers-catalog-item__slider .swiper-slide {
		width: 168px;
		max-width: 168px;
	}
	.buyers-catalog-item__buttons {
		margin-top: 30px;
	}
	.buyers-catalog-item__buttons.tab {
		display: block;
	}
	.buyers-catalog-item__list-item-image {
		margin-bottom: 8px;
	}
	.buyers-catalog-item__list-item-type {
		font-size: 16px;
	}
	.buyers-catalog-item__list-item-title {
		font-size: 16px;
		margin-bottom: 8px;
		padding-left: 40px;
	}
	@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
		.buyers-catalog-item__list-item-text {
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}
	}
	.buyers-faq {
		margin-bottom: 120px;
	}
	.buyers-faq__image img {
		display: none;
	}
	.buyers-faq .faq-list {
		max-width: 100%;
	}
}

/* CARD PAGE */
.card-page .page-title {
	margin-bottom: 1.1em;
}

.card-page .page-head .info-sticker-block .info-sticker {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.card-page .page-first {
	height: calc(100vh - 320px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}

.card-page .page-first:before {
	display: none;
}

.card-page .page-first:after {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: static;
	height: auto;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.card-page .page-first__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.card-page .staff .items-list {
	padding-bottom: 66px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 0;
	position: relative;
}

@media (min-width: 768px) {
	.card-page .page-first .info-sticker {
		display: none;
	}
}

@media (min-width: 1280px) {
	.card-page .page-head .page-title {
		margin-bottom: 0;
	}
	.card-page .page-head .info-sticker-block .block-content {
		margin-right: 35%;
	}
}

@media (min-width: 1600px) {
	.card-page .page-head .info-sticker__content {
		min-height: 304px;
	}
	.card-page .page-head {
		margin-bottom: 100px;
	}
	.card-page .page-first {
		margin-bottom: 112px;
	}
	.card-page .service-info {
		margin-bottom: 120px;
	}
	.card-page .service-info .section-desc {
		margin-bottom: 5em;
	}
	.card-page .location-info {
		margin-bottom: 120px;
	}
	.card-page .staff {
		margin-bottom: 120px;
	}
	.card-page .documents {
		margin-bottom: 120px;
	}
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
	.card-page .page-first {
		height: calc(100vh - 166px - 80px);
	}
	.card-page .page-head .info-sticker__content {
		min-height: 229px;
	}
}

@media (max-width: 1279.98px) {
	.card-page .staff .items-list {
		padding-bottom: 12px;
	}
	.card-page .documents {
		margin-bottom: 80px;
	}
}

@media (min-width: 768px) and (max-width: 1279.98px) {
	.card-page .page-first {
		height: calc(100vh - 166px - 120px);
		margin-bottom: 80px;
	}
	.card-page .page-title {
		margin-bottom: 0.61538em;
	}
	.card-page .service-info {
		margin-bottom: 80px;
	}
	.card-page .location-info {
		margin-bottom: 100px;
	}
	.card-page .staff {
		margin-bottom: 80px;
	}
	.card-page .valuation-online {
		margin-bottom: 80px;
	}
}

@media (max-width: 767.98px) {
	.card-page .page-head .info-sticker {
		display: none;
	}
	.card-page .page-first {
		height: auto;
		overflow: hidden;
	}
	.card-page .page-first:after {
		height: calc(100vh - 355px);
		min-height: 300px;
		width: 200%;
		margin-left: -100%;
	}
	.card-page .page-first .info-sticker {
		margin-right: 0;
		margin-left: 0;
	}
	.card-page .location-info {
		margin-bottom: 120px;
	}
}

/* SCRAP-CARD PAGE */
.scrap-card-page .page-title {
	font-size: 46px;
	line-height: 100%;
	font-weight: 600;
	color: #111;
}

.scrap-card-page .page-title span {
	color: #ff0000;
}

.scrap-card__description p {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: #111;
}

.scrap-card__description p:last-of-type {
	margin-bottom: 0;
}

.scrap-card__contents, .scrap-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 60px;
}

.scrap-card__sliders {
	max-width: 454px;
}

.scrap-card__sliders .swiper {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.scrap-card__description {
	max-width: 613px;
}

.scrap-card__slider {
	margin-bottom: 20px;
}

.scrap-card__slider-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.scrap-card__slider-nav {
	max-width: 278px;
}

.scrap-card__slider-nav .swiper-slide {
	cursor: pointer;
}

.scrap-card__slider-nav .swiper-slide-thumb-active {
	padding-bottom: 8px;
	border-bottom: 4px solid #ff0000;
}

@media (max-width: 1280px) {
	.scrap-card-page .page-title {
		font-size: 32px;
	}
	.scrap-card__content, .scrap-card__content {
		gap: 40px;
	}
	.scrap-card__sliders {
		max-width: 381px;
	}
	.scrap-card__slider-nav {
		max-width: 236px;
	}
	.scrap-card__slider-nav .swiper-slide-active {
		padding-bottom: 6px;
	}
}

@media (max-width: 1280px) {
	.scrap-card__contents, .scrap-card__content {
		gap: 24px;
	}
	.scrap-card__sliders {
		max-width: 347px;
	}
}

@media (max-width: 992px) {
	.scrap-card__content {
		margin-bottom: 38px;
	}
	.scrap-card__contents {
		display: block;
	}
	.scrap-card__contents .info-sticker {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.scrap-card__content {
		margin-bottom: 30px;
		display: block;
	}
	.scrap-card__sliders {
		margin-bottom: 24px;
		max-width: none;
	}
	.scrap-card__sliders .swiper-nav {
		display: none;
	}
	.scrap-card__slider-nav {
		max-width: 218px;
	}
	.scrap-card__slider-nav .swiper-slide-active {
		padding-bottom: 5px;
	}
}

/* 29.01.2024 */
.buyers-page .contacts-callback .section-title {
	font-weight: 400;
}
.buyers-page .contacts-callback .section-title b {
	font-weight: 600;
}
@media (min-width: 1280px) {
	.buyers-catalog-item__info {
		padding-right: 16px;
	}
}
.buyers-page .faq-item__icon,
.buyers-page .faq-item__icon:focus {
	color: #0041a0;
}
.buyers-page .faq-item__icon:hover,
.buyers-page .faq-item__icon:active {
	color: #002f6c;
}
.buyers-page {
	margin-bottom: -160px;
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.buyers-page {
		margin-bottom: -80px;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.buyers-page {
		margin-bottom: -120px;
	}
}
@media (max-width: 767.98px) {
	.buyers-page {
		margin-bottom: -80px;
	}
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.header-submenu__inner {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.buyers-catalog-item__list-item-text {
	overflow: hidden;
}
.scrap-card__slider-nav .swiper-slide-thumb-active.swiper-slide-duplicate {
	border-bottom-color: transparent;
}

.buyers-faq__image img.buyers-faq__bg {
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
	width: 430px;
}
@media (min-width: 1280px) {
	section.buyers-catalog {
		margin-bottom: 0;
	}
	section.buyers-faq {
		margin-bottom: 0;
		padding-top: 80px;
		padding-bottom: 80px;
		overflow: hidden;
	}
	.buyers-faq__image img.buyers-faq__bg {
		display: block;
	}
}
@media (min-width: 1600px) {
	.buyers-faq__image img.buyers-faq__bg {
		width: 545px;
	}
}
@media (max-width: 767.98px) {
	.scrap-catalog-page .page-content .rules-list + [data-entity="pagination"] .pagination-mobile {
		margin-top: 24px;
	}
}

@media (max-width: 1279.98px) {
	.rules-page .page-content .info-sticker {
		display: block;
		margin-top: 60px;
		margin-left: 0;
	}
}
@media (max-width: 767.98px) {
	.valuation-online.consulting {
		background-image: none;
	}
}
.header-item__window .form-group.hidden,
.megamenu-item__form .form-group.hidden {
	display: none;
}

.buyers-catalog-item__list-item .buyers-catalog-item__list-item-type {
	position: static;
	display: inline;
}
.buyers-catalog-item__list-item .buyers-catalog-item__list-item-title {
	display: inline;
	padding-left: 0;
}
.buyers-catalog-item__list-item .buyers-catalog-item__list-item-text {
	margin-top: 12px;
}
@media (max-width: 1599.98px) {
	.buyers-catalog-item__list-item .buyers-catalog-item__list-item-text {
		margin-top: 8px;
	}
}

.buyers-auctions__wrapper {
	color: #fff;
}
.buyers-auctions__wrapper .section-title {
	color: #fff;
}
.buyers-in-stock__wrapper {
	color: #111;
}
@media (min-width: 1280px) {
	.buyers-auctions__wrapper.sm {
		padding: 24px 24% 24px 32px;
	}
	.buyers-auctions.buyers-in-stock .buyers-auctions__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.buyers-auctions.buyers-in-stock .buyers-auctions__content,
	.buyers-auctions.buyers-in-stock .buyers-auctions__wrapper .buttons-line {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.buyers-auctions.buyers-in-stock .buyers-auctions__wrapper .buttons-line {
		margin-top: auto;
	}
	.buyers-auctions__wrapper.sm .buyers-auctions__image img {
		top: auto;
		bottom: 0;
		max-height: 100%;
	}
	.buyers-auctions__wrapper .section-title {
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.buyers-in-stock__wrapper.sm {
		padding: 24px 15% 24px 32px;
	}
	.buyers-auctions.buyers-in-stock .buyers-in-stock__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.buyers-auctions.buyers-in-stock .buyers-in-stock__content,
	.buyers-auctions.buyers-in-stock .buyers-in-stock__wrapper .buttons-line {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.buyers-auctions.buyers-in-stock .buyers-in-stock__wrapper .buttons-line {
		margin-top: auto;
	}
	.buyers-in-stock__wrapper.sm .buyers-in-stock__image img {
		top: 5%;
		height: auto;
	}
	.buyers-in-stock__wrapper .section-title {
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.buyers-in-stock__wrapper.sm .buyers-in-stock__btn-place {
		padding: 10px 20px;
		height: 42px;
		font-weight: 400;
	}
	.buyers-in-stock__wrapper.sm .buyers-in-stock__btn-place .icon {
		width: 24px;
		margin-left: 3px;
	}
	.buyers-auctions.buyers-in-stock .buyers-in-stock__wrapper.sm .section-desc {
		max-width: 380px;
	}
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.buyers-auctions__wrapper.sm .buyers-auctions__image img {
		top: auto;
		bottom: 0;
		max-height: 100%;
	}
	.buyers-in-stock__wrapper.sm .buyers-in-stock__image img {
		top: 8%;
		max-width: 200px;
	}
}
@media (min-width: 1600px) {
	.buyers-auctions__wrapper.sm {
		padding: 32px 24% 32px 40px;
	}
	.buyers-auctions__wrapper .section-title {
		font-size: 32px;
	}

	.buyers-in-stock__wrapper.sm {
		padding: 32px 20% 32px 40px;
	}
	.buyers-auctions.buyers-in-stock .buyers-in-stock__wrapper.sm .section-desc {
		max-width: 530px;
	}

	.buyers-auctions.buyers-in-stock .buyers-auctions__wrapper,
	.buyers-auctions.buyers-in-stock .buyers-in-stock__wrapper {
		min-height: 420px;
	}
	.buyers-in-stock__wrapper .section-title {
		font-size: 32px;
	}
}
/* End */


/* Start:/local/components/indexis/search.title/templates/search/style.css?1644792285149*/
.title-search-result .dropdown-items {
	max-width: 440px;
}
.title-search-result .dropdown-items a:not(:hover) b {
	color: #111;
	font-weight: 600;
}
/* End */
/* /local/templates/vtorchermet/css/reset.css?16446084017076 */
/* /local/templates/vtorchermet/libs/selectric/selectric.min.css?16446084013189 */
/* /local/templates/vtorchermet/libs/fancybox/jquery.fancybox.min.css?164460840112795 */
/* /local/templates/vtorchermet/libs/swiper/swiper.min.css?164460840119778 */
/* /local/templates/vtorchermet/css/styles.css?1721200543372996 */
/* /local/templates/vtorchermet/css/fix.css?1644915349548 */
/* /local/templates/vtorchermet/css/custom.css?175086095443883 */
/* /local/components/indexis/search.title/templates/search/style.css?1644792285149 */
