

/* Start:/local/templates/climate.silver/components/bitrix/search.title/.default/style.css?16212133931146*/
.ct-head-search {
    position: relative
}

.ct-head-search--input {
    padding-left: 30px
}

.ct-head-search--btn {
    position: absolute;
    top: 50%;
    left: 0;
    background: url(/local/templates/climate.silver/components/bitrix/search.title/.default/images/ct-search-icon.png) no-repeat;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: -8px 0 0 3px
}

div.title-search-result {
    border: 1px solid #c6c6c6;
    /*display: none;*/
    overflow: hidden;
    z-index: 999;
    /*min-width: 370px;*/
    margin-left: 0;
    margin-top: 0;
    background-color: #FFF
}

div.title-search-result th {
    padding: 0 15px 0 5px
}

div.title-search-fader {
    display: none;
    background-image: url(/local/templates/climate.silver/components/bitrix/search.title/.default/images/fader.png);
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute
}

p.title-search-preview {
    font-size: 12px
}

div.title-search-result td.title-search-price span {
    font-size: 26px
}

/* Styles for result table */
.search-title-mobile {
    position: absolute;
    z-index: 300;
}

.title-search-close {
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 10px;
}

.mobile-panel .search-title-mobile a {
    color: #2974c1;
}
/* End */


/* Start:/local/templates/climate.silver/components/bitrix/sale.basket.basket.small/.default/style.css?1545054601432*/
.ct-cart-icon {
    position: relative;
    padding-left: 35px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif
}

.ct-cart-icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 2px;
    background: url(/local/templates/climate.silver/components/bitrix/sale.basket.basket.small/.default/images/ct-cart-disabled.png) no-repeat
}

.ct-cart-icon.active:before {
    background: url(/local/templates/climate.silver/components/bitrix/sale.basket.basket.small/.default/images/ct-cart-icon.png) no-repeat
}

/* End */


/* Start:/local/templates/climate.silver/components/bitrix/menu/top/style.css?16121403846235*/
@media (max-width: 480px) {
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-height: 100vh;
    width: 80%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transition: all .2s ease-in-out;
  }

  .mobile-nav.fullwidth {
    width: 100%;
  }

  .mobile-nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #e9e9e9;
  }
  .mobile-nav__header_title {
    font-size: 18px;
    line-height: 45px;
    position: relative;
    padding: 2px 0 2px 28px;
  }
  .mobile-nav__header_prev {
    position: absolute;
    top: 7px;
    left: 5px;
  }
  .mobile-nav__logo {
    display: inline-block;
    text-decoration: none;
    color: #3e77aa;
    cursor: pointer;
    margin: 2px 5px;
  }
  .mobile-nav__logo > img {
    max-width: 150px;
  }
  .mobile-nav__close {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 2px 5px;
    padding: 0;
    background: 0 0;
    border: none;
    color: #898989;
  }
  .mobile-nav__content {
    padding-bottom: 21px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  ul.mobile-nav__main-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.mobile-nav__main-list > li {
    margin: 0;
    padding: 0 5px;
    /*border: 0;*/
  }
  ul.mobile-nav__main-list > li .fa {
    color: #898989;
    width: 22px;
    text-align: center;
  }
  li.mobile-nav__list_item_bordered {
    border-bottom: 1px solid #e9e9e9;
  }
  ul.mobile-nav__main-list > li > .mobile-nav__button{
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 0; /*2px 5px;*/
    padding: 0;
    font-size: 18px;
    color: #3e77aa;
    text-transform: uppercase;
  }
  ul.mobile-nav__main-list.tile {
    display: flex;
    flex-wrap: wrap;
  }
  ul.mobile-nav__main-list.tile > li {
    display: flex;
    width: 50%;
    /*float: left;*/
  }
  ul.mobile-nav__main-list.tile > li:nth-child(even) {
    border-left: solid 1px #e9e9e9;
  }
  ul.mobile-nav__main-list.tile > li > .mobile-nav__button {
    flex-direction: column;
    text-align: center;
    padding: 5px;
    font-size: 0.9em;
  }
  ul.mobile-nav__main-list.tile > li > .mobile-nav__button.mobile-nav__button_large {
    height: auto;
  }
  .mobile-nav__button {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;

    background-color: hsla(0,0%,100%,.9);
  }
  .mobile-nav__button, .mobile-nav__button:hover {
    text-decoration: none;
  }
  .mobile-nav__button_large {
    height: 48px;
    line-height: 48px;
    font-size: 18px;

    width: 100%;
    text-align: left;
  }
  .mobile-nav__button_img {
    height: 60px;
    width: auto;
    min-width: auto;
    margin-bottom: 5px;
  }
}


/*
.ct-top-nav {
    border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 8px 0 rgba(0, 3, 1, .4)
}

.nav.ct-top-nav-menu {
    border: 3px solid #dedede;
    border-radius: 7px;
    box-shadow: 0 1px 8px 0 rgba(0, 3, 1, .75) inset;
    background: #1e68b0;
    background: -moz-linear-gradient(top, #1e68b0 0, #184482 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1e68b0), color-stop(100%, #184482));
    background: -webkit-linear-gradient(top, #1e68b0 0, #184482 100%);
    background: -o-linear-gradient(top, #1e68b0 0, #184482 100%);
    background: -ms-linear-gradient(top, #1e68b0 0, #184482 100%);
    background: linear-gradient(to bottom, #1e68b0 0, #184482 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e68b0', endColorstr='#184482', GradientType=0)
}

.nav.ct-top-nav-menu > li.ct-top-nav-menu-item {
    vertical-align: middle
}

.nav.ct-top-nav-menu > li.ct-top-nav-menu-item.special {
    line-height: 16px
}

.nav.ct-top-nav-menu > li.ct-top-nav-menu-item.special a {
    white-space: normal;
    background: url(/local/templates/climate.silver/components/bitrix/menu/top/images/special.png);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .75) inset
}

.nav.ct-top-nav-menu > li > a {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 27, 100, 1)
}

.nav.ct-top-nav-menu > li > a:focus, .nav.ct-top-nav-menu > li > a:hover {
    background-color: inherit;
    text-decoration: underline
}

.nav.ct-top-nav-menu > li > a.special {
    padding: 15px 10px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .75) inset;
    background: #d43a2f;
    background: -moz-linear-gradient(top, #d43a2f 0, #e5502a 50%, #d43a2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d43a2f), color-stop(50%, #e5502a), color-stop(100%, #d43a2e));
    background: -webkit-linear-gradient(top, #d43a2f 0, #e5502a 50%, #d43a2e 100%);
    background: -o-linear-gradient(top, #d43a2f 0, #e5502a 50%, #d43a2e 100%);
    background: -ms-linear-gradient(top, #d43a2f 0, #e5502a 50%, #d43a2e 100%);
    background: linear-gradient(to bottom, #d43a2f 0, #e5502a 50%, #d43a2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d43a2f', endColorstr='#d43a2e', GradientType=0)
}

.nav-justified.ct-top-nav-menu > li > a {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .nav.ct-top-nav-menu > li > a {
        font-size: 16px;
        white-space: nowrap
    }

    .nav.ct-top-nav-menu > li.ct-top-nav-menu-item.special {
        max-width: 150px;
        line-height: 16px
    }
}
*/


/* End */


/* Start:/local/templates/climate.silver/components/bitrix/breadcrumb/new/style.css?1611447374560*/
.ct-bread-crumb {
    margin: 15px 0;
}

@media (max-width: 767px) {
    .ct-row-breadcrumb .ct-bread-crumb {
        margin: 8px 8px 3px;
    }

    .ct-row-breadcrumb .ct-bread-crumb ul li, .ct-bread-crumb ul li .delimiter {
        display: none;
    }
    .ct-row-breadcrumb .ct-bread-crumb ul li:nth-last-child(2) {
        display: block;
    }
    .ct-row-breadcrumb .ct-bread-crumb ul li:nth-last-child(2):before {
        display: inline;
        content: "\f053";
        font: normal normal normal 14px/1 FontAwesome;
        color: #5292d8;
    }
}
/* End */


/* Start:/local/templates/climate.silver/components/bitrix/menu/footer/style.css?1545054600561*/
.ct-footer-menu {
    padding: 0
}

.ct-footer-nav-menu {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.ct-footer-nav-menu--item {
    padding: 8px 0
}

.ct-footer-nav-menu > li > a {
    color: #666;
    padding: 2px 10px;
    font-weight: 400
}

.nav.ct-footer-nav-menu > li > a:focus, .nav.ct-footer-nav-menu > li > a:hover {
    background-color: inherit;
    text-decoration: underline
}

@media (min-width: 768px) {
    .ct-footer-nav-menu > li > a {
        font-size: 16px;
        padding: 2px 15px
    }
}

/* End */


/* Start:/local/templates/climate.silver/components/creatio/simple.content/footer.info/style.css?1545054601802*/
.ct-footer-info{margin:15px 0;padding-bottom:10px;border-left:1px solid #eee}.ct-footer-info:first-child{border:none}.ct-footer-info-copyright{color:#a7a7ab;padding:5px 0 0;font-family:Arial,Verdana,Tahoma,sans-serif}.ct-footer-info-copyright>span{color:#6387c4;line-height:3em}.ct-footer-info-slogan{font-size:20px;color:#29499a;margin:0 0 15px;text-align:center;font-family:FritzQuadrataCyrillic}.ct-footer-info-schedule{text-align:center}.ct-footer-info-schedule-title{color:#063e8a;font-family:FritzQuadrataCyrillic}.ct-footer-info-schedule-timetable{color:#666}.ct-footer-contacts-title{color:#666;font-size:20px;font-family:FritzQuadrataCyrillic}.ct-footer-contacts-phones{margin:-8px 0;line-height:100%}.ct-footer-contacts-address,.ct-footer-contacts-phones .ct-phone-contacts{text-align:center}
/* End */


/* Start:/local/templates/climate.silver/template_styles.css?1621209845264763*/
@charset "UTF-8";
@font-face {
  font-family: 'Glyphicons Halflings';
  font-display: swap;
  src: url('/local/templates/climate.silver/./fonts/glyphicons-halflings-regular.eot');
  src: url('/local/templates/climate.silver/./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/climate.silver/./fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/local/templates/climate.silver/./fonts/glyphicons-halflings-regular.woff') format('woff'), url('/local/templates/climate.silver/./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/local/templates/climate.silver/./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/* open-sans-regular - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/local/templates/climate.silver/../fonts/open-sans-v15-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/local/templates/climate.silver/./fonts/open-sans-v15-latin_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

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

body,
mark {
    color: #000
}

body,
figure {
    margin: 0
}

.img-thumbnail,
.table,
label {
    max-width: 100%
}

.btn,
.text-nowrap {
    white-space: nowrap
}

.owl-carousel,
.owl-carousel .owl-item,
html {
    -webkit-tap-highlight-color: transparent
}

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

body {
    background-color: #fff
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.btn-danger.dropdown-toggle,
.open>.btn-default.dropdown-toggle,
.open>.btn-info.dropdown-toggle,
.open>.btn-primary.dropdown-toggle,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

pre,
textarea {
    overflow: auto
}

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

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

.tooltip,
address {
    font-style: normal
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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

td,
th {
    padding: 0
}

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

html {
    font-size: 10px
}

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

.blueimp-gallery>.next,
.blueimp-gallery>.prev,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.img-circle {
    border-radius: 50%
}

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

select[multiple],
select[size],
textarea.form-control {
    height: auto
}

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

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #0c4da2
}

a.text-primary:focus,
a.text-primary:hover {
    color: #083673
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #0c4da2
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #083673
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

.catalog-item .bx_catalog_item_controls:after,
.catalog-item .bx_catalog_item_controls_blocktwo:after,
.catalog-item .bx_catalog_item_price:after,
.catalog-item .top:after,
.catalog_list .catalog-item:after,
.clearfix:after,
.comment_pane .ct-catalog-element-review-list,
.container-fluid:after,
.container:after,
.ct-catalog-element-review-new .ct-catalog-element-tab-all-title:after,
.ct-footer,
.ct-home-sections .item:after,
.dropdown-menu>li>a,
.element-gifts .item:after,
.element-offers .item:after,
.element-row:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.navigation-pages:after,
.news-item .text:after,
.owl-carousel .owl-stage:after,
.row:after,
.search-panel .tel-panel:after,
.social-big:after,
footer .ct-footer-contacts-phones:after {
    clear: both
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.table,
address {
    margin-bottom: 20px
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

/*.container,
.container-fluid {
    padding-left: 14px;
    padding-right: 14px
}*/

caption,
th {
    text-align: left
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    line-height: 1.42857
}

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

@media (min-width:992px) {
    .container {
        width: 968px
    }
}

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

.row {
    /* margin-left: -14px;
    margin-right: -14px */
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

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

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.btn,
.caret,
.checkbox-inline,
.radio-inline {
    vertical-align: middle
}

.table>thead>tr>th {
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

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

input[type=checkbox],
input[type=radio] {
    margin-top: 1px\9;
    line-height: normal
}

.form-control,
output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control,
.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

@media (min-width:768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -14px;
    margin-right: -14px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 14px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #083673;
    border-color: #010914
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #083673;
    border-color: #062751
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #062751;
    border-color: #010914
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #0c4da2;
    border-color: #0a428a
}

.btn-primary .badge {
    color: #0c4da2;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #2c94cf;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #2c94cf;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm {
    padding: 5px 10px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block
}

.btn-block+.btn-block {
    margin-top: 5px
}

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block;
    overflow: hidden;
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    line-height: 1.42857
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    font-weight: 400;
    color: #333
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0c4da2
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.modal,
.modal-backdrop {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0
}

@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

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

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

.nav>li>a {
    padding: 12px 20px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #fff
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #2c94cf
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid transparent
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border-color: transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #0c4da2;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #0c4da2
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:992px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    display: table;
    content: " "
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 14px;
    padding-left: 14px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:992px) {
    .navbar {
        border-radius: 0
    }
    .navbar-header {
        float: left
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.modal,
.modal-open {
    overflow: hidden
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -14px;
    margin-left: -14px
}

.navbar-static-top {
    z-index: 10;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 13
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 14px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:992px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -14px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 14px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 7.5px -14px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 14px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -14px
}

@media (min-width:768px) {
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-text {
        float: left;
        margin-left: 14px;
        margin-right: 14px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -14px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    list-style: none;
    background-color: #fff;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    color: #000
}

.breadcrumb>.active {
    color: #777
}

.modal {
    display: none;
    position: fixed;
    z-index: 50;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 14;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right
}

.modal-footer:after,
.modal-footer:before {
    content: " "
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 352px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    margin-bottom: -7px;
    border-width: 7px 7px 0;
    border-top-color: #fff;
    bottom: 0
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    display: block;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel-caption,
.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tooltip.top {
    margin-top: -3px;
    padding: 7px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 7px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 7px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 7px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: rgba(0, 0, 0, .69);
    text-align: center;
    background-color: #fff;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.carousel,
.carousel-inner {
    position: relative
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    border-width: 7px 7px 0;
    border-top-color: #fff
}

.tooltip.top-left .tooltip-arrow {
    right: 7px
}

.tooltip.top-right .tooltip-arrow {
    left: 7px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -7px;
    border-width: 7px 7px 7px 0;
    border-right-color: #fff
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -7px;
    border-width: 7px 0 7px 7px;
    border-left-color: #fff
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 7px 7px;
    border-bottom-color: #fff;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -7px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 7px;
    margin-top: -7px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 7px;
    margin-top: -7px
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/local/templates/climate.silver/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel>.slides {
    position: absolute
}

.blueimp-gallery>.slides>.slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.blueimp-gallery>.slides>.slide-loading {
    background: url(/local/templates/climate.silver/../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
    background: url(/local/templates/climate.silver/../img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: none
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, .5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: none
}

.blueimp-gallery>.next {
    left: auto;
    right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(/local/templates/climate.silver/../img/play-pause.png) no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery-playing>.play-pause {
    background-position: -15px 0
}

.blueimp-gallery>.close:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.play-pause:hover,
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.title:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.title {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-left>.prev,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.next,
.blueimp-gallery-single>.play-pause,
.blueimp-gallery-single>.prev {
    display: none
}

.blueimp-gallery>.close,
.blueimp-gallery>.next,
.blueimp-gallery>.play-pause,
.blueimp-gallery>.prev,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blueimp-gallery>.indicator,
.input-icon .icon-holder,
label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
    background-image: url(/local/templates/climate.silver/../img/error.svg)
}

body:last-child .blueimp-gallery>.play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(/local/templates/climate.silver/../img/play-pause.png)
}

body:last-child .blueimp-gallery-playing>.play-pause {
    background-position: -20px 0
}

.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
    -khtml-user-select: none;
    user-select: none
}

.blueimp-gallery>.indicator>li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: center no-repeat rgba(255, 255, 255, .25);
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover
}

.blueimp-gallery>.indicator>.active,
.blueimp-gallery>.indicator>li:hover {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.indicator,
.blueimp-gallery>.slides>.slide>.video-content>video,
.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.video-content>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
    top: 0
}

.blueimp-gallery>.slides>.slide>.video-content>a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(/local/templates/climate.silver/../img/video-play.png) center no-repeat;
    opacity: .8;
    cursor: pointer
}

.blueimp-gallery>.slides>.slide>.video-content>a:hover {
    opacity: 1
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
    display: block
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
    background: url(/local/templates/climate.silver/../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
    background-image: url(/local/templates/climate.silver/../img/video-play.svg)
}

.blueimp-gallery .modal-body {
    position: relative;
    text-align: center;
    padding: 0 0 56.25%;
    overflow: hidden;
    cursor: pointer
}

.blueimp-gallery .modal-footer {
    margin: 0
}

.blueimp-gallery .modal-body .video-content a,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.blueimp-gallery .modal-body .video-content video {
    display: none
}

.blueimp-gallery .modal-body .video-playing video {
    display: block
}

.blueimp-gallery .modal-body .video-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    left: 100%
}

.blueimp-gallery .modal-body .video-playing iframe {
    left: 0
}

.blueimp-gallery .modal-body .video-playing a,
.blueimp-gallery .modal-body .video-playing img {
    display: none
}

.blueimp-gallery .modal-body .video-content a {
    cursor: pointer
}

.blueimp-gallery .modal-body .video-content a:after {
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    content: "\e029";
    font-size: 64px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin: -32px 0 0 -32px
}

.blueimp-gallery .modal-body .video-loading a {
    background: url(/local/templates/climate.silver/../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery .modal-body .video-loading a:after {
    content: none
}

@media screen and (min-width:768px) {
    .blueimp-gallery .modal-dialog {
        right: auto;
        left: auto;
        width: auto;
        max-width: 900px;
        padding-left: 5%;
        padding-right: 5%
    }
}

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

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

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

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

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

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

@font-face {
    font-family: FontAwesome;
    src: url(/local/templates/climate.silver/fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(/local/templates/climate.silver/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(/local/templates/climate.silver/fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(/local/templates/climate.silver/fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(/local/templates/climate.silver/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.input-icon .icon-holder,
label {
    user-select: none
}

.add_info,
label {
    -ms-user-select: none
}

.add_info,
.img-holder,
img,
label {
    -webkit-user-select: none;
    -moz-user-select: none
}

.element-add,
.element-gifts .img-holder,
.element-gifts .price,
.element-gifts .title,
.element-old-price,
.element-price,
.epItem,
.epSign,
.epTotal,
.main-nav .dropdown-menu .holder span {
    display: inline-block;
    vertical-align: middle
}

.ct-catalog-top-sections.top .img-holder.active:before,
.tooltip-inner:before {
    content: '';
    position: absolute
}

.custom[type=checkbox]:checked,
.custom[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.custom[type=checkbox]:checked+label,
.custom[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.custom[type=checkbox]:checked+label:before,
.custom[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: -1px;
    width: 17px;
    height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

.custom[type=checkbox]:checked+label:after,
.custom[type=checkbox]:not(:checked)+label:after {
    content: '✔';
    position: absolute;
    top: -2px;
    left: 4px;
    font-size: 14px;
    color: #dd1f31;
    transition: all .2s;
    font-weight: 700
}

.custom[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.custom[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.custom[type=checkbox]:disabled:checked+label:before,
.custom[type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.custom[type=checkbox]:disabled:checked+label:after {
    color: #999
}

.custom[type=checkbox]:disabled+label {
    color: #aaa
}

.custom[type=checkbox]:checked:focus+label:before,
.custom[type=checkbox]:not(:checked):focus+label:before {
    border: 1px dotted #00f
}

label:hover:before {
    border: 1px solid #4778d9!important
}

.btn-primary,
.btn-secondary {
    -moz-transition: background-color, .3s;
    -o-transition: background-color, .3s;
    -webkit-transition: background-color, .3s;
    transition: background-color, .3s;
    border: none;
    text-decoration: none
}

.btn-primary {
    background-color: #0c4da2
}

.btn-secondary {
    background-color: #dd1f31
}

.btn-secondary:hover {
    background-color: #c71c2c
}

.ct-body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4
}

.ct-wrapper {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.ct-wrapper-close {
    margin-bottom: 20px
}

h1,
h2,
h3 {
    color: #2e4d9f;
    overflow: hidden
}

hr {
    border: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee
}

@media (min-width:1300px) {
    .ct-body .container {
        width: 1270px
    }
}

input.form-control {
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2)
}

.ct-checkbox,
input[type=checkbox].ct-checkbox {
    cursor: pointer
}

.ct-checkbox:before,
input[type=checkbox].ct-checkbox:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(/local/templates/climate.silver/images/ct-checkbox.png) no-repeat
}

.img_holder:after,
.tooltip.fade:before {
    content: ''
}

.ct-row-upper {
    padding: 1px 0;
    height: 42px;
    background-color: #f7f7f7
}

.ct-mobile-link {
    display: block;
    color: #a7a7ab;
    padding: 13px 0;
    font-size: 14px;
    white-space: nowrap
}

.btn_blue,
.img_holder img,
.img_holder:after,
.nav.ct-upper-nav-menu>li {
    display: inline-block
}

.ct-mobile-link:focus,
.ct-mobile-link:hover {
    text-decoration: none
}

.ct-mobile-link--icon {
    font-size: 18px
}

.ct-mobile-link--text {
    line-height: 24px;
    vertical-align: bottom
}

.ct-language {
    float: right;
    padding: 15px 0
}

.ct-upper-nav a {
    text-decoration: underline;
    color: #666;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75)
}

.ct-upper-nav a:hover {
    text-decoration: none
}

.nav.ct-upper-nav-menu>li>a:focus,
.nav.ct-upper-nav-menu>li>a:hover {
    background-color: inherit;
    text-decoration: none
}

.ct-head-slogan {
    text-align: center
}

.ct-head-slogan-futures {
    margin: 0 0 10px;
    color: #6083c2;
    font-size: 16px
}

.ct-head-slogan-manifest {
    margin: 5px 0 0;
    color: #a4a4a4
}

.ct-phone-contacts--item {
    font-size: 16px
}

.ct-phone-contacts--item>.glyphicon {
    color: #cc3a1e;
    top: 5px
}

.ct-phone-contacts--phone {
    color: #2e4d9f
}


.ct-phone-contacts--icn.fa-phone {
    width: 19px;
    font-size: 18px;
}

.ct-membership>div {
    float: right
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, sans-serif
}

.img_holder {
    text-align: center
}

.img_holder:after {
    height: 100%;
    vertical-align: middle
}

.img_holder img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.btn_blue {
    padding: 14px 25px;
    background-color: #0c4da2;
    height: 41px;
    color: #fff;
    font-size: 15px;
    line-height: 12px!important;
    text-shadow: 0 1px #fff
}

.btn_blue:focus,
.btn_blue:hover {
    background-color: #dd1f31;
    text-decoration: none;
    color: #fff;
    cursor: pointer
}

.preload {
    width: 50px;
    height: 50px;
    background: url(/local/templates/climate.silver/images/loader.gif)
}

a {
    color: #2974c1
}

.custom_heading {
    margin: 0 0 20px;
    font-size: 20px;
    color: #000
}

.jsCart .custom_heading {
    font-size: 26px
}

.itua_rating {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.itua_rating li {
    float: left;
    width: 18px;
    height: 16px;
    margin: 0 1px 0 0;
    background: url(/local/templates/climate.silver/images/icons.png) -148px -58px
}

.ct-social-list li,
.user_panel .icon {
    background-image: url(/local/templates/climate.silver/images/icons.png)
}

.itua_rating li.active {
    background-position: -119px -58px
}

.ct-membership-login .text-right .btn {
    width: 100%
}

.ct-membership-login .modal-header {
    border-bottom: 0;
    padding: 15px 30px
}

.ct-membership-login .close {
    margin-top: 5px
}

.ct-membership-login .remember_me {
    margin: 8px 0 0
}

.remember_me .ct-checkbox {
    margin: 0 5px 0 0
}

.ct-social-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.ct-social-list li {
    width: 134px;
    height: 33px;
    margin: 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.ct-social-list li:hover {
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 3px #bdc6c5;
    -moz-box-shadow: 3px 3px 3px #bdc6c5;
    box-shadow: 3px 3px 3px #bdc6c5
}

.ct-social-list .vk {
    background-position: -62px -110px
}

.ct-social-list .fb {
    background-position: -48px -153px
}

.ct-membership-login .modal-title {
    font-size: 20px
}

.ct-membership-register-link {
    margin: 0 5px 0 0
}

.user_panel .icon {
    display: block;
    width: 49px;
    height: 47px;
    margin: 10px auto 5px
}

.user_panel .item {
    display: block;
    float: left;
    width: 102px;
    height: 80px;
    padding: 12px 0;
    margin-left: 10px;
    background-color: #f7f7f7;
    text-align: center;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.user_panel .title {
    font-size: 12px;
    color: #767676
}

.user_panel .fa {
    display: block;
    font-size: 21px;
    margin-bottom: 5px;
    color: #0c4da2
}

.user_panel .item:hover {
    background-color: #eaeaea;
    color: #db3f4d;
    border-color: #db3f4d
}

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

.user_panel a:hover {
    text-decoration: none
}

.user_panel .compare {
    position: relative;
    width: 21px;
    height: 18px;
    background-position: -87px -199px
}

.user_panel .like {
    width: 24px;
    height: 21px;
    background-position: -57px -199px
}

.user_panel .basket {
    width: 30px;
    height: 26px;
    position: relative;
    background-position: -18px -196px
}

#delay .quantity_delay,
.quantity_compare,
.user_panel .quantity {
    position: absolute;
    top: -11px;
    right: -12px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ed1b2f;
    color: #fff
}

.ct-membership-login .user {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background: url(/local/templates/climate.silver/images/icons.png) -322px -170px
}

#sale_order_props br,
.ct-upper-nav-menu .ct-upper-nav-menu--item:last-child a:after,
.sale_locations_fixed {
    display: none
}

.ct-membership-login-username {
    margin: 0 5px 0 0;
    border-bottom: 1px dotted #1f5ea7
}

.ct-membership-login-username:focus,
.ct-membership-login-username:hover {
    border-bottom: none;
    text-decoration: none
}

.ct-membership-login-logout,
.ct-membership-login-logout:hover {
    color: #ed1b2f
}

.ct-upper-nav {
    text-align: left
}

.nav.ct-upper-nav-menu>li>a {
    padding: 11px 8px
}

.ct-phone-contacts--item {
    float: left;
    margin: 0 5px 0 0
}

.ct-phone-contacts {
    margin: 12px 10px 10px 0
}

.ct-row-top {
    margin: 0 0 15px
}

.form-control {
    height: 36px
}

.bx_section.user_props h4 a {
    float: right;
    color: #21a3cd;
    text-decoration: underline
}

.bx_order_make .bx_description .bx_result_price,
.ct-cart-order-sum.cart_total span,
.ct-cart-total .ct-cart-order-sum {
    float: none
}

.bx_section.user_props h4 a:hover,
.feedback_btn,
.feedback_btn:hover {
    text-decoration: none
}

.bx_block input.search-suggest {
    margin-top: 0
}

#order_form_div #order_form_content select {
    overflow: hidden
}

#order_form_div #order_form_content select option {
    max-width: 400px!important;
    width: 400px!important
}

.ct-cart-total .ct-cart-total-order {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#add_comment_content textarea,
#sale_order_props {
    margin: 0 0 25px
}

.bx_description p,
.bx_order_make .bx_section .bx_block.w100 {
    margin: 0
}

#order_form_div #order_form_content input[type=text],
#order_form_div #order_form_content select {
    height: 38px
}

.showMap {
    font-weight: 400;
    color: #12a9e1;
    cursor: pointer
}

#add_comment_content {
    overflow: hidden;
    display: none
}

.bx_element input[type=radio]:checked+label .bx_logotype,
.bx_element label.selected .bx_logotype {
    border: 2px solid #313131!important
}

.bx_order_make .bx_block .bx_logotype {
    overflow: hidden;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.bx_order_make .bx_logotype span {
    background-image: none!important
}

.bx_element input[type=radio]:checked+label .bx_logotype span {
    background-color: #000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 10px;
    height: 10px;
    margin: 3px
}

.tooltip_wrapper {
    height: 18px
}

.tooltip_holder {
    position: absolute
}

.icon_tooltip {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    border: none;
    background: url(/local/templates/climate.silver/images/icons.png) -300px -62px no-repeat
}

.feedback_btn {
    display: inline-block;
    padding: 5px 10px;
    margin: 8px 0 0 -13px;
    background-color: #ed1b2f;
    color: #fff
}

.feedback_btn:hover {
    cursor: pointer;
    color: #fff
}

.parsley-errors-list.filled {
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
    color: red
}

.tooltip.fade:before {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 10px;
    height: 20px;
    margin-top: -10px;
    background: url(/local/templates/climate.silver/images/icons.png) -300px -30px no-repeat
}

.icon_tooltip+.tooltip>.tooltip-inner {
    background-color: #fff;
    color: #a0a0a0;
    border: 2px solid #a3bbdc
}

.tooltip-arrow {
    border-color: #a3bbdc;
    display: none
}

.icon_tooltip:focus {
    outline: 0
}

.comment_pane .ct-catalog-element-review-new {
    margin: 0 0 15px
}

.ct-cart-tab {
    margin: 0 0 20px;
    border: 1px solid #fff;
    background-color: #f2f2f2;
    box-shadow: 0 1px 5px 0 rgba(183, 183, 183, .86)
}

.ct-cart-item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0
}

.ct-cart-item-picture {
    background-color: #fff
}

.ct-cart-item-quantity-nav>input {
    padding: 0 5px
}

.ct-cart-item-quantity-nav>input:focus {
    outline: 0
}

.ct-cart-item-price {
    font-size: 23px;
    line-height: 23px;
    color: #1b5395
}

.ct-cart-item-quantity {
    padding: 0;
    margin: 0 20px 0 0
}

.ct-cart-item-price .old-price {
    font-size: 14px;
    font-weight: 700
}

.ct-cart-item-price {
    font-family: Arial, sans-serif;
    float: right;
    margin: 0
}

.ct-cart-item-quantity {
    float: left
}

.ct-cart-item-delete {
    position: absolute;
    top: 0;
    right: 15px;
    background: url(/local/templates/climate.silver/images/icons.png) -195px -4px
}

.ct-cart-item-delete:hover {
    background-position: -195px -25px
}

.cart_total {
    font-size: 23px
}

.cart_total .item {
    padding: 15px 30px;
    border-bottom: 1px solid #cfcfcf
}

.cart_total .item:last-child {
    border-bottom: 0
}

.cart_total b {
    color: #1b5395
}

.cart_total span {
    float: right
}

.ct-cart-item-name {
    margin: 10px 15px 15px 0
}

.bx_order_make .bx_block.r1x3,
.bx_order_make .bx_block.r3x1 {
    font-size: 16px;
    line-height: 19px;
    float: none;
    display: inline-block;
    vertical-align: middle
}

.add_info,
.ct-catalog-element-buy .gift_icon {
    float: right
}

.bx_order_make .bx_block.r3x1 {
    margin: 0 0 10px;
    width: 79%
}

.bx_order_make .bx_block.r1x3.pt8 {
    padding-top: 0
}

#order_form_div input[type=text],
#order_form_div select {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebebeb;
    height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#order_form_div .section h4,
#order_form_div .title,
.bx_order_make .bx_section h4 {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdfe2
}

.bx_order_make .bx_block {
    padding: 0
}

.add_info {
    text-decoration: underline
}

#add_comment_content.active {
    height: auto
}

.add_info:hover {
    cursor: pointer;
    text-decoration: none
}

.bx_ordercart_order_pay_center {
    border-top: 0
}

.ct-cart-coupon-input {
    padding: 0 5px
}

.ct-cart-coupon-input:focus {
    outline: 0
}

.ct-cart-total {
    overflow: hidden;
    margin: 0
}

.ct-catalog-element-buy {
    padding: 5px
}

.ct-catalog-element-offer {
    text-shadow: none;
    color: #000
}

.ct-catalog-element-buy .img_holder {
    width: 43px;
    height: 43px
}

.elements-gifts,
.pair_heading {
    font-size: 20px;
    margin: 10px 5px
}

.elements-gifts span {
    vertical-align: middle;
    margin: 0 10px 0 0
}

.elements-gifts .gift_icon {
    margin-top: -10px
}

.pair_heading {
    color: #ee4141
}

.pair_holder {
    position: relative
}

.pair_holder .ct-catalog-element-add {
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -29px 0 0
}

.ct-catalog-element-add {
    font-size: 20px;
    color: #3455a2
}

.pair_plus .title {
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.ct-catalog-element-offer .economy {
    color: #ee4141;
    margin: 15px 0 0;
    text-align: center
}

.gift_icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 26px;
    margin: 0 45px 0 0;
    background: url(/local/templates/climate.silver/images/icons.png) -5px -5px
}

.ct-catalog-element-buy .img_holder,
.ct-catalog-element-buy .price,
.ct-catalog-element-buy .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0
}

.ct-catalog-element-buy.pair_plus {
    padding: 0
}

.ct-catalog-element-price.element_title {
    margin: 38px 0 0 15px
}

.element_price {
    margin: 41px 10px 0 0
}

.ct-catalog-element-buy .title {
    width: 190px
}

.title.economy {
    width: auto
}

.ct-catalog-element-price {
    margin: 10px 0
}

.ct-catalog-element-price input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    padding: 5px
}

.ct-catalog-element-picture>div {
    display: block
}

.fotorama__wrap {
    margin: 0 auto
}

.ct-catalog-element-tab-all .ct-catalog-element-form-fields {
    display: none
}

.ct-catalog-element-tab-all iframe {
    display: table;
    margin: 0 auto
}

.ct-catalog-element-properties .tab-content,
.ct-catalog-element-tab-all-content,
.ct-catalog-element-tab-all-title,
.ct-catalog-element-tab-content,
.ct-catalog-element-tab-title {
    margin: 0 0 20px
}
.ct-catalog-element-tab-characteristic.ct-catalog-element-tab-content table{
    width: 100%;
}
.ct-catalog-element-tab-all-content {
    height: auto
}
.ct-catalog-element-tab-all-content table{
    width: 100%;
}
.ct-catalog-element-tab-all-title a {
    font-size: 14px
}

.ct-catalog-element-properties .odd {
    background-color: #f3f3f3
}

.ct-catalog-element-tab-all-title>span,
.ct-catalog-element-tab-title>span {
    color: #000
}

.ct-catalog-element-review-list-item-bad .smile,
.ct-catalog-element-review-list-item-ok .smile {
    content: '';
    display: block;
    float: left;
    width: 33px;
    height: 32px;
    margin: 0 38px 0 0;
    background-image: url(/local/templates/climate.silver/images/icons.png)
}

.ct-catalog-element-review-list-item-ok .smile {
    background-position: -82px -5px
}

.ct-catalog-element-review-list-item-bad .smile {
    background-position: -39px -5px
}

.ct-catalog-element-review-list .ct-catalog-element-review-list-item-text>div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.ct-catalog-element .element-bigdata {
    padding: 20px 35px
}

.personal_panel {
    font-size: 12px
}

.personal_panel .panel_holder {
    padding: 10px;
    box-shadow: 0 1px 5px 0 rgba(183, 183, 183, .86)
}

.personal_panel .panel_item {
    padding: 0 0 20px
}

.personal_panel .panel_item:after,
.personal_panel .panel_item:before {
    content: " ";
    display: table
}

.img-holder:after,
.img-holder>a:after,
.pseudo-checkbox:before,
.triangle {
    content: ''
}

.personal_panel .panel_item:after {
    clear: both
}

.personal_panel .price {
    color: #194b8a;
    font-weight: 700;
    font-family: Verdana, sans-serif
}

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

.personal_panel a:hover {
    text-decoration: underline
}

.personal_panel .img_holder {
    width: 40%;
    float: left;
    padding-right: 10px;
    height: 93px
}

.personal_panel .img_holder,
.personal_panel .price,
.personal_panel .title {
    margin: 0 0 5px
}

.ct-catalog-element-recommended>.tab-content {
    padding: 0;
    border: 0
}

.ct-catalog-element-recommended .ct-catalog-section-list-item-name,
.ct-catalog-element-recommended .ct-catalog-section-list-item-name:focus,
.ct-catalog-element-recommended .ct-catalog-section-list-item-name:hover {
    color: #1b579a
}

.ct-catalog-element-recommended .ct-catalog-section-list-item-cart {
    margin-left: 0;
    margin-right: 0
}

.ct-catalog-section-list-item-properties {
    min-height: 122px
}

.ct-catalog-section-list-item-cart>div {
    vertical-align: middle
}

.ct-catalog-section-list-item-cart {
    padding: 0 15px
}

.ct-catalog-section-list-item-cart .btn_blue {
    height: 34px;
    padding: 11px;
    min-width: 90px;
    text-align: center
}

.accessories .ct-catalog-section-list {
    opacity: 0;
    height: 450px;
    position: relative
}

.share-panel a:hover,
.social-big a:hover,
header .social a:hover {
    opacity: .8
}

.ct-catalog-element-recommended .preload {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px
}

.ct-catalog-section-list-item:first-child {
    margin-left: 2px
}

.ct-catalog-section-list {
    padding: 0 16px
}

.owl-carousel .owl-stage-outer {
    padding: 2px 0 0
}

.ct-catalog-element-recommended .owl-stage-outer {
    width: 100.2%
}

.ct-catalog-element-recommended .owl-next,
.ct-catalog-element-recommended .owl-prev {
    position: absolute;
    top: 180px;
    width: 28px;
    height: 42px;
    background-image: url(/local/templates/climate.silver/images/icons.png)
}

.ct-catalog-element-recommended .owl-prev {
    background-position: -161px -5px
}

.ct-catalog-element-recommended .owl-next {
    background-position: -125px -5px
}

.ct-catalog-element-recommended .custom_heading {
    padding: 0 45px
}

.ct-catalog-element-recommended .btn_blue {
    min-width: 100px;
    height: 36px;
    padding: 11px 5px;
    letter-spacing: .035em;
    text-align: center
}

.ct-catalog-section-list-item-compare {
    text-align: left
}

.ct-catalog-section-list-item-compare input[type=checkbox] {
    margin: 0 5px 0 0
}

.ct-catalog-section-list-item-compare a {
    color: #000
}

.ct-catalog-section-list-item-functions-list {
    padding: 7px 15px
}

.ct-catalog-section-list-item-functions-list>li {
    padding: 0
}

.ct-catalog-section-list-item-functions-list a {
    padding: 0;
    text-decoration: underline
}

.ct-catalog-section-list-item-functions-list a:hover {
    text-decoration: none
}

.ct-catalog-section-list-item:hover {
    box-shadow: 0 0 5px 0 rgba(25, 75, 160, .5)
}

.rating_panel {
    overflow: hidden
}

.rating_panel .itua_rating {
    float: right
}

.rating_panel a {
    text-decoration: underline
}

.rating_panel a:hover {
    text-decoration: none
}

.ct-catalog-section-list .row.ct-catalog-section-list-item:first-child {
    margin-left: -15px
}

.ct-catalog-section-list .ct-catalog-section-list-item a.btn-primary {
    padding: 10px 20px;
    text-decoration: none
}

.ct-catalog-section-nav .ct-btn-link,
.ct-catalog-section-nav-view-list .ct-btn-link {
    border: 2px solid transparent
}

.modal-footer {
    border-top: none
}

.add_comment_hidden,
.modal .comments_switch {
    display: none
}

.modal .add_comment_hidden {
    display: block
}

.comment_pane .ct-catalog-element-form-fields {
    display: none
}

.modal .radio-inline {
    margin: 15px 0 0
}

.modal .ct-catalog-element-form-radio-title {
    margin: 5px 0 0
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    font-size: 18px
}

.bx_ordercart .bx_ordercart_photo_container {
    padding-top: 0;
    max-width: 1000px;
    min-width: 0;
    width: 74px;
    height: 74px
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
    font-size: 14px;
    color: #9b9b9b;
    text-decoration: underline
}

.bx_ordercart .bx_ordercart_order_table_container .add_to_basket:before,
.bx_ordercart .bx_ordercart_order_table_container .delete:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    background-image: url(/local/templates/climate.silver/images/icons.png)
}

.bx_ordercart .bx_ordercart_order_table_container .delete:before {
    background-position: -226px -25px
}

.bx_ordercart .bx_ordercart_order_table_container .add_to_basket:before {
    margin-top: -2px;
    background-position: -259px -25px
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
    vertical-align: middle;
    padding: 2% 15px
}

.bx_ordercart .bx_ordercart_order_table_container table thead td {
    text-align: center
}

.list-inline.ct-phone-contacts {
    overflow: hidden
}

.ct-catalog-list-sections-current-name {
    color: #1e63a8;
    font-size: 20px
}

.ct-catalog-list-sections-description-text h1 {
    font-size: 24px
}

.ct-catalog-section-list-description {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ct-catalog-section-list-description h1 {
    font-size: 22px
}

.modal>div {
    display: table;
    margin: 30px auto 0
}

.bx_catalog_item_price .bx_price,
.bx_item_list_you_looked_vertical .bx_item_list_title,
.scrollToTop {
    display: none
}

.modal>div>.modal-dialog {
    margin: 0 auto
}

.call_response {
    padding: 10px 20px
}

.call_response h3 {
    margin: 10px 0
}

.scrollToTop {
    width: 54px;
    height: 43px;
    position: fixed;
    z-index: 100;
    bottom: 5%;
    right: 5%;
    background: url(/local/templates/climate.silver/images/icons/toTop.png) no-repeat
}

.scrollToTop:hover {
    cursor: pointer
}

#delay .quantity_delay,
.user_panel .quantity {
    line-height: 19px
}

.bx_item_list_you_looked_vertical .bx_catalog_item_title {
    height: 36px
}

.bx_item_list_you_looked_vertical {
    border-bottom: none
}

.bx_item_list_you_looked_vertical .bx_catalog_item {
    height: 138px
}

.bx_item_list_you_looked_vertical .bx_catalog_item_images,
.bx_item_list_you_looked_vertical .bx_catalog_item_images_double {
    padding-top: 85%;
    -webkit-background-size: 53%;
    background-size: 53%
}

.bx_item_list_you_looked_vertical .bx_catalog_item_images_double {
    margin-top: -85%
}

.ct-membership-login-container {
    float: right;
    padding: 10px 0
}

.ct-membership-cart-container {
    visibility: hidden;
    display: none
}

.ct-phone-contacts,
.ct-phone-contacts .ct-phone-contacts--item:last-child {
    margin-right: 0
}

.ct-catalog-compare-list {
    margin: 15px 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ct-catalog-element-code {
    padding: 0 10px;
    margin: 15px 0
}

.ct-catalog-compare-list input[type=checkbox] {
    margin: 0 10px 0 0
}

.ct-catalog-element-delay {
    margin: 8px 0 0
}

@media (max-width:1199px) {
    .bigdata_recommended_products_items .bx_item_list_you_looked_vertical.col1 .bx_catalog_item,
    html.bx-touch .bigdata_recommended_products_items .bx_item_list_you_looked_vertical.col1 .bx_catalog_item {
        height: 198px!important
    }
    .bx_item_list_you_looked_vertical .bx_catalog_item_images,
    .bx_item_list_you_looked_vertical .bx_catalog_item_images_double {
        padding-top: 64%;
        -webkit-background-size: 36%;
        background-size: 36%
    }
    .bx_item_list_you_looked_vertical .bx_catalog_item_images_double {
        margin-top: -64%
    }
    .bx_item_list_you_looked_vertical.col1 .bx_catalog_item {
        width: 33.33%
    }
    .ct-catalog-element-offer,
    .search_holder {
        margin: 0 0 20px
    }
    .panel_holder {
        overflow: hidden
    }
    .personal_panel .panel_item {
        float: left;
        width: 33.33%
    }
    .ct-phone-contacts--item {
        font-size: 16px;
    }
}

@media (max-width:1023px) {
    .scrollToTop {
        display: none!important
    }
}

@media (max-width:991px) {
    .bx-touch .bx_item_list_you_looked_vertical.col1 .bx_catalog_item,
    .bx_item_list_you_looked_vertical.col1 .bx_catalog_item {
        margin: 0
    }
    .logo_holder {
        display: table;
        margin: 0 auto 20px
    }
}

@media (max-width:580px) {
    .bigdata_recommended_products_items .bx_item_list_you_looked_vertical.col1 .bx_catalog_item,
    html.bx-touch .bigdata_recommended_products_items .bx_item_list_you_looked_vertical.col1 .bx_catalog_item {
        height: 138px!important
    }
    .bx-touch .bx_item_list_you_looked_vertical.col1 .bx_catalog_item {
        width: 33.33%
    }
}

@media (max-width:480px) {
    .ct-catalog-element-properties .tab-content {
        padding: 15px
    }
    .ct-catalog-element-buy .pull-left,
    .ct-catalog-element-buy .pull-right {
        float: none!important
    }
    .ct-catalog-element-add-btn {
        display: table;
        margin: 0 auto
    }
    .ct-catalog-element-compare,
    .ct-catalog-element-delay {
        text-align: left
    }
    .ct-catalog-compare-list {
        margin-left: 10px
    }
    .pair_holder {
        padding: 0 0 66px
    }
    .pair_holder .ct-catalog-element-add {
        top: 91%;
        left: 50%;
        margin-left: -55px;
        right: auto
    }
    .ct-phone-contacts {
        margin: 5px 10px 25px 0
    }
    .ct-footer-info {
        padding-bottom: 0;
        border-left: 1px solid #EEE!important
    }
    .bigdata_recommended_products_items .bx_item_list_you_looked_vertical.col1 .bx_catalog_item,
    html.bx-touch .bigdata_recommended_products_items .bx_item_list_you_looked_vertical.col1 .bx_catalog_item {
        height: 332px!important
    }
    .bx-touch .bx_item_list_you_looked_vertical.col1 .bx_catalog_item {
        width: 100%
    }
    .nav.ct-upper-nav-menu>li>a {
        padding: 15px 3px 5px
    }
}

@media (max-width:360px) {
    bigdata_recommended_products_items .bx_item_list_you_looked_vertical.col1 .bx_catalog_item,
    html.bx-touch .bigdata_recommended_products_items .bx_item_list_you_looked_vertical.col1 .bx_catalog_item {
        height: 282px!important
    }
    .ct-membership>div {
        float: none
    }
    .user_panel .item {
        width: 33.33%
    }
}

div[id*=bxdynamic] {
    display: inline
}

a[title=rss] {
    display: block;
    margin: 10px 0
}

b {
    font-weight: 700
}

label:hover {
    cursor: pointer
}

p {
    margin: 14px 0
}

a {
    text-decoration: none
}

.btn-more-right,
a:hover {
    text-decoration: underline
}

a:active,
a:focus {
    outline: 0
}

@media (max-width:992px) {
    .hide-mobile {
        display: none
    }
}

.red {
    color: #ef2c2c
}

.green {
    color: #0c4da2
}

.black,
.pseudo-checkbox:hover {
    color: #000
}

.pseudo-checkbox {
    display: inline-block;
    margin-bottom: 5px;
    color: #000
}

.pseudo-checkbox:before {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 19px;
    background-image: url(/local/templates/climate.silver/images/icons.png);
    background-position: -248px -280px;
    margin-right: 5px
}

.pseudo-checkbox.checked:before {
    background-position: -276px -280px
}

.delayed-img {
    background-image: url(/local/templates/climate.silver/../img/loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 55px 50px;
    background-size: 55px 50px
}

.greed-pattern,
body {
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png);
    background-repeat: repeat
}

.img-holder,
.img-holder>a {
    text-align: center;
    color: transparent!important
}

.img-holder>a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.img-holder:after,
.img-holder>a:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    color: #fff
}

.img-holder img {
    max-width: 98%;
    max-height: 100%;
    vertical-align: middle;
    float: none!important
}

.img-holder,
img {
    border: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none
}

.img_holder::-moz-focus-inner,
a::-moz-focus-inner,
a:focus,
img::-moz-focus-inner {
    border: 0;
    outline: 0
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428
}

.ct-filter-sidebar-form label>input[type=checkbox] {
    margin: -3px 4px 0 0
}

.ct-checkbox.active:before,
input[type=checkbox].ct-checkbox:checked:before {
    background-position: 0 -23px
}

input[type=text],
input[type=email],
input[type=password] {
    height: 31px;
    padding: 5px 10px;
    border: 1px solid #e5e7e8
}

.input-icon {
    position: relative
}

.input-icon.right .icon-holder {
    left: auto;
    right: 0
}

.input-icon.right input {
    padding-left: 10px;
    padding-right: 40px
}

.input-icon.no-border .icon-holder {
    border: none
}

.input-icon .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 34px;
    padding: 8px 10px;
    border-right: 1px solid #ebebeb
}

.input-icon .icon-holder .icon {
    margin: 0
}

.input-icon input {
    padding-left: 40px
}

.input-icon .fa-unlock-alt {
    font-size: 18px
}

.input-icon .fa-map-marker {
    font-size: 17px;
    padding: 2px
}

.input-icon .fa-mobile {
    font-size: 20px;
    padding: 1px 3px
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 29px;
    margin: 15px 0
}

.main-heading,
.main-nav {
    font-family: 'Open Sans', sans-serif
}

.main-heading {
    font-size: 30px;
    color: #0c4da2;
    margin-bottom: 15px
}

.main-heading.red {
    font-size: 25px;
    color: #dd1f31;
    text-transform: uppercase;
    text-align: center
}

.readmore-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(12, 77, 162, .43)
}

.readmore-mask .plus {
    border: 2px solid #fff;
    padding: 6px 10px
}

.datepicker a.ui-state-default,
.tooltip-inner {
    border: 1px solid #0c4da2
}

.readmore-mask .fa {
    font-size: 16px;
    color: #fff
}

.btn-more-right {
    float: right;
    margin-top: 10px
}

.btn-grey a,
.btn-more-right:hover,
.ct-membership-login a:hover {
    text-decoration: none
}

.btn-more {
    font-weight: 700;
    color: #0c4da2;
    float: right;
    font-size: 12px
}

.btn-more .fa {
    color: #dd1f31
}

.btn-primary,
.btn-secondary {
    height: 39px;
    padding: 8px 25px;
    display: inline-block;
    background-image: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #dd1f31;
    text-decoration: none
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff
}

.btn-grey {
    background-color: #ebebeb;
    padding: 10px;
    text-align: center
}

.btn-grey a {
    color: #0c4da2
}

.fa {
    margin-top: -3px;
    vertical-align: middle;
    font-weight: 300;
    margin-right: 5px
}

.fa-asterisk {
    color: #ff0101;
    font-size: 10px
}

.fa-arrow-circle-right {
    margin-top: 0
}

.fa-calendar:hover {
    cursor: pointer
}

.ui-datepicker {
    background-color: #fff
}

.datepicker {
    font-size: 12px
}

.datepicker .ui-datepicker-calendar .ui-state-active,
.datepicker .ui-datepicker-calendar .ui-state-hover {
    background-color: #0c4da2;
    color: #fff
}

.datepicker .ui-datepicker .ui-datepicker-next span,
.datepicker .ui-datepicker-prev span {
    font-size: 12px;
    color: #000;
    margin-top: -2px
}

.datepicker .ui-datepicker .ui-datepicker-next span:hover,
.datepicker .ui-datepicker-prev span:hover {
    cursor: pointer
}

.datepicker .ui-datepicker .ui-datepicker-next span .fa,
.datepicker .ui-datepicker-prev span .fa {
    margin-left: 8px
}

.datepicker .ui-datepicker-next-hover {
    top: 2px;
    right: 2px
}

.datepicker .ui-datepicker-prev-hover {
    top: 2px;
    left: 2px
}

.datepicker .ui-datepicker-title {
    font-size: 14px;
    font-weight: 700
}

.datepicker .ui-state-default {
    background-color: #f5f5f5;
    color: #acacab;
    text-align: center
}

.tooltip-arrow,
button {
    background-color: transparent
}

.breadcrumb a,
.breadcrumb-nav a {
    color: #777
}

footer.fixed {
    position: fixed;
    bottom: 0;
    width: 100%
}

.tooltip {
    z-index: 210
}

.tooltip-inner {
    font-size: 12px;
    width: 160px
}

.tooltip-inner:before {
    width: 14px;
    height: 10px;
    left: 50%;
    bottom: -1px;
    margin-left: -6px;
    background-image: url(/local/templates/climate.silver/../img/icons.png);
    background-position: -9px -972px
}

button {
    border: none
}

.breadcrumb {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 12px;
    float: left
}

.breadcrumb>li+li:before {
    content: '> ';
    padding: 0 2px;
    font-size: 9px
}

.breadcrumb-nav {
    padding: 10px 0;
    float: right;
    font-size: 12px;
    color: #777
}

input[type=checkbox],
input[type=radio] {
    margin: 0 4px 0 0;
    vertical-align: middle
}

label {
    font-weight: 400
}

.ct-bread-crumb {
    font-size: 12px;
    margin: 10px 0
}

.ct-bread-crumb ul {
	list-style: none;
  padding: 0;
}

.ct-bread-crumb ul li {
	display: inline;
}
.ct-bread-crumb a {
    color: #5292d8
}

.ct-bread-crumb ul span {
  display: inline-block;
}

.ct-row-breadcrumb {
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png)
}

.icon,
.share-panel a,
header .social a {
    background-image: url(/local/templates/climate.silver/images/icons.png)
}

.share-panel {
    display: none
}
/*
.share-panel a {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 2px
}

.share-panel .social-likes__widget_facebook {
    background-position:  -5px -370px
}

.share-panel .social-likes__widget_twitter {
    background-position: -40px -370px
}

.share-panel .social-likes__widget_odnoklassniki {
    background-position: -75px -370px
}

.share-panel .social-likes__widget_vkontakte {
    background-position: -110px -370px
}

.share-panel .social-likes__widget_plusone {
    background-position: -145px -370px
}

.share-panel .social-likes__widget_mailru {
    background-position: -179px -370px
}

*/

.share-panel a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 0px;
    background-repeat: no-repeat;
}

.share-panel .social-likes__widget_facebook  {
    background-position: -19px -233px;
}


.share-panel .social-likes__widget_twitter {
    background-position: -44px -233px;
}

.share-panel .social-likes__widget_odnoklassniki{
	background-position: -70px -233px;
}
.share-panel .social-likes__widget_vkontakte {
    background-position: -95px -233px;
}

.share-panel .social-likes__widget_plusone  {
    background-position: -120px -233px;
}

.share-panel .social-likes__widget_mailru {
	background-position: -146px -233px;
}

.mob-share {
    display: none;
    width: 100%;
    float: left;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon.icon-close {
    width: 22px;
    height: 23px;
    background-position: -182px -243px
}

.icon.kyivstar {
    width: 19px;
    height: 18px;
    background-position: -169px -277px
}

.icon.life {
    width: 11px;
    height: 15px;
    background-position: -199px -278px
}

.icon.mts {
    width: 15px;
    height: 16px;
    background-position: -219px -277px
}

.ct-row-header {
    background-color: #fff;
    padding: 12px 0
}

.ct-membership-login {
    font-size: 12px
}

.ct-membership-login .fa {
    color: #767676;
    vertical-align: middle;
    margin-right: 10px
}

.ct-membership-login a,
.ct-membership-login span.clickurl {
    color: #767676;
    border-bottom: 1px dotted #767676
}

.ct-membership-login a:hover,
.ct-membership-login span.clickurl:hover {
    border-bottom: none
}

.ct-membership-login span.clickurl {
	cursor: pointer;
}

.ct-membership-login a:first-child {
    margin-right: 10px
}

header .social {
    float: right;
    margin: 7px 25px 0 0
}

header .social a {
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-left: 3px
}

header .social .fb {
    background-position: -133px -197px
}

header .social .vk {
    background-position: -160px -196px
}

header .social .gplus {
    background-position: -103px -315px
}

.logo_holder img {
    max-width: 100%
}

.search_holder {
    margin: 0
}

.search_holder .fa-search {
    margin-right: 0
}

.search-panel {
    padding-left: 20px;
    border-left: 1px solid #ebebeb
}

.search-panel .ct-phone-contacts {
    float: left;
    width: 62%;
    margin: 0 0 10px
}

.search-panel .ct-phone-contacts--item {
    margin: 0;
    padding: 0 10px 0 0
}

.search-panel .ct-phone-contacts--item:nth-child(2n) {
    padding: 0
}

.search-panel .ct-phone-contacts--phone {
    color: #000
}

.search-panel .ct-phone-contacts--phone span {
    color: #a4a4a4
}

.search-panel .tel-panel:after,
.search-panel .tel-panel:before {
    content: " ";
    display: table
}

.search-panel .callback {
    font-size: 16px;
    color: #0c4da2;
    margin: 10px 0 0 15px;
    float: left
}

.search-panel .callback .text {
    border-bottom: 1px dotted #0c4da2
}

.search-panel .callback .text:hover {
    cursor: pointer;
    border-bottom: none
}

.search-panel .callback .fa {
    margin: -3px 5px 0 0;
    color: #dd1f31
}

.search-panel input[type=text] {
    border-radius: 0;
    box-shadow: none;
    border-color: #ccc;
    height: 26px
}

.ct-head-search--btn {
    position: absolute;
    right: 0;
    background-color: #f7f7f7;
    left: auto;
    top: auto;
    bottom: 0;
    height: 100%;
    width: 64px;
    padding: 2px 0;
    color: rgba(94, 94, 94, .87);
    border: 1px solid #ccc
}

div.title-search-result {
    /*width: 429px!important;*/
    border: none;
    -webkit-box-shadow: 2px 3px 6px rgba(3, 3, 3, .34);
    -moz-box-shadow: 2px 3px 6px rgba(3, 3, 3, .34);
    box-shadow: 2px 3px 6px rgba(3, 3, 3, .34)
}

.title-search-result table {
    width: 100%!important
}

.title-search-result .title-search-item {
    border-bottom: 1px solid #ededed;
    padding: 10px;
  display: flex;
  align-items: center;
}

.title-search-result .img-holder,
.title-search-result .title,
.title-search-result .title-search-price {
    /*display: inline-block;
    vertical-align: middle*/

}

.title-search-result .img-holder {
    width: 68px;
    height: 68px;
    margin-right: 25px
}

.title-search-result .title {
    width: 156px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #0c4da2
}

.title-search-result .title-search-price {
    width: 140px;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
  white-space: nowrap;
}

.title-search-result .title-search-all,
.title-search-result .title-search-more {
    padding: 3px 10px;
    text-align: right;
    text-decoration: underline
}

.title-search-result .title-search-all:hover,
.title-search-result .title-search-more:hover {
    text-decoration: none
}

.mobile-panel {
    position: relative;
    display: none;
    height: 35px;
    padding-left: 50px;
    margin-bottom: -2px;
    background-color: #0c4da2
}

.mobile-panel .navbar-toggle {
    position: absolute;
    top: -10px;
    left: 3px;
    z-index: 20;
    padding: 10px
}

.mobile-panel .icon-bar {
    height: 3px;
    background-color: #dd1f31
}

.mobile-panel .holder {
    float: right;
    margin-right: 10px
}

.mobile-panel a {
    color: #fff
}

.mobile-panel .button {
    position: relative;
    float: left;
    width: 54px;
    height: 100%;
    font-size: 22px;
    line-height: 35px;
    color: #fff;
    border-left: 1px solid #fff;
    text-align: center
}

@media (max-width:320px) {
    .mobile-panel .holder {
        margin-right: 0
    }
    .mobile-panel .button {
        width: 50px
    }
}

.mobile-panel .button.active {
    background-color: #efefef;
    color: #dd1f31
}

.mobile-panel .quantity_compare {
    font-size: 14px;
    line-height: 20px;
    z-index: 20;
    right: 4px;
    top: -8px
}

@media (max-width:1199px) {
    .search_holder {
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    .search-panel {
        padding-left: 0
    }
    .search-panel input[type=text] {
        height: 31px
    }
    .header .social {
        margin-right: 10px
    }
    .ct-header {
        position: relative
    }
    .ct-row-header {
        padding: 12px 0 0
    }
    .logim-mobile-holder {
        position: static
    }
    .ct-row-upper {
        position: relative;
        height: auto
    }
    .login-mobile {
        position: absolute;
        top: 10px;
        right: 17px
    }
    .search-panel {
        border: 0;
        margin: 0 -14px;
        padding: 0 14px;
        background-color: #efefef
    }
    .ct-head-search--btn {
        height: 31px
    }
    .mobile-hidden,
    .user_panel {
        display: none
    }
    .mobile-hidden.open {
        display: block
    }
    .search-panel .ct-phone-contacts {
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 10px 0 0
    }
    .search-panel .ct-phone-contacts--item {
        float: left;
        width: 50%;
        text-align: center
    }
    .search-panel .callback {
        float: none;
        display: table;
        margin: 5px auto
    }
    .mobile-hidden {
        height: 86px
    }
    .ct-head-search {
        top: 28px
    }
    .title-search-result {
      max-width: 85vw;
    }
    .title-search-result .title-search-price {
        font-size: 12px
    }
    .mobile-panel {
        display: block;
        margin: 0 15px -2px
    }
}

.main-nav {
    background-color: #0c4da2
}

.main-nav .fa-chevron-down,
.main-nav .fa-chevron-right {
    display: none
}

.main-nav .dropdown-menu li:hover .dropdown-submenu,
.main-nav .nav>li:hover .dropdown-menu {
    display: block
}

.main-nav .navbar-toggle {
    position: absolute;
    top: 158px;
    left: 3px;
    z-index: 20;
    padding: 10px
}

.main-nav .icon-bar {
    height: 3px;
    background-color: #dd1f31
}

.main-nav li {
    position: relative
}

.main-nav a {
    color: #fff
}

.main-nav.navbar {
    position: static;
    margin-bottom: 0;
    min-height: 0;
    border: none;
}
.main-nav.navbar.navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
@media (max-width:991px) {
    .main-nav.navbar.navbar-fixed-top{
        display: none;
    }
}
.main-nav .navbar-collapse {
    padding-right: 0;
    padding-left: 0
}

.main-nav .nav>li.active>a,
.main-nav .nav>li>a:focus,
.main-nav .nav>li>a:hover {
    background-color: #0a428a
}

.main-nav .fa {
    margin-top: -2px
}

.main-nav .nav>li {
    border-right: 1px solid rgba(172, 172, 172, .24)
}

.main-nav .nav>li>a {
    text-transform: uppercase
}

.main-nav .nav>li:first-child {
    border-left: 1px solid rgba(172, 172, 172, .24)
}

.main-nav .nav>li:first-child>a {
    padding: 12px 34px
}

.main-nav .nav>li:last-child>a {
    padding: 12px 5px;
    background-color: #dd1f31
}

.main-nav .nav>li:last-child>a:hover {
    background-color: #c71c2c
}

.main-nav .dropdown-menu {
    left: -1px;
    margin-top: -1px;
    padding: 0;
    z-index: 20;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.main-nav .dropdown-menu .holder {
    display: block;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(235, 235, 235, .31)
}

.main-nav .dropdown-menu .holder span {
    width: 170px
}

.main-nav .dropdown-menu .holder img {
    margin-right: 10px
}

.main-nav .dropdown-menu>li>a {
    white-space: normal;
    color: #fff;
    background-color: #0c4da2;
    line-height: 1.2;
    padding: 17px 17px 0
}

.main-nav .dropdown-menu>li>a:focus,
.main-nav .dropdown-menu>li>a:hover {
    background-color: #0a428a;
    background-image: none
}

.main-nav .dropdown-submenu {
    display: none;
    width: 270px;
    padding: 8px 0 8px 8px;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: 100%;
    list-style: none
}

.main-nav .dropdown-submenu li:hover .dropdown-subsubmenu {
    display: block
}

.main-nav .dropdown-submenu li>a {
    display: block;
    padding: 8px;
    color: #0c4da2
}

.main-nav .dropdown-submenu li>a:active,
.main-nav .dropdown-submenu li>a:hover {
    text-decoration: none;
    background-color: #fff
}

.main-nav .dropdown-subsubmenu {
    display: none;
    position: absolute;
    width: 619px;
    left: 100%;
    background-color: #fff;
    top: -8px;
    border: 8px solid #e5e5e5;
    border-left: none;
    padding: 0;
    list-style: none
}

.main-nav .dropdown-subsubmenu li {
    width: 33.33%;
    height: 149px;
    float: left;
    text-align: center
}

.main-nav .dropdown-subsubmenu .img-holder {
    display: inline-block;
    width: 100px;
    height: 95px;
    margin-bottom: 5px
}

.main-nav .dropdown-subsubmenu li>a {
    padding: 0
}

.main-nav .dropdown-subsubmenu li>a:hover span {
    text-decoration: underline
}

.main-nav .dropdown-subsubmenu span {
    display: inline-block
}

@media (max-width:1199px) {
    .main-nav .nav>li>a {
        text-transform: none;
        font-size: 13px
    }
    .main-nav .nav>li:first-child>a {
        padding: 12px 5px
    }
    .main-nav .dropdown-subsubmenu {
        width: 422px
    }
    .main-nav .dropdown-subsubmenu li {
        width: 50%
    }
    .main-nav .dropdown-subsubmenu .img-holder {
        width: 100%
    }
}

.carousel .caption,
.ct-home-sections-parent-link,
.element-gifts .heading,
.epTotal .btn-primary,
.epTotal .btn_blue,
.modal .btn,
.modal .heading {
    text-transform: uppercase
}

@media (max-width:991px) {
    .main-nav {
        background-color: transparent
    }
    .main-nav .navbar-collapse {
        margin: 0;
        background-color: #0c4da2
    }
    .main-nav .nav>li:last-child {
        background-color: #dd1f31
    }
    .main-nav .nav-justified>li>a {
        margin-bottom: 0
    }
    .main-nav .dropdown-menu .holder {
        border: 0
    }
    .main-nav .dropdown-menu .holder span {
        width: auto
    }
    .main-nav .main-nav .nav>li>a:focus,
    .main-nav .nav .open>a,
    .main-nav .nav .open>a:focus,
    .main-nav .nav .open>a:hover,
    .main-nav .nav>li.active>a,
    .main-nav .nav>li>a:hover {
        background-color: transparent
    }
    .main-nav li {
        overflow: hidden;
        width: 100%;
    }
    .main-nav .fa-chevron-right {
        display: block
    }
    .main-nav .fa {
        color: #fff
    }
    .main-nav .nav>li>a {
        text-transform: uppercase;
        font-size: 14px;
        display: inline-block;
        text-align: left
    }
    .main-nav .nav>li {
        border-left: 0!important;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        border-top: 0
    }
    .main-nav .nav>li .fa-chevron-down,
    .main-nav .nav>li.open>.fa-chevron-right {
        display: none
    }
    .main-nav .nav>li.open>.fa-chevron-down {
        display: block
    }
    .main-nav .fa-chevron-down,
    .main-nav .fa-chevron-right {
        position: absolute;
        right: 12px;
        top: 18px
    }
    .main-nav .dropdown-menu {
        background-color: #0c4da2;
        border: 0
    }
    .main-nav .dropdown-menu .fa-chevron-down,
    .main-nav .dropdown-menu .fa-chevron-right {
        top: 26px
    }
    .main-nav .dropdown-menu li:hover .dropdown-menu,
    .main-nav .dropdown-menu>li.open>.fa-chevron-right {
        display: none
    }
    .main-nav .dropdown-menu>li.open>.fa-chevron-down {
        display: block
    }
    .main-nav .dropdown-menu>li>a {
        display: inline-block
    }
    .main-nav .nav>li:first-child>a {
        padding: 12px 18px
    }
    .main-nav .dropdown-menu,
    .main-nav .dropdown-submenu,
    .main-nav .dropdown-subsubmenu {
        position: static;
        width: 100%!important
    }
    .main-nav .navbar-collapse {
        border: 0;
        max-height: 10000px
    }
    .main-nav .nav>li:hover .dropdown-menu {
        display: none
    }
    .main-nav .nav>li.open .dropdown-menu {
        display: block
    }
    .main-nav .dropdown-menu li:hover .dropdown-submenu {
        display: none
    }
    .main-nav .dropdown-menu li.open .dropdown-submenu {
        display: block
    }
    .main-nav .dropdown-submenu {
        background-color: #e5e5e5;
        padding: 0
    }
    .main-nav .dropdown-submenu li {
        background-color: transparent
    }
    .main-nav .dropdown-submenu li>a {
        display: inline-block
    }
    .main-nav .dropdown-submenu .fa-chevron-down,
    .main-nav .dropdown-submenu .fa-chevron-right {
        color: #0c4da2;
        top: 14px
    }
    .main-nav .dropdown-submenu li.open .fa-chevron-right,
    .main-nav .dropdown-submenu li:hover .dropdown-subsubmenu {
        display: none
    }
    .main-nav .dropdown-submenu li.open .dropdown-subsubmenu,
    .main-nav .dropdown-submenu li.open .fa-chevron-down {
        display: block
    }
    .main-nav .dropdown-subsubmenu {
        overflow: hidden;
        padding: 10px 4px;
        margin: 0;
        border: 0;
        background-color: #fff
    }
    .main-nav .dropdown-subsubmenu li {
        width: 50%
    }
    .main-nav .dropdown-subsubmenu .img-holder {
        width: 100%
    }
}

.topNav li.open .fa-chevron-right,
.triangle {
    display: none
}

@media (max-width:767px) {
    .main-nav .navbar-collapse {
        margin: 0 -15px
    }
    .mobile-panel {
        /* margin: 0 0 -2px */
      margin: 0;
    }
}

@media (max-width:320px) {
    .main-nav .navbar-toggle {
        padding: 5px 10px
    }
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #dd1f31
}

.triangle {
    margin-left: -3px;
    top: 26px;
    right: 50%;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 2;
    border-bottom: 7.5px solid #0c4da2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.topNav {
    padding: 0
}

.topNav.navbar {
    min-height: 0;
    margin-bottom: 0
}

.topNav .fa-chevron-down,
.topNav .fa-chevron-right {
    display: none;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 14px
}

.topNav li.open .fa-chevron-down {
    display: block
}

.topNav .navbar-nav>li>a {
    padding: 9px 7px;
    text-decoration: none
}

.topNav .topNav .navbar-nav>li:first-child>a {
    padding-left: 0
}

.topNav .navbar-nav>li.active>a,
.topNav .navbar-nav>li>a:focus,
.topNav .navbar-nav>li>a:hover {
    background: 0 0;
    text-decoration: underline
}

.modal-auth .note .or,
.social-big a {
    background-image: url(/local/templates/climate.silver/images/icons.png)
}

.topNav .dropdown-menu {
    left: -15px;
    max-width: 50px;
    padding: 10px 0;
    border: none;
    border-top: 3px solid #0c4da2;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .75);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .75)
}

.topNav .dropdown-menu a {
    font-size: 12px;
    padding: 3px 10px;
    white-space: normal;
    color: #000
}

.topNav .dropdown-menu li a:hover,
.topNav .dropdown-menu li.active a {
    background-color: #0c4da2;
    color: #fff
}

.topNav .dropdown-menu li:first-child {
    border-top: 0
}

.topNav .navbar-toggle {
    float: left
}

.topNav .icon-bar {
    background-color: #767676;
    height: 3px
}

@media (min-width:991px) {
    .topNav {
        padding: 0
    }
    .topNav li:hover ul {
        display: block
    }
}

@media (max-width:991px) {
    .topNav .navbar-nav>li.active>a,
    .topNav .navbar-nav>li>a:hover,
    .topNav .topNav .navbar-nav>li.active>a,
    .topNav .topNav .navbar-nav>li>a:focus,
    .topNav .topNav .navbar-nav>li>a:hover {
        text-decoration: none
    }
    .navbar-nav li ul {
        display: none
    }
    .topNav {
        padding: 0 14px;
        margin: 0 -14px
    }
    .topNav .navbar-collapse {
        padding: 0 17px;
        clear: both
    }
    .topNav .navbar-nav>li>a {
        padding: 9px 17px;
        text-decoration: none
    }
    .topNav .topNav .navbar-nav>li:first-child>a {
        padding-left: 17px
    }
    .topNav a {
        color: #fff
    }
    .topNav .navbar-nav {
        margin: 0 -16px
    }
    .topNav .nav>li {
        z-index: 50;
        background-color: #dd1f31;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }
    .topNav .open .dropdown-menu {
        display: block;
        background-color: #fff
    }
    .topNav .dropdown-menu {
        background-color: #fff
    }
    .topNav .dropdown-menu li {
        border-top: none
    }
    .topNav .fa-chevron-right {
        display: block
    }
}

@media (max-width:480px) {
    .topNav .navbar-toggle {
        margin-left: -15px
    }
}

footer {
    margin-bottom: 0;
    background-color: #0c4da2;
    color: #fff!important
}

footer .main-nav,
footer .main-nav .nav>li:last-child,
footer .main-nav .nav>li:last-child>a {
    background-color: #0a4694
}

footer .ct-row-footer-info {
    padding: 15px 0 30px
}

footer .main-nav .nav>li {
    text-align: center;
    border: 0!important
}

footer .main-nav .nav>li:last-child>a:active,
footer .main-nav .nav>li:last-child>a:hover {
    background-color: #0a428a
}

footer .ct-footer-info-schedule-title {
    font-weight: 700;
    font-family: Arial, sans-serif
}

.carousel .caption,
.news-item,
footer .ct-footer-info-slogan {
    font-family: 'Open Sans', sans-serif
}

footer .ct-footer-info-schedule .ct-footer-info-schedule-timetable,
footer .ct-footer-info-schedule-title,
footer .ct-footer-info-slogan {
    color: #fff
}

footer .ct-footer-info-slogan-hidden {
    display: none
}

footer .ct-footer-info-copyright,
footer .ct-footer-info-schedule-timetable {
    color: #98aace
}

footer .ct-footer-info-slogan {
    font-weight: 700;
    font-size: 16px;
    margin-top: 2px
}

footer .ct-footer-info {
    border: none
}

footer .ct-phone-contacts--phone {
    color: #fff
}

footer .ct-phone-contacts--item {
    float: none;
    padding: 6px;
    width: 150px;
    margin: 0
}

footer .ct-footer-contacts-address,
footer .ct-footer-contacts-phones .ct-phone-contacts {
    text-align: right
}

footer .ct-footer-contacts-address {
    position: relative;
    font-size: 16px;
    width: 272px;
    float: right;
    text-align: left
}

footer .ct-footer-contacts-address .fa-map-marker {
    position: absolute;
    left: -25px;
    top: 13px;
    font-size: 16px;
    color: #dd1f31
}

footer .ct-phone-contacts {
    float: right;
    position: relative
}

footer .ct-footer-contacts-phones {
    position: relative;
    margin-bottom: 10px
}

footer .ct-footer-contacts-phones:after,
footer .ct-footer-contacts-phones:before {
    content: " ";
    display: table
}

footer .ct-footer-contacts-phones .fa-phone {
    position: absolute;
    top: 31px;
    left: 62px;
    font-size: 17px;
    color: #dd1f31
}

.ct-wrapper-close {
    margin: 0
}

@media (max-width:1199px) {
    footer .ct-phone-contacts--item {
        width: 145px
    }
    footer .ct-footer-contacts-phones .fa-phone {
        left: -3px
    }
}

@media (max-width:992px) {
    footer .ct-footer-contacts-address {
        width: auto
    }
    footer .ct-phone-contacts--item {
        width: 100%;
        text-align: left
    }
    footer .ct-footer-contacts-phones .fa-phone {
        left: -20px
    }
}

@media (max-width:767px) {
    footer .ct-phone-contacts--item {
        width: auto
    }
    footer .ct-footer-contacts-phones .fa-phone {
        top: 8px;
        left: -4px
    }
    .ct-phone-contacts {
        margin: 0
    }
    footer .ct-footer-contacts-address {
        width: auto;
        float: none;
        margin: 0;
        padding-left: 18px
    }
    footer .ct-footer-contacts-phones .ct-phone-contacts {
        margin-left: 10px;
        text-align: left
    }
    footer .ct-footer-contacts-address .fa-map-marker {
        left: -1px;
        top: 6px
    }
    footer .ct-footer-info {
        border: 0!important
    }
}

.home-benefits .item,
.modal .heading,
.modal .note,
.social-big {
    text-align: center
}

.modal .icon-close {
    position: absolute;
    top: -22px;
    right: -21px
}

.modal .modal-header {
    min-height: 50px;
    font-size: 16px;
    background-color: #2E4D9F;
    border: 0;
    color: #fff
}

.modal .btn,
.modal-auth {
    font-size: 14px
}

.modal .heading {
    font-weight: 700;
    font-size: 14px
}

.modal .modal-body {
    padding: 20px 65px
}

.modal input[type=text],
.modal input[type=email],
.modal input[type=password] {
    height: 36px;
    border: 2px solid #ebebeb;
    width: 100%
}

.modal .modal-dialog {
    max-width: 464px;
    width: 464px
}

.modal label {
    display: block
}

.modal .row {
    margin-bottom: 10px
}

.modal textarea {
    height: 150px;
    resize: none
}

.modal .text-error {
    padding: 10px 0 0;
    color: red
}

.modal .modal-footer {
    margin: 0;
    padding: 20px 65px;
    background-color: #f6f6f6
}

.modal .btn {
    width: 100%;
    font-weight: 700;
    color: #fff
}

.social-big:after,
.social-big:before {
    content: " ";
    display: table
}

.social-big a {
    width: 41px;
    height: 41px;
    display: inline-block;
    margin-right: 13px;
    border: none
}

.social-big .fb {
    background-position: -218px -233px
}

.social-big .vk {
    background-position: -274px -232px
}

.modal-auth .note {
    position: relative;
    padding-bottom: 30px;
    margin: 0 -64px 30px;
    border-bottom: 4px solid #e6e8ed
}

.modal-auth .note .or {
    width: 78px;
    height: 20px;
    padding: 5px 0;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -48px;
    background-position: -21px -266px
}

.ct-catalog-element,
.ct-row-catalog-element,
.home-benefits,
.news-list {
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png);
    background-repeat: all
}
.ct-catalog-element .element-offers{
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 210px;
}
.ct-catalog-element .element-offers.active{
    max-height: 2100px; 
}
.element-offers-toggle.active {
    display: block;
}
.element-offers-toggle{
    margin: 0 auto;
    display: none;
    background: #0c4da2;
    border: none;
    color:#fff;
    height: 30px;
    width: 100%;
}
.modal-auth a {
    color: #0c4da2
}

.modal-auth input[type=checkbox] {
    margin-top: -3px
}

.modal-auth .remember_me {
    float: left
}

.modal-auth .forgot-pass {
    margin-top: 10px;
    float: right;
    border-bottom: 1px dashed #0c4da2
}

.modal-auth .forgot-pass:active,
.modal-auth .forgot-pass:hover {
    border-bottom: 1px dashed transparent;
    text-decoration: none
}

.modal-auth .bottom-links {
    text-align: center;
    margin-top: 10px
}

.modal-auth .bottom-links span {
    display: block;
    margin: 0 0 5px;
    border: none;
    color: #0c4da2;
}

.modal-auth .bottom-links span:hover {
    text-decoration: underline
}

.basket-added-modal .modal-footer {
    padding: 20px
}

.basket-added-modal .modal-footer .btn {
    height: 32px;
    width: 49%;
    font-size: 12px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 6px
}

.modal-footer:after,
.modal-footer:before {
    display: none
}

@media (max-width:767px) {
    .modal>div {
        display: block
    }
    .modal.in .modal-dialog {
        width: 100%
    }
    .modal .icon-close {
        top: 10px;
        right: 10px
    }
}

.news-list {
    padding: 20px 0
}

.news-item {
    -webkit-box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    -moz-box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    background-color: #fff
}

.news-item .img-holder {
    height: 215px;
    margin-bottom: 20px;
    position: relative
}

.news-item .img-holder:hover .readmore-mask {
    z-index: 10
}

.news-item .title {
    display: block;
    height: 46px;
    overflow: hidden;
    color: #3c3c3c;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px
}

.news-item .announce {
    color: #898989;
    overflow: hidden;
    margin-bottom: 20px
}

.news-item .text {
    padding: 17px
}

.news-item .text:after,
.news-item .text:before {
    content: " ";
    display: table
}

.news-item .btn-more {
    margin-bottom: 15px
}

.home-benefits {
    padding: 30px 0;
    color: #898989;
    line-height: 1.5
}

.home-benefits .item {
    float: left;
    width: 20%;
    padding: 0 22px
}

@media (max-width:767px) {
    .news-item .text {
        height: auto
    }
    .home-benefits .item {
        width: 50%
    }
}

@media (max-width:480px) {
    .home-benefits .item {
        float: none;
        width: 100%
    }
}

.home-benefits .item img {
    margin-bottom: 10px
}

.carousel .caption {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -40px;
    font-size: 24px;
    color: #fff
}

.carousel p {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 10px;
    background-color: #dd1f31
}

.home-about,
.home-intro-about {
    background-color: #fff
}

@media (max-width:767px) {
    .ct-container-slider .container {
        padding: 0
    }
    .ct-container-slider .carousel-indicators {
        margin-bottom: 0
    }
}

.home-about {
    color: #898989
}

.home-about p {
    margin: 25px 0
}

.home-about img {
    max-width: 100%;
    margin: 0 10px
}

.home-about li {
    list-style: none
}

.home-about li:before {
    content: '\2022';
    color: #0c4da2;
    margin-right: 5px
}

.element-offers .heading {
    font-weight: 700;
    margin-bottom: 10px
}

.element-offers .item {
    padding: 10px 0;
    border-top: 1px solid #e5e7e8
}

.element-offers .item:after,
.element-offers .item:before {
    content: " ";
    display: table
}

.element-offers .item .btn,
.element-offers .item input[type=text] {
    display: inline-block;
    vertical-align: middle
}

.element-offers .item .btn {
    padding: 8px 14px
}

.element-offers .item input[type=text] {
    width: 38px
}

.element-offers .buy-panel,
.element-offers .price,
.element-offers .title {
    float: left
}

.element-offers .title {
    width: 45%
}

.element-offers .price {
    width: 55%;
    padding: 0 5px;
    text-align: right;
    font-weight: 700
}

.element-offers .price small {
    font-weight: 400
}

.element-offers .min-price {
    float: left;
    width: 45%;
    text-align: center
}

.element-offers .buy-panel {
    width: 55%
}

.ct-row-catalog-section {
    margin-right: 0;
    margin-left: 0
}

.ct-catalog-element-add-btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: right;
    border: none;
    margin: 0;
    padding: 10px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ct-catalog-element-picture {
    border: 0
}

.ct-catalog-element {
    margin: 0;
    padding: 0 0 15px
}

.ct-catalog-element h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: 0 0 15px
}

.element-bigdata,
.element-panel,
.element-slider {
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(229, 229, 229, .75);
    -moz-box-shadow: 0 1px 5px rgba(229, 229, 229, .75);
    box-shadow: 0 1px 5px rgba(229, 229, 229, .75);
    background-color: #fff
}

.element-bigdata {
    overflow: hidden
}

.element-add,
.element-old-price,
.element-price {
    width: 50%
}

.element-add {
    float: right;
    text-align: right
}

.ct-catalog-section-list-item-old-price {
    float: right;
    font-size: 12px
}

.element-price {
    width: 55%;
    padding-left: 15px;
    font-size: 19px;
    color: #dd1f31;
    font-weight: 700
}

.element-price>div {
    line-height: 1
}

.element-price span {
    font-size: 18px
}

.element-price small {
    color: #000
}

.element-old-price {
    float: left;
    width: 45%;
    font-size: 18px;
    color: #b6b6b6;
    text-decoration: line-through
}

.element-add .btn-primary,
.element-panel .btn-primary {
    font-size: 15px
}

.element-row {
    padding: 10px 0
}

.element-row:after,
.element-row:before {
    content: " ";
    display: table
}

.element-panel {
    margin-bottom: 15px
}

.element-panel .price-holder {
    width: 64.66%;
    float: left;
    margin-top: 8px
}

.element-panel .price-dogovor {
    float: left;
    margin-top: 8px;
    font-size: 19px;
    color: #dd1f31;
    font-weight: 700;
}


.element-panel .input-div {
    display: block!important;
    float: right
}

.element-panel .input-div input {
    display: block;
    height: 39px;
    float: left;
    width: 159px
}

.element-panel .code {
    float: left;
    background-color: #e1e1e1;
    font-weight: 700;
    padding: 10px;
    margin-right: 5px
}

.element-panel .order-works {
    float: left;
    margin-top: 4px
}

.element-panel .order-works .fa {
    font-size: 21px
}

.element-panel .share-panel {
    float: right
}

.ct-catalog-element-functions {
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1
}

.ct-catalog-element-functions .holder {
    display: table;
    margin: 10px auto
}

.ct-catalog-element-functions .holder .pseudo-checkbox {
    margin-right: 15px;
    margin-bottom: 0
}

.ct-catalog-element-functions .holder .to-fav {
    display: inline-block
}

.ct-catalog-element-functions .holder .fa {
    font-size: 20px
}

.ct-catalog-element-functions .holder .fa span {
    font-family: Arial;
    font-size: 14px;
    margin-top: -4px;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block
}

.ct-catalog-element-functions .ct-catalog-compare-list input {
    margin: -3px 5px 0 0
}

.ct-catalog-element-functions .ct-catalog-compare-list a {
    color: #000
}

.ct-catalog-element-functions .btn-link {
    color: #0c4da2
}

.ct-catalog-element-functions .btn-link:hover {
    text-decoration: underline
}

.ct-catalog-element-functions .ct-catalog-compare-list,
.ct-catalog-element-functions .ct-catalog-element-delay {
    float: left
}

.element-gifts {
    border-top: 2px solid red;
    padding: 20px 15px 0;
    margin: 0 -20px
}

.element-gifts .heading {
    color: #dd1f31;
    margin-bottom: 15px;
    font-weight: 700
}

.element-gifts .item {
    margin-bottom: 15px
}

.element-gifts .item:after,
.element-gifts .item:before {
    content: " ";
    display: table
}

.element-gifts .img-holder,
.element-gifts .price {
    width: 25%
}

.element-gifts .price {
    width: 22%
}

.element-gifts .price span {
    font-size: 14px
}

.element-gifts .img-holder {
    padding-right: 15px;
    height: 75px
}

.element-gifts .title {
    padding-right: 15px;
    width: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

.element-gifts .title:hover {
    text-decoration: underline
}

.element-gifts .price {
    font-size: 18px;
    font-weight: 700
}

.ct-catalog-element-form-fields .fa-thumbs-up {
    color: #a4ddac
}

.ct-catalog-element-form-fields .fa-thumbs-down {
    color: #ffa893
}

.form-group .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 22px
}

.ct-catalog-element-form label {
    margin: 0!important;
    font-size: 24px;
    padding: 0 5px
}

.ct-catalog-element-form label:before {
    border: none!important
}

@media (max-width:767px) {

    iframe {
        max-width: 100%
    }
}

@media (max-width:480px) {
    .element-offers .title {
        margin-bottom: 10px
    }
    .element-offers .price,
    .element-offers .title {
        width: 100%
    }
}

@media (max-width:360px) {
    .input-div .btn {
        font-size: 11px;
        padding: 11px 5px
    }
}

ul.ct-catalog-element-special>li figure>img[title=Special] {
    display: none
}

.ct-catalog-element-special .special {
    position: absolute;
    top: 1px;
    right: -14px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(/local/templates/climate.silver/images/icons.png) -29px -307px;
    font-weight: 400;
    font-size: 19px;
    line-height: 52px;
    color: #fff
}

.element-slider {
    position: relative;
    padding: 0
}

.fotorama__stage,
.fotorama__wrap {
    width: 100%!important
}

.fotorama__stage {
    position: relative;
    margin: 10px 0
}

.fotorama__fullscreen-icon {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    background: 0 0;
    transform: translate3d(0, 0, 0)!important;
    cursor: url(/local/templates/climate.silver/images/cursor.png), auto
}

.catalog-item {
    -webkit-box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    -moz-box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    background-color: #fff;
    padding: 15px 20px
}

.catalog-item .ct-catalog-section-list-item-price {
    height: 45px
}

.catalog-item .btn-secondary {
    float: right;
    font-size: 14px;
    padding: 8px 12px;
    margin-top: 10px;
}

.catalog-item .img-holder {
    height: 198px;
    margin-bottom: 10px
}

.catalog-item .not-available {
    color: #c00;
    margin: 2px 0;
    float: right
}

.catalog-item .bx_catalog_item_title {
    color: #0c4da2;
    font-weight: 700;
    text-align: center
}

.catalog-item .title {
    color: #0c4da2;
    font-weight: 700
}

.catalog-item .description {
    padding: 10px 0;
    color: #686868;
    font-size: 12px
}

.catalog-item .ct-catalog-section-list-item-old-price {
    font-size: 14px;
    color: #c1c1c1
}

.catalog-item .btn-primary {
    float: right;
    padding: 8px 18px
}

.catalog-item .bx_catalog_item_controls {
    opacity: 1
}

.ct-checkbox:disabled,
.ct-filter-sidebar label input,
.ct-filter-sidebar label span,
input[type=checkbox].ct-checkbox:disabled,
input[type=checkbox].ct-checkbox:disabled+span {
    opacity: .4
}

.catalog-item .bx_catalog_item_controls:after,
.catalog-item .bx_catalog_item_controls:before,
.catalog-item .bx_catalog_item_price:after,
.catalog-item .bx_catalog_item_price:before,
.catalog-item .top:after,
.catalog-item .top:before {
    content: " ";
    display: table
}

.catalog-item .bx_catalog_item_price {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px
}

.catalog-item .bx_catalog_item_price .bx_price {
    display: block;
    padding-top: 0
}

.catalog-item .article {
    margin-top: 5px;
    float: left;
    font-size: 12px;
    font-weight: 700
}

.catalog-item .ct-catalog-section-list-item-min-price {
    float: right;
    font-size: 20px
}

.catalog-item .ct-catalog-section-list-item-min-price small {
    display: block;
    font-size: 15px;
    text-align: right;
    color: #707070
}

.catalog-item .primary-price {
    float: right;
    font-size: 20px
}

.catalog-item .primary-price span {
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    font-weight: 700
}

.catalog-item .bx_catalog_item_title a:hover,
.catalog-item .compare-block .fa span:hover {
    text-decoration: underline
}

.catalog-item .bx_price {
    float: right;
    color: #707070
}

.catalog-item .bx_catalog_item_title a,
.catalog-item .compare-block .to-fav {
    color: #0c4da2
}

.catalog-item .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
    height: 39px;
    margin: 0;
    width: auto
}

.catalog-item .bx_catalog_item_title {
    height: 36px;
    overflow: hidden
}

.catalog-item .ct-catalog-section-list-item-compare input[type=checkbox] {
    margin-top: -3px
}

.catalog-item .ct-catalog-section-list-item-compare {
    margin-bottom: 0
}

.catalog-item .bx_catalog_item_controls_blocktwo:after,
.catalog-item .bx_catalog_item_controls_blocktwo:before {
    content: " ";
    display: table
}

.catalog-item .compare-block {
    float: left;
    font-size: 12px
}

.catalog-item .compare-block .fa {
    font-size: 18px;
    margin-right: 2px;
    color: #0c4da2
}

.catalog-item .compare-block .fa span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin-left: 5px;
    margin-top: -4px
}

.catalog-item .compare-block .to-fav:hover {
    cursor: pointer
}

.bx_catalog_top_home .bx_catalog_item_controls a {
    margin-bottom: 5px;
    float: left
}

.bx_catalog_top_home .bx_catalog_item_controls a.btn-primary {
    float: right;
    margin-bottom: 0
}

.element-pairsell .holder {
    padding: 35px 0 0;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    border: 1px solid #dd1f31
}

.epLabel,
.epLabel:after {
    top: 0;
    position: absolute
}

.element-pairsell a {
    color: #000
}

.epLabel {
    left: 0;
    background-color: #dd1f31;
    color: #fff;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px
}

.epLabel:after {
    right: -31px;
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border-top: 45px solid #dd1f31;
    border-left: 0 solid transparent;
    border-right: 31px solid transparent
}

.epItem {
    width: 32%;
    margin-bottom: 15px;
    padding: 0 22px
}

.epItem .img-holder {
    width: 40%;
    height: 161px;
    padding-right: 15px;
    float: left
}

.epItem .info {
    width: 60%;
    float: left;
    margin-top: 20px
}

.epItem .title {
    font-weight: 700;
    text-decoration: none
}

.epItem .title:hover {
    text-decoration: underline
}

.epItem .code {
    color: #979797;
    font-size: 12px;
    margin-bottom: 10px
}

.epItem .new-price,
.epItem .price {
    display: inline-block;
    font-weight: 700;
    padding: 5px;
    background-color: #fcebec;
    font-size: 18px
}

.epItem .new-price {
    color: #ff5050
}

.epItem .old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #7b7b7b
}

.epTotal {
    width: 23%;
    background-color: #fcebec;
    padding: 20px;
    text-align: center
}

.epTotal .price {
    font-weight: 700;
    font-size: 25px;
    color: #dd1f31;
    margin-bottom: 15px;
    padding: 0 16px;
    text-align: left
}

.epTotal .price span {
    font-size: 16px
}

.epTotal .btn-primary {
    color: #fff
}

.epSign {
    width: 5%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #dd1f31
}

@media (max-width:767px) {
    .epItem,
    .epSign,
    .epTotal {
        float: none;
        width: 100%
    }
    .epTotal .price {
        text-align: center
    }
}

.tab-content {
    background-color: #fff
}

.ct-catalog-element-properties {
    font-size: 14px;
    color: #686868;
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png);
    background-repeat: all
}

.ct-catalog-element-properties hr {
    margin: 10px 0
}

.ct-catalog-element-properties .nav-tabs>li:first-child a {
    border-left: 1px solid #eef0f4
}

.ct-catalog-element-properties .nav-tabs>li>a {
    padding: 10px;
    color: #7a7a7a;
    border: 1px solid #eef0f4;
    border-left: none;
    background-color: #fff
}

.ct-catalog-element-properties .tab-content {
    padding: 10px;
    margin-bottom: 0
}

.ct-catalog-element-properties .ct-catalog-element-properties .nav-tabs.nav-justified>.active>a,
.ct-catalog-element-properties .nav-tabs.nav-justified>.active>a:focus,
.ct-catalog-element-properties .nav-tabs.nav-justified>.active>a:hover,
.ct-catalog-element-properties .nav-tabs.nav-justified>li.active>a,
.ct-catalog-element-properties .nav-tabs.nav-justified>li>a:hover {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #eef0f4;
    color: #000;
    border-bottom: 1px solid #fff;
    border-left: none;
    padding-top: 15px
}

.ct-catalog-sections,
.ct-row-catalog-section,
.ct-row-catalog-top-section {
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png)
}

.ct-catalog-element-properties td {
    padding: 10px 15px
}

.ct-catalog-element-tab-all-title {
    margin-bottom: 10px
}

.ct-catalog-element-tab-all-title>span {
    font-size: 14px;
    font-weight: 700;
    font-family: Arial, sans-serif
}

.ct-catalog-element-tab-all-title>a {
    text-decoration: none
}

.comment_pane .ct-catalog-element-review-new {
    float: none
}

.ct-catalog-element-review-new .ct-catalog-element-tab-all-title:after,
.ct-catalog-element-review-new .ct-catalog-element-tab-all-title:before {
    content: " ";
    display: table
}

.ct-catalog-element-form-fields .form-group.has-error.has-feedback+.row,
.ct-catalog-element-review-list-item-useful {
    display: none
}

.ct-catalog-element-review-new .btn-primary {
    float: right;
    font-size: 14px;
    padding: 10px 30px
}

.ct-catalog-element-review-new span {
    margin-top: 10px;
    float: left
}

.ct-catalog-element-review-list .ct-catalog-element-review-list-item-user {
    padding: 0;
    text-align: left;
    border: 0
}

.ct-catalog-sections-parent-links,
.ct-home-sections-parent-links,
.sidebar-toggle {
    text-align: center
}

.ct-catalog-element-review-list .ct-catalog-element-review-list-item-avatar>figure {
    max-width: 1000px
}

.ct-catalog-element-review-list .ct-catalog-element-review-list-item-avatar>figure .user-photo,
.ct-catalog-element-review-list .ct-catalog-element-review-list-item-avatar>figure figcaption,
.ct-catalog-element-review-list .ct-catalog-element-review-list-item-avatar>figure img {
    float: left
}

.ct-catalog-element-review-list .user-photo {
    width: 34px;
    height: 34px;
    padding: 0 5px;
    margin-right: 10px;
    border: 2px solid #b7b7b7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 26px;
    color: #b7b7b7
}

.ct-catalog-element-review-list figcaption {
    margin-top: 10px;
    color: #000
}

.ct-catalog-element-review-list .ct-catalog-element-review-list-item-text>div {
    margin: 0 0 10px 10px
}

.ct-catalog-element-review-list .ct-catalog-element-review-list-item-avatar {
    margin: 0
}

.ct-catalog-element-review-list-item-text .fa {
    font-size: 18px
}

.ct-catalog-element-review-list-item-text .fa-thumbs-up {
    color: #a4ddac
}

.ct-catalog-element-review-list-item-text .fa-thumbs-down {
    color: #ffa893
}

@media (max-width:767px) {
    .tab-content table {
        width: 100%
    }
}

.ct-catalog-element-form label {
    display: inline-block
}

@media (max-width:360px) {
    .ct-catalog-element-review-new span {
        margin: 10px 0;
        text-align: center;
        float: none;
        display: block
    }
    .ct-catalog-element-review-new .btn-primary {
        float: none;
        display: table;
        margin: 0 auto
    }
}

.ct-catalog-sections {
    padding-top: 15px
}

.ct-catalog-sections .item {
    margin-bottom: 15px
}

.ct-catalog-sections ul.ct-home-sections-child-list {
    margin: 10px 0 0
}

.ct-catalog-sections ul.ct-home-sections-child-list a {
    font-family: Verdana
}

.catalog-title,
.catalog-title h3,
.ct-container-contacts h1,
.ct-container-contacts h2,
.ct-home-sections-parent-link,
.reg-page h1 {
    font-family: 'Open Sans', sans-serif
}

.catalog-item {
    margin-bottom: 20px
}

.ct-catalog-sections-parent-links a {
    display: block
}

.ct-row-catalog-top-section {
    margin-bottom: 0
}

.ct-catalog-top-sections.top {
    margin-bottom: 20px
}

.ct-catalog-top-sections.top .img-holder {
    margin-top: 15px;
    position: relative;
    background-color: #fff;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(229, 229, 229, .75);
    -moz-box-shadow: 0 1px 3px rgba(229, 229, 229, .75);
    box-shadow: 0 1px 3px rgba(229, 229, 229, .75);
    height: 54px
}

.ct-catalog-top-sections.top .img-holder.active:before {
    width: 30px;
    height: 20px;
    background-image: url(/local/templates/climate.silver/images/icons.png);
    background-position: -122px -283px;
    bottom: -19px;
    left: 50%;
    margin-left: -15px
}

.ct-catalog-top-item {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}


@media (min-width: 992px){
    .ct-catalog-top-item {
        width: 20%;
        float: left;
    }
}

.catalog-title {
    margin-bottom: 10px
}

.catalog-title,
.catalog-title h3 {
    font-size: 18px;
    font-weight: 700
}

.ct-catalog-list-sections-description,
.ct-catalog-list-sections-item {
    -webkit-box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    -moz-box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    background-color: #fff;
    padding: 15px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ct-catalog-list-sections-item .img-holder {
    height: 156px
}

.ct-catalog-list-sections-item .title {
    height: 60px;
    overflow: hidden;
    text-align: center
}

.ct-catalog-list-sections-item .title a {
    color: #0c4da2;
    font-weight: 700
}

@media (max-width:992px) {
    .ct-catalog-top-sections.top .img-holder {
        margin-bottom: 15px
    }
    .ct-catalog-top-sections.top .img-holder:before {
        display: none
    }
}

.ct-row-home-about {
    color: #898989;
    margin: 0;
    padding: 20px 0;
    line-height: 1.6
}

.ct-row-home-about .baner img {
    width: 100%
}

.ct-row-home-about .btn-more {
    margin-top: 16px
}

.catalog-slider {
    height: 520px;
    padding-top: 15px;
    margin-bottom: 0
}

.catalog-slider .owl-carousel .owl-stage-outer {
    padding: 2px 3px 0
}

.catalog-slider .bx_catalog_item_container {
    border: 0!important
}

.catalog-slider .catalog-item {
    padding: 0
}

.catalog-slider .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0
}

.catalog-slider .owl-next,
.catalog-slider .owl-prev {
    position: absolute;
    font-size: 40px;
    color: rgba(0, 0, 0, .21);
    margin-top: -25px
}

.catalog-slider .owl-next:hover,
.catalog-slider .owl-prev:hover {
    color: rgba(0, 0, 0, .5)
}

.catalog-slider .owl-prev {
    left: -40px
}

.catalog-slider .owl-next {
    right: -40px
}

.catalog-slider .btn-primary {
    font-size: 14px;
    padding: 8px 16px
}

@media (max-width:767px) {
    .catalog-slider {
        height: auto
    }
    .catalog-slider .container {
        padding-left: 36px;
        padding-right: 36px
    }
    .catalog-slider .owl-controls {
        width: 95%
    }
    .catalog-slider .owl-prev {
        left: -33px
    }
    .catalog-slider .owl-next {
        right: -44px
    }
}

.ct-container-sections {
    background-color: #0c4da2;
    padding: 30px 0 0
}

.ct-home-sections .item {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px
}

.ct-home-sections .item:after,
.ct-home-sections .item:before {
    content: " ";
    display: table
}

.ct-home-sections-parent-link,
.ct-home-sections-parent-links,
.ct-home-sections-parent-picture-figure,
.ct-home-sections-parent-picture-link {
    display: block;
    max-width: 1000px
}

.ct-home-sections-parent-picture-link {
    margin-bottom: 15px
}

.ct-home-sections-parent-link {
    color: #0c4da2;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 1.2;
    height: 58px;
    overflow: hidden
}

ul.ct-home-sections-child-list {
    padding: 0;
    height: 144px;
    overflow: hidden
}

ul.ct-home-sections-child-list>li {
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0
}

ul.ct-home-sections-child-list>li>a {
    color: #5292d8;
    font-family: Arial, sans-serif
}

@media (max-width:480px) {
    .catalog-slider .owl-next {
        right: -48px
    }
}

.accessories .btn-primary {
    font-size: 14px;
    padding: 8px 16px
}

.accessories .catalog-item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ct-catalog-sidebar-sections-list,
.ct-filter-sidebar {
    -webkit-box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    -moz-box-shadow: 2px 0 5px rgba(229, 229, 229, .75)
}

@media (max-width:767px) {
    .ct-home-sections .item {
        margin-bottom: 15px
    }
    .ct-catalog-element-recommended .accessories .owl-prev {
        left: 0
    }
    .ct-catalog-element-recommended .accessories .owl-next {
        right: 0
    }
}

.ct-catalog-sidebar-sections-list {
    box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    background: #fff;
    padding: 0;
    margin: 0
}

.ct-catalog-sidebar-sections-list ul {
    list-style: none inside
}

.ct-catalog-sidebar-sections-list a {
    padding-left: 20px
}

.ct-catalog-sidebar-sections-list .menu-parent {
    background-color: #0c4da2
}

.ct-catalog-sidebar-sections-list .menu-parent a {
    display: block;
    padding: 12px 15px 12px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(236, 240, 241, .16)
}

.ct-catalog-sidebar-sections-list .menu-parent a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0a428a
}

.ct-catalog-sidebar-sections-list .menu-parent .fa {
    float: right;
    margin: 15px 15px 0 0;
    color: #fff
}

.ct-catalog-sidebar-sections-list .menu-parent .fa-chevron-up {
    display: none
}

.ct-catalog-sidebar-sections-list .menu-parent.active .fa-chevron-up {
    display: block
}

.ct-catalog-sidebar-sections-list .menu-parent.active .fa-chevron-down,
.sidebar-toggle .collapsed,
.sidebar-toggle .fa-chevron-up {
    display: none
}

ul.ct-catalog-sidebar-sections-child-list {
    margin: 0
}

ul.ct-catalog-sidebar-sections-child-list>li {
    position: relative;
    border-bottom: 1px solid #ecf0f1
}

ul.ct-catalog-sidebar-sections-child-list>li:before {
    font-size: 18px;
    content: '\2022';
    position: absolute;
    left: 32px;
    top: 6px
}

ul.ct-catalog-sidebar-sections-child-list>li.active:before {
    color: #0c4da2
}

ul.ct-catalog-sidebar-sections-child-list>li>a {
    padding: 8px 5px 8px 45px;
    color: #000
}

ul.ct-catalog-sidebar-sections-child-list>li>a:hover {
    text-decoration: none;
    color: #0c4da2
}

ul.ct-catalog-sidebar-sections-child-list>li.active>a {
    background: #fff;
    color: #0c4da2
}

.sidebar-toggle {
    display: none;
    padding: 12px 15px 12px 10px;
    background-color: #dd1f31;
    color: #fff;
    font-size: 16px
}

.sidebar-toggle .text {
    margin-right: 10px;
    border-bottom: 1px dotted #fff
}

.sidebar-toggle.collapsed .collapsed,
.sidebar-toggle.collapsed .fa-chevron-up {
    display: inline-block
}

.ct-catalog-sidebar-sections-list.collapsed,
.ct-filter-sidebar.collapsed,
.sidebar-toggle.collapsed .fa-chevron-down,
.sidebar-toggle.collapsed .open {
    display: none
}

@media (max-width:991px) {
    .sidebar-toggle {
        display: block
    }
}

.ct-filter-sidebar {
    box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 16px 19px;
    margin-bottom: 15px
}

.ct-filter-sidebar .ct-checkbox:before {
    margin-top: -3px
}

.ct-filter-sidebar label a input,
.ct-filter-sidebar label a span,
.ct-filter-sidebar label input:checked,
.ct-filter-sidebar label input:checked+span {
    opacity: 1
}

.ct-filter-sidebar .reset a {
    color: #0c4da2
}

.ct-filter-sidebar h4 {
    margin: 0 0 15px
}

.ct-filter-sidebar .ct-filter-sidebar-item {
    margin-bottom: 15px;
    padding: 0
}

.ct-filter-sidebar .ct-filter-sidebar-item-title {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #0c4da2;
    padding-bottom: 10px;
    border-bottom: 1px solid #ecf0f1
}

.ct-filter-sidebar a {
    color: #686868
}

.ct-filter-sidebar a:hover,
.ct-filter-sidebar input:checked+span {
    color: #dd1f31
}

.ct-filter-sidebar .btn-grey {
    width: 100%
}

.sort-panel .clickurl:after,
.sort-panel.active .clickurl:before {
    top: 5px;
    right: -12px;
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.ct-filter-sidebar .btn-grey a {
    color: #0c4da2
}

.ct-filter-sidebar .btn-grey a:hover {
    text-decoration: none;
    color: #0c4da2
}

.ct-catalog-section-nav {
    float: right
}

.catalog-panel {
    float: right;
    margin-top: 5px;
    display: flex;
}

.catalog-panel .fa {
    font-size: 20px;
    color: #e1e1e1
}

.sort-panel {
    margin-top: 2px;
    padding-right: 20px;
}

.sort-panel.active span:before {
    position: absolute;
    border-bottom: 6px solid #0c4da2
}

.sort-panel.active span:after {
    display: none
}

.sort-panel .clickurl {
    position: relative;
    border-bottom: 1px dashed #0c4da2;
    color: #0c4da2;
    cursor: pointer;
}

.sort-panel .clickurl:active,
.sort-panel .clickurl:hover {
    border-bottom: 1px dashed transparent;
    text-decoration: none
}

.sort-panel span:after {
    position: absolute;
    border-top: 6px solid #0c4da2
}

.sort-panel,
.view-panel {
    float: left;
    font-size: 12px;
    /*margin-left: 25px*/
}

.view-panel .fa {
    line-height: 24px;
    margin-right: 0;
    cursor: pointer;
}

.view-panel span {
    display: inline-block;
    padding: 0 3px;
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.view-panel .active.fa {
    color: #0c4da2
}

@media (max-width:767px) {
    .catalog-panel {
        float: none;
        overflow: hidden
    }
    .catalog-panel .sort-panel {
        margin-bottom: 15px
    }
    .catalog-panel .view-panel {
        float: none;
        clear: both;
        text-align: right
    }
}

.ct-catalog-section-list .catalog-item {
    margin-bottom: 20px
}

.catalog_list .catalog-item {
    margin-bottom: 15px
}

.catalog_list .catalog-item:after,
.catalog_list .catalog-item:before {
    content: " ";
    display: table
}

.catalog_list .img-holder {
    height: 156px;
    display: block;
    position: relative;
    z-index: 10
}

.list-panel .article,
.list-panel .compare-block {
    display: inline-block;
    float: none;
    margin-right: 15px
}

.list-panel .pseudo-checkbox,
.list-panel .to-fav {
    display: inline-block;
    vertical-align: middle
}

.ct-catalog-section-list-item-cart {
    height: auto;
    margin-top: 20px
}
.catalog-item .note span{
    font-size: 13px;
    white-space: normal;
}
div.view-list {
    padding: 15px 20px;
    width: auto;
    border: none;
    background-color: #fff
}

div.view-header {
    height: auto;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700
}

.view-item div {
    text-align: left
}

.ct-catalog-element-recommended {
    background-color: #fff;
    margin-bottom: 0
}

.ct-catalog-element-recommended .owl-prev {
    left: -50px
}

.ct-catalog-element-recommended .owl-next {
    right: -50px
}

.bx_item_list_you_looked_horizontal {
    border-bottom: none
}

.bx_item_list_you_looked_horizontal.bx_blue .bx_item_list_title {
    background: 0 0
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
    width: auto;
    height: auto
}

.bx_item_list_you_looked_horizontal .bx_stick_disc {
    width: 48px;
    height: 48px;
    background: url(/local/templates/climate.silver/images/icons.png) -29px -307px;
    font-weight: 400;
    font-size: 19px;
    line-height: 52px
}

.bx_item_list_you_looked_horizontal.col5 .bx_catalog_item {
    margin: 0 0 30px 1%;
    padding: 0
}

.bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:first-child {
    margin-left: 0
}

.bx_catalog_item {
    -webkit-box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    -moz-box-shadow: 2px 0 5px rgba(229, 229, 229, .75);
    box-shadow: 2px 0 5px rgba(229, 229, 229, .75)
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: static
}

.personal_panel .ct-catalog-section-list-item-old-price {
    float: none
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_title {
    margin: 10px 0;
    height: 36px!important;
    text-align: center
}

.bx_catalog_item_controls {
    display: block!important;
    opacity: 1!important
}

.bx_catalog_item_container {
    padding: 0 25px 15px;
    position: static;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
    border-radius: 0;
    border: 1px solid #d3d3d3;
    background: #fff
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_title {
    height: 36!important
}

.bx_catalog_item.double {
    width: 19%
}

.bx_item_list_slide {
    height: auto!important
}

@media (max-width:1024px) {
    .bx_catalog_item.double {
        width: 32%
    }
}

@media (max-width:767px) {
    .personal_panel .panel_item {
        float: none;
        width: 100%
    }
}

@media (max-width:480px) {
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:first-child {
        margin-left: 1%
    }
    .bx_catalog_item.double {
        width: 49%
    }
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item {
        margin: 0 0 10px 1%
    }
}

@media (max-width:360px) {
    .bx_catalog_item.double {
        width: 100%
    }
}

.navigation-pages {
    margin-bottom: 25px;
    float: right
}

.navigation-pages:after,
.navigation-pages:before {
    content: " ";
    display: table
}

.navigation-pages .nav-current-page,
.navigation-pages a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #a1b1bc;
    border: 1px solid #dedede;
    text-decoration: none;
    text-align: center;
    padding: 6px 0;
    margin-right: 2px
}

.navigation-pages .nav-current-page:hover,
.navigation-pages a:hover {
    text-decoration: none
}

.navigation-pages span.nav-current-page {
    background-color: #0c4da2;
    color: #fff
}

.bx_pagination_bottom {
    color: #000
}

.bx_pagination_bottom .bx_pagination_page li {
    background: #fff;
    width: 30px;
    height: 27px;
    line-height: 25px;
    border: 1px solid #dedede;
    vertical-align: top;
    margin: 0 1px;
    float: left
}

.bx_pagination_page>span {
    display: block;
    float: left;
    margin-right: 5px
}

.bx_pagination_bottom .bx_pagination_page li a {
    color: #a1b1bc;
    line-height: 24px
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #0c4da2;
    color: #fff;
    border-color: #0c4da2
}

.table-bordered tr,
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #fff
}

.catalog-compare-result,
.deferred-items {
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png)
}

.bx_pagination_bottom .bx_pg_section {
    height: auto
}

.ct-catalog-section-list-description,
.ct-row-catalog-section .ct-catalog-section-list {
    padding: 0
}

.catalog-compare-result {
    background-repeat: repeat;
    font-size: 12px;
    color: #6e6e6e
}

.deferred-items,
.deferred-items .bx_ordercart .bx_ordercart_order_table_container table thead td,
.deferred-items .bx_ordercart .bx_ordercart_order_table_container tbody td.control a,
.deferred-items .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price,
.deferred-items .bx_ordercart_order_table_container tbody td.custom {
    font-size: 12px!important
}

.catalog-compare-result .btn {
    font-weight: 400
}

.catalog-compare-result b {
    color: #000
}

.table-bordered a {
    color: #0c4da2
}

.table-bordered tr {
    vertical-align: top
}

.table-bordered tr th:first-child {
    color: #000;
    font-weight: 700
}

.ct-cart-item a,
.deferred-items .bx_ordercart .bx_ordercart_order_table_container tbody td.control a,
.deferred-items .item a {
    color: #0c4da2
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px
}

.table-bordered td,
.table-bordered th,
.table>thead>tr>th {
    vertical-align: top;
    font-weight: 400
}

.table-striped tbody tr:nth-child(odd)>td,
.table-striped tbody tr:nth-child(odd)>th,
.table-striped thead tr:nth-child(odd)>td,
.table-striped thead tr:nth-child(odd)>th {
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png);
    background-repeat: all
}

.deferred-items {
    background-repeat: repeat
}

.deferred-items .bx_ordercart .bx_ordercart_order_table_container {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px
}

.deferred-items .bx_ordercart .bx_ordercart_order_table_container table thead td {
    background: 0 0
}

.ct-cart-item,
.deferred-items .bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    font-size: 12px
}

.deferred-items table {
    background-color: #fff
}

.deferred-items thead {
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png);
    background-repeat: repeat
}

.deferred-items .img-holder {
    width: 100px;
    height: 76px
}

.bx_section,
.ct-cart-ready,
.section {
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(229, 229, 229, .75);
    -moz-box-shadow: 0 1px 5px rgba(229, 229, 229, .75);
    box-shadow: 0 1px 5px rgba(229, 229, 229, .75);
    background-color: #fff;
    margin-bottom: 20px
}

.bx_order_make .bx_section {
    overflow: hidden;
    margin-bottom: 20px
}

.bx_section.add-comment,
.section .bx_section {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0
}

.bx_section.add-comment {
    background-color: transparent
}

.bx_order_make {
    padding: 0;
    margin: 0
}

.ct-cart-items .row:first-child .ct-cart-item {
    border-top: none
}

.ct-cart-item {
    padding: 15px 0;
    border-top: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ct-cart-item .img-holder {
    height: 76px
}

.ct-cart-item .discount-price,
.ct-cart-item .old-price,
.ct-cart-item .price {
    text-align: right
}

.ct-cart-item .old-price {
    text-decoration: line-through;
    color: #939393
}

.ct-cart-item .discount-price,
.ct-cart-item .price {
    font-weight: 700
}

.ct-cart-item .ct-cart-item-quantity-nav>input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ct-cart-item .ct-cart-item-quantity-nav-link {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    right: 0;
    top: 0;
    width: 20px;
    height: 16px;
    border: 1px solid #e5e7e8;
    background: 0 0
}

.ct-cart-item .ct-cart-item-quantity-nav-link.minus:after,
.ct-cart-item .ct-cart-item-quantity-nav-link.plus:after {
    right: 5px;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent
}

.ct-container-partnership,
.news {
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png)
}

.ct-cart-item .ct-cart-item-quantity-nav-link.plus:after {
    top: 5px;
    border-bottom: 4.5px solid #757776
}

.ct-cart-item .ct-cart-item-quantity-nav-link.minus {
    top: 15px
}

.ct-cart-item .ct-cart-item-quantity-nav-link.minus:after {
    top: 5px;
    border-top: 4.5px solid #757776
}

.ct-cart-item-delete {
    margin: 0
}

.ct-cart,
.order-checkout {
    margin: 0 0 20px
}

.coupon-panel input {
    width: 100%;
    height: 39px;
    padding: 0 10px;
    border: 1px solid #ebebeb
}

.coupon-panel .btn {
    font-weight: 400;
    margin-left: -20px
}

.ct-cart-total .deferred {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #0c4da2;
    text-align: center
}

.ct-cart-total .total {
    font-size: 20px;
    margin-top: 5px;
    text-align: center
}

.ct-cart-total .total span {
    color: #0c4da2
}

.order-checkout h4 {
    color: #0c4da2;
    font-size: 16px
}

.order-checkout .bx_order_make .bx_block.r1x3 {
    width: 25%
}

.order-checkout .bx_order_make .bx_block.r3x1 {
    width: 73%
}

.order-checkout input[type=text],
.order-checkout input[type=email],
.order-checkout select {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    height: 36px;
    border: 2px solid #ebebeb!important
}

.order-checkout select {
    margin-bottom: 10px
}

.order-checkout label {
    width: 100%
}

.bx_order_make .bx_description,
.order-checkout .bx_description {
    width: 85%
}

#sale_order_props {
    display: block!important
}

.ct-cart-order-sum {
    text-align: right
}

.bx_ordercart_order_pay_center {
    margin: 0;
    padding: 0
}

.add_info {
    margin: 0
}

.ct-cart-total-order {
    font-size: 20px;
    margin: 0 0 10px
}

.add_info {
    font-size: 16px;
    color: #0c4da2;
    margin-bottom: 10px
}

#add_comment_content {
    height: 120px
}

.add-comment textarea {
    resize: none;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    margin: 0!important;
    border: 2px solid #ebebeb!important
}

.bx_order_make .bx_block.r1x3.pt8 {
    vertical-align: top;
    margin-top: 5px
}

@media (max-width:1024px) {
    .bx_order_make .bx_description {
        width: 83%
    }
}

@media (max-width:767px) {
    .ct-cart-total-order {
        height: auto
    }
    .ct-cart-total .deferred {
        margin-top: 20px
    }
    .ct-cart-total .total {
        margin-top: 10px
    }
    .ct-cart-item-delete {
        position: static
    }
    .ct-cart-item .col-sm-1,
    .ct-cart-item .col-sm-2,
    .ct-cart-item .col-sm-5 {
        overflow: hidden
    }
    .ct-cart-item .img-holder {
        margin-bottom: 10px
    }
    .ct-cart-item-name {
        display: block;
        margin: 0;
        text-align: center
    }
    .ct-cart-item-quantity {
        float: right;
        margin: 10px 0
    }
    .ct-cart-item .discount-price,
    .ct-cart-item .price {
        text-align: right;
        margin: 10px 0
    }
    .coupon-panel .btn {
        margin-left: 0;
        width: 100%
    }
}

@media (max-width:480px) {
    .coupon-panel .btn {
        padding: 8px 0
    }
}

@media (max-width:360px) {
    .bx_order_make .bx_block.r1x3.pt8 {
        font-size: 14px
    }
    .bx_order_make .bx_description {
        width: 84%
    }
}

@media (max-width:320px) {
    .bx_order_make .bx_description {
        width: 82%
    }
}

.news {
    background-repeat: repeat
}

.news-item {
    margin-bottom: 15px
}

.news-item .text {
    height: 194px
}

.news-item .announce {
    height: 58px
}

.ct-container-partnership {
    background-repeat: repeat
}

.ct-container-partnership .holder {
    background-color: #fff;
    padding: 25px
}

.ct-container-partnership h1,
.ct-container-partnership h2,
.ct-container-partnership h3 {
    text-align: center;
    margin: 0;
    padding: 15px 0
}

.ct-container-partnership .note {
    text-align: center;
    max-width: 735px;
    margin: 0 auto
}

.ct-container-partnership input[type=checkbox],
.ct-container-partnership input[type=radio] {
    margin: -3px 8px 0 0
}

.ct-container-partnership label {
    color: #686868
}

.ct-container-partnership table.form-table th {
    color: #0c4da2;
    background-image: none;
    font-weight: 300
}

.ct-container-partnership .captha img,
.ct-container-partnership .captha input {
    width: 50%;
    float: left;
    height: 30px
}

.ct-container-partnership .btn-grey,
.ct-container-partnership .btn-secondary {
    width: 48%
}

.ct-container-partnership .btn-grey {
    float: right;
    height: 39px;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #919191
}

.ct-container-partnership table.form-table {
    max-width: 338px;
    margin: 0 auto
}

.ct-container-partnership table.form-table thead {
    display: none
}

.ct-container-partnership table.form-table td {
    padding: 5px
}

.ct-container-partnership table.form-table textarea {
    height: 111px;
    resize: none;
    width: 100%
}

.ct-container-partnership table.form-table input[type=text],
.ct-container-partnership table.form-table input[type=email],
.ct-container-partnership table.form-table input[type=password],
.ct-container-partnership table.form-table textarea {
    border: 2px solid #ebebeb
}

.ct-container-partnership table.form-table td,
.ct-container-partnership table.form-table th {
    border: none;
    display: block
}

@media (max-width:480px) {
    .ct-container-partnership .holder {
        padding: 25px 5px
    }
    .ct-container-partnership table.form-table {
        max-width: 320px
    }
    .ct-container-partnership table,
    .ct-container-partnership tbody,
    .ct-container-partnership td,
    .ct-container-partnership tfoot,
    .ct-container-partnership th,
    .ct-container-partnership tr {
        display: block
    }
    .ct-container-partnership tfoot {
        width: 100%
    }
    .ct-container-partnership .captha {
        overflow: hidden
    }
    .ct-container-partnership input {
        max-width: 100%
    }
    .ct-container-partnership .btn-primary,
    .ct-container-partnership .btn-secondary {
        padding: 8px 5px
    }
}

.ct-container-contacts {
    background-image: url(/local/templates/climate.silver/images/greed-pattern.png);
    background-repeat: repeat
}

.ct-container-contacts h1,
.ct-container-contacts h2 {
    font-size: 18px;
    font-weight: 600
}

.ct-container-contacts .contacts {
    line-height: 27px
}

.ct-container-contacts .fa {
    color: #0c4da2;
    font-size: 17px
}

.ct-container-contacts span.text {
    width: 93%;
    float: right
}

.ct-container-contacts .fa-map-marker {
    margin: 0 0 0 7px
}

.ct-container-contacts .fa-phone {
    margin: 0 6px 0 4px
}

.ct-container-contacts .life {
    margin: 0 9px 0 5px
}

.ct-container-contacts .mts {
    margin: 0 7px 0 3px
}

.ct-container-contacts input[type=text],
.ct-container-contacts input[type=email],
.ct-container-contacts input[type=password],
.ct-container-contacts textarea {
    display: block;
    height: 32px;
    width: 100%;
    border: 2px solid #ebebeb
}

.ct-container-contacts textarea {
    resize: none;
    height: 100px
}

.ct-container-contacts .form-group {
    margin-bottom: 12px
}

.ct-container-contacts .btn-secondary {
    width: 100%
}

.ct-container-contacts .captcha img,
.ct-container-contacts .captcha input {
    float: left;
    width: 50%;
    height: 32px
}

.ct-about-links-item a>figure>img {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ct-about-links-item a>figure {
    width: 116px;
    min-width: 116px
}

@media (max-width:767px) {
    .ct-about-links-item a>figure {
        width: 80px;
        min-width: 80px
    }
}

.reg-page h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.reg-page .holder {
    max-width: 336px;
    margin: 0 auto
}

.reg-page input,
.reg-page label {
    display: block;
    width: 100%
}

.reg-page .captcha img,
.reg-page input {
    height: 36px
}

.reg-page .description {
    font-size: 12px;
    color: #939393
}

.reg-page .captcha img,
.reg-page .captcha input {
    width: 50%;
    float: left
}

.reg-page .form-group {
    margin-left: 0;
    margin-right: 0
}

.personal h1 {
    text-align: center
}

.personal .holder {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff
}

.soc-serv-main {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.ct-auth-social {
    margin-bottom: 15px
}

.pers-menu {
    max-width: 338px;
    margin: 0 auto
}

.pers-menu input {
    width: 100%
}

div.news-list img.preview_picture {
    width: 200px;
    height: 200px;
}

@media (max-width: 568px){
    .element-panel .code {
        float: none;
        display: table;
        margin: 0 auto 15px
    }
    .element-panel .input-div {
        display: table!important;
        margin: 0 auto;
        float: none
    }
}

@media (max-width: 480px) {
    /*#ct-home-banner-carousel {
        display: none;
    }*/
    .element-bigdata {
        display: none;
    }
    .ct-row-catalog-top-section {
        display: none;
    }
    .mob-share {
        display: block;
    }
    .element-price {
        padding-left: 0;
    }
    .element-add .btn-primary, .element-panel .btn-primary{
        font-size: 13px;
    }
    .element-add .btn-primary {
        padding: 8px 5px;
    }
    .ct-catalog-element .element-add{
        float: left;
    }

}

@media (max-width: 375px) {

    .element-panel .input-div input {
        width: 130px;
    }
}

.sitemap-box > ul {
	padding: 0;
}

.sitemap-box > ul > li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.sitemap-box-link {
	margin-bottom: 15px;
}

.sitemap-box-link .url-link {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 5px;
}

.sitemap-page-link .url-link {
	width: 30%;
}

@media (max-width: 640px) {
	.sitemap-box > ul > li {
		width: 100%;
	}
	
	.sitemap-page-link {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.sitemap-page-link .url-link {
		width: auto;
	}
}

.pre-link-list {
	margin-top: 25px;
}

.pre-link-list a {
	color: #2974c1;
}

.pre-link-list_сenter-mod {
	text-align: center;	
}

.pre-link-list_сenter-mod .pre-link-list__elem {
	display: inline-block;	
	vertical-align: middle;	
	margin: 10px;
}

.ct-catalog-element-tab-all-content img,
.news-detail img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 10px;
}

.ct-catalog-element-tab-all-content div {
  overflow: auto;
}

.stiker{
    display: block;
    overflow: hidden;
}
.stiker span{
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    padding: 2px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    float: left;
    font-size: 12px;
    font-weight: 700;
}
.catalog-item .stickers{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 11;
    right: 0;
}
.ct-catalog-element .stickers{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 11;
    right: 0;
}
.catalog-item{
    position: relative;
}
body .catalog-item .bx_catalog_item_title{
    text-align: left;
}

.new_kyivstar{
  background: url(/local/templates/climate.silver/images/icons/kyivstar.png);
  background-repeat: no-repeat;
  padding: 0 22px 7px 0;
  margin: 0 2px 0 0;
}

.new_life{
  background: url(/local/templates/climate.silver/images/icons/lifecell.png);
  background-repeat: no-repeat;
  padding: 0 22px 9px 0;
  margin: 0 2px 0 0;
}

.new_mts{
  background: url(/local/templates/climate.silver/images/icons/Vodafone.png);
  background-repeat: no-repeat;
  padding: 0 22px 9px 0;
  margin: 0 2px 0 0;
}


/* Styles for redesign https://www.figma.com/file/ibNEhnCyAqLwQipi5GNuEp/Main-page?node-id=0%3A1 */
.mobile-panel .mobile-panel-search, .ct-row-header .ct-row-header__mobile-nav, .catalog-panel .catalog-filter {
  display: none;
}

@media (max-width: 480px) {
  .ct-section-upper, .sidebar-toggle, .ct-catalog-sidebar-sections-list, .ct-filter-sidebar {
    display: none;
  }

  .home-benefits, .home-about {
    padding: 8px;
  }

  .ct-row-header .ct-row-header__mobile-nav {
    display: block;
  }
  .ct-row-header .ct-row-header-logo, .ct-row-header .ct-row-header__main-nav {
    display: none;
  }
  .ct-row-header, .ct-row-header .container, .ct-row-header .container .row {
    padding: 0;
  }

  /*main > .container {
    padding-left: 5px;
    padding-right: 5px;
  }*/

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

  .catalog-panel .sort-panel {
    margin: 5px 0 5px 0;
    padding: 0 16px 0 0;
  }

  .mobile-panel {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobile-panel .icon-bar {
    background-color: #F4F4F4;
  }

  .mobile-panel .holder {
    display: none;
  }

  .mobile-panel .navbar-toggle {
    top: -5px;
  }

  .mobile-panel .mobile-panel-search {
    display: block;
    padding: 2px;
  }

  .ct-head-search {
    top: 0;
  }

  .ct-head-search .fa.fa-search {
    color: #f4f4f4;
    margin: 0;
  }

  .ct-head-search .btn.ct-head-search--btn {
    border: 0;
    background-color: #0c4da2;
  }
  .ct-head-search .form-control.ct-head-search--input {
    border: 0;
    border-radius: 0;
  }

  .catalog-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog-panel .view-panel {
    display: none;
  }
  .catalog-panel .catalog-filter {
    display: block;
    margin-bottom: 15px;
  }
  .catalog-panel .catalog-filter .catalog-filter__btn {
    border: none;
    background: #0C4DA2;
    color: #e9e9e9;
    width: 100%;
    padding: 5px;
    min-width: 160px;
    position: relative;
  }
  .catalog-panel .catalog-filter .catalog-filter__btn .fa {
    position: absolute;
    left: 5px;
    top: 7px;
    color: #fff;
  }
  .catalog-panel .catalog-filter .catalog-filter__btn.disabled {
    background: #767676;
  }

  /*Catalog section*/
  .catalog-item .description, .catalog-item .list-panel/*, .ct-catalog-section-list-item-cart*/ {
    display: none;
  }
  .catalog_list {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
  }
  .catalog_list .catalog-item {
    width: 48%;
    float: left;
    padding: 0 0 5px;
  }
  .catalog_list .catalog-item:nth-child(even) {
    margin-left: 4%;
  }
  .catalog_list .catalog-item .title {
    display: block;
    overflow: hidden;
    line-height: 1em;
    min-height: 2em;
    max-height: 2em;
    margin-bottom: 5px;
  }
  .catalog_list .catalog-item .ct-catalog-section-list-item-buy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .catalog_list .catalog-item .ct-catalog-section-list-item-cart {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .catalog_list .catalog-item .ct-catalog-section-list-item-price {
    height: auto;
  }
  .catalog_list .catalog-item .ct-catalog-section-list-item-min-price {
    white-space: nowrap;
    font-size: 9px;
    float: left;
    display: inline-block;
  }
  .catalog_list .catalog-item .ct-catalog-section-list-item-old-price {
    font-size: 9px;
  }
  .catalog_list .catalog-item .btn-primary {
    padding: 2px 10px;
    height: 1.8em;
    font-size: 1.2em;
  }
  /*Catalog element*/
  .ct-catalog-element .mob-share, .ct-catalog-element .ct-catalog-element-functions, .ct-catalog-element .element-panel .input-div input {
    display: none;
  }
  .ct-nav-tab-touch {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .ct-catalog-element-properties .ct-catalog-element-properties .nav-tabs.nav-justified>.active>a, .ct-catalog-element-properties .nav-tabs.nav-justified>.active>a:focus, .ct-catalog-element-properties .nav-tabs.nav-justified>.active>a:hover, .ct-catalog-element-properties .nav-tabs.nav-justified>li.active>a, .ct-catalog-element-properties .nav-tabs.nav-justified>li>a:hover{
    padding-top: 10px;
  }

  .ct-catalog-element .element-panel {
    margin-bottom: 0;
    padding: 5px 10px;
  }

  .ct-catalog-element .element-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px 0;
  }

  .ct-catalog-element .element-row:before, .ct-catalog-element .element-row:after {
    content: unset;
  }

  .ct-catalog-element .element-panel .price-holder {
    margin-top: 0;
    width: 100%;
  }

  .ct-catalog-element .element-panel .price-holder .element-price {
    width: 100%;
  }

  .ct-catalog-element .element-panel .price-holder .element-old-price {
    float: right;
    font-size: 0.9em;
    width: 45%;
    margin-bottom: -10px;
  }

  .ct-catalog-element .element-panel .code {
    margin: 0;
    padding: 2px 5px;
  }

  .ct-catalog-element .element-panel .input-div {
    margin: 0;
  }

  .ct-catalog-section-list-item-buy .note {
    display: none;
  }

  .ct-catalog-element .element-panel .order-works {
    float: none;
    width: 100%;
  }

  .ct-catalog-element .element-panel .order-works a {
    padding: 2px 10px;
    color: #fff;
    background-color: #0c4da2;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .ct-catalog-element .element-add .btn-primary, .ct-catalog-element .element-panel .btn-primary {
    padding: 2px 10px;
    height: 1.8em;
    font-size: 1.2em;
  }

  .ct-catalog-element .element-gifts {
    margin: 0 -10px;
  }

  .ct-catalog-element .element-actions__compare_fav {
    display: block;
  }
  .element-actions__compare_fav .active, .mobile-compare-block .active {
    color: #dd1f31;
  }
}

ul.ct-modal-phone-contacts {
  font-size: 18px;
}
.ct-modal-phone-contacts--item {
  margin-bottom: 10px;
}
.ct-modal-phone-contacts--icn {
  height: 22px;
}
.element-actions__compare_fav {
  display:none;
  font-size: 20px;
}
/* End */
/* /local/templates/climate.silver/components/bitrix/search.title/.default/style.css?16212133931146 */
/* /local/templates/climate.silver/components/bitrix/sale.basket.basket.small/.default/style.css?1545054601432 */
/* /local/templates/climate.silver/components/bitrix/menu/top/style.css?16121403846235 */
/* /local/templates/climate.silver/components/bitrix/breadcrumb/new/style.css?1611447374560 */
/* /local/templates/climate.silver/components/bitrix/menu/footer/style.css?1545054600561 */
/* /local/templates/climate.silver/components/creatio/simple.content/footer.info/style.css?1545054601802 */
/* /local/templates/climate.silver/template_styles.css?1621209845264763 */
