

/* Start:/local/templates/intermoda2018/assets/styles/styles.app.css?1696707649263255*/
.icon {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.icon-left {
    margin-right: 5px;
}

.icon-right {
    margin-left: 5px;
}

.icon-liked {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/other.png");
    background-position: 0px -163px;
    width: 21px;
    height: 18px;
}

.icon-phone {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/other.png");
    background-position: -174px 0px;
    width: 20px;
    height: 20px;
}

.icon-skype {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/other.png");
    background-position: -93px -130px;
    width: 20px;
    height: 20px;
}

.form-group-calendar .form-control[readonly] {
    background-color: #ffffff;
}

.form-group-calendar:not(.is-open) .icon-calendar {
    top: 15px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/calendar.svg");
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
}

.form-group-calendar.is-open .icon-calendar {
    top: 13px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/calendar-open.svg");
    background-size: 100% 100%;
    width: 13px;
    height: 12px;
}

.form-group-calendar .icon-calendar {
    position: absolute;
    right: 13px;
    z-index: 1;
}

.icon-help {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/other.png");
    background-position: 0px -130px;
    width: 25px;
    height: 25px;
}

.icon-static-text-info {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/other.png");
    background-position: -58px 0px;
    width: 40px;
    height: 40px;
}

.icon-address-label-2 {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/other.png");
    background-position: -145px 0px;
    width: 21px;
    height: 30px;
}

.icon-svg-sort-t {
    top: -2px;
    width: 8px;
    height: 12px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/sort-top.svg");
}

.icon-svg-sort-b {
    top: -2px;
    width: 8px;
    height: 12px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/sort-bottom.svg");
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('/local/templates/intermoda2018/assets/styles/../fonts/awesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('/local/templates/intermoda2018/assets/styles/../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/intermoda2018/assets/styles/../fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/intermoda2018/assets/styles/../fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/intermoda2018/assets/styles/../fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/intermoda2018/assets/styles/../fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

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

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

/*@font-face {
    font-family: 'Futuris Cyrillic';
    src: url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-cyrillic/FuturisC.eot');
    src: url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-cyrillic/FuturisC.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-cyrillic/FuturisC.woff2') format('woff2'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-cyrillic/FuturisC.woff') format('woff'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-cyrillic/FuturisC.ttf') format('truetype'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-cyrillic/FuturisC.svg#FuturisC') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0491;
}

@font-face {
    font-family: 'FuturaFuturisWebRegular';
    src: url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-medium/FTX55__W.eot');
    src:
            url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-medium/FTX55__W.eot?#iefix') format('embedded-opentype'),
            url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-medium/FTX55__W.woff2') format('woff2'),
            url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-medium/FTX55__W.woff') format('woff'),
            url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-medium/FTX55__W.ttf') format('truetype'),
            url('/local/templates/intermoda2018/assets/styles/../fonts/futuris-medium/FTX55__W.svg#FuturaFuturisWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futuris Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Futuris Bold'), local('Futuris-Bold'), url("/local/templates/intermoda2018/assets/styles/../fonts/futuris-bold/futuris-bold_981dcb4ca1041bd58f612b9656638a2f.woff") format('woff');
}

@font-face {
    font-family: 'Antiqua';
    font-style: normal;
    font-weight: 400;
    src: local('Antiqua'), local('Antiqua-Regular'), url("/local/templates/intermoda2018/assets/styles/../fonts/antiqua/antiqua_717bc0e667a8d9e1717647f37488b0b8.woff") format('woff');
}

@font-face {
    font-family: 'Antiqua Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Antiqua Bold'), local('Antiqua-Bold'), url("/local/templates/intermoda2018/assets/styles/../fonts/antiqua-bold/antiqua-bold_2f39bd2ddd99d5a3ca82686d513e308e.woff") format('woff');
}

@font-face {
    font-family: 'Antiqua Italic';
    font-style: italic;
    font-weight: 400;
    src: local('Antiqua Italic'), local('Antiqua-Italic'), url("/local/templates/intermoda2018/assets/styles/../fonts/antiqua-italic/antiqua-italic_f044ded46814ed14f3185701e58d39f4.woff") format('woff');
}

@font-face {
    font-family: 'Futura';
    src: url("/local/templates/intermoda2018/assets/styles/../fonts/futurabt-medium/FuturaBT-Medium.woff") format('woff'), url("/local/templates/intermoda2018/assets/styles/../fonts/futurabt-medium/FuturaBT-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Futura Book';
    src: url("/local/templates/intermoda2018/assets/styles/../fonts/futurabt-book/FuturaBT-Book.woff") format('woff'), url("/local/templates/intermoda2018/assets/styles/../fonts/futurabt-book/FuturaBT-Book.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}*/

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('/local/templates/intermoda2018/assets/styles/../fonts/ProximaNova-Regular/ProximaNova-Regular.woff2') format('woff2'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/ProximaNova-Regular/ProximaNova-Regular.woff') format('woff'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf') format('truetype'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/ProximaNova-Regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('/local/templates/intermoda2018/assets/styles/../fonts/ProximaNova-Bold/ProximaNova-Bold.woff2') format('woff2'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/ProximaNova-Bold/ProximaNova-Bold.woff') format('woff'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf') format('truetype'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/ProximaNova-Bold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia-Regular';
    src: url('/local/templates/intermoda2018/assets/styles/../fonts/Georgia-Regular/Georgia-Regular.woff2') format('woff2'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/Georgia-Regular/Georgia-Regular.woff') format('woff'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/Georgia-Regular/Georgia-Regular.ttf') format('truetype'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/Georgia-Regular/Georgia-Regular.svg#Georgia-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia-Bold';
    src: url('/local/templates/intermoda2018/assets/styles/../fonts/Georgia-Bold/Georgia-Bold.woff2') format('woff2'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/Georgia-Bold/Georgia-Bold.woff') format('woff'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/Georgia-Bold/Georgia-Bold.ttf') format('truetype'),
    url('/local/templates/intermoda2018/assets/styles/../fonts/Georgia-Bold/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ALS Rubl';
    src: url("/local/templates/intermoda2018/assets/styles/../fonts/als-rubl/ALSRubl.woff") format('woff'), url("/local/templates/intermoda2018/assets/styles/../fonts/als-rubl/ALSRubl.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    unicode-range: U+0020-0078;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    cursor: default;
}

body {
    font-size: 100%;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    background: transparent;
}

*:focus,
*:active,
*:hover {
    outline: none;
}

hr {
    box-sizing: content-box;
    height: 0;
}

ol,
ul {
    list-style: none;
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
    border: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

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

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

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

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

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}

input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'ProximaNova-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

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

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

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 24px;
    margin-bottom: 25px;
}

h2, .h2 {
    font-size: 21px;
    margin-bottom: 25px;
}

h3, .h3 {
    font-size: 21px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

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

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

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #285f8f;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #285f8f;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

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

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
}

.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 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

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

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

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

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

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

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

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

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e9e9e9;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d1eac8;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c6e4f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf3cd;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcdcd;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

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

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

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

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

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
select.form-horizontal .form-group-sm .form-control,
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
textarea.form-horizontal .form-group-sm .form-control,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-sm,
select[multiple].form-horizontal .form-group-sm .form-control,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg,
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-lg,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -12px;
    margin-right: -12px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 12px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2d6da3;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #285f8f;
    border-color: #112a3f;
}

.btn-primary:hover {
    color: #fff;
    background-color: #285f8f;
    border-color: #204d73;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #285f8f;
    border-color: #204d73;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d73;
    border-color: #112a3f;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2d6da3;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255525;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398339;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398339;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255525;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d86;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abd;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abd;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d86;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985e0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58412;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58412;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985e0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #751d1a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ab2a25;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ab2a25;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #751d1a;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #000;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.dropdown-menu {
    border-color: #c4c4c4;
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    transition: 0.25s ease-in-out;
    min-width: 165px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.dropdown-menu > li {
    color: #000;
    cursor: pointer;
    transition: color 0.25s ease-in-out;
    padding: 7px 12px;
}
.dropdown-menu > li:hover {
    background-color: #f1eeee;
}
.dropdown-menu > li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown.open .dropdown__label {
    border-color: #000000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown.open .dropdown-arrow > .icon-page {
    transform: rotate(-180deg);
}

.dropdown__label {
    border-color: #c4c4c4;
    box-shadow: none;
    min-width: 165px;
    height: 36px;
    text-align: left;
    padding-right: 37px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.dropdown__label, .dropdown__label .dropdown__value {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown__label .dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 100%;
}

.dropdown__label .dropdown-arrow > .icon-page {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 8px;
    background: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/select-arrow.svg") 50% 50% no-repeat;
    margin-top: -4px;
    margin-left: -7px;
    transition: 0.25s ease-in-out;
}

.dropdown.t-flags .dropdown__value {
    padding-top: 1px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

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

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    z-index: 2;
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

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

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #000;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #808080;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 12px;
    padding-left: 12px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -12px;
    margin-left: -12px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 12px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 12px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-nav {
    margin: 7.5px -12px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-form {
    margin-left: -12px;
    margin-right: -12px;
    padding: 10px 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: '/\00a0';
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #000000;
    background-color: #fff;
    border: 1px solid #999;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #AC8554;
    background-color: transparent;
    border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #191919;
    background-color: transparent;
    border-color: #191919;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #285f8f;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #000;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d4d4d4;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.jumbotron .container {
    max-width: 100%;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #000;
}

.thumbnail .caption {
    padding: 9px;
    color: #000;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b4;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a7e1ed;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f8e2b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd0;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4babf;
}

.alert-danger .alert-link {
    color: #843534;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd0;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd0;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd0;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.show_flex {
    display: inline-flex !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

.visible-print {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

.visible-print-inline {
    display: none !important;
}

.visible-print-inline-block {
    display: none !important;
}

html,
body {
    min-height: 100vh;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    color: #191919;
    line-height: 1.1;
}

h1, .h1,
h2, .h2 {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Georgia-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
    margin-bottom: 0;
}

h1.h_size-2,
.h1.h_size-2,
h2.h_size-2,
.h2.h_size-2 {
    font-size: 32px;
}

h1.h_size-3,
.h1.h_size-3,
h2.h_size-3,
.h2.h_size-3 {
    font-size: 18px;
}

h1.h_size-4,
.h1.h_size-4,
h2.h_size-4,
.h2.h_size-4 {
    font-size: 21px;
}

h1.h_size-5,
.h1.h_size-5,
h2.h_size-5,
.h2.h_size-5 {
    font-size: 30px;
}

h1.h_size-6,
.h1.h_size-6,
h2.h_size-6,
.h2.h_size-6 {
    font-size: 48px;
}

h1.h_type-2,
.h1.h_type-2,
h2.h_type-2,
.h2.h_type-2 {
    position: relative;
    text-align: center;
    margin-bottom: 43px;
}

h1.h_type-2::before,
.h1.h_type-2::before,
h2.h_type-2::before,
.h2.h_type-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    margin-top: -0.5px;
    height: 1px;
    width: 100%;
    background-color: #bababa;
}

h1.h_type-2 span,
.h1.h_type-2 span,
h2.h_type-2 span,
.h2.h_type-2 span {
    background-color: #fff;
    padding-left: 33px;
    padding-right: 33px;
}

h1.h_type-3,
.h1.h_type-3,
h2.h_type-3,
.h2.h_type-3 {
    margin-bottom: 30px;
    font-weight: 400;
}

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

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

ol,
ul {
    margin-bottom: 0;
}

b, strong {
    font-family: 'ProximaNova-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

i, em {
    font-style: italic;
}

a {
    transition: all ease-in-out 0.25s;
}

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

.icon-form-control-success {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/form.png");
    background-position: -24px 0px;
    width: 14px;
    height: 12px;
}

.icon-form-control-error {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/form.png");
    background-position: -46px 0px;
    width: 3px;
    height: 14px;
}

.icon-form-file {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/form.png");
    background-position: 0px 0px;
    width: 16px;
    height: 13px;
}

.icon-size-close {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/other.png");
    background-position: -174px -112px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.btn {
    position: relative;
    transition: all ease-in-out 0.25s;
    box-shadow: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none !important;
}

.btn.disabled,
.btn[disabled] {
    opacity: 0.3;
}

.btn,
.btn:hover,
.btn:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.btn span {
    position: relative;
}

.btn-black {
    background-color: #000;
    border-color: #000;
}

.btn-black.btn-not-border {
    color: #fff;
}

.btn-black.btn-not-border:hover {
    background-color: transparent;
    color: #000;
}

.btn-black.btn-border {
    color: #000;
}

.btn-black.btn-border:hover {
    background-color: #000;
    color: #fff;
}

.btn-brown {
    background-color: #ac8554;
    border-color: #ac8554;
}

.btn-brown.btn-not-border {
    color: #fff;
}

.btn-brown.btn-not-border:hover {
    background-color: transparent;
    color: #ac8554;
}

.btn-brown.btn-border {
    color: #ac8554;
}

.btn-brown.btn-border:hover {
    background-color: #ac8554;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
}

.btn-white.btn-not-border {
    color: #000;
}

.btn-white.btn-not-border:hover {
    background-color: transparent;
    color: #fff;
}

.btn-white.btn-border {
    color: #fff;
}

.btn-white.btn-border:hover {
    background-color: #fff;
    color: #000;
}

.btn-gray {
    background-color: #999;
    border-color: #999;
}

.btn-gray.btn-not-border {
    color: #000;
}

.btn-gray.btn-not-border:hover {
    background-color: transparent;
    color: #999;
}

.btn-gray.btn-border {
    color: #999;
}

.btn-gray.btn-border:hover {
    background-color: #999;
    color: #000;
}

.btn-border {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    padding: 12px 30px;
    overflow: hidden;
    /*&::before
    content ""
    position absolute
    left 0
    top 0
    width 100%
    height 0
    transition all ease-in-out $transition-speed

  &:hover
    &::before
      height 100%*/
}

.btn-not-border {
    border-width: 1px;
    border-style: solid;
    padding: 10px 30px;
}

.btn-p-2 {
    padding: 12px 15px;
}

.btn.t-p-2 {
    padding: 12px 15px;
}

.btn-p-3 {
    padding: 6px 20px;
}

.btn-size-2 {
    font-size: 16px;
}

.btn-size-3 {
    font-size: 18px;
}

.btn-size-4 {
    font-size: 14px;
}

.btn-m {
    margin-right: 16px;
}

.form-write-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    color: #ac8554;
}

.form-write-label_type-2 {
    padding-top: 13px;
    font-size: 15px;
    color: #1f1f1f;
}

.form-write-label_type-3 {
    margin-bottom: 0;
    line-height: 45px;
}

.form-write-label_type-4 {
    font-size: 18px;
    color: #1f1f1f;
}

.form-write-help-text {
    font-size: 12px;
    color: #999;
}

.form-write-link-pass {
    text-decoration: underline;
    color: #999;
}

.form-write-edit-link {
    font-size: 15px;
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}

.form-write-edit-link:hover {
    color: #000;
    text-decoration: none;
}

.form-write-edit-link_size-2 {
    font-size: 14px;
}

.form-write-new-address {
    font-size: 15px;
    color: #999;
    cursor: pointer;
}

.form-write-new-address:hover {
    color: #000;
}

.form-write-new-address:hover > *:last-child {
    text-decoration: none;
}

.form-write-new-address > *:last-child {
    text-decoration: underline;
}

.form-write-group {
    margin-bottom: 26px;
}

.form-group.t-inline .form-write-radio,
.form-write-group.t-inline .form-write-radio {
    display: inline-block;
    vertical-align: top;
}

.form-group.t-inline .form-write-radio:not(:last-child),
.form-write-group.t-inline .form-write-radio:not(:last-child) {
    margin-right: 8px;
}

.form-write-group-inspection {
    position: relative;
}

.form-write-group-inspection::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 1;
    display: none;
}

.form-write-group-inspection.success::after {
    margin-top: -6px;
    right: 16px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/form.png");
    background-position: -24px 0px;
    width: 14px;
    height: 12px;
}

.form-write-group-inspection.success .form-write-control {
    border-color: #21aa48;
}

.form-write-group-inspection.success p {
    color: #21aa48;
}

.form-write-group-inspection.error::after {
    margin-top: -7px;
    right: 20px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/form.png");
    background-position: -46px 0px;
    width: 3px;
    height: 14px;
}

.order-type-form .form-control.error,
.form-write-group-inspection.error .form-write-control {
    border-color: #ce1e1e;
}

.form-write-group-inspection.error p {
    color: #ce1e1e;
}

.form-write-group-inspection p {
    font-size: 12px;
    margin-top: 5px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.form-write-group-parent:not(:last-child) {
    margin-bottom: 26px;
}

.form-write-group-parent .form-write-group,
.form-write-group-parent .form-write-checkbox,
.form-write-group-parent .form-write-radio {
    margin-bottom: 10px;
}

.form-write-group-parent .form-write-group:last-child,
.form-write-group-parent .form-write-checkbox:last-child,
.form-write-group-parent .form-write-radio:last-child {
    margin-bottom: 0;
}

.form-write-group-parent_type-order {
    padding-left: 35px;
}

.form-write-group-parent_m-2:not(:last-child) {
    margin-bottom: 60px;
}

.form-write-group-calendar {
    position: relative;
}

.form-write-group-calendar [class~="icon-calendar"] {
    position: absolute;
    right: 13px;
    top: 50%;
    z-index: 1;
    margin-top: -10.5px;
    cursor: pointer;
}

.form-write-group-calendar .form-write-control {
    padding-right: 46px;
}

.form-write-list-size > li {
    float: left;
    margin-right: 19px;
    margin-bottom: 7px;
    font-size: 15px;
    color: #1f1f1f;
}

.form-write-list-size > li [class~="icon"] {
    top: -2px;
}

.form-write-control {
    position: relative;
    height: auto;
    padding: 8px 13px 10px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    box-shadow: none;
    color: #000000;
}

.form-write-control:hover,
.form-write-control:focus {
    border-color: #000000;
    box-shadow: none;
}

.form-write-control_size-2 {
    height: 45px;
    font-size: 15px;
    padding: 11px 13px;
}

.form-write-control_not-input {
    height: auto;
    color: inherit;
}

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

.form-write-file [class~="icon"] {
    margin-right: 8px;
}

.form-write-file label {
    position: relative;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7d7d7d;
    margin-bottom: 0;
}

.form-write-checkbox {
    margin-bottom: 10px;
}

.form-write-checkbox [type="checkbox"],
.form-write-checkbox [type="radio"] {
    display: none;
}

.form-write-checkbox label {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 30px;
    min-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-align: left;
    padding-top: 1px;
    transition: 0.25s ease-in-out;
}

.form-write-checkbox:not(.t-not-h) label:hover {
    color: #ac8554;
}

.form-write-checkbox [type="checkbox"]:checked + label,
.form-write-checkbox [type="radio"]:checked + label {
    color: #000000;
}

.form-write-checkbox [type="checkbox"]:checked + label > .form-write-checkbox-square::before,
.form-write-checkbox [type="radio"]:checked + label > .form-write-checkbox-square::before,
.form-write-checkbox [type="checkbox"]:checked + label > .form-write-radio-square::before,
.form-write-checkbox [type="radio"]:checked + label > .form-write-radio-square::before {
    background-color: #000000;
}

.form-write-checkbox-square {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transition: 0.25s ease-in-out;
}

.form-write-checkbox-square::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: transparent;
    transition: 0.25s ease-in-out;
}

.form-write-checkbox.t-label label {
    padding-left: 0;
}

.form-write-checkbox.t-label .form-write-checkbox-square {
    display: none;
}

.form-write-radio {
    margin-bottom: 10px;
}

.form-write-radio [type="radio"],
.form-write-radio [type="checkbox"] {
    display: none;
}

.form-write-radio label {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 30px;
    min-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    transition: 0.25s ease-in-out;
}

.form-write-radio [type="radio"]:checked + label,
.form-write-radio [type="checkbox"]:checked + label {
    color: #000000;
}

.form-write-radio [type="radio"]:checked + label > .form-write-radio-square::before,
.form-write-radio [type="checkbox"]:checked + label > .form-write-radio-square::before,
.form-write-radio [type="radio"]:checked + label > .form-write-checkbox-square::before,
.form-write-radio [type="checkbox"]:checked + label > .form-write-checkbox-square::before {
    background-color: #000000;
}

.form-write-radio-square {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.25s ease-in-out;
}

.form-write-radio-square::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    transition: 0.25s ease-in-out;
}

.form-write-radio.t-not-label {
    margin-bottom: 0;
}

.form-write-radio.t-not-label label {
    padding-left: 20px;
}

.form-write-radio.t-not-label .form-write-radio-square {
    top: -1px;
}

.form-write-radio_type-2 > label {
    padding-left: 35px;
}

.form-write-radio_type-2 > label > .form-write-radio-square,
.form-write-radio_type-2 > label > .form-write-checkbox-square {
    top: 14px;
}

.f-label {
    text-align: left;
    margin-bottom: 5px;
}

.f-label:not(.t-select) {
    padding-top: 9px;
}

.f-label.t-select {
    padding-top: 8px;
}

.icon-search {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/other.png");
    background-position: -145px -73px;
    width: 21px;
    height: 27px;
}

.icon-search-form {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/other.png");
    background-position: -174px -28px;
    width: 15px;
    height: 19px;
}

.search {
    position: relative;
}

.search .form-control {
    height: auto;
    padding-right: 36px;
}

.search .btn {
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    position: absolute;
    right: 4px;
    top: 7px;
    font-size: 0;
    line-height: 1;
    text-align: center;
    height: 40px;
}

.search .btn .icon-page {
    top: 0;
}

.search__close {
    position: absolute;
    right: 12px;
    top: 7px;
    z-index: 1;
    fill: #000000;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

.search__close:hover {
    fill: #AC8554;
}

.container {
    width: 100% !important;
    max-width: 1213px;
}

.container-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.main-padding {
    padding-top: 17px;
    padding-bottom: 45px;
}

.main-padding_type-2 {
    padding-top: 34px;
    padding-bottom: 60px;
}

.basket-btn-order {
    margin-top: 27px;
}

.basket-info-order {
    margin-top: 21px;
    padding: 21px 15px 0;
    border-top: 1px solid #cdcdcd;
    color: #191919;
}

.basket-table-order-img {
    display: block;
    width: 90px;
    height: 135px;
    line-height: 135px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.basket-table-order-cnt {
    font-size: 13px;
    color: #191919;
}

.basket-table-order-cnt ul > li:not(:last-child) {
    margin-bottom: 14px;
}

.basket-table-order-cnt ul > li > * {
    display: block;
}

.basket-table-order-title {
    color: #191919;
}

.basket-table-order-label {
    color: #7b7b7b;
}

.basket-table-order-del {
    font-size: 15px;
    color: #9a9a9a;
    text-decoration: underline;
    cursor: pointer;
}

.basket-table-order-del:hover {
    text-decoration: none;
    color: #191919;
}

.basket-table-order .table > thead > tr > th,
.basket-table-order .table > tbody > tr > th,
.basket-table-order .table > tfoot > tr > th,
.basket-table-order .table > thead > tr > td,
.basket-table-order .table > tbody > tr > td,
.basket-table-order .table > tfoot > tr > td {
    padding: 15px 12px 43px;
    border-top: 0;
}

.basket-table-order .table > tbody > tr > td:first-child {
    padding-top: 0;
    width: 114px;
}

.basket-table-order .table > tbody > tr > td:last-child {
    padding-top: 13px;
}

.basket-table-order .table > tbody > tr:last-child > td {
    padding-bottom: 15px;
}

.basket-table-order .table > tbody > tr:last-child > td:first-child {
    padding-bottom: 0;
}

.icon-accordion-arrow {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/accordion.png");
    background-position: -21px 0px;
    width: 13px;
    height: 13px;
}

.icon-accordion-arrow-active {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/accordion.png");
    background-position: -21px -21px;
    width: 13px;
    height: 1px;
}

.accordion:not(:last-child) {
    margin-bottom: 5px;
}

.accordion-header {
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.accordion-header::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/accordion.png");
    background-position: -21px 0px;
    width: 13px;
    height: 13px;
}

.accordion-header.active::after {
    margin-top: -1px;
    background-position: -21px -21px;
    height: 1px;
}

.accordion-cnt {
    margin-top: 15px;
    display: none;
    overflow: hidden;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 15px;
    background-color: transparent;
    border-radius: 0;
    font-size: 15px;
}

.breadcrumb.t-m-t {
    margin-top: 17px;
}

.breadcrumb > li,
.breadcrumb > li + li::before,
.breadcrumb > li > a {
    color: #6C6C6C;
}

.breadcrumb > .active {
    color: #6C6C6C;
}

.breadcrumb > li + li::before {
    content: "-";
}

.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
    color: #000;
}

.breadcrumb > li.back-link > a {
    color: #000000;
}

.breadcrumb > li.back-link > a .icon-page {
    fill: #000000;
    top: -2px;
    transition: 0.25s ease-in-out;
    margin-right: 7px;
}

.breadcrumb > li.back-link > a:hover,
.breadcrumb > li.back-link > a:focus {
    color: #AC8554;
}

.breadcrumb > li.back-link > a:hover .icon-page,
.breadcrumb > li.back-link > a:focus .icon-page {
    fill: #AC8554;
}

.more-btn:not(.t-m-0) {
    margin-top: 20px;
}

.more-btn_uploading .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 200px;
}

.socials ul {
    margin-bottom: 0;
}

.socials ul > li:not(:last-child) {
    margin-right: 7px;
}

.socials ul > li {
    float: left;
}

.socials ul > li > a {
    display: block;
    text-align: center;
}

.socials ul > li > a:hover,
.socials ul > li > a:focus {
    color: #000;
}

.socials_login ul {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}

.socials_login ul > li:not(:last-child) {
    margin-right: 14px;
}

.socials_login ul > li > a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    background-color: #000;
    color: #fff;
}

.socials_login ul > li > a:hover,
.socials_login ul > li > a:focus {
    background-color: #fff;
    color: #000;
}

.socials_product-details ul {
    font-size: 18px;
}

.socials_product-details ul > li:not(:last-child) {
    margin-right: 8px;
}

.socials_product-details ul > li > a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    background-color: #C4C4C4;
    border: 1px solid #C4C4C4;
    color: #ffffff;
}

.socials_product-details ul > li > a:hover,
.socials_product-details ul > li > a:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.product-more {
    margin-top: 75px !important;
    justify-content: center;
}

.product-details__code {
    line-height: 35px;
}

.tabs-menu > li {
    float: left;
}

.tabs-menu > li:not(:last-child) {
    margin-right: 11px;
}

.tabs-menu > li > a {
    padding-bottom: 2px;
    display: block;
    border-bottom: 4px solid transparent;
}

.tabs-menu > li > a::after {
    background-color: #000;
}

.tabs-menu > li.active > a {
    border-bottom-color: #000;
    color: #000;
}

.tabs-menu_size-table {
    font-size: 15px;
}

.tabs-menu_size-table > li {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.tabs-menu_size-table > li:not(:first-child) {
    margin-left: 11px;
}

.tabs-menu_size-table > li > a {
    padding: 2px 5px;
    border-bottom: 0;
    color: #999;
}

.tabs-menu_size-table > li.active > a {
    background-color: #000000;
    color: #ffffff;
}

.tabs-menu_line > li {
    float: none;
}

.tabs-menu_type-2 > li {
    margin-right: 0 !important;
}

.tabs-menu_type-2 > li > a {
    display: block;
    border-bottom: 0;
    padding: 10px 25px;
    border-radius: 20px;
}

.tabs-menu_type-2 > li.active > a {
    color: #fff;
}

.tabs-menu_white > li:not(:last-child)::after {
    background-color: #fff;
}

.tabs-menu_white > li > a {
    color: #fff;
}

.tabs-menu_white > li > a::after {
    background-color: #fff;
}

.tabs-menu_white > li.active > a {
    border-bottom-color: #fff;
    color: #fff;
}

.tabs-menu_border > li {
    position: relative;
}

.tabs-menu_border > li:not(:last-child) {
    padding-right: 11px;
}

.tabs-menu_border > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: 13px;
}

.tabs-menu_border-animate > li > a {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 0;
}

.tabs-menu_border-animate > li > a,
.tabs-menu_border-animate > li > a::before,
.tabs-menu_border-animate > li > a::after {
    transition: all ease-in-out 0.25s;
}

.tabs-menu_border-animate > li > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    height: 4px;
}

.tabs-menu_border-animate > li:hover > a::after,
.tabs-menu_border-animate > li.active > a::after {
    width: 100%;
}

.tab-content_slider > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
}

.tab-content_slider > .tab-pane.active {
    height: auto;
    opacity: 1;
}

.accordion-header.t-product::after {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/accordion-arrow-product.svg");
    background-position: 0 0;
    background-size: 100% 100%;
    width: 13px;
    height: 8px;
    margin-top: -4px;
}

.accordion-header.t-product.active::after {
    height: 8px;
    transform: rotate(-180deg);
}

.l-basket__tab-cnt {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 23px;
}

.l-basket__tab-nav {
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    padding-top: 17px;
}

.l-basket__tab-nav ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
}

.l-basket__tab-nav ul > li {
    float: left;
}

.l-basket__tab-nav ul > li > a {
    display: block;
    padding: 0 94px 17px;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    color: #7b7b7b;
    text-transform: uppercase;
}

.l-basket__tab-nav ul > li.active > a {
    color: #1f1f1f;
    border-bottom-color: #1f1f1f;
}

.l-basket__table-order .table {
    margin-bottom: 0;
}

.l-basket__table-order .table > thead > tr > th,
.l-basket__table-order .table > tbody > tr > th,
.l-basket__table-order .table > tfoot > tr > th,
.l-basket__table-order .table > thead > tr > td,
.l-basket__table-order .table > tbody > tr > td,
.l-basket__table-order .table > tfoot > tr > td {
    padding: 30px 10px;
    border-top: 0;
    vertical-align: middle;
    font-size: 15px;
    color: #1f1f1f;
}

.l-basket__table-order .table > thead > tr > th {
    border-bottom-width: 1px;
    border-bottom-color: #e1e1e1;
    padding: 5px 10px;
    color: #999;
}

.l-basket__table-order .table > tbody > tr > td {
    border-bottom: 1px solid #e1e1e1;
}

.l-basket__table-order .table > tbody > tr > td:nth-child(1) {
    width: 100px;
}

.l-basket__table-order .table > tbody > tr > td:last-child {
    text-align: right;
    white-space: nowrap;
}

.l-basket__table-order__img {
    display: block;
    width: 80px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.l-basket__table-order__list ul > li:not(:last-child) {
    margin-bottom: 10px;
}

.l-basket__table-order__list ul > li > * {
    display: block;
}

.l-basket__table-order__link {
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}

.l-basket__table-order__link:hover {
    text-decoration: none;
    color: #1f1f1f;
}

.l-basket__table-order__link:not(:last-child) {
    margin-right: 50px;
}

.l-basket__table-order__link_type-2:not(:last-child) {
    margin-right: 25px;
}

.l-section-basket__info {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.l-basket__info-l {
    float: left;
    width: 203px;
}

.l-basket__info-l .form-write-control {
    height: 36px;
    padding: 7px 13px;
}

.l-basket__info-r {
    float: right;
    width: 203px;
}

.l-basket__info-price {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 7px;
}

.l-basket__info-price > * {
    display: block;
}

.l-basket__info-price > *:first-child {
    font-size: 24px;
}

.l-bonus-program__banner__info {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -95px;
    max-width: 792px;
    padding: 53px 120px 5px 295px;
    background-color: #fff;
    font-size: 48px;
    color: #1f1f1f;
    line-height: 1.1;
}

.l-bonus-program__banner__info img {
    position: absolute;
    left: 130px;
    top: 40px;
}

.l-bonus-program__step {
    padding-top: 90px;
    padding-bottom: 80px;
}

.l-bonus-program__step__i {
    min-height: 300px;
    border: 3px solid #c3a248;
    padding: 55px 12px 24px;
    text-align: center;
    color: #1f1f1f;
    border-radius: 10px;
}

.l-bonus-program__step__i p {
    margin-bottom: 0;
}

.l-bonus-program__step__i__count {
    display: block;
    margin-bottom: 20px;
    font-size: 100px;
    color: #ac8554;
    line-height: 1;
}

.l-bonus-program__step__i__title {
    font-size: 21px;
    line-height: 1.1;
    margin-bottom: 3px !important;
}

.l-brands__alphabet-list {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.l-brands__alphabet-list ul {
    padding-top: 12px;
    padding-bottom: 12px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.l-brands__alphabet-list ul > li {
    font-size: 15px;
}

.l-brands__alphabet-list ul > li:not(:last-child) {
    margin-bottom: 12px;
}

.l-brands__alphabet-list ul > li:first-child {
    font-family: 'ProximaNova-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
}

.l-brands__alphabet-list ul > li,
.l-brands__alphabet-list ul > li > a {
    color: #1f1f1f;
}

.l-brands__alphabet-list ul > li > a:hover,
.l-brands__alphabet-list ul > li > a:focus {
    color: #191919;
    text-decoration: underline;
}

.l-brands__alphabet-list ul > li.active,
.l-brands__alphabet-list ul > li.active > a {
    color: #191919;
}

.l-brands__alphabet {
    margin-bottom: 23px;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 10px;
    padding-right: 10px;
}

.l-brands__alphabet ul > li {
    float: left;
    width: 6.25%;
    font-size: 21px;
    margin-bottom: 13px;
}

.l-brands__alphabet ul > li,
.l-brands__alphabet ul > li > a {
    color: #999;
}

.l-brands__alphabet ul > li > a:hover,
.l-brands__alphabet ul > li > a:focus {
    color: #191919;
}

.l-brands__alphabet ul > li.active,
.l-brands__alphabet ul > li.active > a {
    color: #191919;
}

.l-brands__list ul > li {
    font-size: 18px;
}

.l-brands__list ul > li:not(:last-child) {
    margin-bottom: 9px;
}

.l-brands__list ul > li,
.l-brands__list ul > li > a {
    color: #999;
}

.l-brands__list ul > li > a:hover,
.l-brands__list ul > li > a:focus {
    color: #191919;
}

.l-brands__list ul > li.active,
.l-brands__list ul > li.active > a {
    color: #191919;
}

.l-brands__search {
    position: relative;
    margin-bottom: 23px;
}

.l-brands__search .form-write-control {
    font-size: 16px;
    height: 44px;
}

.l-section-brands.section-catalog {
    padding-top: 0;
    border-top: 0;
}

.l-contacts__floors__i {
    margin-bottom: 65px;
    color: #1f1f1f;
}

.l-contacts__floors__i__info {
    margin-bottom: 25px;
}

.l-contacts__floors__i__info__l {
    font-family: 'ProximaNova-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
}

.l-contacts__floors__i__info__l > * {
    display: block;
}

.l-contacts__floors__i__info__r ul > li {
    float: left;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.l-contacts__floors__i__info__r ul > li::after {
    content: "∙";
    padding-left: 3px;
    padding-right: 3px;
}

.l-contacts__floors__i__info__r ul > li:last-child::after {
    display: none;
}

.l-contacts__info {
    padding-top: 63px;
    padding-bottom: 50px;
}

.l-contacts__info__list {
    position: relative;
    padding-bottom: 39px;
}

.l-contacts__info__list::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -192px;
    bottom: 0;
    width: 384px;
    height: 1px;
    background-color: #1f1f1f;
}

.l-contacts__info__list__i {
    position: relative;
    padding-left: 45px;
    margin-bottom: 21px;
    font-size: 18px;
    color: #1f1f1f;
}

.l-contacts__info__list__i [class~="icon"] {
    position: absolute;
    left: 0;
    top: 0;
}

.l-contacts__info__list__i span {
    display: block;
}

.l-contacts__info__list__i a {
    color: #ac8554;
    text-decoration: underline;
}

.l-contacts__info__list__i a:hover,
.l-contacts__info__list__i a:focus {
    color: #000;
    text-decoration: none;
}

.l-contacts__requisites__list {
    position: relative;
    padding-top: 50px;
}

.l-contacts__requisites__list::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -192px;
    top: 0;
    width: 384px;
    height: 1px;
    background-color: #1f1f1f;
}

.l-contacts__requisites__list__i {
    margin-bottom: 21px;
    padding-top: 1px;
    color: #1f1f1f;
}

.l-contacts__requisites__list__i ul > li:not(:last-child) {
    margin-bottom: 10px;
}

.l-contacts__requisites__list__i ul > li > * {
    display: block;
}

.l-contacts__video {
    position: relative;
    background-color: #1a1a1a;
    text-align: center;
}

.l-contacts__video__play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url("/local/templates/intermoda2018/assets/styles/../images/static/other/l-contacts__video__play.png") 50% 50% no-repeat;
    cursor: pointer;
}

.l-free-delivery__banner {
    margin-top: 80px;
    background: #876036;
    background: linear-gradient(to right, #876036 0%, #ac8554 53%, #d0b364 100%);
    color: #1f1f1f;
    font-size: 30px;
}

.l-free-delivery__banner .container-inner {
    min-height: 387px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.l-free-delivery__banner__img {
    position: absolute;
    right: -40px;
    top: -203px;
}

.l-free-delivery__banner__p-hello {
    margin-bottom: 40px;
}

.l-free-delivery__banner__p-title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 5px;
}

.l-free-delivery__banner__p-help {
    font-size: 14px;
    margin-top: 35px !important;
}

.l-free-delivery__info {
    padding-top: 90px;
    padding-bottom: 4px;
}

.l-free-delivery__info__i {
    font-size: 21px;
    color: #1f1f1f;
    text-align: center;
}

.l-free-delivery__info__i p:not(:last-child) {
    margin-bottom: 21px;
}

.l-free-delivery__info__i__title {
    margin-bottom: 30px;
    font-size: 30px;
    color: #ac8554;
}

.l-free-delivery__info__i__title_not-text {
    margin-bottom: 24px;
}

.l-free-delivery__info__i__list {
    text-align: left;
}

.l-free-delivery__info__i__list p:not(.l-free-delivery__info__i__list__i__p-small) {
    line-height: 1.1;
}

.l-free-delivery__info__i__list p:not(:last-child) {
    margin-bottom: 3px;
}

.l-free-delivery__info__i__list p.l-free-delivery__info__i__list__i__p-small {
    font-size: 14px;
    color: #7b7b7b;
}

.l-free-delivery__info__i__list__i {
    margin-bottom: 21px;
}

.l-free-delivery__map {
    position: relative;
    overflow: hidden;
    height: 360px;
    background-color: #ebebeb;
}

.l-free-delivery__map iframe,
.l-free-delivery__map #map {
    width: 100%;
    height: 100%;
}

.l-free-delivery__map__info-parent {
    height: 0;
}

.l-free-delivery__map__info-i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 306px;
    height: 360px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 70px 50px 70px 60px;
    color: #fff;
    font-size: 15px;
}

.l-free-delivery__map__inner {
    position: relative;
}

.l-free-delivery__map__info-i__title {
    font-size: 21px;
}

.l-free-delivery__map__info-i__img {
    margin-top: 43px;
    margin-bottom: 15px;
}

.l-free-delivery__static-text {
    max-width: 450px;
    font-size: 14px;
    color: #1f1f1f;
    padding-top: 25px;
    padding-bottom: 50px;
}

.l-free-delivery__static-text p:first-child {
    margin-bottom: 20px;
}

.l-free-delivery__static-text a {
    color: #7b7b7b;
    text-decoration: underline;
}

.l-free-delivery__static-text a:hover,
.l-free-delivery__static-text a:focus {
    color: #000;
    text-decoration: none;
}

.l-free-delivery__static-text__p-phone {
    font-size: 21px;
}

.l-free-delivery__static-text__p-phone a {
    color: #ac8554;
    text-decoration: underline;
}

.l-free-delivery__static-text__p-phone a:hover,
.l-free-delivery__static-text__p-phone a:focus {
    color: #000;
    text-decoration: none;
}

.l-free-delivery__static-text__p-help {
    color: #7b7b7b;
}

.l-free-delivery__static-text__p-help_type-2 {
    margin-top: 33px !important;
}

.l-free-delivery__static-text__info {
    position: relative;
    padding: 35px 30px 35px 97px;
    background-color: #fef8f1;
}

.l-free-delivery__static-text__info [class~="icon"] {
    position: absolute;
    left: 27px;
    top: 35px;
}

.l-free-delivery__static-text__list > li {
    margin-bottom: 11px;
}

.l-section-free-delivery {
    overflow: hidden;
}

.l-section-free-delivery.main-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.l-gift-certificate__banner {
    min-height: 281px;
    text-align: center;
    background: #184257;
    background: linear-gradient(to right, #184257 0%, #386c80 50%, #184257 100%);
    margin-bottom: 100px;
}

.l-gift-certificate__banner__img {
    position: relative;
    top: 50px;
}

.l-gift-certificate__info {
    padding-top: 40px;
    padding-bottom: 14px;
}

.l-gift-certificate__info__i {
    font-size: 14px;
}

.l-gift-certificate__info__i__list {
    text-align: center;
}

.l-gift-certificate__static-text p:last-of-type {
    margin-bottom: 50px;
}

.l-individual-sewing__advantages__i__cnt {
    line-height: 300px;
    color: #1f1f1f;
}

.l-individual-sewing__advantages__i__cnt .container {
    max-width: 504px;
}

.l-individual-sewing__advantages__i__cnt p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.428571429;
}

.l-individual-sewing__advantages__i__img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.l-individual-sewing__advantages__i__img_bg-1 {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/individual-sewing-advantages/1.jpg");
}

.l-individual-sewing__advantages__i__img_bg-2 {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/individual-sewing-advantages/2.jpg");
}

.l-individual-sewing__advantages__i__img_bg-3 {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/individual-sewing-advantages/3.jpg");
}

.l-individual-sewing__static-text {
    max-width: 635px;
    text-align: center;
    padding-top: 53px;
    padding-bottom: 53px;
    font-size: 18px;
    line-height: 1.5;
}

.l-individual-sewing__static-text_type-2 {
    max-width: 585px;
    font-size: 14px;
    line-height: 1.428571429;
}

.l-individual-sewing__static-text_type-2 img {
    margin-bottom: 50px;
}

.l-lk__alphabet-list {
    width: 100%;
    height: 510px !important;
    overflow: auto;
}

.l-lk__alphabet-list .jspPane {
    width: calc(100% - 15px) !important;
}

.l-lk__alphabet-list ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding-left: 10px;
}

.l-lk__alphabet-list ul > li {
    padding-top: 8px;
    padding-bottom: 8px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.l-lk__alphabet-list ul > li,
.l-lk__alphabet-list ul > li > a {
    color: #999;
}

.l-lk__alphabet-list ul > li > a:hover,
.l-lk__alphabet-list ul > li > a:focus {
    color: #191919;
    text-decoration: underline;
}

.l-lk__alphabet-list ul > li.active,
.l-lk__alphabet-list ul > li.active > a {
    color: #191919;
}

.l-lk__alphabet {
    padding-bottom: 18px;
}

.l-lk__alphabet ul > li {
    width: 10%;
    margin-bottom: 5px;
}

.l-lk__balance {
    padding-top: 23px;
    margin-bottom: 70px;
}

.l-lk__balance__count {
    display: block;
    font-size: 36px;
    color: #1f1f1f;
    margin-bottom: 5px;
}

.l-lk__filter-btns .form-write-edit-link {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding-top: 5px;
}

.l-lk__filter-btns_t {
    margin-bottom: 33px;
}

.l-lk__filter-btns_b {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 22px;
    border-top: 1px solid #e1e1e1;
}

.l-lk__list {
    padding-top: 3px;
}

.l-lk__list ul > li {
    font-size: 15px;
}

.l-lk__list ul > li:not(:last-child) {
    margin-bottom: 10px;
}

.l-lk__list ul > li,
.l-lk__list ul > li > a {
    color: #000000;
}

.l-lk__list ul > li > a:hover,
.l-lk__list ul > li > a:focus {
    color: #191919;
}

.l-lk__list ul > li.active,
.l-lk__list ul > li.active > a {
    color: #ac8554;
    cursor: default;
}

.l-lk__list ul > li.l-lk__list__i_exit {
    margin-top: 35px;
}

.l-lk__promocode .form-write-control {
    height: 34px;
    padding: 6px 13px;
}

.l-lk__search {
    margin-left: 10px;
    margin-right: 10px;
}

.l-lk__search > * {
    padding-left: 0;
    padding-right: 0;
}

.l-lk__search > *:last-child {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.l-lk__search .btn {
    width: 54px;
    height: 44px;
    padding: 0;
    border-radius: 0 3px 3px 0;
    line-height: 44px;
}

.l-lk__search .btn:hover,
.l-lk__search .btn:focus {
    background-color: #000;
}

.l-lk__table-order .table {
    margin-bottom: 40px;
}

.l-lk__table-order .table .l-lk__table-order__thead > tr > th {
    padding-top: 0;
}

.l-lk__table-order_not-img .table > tbody > tr > td:nth-child(1) {
    width: auto;
}

.l-section-lk.section-catalog {
    padding-top: 0;
    border-top: 0;
}

.l-section-lk__l.section-catalog-l {
    width: 226px;
}

.l-section-lk__r.section-catalog-r {
    margin-left: 250px;
}

.l-order-end {
    margin: 0 auto;
    max-width: 600px;
    padding: 3px;
    background-color: #ac8554;
    text-align: center;
    font-size: 15px;
}

.l-order-end p {
    margin-bottom: 17px;
}

.l-order-end .btn {
    margin-top: 13px;
}

.l-order-end__inner {
    background-color: #fff;
    padding: 50px 70px;
}

.l-order-end__title {
    font-size: 30px;
}

.l-order-end__number {
    font-size: 21px;
}

.l-order-end__number span {
    font-size: 30px;
    color: #ac8554;
}

.l-section-order-end {
    padding-top: 77px;
    padding-bottom: 225px;
}

.l-order-steps__balance {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    color: #1f1f1f;
}

.l-order-steps__balance > span {
    padding-top: 6px;
    margin-bottom: 10px;
}

.l-order-steps__certificate .section-header-info-i-drop {
    width: 100%;
    padding: 20px;
}

.l-order-steps__finish-info {
    padding-top: 50px;
}

.l-order-steps__finish-info__i:not(:last-child) {
    margin-bottom: 17px;
}

.l-order-steps__finish-info__i_btn {
    margin-top: 30px;
}

.l-order-steps__finish-info__list > li {
    color: #1f1f1f;
}

.l-order-steps__finish-info__list > li > *:first-child {
    font-size: 12px;
}

.l-order-steps__finish-info__list > li > *:last-child {
    font-size: 14px;
}

.l-order-steps__finish-info__list_border {
    padding-bottom: 17px;
    border-bottom: 1px solid #e1e1e1;
}

.l-order-steps__info-order {
    padding-bottom: 33px;
    border-bottom: 1px solid #e1e1e1;
}

.l-order-steps__info-order__i ul > li {
    font-size: 13px;
    color: #1f1f1f;
}

.l-order-steps__info-order__i ul > li > * {
    display: block;
}

.l-order-steps__info-order__i ul > li:not(:last-child) {
    margin-bottom: 15px;
}

.l-order-steps__info-price {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.l-order-steps__info-price > * {
    display: block;
}

.l-order-steps__info-price > *:last-child {
    font-size: 12px;
}

.l-order-steps__step__btns {
    margin-top: 23px;
    text-align: right;
}

.l-order-steps__step__btns .btn {
    min-width: 114px;
}

.l-order-steps__step__btns .btn:not(:last-child) {
    margin-right: 9px;
}

.l-order-steps__tab-nav ul > li {
    float: left;
    display: block;
    width: 205px;
    padding-bottom: 17px;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    color: #7b7b7b;
    text-transform: uppercase;
}

.l-order-steps__tab-nav ul > li.active {
    color: #1f1f1f;
    border-bottom-color: #1f1f1f;
}

.l-section-order-steps__help {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #1f1f1f;
    text-align: center;
}

.l-section-order-steps__help a {
    font-size: 18px;
    color: #999;
    text-decoration: underline;
}

.l-section-order-steps__help a:hover,
.l-section-order-steps__help a:focus {
    color: #000;
    text-decoration: none;
}

.l-payment-method__info {
    padding-top: 25px;
    padding-bottom: 59px;
}

.l-payment-method__info__i__title {
    height: 60px;
    line-height: 60px;
}

.l-payment-method__info__i__list {
    text-align: center;
}

.l-payment-method__static-text {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.l-payment-method__static-text p {
    margin-bottom: 20px;
}

.l-payment-method__static-text_text-c {
    text-align: center;
}

.l-payment-method__static-text_type-2 {
    max-width: 585px;
}

.l-payment-method__static-text_p-2 {
    padding-top: 60px;
}

.l-section-payment-method {
    text-align: center;
    font-size: 21px;
}

.l-section-payment-method.main-padding {
    padding-top: 50px;
}

.l-program-partners__form {
    padding-top: 40px;
}

.l-program-partners__form .form-write-group {
    margin-bottom: 11px;
}

.l-program-partners__form .form-write-radio span {
    display: block;
    margin-bottom: 7px;
}

.l-reservation-product__form {
    max-width: 385px;
    margin-top: 30px !important;
}

.l-return-rules__header {
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 45px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.l-return-rules__header,
.l-return-rules__header h1,
.l-return-rules__header p {
    color: #fff;
}

.l-return-rules__header h1:not(:last-child) {
    margin-bottom: 5px;
}

.l-return-rules__header p {
    max-width: 587px;
    font-size: 21px;
}

.l-return-rules__header_type-2 {
    padding-top: 67px;
    padding-bottom: 67px;
}

.l-return-rules__header_bg-1 {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/other/l-return-rules__header_bg-1.jpg");
}

.l-return-rules__header_bg-2 {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/other/l-return-rules__header_bg-2.jpg");
}

.l-return-rules__info {
    padding-top: 50px;
    padding-bottom: 20px;
}

.l-return-rules__info h2 {
    margin-bottom: 60px;
}

.l-return-rules__info__i {
    font-size: 18px;
}

.l-return-rules__info__i__title {
    height: 61px;
    line-height: 61px;
}

.l-return-rules__info__i__list {
    text-align: center;
}

.l-return-rules__return {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #181818;
    background: linear-gradient(to bottom, #181818 0%, #393939 100%);
}

.l-return-rules__return,
.l-return-rules__return h2,
.l-return-rules__return p {
    color: #fff;
}

.l-return-rules__return p,
.l-return-rules__return li {
    padding-top: 5px;
}

.l-return-rules__return a {
    color: #7b7b7b;
    text-decoration: underline;
}

.l-return-rules__return a:hover,
.l-return-rules__return a:focus {
    color: #fff;
    text-decoration: none;
}

.l-return-rules__return .container {
    border: 2px solid #9b6c43;
    padding-top: 27px;
    padding-bottom: 27px;
}

.l-return-rules__return__last {
    position: absolute;
    top: -63px;
    bottom: -63px;
    right: 15px;
    text-align: center;
    padding-top: 87px;
    padding-bottom: 87px;
    background: #9a6a42;
    background: linear-gradient(to bottom, #9a6a42 0%, #c6ab6e 100%);
}

.l-return-rules__return__last p:first-of-type {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.l-return-rules__static-text {
    padding-top: 39px;
    padding-bottom: 60px;
}

.l-section-return-rules.main-padding {
    padding-top: 20px;
    padding-bottom: 40px;
}

.l-section-vacancies {
    padding-bottom: 40px;
}

.l-vacancies__list__cnt {
    padding-top: 15px;
}

.l-vacancies__list__i:not(:last-child) {
    margin-bottom: 23px;
}

.l-vacancies__list__i h2 {
    margin-bottom: 13px;
}

.l-vacancies__list__i > ul > li:not(:last-child) {
    margin-bottom: 9px;
}

.l-vacancies__list__i > ul > li > ul > li:not(:last-child) {
    margin-bottom: 3px;
}

.icon-pagination-l-start {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/pagination.png");
    background-position: 0px 0px;
    width: 18px;
    height: 19px;
}

.icon-pagination-r-start {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/pagination.png");
    background-position: -26px 0px;
    width: 18px;
    height: 19px;
}

.icon-pagination-l-step {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/pagination.png");
    background-position: -19px -27px;
    width: 11px;
    height: 19px;
}

.icon-pagination-r-step {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/pagination.png");
    background-position: 0px -27px;
    width: 11px;
    height: 20px;
}

.section-pagination {
    margin-top: 40px;
    margin-bottom: 20px;
}

.pagination {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.pagination > li {
    margin-right: 0;
}

.pagination > li {
    display: block;
    float: left;
}

.pagination > li:not(:last-child) {
    margin-right: 10px;
}

.pagination > li > a,
.pagination > li > span {
    min-width: 26px;
    margin-left: 0;
    padding: 0;
    border-color: transparent;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 400;
}

.pagination > li > a [class~="icon"],
.pagination > li > span [class~="icon"] {
    vertical-align: top;
    top: 6px;
}

.pagination > li.active > a,
.pagination > li.active > span {
    border-color: #000000;
}

.pagination-list__i_icon.t-disabled .icon-page {
    fill: #C4C4C4;
}

.product-details-characteristics-i ul > li {
    font-size: 16px;
}

.product-details-characteristics-i ul > li:not(:last-child) {
    margin-bottom: 7px;
}

.product-details-characteristics-i ul > li .title {
    color: #6C6C6C;
}

.product-details-label-text {
    margin-bottom: 10px;
}

.product-details-section:not(:last-child) {
    margin-bottom: 15px;
}

.product-details-section .t-buttons [class*="col-"] {
    margin-top: 10px;
}

.product-size-label {
    position: relative;
    font-family: 'Georgia-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding-right: 29px;
    margin-bottom: 7px;
}

.product-size-label .icon-page {
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    height: 28px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/line-size-product.svg");
    background-size: 100% 100%;
    cursor: pointer;
}

.product-details-section > ul > li:not(:last-child) {
    margin-bottom: 15px;
}

.product-details-section_border-b {
    padding-bottom: 17px;
    border-bottom: 1px solid #C4C4C4;
}

.product-details-section.t-accordion {
    border-top: 1px solid #C4C4C4;
}

.product-details-section_size {
    position: relative;
}

.product-details-section_type-2 > ul > li:not(:last-child) {
    margin-bottom: 5px;
}

.product-details-size-radios-i {
    padding: 7px 7px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.product-details-size-radios-i.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.product-details-size-label {
    border-bottom: 1px solid currentColor;
    font-size: 15px;
    color: #6C6C6C;
    cursor: pointer;
    text-decoration: none;
    transition: 0.25s ease-in-out;
}

.product-details-size-label:hover {
    border-bottom-color: transparent;
    color: #000000;
    text-decoration: none;
}

.product-details-size-table-outer {
    position: relative;
    height: 71px;
    transition: all ease-in-out 0.25s;
}

.product-details-size-table {
    position: relative;
    margin-bottom: 0;
}

.product-details-size-table.open {
    display: table;
}

.product-details-size-table > thead > tr > th,
.product-details-size-table > tbody > tr > th,
.product-details-size-table > tfoot > tr > th,
.product-details-size-table > thead > tr > td,
.product-details-size-table > tbody > tr > td,
.product-details-size-table > tfoot > tr > td {
    padding: 7px 3px;
    text-align: center;
    border-top: 0;
}

.product-details-size-table > thead > tr > th {
    border: 1px solid #C4C4C4;
    color: #000000;
}

.product-details-size-table > thead > tr > th:first-child {
    border-top-left-radius: 4px;
}

.product-details-size-table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #C4C4C4;
}

.product-details-size-table > tbody > tr > td {
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-top: 0;
}

.product-details-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 3px 10px;
    font-size: 10px;
    color: #6C6C6C;
    border: 1px solid #6C6C6C;
}

.product-details-label.t-2 {
    background-color: #AC8554;
    border-color: #AC8554;
    color: #ffffff;
}

.product-personal-price {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border: 1px solid #CB9A5D;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
    color: #CB9A5D;
    cursor: pointer;
    margin-left: 5px;
}

.product-personal-price:hover .hint {
    display: block;
}

.product-personal-price .hint {
    display: none;
    position: absolute;
    z-index: 1;
    width: 170px;
}

.product-personal-price .hint .inner {
    display: block;
    background-color: #ffffff;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
}

.product-personal-price .hint .desc {
    display: block;
    color: #000000;
    margin-bottom: 10px;
}

.product-personal-price .hint .link {
    color: #6C6C6C;
}

.slider-product-label {
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 1;
    border: 1px solid transparent;
    font-size: 10px;
    line-height: 1.428571429;
    padding: 3px 10px;
}

.slider-product-label.t-1 {
    background-color: #AC8554;
    border-color: #AC8554;
    color: #ffffff;
}

.product-details-title {
    font-size: 21px;
    margin-bottom: 0;
}

.product-details-title_type-2 {
    font-size: 18px;
}

.product-details-type {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 3px;
}

.product-details-price {
    font-size: 18px;
    color: #1f1f1f;
    margin-right: 13px;
}

.product-details-old-price {
    font-size: 18px;
    color: #6C6C6C;
}

.product-details-prices {
    margin-bottom: 7px;
}

.product-details-help-text {
    font-size: 14px !important;
}

.product-details-help-text:not(:last-child) {
    margin-bottom: 0;
}

.product-details-help-text:not(.t-2) {
    color: #6C6C6C;
}

.product-details-help-text.t-2 {
    color: #AC8554;
}

.product-details-help-text_type-2 {
    font-size: 12px !important;
    color: #1f1f1f;
}

.product-details-help-text_type-3 {
    font-size: 14px !important;
    margin-top: 0;
}

.product-details-liked {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
}

.product-details-liked span {
    border-bottom: 1px solid currentColor;
}

.product-details-liked:hover span {
    border-bottom-color: transparent;
}

.product-details-liked.t-left {
    padding: 0 0 0 30px;
}

.product-details-liked .icon-page {
    position: absolute;
    left: 0;
    stroke: #000000;
    stroke-width: 1.2px;
    fill: none;
}

.product-details-liked.t-left .icon-page {
    top: 2px;
    width: 21px;
    height: auto;
}

.product-details-liked:not(.t-left) .icon-page {
    top: 0;
}

.product-details-liked:hover {
    color: #191919;
}

.product-details-liked.active {
    color: #AC8554;
}

.product-details-liked.active .icon-page {
    stroke: #AC8554;
    fill: #AC8554;
}

.product-details-info-text {
    font-size: 24px !important;
    margin-bottom: 0;
}

.product-details-info-text_color-1 {
    color: #ac8554;
}

.product-details-info-text_color-2 {
    color: #b55959;
}

.product-details-contacts p {
    margin-bottom: 0;
}

.product-details-contacts-label {
    float: left;
    font-size: 16px;
    line-height: 35px;
}

.product-details-contacts-i {
    display: block;
    position: relative;
    min-height: 35px;
}

.product-details-contacts-i .icon-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.25s ease-in-out;
}

.product-details-contacts-i .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: 100% 100%;
}

.product-details-contacts-i .product-details-help-text {
    color: #6C6C6C;
}

.product-details-contacts-i_skype .icon-page {
    background-color: #15ACE5;
}

.product-details-contacts-i_skype:hover .icon-page {
    background-color: #107196;
}

.product-details-contacts-i_skype .icon {
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/product-skype.svg");
    margin-left: -12px;
    margin-top: -12px;
}

.product-details-contacts-i_phone .icon-page {
    background-color: #CB9A5D;
}

.product-details-contacts-i_phone:hover .icon-page {
    background-color: #AC8554;
}

.product-details-contacts-i_phone .icon {
    width: 14px;
    height: 24px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/product-phone.svg");
    margin-left: -7px;
    margin-top: -12px;
}

.product-contacts-list-xs::after {
    display: block;
    content: "";
    clear: both;
}

.product-contacts-list-xs li {
    float: left;
    width: 25%;
    text-align: center;
}

.product-contacts-list-xs a {
    display: block;
    color: #6C6C6C;
}

.product-contacts-list-xs a > * {
    display: block;
}

.product-contacts-list-xs li .item-img {
    min-height: 25px;
}

.product-contacts-list-xs li .item-desc {
    margin-top: 5px;
}

.product-contacts-desc-xs {
    padding-top: 25px;
}

.product-details__link-more {
    font-size: 15px;
    color: #999;
    text-decoration: underline;
}

.product-details__link-more:hover,
.product-details__link-more:focus {
    color: #191919;
    text-decoration: none;
}

.product-i_type-line .product-i-img {
    float: left;
    width: 133px;
}

.product-i_type-line .product-i-cnt {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 47px;
    margin-left: 145px;
}

.product-details__info.t-1 {
    color: #AC8554;
}

.product-i {
    position: relative;
}

.product-item-labels {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.product-item__label {
    display: inline-block;
    vertical-align: top;
    padding: 2px 15px;
    font-size: 14px;
    border: 1px solid transparent;
}

.product-item__label.t-1 {
    background-color: #AC8554;
    border-color: #AC8554;
    color: #ffffff;
}

.product-item-size {
    font-size: 0;
    margin-top: 8px;
    margin-bottom: 18px;
}

.product-item-size > li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #6C6C6C;
    padding: 1px 5px;
}

.product-item-size > li:not(:last-child) {
    margin-right: 5px;
}

.product-item-size > li.is-active {
    background-color: #000000;
    color: #ffffff;
}

.product-i-img {
    display: block;
    height: 270px;
    line-height: 270px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    background-color: #fff;
}

.product-i-img.t-favorites {
    height: 433px;
    line-height: 433px;
}

.product-i-img_h-2 {
    height: 291px;
    line-height: 291px;
}

.product-i-img_h-3 {
    height: 261px;
    line-height: 261px;
}

.product-i-img_h-4 {
    height: 200px;
    line-height: 200px;
}

.product-i-img_h-5 {
    height: 383px;
    line-height: 383px;
}

.product-i-img img {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.product-i-cnt {
    text-align: center;
    margin-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-i-cnt > ul > li:not(:last-child) {
    margin-bottom: 7px;
}

.product-i-cnt > ul > li > * {
    display: block;
}

.product-i-cnt > ul > li.product-i-list__i_btn {
    margin-bottom: 15px;
}

.product-i-list__i_btn {
    margin-bottom: 15px;
}

.product-i-title {
    font-family: 'Georgia-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}

.product-i-title_size-2 {
    font-size: 18px;
}

.product-i-type {
    color: #333;
}

.product-i-price {
    color: #191919;
    font-size: 16px;
}

.product-i-old-price {
    color: #6C6C6C;
    font-size: 16px;
}

.product-i_catalog .product-i-list__i_btn {
    display: none;
}

.product-i_catalog .product-i-list__i_btn .btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

.product-i_catalog:hover .product-i-list__i_btn {
    display: block;
}

.slider-product-liked {
    position: absolute;
    top: 15px;
    z-index: 1;
    height: 23px;
    padding-left: 26px;
}

.c-advantages__i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.c-advantages__img {
    float: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.c-advantages__cnt {
    font-size: 16px;
    color: #1f1f1f;
    text-transform: uppercase;
    line-height: 1.1;
}

.section-advantages {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.form-write-select.t-size .el-flag,
.form-write-select__flag {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.form-write-select__flag.t-all {
    background: rgb(203,154,93);
    background: -moz-linear-gradient(top,  rgba(203,154,93,1) 0%, rgba(172,133,84,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(203,154,93,1) 0%,rgba(172,133,84,1) 100%);
    background: linear-gradient(to bottom,  rgba(203,154,93,1) 0%,rgba(172,133,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb9a5d', endColorstr='#ac8554',GradientType=0 );
    border: 1px solid #c4c4c4;
}

.form-write-select__flag img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ui-helper-hidden {
    display: none;
}

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

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    background-color: #ac8554;
    border-radius: 3px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    transition-duration: 0s;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    background-color: #000;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 2px;
    background-color: #c4c4c4;
    margin: 0 7px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6.5px;
    margin-left: -7.5px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-slider-values {
    margin-top: 13px;
    color: #191919;
}

.ui-slider-values__min {
    float: left;
}

.ui-slider-values__max {
    float: right;
}

.c-expired-news__i {
    border: 1px solid #e3e3e3;
    height: 100%;
}

.c-expired-news__i_line {
    display: -ms-flexbox;
    display: flex;
    min-height: 252px;
}

.c-expired-news__i_line .c-expired-news__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: left;
    height: 250px;
    line-height: 250px;
}

.c-expired-news__i_line .c-expired-news__cnt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.c-expired-news__img {
    display: block;
    height: 260px;
    line-height: 260px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    background-color: #fff;
}

.c-expired-news__img img {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.c-expired-news__cnt {
    text-align: center;
    padding: 15px !important;
}

.c-expired-news__cnt > *,
.c-expired-news__cnt .c-expired-news__cnt__inside > * {
    display: block;
    color: #1f1f1f;
}

.c-expired-news__title {
    font-size: 21px;
    line-height: 1.1;
}

.c-expired-news__title:hover,
.c-expired-news__title:focus {
    text-decoration: underline;
}

.c-expired-news__title:not(:last-child) {
    margin-bottom: 13px;
}

.l-expired-news > * {
    margin-bottom: 24px;
}

.l-section-login-socials {
    margin-top: 33px;
}

.section-login {
    padding-top: 10px;
}
.section-more-models_type-2 {
    margin-top: 35px;
}

.section-page-description {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
}

.section-page-description h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.section-page-description h2 {
    margin-bottom: 20px;
}

.section-page-description p {
    line-height: 1.5;
}

.section-page-description p:not(:last-child) {
    margin-bottom: 20px;
}

.section-page-description .a-border {
    color: #6C6C6C;
}

.article-load-wrapper:not(.is-toggle):not(.t-text) .more-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    padding: 20px 0 0;
}

.article-load-wrapper:not(.t-text).is-toggle .more-btn {
    position: relative;
    width: 100%;
}

.article-load-wrapper.t-text .more-btn {
    position: relative;
    width: 100%;
}

.page-description-text {
    overflow: hidden;
    margin-bottom: 20px;
}

.article-load {
    overflow: hidden;
}

.article-load-inner {
    overflow: hidden;
}

.article-load-wrapper:not(.is-toggle) .article-load-btn .el-hide {
    display: none;
}

.article-load-wrapper.t-img:not(.is-toggle) .article-load-inner {
    max-height: 312px;
}

.article-load-wrapper.t-video:not(.is-toggle) .article-load-inner {
    max-height: 312px;
}

.article-load-wrapper.t-article:not(.is-toggle) .article-load-inner {
    max-height: 312px;
}

.article-load-wrapper.t-text:not(.is-toggle) .article-load-inner {
    max-height: 104px;
}

.article-load-wrapper.is-toggle .article-load-inner,
.article-load-wrapper.is-toggle .page-description-text {
    max-height: none;
}

.article-load-wrapper.is-toggle .article-load-btn .el-show {
    display: none;
}

.article-load-wrapper.is-toggle .article-load-btn .el-hide {
    display: inline;
}

.article-load-wrapper.t-article img {
    float: right;
    width: calc(50% - 8px);
    margin: 0 0 20px 24px;
}

.article-load-wrapper.t-article .article-video {
    float: right;
    width: calc(50% - 8px);
    margin: 0 0 20px 24px;
}

.article-load-wrapper.t-img .more-btn {
    display: none;
}

.article-load-wrapper.t-img img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 312px;
    margin: 0 auto;
}

.article-load-wrapper.t-video .more-btn {
    display: none;
}

.article-load-wrapper.t-video .article-video {
    margin: 0 auto;
}

.video-js.vjs-video {
    width: 100%;
    max-width: 100%;
    height: 312px;
}

.article-load {
    position: relative;
}

.a-border {
    border-bottom: 1px solid currentColor;
}

.a-border:hover {
    border-bottom-color: transparent;
}

.section-product-details-gallery {
    float: left;
    width: 609px;
}

.section-product-details-gallery_catalog {
    width: 400px;
}

.section-product-details-info {
    margin-left: 702px;
    overflow: hidden;
}

.section-product-details-info p {
    font-size: 16px;
}

.section-product-details-info_catalog {
    margin-left: 440px;
    padding-right: 0;
}

.section-product-details-info_catalog .product-details-section:not(:last-child) {
    margin-bottom: 20px;
}

.product-details-socials .el-label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 23px;
}

.l-trends {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-trends {
    margin-bottom: 60px;
}

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

.align-items-center {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.flex-shrink-none {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.font-18 {
    font-size: 18px;
}

.font-14 {
    font-size: 14px;
}

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

.m-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0;
}

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

.m-l-0 {
    margin-left: 0;
}

.m-r-0 {
    margin-right: 0;
}

.p-0 {
    padding: 0;
}

.p-t-0 {
    padding-top: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.color-1 {
    color: #000;
}

.color-3 {
    color: #ac8554;
}

.color-5 {
    color: #191919;
}

.color-6 {
    color: #999;
}

.color-7 {
    color: #FF0000;
}

.d-none {
    display: none;
}

.pos-relative {
    position: relative;
}

.row-d-ib {
    font-size: 0;
}

.row-d-ib > * {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.row-p-0 {
    margin-left: 0;
    margin-right: 0;
}

.row-p-0 > * {
    padding-left: 0;
    padding-right: 0;
}

.row-p-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-p-5 > * {
    padding-left: 5px;
    padding-right: 5px;
}

.font-f-antiqua {
    font-family: 'Georgia-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font-f-als-rubl {
    font-family: 'ALS Rubl', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.img-d-ib-center {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.border-b-none {
    border-bottom: 0 !important;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .container {
        width: 744px;
    }

    .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 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

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

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static,
    .navbar-form .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group,
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control,
    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .navbar {
        border-radius: 4px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-static-top {
        border-radius: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -12px;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }

    .navbar-text {
        float: left;
        margin-left: 12px;
        margin-right: 12px;
    }

    .navbar-left {
        float: left !important;
    }

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

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

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

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

@media all and (min-width: 768px) {

    .product-personal-price .hint {
        left: 100%;
        bottom: 0;
        padding: 0 0 3px 5px;
    }

    .l-brands__list {
        padding-top: 17px;
        padding-bottom: 17px;
        border-top: 3px solid #1f1f1f;
        border-bottom: 1px solid #ccc;
        margin-top: 16px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 964px;
    }

    .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 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

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

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .modal-lg {
        width: 900px;
    }
}

@media all and (min-width: 992px) {
    .slick-slider-product-for {
        padding-left: 19px;
        padding-right: 19px;
    }

    .product-details-size-table-outer {
        margin-top: 41px;
    }

    .l-contacts__floors__i__info__l {
        float: left;
        width: 251px;
    }

    .l-contacts__floors__i__info__r {
        margin-left: 275px;
    }

    .l-section-login > *:first-child {
        border-right: 1px solid #e1e1e1;
    }
}

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

    .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 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

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

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media all and (min-width: 1200px) {

    .product-details-section.t-m-r {
        margin-right: 80px;
    }

    .page-description-inner {
        padding: 0 32px;
    }

    .container-inner_p-2 {
        padding-left: 78px;
        padding-right: 78px;
    }

    .l-bonus-program__step {
        margin-left: -58px;
        margin-right: -58px;
    }

    .l-bonus-program__step > * {
        padding-left: 58px;
        padding-right: 58px;
    }

    .l-contacts__floors__i__info__r {
        padding-right: 70px;
    }

    .l-contacts__info__list {
        padding-left: 75px;
        padding-right: 75px;
    }

    .l-free-delivery__map__info-i {
        left: 78px;
    }

    .l-gift-certificate__info__i__list {
        padding-left: 35px;
        padding-right: 35px;
    }

    .l-lk__table-order .table p {
        margin-bottom: 0;
    }

    .l-section-lk__cnt_p-r {
        padding-right: 26px;
    }

    .l-section-lk__cnt_p-l {
        padding-left: 26px;
    }

    .l-order-steps__step__cnt {
        min-height: 535px;
        padding-left: 38px;
        padding-right: 38px;
    }

    .l-order-steps__step > *:not(:last-child) {
        border-right: 1px solid #e1e1e1;
    }

    .l-payment-method__static-text {
        margin-left: -18px;
        margin-right: -18px;
    }

    .l-payment-method__static-text > * {
        padding-left: 18px;
        padding-right: 18px;
    }

    .c-expired-news__i:not(.c-expired-news__i_line) {
        min-height: 338px;
    }

    .section-login_l {
        padding-left: 60px;
        padding-right: 91px;
    }

    .section-login_r {
        padding-left: 91px;
        padding-right: 60px;
    }

    /*.l-trends > * {
        width: 20%;
    }*/

    /*.l-trends > *:nth-child(even) {
        margin-top: 280px;
    }*/
}

@media all and (min-width: 481px) and (max-width: 1199px) {

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media all and (max-width: 1199px) {

    .container-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .l-lk__table-order {
        border-top: 1px solid #e1e1e1;
    }

    .l-lk__table-order__td_last {
        text-align: right;
    }

    .l-section-lk__cnt_p-l {
        margin-bottom: 25px;
    }

    .c-advantages__cnt {
        font-size: 15px;
        text-transform: none;
    }

    .c-expired-news__i_line {
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .c-expired-news__i_line .c-expired-news__img,
    .c-expired-news__img {
        height: 203px;
        line-height: 203px;
    }

    .section-product-details-gallery {
        width: 500px;
    }

    .section-product-details-gallery_catalog {
        width: 400px;
    }

    .section-product-details-info {
        margin-left: 543px;
        padding-right: 0;
    }

    .section-product-details-info_catalog {
        margin-left: 440px;
    }
}

@media all and (min-width: 321px) {
    .slider-product-liked {
        right: 55px;
    }
}

@media all and (max-width: 320px) {
    .slider-product-liked {
        right: 25px;
    }
}

@media all and (min-width: 481px) {
    .product-details-section .t-share {
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 17px;
        margin-bottom: 15px;
    }

    .product-details-section.t-accordion {
        padding-top: 17px;
        margin-top: 25px;
    }

    .product-details-contacts-i {
        float: left;
    }

    .product-details-contacts-cnt {
        margin-left: 91px;
    }

    .slick-slider-product-for {
        /*height: 630px;*/
        overflow: hidden;
    }

    .product-details-label.t-xs {
        display: none !important;
    }

    .product-details-contacts-label .addition {
        display: none;
    }

    .product-details__code {
        float: left;
        margin-bottom: 0;
    }

    .product-details-help-text.t-table-size {
        display: none;
    }

    .slider-product-liked {
        display: none;
    }

    .product-details-socials .el-label {
        display: none;
    }

    .product-details-contacts-i_skype {
        width: 35px;
        margin-right: 15px;
    }

    .product-details-contacts-i_phone {
        width: calc(100% - 50px);
        font-size: 16px;
        padding-left: 43px;
        padding-top: 6px;
    }

    .product-details-contacts-i .el-text-show {
        display: none;
    }
}

@media all and (max-width: 991px) {

    .product-details-size-table-outer {
        margin-top: 15px;
    }

    .l-bonus-program__banner__info {
        margin-top: 0;
        padding: 24px;
        font-size: 21px;
        text-align: center;
    }

    .l-bonus-program__banner__info img {
        position: relative;
        left: auto;
        top: auto;
        margin-right: 15px;
    }

    .l-brands__alphabet-list {
        -moz-column-count: 2;
        column-count: 2;
    }

    .l-brands__alphabet ul > li {
        width: 10%;
    }

    .l-contacts__floors__i__info__l {
        margin-bottom: 24px;
    }

    .l-free-delivery__banner {
        margin-top: 20px;
    }

    .l-free-delivery__info__i__list {
        text-align: center;
    }

    .l-gift-certificate__banner {
        min-height: 1px;
    }

    .l-individual-sewing__advantages__i__img {
        width: 100%;
    }

    .l-section-lk__l.section-catalog-l {
        float: none;
        width: 100%;
    }

    .l-section-lk__r.section-catalog-r {
        margin-left: 0;
    }

    .l-order-steps__tab-nav ul > li {
        width: auto !important;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .l-order-steps__tab-nav ul > li:not(:last-child) {
        margin-right: 25px;
    }

    .l-program-partners__form .form-write-group-parent:last-child {
        margin-bottom: 60px;
    }

    .l-return-rules__return__i:not(:last-child) {
        margin-bottom: 25px;
    }

    .l-return-rules__return__last {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .product-details-characteristics-i {
        font-size: 16px;
    }

    .product-details-section_xs {
        text-align: center;
        margin-bottom: 15px !important;
    }

    .product-details-section_border-b:last-child {
        border-bottom: 0;
    }

    .product-details-section .t-center-xs {
        text-align: center;
    }

    .c-expired-news__i:not(.c-expired-news__i_line) {
        min-height: 281px;
    }

    .c-expired-news__i_line {
        min-height: 1px;
    }

    .c-expired-news__img img {
        width: 100%;
        max-height: none;
    }

    .l-section-login-socials_type-2 {
        margin-bottom: 25px;
    }

    .section-product-details-gallery {
        float: none;
        width: 100%;
    }

    .section-product-details-info {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    /*#catalog-brands {
        padding-top: 30px;
    }

    #catalog-brands h1 {
        font-size: 18px;
    }*/

    main {
        padding-top: 54px !important;
    }

    .section-catalog-list {
        margin-top: 20px;
    }

    .product-personal-price .hint {
        right: 50%;
        margin-right: -85px;
        top: 100%;
        padding: 5px 0 0 0;
    }

    .lk-basket-results .table-results {
        display: block;
    }

    .lk-basket-results .td-column {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media all and (max-width: 767px) {

    .dropdown__label.t-filter {
        z-index: 1;
        min-width: 1px;
    }

    .dropdown.t-sort .dropdown-menu {
        min-width: 1px;
    }

    .section-page-description {
        padding-bottom: 0;
    }

    h2,
    .h2,
    h1.h_size-5,
    .h1.h_size-5,
    h1.h_size-6,
    .h1.h_size-6 {
        font-size: 21px !important;
    }

    h2.h_size-3,
    .h2.h_size-3 {
        font-size: 18px !important;
    }

    .btn {
        white-space: normal;
    }

    .form-write-group-parent_m-2:not(:last-child) {
        margin-bottom: 40px;
    }

    .l-basket__tab-cnt {
        padding-left: 0;
        padding-right: 0;
    }

    .l-basket__tab-nav ul {
        display: block;
    }

    .l-basket__tab-nav ul > li {
        width: 50%;
    }

    .l-basket__tab-nav ul > li > a {
        padding: 0 0 5px;
    }

    .l-basket__table-order .table > tbody > tr:last-child > td {
        border-bottom: 0;
    }

    .l-section-basket__info {
        border-top: 2px solid #000;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .l-basket__info-l,
    .l-basket__info-r {
        float: none;
        width: 100%;
    }

    .l-basket__info-price {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 35px;
    }

    .l-basket__info-price > *:first-child {
        font-size: 18px;
        text-align: right;
    }

    .l-basket__info-price > *:last-child {
        text-align: left;
    }

    .l-bonus-program__banner__info img {
        margin-right: 0;
    }

    .l-bonus-program__banner__info span {
        display: block;
        margin-top: 15px;
    }

    .l-bonus-program__step {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .l-bonus-program__step__i {
        margin-bottom: 21px;
    }

    .l-brands__list {
        margin-bottom: 23px;
    }

    .l-brands__list ul {
        text-align: center;
    }

    .l-brands__list ul > li {
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    .l-brands__search {
        margin-left: 0;
        margin-right: 0;
    }

    .l-brands__search > * {
        padding-left: 0;
        padding-right: 0;
    }

    .l-brands__search > *:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }

    .l-brands__search .btn {
        width: 54px;
        height: 44px;
        padding: 0;
        border-radius: 0 3px 3px 0;
        line-height: 44px;
    }

    .l-brands__search .btn:hover,
    .l-brands__search .btn:focus {
        background-color: #000;
    }

    .l-contacts__floors__i .section-slider {
        margin-left: -30px;
        margin-right: -30px;
    }

    .l-contacts__info__list::after {
        margin-left: 0;
        left: -30px;
        right: -30px;
        width: auto;
    }

    .l-contacts__requisites__list::before {
        margin-left: 0;
        left: -30px;
        right: -30px;
        width: auto;
    }

    .l-free-delivery__banner {
        font-size: 18px;
    }

    .l-free-delivery__banner .container-inner {
        min-height: 1px;
    }

    .l-free-delivery__banner__p-hello {
        margin-bottom: 20px;
    }

    .l-free-delivery__banner__p-title {
        font-size: 24px;
    }

    .l-free-delivery__banner__p-help {
        margin-top: 17px !important;
    }

    .l-free-delivery__info {
        padding-top: 45px;
    }

    .l-free-delivery__static-text__info {
        padding-left: 30px;
        padding-top: 97px;
    }

    .l-free-delivery__static-text__info [class~="icon"] {
        left: 50%;
        top: 27px;
        margin-left: -20px;
    }

    .l-individual-sewing__advantages__i__cnt {
        line-height: 1.428571429;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .l-individual-sewing__advantages__i__img {
        height: 200px;
        float: none !important;
    }

    .l-lk__alphabet-list {
        height: auto !important;
    }

    .l-lk__alphabet-list .jspPane {
        width: 100% !important;
    }

    .l-lk__alphabet-list ul > li {
        font-size: 16px;
    }

    .l-lk__balance {
        padding-top: 0;
        margin-bottom: 21px;
    }

    .l-lk__balance .form-write-edit-link {
        font-size: 16px;
    }

    .l-lk__balance__count {
        font-size: 21px;
    }

    .l-lk__promocode .input-group,
    .l-lk__promocode .form-write-control,
    .l-lk__promocode .input-group-btn {
        display: block;
        float: none;
    }

    .l-lk__promocode .form-write-control {
        height: 46px;
        font-size: 16px;
        padding: 11px 13px;
        margin-bottom: 20px;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .l-lk__promocode .btn {
        display: block;
        width: 100%;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        margin-left: 0 !important;
    }

    .l-lk__promocode .input-group-btn {
        width: 100%;
    }

    .l-lk__search {
        margin-left: 0;
        margin-right: 0;
    }

    .l-lk__table-order .table > thead > tr > th,
    .l-lk__table-order .table > tbody > tr > th,
    .l-lk__table-order .table > tfoot > tr > th,
    .l-lk__table-order .table > thead > tr > td,
    .l-lk__table-order .table > tbody > tr > td,
    .l-lk__table-order .table > tfoot > tr > td {
        vertical-align: top;
    }

    .l-lk__table-order .table > tbody > tr:last-child > td {
        border-bottom: 1px solid #e1e1e1;
    }

    .l-section-lk__title.h_type-3 {
        font-size: 21px;
    }

    .l-section-lk__title.h_type-3::before {
        display: none;
    }

    .l-section-lk__btn-submit {
        text-align: right !important;
    }

    .l-order-end .btn {
        white-space: normal;
    }

    .l-order-end__inner {
        padding: 25px 30px;
    }

    .l-order-end__title {
        font-size: 21px;
    }

    .l-order-end__number {
        font-size: 15px;
    }

    .l-order-end__number span {
        font-size: 17px;
    }

    .l-section-order-end {
        padding-top: 17px;
        padding-bottom: 45px;
    }

    .l-order-steps__finish-info {
        padding-top: 30px;
        border-top: 1px solid #e1e1e1;
    }

    .l-order-steps__finish-info__list > li > *:first-child,
    .l-order-steps__finish-info__list > li > *:last-child {
        font-size: 18px;
    }

    .l-order-steps__finish-info__list_border {
        border-bottom-width: 2px;
        border-bottom-color: #000;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .l-order-steps__finish-info__list_border > li > *:first-child,
    .l-order-steps__finish-info__list_border > li > *:last-child {
        font-size: 15px;
    }

    .l-order-steps__info-order {
        padding-bottom: 18px;
    }

    .l-order-steps__info-order__i {
        margin-bottom: 15px;
    }

    .l-order-steps__info-order__i h2 {
        font-size: 15px;
        color: #999;
        margin-bottom: 5px;
    }

    .l-order-steps__info-order__i ul > li {
        font-size: 15px;
    }

    .l-order-steps__step__btns {
        padding-top: 15px;
        border-top: 2px solid #000;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .l-order-steps__step__btn-submit .btn {
        display: block;
        width: 100%;
    }

    .l-order-steps__tab-nav {
        padding-top: 10px;
    }

    .l-order-steps__tab-nav ul > li {
        font-size: 12px;
        padding-top: 7px;
    }

    .l-section-payment-method {
        font-size: 15px;
    }

    .l-section-payment-method.main-padding {
        padding-top: 40px;
    }

    .l-return-rules__header {
        min-height: 1px;
    }

    .l-return-rules__header p {
        font-size: 15px;
    }

    .l-return-rules__header_type-2 {
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .l-return-rules__info h2 {
        margin-bottom: 25px;
    }

    .product-details-size-table {
        position: relative;
        top: auto;
        margin-top: 10px;
        font-size: 14px;
    }

    .product-i-img_h-5 {
        height: 240px;
        line-height: 240px;
    }

    .product-i_catalog .product-i-list__i_btn {
        display: none !important;
    }

    .section-advantages {
        padding-top: 17px;
        padding-bottom: 17px;
        margin-bottom: 30px;
    }

    .section-advantages::after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        background-color: #e1e1e1;
    }

    .c-expired-news__i:not(.c-expired-news__i_line) {
        min-height: 264px;
    }

    .c-expired-news__title {
        font-size: 15px;
    }

    .c-expired-news__i_line .c-expired-news__img {
        height: 240px;
        line-height: 240px;
    }

    .c-expired-news__img {
        height: 200px;
        line-height: 200px;
    }

    .c-expired-news__img img {
        width: auto;
        max-width: none;
        height: 100%;
        max-height: 100%;
    }

    .section-more-models {
        margin-top: 35px;
    }
}

@media all and (max-width: 991px) and (min-width: 481px) {
    .slick-slider-product-for {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media all and (max-width: 480px) {
    .product-details-section .t-share {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .product-details-section.t-accordion {
        padding-top: 13px;
        margin-top: 25px;
    }

    .tabs-menu_size-table > li {
        font-size: 14px;
    }

    .slick-slider-product-for {
        /*width: 100%;*/
        /*height: 400px;*/
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
    }

    /*.slick-slider-product-for::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        background-color: #ffffff;
    }*/

    .slick-slider-product-for .slick-dots {
        z-index: 1;
    }

    .product-more .btn {
        display: block;
        width: 100%;
    }

    .product-i-img_h-2 {
        height: 240px;
        line-height: 240px;
    }

    .product-i-img_h-3 {
        height: 240px;
        line-height: 240px;
    }

    .product-details-contacts-i .el-text-hide {
        display: none;
    }

    .product-details-contacts-label {
        float: none;
        text-align: center;
    }

    .product-details-contacts-i {
        display: none;
        border-radius: 4px;
        color: #ffffff;
        padding: 8px 15px 8px 50px;
        transition: 0.25s ease-in-out;
    }

    .product-details-contacts-i:hover {
        color: #ffffff;
    }

    .product-details-contacts-i_skype {
        background-color: #15ACE5;
        margin-bottom: 15px;
    }

    .product-details-contacts-i_skype:hover {
        background-color: #107196;
    }

    .product-details-contacts-i_phone {
        background-color: #CB9A5D;
        margin-bottom: 60px;
    }

    .product-details-contacts-i_phone:hover {
        background-color: #AC8554;
    }

    .product-details-contacts-i_phone .product-details-help-text {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 7px 15px 0;
    }

    .product-details__code {
        line-height: 1.428571429;
    }

    .product-details-socials {
        float: none !important;
        text-align: center;
    }

    .product-details-socials ul {
        display: inline-block;
        vertical-align: top;
    }

    .product-details-section_border-b {
        padding-bottom: 13px;
    }

    .product-details-section .t-liked {
        display: none;
    }

    .product-details-size-table-outer {
        height: auto;
    }

    .product-details-size-table {
        display: none !important;
    }

    .product-details-section > ul > li:not(:last-child) {
        margin-bottom: 13px;
    }

    .product-details-prices {
        margin-bottom: 17px;
    }

    .slider-product-label {
        display: none;
    }

    .section-page-description h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .product-i-cnt {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-i-price,
    .product-i-old-price {
        font-size: 15px;
    }

    /* .search .form-control {
        border-width: 0;
        box-shadow: none;
        padding-right: 12px;
    } */

    /* .search .btn {
        display: none;
    } */

    .pagination > li:not(:last-child) {
        margin-right: 5px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .c-expired-news__i:not(.c-expired-news__i_line) {
        min-height: 281px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .section-advantages::after {
        left: -30px;
        right: -30px;
    }
}

@media all and (max-width: 480px) {
    .section-advantages::after {
        left: -15px;
        right: -15px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/intermoda2018/assets/styles/plugins.modals.css?173473465015220*/
.modal-buy-look::before {
    display: none !important;
}

.modal-buy-look-list-product {
    position: absolute;
    top: 0;
    right: 12px;
    float: right;
    width: 357px;
    height: 100%;
    padding-top: 43px;
    padding-bottom: 23px;
}

.modal-buy-look-list-product__inner {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-buy-look-list-product__inner .jspPane {
    width: calc(100% - 15px) !important;
}

.modal-buy-look-list-product-i {
    position: relative;
    padding-left: 18px;
    padding-right: 7px;
    margin-left: 18px;
}

.modal-buy-look-list-product-i:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.modal-buy-look-list-product-i .form-write-radio {
    position: absolute;
    left: -18px;
    top: 14px;
    margin-bottom: 0;
}

.modal-buy-look-list-product-i .form-write-radio label {
    min-height: 18px;
    padding-left: 18px;
}

.modal-buy-look-list-product-i .form-write-radio-square {
    top: 0;
    width: 18px;
    height: 18px;
}

.modal-buy-look-list-product-i .form-write-radio-square::before {
    width: 10px;
    height: 10px;
}

.modal-buy-look-gallery {
    margin-right: 387px;
}

.modal-buy-look-info {
    padding-top: 25px;
    padding-bottom: 35px;
    background-color: #fff;
    border-top: 1px solid #000002;
    text-align: right;
}

.modal-buy-look-info .info-item {
    display: inline-block;
    vertical-align: top;
}

.modal-buy-look-info .info-item:not(:first-child) {
    margin-left: 24px;
}

.modal-buy-look-info .info-item.t-info {
    min-width: 164px;
    text-align: left;
}

.modal-buy-look-info .info-item.t-btn {
    width: 245px;
}

.modal-buy-look-info_p-t {
    padding-top: 20px;
}

.modal-buy-look-info_p-t-2 {
    padding-top: 25px;
}

.modal-buy-look-info-discount {
    font-size: 24px;
    color: #ac8554;
}

.modal-buy-look-info-price {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #191919;
    line-height: 1.1;
}

.modal-buy-look-info-desc {
    font-size: 16px;
}

.modal-buy-look-info-btn {
    margin-top: 3px;
}

.product-look-item {
    font-size: 16px;
}

.product-look-item .item-img {
    float: left;
    width: 81px;
    display: block;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    background-color: #fff;
}

.product-look-item .item-img img {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.product-look-item .item-cnt {
    padding-top: 13px;
    margin-left: 91px;
}

.product-look-item .item-list > li:not(:last-child) {
    margin-bottom: 7px;
}

.product-look-item .item-list > li > * {
    display: block;
}

.product-look-item .item-title {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    text-transform: uppercase;
}

.product-look-item .item-b {
    margin-top: 25px;
    margin-left: -91px;
}

.product-look-item .item-b-price::after {
    display: block;
    content: "";
    clear: both;
}

.product-look-item .item-b-price:not(:last-child) {
    margin-bottom: 5px;
}

.product-look-item .item-b-label {
    float: left;
    width: 81px;
    color: #6C6C6C;
}

.product-look-item .item-b-cnt {
    margin-left: 91px;
}

.product-look-item .item-b-cnt > * {
    display: inline-block;
    vertical-align: top;
}

.product-look-item .item-b-cnt > *:not(:last-child) {
    margin-right: 5px;
}

.modal-full-product::before {
    display: none !important;
}

.modal-full-product-slider-nav {
    position: absolute;
    left: 12px;
    top: 50px;
    z-index: 1;
    width: 80px;
}

.modal-size-table {
    font-size: 15px;
}

.modal-size-table-tabs-menu ul {
    display: inline-block;
    vertical-align: top;
}

.modal-size-table-tabs-cnt {
    margin-top: 30px;
}

.modal-size-table-tabs-cnt .tab-pane {
    position: relative;
}

.modal-size-table-table {
    overflow: hidden;
}

.modal-size-table-table:not(:last-child) {
    margin-bottom: 15px;
}

.modal-size-table-columns {
    margin-top: 25px;
}

.modal-size-table__back-link {
    position: absolute;
    left: 30px;
    top: 14px;
    font-family: 'Antiqua Italic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #7b7b7b;
    text-decoration: underline;
}

.modal-size-table .modal-title {
    text-transform: uppercase;
}

.modal-size-bottom {
    font-size: 16px;
    margin-top: 27px;
}

.icon-modal-close {
    top: 0;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/modal-close.svg");
    background-size: 100% 100%;
    width: 21px;
    height: 22px;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
    opacity: 1;
}

.icon-modal-close:hover {
    opacity: 0.5;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.modal-close .icon-page {
    fill: #C4C4C4;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}

.modal-close .icon-page:hover {
    fill: #000000;
}

.modal-close_buy-look {
    right: 12px;
    top: -35px;
}

.modal-close_full-product {
    right: 0;
    top: -30px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal::before {
    content: "";
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.modal_buy-look,
.modal_full-product {
    padding-right: 0 !important;
}

.modal-dialog {
    margin: 30px 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.modal-dialog_buy-look {
    margin: 0 !important;
}

.modal-dialog_full-product {
    margin: 0 !important;
}

.modal-dialog_full-product,
.modal-dialog_full-product .modal-content {
    height: 100%;
}

.modal-content {
    border: 0;
    box-shadow: none !important;
    border-radius: 0;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 25px;
    padding-right: 25px;
}

.modal-header {
    border-bottom: 0;
    padding-top: 45px;
}

.modal-title {
    font-size: 21px;
    font-weight: 400;
    color: #1f1f1f;
}

.modal-body {
    padding-top: 20px;
    padding-bottom: 50px;
}

.modal-body_buy-look {
    height: calc(100vh - 107px);
    padding: 50px 0 0 0;
}

.modal-body_buy-look .container {
    height: 100%;
}

.modal-body_full-product {
    padding: 50px 0 0 0;
}

.modal-body_catalog-product {
    padding: 60px 80px 60px 50px;
}

.modal-footer {
    text-align: center;
    border-top: 0;
    padding-bottom: 20px;
}

body {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 17px !important;
}

body.modal-open .header-fixed {
    padding-right: 17px;
}

.modal-size-results:not(.is-visible) {
    display: none;
}

.modal-size-list {
    margin-top: 35px;
}

.modal-size-list li {
    position: relative;
    padding-left: 35px;
}

.modal-size-list li:not(:last-child) {
    margin-bottom: 15px;
}

.modal-size-list li .count {
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    background-color: #ac8554;
    border-radius: 50%;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.modal-size-img {
    position: absolute;
    right: -65px;
    top: 0;
    bottom: -50px;
}

.modal-size-img img {
    width: auto;
    height: 100%;
}

.modal-size-pane[data-type="man"] .modal-size-img[data-type="woman"] {
    display: none;
}

.modal-size-pane[data-type="man"] .modal-size-form[data-type="woman"] {
    display: none;
}

.modal-size-pane[data-type="woman"] .modal-size-img[data-type="man"] {
    display: none;
}

.modal-size-pane[data-type="woman"] .modal-size-form[data-type="man"] {
    display: none;
}

.table-size-td {
    border-bottom: 1px solid transparent;
    padding: 5px 10px;
}

.table-size-td:not(.table-size-th) {
    font-family: 'Georgia-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    padding-top: 6px;
}

.table-size-th {
    background-color: #000000;
    color: #ffffff;
}

.modal-fast-buy .form-modal {
    max-width: 291px;
    margin: 0 auto 33px;
}

.modal-fast-buy .desc-modal {
    max-width: 362px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.modal-body_fast-success {
    text-align: center;
}

.modal-fast-success .desc-modal {
    max-width: 321px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 24px;
}

@media all and (min-width: 768px) {
    .modal .modal-dialog {
        width: 570px;
    }

    .modal-buy-look .modal-dialog,
    .modal-full-product .modal-dialog {
        width: 100%;
    }

    .table-size {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }

    .table-size-tr {
        display: table-row;
    }

    .table-size-td {
        display: table-cell;
        vertical-align: top;
        font-size: 16px;
    }

    .table-size-th {
        width: 160px;
    }

    .table-size-tr:not(:last-child) .table-size-th {
        border-bottom-color: #000000;
    }

    .table-size-tr:not(:last-child) .table-size-td:not(.table-size-th) {
        border-bottom-color: #C4C4C4;
    }

    .table-size-tr:last-child .table-size-td {
        border-bottom-width: 0;
    }

    .table-size-line {
        height: 14px;
        display: table-cell;
        background-color: #ffffff;
        position: relative;
        margin-top: -1px;
    }

    .table-size-line::after {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        bottom: -1px;
        width: 100vw;
        background-color: #ffffff;
    }
}

@media all and (min-width: 481px) {
    .modal-size-result {
        margin-top: 54px;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 1023px) {
    .modal-size-img {
        display: none;
    }
}

@media all and (min-width: 1024px) {
    .modal-size-info {
        margin-right: 350px;
        padding-left: 35px;
    }

    .modal-size-list {
        padding-left: 25px;
    }
}

@media all and (min-width: 1200px) {
    .modal-size-table .modal-dialog,
    .modal-catalog-product .modal-dialog {
        width: 995px;
    }

    .modal-fast-buy .modal-dialog {
        width: 640px;
    }

    .modal-fast-success .modal-dialog {
        width: 640px;
    }
}

@media all and (max-width: 1199px) {
    .modal::before {
        display: none;
    }

    .modal-size-table .modal-dialog,
    .modal-catalog-product .modal-dialog {
        width: auto;
    }

    .modal-fast-buy .modal-dialog {
        width: auto;
    }

    .modal-fast-success .modal-dialog {
        width: auto;
    }
}

@media all and (max-width: 991px) {
    .modal-catalog-product .modal-dialog {
        width: 100%;
        margin: 30px 0 30px;
    }
}

@media all and (max-width: 767px) {
    .modal-xs-full {
        padding-right: 0 !important;
        background: #fff;
    }

    .modal-xs-full .modal-dialog {
        width: 100%;
        min-height: 100%;
        margin: 0;
    }

    .modal-xs-full .modal-content {
        height: 100%;
    }

    .modal-size-table {
        padding-right: 0 !important;
        background: #fff;
    }

    .modal-size-table .modal-dialog {
        width: 100%;
        min-height: 100%;
        margin: 0;
    }

    .modal-size-table .modal-content {
        height: 100%;
    }

    .modal-size-table-item {
        margin-bottom: 25px;
    }

    .modal-size-table-item h4 {
        padding-left: 5px;
    }

    .table-size-td {
        font-size: 12px;
    }

    .table-size-td:not(.table-size-th) {
        padding-left: 31px;
        padding-right: 31px;
    }

    .table-size {
        display: flex;
        flex-wrap: wrap;
    }

    .table-size-tr {
        position: relative;
        flex: 1 1 auto;
        min-width: 150px;
        padding-bottom: 15px;
    }

    .table-size-tr:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #ffffff;
    }

    /*.table-size-tr:not(:last-child) .table-size-td {
        border-right: 1px solid transparent;
    }*/

    /*.table-size-tr:not(:last-child) .table-size-th {
        border-right-color: #000000;
    }

    .table-size-tr:not(:last-child) .table-size-td:not(.table-size-th) {
        border-right-color: #C4C4C4;
    }*/

    .table-size-th {
        text-align: center;
        white-space: nowrap;
    }

    .table-size-tr .table-size-th {
        border-bottom-width: 0;
        /*border-bottom-color: #000000;*/
    }

    .table-size-tr .table-size-td:not(.table-size-th) {
        border-bottom-width: 0;
        /*border-bottom-color: #C4C4C4;*/
    }

    .table-size-tr .table-size-td {
        position: relative;
    }

    .table-size-tr .table-size-td::before,
    .table-size-tr .table-size-td::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
    }

    .table-size-tr .table-size-td::before {
        left: 0;
    }

    .table-size-tr .table-size-td::after {
        right: 0;
    }

    .table-size-tr .table-size-th::before,
    .table-size-tr .table-size-th::after {
        z-index: 1;
        background-color: #000000;
    }

    .table-size-tr .table-size-td:not(.table-size-th)::before,
    .table-size-tr .table-size-td:not(.table-size-th)::after {
        background-color: #C4C4C4;
    }

    .table-size-tr .table-size-td:last-child {
        padding-bottom: 0;
    }

    .modal-size-table-table {
        position: relative;
        margin-left: -26px;
        margin-right: -26px;
    }

    .modal-size-table-table::before,
    .modal-size-table-table::after {
        content: "";
        position: absolute;
        top: 0;
        z-index: 3;
        width: 5px;
        height: 100%;
        background-color: #ffffff;
    }

    .modal-size-table-table::before {
        left: 0;
    }

    .modal-size-table-table::after {
        right: 0;
    }

    .table-size-line {
        position: relative;
        width: 3px;
    }

    .table-size-line:last-child {
        display: none;
    }

    .table-size-line::before,
    .table-size-line::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 1px;
        background-color: #ffffff;
    }

    .table-size-line::before {
        left: 0;
    }

    .table-size-line::after {
        right: -1px;
    }
}

/*@media all and (max-width: 620px) and (min-width: 495px) {
    .table-size-tr:nth-child(4n+4) + .table-size-line,
    .table-size-tr:nth-child(5n+5) + .table-size-line {
        display: none;
    }
}

@media all and (max-width: 494px)  and (min-width: 371px) {
    .table-size-tr:nth-child(4n+4) + .table-size-line,
    .table-size-tr:nth-child(3n+3) + .table-size-line {
        display: none;
    }
}

@media all and (max-width: 370px) {
    .table-size-tr:nth-child(3n+3) + .table-size-line,
    .table-size-tr:nth-child(2n+2) + .table-size-line {
        display: none;
    }
}*/

@media all and (max-width: 480px) {
    .modal-size-results {
        background-color: #f3ede6;
        margin-top: 35px;
        padding: 15px 10px;
    }
}
/* End */


/* Start:/local/templates/intermoda2018/assets/styles/plugins.slick-slider.css?169670764924724*/
.icon-slick-buy-look-arrow-l {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -23px -39px;
    width: 21px;
    height: 15px;
}

.icon-slick-buy-look-arrow-r {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -73px 0px;
    width: 21px;
    height: 15px;
}

.slick-slider-buy-look {
    margin-bottom: 0 !important;
}

.slick-slider-buy-look .slick-slider-i {
    position: relative;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-slider-buy-look .slick-slider-i .inner {
    position: relative;
    height: calc(100vh - 157px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.slick-slider-buy-look .slick-slider-i img {
    height: auto;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.slick-slider-buy-look .slick-prev,
.slick-slider-buy-look .slick-next {
    margin-top: -8px;
    transform: translate(0, 0);
    width: 10px;
    height: 16px;
}

.slick-slider-buy-look .slick-prev::before,
.slick-slider-buy-look .slick-next::before {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 1;
    transition: all ease-in-out 0.25s;
}

.slick-slider-buy-look .slick-prev:hover::before,
.slick-slider-buy-look .slick-next:hover::before {
    opacity: 1;
}

.slick-slider-buy-look .slick-prev::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/slick-product-for-prev.svg");
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
}

.slick-slider-buy-look .slick-next::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/slick-product-for-next.svg");
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
}

.icon-slick-header-arrow-l {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -50px 0px;
    width: 15px;
    height: 25px;
}

.icon-slick-header-arrow-r {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: 0px -39px;
    width: 15px;
    height: 25px;
}

.slick-slider-header {
    margin-bottom: 0 !important;
    max-height: 450px;
    overflow: hidden;
}

.slick-slider-header-arrows__l {
    left: 20px !important;
}

.slick-slider-header-arrows__r {
    right: 20px !important;
}

.slick-slider-header .slick-slider-i {
    height: 450px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.slick-slider-header .slick-slider-i img {
    margin: 0 auto;
}

.slick-slider-header .slick-dots {
    bottom: 18px;
}

.slick-slider-header .slick-dots li {
    width: 13px;
    height: 13px;
    padding: 0;
    border-radius: 50%;
}

.slick-slider-header .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.slick-slider-header .slick-dots li button::before {
    display: none;
}

.slick-slider-header .slick-dots li.slick-active {
    padding: 0;
}

.slick-slider-header .slick-dots li.slick-active,
.slick-slider-header .slick-dots li.slick-active button {
    background: #fff;
}

.slick-slider-header-arrows {
    height: 0;
}

.slick-slider-header-arrows__inner {
    position: relative;
}

.slick-slider-header-arrows__l,
.slick-slider-header-arrows__r {
    position: absolute;
    bottom: 0;
    height: 450px;
    width: 15px;
}

.slick-slider-header-arrows__l.slick-disabled .slick-prev::before,
.slick-slider-header-arrows__r.slick-disabled .slick-prev::before,
.slick-slider-header-arrows__l.slick-disabled .slick-next::before,
.slick-slider-header-arrows__r.slick-disabled .slick-next::before {
    opacity: 0.25;
}

.slick-slider-header-arrows__l {
    left: 0;
}

.slick-slider-header-arrows__r {
    right: 0;
}

.slick-slider-header-arrows .slick-prev,
.slick-slider-header-arrows .slick-next {
    margin-top: -12.5px;
    transform: translate(0, 0);
    width: 15px;
    height: 25px;
}

.slick-slider-header-arrows .slick-prev::before,
.slick-slider-header-arrows .slick-next::before {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 1;
    transition: all ease-in-out 0.25s;
}

.slick-slider-header-arrows .slick-prev:hover::before,
.slick-slider-header-arrows .slick-next:hover::before {
    opacity: 1;
}

.slick-slider-header-arrows .slick-prev {
    left: 0;
}

.slick-slider-header-arrows .slick-prev::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -50px 0px;
    width: 15px;
    height: 25px;
}

.slick-slider-header-arrows .slick-next {
    right: 0;
}

.slick-slider-header-arrows .slick-next::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: 0px -39px;
    width: 15px;
    height: 25px;
}

.icon-slick-more-arrow-l {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -73px -23px;
    width: 13px;
    height: 21px;
}

.icon-slick-more-arrow-r {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: 0px -72px;
    width: 13px;
    height: 21px;
}

.slick-slider-more {
    margin-bottom: 0 !important;
}

.slick-slider-more .slick-prev,
.slick-slider-more .slick-next {
    margin-top: -10.5px;
    transform: translate(0, 0);
    width: 12px;
    height: 21px;
}

.slick-slider-more .slick-prev::before,
.slick-slider-more .slick-next::before {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 1;
    transition: all ease-in-out 0.25s;
}

.slick-slider-more .slick-prev:hover::before,
.slick-slider-more .slick-next:hover::before {
    opacity: 1;
}

.slick-slider-more .slick-prev {
    left: -12px;
}

.slick-slider-more .slick-prev::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/slick-more-prev.svg");
    background-size: 100% 100%;
    width: 12px;
    height: 21px;
}

.slick-slider-more .slick-next {
    right: -12px;
}

.slick-slider-more .slick-next::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/slick-more-next.svg");
    background-size: 100% 100%;
    width: 12px;
    height: 21px;
}

.icon-slick-product-nav-arrow-t {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -37px -72px;
    width: 15px;
    height: 8px;
}

.icon-slick-product-nav-arrow-b {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -73px -52px;
    width: 15px;
    height: 8px;
}

.icon-slick-product-for-arrow-l {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -52px -39px;
    width: 8px;
    height: 15px;
}

.icon-slick-product-for-arrow-r {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -21px -72px;
    width: 8px;
    height: 15px;
}

.slick-slider-product-for,
.slick-slider-full-product-for {
    margin-bottom: 0 !important;
}

.slick-slider-product-for .slick-slider-i,
.slick-slider-full-product-for .slick-slider-i {
    position: relative;
    /*height: 630px;
    line-height: 630px;
    font-size: 0;
    text-align: center;*/
    overflow: hidden;
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

/*.slick-slider-product-for .slick-slider-i::before {
    content: "";
    float: left;
}*/

.slick-slider-product-for:not(.slick-initialized) > * {
    opacity: 0;
}

/*.slick-slider-product-for::before {
    content: "";
    float: left;
}*/

.slick-slider-product-for .slick-slider-i .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    text-align: center;
    background-position: 50% 50%;
    background-size: cover;
    text-decoration: none;
}

.slick-slider-product-for .slick-prev,
.slick-slider-full-product-for .slick-prev,
.slick-slider-product-for .slick-next,
.slick-slider-full-product-for .slick-next {
    transform: translate(0, 0);
}

.slick-slider-full-product-for .slick-prev,
.slick-slider-full-product-for .slick-next {
    margin-top: -8px;
    width: 10px;
    height: 16px;
}

.slick-slider-product-for .slick-prev::before,
.slick-slider-full-product-for .slick-prev::before,
.slick-slider-product-for .slick-next::before,
.slick-slider-full-product-for .slick-next::before {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 1;
    transition: all ease-in-out 0.25s;
}

.slick-slider-product-for .slick-prev:hover::before,
.slick-slider-full-product-for .slick-prev:hover::before,
.slick-slider-product-for .slick-next:hover::before,
.slick-slider-full-product-for .slick-next:hover::before {
    opacity: 1;
}

.slick-slider-full-product-for .slick-prev {
    left: 20px;
}

.slick-slider-product-for .slick-prev {
    left: 0;
}

.slick-slider-product-for .slick-prev::before,
.slick-slider-full-product-for .slick-prev::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/slick-product-for-prev.svg");
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
}

.slick-slider-full-product-for .slick-next {
    right: 20px;
}

.slick-slider-product-for .slick-next {
    right: 0;
}

.slick-slider-product-for .slick-next::before,
.slick-slider-full-product-for .slick-next::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/slick-product-for-next.svg");
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
}

.slick-slider-product-for .slick-dots,
.slick-slider-full-product-for .slick-dots {
    position: relative;
    margin-top: 15px;
    bottom: auto;
}

.slick-slider-product-for .slick-dots li,
.slick-slider-full-product-for .slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #C4C4C4;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    overflow: hidden;
}

.slick-slider-product-for .slick-dots li button,
.slick-slider-full-product-for .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #C4C4C4;
    border-radius: 50%;
}

.slick-slider-product-for .slick-dots li button::before,
.slick-slider-full-product-for .slick-dots li button::before {
    display: none;
}

.slick-slider-product-for .slick-dots li.slick-active,
.slick-slider-full-product-for .slick-dots li.slick-active {
    padding: 0;
}

.slick-slider-product-for .slick-dots li.slick-active,
.slick-slider-full-product-for .slick-dots li.slick-active,
.slick-slider-product-for .slick-dots li.slick-active button,
.slick-slider-full-product-for .slick-dots li.slick-active button {
    background: #ac8554;
    border-color: #ac8554;
}

.slick-slider-more .slick-dots {
    position: relative;
    margin-top: 30px;
    bottom: auto;
}

.slick-slider-more .slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #C4C4C4;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    overflow: hidden;
}

.slick-slider-more .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #C4C4C4;
    border-radius: 50%;
}

.slick-slider-more .slick-dots li button::before {
    display: none;
}

.slick-slider-more .slick-dots li.slick-active {
    padding: 0;
}

.slick-slider-more .slick-dots li.slick-active,
.slick-slider-more .slick-dots li.slick-active button {
    background: #ac8554;
    border-color: #ac8554;
}

.sectin-slider-product-for {
    position: relative;
    margin-left: 142px;
}

.sectin-slider-product-for_catalog {
    margin-left: 80px;
}

.sectin-slider-product-for_catalog .slick-slider-i {
    width: 317px;
    height: 475px;
    line-height: 475px;
}

.sectin-slider-product-for_catalog .slick-prev,
.sectin-slider-product-for_catalog .slick-next {
    display: none !important;
}

.slick-slider-full-product-for .slick-slider-i {
    height: calc(100vh - 50px);
    line-height: calc(100vh - 50px);
    text-align: center;
}

.slick-slider-product-nav,
.slick-slider-full-product-nav {
    margin-bottom: 0 !important;
    padding-top: 18px;
    padding-bottom: 18px;
}

.slick-slider-product-nav .slick-slider-i,
.slick-slider-full-product-nav .slick-slider-i {
    position: relative;
    height: 121px !important;
    line-height: 119px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #fff !important;
    cursor: pointer;
}

.slick-slider-product-nav .slick-slider-i:not(:last-child),
.slick-slider-full-product-nav .slick-slider-i:not(:last-child) {
    margin-bottom: 10px;
}

.slick-slider-product-nav .slick-slider-i.slick-current.slick-center,
.slick-slider-full-product-nav .slick-slider-i.slick-current.slick-center,
.slick-slider-product-nav .slick-slider-i.slick-current.slick-active,
.slick-slider-full-product-nav .slick-slider-i.slick-current.slick-active {
    border-color: #AC8554 !important;
    cursor: default;
}

.slick-slider-product-nav .slick-prev,
.slick-slider-full-product-nav .slick-prev,
.slick-slider-product-nav .slick-next,
.slick-slider-full-product-nav .slick-next {
    margin-top: 0;
    margin-left: -8px;
    top: auto;
    left: 50%;
    transform: translate(0, 0);
    width: 16px;
    height: 10px;
}

.slick-slider-product-nav .slick-prev::before,
.slick-slider-full-product-nav .slick-prev::before,
.slick-slider-product-nav .slick-next::before,
.slick-slider-full-product-nav .slick-next::before {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 1;
    transition: all ease-in-out 0.25s;
}

.slick-slider-product-nav .slick-prev:hover::before,
.slick-slider-full-product-nav .slick-prev:hover::before,
.slick-slider-product-nav .slick-next:hover::before,
.slick-slider-full-product-nav .slick-next:hover::before {
    opacity: 1;
}

.slick-slider-product-nav .slick-prev,
.slick-slider-full-product-nav .slick-prev {
    left: 50%;
    top: 0;
}

.slick-slider-product-nav .slick-prev::before,
.slick-slider-full-product-nav .slick-prev::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/slick-product-nav-prev.svg");
    background-size: 100% 100%;
    width: 16px;
    height: 10px;
}

.slick-slider-product-nav .slick-next,
.slick-slider-full-product-nav .slick-next {
    right: auto;
    left: 50%;
    bottom: 0;
}

.slick-slider-product-nav .slick-next::before,
.slick-slider-full-product-nav .slick-next::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/slick-product-nav-next.svg");
    background-size: 100% 100%;
    width: 16px;
    height: 10px;
}

.sectin-slider-product-nav {
    padding-left: 50px;
    padding-top: 15px;
    float: left;
    width: 130px;
}

.sectin-slider-product-nav_catalog {
    padding-left: 0;
    padding-right: 0;
    width: 58px;
    padding-top: 0;
}

.sectin-slider-product-nav_catalog .slick-slider-product-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.sectin-slider-product-nav_catalog .slick-slider-i {
    height: 86px !important;
    line-height: 84px;
}

.sectin-slider-product-nav_catalog .slick-prev,
.sectin-slider-product-nav_catalog .slick-next {
    display: none !important;
}

.sectin-slider-product-nav-more {
    margin-top: 11px;
    line-height: 1.1;
    color: #999;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
}

.sectin-slider-product-nav-more:hover {
    color: #000;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

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

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

.slick-track:after {
    clear: both;
}

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

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /* height: 100%;
     min-height: 1px;*/
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("/local/templates/intermoda2018/assets/styles/../images/static/ajax-loader.gif") center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("/local/templates/intermoda2018/assets/styles/../fonts/slick-slider/slick.eot");
    src: url("/local/templates/intermoda2018/assets/styles/../fonts/slick-slider/slick.eot?#iefix") format('embedded-opentype'), url("/local/templates/intermoda2018/assets/styles/../fonts/slick-slider/slick.woff") format('woff'), url("/local/templates/intermoda2018/assets/styles/../fonts/slick-slider/slick.ttf") format('truetype'), url("/local/templates/intermoda2018/assets/styles/../fonts/slick-slider/slick.svg#slick") format('svg');
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.slick-prev:before {
    content: '←';
}

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

[dir='rtl'] .slick-prev:before {
    content: '→';
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}

.slick-dots li button:hover {
    outline: none;
}

.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-slider-contacts {
    margin-bottom: 0 !important;
}

.slick-slider-contacts .slick-slider-i img {
    width: 100%;
    height: auto;
}

.slick-slider-contacts .slick-prev,
.slick-slider-contacts .slick-next {
    margin-top: -10.5px;
    transform: translate(0, 0);
    width: 13px;
    height: 21px;
}

.slick-slider-contacts .slick-prev::before,
.slick-slider-contacts .slick-next::before {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 1;
    transition: all ease-in-out 0.25s;
}

.slick-slider-contacts .slick-prev:hover::before,
.slick-slider-contacts .slick-next:hover::before {
    opacity: 1;
}

.slick-slider-contacts .slick-prev {
    left: 20px;
}

.slick-slider-contacts .slick-prev::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: -50px 0px;
    width: 15px;
    height: 25px;
}

.slick-slider-contacts .slick-next {
    right: 20px;
}

.slick-slider-contacts .slick-next::before {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/sprites/slick.png");
    background-position: 0px -39px;
    width: 15px;
    height: 25px;
}

@media all and (max-width: 1199px) {
    .slick-slider-header .slick-slider-i {
        background-size: cover;
        height: 350px;
    }

    .slick-slider-header-arrows__l,
    .slick-slider-header-arrows__r {
        height: 350px;
    }

    .sectin-slider-product-for {
        margin-left: 119px;
    }

    .sectin-slider-product-for_catalog {
        margin-left: 80px;
    }

    .sectin-slider-product-nav {
        padding-left: 0;
        width: 80px;
    }

    .sectin-slider-product-nav_catalog {
        width: 58px;
    }
}

@media all and (max-width: 991px) {
    .sectin-slider-product-for {
        margin-left: 0;
    }

    /*.slick-slider-product-for .slick-prev,
    .slick-slider-product-for .slick-next {
        display: none !important;
    }*/

    .slick-slider-more .slick-prev, .slick-slider-more .slick-next {
        display: none !important;
    }

    .slick-slider-buy-look {
        margin-left: -12px;
        margin-right: -12px;
    }

    .slick-slider-buy-look .slick-prev {
        left: 12px;
    }

    .slick-slider-buy-look .slick-next {
        right: 12px;
    }
}

@media all and (min-width: 992px) {
    .slick-slider-product-for .slick-slider-i .inner img {
        width: 100%;
        height: auto;
    }

    .slick-slider-product-for .slick-slider-i,
    .slick-slider-full-product-for .slick-slider-i {
        width: 100%;
    }

    .slick-slider-buy-look {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slick-slider-buy-look .slick-prev {
        left: 0;
    }

    .slick-slider-buy-look .slick-next {
        right: 0;
    }

    /*.slick-slider-product-for .slick-slider-i .inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }*/
}

@media all and (max-width: 767px) {
    .slick-slider-header .slick-slider-i {
        background-size: 100% auto;
        height: 235px;
    }

    .sectin-slider-product-for {
        margin-top: -17px;
    }
}

@media all and (max-width: 991px) {
    .slick-slider-product-for::before {
        display: none;
    }

    .slick-slider-product-for .slick-slider-i::before {
        display: none;
    }
}

@media all and (min-width: 992px) {
    .slick-slider-product-for .slick-slider-i::before {
        padding-top: 150%;
    }

    .slick-slider-product-for::before {
        padding-top: 150%;
    }
}

@media all and (max-width: 991px) {
    .slick-slider-product-for::before {
        padding-top: 100%;
    }

    .slick-slider-product-for .slick-slider-i::before {
        padding-top: 100%;
    }
}

@media all and (min-width: 481px) {
    .slick-slider-product-for .slick-prev,
    .slick-slider-product-for .slick-next {
        margin-top: -8px;
        width: 10px;
        height: 16px;
    }
}

@media all and (max-width: 480px) {
    .slick-slider-product-for .slick-prev,
    .slick-slider-product-for .slick-next {
        top: 0;
        bottom: 35px;
        width: 45px;
        height: auto;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .slick-slider-product-for .slick-slider-i .inner img {
        width: 100%;
        height: auto;
    }

    /*.slick-slider-product-for .slick-slider-i {
        height: 360px;
        line-height: 360px;
    }*/

    /*.slick-slider-product-for .slick-dots {
        margin-top: 0;
    }*/

    .section-product-details-info {
        margin-top: 18px;
    }
}

.section-product-details-gallery .slick-slider-product-nav {
    max-height: 550px;
    overflow: hidden;
}
/* End */


/* Start:/local/templates/intermoda2018/assets/styles/plugins.datepicker.css?169670764924028*/
.icon-calendar-arrow-l {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/calendar-prev.svg");
    background-size: 100% 100%;
    width: 17px;
    height: 11px;
}

.icon-calendar-arrow-r {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/calendar-next.svg");
    background-size: 100% 100%;
    width: 17px;
    height: 11px;
}

.datepicker {
    border-radius: 4px;
    direction: ltr;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl.dropdown-menu {
    left: auto;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker table {
    width: 100%;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}

.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee;
}

.datepicker table tr td.today {
    color: #ffffff;
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td.today:hover {
    color: #ac8554;
    background-color: transparent;
    border-color: transparent;
}

.datepicker table tr td.today.focused {
    background: transparent;
}

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0;
}

.datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}

.datepicker table tr td.range.focused {
    background: #d5d5d5;
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
}

.datepicker table tr td.range.today {
    color: #ac8554;
    background-color: transparent;
    border-color: transparent;
}

.datepicker table tr td.range.today:hover {
    color: #ac8554;
    background-color: transparent;
    border-color: transparent;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker .datepicker-switch {
    width: 145px;
    font-size: 16px;
}

.datepicker .datepicker-switch::after {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/calendar.svg");
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    margin-left: 10px;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    border-top-width: 1px;
    overflow: visible;
    padding: 4px;
    margin-top: 10px;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: #c4c4c4;
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-size: 13px;
}

.datepicker table tr th.dow {
    border-bottom: 1px solid #c4c4c4;
}

.datepicker table tbody tr:first-child td {
    border-top: 1px solid #ffffff;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
    color: #ac8554;
    background-color: transparent;
    border-color: transparent;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
    color: #ac8554;
    background-color: transparent;
    border-color: transparent;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
    color: #ac8554;
    background-color: transparent;
    border-color: transparent;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: transparent;
    border-color: transparent;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eee;
    border-color: #bbb;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #777;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777;
    border-color: #555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
    color: #fff;
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #333333;
    border-color: #333333;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #ac8554;
    border-color: #ac8554;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #777;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}
/* End */


/* Start:/local/templates/intermoda2018/assets/styles/brand.css?1696707649864*/
.s-brand {
    margin: 30px 0 0;
}

.s-brand h1 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

.brand-type-btn {
    text-align: center;
    margin: 0 0 30px;
}

.brand-list {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.brand-list::before, .brand-list::after {
    display: none;
}

.brand-list > [class*="col-"]:not(:last-child) {
    border-right: 1px solid #c4c4c4;
}

.brand-footer {
    border-top: 4px solid #000000;
    border-bottom: 1px solid #000000;
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 30px;
    padding: 30px 0 30px;
	display: block;
}
/* End */


/* Start:/local/templates/intermoda2018/assets/styles/template.css?169670764926177*/
.header {
  position: relative;
  z-index: 1007;
  background-color: #fff;
  border-bottom: 1px solid #c4c4c4;
}

.header-fixed {
  position: relative;
  width: 100% !important;
  z-index: 1005;
}

.section-header-type.t-header {
  padding-top: 1px;
}

.section-header-type ul > li {
  float: left;
  font-family: 'Georgia-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.section-header-type ul > li > a {
  color: #000;
  display: block;
  font-size: 16px;
}

.section-header-type ul > li > a:hover,
.section-header-type ul > li > a:focus {
  color: #cb9a5d;
}

.section-header-type ul > li.active > a {
  background-color: #cb9a5d;
  color: #ffffff;
  cursor: default;
}

.icon-basket {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/other.png');
  background-position: -40px -58px;
  width: 32px;
  height: 34px;
}

.section-header-basket {
  position: relative;
  min-height: 27px;
  line-height: 1.3;
  padding-left: 43px;
  padding-top: 7px;
  cursor: pointer;
}

.section-header-basket [class~='icon'] {
  position: absolute;
  left: 0;
  top: 0;
  fill: #000000;
}

.section-header-basket__link {
  color: #ac8554;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.section-header-basket__link:hover,
.section-header-basket__link:focus {
  border-bottom-color: transparent;
  text-decoration: none;
}

.section-header-basket_on [class~='icon'] {
  background-position: -106px 0;
  width: 31px;
}

.section-header-basket_on:hover [class~='icon'] {
  background-position: 0 -58px;
  width: 32px;
}

.section-header-basket_on:hover .section-header-basket__count {
  color: #191919;
}

.section-header-basket__count {
  position: absolute;
  left: 2px;
  bottom: 4px;
  z-index: 1;
  width: 26px;
  /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
  text-align: center;
  line-height: 1;
  padding: 0 5px 0;
}

.dropdown.open .section-header-basket [class~='icon'] {
  background-position: -106px -42px;
  width: 31px;
}

.dropdown.open .section-header-basket .section-header-basket__count {
  color: #fff;
}

.section-header-basket-drop {
  padding: 19px 18px 34px;
  width: 410px;
}

.section-header-brand {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
}

.section-header-brand__brand {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

.drop-collection-wrapper {
  margin: -3px -12px 0;
}

.section-header-drop-collection {
  position: relative;
  display: inline-block;
  font-size: 14px;
  border-bottom: 0;
  margin: 0 12px;
}

.section-header-drop-collection .section-header-drop-collection-cnt {
  left: 6px;
  right: 6px;
}

.section-header-drop-collection-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-header-drop-collection-cnt {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  text-align: center;
  padding: 11px 12px 0;
}

.section-header-drop-collection-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.section-header-drop-nav ul > li > a {
  color: #000000;
}

.section-header-drop-nav ul > li > a:hover,
.section-header-drop-nav ul > li > a:focus {
  color: #ac8554;
  text-decoration: none;
}

.section-header-drop-nav_t {
  margin-bottom: 12px;
}

.section-header-drop-nav_b {
  margin-top: 12px;
}

.section-header-drop-nav_type-colors ul > li {
  font-family: 'Antiqua', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.section-header-drop-nav_type-colors ul > li:not(:last-child) {
  margin-bottom: 11px;
}

.section-header-drop-nav_border-b {
  position: relative;
  padding-bottom: 13px;
}

.section-header-drop-nav_border-b::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #e1e1e1;
}

.section-header-drop-nav_p-t {
  padding-top: 43px;
}

.section-header-drop-nav__title {
  color: #ac8554;
  text-transform: uppercase;
}

.section-header-drop-nav__title:hover {
  color: #000000;
}

.section-header-drop-nav__i_color-1 > a {
  color: #a18457 !important;
}

.section-header-drop-nav__i_color-2 > a {
  color: #71a157 !important;
}

.section-header-drop-nav__i_color-3 > a {
  color: #ce5958 !important;
}

.section-header-info {
  margin-top: -2px;
}

.section-header-info-i {
  display: block;
  float: left;
}

.section-header-info-i-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1001;
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid #050505;
  cursor: default;
}

.dropdown.open .section-header-info-i-drop {
  display: block;
}

.icon-login-drop-1 {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/login-drop.png');
  background-position: -29px 0px;
  width: 20px;
  height: 20px;
}

.icon-login-drop-2 {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/login-drop.png');
  background-position: 0px 0px;
  width: 21px;
  height: 21px;
}

.icon-login-drop-3 {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/login-drop.png');
  background-position: 0px -29px;
  width: 20px;
  height: 20px;
}

.icon-login-drop-4 {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/login-drop.png');
  background-position: -57px 0px;
  width: 16px;
  height: 21px;
}

.icon-login-drop-5 {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/login-drop.png');
  background-position: -28px -29px;
  width: 21px;
  height: 19px;
}

.section-header-login {
  position: relative;
  line-height: 1.3;
  padding-top: 7px;
}

.section-header-login > ul > li {
  float: left;
}

.section-header-login > ul > li:not(:last-child) {
  margin-right: 20px;
}

.section-header-login > ul > li > a {
  color: #000;
}

.section-header-login > ul > li > a:hover,
.section-header-login > ul > li > a:focus {
  color: #ac8554;
}

.section-header-login_user {
  position: relative;
  padding-top: 0;
  height: 34px;
}

.section-header-login_user.open .section-header-login__user {
  text-decoration: underline;
  color: #191919;
}

.section-header-login__user {
  position: relative;
  top: 2px;
  display: block;
  font-family: 'Antiqua Italic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #7b7b7b;
  cursor: pointer;
  line-height: 1.3;
  text-align: right;
}

.section-header-login__user:hover {
  text-decoration: underline;
  color: #191919;
}

.section-header-login-drop {
  padding: 14px 0 14px 33px;
  width: 200px;
}

.section-header-login-drop ul > li:not(:last-child) {
  margin-bottom: 30px;
}

.section-header-login-drop ul > li > a {
  display: block;
  position: relative;
  padding-left: 33px;
  color: #191919;
  line-height: 21px;
}

.section-header-login-drop ul > li > a [class~='icon'] {
  position: absolute;
  left: 0;
  top: 0;
}

.section-header-nav-drop {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}

.section-header-nav > ul > li > a {
  z-index: 2;
  display: block;
  text-transform: uppercase;
  color: #000000;
}

.section-header-nav > ul > li > a:hover,
.section-header-nav > ul > li > a:focus {
  color: #ac8554;
}

.section-header-nav > ul > li.active > a {
  color: #ac8554;
}

.section-header-nav > ul > li.drop > a {
  position: relative;
  color: #000000;
}

.section-header-nav > ul > li.drop .section-header-nav-drop {
  display: block;
}

.section-header-phone {
  padding-top: 3px;
}

.section-header-phone > * {
  display: inline-block;
  vertical-align: top;
}

.section-header-phone .phone {
  font-size: 16px;
}

.header-city {
  position: relative;
  cursor: pointer;
  margin: 2px 24px 0 0;
  padding: 0 20px 0 0;
}

.header-city::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 14px;
  height: 8px;
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/select-arrow.svg');
  background-size: 100% 100%;
  transition: 0.25s ease-in-out;
}

.header-city-icon {
  position: absolute;
  top: 5px;
  font-size: 0;
  line-height: 1;
}

.header-city-icon .icon-page {
  fill: #000000;
  top: 0;
  height: 20px;
  width: auto;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.header-city-icon .icon-page:hover {
  fill: #ac8554;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .header-city-icon {
    left: 42px;
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  .header-city-icon {
    left: 78px;
  }
}

@media (max-width: 480px) {
  .header-city-icon {
    left: 58px;
  }
}

.city {
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .city {
    position: fixed;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 1050;
    padding: 45px 25px 45px;
    transition: 0.25s ease-in-out;
  }

  body:not(.is-open-city) .city {
    top: 100%;
  }

  body.is-open-city .city {
    top: 0;
  }

  .city-close {
    right: 15px;
    top: 15px;
    font-size: 0;
    color: transparent;
    line-height: 1;
    width: 21px;
    height: 22px;
    background-image: url('/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/modal-close.svg');
    background-size: 100% 100%;
    transition: all ease-in-out 0.25s;
    opacity: 1;
  }

  .city-close:hover {
    opacity: 0.5;
  }
}

@media (min-width: 1200px) {
  .city {
    display: none;
    border-bottom: 1px solid #000000;
    padding: 30px 0 35px;
  }

  body.is-open-city .header-city::after {
    transform: rotate(-180deg);
  }

  .city-close {
    right: 80px;
    top: -25px;
    padding: 0 16px 0 0;
  }

  .city-close::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 10px;
    height: 10px;
    background-image: url('/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/close-city.svg');
    background-size: 100% 100%;
  }

  .city .container {
    position: relative;
  }
}

.city-close {
  position: absolute;
  cursor: pointer;
}

.city-title {
  display: block;
  font-family: 'Georgia-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin: 0 0 35px;
}

.city-form {
  max-width: 400px;
  margin: 0 auto;
}

.section-header-search {
  padding-top: 5px;
  cursor: pointer;
}

.section-header-search .icon-page {
  fill: #000000;
  top: 0;
}

.section-header-search:hover [class~='icon'],
.section-header-search.open [class~='icon'] {
  background-position: -145px -38px;
}

.section-header-search.open [type='text'] {
  display: block;
}

.section-header-search [type='text'] {
  position: absolute;
  right: 100%;
  top: 2px;
  display: none;
  width: 252px;
  margin-right: 9px;
  padding: 7px 18px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  font-size: 14px;
  color: #000;
  box-shadow: none;
  transition: all ease-in-out 0.25s;
}

.section-header-search [type='text']:hover,
.section-header-search [type='text']:focus {
  background-color: #fff;
}

.header-info-item.t-favorites {
  position: relative;
  padding-top: 7px;
}

.header-info-item.t-favorites.is-active::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 5px;
  width: 9px;
  height: 9px;
  background-color: #ac8554;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.header-info-item.t-favorites .icon-page {
  fill: #000000;
  top: 0;
}

.header-info-item a {
  display: block;
  line-height: 1;
}

.header-info-item .icon-page {
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.header-info-item .icon-page:hover {
  fill: #ac8554;
}

.icon-sidebar-btn {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/other.png');
  background-position: 0px -100px;
  width: 30px;
  height: 22px;
}

.section-header-sidebar-btn {
  position: relative;
}

.sidebar-toggle-btn {
  cursor: pointer;
}

.sidebar-toggle-btn .inner-btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sidebar-toggle-btn span {
  position: relative;
  top: 0;
  display: block;
  height: 1px;
  background-color: #000000;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.sidebar-toggle-btn span:not(:last-child) {
  margin-bottom: 6px;
}

.sidebar-toggle-btn.is-active .inner-btn span {
  background-color: #000000;
}

.sidebar-toggle-btn.is-active .inner-btn span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.sidebar-toggle-btn.is-active .inner-btn span:nth-child(2) {
  display: none;
  transition-delay: 0.25s;
}

.sidebar-toggle-btn.is-active .inner-btn span:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}

.section-header {
  padding-top: 17px;
  padding-bottom: 20px;
}

.section-header__inner {
  position: relative;
  min-height: 27px;
}

.header-search {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #ffffff;
}

.header-search .container {
  position: relative;
}

.header-search .search {
  max-width: 388px;
  margin: 0 auto;
}

.search.t-header .btn .icon-page {
  fill: #000000;
}

.section-footer-address {
  margin-bottom: 0;
}

.section-footer-address b {
  font-family: 'ProximaNova-Regular', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.section-footer-address ul > li {
  position: relative;
  padding-left: 34px;
}

.section-footer-address ul > li:not(:last-child) {
  margin-bottom: 18px;
}

.section-footer-address ul > li > *:not(.icon) {
  display: block;
}

.section-footer-address ul > li [class~='icon'] {
  position: absolute;
  left: 12px;
  top: -2px;
}

.section-footer-address-i_label {
  padding-left: 34px !important;
}

.section-footer-callback {
  margin-bottom: 20px;
}

.section-footer-callback__label {
  display: block;
  line-height: 35px;
}

.section-footer-copyright {
  margin-top: 22px;
  font-size: 12px;
  color: #7b7b7b;
}

.section-footer-list ul > li:not(:last-child) {
  margin-bottom: 6px;
}

.section-footer-socials ul {
  display: inline-block;
  vertical-align: top;
}

.section-footer-type-payment {
  padding-top: 27px;
}

.section-footer-type-payment ul {
  display: inline-block;
  vertical-align: top;
}

.section-footer-type-payment ul > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #7b7b7b;
}

.section-footer-type-payment ul > li:not(:first-child) {
  margin-left: 21px;
}

.section-footer {
  padding-top: 37px;
  padding-bottom: 35px;
  color: #fff;
  background-color: #000;
}

.section-footer__inner {
  position: relative;
}

.section-footer a {
  color: #fff;
}

.section-footer a:hover,
.section-footer a:focus {
  color: #7b7b7b;
}

.icon-callback-form {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/other.png');
  background-position: -68px -100px;
  width: 25px;
  height: 19px;
}

.form-callback {
  position: relative;
}

.form-callback [type='text'] {
  padding: 7px 80px 7px 20px;
  height: 35px;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  box-shadow: none;
  transition: all ease-in-out 0.25s;
}

.form-callback [type='text']:hover,
.form-callback [type='text']:focus {
  background-color: #fff;
}

.form-callback [type='submit'] {
  width: 60px;
  height: 35px;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ac8554;
  color: #fff;
  line-height: 35px;
  text-align: center;
  transition: color ease-in-out 0.25s;
}

.form-callback [type='submit']:hover,
.form-callback [type='submit']:focus,
.form-callback [type='submit']:active {
  outline: 0;
}

.form-callback [type='submit'] .icon-page {
  fill: #ffffff;
}

.section-footer-accordion {
  margin-bottom: 20px;
}

.section-footer-accordion .accordion:not(:last-child) {
  margin-bottom: 18px;
}

.section-footer-accordion .accordion-header {
  text-transform: none;
  color: #7b7b7b;
}

.section-footer-accordion .accordion-header::after {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/plus-accord.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
}

.section-footer-accordion .accordion-header.active::after {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/minus-accord.svg');
  height: 13px;
  margin-top: -7px;
}

.icon-address-label {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/other.png');
  background-position: -174px -55px;
  width: 10px;
  height: 15px;
}

.icon-arrow-to-top {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/other.png');
  background-position: -33px -130px;
  width: 23px;
  height: 23px;
}

.to-top {
  position: absolute;
  right: 40px;
  top: -57px;
  width: 55px;
  height: 55px;
  background: url('/local/templates/intermoda2018/assets/styles/../images/static/other/to-top.svg') 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.to-top [class~='icon'] {
  position: absolute;
  left: 50%;
  top: 15px;
  fill: #ffffff;
  margin-left: -11.5px;
}

.socials_footer ul {
  font-size: 18px;
}

.socials_footer ul > li:not(:last-child) {
  margin-right: 23px;
}

.socials_footer ul > li > a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  background-color: #7b7b7b;
  color: #000;
}

.socials_footer ul > li > a:hover,
.socials_footer ul > li > a:focus {
  background-color: #fff;
}

.header-popup {
  position: absolute;
  top: 100%;
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  padding: 35px 15px 25px;
}

.section-header-login .header-popup {
  width: 300px;
  margin: 23px 0 0;
}

.section-header-sidebar-btn .header-popup {
  width: 300px;
  margin: 23px 0 0;
}

.header-popup::before,
.header-popup::after {
  content: '';
  position: absolute;
}

.header-popup::before {
  left: -1px;
  top: -21px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #c4c4c4;
  border-right: 20px solid transparent;
}

.header-popup::after {
  left: 0;
  top: -19px;
  width: 0;
  height: 0;
  border-bottom: 19px solid #ffffff;
  border-right: 19px solid transparent;
}

.header-popup .title-popup {
  display: block;
  font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.header-popup .title-popup:not(:last-child) {
  margin: 0 0 10px;
}

.header-popup .title-popup:last-child {
  text-align: center;
}

.header-popup .desc-popup {
  font-size: 15px;
}

.header-popup .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/popup-close.svg');
  background-size: 100% 100%;
  cursor: pointer;
}

@media all and (min-width: 376px) and (max-width: 480px) {
  .section-header-brand__brand {
    width: 195px;
  }
}

@media all and (max-width: 1199px) {
  .section-header-drop-nav.t-hidden {
    display: none;
  }

  .section-header-drop-nav__title.t-hidden {
    display: none;
  }

  .header-nav__li-drop > a {
    position: relative;
  }

  .header-nav__li-drop.is-left .section-header-nav-drop {
    left: 0;
  }

  .header-nav__li-drop > a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 12px;
    background: url('/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/arrow-right-sidebar.svg') 0 0
      no-repeat;
    background-size: 100% 100%;
    margin-top: -6px;
  }

  .section-header-drop-nav__title {
    display: block;
    padding: 19px 20px;
  }

  .section-header-drop-nav__title:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }

  .section-header-drop-nav ul > li {
    border-bottom: 1px solid #e5e5e5;
  }

  .section-header-drop-nav ul > li > a {
    display: block;
    text-transform: uppercase;
    padding: 19px 20px;
  }

  .section-header-nav-drop {
    display: block;
    left: 100%;
    top: 43px;
    bottom: 0;
    z-index: 3;
    padding-top: 59px;
    transition: left 0.25s ease-in-out;
  }

  .section-header-nav-drop .container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .section-header-type.t-sidebar {
    position: relative;
  }

  .section-header-type.t-sidebar::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
  }

  .section-header-type ul {
    position: relative;
  }

  .section-header-type ul > li {
    width: 50%;
  }

  .section-header-type ul > li > a {
    padding: 9px 20px;
  }

  .section-header-nav > ul > li {
    border-bottom: 1px solid #e5e5e5;
  }

  .section-header-nav > ul > li > a {
    padding: 19px 20px;
  }

  .section-header-nav {
    width: 100%;
  }

  .section-header-phone {
    display: none;
  }

  .section-header-type.t-header {
    display: none;
  }

  .header {
    border-bottom: 0;
  }

  .section-header {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border-bottom: 1px solid #000;
  }

  .header-search {
    padding: 14px 0 16px;
  }

  .section-footer-type-payment ul > li:not(:first-child) {
    margin-left: 5px;
  }
}

@media all and (min-width: 481px) and (max-width: 991px) {
  .section-footer-address ul > li:not(.section-footer-address-i_label) {
    padding-left: 12px;
  }
}

@media all and (max-width: 991px) {
  .section-header-basket {
    padding-left: 28px;
  }

  .to-top {
    right: 0;
  }

  .section-footer-address ul > li [class~='icon'] {
    left: 12px;
  }

  .section-footer {
    font-size: 15px;
  }
}

@media all and (max-width: 767px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }

  .section-header-search {
    position: absolute;
    top: -2px;
  }
}

@media all and (max-width: 767px) and (min-width: 481px) {
  .section-header-search {
    left: 42px;
  }
}

@media all and (min-width: 481px) {
  .section-header-info-i:not(:last-child) {
    margin-right: 15px;
  }

  .section-header-sidebar-btn {
    padding-top: 7px;
  }

  .sidebar-toggle-btn {
    width: 27px;
    height: 22px;
  }
}

@media all and (max-width: 480px) {
  .header-search {
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .header-search .search {
    max-width: none;
    margin-right: 36px;
  }

  .section-header {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .section-header-info-i:not(:last-child) {
    margin-right: 7px;
  }

  .section-header-sidebar-btn {
    padding: 7px 7px 5px;
    margin-left: -7px;
  }

  .sidebar-toggle-btn {
    width: 37px;
    height: 27px;
  }

  .section-header-search {
    left: 30px;
  }

  .section-footer-address ul > li {
    width: 100%;
  }

  .section-footer-callback {
    margin-top: -14px;
  }
}

@media all and (max-width: 375px) {
  .section-header-brand__brand {
    width: 155px;
  }
}

@media all and (min-width: 1200px) {
  .header-city-icon {
    display: none;
  }

  .section-header-drop-nav__title.t-visible {
    display: none;
  }

  .section-header-drop-nav__title:not(:last-child) {
    margin-bottom: 10px;
  }

  .section-header-drop-nav__title {
    display: inline-block;
    vertical-align: top;
  }

  .section-header-drop-nav:not(:last-child) {
    margin-bottom: 20px;
  }

  .section-header-drop-nav.t-columns ul {
    column-count: 2;
    column-gap: 24px;
  }

  .section-header-drop-nav ul > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .section-header-drop-nav ul > li:not(:last-child) {
    margin-bottom: 9px;
  }

  .section-header-nav-drop {
    display: none;
    top: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #000;
  }

  .drop-collection-wrapper {
    display: flex;
    text-align: center;
    font-size: 0;
  }

  .drop-collection-wrapper::before,
  .drop-collection-wrapper::after {
    display: none;
  }

  .drop-collection-img:not(:only-child) .drop-collection-wrapper {
    justify-content: flex-end;
  }

  .drop-collection-img:only-child .drop-collection-wrapper {
    justify-content: center;
  }

  .section-header-drop-collection {
    width: 291px;
  }

  .section-header-drop-collection-img {
    height: 291px;
  }

  .section-header-nav-drop__inner {
    padding: 3px 33px 0;
  }

  .section-header-type.t-sidebar {
    display: none;
  }

  .section-header-type ul {
    margin-left: -12px;
  }

  .section-header-type ul > li:not(:last-child) {
    margin-right: 8px;
  }

  .section-header-type ul > li > a {
    padding: 0 12px;
  }

  .section-header-nav > ul > li > a::before {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -1px;
    height: 3px;
    background-color: #000000;
    opacity: 0;
  }

  .section-header-nav > ul > li.drop > a::before {
    opacity: 1;
  }

  .section-header-nav > ul {
    margin-left: -12px;
  }

  .section-header-nav > ul > li {
    float: left;
  }

  .section-header-nav > ul > li:not(:last-child) {
    margin-right: 16px;
  }

  .section-header-nav > ul > li > a {
    padding: 5px 12px 7px;
    position: relative;
  }

  .header-search {
    border-bottom: 1px solid #c4c4c4;
    padding: 14px 0 15px;
  }
}

/* End */


/* Start:/local/templates/intermoda2018/styles/styles_custom.css?17347346505286*/
html, body {
	overflow-x: hidden;
	overflow-y: auto;
}

.header {
	z-index: 1;
}

.btn-block + .btn-block {
	margin-top: 0;
}

.errortext {
	color: red;
}

.im-mobile-banner .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.im-banner {
	margin-bottom: 30px;
}
.im-banner img {
	/*width: 92%;*/
	display: block;
	margin: auto;
}

.form-write-radio-square {
	z-index: 0;
}
.interstyle-slider {
	z-index: 0;
}
.slick-prev, .slick-next {
	z-index: 0;
}
.form-write-checkbox-square {
	z-index: 0;
}
.bx-sls .bx-ui-sls-route {
	z-index: 0;
}
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
	z-index: 0;
}

.lk-order__all.first {
	margin-right: 15px;
}
.lk-order__all span a {
	font-size: 16px;
}
.lk-order__all.active span a {
	font-weight: bold;
}

.page404 {
	padding-top: 36px;
}

.product-item-labels {
	z-index: 0;
}

.volume-table {
	margin-bottom: 20px;
}

/*.dropdown {
	margin-bottom: 25px;
}*/

.kostyumy-man {
	margin-top: -25px
}

#modal-buy-look {
	z-index: 1060;
}

.product-item-size > li {
	cursor: pointer;
}

.product-item-size > li.is-active {
	cursor: default;
}

.product-details-section .product-size-label {
	margin-bottom: 8px;
}

.im-head-article {
	font-size: 16px;
	margin-bottom: 10px;
}

.order-finish .btn.t-p-2 {
	margin-top: 10px;
}

.order-type-item .inner {
	min-height: 210px;
}

.l-return-rules__return a {
	color: #ac8554;
}

.section-footer-type-payment {
	width: 195px;
	margin-left: 80px;
}

.from-fav-info {
	border: 1px solid #ac8554;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: -35px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #ac8554;
	text-align: center;
}

.c-expired-news__i_line {
	min-height: 210px;
}
.c-expired-news__i_line .c-expired-news__img {
	height: 210px;
	line-height: 210px;
}
.c-expired-news__img {
	height: 201px;
	line-height: unset;
}

.s-bonus__title {
	font-size: 39px !important;
}

.b-sizeweb-title {
	font-size: 16px;
	margin-bottom: -10px;
	padding-top: 10px;
	clear: both;
}

.section-page-description_mobile {
	padding-top: 0;
	padding-bottom: 10px;
}
.section-header-type_center {
	text-align: center;
}
.list-unstyled_center {
	display: inline-block;
	margin-bottom: 15px;
}
.section-header-type_center ul > li.active > a {
	background-color: unset;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #ac8554;
}
.section-header-type_center ul > li > a:hover, .section-header-type_center ul > li > a:focus {
	color: #000;
}

.section-expired-news {
	font-family: 'Georgia-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-expired-news .c-expired-news__title {
	font-size: 20px;
}
.section-expired-news .c-expired-news__text {
	font-family: 'ProximaNova-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.section-footer-copyright a {
	color: #7b7b7b;
}
.section-footer-copyright a:hover {
	color: #fff;
}

.reglament-link {
	text-align: center;
	margin: 5px 0 30px 0;
}
.reglament-link a {
	text-decoration: underline;
	color: #7b7b7b;
}
.reglament-link a:hover {
	color: #000;
}

.product-details-characteristics-i a {
	text-decoration: underline;
}

.phone-hint {
	font-size: 12px;
	color: #f00;
	margin: 0;
}

.dropdown-menu {
	z-index: 100;
}
.dropdown-backdrop {
	z-index: 90;
}


@media (min-width: 1200px) {
	.modal-size-table .modal-dialog, .modal-catalog-product .modal-dialog {
		width: 1144px;
	}
	.c-expired-news__i:not(.c-expired-news__i_line) {
		min-height: 240px;
	}
}

@media (max-width: 1199px) {
	.header {
		z-index: 1007;
	}
	.dropdown {
		margin-bottom: 0;
	}
}

@media (max-width: 1024px) {
	.section-footer-type-payment {
		width: 155px;
		margin-left: 65px;
	}

	.form-callback [type="text"] {
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.c-expired-news__i:not(.c-expired-news__i_line) {
		min-height: 220px;
		padding-top: 15px;
	}
	.order-type-item {
		height: 70px;
	}
	.order-type-item .inner {
		min-height: 90px;
	}
}

@media (max-width: 768px) {
	.im-banner {
		margin-bottom: 0;
	}
	.im-banner img {
		width: 100%;
	}
	.im-banner-on-main {
		margin-bottom: 30px;
		margin-top: -10px;
	}

	.container.section-slider {
		padding-left: 0px;
		padding-right: 0px;
	}

	.kostyumy-man {
		margin-top: 0;
	}

	.form-callback [type="text"] {
		width: 100%;
	}

	.section-header-info .section-header-info-i:not(:last-child) {
		margin-right: 10px;
	}
	.section-header-info .section-header-info-i {
		margin-right: unset;
	}
	.btn-size-3 {
		font-size: 14px;
	}

	.from-fav-info {
		margin-top: unset;
	}

	.margined {
		margin-bottom: 40px;
	}
	.section-trends {
		margin-bottom: unset;
	}

	.search__close {
		right: 30px;
	}

	.section-page-description_mobile {
		padding-top: 0;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.bonus-adv-list .item.t-2 {
		min-height: 415px !important;
	}
}

@media (min-width: 481px) {
	.product-i.t-favorites .product-item-btn .btn {
		margin-top: 10px;
	}

	.s-bonus-head .bonus-card-type .title {
		font-size: 32px;
	}
	.s-bonus-head .bonus-card-type .count {
		margin-bottom: 15px;
	}
}

@media (max-width: 414px) {
	.search__close {
		right: 20px;
	}
}

@media (max-width: 331px) {
	.slider-product-liked {
		right: 30px;
	}

	.c-advantages__cnt {
		margin-left: 38px;
	}

	.phone-btn a {
		display: table-cell;
		height: 48px;
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/intermoda2018/assets/styles/basket-order.css?169670764920268*/
.s-lk {
    margin-top: 35px;
}

.s-lk-inner {
    max-width: 1020px;
    margin: 0 auto;
}

.basket-table .thead-col {
    border-bottom: 1px solid #C4C4C4;
    color: #6C6C6C;
    padding: 0 13px 5px;
}

.basket-table .tbody-col {
    vertical-align: top;
    padding: 17px 13px;
}

.product-i-img.t-basket {
    float: left;
    width: 81px;
    height: 121px;
    line-height: 120px;
}

.product-i-cnt.t-basket {
    font-size: 16px;
    text-align: left;
    margin-left: 96px;
    margin-top: 10px;
}

.product-i-btn.t-basket {
    min-width: 180px;
    margin-top: 9px;
    padding-right: 20px;
}

.product-i-btn.t-basket .btn-item:not(:last-child) {
    margin-bottom: 7px;
}

.product-i-btn.t-basket .btn-item span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid currentColor;
    cursor: pointer;
    font-size: 16px;
    color: #5e5e5e;
    transition: 0.25s ease-in-out;
}

.product-i-btn.t-basket .btn-item span:hover {
    color: #000000;
}

.product-i-btn.t-basket .btn {
    padding: 7px 28px;
}

.product-i-btn.t-basket .payment-type {
    font-size: 16px;
    color: #6C6C6C;
}

.basket-code {
    padding: 25px 0 25px 72px;
}

.basket-code::after {
    display: block;
    content: "";
    clear: both;
}

.basket-code .inner {
    float: right;
}

.basket-code .title {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 36px;
    margin-right: 18px;
}

.basket-code .desc {
    float: right;
    font-size: 16px;
}

.basket-order {
    width: 100%;
    padding: 25px 0 25px 72px;
}

.basket-order .type-list {
    margin-bottom: 0;
}

.basket-order .type-list li {
    font-size: 16px;
}

.basket-order .type-list li.t-total {
    color: #AC8554;
}

.basket-order .type-list li.t-sum-total {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    margin-top: 10px;
}

.basket-order .total-list {
    margin-bottom: 0;
}

.basket-order .total-list li {
    font-size: 16px;
}

.basket-order .total-list li.t-sum {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
}

.basket-order .td-column.t-btn .btn {
    white-space: normal;
    text-transform: none;
}

.basket-balance {
    background-color: #FDF3E7;
    padding: 25px 72px;
}

.basket-balance .td-column {
    vertical-align: top;
    font-size: 16px;
}

.basket-balance .title {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.basket-balance .total .sum {
    position: relative;
}

.basket-balance .total .sum .help {
    position: absolute;
    left: 100%;
    top: -1px;
    line-height: 1;
    font-size: 0;
}

.basket-balance .total .sum .help .icon-page {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #6C6C6C;
    font-size: 10px;
    color: #6C6C6C;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}

.basket-balance .total .sum .help .help-tooltip {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    font-family: 'Futuris Cyrillic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 10px 15px;
    transition: 0.25s ease-in-out;
}

.basket-balance .total .sum .help:hover .help-tooltip {
    display: block;
}

.basket-balance .total .sum .help .help-tooltip.t-top {
    top: 100%;
    left: 50%;
    width: 250px;
    margin-top: 5px;
    margin-left: -125px;
}

.basket-balance p.t-count {
    font-size: 18px;
}

.basket-bonus {
    max-width: 800px;
    font-size: 16px;
    margin: 30px auto 0;
}

.basket-bonus .tbody-row {
    margin: 0 -12px;
}

.basket-bonus .tbody-row::after {
    display: block;
    content: "";
    clear: both;
}

.basket-bonus .tbody-col {
    float: left;
    padding: 0 12px;
}

.basket-bonus-code .login-verification__count {
    margin-bottom: 16px;
}

.basket-bonus-code .login-verification__link {
    color: #AC8554;
}

.basket-bonus-adv {
    padding-top: 1px;
}

.basket-bonus-adv .title {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.basket-bonus-adv .list > li {
    position: relative;
    padding-left: 33px;
}

.basket-bonus-adv .list > li:not(:last-child) {
    margin-bottom: 16px;
}

.basket-bonus-adv .list > li img {
    position: absolute;
    left: 0;
    top: 1px;
}


.order-item:not(:first-child) {
    margin-top: 47px;
}

.order-basket-item {
    border-bottom: 1px solid #C4C4C4;
}

.order-basket-item .order-cnt {
    display: none;
    overflow: hidden;
    padding-top: 30px;
}

.order-basket-item.is-active {
    border-bottom-color: transparent;
}

.order-basket-item .order-title {
    border-bottom: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.order-basket-item .order-title .type {
    position: absolute;
    right: 57px;
    top: 0;
    padding-right: 30px;
}

.order-basket-item .order-title .type::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 14px;
    height: 8px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/arrow-order.svg");
    background-size: 100% 100%;
    transition: 0.25s ease-in-out;
}

.order-basket-item.is-active .order-title .type::after {
    transform: rotate(-180deg);
}

.order-title {
    position: relative;
    border-bottom: 1px solid #C4C4C4;
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0 57px 10px;
    margin-bottom: 30px;
}

.order-cnt .max-width {
    max-width: 450px;
    margin: 0 auto;
}

.order-cnt.t-p {
    padding: 0 33px;
}

.order-cnt .form-group {
    position: relative;
}

.order-cnt .form-group .desc {
    padding-top: 8px;
}

.order-cnt .form-control {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
}

.order-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px;
}

.order-type [class*="col-"] {
    margin-top: 30px;
}

.order-type::before,
.order-type::after {
    display: none;
}

.order-type-item {
    position: relative;
    height: 100%;
    font-size: 16px;
}

.order-type-item .inner {
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    height: 100%;
    padding: 20px 15px;
    transition: 0.25s ease-in-out;
}

.order-type-item [type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.order-type-item [type="radio"]:checked ~ .inner {
    background-color: #FDF3E7;
    border-color: #AC8554;
}

.order-type-item .title {
    font-size: 16px;
    margin-bottom: 15px;
}

.order-type-item .desc-list {
    margin-bottom: 0;
}

.order-type-item .desc-list li:not(:last-child) {
    margin-bottom: 20px;
}

.order-type-item .desc-list li .color {
    border-bottom: 1px solid currentColor;
    color: #AC8554;
}

.order-type-item .desc-list li .help-text {
    font-size: 14px;
    color: #6C6C6C;
}

.order-type-form {
    display: none;
    margin-top: 33px;
}

.order-balance {
    background-color: #FDF3E7;
    font-size: 16px;
    padding: 25px 72px;
    margin-top: 50px;
}

.order-balance .td-column {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 10px;
}

.order-balance .td-column:nth-child(1) {
    padding-right: 70px;
}

.order-balance .td-column:nth-child(2) {
    padding-left: 70px;
}

.order-balance .type-list:not(:last-child) {
    margin-bottom: 23px;
}

.order-balance .type-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order-balance .type-list li > * {
    display: inline-block;
    vertical-align: top;
}

.order-balance .total-list li.t-title {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
}

.order-balance .total-list li.t-title span {
    text-transform: uppercase;
}

.order-balance .total-list {
    margin-top: 15px;
    margin-bottom: 25px;
}

.order-balance .total-list li.t-sum {
    font-size: 21px;
}

.order-balance .desc {
    font-size: 14px;
    color: #6C6C6C;
}

.order-balance .more-btn {
    margin-right: 72px;
}

.order-total {
    margin-top: 36px;
    padding: 0 72px;
}

.order-total .desc {
    font-size: 14px;
    color: #6C6C6C;
}

.order-total .desc a {
    color: #ac8554;
}

.order-total .more {
    margin: 0 72px 0 58px;
}

.order-finish {
    font-size: 16px;
    text-align: center;
    padding: 44px 12px 71px;
}

.order-finish .title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.order-finish .desc-list {
    max-width: 400px;
    margin: 0 auto;
}

.order-finish .desc-list li:not(:last-child) {
    margin-bottom: 21px;
}

.login-verification.t-basket p {
    font-size: 16px;
}

.login-verification.t-basket p.t-1 {
    max-width: 393px;
    margin-bottom: 27px;
}


@media all and (min-width: 1024px) and (max-width: 1199px) {
    .product-i-btn.t-basket .payment-type {
        margin-top: 12px;
    }
}

@media all and (min-width: 481px) and (max-width: 1199px) {
    .basket-order .td-column:not(:last-child) {
        padding-right: 15px;
    }

    .order-balance .td-column:nth-child(1) {
        padding-right: 12px;
    }

    .order-balance .td-column:nth-child(2) {
        padding-left: 12px;
    }
}

@media all and (max-width: 1199px) {
    .order-basket-item .order-title .type {
        right: 0;
    }

    .basket-code {
        padding-left: 0;
        padding-right: 0;
    }

    .basket-order {
        padding-left: 0;
        padding-right: 0;
    }

    .product-i-btn.t-basket {
        min-width: 160px;
        padding-right: 0;
    }

    .basket-order {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 0;
        padding-top: 8px;
    }

    .basket-order .td-column {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        margin-top: 17px;
    }

    .basket-balance {
        padding-left: 13px;
        padding-right: 13px;
    }

    .order-title {
        padding-left: 0;
        padding-right: 0;
    }

    .order-cnt.t-p {
        padding-left: 0;
        padding-right: 0;
    }

    .order-balance {
        padding-left: 13px;
        padding-right: 13px;
    }

    .order-total {
        padding-left: 0;
        padding-right: 0;
    }

    .order-balance .more-btn {
        margin-right: 0;
    }

    .order-total .more {
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .product-i-price.t-basket .title {
        width: 116px;
        margin-left: -116px;
    }
}

@media all and (max-width: 1023px) {
    .product-i-price.t-basket .title {
        color: #6C6C6C;
    }

    .product-i-price.t-basket {
        width: 100%;
    }

    .product-i-btn.t-basket {
        width: 100%;
        margin-top: 22px;
    }

    .product-i-btn.t-basket .btn-item {
        display: inline-block;
        vertical-align: top;
    }

    .product-i-btn.t-basket .btn-item:not(:last-child) {
        margin-right: 10px;
    }

    .product-i-price.t-basket {
        font-size: 0;
        margin-top: 11px;
    }

    .product-i-price.t-basket > *:not(.title) {
        display: inline-block;
        font-size: 16px;
    }

    .product-i-price.t-basket > *:not(.title) {
        margin-right: 10px;
    }
}

@media all and (max-width: 991px) {
    .s-lk .column-left {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .basket-table.t-cashback .thead-col:nth-child(3) {
        display: none;
    }

    .product-i-price.t-basket .title {
        display: inline-block;
        font-size: 16px;
    }

    .basket-bonus .tbody-col {
        width: 100%;
    }

    .basket-bonus .tbody-col:not(:last-child) {
        margin-bottom: 35px;
    }

    .basket-table .thead-col:nth-child(2) {
        display: none;
    }

    .basket-table .tbody-row {
        border-bottom: 1px solid #C4C4C4;
    }

    .basket-table .tbody-col:nth-child(2),
    .basket-table .tbody-col:nth-child(3) {
        margin-left: 116px;
        margin-top: -40px;
    }

    .basket-balance {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .basket-balance .balance {
        display: block;
        font-size: 19px;
    }

    .basket-balance .td-column:not(:last-child) {
        margin-bottom: 30px;
    }

    .basket-code .desc {
        display: none;
    }

    .order-type [class*="col-"] {
        width: 100%;
    }

    .order-balance {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .order-balance .td-column:nth-child(1) {
        border-bottom: 1px solid #C4C4C4;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .order-balance .td-column:nth-child(2) {
        padding-left: 0;
    }

    .order-total .more {
        padding-top: 20px;
    }
}

@media all and (max-width: 600px) {
    .basket-code .inner {
        width: 100%;
    }
}

@media all and (min-width: 346px) and (max-width: 480px) {
    .basket-order .type-list li {
        font-size: 16px;
    }
}

@media all and (max-width: 480px) {
    .basket-order .btn {
        width: 100%;
    }

    .product-i-price.t-basket .title {
        width: 101px;
        margin-left: -101px;
    }

    .basket-order .td-column:nth-child(3),
    .basket-order .td-column:nth-child(4) {
        width: 100%;
    }

    .basket-table .tbody-col:nth-child(2),
    .basket-table .tbody-col:nth-child(3) {
        margin-left: 101px;
    }

    .basket-balance .total {
        display: none;
    }

    .product-i-btn.t-basket {
        margin-top: 15px;
    }

    .product-i-cnt.t-basket {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 345px) {
    .basket-order .type-list li {
        font-size: 13px;
    }
}

@media all and (min-width: 481px) {
    .basket-order .td-column .btn {
        min-width: 211px;
    }

    .basket-order .td-column.t-btn .btn {
        padding: 6px 5px;
    }
}

@media all and (min-width: 601px) {
    .basket-code .form-group {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }

    .basket-code .form-group:not(:last-child) {
        margin-right: 16px;
    }

    .basket-code .form-group:nth-child(1) {
        width: 292px;
    }
}

@media all and (min-width: 768px) {
    .order-type.t-1 .order-type-item {
        height: 297px;
    }

    .order-type.t-2 .order-type-item {
        height: 177px;
    }

    .order-type.t-1 .order-type-item .title {
        min-height: 68px;
    }

    .order-type.t-2 .order-type-item .title {
        min-height: 34px;
    }

    .order-type [class*="col-"] {
        /*flex: 1 1 auto;*/
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .basket-bonus .tbody-col:nth-child(1) {
        width: 60%;
    }

    .basket-bonus .tbody-col:nth-child(2) {
        width: 40%;
    }

    .basket-table {
        display: table;
        width: 100%;
    }

    .basket-table .thead-row {
        display: table-row;
    }

    .basket-table .thead-col {
        display: table-cell;
    }

    .basket-table .thead-col:nth-child(1) {
        width: 430px;
    }

    .basket-table.t-cashback .thead-col:nth-child(2) {
        width: 180px;
    }

    .basket-table .tbody-row {
        display: table-row;
    }

    .basket-table .tbody-col {
        display: table-cell;
        border-bottom: 1px solid #C4C4C4;
    }

    .product-i-price.t-basket {
        float: left;
        margin-top: 9px;
    }

    .product-i-btn.t-basket {
        float: right;
    }

    .basket-balance {
        display: table;
        width: 100%;
    }

    .basket-balance .td-column {
        display: table-cell;
    }

    .basket-balance .td-column:not(:last-child) {
        padding-right: 30px;
    }

    .basket-balance .td-column.t-form {
        width: 445px;
    }

    .order-balance .td-column:not(:last-child) {
        border-right: 1px solid #C4C4C4;
    }

    .order-balance {
        display: table;
        width: 100%;
    }

    .order-balance .td-column {
        width: 50%;
        display: table-cell;
    }
}

@media all and (min-width: 992px) {
    .s-lk .column-left,
    .s-lk .column-right {
        float: left;
    }

    .s-lk .column-left {
        width: 183px;
    }

    .s-lk .column-right {
        width: calc(100% - 183px);
        padding-left: 50px;
    }
}

@media all and (min-width: 1024px) {
    .product-i-price.t-basket > *:not(.title) {
        display: block;
    }

    .product-i-price.t-basket .title {
        display: none;
    }
}

@media all and (min-width: 1200px) {
    .basket-order {
        display: table;
    }

    .basket-order .td-column {
        display: table-cell;
        vertical-align: top;
    }

    .basket-order .td-column:nth-child(1) {
        width: 250px;
    }

    .basket-order .td-column:nth-child(2) {
        width: 250px;
    }

    .basket-order .td-column:nth-child(3) {
        text-align: right;
    }

    .order-cnt .form-group .desc {
        position: absolute;
        left: 100%;
        top: 0;
        white-space: nowrap;
        margin-left: 10px;
    }
}
.pvz-delivery-points-inner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 0.7);
    z-index: 9;
  }
  .pvz-delivery-points-inner .pvz-delivery-points-wrap {
    width: 100%;
    max-width: 500px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-color: rgb(255 255 255 / 1);
    margin: auto;
    position: absolute;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .pvz-delivery-points-wrap .btn-block {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: flex-end;
  }
  .pvz-delivery-points-wrap .btn-block button {
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 15px;
    height: 40px;
    font-weight: 400;
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .pvz-delivery-points-wrap .btn-block button.pvz-ok {
    margin-right: 20px;
  }
  .pvz-delivery-points-wrap .btn-block button.opacity-semi {
    opacity: 0.5;
  }
  .pvz-delivery-points-wrap .delivery-points {
    height: calc(100% - 50px);
    overflow: auto;
    padding-right: 10px;
  }
  /*.form-write-radio label {
    display: flex;
    align-items: center;
  }
  */
  

/* End */


/* Start:/local/templates/intermoda2018/assets/styles/lk.css?16967076499319*/
.l-lk__list .title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.lk-wrapper {
    padding-top: 4px;
    padding-bottom: 30px;
}

.lk-wrapper h1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.lk-form .max-width {
    margin: 0 auto;
}

.lk-form .max-width.t-2 {
    max-width: 450px;
}

.lk-form .form-group {
    position: relative;
}

.lk-form .control-bonus {
    position: absolute;
    left: 100%;
    top: 9px;
    color: #AC8554;
    white-space: nowrap;
    margin-left: 12px;
}

.lk-form .happy-bonus {
    position: relative;
    padding-left: 24px;
    margin-top: 15px;
}

.lk-form .happy-bonus::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 14px;
    height: 14px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/lk/happy.svg");
    background-size: 100% 100%;
}

.lk__add-point {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    cursor: pointer;
}

.lk__add-point::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 11px;
    height: 12px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/lk/add-point.svg");
    background-size: 100% 100%;
}

.lk__add-point span {
    border-bottom: 1px solid currentColor;
    transition: 0.25s ease-in-out;
}

.lk__add-point:hover span {
    border-bottom-color: transparent;
}

.lk-order__all {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 25px;
}

.lk-order__all span {
    border-bottom: 1px solid currentColor;
    color: #6C6C6C;
    transition: 0.25s ease-in-out;
}

.lk-order__all:hover span {
    border-bottom-color: transparent;
    color: #000000;
}

.lk-address {
    margin-bottom: 25px;
}

.lk-address__desc {
    display: block;
    font-size: 16px;
}

.lk-address__link {
    display: inline-block;
    color: #6C6C6C;
    border-bottom: 1px solid currentColor;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    margin-top: 2px;
}

.lk-address__link:hover {
    color: #000000;
}

.lk-address__link:not(:last-child) {
    margin-right: 18px;
}

.lk-order {
    border-top: 1px solid #6C6C6C;
}

.lk-order-item {
    border-bottom: 1px solid #6C6C6C;
}

.lk-order-item.is-active > .lk-order-head::after {
    transform: rotate(-180deg);
}

.lk-order-head {
    position: relative;
    cursor: pointer;
    font-family: 'ProximaNova-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 18px 58px 18px 8px;
}

.lk-order-head::after {
    content: "";
    position: absolute;
    right: 45px;
    top: 27px;
    width: 13px;
    height: 7px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/lk/arrow-order.svg");
    background-size: 100% 100%;
    transition: 0.25s ease-in-out;
}

.lk-order-head .order-label {
    top: -2px;
    width: 19px;
    height: 19px;
    margin-right: 7px;
}

.lk-order-head .order-label.t-success {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/lk/order-label-1.svg");
}

.lk-order-head .order-label.t-error {
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/lk/order-label-2.svg");
}

.lk-order-cnt {
    display: none;
    overflow: hidden;
    padding: 0 8px 18px;
}

.lk-order-btn {
    text-align: right;
    margin-top: 25px;
}

.lk-order-char-item {
    font-size: 16px;
}

.lk-order-char-item:not(:last-child) {
    margin-bottom: 35px;
}

.lk-order-char-item .title {
    font-family: 'ProximaNova-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

.lk-order-char-item .error-status {
    color: #851f2c;
}

.lk-order-basket > .title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.lk-order-basket.is-active > .title::after {
    transform: rotate(-180deg);
}

.lk-order-basket > .title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 13px;
    height: 7px;
    background-image: url("/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/lk/arrow-order.svg");
    background-size: 100% 100%;
    transition: 0.25s ease-in-out;
}

.lk-order-basket .cnt {
    display: none;
    overflow: hidden;
    padding-top: 25px;
}

.lk-program .max-width {
    max-width: 646px;
    margin: 0 auto;
}

.lk-program-desc {
    margin-top: 25px;
}

.lk-program-desc .title {
    border-bottom: 1px solid #000000;
    font-size: 16px;
    padding: 0 25px 11px;
    margin-bottom: 25px;
}

.lk-program-desc .cnt {
    padding: 0 25px;
}

.lk-program-desc .desc-list li {
    position: relative;
    font-size: 16px;
    padding-left: 13px;
}

.lk-program-desc .desc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #CB9A5D;
}

.lk-program-desc .desc-list li:not(:last-child) {
    margin-bottom: 20px;
}

.lk-program-adv {
    text-align: center;
}

.lk-program-adv-item {
    font-size: 16px;
    text-align: center;
    margin-top: 38px;
}

.lk-program-adv-item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
}

.lk-program-adv-item .cnt {
    margin-top: 16px;
}

.lk-program-adv-item .title {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.lk-program-adv-item .title.t-bold {
    position: relative;
    margin-top: -1px;
}

.lk-program-adv-item .title .big {
    font-size: 30px;
}

.lk-program-info {
    margin-top: -24px;
}

.lk-program-info-item {
    min-height: 257px;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.16);
    padding: 25px 12px 25px 33px;
    margin-top: 24px;
}

.lk-program-info-item .info-list li {
    font-size: 14px;
}

.lk-program-info-item .info-list li > * {
    display: block;
}

.lk-program-info-item .info-list li:not(:last-child) {
    margin-bottom: 15px;
}

.lk-program-info-item .title {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
}

.lk-program-info-item .title .big {
    font-size: 37px;
}

.lk-program-info-item .desc {
    text-transform: uppercase;
}

.lk-program-info-item .help-text {
    color: #6C6C6C;
    margin-top: 28px;
}

.lk-program-more-btn {
    text-align: center;
    margin-top: 82px;
}

.lk-program-question {
    text-align: center;
}

.lk-program-question .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.lk-program-question .desc {
    font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
}


@media screen and (max-width: 767px) {
    .lk-form .control-bonus {
        display: none;
    }

    .lk-address {
        border-top: 1px solid #6C6C6C;
    }

    .lk-address .table-row {
        position: relative;
        border-bottom: 1px solid #6C6C6C;
        padding: 18px 8px 18px 36px;
    }

    .lk-address .table-td:nth-child(1) {
        position: absolute;
        left: 0;
        top: 19px;
    }

    .lk-address .table-td:nth-child(3) {
        margin-top: 15px;
    }

    .lk-order-head {
        padding-right: 29px;
    }

    .lk-order-head::after {
        right: 8px;
    }

    .lk-order-head.t-label {
        padding-left: 36px;
    }

    .lk-order-head .order-label {
        position: absolute;
        left: 8px;
        top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .lk-form .btn {
        width: 100%;
    }

    .lk-order-btn .btn {
        width: 100%;
    }

    .lk-order-btn .btn:not(:last-child) {
        margin-bottom: 8px;
    }

    .lk-program-adv > [class*="col"] {
        width: 100%;
    }

    .lk-program-info-item {
        min-height: 1px;
        padding-left: 15px;
    }

    .lk-program-more-btn .btn {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .lk-address {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }

    .lk-address .table-row {
        display: table-row;
    }

    .lk-address .table-td {
        border: 1px solid #6C6C6C;
        border-left-width: 0;
        border-right-width: 0;
        display: table-cell;
        vertical-align: middle;
        padding: 18px 8px;
    }

    .lk-address .table-td:nth-child(1) {
        width: 36px;
    }

    .lk-address .table-td:nth-child(2) {
        width: 660px;
    }

    .lk-address .table-td:nth-child(3) {
        text-align: right;
        white-space: nowrap;
    }
}

@media screen and (min-width: 481px) {
    .lk-form .max-width.t-1 {
        max-width: 290px;
    }

    .lk-order-btn .btn:not(:last-child) {
        margin-right: 8px;
    }
}
/* End */


/* Start:/local/templates/intermoda2018/assets/styles/video-js.min.css?169670764937887*/
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.333333333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical{left:-3.5em}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:0s linear .3s forwards vjs-spinner-show;animation:0s linear .3s forwards vjs-spinner-show}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f11d";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{flex:auto;display:block}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel{display:none}.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel{display:none}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0;background:0 0}.video-js .vjs-menu :focus:not(:focus-visible),.video-js :focus:not(:focus-visible){outline:0;background:0 0}
/* End */


/* Start:/local/templates/intermoda2018/styles/loader.css?16967076494322*/
/** -- START Индикатор загрузки -- */
#warningGradientOuterBarG {
  height: 19px;
  width: 156px;
  border: 1px solid rgb(0, 0, 0);
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  margin: auto;
  background: gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgb(255, 255, 255)),
    to(rgb(0, 0, 0))
  );
  background: -o-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgb(255, 255, 255)),
    to(rgb(0, 0, 0))
  );
  background: -ms-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgb(255, 255, 255)),
    to(rgb(0, 0, 0))
  );
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgb(255, 255, 255)),
    to(rgb(0, 0, 0))
  );
  background: -moz-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgb(255, 255, 255)),
    to(rgb(0, 0, 0))
  );
  background: linear-gradient(top, rgb(255, 255, 255), rgb(0, 0, 0));
  background: -o-linear-gradient(top, rgb(255, 255, 255), rgb(0, 0, 0));
  background: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(0, 0, 0));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(0, 0, 0));
  background: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(0, 0, 0));
}
.warningGradientBarLineG {
  background-color: rgb(255, 255, 255);
  float: left;
  width: 14px;
  height: 117px;
  margin-right: 23px;
  margin-top: -27px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.warningGradientAnimationG {
  width: 230px;
  animation-name: warningGradientAnimationG;
  -o-animation-name: warningGradientAnimationG;
  -ms-animation-name: warningGradientAnimationG;
  -webkit-animation-name: warningGradientAnimationG;
  -moz-animation-name: warningGradientAnimationG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -37px;
  }
}
@-o-keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -37px;
  }
}
@-ms-keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -37px;
  }
}
@-webkit-keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -37px;
  }
}
@-moz-keyframes warningGradientAnimationG {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -37px;
  }
}
/** -- END Индикатор загрузки -- */

.auth-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
}
.auth-overlay-inner {
  position: fixed;
  top: 44%;
  left: 38.5%;
  padding: 25px 66px;
  background-color: #fff;
  border: 2px solid #cb9a5d;
  border-radius: 5px;
}
.login-verification__link {
  cursor: pointer;
}
.errortext {
  color: red;
}

.l-individual-sewing__advantages_block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.advantages_block_img {
  margin-top: 40px;
}
.advantages_block_cnt {
  margin-top: 30px;
}
.advantages_block_img img {
  height: 72px;
}

@media (min-width: 1200px) {
  .individual-sewing .container {
    width: 964px !important;
  }
}

@media all and (max-width: 767px) {
  .auth-overlay-inner {
    left: 11%;
  }

  main {
    overflow: unset;
  }
  /* .main-padding {
		padding-top: 0;
	} */

  .header-nav__lk {
    font-size: 17px;
  }
  .header-nav-lk-list > li > a {
    font-size: 17px;
  }

  .l-brands__search > *:last-child {
    position: unset;
    right: unset;
    top: unset;
  }
}

/* End */


/* Start:/local/templates/intermoda2018/TBA/css/style.min.css?170505674444858*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);-o-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;-webkit-transition-property:visibility,opacity,-webkit-transform;transition-property:visibility,opacity,-webkit-transform;-o-transition-property:visibility,opacity,transform;transition-property:visibility,opacity,transform;transition-property:visibility,opacity,transform,-webkit-transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;-webkit-transform-origin:50% 7px;-ms-transform-origin:50% 7px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;-webkit-transform-origin:7px 50%;-ms-transform-origin:7px 50%;transform-origin:7px 50%;left:-7px}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{-webkit-transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);-o-transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{position:absolute;border-color:rgba(0,0,0,0);border-style:solid}.tippy-content{padding:5px 9px}@font-face{font-family:FuturaFuturisLight;src:url(/local/templates/intermoda2018/TBA/css/../fonts/FuturaFuturisLight/FuturaFuturisLightC.eot);src:url(/local/templates/intermoda2018/TBA/css/../fonts/FuturaFuturisLight/FuturaFuturisLightC.eot?#iefix) format("embedded-opentype"),url(/local/templates/intermoda2018/TBA/css/../fonts/FuturaFuturisLight/FuturaFuturisLightC.woff) format("woff"),url(/local/templates/intermoda2018/TBA/css/../fonts/FuturaFuturisLight/FuturaFuturisLightC.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ProximaNovaRegular;src:url(/local/templates/intermoda2018/TBA/css/../fonts/ProximaNovaRegular/ProximaNova-Regular.eot);src:url(/local/templates/intermoda2018/TBA/css/../fonts/ProximaNovaRegular/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),url(/local/templates/intermoda2018/TBA/css/../fonts/ProximaNovaRegular/ProximaNova-Regular.woff) format("woff"),url(/local/templates/intermoda2018/TBA/css/../fonts/ProximaNovaRegular/ProximaNova-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ProximaNovaSemibold;src:url(/local/templates/intermoda2018/TBA/css/../fonts/ProximaNovaSemibold/ProximaNova-Semibold.eot);src:url(/local/templates/intermoda2018/TBA/css/../fonts/ProximaNovaSemibold/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"),url(/local/templates/intermoda2018/TBA/css/../fonts/ProximaNovaSemibold/ProximaNova-Semibold.woff) format("woff"),url(/local/templates/intermoda2018/TBA/css/../fonts/ProximaNovaSemibold/ProximaNova-Semibold.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:GeorgiaRegular;src:url(/local/templates/intermoda2018/TBA/css/../fonts/GeorgiaRegular/Georgia.eot);src:url(/local/templates/intermoda2018/TBA/css/../fonts/GeorgiaRegular/Georgia.eot?#iefix) format("embedded-opentype"),url(/local/templates/intermoda2018/TBA/css/../fonts/GeorgiaRegular/Georgia.woff) format("woff"),url(/local/templates/intermoda2018/TBA/css/../fonts/GeorgiaRegular/Georgia.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:GeorgiaBold;src:url(/local/templates/intermoda2018/TBA/css/../fonts/GeorgiaBold/Georgia-Bold.eot);src:url(/local/templates/intermoda2018/TBA/css/../fonts/GeorgiaBold/Georgia-Bold.eot?#iefix) format("embedded-opentype"),url(/local/templates/intermoda2018/TBA/css/../fonts/GeorgiaBold/Georgia-Bold.woff) format("woff"),url(/local/templates/intermoda2018/TBA/css/../fonts/GeorgiaBold/Georgia-Bold.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*{-webkit-box-sizing:border-box;box-sizing:border-box}a{color:#000;text-decoration:none}.intermoda-container{max-width:1150px;width:100%;padding:0 15px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}input:not(.form-control)[type=text]{padding:0 13px}input:not(.form-control)[type=text]::-webkit-input-placeholder{color:#979797;opacity:1}input:not(.form-control)[type=text]::-moz-placeholder{color:#979797;opacity:1}input:not(.form-control)[type=text]:-ms-input-placeholder{opacity:1}input:not(.form-control)[type=text]::-ms-input-placeholder{opacity:1}input:not(.form-control)[type=text]::placeholder{color:#979797;opacity:1}input:not(.form-control)[type=text]:-ms-input-placeholder{color:#979797}input:not(.form-control)[type=text]::-ms-input-placeholder{color:#979797}.wrap-custom-radio{display:table;position:relative;cursor:pointer;font-size:15px;padding-left:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wrap-custom-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wrap-custom-radio input:checked~.checkmark:after{display:block}.wrap-custom-radio .checkmark{position:absolute;top:0;left:0;height:14px;width:14px;background-color:#fff;border-radius:50%;border:1px solid #979797}.wrap-custom-radio .checkmark:after{content:"";position:absolute;display:none;top:2px;left:2px;width:8px;height:8px;border-radius:50%;background:#000}.wrap-custom-checkbox{display:block;position:relative;padding-left:24px;cursor:pointer;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wrap-custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wrap-custom-checkbox input:checked~.checkmark{background-color:#005aff;border:none}.wrap-custom-checkbox input:checked~.checkmark:after{display:block}.wrap-custom-checkbox .checkmark{position:absolute;top:0;left:0;height:14px;width:14px;border:1px solid #000;border-radius:3px}.wrap-custom-checkbox .checkmark:after{content:"";position:absolute;display:none;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}html{overflow-x:hidden;overflow-y:auto;min-height:100vh}html.open-modal{overflow-y:hidden}html.overflow{overflow:hidden}html.overflow body{overflow:hidden;margin-right:14px;overflow-x:hidden}html.overflow body main:after{content:"";background-color:rgba(0,0,0,.6);position:absolute;top:0;left:0;bottom:0;margin:auto;width:100%;z-index:1009;-webkit-transition:background-color .25s linear;-o-transition:background-color .25s linear;transition:background-color .25s linear}html.overflow body main.modal-auth:after{z-index:1011}.grecaptcha-badge{display:none}.tippy-tooltip{background-color:#fff;color:#000;padding:20px;-webkit-box-shadow:0 5px 16px rgba(0,0,0,.07);box-shadow:0 5px 16px rgba(0,0,0,.07)}.opacity{opacity:0}.visibility-hidden{visibility:hidden}.line-clamp{display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.45;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:0!important}.line-clamp:after{content:"...";text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.45em;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(75%,#fff));background:-o-linear-gradient(left,hsla(0,0%,100%,0),#fff 75%);background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 75%)}@supports (-webkit-line-clamp:1){.line-clamp:after{display:none!important}}.line-clamp-2{-webkit-line-clamp:2;height:2.9em}.line-clamp-3{-webkit-line-clamp:3;height:4.35em}.line-clamp-5{-webkit-line-clamp:5;height:7.25em}.change-gender-block{display:-webkit-box;display:-ms-flexbox;display:flex}.change-gender-block.inside-catalog{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.change-gender-block .wrap-link{height:20px}.change-gender-block .wrap-link.active{border-bottom:1px solid #000}.change-gender-block .wrap-link:first-child{margin-right:2px}.change-gender-block .wrap-link:nth-child(2){margin-left:2px}.change-gender-block .wrap-link a{margin:0 8px}.change-gender-block .wrap-link.active a{font-family:FuturaFuturisLight}.mango-wrap{position:relative;color:#ac8554;margin-right:30px;display:table}.mango-wrap a{color:inherit}.mango-wrap span{left:0;top:0;color:rgba(0,0,0,0);background-image:-webkit-gradient(linear,right top,left top,from(#fff),color-stop(30%,hsla(0,0%,100%,.9)),color-stop(35%,hsla(0,0%,100%,.5)),color-stop(40%,hsla(0,0%,100%,.05)),color-stop(55%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));background-image:-o-linear-gradient(right,#fff 0,hsla(0,0%,100%,.9) 30%,hsla(0,0%,100%,.5) 35%,hsla(0,0%,100%,.05) 40%,hsla(0,0%,100%,0) 55%,hsla(0,0%,100%,0) 100%);background-image:linear-gradient(270deg,#fff 0,hsla(0,0%,100%,.9) 30%,hsla(0,0%,100%,.5) 35%,hsla(0,0%,100%,.05) 40%,hsla(0,0%,100%,0) 55%,hsla(0,0%,100%,0))}.mango-wrap span,.mango-wrap svg{position:absolute;z-index:0;margin:auto;cursor:pointer}.mango-wrap svg{right:0;top:-3px;fill:rgba(0,0,0,.7)}footer .mango-wrap{color:#000;width:130px;height:18px}body{overflow-x:hidden;overflow-y:auto;min-height:100vh;font-family:ProximaNovaRegular;color:#000;font-size:15px!important}body header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear}body header.fixed{position:fixed;top:0;z-index:1010;background-color:#fff}body header.fixed.modal-auth{z-index:1012}body header .note-alert{background-color:#efefef;padding:8px 15px;text-align:center;width:100%;left:0;right:0;margin:auto;position:relative}body header .note-alert:before{content:"";background-color:#efefef;width:100%;height:100%;position:absolute;left:-100%;top:0}body header .note-alert:after{content:"";background-color:#efefef;width:100%;height:100%;position:absolute;left:100%;top:0}body header .top{position:relative;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:38px;padding-bottom:15px}body header .top,body header .top .header-top-left-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body header .top .header-top-left-block{min-width:272px}body header .top .header-top-left-block .wrap-gamburger{display:none;position:relative}body header .top .header-top-left-block .wrap-gamburger input{display:none;width:33px;height:22px;position:absolute;margin:0;top:0;left:0;cursor:pointer;opacity:0;z-index:2}body header .top .header-top-left-block .wrap-gamburger input:checked~span{opacity:1;-webkit-transform:rotate(45deg) translateY(-2px);-ms-transform:rotate(45deg) translateY(-2px);transform:rotate(45deg) translateY(-2px);background:#232323}body header .top .header-top-left-block .wrap-gamburger input:checked~span:nth-last-child(2){opacity:0;-webkit-transform:rotate(0deg) scale(.2);-ms-transform:rotate(0deg) scale(.2);transform:rotate(0deg) scale(.2)}body header .top .header-top-left-block .wrap-gamburger input:checked~span:last-child{-webkit-transform:rotate(-45deg) translate(0);-ms-transform:rotate(-45deg) translate(0);transform:rotate(-45deg) translate(0)}body header .top .header-top-left-block .wrap-gamburger span{display:none;width:33px;height:2px;margin-bottom:7px;position:relative;background:#000;border-radius:3px;z-index:1;-webkit-transform-origin:4px 0;-ms-transform-origin:4px 0;transform-origin:4px 0;-webkit-transition:background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);transition:background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);-o-transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1)}body header .top .header-top-left-block .wrap-gamburger span:first-child{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}body header .top .header-top-left-block .wrap-gamburger span:last-child{margin-bottom:0}body header .top .header-top-left-block .wrap-gamburger span:nth-last-child(3){-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}body header .top .header-top-left-block .wrap-change-search{margin-left:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}body header .top .header-top-left-block .wrap-change-search svg{cursor:pointer}body header .top .header-top-left-block .wrap-change-search svg.search-close{position:relative;overflow:visible;display:none}body header .top .header-top-right-block{min-width:272px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body header .top .header-top-right-block,body header .top .header-top-right-block .wrap-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body header .top .header-top-right-block .wrap-icon{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:16px}body header .top .header-top-right-block .wrap-icon a.user-icon{-webkit-transition:color .25s linear;-o-transition:color .25s linear;transition:color .25s linear}body header .top .header-top-right-block .wrap-icon a.user-icon:hover{color:#ac8554}body header .top .header-top-right-block .wrap-icon a.favorites-icon{margin:0 28px;position:relative}body header .top .header-top-right-block .wrap-icon a.favorites-icon.is-active:after{content:"";position:absolute;right:-2px;top:0;width:9px;height:9px;background-color:#ac8554;border:1px solid #fff;border-radius:50%}body header .top .header-top-right-block .wrap-icon a.basket-icon{position:relative}body header .top .header-top-right-block .wrap-icon a.basket-icon .basket-count{position:absolute;left:0;right:0;top:7px;height:calc(100% - 11px);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body header .top .header-top-right-block .bonus-count a{color:#ac8554}body header .top .search-block{position:absolute;left:0;height:66px;bottom:-66px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;background-color:#fff;visibility:hidden;opacity:0;z-index:1;-webkit-transition:visibility 0s linear .25s,opacity .25s linear;-o-transition:visibility 0s linear .25s,opacity .25s linear;transition:visibility 0s linear .25s,opacity .25s linear}body header .top .search-block.open{visibility:visible;opacity:1;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;z-index:2}body header .top .search-block .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:calc(66% + 60px);flex-basis:calc(66% + 60px);padding:0 30px;-webkit-box-shadow:0 5px 16px 0 rgba(0,0,0,.07);box-shadow:0 5px 16px 0 rgba(0,0,0,.07);z-index:1;margin:auto;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body header .top .search-block .search-form:after,body header .top .search-block .search-form:before{content:"";background-color:#fff;position:absolute;top:0;margin-right:0;width:100%;height:66px}body header .top .search-block .search-form:after{right:-100%}body header .top .search-block .search-form:before{left:-100%}body header .top .search-block .search-form input{background:none;border:none;color:#000;font-size:19px}body header .top .search-block .search-form input.disabled{opacity:.5;pointer-events:none}body header .top .search-block .search-form input[type=text]{width:100%}body header .top .search-block .search-result-block{position:relative;width:100%;max-width:1086px;margin:auto;background-color:#fff;-webkit-box-shadow:0 10px 10px -8px rgba(0,0,0,.07);box-shadow:0 10px 10px -8px rgba(0,0,0,.07)}body header .top .search-block .search-result-block:after,body header .top .search-block .search-result-block:before{content:"";background-color:#fff;position:absolute;top:0;margin-right:0;width:100%;height:100%;z-index:-1}body header .top .search-block .search-result-block:after{right:-100%;-webkit-box-shadow:-10px 5px 16px -5px rgba(0,0,0,.07);box-shadow:-10px 5px 16px -5px rgba(0,0,0,.07)}body header .top .search-block .search-result-block:before{left:-100%;-webkit-box-shadow:10px 5px 16px -5px rgba(0,0,0,.07);box-shadow:10px 5px 16px -5px rgba(0,0,0,.07)}body header .top .search-block .search-result-block .not-found,body header .top .search-block .search-result-block .search-title{margin-top:40px;text-align:center;margin-bottom:40px;font-size:19px}body header .top .search-block .search-result-block .not-found{color:#d70000}body header .top .search-block .search-result-block .search-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body header .top .search-block .search-result-block .search-result .item{display:-webkit-box;display:-ms-flexbox;display:flex}body header .top .search-block .search-result-block .search-result .item img{width:103px;height:156px}body header .top .search-block .search-result-block .search-result .item .info{max-width:138px;padding-left:17px;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-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body header .top .search-block .search-result-block .search-result .item .info .brand-name{font-family:GeorgiaBold;font-size:15px;margin-bottom:7px}body header .top .search-block .search-result-block .search-result .item .info .title{line-height:16px;font-size:13px;letter-spacing:.48px;margin-bottom:7px;height:48px;overflow:hidden}body header .top .search-block .search-result-block .search-result .item .info .price{font-size:13px;font-family:ProximaNovaSemibold;letter-spacing:.48px;margin-bottom:7px}body header .top .search-block .search-result-block .search-result .item .info .old-price{margin-bottom:7px;text-transform:uppercase;font-size:12px;color:#979797;text-decoration:line-through}body header .top .search-block .search-result-block .search-result .item .info .season{font-size:10px;color:#979797;line-height:12px;letter-spacing:.37px}body header .top .search-block .search-result-block .all-search{cursor:pointer;font-size:13px;color:#fff;border:1px solid #ac8554;background-color:#ac8554;line-height:14px;text-transform:uppercase;font-family:ProximaNovaSemibold;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;margin:40px auto;max-width:176px;height:43px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body header .top .search-block .search-result-block .all-search:hover{color:#ac8554;background-color:#fff}body header .top.not-auth .header-top-left-block,body header .top.not-auth .header-top-right-block{min-width:314px}body header .nav-bar{padding-top:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body header .nav-bar,body header .nav-bar .nav-link{display:-webkit-box;display:-ms-flexbox;display:flex}body header .nav-bar .nav-link>.wrap-link.personal-menu{display:none}body header .nav-bar .nav-link>.wrap-link:first-child{margin-left:0}body header .nav-bar .nav-link>.wrap-link:last-child{margin-right:0}body header .nav-bar .nav-link>.wrap-link>a{text-transform:uppercase;border-bottom:1px solid hsla(0,0%,96.9%,0);padding:0 2px;display:block;margin:0 12px 25px}body header .nav-bar .nav-link>.wrap-link .wrap-subsection{border-top:1px solid #e5e5e5;background-color:#fff;display:none;position:absolute;width:100%;margin:auto;left:0;padding:40px 0;z-index:3;-webkit-box-shadow:0 10px 16px -5px rgba(0,0,0,.07);box-shadow:0 10px 16px -5px rgba(0,0,0,.07);cursor:default}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left>div>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#cf1616;text-transform:uppercase;margin-bottom:10px}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .subsection-list .wrap-list{display:-webkit-box;display:-ms-flexbox;display:flex}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .subsection-list .wrap-list>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:20px}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .subsection-list .wrap-list>div a{padding:7px 0}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .subsection-list .wrap-list>div a.all{text-transform:uppercase;color:#ac8554}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .brands-list{margin-left:30px;margin-right:10px}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .brands-list div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .brands-list div a{text-transform:uppercase;padding:7px 0}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right.full-image{-ms-flex-preferred-size:100%;flex-basis:100%}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right.full-image>a:nth-child(2){margin-left:0}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right>a{position:relative;display:table;max-width:350px;min-width:311px}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right>a:nth-child(2){margin-left:20px}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right>a img{width:100%}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right>a .info-image{position:absolute;bottom:3px;left:0;right:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:rgba(0,0,0,.4);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right>a .info-image .name{font-family:Georgia-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:30px;margin-bottom:10px;margin-top:25px}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right>a .info-image .buy{width:55px;border-bottom:1px solid #fff;text-align:center;margin-bottom:10px}body header .nav-bar .nav-menu-right-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body header .nav-bar .nav-menu-right-block .wrap-city-select{position:relative;margin-right:26px;cursor:pointer}body header .nav-bar .nav-menu-right-block .wrap-city-select .bx-ui-sls-fake,body header .nav-bar .nav-menu-right-block .wrap-city-select .bx-ui-sls-route{font-size:15px;padding:0!important}body header .nav-bar .nav-menu-right-block .wrap-city-select .bx-ui-sls-clear{display:none!important}body header .nav-bar .nav-menu-right-block .wrap-city-select .bx-ui-sls-pane{top:50px;border:none;border-top:1px solid #87919c;padding:15px 10px}body header .nav-bar .nav-menu-right-block .wrap-city-select .bx-ui-sls-pane .bx-ui-sls-variant{padding:10px 5px}body header .nav-bar .nav-menu-right-block .wrap-city-select.open .city-name:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}body header .nav-bar .nav-menu-right-block .wrap-city-select.open .wrap-input-select-block{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;z-index:1}body header .nav-bar .nav-menu-right-block .wrap-city-select.open .wrap-input-select-block .input-select-block{position:relative;height:auto;padding:10px 15px 15px;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#000;width:100%}body header .nav-bar .nav-menu-right-block .wrap-city-select .city-name{position:relative;font-size:14px}body header .nav-bar .nav-menu-right-block .wrap-city-select .city-name:after{content:url(/local/templates/intermoda2018/TBA/css/../img/arrow-right.svg);width:8px;height:12px;position:absolute;right:-28px;margin:0 auto;top:2px;bottom:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .25s linear;transition:-webkit-transform .25s linear;-o-transition:transform .25s linear;transition:transform .25s linear;transition:transform .25s linear,-webkit-transform .25s linear}body header .nav-bar .nav-menu-right-block .wrap-city-select .wrap-input-select-block{visibility:hidden;opacity:0;top:-15px;right:-38px;-webkit-transition:visibility 0s linear .25s,opacity .25s linear;-o-transition:visibility 0s linear .25s,opacity .25s linear;transition:visibility 0s linear .25s,opacity .25s linear;position:absolute;width:295px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#fff;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:auto;padding-top:15px;-webkit-box-shadow:0 5px 16px rgba(0,0,0,.15);box-shadow:0 5px 16px rgba(0,0,0,.15)}body header .nav-bar .nav-menu-right-block .wrap-city-select .wrap-input-select-block .city-name{padding-right:38px;width:100%;text-align:right}body header .nav-bar .nav-menu-right-block .wrap-city-select .wrap-input-select-block .city-name:after{right:10px}body header .nav-bar .nav-menu-right-block .wrap-city-select .wrap-input-select-block .wrap-input-select{width:100%}body header .nav-bar .nav-menu-right-block .wrap-city-select .wrap-input-select-block .wrap-input-select>input{width:100%}body main{padding-top:0!important;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;overflow:hidden}body main footer.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:38px;padding-bottom:35px;border-top:1px solid #e5e5e5;margin-top:110px}body main footer.footer .footer-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body main footer.footer .footer-block .footer-left{max-width:175px}body main footer.footer .footer-block .footer-left>a,body main footer.footer .footer-block .footer-left>p{font-size:14px;letter-spacing:.52px;line-height:17px;display:block}body main footer.footer .footer-block .footer-left .footer-city{position:relative;padding-left:20px;margin-bottom:5px}body main footer.footer .footer-block .footer-left .footer-city:before{content:url(/local/templates/intermoda2018/TBA/css/../img/location.svg);width:25px;height:32px;position:absolute;top:-4px;left:-4px}body main footer.footer .footer-block .footer-left .footer-address{margin-bottom:10px}body main footer.footer .footer-block .footer-left .footer-phone{margin-bottom:6px}body main footer.footer .footer-block .footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex}body main footer.footer .footer-block .footer-menu .menu-center{margin:0 20px}body main footer.footer .footer-block .footer-menu .item{max-width:175px}body main footer.footer .footer-block .footer-menu .item:not(:last-child){margin-bottom:10px}body main footer.footer .footer-block .footer-menu .item.not-link{display:none}body main footer.footer .footer-block .footer-menu .item .accordion-text{margin-top:-1px;overflow:hidden;font-size:14px;padding-right:20px;max-height:0}body main footer.footer .footer-block .footer-right .subscribe-form{position:relative;margin-bottom:18px}body main footer.footer .footer-block .footer-right .subscribe-form input{width:273px;padding-right:54px;height:37px;border:1px solid rgba(0,0,0,.5);-webkit-box-shadow:none;box-shadow:none}body main footer.footer .footer-block .footer-right .subscribe-form button{position:absolute;border:none;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;bottom:0;background-color:rgba(0,0,0,0)}body main footer.footer .footer-block .footer-right .social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:30px}body main footer.footer .footer-block .footer-right .social-links a{display:inline-block;margin-left:12px}body main footer.footer .footer-block .footer-right .social-links a img{width:33px}body main footer.footer .footer-block .footer-right .cards-name{-webkit-column-count:3;-moz-column-count:3;column-count:3;gap:20px}body main footer.footer .footer-block .footer-right .cards-name .name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:14px}body main footer.footer .copyright-block{font-size:11px;color:rgba(0,0,0,.7)}body main footer.footer .copyright-block .copyright{margin-bottom:4px}body main footer.footer .copyright-block .links a{display:inline-block;font-size:11px;color:rgba(0,0,0,.7)}body main footer.footer .copyright-block .links a:first-child{margin-right:20px}@media only screen and (min-width:1199.98px){body header .nav-bar .nav-link>.wrap-link.active>a{border-bottom:1px solid #000}body header .nav-bar .nav-link>.wrap-link:hover>a{border-bottom:1px solid #000}body header .nav-bar .nav-link>.wrap-link:hover .wrap-subsection{display:-webkit-box;display:-ms-flexbox;display:flex}body header .nav-bar .nav-link>.wrap-link:hover .wrap-subsection .link-to-back{display:none}}@media only screen and (max-width:1199.98px){body header{border-bottom:1px solid #e5e5e5}body header .top{padding:12px 0}body header .top .header-top-left-block .wrap-gamburger,body header .top .header-top-left-block .wrap-gamburger input,body header .top .header-top-left-block .wrap-gamburger span{display:block}body header .top a svg.logo-icon{width:220px;height:auto}body header .top a svg.logo-icon path{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}body header .top .search-block{height:72px;bottom:-72px}body header .top .search-block .search-form:after,body header .top .search-block .search-form:before{height:72px}body header .nav-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;top:27px;z-index:2;height:100%;left:-100%;width:248px;top:87px;background-color:#fff;border-right:1px solid #e5e5e5;border-top:1px solid #e5e5e5;-webkit-transition:left .25s ease-in-out;-o-transition:left .25s ease-in-out;transition:left .25s ease-in-out;padding:0}body header .nav-bar.open{overflow:auto;left:0;height:calc(100% - 87px);z-index:1012}body header .nav-bar.open.none-overflow{overflow:unset}body header .nav-bar .nav-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}body header .nav-bar .nav-link .change-gender-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e5e5e5;padding:9.5px 0;min-height:55px}body header .nav-bar .nav-link .change-gender-block:not(.inside-catalog) .wrap-link.active{border-bottom:none}body header .nav-bar .nav-link .change-gender-block .wrap-link{margin:0;-ms-flex-preferred-size:100%;flex-basis:100%;padding:10px 0 10px 20px}body header .nav-bar .nav-link .change-gender-block .wrap-link.active a{position:relative}body header .nav-bar .nav-link .change-gender-block .wrap-link.active a:after{content:"";width:120%;height:1px;background-color:#000;position:absolute;left:-7px;bottom:-3px}body header .nav-bar .nav-link .change-gender-block .wrap-link a{margin-bottom:0}body header .nav-bar .nav-link>.wrap-link{margin:0;border-bottom:1px solid #e5e5e5}body header .nav-bar .nav-link>.wrap-link.personal-menu{display:block}body header .nav-bar .nav-link>.wrap-link a{margin:0;padding:19px 20px;display:block}body header .nav-bar .nav-link>.wrap-link a.section-link{position:relative}body header .nav-bar .nav-link>.wrap-link a.section-link:after{content:url(/local/templates/intermoda2018/TBA/css/../img/arrow-right.svg);width:8px;height:12px;position:absolute;right:20px;top:20px}body header .nav-bar .nav-link>.wrap-link .wrap-subsection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;height:100%;width:100%;left:-100%;top:0;-webkit-transition:left .25s ease-in-out;-o-transition:left .25s ease-in-out;transition:left .25s ease-in-out}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .link-to-back{position:relative;padding:19px 20px 19px 40px;border-bottom:1px solid #e5e5e5}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .link-to-back:before{content:url(/local/templates/intermoda2018/TBA/css/../img/arrow-right.svg);width:8px;height:12px;position:absolute;left:20px;top:0;bottom:0;margin:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}body header .nav-bar .nav-link>.wrap-link .wrap-subsection.open{left:0;padding:0;z-index:1;overflow:auto;height:100%}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection{height:100%;padding:0}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left:first-child{padding-right:0}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left>div>a{display:block;margin-bottom:0;border-bottom:1px solid #e5e5e5}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .subsection-list{width:100%;margin:0}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .subsection-list .wrap-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .subsection-list .wrap-list>div{margin-right:0}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .subsection-list .wrap-list>div a{padding:19px 20px;border-bottom:1px solid #e5e5e5}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .brands-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .left .brands-list div a{padding:19px 20px;display:block;border-bottom:1px solid #e5e5e5}body header .nav-bar .nav-link>.wrap-link .wrap-subsection .subsection .right{display:none}body header .nav-bar .nav-menu-right-block{display:none}body main footer.footer .footer-block .footer-right .subscribe-form input{width:235px}body main footer.footer .footer-block .footer-right .cards-name{-webkit-column-count:2;-moz-column-count:2;column-count:2;gap:80px}body main footer.footer .footer-block .footer-right .cards-name .name:last-child{height:auto}}@media only screen and (max-width:991.98px){.change-gender-block.inside-catalog{margin-bottom:25px}body header .top .header-top-left-block,body header .top .header-top-right-block{min-width:132px}body header .top .header-top-right-block .wrap-icon{margin-right:0}body header .top .header-top-right-block .bonus-count{display:none}body header .top .search-block .search-result-block .search-result .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body header .top .search-block .search-result-block .search-result .item img{margin:0 auto}body header .top .search-block .search-result-block .search-result .item .info{padding:0;text-align:center}body header .top.not-auth .header-top-left-block,body header .top.not-auth .header-top-right-block{min-width:228px}body main footer.footer{padding-top:30px}body main footer.footer .footer-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body main footer.footer .footer-block .footer-left{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:unset;padding-top:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:12px}body main footer.footer .footer-block .footer-menu{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body main footer.footer .footer-block .footer-menu .menu-center{margin:0}body main footer.footer .footer-block .footer-menu .item{max-width:unset;margin-bottom:10px}body main footer.footer .footer-block .footer-menu .item:not(.accordion-menu){display:none}body main footer.footer .footer-block .footer-menu .item.not-link{display:block}body main footer.footer .footer-block .footer-menu .item.accordion-menu+.accordion-text{max-height:999px}body main footer.footer .footer-block .footer-menu .item.accordion-menu a{display:block;position:relative;padding:3px 0}body main footer.footer .footer-block .footer-menu .item.accordion-menu a .accordion-icon{right:6px;top:0;bottom:0;background:#000;height:9px;width:1px;position:absolute;margin:auto;-webkit-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}body main footer.footer .footer-block .footer-menu .item.accordion-menu a .accordion-icon:after{content:"";height:1px;width:9px;background:#000;position:absolute;left:-4px;top:4px}body main footer.footer .footer-block .footer-menu .item.accordion-menu.open a .accordion-icon{background:rgba(0,0,0,0);-webkit-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}body main footer.footer .footer-block .footer-menu .item.accordion-menu.open .accordion-text{max-height:999px}body main footer.footer .footer-block .footer-right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:none}body main footer.footer .footer-block .footer-right .subscribe-form input{width:100%}body main footer.footer .footer-block .footer-right .cards-name,body main footer.footer .footer-block .footer-right .social-links{display:none}}@media only screen and (max-width:767.98px){body header .top .header-top-left-block{min-width:74px}body header .top .header-top-right-block{min-width:74px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body header .top .header-top-right-block .wrap-icon a.user-icon{display:none}body header .top .header-top-right-block .wrap-icon a.favorites-icon{margin:0 16px 0 0}body header .top .search-block{-webkit-box-shadow:0 10px 16px -5px rgba(0,0,0,.07);box-shadow:0 10px 16px -5px rgba(0,0,0,.07)}body header .top .search-block .search-form{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-shadow:none;box-shadow:none}body header .top .search-block .search-result-block .search-title{margin-top:20px;margin-bottom:20px}body header .top .search-block .search-result-block .all-search{margin:20px auto}body header .top.not-auth .header-top-left-block,body header .top.not-auth .header-top-right-block{min-width:74px}body main footer.footer .footer-block .footer-left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:575.98px){.intermoda-container{padding:0 10px}.change-gender-block.inside-catalog{margin-bottom:15px}body header .nav-bar{top:40px}body header .nav-bar.open{height:calc(100% - 41px)}body header .nav-bar .nav-link>.wrap-link .wrap-subsection.open{height:100%;top:0}body header .top{padding:0}body header .top a.logo-wrap{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body header .top a.logo-wrap svg.logo-icon{width:130px}body header .top a.logo-wrap svg.logo-icon path{-webkit-transform:scale(.35);-ms-transform:scale(.35);transform:scale(.35)}body header .top .header-top-left-block{min-width:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body header .top .header-top-left-block .wrap-gamburger input{width:25px;height:15px}body header .top .header-top-left-block .wrap-gamburger span{width:25px;height:2px;margin-bottom:5px}body header .top .header-top-left-block .wrap-change-search{margin-left:0}body header .top .header-top-left-block .wrap-change-search svg.search-open{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}body header .top .header-top-right-block{min-width:64px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body header .top .header-top-right-block .wrap-icon{-ms-flex-preferred-size:100%;flex-basis:100%}body header .top .header-top-right-block .wrap-icon a.favorites-icon{margin:0}body header .top .header-top-right-block .wrap-icon a.basket-icon svg,body header .top .header-top-right-block .wrap-icon a.favorites-icon svg{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}body header .top .search-block .search-form{-ms-flex-preferred-size:100%;flex-basis:100%}body header .top .search-block .search-result-block .search-result{-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:284px;overflow:auto}body header .top .search-block .search-result-block .search-result .item{-ms-flex-preferred-size:50%;flex-basis:50%}body header .top .search-block .search-result-block .search-result .item .info{max-width:unset}body header .top.not-auth .header-top-left-block,body header .top.not-auth .header-top-right-block{min-width:64px}body main footer.footer{margin-top:70px;padding-bottom:15px}body main footer.footer .footer-block .footer-left .footer-city{padding-left:0;margin-bottom:0}body main footer.footer .footer-block .footer-left .footer-city:before{display:none}body main footer.footer .footer-block .footer-menu .item.accordion-menu a{padding:10px 0}body main footer.footer .copyright-block .links a:first-child{margin-bottom:4px}}
/* End */


/* Start:/local/templates/intermoda2018/components/bitrix/sale.location.selector.search/header2019/style.css?16967076485056*/
.city-form .bx-sls .dropdown-block{border:none;-webkit-box-shadow:none;box-shadow:none;font-size:14px;padding:0 22px 0 30px;position:relative;background-color:#fff}.bx-sls .dropdown-arrow{background:url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;height:100%;top:0;right:0;position:absolute;width:22px}.bx-sls .bx-ui-sls-container{overflow:hidden;min-height:25px}.bx-sls .bx-ui-sls-pane{border:1px solid #bdbdbd;border-radius:2px;-webkit-box-shadow:0 2px 3px #c7c7c7;box-shadow:0 2px 3px #c7c7c7;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;max-height:200px;overflow-y:auto;left:0;top:35px;padding:5px 5px 3px 5px;position:absolute;width:100%}.bx-sls .dropdown-active .bx-ui-sls-pane{display:block}.bx-sls .bx-ui-sls-variants{list-style:none;margin:0;padding:0}.bx-sls .dropdown-item{border-radius:2px;padding:7px 4px 7px 10px;margin-bottom:2px}.bx-sls .dropdown-item:hover{background-color:#f1f3f5;cursor:pointer}.bx-sls .dropdown-img{border:none;display:inline-block;height:12px;margin:3px 12px 0 0;vertical-align:top;width:16px}.bx-sls .dropdown-item-text{color:#aba8ac;display:inline-block;vertical-align:top}.bx-sls .dropdown-item-text span{color:#25282c}.bx-sls .dropdown-list-title{border-bottom:1px solid #e5e5e5;height:37px;line-height:37px;padding-left:8px}.bx-sls .dropdown-icon{background:url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;height:14px;left:10px;position:absolute;top:10px;width:14px}.bx-sls .quick-locations{margin-bottom:5px}.bx-sls .quick-location-tag{background-color:#f2f5f8;border:1px solid #cad3dc;border-radius:3px;color:#1e55b9;display:inline-block;font-size:15px;height:27px;line-height:26px;margin:0 3px;padding:0 14px;text-decoration:none;margin-bottom:10px}.bx-sls .quick-location-tag:hover{background-color:#fafafa}.bx-sls .dropdown-fade2white{width:46px;height:31px;position:absolute;top:2px;right:0;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 30%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(30%,#fff));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 30%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 30%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 30%);background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 30%)}.bx-sls .bx-ui-sls-clear{background:url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;width:30px;height:30px;cursor:pointer;cursor:hand;margin-top:2px;position:absolute;top:0;right:0;display:block}.bx-sls .bx-ui-sls-clear:hover{background-position:6px -3418px}.bx-sls .bx-ui-sls-loader{background-image:url(/bitrix/panel/main/images/waiter-white.gif)!important;background-repeat:no-repeat!important;background-position:right -1px!important;width:30px;height:30px;position:absolute;top:3px;right:2px;display:none}.bx-sls .bx-ui-sls-go-edit{display:none}.bx-sls .bx-ui-sls-pane{max-height:300px}.bx-sls input::-ms-clear{display:none}.bx-sls input[type=text]{position:relative}.bx-sls .bx-ui-sls-fake,.bx-sls .bx-ui-sls-route{position:absolute!important;top:0;left:0;color:#000!important;opacity:1!important;background:0 0!important;border:none!important;box-shadow:none!important;padding:0 22px 0 0!important;background-position:right 1px;background-repeat:no-repeat;font-size:14px;height:33px;width:100%;outline:0;z-index:0;border:none}.bx-sls .bx-ui-sls-route{color:#aba8ac!important;z-index:0}.bx-sls .bx-ui-sls-pane{background-color:#fff;z-index:999;border:1px solid #87919c}.bx-sls .bx-ui-sls-error,.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant{padding:10px 10px}.bx-sls .bx-ui-sls-error{color:#f22;padding-left:30px;position:relative}.bx-sls .bx-ui-sls-error div{position:absolute;top:0;left:0;width:25px;height:25px;background:url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll}.bx-sls .bx-ui-sls-variant-active,.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover{background-color:#e0e8ea}.adm-sls-edit-link{margin-top:10px}.bx-admin-mode .bx-sls-go-edit{margin-left:10px;display:none}.bx-admin-mode .dropdown-block{border-color:#87919c #959ea9 #9ea7b1;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,.3),0 2px 2px -1px rgba(180,188,191,.7) inset;box-shadow:0 1px 0 0 rgba(255,255,255,.3),0 2px 2px -1px rgba(180,188,191,.7) inset;height:25px}.bx-sls.bx-admin-mode .bx-ui-sls-fake,.bx-sls.bx-admin-mode .bx-ui-sls-route{height:25px}.bx-admin-mode .dropdown-icon{top:7px}.bx-admin-mode .dropdown-fade2white{height:22px}.bx-admin-mode .dropdown-fade2white{right:1px}.bx-admin-mode .bx-ui-sls-clear{background-position:6px -3389px;height:22px}.bx-admin-mode .bx-ui-sls-clear:hover{background-position:6px -3421px}.bx-admin-mode .bx-ui-sls-loader{background-position:right -4px!important;height:21px}.bx-admin-mode .bx-ui-sls-pane{top:27px}.city-title{margin-bottom:25px}
/* End */


/* Start:/local/templates/intermoda2018/styles.css?174766561112022*/
/*h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}*/
.tag-container .section-tags {
  margin: 7px 0 0 0;
}
.tag-container.bottom .section-tags {
  margin: 27px 0 0 0;
}
.tag-container a.tag {
  margin: 3px 5px 3px 0;
  background: #EAEAEA;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  font-size:16px;
  display: inline-block;
}
.tag-container a.tag:hover {
  /*background-color: #ccc;*/
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #EAEAEA;
}
.intermoda-container.tag-container + .change-gender-block {
  margin-top: 20px;
}
.brands-list .all-brands {
  margin-top: 5px;
}
.subsection-list .all-brands {
  margin-top: 15px;
  width: 100%;
  margin-left: 34%;
  display: inline-block !important;
}
@media only screen and (max-width: 991.98px) {
  .tag-container .section-tags {
    margin: 7px 0 10px 0;
    padding-bottom: 7px;
    overflow: auto;
    white-space: nowrap;
  }
  .tag-container a.tag {
    font-size:12px;
  }
  .tag-container.bottom .section-tags {
    margin: 7px 0 0 0;
  }
  .section-catalog-wrap {
    overflow: hidden;
  }
}
p.bxe-first-letter:first-letter,
.bxe-first-letter-s {
  font-size: 56px;
  line-height: 56px;
  margin-right: 10px;
  float: left;
  vertical-align: top;
}
.lead {
  color: #757575;
  margin-left: 40px;
  padding: 0 0 0 15px;
  font-size: 13px;
  line-height: 1.4;
  border-left: 3px solid #99cded;
}
.nav-bar .wrap-link a[href="/catalog/women/sale-w/sezonnaya_rasprodazha%20W/"],
.nav-bar .wrap-link a[href="/catalog/men/sale-m/sezonnaya_rasprodazha/"] {
	color: #21218b;
}
.nav-bar .wrap-link a[href="/catalog/women/sale-w/finalnaya_rasprodazha/"],
.nav-bar .wrap-link a[href="/catalog/men/sale-m/finalnaya_rasprodazha987/"] {
	color: #a90f19;
}
.section-catalog-list .wrap-product a .wrap-image .marker.sale2 {
	color: #a90f19;
	font-size: 15px;
	border: 1px solid;
	width: 50px;
	line-height: 24px;
}
.price-block .marker.sale2 {
    color: #a90f19;
    font-size: 15px;
    width: 50px;
    line-height: 24px;
    border: 1px solid;
    margin: 0px 0px 0px 20px;
    position: relative;
    bottom: 5px;
    text-align: center;
}
.product-label.sale2 {
  color: #a90f19 !important;
  font-size: 15px !important;
  width: 50px;
  border: 1px solid #a90f19 !important;
}
@media (min-width: 768px) {
  .lead {
    font-size: 16px;
    margin-left: 20px;
  }
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px 20px;
  border-left: 3px solid #c2c2c2;
}
blockquote p {
  font-size: 20px;
  color: #757575;
}
@media (max-width: 768px) {
  blockquote p {
    font-size: 16px;
  }
}

blockquote.bxe-quote {
  position: relative;
  padding-left: 70px;
  padding-top: 8px;
  min-height: 50px;
  border-left: none;
}
blockquote.bxe-quote:after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}
hr.bxe-bolder {
  border-bottom-width: 5px;
}
hr.bxe-dashed {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
}
hr.bxe-normal {
}
hr.bxe-light {
  border-bottom-color: #e5e5e5;
}
hr.bxe-dotted {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}

/**/
.bg-primary {
  background: #000 !important;
  color: #fff;
}
.bg-success {
  background: #64ba4e !important;
  color: #fff;
}
.bg-info {
  background: #9bc6dd !important;
  color: #fff;
}
.bg-warning {
  background: #fec139 !important;
  color: #fff;
}
.bg-danger {
}
/**/
img.pull-left {
  padding: 5px 15px 5px 0;
}
img.pull-right {
  padding: 5px 0 5px 15px;
}
/**/
.alert {
  border: none;
  border-radius: 1px;
  font-size: 14px;
}
.alert.alert-note {
  background: #f2f2f3;
}
.alert.alert-sys {
  background: #f5f2ec;
  color: #81641f;
}
.alert.bxe-icon {
  padding-left: 90px;
  min-height: 100px;
  position: relative;
}
.alert.bxe-icon:after {
  left: 22px;
  top: 20px;
  position: absolute;
  content: ' ';
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/local/templates/intermoda2018/images/editor_sprite.png);
  background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after {
  background-position: 0 0;
}
.alert.bxe-icon.alert-info:after {
  background-position: 0 -50px;
}
.alert.bxe-icon.alert-warning:after {
  background-position: 0 -100px;
}
.alert.bxe-icon.alert-danger:after {
  background-position: 0 -200px;
}
.alert.bxe-icon.alert-note:after {
  background-position: 0 -150px;
}
.alert.bxe-icon.alert-sys:after {
  background-position: 0 -250px;
}

.bxe-aleft-title {
  padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title {
  display: block;
  padding: 5px;
  border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul {
  list-style: none;
  margin: 5px 0;
  padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul {
}
.bxe-list .fa {
  color: #9fb2bd;
  margin-right: 6px;
}
.bxe-lis-blue .fa {
  color: #0083d1;
}
.section-banner img {
  width: 1200px;
  margin: auto;
  display: block;
}
.section-footer a.new-year,
a.new-year {
  color: #ac8554;
}
.l-contacts__info__list__i a.new-year {
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .section-banner img {
    max-width: 100%;
  }
}
a[href='/catalog/women/sale-w/'].section-link,
.wrap-list a[href='/catalog/women/sale-w/shuby/'],
a[href='/catalog/men/sale-m/'].section-link,
.wrap-list a[href='/catalog/men/sale-m/shuby/']
 {
	color: #cf1616;
}

/**
 * Hot fix на соплях, нужно править исходный код
 */
.bnJRVB {
	max-width: 140px;
}


/** Первая покупка стили **/

.first-buy-block {
  background: #F5F5F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  margin-bottom: 30px;
}

.first-buy-block a {
  border-bottom: 1px solid;

}
.checkout-fbd__item a {
  border-bottom: 1px solid;
  font-size: 14px;
}
.first-buy__text {
  flex: 0 0 280px;
  line-height: 1.3;
}

.first-buy__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.first-buy__discount {
  color: #ac8554;
  font-size: 54px;
  font-weight: 600;
}

#modal-first-buy .modal-dialog {
  max-width: 660px;
  width: 100%;
}

#modal-first-buy .modal-content {
  padding: 25px 45px;
}

#modal-first-buy img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.first-buy-modal__title {
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  max-width: 350px;
  line-height: 1.3;
  position: relative;
}

.first-buy-modal__discount {
  text-align: left;
  color: #ac8554;
  font-weight: 600;
  font-size: 120px;
  margin: 20px 0;
  position: relative;
}

.first-buy-modal__text {
  text-align: left;
  font-size: 18px;
  max-width: 260px;
  line-height: 1.3;
  position: relative;
}
#modal-first-buy .modal-body {
  padding: 0;
}
#modal-first-buy .modal-header {
  padding: 0;
  text-align: left;
}

#modal-first-buy .btn {
  position: relative;
  width: auto;
  border-radius: 0;
  padding: 10px 20px;
  margin-top: 20px;
  height: 100%;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.52px;
  transition: all 0.25s ease-in-out;
}

.checkout-fbd-block {
  text-align: left;
  margin: 30px 72px;
  font-size: 16px;
  border: 1px solid #d2d2d2;
  padding: 25px 37px;
}

.checkout-fbd__title {
  font-family: 'Georgia-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.checkout-fbd-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.checkout-fbd__item:first-child {
  display: flex;
  background: #F5F5F5;
  padding: 16px 14px;
}

.checkout-fbd__item:nth-child(2) {
  padding: 22px 0 22px 41px;
}

.checkout-fbd__val {
  font-size: 54px;
  color: #ac8554;
  margin-left: 20px;
}

.checkout-fbd__subtitle {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.checkout-fbd__value {
  font-weight: 600;
  margin: 20px 0;
  font-family: Georgia

}

.no-discount {
  color: #ff0000;
  margin-top: 20px;
  font-size: 16px;
}

.checkout-fbd__text {
  font-size: 14px;
  margin-bottom: 10px;
}

#modal-first-buy-text .modal-dialog {
  max-width: 550px;
}

#modal-first-buy-text .first-buy-modal__title {
  max-width: 100%;
  margin-bottom: 20px;
}
#modal-first-buy-text .first-buy-modal__text {
  max-width: 100%;
  font-size: 16px;
}

#modal-first-buy-text .first-buy-modal__text p {
  margin-bottom: 20px;
}
#modal-first-buy-text .first-buy-modal__text ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #modal-first-buy img {
    max-width: 200px;
  }
  .first-buy-modal__title {
    font-size: 20px;
  }
  .first-buy-modal__discount {
    font-size: 62px;
  }
  .first-buy-modal__text {
    font-size: 15px;
  }
  .checkout-fbd-block {
    margin: 20px 0;
    border-right: 0;
    border-left: 0;
    padding: 20px 0px;
  }
  .checkout-fbd-flex {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .checkout-fbd__item:nth-child(2) {
    padding-left: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  
  .first-buy-modal__img {
    display: none;
  }
  .first-buy-modal__text {
    max-width: 100%;
  }
  .first-buy-modal__title {
    max-width: 250px;
  }
  #modal-first-buy .btn {
    width: 100%;
  }

  #modal-first-buy .modal-dialog {
    width: auto;
  }

  .first-buy__text {
    flex: auto;
  }

  .first-buy-block {
    padding-left: 15px;
    padding-right: 15px;
    gap: 10px;
  }
}

@media (max-width: 330px) {
  .first-buy__text {
    flex: 0 0 190px;
  }

  .first-buy-block {
    gap: 5px;
  }

  .first-buy__title {
    font-size: 16px;
  }

  .first-buy__discount {
    font-size: 50px;
  }

}
/* End */


/* Start:/local/templates/intermoda2018/assets/styles/catalog.css?169670764915777*/
.accordion_catalog-filter:not(:last-child) {
  margin-bottom: 15px;
}

.accordion_catalog-filter .accordion-header {
  margin-bottom: 0;
  padding-right: 0;
  color: #000000;
  transition: 0.25s ease-in-out;
}

.accordion_catalog-filter .accordion-header::after {
  display: none;
}

.accordion_catalog-filter .accordion-header:hover {
  color: #ac8554;
}

.accordion_catalog-filter .accordion-header.active {
  color: #ac8554;
}

.cat-check-inner {
  padding-left: 30px;
}

.cat-check-inner .scroll-pane {
  max-height: 114px;
  overflow: auto;
}

.section-catalog-list .product-i {
  min-height: 585px;
  margin-bottom: 30px;
}

.section-catalog-list .row {
  font-size: 0;
}

.section-catalog-list [class*='col-'] {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.section-catalog {
  position: relative;
  padding-top: 40px;
  width: 100%;
}
@media all and (max-width: 991.98px) {
  .section-catalog {
    padding-top: 0px;
  }
}
.section-catalog-wrap {
  display: flex;
}
.section-catalog-wrap.search{
  flex-direction: column;
}
.wrap-search-block{
  position: relative;
  display: flex;
}
@media all and (max-width: 991.98px) {
  .section-catalog-wrap {
    flex-direction: column;
  }
  .wrap-search-block{
  flex-direction: column;
  }
}
.section-catalog-l {
  flex-basis: 273px;
  min-width: 273px;
}
@media all and (max-width: 1199.98px) {
  .section-catalog-l {
    flex-basis: 226px;
    min-width: 226px;
  }
}
@media all and (max-width: 991.98px) {
  .section-catalog-l {
    flex-basis: auto;
    min-width: unset;
    border-top: 1px solid #c4c4c4;
  }
}
.section-catalog-r {
  margin-top: 83px;
  width: 100%;
}
.section-catalog-r.top-brands {
  margin-top: 0px;
}
@media all and (max-width: 991.98px) {
  .section-catalog-r {
    margin-top: 0px;
  }
}
.section-catalog-filter-t {
  margin-bottom: 13px;
}

.section-catalog-filter-t-r {
  float: right;
}

.section-catalog-filter-t-r > * {
  display: inline-block;
  vertical-align: top;
}

.section-catalog-filter-t-r > *:not(:last-child) {
  margin-right: 11px;
}

.section-catalog-filter-t-c {
  float: left;
}

.section-catalog-filter-t-c > * {
  display: inline-block;
  vertical-align: top;
}

.section-catalog-filter-t-c__title {
  font-size: 18px;
  margin-bottom: 0;
}

.section-catalog-filter-t-c__count {
  color: #6c6c6c;
  line-height: 36px;
}

.section-catalog-filter-t-i {
  float: left;
}

.section-catalog-filter-t-i:not(:last-child) {
  margin-right: 17px;
}

.section-catalog-filter-t-i_select {
  min-width: 165px;
}

.section-catalog-filter-t-i_select .selectboxit-btn {
  border-color: #c4c4c4;
}

.section-catalog-filter-t-i_select .selectboxit-btn.selectboxit-open {
  border-color: #050505;
}

.section-catalog-filter-t-i_select .selectboxit-list {
  border-color: #050505;
}

.catalog-filter__model-link {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border-bottom: 1px solid currentColor;
  margin-top: 8px;
  transition: 0.25s ease-in-out;
}

.catalog-filter__model-link:hover {
  color: #ac8554;
}

.catalog-filter__label {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.catalog-filter__label:hover {
  color: #ac8554;
}

.catalog-filter__label .icon-page {
  width: 13px;
  height: 7px;
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/static/icons-svg/catalog-filter-arrow.svg');
  transition: 0.25s ease-in-out;
}

.catalog-filter__label .color-5 {
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
}

.catalog-filter__label_type-2 {
  font-family: 'Futuris Cyrillic', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  color: #999;
  text-transform: none;
}

.catalog-filter__reset-btn {
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  color: #6c6c6c;
  text-transform: none;
  line-height: 20px;
  cursor: pointer;
  transition: ease-in-out 0.25s;
}

.catalog-filter__reset-btn:not(.t-static) {
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 1;
}

.catalog-filter__reset-btn:hover {
  color: #191919;
}

.section-catalog-filter-l-i {
  position: relative;
}

.section-catalog-filter-l-i:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.section-catalog-filter-l-i_type-2 {
  padding-left: 0;
  padding-right: 0;
}

.section-catalog-filter-l-i_type-2:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: 0;
}

.section-catalog-filter-l-i-cnt {
  padding-left: 4px;
  padding-right: 0;
  padding-top: 15px;
  margin-top: 0;
}

.section-catalog-filter-l-i-cnt .dropdown {
  margin-bottom: 23px;
}

.section-catalog-filter-l-i-cnt .search {
  margin-bottom: 23px;
}

.section-catalog-filter-l-i-cnt_type-2 {
  padding-left: 0;
  padding-right: 0;
}

.section-catalog-filter-l-i-cnt_scroll-pane {
  padding-right: 0;
}

.section-catalog-filter-l-i-cnt_scroll-pane .scroll-pane {
  max-height: 144px;
  overflow: auto;
}

.section-catalog-filter-l-i-cnt_ui-slider {
  padding-top: 17px;
}

.section-catalog-filter-l-i-cnt_price .form-group,
.section-catalog-filter-l-i-cnt_price .form-group > * {
  display: inline-block;
  font-size: 14px;
}

.section-catalog-filter-l-i-cnt_price .form-group:not(:last-child) {
  margin-right: 13px;
}

.section-catalog-filter-l-i-cnt_price .form-write-control {
  width: 85px;
  height: 30px;
  padding: 4px 10px;
}

.cat-filter-accordion.is-active .catalog-filter__label .icon-page {
  transform: rotate(-180deg);
}

.icon-catalog-filter-nav {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/other.png');
  background-position: -174px -95px;
  width: 15px;
  height: 9px;
}

.icon-catalog-filter-nav-open {
  background-image: url('/local/templates/intermoda2018/assets/styles/../images/sprites/other.png');
  background-position: -174px -78px;
  width: 15px;
  height: 9px;
}

.cat-filter__count {
  color: #6c6c6c;
  margin-left: 10px;
}

.cat-filter-alphabet {
  margin-bottom: 24px;
}

.cat-filter-alphabet > li {
  float: left;
  font-size: 21px;
}

.cat-filter-alphabet > li:not(:last-child) {
  margin-right: 20px;
}

.cat-filter-alphabet__letter {
  font-family: 'Antiqua Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 21px;
  margin-bottom: 20px;
}

.is-filter {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.article-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #f3f6f8;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.info-list {
  position: relative;
  display: flex;
}

.info-list:not(.t-vertical) {
  justify-content: space-between;
  align-items: center;
}

.info-list__item:not(.t-vertical) {
  display: inline-block;
  vertical-align: middle;
}

.info-list__item.m-r-0 {
  margin-right: 0;
}

.info-list__item.t-vertical {
  display: block;
  width: 100%;
  vertical-align: top;
}

.info-list__item.t-vertical:not(:last-child) {
  margin-right: 0;
}

.info-list__item.t-vertical.m-b-0 {
  margin-bottom: 0;
}

.info-list__item.t-icons {
  line-height: 1;
}

.info-list.t-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media all and (max-width: 1199px) {
  .section-catalog-list .product-i {
    min-height: 585px;
  }
}

@media all and (max-width: 767px) {
  .is-filter .header {
    z-index: 1;
  }

  .cat-filter-accordion .catalog-filter__reset-btn.t-h-xs {
    display: none;
  }

  .section-catalog-filter-l-i-cnt_scroll-pane .scroll-pane,
  .cat-check-inner .scroll-pane {
    max-height: none;
    height: auto;
  }

  .section-catalog-filter-l-i-cnt_scroll-pane .jspContainer,
  .cat-check-inner .jspContainer {
    height: auto !important;
  }

  .section-catalog-filter-l-i-cnt_scroll-pane .jspPane,
  .cat-check-inner .jspPane {
    position: relative !important;
  }

  .section-catalog-filter-l-i-cnt_scroll-pane .scroll-pane,
  .section-catalog-filter-l-i-cnt_scroll-pane .jspContainer,
  .section-catalog-filter-l-i-cnt_scroll-pane .jspPane,
  .cat-check-inner .scroll-pane,
  .cat-check-inner .jspContainer,
  .cat-check-inner .jspPane {
    width: 100% !important;
  }

  .section-catalog-filter-t-c__count {
    font-size: 14px;
  }

  .section-catalog-filter-xs {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1007;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    padding-top: 69px;
    padding-bottom: 70px;
  }

  .section-catalog-filter-xs::before,
  .section-catalog-filter-xs::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
  }

  .section-catalog-filter-xs::before {
    bottom: 100%;
  }

  .section-catalog-filter-xs::after {
    top: 100%;
  }

  .catalog-filter__label .icon-page {
    display: none;
  }

  .section-catalog-filter-l-i-cnt {
    position: fixed;
    left: 100%;
    top: 54px;
    bottom: 70px;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    transition: left 0.25s ease-in-out;
  }

  .section-catalog-filter-l-i-cnt .form-write-checkbox {
    margin-bottom: 22px;
  }

  .section-catalog-filter-l-i-cnt .form-write-checkbox.t-label label {
    text-transform: uppercase;
  }

  .section-catalog-filter-l-i-cnt
    .form-write-checkbox.t-label
    [type='checkbox']:checked
    + label,
  .section-catalog-filter-l-i-cnt
    .form-write-checkbox.t-label
    [type='radio']:checked
    + label {
    font-family: 'Futuris Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
  }

  .section-catalog-list .product-i {
    min-height: 1px;
  }

  .section-catalog {
    border-top: 0;
  }

  /* .section-catalog-l:not(.t-brands) {
    float: none;
    width: 50%;
    margin-bottom: -36px;
  } */

  /* .section-catalog-l.t-brands {
    float: none;
    width: 100%;
  } */

  .section-catalog-r {
    margin-left: 0;
  }

  .accordion_catalog-filter .accordion-header {
    padding-right: 30px;
    color: #fff;
  }

  .accordion_catalog-filter .accordion-header.active {
    color: #fff;
  }

  .accordion_catalog-filter .accordion-cnt {
    margin-top: 0;
  }

  .section-catalog-filter-nav > ul > li {
    float: left;
    width: calc(100% - 7px);
  }

  .section-catalog-filter-nav > ul > li.active .section-catalog-filter-l,
  .section-catalog-filter-nav > ul > li.open .section-catalog-filter-l {
    display: block;
  }

  .cat-filter-inner {
    height: 100%;
    overflow-y: auto;
    clear: right;
    margin: 0 -15px;
    padding: 0 15px;
  }

  .cat-filter__label {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .catalog-filter__reset-btn:not(.t-static) {
    position: relative;
    float: right;
    top: 1px;
    right: auto;
    margin-bottom: -21px;
  }

  .cat-filter-head {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
    padding: 14px 15px 14px;
  }

  .cat-filter-head .el-back,
  .cat-filter-head .el-close {
    position: absolute;
    z-index: 1;
    font-size: 0;
    line-height: 1;
    text-align: center;
    padding: 15px 30px;
  }

  .cat-filter-head .icon-page {
    top: 0;
    fill: #000000;
  }

  .cat-filter-head .el-back {
    left: -15px;
    top: 5px;
    opacity: 0;
    transition: 0.25s ease-in-out;
  }

  .cat-filter-head.is-back .el-back {
    opacity: 1;
  }

  .cat-filter-head .el-close {
    right: -15px;
    top: 5px;
  }

  .cat-filter-head span.el-title {
    font-family: 'Antiqua Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
  }

  .cat-filter-i-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 0 15px 15px;
  }

  .catalog-filter__label {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion_catalog-filter:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
  }

  .section-catalog-filter-l-i.is-left > .section-catalog-filter-l-i-cnt,
  .accordion_catalog-filter.is-left > .section-catalog-filter-l-i-cnt {
    left: 0;
  }

  .section-catalog-filter-l-i:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .section-catalog-filter-l-i.t-last .more-btn {
    display: none;
  }

  .section-catalog-r {
    overflow: visible;
  }

  .section-catalog-filter-t-c .catalog-filter__reset-btn {
    margin-left: 11px;
    margin-top: 8px;
  }

  .section-catalog-filter-t-r {
    width: calc(50% - 7px);
  }

  .section-catalog-filter-t-i {
    width: 100%;
  }

  .section-catalog-filter-t {
    position: relative;
    /*margin-top: -36px;*/
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .section-catalog-filter-t .bg {
    position: absolute;
    left: -15px;
    right: -15px;
    top: -16px;
    bottom: 0;
    background-color: #ffffff;
  }

  .is-sticky-filter-r .section-catalog-filter-t .bg {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }

  .section-catalog-filter-t-c {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .cat-filter-alphabet__letter {
    display: block;
  }

  .section-catalog-filter-t-i_select {
    min-width: 1px;
  }
}

@media all and (min-width: 768px) {
  .cat-filter-accordion .catalog-filter__reset-btn.t-v-xs {
    display: none;
  }

  .accordion_catalog-filter .form-write-check-wrap:not(:last-child) {
    margin-bottom: 10px;
  }

  .section-catalog-filter-l:not(.d-none) {
    display: block !important;
  }

  .section-catalog-filter-l {
    padding-top: 7px;
  }

  .cat-filter-accordion:not(.is-active) .catalog-filter__reset-btn {
    opacity: 1;
  }

  .cat-filter-accordion.is-active .catalog-filter__reset-btn {
    opacity: 1;
  }

  .section-catalog-filter-l {
    transition: opacity 0.25s ease-in-out;
  }

  .section-catalog-filter-l:not(.is-load) {
    opacity: 0;
  }

  .section-catalog-filter-l.is-load {
    opacity: 1;
  }

  .section-catalog-filter-l-i.t-xs {
    display: none;
  }

  .cat-filter-check-list {
    margin-top: -10px;
  }

  .cat-filter-check-list .form-write-checkbox {
    float: left;
    width: 33.33333333333333%;
  }

  .accordion_catalog-filter .form-write-checkbox:last-child {
    margin-bottom: 0;
  }

  .section-catalog-filter-l-i-cnt_scroll-pane .form-write-checkbox,
  .cat-check-inner .form-write-checkbox {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .section-catalog-filter-l-i-cnt_scroll-pane:not(.t-check-list)
    .form-write-checkbox:first-child,
  .cat-check-inner .form-write-checkbox:first-child {
    margin-top: 0;
  }

  .cat-filter-alphabet__letter {
    display: none;
  }

  .cat-filter-alphabet {
    display: none;
  }

  .catalog-filter__reset-btn.t-xs {
    display: none;
  }

  .catalog-filter__label .cat-filter__count {
    display: none;
  }

  .cat-filter__label {
    display: none;
  }

  .cat-filter-head {
    display: none;
  }

  .cat-filter-i-btn {
    display: none;
  }

  .section-catalog-filter-l-i.t-last .catalog-filter__label {
    display: none;
  }

  .section-catalog-filter-t-c .catalog-filter__reset-btn {
    display: none;
  }
}
body.preload {
  pointer-events: none;
}
body.preload .shadow-preload {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  display: block;
}
body .shadow-preload {
  display: none;
}
body.preload .shadow-preload .wrap-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-header-type ul > li > a {
  font-family: 'ProximaNova-Regular' !important;
}

/* End */


/* Start:/local/templates/intermoda2018/styles/catalog_custom.css?17532851744498*/
.intermoda-container h1 {
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-family: 'GeorgiaBold';
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 36px;
}
.arrow-up {
  position: fixed;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.arrow-up::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  transform: rotate(225deg);
  border-right: 6px solid black;
  border-bottom: 6px solid black;
  margin: auto;
}
.l-brands__top {
    margin: 0 auto 20px auto;
    text-align: center;
    max-width: 1000px;
}
p.brands {
	font-size: 24px;
	margin-bottom: 10px;
	color: #cf1616;
}
.l-brands__top .brand-logo {
	width: 184px;
	display: inline-block;
	background: #F9F9F9;
	margin: 7px 5px;	
}
.l-brands__top .brand-logo:hover {
	background: #F2F2F2;
}
.l-brands__top .brand-logo img {
	width: 184px;
}
.section-catalog-list .wrap-product a .product-info .product-label {
    position: relative;
    bottom: 1px;
}
.section-catalog-list .wrap-product a .product-info .product-label.sale2 {
    position: relative;
    bottom: 0px;
}
.section-catalog-list .wrap-product a .product-info .product-label.sale-red {
    background-color: #a90f19;
    color: white;
    border: 1px solid #a90f19;
}
@media only screen and (max-width: 1600px) {
  .arrow-up {
    width: 35px;
    height: 35px;
  }
  .arrow-up::before {
    width: 25px;
    height: 25px;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
  }
}
@media only screen and (max-width: 1200px) {
  .arrow-up {
    display: none;
  }
}
.section-page-desc {
  flex-direction: column;
  margin-top: 50px;
}
.section-page-desc p {
  font-family: 'ProximaNovaRegular';
  margin-bottom: 18px;
  font-size: 15px;
  letter-spacing: 0.551977px;
}
.section-page-desc p:last-child {
  margin-bottom: 0;
}
.section-page-desc h2 {
  font-family: 'ProximaNovaRegular';
  margin-bottom: 18px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
@media only screen and (max-width: 767.98px) {
  .section-page-desc {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .intermoda-container h1 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 24px;
  }
  .l-brands__top .brand-logo,
  .l-brands__top .brand-logo img {
    width: 160px;
  }
}
/* .jspPane {
  position: inherit;
}
.jspContainer {
  height: 100%;
}

.catalog-filter__label {
  font-size: 16px;
}
.catalog-filter__subsect-label {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.catalog-filter__subsect-label:hover {
  color: #ac8554;
}
.catalog-filter__subsect-label .icon-page {
  width: 13px;
  height: 7px;
  background-image: url('/local/templates/intermoda2018/styles/../images/static/icons-svg/catalog-filter-arrow.svg');
  transition: 0.25s ease-in-out;
}
.cat-filter-accordion.is-active .catalog-filter__subsect-label .icon-page {
  transform: rotate(-180deg);
}
.catalog-filter__subsect-label .subsect-active {
  font-weight: bold;
  border-bottom: 1px solid #000;
} */

#breadcrumb-brands {
  margin-top: 15px;
  padding-top: 30px;
}
#catalog-brands {
  font-size: 18px;
  padding-top: 10px;
  border-top: none;
}

#catalog-brands h1 {
  font-size: 18px;
}

/* .page-description-inner .article-load-inner {
  text-align: justify;
}

.article-load .article-video {
  z-index: 0;
}
.article-load .more-btn {
  z-index: 0 !important;
}
.article-load .article-load-inner h2 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 16px;
}
.article-load .article-load-inner h2:nth-child(2) {
  margin-top: 0;
}
.article-load .article-load-inner p {
  font-size: 14px;
  margin-bottom: 16px;
}
.article-load .article-load-inner p:last-child {
  margin-bottom: 0;
}
.article-load .article-load-inner a {
  font-weight: bold;
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .catalog-filter__subsect-label .icon-page {
    display: none;
  }
  .catalog-filter__subsect-label {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-filter__subsect-label .cat-filter__count {
    display: none;
  }
  .section-catalog-filter-l-i.t-last .catalog-filter__subsect-label {
    display: none;
  }

  #additional {
    padding: 0 30px;
  }
  .section-catalog-filter-l-i.t-last.border-b-none {
    z-index: 0;
  }
} */

/* End */
/* /local/templates/intermoda2018/assets/styles/styles.app.css?1696707649263255 */
/* /local/templates/intermoda2018/assets/styles/plugins.modals.css?173473465015220 */
/* /local/templates/intermoda2018/assets/styles/plugins.slick-slider.css?169670764924724 */
/* /local/templates/intermoda2018/assets/styles/plugins.datepicker.css?169670764924028 */
/* /local/templates/intermoda2018/assets/styles/brand.css?1696707649864 */
/* /local/templates/intermoda2018/assets/styles/template.css?169670764926177 */
/* /local/templates/intermoda2018/styles/styles_custom.css?17347346505286 */
/* /local/templates/intermoda2018/assets/styles/basket-order.css?169670764920268 */
/* /local/templates/intermoda2018/assets/styles/lk.css?16967076499319 */
/* /local/templates/intermoda2018/assets/styles/video-js.min.css?169670764937887 */
/* /local/templates/intermoda2018/styles/loader.css?16967076494322 */
/* /local/templates/intermoda2018/TBA/css/style.min.css?170505674444858 */
/* /local/templates/intermoda2018/components/bitrix/sale.location.selector.search/header2019/style.css?16967076485056 */
/* /local/templates/intermoda2018/styles.css?174766561112022 */
/* /local/templates/intermoda2018/assets/styles/catalog.css?169670764915777 */
/* /local/templates/intermoda2018/styles/catalog_custom.css?17532851744498 */
