/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../themes/steps/assets/libs/slick/./ajax-loader.gif') center center no-repeat;
}

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

    src: url('../themes/steps/assets/libs/slick/./fonts/slick.eot');
    src: url('../themes/steps/assets/libs/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../themes/steps/assets/libs/slick/./fonts/slick.woff') format('woff'), url('../themes/steps/assets/libs/slick/./fonts/slick.ttf') format('truetype'), url('../themes/steps/assets/libs/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

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

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

/* Dots */
.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:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.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: .25;
    color: black;

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

/* Slider */
.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;

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

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

/*! jQuery UI - v1.12.1 - 2018-06-11
* http://jqueryui.com
* Includes: core.css, accordion.css, button.css, controlgroup.css, checkboxradio.css, menu.css, selectmenu.css, slider.css, spinner.css, tabs.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.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;filter:Alpha(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:-.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-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;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:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.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:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.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-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}
@charset "UTF-8";
/*!
  reboot styles
 */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row.gutters-5 {
    margin-right: -5px;
    margin-left: -5px; }
    .row.gutters-5 > .col,
    .row.gutters-5 > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; }
  .row.gutters-7 {
    margin-right: -7px;
    margin-left: -7px; }
    .row.gutters-7 > .col,
    .row.gutters-7 > [class*="col-"] {
      padding-right: 7px;
      padding-left: 7px; }
  .row.gutters-10 {
    margin-right: -10px;
    margin-left: -10px; }
    .row.gutters-10 > .col,
    .row.gutters-10 > [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px; }
  .row.gutters-0 {
    margin-right: 0;
    margin-left: 0; }
    .row.gutters-0 > .col,
    .row.gutters-0 > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px; }

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px; }

.container {
  width: 100%;
  max-width: 1280px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container--960 {
    max-width: 1040px !important; }

@media (min-width: 768px) {
  .container {
    padding-right: 24px;
    padding-left: 24px; } }

@media (min-width: 1024px) {
  .container {
    padding-right: 32px;
    padding-left: 32px; } }

@media (min-width: 1200px) {
  .container {
    padding-right: 40px;
    padding-left: 40px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .row.gutters-sm-5 {
    margin-right: -5px;
    margin-left: -5px; }
    .row.gutters-sm-5 > .col,
    .row.gutters-sm-5 > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; }
  .row.gutters-sm-10 {
    margin-right: -10px;
    margin-left: -10px; }
    .row.gutters-sm-10 > .col,
    .row.gutters-sm-10 > [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px; }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .ajax-file-upload, .ajax-file-upload-statusbar {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap, .g-breadcrumbs, .b-slider-slick .slick-dots, .ajax-file-upload, .ajax-file-upload-statusbar {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1, .ajax-file-upload-filename {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center, .ajax-file-upload {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start, .ajax-file-upload-statusbar {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center, .ajax-file-upload {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .row.gutters-lg-5 {
    margin-right: -5px;
    margin-left: -5px; }
    .row.gutters-lg-5 > .col,
    .row.gutters-lg-5 > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; }
  .row.gutters-lg-10 {
    margin-right: -10px;
    margin-left: -10px; }
    .row.gutters-lg-10 > .col,
    .row.gutters-lg-10 > [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px; }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
  global styles
*/
html {
  height: 100%;
  font-size: 15px; }

body {
  min-height: 100%;
  font-size: 1rem;
  color: #777;
  text-align: left;
  min-width: 320px;
  line-height: 1.6;
  padding-top: 54px;
  background-color: #fbfbfb;
  font-family: "roboto", arial;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  body.mfp-open {
    overflow: hidden; }
    body.mfp-open .mfp-container {
      overflow-y: auto; }

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

a,
button {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #2e2e2e; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.8rem; }

h3, .h3 {
  font-size: 1.6rem; }

h4, .h4 {
  font-size: 1.46667rem; }

h5, .h5 {
  font-size: 1.33333rem; }

h6, .h6 {
  font-size: 1.2rem; }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

*:focus {
  outline: 0 !important; }

a {
  color: #1d73c4; }

a:hover {
  color: #2080da;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: #1d73c4; }

div.error {
  font-size: 12px; }

.marb-18 {
  margin-bottom: 18px !important; }

.gray-bg {
  background-color: #F9F9F9; }

.gray-bg-gradient {
  background-image: radial-gradient(circle at 50% 50%, #ffffff, #F9F9F9); }

.blue-bg {
  background-image: radial-gradient(circle at 50% 50%, #ffffff, #f3f9ff); }

.second-bg {
  background-color: #fd683e !important; }

.green-bg {
  background-color: #26981e !important; }

.primary-bg {
  background-color: #1d73c4 !important; }

.text-color {
  color: #777 !important; }

.form-control {
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 1px 3px 0 rgba(145, 145, 145, 0.5); }
  .form-control--comment {
    resize: none;
    height: 110px;
    padding-top: 10px; }
  .form-control--spinner {
    margin: 0; }
  .form-control::-webkit-input-placeholder {
    color: #717171;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #717171;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #717171;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #717171;
    opacity: 1; }
  .form-control::placeholder {
    color: #717171;
    opacity: 1; }
  .form-control:focus {
    border: 1px solid transparent !important;
    -webkit-box-shadow: 0 0 10px #26981e !important;
    -moz-box-shadow: 0 0 10px #26981e !important;
    box-shadow: 0 0 10px #26981e !important; }
    .form-control:focus::-webkit-input-placeholder {
      color: transparent;
      opacity: 1; }
    .form-control:focus::-moz-placeholder {
      color: transparent;
      opacity: 1; }
    .form-control:focus:-ms-input-placeholder {
      color: transparent;
      opacity: 1; }
    .form-control:focus::-ms-input-placeholder {
      color: transparent;
      opacity: 1; }
    .form-control:focus::placeholder {
      color: transparent;
      opacity: 1; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  background-color: #fff;
  border-color: #1d73c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #1d73c4; }

.form-group {
  margin-bottom: 15px;
  position: relative; }
  .form-group-label {
    font-size: 15px;
    margin-bottom: 8px;
    padding-top: 2px; }
  .form-group--spinner {
    width: 150px; }
    .form-group--spinner .form-control {
      text-align: center;
      padding-left: 50px;
      padding-right: 50px; }
    .form-group--spinner .ui-spinner-button {
      height: 40px; }
      .form-group--spinner .ui-spinner-button.ui-spinner-down {
        left: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background-size: 16px 16px;
        box-shadow: 1px 0 0 0 rgba(178, 178, 178, 0.5); }
        .form-group--spinner .ui-spinner-button.ui-spinner-down:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          width: 16px;
          height: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          margin-left: -8px;
          margin-top: -1px;
          background-color: #fff; }
      .form-group--spinner .ui-spinner-button.ui-spinner-up {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        background-image: url(../themes/steps/assets/img/icons/icon-plus-white.svg);
        background-size: 16px 16px;
        box-shadow: -1px 0 0 0 rgba(178, 178, 178, 0.5); }
    .form-group--spinner .form-control {
      font-size: 15px; }
    .form-group--spinner .ui-spinner-button {
      width: 40px;
      cursor: pointer;
      background-color: #1d73c4;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px 6px; }
      .form-group--spinner .ui-spinner-button:hover {
        background-color: #115a9f; }

.mfp-image-holder .mfp-close, .modal-close, .mfp-iframe-holder .mfp-close {
  background-position: center right; }

.form-spinner.form-control {
  border: 1px solid #d8d8d8 !important;
  box-shadow: inset 0 1px 3px 0 rgba(145, 145, 145, 0.5) !important; }

label.error {
  font-size: 12px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  color: #fd683e; }

.content img {
  max-width: 100%;
  height: auto; }

.content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 29px;
  margin-bottom: 29px; }
  .content ul > li {
    font-size: 15px;
    position: relative;
    padding-left: 51px;
    margin-left: 0;
    margin-bottom: 0.8rem; }
    .content ul > li:before {
      top: 7px;
      left: 20px;
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      position: absolute;
      background-color: #1d73c4; }

.content ol {
  counter-reset: li;
  padding-left: 13px;
  margin-bottom: 2rem; }
  .content ol > li {
    position: relative;
    list-style: none;
    padding-left: 37px;
    font-size: 15px;
    margin-bottom: 0.8rem; }
    .content ol > li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 24px;
      height: 24px;
      border: solid 1px #fd683e;
      border-radius: 50%;
      text-align: center;
      line-height: 1.6;
      color: #fd683e;
      font-size: 15px; }

.content a {
  line-height: 1.1;
  border-bottom: 1px solid transparent; }
  .content a:hover {
    border-bottom-color: #1d73c4;
    text-decoration: none; }

.content h2,
.content h3,
.content h4 {
  margin-bottom: 15px; }

.content h1 {
  margin-bottom: 20px; }

.g-list {
  list-style: none;
  padding-left: 0; }
  .g-list > li {
    font-size: 15px;
    position: relative;
    padding-left: 51px;
    margin-left: 0;
    margin-bottom: 0.8rem; }
    .g-list > li:before {
      top: 7px;
      left: 20px;
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      position: absolute;
      background-color: #1d73c4; }

.blockquote-title {
  font-size: 19px;
  line-height: 1.26;
  color: #383838; }

.blockquote-text {
  color: #626262; }

.blockquote,
blockquote {
  border-radius: 3px;
  padding: 20px 25px 8px;
  margin-bottom: 30px; }

.blockquote-blue {
  background-color: #f3f9ff;
  border: solid 1px #d7ecff; }

.blockquote-gray {
  background-color: #F9F9F9;
  border: solid 1px #ebebeb; }

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.fz-14 {
  font-size: 14px !important; }

.fz-13 {
  font-size: 13px !important; }

.fz-12 {
  font-size: 12px !important; }

.g-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 8px 25px;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .g-btn:hover, .g-btn:focus {
    text-decoration: none; }
  .g-btn:after {
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .g-btn__span {
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    transition: all .3s ease-out;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    border-radius: 500px;
    transform: translate(-50%, -50%); }
  .g-btn--border {
    color: #fd683e;
    box-shadow: inset 0 0 0 1px #fd683e; }
    .g-btn--border:hover {
      color: #fff;
      background-color: #fd683e; }
  .g-btn--border-gray {
    color: #2e2e2e !important;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #d2d2d2; }
    .g-btn--border-gray:hover {
      background-color: #F9F9F9; }
  .g-btn--primary-border {
    color: #1d73c4;
    box-shadow: inset 0 0 0 1px #1d73c4; }
    .g-btn--primary-border:hover {
      color: #fff;
      background-color: #1d73c4; }
  .g-btn--green {
    color: #26981e;
    box-shadow: inset 0 0 0 1px #26981e; }
    .g-btn--green:hover {
      color: #fff;
      background-color: #26981e; }
  .g-btn--green-bg {
    color: #fff !important;
    background-color: #26981e; }
    .g-btn--green-bg:hover {
      background-color: #248f1c; }
  .g-btn--second {
    color: #fff !important;
    background-color: #fd683e; }
    .g-btn--second:hover {
      background-color: #f34919; }
  .g-btn--primary {
    color: #fff !important;
    background-color: #1d73c4; }
    .g-btn--primary:hover {
      background-color: #115a9f; }
  .g-btn--whatsapp {
    font-size: 15px !important;
    line-height: 1.2;
    color: #fff !important;
    background-color: #40c351; }
    .g-btn--whatsapp:hover {
      background-color: #38b248; }
  .g-btn--telegram {
    font-size: 15px !important;
    line-height: 1.2;
    color: #fff !important;
    background-color: #31b0e1; }
    .g-btn--telegram:hover {
      background-color: #20a5d9; }
  .g-btn--viber {
    font-size: 15px !important;
    line-height: 1.2;
    color: #fff !important;
    background-color: #785299; }
    .g-btn--viber:hover {
      background-color: #6b4988; }
  .g-btn--sm {
    font-size: 13px;
    padding: 5px 15px; }
  .g-btn--md {
    font-size: 19px;
    padding: 10px 41px; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.g-checkbox {
  cursor: pointer;
  user-select: none;
  position: relative;
  margin-bottom: 0; }
  .g-checkbox-wrapper {
    padding: 3px 11px;
    border-radius: 3px;
    background-color: #e4ffe3; }
    .g-checkbox-wrapper--product {
      padding: 3px 10px 3px 17px; }
  .g-checkbox--panel {
    display: block;
    padding: 6px 21px;
    border-radius: 3px;
    background-color: #F9F9F9;
    border: solid 1px #ebebeb; }
  .g-checkbox-input {
    display: none; }
    .g-checkbox-input:checked ~ .g-checkbox-text:before {
      background-color: #1d73c4; }
    .g-checkbox-input:checked ~ .g-checkbox-text--radio:before {
      background-color: #26981e;
      box-shadow: inset 0 0 0 2px #fff; }
    .g-checkbox-input:checked ~ .g-checkbox-text--blue:before {
      background-color: #1d73c4; }
  .g-checkbox-text {
    padding-left: 25px;
    display: block;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 1.6;
    position: relative; }
    .g-checkbox-text:before {
      top: 3px;
      width: 16px;
      height: 16px;
      content: '';
      left: 0;
      margin-right: 14px;
      position: absolute;
      background-color: #fff;
      border-radius: 3px;
      border: solid 1px #26981e; }
    .g-checkbox-text--radio:before {
      border-radius: 50%; }
    .g-checkbox-text--blue:before {
      border: solid 1px #1d73c4; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #1d73c4 !important; }

.text-second {
  color: #fd683e !important; }

.text-dark {
  color: #2e2e2e !important; }

.text-viber {
  color: #785299 !important; }
  .text-viber:hover .icon-viber {
    border-radius: 50%;
    transition: all .3s;
    box-shadow: 0 0 10px 0 #785299; }

.text-telegram {
  color: #4daddd !important; }
  .text-telegram:hover .icon-telegram {
    border-radius: 50%;
    transition: all .3s;
    box-shadow: 0 0 10px 0 #4daddd; }

.g-icon {
  transition: all .3s;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: 24px 24px; }

.text-whatsapp {
  color: #51aa36 !important; }
  .text-whatsapp:hover .icon-whatsapp {
    box-shadow: 0 0 10px 0 #52ab37; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.no-wrap {
  white-space: nowrap; }

.invisible {
  visibility: hidden !important; }

.img-fluid {
  height: auto;
  max-width: 100%; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.g-hover .g-hover-show {
  display: none; }

.g-hover:hover .g-hover-show {
  display: inline-block; }

.g-hover:hover .g-hover-hide {
  display: none; }

.list-no-style, .sidebar__list {
  list-style: none;
  padding-left: 0; }

.no-decorate, .nav-ul__dropdown_col-list li a {
  text-decoration: none !important; }

.g-dropdown {
  position: relative; }
  .g-dropdown-block {
    display: none; }
    .g-dropdown-block--left {
      left: 0; }
    .g-dropdown-block--abslolute {
      position: absolute;
      min-width: 100%; }
    .g-dropdown-block--right {
      right: 0; }
    .g-dropdown-block--left-right {
      left: 0;
      right: 0; }
    .g-dropdown-block--bottom {
      top: 100%; }
    .g-dropdown-block--top {
      bottom: 100%; }
    .g-dropdown-block.open {
      display: block; }

.g-collapse-block {
  max-height: 0; }
  .g-collapse-block:not(.open) {
    overflow: hidden; }
  .g-collapse-block.open {
    max-height: none !important; }

.g-link {
  line-height: 1.1;
  text-decoration: none !important;
  border-bottom: 1px dotted #6cb1f0; }
  .g-link.selected, .g-link:hover {
    border-bottom-color: transparent; }

.g-link-reverse {
  line-height: 1.1;
  text-decoration: none !important;
  border-bottom: 1px dotted transparent; }
  .g-link-reverse:hover {
    border-bottom-color: #6cb1f0; }

.g-link-span {
  line-height: 1.1;
  text-decoration: none !important; }
  .g-link-span .g-link-span-text {
    border-bottom: 1px dotted #6cb1f0; }
  .g-link-span:hover .g-link-span-text {
    border-bottom-color: transparent; }

.g-head {
  color: #fff;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .g-head-container {
    position: relative;
    z-index: 1; }
  .g-head-advance {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
    background-color: rgba(46, 46, 46, 0.4); }
    .g-head-advance__box-round {
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .g-head-advance__box-round--md {
        width: 40px;
        height: 40px; }
    .g-head-advance__box-text {
      font-size: 22px; }
  .g-head__row {
    min-height: 348px;
    padding-top: 61px; }
    .g-head__row--lg {
      min-height: 470px;
      padding-top: 99px;
      padding-bottom: 130px; }
      .g-head__row--lg:after {
        content: ''; }
    .g-head__row--xl {
      min-height: 600px;
      padding-top: 141px; }
    .g-head__row_content-head h1 {
      color: #fff;
      font-size: 45px;
      line-height: 1.2;
      font-weight: 500;
      text-transform: uppercase;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      .g-head__row_content-head h1 span {
        display: block;
        line-height: 1.23;
        font-size: 30px; }
    .g-head__row_content-title {
      font-size: 36px; }
      .g-head__row_content-title > * {
        color: #fff;
        font-size: 36px; }
      .g-head__row_content-title--bg {
        padding: 1px 15px;
        line-height: 1.3;
        background-color: #1d73c4; }
    .g-head__row_content-slogan {
      font-size: 30px;
      padding: 1px 15px;
      line-height: 1.3;
      background-color: #fd683e; }
      .g-head__row_content-slogan--md {
        font-size: 24px;
        padding-top: 4px;
        padding-bottom: 4px; }
    .g-head__row_content-text {
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      font-size: 30px;
      font-weight: 500;
      line-height: 1.07;
      color: #ddd; }
  .g-head:before {
    content: '';
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #333; }
  .g-head--before-light:before {
    opacity: 0.1;
    background-color: #2075c5; }

.align-middle {
  vertical-align: middle; }

.g-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding-left: 0; }
  .g-breadcrumbs li {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px; }
    .g-breadcrumbs li a {
      text-decoration: none !important;
      color: #777; }
      .g-breadcrumbs li a:after {
        content: url(../themes/steps/assets/img/icons/icon-arrow-right.svg);
        line-height: 1.17;
        padding-left: 7px;
        padding-right: 7px;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
        font-family: 'Lucida Grande';
        display: inline-block; }
      .g-breadcrumbs li a:hover {
        color: #1d73c4; }
  .g-breadcrumbs--white li {
    color: #fff; }
    .g-breadcrumbs--white li a {
      color: #fff; }
      .g-breadcrumbs--white li a:after {
        content: url(../themes/steps/assets/img/icons/icon-arrow-right-white.svg); }
      .g-breadcrumbs--white li a:hover {
        color: #D0D0D0 !important; }

.g-title {
  text-align: center;
  font-size: 30px;
  color: #262628;
  line-height: 1.5; }
  .g-title > * {
    font-size: 30px;
    color: #383838; }
  .g-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #fd683e; }
  .g-title--no-after:after {
    content: none; }

.g-tabs {
  padding: 0;
  border-radius: 3px;
  border: solid 1px #d7ecff; }
  .g-tabs--cards {
    border: none;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .g-tabs--cards .g-tabs__head {
      border: none; }
  .g-tabs__head {
    padding: 10px 30px;
    border-bottom: solid 1px #d7ecff;
    background-color: #f3f9ff; }
    .g-tabs__head-title {
      font-size: 15px;
      color: #262628; }
    .g-tabs__head-list li {
      padding: 0 !important;
      margin: 0 !important;
      border-radius: 3px; }
      .g-tabs__head-list li.ui-state-active {
        box-shadow: inset 0 0 0 1px #1d73c4; }
        .g-tabs__head-list li.ui-state-active a span {
          border-bottom-color: transparent; }
      .g-tabs__head-list li a {
        cursor: pointer;
        font-size: 15px;
        padding: 5px 15px;
        display: inline-block;
        line-height: 1.1;
        margin: 0 !important; }
        .g-tabs__head-list li a span {
          color: #1d73c4;
          display: inline-block;
          border-bottom: 1px dotted #1d73c4; }
        .g-tabs__head-list li a:hover span, .g-tabs__head-list li a:focus span {
          border-bottom-color: transparent; }
  .g-tabs .ui-tabs-panel {
    padding: 20px 30px 10px; }

.g-gallery-link {
  display: inline-block;
  position: relative; }
  .g-gallery-link:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    position: absolute;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.5) url(../themes/steps/assets/img/icons/icon-zoom.svg) no-repeat center -100%; }
  .g-gallery-link:hover:after {
    opacity: 1;
    background-position: center; }

.g-subtitle {
  font-size: 24px;
  color: #383838; }

table.g-table {
  width: 100%;
  font-size: 15px; }
  table.g-table-wrapper {
    border-radius: 3px;
    overflow: hidden; }
  table.g-table thead tr th {
    padding: 10px;
    color: #fff;
    background-color: #26981e; }
    table.g-table thead tr th:first-child {
      padding-left: 25px; }
    table.g-table thead tr th:last-child {
      text-align: right;
      padding-right: 40px; }
  table.g-table tbody tr td {
    border: solid 1px #ebebeb;
    padding: 10px; }
    table.g-table tbody tr td:first-child {
      padding-left: 25px;
      border-right: 0; }
    table.g-table tbody tr td:last-child {
      text-align: right;
      border-left: 0;
      padding-right: 40px; }

.g-pagination {
  font-size: 0;
  list-style: none;
  padding-left: 0; }
  .g-pagination li {
    display: inline-block; }
    .g-pagination li a {
      width: 45px;
      height: 40px;
      font-size: 15px;
      padding-top: 8px;
      text-align: center;
      color: #2e2e2e;
      display: inline-block;
      margin-top: -1px;
      text-decoration: none !important;
      border: solid 1px #d2d2d2; }
      .g-pagination li a:hover, .g-pagination li a:focus {
        background-color: #fafafa; }
    .g-pagination li:last-child a, .g-pagination li:first-child a {
      padding-top: 10px; }
    .g-pagination li:first-child a {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .g-pagination li:not(:first-child) a {
      margin-left: -1px; }
    .g-pagination li:last-child a {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .g-pagination li.active a {
      background-color: #F9F9F9; }
    .g-pagination li.disable {
      display: none !important; }

.text-gray {
  color: #333; }

/* global styles */
.b-header {
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff; }

.header {
  padding-top: 28px;
  padding-bottom: 30px; }
  .header__action {
    width: 245px;
    height: 50px;
    border-radius: 10px;
    background-image: radial-gradient(circle at 50% 50%, #ffffff, #f3f9ff); }
    .header__action--sm {
      width: 245px;
      height: 40px; }
    .header__action:hover {
      box-shadow: 0 0 4px 0 #91cbff; }
    .header__action-icon {
      width: 24px;
      height: 24px;
      background: url(../themes/steps/assets/img/icons/icon-percent.svg) no-repeat center;
      background-size: 24px 24px; }
  .header-phone {
    font-size: 21px;
    color: #2e2e2e; }
    .header-phone:hover {
      color: #fd683e; }

.b-header-new {
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  position: fixed;
  background-color: #333333; }

.header-new {
  height: 54px; }
  .header-new-btn {
    height: 54px;
    padding-top: 17px;
    border-radius: 0;
    padding: 15px 21px; }
  .header-new-phone {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.18;
    color: #ffffff;
    text-decoration: none !important; }
    .header-new-phone:hover {
      color: #fd683e; }

.nav {
  padding-left: 0;
  list-style: none; }
  .nav__item-link {
    display: block;
    text-decoration: none !important; }
    .nav__item-link--drop {
      position: relative; }
      .nav__item-link--drop:after {
        margin-left: 5px;
        display: inline-block;
        content: '';
        width: 6px;
        height: 10px;
        background: url(../themes/steps/assets/img/icons/icon-arrow-down-white.svg) no-repeat center;
        background-size: 6px 3px; }
    .nav__item-link-text {
      border-bottom: 1px dashed #fff; }

.hamburger {
  width: 62px;
  height: 60px;
  padding: 0;
  z-index: 4;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #F9F9F9;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger--white {
    width: 54px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.1); }
    .hamburger--white .hamburger-inner {
      background-color: #fff; }
      .hamburger--white .hamburger-inner:before, .hamburger--white .hamburger-inner:after {
        background-color: #fff; }
  .hamburger-box {
    width: 22px;
    height: 20px;
    display: inline-block;
    position: relative; }
  .hamburger-inner {
    width: 22px;
    height: 3px;
    left: 0;
    top: 11px;
    background-color: #3d3d3d;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
    .hamburger-inner:before, .hamburger-inner:after {
      content: "";
      display: block;
      width: 22px;
      height: 3px;
      background-color: #3d3d3d;
      border-radius: 2px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease;
      transition-property: none; }
    .hamburger-inner:after {
      top: -8px; }
    .hamburger-inner:before {
      bottom: -8px; }
  .hamburger.active .hamburger-inner {
    transform: rotate(45deg); }
    .hamburger.active .hamburger-inner:after {
      opacity: 0; }
    .hamburger.active .hamburger-inner:before {
      bottom: 0;
      transform: rotate(-90deg); }

body.open-menu .hamburger-inner {
  transform: rotate(45deg); }
  body.open-menu .hamburger-inner:after {
    opacity: 0; }
  body.open-menu .hamburger-inner:before {
    bottom: 0;
    transform: rotate(-90deg); }

.top-btn {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

.top-phone {
  font-size: 17px;
  color: #2e2e2e; }

.top__left_time {
  line-height: 1.47; }
  .top__left_time-text {
    color: #2e2e2e;
    line-height: 1.4; }
  .top__left_time-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../themes/steps/assets/img/icons/icon-clock.svg) no-repeat center;
    background-size: 20px 20px; }

.top__right_dropdown-btn {
  width: 70px;
  height: 44px;
  border: none;
  box-shadow: none;
  z-index: 1;
  position: relative; }
  .top__right_dropdown-btn--message {
    background-color: #efffee; }
  .top__right_dropdown-btn--phone {
    background-color: #26981e; }
  .top__right_dropdown-btn--calc {
    background-color: #f3f9ff; }

.top__right_dropdown-block {
  padding: 25px 25px 30px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #F9F9F9;
  box-shadow: 0 0 4px 0 #dddddd;
  box-shadow: 0 -2px 0 0 #fff, 0 0 4px 0 #dddddd; }
  .top__right_dropdown-block--message {
    min-width: 207px; }
  .top__right_dropdown-block--phone {
    width: 400px; }

.drop-phone {
  color: #2e2e2e;
  font-size: 24px;
  line-height: 1;
  text-decoration: none !important; }
  .drop-phone--medium {
    font-size: 19px;
    line-height: 1.26; }

.drop__menu-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0; }
  .drop__menu-list li a {
    padding: 5px;
    display: block;
    color: #333 !important; }

.chat-block-title {
  color: #2e2e2e !important; }

.chat-block-link {
  padding: 2px 10px;
  border-radius: 3px; }
  .chat-block-link--online {
    color: #26981e !important;
    background-color: #efffee !important; }

.nav-ul__item {
  position: relative; }
  .nav-ul__item-link {
    padding: 13px 25px;
    display: block;
    color: #2e2e2e;
    position: relative;
    text-decoration: none !important; }
    .nav-ul__item-link:hover {
      color: #2e2e2e;
      background-color: #ebebeb; }
    .nav-ul__item-link.active {
      color: #2e2e2e;
      background-color: rgba(215, 236, 255, 0.2); }
  .nav-ul__item:not(:last-child) .nav-ul__item-link {
    border-bottom: solid 1px #ebebeb; }
  .nav-ul__item:hover .nav-ul__item-link {
    color: #2e2e2e;
    background-color: #ebebeb; }

.nav-ul__dropdown_col-list {
  padding-left: 25px;
  padding-right: 25px; }
  .nav-ul__dropdown_col-list-title {
    color: #717171;
    font-size: 13px;
    line-height: 1.69;
    margin-bottom: 12px; }
  .nav-ul__dropdown_col-list li a {
    color: #2e2e2e; }
    .nav-ul__dropdown_col-list li a:hover {
      color: #1d73c4; }

.nav-ul__dropdown_col-action {
  height: 54px;
  color: #2e2e2e !important;
  min-width: 254px;
  border-radius: 3px;
  background-image: radial-gradient(circle at 50% 50%, #ffffff, #f3f9ff);
  border: solid 1px #d7ecff; }
  .nav-ul__dropdown_col-action:hover {
    box-shadow: 0 0 4px 0 #91cbff; }

.nav-ul__dropdown_col-promo {
  width: 190px;
  margin-top: -20px;
  padding: 11px 20px 11px !important;
  border-radius: 3px;
  text-decoration: none !important;
  background-color: #fff; }
  .nav-ul__dropdown_col-promo-title {
    font-weight: 500;
    margin-bottom: 3px;
    color: #26981e; }
  .nav-ul__dropdown_col-promo-text {
    color: #777; }

.main.flex-grow-1, .main.ajax-file-upload-filename {
  width: 270px; }

.main-title {
  font-size: 36px;
  color: #2e2e2e; }
  .main-title > * {
    font-size: 36px;
    color: #2e2e2e; }

.b-footer {
  background-color: #333333; }

.footer {
  padding-bottom: 28px; }
  .footer-nav {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap; }
    .footer-nav__item {
      margin-right: 20px; }
      .footer-nav__item-link {
        display: block;
        color: #fff;
        font-size: 15px;
        text-decoration: none !important;
        line-height: 1.5; }
        .footer-nav__item-link:hover {
          color: #fd683e; }
  .footer-phone {
    color: #ddd;
    font-size: 15px;
    text-decoration: none !important; }
    .footer-phone:hover {
      color: #fd683e; }
  .footer-mail {
    color: #75bcff;
    font-size: 15px;
    text-decoration: none !important; }
    .footer-mail:hover {
      color: #fd683e; }
  .footer-time {
    font-size: 15px;
    color: #ddd; }

.link-gray {
  color: #888;
  font-size: 13px;
  line-height: 1.62;
  text-decoration: none !important; }
  .link-gray:hover {
    color: #fd683e; }

.social {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .social:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }

.copyright {
  background-color: #333333;
  color: #fff;
  font-size: 13px;
  line-height: 2;
  color: #ffffff;
  border-top: 1px solid #434343; }
  .copyright-text {
    font-size: 13px;
    line-height: 1.69;
    color: #616161; }

.sidebar {
  display: block;
  flex: 0 0 254px;
  -ms-flex: 0 0 254px; }
  .sidebar__list {
    padding-bottom: 13px; }
    .sidebar__list:not(:last-child) {
      border-bottom: 1px solid #D6EBFF; }
    .sidebar__list:last-child {
      padding-bottom: 20px; }
    .sidebar__list:not(:first-child) {
      padding-top: 10px; }
    .sidebar__list-wrapper {
      padding-top: 15px;
      border-radius: 3px;
      background-color: #f3f9ff; }
    .sidebar__list_item--title {
      padding: 10px 25px; }
    .sidebar__list_item-link {
      color: #383838;
      display: block;
      padding: 6px 25px;
      text-decoration: none !important; }
      .sidebar__list_item-link:hover, .sidebar__list_item-link.active {
        color: #fff !important;
        background-color: #1d73c4; }
  .sidebar__ul {
    width: 100%;
    padding: 22px 26px;
    border-radius: 3px;
    background-color: #F9F9F9; }
    .sidebar__ul_item {
      line-height: 1.5;
      margin-bottom: 5px; }
      .sidebar__ul_item--title {
        margin-bottom: 12px; }
      .sidebar__ul_item-link {
        font-size: 13px;
        padding: 4px 10px;
        display: inline-block;
        text-decoration: none !important; }
        .sidebar__ul_item-link-text {
          line-height: 1.1;
          border-bottom: 1px dotted #7ec1ff; }
        .sidebar__ul_item-link.selected, .sidebar__ul_item-link.active {
          background-color: #ebf5ff; }
          .sidebar__ul_item-link.selected .sidebar__ul_item-link-text, .sidebar__ul_item-link.active .sidebar__ul_item-link-text {
            border-bottom-color: transparent; }
        .sidebar__ul_item-link:hover .sidebar__ul_item-link-text, .sidebar__ul_item-link:focus .sidebar__ul_item-link-text {
          border-bottom-color: transparent; }

.title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.23;
  color: #2e2e2e; }

.menu-list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0; }
  .menu-list li {
    margin-bottom: 9px; }
    .menu-list li a {
      font-size: 15px;
      line-height: 1.6;
      color: #fff;
      text-decoration: none !important; }
      .menu-list li a:hover {
        color: #fd683d; }
  .menu-list-title {
    font-size: 15px;
    line-height: 1.6;
    color: #8d8d8d;
    margin-bottom: 9px; }

.b-form--blue {
  background-image: radial-gradient(circle at 50% 50%, #ffffff, #f3f9ff); }

.b-form--gray {
  background: #f5f5f5; }

.b-form__container {
  max-width: 1016px; }
  .b-form__container-img {
    margin-right: 18px; }
  .b-form__container-pic {
    width: 300px;
    height: 321px;
    position: relative;
    background: url("https://builders-steps.ru/storage/app/media/masters/320/master-lesha.jpg") no-repeat center bottom; }

.form-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  color: #3d3d3d;
  text-align: left; }

.form-social {
  max-width: 480px; }

.form-subtitle {
  color: #606161;
  font-size: 15px;
  line-height: 1.41; }

.form-text {
  font-size: 13px;
  color: #606161; }

.form__row-btn {
  width: 178px; }

.form__row-wrap {
  max-width: 100%;
  width: 586px; }

.types {
  margin-left: -12px;
  margin-right: -12px; }
  .types__select {
    border-radius: 3px;
    border: solid 1px #d5d5d5; }
    .types__select-title {
      width: 141px;
      height: 40px;
      font-size: 15px;
      color: #2e2e2e;
      padding-top: 8px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      background-color: #f6f6f6;
      border-right: solid 1px #d5d5d5; }
    .types__select .ui-selectmenu-button.ui-button {
      padding-top: 10px; }

.type {
  color: #383838 !important;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 10px 15px;
  border: solid 1px #ebebeb;
  position: relative;
  background-color: #fff; }
  .type.active:after, .type:hover:after {
    content: '';
    height: 4px;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #fd683d;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .type.active:before, .type:hover:before {
    content: '';
    top: 100%;
    left: 50%;
    position: absolute;
    height: 0;
    width: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #fd683e;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .type-box {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .type-text {
    user-select: none;
    font-weight: 400; }

.card-col-link {
  display: none;
  z-index: 1; }

.card {
  min-height: 100%;
  position: relative;
  border-radius: 3px;
  border: solid 1px #ebebeb;
  background-color: #F9F9F9; }
  .card__top {
    background-color: #fff;
    overflow: hidden; }
    .card__top-wobbler {
      top: 15px;
      color: #fff;
      left: -1px;
      height: 25px;
      padding-left: 20px;
      position: absolute;
      padding-right: 20px;
      padding-top: 3px;
      z-index: 1;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      .card__top-wobbler--green {
        background-color: #26981e; }
      .card__top-wobbler--orange {
        background-color: #fd683e; }
      .card__top-wobbler--blue {
        background-color: #1d73c4; }
  .card__body {
    padding: 14px 19px 12px; }
    .card__body--catalog {
      padding: 22px 19px 3px; }
    .card__body_raiting-link {
      color: #777; }
    .card__body_raiting--mb {
      margin-bottom: 8px; }
    .card__body_price {
      color: #2e2e2e;
      font-size: 17px;
      margin-bottom: 9px; }
      .card__body_price-nmb {
        color: #fd683d; }
    .card__body-name {
      color: #383838;
      border: none; }
    .card__body-type {
      color: #717171; }
    .card__body-link {
      font-size: 19px;
      color: #2e2e2e;
      text-decoration: none !important; }
  .card__bottom {
    padding-left: 19px;
    padding-right: 15px;
    padding-bottom: 23px; }
    .card__bottom-btn {
      min-width: 98px; }
      .card__bottom-btn:not(:last-child) {
        margin-right: 6px; }
    .card__bottom-price {
      font-size: 19px; }
  .card-wrapper {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ebebeb; }
    .card-wrapper-title {
      font-size: 24px;
      font-weight: 500;
      line-height: 1.21;
      color: #000;
      margin-bottom: 16px; }

.icon-envelope {
  background: url(../themes/steps/assets/img/icons/icon-envelope.svg) no-repeat center;
  background-size: 20px 15px;
  width: 20px;
  height: 15px; }

.icon-calculator {
  background: url(../themes/steps/assets/img/icons/icon-calculator.svg) no-repeat center;
  background-size: 25px 30px;
  width: 25px;
  height: 30px; }

.icon-calculator-white {
  background: url(../themes/steps/assets/img/icons/icon-calc-white.svg) no-repeat center;
  background-size: 20px 30px;
  width: 20px;
  height: 30px; }

.icon-chat {
  background: url(../themes/steps/assets/img/icons/icon-chat.svg) no-repeat center;
  background-size: 30px 29px;
  width: 30px;
  height: 29px; }

.icon-phone {
  background: url(../themes/steps/assets/img/icons/icon-phone.svg) no-repeat center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px; }

.icon-ruler {
  background: url(../themes/steps/assets/img/icons/icon-ruler.svg) no-repeat center;
  background-size: 27px 29px;
  width: 27px;
  height: 29px; }

.icon-star {
  width: 15px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .icon-star--full {
    background-image: url(../themes/steps/assets/img/icons/icon-star-yellow.svg); }
  .icon-star--empty {
    background-image: url(../themes/steps/assets/img/icons/icon-star-gray.svg); }
  .icon-star--medium {
    width: 20px;
    height: 19px; }

.icon-check {
  width: 64px;
  height: 64px;
  display: inline-block;
  background: url(../themes/steps/assets/img/icons/icon-check-green.svg) no-repeat center;
  background-size: 64px 64px; }

.icon-layers-white {
  width: 20px;
  height: 16px;
  display: inline-block;
  background: url(../themes/steps/assets/img/icons/icon-layers-white.svg) no-repeat center;
  background-size: 20px 16px; }
  .icon-layers-white--lg {
    width: 28px;
    height: 23px;
    background-size: 28px 23px; }

.icon-tool-white {
  width: 20px;
  height: 16px;
  display: inline-block;
  background: url(../themes/steps/assets/img/icons/icon-tool-white.svg) no-repeat center;
  background-size: 20px 16px; }

.icon-right {
  width: 15px;
  height: 18px;
  display: inline-block;
  background: url(../themes/steps/assets/img/icons/icon-arrow-right.svg) no-repeat center;
  background-size: 15px 18px; }

.icon-left {
  width: 15px;
  height: 18px;
  display: inline-block;
  background: url(../themes/steps/assets/img/icons/icon-arrow-right.svg) no-repeat center;
  background-size: 15px 18px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.b-advange {
  padding-top: 37px;
  padding-bottom: 23px;
  background-color: #F9F9F9; }
  .b-advange-container {
    max-width: 1090px; }

.advange {
  position: relative;
  padding-left: 56px;
  width: 280px; }
  .advange-icon {
    width: 40px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top center; }
  .advange__body-name {
    color: #1f1f1f;
    font-size: 19px;
    line-height: 1.26;
    margin-bottom: 6px; }
  .advange__body-text {
    line-height: 1.6;
    color: #606161; }

.map {
  height: 560px; }
  .map__option {
    padding: 14px 25px 2px;
    background-color: #f5f9f0; }
    .map__option-title {
      line-height: 1.3; }
  .map-collapse {
    position: relative;
    transition: all .3s; }
    .map-collapse-toggle {
      color: #fff !important;
      text-decoration: none !important;
      text-align: center;
      font-size: 24px;
      padding-top: 15px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 70px;
      z-index: 1;
      background-color: rgba(38, 152, 30, 0.6); }
      .map-collapse-toggle span {
        line-height: 1;
        border-bottom: 1px dotted #d9d9d9; }
      .map-collapse-toggle:hover span {
        border-bottom-color: transparent; }
    .map-collapse:not(.open) {
      max-height: 70px;
      overflow: hidden; }
  .map__info {
    display: flex;
    font-size: 14px;
    width: 100%;
    padding: 5px 3px 10px; }
    .map__info_right {
      width: 150px;
      flex-grow: 1;
      color: #717171;
      padding-right: 25px;
      padding-left: 15px; }
    .map__info-img {
      max-width: 100%;
      height: auto; }
    .map__info-text {
      font-size: 13px;
      line-height: 1.54;
      margin-bottom: 15px; }
    .map__info_img {
      max-width: 100px; }
    .map__info-link {
      line-height: 1.1;
      font-size: 14px;
      margin-bottom: 18px;
      display: inline-block;
      border-bottom: 1px dotted;
      color: #1d73c4 !important;
      text-decoration: none !important; }
      .map__info-link:hover, .map__info-link:focus {
        border-bottom-color: transparent; }

.ymaps-2-1-64-balloon__close-button {
  width: 40px !important; }

.gallery__box {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  position: relative;
  overflow: hidden; }
  .gallery__box-img {
    width: 100%; }
  .gallery__box-link {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: -webkit-calc(100% - 98px);
    height: -moz-calc(100% - 98px);
    height: calc(100% - 98px);
    background-color: transparent;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    outline: none;
    overflow: hidden; }
    .gallery__box-link:after {
      width: 50px;
      height: 50px;
      display: inline-block;
      position: absolute;
      left: 50%;
      top: -50%;
      transition: all .3s;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      background: url(../themes/steps/assets/img/icons/icon-zoom.svg) no-repeat center; }
  .gallery__box_body {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -50px;
    width: 100%;
    height: 98px;
    background-color: rgba(120, 120, 120, 0.5);
    opacity: 0;
    padding: 15px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear; }
    .gallery__box_body-btn {
      width: 113px;
      height: 34px;
      font-size: 14px;
      line-height: 1.14;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 9px; }
    .gallery__box_body-name {
      color: #fff;
      min-height: 29px;
      line-height: 1.2;
      padding-bottom: 9px; }
  .gallery__box:hover .gallery__box-link {
    background: rgba(0, 0, 0, 0.5); }
    .gallery__box:hover .gallery__box-link:after {
      top: 50%; }
  .gallery__box:hover .gallery__box_body {
    bottom: 0px;
    opacity: 1; }

.btn-group {
  margin-left: -10px;
  margin-right: -10px; }
  .btn-group-link {
    min-width: 170px; }

.review {
  max-width: 960px; }
  .review__video {
    width: 450px;
    height: 248px; }
    .review__video-iframe {
      width: 100%;
      height: 100%; }
    .review__video--single {
      width: 352px;
      height: auto; }
  .review__box {
    width: 270px;
    padding: 20px 25px 23px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #ebebeb; }
    .review__box_top-name {
      font-size: 20px;
      color: #262628; }
    .review__box_top-link {
      border-width: 0 0 1px 0;
      border-style: solid !important; }
    .review__box-town {
      color: #717171; }
    .review__box_text {
      font-size: 13px;
      line-height: 1.7;
      color: #717171; }
      .review__box_text.show .review__box_text-dots {
        display: none; }
      .review__box_text:not(.show) .review__box_text-more {
        display: none; }

.location__body {
  width: 100px; }
  .location__body-name {
    font-size: 19px;
    color: #2e2e2e;
    margin-bottom: 11px; }
  .location__body-text {
    color: #717171; }

.location-icon {
  width: 50px;
  height: 50px;
  margin-top: 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #1d73c4;
  background-color: rgba(216, 216, 216, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 50px; }

.b-slider {
  border-radius: 3px;
  background-color: #F9F9F9;
  border: solid 1px #ebebeb; }
  .b-slider-slick {
    padding-bottom: 55px; }
    .b-slider-slick .slick-dots {
      bottom: 0;
      height: 63px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .b-slider .slick-arrow {
    top: 270px; }
    .b-slider .slick-arrow.slick-next {
      right: 30px; }
    .b-slider .slick-arrow.slick-prev {
      left: 30px; }
  .b-slider--md .slick-arrow {
    top: 250px; }

.slider-block__top {
  height: 537px;
  position: relative;
  background-color: #fff; }
  .slider-block__top--height-md {
    height: 490px; }

.slider-block__bottom {
  padding-top: 21px;
  padding-left: 10px;
  padding-right: 10px; }

.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 5px; }
  .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #fd683e; }
    .slick-dots li button:before {
      content: none; }
    .slick-dots li button:hover {
      background-color: #fd683e; }
  .slick-dots li.slick-active button {
    background-color: #fd683e; }

.slick-arrow.slick-next, .slick-arrow.slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1;
  border: 1px solid #fd683e;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center; }
  .slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
    content: none; }
  .slick-arrow.slick-next:not(.slick-disabled):hover, .slick-arrow.slick-prev:not(.slick-disabled):hover {
    background-color: #fd683e; }
    .slick-arrow.slick-next:not(.slick-disabled):hover.slick-next, .slick-arrow.slick-prev:not(.slick-disabled):hover.slick-next {
      background-image: url(../themes/steps/assets/img/icons/icon-arrow-right-hover.svg); }
    .slick-arrow.slick-next:not(.slick-disabled):hover.slick-prev, .slick-arrow.slick-prev:not(.slick-disabled):hover.slick-prev {
      background-image: url(../themes/steps/assets/img/icons/icon-arrow-left-hover.svg); }
  .slick-arrow.slick-next.slick-disabled, .slick-arrow.slick-prev.slick-disabled {
    opacity: .3 !important;
    cursor: default; }

.slick-arrow.slick-next {
  right: 15px;
  background-image: url(../themes/steps/assets/img/icons/icon-arrow-right-orange.svg); }

.slick-arrow.slick-prev {
  left: 15px;
  background-image: url(../themes/steps/assets/img/icons/icon-arrow-left-orange.svg); }

.stage {
  padding: 29px 28px 19px;
  border-radius: 3px;
  background-color: #F9F9F9;
  border: solid 1px #ebebeb; }
  .stage--white-bg {
    background-color: #fff; }
  .stage__head {
    font-size: 24px; }
    .stage__head-text {
      width: 270px;
      color: #383838; }
    .stage__head-nmb {
      width: 40px;
      height: 40px;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 1.17;
      padding-top: 6px;
      background-color: #fd683e; }
      .stage__head-nmb--big {
        height: 50px;
        width: 50px;
        padding-top: 10px;
        font-size: 24px; }
  .stage__ul-item {
    position: relative;
    color: #2e2e2e;
    padding-left: 50px;
    margin-bottom: 20px; }
    .stage__ul-item:before {
      left: 15px;
      top: 5px;
      width: 24px;
      height: 24px;
      content: '';
      position: absolute;
      background: url(../themes/steps/assets/img/icons/icon-check-green.svg) 24px 24px, no-repeat center; }
  .stage__gallery_item {
    margin-right: 10px;
    margin-left: 10px;
    width: calc(25% - 20px); }
  .stage__gallery_box {
    width: calc(33.33% - 34px);
    margin-left: 17px;
    margin-right: 17px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #ebebeb; }
    .stage__gallery_box-bottom {
      font-size: 15px;
      color: #383838;
      padding: 8px 0;
      margin-left: -15px;
      margin-right: -15px;
      background-color: #ebebeb; }

.modal {
  width: 100%;
  max-width: 1200px;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.1);
  background-color: #fbfbfb; }
  .modal--white {
    background-color: #fff; }
  .modal--small {
    max-width: 310px; }
  .modal--medium {
    max-width: 586px; }
  .modal--large {
    max-width: 960px !important; }
  .modal--800 {
    max-width: 800px !important; }
  .modal__head {
    color: #fff;
    padding: 10px 15px;
    font-size: 24px;
    background-color: #1d73c4; }
  .modal__body {
    padding: 40px 40px 37px; }
    .modal__body--thanks {
      min-height: 493px; }
    .modal__body-subtitle {
      font-size: 15px;
      color: #2e2e2e; }
    .modal__body-bottom {
      font-size: 13px; }
    .modal__body-title {
      font-size: 19px;
      line-height: 1.26; }
    .modal__body-heading {
      color: #333;
      font-weight: 500;
      font-size: 19px;
      line-height: 1.26;
      margin-bottom: 17px; }
    .modal__body + .modal__body {
      border-top: 1px solid #eee; }

.modal-open {
  overflow: hidden; }

.modals {
  text-align: center;
  max-width: 100%;
  width: 100%;
  background: transparent;
  box-shadow: none;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modals.in .modal-dialog {
  transform: translate(0, 0); }

.modals.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: all 0.3s ease-out; }

.modal-open .modals {
  overflow-x: hidden;
  overflow-y: auto; }

@media screen and (min-width: 768px) {
  .modals:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.modal-dialog {
  border-radius: 5px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background-color: transparent !important; }

.modal-dialog .modal__head {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal-dialog .modal__body {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  width: 98%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.in {
  opacity: 1; }

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.5); }

button.modal-close:hover {
  opacity: 1; }

button.modal-close,
button.mfp-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  font-size: 0;
  right: 12px;
  border: 0;
  display: block;
  opacity: .8;
  background: url(../themes/steps/assets/img/icons/icon_close.svg) no-repeat center;
  background-size: 15px 15px; }

.mfp-gallery button.mfp-close {
  top: 0;
  bottom: auto;
  margin-bottom: 0; }

.ajax-file-upload {
  width: 100%;
  height: 95px;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  background-color: #ffffff;
  border: dashed 2px #d8d8d8; }
  .ajax-file-upload:before {
    margin-right: 15px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    content: url(../themes/steps/assets/img/icons/icon-download.svg); }

.ajax-file-upload-statusbar {
  width: auto !important;
  font-size: 13px;
  margin-bottom: 10px; }
  .ajax-file-upload-statusbar > * {
    line-height: 1.1; }

.ajax-upload-dragdrop {
  width: auto !important;
  font-size: 0; }

.ajax-file-upload-filename {
  font-size: 13px;
  line-height: 1.69;
  color: #2e2e2e;
  width: 100px;
  padding-right: 5px;
  line-height: 1.1; }

.ajax-file-upload-green {
  color: #26981e; }

.ajax-file-upload-cancel {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid transparent; }
  .ajax-file-upload-cancel:hover {
    border-bottom-color: #e04444; }

.ajax-file-upload-red,
.ajax-file-upload-error {
  color: #e04444; }

.multiupload--text:after {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 1.69;
  color: #717171;
  display: block;
  content: 'Вы можете прикрепить планировку, схему или план лестницы'; }

.ui-spinner {
  overflow: visible; }

.ui-front {
  z-index: 1043; }

.ui-selectmenu-button.ui-button {
  display: block;
  width: 100%;
  padding: 0 15px;
  line-height: 1.5;
  color: #777;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 40px;
  border-radius: 3px;
  padding-top: 7px;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 1px 3px 0 rgba(145, 145, 145, 0.5); }
  .ui-selectmenu-button.ui-button .ui-selectmenu-icon {
    position: absolute;
    width: 40px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    opacity: 1;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #1d73c4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 13px;
    background-image: url(../themes/steps/assets/img/icons/icon-arrow-down-white.svg); }
  .ui-selectmenu-button.ui-button:hover .ui-selectmenu-icon {
    background-color: #115a9f; }
  .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background-image: url(../themes/steps/assets/img/icons/icon-arrow-up-white.svg); }

.ui-selectmenu-menu .ui-menu {
  margin-top: 5px;
  max-height: 160px;
  height: auto;
  -webkit-box-shadow: 0 0 4px rgba(109, 109, 109, 0.5);
  -moz-box-shadow: 0 0 4px rgba(109, 109, 109, 0.5);
  box-shadow: 0 0 4px rgba(109, 109, 109, 0.5);
  background: #ffffff; }

.ui-menu .ui-menu-item {
  padding: 0 !important;
  color: #848484;
  font-size: 14px;
  border: none !important;
  line-height: 20px;
  margin: 0 !important;
  text-decoration: none; }
  .ui-menu .ui-menu-item div {
    font-size: 14px;
    margin: 0 !important;
    border: none !important;
    padding: 8px 0px 9px 15px !important; }
    .ui-menu .ui-menu-item div.ui-state-active, .ui-menu .ui-menu-item div:hover {
      color: #1d73c4;
      background-color: #F3F9FF; }

.ui-selectmenu-menu .ui-menu {
  padding-bottom: 0; }

.ui-selectmenu-text {
  font-size: 15px;
  color: #2e2e2e; }

.tooltip {
  display: inline-block;
  cursor: help;
  position: relative;
  background-image: url(../themes/steps/assets/img/icons/icon-questions.svg);
  width: 20px;
  height: 20px;
  margin: 0px 0 -5px 6px; }
  .tooltip-block {
    display: none;
    color: #4e4e4e;
    font-size: 12px;
    line-height: 18px;
    padding: 15px 15px 18px;
    width: 280px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 4px rgba(109, 109, 109, 0.5);
    -moz-box-shadow: 0 0 4px rgba(109, 109, 109, 0.5);
    box-shadow: 0 0 4px rgba(109, 109, 109, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0 0 19px 0;
    z-index: 100;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
    .tooltip-block:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 12px solid #fff;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      position: absolute;
      top: 100%;
      left: 18px;
      margin: -1px 0 0 0; }
    .tooltip-block:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 12px solid #e2e2e2;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      position: absolute;
      top: 100%;
      left: 18px;
      margin: 1px 0 0 0; }
  .tooltip:hover .tooltip-block, .tooltip:focus .tooltip-block {
    display: block; }

.computatuion__right_block {
  height: 346px;
  position: relative;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border: solid 1px #ebebeb; }
  .computatuion__right_block-top {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0; }

.price-block {
  font-size: 19px;
  color: #383838;
  line-height: 1.4; }
  .price-block-cost {
    font-size: 24px; }

.price__group-btn {
  min-width: 190px; }

.compare-box {
  border-radius: 3px;
  border: solid 1px #ebebeb; }
  .compare-box__top {
    height: 330px;
    position: relative; }
    .compare-box__top-wobbler {
      top: 20px; }
  .compare-box__body {
    padding: 7px 30px 9px; }
    .compare-box__body-title {
      font-size: 24px;
      line-height: 1; }
    .compare-box__body_ul {
      margin-top: 29px;
      margin-bottom: 29px; }

.table-calc {
  width: 100%;
  font-size: 15px; }
  .table-calc td {
    padding: 5px 10px 4px 0; }
  .table-calc-title {
    width: 46%; }
  .table-calc-text {
    color: #383838; }

.calc-imgs {
  max-width: calc(50% - 20px); }

.aside-group {
  right: 0;
  top: 50%;
  z-index: 4;
  position: fixed;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  transition: all .3s;
  opacity: 1;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .aside-group-img {
    position: absolute;
    left: 50%;
    top: 28px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .aside-group-btn {
    width: 80px;
    height: 90px;
    padding: 50px 5px 5px;
    position: relative;
    background-color: #26981e;
    text-decoration: none !important; }
    .aside-group-btn:not(:last-child) {
      border-bottom: 1px solid #1a8c12; }
    .aside-group-btn:hover, .aside-group-btn:focus {
      background-color: #21831a; }
    .aside-group-btn-text {
      color: #fff;
      font-size: 12px;
      line-height: 1.17; }
  .aside-group:not(.vissible) {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }

.advange-not-main {
  max-width: 942px; }

.product__left {
  width: 730px; }
  .product__left--modal {
    width: 530px !important; }
  .product__left_box {
    width: 100%;
    height: 451px;
    position: relative;
    border-radius: 3px;
    border: solid 1px #ebebeb; }
  .product__left_article {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
    line-height: 1.54; }

.product__right {
  width: 320px; }
  .product__right-form-group {
    max-width: 340px;
    width: 100%; }
  .product__right-price {
    font-size: 22px;
    line-height: 1.5;
    color: #2e2e2e; }
  .product__right-description {
    line-height: 1.4; }
  .product__right-list {
    width: 100%;
    max-width: 338px; }

.carousel {
  padding-left: 45px;
  padding-right: 45px; }
  .carousel .slick-arrow {
    top: 0;
    bottom: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    border: none;
    opacity: 1;
    border-radius: 0;
    width: 40px;
    height: 100%;
    border-radius: 3px;
    background-color: #1d73c4;
    background-size: 10px 20px; }
    .carousel .slick-arrow.slick-disabled, .carousel .slick-arrow:hover {
      background-color: #115a9f !important; }
    .carousel .slick-arrow.slick-next {
      right: 0 !important;
      background-image: url(../themes/steps/assets/img/icons/icon-arrow-right-slick.svg) !important; }
    .carousel .slick-arrow.slick-prev {
      left: 0 !important;
      background-image: url(../themes/steps/assets/img/icons/icon-arrow-left-slick.svg) !important; }
  .carousel__item_link {
    display: block;
    overflow: hidden; }
    .carousel__item_link-img {
      transition: all .3s; }
    .carousel__item_link:hover .carousel__item_link-img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

.street__wrapper {
  padding: 41px 25px 102px;
  position: relative;
  max-width: 776px; }

.street__title {
  font-size: 30px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 32px; }
  .street__title:after {
    left: 0;
    bottom: 0;
    content: '';
    width: 51px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    background-color: #1d73c4; }

.street-text {
  color: #717171;
  font-size: 15px;
  line-height: 1.6;
  max-width: 454px;
  margin-bottom: 29px;
  padding-right: 20px; }

.street-btn {
  padding-left: 28px;
  padding-right: 28px; }

.street-img {
  right: 46px; }

.box {
  height: 100%;
  padding: 20px 25px 28px;
  border-radius: 3px;
  border: solid 1px #d7ecff; }
  .box:hover {
    box-shadow: 0 0 4px 0 #1D73C4;
    border-color: transparent; }
  .box-img {
    margin-right: 25px;
    margin-top: 5px; }
  .box__body {
    width: 100px; }
    .box__body-title {
      font-size: 24px;
      color: #2e2e2e;
      margin-bottom: 11px; }
    .box__body-text {
      color: #777; }

.mfp-container {
  padding: 20px; }

.mfp-loading .mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #fd683e;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.panel {
  padding: 10px;
  border-radius: 3px;
  background-color: #f3f9ff; }
  .panel-title {
    color: #262628;
    padding: 8px 15px; }
  .panel__body {
    width: 100px;
    padding-top: 3px; }
    .panel__body-btn {
      padding: 5px 15px; }
      .panel__body-btn-text {
        line-height: 1;
        border-bottom: 1px dotted #1d73c4; }
      .panel__body-btn.active {
        box-shadow: inset 0 0 0 1px #1d73c4; }
        .panel__body-btn.active .panel__body-btn-text {
          border-bottom-color: transparent; }
      .panel__body-btn:hover .panel__body-btn-text {
        border-bottom-color: transparent; }

.ui-accordion .ui-accordion-header:hover .answer {
  border-bottom-color: transparent; }

.ui-accordion .ui-accordion-header.ui-accordion-header-active {
  transition: all .3s;
  border-bottom-color: #F9F9F9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.question {
  font-size: 19px;
  color: #1d73c4 !important;
  padding: 0 !important;
  position: relative;
  line-height: 1.2;
  text-decoration: none !important;
  border-bottom: 1px dashed #6CB1F0; }
  .question.collapsed:before {
    content: url(../themes/steps/assets/img/icons/icon-arrow-down-blue.svg); }
  .question:before {
    content: url(../themes/steps/assets/img/icons/icon-arrow-up-blue.svg);
    position: absolute;
    right: 100%;
    top: 0;
    line-height: 0.8;
    margin-right: 10px; }
  .question:hover {
    border-bottom-color: transparent; }

.answer {
  padding: 15px 20px 5px; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.faq {
  background-color: #F9F9F9;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 15px 0 15px; }
  .faq:not(:first-child) {
    margin-top: 10px; }
  .faq__head {
    padding-left: 40px;
    padding-right: 15px; }

.error-404-item {
  line-height: 1.1;
  font-size: 180px;
  padding-right: 90px; }

.error-404__body-title {
  font-size: 19px;
  color: #2e2e2e; }

.error-404-bottom {
  font-size: 19px;
  line-height: 1.58;
  color: #2e2e2e; }

.contact {
  font-size: 15px; }
  .contact-title {
    width: 221px; }
  .contact__body {
    color: #2e2e2e; }
    .contact__body-phone {
      font-size: 24px;
      line-height: 1;
      color: #2e2e2e; }
    .contact__body-subtext {
      font-size: 13px;
      line-height: 1.54;
      color: #717171; }
    .contact__body_list-item {
      font-size: 13px;
      margin-bottom: 10px; }
      .contact__body_list-item-phone {
        font-size: 19px;
        line-height: 1.26;
        color: #2e2e2e; }
  .contact-map {
    height: 360px; }
  .contact-box {
    padding: 21px 30px; }
    .contact-box--border {
      border-radius: 3px;
      border: solid 1px #ebebeb; }
    .contact-box-title {
      font-size: 24px;
      color: #2e2e2e;
      margin-bottom: 13px; }
    .contact-box-subtitle {
      font-size: 17px;
      line-height: 1.41;
      color: #2e2e2e; }
    .contact-box__row {
      margin-bottom: 16px; }
      .contact-box__row-title {
        width: 190px; }
        .contact-box__row-title--head {
          font-size: 24px;
          line-height: 1.17;
          color: #1f1f1f; }
      .contact-box__row-body {
        color: #2e2e2e; }

.special__body {
  padding: 30px 30px 20px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #ebebeb; }

.special__link {
  position: relative;
  min-height: 401px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .special__link:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    opacity: 0.4;
    position: absolute;
    background-color: #383838; }
  .special__link_inner {
    z-index: 1;
    color: #fff;
    position: relative; }
    .special__link_inner-title {
      font-size: 24px; }
      .special__link_inner-title > * {
        color: #fff; }
    .special__link_inner-subtitle {
      font-size: 17px; }
    .special__link_inner-date {
      font-size: 17px;
      border-radius: 3px; }

.blog {
  position: relative;
  overflow: hidden; }
  .blog-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s; }
  .blog:hover .blog-bg {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .blog__link {
    color: #fff;
    min-height: 400px;
    position: relative; }
    .blog__link_top {
      z-index: 1;
      color: #fff;
      padding: 75px 30px 70px;
      position: relative; }
      .blog__link_top-date {
        font-size: 17px; }
      .blog__link_top-title {
        font-size: 24px; }
    .blog__link_bottom {
      z-index: 1;
      font-size: 15px;
      position: relative;
      color: #fff;
      padding: 20px 30px 20px;
      background-color: rgba(0, 0, 0, 0.3); }
    .blog__link:after {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      opacity: 0.2;
      position: absolute;
      background-color: #383838; }

.object-nav {
  font-size: 17px;
  line-height: 1.41;
  color: #2e2e2e; }

.sale-text {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 19px;
  line-height: 1.68; }

.icon-wrap {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #333333; }

.img-rounded {
  border-radius: 50%; }

.img-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: url(https://builders-steps.ru/storage/app/media/masters/320/master-lesha.jpg) no-repeat center bottom;
  background-size: auto 100%; }

.worker {
  position: relative; }
  .worker-text {
    left: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1.62;
    position: absolute;
    padding: 2px 12px;
    border-radius: 3px;
    display: inline-flex; }
    .worker-text--name {
      bottom: 45px;
      background-color: #1d73c4; }
    .worker-text--experience {
      bottom: 10px;
      background-color: #26981e; }

/*!
  indents styles
 */
.pad-0 {
  padding: 0 !important; }

.pad-15 {
  padding: 15px !important; }

.pad-20 {
  padding: 20px !important; }

.padx-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.padx-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.padx-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.padx-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.padx-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padx-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pady-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.pady-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.pady-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pady-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

.pady-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.pady-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pady-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.pady-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pady-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.pady-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.padl-0 {
  padding-left: 0 !important; }

.padl-5 {
  padding-left: 5px !important; }

.padl-10 {
  padding-left: 10px !important; }

.padl-15 {
  padding-left: 15px !important; }

.padl-30 {
  padding-left: 30px !important; }

.padr-0 {
  padding-right: 0 !important; }

.padr-5 {
  padding-right: 5px !important; }

.padr-10 {
  padding-right: 10px !important; }

.padr-15 {
  padding-right: 15px !important; }

.padt-0 {
  padding-top: 0 !important; }

.padb-0 {
  padding-bottom: 0 !important; }

.padb-10 {
  padding-bottom: 10px !important; }

.padb-20 {
  padding-bottom: 20px !important; }

.padb-30 {
  padding-bottom: 30px !important; }

.padb-35 {
  padding-bottom: 30px !important; }

.padb-40 {
  padding-bottom: 40px !important; }

.padb-50 {
  padding-bottom: 50px !important; }

.padb-60 {
  padding-bottom: 60px !important; }

.padl-0 {
  padding-left: 0 !important; }

.padl-5 {
  padding-left: 5px !important; }

.padr-10 {
  padding-right: 10px !important; }

.padr-15 {
  padding-right: 15px !important; }

.padr-20 {
  padding-right: 20px !important; }

.padr-25 {
  padding-right: 25px !important; }

.padr-30 {
  padding-right: 30px !important; }

.padr-35 {
  padding-right: 35px !important; }

.padr-50 {
  padding-right: 50px !important; }

.padt-5 {
  padding-top: 5px !important; }

.padt-10 {
  padding-top: 10px !important; }

.padt-15 {
  padding-top: 15px !important; }

.padt-20 {
  padding-top: 20px !important; }

.padt-25 {
  padding-top: 25px !important; }

.padt-30 {
  padding-top: 30px !important; }

.padt-35 {
  padding-top: 35px !important; }

.padt-50 {
  padding-top: 50px !important; }

.padb-5 {
  padding-bottom: 5px !important; }

.padb-10 {
  padding-bottom: 10px !important; }

.padb-15 {
  padding-bottom: 15px !important; }

.padb-20 {
  padding-bottom: 20px !important; }

.padb-30 {
  padding-bottom: 30px !important; }

.mar-0 {
  margin: 0 !important; }

.mar-5 {
  margin: 5px !important; }

.mar-10 {
  margin: 10px !important; }

.mar-15 {
  margin: 15px !important; }

.marb-0 {
  margin-bottom: 0 !important; }

.marb-5 {
  margin-bottom: 5px !important; }

.marb-7 {
  margin-bottom: 7px !important; }

.marb-10 {
  margin-bottom: 10px !important; }

.marb-12 {
  margin-bottom: 12px !important; }

.marb-15 {
  margin-bottom: 15px !important; }

.marb-18 {
  margin-bottom: 18px !important; }

.marb-20 {
  margin-bottom: 20px !important; }

.marb-25 {
  margin-bottom: 25px !important; }

.marb-30 {
  margin-bottom: 30px !important; }

.marb-35 {
  margin-bottom: 35px !important; }

.marb-40 {
  margin-bottom: 40px !important; }

.marb-45 {
  margin-bottom: 45px !important; }

.marb-50 {
  margin-bottom: 50px !important; }

.marb-55 {
  margin-bottom: 55px !important; }

.marb-60 {
  margin-bottom: 60px !important; }

.marb-65 {
  margin-bottom: 65px !important; }

.marb-80 {
  margin-bottom: 80px !important; }

.marb-70 {
  margin-bottom: 70px !important; }

.mart-3 {
  margin-top: 3px !important; }

.mart-5 {
  margin-top: 5px !important; }

.mart-2 {
  margin-top: 2px !important; }

.mart-10 {
  margin-top: 10px !important; }

.mart-15 {
  margin-top: 15px !important; }

.mart-20 {
  margin-top: 20px !important; }

.mart-25 {
  margin-top: 25px !important; }

.mart-30 {
  margin-top: 30px !important; }

.mart-35 {
  margin-top: 35px !important; }

.mart-40 {
  margin-top: 30px !important; }

.mart-45 {
  margin-top: 45px !important; }

.mart-50 {
  margin-top: 50px !important; }

.mart-55 {
  margin-top: 55px !important; }

.marl-2 {
  margin-left: 2px !important; }

.marl-5 {
  margin-left: 5px !important; }

.marl-10 {
  margin-left: 10px !important; }

.marl-15 {
  margin-left: 15px !important; }

.marl-20 {
  margin-left: 20px !important; }

.marl-25 {
  margin-left: 25px !important; }

.marl-30 {
  margin-left: 30px !important; }

.marl-35 {
  margin-left: 35px !important; }

.marr-0 {
  margin-right: 0 !important; }

.marr-3 {
  margin-right: 3px !important; }

.marr-5 {
  margin-right: 5px !important; }

.marr-7 {
  margin-right: 7px !important; }

.marr-10 {
  margin-right: 10px !important; }

.marr-15 {
  margin-right: 15px !important; }

.marr-20 {
  margin-right: 20px !important; }

.marr-25 {
  margin-right: 25px !important; }

.marr-30 {
  margin-right: 30px !important; }

.marr-35 {
  margin-right: 35px !important; }

.marr-40 {
  margin-right: 40px !important; }

.marr-45 {
  margin-right: 45px !important; }

.marr-50 {
  margin-right: 50px !important; }

.marx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important; }

.marx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important; }

.marx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important; }

.marx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.marx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.marx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.marx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.marx-auto, .g-title:after {
  margin-left: auto !important;
  margin-right: auto !important; }

.mary-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important; }

.mary-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.mary-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mary-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.mary-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.mary-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.mary-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

@media (min-width: 576px) {
  .padx-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .pady-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .padl-sm-15 {
    padding-left: 15px !important; }
  .padt-sm-10 {
    padding-top: 10px !important; }
  .padt-sm-20 {
    padding-top: 20px !important; }
  .padt-sm-25 {
    padding-top: 25px !important; }
  .padb-sm-30 {
    padding-bottom: 50px !important; }
  .padb-sm-40 {
    padding-bottom: 40px !important; }
  .padb-sm-50 {
    padding-bottom: 50px !important; }
  .padb-sm-60 {
    padding-bottom: 60px !important; }
  .mary-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .marx-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .mar-sm-0 {
    margin: 0 !important; }
  .mar-sm-10 {
    margin: 10px !important; }
  .marr-sm-10 {
    margin-right: 10px !important; }
  .marr-sm-15 {
    margin-right: 15px !important; }
  .marr-sm-25 {
    margin-right: 25px !important; }
  .marr-sm-30 {
    margin-right: 30px !important; }
  .marr-sm-35 {
    margin-right: 35px !important; }
  .marl-sm-15 {
    margin-left: 15px !important; }
  .mart-sm-5 {
    margin-top: 5px !important; }
  .mart-sm-15 {
    margin-top: 15px !important; }
  .mart-sm-25 {
    margin-top: 25px !important; }
  .marb-sm-10 {
    margin-bottom: 10px !important; }
  .marb-sm-15 {
    margin-bottom: 15px !important; }
  .marb-sm-20 {
    margin-bottom: 20px !important; }
  .marb-sm-25 {
    margin-bottom: 25px !important; }
  .marb-sm-30 {
    margin-bottom: 30px !important; }
  .marb-sm-35 {
    margin-bottom: 35px !important; }
  .marb-sm-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 768px) {
  .padx-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .padx-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .pady-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .pady-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .pady-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .pady-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .pady-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .pady-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .padl-md-0 {
    padding-left: 0 !important; }
  .padl-md-15 {
    padding-left: 15px !important; }
  .padr-md-0 {
    padding-right: 0 !important; }
  .padr-md-10 {
    padding-right: 10px !important; }
  .padr-md-15 {
    padding-right: 15px !important; }
  .padr-md-20 {
    padding-right: 20px !important; }
  .padr-md-30 {
    padding-right: 30px !important; }
  .padr-md-40 {
    padding-right: 40px !important; }
  .padt-md-5 {
    padding-top: 5px !important; }
  .padt-md-10 {
    padding-top: 10px !important; }
  .padt-md-15 {
    padding-top: 15px !important; }
  .padt-md-20 {
    padding-top: 20px !important; }
  .padt-md-25 {
    padding-top: 25px !important; }
  .padt-md-40 {
    padding-top: 40px !important; }
  .padt-md-45 {
    padding-top: 45px !important; }
  .padt-md-50 {
    padding-top: 50px !important; }
  .padt-md-55 {
    padding-top: 55px !important; }
  .padb-md-0 {
    padding-bottom: 0 !important; }
  .padb-md-10 {
    padding-bottom: 10px !important; }
  .padb-md-20 {
    padding-bottom: 20px !important; }
  .padb-md-30 {
    padding-bottom: 30px !important; }
  .padb-md-40 {
    padding-bottom: 40px !important; }
  .padb-md-45 {
    padding-bottom: 45px !important; }
  .padb-md-50 {
    padding-bottom: 50px !important; }
  .padb-md-55 {
    padding-bottom: 55px !important; }
  .padb-md-60 {
    padding-bottom: 60px !important; }
  .mart-md-5 {
    margin-top: 5px !important; }
  .marx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .mary-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .mary-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .mary-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .mary-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .mary-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .mary-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .mary-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .mary-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .marr-md-10 {
    margin-right: 10px !important; }
  .marr-md-15 {
    margin-right: 15px !important; }
  .marr-md-20 {
    margin-right: 20px !important; }
  .marr-md-25 {
    margin-right: 25px !important; }
  .marr-md-35 {
    margin-right: 35px !important; }
  .marr-md-30 {
    margin-right: 30px !important; }
  .marr-md-50 {
    margin-right: 50px !important; }
  .marl-md-5 {
    margin-left: 5px !important; }
  .marl-md-15 {
    margin-left: 15px !important; }
  .marl-md-25 {
    margin-left: 25px !important; }
  .marl-md-35 {
    margin-left: 35px !important; }
  .marb-md-0 {
    margin-bottom: 0 !important; }
  .marb-md-5 {
    margin-bottom: 5px !important; }
  .marb-md-10 {
    margin-bottom: 10px !important; }
  .marb-md-15 {
    margin-bottom: 15px !important; }
  .marb-md-20 {
    margin-bottom: 20px !important; }
  .marb-md-25 {
    margin-bottom: 25px !important; }
  .marb-md-30 {
    margin-bottom: 30px !important; }
  .marb-md-35 {
    margin-bottom: 35px !important; }
  .marb-md-40 {
    margin-bottom: 40px !important; }
  .marb-md-45 {
    margin-bottom: 45px !important; }
  .marb-md-50 {
    margin-bottom: 50px !important; }
  .marb-md-55 {
    margin-bottom: 55px !important; }
  .marb-md-60 {
    margin-bottom: 60px !important; }
  .mart-md-10 {
    margin-top: 10px !important; }
  .mart-md-15 {
    margin-top: 15px !important; }
  .mart-md-20 {
    margin-top: 20px !important; }
  .mart-md-25 {
    margin-top: 25px !important; }
  .mart-md-30 {
    margin-top: 30px !important; }
  .mart-md-35 {
    margin-top: 35px !important; }
  .mart-md-40 {
    margin-top: 40px !important; }
  .mart-md-50 {
    margin-top: 50px !important; }
  .mart-md-60 {
    margin-top: 60px !important; } }

@media (min-width: 1024px) {
  .pady-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .padt-lg-0 {
    padding-top: 0 !important; }
  .padt-lg-45 {
    padding-top: 45px !important; }
  .padt-lg-50 {
    padding-top: 50px !important; }
  .padl-lg-0 {
    padding-left: 0 !important; }
  .padl-lg-30 {
    padding-left: 30px !important; }
  .padl-lg-40 {
    padding-left: 40px !important; }
  .padt-lg-5 {
    padding-top: 5px !important; }
  .padb-lg-20 {
    padding-bottom: 20px !important; }
  .padb-lg-25 {
    padding-bottom: 25px !important; }
  .padx-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .padx-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .padx-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .pady-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .pady-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .pady-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .padr-lg-0 {
    padding-right: 0 !important; }
  .padr-lg-15 {
    padding-right: 15px !important; }
  .padr-lg-20 {
    padding-right: 20px !important; }
  .padr-lg-25 {
    padding-right: 25px !important; }
  .padr-lg-50 {
    padding-right: 50px !important; }
  .padt-lg-30 {
    padding-top: 30px !important; }
  .mart-lg-0 {
    margin-top: 0 !important; }
  .mart-lg-15 {
    margin-top: 15px !important; }
  .mart-lg-25 {
    margin-top: 25px !important; }
  .mart-lg-30 {
    margin-top: 30px !important; }
  .marb-lg-15 {
    margin-bottom: 15px !important; }
  .marb-lg-20 {
    margin-bottom: 20px !important; }
  .marb-lg-25 {
    margin-bottom: 25px !important; }
  .marb-lg-30 {
    margin-bottom: 30px !important; }
  .marb-lg-35 {
    margin-bottom: 35px !important; }
  .marb-lg-40 {
    margin-bottom: 40px !important; }
  .marb-lg-50 {
    margin-bottom: 50px !important; }
  .marl-lg-0 {
    margin-left: 0 !important; }
  .marl-lg-5 {
    margin-left: 5px !important; }
  .marl-lg-10 {
    margin-left: 10px !important; }
  .marl-lg-15 {
    margin-left: 15px !important; }
  .marr-lg-10 {
    margin-right: 10px !important; }
  .marr-lg-20 {
    margin-right: 20px !important; }
  .marr-lg-30 {
    margin-right: 30px !important; }
  .marb-lg-65 {
    margin-bottom: 65px !important; }
  .marx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .marx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .marx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .marx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .marx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

@media (min-width: 1200px) {
  .padx-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .padx-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .padx-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }
  .padl-xl-15 {
    padding-left: 15px !important; }
  .padl-xl-30 {
    padding-left: 30px !important; }
  .padl-xl-35 {
    padding-left: 35px !important; }
  .padl-xl-45 {
    padding-left: 45px !important; }
  .padl-xl-50 {
    padding-left: 50px !important; }
  .padr-xl-0 {
    padding-right: 0 !important; }
  .padr-xl-5 {
    padding-right: 5px !important; }
  .padr-xl-10 {
    padding-right: 10px !important; }
  .padr-xl-15 {
    padding-right: 15px !important; }
  .padr-xl-30 {
    padding-right: 30px !important; }
  .padr-xl-35 {
    padding-right: 35px !important; }
  .padr-xl-40 {
    padding-right: 40px !important; }
  .padt-xl-20 {
    padding-top: 20px !important; }
  .marx-xl-15 {
    margin-left: 15px;
    margin-right: 15px; }
  .marr-xl-15 {
    margin-right: 15px; }
  .marl-xl-15 {
    margin-left: 15px; }
  .mart-xl-0 {
    margin-top: 0 !important; }
  .mart-xl-30 {
    margin-top: 30px !important; }
  .mart-xl-35 {
    margin-top: 35px !important; }
  .marb-xl-0 {
    margin-bottom: 0 !important; }
  .marb-xl-20 {
    margin-bottom: 20px !important; }
  .marb-xl-30 {
    margin-bottom: 30px !important; }
  .marb-xl-40 {
    margin-bottom: 40px !important; }
  .marb-xl-45 {
    margin-bottom: 45px !important; }
  .marb-xl-50 {
    margin-bottom: 50px !important; } }

/* indents styles */
/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */
/* Large devices - Desktops (>1200px) */
@media (min-width: 1200px) {
  .drop__menu {
    top: 100%;
    margin-top: -8px;
    left: 50%;
    width: 200px;
    margin-left: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.3);
    background-color: #fff;
    position: absolute;
    padding-top: 17px;
    padding-bottom: 17px; }
    .drop__menu-list li a {
      padding-left: 20px;
      padding-right: 20px;
      text-decoration: none !important; }
      .drop__menu-list li a:hover {
        background-color: #f5f5f5; }
  .nav {
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav__item--drop {
      position: relative; }
      .nav__item--drop:hover .nav__item-link-text {
        border-bottom-color: transparent; }
      .nav__item--drop:not(:hover) .drop__menu {
        display: none; }
  .menu-list li {
    position: relative;
    padding-left: 30px; }
    .menu-list li:before {
      left: 0;
      top: 12px;
      content: '';
      width: 15px;
      height: 1px;
      position: absolute;
      background-color: #fd683d; }
  .nav__item {
    margin-left: 9px;
    margin-right: 9px; }
    .nav__item:hover .nav__item-link {
      box-shadow: inset 0 -2px 0 0 #fd683e; }
    .nav__item-link:hover {
      box-shadow: inset 0 -2px 0 0 #fd683e; }
  .nav__item_drop {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    background-color: rgba(17, 17, 17, 0.9); }
    .nav__item_drop-left {
      padding-top: 30px;
      padding-left: 74px;
      padding-right: 74px;
      padding-bottom: 50px; }
    .nav__item_drop-right {
      padding-top: 30px;
      padding-bottom: 50px;
      padding-left: 50px;
      padding-right: 140px;
      border-left: 1px solid #333; }
  .nav__item:not(:hover) .nav__item_drop {
    opacity: 0;
    visibility: hidden; }
  .nav__item-link {
    height: 54px;
    padding-top: 15px;
    color: #fff !important; }
  .stage__gallery--box {
    margin-left: -17px;
    margin-right: -17px; }
  .computatuion__left {
    max-width: 559px; }
  .form--mr {
    margin-right: -48px; }
  .hamburger {
    height: 44px;
    background-color: #f3f9ff; }
  .b-header {
    transition: all .3s;
    position: absolute; } }

/* Large devices - Desktops (<1200px) */
@media (max-width: 1199px) {
  .nav__item-link {
    padding: 5px;
    color: #333 !important; }
  .main-title {
    font-size: 32px; }
    .main-title > * {
      font-size: 32px; }
  .product__left {
    width: 620px; }
  .map {
    height: 500px; }
  .advange {
    width: 33.33%;
    padding-right: 15px;
    padding-left: 70px; }
    .advange-icon {
      left: 15px; }
  .b-top-container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .top__right_dropdown-btn {
    z-index: 1; }
  .top__right_dropdown-block {
    overflow: hidden; }
    .top__right_dropdown-block:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 4px;
      top: -4px;
      box-shadow: 0 0 4px 0 #dddddd; }
  .top__right_dropdown-block-head {
    padding-left: 25px;
    padding-right: 25px; }
  .b-header {
    position: fixed; }
  .b-top {
    box-shadow: 0 0 4px 0 #dddddd;
    position: relative;
    z-index: 1;
    background: #fff; }
  .top__left_time-text-top {
    font-size: 13px;
    color: #777; }
  .top__left_time-icon {
    width: 30px;
    height: 30px;
    background-size: cover; }
  .nav-col {
    position: fixed;
    left: 0;
    width: 200px;
    bottom: 0;
    top: 54px;
    transition: all .3s;
    padding-top: 23px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.3);
    background-color: #fbfbfb; }
    .nav-col.open {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .nav-col.open:after {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 200px;
        display: block;
        z-index: 1;
        width: 1000px;
        background-color: rgba(0, 0, 0, 0.5); }
    .nav-col-container {
      padding-left: 0;
      padding-right: 0; }
  .nav-ul__dropdown {
    background-color: #fff; }
  .header-new-btn {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .header-new-phone {
    font-size: 0;
    display: block;
    background: #26981e url("../themes/steps/assets/img/icons/icon-phone-alt-solid.svg") no-repeat center; }
  .header-new-btn,
  .header-new-phone,
  .top__right_dropdown-btn {
    width: 54px;
    height: 54px; }
  .top-ul {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid  #EAEAEA !important;
    padding-left: 25px;
    padding-right: 15px;
    text-align: left;
    padding-bottom: 15px; }
    .top-ul li {
      margin-bottom: 10px; }
  .nav-ul__item--dropdown .nav-ul__item-link {
    position: relative; }
    .nav-ul__item--dropdown .nav-ul__item-link:after {
      top: 10px;
      right: 19px;
      position: absolute;
      content: url(../themes/steps/assets/img/icons/icon-arrow-down-dark.svg); }
  .nav-ul__item--dropdown.open .nav-ul__dropdown {
    display: block; }
  .nav-ul__item--dropdown.open .nav-ul__item-link {
    position: relative; }
    .nav-ul__item--dropdown.open .nav-ul__item-link:after {
      top: 15px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .nav-ul__item-link {
    background-color: #F9F9F9 !important;
    padding-left: 30px; }
  .nav-ul__dropdown_col-list {
    padding: 19px 0;
    border-bottom: 1px solid #EAEAEA; }
    .nav-ul__dropdown_col-list li:not(:last-child) {
      margin-bottom: 13px; }
    .nav-ul__dropdown_col-list li a {
      display: block;
      line-height: 1.3;
      padding-left: 30px;
      padding-right: 25px;
      color: #717171 !important; }
  .b-nav-container {
    max-height: 100%;
    overflow-y: auto; }
  body.open-menu {
    overflow: hidden; }
  .nav-ul__dropdown {
    display: none; }
    .nav-ul__dropdown.open {
      display: block; } }

/* Medium devices - Tablets (>992px) */
/* Medium devices - Tablets (<992px) */
@media (max-width: 1023px) {
  .b-form__container-pic {
    display: none; }
  .g-tabs__head {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .price-block-cost {
    font-size: 19px; }
  .error-404-bottom {
    font-size: 16px; }
  .error-404__body-title {
    font-size: 17px; }
  .error-404-item {
    font-size: 140px;
    padding-right: 50px; }
  .panel-title {
    padding-left: 0; }
  .box__body-title {
    font-size: 22px; }
  .card__body-link {
    font-size: 17px; }
  .product__left--modal {
    width: 50% !important;
    min-width: 0 !important; }
  .modal__body--thanks {
    min-height: 0; }
  .main-title {
    font-size: 30px; }
    .main-title > * {
      font-size: 30px; }
  .product__left {
    width: 50%;
    min-width: 400px; }
  .compare-box__body {
    padding-top: 15px; }
  .calc-imgs {
    max-width: calc(100% - 20px); }
  .computatuion__total {
    padding-right: 24px;
    padding-left: 24px;
    box-shadow: 0 0 4px 0 #dddddd; }
  .b-footer--calc {
    padding-bottom: 77px; }
  .computatuion__total {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff; }
  .stage__gallery--box {
    margin-left: -5px;
    margin-right: -5px; }
  .stage__gallery_box {
    width: calc(33.33% - 10px);
    margin-left: 5px;
    margin-right: 5px; }
  .tooltip-block {
    width: 240px;
    padding: 10px 10px 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .tooltip-block:before, .tooltip-block:after {
      left: 50%; }
  .review__video {
    width: 350px;
    height: 200px; }
  .map {
    height: 400px; }
  .g-head-advance__box-text {
    font-size: 18px; }
  .b-form {
    padding-top: 44px;
    padding-bottom: 54px; }
  .form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .card__body {
    padding-left: 10px;
    padding-right: 10px; }
  .card__bottom {
    padding-left: 10px;
    padding-right: 10px; } }

/* Small devices - Tablets (<920px) */
@media (max-width: 919px) {
  .footer-col--info {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0; } }

/* Medium devices - Tablets (<870px) */
@media (max-width: 869px) {
  .gallery__box {
    width: calc(33.33% - 20px); } }

/* Medium devices - Tablets (<900px) */
/* Medium devices - Tablets (<900px) */
/* Small devices - Tablets (>768px) */
@media (min-width: 768px) {
  .form-group--md {
    width: 250px; }
  .street-img {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .card:hover {
    border-color: transparent;
    box-shadow: 0 0 10px 5px #ebebeb; } }

/* Small devices - Tablets (<768px) */
@media (max-width: 767px) {
  .form__row-wrap {
    width: 100%; }
  .worker-text--name {
    display: none; }
  .footer-phone {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.19; }
  .footer-mail {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.53; }
  .footer-time {
    font-size: 13px; }
  .modal__body {
    padding-left: 30px;
    padding-right: 30px; }
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .g-head__row_content-text {
    font-size: 25px; }
  .g-head__row_content-head h1 {
    font-size: 38px; }
  .g-head__row--xl {
    padding-top: 80px;
    padding-bottom: 260px;
    min-height: 0 !important; }
  .contact-box__row-body--download {
    padding-top: 3px; }
  .object-nav {
    font-size: 15px; }
  .blog__link_bottom {
    padding-left: 15px;
    padding-right: 15px; }
  .blog__link_top {
    padding: 45px 15px 40px; }
  .blog__link {
    min-height: 0; }
  .ui-tabs .ui-tabs-nav li {
    width: 50%;
    text-align: center; }
    .ui-tabs .ui-tabs-nav li a {
      float: none !important;
      display: inline-block; }
  .blog__link_top-date,
  .special__link_inner-date {
    font-size: 16px; }
  .special__link_inner-subtitle {
    font-size: 15px; }
  .blog__link_top-title,
  .special__link_inner-title {
    font-size: 20px; }
  .special__link {
    min-height: 0; }
  .contact-box__row {
    font-size: 15px; }
  .contact-box__row-title:not(.contact-box__row-title--head) {
    width: 100%;
    margin-bottom: 3px; }
  .contact-box__row-title--head,
  .contact-box-title {
    font-size: 20px; }
  .contact-map {
    height: 300px; }
  .contact-title {
    margin-bottom: 5px; }
  .error-404-item {
    padding-right: 0; }
  .question {
    font-size: 17px; }
  .street {
    text-align: center; }
    .street-img {
      margin: 0 auto 27px;
      display: block;
      max-width: 65%; }
    .street__wrapper {
      padding-bottom: 60px; }
    .street-text {
      padding-right: 0; }
  .street__title {
    text-align: center;
    font-size: 24px; }
    .street__title:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .product__left--modal {
    width: 100% !important; }
  .product__left_box {
    height: 340px; }
  .product__left {
    width: 100%;
    min-width: 0; }
  .main-title {
    font-size: 28px;
    line-height: 1.4; }
    .main-title > * {
      font-size: 28px;
      line-height: 1.4; }
  .g-subtitle {
    font-size: 22px; }
  .compare-box__top {
    height: 290px; }
  .compare-box__body-title {
    font-size: 22px; }
  .b-footer--calc {
    padding-bottom: 75px; }
  table.g-table tbody tr td:last-child,
  table.g-table thead tr th:last-child {
    padding-right: 10px; }
  table.g-table thead tr th:first-child,
  table.g-table tbody tr td:first-child {
    padding-left: 10px; }
  .table-calc-title {
    width: auto; }
  .stage__gallery_box {
    width: calc(50% - 10px); }
  .calc-imgs {
    max-width: 50%; }
  .computatuion__total {
    padding-right: 15px;
    padding-left: 15px; }
  .type-text {
    font-size: 15px; }
  .b-slider .slick-arrow {
    top: 170px; }
    .b-slider .slick-arrow.slick-prev {
      left: 15px; }
    .b-slider .slick-arrow.slick-next {
      right: 15px; }
  .stage__head-nmb {
    width: 38px;
    height: 38px;
    padding-top: 6px !important;
    font-size: 22px; }
  .stage__head-text {
    font-size: 20px; }
  .stage__gallery_item {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px; }
  .stage {
    padding: 20px 20px 5px; }
  .map-collapse:not(.open) {
    max-height: 60px; }
  .slider-block__top {
    height: 360px; }
  .g-title {
    font-size: 26px;
    text-align: left !important; }
    .g-title > * {
      font-size: 26px; }
    .g-title:after {
      content: none; }
  .map {
    height: 340px; }
  .map-collapse-toggle {
    height: 60px;
    font-size: 22px;
    padding-top: 12px; }
  .advange {
    width: 100%; }
  .g-head__row--advance,
  .g-head__row--lg {
    padding-top: 60px;
    padding-bottom: 190px; }
  .review__video {
    width: 100%;
    height: 280px; }
  .review__box {
    width: 100%; }
  .g-head-advance__box {
    width: 100%; }
  .b-form {
    padding-top: 35px;
    padding-bottom: 20px; }
  .content h1 {
    margin-bottom: 15px; }
  .content blockquote {
    padding: 15px 15px 8px;
    margin-bottom: 20px; }
  .content ul > li {
    padding-left: 51px; }
    .content ul > li:before {
      left: 15px; }
  .blockquote {
    padding: 15px 15px 8px;
    margin-bottom: 20px; }
    .blockquote-title {
      font-size: 17px; }
    .blockquote-text {
      font-size: 14px; }
  .top__left:after {
    content: ''; }
  .g-head__row_content-title {
    font-size: 30px;
    line-height: 1.5; }
    .g-head__row_content-title--bg {
      font-size: 26px; }
  .g-head__row_content-slogan {
    font-size: 26px; }
  html {
    font-size: 14px; }
  .form-subtitle {
    font-size: 14px; }
  .g-head-advance__box-text {
    font-size: 19px; } }

/* Small devices - Tablets (>680px) */
@media (max-width: 919px) and (min-width: 679px) {
  .footer-col--info {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-col-box {
    width: 50%;
    padding-right: 25px; }
    .footer-col-box > * {
      margin-bottom: 0 !important; }
  .header-phone {
    line-height: 1; } }

/* Small devices - Tablets (>580px) */
/* Small devices - Mobile (<700px) */
@media (max-width: 699px) {
  .form__row-btn {
    width: 100%;
    margin-right: 5px !important; }
  .form {
    text-align: center; }
  .gallery__box {
    width: calc(33.33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px !important; } }

/* Small devices - Mobile (<580px) */
@media (max-width: 575px) {
  .form-social {
    max-width: 100%; }
  .form-submit {
    width: 100%; }
  .card-col-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block; }
  .card-row {
    margin-left: -15px;
    margin-right: -15px; }
    .card-row > .col,
    .card-row > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .btn-group-link {
    min-width: 143px; }
  .btn-group--sm-5 .btn-group-link {
    min-width: 138px; }
  .stage__ul-item {
    padding-top: 7px;
    margin-bottom: 10px; }
  .card {
    border-radius: 0;
    border-left: 0; }
    .card-col {
      margin-bottom: -1px; }
    .card__bottom {
      display: none; }
    .card-row {
      border-left: solid 1px #ebebeb; } }

/* Small devices - Mobile (<580px) */
@media (max-width: 579px) {
  .g-head__row_content-btn {
    width: 100%; }
  .g-tabs--cards .g-tabs__head {
    margin-left: -15px;
    margin-right: -15px; }
  .top__right_dropdown-btn .icon-chat,
  .top__right_dropdown-btn .icon-phone {
    background-size: 22px 22px;
    width: 22px;
    height: 22px; }
  .top__right_dropdown-btn .icon-calculator {
    background-size: 18px 22px;
    width: 18px;
    height: 22px; }
  .g-head__row {
    min-height: 240px; }
  .footer {
    padding-top: 40px;
    padding-bottom: 30px; }
  .footer-col--nav {
    display: none !important; }
  .top__left_logo-img {
    width: 186px; }
  .header-new {
    height: 40px; }
  .hamburger,
  .header-new-btn,
  .header-new-phone,
  .top__right_dropdown-btn {
    width: 40px;
    height: 40px;
    padding: 0; }
  .hamburger {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0; }
  .hamburger-inner {
    top: 6px; }
    .hamburger-inner:before {
      bottom: -7px; }
    .hamburger-inner:after {
      top: -7px; }
  .nav-col {
    top: 40px; }
  .hamburger-inner,
  .hamburger-inner:before,
  .hamburger-inner:after {
    width: 16px;
    height: 2px; }
  .hamburger-box {
    width: 16px;
    height: 14px; }
  body {
    padding-top: 40px; }
  .top__right_dropdown-btn img {
    max-width: 56%;
    max-height: 56%; }
  .top__right_dropdown-block--phone {
    width: 320px;
    padding: 20px 15px; }
  .drop-phone {
    font-size: 21px; }
    .drop-phone--medium {
      font-size: 16px; } }

/* Small devices - Tablets (>480px) */
@media (min-width: 480px) {
  .types__select .form-control,
  .types__select .ui-selectmenu-button.ui-button {
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .d-480-none {
    display: none !important; }
  .modal__head--paddingx {
    padding-left: 30px;
    padding-right: 30px; } }

/* Small devices - Mobile (<480px) */
@media (max-width: 479px) {
  .icon-wrap {
    width: 30px;
    height: 30px; }
    .icon-wrap img {
      width: 15px; }
  .g-btn--md {
    font-size: 15px;
    padding: 8px 20px; }
  .g-head__row_content-head span {
    padding-bottom: 5px; }
  .g-head__row_content-head h1 span,
  .g-head__row_content-head h1 {
    font-size: 24px;
    line-height: 1.21; }
  .g-head__row_content-text {
    font-size: 17px; }
  .g-head__row--xl {
    padding-top: 30px;
    padding-bottom: 165px; }
  .advange-icon {
    width: 30px;
    margin-right: 15px !important;
    background-size: 100% auto; }
  .advange {
    padding-left: 60px; }
  .contact-box__row-body--download {
    padding-top: 5px; }
  .object-nav {
    font-size: 14px; }
  .blog {
    margin-left: -15px;
    margin-right: -15px; }
  .g-tabs {
    margin-left: -15px;
    margin-right: -15px; }
  .g-tabs__head {
    padding-left: 15px;
    padding-right: 15px; }
  .g-tabs .ui-tabs-panel {
    padding: 15px 15px 5px; }
  .special__body {
    padding: 15px 15px 10px; }
  .blog__link_top-date,
  .special__link_inner-date,
  .special__link_inner-subtitle {
    font-size: 14px; }
  .special {
    margin-left: -15px;
    margin-right: -15px; }
  .blog__link_top-title,
  .special__link_inner-title {
    font-size: 18px; }
  .faq {
    background-color: transparent;
    margin-left: -15px;
    margin-right: -15px;
    border: none;
    padding-bottom: 0; }
    .faq:not(:first-child) {
      margin-top: 5px; }
  .contact-box__row {
    font-size: 14px; }
  .contact-box__row-title--head {
    font-size: 19px; }
  .contact-box {
    font-size: 14px; }
    .contact-box-title {
      font-size: 19px;
      margin-bottom: 10px; }
  .contact-box-subtitle {
    font-size: 16px; }
  .contact-box {
    padding: 15px; }
  .contact-map {
    height: 240px;
    margin-left: -15px;
    margin-right: -15px; }
  .question {
    font-size: 16px; }
  .answer {
    padding: 10px 10px 0; }
  .faq__head {
    padding-left: 30px;
    padding-right: 10px; }
  .box__body-title {
    font-size: 18px;
    margin-bottom: 5px; }
  .box {
    padding: 15px 15px 20px; }
    .box-img {
      margin-right: 15px;
      width: 70px;
      height: 70px; }
  .box-col {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .card__bottom-price {
    font-size: 16px; }
  .card__body-link {
    font-size: 16px;
    line-height: 1.2; }
  .street__wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .modal__head {
    font-size: 20px; }
  .product__left {
    margin-top: 25px; }
    .product__left_article {
      top: auto;
      bottom: 100%;
      left: 0;
      padding-bottom: 5px; }
  .product__left_box {
    height: 240px; }
  .main-title {
    font-size: 26px; }
    .main-title > * {
      font-size: 26px; }
  .computatuion__total {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .b-footer--calc {
    padding-bottom: 64px; }
  .table-calc {
    font-size: 14px; }
  .g-subtitle {
    font-size: 19px; }
  table.g-table {
    font-size: 14px; }
  .compare-box__top {
    height: 220px; }
  .g-list > li {
    padding-left: 30px; }
    .g-list > li:before {
      left: 0; }
  .compare-box__body-title {
    font-size: 19px; }
  .compare-box__body {
    padding-left: 15px;
    padding-right: 15px; }
  .stage {
    background-color: transparent;
    border-color: transparent;
    padding: 0 !important; }
  blockquote {
    padding: 15px 15px 10px; }
  .computatuion__right_block {
    height: 236px; }
    .computatuion__right_block-img {
      width: auto;
      margin-top: 16px;
      max-height: calc(100% - 36px); }
  .g-checkbox-text {
    padding-left: 20px;
    font-size: 13px; }
    .g-checkbox-text:before {
      top: 1px; }
  .g-checkbox-wrapper {
    padding-left: 5px;
    padding-right: 5px; }
  .computatuion__right_block-top {
    background-color: #e4ffe3;
    padding-right: 5px;
    width: 100%;
    right: 0; }
  .types__select {
    border: none; }
  .types__select-title {
    width: 100%;
    padding-top: 0;
    height: auto;
    padding-bottom: 10px;
    border: none !important;
    text-align: left !important;
    background-color: transparent; }
  .price__group-btn {
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .hide-480 {
    display: none !important; }
  .d-480-block {
    display: block !important; }
  .stage__gallery_item {
    width: calc(50% - 10px); }
  .stage {
    padding: 15px 15px 5px; }
    .stage__head {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
      .stage__head-nmb {
        width: 30px;
        height: 30px;
        font-size: 17px;
        font-size: 20px;
        padding-top: 4px !important; }
  .stage__head-text {
    width: 170px;
    line-height: 1.5;
    font-size: 17px;
    padding-top: 4px; }
  .b-slider .slick-arrow {
    top: 130px; }
  .b-slider-slick {
    padding-bottom: 15px; }
  .b-slider .slick-arrow.slick-next {
    right: 5px; }
  .b-slider .slick-arrow.slick-prev {
    left: 5px; }
  .b-slider .slider-block__top {
    height: 240px; }
  .location__body-name {
    font-size: 17px;
    margin-bottom: 6px; }
  .advange__body-name {
    font-size: 17px;
    margin-bottom: 2px; }
  .map {
    height: 260px; }
  .map-collapse-toggle {
    height: 50px;
    font-size: 18px;
    padding-top: 12px; }
  .map-collapse {
    margin-left: -15px;
    margin-right: -15px; }
    .map-collapse:not(.open) {
      max-height: 50px; }
  .btn-group-link {
    padding-left: 15px;
    padding-right: 15px; }
  .review__box_top-name {
    font-size: 18px; }
  .review__box {
    padding: 15px 15px 15px; }
  .review__video {
    height: 200px; }
  .gallery__box {
    width: calc(50% - 10px); }
  .type-box {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 10px !important; }
  .g-title {
    font-size: 24px;
    text-align: left;
    line-height: 1.3; }
    .g-title > * {
      font-size: 24px;
      text-align: left;
      line-height: 1.3; }
  .g-head__row_content-slogan {
    font-size: 24px; }
  .g-head__row--lg {
    padding-top: 50px;
    padding-bottom: 140px; }
  .g-head__row--advance {
    padding-top: 30px;
    padding-bottom: 140px; }
  .g-head-advance__box-round {
    width: 30px;
    height: 30px; }
  h1, .h1 {
    font-size: 24px; }
  .form-subtitle {
    font-size: 13px; }
  .form-title {
    font-size: 20px; }
  html {
    font-size: 13px; }
  .g-head__row_content-title {
    font-size: 24px; } }

.stage__tabs {
  padding: 30px 30px 29px; }
  .stage__tabs .ui-tabs-panel {
    margin-bottom: 20px; }
  .stage__tabs-title {
    font-size: 24px;
    line-height: 1.21;
    margin-bottom: 23px; }
  .stage__tabs-text {
    margin-bottom: 26px; }
  .stage__tabs-btn {
    margin-bottom: 10px; }
    .stage__tabs-btn.not-active {
      pointer-events: none;
      cursor: default !important;
      background-color: #999 !important; }

.stage__nav {
  counter-reset: list;
  padding: 23px 28px 13px !important;
  border-bottom: solid 1px #ebebeb; }
  .stage__nav li {
    width: auto !important;
    margin-bottom: 10px !important;
    margin-right: 26px !important; }
    .stage__nav li a {
      font-size: 17px;
      padding: 4px 5px 4px 45px !important;
      position: relative;
      cursor: pointer; }
      .stage__nav li a:hover span {
        border-bottom-color: transparent; }
      .stage__nav li a span {
        border-bottom: 1px dotted #1d73c4; }
      .stage__nav li a:before {
        content: counter(list);
        counter-increment: list;
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background-color: #1D73C4;
        display: flex;
        color: #fff !important;
        align-items: center;
        justify-content: center;
        border-radius: 50%; }
    .stage__nav li.ui-tabs-active a:before {
      background-color: #FD683E; }
    .stage__nav li.ui-tabs-active a span {
      border-bottom-color: transparent; }

/* Small devices - Mobile (<480px) */
@media (max-width: 479px) {
  .modal__body-heading {
    font-size: 17px; }
  .stage__tabs,
  .stage__nav {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .stage-hasborder {
    background-color: #fff !important;
    border-color: #ebebeb !important; } }

/* Small devices - Mobile (<410px) */
@media (max-width: 409px) {
  .b-footer--calc {
    padding-bottom: 60px; }
  .table-calc {
    font-size: 13px; }
  table.g-table {
    font-size: 13px; }
  .stage__gallery_box {
    width: calc(100% - 10px); }
  .price-block-cost {
    font-size: 20px; }
  .price-block {
    font-size: 16px; }
  .gallery__box_body-btn {
    font-size: 13px;
    padding-top: 6px;
    height: auto;
    padding-bottom: 6px; }
  .gallery__box_body {
    padding: 10px; }
  .card__top-wobbler {
    padding-left: 10px;
    padding-right: 10px; }
  .card__body_price {
    font-size: 14px; }
  .card__body_raiting {
    display: none !important; }
  .top__left_logo {
    margin-left: 5px !important; }
  .top__right {
    padding-left: 0 !important; }
  .top__left_logo-img {
    width: 176px; } }

/* Small devices - Tablets (>360px) */
/* Small devices - Mobile (<360x) */
@media (max-width: 359px) {
  .modal__body {
    padding-top: 30px;
    padding-bottom: 25px; }
  button.modal-close,
  button.mfp-close {
    position: fixed;
    width: 72px;
    top: 10px;
    right: 10px;
    height: 25px;
    border-radius: 3px;
    opacity: 1 !important;
    color: #fff !important;
    line-height: 1.62;
    background: rgba(29, 115, 196, 0.9); }
    button.modal-close:before, button.mfp-close:before {
      content: 'Закрыть';
      font-size: 13px; }
  .modal {
    min-height: 100vh;
    border-radius: 0; }
  .mfp-container {
    padding: 0; } }

body.oc-loading,
body.oc-loading * {
  cursor: wait !important;
}
.stripe-loading-indicator {
  height: 5px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2000;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  height: 5px;
  display: block;
  background: #0090c0;
  position: absolute;
  -webkit-box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
  box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
}
.stripe-loading-indicator .stripe {
  width: 100%;
  -webkit-animation: oc-infinite-loader 60s linear;
  animation: oc-infinite-loader 60s linear;
}
.stripe-loading-indicator .stripe-loaded {
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.stripe-loading-indicator.loaded {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.stripe-loading-indicator.loaded .stripe-loaded {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: 100% !important;
}
.stripe-loading-indicator.hide {
  display: none;
}
body > p.flash-message {
  position: fixed;
  width: 500px;
  left: 50%;
  top: 13px;
  margin-left: -250px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 30px 10px 15px;
  z-index: 10300;
  word-wrap: break-word;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body > p.flash-message.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s, width 0s;
  transition: all 0.5s, width 0s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
body > p.flash-message.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body > p.flash-message.success {
  background: #8da85e;
}
body > p.flash-message.error {
  background: #cc3300;
}
body > p.flash-message.warning {
  background: #f0ad4e;
}
body > p.flash-message.info {
  background: #5fb6f5;
}
body > p.flash-message button.close {
  float: none;
  position: absolute;
  right: 10px;
  top: 8px;
  color: white;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.2;
  filter: alpha(opacity=20);
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
}
body > p.flash-message button.close:hover,
body > p.flash-message button.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 768px) {
  body > p.flash-message {
    left: 10px;
    right: 10px;
    top: 10px;
    margin-left: 0;
    width: auto;
  }
}
[data-request][data-request-validate] [data-validate-for]:not(.visible),
[data-request][data-request-validate] [data-validate-error]:not(.visible) {
  display: none;
}
a.oc-loading:after,
button.oc-loading:after,
span.oc-loading:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: .4em;
  height: 1em;
  width: 1em;
  animation: oc-rotate-loader 0.8s infinite linear;
  border: .2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@-moz-keyframes oc-rotate-loader {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes oc-rotate-loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes oc-rotate-loader {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes oc-rotate-loader {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes oc-rotate-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@-webkit-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@-o-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@-ms-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
.review__box_readmore {
  overflow: hidden; }

/*# sourceMappingURL=app.css.map */
