@charset "UTF-8";
.btn-yellow, .rating, .title-h2 {
    text-align: center
}

.first-screen .main-advantages a i, .spectr-service .item i, address, cite {
    font-style: normal
}

.advantages-block .left-col h4, .advantages-block .right-col h5, .btn-yellow, .faq-block .question, .history-block h2, .preview-block h2, .spectr-service .inner, .title-h2 {
    text-transform: uppercase
}

.btn, .slick-slider {
    -webkit-user-select: none
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.glyphicon, .slick-next:before, .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.breadcrumb, .carousel-indicators, .dropdown-menu, .fancybox-thumbs > ul, .media-list, .nav, .pager, .slick-dots {
    list-style: none
}

.fancybox-content, .fancybox-infobar__body, .fancybox-slider, .fancybox-slider-wrap, .fancybox-thumbs, .fancybox-thumbs > ul > li, .slick-slider, html {
    -webkit-tap-highlight-color: transparent
}

.select {
    margin: 50px;
    width: 150px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(http://www.stackoverflow.com/favicon.ico) 96%/15% no-repeat #eee
}

.select::-ms-expand {
    display: none
}

.rating {
    border: none;
    margin: 0 auto 20px;
    display: block;
    width: 144px
}

.rating > input {
    display: none
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005"
}

.btn-yellow, .title-h2, .title-h2 span {
    font-family: 'Segoe UI'
}

.rating > .half:before {
    content: "\f089";
    position: absolute
}

.rating > label {
    color: #ddd;
    float: right
}

.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label, .rating > input:checked ~ label {
    color: gold
}

.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
    color: #FFED85
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansRegular.eot);
    src: url(../fonts/MuseoSansRegular-1.eot) format("embedded-opentype"), url(../fonts/MuseoSansRegular.woff.txt) format("woff"), url(../fonts/MuseoSansRegular.ttf.txt) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: SegoeUI;
    src: url(../fonts/SegoeUI.eot);
    src: url(../fonts/SegoeUI-1.eot) format("embedded-opentype"), url(../fonts/SegoeUI.woff.txt) format("woff"), url(../fonts/SegoeUI.ttf.txt) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: SegoeUI;
    src: url(../fonts/SegoeUI-Bold.eot);
    src: url(../fonts/SegoeUI-Bold-1.eot) format("embedded-opentype"), url(../fonts/SegoeUI-Bold.woff.txt) format("woff"), url(../fonts/SegoeUI-Bold.ttf.txt) format("truetype");
    font-style: normal;
    font-weight: 700
}

.fixed-body {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.container2 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px
}

.title-h2 {
    color: #282828;
    font-weight: 700;
    font-size: 37px;
    line-height: 55px;
    margin: 0 0 20px
}

.title-h2 span {
    font-size: 37px;
    padding: 0 10px;
    letter-spacing: 1px
}

.btn-yellow {
    border-radius: 30px;
    cursor: pointer;
    outline: 0;
    border: none;
    display: block;
    padding: 12px 10px 11px;
    margin: 0 auto;
    color: #000;
    width: 282px;
    font-size: 25px;
    font-weight: 700;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    background: #fbcc0c
}

.btn-yellow i {
    margin: 0 0 0 10px
}

.btn-yellow:hover {
    color: #000;
    background: #c7a20d
}

.our-principle {
    padding: 105px 0 0
}

.our-principle .white {
    border: 4px solid #fff
}

.our-principle .yellow {
    -webkit-transition: .25s;
    transition: .25s;
    padding: 59px 0 50px
}

.our-principle .yellow:hover {
    background: #fbcc0c
}

.our-principle .title-h2 {
    margin: 0 0 64px
}

.our-principle .title-h2 span {
    color: #0096ff
}

.our-principle .line {
    position: relative
}

.our-principle .line:after {
    border-bottom: 3px solid rgba(40, 40, 40, .4);
    height: 3px;
    content: '';
    position: relative;
    left: 8.9%;
    width: 81.6%;
    bottom: 49px
}

.our-principle .yellow:hover .hover {
    display: inline-block
}

.our-principle .yellow .hover, .our-principle .yellow:hover .desctop {
    display: none
}

.our-principle .item {
    width: 95%;
    color: #000;
    font-size: 16px;
    margin: 0 0 31px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.our-principle .item.right-col {
    width: 83%
}

.our-principle .item .img-block {
    margin: 0 0 16px;
    min-height: 80px;
    display: inline-block
}

.our-principle .item img {
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.our-principle .item h4, .storage-tires .item img {
    -webkit-animation-timing-function: ease-in-out;
    position: relative
}

.our-principle .item img:hover {
    cursor: pointer;
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.our-principle .item h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 -4px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out
}

.our-principle .item p, .storage-tires h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px
}

.our-principle .item h4:hover {
    cursor: pointer;
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.storage-tires {
    color: #000;
    padding: 60px 0 40px
}

.storage-tires h4 {
    color: #000;
    margin: 0 0 104px
}

.storage-tires .title-h2 {
    margin: 0 0 43px
}

.storage-tires .list-storage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 89px
}

.storage-tires .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px
}

.storage-tires .item img {
    margin: 0 0 13px;
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out
}

.storage-tires .item img:hover {
    cursor: pointer;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.storage-tires .storage-description {
    padding: 35px 32px 28px;
    border: 5px solid #fbcc0c;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 -191px
}

.storage-tires .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 287px;
    -ms-flex: 0 0 287px;
    flex: 0 0 287px;
    overflow: hidden
}

.storage-tires .left-col:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.storage-tires img {
    -webkit-transition: .35s;
    transition: .35s;
    position: relative;
    max-width: 100%
}

.storage-tires .right-col {
    padding: 0 0 0 40px;
    font-size: 18px;
    font-weight: 700
}

.storage-tires .storage-title {
    background-color: #fbcc0c;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0 0 22px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.storage-tires li {
    margin: 0 0 9px
}

.storage-tires li i {
    margin: 0 5px 0 0
}

.storage-tires ul {
    margin: 0 0 13px
}

.storage-tires .competitors {
    margin: 0
}

.storage-tires .competitors.last {
    margin: 0 0 20px
}

.storage-tires .competitors span {
    color: #d80000;
    font-size: 16px;
    min-width: 200px;
    display: inline-block;
    font-weight: 400
}

.storage-tires .competitors i {
    color: #d80000;
    font-size: 16px;
    margin: 0 7px 0 0
}

.storage-tires a {
    color: #000
}

.first-screen {
    /*background: url(../img/bg.jpg) center top no-repeat fixed;*/
    background-image: url(../img/bg.jpg);

    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding: 47px 0 88px;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 2
}

.first-screen.inner-page {
    padding: 47px 0 237px;
    background: url(../img/bg2.jpg) center top no-repeat fixed
}

.first-screen.inner-page .navbar {
    margin-bottom: 162px
}

.first-screen.inner-page .main-advantages {
    width: 75%
}

.first-screen.inner-page .main-advantages .right-col {
    padding: 0
}

.first-screen.inner-page .main-advantages li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 23px
}

.first-screen.inner-page .main-advantages li i {
    top: 0;
    cursor: pointer
}

.first-screen.inner-page .main-advantages .tooltip {
    width: 290px;
    left: -147px;
    top: -78px
}

.first-screen.inner-page .btn-yellow {
    width: 380px
}

.first-screen .navbar {
    margin-bottom: 121px
}

.first-screen .call-me {
    color: #fbcc0c;
    font-size: 14px;
    background: 0 0;
    border: none;
    border-bottom: 1px dashed #fbcc0c;
    padding: 0;
    display: block;
    margin: 0 0 0 auto
}

.first-screen .modal-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 17px 30px
}

.first-screen .modal-dropdown.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.first-screen .modal-dropdown.open.bottom {
    top: auto;
    bottom: 0;
    position: fixed
}

.first-screen .modal-dropdown .close {
    border: none;
    color: #fff;
    font-size: 42px;
    top: 0;
    left: -1px;
    opacity: 1;
    font-family: 'MuseoSansCyrl,sans-serif';
    font-weight: 400;
    position: relative;
    width: 24px;
    height: 24px
}

.first-screen .modal-dropdown .close:after, .first-screen .modal-dropdown .close:before {
    position: absolute;
    left: 11px;
    top: 0;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #fff
}

.first-screen .modal-dropdown .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.first-screen .modal-dropdown .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.first-screen .modal-dropdown .choose-city {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 0 25px
}

.first-screen .modal-dropdown ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px
}

.first-screen .modal-dropdown li {
    display: block
}

.first-screen .modal-dropdown a {
    font-size: 12px;
    padding: 3px 0;
    color: #fff;
    display: block
}

.first-screen .main-advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    font-size: 20px;
    margin: 0 auto 20px
}

.first-screen .main-advantages .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.first-screen .main-advantages .btn-yellow {
    margin: 0 0 20px
}

.first-screen .main-advantages .order-btn {
    position: relative
}

.first-screen .main-advantages .tooltip {
    display: none;
    position: absolute;
    padding: 10px 24px 10px 11px;
    background: #fff;
    font-size: 18px;
    width: 528px;
    z-index: 3;
    opacity: 1;
    left: 0;
    top: -127px
}

.first-screen .main-advantages .tooltip p {
    color: #000;
    font-size: 19px
}

.first-screen .main-advantages .tooltip .close-tooltip {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 14px
}

.first-screen .main-advantages strong {
    display: block;
    margin: 0 0 5px
}

.first-screen .main-advantages a {
    color: #fbcc0c;
    border-bottom: 1px dashed #fbcc0c;
    margin: 0 0 0 15px
}

.first-screen .main-advantages p {
    display: inline-block;
    letter-spacing: -1px
}

.first-screen .main-advantages li {
    position: relative;
    margin: 0 0 43px
}

.first-screen .main-advantages li span {
    padding: 0 6px
}

.first-screen .main-advantages li i {
    position: relative;
    top: -9px;
    cursor: pointer;
    margin: 0 0 0 4px
}

.first-screen .main-advantages .right-col {
    letter-spacing: .7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: -12px 0 0;
    padding: 0 0 0 90px;
    text-align: left
}

.first-screen .row-line:after {
    content: '';
    display: block;
    clear: both
}

.first-screen .slogan {
    float: left;
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 14px;
    letter-spacing: .35px
}

.first-screen .navbar-nav .phone {
    font-weight: 700;
    padding: 0;
    font-size: 16px;
    text-decoration: none
}

.first-screen .choose-city {
    text-align: left;
    color: #fff;
    font-size: 12px;
    letter-spacing: .5px
}

.first-screen .navbar-toggle.burger {
    display: block;
    float: left;
    margin: 4px 22px 0 0
}

.first-screen .navbar-collapse {
    margin: -5px 0 0
}

.first-screen .city {
    color: #fbcc0c;
    border-bottom: 1px dashed #fbcc0c;
    cursor: pointer
}

.first-screen .navbar-nav > li > a {
    color: #fff;
    font-size: 15px
}

.first-screen .navbar-brand {
    border-style: solid;
    font-family: MuseoSans;
    text-align: center;
    font-weight: 700;
    margin: 0 10px 7px 0;
    border-width: 2px;
    border-color: #fff;
    box-sizing: border-box;
    background-color: rgba(0, 150, 255, 0);
    width: 113px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px
}

.preview-block.inner-page h3 {
    font-weight: 400;
    margin: 0 0 67px
}

.preview-block.inner-page .right-col {
    margin: 0
}

.preview-block.inner-page .left-col {
    padding: 30px 0 0
}

.preview-block h2 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 10px
}

.preview-block h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 50px;
    text-align: center
}

.preview-block h4 span {
    color: #fbcc0c;
    font-weight: 700
}

.preview-block h3 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 79px
}

.preview-block p {
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px
}

.preview-block p strong {
    font-size: 30px;
    font-weight: 500
}

.preview-block p i {
    font-style: normal;
    font-weight: 700
}

.preview-block .call-master {
    margin: 38px auto 52px;
    width: 342px
}

.price-catalog {
    padding: 80px 0 100px;
    background: url(../img/bg-price.jpg);
    color: #fff
}

.price-catalog.inner-page .block-tabs-text-price li {
    margin: 0 0 3px
}

.price-catalog.inner-page .block-tabs-text-price li p, .price-catalog.inner-page .block-tabs-text-price li span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.price-catalog .block-tabs-text-price {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.price-catalog .block-tabs-text-price .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.price-catalog .block-tabs-text-price .inner-img {
    overflow: hidden;
    position: relative
}

.price-catalog .block-tabs-text-price a {
    color: #fff
}

.price-catalog .block-tabs-text-price .msg {
    position: absolute;
    left: 19px;
    top: 16px;
    font-weight: 700
}

.price-catalog .block-tabs-text-price .phone-number {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-weight: 700
}

.price-catalog .block-tabs-text-price .inner-img:hover .img-block {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.price-catalog .block-tabs-text-price .img-block {
    -webkit-transition: .45s;
    transition: .45s;
    width: 100%;
    height: 100%
}

.price-catalog .block-tabs-text-price .img-block img {
    opacity: 0;
    max-width: 100%
}

.price-catalog .block-tabs-text-price .right-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62%;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    font-size: 18px;
    line-height: 32px;
    padding: 10px 0 0
}

.price-catalog .block-tabs-text-price .title span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.price-catalog .block-tabs-text-price .title p {
    margin: 0
}

.price-catalog .block-tabs-text-price li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px
}

.price-catalog .block-tabs-text-price li span {
    color: #fbcc0c;
    font-weight: 700;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: right
}

.price-catalog .block-tabs-text-price li a {
    color: #0096ff
}

.price-catalog .block-tabs-text-price li p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 0
}

.price-catalog .block-tabs-text-price li strong {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center
}

.price-catalog .block-tabs-text-price.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.price-catalog .title-h2 {
    margin: 0 0 17px;
    color: #fff
}

.price-catalog h4 {
    margin: 0 0 44px;
    font-size: 18px;
    line-height: 32px;
    text-align: center
}

.price-catalog .tabs-text-price {
    padding: 26px 22px 20px 26px;
    background: #fff;
    color: #282828;
    border: 5px solid #fbcc0c;
    width: 100%
}

.price-catalog .tabs-block-price {
    color: #282828;
    background: #fff;
    padding: 30px 0 24px;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.price-catalog .tabs-block-price a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px dashed #a3a3a3
}

.price-catalog .tabs-block-price a:hover {
    text-decoration: none
}

.price-catalog .tabs-block-price.tab-active {
    background-color: #fbcc0c
}

.price-catalog .tabs-block-price.tab-active a {
    color: #fff;
    text-decoration: none;
    border-bottom: none
}

.price-catalog .tabs-block-price.tab-active a:hover {
    text-decoration: none
}

.price-catalog .tabs-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-form {
    padding: 44px 30px 25px;
    background: #000;
    text-align: center;
    width: 418px
}

.order-form h4 {
    margin: 0 0 27px;
    letter-spacing: 1px;
    color: #ffcd00;
    font-size: 25px;
    font-weight: 700
}

.order-form input::-webkit-input-placeholder, .order-form textarea::-webkit-input-placeholder {
    color: #000
}

.order-form input::-moz-placeholder, .order-form textarea::-moz-placeholder {
    color: #000
}

.order-form input:-ms-input-placeholder, .order-form textarea:-ms-input-placeholder {
    color: #000
}

.order-form input:-moz-placeholder, .order-form textarea:-moz-input-placeholder {
    color: #000
}

.order-form .input-field {
    margin: 0 0 16px;
    font-size: 14px;
    background: #fff;
    padding: 10px 10px 11px;
    width: 100%;
    outline: 0;
    border: 2px solid #000
}

.order-form .input-field.wrong {
    border-color: red
}

.order-form .btn-yellow {
    padding: 4px 10px 7px;
    font-size: 20px;
    margin: 15px auto
}

.order-form p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.move-bg {
    position: relative
}

.move-bg:after {
    background-color: #fbcc0c;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    display: block;
    height: 100%;
    z-index: 1;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.move-bg > span {
    position: relative;
    padding: 0 !important;
    z-index: 2;
    font-weight: inherit
}

.move-bg.move:after {
    width: 100%
}

.history-block {
    position: relative;
    padding: 250px 0 110px
}

.history-block.subpage {
    padding: 30px 0 105px
}

.history-block .img-absolute {
    position: absolute;
    top: 70px;
    left: 20px;
    -webkit-transition: 2s;
    transition: 2s
}

.history-block .img-absolute.move {
    left: 320px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.history-block h2 {
    margin: 0 0 32px;
    letter-spacing: .8px;
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
    text-align: center
}

.history-block h2 span {
    letter-spacing: 2px;
    padding: 0 10px
}

.history-block input::-webkit-input-placeholder, .history-block textarea::-webkit-input-placeholder {
    color: #000
}

.history-block input::-moz-placeholder, .history-block textarea::-moz-placeholder {
    color: #000
}

.history-block input:-ms-input-placeholder, .history-block textarea:-ms-input-placeholder {
    color: #000
}

.history-block input:-moz-placeholder, .history-block textarea:-moz-input-placeholder {
    color: #000
}

.history-block .slick-next:before, .history-block .slick-prev:before {
    color: #282828;
    font-family: FontAwesome;
    font-size: 30px
}

.history-block .container {
    position: relative
}

.history-block .order-form {
    position: absolute;
    right: 15px;
    bottom: 0
}

.history-block .slick-next {
    top: auto;
    height: 34px;
    bottom: 140px;
    right: 0;
    left: 55%
}

.history-block .slick-next:before {
    content: '\f105'
}

.history-block .slick-prev {
    top: auto;
    height: 34px;
    bottom: 140px;
    right: 0;
    left: 43.5%
}

.history-block .slick-prev:before {
    content: '\f104'
}

.history-block .count-slider-history {
    width: 96px;
    height: 96px;
    position: absolute;
    bottom: 125px;
    left: 46%;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.history-block .count-slider-history strong {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
    background: url(../img/wheel2.png) center center no-repeat
}

.history-block .count-slider-history strong:hover {
    -webkit-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important
}

.history-block .count-slider-history span {
    position: relative;
    z-index: 3
}

.history-block .count-slider-history:hover strong {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.history-block h3 {
    margin: 0 0 40px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center
}

.history-block h3 strong {
    display: block
}

.history-block .wrap-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 79px
}

.history-block .left-col {
    width: 38%;
    position: relative
}

.history-block .left-col p {
    margin: 0 0 25px;
    line-height: 26px;
    font-size: 18px
}

.history-block .left-col p:last-child {
    font-size: 16px
}

.history-block .slider-history {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 0 30px
}

.slogan-block {
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    position: relative
}

.slogan-block .inner {
    -webkit-transition: .5s;
    transition: .5s;
    padding: 86px 0 88px;
    background: url(../img/bg-slogan.jpg) center no-repeat
}

.slogan-block:hover .inner {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.slogan-block h2 {
    color: #fff;
    font-size: 30px;
    width: 110%;
    margin: 20px -5% 10px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    letter-spacing: 1px
}

.slogan-block h2 span {
    padding: 0 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px
}

.spectr-service {
    padding: 113px 0 114px;
    text-align: center;
    position: relative
}

.spectr-service h2 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 56px;
    letter-spacing: 1px
}

.spectr-service h2 span {
    padding: 0 10px
}

.spectr-service .yet-look {
    font-family: 'Segoe UI';
    color: #fbcc0c;
    font-size: 40px;
    font-weight: 700;
    border: none;
    padding: 0;
    border-bottom: 1px dashed #fbcc0c;
    background: 0 0;
    line-height: 40px;
    position: relative
}

.spectr-service .yet-look.open:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 26px 0;
    border-color: #fbcc0c transparent transparent;
    display: block;
    margin: 20px auto;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.spectr-service .list-serice-hidden {
    padding: 30px 0 0;
    display: none;
    position: relative;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #fff
}

.spectr-service .list-serice-hidden .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px
}

.spectr-service .inner, .spectr-service .list-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.spectr-service .list-serice-hidden .right-col {
    text-align: left;
    padding: 0 0 0 36px
}

.spectr-service .list-serice-hidden .title-h2 {
    text-align: left;
    margin: 0 0 23px
}

.spectr-service .list-serice-hidden p {
    color: #fbcc0c;
    font-size: 30px;
    margin: 0 0 15px;
    font-weight: 700
}

.spectr-service .list-serice-hidden h3 {
    font-size: 30px;
    color: #000;
    margin: 0 0 35px
}

.spectr-service .list-serice-hidden h4 {
    margin: 0 0 39px;
    font-size: 30px
}

.spectr-service .list-serice-hidden h4 span {
    color: #d50000
}

.spectr-service .list-serice-hidden h5 {
    font-size: 35px;
    font-weight: 400
}

.spectr-service .list-serice-hidden a {
    font-weight: 700;
    font-size: 35px;
    color: #000
}

.spectr-service .list-serice-hidden a i {
    margin: 0 10px 0 0
}

.spectr-service .list-serice-hidden .img-wrap {
    overflow: hidden
}

.spectr-service .list-serice-hidden .img-wrap img {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    width: 100%
}

.spectr-service .list-serice-hidden .img-wrap:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.spectr-service .list-serice-hidden .item-hidden {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19%;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    text-align: left
}

.spectr-service .list-serice-hidden .item-hidden p {
    font-size: 18px;
    color: #000;
    font-weight: 400
}

.spectr-service .list-service {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 0 30px
}

.spectr-service .tooltip {
    background: #fff;
    display: none;
    text-align: left;
    border-radius: 5px;
    border: 4px solid #fbcc0c;
    padding: 10px 9px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: -129px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 665px;
    z-index: 3;
    opacity: 1
}

.spectr-service .tooltip .close-tooltip {
    position: absolute;
    top: 5px;
    right: 6px;
    cursor: pointer
}

.spectr-service .item {
    width: 223px;
    height: 223px;
    margin: 0 25px;
    position: relative;
    border-radius: 50%;
    background: url(../img/wheel3.png) center no-repeat;
    background-size: cover;
    padding: 14px
}

.spectr-service .item:after, .spectr-service .item:before {
    position: absolute;
    content: ''
}

.spectr-service .item:hover:after {
    opacity: 1
}

.spectr-service .item:before {
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: .3s;
    transition: .3s
}

.spectr-service .item:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 7px solid #fbcc0c;
    width: 103%;
    height: 103%;
    border-radius: 50%;
    -webkit-transition: .15s;
    transition: .15s;
    opacity: 0
}

.spectr-service .inner {
    height: 100%;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.spectr-service .inner span {
    position: relative;
    z-index: 2
}

.advantages-block {
    background: -webkit-linear-gradient(top, #000 0, #000 50%, #fff 50.1%);
    background: linear-gradient(to bottom, #000 0, #000 50%, #fff 50.1%);
    background-size: cover;
    padding: 61px 0 46px
}

.advantages-block .block-tabs-text {
    opacity: 0
}

.advantages-block .title-h2 {
    margin: 0 0 20px;
    color: #fff;
    line-height: 60px
}

.advantages-block .title-h2 span {
    color: #0096ff
}

.advantages-block .block-tabs-text.active {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 1
}

.advantages-block .block-tabs-text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    margin: 0 0 -100px
}

.advantages-block .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 48px
}

.advantages-block .tabs-block {
    margin: 0 54px
}

.advantages-block .tabs-block a {
    color: #fff;
    -webkit-transition: .25s;
    transition: .25s;
    font-weight: 700;
    font-size: 75px;
    line-height: 55px
}

.advantages-block .tabs-block a:hover {
    color: #fbcc0c;
    text-decoration: none;
    outline: 0
}

.advantages-block .tabs-block.tab-active a {
    color: #fbcc0c;
    text-decoration: none;
    position: relative
}

.advantages-block .tabs-block.tab-active a:hover {
    text-decoration: none
}

.advantages-block .tabs-block.tab-active a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px;
    border-color: transparent transparent #fbcc0c;
    position: absolute;
    left: 50%;
    bottom: -35px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.advantages-block .tabs-text {
    background: #fff;
    border: 5px solid #fbcc0c;
    padding: 35px 131px 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 58px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantages-block .left-col img {
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.advantages-block .left-col img:hover {
    cursor: pointer;
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.advantages-block .right-col {
    color: #000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    font-size: 18px;
    line-height: 32px;
    padding: 4px 0 0
}

.advantages-block .right-col h5 {
    margin: 0 0 -4px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px
}

.advantages-block .right-col p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 28px
}

.advantages-block .btn-yellow {
    margin: 0;
    padding: 12px 10px 18px;
    width: 333px
}

.advantages-block .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42%;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%
}

.advantages-block .left-col h4 {
    color: #000;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700
}

.advantages-block .left-col span {
    color: #fbcc0c
}

.map-address {
    margin: 0 0 40px;
    text-align: center;
    padding: 10px 0 0
}

.online-calculator {
    padding: 115px 0 100px;
    text-align: center
}

.online-calculator .title-h2 {
    margin: 0 0 48px;
    font-size: 35px;
    font-weight: 700;
    line-height: 60px
}

.online-calculator h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 41px;
    text-align: center
}

.online-calculator h5 {
    font-size: 25px;
    line-height: 55px;
    margin: 0 0 8px;
    font-weight: 700;
    text-align: center
}

.online-calculator .checkbox-line {
    text-align: center;
    margin: 0 0 47px
}

.online-calculator .checkbox-line.lock {
    width: 45%;
    display: inline-block
}

.online-calculator .checkbox-line.lock label {
    background-color: #fbcc0c;
    color: #000;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    font-size: 16px;
    font-family: MuseoSans;
    border: 2px solid transparent;
    text-align: center;
    padding: 34px 0 0;
    margin: 0 23px
}

.online-calculator .checkbox-line.lock label.label-odd {
    background-color: #000;
    color: #fff
}

.online-calculator .address-field input, .online-calculator select {
    border: 1px solid #bebebe;
    background: #fff;
    letter-spacing: 1px;
    outline: 0
}

.online-calculator .checkbox-line.lock label img {
    margin: 0 0 15px
}

.online-calculator .checkbox-line.lock label span {
    display: block
}

.online-calculator .address-field {
    position: relative;
    width: 377px;
    margin: 0 auto 30px
}

.online-calculator .address-field:after {
    content: '\f041';
    color: #fbcc0c;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.online-calculator .address-field input {
    padding: 9px 18px;
    width: 100%;
    display: block
}

.online-calculator .wrap-select {
    margin: 0 auto 30px;
    width: auto;
    display: inline-block;
    position: relative
}

.online-calculator .wrap-select:after {
    content: '\f107';
    font-family: FontAwesome;
    color: #414141;
    position: absolute;
    top: 12px;
    right: 21px;
    pointer-events: none
}

.online-calculator select::-ms-expand {
    display: none
}

.online-calculator select {
    padding: 9px 96px 9px 19px;
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.online-calculator .btn-yellow {
    width: 485px
}

.online-calculator .checkbox-line.lock .radio + label:after, .online-calculator .checkbox-line.lock .radio + label:before {
    display: none
}

.season-save .wrap, .why-we-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.online-calculator .checkbox-line.lock .radio:checked + label {
    border: 2px solid #0096ff;
    position: relative;
    z-index: 1
}

.why-we-block {
    padding: 0;
    overflow: hidden;
    margin: 0 0 -.5px
}

.why-we-block .title-h2 {
    margin: 0 0 25px
}

.why-we-block .wrap {
    display: flex;
    margin: 0 0 -4px
}

.why-we-block .container {
    border-top: 1px solid #b2b2b2;
    padding-top: 135px
}

.why-we-block .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 325px;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px
}

.why-we-block .left-col img {
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 auto
}

.why-we-block .left-col img:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.why-we-block blockquote {
    color: #000;
    padding: 69px 0 0 66px;
    border: none;
    position: relative
}

.why-we-block blockquote:after {
    content: '';
    position: absolute;
    left: 32px;
    top: 52px;
    background: url(../img/quote.png) no-repeat;
    width: 51px;
    height: 44px
}

.why-we-block blockquote p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic
}

.why-we-block blockquote span {
    color: #282828;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px
}

.why-we-block p {
    margin: 0 0 25px
}

.season-save {
    padding: 115px 0 108px;
    background: url(../img/bg-season.jpg) center no-repeat;
    background-size: cover
}

.season-save.inner-page {
    background: 0 0;
    padding: 69px 0 101px;
    color: #000
}

.season-save.inner-page .price-season, .season-save.inner-page .title-h2, .season-save.inner-page a {
    color: #000
}

.season-save .wrap {
    display: flex
}

.faq-block .wrap, .right-saving .tabs-saving {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.season-save .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 323px;
    -ms-flex: 0 0 323px;
    flex: 0 0 323px;
    overflow: hidden
}

.season-save .left-col img {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%
}

.season-save .left-col:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.season-save .right-col {
    padding: 0 0 0 52px
}

.season-save .title-h2 {
    color: #fff;
    margin: 0 0 26px;
    font-size: 35px;
    text-align: left
}

.season-save .title-h2 span {
    font-size: 35px
}

.season-save .img-block {
    position: relative
}

.season-save .img-block p {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.season-save .price-season {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 29px
}

.season-save .price-season strong {
    font-weight: 400;
    text-decoration: line-through
}

.season-save .price-season span {
    font-weight: 700;
    padding: 0 10px
}

.season-save a {
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px
}

.season-save a i, .season-save a strong {
    margin: 0 10px 0 0
}

.right-saving {
    padding: 94px 0 40px
}

.right-saving .title-h2 {
    margin: 0 0 20px
}

.right-saving .attention {
    color: #000;
    font-size: 21px;
    line-height: 35px;
    margin: 0 0 52px;
    text-align: center;
    font-weight: 400
}

.right-saving .attention span {
    color: #fbcc0c;
    font-weight: 700
}

.right-saving .tabs-saving {
    display: flex
}

.right-saving .tabs-saving .tabs-block-saving {
    padding: 10px 0;
    color: #000;
    border: 5px solid #fbcc0c;
    font-size: 16px;
    font-family: MuseoSans;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-weight: 700;
    text-align: center
}

.right-saving .tabs-saving .tabs-block-saving span {
    border-bottom: 1px dashed #000
}

.right-saving .tabs-saving .tabs-block-saving.tab-active {
    background: #fbcc0c;
    color: #fff
}

.right-saving .tabs-saving .tabs-block-saving.tab-active span {
    border-bottom: 1px dotted transparent
}

.right-saving .tabs-text-saving {
    border-left: 5px solid #fbcc0c;
    border-right: 5px solid #fbcc0c;
    border-bottom: 5px solid #fbcc0c;
    padding: 43px 32px 37px;
    position: relative
}

.right-saving .tabs-text-saving img {
    margin: 0 0 53px
}

.right-saving .block-tabs-text-saving {
    color: #000;
    position: relative;
    display: none
}

.right-saving .block-tabs-text-saving.active {
    display: block
}

.right-saving .block-tabs-text-saving p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 10px
}

.right-saving .block-tabs-text-saving li {
    font-size: 18px;
    font-weight: 700;
    line-height: 37px;
    margin: 0 0 2px
}

.right-saving .block-tabs-text-saving li i {
    margin: 0 2px 0 0
}

.right-saving .block-tabs-text-saving ul {
    margin: 0 0 18px;
    padding: 0 0 0 18px
}

.right-saving .block-tabs-text-saving h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 12px
}

.right-saving .block-tabs-text-saving h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 10px
}

.right-saving .block-tabs-text-saving strong {
    background: #fef6da;
    padding: 8px 35px;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin: 0 0 10px
}

.faq-block {
    padding: 84px 0 0
}

.faq-block.inner-page {
    background: url(../img/bg3.jpg) center top no-repeat;
    background-size: cover;
    padding: 84px 0 92px
}

.faq-block.inner-page .title-h2 {
    text-align: center;
    margin: 0 auto 42px;
    color: #fff;
    width: auto
}

.faq-block.inner-page .answer {
    color: #fff
}

.faq-block .title-h2 {
    margin: 0 0 34px -40px;
    width: 500px
}

.faq-block .wrap {
    display: flex;
    margin: 0
}

.faq-block .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 383px;
    -ms-flex: 0 0 383px;
    flex: 0 0 383px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.faq-block .left-col img {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    bottom: 0;
    left: 0
}

.faq-block .right-col {
    padding: 0 0 0 30px
}

.faq-block .question {
    color: #fbcc0c;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 18px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer
}

.faq-block .question strong {
    -webkit-transition: .25s;
    transition: .25s;
    border-bottom: 1px dashed
}

.faq-block .question strong:hover {
    border-bottom: 1px dashed #fbcc0c !important
}

.faq-block .arrow {
    color: #fbcc0c;
    margin: 0 0 0 10px
}

.faq-block .arrow:after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 20px
}

.faq-block .list-question.open .arrow:after {
    content: '\f106';
    font-family: FontAwesome;
    font-size: 20px
}

.faq-block .list-question.open .question strong {
    border-bottom: 1px dashed transparent
}

.faq-block .list-question.open .answer {
    display: block
}

.faq-block .answer {
    display: none;
    padding: 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px
}

.location-master .wrap, .order-cost .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.sales-block {
    padding: 114px 0 111px;
    position: relative;
    background: url(../img/bg-sales.jpg) center no-repeat
}

.sales-block .item {
    padding: 45px 71px 21px;
    position: relative;
    background: #fff
}

.sales-block .count-slider-sales {
    position: absolute;
    z-index: 3;
    top: 164px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.sales-block .count-slider-sales strong {
    color: #fbcc0c;
    font-size: 18px;
    font-weight: 700;
    margin: 0 5px 0 0
}

.sales-block .count-slider-sales span {
    color: #000;
    font-size: 18px;
    font-weight: 400
}

.sales-block .title-h2 {
    color: #fff;
    margin: 0 0 57px
}

.sales-block .img-absolute {
    position: absolute;
    top: 57px;
    right: 126px
}

.sales-block .btn-yellow {
    position: absolute;
    bottom: 118px;
    right: 53px;
    width: 365px
}

.sales-block .sales-slider {
    color: #000;
    width: 90%;
    margin: 0 auto;
    border: 5px solid #fbcc0c
}

.sales-block .slick-next:before, .sales-block .slick-prev:before {
    font-family: FontAwesome;
    color: #282828;
    font-size: 30px;
    font-weight: 400
}

.sales-block .slick-next, .sales-block .slick-prev {
    top: 52%
}

.sales-block .slick-prev {
    width: 103px;
    height: 103px;
    border: 5px solid #fbcc0c;
    left: -73px;
    background: #fff;
    border-radius: 50%
}

.sales-block .slick-next {
    width: 103px;
    height: 103px;
    border: 5px solid #fbcc0c;
    right: -73px;
    background: #fff;
    border-radius: 50%
}

.sales-block .slick-next:before {
    content: '\f105'
}

.sales-block .slick-prev:before {
    content: '\f104'
}

.sales-block h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 28px
}

.sales-block p {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 17px
}

.sales-block p i {
    margin: 0 5px 0 0
}

.sales-block .border {
    border-bottom: 2px solid #000;
    padding: 0 0 17px;
    position: relative;
    z-index: 1
}

.sales-block strong {
    font-size: 25px
}

.sales-block .slick-dots {
    bottom: -57px
}

.sales-block .slick-dots li {
    background-color: #fff;
    width: 33px;
    height: 3px
}

.sales-block .slick-dots .slick-active {
    background-color: #fbcc0c;
    height: 7px
}

.cheaper-block {
    text-align: center;
    padding: 115px 0 100px
}

.cheaper-block.inner-page {
    background: url(../img/bg-sales.jpg) center no-repeat;
    color: #000;
    padding: 115px 0 100px
}

.cheaper-block.inner-page .title-h2 span, .cheaper-block.inner-page a {
    color: #fff
}

.cheaper-block.inner-page .title-h2 {
    color: #fff;
    line-height: 60px;
    margin: 0 0 28px
}

.cheaper-block .title-h2 {
    margin: 0 0 49px
}

.cheaper-block a {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 60px
}

.cheaper-block i {
    margin: 0 10px 0 0
}

.cheaper-block p {
    font-size: 35px;
    font-weight: 400;
    line-height: 60px;
    margin: 0 0 55px
}

.order-cost {
    padding: 107px 0 73px;
    background: url(../img/bg-order-cost.jpg) center no-repeat;
    background-size: cover;
    color: #fff
}

.order-cost.without-bg {
    background: #fff;
    color: #000
}

.order-cost.without-bg h4 {
    color: #000;
    text-align: left;
    letter-spacing: -.5px
}

.order-cost.without-bg .title-h2 {
    color: #000
}

.order-cost.without-bg .order-form {
    padding: 40px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39.5%;
    -ms-flex: 0 0 39.5%;
    flex: 0 0 39.5%
}

.order-cost.without-bg .order-form p {
    color: #000
}

.order-cost.without-bg .order-form .input-field {
    border: 1px solid #000
}

.order-cost.without-bg .order-form .input-field.wrong {
    border-color: red
}

.order-cost .title-h2 {
    color: #fff;
    margin: 0 0 20px
}

.order-cost p {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 40px;
    text-align: center
}

.order-cost .wrap {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px
}

.order-cost .btn-yellow {
    width: 358px;
    margin: 15px 0 11px
}

.order-cost .img-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57%;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%
}

.order-cost .img-block img {
    max-width: 100%
}

.order-cost .order-form {
    background: 0 0;
    width: auto;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42%;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%
}

.order-cost .order-form p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: 358px;
    margin: 0
}

.order-cost h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 27px;
    text-align: left
}

.location-master {
    padding: 86px 0 100px
}

.location-master p {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 29px;
    text-align: center
}

.location-master .wrap {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.number-visit .wrap, .team-block .team-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.location-master .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    overflow: hidden
}

.location-master .right-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: -8px 0 0
}

.location-master .right-col p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 24px;
    text-align: left;
    width: 77%
}

.location-master h4 {
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 35px
}

.location-master h4 span {
    color: #fbcc0c;
    font-weight: 700
}

.location-master .freedom-master {
    background-color: #fef6da;
    -webkit-transition: .25s;
    transition: .25s;
    margin: 0 0 24px;
    line-height: 26px;
    width: 77%;
    font-weight: 700;
    max-height: 0;
    overflow: hidden;
    padding: 0
}

.location-master .freedom-master span {
    color: #fb0000
}

.location-master .freedom-master.open {
    padding: 14px 21px 15px;
    max-height: 200px
}

.location-master .freedom-master a {
    color: #fbcc0c
}

.team-block {
    background: url(../img/bg-order-cost.jpg) center no-repeat;
    background-size: cover;
    padding: 127px 0 157px;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.team-block .title-h2 {
    color: #fff;
    margin: 0 0 22px
}

.team-block p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 66px
}

.team-block .team-list {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.team-block .team-list .slick-next {
    right: -14px
}

.team-block .team-list .slick-next:before {
    content: '\f105';
    position: relative
}

.team-block .team-list .slick-arrow {
    top: 55%
}

.team-block .team-list .slick-arrow:before {
    font-size: 40px;
    font-family: FontAwesome;
    z-index: 3
}

.team-block .team-list .slick-prev {
    left: -14px
}

.team-block .team-list .slick-prev:before {
    content: '\f104';
    position: relative
}

.team-block .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    position: relative
}

.team-block .img-block {
    position: relative
}

.team-block .img-block:hover .description {
    opacity: 1
}

.team-block h4 {
    text-align: center;
    color: #fbcc0c;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 17px
}

.team-block .description {
    opacity: 0;
    position: absolute;
    -webkit-transition: .25s;
    transition: .25s;
    cursor: pointer;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 100%;
    padding: 54px 10px 0;
    text-align: left
}

.team-block .description h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 16px;
    line-height: 24px
}

.team-block .description p {
    font-size: 13px;
    text-align: left;
    line-height: 24px
}

.number-visit {
    padding: 125px 0 73px
}

.number-visit .wrap {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b2b2b2;
    padding: 0 0 115px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.number-visit .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44.5%;
    -ms-flex: 0 0 44.5%;
    flex: 0 0 44.5%;
    border-right: 2px solid #767676;
    margin: 0
}

.number-visit .right-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0
}

.number-visit .title-h2 {
    margin: 0 0 55px
}

.number-visit h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 45px
}

.number-visit h3 span {
    padding: 0 10px
}

.number-visit .img-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.number-visit .img-block img {
    margin: 0 0 20px
}

.number-visit .btn-yellow {
    width: 288px;
    margin: 0;
    padding: 9px 10px 10px
}

.service-garant {
    padding: 40px 0 86px;
    overflow: hidden
}

.service-garant .title-h2 {
    margin: 0 0 30px
}

.garant-slider {
    text-align: center;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px)
}

.garant-slider .slick-current.slick-active {
    padding: 0 30px;
    -webkit-filter: none;
    filter: none
}

.garant-slider .slick-current.slick-active span {
    color: #fbcc0c;
    text-shadow: none;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.garant-slider .slick-current.slick-active p, .garant-slider .slick-current.slick-active strong {
    color: #000;
    text-shadow: none;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.garant-slider .item {
    margin: 0 10px;
    width: 300px;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.garant-slider span {
    color: #fbcc0c;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px
}

.garant-slider p {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 7px 0 10px
}

.garant-slider .slick-next:before, .garant-slider .slick-prev:before {
    font-family: FontAwesome;
    color: #282828;
    font-size: 42px;
    font-weight: 400
}

.garant-slider .slick-next, .garant-slider .slick-prev {
    top: auto;
    bottom: 84px;
    height: 40px
}

.garant-slider .slick-prev {
    left: 36.5%
}

.garant-slider .slick-next {
    right: 36.5%
}

.garant-slider .slick-next:before {
    content: '\f105'
}

.garant-slider .slick-prev:before {
    content: '\f104'
}

.testimonials-block {
    padding: 126px 0 181px;
    font-size: 16px;
    line-height: 32px;
    position: relative
}

.testimonials-block .title-h2 {
    margin: 0 0 20px
}

.testimonials-block h4 {
    text-align: center;
    font-size: 18px;
    margin: 0 0 57px
}

.testimonials-block a {
    outline: 0
}

.testimonials-block .item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.testimonials-block .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    text-align: center
}

.testimonials-block .left-col img {
    margin: 0 auto 10px;
    border-radius: 50%
}

.testimonials-block .left-col .rate img {
    display: inline-block
}

.testimonials-block .left-col .user-photo {
    width: 130px;
    position: relative;
    -webkit-transition: .45s;
    transition: .45s
}

.img-thumbnail, .thumbnail {
    -webkit-transition: all .2s ease-in-out
}

.testimonials-block .left-col .user-photo:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.testimonials-block .count-slider {
    position: absolute;
    bottom: 105px;
    left: 49.5%;
    font-size: 30px;
    line-height: 32px
}

.testimonials-block .count-slider strong {
    color: #fbcc0c;
    margin: 0 6px 0 0;
    font-weight: 700
}

.testimonials-block .slick-next:before, .testimonials-block .slick-prev:before {
    font-family: FontAwesome;
    color: #282828;
    font-size: 30px;
    font-weight: 400
}

.testimonials-block .slick-next, .testimonials-block .slick-prev {
    top: auto;
    bottom: -74px
}

.testimonials-block .slick-prev {
    left: 45.5%
}

.testimonials-block .slick-next {
    right: -webkit-calc(45.5% - 42px);
    right: calc(45.5% - 42px)
}

.testimonials-block .slick-next:before {
    content: '\f105'
}

.testimonials-block .slick-prev:before {
    content: '\f104'
}

.testimonials-block .name {
    color: #fbcc0c;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 700
}

.testimonials-block .advantages {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 32px
}

.testimonials-block .advantages span {
    color: #fbcc0c;
    font-size: 20px;
    font-weight: 700
}

.testimonials-block .disadvantages {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 1px
}

.testimonials-block .disadvantages span {
    color: #fbcc0c;
    font-weight: 700;
    font-size: 20px
}

.testimonials-block .comment {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 32px
}

.testimonials-block .comment span {
    color: #fbcc0c;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 700
}

.testimonials-block .look-scan {
    color: #fbcc0c;
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px dashed #fbcc0c
}

.testimonials-block .btn-yellow {
    width: 342px;
    display: inline-block;
    margin: 0 15px 0 0
}

.testimonials-block .right-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 30px
}

.slider-history-holder {
    position: relative
}

footer {
    background: #000
}

footer .first-screen {
    background: 0 0;
    padding: 20px 0
}

footer .first-screen .navbar {
    margin: 0
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.form-order .wrap-text:after, .slick-next, .slick-prev {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

* {
    box-sizing: border-box
}

button {
    outline: 0
}

.radio {
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0
}

.radio + label {
    cursor: pointer;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
    margin: 0 39px 0 0
}

.radio:not(checked) {
    position: absolute;
    opacity: 0
}

.radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 35px
}

.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #FFF
}

.radio:checked + label:after {
    content: '';
    border-radius: 50%;
    background: #fbcc0c;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 14px
}

body {
    min-width: 320px
}

.slick-next, .slick-prev {
    z-index: 3;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center
}

.slick-dots li, .slick-list, .slick-slider, .slick-track, sub, sup {
    position: relative
}

.slick-dots li, .slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-slider {
    display: block;
    box-sizing: border-box;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.btn, .fancybox-infobar__body {
    -moz-user-select: none;
    -ms-user-select: none
}

.slick-list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    outline: 0;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden, [hidden], template {
    display: none
}

hr, img {
    border: 0
}

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

audio, canvas, video {
    display: inline-block
}

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

a {
    background: 0 0
}

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

h1 {
    margin: .67em 0
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

figure {
    margin: 0
}

button, select {
    text-transform: none
}

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

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

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

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

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

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

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

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

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.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-success.active, .btn-success:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open .dropdown-toggle.btn-danger, .open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-info, .open .dropdown-toggle.btn-primary, .open .dropdown-toggle.btn-success {
    background-image: none
}

.img-thumbnail, body {
    background-color: #fff
}

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

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

body {
    margin: 0;
    overflow-x: hidden;
    font-family: SegoeUI, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571429;
    color: #3d3d3d
}

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

a {
    color: #428bca;
    text-decoration: none
}

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

pre code, table {
    background-color: transparent
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

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

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    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: #999
}

h1, h2, h3 {
    margin-top: 20px
}

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

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

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
}

p {
    margin: 0 0 10px
}

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

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

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

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-primary:hover {
    color: #3071a9
}

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

.text-danger:hover {
    color: #843534
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

.text-info:hover {
    color: #245269
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

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

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

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

address, dl {
    margin-bottom: 20px
}

ol, ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px
}

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

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

.list-inline > li:first-child {
    padding-left: 0
}

dd, dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

    .dl-horizontal dd {
        margin-left: 180px
    }

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

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

    .container {
        width: 100%
    }
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container:after, .dropdown-menu > li > a, .form-horizontal .form-group:after, .modal-footer:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

address, blockquote .small, blockquote small, pre {
    line-height: 1.428571429
}

blockquote .small, blockquote small {
    display: block;
    color: #999
}

legend, pre {
    color: #333
}

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

.fancybox-slide::before, blockquote.pull-right .small:before, blockquote.pull-right small:before {
    content: ''
}

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

blockquote.pull-right .small, blockquote.pull-right p, blockquote.pull-right small {
    text-align: right
}

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

blockquote:after, blockquote:before {
    content: ""
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

.row {
    margin-right: -15px;
    margin-left: -15px
}

input[type=file], legend {
    display: block
}

.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-right: 15px;
    padding-left: 15px
}

.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-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

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

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

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

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

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

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

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

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

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

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

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

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

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

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-0 {
        right: 0
    }

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

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

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

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

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

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

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

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-0 {
        left: 0
    }

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

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

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

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

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

@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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

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

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

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

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

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

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

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

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

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

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

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

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

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

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-0 {
        right: 0
    }

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

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

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

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

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

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

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

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-0 {
        left: 0
    }

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

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

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

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

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

@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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

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

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

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

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

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

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

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

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

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

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

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

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

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

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-0 {
        right: 0
    }

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

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

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

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

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

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

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

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-0 {
        left: 0
    }

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

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

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

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

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

table {
    max-width: 100%
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.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.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

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

.table > caption + thead > tr:first-child > 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-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .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
}

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

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

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

select[multiple], select[size] {
    height: auto
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

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

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

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

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    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;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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
}

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

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

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

.checkbox, .radio {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

.checkbox label, .radio label {
    display: inline;
    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] {
    float: left;
    margin-left: -20px
}

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

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

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

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

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

textarea.input-sm {
    height: auto
}

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

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

textarea.input-lg {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static {
    margin-bottom: 0
}

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline select.form-control {
        width: auto
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }

    .form-horizontal .control-label {
        text-align: right
    }
}

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

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

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

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

.form-horizontal .form-control-static {
    padding-top: 7px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .25s;
    transition: .25s;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -o-user-select: none;
    user-select: none
}

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

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

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

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

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

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .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:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

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

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .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:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

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

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

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

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .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: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.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .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: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-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

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

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .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: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.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .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: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-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

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

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

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

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

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

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

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

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

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.caret, .glyphicon {
    display: inline-block
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg")
}

.glyphicon {
    top: 1px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.glyphicon:empty {
    width: 1em
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro: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"
}

.caret {
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    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: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

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

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

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

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

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

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

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

.open > a {
    outline: 0
}

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

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

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

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 2
}

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

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

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

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
    outline: 0
}

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

.btn-toolbar:after, .btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group {
    float: left
}

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

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

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

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

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn:first-child > .btn {
    margin-right: -1px
}

.input-group-btn:last-child > .btn {
    margin-left: -1px
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -4px
}

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

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

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

.nav:after {
    clear: both
}

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

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    outline: 0
}

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

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

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #428bca
}

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

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

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

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

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

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

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

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

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

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
    border-radius: 4px
}

.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) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

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

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

.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: #428bca
}

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

.nav-justified {
    width: 100%
}

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

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

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

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

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

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

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-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: 32px;
    border: 1px solid transparent
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 0;
    padding-left: 30px;
    overflow-x: visible;
    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
}

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

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

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

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-static-top {
        border-radius: 0
    }
}

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }

    .navbar > .container .navbar-brand {
        margin-left: 0
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 6px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 1px;
    background: #fff
}

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

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.breadcrumb > li, .pagination {
    display: inline-block
}

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

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

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .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
    }
}

.progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

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

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

    .navbar-form select.form-control {
        width: auto
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }

    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

.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 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.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: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

    .navbar-text.navbar-right:last-child {
        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: #ccc
}

.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 {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .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-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.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: #999
}

.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: #080808
}

.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 {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

    .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: #080808
    }

    .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: #999
}

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #999
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #eee
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center
}

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

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

.label[href]:focus, .label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: grey
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.list-group-item, .media-object, .thumbnail {
    display: block
}

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.alert, .thumbnail {
    margin-bottom: 20px
}

.alert .alert-link, .close {
    font-weight: 700
}

.jumbotron .h1, .jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

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

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.close, .fancybox-button--close, .list-group-item > .badge {
    float: right
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-group .panel, .panel-title, .panel > .list-group, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-body:after, .panel-body:before {
    display: table;
    content: " "
}

.panel > .list-group .list-group-item {
    border-width: 1px 0
}

.panel > .list-group .list-group-item:last-child, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th {
    border-bottom: 0
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child td, .panel > .table > tbody:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-footer, .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    overflow: hidden;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

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

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content, .popover {
    background-clip: padding-box
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

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

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

.modal-dialog {
    position: relative;
    z-index: 1050;
    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: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

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

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

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

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

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

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

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

.popover, .tooltip, .tooltip-arrow {
    position: absolute
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

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

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

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

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

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.tooltip {
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

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

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    left: 5px
}

.tooltip.top-right .tooltip-arrow {
    right: 5px
}

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

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

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

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

.tooltip.bottom-left .tooltip-arrow {
    left: 5px
}

.tooltip.bottom-right .tooltip-arrow {
    right: 5px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

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

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.popover.left .arrow:after, .popover.right .arrow:after {
    bottom: -10px;
    content: " "
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right .arrow:after {
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    border-left-color: #fff;
    border-right-width: 0
}

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

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

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

.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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-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 {
    right: 0;
    left: auto;
    background-image: -webkit-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 {
    color: #fff;
    text-decoration: none;
    outline: 0;
    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%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center
}

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

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

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

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

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

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

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

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs {
    display: none !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    visibility: hidden !important
}

.affix {
    position: fixed
}

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

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

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

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

    table.visible-xs.visible-sm {
        display: table
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    td.visible-xs.visible-sm, th.visible-xs.visible-sm {
        display: table-cell !important
    }
}

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

    table.visible-xs.visible-md {
        display: table
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    td.visible-xs.visible-md, th.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    table.visible-xs.visible-lg {
        display: table
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    td.visible-xs.visible-lg, th.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm {
    display: none !important
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    table.visible-sm.visible-xs {
        display: table
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    td.visible-sm.visible-xs, th.visible-sm.visible-xs {
        display: table-cell !important
    }
}

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

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

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

    table.visible-sm.visible-md {
        display: table
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    td.visible-sm.visible-md, th.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    table.visible-sm.visible-lg {
        display: table
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    td.visible-sm.visible-lg, th.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md, td.visible-md, th.visible-md, tr.visible-md {
    display: none !important
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    table.visible-md.visible-xs {
        display: table
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    td.visible-md.visible-xs, th.visible-md.visible-xs {
        display: table-cell !important
    }
}

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

    table.visible-md.visible-sm {
        display: table
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    td.visible-md.visible-sm, th.visible-md.visible-sm {
        display: table-cell !important
    }
}

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

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    table.visible-md.visible-lg {
        display: table
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    td.visible-md.visible-lg, th.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    table.visible-lg.visible-xs {
        display: table
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    td.visible-lg.visible-xs, th.visible-lg.visible-xs {
        display: table-cell !important
    }
}

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

    table.visible-lg.visible-sm {
        display: table
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    td.visible-lg.visible-sm, th.visible-lg.visible-sm {
        display: table-cell !important
    }
}

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

    table.visible-lg.visible-md {
        display: table
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    td.visible-lg.visible-md, th.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

table.hidden-xs {
    display: table
}

tr.hidden-xs {
    display: table-row !important
}

td.hidden-xs, th.hidden-xs {
    display: table-cell !important
}

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

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

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

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg, td.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

table.hidden-sm {
    display: table
}

tr.hidden-sm {
    display: table-row !important
}

td.hidden-sm, th.hidden-sm {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs, td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs {
        display: none !important
    }
}

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

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

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg, td.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

table.hidden-md {
    display: table
}

tr.hidden-md {
    display: table-row !important
}

td.hidden-md, th.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs, td.hidden-md.hidden-xs, th.hidden-md.hidden-xs, tr.hidden-md.hidden-xs {
        display: none !important
    }
}

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

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

@media (min-width: 1200px) {
    .hidden-md.hidden-lg, td.hidden-md.hidden-lg, th.hidden-md.hidden-lg, tr.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

table.hidden-lg {
    display: table
}

tr.hidden-lg {
    display: table-row !important
}

td.hidden-lg, th.hidden-lg {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs, td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs {
        display: none !important
    }
}

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

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

@media (min-width: 1200px) {
    .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
        display: none !important
    }
}

.visible-print, td.visible-print, th.visible-print, tr.visible-print {
    display: none !important
}

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

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

    .hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
        display: none !important
    }
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.backdrop, .modal-wind {
    display: none;
    position: fixed
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.backdrop {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 6
}

.modal-wind {
    background: #fff;
    z-index: 7;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal-city .district, .modal-sale .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.modal-wind .close {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 20px;
    opacity: 1;
    z-index: 5;
    width: 18px;
    height: 20px
}

.modal-wind .close i:before {
    color: #282828
}

.modal-wind .form-order {
    background: 0 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-button--right::after, .modal-menu .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.modal-sale {
    width: 934px;
    padding: 18px 0 15px
}

.modal-sale .wrapper {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-sale .title-h2 {
    text-align: left
}

.modal-sale .title-h2 span {
    padding: 0;
    color: #fbcc0c
}

.modal-sale .right-col {
    padding: 0 50px 0 30px
}

.modal-sale .form-order {
    padding: 0 1px 1px
}

.modal-sale .form-order .wrap {
    display: block
}

.modal-sale .form-order .btn-yellow {
    margin: 12px 0 14px
}

.modal-sale .form-order .attention {
    margin: 0
}

.modal-sale #countcar {
    width: 103px;
    margin: 0 0 30px;
    padding: 10px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield
}

.modal-sale #countcar::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.modal-sale #countcar::-ms-expand {
    display: none
}

.modal-city {
    width: 536px;
    padding: 18px 20px 15px;
    text-align: center
}

.modal-city .title-h2 {
    margin: 0 0 -6px
}

.modal-city label {
    display: inline-block;
    margin: 0 auto 25px;
    width: auto;
    position: relative
}

.modal-city label:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 22px
}

.modal-city select {
    border: none;
    font-size: 30px;
    padding: 0 20px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-city select::-ms-expand {
    display: none
}

.modal-city span {
    font-size: 18px;
    font-weight: 700
}

.modal-city .district {
    padding: 0 20px 0 72px;
    text-align: left;
    display: flex;
    margin: 0 0 11px
}

.modal-city .district ul, .modal-city .region .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.modal-city .district span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 107px;
    -ms-flex: 0 0 107px;
    flex: 0 0 107px
}

.modal-city .district ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 82%;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 7px
}

.modal-city .district li {
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 0 4px
}

.modal-city .district li.active {
    color: #fbcc0c
}

.modal-city .region {
    padding: 0 0 0 72px;
    text-align: left
}

.modal-city .region span {
    margin: 0 0 18px;
    display: block
}

.modal-city .region .wrap {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-calculator .choose li, .modal-city .region ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.modal-city .region ul {
    width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal-menu, .modal-online-order .img-block .mobile {
    display: none
}

.modal-city .region li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    cursor: pointer;
    margin: 0 0 6px
}

.modal-menu {
    position: absolute;
    background: rgba(0, 0, 0, .9);
    padding: 35px 33px 16px;
    top: -36px;
    width: 330px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    right: 19.5%;
    z-index: 2
}

.modal-menu.bottom {
    top: auto;
    bottom: 0;
    right: 14.5%
}

.modal-menu.bottom .close {
    top: auto;
    bottom: 30px;
    position: absolute;
    right: 18px
}

.modal-menu .close {
    border: none;
    color: #fff;
    font-size: 42px;
    top: 12px;
    right: -10px;
    position: relative;
    width: 24px;
    height: 24px;
    opacity: 1
}

.modal-menu .close:after, .modal-menu .close:before {
    position: absolute;
    left: 11px;
    top: 0;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #fff
}

.modal-menu .close:before {
    transform: rotate(45deg)
}

.modal-menu .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-menu a {
    color: #fff
}

.modal-online-order .text h3 span, .modal-seconds span, .modal-testimonial .attention a, .thx-popup a {
    color: #fbcc0c
}

.modal-menu li {
    margin: 0 0 10px
}

.modal-callme {
    padding: 38px 20px 28px;
    width: 700px
}

.modal-callme .form-order {
    padding: 8px 80px 10px
}

.modal-callme .wrap-tel:after, .modal-callme .wrap-text:after {
    top: 42%;
    left: 1px
}

.form-order .wrap-tel:after, .form-order .wrap-text:after {
    font-family: FontAwesome;
    top: 50%;
    left: 16px
}

.modal-callme .input-field {
    padding: 1px 21px
}

.modal-callme .btn-blue {
    margin: 0 auto 11px;
    padding: 18px 10px;
    width: 295px
}

.modal-callme .wrap-tel {
    margin: 0 0 37px
}

.modal-callme .attention {
    margin: 0 auto 10px;
    width: 295px
}

.modal-online-order {
    width: 934px;
    padding: 38px 48px 0
}

.modal-online-order .form-order {
    padding: 0
}

.modal-online-order .text h3 {
    margin: 0 0 22px;
    font-size: 37px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700
}

.modal-online-order .wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
}

.modal-online-order .wrap-tel {
    margin: 0 0 21px
}

.modal-online-order .text {
    padding: 23px 0 0 65px
}

.modal-online-order .text p {
    margin: 0 0 39px;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500
}

.modal-online-order .attention {
    margin: 10px 0 0 -10px
}

.modal-online-order .attention a {
    text-decoration: underline;
    outline: 0
}

.modal-calculator {
    width: 700px;
    padding: 38px 30px 35px;
    font-size: 18px
}

.modal-calculator .title-h2 {
    margin: 0 0 6px
}

.modal-calculator .btn-yellow {
    width: 304px;
    margin: 20px 0
}

.modal-calculator .choose {
    margin: 0 0 23px
}

.modal-calculator .choose li {
    margin: 0 0 6px;
    display: flex
}

.form-order .wrap-col, .modal-calculator .define-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.modal-calculator .choose span {
    font-weight: 700;
    margin: 0 15px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px
}

.modal-calculator .choose p {
    margin: 0
}

.modal-calculator .text {
    padding: 0 0 0 18px;
    margin: -5px 0 0
}

.modal-calculator .define-price {
    display: flex
}

.modal-calculator .define-price .title {
    margin: 0 0 -1px
}

.modal-calculator .define-price a, .modal-calculator .define-price span {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fbcc0c
}

.modal-testimonial {
    width: 538px;
    padding: 18px 49px 15px;
    font-size: 16px
}

.modal-testimonial .btn-yellow {
    width: 310px
}

.modal-testimonial .title-h2 {
    margin: 0 0 11px
}

.modal-testimonial .rate {
    text-align: center;
    margin: 0 0 15px
}

.modal-testimonial .rate img {
    width: 30px;
    margin: 0 10px
}

.modal-testimonial .comment {
    margin: 0 0 11px
}

.modal-testimonial .comment span {
    font-weight: 700;
    display: block;
    margin: 0 0 3px
}

.modal-testimonial .comment .input-field {
    border: 1px solid #ababab;
    padding: 9px;
    outline: 0;
    width: 100%;
    font-size: 14px;
    background: 0 0
}

.modal-testimonial .comment .input-field.wrong {
    border-color: red
}

.modal-testimonial .comment .area-field {
    border: 1px solid #ababab;
    padding: 9px;
    outline: 0;
    width: 100%;
    background: 0 0;
    height: 87px
}

.modal-testimonial .comment .area-field.wrong {
    border-color: red
}

.modal-testimonial .btn-blue {
    margin: 31px auto 12px;
    width: 292px
}

.modal-testimonial .attention {
    margin: 0 auto;
    width: 292px;
    font-size: 12px;
    text-align: center
}

.modal-seconds, .thx-popup {
    width: 700px;
    padding: 38px 49px 35px;
    font-size: 22px;
    text-align: center
}

.modal-seconds span {
    font-weight: 700;
    font-size: 32px
}

.form-order {
    padding: 118px 0 92px;
    background: url(../img/bg3.jpg) center top no-repeat;
    position: relative
}

.form-order h2 {
    color: #282828;
    font-size: 45px;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: -.6px
}

.form-order h2 span {
    color: #fbcc0c;
    letter-spacing: 0;
    font-weight: 700
}

.form-order .wrap-col {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-order .wrap-col .left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%
}

.form-order .wrap-col .right-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44.6%;
    -ms-flex: 0 0 44.6%;
    flex: 0 0 44.6%;
    padding: 27px 0 0
}

.form-order .input-field {
    color: #282828;
    font-size: 16px;
    -webkit-transition: .25s;
    transition: .25s;
    border: none;
    border: 1px solid #000;
    width: 100%;
    background: 0 0;
    padding: 10px 37px;
    outline: 0
}

.form-order .input-field.wrong {
    border-color: red
}

.form-order .wrap-text {
    margin: 0 0 28px;
    position: relative
}

.form-order .wrap-text:after {
    content: '\f007';
    position: absolute;
    transform: translate(0, -50%)
}

.form-order .wrap-tel {
    margin: 0 0 28px;
    position: relative
}

.form-order .wrap-tel:after {
    content: '\f2a0';
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.fancybox-bg, .fancybox-container {
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden
}

.form-order .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    color: #282828;
    font-size: 16px;
    line-height: 20px
}

.form-order .wrap a {
    color: #282828;
    font-weight: 700
}

.form-order .wrap a span {
    display: block;
    font-size: 20px;
    padding: 3px 0 0;
    letter-spacing: .5px
}

.form-order input::-webkit-input-placeholder, .form-order textarea::-webkit-input-placeholder {
    color: #000
}

.form-order input::-moz-placeholder, .form-order textarea::-moz-placeholder {
    color: #000
}

.form-order input:-ms-input-placeholder, .form-order textarea:-ms-input-placeholder {
    color: #000
}

.form-order input:-moz-placeholder, .form-order textarea:-moz-input-placeholder {
    color: #000
}

.form-order .btn-yellow {
    padding: 12px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 12px auto 14px
}

.form-order .attention {
    color: #282828;
    font-size: 12px;
    line-height: 18px;
    width: 295px;
    text-align: center;
    margin: 0 auto
}

.form-order .attention a {
    text-decoration: underline;
    outline: 0
}

@media screen and (orientation: landscape) {
    .modal-wind {
        max-height: -webkit-calc(100vh - 20px);
        max-height: calc(100vh - 20px);
        overflow-y: auto
    }
}

@media screen and (orientation: portrait) and (max-width: 340px) {
    .modal-wind {
        max-height: -webkit-calc(100vh - 20px);
        max-height: calc(100vh - 20px);
        overflow-y: auto
    }
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99993;
    backface-visibility: hidden
}

.fancybox-container ~ .fancybox-container {
    z-index: 99992
}

.fancybox-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0f0f11;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    backface-visibility: hidden
}

.fancybox-controls, .fancybox-slider, .fancybox-slider-wrap {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider, .fancybox-slider-wrap {
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    backface-visibility: hidden
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}

.fancybox-content, .fancybox-slide > * {
    position: relative;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box
}

.fancybox-slide::before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-slide > * {
    display: inline-block;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    background-color: #fff;
    overflow: auto
}

.fancybox-slide--image {
    overflow: hidden
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-content {
    display: inline-block;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: -webkit-calc(100% - 88px);
    height: calc(100% - 88px);
    line-height: normal;
    white-space: normal;
    outline: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
    background: 0 0
}

.fancybox-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: no-repeat;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    background: 0 0;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .2s;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: #888 dotted 1px
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: 0 0
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: 0
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover {
    background: rgba(0, 0, 0, .8)
}

.fancybox-button::after, .fancybox-button::before {
    content: '';
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button--left::after, .fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--disabled::after, .fancybox-button--disabled::before {
    opacity: .5
}

.fancybox-button--left::after {
    left: 20px;
    background: 0 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    background: 0 0;
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close::after, .fancybox-button--close::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media all and (max-width: 800px) {
    .fancybox-controls {
        text-align: left
    }

    .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: 0 0
}

.fancybox-button--play::before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: 0 0
}

.fancybox-button--pause::before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: 0 0
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs::before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box
}

.fancybox-thumbs > ul {
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important
    }

    .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}

@media (max-width: 1024px) {
    .form-order .stamp, .preview-block h2 br, .right-saving .attention br {
        display: none
    }

    .nav > li > a {
        padding: 10px 5px
    }

    .preview-block .list-advantages {
        width: 80%
    }

    .history-block .order-form {
        width: 350px;
        padding: 44px 15px 25px
    }

    .history-block .slick-next {
        left: 57%
    }

    .form-order h2 {
        font-size: 30px
    }

    .form-order .wrap-col .left-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }

    .form-order .wrap-col .right-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 52%;
        -ms-flex: 0 0 52%;
        flex: 0 0 52%
    }

    .advantages-block .tabs-text {
        padding: 35px 10px 38px;
        margin: 0 10px
    }

    .form-order.bottom .slogan-title {
        margin: 0 auto 53px;
        width: 95%
    }

    .form-order.bottom .tootlip {
        right: 0
    }

    .form-order.bottom .text {
        padding: 50px 0 0
    }

    .why-we-block .wrap {
        display: block
    }

    .why-we-block .left-col {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .price-catalog .tabs-block-price {
        font-size: 12px
    }

    .location-master .freedom-master, .location-master .right-col p {
        width: 100%
    }

    .form-order {
        background-size: cover
    }

    .slogan-block h2 {
        margin: 20px 0 10px;
        width: 100%
    }

    .history-block h2 {
        display: none
    }

    .team-block h4 {
        font-size: 18px
    }

    .team-block img {
        max-width: 100%
    }
}

@media (max-width: 1000px) {
    .modal-sale {
        width: 97%;
        padding: 18px 0 10px;
        font-size: 12px
    }
}

@media (max-width: 900px) {
    .first-screen .slogan, .service-garant .title-h2 br {
        display: none
    }

    .faq-block.inner-page, .first-screen, .form-order.bg6 {
        background-size: cover
    }

    .faq-block .title-h2, .form-order h2, .previous-price {
        text-align: center
    }

    .garant-slider .slick-next {
        right: 28.5%
    }

    .garant-slider .slick-prev {
        left: 28.5%
    }

    .first-screen .navbar-left {
        padding: 0;
        float: left
    }

    .first-screen .navbar-toggle.burger {
        margin: 4px 0 0
    }

    .first-screen .navbar-nav > li > a {
        padding-left: 3px;
        padding-right: 3px
    }

    .main-factor .wrap {
        display: block
    }

    .main-factor .img-block {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .title-slogan h2 br {
        display: none
    }

    .faq-block .title-h2 {
        margin: 0 auto 20px;
        width: auto
    }

    .faq-block .title-h2 br {
        display: block
    }

    .faq-block .left-col, .form-order h2 br, .form-order.bottom .img-block, .form-order.bottom .tootlip, .type-lock-block .title-h2 br {
        display: none
    }

    .history-block {
        padding: 250px 0 310px
    }

    .history-block .order-form {
        right: 15px;
        bottom: -320px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .history-block .slick-next {
        left: 59%
    }

    .form-order.bottom .wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-order.bottom .text {
        text-align: center;
        padding: 20px 0 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%
    }

    .form-order.bottom .wrap-message, .form-order.bottom .wrap-tel, .form-order.bottom .wrap-text {
        margin: 0 auto 14px
    }

    .form-order.inner-page.bottom .text {
        padding: 20px 0 0
    }

    .form-order .wrap-col {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-order .wrap-col .left-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .form-order .wrap-col .right-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 490px
    }

    .order-cost .wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .order-cost .img-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }

    .popular-product {
        padding: 30px 0
    }

    .how-we-work {
        padding: 100px 0 10px
    }

    .online-calculator {
        padding: 30px 0
    }

    .radio + label {
        margin: 0 10px 0 0
    }

    .advantages-block .tabs-block {
        margin: 0 22px
    }

    .form-order.bottom .slogan-title {
        padding: 15px 12px
    }

    .form-order.bottom .attention {
        margin: 0 auto 29px
    }

    .form-order.bottom .btn-blue {
        margin: 12px auto 10px
    }

    .price-catalog {
        padding: 30px 0
    }

    .price-catalog .tabs-text-price {
        padding: 10px
    }

    .type-lock-block .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        height: 80px
    }

    .online-calculator .checkbox-line.lock label {
        width: 123px;
        height: 123px;
        padding: 25px 0 0;
        margin: 0 auto
    }

    .online-calculator .checkbox-line.lock label span {
        font-size: 12px
    }

    .online-calculator .checkbox-line.lock .label-odd {
        margin: 0 30px 0 0
    }

    .online-calculator .checkbox-line {
        margin: 0 0 10px
    }

    .online-calculator .checkbox-line.lock {
        width: 100%
    }

    .sales-block .slick-next {
        right: -50px
    }

    .sales-block .slick-prev {
        left: -50px
    }
}

@media (max-width: 767px) {
    #map-canvas-ya {
        width: 100% !important
    }

    .move-bg.hide-bg-mobile:after {
        background: 0 0
    }

    .first-screen.inner-page {
        padding: 47px 0 86px
    }

    .first-screen.inner-page .navbar {
        margin-bottom: 103px
    }

    .first-screen.inner-page h3 {
        margin: 8px 0 4px
    }

    .first-screen.inner-page .main-advantages {
        width: 100%
    }

    .first-screen.inner-page .main-advantages li {
        margin: 0 0 4px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .storage-tires {
        padding: 45px 0 0;
        margin: 0 0 -57px
    }

    .storage-tires .title-h2 {
        margin: 0 0 26px
    }

    .storage-tires .item {
        font-size: 12.99px;
        font-weight: 600;
        text-align: center;
        margin: 0 0 10px
    }

    .storage-tires .item img {
        margin: 0 0 2px;
        height: 47px
    }

    .storage-tires .item p {
        line-height: 16px
    }

    .storage-tires h4 {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 26px
    }

    .storage-tires .list-storage {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 28px
    }

    .storage-tires .list-storage .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .storage-tires .storage-description {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        border-left: none;
        border-right: none
    }

    .our-principle .item, .storage-tires .left-col img {
        width: 100%
    }

    .storage-tires .left-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .storage-tires .right-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 15px 15px 5px;
        font-size: 12px;
        line-height: 20px
    }

    .storage-tires li {
        margin: 0
    }

    .storage-tires ul {
        margin: 0 0 8px
    }

    .storage-tires .storage-title {
        font-size: 12px;
        padding: 3px 7px;
        margin: 0 0 13px
    }

    .storage-tires .competitors {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .storage-tires .competitors.last {
        margin: 0 0 8px
    }

    .storage-tires .competitors span {
        font-size: 12px;
        padding: 0 7px 0 0;
        line-height: 22px;
        min-width: auto
    }

    .our-principle .container {
        padding: 0
    }

    .our-principle .yellow {
        margin: 0;
        padding: 31px 0 0
    }

    .our-principle .title-h2 {
        margin: 0 0 24px
    }

    .our-principle .item .img-block {
        min-height: auto
    }

    .our-principle .item img {
        width: auto;
        height: 30px
    }

    .our-principle .item h4 {
        font-size: 12px;
        margin: 0 0 6px;
        line-height: 16px
    }

    .our-principle .item p {
        font-size: 12px;
        line-height: 20px
    }

    .why-we-block blockquote, .why-we-block blockquote p {
        font-size: 14px;
        line-height: 20px
    }

    .why-we-block .container {
        padding-top: 20px
    }

    .why-we-block .title-h2 br {
        display: none
    }

    .why-we-block .wrap {
        display: block
    }

    .why-we-block .left-col img {
        margin: 0 auto
    }

    .why-we-block .left-col span {
        font-weight: 700;
        margin: 10px -15px 2px;
        border-bottom: 1px solid #000;
        padding: 0 15px 3px
    }

    .why-we-block blockquote {
        padding: 20px 0 0
    }

    .why-we-block blockquote:after {
        background-size: 34px 29px;
        top: 10px;
        left: 10px
    }

    .season-save {
        padding: 39px 0 49px
    }

    .season-save.inner-page {
        padding: 14px 0 64px
    }

    .season-save.inner-page a {
        letter-spacing: 0
    }

    .season-save.inner-page .price-season {
        font-size: 12px;
        margin: 0 0 23px
    }

    .season-save.inner-page .price-season span {
        display: inline-block;
        font-size: 14px;
        padding: 5px 10px
    }

    .season-save.inner-page .price-season strong {
        font-size: 14px
    }

    .season-save small {
        display: block;
        font-size: 12px
    }

    .season-save .wrap {
        display: block
    }

    .season-save .title-h2 span {
        font-size: 17px
    }

    .season-save .price-season {
        font-size: 14px
    }

    .season-save a {
        font-size: 15px
    }

    .season-save .title-h2 {
        margin: 0 0 16px;
        font-size: 18px
    }

    .season-save .left-col {
        display: none;
        width: 100%
    }

    .season-save .right-col {
        padding: 20px 0 0
    }

    .container {
        width: 100%
    }

    .btn-yellow {
        width: 255px;
        font-size: 17px;
        padding: 7px 10px 10px;
        margin: 0 auto 10px
    }

    .history-block {
        padding: 101px 0 0
    }

    .history-block.subpage {
        padding: 30px 0 53px
    }

    .history-block h2, .history-block h2 span {
        font-size: 17px;
        line-height: 27px
    }

    .history-block h2 br {
        display: none
    }

    .history-block h3 {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 25px
    }

    .history-block .slick-next:before, .history-block .slick-prev:before {
        font-size: 20px
    }

    .history-block h3 strong {
        display: inline-block
    }

    .history-block .slider-history {
        padding: 0
    }

    .history-block .slick-next {
        left: auto;
        right: 32%;
        bottom: -64px
    }

    .history-block .slick-prev {
        left: auto;
        left: 32%;
        bottom: -64px
    }

    .history-block .count-slider-history {
        bottom: 0;
        font-size: 20px;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin: 0 0 33px;
        width: 65px;
        height: 65px
    }

    .history-block .count-slider-history strong {
        width: 65px;
        height: 65px;
        background-size: 65px 65px
    }

    .history-block .wrap-img {
        display: block;
        margin: 0 0 12px
    }

    .history-block .img-absolute.move {
        width: 50px;
        left: 220px;
        top: 28px
    }

    .history-block .img-absolute {
        width: 50px;
        top: 28px
    }

    .history-block .left-col {
        margin: 0;
        width: 100%
    }

    .history-block .left-col p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px
    }

    .history-block .left-col p:last-child, .history-block .left-col strong {
        font-size: 14px
    }

    .history-block .order-form {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 48px 15px 33px;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative
    }

    .history-block .order-form h4 {
        margin: 0 0 18px;
        font-size: 17px
    }

    .history-block .order-form .input-field {
        margin: 0 0 10px;
        font-size: 12px;
        padding: 12px 7px 11px;
        max-width: 290px
    }

    .history-block .order-form .btn-yellow {
        margin: 8px auto;
        width: 278px;
        font-size: 17px;
        padding: 6px 10px 9px
    }

    .our-principle {
        padding: 41px 0 0
    }

    .slogan-block h2 {
        font-size: 17px;
        margin: 0 0 10px;
        line-height: 28px;
        color: #000;
        letter-spacing: -.4px
    }

    .slogan-block.with-bg .move-bg.move span, .slogan-block.with-bg h2 {
        color: #fff
    }

    .slogan-block h2 br {
        display: none
    }

    .slogan-block h2 span {
        padding: 0 5px;
        letter-spacing: 0
    }

    .slogan-block.inner-page .move-bg.move:after, .slogan-block.with-bg .move-bg.move:after {
        opacity: 1
    }

    .slogan-block.with-bg .inner {
        background: url(../img/bg-slogan.jpg) center no-repeat
    }

    .slogan-block .inner {
        background: 0 0
    }

    .slogan-block .move-bg.move span {
        color: #000
    }

    .spectr-service h2 {
        font-size: 17px;
        line-height: 28px;
        letter-spacing: 0
    }

    .spectr-service .item.left-tooltip .tooltip {
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .spectr-service .item.right-tooltip .tooltip {
        left: -155px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .spectr-service .tooltip {
        width: 290px;
        font-size: 12px;
        line-height: 14px;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .inner-section .online-calculator {
        padding: 81px 0 30px
    }

    .inner-section .price-catalog {
        padding: 20px 0 54px
    }

    .inner-section .price-catalog .tabs-block-price a {
        border-bottom: none
    }

    .inner-section .slider-block {
        padding: 63px 0 57px
    }

    .first-screen.inner-page {
        background-size: cover
    }

    .first-screen .main-advantages {
        display: block;
        width: 100%
    }

    .first-screen .main-advantages .right-col {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px;
        text-align: center
    }

    .first-screen .choose-city, .first-screen .navbar-toggle.burger, .first-screen .slogan, .first-screen h4 br {
        display: none
    }

    .first-screen .main-advantages .right-col p {
        font-size: 12px
    }

    .first-screen .main-advantages .tooltip {
        top: -154px;
        width: 100%
    }

    .first-screen .main-advantages .tooltip .close-tooltip {
        top: 2px;
        right: 2px
    }

    .first-screen .main-advantages .btn-yellow {
        margin: 12px auto 20px;
        width: 200px
    }

    .first-screen .main-advantages .get-online {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .first-screen .main-advantages .left-col {
        margin: 0 0 31px;
        font-size: 12px;
        text-align: center
    }

    .first-screen .main-advantages li {
        margin: 0 0 12px
    }

    .first-screen .main-advantages li i {
        top: 0
    }

    .title-slogan.inner-page {
        background: url(../img/bg2.png) center top no-repeat;
        background-size: cover;
        padding: 86px 0 97px
    }

    .map-address {
        margin: -18px -15px 13px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px)
    }

    .map-address iframe {
        width: 100%;
        height: 185px
    }

    .first-screen {
        padding: 19px 0 20px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .first-screen .navbar-toggle {
        float: left;
        margin-top: -1px;
        margin-left: 8px;
        margin-right: 22px
    }

    .first-screen .navbar-collapse {
        background: #0096ff;
        width: 100%;
        position: absolute;
        top: 38px;
        padding: 0;
        text-align: center;
        z-index: 3
    }

    .first-screen .navbar-collapse .navbar-nav {
        width: 100%
    }

    .first-screen .navbar-header {
        float: left;
        width: 170px
    }

    .first-screen .navbar-nav {
        float: right;
        margin: 0
    }

    .first-screen .navbar {
        margin: 0 0 40px
    }

    .first-screen h4 {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 24px
    }

    .first-screen .navbar-brand {
        font-size: 10px;
        width: 86px;
        height: 33px;
        padding: 0
    }

    .first-screen .navbar-nav .phone {
        font-size: 14px;
        margin: 0 0 -6px
    }

    .first-screen .call-me {
        font-size: 12px
    }

    .form-order .previous-price, .form-order .wrap {
        display: block;
        text-align: center
    }

    .preview-block h2 {
        font-size: 14px;
        line-height: 20px;
        margin: 0
    }

    .preview-block h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 21px
    }

    .preview-block .list-advantages {
        width: 100%;
        padding: 0 5px
    }

    .preview-block .list-advantages li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 46%;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%
    }

    .preview-block .list-advantages li:before {
        left: -15px
    }

    .preview-block .list-advantages .hideme:nth-child(odd) {
        left: 0
    }

    .preview-block .list-advantages .hideme:nth-child(even) {
        right: 0
    }

    .preview-block p {
        font-size: 16px;
        margin: 0 0 8px
    }

    .preview-block p strong {
        font-size: 16px
    }

    .preview-block .call-master {
        width: 241px;
        margin: 23px auto;
        padding: 11px 10px;
        font-size: 14px
    }

    .list-advantages {
        font-size: 12px;
        line-height: 25px
    }

    .list-advantages li:before {
        font-size: 12px
    }

    .title-h2, .title-h2 span {
        font-size: 17px;
        line-height: 27px
    }

    .title-slogan {
        padding: 86px 0 65px
    }

    .title-slogan h2 {
        margin: 0 0 6px
    }

    .title-slogan p {
        font-size: 12px;
        line-height: 20px
    }

    .whywe-block {
        padding: 31px 0 19px
    }

    .whywe-block .item {
        margin: 0 0 25px;
        width: 100%
    }

    .whywe-block .item img {
        width: 38px
    }

    .whywe-block .item .img-block {
        margin: 0 0 1px
    }

    .whywe-block .item h4 {
        font-size: 15px;
        margin: 0
    }

    .whywe-block .item h5, .whywe-block .item p {
        font-size: 12px;
        line-height: 20px
    }

    .whywe-block .title-h2 {
        margin: 0 0 13px
    }

    .btn-blue {
        font-size: 14px
    }

    .form-order {
        padding: 52px 0 85px
    }

    .form-order .text-style {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .form-order .previous-price {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 -3px
    }

    .form-order h2 {
        font-size: 18px;
        line-height: 27px
    }

    .form-order .input-field {
        font-size: 16px;
        font-weight: 700
    }

    .form-order .btn-yellow {
        width: 280px;
        font-size: 16px;
        padding: 12px 5px;
        margin: 0 auto 10px
    }

    .form-order .wrap a {
        font-size: 14px;
        display: inline-block
    }

    .form-order .wrap a span {
        font-size: 16px
    }

    .form-order .btn-blue {
        margin: 0 auto 10px;
        width: 225px
    }

    .form-order .attention {
        font-size: 10px;
        margin: 0 auto
    }

    .form-order .wrap-col .right-col {
        padding: 7px 0 0
    }

    .form-order .wrap-text {
        margin: 0 0 24px
    }

    .form-order .wrap-tel {
        margin: 0 0 20px
    }

    .form-order .btn-blue {
        padding: 11px 10px
    }

    .popular-product {
        padding: 19px 0 30px
    }

    .popular-product .title-h2 {
        margin: 0 0 12px
    }

    .popular-product .product-item {
        margin: 0 0 20px
    }

    .popular-product .product-item h4 {
        font-size: 16px;
        margin: 0
    }

    .popular-product .product-item p {
        font-size: 12px;
        line-height: 20px;
        min-height: auto;
        margin: 0 0 14px
    }

    .popular-product .product-item img {
        margin: 0 0 -4px
    }

    .popular-product .product-item .btn-blue {
        width: 209px;
        padding: 7px 10px
    }

    .how-we-work {
        padding: 74px 0 59px
    }

    .how-we-work .title-h2 {
        margin: 0 0 22px
    }

    .how-we-work img {
        width: 36px;
        margin: 0 0 10px
    }

    .how-we-work .img-middle {
        width: 158px
    }

    .how-we-work p {
        font-size: 12px;
        line-height: 20px;
        min-height: 84px
    }

    .how-we-work h4 {
        margin: 0 0 18px;
        font-size: 17px;
        line-height: 27px
    }

    .radio + label {
        font-size: 12px
    }

    .radio:not(checked) + label {
        display: block;
        width: 159px;
        text-align: left;
        margin: 0 auto 27px
    }

    .online-calculator .title-h2 br, .spectr-service .yet-look {
        display: none
    }

    .number-visit .img-block, .order-cost h4, .order-cost.without-bg h4, .team-block .team-list, .type-lock-block p {
        text-align: center
    }

    .radio:not(checked) + label:before {
        top: -2px
    }

    .radio:checked + label:after {
        top: 7px
    }

    .slogan-block .inner {
        padding: 20px 0;
        background-size: cover
    }

    .spectr-service {
        padding: 20px 0 35px
    }

    .spectr-service h2 {
        margin: 0 0 20px
    }

    .spectr-service .tooltip .close-tooltip {
        top: 1px;
        right: 1px
    }

    .spectr-service .item {
        width: 126px;
        height: 126px;
        margin: 0 auto 15px
    }

    .garant-slider .item, .spectr-service .list-service {
        margin: 0
    }

    .spectr-service .item i {
        font-size: 9px
    }

    .spectr-service .item .tooltip i {
        font-size: 14px
    }

    .spectr-service .inner span {
        font-size: 11.74px;
        line-height: 20px
    }

    .garant-slider .slick-next {
        right: 8%
    }

    .garant-slider .slick-prev {
        left: 8%
    }

    .online-calculator {
        padding: 37px 0 30px
    }

    .online-calculator .btn-yellow {
        width: 100%;
        max-width: 290px;
        font-size: 16px
    }

    .online-calculator .title-h2 {
        margin: 0 0 6px;
        font-size: 17px;
        line-height: 27px
    }

    .online-calculator h4 {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 0 1px
    }

    .online-calculator h5 {
        font-size: 15px;
        margin: 0 0 -3px
    }

    .online-calculator .checkbox-line {
        margin: 0 0 10px
    }

    .online-calculator .checkbox-line label {
        display: inline-block
    }

    .online-calculator .address-field {
        width: 290px;
        padding: 7px 8px;
        font-size: 12px
    }

    .online-calculator .btn-blue {
        width: 270px;
        padding: 11px 10px
    }

    .location-master {
        padding: 45px 0 31px
    }

    .location-master .title-h2 {
        margin: 0 0 15px
    }

    .location-master p {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 16px
    }

    .location-master .wrap {
        display: block
    }

    .location-master .left-col, .location-master .right-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .location-master .left-col {
        margin: 0 -15px 33px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px)
    }

    .location-master .ymaps-2-1-56-map {
        width: 100%
    }

    .location-master #map-ya {
        height: 180px !important
    }

    .location-master .right-col p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 22px
    }

    .location-master h4 {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 15px
    }

    .location-master .freedom-master {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        padding: 0;
        margin: 0 0 15px
    }

    .location-master .freedom-master.open {
        padding: 13px 12px 11px
    }

    .advantages-block {
        padding: 43px 0 10px
    }

    .advantages-block .title-h2 {
        margin: 0 auto 10px;
        line-height: 27px;
        width: 90%
    }

    .advantages-block .title-h2 br {
        display: none
    }

    .advantages-block .tabs-block {
        margin: 0 15px
    }

    .advantages-block .tabs-block a {
        font-size: 25px
    }

    .advantages-block .btn-yellow {
        width: 242px;
        padding: 10px 10px 11px
    }

    .advantages-block .tabs {
        margin: 0 0 13px
    }

    .advantages-block .tabs-text {
        display: block;
        padding: 17px 16px 27px;
        margin: 0
    }

    .advantages-block .tabs-block.tab-active a:after {
        border-width: 0 12px 12px;
        bottom: -26px
    }

    .advantages-block .block-tabs-text.active {
        display: block
    }

    .advantages-block .left-col .img-block, .slider-block .item p br {
        display: none
    }

    .advantages-block .block-tabs-text {
        margin: 0
    }

    .advantages-block .left-col {
        padding: 0
    }

    .advantages-block .left-col h4 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .advantages-block .center-col h5 {
        font-size: 12px;
        line-height: 23px
    }

    .advantages-block .center-col p, .advantages-block .right-col, .advantages-block .right-col p, .team-block p {
        font-size: 12px;
        line-height: 20px
    }

    .advantages-block .right-col {
        padding: 7px 0 0
    }

    .advantages-block .right-col h5 {
        font-size: 12px
    }

    .advantages-block .right-col h4 {
        margin-bottom: 0
    }

    .advantages-block .right-col p {
        margin: 0 0 16px
    }

    .team-block {
        padding: 27px 0 65px;
        background-size: cover
    }

    .team-block p {
        margin: 0 0 12px
    }

    .team-block h4 {
        font-size: 14px;
        font-weight: 400
    }

    .team-block .team-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .team-block .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .team-block .img-block {
        max-width: 250px;
        margin: 0 auto
    }

    .team-block .description {
        width: 100%;
        text-align: center;
        padding: 3px 10px 0
    }

    .team-block .description h5, .team-block .description p {
        font-size: 12px;
        line-height: 16px
    }

    .slider-block .slick-next:before, .slider-block .slick-prev:before {
        font-size: 18px;
        left: 0
    }

    .slider-block {
        padding: 50px 0 90px
    }

    .slider-block .slider-lock {
        margin: 0 -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px)
    }

    .slider-block .slick-arrow {
        width: 60px;
        height: 58px
    }

    .slider-block .slick-prev {
        left: 0
    }

    .slider-block .slick-next {
        right: 0
    }

    .slider-block h4 {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        margin: 0 0 25px
    }

    .slider-block .item p {
        font-size: 12px;
        line-height: 20px
    }

    .right-saving {
        padding: 42px 0 17px
    }

    .right-saving .title-h2 {
        margin: 0 0 8px
    }

    .right-saving .tabs-saving {
        margin: 0 -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px)
    }

    .right-saving .tabs-saving .tabs-block-saving {
        font-size: 12px;
        padding: 8px 0
    }

    .right-saving .tabs-text-saving {
        margin: 0 -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        padding: 28px 10px 19px
    }

    .right-saving .block-tabs-text-saving p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 13px
    }

    .right-saving .block-tabs-text-saving img {
        margin: 0 0 20px
    }

    .right-saving .block-tabs-text-saving ul {
        padding: 0;
        margin: 0 0 13px
    }

    .right-saving .block-tabs-text-saving li {
        line-height: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px
    }

    .right-saving .block-tabs-text-saving h4 {
        font-size: 16px;
        margin: 0
    }

    .right-saving .block-tabs-text-saving h5 {
        font-size: 14px;
        margin: 0
    }

    .right-saving .block-tabs-text-saving strong {
        font-size: 12px;
        line-height: 20px;
        padding: 6px 9px;
        margin: 0 -10px 9px;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px)
    }

    .right-saving .attention {
        font-size: 12px;
        line-height: 22px;
        margin: 0 0 27px
    }

    .right-saving .attention br {
        display: none
    }

    .number-visit {
        padding: 44px 0 0
    }

    .number-visit .wrap {
        display: block;
        margin: 0 0 20px;
        padding: 0 0 20px
    }

    .faq-block .left-col, .faq-block .title-h2 br {
        display: none
    }

    .number-visit .title-h2 {
        margin: 0 0 18px
    }

    .number-visit .left-col {
        border-right: none;
        margin: 0 0 20px
    }

    .number-visit h3 {
        font-size: 17px;
        line-height: 24px;
        margin: 0 0 18px
    }

    .number-visit .btn-yellow {
        width: 200px
    }

    .number-visit h4 {
        font-size: 17px;
        line-height: 21px
    }

    .number-visit .img-block img {
        margin: 0 0 10px
    }

    .number-visit .img-block .row-line {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .faq-block {
        padding: 40px 0 25px
    }

    .faq-block .list-question.open .question {
        margin: 0
    }

    .faq-block .title-h2 {
        margin: 0 0 23px;
        width: 100%
    }

    .faq-block .question {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px
    }

    .faq-block .answer {
        font-size: 12px;
        line-height: 20px
    }

    .faq-block .arrow:after {
        font-size: 18px
    }

    .faq-block .right-col {
        width: 100%;
        padding: 0
    }

    body {
        overflow-x: hidden
    }

    .type-lock-block {
        padding: 126px 0 71px
    }

    .type-lock-block .title-h2 {
        margin: 0 0 4px
    }

    .type-lock-block p {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 16px
    }

    .sales-block p, .sales-block strong {
        font-size: 14px
    }

    .type-lock-block .list-brand {
        display: block
    }

    .order-cost .title-h2 br, .sales-block .img-absolute {
        display: none
    }

    .type-lock-block .item {
        height: 96px;
        margin: 0 10px
    }

    .sales-block {
        padding: 41px 0 54px
    }

    .sales-block .sales-slider {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px
    }

    .sales-block .count-slider-sales {
        top: 138px
    }

    .sales-block .title-h2 {
        margin: 0 0 25px
    }

    .sales-block .item {
        padding: 60px 10px 10px
    }

    .sales-block p {
        margin: 0 0 14px
    }

    .sales-block .border {
        padding: 0 10px 26px;
        margin: 0 -10px 24px;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px)
    }

    .sales-block h3 {
        font-size: 14px;
        margin: 0 0 10px
    }

    .sales-block .btn-yellow {
        position: relative;
        margin: 26px auto 5px;
        bottom: 0;
        right: 0;
        width: 256px;
        font-size: 19px;
        padding: 7px 10px
    }

    .sales-block .slick-next {
        right: 37%
    }

    .sales-block .slick-arrow {
        width: 20px;
        height: 20px;
        border: none;
        top: 27px;
        background: 0 0;
        border-radius: 0
    }

    .sales-block .slick-arrow:before {
        color: #000;
        opacity: 1;
        font-size: 18px
    }

    .sales-block .slick-prev {
        left: 37%
    }

    img {
        max-width: 100%
    }

    .cheaper-block {
        padding: 41px 0 21px
    }

    .cheaper-block.inner-page {
        padding: 20px 0
    }

    .cheaper-block.inner-page .title-h2 {
        font-size: 17px;
        font-weight: 700;
        line-height: 27px
    }

    .cheaper-block a, .cheaper-block p {
        font-size: 20px;
        line-height: 30px
    }

    .cheaper-block p {
        margin: 0 0 23px
    }

    .cheaper-block .title-h2 {
        margin: 0 0 18px
    }

    .order-cost {
        padding: 39px 0 33px
    }

    .order-cost.without-bg {
        padding: 39px 0 0;
        margin: 0 0 -24px
    }

    .order-cost.without-bg .order-form {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 20px 0
    }

    .order-cost .wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-cost p {
        line-height: 20px;
        font-size: 12px;
        margin: 0 0 19px
    }

    .order-cost .input-field, .order-cost .title-h2 {
        margin: 0 0 10px
    }

    .order-cost .btn-yellow {
        margin: 7px auto 10px;
        padding: 7px 10px 9px
    }

    .order-cost h4 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px
    }

    .order-cost .img-block {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        margin: 0 -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px)
    }

    .order-cost .order-form {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        padding: 0 0 20px;
        margin: 0 auto;
        max-width: 320px
    }

    .order-cost .order-form p {
        width: 100%
    }

    .order-cost .btn-yellow {
        width: 100%;
        font-size: 16px
    }

    .price-catalog {
        padding: 55px 0 48px
    }

    .price-catalog .title-h2 {
        margin: 0 0 8px
    }

    .price-catalog.inner-page {
        padding: 42px 0 0
    }

    .price-catalog.inner-page .tabs-price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .price-catalog.inner-page .block-tabs-text-price .right-col {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 15px 0 0
    }

    .price-catalog h4 {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        margin: 0 0 35px
    }

    .price-catalog h4 br {
        display: none
    }

    .price-catalog .block-tabs-text-price li span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        text-align: right
    }

    .price-catalog .tabs-block-price {
        font-size: 14px;
        line-height: 15px;
        padding: 16px 10px 10px
    }

    .price-catalog .tabs-block-price a {
        text-decoration: none
    }

    .price-catalog .tabs-price {
        margin: 0 -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        display: block
    }

    .price-catalog .tabs-text-price {
        margin: 0 -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px)
    }

    .price-catalog .block-tabs-text-price.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .price-catalog .block-tabs-text-price.active .left-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .price-catalog .block-tabs-text-price.active .right-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .price-catalog .block-tabs-text-price .right-col {
        font-size: 12px;
        line-height: 20px;
        font-weight: 700;
        padding: 2px 0 0
    }

    .price-catalog .block-tabs-text-price li {
        margin: 0 0 5px
    }

    .price-catalog .block-tabs-text-price span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 122px;
        -ms-flex: 0 0 122px;
        flex: 0 0 122px
    }

    .testimonials-block {
        padding: 66px 0 76px;
        background-size: cover
    }

    .testimonials-block .btn-yellow {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block
    }

    .testimonials-block .item {
        display: block !important
    }

    .testimonials-block h4 {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 11px
    }

    .testimonials-block .title-h2 {
        margin: 0 0 9px
    }

    .testimonials-block .name {
        font-size: 15px;
        margin: 0
    }

    .testimonials-block .rate img {
        margin: 0
    }

    .testimonials-block .right-col {
        padding: 0
    }

    .testimonials-block .status {
        font-size: 12px
    }

    .testimonials-block .advantages span {
        font-size: 15px;
        display: block;
        margin: 0 0 -5px
    }

    .testimonials-block .advantages p {
        font-size: 12px;
        line-height: 20px
    }

    .testimonials-block .disadvantages span {
        font-size: 15px;
        display: block;
        margin: 0 0 -5px
    }

    .testimonials-block .disadvantages p {
        font-size: 12px;
        line-height: 20px
    }

    .testimonials-block .comment span {
        font-size: 15px;
        display: block;
        margin: 0 0 -5px
    }

    .testimonials-block .comment p {
        font-size: 12px;
        line-height: 20px
    }

    .testimonials-block .look-scan {
        display: block;
        text-align: center;
        font-size: 14px;
        width: 120px;
        margin: 0 auto 20px
    }

    .testimonials-block .count-slider {
        font-size: 18px;
        bottom: 52px
    }

    .testimonials-block .slick-next:before, .testimonials-block .slick-prev:before {
        font-size: 18px
    }

    .testimonials-block .slick-next {
        right: -webkit-calc(41.5% - 42px);
        right: calc(41.5% - 42px);
        bottom: -26px
    }

    .testimonials-block .slick-prev {
        left: 41.5%;
        bottom: -26px
    }

    footer {
        position: relative;
        padding: 22px 0 2px
    }

    footer .navbar-brand {
        margin: 0;
        width: 86px;
        height: 30px;
        padding: 5px;
        font-size: 12px
    }

    footer .copyright {
        position: absolute;
        font-size: 10.5px;
        bottom: 25px;
        right: 15px
    }

    footer .callback .phone {
        font-size: 14px;
        margin: 0 0 -5px
    }

    footer .callback .call-me {
        font-size: 12px
    }

    footer .slogan {
        position: absolute;
        font-size: 10.5px;
        bottom: 25px;
        left: 15px
    }

    .modal-sale {
        width: 97%;
        max-width: 320px;
        padding: 18px 10px 10px;
        font-size: 12px
    }

    .modal-sale .right-col {
        padding: 0
    }

    .modal-sale .wrap-countcar {
        text-align: left
    }

    .modal-sale #countcar {
        margin: 0 0 17px
    }

    .modal-testimonial {
        width: 97%;
        padding: 18px 10px 10px;
        font-size: 12px;
        max-width: 450px
    }

    .modal-testimonial .btn-yellow {
        width: 270px
    }

    .modal-testimonial .rate {
        margin: 0 0 10px
    }

    .modal-testimonial .rate img {
        width: 20px
    }

    .modal-testimonial .btn-blue {
        padding: 10px
    }

    .modal-callme {
        padding: 18px 10px;
        width: 97%;
        max-width: 320px
    }

    .modal-callme .form-order {
        padding: 10px
    }

    .modal-online-order {
        width: 97%;
        max-width: 320px;
        padding: 18px 10px 5px
    }

    .modal-online-order .img-block .desctop {
        display: none
    }

    .modal-online-order .img-block .mobile {
        display: block;
        margin: 0 auto
    }

    .modal-online-order .form-order .wrap {
        margin: 0 0 3px
    }

    .modal-online-order .wrap-tel, .modal-online-order .wrap-text {
        margin: 0 0 10px
    }

    .modal-online-order .text {
        padding: 0;
        max-width: 290px;
        margin: 0 auto
    }

    .modal-online-order .text h3 {
        font-size: 17px;
        line-height: 23px;
        margin: 0 0 10px
    }

    .modal-online-order .text p {
        margin: 0 0 6px;
        font-size: 14px;
        line-height: 18px
    }

    .modal-city {
        width: 97%;
        max-width: 320px;
        padding: 18px 10px 15px;
        font-size: 12px
    }

    .modal-city .select-city {
        font-size: 20px
    }

    .modal-city label {
        margin: 0 0 20px
    }

    .modal-city .region li, .modal-city li {
        margin: 0 0 5px;
        text-align: center
    }

    .modal-city .district, .modal-city .region {
        padding: 0
    }

    .modal-calculator {
        width: 97%;
        max-width: 320px;
        padding: 18px 10px;
        font-size: 14px
    }

    .modal-calculator .choose {
        margin: 0 0 10px
    }

    .modal-seconds .title-h2, .thx-popup .title-h2 {
        margin: 0 0 7px
    }

    .modal-calculator .choose span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 115px;
        -ms-flex: 0 0 115px;
        flex: 0 0 115px
    }

    .modal-calculator .img-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px
    }

    .modal-calculator .btn-yellow {
        width: 230px
    }

    .modal-seconds, .thx-popup {
        width: 97%;
        max-width: 320px;
        padding: 18px 10px;
        font-size: 14px
    }
}

@media (max-width: 420px) {
    .sales-block .count-slider-sales {
        top: 164px
    }
}


/*******/
.tel_mobile_ch {
    color: #fbcc0c !important;
    font-size: 12px !important;
    background: 0 0 !important;
    border: none !important;
    border-bottom: 1px dashed #fbcc0c !important;
    padding: 0 !important;
    display: block !important;
    margin: 0 0 0 auto !important;
    margin-left: 57px !important;
    text-align: center;
}

.button_mobile_ch {
    text-decoration: none;
    position: relative;
    width: 200px;
    font-size: 20px;
    padding: 5px 10px 8px;
    border-radius: 30px;
    cursor: pointer;
    outline: 0;
    border: none;
    display: block;

    color: #000 !important;

    font-weight: 700;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    background: #fbcc0c;
    font-family: 'Segoe UI' !important;
    margin: 12px auto 20px !important;
    order: 3 !important;
}

.button_mobile_ch .fa-arrow-circle-right:before {
    font-size: 17px !important;
}

.button_mobile_ch i {
    margin: 0 0 0 10px;
}


.button_mobile_ch_popup {
    text-decoration: none;
    position: relative;
    width: 230px;
    font-size: 20px !important;
    padding: 5px 35px 8px;
    border-radius: 30px;
    cursor: pointer;
    outline: 0;
    border: none;
    display: block;

    color: #000 !important;

    font-weight: 700;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    background: #fbcc0c;
    font-family: 'Segoe UI' !important;
    margin: 12px auto 20px !important;
    order: 3 !important;
}

.button_mobile_ch_popup i {
    margin: 0 0 0 9px;
    font-size: 17px !important;
}


.button_mobile_ch_tubs {
    text-decoration: none;
    position: relative;
    width: 248px;
    font-size: 20px !important;
    padding: 10px 33px 14px;
    border-radius: 30px;
    cursor: pointer;
    outline: 0;
    border: none;
    display: block;

    color: #000 !important;

    font-weight: 700;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    background: #fbcc0c;
    font-family: 'Segoe UI' !important;
    margin: 12px auto 20px !important;
    order: 3 !important;
}

.button_mobile_ch_tubs i {
    margin: 0 0 0 9px;
    font-size: 17px !important;
}

/*******/
.district {
    flex-direction: column;
}

.region ul li, .district ul li {
    /*text-decoration: underline;*/
}

.city_ch {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
}

.district ul li a, .region ul li a {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
}

.district ul li a::before, .region ul li a::before {
    content: '';
    position: absolute;

    height: 5px;
    width: 5px;
    background: #fbcc0c;
    border-radius: 50%;
    left: -10px;
    top: 8px;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.region ul li a ::before {
    /*top: 10px;*/
}

.district ul li, .region ul li {
    text-align: left !important;
    margin-right: 9px !important;
}

@media (max-width: 767px) {
    .testimonials-block {
        padding: 66px 0 97px;
    }

    .testimonials-block .slick-next {
        bottom: -50px;
    }

    .testimonials-block .slick-prev {
        bottom: -50px;
    }

    .city_ch {
        margin: 18px 0 18px !important;
    }

    .district ul, .region ul {
        margin-left: 15px !important;
    }


    /***numbers**/
    .advantages-block .tabs-block {
        margin: 0px 7px;
    }

    /***numbers end**/
}


}

.modal-city .region li {
    flex: 0 0 100%;
}
.first-screen--ios {
    background-image: url(../img/bg.jpg);

    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}



/**** Block-links ****/

.block-links {
    padding-bottom: 40px;
}
.block-links__box {
    display: flex;
    justify-content: space-between;
}
.block-links__list {
    list-style: none;
}
.block-links__item {

}
.block-links__item--title {
    font-weight: 700;

}
.block-links__item a, .block-links__item--title a {
    display: block;
    text-decoration: none;

    padding: 4px 5px;
    color: #000;
}
.block-links__list:nth-child(2), .block-links__list:nth-child(4) {
    margin-top: 27px;
}



@media (max-width: 758px) {
    .block-links__box {
        flex-wrap: wrap;
    }
    .block-links__list {
        width: 48%;
    }
}
@media (max-width: 400px) {
    .block-links__item a {
        font-size: 11px;
    }
    .block-links__list:nth-child(2), .block-links__list:nth-child(4) {
        margin-top: 22px;
    }
}

@media (max-width: 380px) {
    .block-links__item a {
        font-size: 10px;
    }
}

/**** Block-links END ****/