

/* Start:/local/templates/intermobility/fonts.css?16298184001975*/
/* Gotham Pro 300 */
@font-face {
    font-family: 'Gotham Pro';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    /*src: url('/local/templates/intermobility/fonts/GothamPro-Light.eot');*/ /* IE9 Compat Modes */
    src: local('GothamPro-Light'),
        url('/local/templates/intermobility/fonts/GothamPro-Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('/local/templates/intermobility/fonts/GothamPro-Light.woff') format('woff'), /* Modern Browsers */
        url('/local/templates/intermobility/fonts/GothamPro-Light.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/local/templates/intermobility/fonts/GothamPro-Light.svg#GothamPro-Light') format('svg'); /* Legacy iOS */
        /*url('/local/templates/intermobility/fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype');*/ /* IE6-IE8 */
}

/* Gotham Pro 400 */
@font-face {
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /*src: url('/local/templates/intermobility/fonts/GothamPro.eot');*/ /* IE9 Compat Modes */
    src: local('GothamPro'),
    url('/local/templates/intermobility/fonts/GothamPro.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/intermobility/fonts/GothamPro.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/intermobility/fonts/GothamPro.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/intermobility/fonts/GothamPro.svg#GothamPro') format('svg'); /* Legacy iOS */
    /*url('/local/templates/intermobility/fonts/GothamPro.eot?#iefix') format('embedded-opentype');*/ /* IE6-IE8 */
}

/* Gotham Pro 700 */
@font-face {
    font-family: 'Gotham Pro';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    /*src: url('/local/templates/intermobility/fonts/GothamPro-Bold.eot');*/ /* IE9 Compat Modes */
    src: local('GothamPro-Bold'),
        url('/local/templates/intermobility/fonts/GothamPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('/local/templates/intermobility/fonts/GothamPro-Bold.woff') format('woff'), /* Modern Browsers */
        url('/local/templates/intermobility/fonts/GothamPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/local/templates/intermobility/fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg'); /* Legacy iOS */
        /*url('/local/templates/intermobility/fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype');*/ /* IE6-IE8 */
}
/* End */


/* Start:/local/templates/intermobility/reset.css?16297323544779*/
/*
    HTML5 Reset :: style.css
    ----------------------------------------------------------
    We have learned much from/been inspired by/taken code where offered from:

    Eric Meyer                  :: http://meyerweb.com
    HTML5 Doctor                :: http://html5doctor.com
    and the HTML5 Boilerplate   :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
        max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

html, body {
    height: 100%;
}

/* we use a lot of ULs that aren't bulleted.
you'll have to restore the bullets within content,
which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: separate; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle; outline: none;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    -hite-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% 'Montserrat', sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after { content: " "; display: block; clear: both; }
/* End */


/* Start:/local/templates/intermobility/js/bxslider/jquery.bxslider.css?16297323444042*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/local/templates/intermobility/js/bxslider/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/local/templates/intermobility/js/bxslider/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/local/templates/intermobility/js/bxslider/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/local/templates/intermobility/js/bxslider/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/local/templates/intermobility/js/bxslider/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* End */


/* Start:/local/templates/intermobility/js/fancybox/jquery.fancybox.min.css?162973234710424*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
/* End */


/* Start:/local/templates/intermobility/components/bitrix/menu/top/style.css?1629735694959*/
.menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0 45px 0 0;
}

.menu .item {
    padding: 0;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    white-space: nowrap;
    text-decoration: none;
}

.menu .item:not(:last-of-type) {
    margin: 0 15px 0 0;
}

.menu .item.is-active {
    text-decoration: underline;
}

.menu .item:not(.is-active):hover {
    text-decoration: underline;
}

@media screen and (max-width: 1139px) {
    .header .menu {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .home .menu {
        display: none;
    }

    .header .menu .item {
        font-size: 18px;
        color: #ffffff;
        white-space: normal;
    }

    .header .menu .item:not(:last-of-type) {
        margin: 0 0 50px 0;
    }

    .header .menu .item.is-active {
        font-weight: bold;
    }

    .footer .menu {
        display: none;
    }
}
/* End */


/* Start:/local/templates/intermobility/components/bitrix/news.list/solutions_slider/style.css?16298159914734*/
.bx-wrapper.custom-style.solutions-slider-style {
    max-width: 100% !important;
    margin: 0 -150px;
}

.bx-wrapper.custom-style.solutions-slider-style .bx-viewport {
    width: 100% !important;
}

.bx-wrapper.custom-style.solutions-slider-style .bx-controls-direction a.bx-prev {
    left: 120px;
}

.bx-wrapper.custom-style.solutions-slider-style .bx-controls-direction a.bx-next {
    right: 120px;
}

.slider .item {
    position: relative;
    display: flex;
    justify-content: center;
    background: transparent 50% 50% no-repeat scroll;
    transition: none;
}

.slider .item img {
    visibility: hidden;
}

.slider .item .descr {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 947px;
    width: 100%;
    padding: 60px;
}

.slider .item .descr .title {
    max-width: 800px;
    line-height: 39px;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: bold;
    color: #F6F6F6;
}

.slider .item .descr .text {
    flex-grow: 1;
    max-width: 700px;
    line-height: 23px;
    font-size: 16px;
    color: #F6F6F6;
}

.slider .item .descr .buttons {
    display: flex;
    align-items: flex-end;
    margin: 0 0 0 -20px;
}

.slider .item .descr .buttons .button {
    margin: 0 20px;
}

.slider .item .descr .buttons .button.presentation {
    border: 1px solid #FFFFFF;
    background-color: transparent;
}

.slider .item .descr .buttons .button.presentation:hover {
    opacity: 0.8;
}

.slider .item .descr .buttons .button.youtube {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    border-width: 0;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.slider .item .descr .buttons .button.youtube:before {
    content: '';
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    border: 3px solid #ffffff;
    border-radius: 50px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAbCAMAAAC+/9RaAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMAECBAUGB/gJCfr7/f72uoVH0AAABmSURBVHjandDHEQQhEEPRcXhQ/uHu9VehXtdHPayOd5NTAI80vSVpM4g0rkikdnkxBtHKpxc+hUKj0G4reAqFFon0h4xAVjqsrHIeVurp/9Mv38G4bW/IIeiLwo4heOgmyDl3kL8AoYATBoOy9D4AAAAASUVORK5CYII=') 50% 50% no-repeat scroll;
    background-size: 25%;
}

.slider .item .descr .buttons .button.youtube:hover {
    opacity: .65;
}

@media screen and (max-width: 1139px) {
    .bx-wrapper.custom-style.solutions-slider-style {
        margin: 0;
    }

    .bx-wrapper.custom-style.solutions-slider-style .bx-controls-direction a.bx-prev {
        display: none;
    }

    .bx-wrapper.custom-style.solutions-slider-style .bx-controls-direction a.bx-next {
        top: 19px;
        right: -24px;
        margin: 0;
    }

    .slider .item {
        border-radius: 10px;
    }

    .slider .item .descr {
        padding: 20px;
    }

    .slider .item .descr .title {
        max-width: 50%;
        line-height: 17px;
        font-size: 18px;
    }

    .slider .item .descr .text {
        line-height: 13px;
        font-size: 12px;
    }

    .slider .item .descr .buttons {
        flex-wrap: wrap
    }

    .slider .item .descr .buttons .button {
        min-width: 200px;
        line-height: 17px !important;
        margin-top: 15px !important;
        font-size: 18px !important;
        text-transform: initial !important;
    }

    .slider .item .descr .buttons .button.presentation {
        position: absolute;
        top: 4px;
        right: 13px;
        width: 48px;
        min-width: unset;
        height: 48px;
        border-width: 0;
        border-radius: 100%;
        font-size: 0 !important;
        background: #008D36 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAAAPFBMVEUAAAD////////////////////////////////////////////////////////////////////////////YSWgTAAAAE3RSTlMAECAwQGBwf4CPkJ+gr7C/z9/vNe5eYAAAAKBJREFUeNrt04UBhDAMQNE0uEOz/6xYcGrn+k+whwOci6gvBJeqgVYvoH/6p1gkRxpVqJQNUSG2VPRjjcKKXvKSmWI9zhEnGhKxnemwF/Wr40teIj2myzTCKa8hTvIf13ia8zrVICjD+ihrlopEvpe5AH3xVqZqo7AxWAqIkwFY44smPXAIG/VFUtq8YPk7YWYuwe07aq50p9WDaWij8aA6VZsjMis/JlwAAAAASUVORK5CYII=') 50% 50% no-repeat scroll;
        background-size: 35%;
    }

    .slider .item .descr .buttons .button.youtube {
        flex-grow: initial;
        justify-content: flex-start;
        min-width: 200px;
        margin-left: 20px !important;
        padding: 17px 25px 16px;
        border: 1px solid #FFFFFF;
    }

    .slider .item .descr .buttons .button.youtube:before {
        display: none;
    }
}
/* End */


/* Start:/local/templates/intermobility/components/bitrix/news.list/advantages/style.css?16283480351923*/
.advantages {
    padding: 100px 0 40px;
    background-color: #F9F9F9;
}

.advantages .container {
    flex-direction: column;
    align-items: center;
}

.advantages .container > .title {
    line-height: 48px;
    margin: 0 0 100px;
    font-size: 44px;
    font-weight: 800;
    color: #333333;
}

.advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages-list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 310px;
    margin: 0 0 60px;
    text-align: center;
}

.advantages-list .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 0 20px;
    border: 2px solid #008D36;
    border-radius: 100%;
}

.advantages-list .item .title {
    min-height: 42px;
    line-height: 21px;
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #333333;
}

.advantages-list .item .text {
    line-height: 21px;
    font-size: 16px;
    color: #333333;
    opacity: 0.5;
}

@media screen and (max-width: 1139px) {
    .advantages {
        padding: 35px 0 35px;
    }

    .advantages .container > .title {
        line-height: 24px;
        margin: 0 0 35px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .advantages-list {
        justify-content: center;
    }

    .advantages-list .item {
        align-items: center;
        max-width: 310px;
        width: 100%;
        margin: 0 0 25px;
    }

    .advantages-list .item .image {
        width: 70px;
        height: 70px;
        margin: 0 0 15px;
    }

    .advantages-list .item .title {
        line-height: 21px;
        font-size: 18px;
    }

    .advantages-list .item .text {
        line-height: 15px;
    }
}
/* End */


/* Start:/local/templates/intermobility/components/bitrix/news.list/competencies/style.css?16283523131924*/
.competencies {
    padding: 89px 0 40px;
    background-color: #ffffff;
}

.competencies .container {
    flex-direction: column;
    align-items: center;
}

.competencies .container > .title {
    line-height: 48px;
    margin: 0 0 57px;
    font-size: 44px;
    font-weight: 800;
    color: #333333;
}

.competencies-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.competencies-list .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 366px;
    margin: 0 10px 32px;
    padding: 60px 32px;
    border-radius: 4px;
    background: transparent calc(100% - 24px) calc(100% - 30px) no-repeat scroll;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
}

.competencies-list .item .title {
    min-height: 64px;
    line-height: 32px;
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: bold;
    color: #008D36;

}

.competencies-list .item .text {
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    opacity: 0.5;
}

@media screen and (max-width: 1139px) {
    .competencies {
        padding: 35px 0 0
    }

    .competencies .container > .title {
        line-height: 24px;
        margin: 0 0 24px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .competencies-list {
        justify-content: center;
    }

    .competencies-list .item {
        margin: 0 10px 40px;
        padding: 24px;
        border-radius: 4px;
        background: transparent calc(100% - 24px) calc(100% - 30px) no-repeat scroll;
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
    }

    .competencies-list .item .title {
        min-height: 36px;
        line-height: 18px;
        font-size: 18px;
    }

    .competencies-list .item .text {
        line-height: 24px;
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/intermobility/components/bitrix/news.list/technologies/style.css?16297323671589*/
.technologies {
    padding: 45px 0 128px;
    background-color: #ffffff;
}

.technologies .container {
    flex-direction: column;
    align-items: center;
}

.technologies .container > .title {
    line-height: 48px;
    margin: 0 0 70px;
    font-size: 44px;
    font-weight: 800;
    color: #333333;
}

.technologies-list {
    display: flex;
    justify-content: space-between;
    padding: 50px 75px 20px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
}

.technologies-list .column {
    width: 100%;
    max-width: 485px;
}

.technologies-list .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 40px;
}

.technologies-list .item .title {
    line-height: 32px;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.technologies-list .item .images {
    display: flex;
    flex-wrap: wrap;
}

.technologies-list .item .images img {
    display: block;
    width: 99px;
    border: 1px solid #f1f1f1;
}

@media screen and (max-width: 1139px) {
    .technologies {
        padding: 35px 0 35px;
    }

    .technologies .container > .title {
        line-height: 24px;
        margin: 0 0 30px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .technologies-list {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        box-shadow: none;
    }

    .technologies-list .item {
        align-items: center;
    }

    .technologies-list .item .images {
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/intermobility/components/bitrix/news.list/portals_and_applications/style.css?16297323793881*/
.portals-and-applications {
    padding: 100px 0 122px;
    background-color: #F9F9F9;
}

.portals-and-applications .container {
    flex-direction: column;
    align-items: center;
}

.portals-and-applications .container > .title {
    line-height: 48px;
    margin: 0 0 117px;
    font-size: 44px;
    font-weight: 800;
    color: #333333;
}

.bx-wrapper.custom-style.portals-and-applications-slider-style .bx-controls-direction a.bx-prev {
    display: none;
}

.bx-wrapper.custom-style.portals-and-applications-slider-style .bx-controls-direction a.bx-next {
    background-color: #FFFFFF;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAnCAMAAACc0yDvAAAARVBMVEUAAAAwMDAwMDAwMDAwMDAwMDAzMzMzMzMyMjIyMjIyMjI0NDQyMjI0NDQyMjIzMzMzMzMzMzMzMzMzMzMyMjIzMzMzMzPr+lbtAAAAFnRSTlMAECAwQFBfb3B/gICPj5CQn6C/z+/vQUgdyQAAAHVJREFUeNrt1UMCBEEUBNFsu1x5/5uO7T9W7N86cEGZjwPkpZGkkbucvAqmnDWIYTeHzR8eSF8L7e/AUgz9Jizai1Ncw55XBGR8roO70qXaXF6csw6ymj+7L7PfyKrrWDln/rqP+UTo8usYkusYUAe6BNe0r8ZSQSn7G90SRgAAAABJRU5ErkJggg==');
}

.portals-and-applications-list .item {
    display: flex;
    justify-content: center;
}

.portals-and-applications-list .item .image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    padding: 0 95px 0 0;
}

.portals-and-applications-list .item .descr {
    width: 50%;
    max-width: 465px;
}

.portals-and-applications-list .item .descr > .title {
    margin: 0 0 35px;
    font-size: 44px;
    color: #333333;
}

.portals-and-applications-list .item .descr > .text {
    line-height: 24px;
    margin: 0 0 48px;
    font-size: 16px;
    color: #333333;
    opacity: 0.5;
}

.portals-and-applications-list .item .descr .block {
    margin: 0 0 30px;
}

.portals-and-applications-list .item .descr .block .title {
    line-height: 11px;
    margin: 0 0 17px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #333333;
}

.portals-and-applications-list .item .descr .block .text {
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    opacity: 0.5;
}

.portals-and-applications-list .item .descr .button {
    margin: 60px 0 0 0;
}

.bx-wrapper.custom-style.portals-and-applications-slider-style .bx-pager {
    display: none;
}

@media screen and (max-width: 1139px) {
    .portals-and-applications {
        padding: 35px 0 75px;
    }

    .portals-and-applications .container > .title {
        line-height: 24px;
        margin: 0 0 30px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .bx-wrapper.custom-style.portals-and-applications-slider-style .bx-controls-direction a.bx-next {
        display: none;
    }

    .portals-and-applications-list .item {
        text-align: center;
    }

    .portals-and-applications-list .item .image {
        display: none;
    }

    .portals-and-applications-list .item .descr {
        width: 100%;
    }

    .portals-and-applications-list .item .descr > .title {
        margin: 0 0 15px;
        font-size: 22px;
    }

    .portals-and-applications-list .item .descr > .text {
        line-height: 22px;
        margin: 0 0 30px;
    }

    .portals-and-applications-list .item .descr .block {
        margin: 0 0 30px;
    }

    .portals-and-applications-list .item .descr .block .title {
        line-height: 15px;
        margin: 0 0 12px;
        font-size: 16px;
    }

    .portals-and-applications-list .item .descr .block .text {
        font-size: 16px;
    }

    .portals-and-applications-list .item .descr .button {
        margin: 0;
    }

    .bx-wrapper.custom-style.portals-and-applications-slider-style .bx-pager {
        display: block;
        bottom: -40px;
    }

    .bx-wrapper.custom-style.portals-and-applications-slider-style .bx-pager.bx-default-pager a {
        border-color: #F9F9F9;
    }
}
/* End */


/* Start:/local/templates/intermobility/components/bitrix/news.list/blog/style.css?16297323634286*/
.blog {
    padding: 100px 0 72px;
    background-color: #F9F9F9;
}

.blog .container {
    flex-direction: column;
    align-items: center;
}

.blog .container > .title {
    line-height: 48px;
    margin: 0 0 59px;
    font-size: 44px;
    font-weight: 800;
    color: #333333;
}

.page-wrapper:not(.main) .blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 22px);
    margin: 0 -11px;
}

.blog-list .item {
    display: flex;
    margin: 0 0 50px;
}

.page-wrapper:not(.main) .blog-list .item {
    flex-direction: column;
    width: 550px;
    margin: 0 11px 50px;
}

.blog-list .item:empty {
    margin: 0;
}

.blog-list .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 560px;
    height: 300px;
    margin: 0 20px 0 0;
    background-color: #ffffff;
}

.page-wrapper:not(.main) .blog-list .item .image {
    width: 550px;
    height: auto;
}

.blog-list .item .descr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.page-wrapper:not(.main) .blog-list .item .descr {
    width: 100%;
    margin: 24px 0 0 0;
}

.blog-list .item .date {
    line-height: 13px;
    margin: 10px 0 20px 0;
    font-size: 14px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #333333;
    opacity: 0.4;
}

.page-wrapper:not(.main) .blog-list .item .date {
    display: none;
}

.blog-list .item .title {
    line-height: 32px;
    margin: 0 0 15px;
    font-size: 28px;
    color: #333333;
    text-decoration: none;
}

.page-wrapper:not(.main) .blog-list .item .title {
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
}

.blog-list .item .text {
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    opacity: 0.65;
}

.page-wrapper:not(.main) .blog-list .item .text {
    font-size: 14px;
}

.blog-list .item .detail {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    line-height: 13px;
    font-size: 14px;
    text-transform: uppercase;
    color: #008D36;
}

.page-wrapper:not(.main) .blog-list .item .detail {
    margin: 15px 0 0 0;
}

.blog-list .item .detail:hover {
    text-decoration: none;
}

.blog .button {
    margin: 50px 0 0 0;
}

@media screen and (max-width: 1139px) {
    .blog {
        padding: 35px 0 40px;
    }

    .blog .container > .title {
        line-height: 24px;
        margin: 0 0 20px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .blog-list {
        justify-content: center;
    }

    .blog-list .item {
        flex-direction: column;
        width: unset;
    }

    .blog-list .item:last-of-type {
        margin: 0;
    }

    .page-wrapper:not(.main) .blog-list .item {
        width: 100%;
    }

    .page-wrapper:not(.main) .blog-list .item:empty {
        margin-bottom: 0;
    }

    .blog-list .item .image {
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 7px;
    }

    .page-wrapper:not(.main) .blog-list .item .image {
        width: 100%;
        background-color: #F6F6F6;
    }

    .blog-list .item .image img {
        border-radius: 7px;
    }

    .blog-list .item .descr {
        width: 100%;
    }

    .blog-list .item .date {
        line-height: 22px;
        margin: 12px 0 16px 0;
        font-size: 16px;
        letter-spacing: 1px;
        opacity: 0.7;
    }

    .page-wrapper:not(.main) .blog-list .item .date {
        display: block;
    }

    .blog-list .item .title {
        line-height: 23px;
        margin: 0 0 23px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .blog-list .item .text {
        font-size: 16px;
    }

    .page-wrapper:not(.main) .blog-list .item .text {
        display: block;
    }

    .blog-list .item .detail {
        display: none;
    }

    .page-wrapper:not(.main) .blog-list .item .detail {
        display: block;
        margin: 15px 0 0 0;
    }

    .blog .button {
        margin: 0;
    }
}
/* End */


/* Start:/local/templates/intermobility/components/bitrix/news.list/clients_and_partners/style.css?16297323723343*/
.clients-and-partners {
    padding: 66px 0 115px;
    background-color: #ffffff;
}

.clients-and-partners .container {
    flex-direction: column;
    align-items: center;
}

.clients-and-partners .container > .title {
    line-height: 48px;
    margin: 0 0 85px;
    font-size: 44px;
    font-weight: 800;
    color: #333333;
}

.clients-and-partners-list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 810px;
}

.clients-and-partners-list .item .city-widget.size-240x400 {
    display: none;
}

.clients-and-partners-list .item .wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 50px;
}

.clients-and-partners-list .item .image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 290px;
    height: 165px;
    padding: 0 40px 0 0;
    border-right: 1px solid #EBEBEB;
}

.clients-and-partners-list .item .descr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 85px 0 40px;
}

.clients-and-partners-list .item .descr .title {
    line-height: 20px;
    margin: 0 0 35px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
}

.clients-and-partners-list .item .descr .title a,
.clients-and-partners-list .item .descr .title a:visited {
    text-decoration: underline;
    color: #0081C3;
}

.clients-and-partners-list .item .descr .text {
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    opacity: 0.65;
}

.clients-and-partners-list .item .b-widget .b-widget_addition .img img {
    margin: 0 auto;
}

@media screen and (max-width: 1139px) {
    .clients-and-partners {
        padding: 30px 0 35px;
    }
    
    .clients-and-partners .container > .title {
        line-height: 24px;
        margin: 0 0 32px;
        font-size: 24px;
        text-align: center;
    }
    
    .clients-and-partners .container > .text {
        line-height: 20px;
        margin: 0 0 33px;
    }
    
    .clients-and-partners-list .item {
        width: 100%;
        margin: 0 0 55px;
    }
    
    .clients-and-partners-list .item .city-widget.size-650x200 {
        display: none;
    }
    
    .clients-and-partners-list .item .city-widget.size-240x400 {
        display: block;
    }
    
    .clients-and-partners-list .item .wrapper {
        flex-direction: column;
        align-items: center;
        margin: 0 0 35px;
    }
    
    .clients-and-partners-list .item .image {
        justify-content: center;
        width: 100%;
        height: 44px;
        margin: 0 0 33px;
        padding: 0;
        border-right-width: 0;
    }
    
    .clients-and-partners-list .item .image img {
        height: 100%;
    }
    
    .clients-and-partners-list .item .descr {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    
    .clients-and-partners-list .item .descr .text {
        line-height: 20px;
        font-size: 16px;
    }

    .bx-wrapper.custom-style.clients-and-partners-slider-style .bx-controls-direction a.bx-prev,
    .bx-wrapper.custom-style.clients-and-partners-slider-style .bx-controls-direction a.bx-next {
        display: none;
    }

    .bx-wrapper.custom-style.clients-and-partners-slider-style .bx-pager {
        bottom: 0;
    }
}

/* End */


/* Start:/local/templates/intermobility/components/custom/iblock.element.add.form/feedback/style.css?16283536411001*/
div[id^='wait_comp'] {
    display: none;
}

.form-wrapper.feedback .fields-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.form-wrapper.feedback .fields-group fieldset {
    width: calc(50% - 11px);
}

.form-wrapper.feedback .fields-group fieldset input[type="text"] {
    width: 100%;
}

.checkbox {
    margin: 26px 0 0 0;
}

.form-wrapper.feedback input[type=submit] {
    width: 200px;
}

@media screen and (max-width: 1139px) {
    .form-wrapper.feedback {
        padding: 0;
    }

    .form-wrapper.feedback .title {
        line-height: 28px;
        margin: 0 0 31px;
        font-size: 24px;
        font-weight: bold;
    }

    .form-wrapper.feedback .fields-group {
        flex-wrap: wrap;
    }

    .form-wrapper.feedback .fields-group fieldset {
        width: 100%;
    }

    .form-wrapper.feedback fieldset .field {
        width: 100%;
    }

    .form-wrapper.feedback input[type=submit] {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/intermobility/styles.css?167413087918052*/
/* -------------------- СТИЛИ СТАТИЧНОГО ТЕКСТА -------------------- */
div[id^='wait_comp'] {
    display: none;
}

a {
    color: #0081C3;
}

.content a,
.fancybox-container a {
    color: #008D36;
}

.content a {
    width: 100%;
}

.content a:hover,
.fancybox-container a:hover {
    text-decoration: none;
}

b {
    font-weight: bold;
}

.content h1 {
    width: 100%;
    line-height: 48px;
    margin: 0 0 30px 0;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: -0.95px;
    color: #333333;
}

.content h2 {
    line-height: 32px;
    margin: 12px 0 28px 0;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.content p + h2 {
    margin-top: 23px;
}

.content p {
    width: 100%;
    line-height: 24px;
    margin: 0 0 25px 0;
    font-size: 18px;
    color: #333333;
    opacity: 0.5;
}

.content ul {
    width: 100%;
    margin: 0 0 24px 0;
}

.content ul li {
    position: relative;
    line-height: 24px;
    padding: 0 0 12px 18px;
    font-size: 18px;
}

.content ul li:last-child {
    padding-bottom: 0;
}

.content ul li:before {
    position: absolute;
    top: 11px;
    left: 0;
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #808080;
}

.content ol {
    width: 100%;
    list-style-type: none;
    margin: 0 0 24px 0;
    counter-reset: item;
}

.content ol li {
    position: relative;
    line-height: 24px;
    padding: 0 0 12px 18px;
    font-size: 18px;
}

.content ol li:last-child {
    padding-bottom: 0;
}

.content ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counters(item, ".") ". ";
    counter-increment: item;
}

.content table {
    margin: 5px auto 55px auto;
}

.content table th {
    padding: 17px 0 16px 0;
    border-bottom: 1px solid #1a1a1a;
    font-size: 18px;
    font-weight: 500;
}

.content table th:first-of-type {
    text-align: left;
}

.content table td {
    padding: 17px 0 16px 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
}

.content table td:first-of-type {
    text-align: left;
    font-weight: 600;
}

.content .container > :last-child {
    margin-bottom: 0 !important;
}

/* -------------------- СТИЛИ ФОРМ -------------------- */
.popup-content {
    position: relative;
    max-width: 560px;
    width: 100%;
    padding: 50px 30px 30px;
    border-radius: 10px;
    overflow: initial;
}

.popup-content.with-logo:before {
    content: '';
    position: absolute;
    top: -90px;
    left: calc(50% - 88px);
    width: 177px;
    height: 51px;
    background: transparent url('/local/templates/intermobility/images/logo.png') 0 0 no-repeat scroll;
    background-size: contain;
}

.fancybox-youtube .fancybox-content {
    width: 100%;
    height: 0 !important;
    padding-top: 56.2%;
    background-color: transparent;
}

.fancybox-youtube .fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.fancybox-close-small::after {
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAJFBMVEUAAAA1NTU0NDQzMzMzMzMyMjI1NTUyMjIzMzMyMjIzMzMzMzOx6NqlAAAAC3RSTlMAMEBQX2Bg39/v7ye1/kcAAABkSURBVHja1dG3AcQwFMNQKoe//7wXbVbQAEb7SqjuWQXVMZNmRFSwiJja8VOwGGrxU7AoAr2sS1Y0K5oVzYpmRbPaSG2sNlQ01T/Ws1nBrGAdLtge/Ujz/Ghrnx8NlbH40Vj5DX7yDFNRZ72nAAAAAElFTkSuQmCC') 50% 50% no-repeat scroll;
    background-size: 40%;
}

.fancybox-close-small:hover:after {
    opacity: 1;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAJFBMVEUAAAA1NTU0NDQzMzMzMzMyMjI1NTUyMjIzMzMyMjIzMzMzMzOx6NqlAAAAC3RSTlMAMEBQX2Bg39/v7ye1/kcAAABkSURBVHja1dG3AcQwFMNQKoe//7wXbVbQAEb7SqjuWQXVMZNmRFSwiJja8VOwGGrxU7AoAr2sS1Y0K5oVzYpmRbPaSG2sNlQ01T/Ws1nBrGAdLtge/Ujz/Ghrnx8NlbH40Vj5DX7yDFNRZ72nAAAAAElFTkSuQmCC') 50% 50% no-repeat scroll;
    background-size: 40%;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.form-wrapper .title {
    margin: 0 0 45px;
    font-size: 18px;
    letter-spacing: 0.1px;
    font-weight: bold;
    color: #333333;
}

.form-wrapper p {
    margin: 0 0 21px 0;
    line-height: 23px;
    font-size: 16px;
    color: #000000;
}

.form-wrapper b {
    font-weight: bold;
}

.form-wrapper .message {
    line-height: 30px;
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #008D36;
}

.form-wrapper .descr {
    line-height: 20px;
    padding: 0 0 0 0;
    border-width: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.form-wrapper .note {
    line-height: 20px;
    padding: 0 0 0 0;
    border-width: 0;
    font-size: 14px;
    color: #808080;
}

.form-wrapper input[type="submit"] + .note {
    max-width: 450px;
    margin: 45px 0 0 0;
}

.form-wrapper .descr + .note {
    margin: 16px 0 0 0;
}

.form-wrapper .errors {
    display: none;
    line-height: 23px;
    margin: 0 0 10px;
    font-size: 16px;
    color: #C70000;
    transition: none;
    text-align: left;
}

.form-wrapper .errors:empty {
    margin: 0;
}

.form-wrapper fieldset {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    text-align: left;
}

.form-wrapper fieldset.file {
    flex-direction: row;
    align-items: center;
    padding: 20px 0 0 0; 
}

.popup-content .form-wrapper fieldset {
    position: relative;
    margin: 0 0 30px 0;
}

.form-wrapper fieldset label {
    position: absolute;
    z-index: 1;
    top: -6px;
    left: 20px;
    padding: 0 6px;
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
}

.form-wrapper fieldset:hover label {
    color: #008D36;
}

.form-wrapper fieldset .field:focus + label {
    color: #008D36;
}

.form-wrapper fieldset .field {
    width: 560px;    
    line-height: 17px;
    padding: 15px 21px 16px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    background-color: #EBEBEB;
    font-size: 14px;
    color: #333333;
    opacity: 0.6;
    outline: none;
    -webkit-appearance: none;
}

.form-wrapper fieldset input[type="file"] {
    max-width: 136px;
    min-width: 136px;
    height: 37px;
    visibility: hidden;
}

.form-wrapper fieldset input[type="file"]:before {
    content: attr(data-select);
    position: absolute;
    z-index: 1;
    left: 0;
    padding: 12px 20px 11px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #707070;
    border-radius: 4px;
    visibility: visible;
}

.form-wrapper fieldset .filename {
    margin: 0 0 0 10px;
    white-space: nowrap;
}

.popup-content .form-wrapper fieldset .field {
    width: 100%;
    padding: 17px 20px 14px;
    border-color: #333333;
    font-weight: bold;
    opacity: 1;
    background-color: #ffffff;
}

.form-wrapper fieldset textarea {
    height: 100px;
    resize: none;
}

.form-wrapper fieldset .field::placeholder {
    opacity: 0.6; /* Firefox */
}

.form-wrapper .field::-webkit-input-placeholder,
.form-wrapper .field::-moz-placeholder,
.form-wrapper .field::-ms-placeholder {
    font-weight: normal;
    color: #999999;
}

.form-wrapper fieldset .field:hover {
    border: 1px solid #008D36;
    box-shadow: 0 0 15px rgba(0, 141, 54, 0.35);
}

.popup-content .form-wrapper fieldset .field:hover {
    box-shadow: none;
}

.form-wrapper fieldset .field:focus {
    border: 1px solid #008D36;
    box-shadow: 0 0 15px rgba(0, 141, 54, 0.35);
}

.popup-content .form-wrapper fieldset .field:focus {
    box-shadow: none;
}

.popup-content .form-wrapper .field.red + label {
    color: #C70000;
}

.popup-content .form-wrapper fieldset .field.red:focus + label {
    color: #333333;
}

.form-wrapper fieldset .field.red {
    border-color: #C70000;
}

.form-wrapper fieldset .field.red:focus {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333;
}

.popup-content .form-wrapper fieldset .field.red:focus {
    box-shadow: none;
}

.checkbox {
    margin: 26px 0 0 0;
}

.checkbox input {
    display: none;
}

.checkbox input[type="checkbox"] + label {
    position: relative;
    display: flex;
    line-height: 24px;
    padding: 0 0 0 31px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.popup-content .checkbox input[type="checkbox"] + label {
    padding: 2px 0 0 28px;
    font-size: 14px;
    cursor: pointer;
}

.checkbox label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid #2B2B2B;
    border-radius: 4px;
}

.checkbox label:hover:before {
    border-color: #008D36;
    background-color: #F1F1F1;
}

.checkbox label:disabled:before {
    border-color: #D9D9D9;
    background-color: #F2F2F2;
}

.checkbox input[type="checkbox"].red + label:before {
    border-color: #C70000;
}

.checkbox input[type="checkbox"]:checked + label:before {
    border-color: #2B2B2B;
    color: #ffffff;
    background: #2B2B2B url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuMzYwMTEgMy4yODAxQzEuOTY3MDYgMi44OTIxMSAxLjMzMzkxIDIuODk2MjEgMC45NDU5MjIgMy4yODkyNUMwLjU1NzkzNSAzLjY4MjMgMC41NjIwMzUgNC4zMTU0NSAwLjk1NTA4IDQuNzAzNDRMMy40OTYwMyA3LjIxMTdDMy45MTQwNiA3LjYyNDM0IDQuNTk2MDMgNy41ODk1NCA0Ljk2OTg3IDcuMTM2NDhMOS4wOTU1OCAyLjEzNjQ4QzkuNDQ3MDggMS43MTA0OSA5LjM4NjcgMS4wODAyMSA4Ljk2MDcxIDAuNzI4NzA4QzguNTM0NzIgMC4zNzcyMDggNy45MDQ0NCAwLjQzNzU5MiA3LjU1Mjk0IDAuODYzNTc5TDQuMTIzMDMgNS4wMjAzM0wyLjM2MDExIDMuMjgwMVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+') 50% 50% no-repeat;
    transition: background-position 0s;
}

.checkbox input[type="checkbox"] + label .text {
    opacity: 0.6;
}

.button {
    display: inline-block;
    line-height: 11px;
    padding: 15px 60px 18px;
    border: 1.5px solid #008D36;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-align: center;
    background-color: #008D36;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.button:hover {
    border-color: #007f31;
    background-color: #007f31;
}

.form-wrapper input[type=submit] {
    margin: 45px 0 0 0;
    padding: 15px 25px;
    border-width: 0;
    -webkit-appearance: none;
}

.form-wrapper .checkbox + input[type=submit] {
    margin: 30px 0 0 0;
}

.popup-content .form-wrapper input[type=submit] {
    width: 100%;
}

.popup-content .form-wrapper .extra-text {
    margin: 30px 0 0;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.popup-content .form-wrapper .extra-text .link {
    font-weight: bold;
}

    /* -------------------- СТИЛИ BXSLIDER -------------------- */
.bx-wrapper.custom-style {
    max-width: 1140px !important;
    margin: 0 auto 0 !important;
    border-width: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.bx-wrapper.custom-style .bx-viewport {
    left: 0;
    width: 1140px !important;
    height: auto !important;
    margin: 0 auto;
    border-width: 0;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bx-wrapper.custom-style .bx-controls-direction a {
    z-index: 0;
    top: calc(50% - 31px);
    width: 63px;
    height: 63px;
    margin: 0;
    border-bottom-width: 0;
    border-radius: 63px;
    font-size: 0;
    background: #F6F6F6 50% 50% no-repeat scroll;
    background-size: 50%;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.05);
}

.bx-wrapper.custom-style .bx-controls-direction a.bx-prev {
    left: 0;
    background-color: #2B2B2B;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAnCAMAAACc0yDvAAAAPFBMVEUAAAD////////////////////////////////////////////////////////////////////////////YSWgTAAAAE3RSTlMAEB8gMFBfb3B/gI+Qn6Cvz9/vzDHvxQAAAHlJREFUeNrt1DWCA0EUxFANM9b9z7prd+hofpnh5UrFpWzZ14KwbJW0eZmUE7QqyYiZlLRe1n9iNnhZ98tum+39cRXQyNDBKkfGbnatDBMwKtmn4/oMYFbSEfV+YYs5zpqg7IvCkqBiS91uh5kZ5ljhBk64VzgyDvgHFs4kv08ZaaQAAAAASUVORK5CYII=');
}

.bx-wrapper.custom-style .bx-controls-direction a.bx-next {
    right: 0;
    background-color: #008D36;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAnCAMAAACc0yDvAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAECAwQF9gb3CAj5+/z9/vaE8lUgAAAHhJREFUeNrt1NWBxSAURdGDO9z+m5157kbc9v9KcHyNxxI56otElBtAomYwNYSiDA0lHUoMlekVQdRm6VBAbW5cKN3v5Ss01CAPJGoSQ2nobBMWAOjwe7nZaVODMtGQPT4zG+N5uQyxGUNDdvhfqWfgmbJAkzie+wfsTB8H2dsLXgAAAABJRU5ErkJggg==');
}

.bx-wrapper.custom-style .bx-controls-direction a.bx-prev:hover,
.bx-wrapper.custom-style .bx-controls-direction a.bx-prev:active {
    opacity: 0.8;
}

.bx-wrapper.custom-style .bx-controls-direction a.bx-next:hover,
.bx-wrapper.custom-style .bx-controls-direction a.bx-next:active {
    opacity: 0.8;
}

.bx-wrapper.custom-style .bx-pager {
    bottom: -53px;
}

.bx-wrapper.custom-style .bx-pager.bx-default-pager .bx-pager-item:first-of-type:last-of-type {
    display: none
}

.bx-wrapper.custom-style .bx-pager.bx-default-pager a {
    width: 16px;
    height: 16px;
    margin: 0 2px;
    border: 4px solid #ffffff;
    border-radius: 16px;
    background-color: #9B9B9B;
}

.bx-wrapper.custom-style .bx-pager.bx-default-pager a:hover {
    background-color: #008D36;
}

.bx-wrapper.custom-style .bx-pager.bx-default-pager a.active,
.bx-wrapper.custom-style .bx-pager.bx-default-pager a.active:hover {
    background-color: #EEEEEE;
    border-color: #008D36;
}

@media screen and (max-width: 1139px) {
    /* -------------------- СТИЛИ СТАТИЧНОГО ТЕКСТА -------------------- */
    .content p {
        font-size: 16px;
        opacity: 0.65;
    }

    .content h2 {
        width: 100%;
        font-size: 24px;
        text-align: center;
    }

    /* -------------------- СТИЛИ ФОРМ -------------------- */
    .fancybox-slider {
        margin: 0 20px;
    }

    .popup-content {
        padding: 60px 20px 40px;
    }

    .popup-content.with-logo:before {
        top: -70px;
        left: calc(50% - 66px);
        width: 132px;
        height: 38px;
    }

    .form-wrapper .title {
        margin: 0 0 30px;
        text-align: center;
    }

    .form-wrapper .message {
        line-height: 18px;
        font-size: 16px;
        text-align: center;
    }

    .form-wrapper fieldset label {
        top: -10px;
        font-size: 16px;
    }

    .popup-content .form-wrapper fieldset .field {
        width: 100%;
        max-width: 560px;
        line-height: 15px;
        padding: 14px 20px;
        font-size: 16px;
    }

    .form-wrapper fieldset textarea {
        height: 80px;
    }

    .checkbox input[type="checkbox"] + label {
        line-height: initial;
    }

    .form-wrapper input[type=submit] {
        margin: 20px 0 0 0;
    }

    .popup-content .form-wrapper input[type=submit] {
        display: flex;
        justify-content: center;
        width: auto;
        min-width: 200px;
        margin: 20px auto 0;
        padding: 17px 25px 16px;
        font-size: 17px;
    }

    .button {
        padding: 17px 25px 16px;
        font-size: 17px;
    }

    /* -------------------- СТИЛИ BXSLIDER -------------------- */
    .bx-wrapper.custom-style {
        max-width: 100% !important;
    }

    .bx-wrapper.custom-style .bx-viewport {
        width: 100% !important;
    }

    .bx-wrapper.custom-style .bx-controls-direction a {
        z-index: 0;
        width: 48px;
        height: 48px;
        margin: -90px 0 0 0;
        border: 1px solid #EEEEEE;
        background: #ffffff 50% 50% no-repeat scroll;
        background-size: 25%;
        box-shadow: none;
    }

    .bx-wrapper.custom-style .bx-controls-direction a.bx-prev {
        left: 0;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAMAAABoQAyvAAAANlBMVEUAAAAAgL8AgL8AgL8AgMUAgMMAhMQAgMIAg8MAgMMAgsQAgMIAgcMAgcMAgcIAgcQAgcMAgcPMVJOKAAAAEXRSTlMAECAwMEBfYH+An6C/z9/f73tWVVMAAAA7SURBVHjaJcwJDgAhCENRhtlV1N7/skpLlv8SCMY5w9l7omUfoLvKzbd7qDVrP1ASVEivjqUhXXxIhS96BwJH+zwpUgAAAABJRU5ErkJggg==');
    }

    .bx-wrapper.custom-style .bx-controls-direction a.bx-next {
        right: 0;
        background-color: #ffffff;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAMAAADEfo0+AAAARVBMVEUAAAAAjzAAj0AAhzAAjzgAijAAijUAjzUAizQAjjYAijUAjTUAjjUAjTcAjzYAizYAjjcAjDYAjjYAjTYAjTUAjTYAjTat7uXhAAAAFnRSTlMAEBAgIDAwMEBfYGBvcH+Av8/P3+/vDvhs0AAAAF1JREFUeNqFz7UBgEAQRNHF3WH775Rzt8nezwYAprMCeyvi3Vjeke6xyoHlsoTlZeXrTenD8iDbZEqbKnumNCIcBc/Kne+X8R2VJ+FBW5xrlfeC4bAstiFeNdhbHBOR0Qv5q2Qr5gAAAABJRU5ErkJggg==');
    }

    .bx-wrapper.custom-style .bx-controls-direction a.bx-prev:hover,
    .bx-wrapper.custom-style .bx-controls-direction a.bx-prev:active {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAMAAABoQAyvAAAANlBMVEUAAAAAgL8AgL8AgL8AgMUAgMMAhMQAgMIAg8MAgMMAgsQAgMIAgcMAgcMAgcIAgcQAgcMAgcPMVJOKAAAAEXRSTlMAECAwMEBfYH+An6C/z9/f73tWVVMAAAA7SURBVHjaJcwJDgAhCENRhtlV1N7/skpLlv8SCMY5w9l7omUfoLvKzbd7qDVrP1ASVEivjqUhXXxIhS96BwJH+zwpUgAAAABJRU5ErkJggg==');
    }

    .bx-wrapper.custom-style .bx-controls-direction a.bx-next:hover,
    .bx-wrapper.custom-style .bx-controls-direction a.bx-next:active {
        background-color: #ffffff;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAMAAADEfo0+AAAARVBMVEUAAAAAjzAAj0AAhzAAjzgAijAAijUAjzUAizQAjjYAijUAjTUAjjUAjTcAjzYAizYAjjcAjDYAjjYAjTYAjTUAjTYAjTat7uXhAAAAFnRSTlMAEBAgIDAwMEBfYGBvcH+Av8/P3+/vDvhs0AAAAF1JREFUeNqFz7UBgEAQRNHF3WH775Rzt8nezwYAprMCeyvi3Vjeke6xyoHlsoTlZeXrTenD8iDbZEqbKnumNCIcBc/Kne+X8R2VJ+FBW5xrlfeC4bAstiFeNdhbHBOR0Qv5q2Qr5gAAAABJRU5ErkJggg==');
    }
}
/* End */


/* Start:/local/templates/intermobility/template_styles.css?174791408717117*/
html {
    height: auto;
    min-height: 100%;
}

body {
    min-height: 100%;
    font-size: 14px;
    color: #000000;
    background-color: #e5e5e5;
    font-family: 'Gotham Pro', sans-serif;
    -webkit-text-size-adjust: 100%;
}

body * {
    box-sizing: border-box;
    backface-visibility: hidden;
}

pre {
    display: block;
    text-align: left;
    font-size: 14px;
}

.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    min-height: 100vh;
}

.page-wrapper *,
.page-wrapper *:before {
    transition: all 0.3s ease, font-size 0ms;
}

.page-wrapper #bx-panel * {
    transition: none;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.header {
    position: relative;
    display: none;
    background: rgba(21, 21, 21, 0.89);
}

.page-wrapper:not(.main) .header {
    display: block;
}

.page-wrapper .header.fixed {
    position: fixed;
    z-index: 100;
    display: block;
    width: 100%;
}

.bx-panel-fixed ~ .header.fixed {
    top: 39px;
}

.header .top {
    padding: 13px 0 13px;
    background-color: #008D36;
}

.header .switcher-mobile-menu {
    display: none;
}

.header .phone {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.header .login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    font-size: 12px;
    text-decoration: underline;
    color: #ffffff;
    cursor: pointer;
    visibility: hidden;
}

.header .login:hover {
    text-decoration: none;
}

.header .login:before {
    content: '';
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMAIDBAb3B/gJ+gr7/P3+vNcBUAAABjSURBVHjahdDFAQAhEATBxX3yz/ZccPpZOMQjqhKnhKZIgBJFCjhQUJHIUXRQQ/9oLaczB+gPnx59kH35Qx9Eke6hqZeHw+qD7G3PlVhhxeXNbctn1h9Sf508MKIpEU+1Rb4Dko4KdkIx5yIAAAAASUVORK5CYII=') 0 0 no-repeat scroll;
    background-size: contain;
}

.header .bottom {
    padding: 23px 0 25px;
}

.header .logo {
    width: 108px;
    height: 31px;
    margin: 0 45px 0 0;
    background: transparent url('/local/templates/intermobility/images/logo.png') 0 0 no-repeat scroll;
    background-size: contain;
}

.header .button {
    padding: 12px 12px;
}

.home {
    background: #ffffff url('/local/templates/intermobility/images/home_bg.jpg') 50% 50% no-repeat scroll;
    background-size: cover;
}

.home .container {
    flex-direction: column;
}

.home .top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 117px 0 0 0;
}

.home .logo {
    flex-grow: 1;
    width: 177px;
    height: 51px;
    background: transparent url('/local/templates/intermobility/images/logo.png') 0 0 no-repeat scroll;
    background-size: contain;
}

.home .langs {
    display: flex;
    align-items: flex-start;
}

.home .langs .item {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.home .langs .item.current {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.home .langs .item.current:before {
    content: '';
    width: 22px;
    height: 14px;
    margin: 0 10px 0 0;
    background: transparent 50% 50% no-repeat scroll;
    background-size: contain;
}

.home .langs .item.current.ru:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAMAAAAtIK2eAAAAElBMVEUAAAAAOaZQNHNgg8fVKx7///8jG3jPAAAAAXRSTlMAQObYZgAAACpJREFUeNpjYGAlHtBL8ahiZuIBAwMj8YACxaOKmYgHDAwsxAP6KB5VDACC0A/LSSrqjAAAAABJRU5ErkJggg==');
}

.home .langs .item.current.en:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAUCAMAAADfuh9AAAAAulBMVEXK0eS5w9srSJN/kL7U2ugnRZFOZqUAI30jQo8mQ5BIYqJJYqFKYqJtgbVugbRugbV/kL5/kb6Akb7s7/X+/v7///8AJH0BJH1UbalVbKlVbahlfLC6w9y6xNy7w9zL0+Td4e3+/v4AJH0BJH0QMYUfP40gP40hP40vTZU/Wp0/W51fdq1gda1/kb1/kb6PnsWPnsaPn8WPn8aerM6frM2frM6+x92/x97OFCve4+7f4+7u8Pbu8fb+/v5Jr0SaAAAAInRSTlOgr7+/v8/P39/f39/f39/f39/f39/f7+/v7+/v7+/v7+/vALPv5AAAANZJREFUeNq90kWCwzAQRNEeZtYwxiCFmQx1/2MFqsPo1bxV4NtCwUgn9NQd+iP4fPEo3wNgmCCpLiUlfgmaAJM2KCqtJsUIY7kH8V0MTEebJ7YH+j73xPf98iSqh9MkqIKeTj2Pie8aoOhLk9Z0DE5brukWShNlHkpjb4JlTJZJf6//SzJM9708dm82JDeXxK17fcxhLP3V5MBMt9ub7O7VH6gWTA/g7EijqMTk4gfUXTrGk2NQFHoyGSMqrF6GwwjUkWdOohKsX6npaEy6Kxfzw1NWzMgQO9SCnPr/MjsAAAAASUVORK5CYII=');
}

.home .langs .item.current:after {
    content: '/';
    margin: 0 10px;
}

.home .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 102px 0 165px 0;
    text-align: center;
}

.home .title {
    max-width: 800px;
    line-height: 51px;
    margin: 0 0 51px;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home .text {
    max-width: 800px;
    line-height: 24px;
    margin: 0 0 76px;
    font-size: 16px;
    color: #FFFFFF;
}

.solutions .container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-top: 73px;
    padding-bottom: 127px;
    background-color: #ffffff;
}

.solutions .container:nth-child(even) {
    background-color: #F6F6F6;
}

.solutions .container > .title {
    line-height: 48px;
    margin: 0 0 24px;
    font-size: 44px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.solutions .container > .text {
    line-height: 24px;
    max-width: 800px;
    margin: 0 0 40px;
    font-size: 17px;
    color: #787878;
    text-align: center;
}

.vacancies-banner {
    background: transparent url('/local/templates/intermobility/images/vacancies_bg.jpg') 50% 50% no-repeat scroll;
    background-size: cover;
}

.vacancies-banner .container {
    flex-direction: column;
    align-items: center;
    padding: 105px 0 100px;
}

.vacancies-banner .small-title {
    line-height: 13px;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.vacancies-banner .title {
    line-height: 48px;
    margin: 0 0 30px;
    font-size: 44px;
    font-weight: bold;
    color: #FFFFFF;
}

.vacancies-banner .text {
    line-height: 24px;
    margin: 0 0 45px;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.65;
}

.vacancies-banner .detail {
    line-height: 11px;
    padding: 18px 25px 18px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.vacancies-banner .detail:hover {
    opacity: 0.5;
}

.contacts {
    padding: 100px 0 77px;
    background-color: #F9F9F9;
}

.contacts .container {
    flex-direction: column;
    align-items: center;
}

.contacts .container > .title {
    line-height: 48px;
    margin: 0 0 22px;
    font-size: 44px;
    font-weight: 800;
    color: #333333;
}

.contacts .container > .text {
    line-height: 24px;
    max-width: 717px;
    margin: 0 0 49px;
    font-size: 16px;
    color: #333333;
    opacity: 0.5;
    text-align: center;
}

.contacts .wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contacts .left {
    display: none;
    width: 560px;
}

.contacts .left > .title,
.contacts .left > .text {
    display: none;
}

.contacts .right {
    width: 560px;
    width: 100%;
}

.contacts .right .map {
    width: 100%;
    height: 240px;
    margin: 0 0 26px;
    border-radius: 4px;
}


.contacts .right .map * {
    transition: none;
}

.contacts .right .map ymaps[class$="copyrights-promo"],
.contacts .right .map ymaps[class$="copyright_logo_no"] {
    display: none;
}

.contacts .right .address {
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    opacity: 0.6;
}

.content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #ffffff;
}

.content .container:not(:empty) {
    flex-direction: column;
    align-items: flex-start;
    padding: 108px 0 38px;
}

.content .wrapper-h1 {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 0 0 30px;
}

.content .wrapper-h1 h1 {
    width: auto;
    margin-right: 50px;
}

.content .wrapper-h1 a {
    width: auto;
    line-height: 13px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration-line: underline;
    color: #008D36;
}

.content .wrapper-h1 a:hover {
    text-decoration: none;
}

.footer {
    padding: 65px 0 55px;
    background-color: #000000;
}

.footer .container {
    align-items: center;
    justify-content: space-between;
}

.footer .address {
    display: none;
}

.footer .logo {
    width: 108px;
    height: 31px;
    background: transparent url('/local/templates/intermobility/images/logo.png') 0 0 no-repeat scroll;
    background-size: contain;
}

.footer .social {
    display: flex;
}

.footer .social .facebook {
    width: 8px;
    height: 16px;
    margin: 0 18px 0 0;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAhCAMAAAAxrgE+AAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADHRSTlMAECAwQGCAn6C/3+9qurNvAAAAU0lEQVR42uXPpQEAMRBE0Qlj/+2GaVedv6/mmQBmJqTc00Mi5Nny5LHJ1IE5ze1aqnsRq2X7zdba6WBbEpmkmRWzYAZ1BLTWc/u2FL//Fzaj+fcKmFAM23fvmUkAAAAASUVORK5CYII=') 0 0 no-repeat scroll;
    background-size: contain;
}

.footer .social .youtube {
    width: 23px;
    height: 16px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAgCAMAAAC1r9FLAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMAECAwQFBgb3B/gI+Qn6CvsL/P3+8tfMkfAAAAwElEQVR42pWUV3JEIQwEh2j7JSyE7n9U57grqpj+boIiPgmlbucp0vUN+2Goahdp576VjB+i2AJjD596GraGRrwR1VYRvFFtnQxACH8DMAj/GQhGoEBm/AEUu6UfNsVLjyBec//RzXLRmb+5PlCV8/1PAYfnT08A19wHqnJ+Vuo/wsQbdio/D4OpV+5UP4hNcPvtyaYAieznyPidnkd+3jdynwRd1hu/D70+9xlbwDch1+04ReR+n+v7Pj+2mj7sV1G/aoQnLlp0AAAAAElFTkSuQmCC') 0 0 no-repeat scroll;
    background-size: contain;
}

@media screen and (max-width: 1139px) {
    .container {
        min-width: 320px;
        padding: 0 20px;
    }

    .header {
        display: block;
        margin: 0;
        padding: 0;
    }

    .header .top {
        padding: 19px 0;
        background-color: #2E2E2E;
    }

    .header .top .container {
        justify-content: center;
    }

    .header .logo {
        display: none;
    }

    .header .phone {
        line-height: 15px;
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
    }

    .header .login {
        font-size: 0;
    }

    .header .login:before {
        width: 20px;
        height: 20px;
        margin: 0 50px 0 0;
        background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAEDBAUGB/gI+Qn6C/z9/vUZsUJwAAAJhJREFUeNrN1DESwjAQQ1EZwEpCMHv/07KDCwpBVmV+/RrbHgGtjygaS0tXsUkblrAihgcHItt52B7ZBxKH8Xxw6x7cIroD06WsYXvGlALv2QUqBUoiBYqsoMgJrz+6vaaUU/+ruzC6C2lCmoeheT00L5zmE9L8FDS/GVFBPMQJ/ErCgCl5rgHwoT17/pDSg6s/9mjrKBkb3n89MEh/n+URAAAAAElFTkSuQmCC') 0 0 no-repeat scroll;
        background-size: contain;
    }

    .header .switcher-mobile-menu {
        position: absolute;
        top: 19px;
        right: 20px;
        display: block;
        width: 20px;
        height: 20px;
        background: transparent 0 0 no-repeat scroll;
        background-size: contain;
    }

    .header .switcher-mobile-menu.open {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAQIDntwj7AAAAKUlEQVR42mNgJhIMpEImIgHDyAGjgJFIMBRSOPGeGTlgFDARCYZCCgcADOMGkSPe+igAAAAASUVORK5CYII=');
    }

    .header .switcher-mobile-menu.close {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAApCAMAAABwfJv6AAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMAEG9wf4CPn6Cvv9/vp0LMUAAAAIlJREFUeNrt0zUCQ1EQQlG+yxv2v9y40dzUEerTjKBuqTYK07c2S4ttoxzPYpZ9k+hcKpRnd4ODbxKdJ2l6keRSkktJLiW5lORSkktJLmU6kOlApgOZDmQ6lulIpgMJLvbn8a0LCS4kuZTspukLe/Tv0aD24kCW6sWR1PbiQC7qVtcgoSzvHYHIEUmxG83QLOL1AAAAAElFTkSuQmCC');
    }

    .header .bottom {
        position: fixed;
        z-index: -1;
        right: -230px;
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }

    .header .bottom.open {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, .75);
    }

    .page-wrapper .bx-panel-folded ~ .header .bottom {
        top: 39px;
    }

    .header .bottom .container {
        position: relative;
        flex-direction: column;
        width: 230px;
        min-width: initial;
        height: 100vh;
        margin: 0;
        padding: 60px 40px;
        background-color: #333333;
    }

    .header .button {
        display: none;
    }

    .home {
        background-size: cover;
    }

    .home .top {
        align-items: center;
        margin: 25px 0 22px 0;
    }

    .home .logo {
        width: 132px;
        height: 38px;
        margin: 0;
    }

    .home .bottom {
        margin: 0 0 30px 0;
    }

    .home .title {
        line-height: 25px;
        margin: 0 0 13px;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: initial;
    }

    .home .text {
        line-height: 19px;
        margin: 0 auto 25px;
        font-size: 16px;
        opacity: 0.8;
    }

    .home .button {
        font-size: 13px;
    }

    .solutions .container {
        padding: 35px 30px 55px;
    }

    .solutions .container > .title {
        line-height: 17px;
        margin: 0 0 24px;
        font-size: 18px;
    }

    .solutions .container > .text {
        line-height: 18px;
        margin: 0 0 40px;
        font-size: 16px;
    }

    .vacancies-banner .container {
        padding: 43px 0 40px;
        text-align: center;
    }

    .vacancies-banner .small-title {
        line-height: 15px;
        margin: 0 0 30px;
        font-size: 16px;
        font-weight: normal;
    }

    .vacancies-banner .title {
        line-height: 22px;
        margin: 0 0 30px;
        font-size: 23px;
    }

    .vacancies-banner .text {
        line-height: 17px;
        margin: 0 0 37px;
    }

    .vacancies-banner .detail {
        line-height: 11px;
        padding: 18px 25px 18px;
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 3px;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFFFFF;
    }

    .contacts {
        padding: 0;
    }

    .contacts .container {
        padding: 0;
    }

    .contacts .container > .title {
        display: none;
    }

    .contacts .container > .text {
        display: none;
    }

    .contacts .wrapper {
        flex-wrap: wrap-reverse;
        width: 100%;
    }

    .contacts .left {
        z-index: 1;
        width: 100%;
        margin: -75px 20px;
        padding: 30px 20px 35px;
        border: 1px solid #EEEEEE;
        border-radius: 7px;
        background-color: #ffffff;
    }

    .contacts .left > .title {
        display: block;
        line-height: 24px;
        margin: 0 0 11px;
        font-size: 24px;
        font-weight: 800;
        color: #333333;
        text-align: center;
    }

    .contacts .left > .text {
        display: block;
        line-height: 20px;
        margin: 0 0 23px;
        font-size: 16px;
        color: #999999;
        text-align: center;
    }

    .contacts .right {
        width: 100%;
    }

    .contacts .right .map {
        height: 300px;
        margin: 0;
        border-radius: 0;
    }

    .contacts .right .address {
        display: none;
    }

    .content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        background-color: #F6F6F6;
    }

    .page-wrapper:not(.main) .content {
        padding: 0;
    }

    .content .container:not(:empty) {
        position: relative;
        padding: 30px 20px 35px;
        background-color: #FFFFFF;
    }

    .content .wrapper-h1 {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }

    .content .wrapper-h1 h1 {
        line-height: 24px;
        margin: 0;
        font-size: 24px;
        letter-spacing: initial;
    }

    .content .wrapper-h1 a {
        display: none;
    }

    .footer {
        padding: 97px 0 35px;
    }

    .page-wrapper:not(.main) .footer {
        padding-top: 38px;
    }

    .footer .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .address {
        display: block;
        line-height: 22px;
        margin: 0 0 22px 0;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        opacity: 0.6;
    }

    .footer .logo {
        width: 120px;
        height: 35px;
        margin: 0 auto;
    }

    .footer .social {
        display: none;
    }
}
/* End */
/* /local/templates/intermobility/fonts.css?16298184001975 */
/* /local/templates/intermobility/reset.css?16297323544779 */
/* /local/templates/intermobility/js/bxslider/jquery.bxslider.css?16297323444042 */
/* /local/templates/intermobility/js/fancybox/jquery.fancybox.min.css?162973234710424 */
/* /local/templates/intermobility/components/bitrix/menu/top/style.css?1629735694959 */
/* /local/templates/intermobility/components/bitrix/news.list/solutions_slider/style.css?16298159914734 */
/* /local/templates/intermobility/components/bitrix/news.list/advantages/style.css?16283480351923 */
/* /local/templates/intermobility/components/bitrix/news.list/competencies/style.css?16283523131924 */
/* /local/templates/intermobility/components/bitrix/news.list/technologies/style.css?16297323671589 */
/* /local/templates/intermobility/components/bitrix/news.list/portals_and_applications/style.css?16297323793881 */
/* /local/templates/intermobility/components/bitrix/news.list/blog/style.css?16297323634286 */
/* /local/templates/intermobility/components/bitrix/news.list/clients_and_partners/style.css?16297323723343 */
/* /local/templates/intermobility/components/custom/iblock.element.add.form/feedback/style.css?16283536411001 */
/* /local/templates/intermobility/styles.css?167413087918052 */
/* /local/templates/intermobility/template_styles.css?174791408717117 */
