@charset 'UTF-8';
.nice-select {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    position: relative;
    display: block;
    float: left;
    clear: both;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto; 
    height: 42px;
    padding-right: 30px;
    padding-left: 18px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-align: left !important;
    white-space: nowrap;
    border: solid 1px #e8e8e8;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    outline: none;
    background-color: #fff;

    -webkit-tap-highlight-color: transparent;
}
body .container .item .name:hover {
    color: #b3b3b3;
}
.news-block .news-block-content .news-list .item .info .name:hover
{
    color: #b3b3b3;
}
.ui-slider-horizontal .ui-slider-range {

    background-color: #478e27;
border: solid 1px #478e27;
}
.news-block .news-block-content .readmore:hover {

    background-color: #f9f9f9;
}
.news-block .news-block-content .readmore:active{
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
    box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}
.sidebar .left-menu ul li a:hover
{
color: #478e27;
}
.catalog-page .top-catalog .grid-block a:hover {

    background-color: #f3f3f3;
    background-image: -webkit-linear-gradient(bottom, #c6c6ca, #fff);
    background-image: -webkit-gradient(linear,left bottom, left top,from(#c6c6ca), to(#fff));
    background-image: -webkit-linear-gradient(bottom,#c6c6ca, #fff);
    background-image: linear-gradient(to top,#c6c6ca, #fff);
}

.product-block .title a:hover
{
    color: #ff7100;
}
.sort_block
{
	float:right;
    width: 325px;
}
body .container .item .top-info .review a:hover
{

    color: #ff7100;
}

body .container .item .btn-block .compare a:hover {

    color: #ff7100;
}

.about-block
{
    text-align: justify;
}

.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 5px; 
    height: 5px;
    margin-top: -4px;
    content: '';
    -webkit-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    pointer-events: none;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.nice-select.open .list {
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
    pointer-events: auto;
    opacity: 1;
}
.nice-select.disabled {
    pointer-events: none; 
    color: #999;
    border-color: #ededed;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    right: 0 !important; 
    left: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    right: 0; 
    left: auto;
}
.nice-select.small {
    font-size: 12px;
    line-height: 34px; 
    height: 36px;
}
.nice-select.small:after {
    width: 4px; 
    height: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    position: absolute;
    z-index: 9; 
    top: 100%;
    left: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4px;
    padding: 0;
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
            transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    -webkit-transform: scale(.75) translateY(-21px);
        -ms-transform: scale(.75) translateY(-21px);
            transform: scale(.75) translateY(-21px);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    pointer-events: none;
    opacity: 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select.open .list {

    background-color: #fad892;
}

.nice-select .option {
    font-weight: 400;
    line-height: 40px;
    min-height: 40px;
    padding-right: 29px;
    padding-left: 18px;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s; 
    text-align: left;
    outline: none;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #dabd80;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    cursor: default; 
    color: #999;
    background-color: transparent;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal; 

    src: url('../fonts/FA/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/FA/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/FA/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/FA/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/FA/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/FA/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
    margin-left: 2.14286em;
    padding-left: 0;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    top: .14286em;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
            border-radius: .1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: '';
}

.fa-music:before {
    content: '';
}

.fa-search:before {
    content: '';
}

.fa-envelope-o:before {
    content: '';
}

.fa-heart:before {
    content: '';
}

.fa-star:before {
    content: '';
}

.fa-star-o:before {
    content: '';
}

.fa-user:before {
    content: '';
}

.fa-film:before {
    content: '';
}

.fa-th-large:before {
    content: '';
}

.fa-th:before {
    content: '';
}

.fa-th-list:before {
    content: '';
}

.fa-check:before {
    content: '';
}

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

.fa-search-plus:before {
    content: '';
}

.fa-search-minus:before {
    content: '';
}

.fa-power-off:before {
    content: '';
}

.fa-signal:before {
    content: '';
}

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

.fa-trash-o:before {
    content: '';
}

.fa-home:before {
    content: '';
}

.fa-file-o:before {
    content: '';
}

.fa-clock-o:before {
    content: '';
}

.fa-road:before {
    content: '';
}

.fa-download:before {
    content: '';
}

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

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

.fa-inbox:before {
    content: '';
}

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

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

.fa-refresh:before {
    content: '';
}

.fa-list-alt:before {
    content: '';
}

.fa-lock:before {
    content: '';
}

.fa-flag:before {
    content: '';
}

.fa-headphones:before {
    content: '';
}

.fa-volume-off:before {
    content: '';
}

.fa-volume-down:before {
    content: '';
}

.fa-volume-up:before {
    content: '';
}

.fa-qrcode:before {
    content: '';
}

.fa-barcode:before {
    content: '';
}

.fa-tag:before {
    content: '';
}

.fa-tags:before {
    content: '';
}

.fa-book:before {
    content: '';
}

.fa-bookmark:before {
    content: '';
}

.fa-print:before {
    content: '';
}

.fa-camera:before {
    content: '';
}

.fa-font:before {
    content: '';
}

.fa-bold:before {
    content: '';
}

.fa-italic:before {
    content: '';
}

.fa-text-height:before {
    content: '';
}

.fa-text-width:before {
    content: '';
}

.fa-align-left:before {
    content: '';
}

.fa-align-center:before {
    content: '';
}

.fa-align-right:before {
    content: '';
}

.fa-align-justify:before {
    content: '';
}

.fa-list:before {
    content: '';
}

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

.fa-indent:before {
    content: '';
}

.fa-video-camera:before {
    content: '';
}

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

.fa-pencil:before {
    content: '';
}

.fa-map-marker:before {
    content: '';
}

.fa-adjust:before {
    content: '';
}

.fa-tint:before {
    content: '';
}

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

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

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

.fa-arrows:before {
    content: '';
}

.fa-step-backward:before {
    content: '';
}

.fa-fast-backward:before {
    content: '';
}

.fa-backward:before {
    content: '';
}

.fa-play:before {
    content: '';
}

.fa-pause:before {
    content: '';
}

.fa-stop:before {
    content: '';
}

.fa-forward:before {
    content: '';
}

.fa-fast-forward:before {
    content: '';
}

.fa-step-forward:before {
    content: '';
}

.fa-eject:before {
    content: '';
}

.fa-chevron-left:before {
    content: '';
}

.fa-chevron-right:before {
    content: '';
}

.fa-plus-circle:before {
    content: '';
}

.fa-minus-circle:before {
    content: '';
}

.fa-times-circle:before {
    content: '';
}

.fa-check-circle:before {
    content: '';
}

.fa-question-circle:before {
    content: '';
}

.fa-info-circle:before {
    content: '';
}

.fa-crosshairs:before {
    content: '';
}

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

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

.fa-ban:before {
    content: '';
}

.fa-arrow-left:before {
    content: '';
}

.fa-arrow-right:before {
    content: '';
}

.fa-arrow-up:before {
    content: '';
}

.fa-arrow-down:before {
    content: '';
}

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

.fa-expand:before {
    content: '';
}

.fa-compress:before {
    content: '';
}

.fa-plus:before {
    content: '';
}

.fa-minus:before {
    content: '';
}

.fa-asterisk:before {
    content: '';
}

.fa-exclamation-circle:before {
    content: '';
}

.fa-gift:before {
    content: '';
}

.fa-leaf:before {
    content: '';
}

.fa-fire:before {
    content: '';
}

.fa-eye:before {
    content: '';
}

.fa-eye-slash:before {
    content: '';
}

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

.fa-plane:before {
    content: '';
}

.fa-calendar:before {
    content: '';
}

.fa-random:before {
    content: '';
}

.fa-comment:before {
    content: '';
}

.fa-magnet:before {
    content: '';
}

.fa-chevron-up:before {
    content: '';
}

.fa-chevron-down:before {
    content: '';
}

.fa-retweet:before {
    content: '';
}

.fa-shopping-cart:before {
    content: '';
}

.fa-folder:before {
    content: '';
}

.fa-folder-open:before {
    content: '';
}

.fa-arrows-v:before {
    content: '';
}

.fa-arrows-h:before {
    content: '';
}

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

.fa-twitter-square:before {
    content: '';
}

.fa-facebook-square:before {
    content: '';
}

.fa-camera-retro:before {
    content: '';
}

.fa-key:before {
    content: '';
}

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

.fa-comments:before {
    content: '';
}

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

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

.fa-star-half:before {
    content: '';
}

.fa-heart-o:before {
    content: '';
}

.fa-sign-out:before {
    content: '';
}

.fa-linkedin-square:before {
    content: '';
}

.fa-thumb-tack:before {
    content: '';
}

.fa-external-link:before {
    content: '';
}

.fa-sign-in:before {
    content: '';
}

.fa-trophy:before {
    content: '';
}

.fa-github-square:before {
    content: '';
}

.fa-upload:before {
    content: '';
}

.fa-lemon-o:before {
    content: '';
}

.fa-phone:before {
    content: '';
}

.fa-square-o:before {
    content: '';
}

.fa-bookmark-o:before {
    content: '';
}

.fa-phone-square:before {
    content: '';
}

.fa-twitter:before {
    content: '';
}

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

.fa-github:before {
    content: '';
}

.fa-unlock:before {
    content: '';
}

.fa-credit-card:before {
    content: '';
}

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

.fa-hdd-o:before {
    content: '';
}

.fa-bullhorn:before {
    content: '';
}

.fa-bell:before {
    content: '';
}

.fa-certificate:before {
    content: '';
}

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

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

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

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

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

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

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

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

.fa-globe:before {
    content: '';
}

.fa-wrench:before {
    content: '';
}

.fa-tasks:before {
    content: '';
}

.fa-filter:before {
    content: '';
}

.fa-briefcase:before {
    content: '';
}

.fa-arrows-alt:before {
    content: '';
}

.fa-group:before,
.fa-users:before {
    content: '';
}

.fa-chain:before,
.fa-link:before {
    content: '';
}

.fa-cloud:before {
    content: '';
}

.fa-flask:before {
    content: '';
}

.fa-cut:before,
.fa-scissors:before {
    content: '';
}

.fa-copy:before,
.fa-files-o:before {
    content: '';
}

.fa-paperclip:before {
    content: '';
}

.fa-save:before,
.fa-floppy-o:before {
    content: '';
}

.fa-square:before {
    content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: '';
}

.fa-list-ul:before {
    content: '';
}

.fa-list-ol:before {
    content: '';
}

.fa-strikethrough:before {
    content: '';
}

.fa-underline:before {
    content: '';
}

.fa-table:before {
    content: '';
}

.fa-magic:before {
    content: '';
}

.fa-truck:before {
    content: '';
}

.fa-pinterest:before {
    content: '';
}

.fa-pinterest-square:before {
    content: '';
}

.fa-google-plus-square:before {
    content: '';
}

.fa-google-plus:before {
    content: '';
}

.fa-money:before {
    content: '';
}

.fa-caret-down:before {
    content: '';
}

.fa-caret-up:before {
    content: '';
}

.fa-caret-left:before {
    content: '';
}

.fa-caret-right:before {
    content: '';
}

.fa-columns:before {
    content: '';
}

.fa-unsorted:before,
.fa-sort:before {
    content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: '';
}

.fa-envelope:before {
    content: '';
}

.fa-linkedin:before {
    content: '';
}

.fa-rotate-left:before,
.fa-undo:before {
    content: '';
}

.fa-legal:before,
.fa-gavel:before {
    content: '';
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: '';
}

.fa-comment-o:before {
    content: '';
}

.fa-comments-o:before {
    content: '';
}

.fa-flash:before,
.fa-bolt:before {
    content: '';
}

.fa-sitemap:before {
    content: '';
}

.fa-umbrella:before {
    content: '';
}

.fa-paste:before,
.fa-clipboard:before {
    content: '';
}

.fa-lightbulb-o:before {
    content: '';
}

.fa-exchange:before {
    content: '';
}

.fa-cloud-download:before {
    content: '';
}

.fa-cloud-upload:before {
    content: '';
}

.fa-user-md:before {
    content: '';
}

.fa-stethoscope:before {
    content: '';
}

.fa-suitcase:before {
    content: '';
}

.fa-bell-o:before {
    content: '';
}

.fa-coffee:before {
    content: '';
}

.fa-cutlery:before {
    content: '';
}

.fa-file-text-o:before {
    content: '';
}

.fa-building-o:before {
    content: '';
}

.fa-hospital-o:before {
    content: '';
}

.fa-ambulance:before {
    content: '';
}

.fa-medkit:before {
    content: '';
}

.fa-fighter-jet:before {
    content: '';
}

.fa-beer:before {
    content: '';
}

.fa-h-square:before {
    content: '';
}

.fa-plus-square:before {
    content: '';
}

.fa-angle-double-left:before {
    content: '';
}

.fa-angle-double-right:before {
    content: '';
}

.fa-angle-double-up:before {
    content: '';
}

.fa-angle-double-down:before {
    content: '';
}

.fa-angle-left:before {
    content: '';
}

.fa-angle-right:before {
    content: '';
}

.fa-angle-up:before {
    content: '';
}

.fa-angle-down:before {
    content: '';
}

.fa-desktop:before {
    content: '';
}

.fa-laptop:before {
    content: '';
}

.fa-tablet:before {
    content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: '';
}

.fa-circle-o:before {
    content: '';
}

.fa-quote-left:before {
    content: '';
}

.fa-quote-right:before {
    content: '';
}

.fa-spinner:before {
    content: '';
}

.fa-circle:before {
    content: '';
}

.fa-mail-reply:before,
.fa-reply:before {
    content: '';
}

.fa-github-alt:before {
    content: '';
}

.fa-folder-o:before {
    content: '';
}

.fa-folder-open-o:before {
    content: '';
}

.fa-smile-o:before {
    content: '';
}

.fa-frown-o:before {
    content: '';
}

.fa-meh-o:before {
    content: '';
}

.fa-gamepad:before {
    content: '';
}

.fa-keyboard-o:before {
    content: '';
}

.fa-flag-o:before {
    content: '';
}

.fa-flag-checkered:before {
    content: '';
}

.fa-terminal:before {
    content: '';
}

.fa-code:before {
    content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: '';
}

.fa-location-arrow:before {
    content: '';
}

.fa-crop:before {
    content: '';
}

.fa-code-fork:before {
    content: '';
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: '';
}

.fa-question:before {
    content: '';
}

.fa-info:before {
    content: '';
}

.fa-exclamation:before {
    content: '';
}

.fa-superscript:before {
    content: '';
}

.fa-subscript:before {
    content: '';
}

.fa-eraser:before {
    content: '';
}

.fa-puzzle-piece:before {
    content: '';
}

.fa-microphone:before {
    content: '';
}

.fa-microphone-slash:before {
    content: '';
}

.fa-shield:before {
    content: '';
}

.fa-calendar-o:before {
    content: '';
}

.fa-fire-extinguisher:before {
    content: '';
}

.fa-rocket:before {
    content: '';
}

.fa-maxcdn:before {
    content: '';
}

.fa-chevron-circle-left:before {
    content: '';
}

.fa-chevron-circle-right:before {
    content: '';
}

.fa-chevron-circle-up:before {
    content: '';
}

.fa-chevron-circle-down:before {
    content: '';
}

.fa-html5:before {
    content: '';
}

.fa-css3:before {
    content: '';
}

.fa-anchor:before {
    content: '';
}

.fa-unlock-alt:before {
    content: '';
}

.fa-bullseye:before {
    content: '';
}

.fa-ellipsis-h:before {
    content: '';
}

.fa-ellipsis-v:before {
    content: '';
}

.fa-rss-square:before {
    content: '';
}

.fa-play-circle:before {
    content: '';
}

.fa-ticket:before {
    content: '';
}

.fa-minus-square:before {
    content: '';
}

.fa-minus-square-o:before {
    content: '';
}

.fa-level-up:before {
    content: '';
}

.fa-level-down:before {
    content: '';
}

.fa-check-square:before {
    content: '';
}

.fa-pencil-square:before {
    content: '';
}

.fa-external-link-square:before {
    content: '';
}

.fa-share-square:before {
    content: '';
}

.fa-compass:before {
    content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: '';
}

.fa-euro:before,
.fa-eur:before {
    content: '';
}

.fa-gbp:before {
    content: '';
}

.fa-dollar:before,
.fa-usd:before {
    content: '';
}

.fa-rupee:before,
.fa-inr:before {
    content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: '';
}

.fa-won:before,
.fa-krw:before {
    content: '';
}

.fa-bitcoin:before,
.fa-btc:before {
    content: '';
}

.fa-file:before {
    content: '';
}

.fa-file-text:before {
    content: '';
}

.fa-sort-alpha-asc:before {
    content: '';
}

.fa-sort-alpha-desc:before {
    content: '';
}

.fa-sort-amount-asc:before {
    content: '';
}

.fa-sort-amount-desc:before {
    content: '';
}

.fa-sort-numeric-asc:before {
    content: '';
}

.fa-sort-numeric-desc:before {
    content: '';
}

.fa-thumbs-up:before {
    content: '';
}

.fa-thumbs-down:before {
    content: '';
}

.fa-youtube-square:before {
    content: '';
}

.fa-youtube:before {
    content: '';
}

.fa-xing:before {
    content: '';
}

.fa-xing-square:before {
    content: '';
}

.fa-youtube-play:before {
    content: '';
}

.fa-dropbox:before {
    content: '';
}

.fa-stack-overflow:before {
    content: '';
}

.fa-instagram:before {
    content: '';
}

.fa-flickr:before {
    content: '';
}

.fa-adn:before {
    content: '';
}

.fa-bitbucket:before {
    content: '';
}

.fa-bitbucket-square:before {
    content: '';
}

.fa-tumblr:before {
    content: '';
}

.fa-tumblr-square:before {
    content: '';
}

.fa-long-arrow-down:before {
    content: '';
}

.fa-long-arrow-up:before {
    content: '';
}

.fa-long-arrow-left:before {
    content: '';
}

.fa-long-arrow-right:before {
    content: '';
}

.fa-apple:before {
    content: '';
}

.fa-windows:before {
    content: '';
}

.fa-android:before {
    content: '';
}

.fa-linux:before {
    content: '';
}

.fa-dribbble:before {
    content: '';
}

.fa-skype:before {
    content: '';
}

.fa-foursquare:before {
    content: '';
}

.fa-trello:before {
    content: '';
}

.fa-female:before {
    content: '';
}

.fa-male:before {
    content: '';
}

.fa-gittip:before,
.fa-gratipay:before {
    content: '';
}

.fa-sun-o:before {
    content: '';
}

.fa-moon-o:before {
    content: '';
}

.fa-archive:before {
    content: '';
}

.fa-bug:before {
    content: '';
}

.fa-vk:before {
    content: '';
}

.fa-weibo:before {
    content: '';
}

.fa-renren:before {
    content: '';
}

.fa-pagelines:before {
    content: '';
}

.fa-stack-exchange:before {
    content: '';
}

.fa-arrow-circle-o-right:before {
    content: '';
}

.fa-arrow-circle-o-left:before {
    content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: '';
}

.fa-dot-circle-o:before {
    content: '';
}

.fa-wheelchair:before {
    content: '';
}

.fa-vimeo-square:before {
    content: '';
}

.fa-turkish-lira:before,
.fa-try:before {
    content: '';
}

.fa-plus-square-o:before {
    content: '';
}

.fa-space-shuttle:before {
    content: '';
}

.fa-slack:before {
    content: '';
}

.fa-envelope-square:before {
    content: '';
}

.fa-wordpress:before {
    content: '';
}

.fa-openid:before {
    content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: '';
}

.fa-yahoo:before {
    content: '';
}

.fa-google:before {
    content: '';
}

.fa-reddit:before {
    content: '';
}

.fa-reddit-square:before {
    content: '';
}

.fa-stumbleupon-circle:before {
    content: '';
}

.fa-stumbleupon:before {
    content: '';
}

.fa-delicious:before {
    content: '';
}

.fa-digg:before {
    content: '';
}

.fa-pied-piper-pp:before {
    content: '';
}

.fa-pied-piper-alt:before {
    content: '';
}

.fa-drupal:before {
    content: '';
}

.fa-joomla:before {
    content: '';
}

.fa-language:before {
    content: '';
}

.fa-fax:before {
    content: '';
}

.fa-building:before {
    content: '';
}

.fa-child:before {
    content: '';
}

.fa-paw:before {
    content: '';
}

.fa-spoon:before {
    content: '';
}

.fa-cube:before {
    content: '';
}

.fa-cubes:before {
    content: '';
}

.fa-behance:before {
    content: '';
}

.fa-behance-square:before {
    content: '';
}

.fa-steam:before {
    content: '';
}

.fa-steam-square:before {
    content: '';
}

.fa-recycle:before {
    content: '';
}

.fa-automobile:before,
.fa-car:before {
    content: '';
}

.fa-cab:before,
.fa-taxi:before {
    content: '';
}

.fa-tree:before {
    content: '';
}

.fa-spotify:before {
    content: '';
}

.fa-deviantart:before {
    content: '';
}

.fa-soundcloud:before {
    content: '';
}

.fa-database:before {
    content: '';
}

.fa-file-pdf-o:before {
    content: '';
}

.fa-file-word-o:before {
    content: '';
}

.fa-file-excel-o:before {
    content: '';
}

.fa-file-powerpoint-o:before {
    content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: '';
}

.fa-file-code-o:before {
    content: '';
}

.fa-vine:before {
    content: '';
}

.fa-codepen:before {
    content: '';
}

.fa-jsfiddle:before {
    content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: '';
}

.fa-circle-o-notch:before {
    content: '';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: '';
}

.fa-ge:before,
.fa-empire:before {
    content: '';
}

.fa-git-square:before {
    content: '';
}

.fa-git:before {
    content: '';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: '';
}

.fa-tencent-weibo:before {
    content: '';
}

.fa-qq:before {
    content: '';
}

.fa-wechat:before,
.fa-weixin:before {
    content: '';
}

.fa-send:before,
.fa-paper-plane:before {
    content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: '';
}

.fa-history:before {
    content: '';
}

.fa-circle-thin:before {
    content: '';
}

.fa-header:before {
    content: '';
}

.fa-paragraph:before {
    content: '';
}

.fa-sliders:before {
    content: '';
}

.fa-share-alt:before {
    content: '';
}

.fa-share-alt-square:before {
    content: '';
}

.fa-bomb:before {
    content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: '';
}

.fa-tty:before {
    content: '';
}

.fa-binoculars:before {
    content: '';
}

.fa-plug:before {
    content: '';
}

.fa-slideshare:before {
    content: '';
}

.fa-twitch:before {
    content: '';
}

.fa-yelp:before {
    content: '';
}

.fa-newspaper-o:before {
    content: '';
}

.fa-wifi:before {
    content: '';
}

.fa-calculator:before {
    content: '';
}

.fa-paypal:before {
    content: '';
}

.fa-google-wallet:before {
    content: '';
}

.fa-cc-visa:before {
    content: '';
}

.fa-cc-mastercard:before {
    content: '';
}

.fa-cc-discover:before {
    content: '';
}

.fa-cc-amex:before {
    content: '';
}

.fa-cc-paypal:before {
    content: '';
}

.fa-cc-stripe:before {
    content: '';
}

.fa-bell-slash:before {
    content: '';
}

.fa-bell-slash-o:before {
    content: '';
}

.fa-trash:before {
    content: '';
}

.fa-copyright:before {
    content: '';
}

.fa-at:before {
    content: '';
}

.fa-eyedropper:before {
    content: '';
}

.fa-paint-brush:before {
    content: '';
}

.fa-birthday-cake:before {
    content: '';
}

.fa-area-chart:before {
    content: '';
}

.fa-pie-chart:before {
    content: '';
}

.fa-line-chart:before {
    content: '';
}

.fa-lastfm:before {
    content: '';
}

.fa-lastfm-square:before {
    content: '';
}

.fa-toggle-off:before {
    content: '';
}

.fa-toggle-on:before {
    content: '';
}

.fa-bicycle:before {
    content: '';
}

.fa-bus:before {
    content: '';
}

.fa-ioxhost:before {
    content: '';
}

.fa-angellist:before {
    content: '';
}

.fa-cc:before {
    content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: '';
}

.fa-meanpath:before {
    content: '';
}

.fa-buysellads:before {
    content: '';
}

.fa-connectdevelop:before {
    content: '';
}

.fa-dashcube:before {
    content: '';
}

.fa-forumbee:before {
    content: '';
}

.fa-leanpub:before {
    content: '';
}

.fa-sellsy:before {
    content: '';
}

.fa-shirtsinbulk:before {
    content: '';
}

.fa-simplybuilt:before {
    content: '';
}

.fa-skyatlas:before {
    content: '';
}

.fa-cart-plus:before {
    content: '';
}

.fa-cart-arrow-down:before {
    content: '';
}

.fa-diamond:before {
    content: '';
}

.fa-ship:before {
    content: '';
}

.fa-user-secret:before {
    content: '';
}

.fa-motorcycle:before {
    content: '';
}

.fa-street-view:before {
    content: '';
}

.fa-heartbeat:before {
    content: '';
}

.fa-venus:before {
    content: '';
}

.fa-mars:before {
    content: '';
}

.fa-mercury:before {
    content: '';
}

.fa-intersex:before,
.fa-transgender:before {
    content: '';
}

.fa-transgender-alt:before {
    content: '';
}

.fa-venus-double:before {
    content: '';
}

.fa-mars-double:before {
    content: '';
}

.fa-venus-mars:before {
    content: '';
}

.fa-mars-stroke:before {
    content: '';
}

.fa-mars-stroke-v:before {
    content: '';
}

.fa-mars-stroke-h:before {
    content: '';
}

.fa-neuter:before {
    content: '';
}

.fa-genderless:before {
    content: '';
}

.fa-facebook-official:before {
    content: '';
}

.fa-pinterest-p:before {
    content: '';
}

.fa-whatsapp:before {
    content: '';
}

.fa-server:before {
    content: '';
}

.fa-user-plus:before {
    content: '';
}

.fa-user-times:before {
    content: '';
}

.fa-hotel:before,
.fa-bed:before {
    content: '';
}

.fa-viacoin:before {
    content: '';
}

.fa-train:before {
    content: '';
}

.fa-subway:before {
    content: '';
}

.fa-medium:before {
    content: '';
}

.fa-yc:before,
.fa-y-combinator:before {
    content: '';
}

.fa-optin-monster:before {
    content: '';
}

.fa-opencart:before {
    content: '';
}

.fa-expeditedssl:before {
    content: '';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: '';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: '';
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: '';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: '';
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: '';
}

.fa-mouse-pointer:before {
    content: '';
}

.fa-i-cursor:before {
    content: '';
}

.fa-object-group:before {
    content: '';
}

.fa-object-ungroup:before {
    content: '';
}

.fa-sticky-note:before {
    content: '';
}

.fa-sticky-note-o:before {
    content: '';
}

.fa-cc-jcb:before {
    content: '';
}

.fa-cc-diners-club:before {
    content: '';
}

.fa-clone:before {
    content: '';
}

.fa-balance-scale:before {
    content: '';
}

.fa-hourglass-o:before {
    content: '';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: '';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: '';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: '';
}

.fa-hourglass:before {
    content: '';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: '';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: '';
}

.fa-hand-scissors-o:before {
    content: '';
}

.fa-hand-lizard-o:before {
    content: '';
}

.fa-hand-spock-o:before {
    content: '';
}

.fa-hand-pointer-o:before {
    content: '';
}

.fa-hand-peace-o:before {
    content: '';
}

.fa-trademark:before {
    content: '';
}

.fa-registered:before {
    content: '';
}

.fa-creative-commons:before {
    content: '';
}

.fa-gg:before {
    content: '';
}

.fa-gg-circle:before {
    content: '';
}

.fa-tripadvisor:before {
    content: '';
}

.fa-odnoklassniki:before {
    content: '';
}

.fa-odnoklassniki-square:before {
    content: '';
}

.fa-get-pocket:before {
    content: '';
}

.fa-wikipedia-w:before {
    content: '';
}

.fa-safari:before {
    content: '';
}

.fa-chrome:before {
    content: '';
}

.fa-firefox:before {
    content: '';
}

.fa-opera:before {
    content: '';
}

.fa-internet-explorer:before {
    content: '';
}

.fa-tv:before,
.fa-television:before {
    content: '';
}

.fa-contao:before {
    content: '';
}

.fa-500px:before {
    content: '';
}

.fa-amazon:before {
    content: '';
}

.fa-calendar-plus-o:before {
    content: '';
}

.fa-calendar-minus-o:before {
    content: '';
}

.fa-calendar-times-o:before {
    content: '';
}

.fa-calendar-check-o:before {
    content: '';
}

.fa-industry:before {
    content: '';
}

.fa-map-pin:before {
    content: '';
}

.fa-map-signs:before {
    content: '';
}

.fa-map-o:before {
    content: '';
}

.fa-map:before {
    content: '';
}

.fa-commenting:before {
    content: '';
}

.fa-commenting-o:before {
    content: '';
}

.fa-houzz:before {
    content: '';
}

.fa-vimeo:before {
    content: '';
}

.fa-black-tie:before {
    content: '';
}

.fa-fonticons:before {
    content: '';
}

.fa-reddit-alien:before {
    content: '';
}

.fa-edge:before {
    content: '';
}

.fa-credit-card-alt:before {
    content: '';
}

.fa-codiepie:before {
    content: '';
}

.fa-modx:before {
    content: '';
}

.fa-fort-awesome:before {
    content: '';
}

.fa-usb:before {
    content: '';
}

.fa-product-hunt:before {
    content: '';
}

.fa-mixcloud:before {
    content: '';
}

.fa-scribd:before {
    content: '';
}

.fa-pause-circle:before {
    content: '';
}

.fa-pause-circle-o:before {
    content: '';
}

.fa-stop-circle:before {
    content: '';
}

.fa-stop-circle-o:before {
    content: '';
}

.fa-shopping-bag:before {
    content: '';
}

.fa-shopping-basket:before {
    content: '';
}

.fa-hashtag:before {
    content: '';
}

.fa-bluetooth:before {
    content: '';
}

.fa-bluetooth-b:before {
    content: '';
}

.fa-percent:before {
    content: '';
}

.fa-gitlab:before {
    content: '';
}

.fa-wpbeginner:before {
    content: '';
}

.fa-wpforms:before {
    content: '';
}

.fa-envira:before {
    content: '';
}

.fa-universal-access:before {
    content: '';
}

.fa-wheelchair-alt:before {
    content: '';
}

.fa-question-circle-o:before {
    content: '';
}

.fa-blind:before {
    content: '';
}

.fa-audio-description:before {
    content: '';
}

.fa-volume-control-phone:before {
    content: '';
}

.fa-braille:before {
    content: '';
}

.fa-assistive-listening-systems:before {
    content: '';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: '';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: '';
}

.fa-glide:before {
    content: '';
}

.fa-glide-g:before {
    content: '';
}

.fa-signing:before,
.fa-sign-language:before {
    content: '';
}

.fa-low-vision:before {
    content: '';
}

.fa-viadeo:before {
    content: '';
}

.fa-viadeo-square:before {
    content: '';
}

.fa-snapchat:before {
    content: '';
}

.fa-snapchat-ghost:before {
    content: '';
}

.fa-snapchat-square:before {
    content: '';
}

.fa-pied-piper:before {
    content: '';
}

.fa-first-order:before {
    content: '';
}

.fa-yoast:before {
    content: '';
}

.fa-themeisle:before {
    content: '';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: '';
}

.fa-fa:before,
.fa-font-awesome:before {
    content: '';
}

.fa-handshake-o:before {
    content: '';
}

.fa-envelope-open:before {
    content: '';
}

.fa-envelope-open-o:before {
    content: '';
}

.fa-linode:before {
    content: '';
}

.fa-address-book:before {
    content: '';
}

.fa-address-book-o:before {
    content: '';
}

.fa-vcard:before,
.fa-address-card:before {
    content: '';
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: '';
}

.fa-user-circle:before {
    content: '';
}

.fa-user-circle-o:before {
    content: '';
}

.fa-user-o:before {
    content: '';
}

.fa-id-badge:before {
    content: '';
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: '';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: '';
}

.fa-quora:before {
    content: '';
}

.fa-free-code-camp:before {
    content: '';
}

.fa-telegram:before {
    content: '';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: '';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: '';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: '';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: '';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: '';
}

.fa-shower:before {
    content: '';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: '';
}

.fa-podcast:before {
    content: '';
}

.fa-window-maximize:before {
    content: '';
}

.fa-window-minimize:before {
    content: '';
}

.fa-window-restore:before {
    content: '';
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: '';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: '';
}

.fa-bandcamp:before {
    content: '';
}

.fa-grav:before {
    content: '';
}

.fa-etsy:before {
    content: '';
}

.fa-imdb:before {
    content: '';
}

.fa-ravelry:before {
    content: '';
}

.fa-eercast:before {
    content: '';
}

.fa-microchip:before {
    content: '';
}

.fa-snowflake-o:before {
    content: '';
}

.fa-superpowers:before {
    content: '';
}

.fa-wpexplorer:before {
    content: '';
}

.fa-meetup:before {
    content: '';
}

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

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

/*
    Flaticon icon font: Flaticon
    Creation date: 08/11/2016 10:26
    */
@font-face {
    font-family: 'Flaticon';
    font-weight: normal;
    font-style: normal; 

    src: url('../fonts/flat/Flaticon.eot');
    src: url('../fonts/flat/Flaticon.eot?#iefix') format('embedded-opentype'), url('../fonts/flat/Flaticon.woff') format('woff'), url('../fonts/flat/Flaticon.ttf') format('truetype'), url('../fonts/flat/Flaticon.svg#Flaticon') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'Flaticon';

        src: url('../fonts/flat/Flaticon.svg#Flaticon') format('svg');
    }
}

.fi:before {
    font-family: 'Flaticon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;

    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

.flaticon-beauty-products:before {
    content: '\f100';
}

.flaticon-blender:before {
    content: '\f101';
}

.flaticon-car-compact:before {
    content: '\f102';
}

.flaticon-drilling-machine:before {
    content: '\f103';
}

.flaticon-electric-iron:before {
    content: '\f104';
}

.flaticon-motorcycle-of-big-size-black-silhouette:before {
    content: '\f105';
}

.flaticon-pc-computer-with-monitor:before {
    content: '\f106';
}

.flaticon-refrigerator:before {
    content: '\f107';
}

.flaticon-smartphone-call:before {
    content: '\f108';
}

.flaticon-television:before {
    content: '\f109';
}

.flaticon-washing-machine:before {
    content: '\f10a';
}

/*!
 *  Material Design Iconic Font by Sergey Kupletsky ($zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'Material-Design-Iconic-Font';
    font-weight: normal;
    font-style: normal; 

    src: url('../fonts/material/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../fonts/material/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../fonts/material/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
}

.zmdi {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    display: inline-block;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

.zmdi-hc-2x {
    font-size: 2em;
}

.zmdi-hc-3x {
    font-size: 3em;
}

.zmdi-hc-4x {
    font-size: 4em;
}

.zmdi-hc-5x {
    font-size: 5em;
}

.zmdi-hc-fw {
    width: 1.28571em;
    text-align: center;
}

.zmdi-hc-ul {
    margin-left: 2.14286em;
    padding-left: 0;
    list-style-type: none;
}
.zmdi-hc-ul > li {
    position: relative;
}

.zmdi-hc-li {
    position: absolute;
    top: .14286em;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
    left: -1.85714em;
}

.zmdi-hc-border {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.zmdi-hc-border-circle {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.zmdi.pull-left {
    float: left;
    margin-right: .15em;
}

.zmdi.pull-right {
    float: right;
    margin-left: .15em;
}

.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
            animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
            animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-359deg);
                transform: rotate(-359deg);
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-359deg);
                transform: rotate(-359deg);
    }
}

.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
}

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

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

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

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

.zmdi-hc-inverse {
    color: #fff;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
    content: '';
}

.zmdi-airplane-off:before {
    content: '';
}

.zmdi-airplane:before {
    content: '';
}

.zmdi-album:before {
    content: '';
}

.zmdi-archive:before {
    content: '';
}

.zmdi-assignment-account:before {
    content: '';
}

.zmdi-assignment-alert:before {
    content: '';
}

.zmdi-assignment-check:before {
    content: '';
}

.zmdi-assignment-o:before {
    content: '';
}

.zmdi-assignment-return:before {
    content: '';
}

.zmdi-assignment-returned:before {
    content: '';
}

.zmdi-assignment:before {
    content: '';
}

.zmdi-attachment-alt:before {
    content: '';
}

.zmdi-attachment:before {
    content: '';
}

.zmdi-audio:before {
    content: '';
}

.zmdi-badge-check:before {
    content: '';
}

.zmdi-balance-wallet:before {
    content: '';
}

.zmdi-balance:before {
    content: '';
}

.zmdi-battery-alert:before {
    content: '';
}

.zmdi-battery-flash:before {
    content: '';
}

.zmdi-battery-unknown:before {
    content: '';
}

.zmdi-battery:before {
    content: '';
}

.zmdi-bike:before {
    content: '';
}

.zmdi-block-alt:before {
    content: '';
}

.zmdi-block:before {
    content: '';
}

.zmdi-boat:before {
    content: '';
}

.zmdi-book-image:before {
    content: '';
}

.zmdi-book:before {
    content: '';
}

.zmdi-bookmark-outline:before {
    content: '';
}

.zmdi-bookmark:before {
    content: '';
}

.zmdi-brush:before {
    content: '';
}

.zmdi-bug:before {
    content: '';
}

.zmdi-bus:before {
    content: '';
}

.zmdi-cake:before {
    content: '';
}

.zmdi-car-taxi:before {
    content: '';
}

.zmdi-car-wash:before {
    content: '';
}

.zmdi-car:before {
    content: '';
}

.zmdi-card-giftcard:before {
    content: '';
}

.zmdi-card-membership:before {
    content: '';
}

.zmdi-card-travel:before {
    content: '';
}

.zmdi-card:before {
    content: '';
}

.zmdi-case-check:before {
    content: '';
}

.zmdi-case-download:before {
    content: '';
}

.zmdi-case-play:before {
    content: '';
}

.zmdi-case:before {
    content: '';
}

.zmdi-cast-connected:before {
    content: '';
}

.zmdi-cast:before {
    content: '';
}

.zmdi-chart-donut:before {
    content: '';
}

.zmdi-chart:before {
    content: '';
}

.zmdi-city-alt:before {
    content: '';
}

.zmdi-city:before {
    content: '';
}

.zmdi-close-circle-o:before {
    content: '';
}

.zmdi-close-circle:before {
    content: '';
}

.zmdi-close:before {
    content: '';
}

.zmdi-cocktail:before {
    content: '';
}

.zmdi-code-setting:before {
    content: '';
}

.zmdi-code-smartphone:before {
    content: '';
}

.zmdi-code:before {
    content: '';
}

.zmdi-coffee:before {
    content: '';
}

.zmdi-collection-bookmark:before {
    content: '';
}

.zmdi-collection-case-play:before {
    content: '';
}

.zmdi-collection-folder-image:before {
    content: '';
}

.zmdi-collection-image-o:before {
    content: '';
}

.zmdi-collection-image:before {
    content: '';
}

.zmdi-collection-item-1:before {
    content: '';
}

.zmdi-collection-item-2:before {
    content: '';
}

.zmdi-collection-item-3:before {
    content: '';
}

.zmdi-collection-item-4:before {
    content: '';
}

.zmdi-collection-item-5:before {
    content: '';
}

.zmdi-collection-item-6:before {
    content: '';
}

.zmdi-collection-item-7:before {
    content: '';
}

.zmdi-collection-item-8:before {
    content: '';
}

.zmdi-collection-item-9-plus:before {
    content: '';
}

.zmdi-collection-item-9:before {
    content: '';
}

.zmdi-collection-item:before {
    content: '';
}

.zmdi-collection-music:before {
    content: '';
}

.zmdi-collection-pdf:before {
    content: '';
}

.zmdi-collection-plus:before {
    content: '';
}

.zmdi-collection-speaker:before {
    content: '';
}

.zmdi-collection-text:before {
    content: '';
}

.zmdi-collection-video:before {
    content: '';
}

.zmdi-compass:before {
    content: '';
}

.zmdi-cutlery:before {
    content: '';
}

.zmdi-delete:before {
    content: '';
}

.zmdi-dialpad:before {
    content: '';
}

.zmdi-dns:before {
    content: '';
}

.zmdi-drink:before {
    content: '';
}

.zmdi-edit:before {
    content: '';
}

.zmdi-email-open:before {
    content: '';
}

.zmdi-email:before {
    content: '';
}

.zmdi-eye-off:before {
    content: '';
}

.zmdi-eye:before {
    content: '';
}

.zmdi-eyedropper:before {
    content: '';
}

.zmdi-favorite-outline:before {
    content: '';
}

.zmdi-favorite:before {
    content: '';
}

.zmdi-filter-list:before {
    content: '';
}

.zmdi-fire:before {
    content: '';
}

.zmdi-flag:before {
    content: '';
}

.zmdi-flare:before {
    content: '';
}

.zmdi-flash-auto:before {
    content: '';
}

.zmdi-flash-off:before {
    content: '';
}

.zmdi-flash:before {
    content: '';
}

.zmdi-flip:before {
    content: '';
}

.zmdi-flower-alt:before {
    content: '';
}

.zmdi-flower:before {
    content: '';
}

.zmdi-font:before {
    content: '';
}

.zmdi-fullscreen-alt:before {
    content: '';
}

.zmdi-fullscreen-exit:before {
    content: '';
}

.zmdi-fullscreen:before {
    content: '';
}

.zmdi-functions:before {
    content: '';
}

.zmdi-gas-station:before {
    content: '';
}

.zmdi-gesture:before {
    content: '';
}

.zmdi-globe-alt:before {
    content: '';
}

.zmdi-globe-lock:before {
    content: '';
}

.zmdi-globe:before {
    content: '';
}

.zmdi-graduation-cap:before {
    content: '';
}

.zmdi-home:before {
    content: '';
}

.zmdi-hospital-alt:before {
    content: '';
}

.zmdi-hospital:before {
    content: '';
}

.zmdi-hotel:before {
    content: '';
}

.zmdi-hourglass-alt:before {
    content: '';
}

.zmdi-hourglass-outline:before {
    content: '';
}

.zmdi-hourglass:before {
    content: '';
}

.zmdi-http:before {
    content: '';
}

.zmdi-image-alt:before {
    content: '';
}

.zmdi-image-o:before {
    content: '';
}

.zmdi-image:before {
    content: '';
}

.zmdi-inbox:before {
    content: '';
}

.zmdi-invert-colors-off:before {
    content: '';
}

.zmdi-invert-colors:before {
    content: '';
}

.zmdi-key:before {
    content: '';
}

.zmdi-label-alt-outline:before {
    content: '';
}

.zmdi-label-alt:before {
    content: '';
}

.zmdi-label-heart:before {
    content: '';
}

.zmdi-label:before {
    content: '';
}

.zmdi-labels:before {
    content: '';
}

.zmdi-lamp:before {
    content: '';
}

.zmdi-landscape:before {
    content: '';
}

.zmdi-layers-off:before {
    content: '';
}

.zmdi-layers:before {
    content: '';
}

.zmdi-library:before {
    content: '';
}

.zmdi-link:before {
    content: '';
}

.zmdi-lock-open:before {
    content: '';
}

.zmdi-lock-outline:before {
    content: '';
}

.zmdi-lock:before {
    content: '';
}

.zmdi-mail-reply-all:before {
    content: '';
}

.zmdi-mail-reply:before {
    content: '';
}

.zmdi-mail-send:before {
    content: '';
}

.zmdi-mall:before {
    content: '';
}

.zmdi-map:before {
    content: '';
}

.zmdi-menu:before {
    content: '';
}

.zmdi-money-box:before {
    content: '';
}

.zmdi-money-off:before {
    content: '';
}

.zmdi-money:before {
    content: '';
}

.zmdi-more-vert:before {
    content: '';
}

.zmdi-more:before {
    content: '';
}

.zmdi-movie-alt:before {
    content: '';
}

.zmdi-movie:before {
    content: '';
}

.zmdi-nature-people:before {
    content: '';
}

.zmdi-nature:before {
    content: '';
}

.zmdi-navigation:before {
    content: '';
}

.zmdi-open-in-browser:before {
    content: '';
}

.zmdi-open-in-new:before {
    content: '';
}

.zmdi-palette:before {
    content: '';
}

.zmdi-parking:before {
    content: '';
}

.zmdi-pin-account:before {
    content: '';
}

.zmdi-pin-assistant:before {
    content: '';
}

.zmdi-pin-drop:before {
    content: '';
}

.zmdi-pin-help:before {
    content: '';
}

.zmdi-pin-off:before {
    content: '';
}

.zmdi-pin:before {
    content: '';
}

.zmdi-pizza:before {
    content: '';
}

.zmdi-plaster:before {
    content: '';
}

.zmdi-power-setting:before {
    content: '';
}

.zmdi-power:before {
    content: '';
}

.zmdi-print:before {
    content: '';
}

.zmdi-puzzle-piece:before {
    content: '';
}

.zmdi-quote:before {
    content: '';
}

.zmdi-railway:before {
    content: '';
}

.zmdi-receipt:before {
    content: '';
}

.zmdi-refresh-alt:before {
    content: '';
}

.zmdi-refresh-sync-alert:before {
    content: '';
}

.zmdi-refresh-sync-off:before {
    content: '';
}

.zmdi-refresh-sync:before {
    content: '';
}

.zmdi-refresh:before {
    content: '';
}

.zmdi-roller:before {
    content: '';
}

.zmdi-ruler:before {
    content: '';
}

.zmdi-scissors:before {
    content: '';
}

.zmdi-screen-rotation-lock:before {
    content: '';
}

.zmdi-screen-rotation:before {
    content: '';
}

.zmdi-search-for:before {
    content: '';
}

.zmdi-search-in-file:before {
    content: '';
}

.zmdi-search-in-page:before {
    content: '';
}

.zmdi-search-replace:before {
    content: '';
}

.zmdi-search:before {
    content: '';
}

.zmdi-seat:before {
    content: '';
}

.zmdi-settings-square:before {
    content: '';
}

.zmdi-settings:before {
    content: '';
}

.zmdi-shield-check:before {
    content: '';
}

.zmdi-shield-security:before {
    content: '';
}

.zmdi-shopping-basket:before {
    content: '';
}

.zmdi-shopping-cart-plus:before {
    content: '';
}

.zmdi-shopping-cart:before {
    content: '';
}

.zmdi-sign-in:before {
    content: '';
}

.zmdi-sort-amount-asc:before {
    content: '';
}

.zmdi-sort-amount-desc:before {
    content: '';
}

.zmdi-sort-asc:before {
    content: '';
}

.zmdi-sort-desc:before {
    content: '';
}

.zmdi-spellcheck:before {
    content: '';
}

.zmdi-storage:before {
    content: '';
}

.zmdi-store-24:before {
    content: '';
}

.zmdi-store:before {
    content: '';
}

.zmdi-subway:before {
    content: '';
}

.zmdi-sun:before {
    content: '';
}

.zmdi-tab-unselected:before {
    content: '';
}

.zmdi-tab:before {
    content: '';
}

.zmdi-tag-close:before {
    content: '';
}

.zmdi-tag-more:before {
    content: '';
}

.zmdi-tag:before {
    content: '';
}

.zmdi-thumb-down:before {
    content: '';
}

.zmdi-thumb-up-down:before {
    content: '';
}

.zmdi-thumb-up:before {
    content: '';
}

.zmdi-ticket-star:before {
    content: '';
}

.zmdi-toll:before {
    content: '';
}

.zmdi-toys:before {
    content: '';
}

.zmdi-traffic:before {
    content: '';
}

.zmdi-translate:before {
    content: '';
}

.zmdi-triangle-down:before {
    content: '';
}

.zmdi-triangle-up:before {
    content: '';
}

.zmdi-truck:before {
    content: '';
}

.zmdi-turning-sign:before {
    content: '';
}

.zmdi-wallpaper:before {
    content: '';
}

.zmdi-washing-machine:before {
    content: '';
}

.zmdi-window-maximize:before {
    content: '';
}

.zmdi-window-minimize:before {
    content: '';
}

.zmdi-window-restore:before {
    content: '';
}

.zmdi-wrench:before {
    content: '';
}

.zmdi-zoom-in:before {
    content: '';
}

.zmdi-zoom-out:before {
    content: '';
}

.zmdi-alert-circle-o:before {
    content: '';
}

.zmdi-alert-circle:before {
    content: '';
}

.zmdi-alert-octagon:before {
    content: '';
}

.zmdi-alert-polygon:before {
    content: '';
}

.zmdi-alert-triangle:before {
    content: '';
}

.zmdi-help-outline:before {
    content: '';
}

.zmdi-help:before {
    content: '';
}

.zmdi-info-outline:before {
    content: '';
}

.zmdi-info:before {
    content: '';
}

.zmdi-notifications-active:before {
    content: '';
}

.zmdi-notifications-add:before {
    content: '';
}

.zmdi-notifications-none:before {
    content: '';
}

.zmdi-notifications-off:before {
    content: '';
}

.zmdi-notifications-paused:before {
    content: '';
}

.zmdi-notifications:before {
    content: '';
}

.zmdi-account-add:before {
    content: '';
}

.zmdi-account-box-mail:before {
    content: '';
}

.zmdi-account-box-o:before {
    content: '';
}

.zmdi-account-box-phone:before {
    content: '';
}

.zmdi-account-box:before {
    content: '';
}

.zmdi-account-calendar:before {
    content: '';
}

.zmdi-account-circle:before {
    content: '';
}

.zmdi-account-o:before {
    content: '';
}

.zmdi-account:before {
    content: '';
}

.zmdi-accounts-add:before {
    content: '';
}

.zmdi-accounts-alt:before {
    content: '';
}

.zmdi-accounts-list-alt:before {
    content: '';
}

.zmdi-accounts-list:before {
    content: '';
}

.zmdi-accounts-outline:before {
    content: '';
}

.zmdi-accounts:before {
    content: '';
}

.zmdi-face:before {
    content: '';
}

.zmdi-female:before {
    content: '';
}

.zmdi-male-alt:before {
    content: '';
}

.zmdi-male-female:before {
    content: '';
}

.zmdi-male:before {
    content: '';
}

.zmdi-mood-bad:before {
    content: '';
}

.zmdi-mood:before {
    content: '';
}

.zmdi-run:before {
    content: '';
}

.zmdi-walk:before {
    content: '';
}

.zmdi-cloud-box:before {
    content: '';
}

.zmdi-cloud-circle:before {
    content: '';
}

.zmdi-cloud-done:before {
    content: '';
}

.zmdi-cloud-download:before {
    content: '';
}

.zmdi-cloud-off:before {
    content: '';
}

.zmdi-cloud-outline-alt:before {
    content: '';
}

.zmdi-cloud-outline:before {
    content: '';
}

.zmdi-cloud-upload:before {
    content: '';
}

.zmdi-cloud:before {
    content: '';
}

.zmdi-download:before {
    content: '';
}

.zmdi-file-plus:before {
    content: '';
}

.zmdi-file-text:before {
    content: '';
}

.zmdi-file:before {
    content: '';
}

.zmdi-folder-outline:before {
    content: '';
}

.zmdi-folder-person:before {
    content: '';
}

.zmdi-folder-star-alt:before {
    content: '';
}

.zmdi-folder-star:before {
    content: '';
}

.zmdi-folder:before {
    content: '';
}

.zmdi-gif:before {
    content: '';
}

.zmdi-upload:before {
    content: '';
}

.zmdi-border-all:before {
    content: '';
}

.zmdi-border-bottom:before {
    content: '';
}

.zmdi-border-clear:before {
    content: '';
}

.zmdi-border-color:before {
    content: '';
}

.zmdi-border-horizontal:before {
    content: '';
}

.zmdi-border-inner:before {
    content: '';
}

.zmdi-border-left:before {
    content: '';
}

.zmdi-border-outer:before {
    content: '';
}

.zmdi-border-right:before {
    content: '';
}

.zmdi-border-style:before {
    content: '';
}

.zmdi-border-top:before {
    content: '';
}

.zmdi-border-vertical:before {
    content: '';
}

.zmdi-copy:before {
    content: '';
}

.zmdi-crop:before {
    content: '';
}

.zmdi-format-align-center:before {
    content: '';
}

.zmdi-format-align-justify:before {
    content: '';
}

.zmdi-format-align-left:before {
    content: '';
}

.zmdi-format-align-right:before {
    content: '';
}

.zmdi-format-bold:before {
    content: '';
}

.zmdi-format-clear-all:before {
    content: '';
}

.zmdi-format-clear:before {
    content: '';
}

.zmdi-format-color-fill:before {
    content: '';
}

.zmdi-format-color-reset:before {
    content: '';
}

.zmdi-format-color-text:before {
    content: '';
}

.zmdi-format-indent-decrease:before {
    content: '';
}

.zmdi-format-indent-increase:before {
    content: '';
}

.zmdi-format-italic:before {
    content: '';
}

.zmdi-format-line-spacing:before {
    content: '';
}

.zmdi-format-list-bulleted:before {
    content: '';
}

.zmdi-format-list-numbered:before {
    content: '';
}

.zmdi-format-ltr:before {
    content: '';
}

.zmdi-format-rtl:before {
    content: '';
}

.zmdi-format-size:before {
    content: '';
}

.zmdi-format-strikethrough-s:before {
    content: '';
}

.zmdi-format-strikethrough:before {
    content: '';
}

.zmdi-format-subject:before {
    content: '';
}

.zmdi-format-underlined:before {
    content: '';
}

.zmdi-format-valign-bottom:before {
    content: '';
}

.zmdi-format-valign-center:before {
    content: '';
}

.zmdi-format-valign-top:before {
    content: '';
}

.zmdi-redo:before {
    content: '';
}

.zmdi-select-all:before {
    content: '';
}

.zmdi-space-bar:before {
    content: '';
}

.zmdi-text-format:before {
    content: '';
}

.zmdi-transform:before {
    content: '';
}

.zmdi-undo:before {
    content: '';
}

.zmdi-wrap-text:before {
    content: '';
}

.zmdi-comment-alert:before {
    content: '';
}

.zmdi-comment-alt-text:before {
    content: '';
}

.zmdi-comment-alt:before {
    content: '';
}

.zmdi-comment-edit:before {
    content: '';
}

.zmdi-comment-image:before {
    content: '';
}

.zmdi-comment-list:before {
    content: '';
}

.zmdi-comment-more:before {
    content: '';
}

.zmdi-comment-outline:before {
    content: '';
}

.zmdi-comment-text-alt:before {
    content: '';
}

.zmdi-comment-text:before {
    content: '';
}

.zmdi-comment-video:before {
    content: '';
}

.zmdi-comment:before {
    content: '';
}

.zmdi-comments:before {
    content: '';
}

.zmdi-check-all:before {
    content: '';
}

.zmdi-check-circle-u:before {
    content: '';
}

.zmdi-check-circle:before {
    content: '';
}

.zmdi-check-square:before {
    content: '';
}

.zmdi-check:before {
    content: '';
}

.zmdi-circle-o:before {
    content: '';
}

.zmdi-circle:before {
    content: '';
}

.zmdi-dot-circle-alt:before {
    content: '';
}

.zmdi-dot-circle:before {
    content: '';
}

.zmdi-minus-circle-outline:before {
    content: '';
}

.zmdi-minus-circle:before {
    content: '';
}

.zmdi-minus-square:before {
    content: '';
}

.zmdi-minus:before {
    content: '';
}

.zmdi-plus-circle-o-duplicate:before {
    content: '';
}

.zmdi-plus-circle-o:before {
    content: '';
}

.zmdi-plus-circle:before {
    content: '';
}

.zmdi-plus-square:before {
    content: '';
}

.zmdi-plus:before {
    content: '';
}

.zmdi-square-o:before {
    content: '';
}

.zmdi-star-circle:before {
    content: '';
}

.zmdi-star-half:before {
    content: '';
}

.zmdi-star-outline:before {
    content: '';
}

.zmdi-star:before {
    content: '';
}

.zmdi-bluetooth-connected:before {
    content: '';
}

.zmdi-bluetooth-off:before {
    content: '';
}

.zmdi-bluetooth-search:before {
    content: '';
}

.zmdi-bluetooth-setting:before {
    content: '';
}

.zmdi-bluetooth:before {
    content: '';
}

.zmdi-camera-add:before {
    content: '';
}

.zmdi-camera-alt:before {
    content: '';
}

.zmdi-camera-bw:before {
    content: '';
}

.zmdi-camera-front:before {
    content: '';
}

.zmdi-camera-mic:before {
    content: '';
}

.zmdi-camera-party-mode:before {
    content: '';
}

.zmdi-camera-rear:before {
    content: '';
}

.zmdi-camera-roll:before {
    content: '';
}

.zmdi-camera-switch:before {
    content: '';
}

.zmdi-camera:before {
    content: '';
}

.zmdi-card-alert:before {
    content: '';
}

.zmdi-card-off:before {
    content: '';
}

.zmdi-card-sd:before {
    content: '';
}

.zmdi-card-sim:before {
    content: '';
}

.zmdi-desktop-mac:before {
    content: '';
}

.zmdi-desktop-windows:before {
    content: '';
}

.zmdi-device-hub:before {
    content: '';
}

.zmdi-devices-off:before {
    content: '';
}

.zmdi-devices:before {
    content: '';
}

.zmdi-dock:before {
    content: '';
}

.zmdi-floppy:before {
    content: '';
}

.zmdi-gamepad:before {
    content: '';
}

.zmdi-gps-dot:before {
    content: '';
}

.zmdi-gps-off:before {
    content: '';
}

.zmdi-gps:before {
    content: '';
}

.zmdi-headset-mic:before {
    content: '';
}

.zmdi-headset:before {
    content: '';
}

.zmdi-input-antenna:before {
    content: '';
}

.zmdi-input-composite:before {
    content: '';
}

.zmdi-input-hdmi:before {
    content: '';
}

.zmdi-input-power:before {
    content: '';
}

.zmdi-input-svideo:before {
    content: '';
}

.zmdi-keyboard-hide:before {
    content: '';
}

.zmdi-keyboard:before {
    content: '';
}

.zmdi-laptop-chromebook:before {
    content: '';
}

.zmdi-laptop-mac:before {
    content: '';
}

.zmdi-laptop:before {
    content: '';
}

.zmdi-mic-off:before {
    content: '';
}

.zmdi-mic-outline:before {
    content: '';
}

.zmdi-mic-setting:before {
    content: '';
}

.zmdi-mic:before {
    content: '';
}

.zmdi-mouse:before {
    content: '';
}

.zmdi-network-alert:before {
    content: '';
}

.zmdi-network-locked:before {
    content: '';
}

.zmdi-network-off:before {
    content: '';
}

.zmdi-network-outline:before {
    content: '';
}

.zmdi-network-setting:before {
    content: '';
}

.zmdi-network:before {
    content: '';
}

.zmdi-phone-bluetooth:before {
    content: '';
}

.zmdi-phone-end:before {
    content: '';
}

.zmdi-phone-forwarded:before {
    content: '';
}

.zmdi-phone-in-talk:before {
    content: '';
}

.zmdi-phone-locked:before {
    content: '';
}

.zmdi-phone-missed:before {
    content: '';
}

.zmdi-phone-msg:before {
    content: '';
}

.zmdi-phone-paused:before {
    content: '';
}

.zmdi-phone-ring:before {
    content: '';
}

.zmdi-phone-setting:before {
    content: '';
}

.zmdi-phone-sip:before {
    content: '';
}

.zmdi-phone:before {
    content: '';
}

.zmdi-portable-wifi-changes:before {
    content: '';
}

.zmdi-portable-wifi-off:before {
    content: '';
}

.zmdi-portable-wifi:before {
    content: '';
}

.zmdi-radio:before {
    content: '';
}

.zmdi-reader:before {
    content: '';
}

.zmdi-remote-control-alt:before {
    content: '';
}

.zmdi-remote-control:before {
    content: '';
}

.zmdi-router:before {
    content: '';
}

.zmdi-scanner:before {
    content: '';
}

.zmdi-smartphone-android:before {
    content: '';
}

.zmdi-smartphone-download:before {
    content: '';
}

.zmdi-smartphone-erase:before {
    content: '';
}

.zmdi-smartphone-info:before {
    content: '';
}

.zmdi-smartphone-iphone:before {
    content: '';
}

.zmdi-smartphone-landscape-lock:before {
    content: '';
}

.zmdi-smartphone-landscape:before {
    content: '';
}

.zmdi-smartphone-lock:before {
    content: '';
}

.zmdi-smartphone-portrait-lock:before {
    content: '';
}

.zmdi-smartphone-ring:before {
    content: '';
}

.zmdi-smartphone-setting:before {
    content: '';
}

.zmdi-smartphone-setup:before {
    content: '';
}

.zmdi-smartphone:before {
    content: '';
}

.zmdi-speaker:before {
    content: '';
}

.zmdi-tablet-android:before {
    content: '';
}

.zmdi-tablet-mac:before {
    content: '';
}

.zmdi-tablet:before {
    content: '';
}

.zmdi-tv-alt-play:before {
    content: '';
}

.zmdi-tv-list:before {
    content: '';
}

.zmdi-tv-play:before {
    content: '';
}

.zmdi-tv:before {
    content: '';
}

.zmdi-usb:before {
    content: '';
}

.zmdi-videocam-off:before {
    content: '';
}

.zmdi-videocam-switch:before {
    content: '';
}

.zmdi-videocam:before {
    content: '';
}

.zmdi-watch:before {
    content: '';
}

.zmdi-wifi-alt-2:before {
    content: '';
}

.zmdi-wifi-alt:before {
    content: '';
}

.zmdi-wifi-info:before {
    content: '';
}

.zmdi-wifi-lock:before {
    content: '';
}

.zmdi-wifi-off:before {
    content: '';
}

.zmdi-wifi-outline:before {
    content: '';
}

.zmdi-wifi:before {
    content: '';
}

.zmdi-arrow-left-bottom:before {
    content: '';
}

.zmdi-arrow-left:before {
    content: '';
}

.zmdi-arrow-merge:before {
    content: '';
}

.zmdi-arrow-missed:before {
    content: '';
}

.zmdi-arrow-right-top:before {
    content: '';
}

.zmdi-arrow-right:before {
    content: '';
}

.zmdi-arrow-split:before {
    content: '';
}

.zmdi-arrows:before {
    content: '';
}

.zmdi-caret-down-circle:before {
    content: '';
}

.zmdi-caret-down:before {
    content: '';
}

.zmdi-caret-left-circle:before {
    content: '';
}

.zmdi-caret-left:before {
    content: '';
}

.zmdi-caret-right-circle:before {
    content: '';
}

.zmdi-caret-right:before {
    content: '';
}

.zmdi-caret-up-circle:before {
    content: '';
}

.zmdi-caret-up:before {
    content: '';
}

.zmdi-chevron-down:before {
    content: '';
}

.zmdi-chevron-left:before {
    content: '';
}

.zmdi-chevron-right:before {
    content: '';
}

.zmdi-chevron-up:before {
    content: '';
}

.zmdi-forward:before {
    content: '';
}

.zmdi-long-arrow-down:before {
    content: '';
}

.zmdi-long-arrow-left:before {
    content: '';
}

.zmdi-long-arrow-return:before {
    content: '';
}

.zmdi-long-arrow-right:before {
    content: '';
}

.zmdi-long-arrow-tab:before {
    content: '';
}

.zmdi-long-arrow-up:before {
    content: '';
}

.zmdi-rotate-ccw:before {
    content: '';
}

.zmdi-rotate-cw:before {
    content: '';
}

.zmdi-rotate-left:before {
    content: '';
}

.zmdi-rotate-right:before {
    content: '';
}

.zmdi-square-down:before {
    content: '';
}

.zmdi-square-right:before {
    content: '';
}

.zmdi-swap-alt:before {
    content: '';
}

.zmdi-swap-vertical-circle:before {
    content: '';
}

.zmdi-swap-vertical:before {
    content: '';
}

.zmdi-swap:before {
    content: '';
}

.zmdi-trending-down:before {
    content: '';
}

.zmdi-trending-flat:before {
    content: '';
}

.zmdi-trending-up:before {
    content: '';
}

.zmdi-unfold-less:before {
    content: '';
}

.zmdi-unfold-more:before {
    content: '';
}

.zmdi-apps:before {
    content: '';
}

.zmdi-grid-off:before {
    content: '';
}

.zmdi-grid:before {
    content: '';
}

.zmdi-view-agenda:before {
    content: '';
}

.zmdi-view-array:before {
    content: '';
}

.zmdi-view-carousel:before {
    content: '';
}

.zmdi-view-column:before {
    content: '';
}

.zmdi-view-comfy:before {
    content: '';
}

.zmdi-view-compact:before {
    content: '';
}

.zmdi-view-dashboard:before {
    content: '';
}

.zmdi-view-day:before {
    content: '';
}

.zmdi-view-headline:before {
    content: '';
}

.zmdi-view-list-alt:before {
    content: '';
}

.zmdi-view-list:before {
    content: '';
}

.zmdi-view-module:before {
    content: '';
}

.zmdi-view-quilt:before {
    content: '';
}

.zmdi-view-stream:before {
    content: '';
}

.zmdi-view-subtitles:before {
    content: '';
}

.zmdi-view-toc:before {
    content: '';
}

.zmdi-view-web:before {
    content: '';
}

.zmdi-view-week:before {
    content: '';
}

.zmdi-widgets:before {
    content: '';
}

.zmdi-alarm-check:before {
    content: '';
}

.zmdi-alarm-off:before {
    content: '';
}

.zmdi-alarm-plus:before {
    content: '';
}

.zmdi-alarm-snooze:before {
    content: '';
}

.zmdi-alarm:before {
    content: '';
}

.zmdi-calendar-alt:before {
    content: '';
}

.zmdi-calendar-check:before {
    content: '';
}

.zmdi-calendar-close:before {
    content: '';
}

.zmdi-calendar-note:before {
    content: '';
}

.zmdi-calendar:before {
    content: '';
}

.zmdi-time-countdown:before {
    content: '';
}

.zmdi-time-interval:before {
    content: '';
}

.zmdi-time-restore-setting:before {
    content: '';
}

.zmdi-time-restore:before {
    content: '';
}

.zmdi-time:before {
    content: '';
}

.zmdi-timer-off:before {
    content: '';
}

.zmdi-timer:before {
    content: '';
}

.zmdi-android-alt:before {
    content: '';
}

.zmdi-android:before {
    content: '';
}

.zmdi-apple:before {
    content: '';
}

.zmdi-behance:before {
    content: '';
}

.zmdi-codepen:before {
    content: '';
}

.zmdi-dribbble:before {
    content: '';
}

.zmdi-dropbox:before {
    content: '';
}

.zmdi-evernote:before {
    content: '';
}

.zmdi-facebook-box:before {
    content: '';
}

.zmdi-facebook:before {
    content: '';
}

.zmdi-github-box:before {
    content: '';
}

.zmdi-github:before {
    content: '';
}

.zmdi-google-drive:before {
    content: '';
}

.zmdi-google-earth:before {
    content: '';
}

.zmdi-google-glass:before {
    content: '';
}

.zmdi-google-maps:before {
    content: '';
}

.zmdi-google-pages:before {
    content: '';
}

.zmdi-google-play:before {
    content: '';
}

.zmdi-google-plus-box:before {
    content: '';
}

.zmdi-google-plus:before {
    content: '';
}

.zmdi-google:before {
    content: '';
}

.zmdi-instagram:before {
    content: '';
}

.zmdi-language-css3:before {
    content: '';
}

.zmdi-language-html5:before {
    content: '';
}

.zmdi-language-javascript:before {
    content: '';
}

.zmdi-language-python-alt:before {
    content: '';
}

.zmdi-language-python:before {
    content: '';
}

.zmdi-lastfm:before {
    content: '';
}

.zmdi-linkedin-box:before {
    content: '';
}

.zmdi-paypal:before {
    content: '';
}

.zmdi-pinterest-box:before {
    content: '';
}

.zmdi-pocket:before {
    content: '';
}

.zmdi-polymer:before {
    content: '';
}

.zmdi-share:before {
    content: '';
}

.zmdi-stackoverflow:before {
    content: '';
}

.zmdi-steam-square:before {
    content: '';
}

.zmdi-steam:before {
    content: '';
}

.zmdi-twitter-box:before {
    content: '';
}

.zmdi-twitter:before {
    content: '';
}

.zmdi-vk:before {
    content: '';
}

.zmdi-wikipedia:before {
    content: '';
}

.zmdi-windows:before {
    content: '';
}

.zmdi-aspect-ratio-alt:before {
    content: '';
}

.zmdi-aspect-ratio:before {
    content: '';
}

.zmdi-blur-circular:before {
    content: '';
}

.zmdi-blur-linear:before {
    content: '';
}

.zmdi-blur-off:before {
    content: '';
}

.zmdi-blur:before {
    content: '';
}

.zmdi-brightness-2:before {
    content: '';
}

.zmdi-brightness-3:before {
    content: '';
}

.zmdi-brightness-4:before {
    content: '';
}

.zmdi-brightness-5:before {
    content: '';
}

.zmdi-brightness-6:before {
    content: '';
}

.zmdi-brightness-7:before {
    content: '';
}

.zmdi-brightness-auto:before {
    content: '';
}

.zmdi-brightness-setting:before {
    content: '';
}

.zmdi-broken-image:before {
    content: '';
}

.zmdi-center-focus-strong:before {
    content: '';
}

.zmdi-center-focus-weak:before {
    content: '';
}

.zmdi-compare:before {
    content: '';
}

.zmdi-crop-16-9:before {
    content: '';
}

.zmdi-crop-3-2:before {
    content: '';
}

.zmdi-crop-5-4:before {
    content: '';
}

.zmdi-crop-7-5:before {
    content: '';
}

.zmdi-crop-din:before {
    content: '';
}

.zmdi-crop-free:before {
    content: '';
}

.zmdi-crop-landscape:before {
    content: '';
}

.zmdi-crop-portrait:before {
    content: '';
}

.zmdi-crop-square:before {
    content: '';
}

.zmdi-exposure-alt:before {
    content: '';
}

.zmdi-exposure:before {
    content: '';
}

.zmdi-filter-b-and-w:before {
    content: '';
}

.zmdi-filter-center-focus:before {
    content: '';
}

.zmdi-filter-frames:before {
    content: '';
}

.zmdi-filter-tilt-shift:before {
    content: '';
}

.zmdi-gradient:before {
    content: '';
}

.zmdi-grain:before {
    content: '';
}

.zmdi-graphic-eq:before {
    content: '';
}

.zmdi-hdr-off:before {
    content: '';
}

.zmdi-hdr-strong:before {
    content: '';
}

.zmdi-hdr-weak:before {
    content: '';
}

.zmdi-hdr:before {
    content: '';
}

.zmdi-iridescent:before {
    content: '';
}

.zmdi-leak-off:before {
    content: '';
}

.zmdi-leak:before {
    content: '';
}

.zmdi-looks:before {
    content: '';
}

.zmdi-loupe:before {
    content: '';
}

.zmdi-panorama-horizontal:before {
    content: '';
}

.zmdi-panorama-vertical:before {
    content: '';
}

.zmdi-panorama-wide-angle:before {
    content: '';
}

.zmdi-photo-size-select-large:before {
    content: '';
}

.zmdi-photo-size-select-small:before {
    content: '';
}

.zmdi-picture-in-picture:before {
    content: '';
}

.zmdi-slideshow:before {
    content: '';
}

.zmdi-texture:before {
    content: '';
}

.zmdi-tonality:before {
    content: '';
}

.zmdi-vignette:before {
    content: '';
}

.zmdi-wb-auto:before {
    content: '';
}

.zmdi-eject-alt:before {
    content: '';
}

.zmdi-eject:before {
    content: '';
}

.zmdi-equalizer:before {
    content: '';
}

.zmdi-fast-forward:before {
    content: '';
}

.zmdi-fast-rewind:before {
    content: '';
}

.zmdi-forward-10:before {
    content: '';
}

.zmdi-forward-30:before {
    content: '';
}

.zmdi-forward-5:before {
    content: '';
}

.zmdi-hearing:before {
    content: '';
}

.zmdi-pause-circle-outline:before {
    content: '';
}

.zmdi-pause-circle:before {
    content: '';
}

.zmdi-pause:before {
    content: '';
}

.zmdi-play-circle-outline:before {
    content: '';
}

.zmdi-play-circle:before {
    content: '';
}

.zmdi-play:before {
    content: '';
}

.zmdi-playlist-audio:before {
    content: '';
}

.zmdi-playlist-plus:before {
    content: '';
}

.zmdi-repeat-one:before {
    content: '';
}

.zmdi-repeat:before {
    content: '';
}

.zmdi-replay-10:before {
    content: '';
}

.zmdi-replay-30:before {
    content: '';
}

.zmdi-replay-5:before {
    content: '';
}

.zmdi-replay:before {
    content: '';
}

.zmdi-shuffle:before {
    content: '';
}

.zmdi-skip-next:before {
    content: '';
}

.zmdi-skip-previous:before {
    content: '';
}

.zmdi-stop:before {
    content: '';
}

.zmdi-surround-sound:before {
    content: '';
}

.zmdi-tune:before {
    content: '';
}

.zmdi-volume-down:before {
    content: '';
}

.zmdi-volume-mute:before {
    content: '';
}

.zmdi-volume-off:before {
    content: '';
}

.zmdi-volume-up:before {
    content: '';
}

.zmdi-n-1-square:before {
    content: '';
}

.zmdi-n-2-square:before {
    content: '';
}

.zmdi-n-3-square:before {
    content: '';
}

.zmdi-n-4-square:before {
    content: '';
}

.zmdi-n-5-square:before {
    content: '';
}

.zmdi-n-6-square:before {
    content: '';
}

.zmdi-neg-1:before {
    content: '';
}

.zmdi-neg-2:before {
    content: '';
}

.zmdi-plus-1:before {
    content: '';
}

.zmdi-plus-2:before {
    content: '';
}

.zmdi-sec-10:before {
    content: '';
}

.zmdi-sec-3:before {
    content: '';
}

.zmdi-zero:before {
    content: '';
}

.zmdi-airline-seat-flat-angled:before {
    content: '';
}

.zmdi-airline-seat-flat:before {
    content: '';
}

.zmdi-airline-seat-individual-suite:before {
    content: '';
}

.zmdi-airline-seat-legroom-extra:before {
    content: '';
}

.zmdi-airline-seat-legroom-normal:before {
    content: '';
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '';
}

.zmdi-airline-seat-recline-extra:before {
    content: '';
}

.zmdi-airline-seat-recline-normal:before {
    content: '';
}

.zmdi-airplay:before {
    content: '';
}

.zmdi-closed-caption:before {
    content: '';
}

.zmdi-confirmation-number:before {
    content: '';
}

.zmdi-developer-board:before {
    content: '';
}

.zmdi-disc-full:before {
    content: '';
}

.zmdi-explicit:before {
    content: '';
}

.zmdi-flight-land:before {
    content: '';
}

.zmdi-flight-takeoff:before {
    content: '';
}

.zmdi-flip-to-back:before {
    content: '';
}

.zmdi-flip-to-front:before {
    content: '';
}

.zmdi-group-work:before {
    content: '';
}

.zmdi-hd:before {
    content: '';
}

.zmdi-hq:before {
    content: '';
}

.zmdi-markunread-mailbox:before {
    content: '';
}

.zmdi-memory:before {
    content: '';
}

.zmdi-nfc:before {
    content: '';
}

.zmdi-play-for-work:before {
    content: '';
}

.zmdi-power-input:before {
    content: '';
}

.zmdi-present-to-all:before {
    content: '';
}

.zmdi-satellite:before {
    content: '';
}

.zmdi-tap-and-play:before {
    content: '';
}

.zmdi-vibration:before {
    content: '';
}

.zmdi-voicemail:before {
    content: '';
}

.zmdi-group:before {
    content: '';
}

.zmdi-rss:before {
    content: '';
}

.zmdi-shape:before {
    content: '';
}

.zmdi-spinner:before {
    content: '';
}

.zmdi-ungroup:before {
    content: '';
}

.zmdi-500px:before {
    content: '';
}

.zmdi-8tracks:before {
    content: '';
}

.zmdi-amazon:before {
    content: '';
}

.zmdi-blogger:before {
    content: '';
}

.zmdi-delicious:before {
    content: '';
}

.zmdi-disqus:before {
    content: '';
}

.zmdi-flattr:before {
    content: '';
}

.zmdi-flickr:before {
    content: '';
}

.zmdi-github-alt:before {
    content: '';
}

.zmdi-google-old:before {
    content: '';
}

.zmdi-linkedin:before {
    content: '';
}

.zmdi-odnoklassniki:before {
    content: '';
}

.zmdi-outlook:before {
    content: '';
}

.zmdi-paypal-alt:before {
    content: '';
}

.zmdi-pinterest:before {
    content: '';
}

.zmdi-playstation:before {
    content: '';
}

.zmdi-reddit:before {
    content: '';
}

.zmdi-skype:before {
    content: '';
}

.zmdi-slideshare:before {
    content: '';
}

.zmdi-soundcloud:before {
    content: '';
}

.zmdi-tumblr:before {
    content: '';
}

.zmdi-twitch:before {
    content: '';
}

.zmdi-vimeo:before {
    content: '';
}

.zmdi-whatsapp:before {
    content: '';
}

.zmdi-xbox:before {
    content: '';
}

.zmdi-yahoo:before {
    content: '';
}

.zmdi-youtube-play:before {
    content: '';
}

.zmdi-youtube:before {
    content: '';
}

.zmdi-3d-rotation:before {
    content: '';
}

.zmdi-airplane-off:before {
    content: '';
}

.zmdi-airplane:before {
    content: '';
}

.zmdi-album:before {
    content: '';
}

.zmdi-archive:before {
    content: '';
}

.zmdi-assignment-account:before {
    content: '';
}

.zmdi-assignment-alert:before {
    content: '';
}

.zmdi-assignment-check:before {
    content: '';
}

.zmdi-assignment-o:before {
    content: '';
}

.zmdi-assignment-return:before {
    content: '';
}

.zmdi-assignment-returned:before {
    content: '';
}

.zmdi-assignment:before {
    content: '';
}

.zmdi-attachment-alt:before {
    content: '';
}

.zmdi-attachment:before {
    content: '';
}

.zmdi-audio:before {
    content: '';
}

.zmdi-badge-check:before {
    content: '';
}

.zmdi-balance-wallet:before {
    content: '';
}

.zmdi-balance:before {
    content: '';
}

.zmdi-battery-alert:before {
    content: '';
}

.zmdi-battery-flash:before {
    content: '';
}

.zmdi-battery-unknown:before {
    content: '';
}

.zmdi-battery:before {
    content: '';
}

.zmdi-bike:before {
    content: '';
}

.zmdi-block-alt:before {
    content: '';
}

.zmdi-block:before {
    content: '';
}

.zmdi-boat:before {
    content: '';
}

.zmdi-book-image:before {
    content: '';
}

.zmdi-book:before {
    content: '';
}

.zmdi-bookmark-outline:before {
    content: '';
}

.zmdi-bookmark:before {
    content: '';
}

.zmdi-brush:before {
    content: '';
}

.zmdi-bug:before {
    content: '';
}

.zmdi-bus:before {
    content: '';
}

.zmdi-cake:before {
    content: '';
}

.zmdi-car-taxi:before {
    content: '';
}

.zmdi-car-wash:before {
    content: '';
}

.zmdi-car:before {
    content: '';
}

.zmdi-card-giftcard:before {
    content: '';
}

.zmdi-card-membership:before {
    content: '';
}

.zmdi-card-travel:before {
    content: '';
}

.zmdi-card:before {
    content: '';
}

.zmdi-case-check:before {
    content: '';
}

.zmdi-case-download:before {
    content: '';
}

.zmdi-case-play:before {
    content: '';
}

.zmdi-case:before {
    content: '';
}

.zmdi-cast-connected:before {
    content: '';
}

.zmdi-cast:before {
    content: '';
}

.zmdi-chart-donut:before {
    content: '';
}

.zmdi-chart:before {
    content: '';
}

.zmdi-city-alt:before {
    content: '';
}

.zmdi-city:before {
    content: '';
}

.zmdi-close-circle-o:before {
    content: '';
}

.zmdi-close-circle:before {
    content: '';
}

.zmdi-close:before {
    content: '';
}

.zmdi-cocktail:before {
    content: '';
}

.zmdi-code-setting:before {
    content: '';
}

.zmdi-code-smartphone:before {
    content: '';
}

.zmdi-code:before {
    content: '';
}

.zmdi-coffee:before {
    content: '';
}

.zmdi-collection-bookmark:before {
    content: '';
}

.zmdi-collection-case-play:before {
    content: '';
}

.zmdi-collection-folder-image:before {
    content: '';
}

.zmdi-collection-image-o:before {
    content: '';
}

.zmdi-collection-image:before {
    content: '';
}

.zmdi-collection-item-1:before {
    content: '';
}

.zmdi-collection-item-2:before {
    content: '';
}

.zmdi-collection-item-3:before {
    content: '';
}

.zmdi-collection-item-4:before {
    content: '';
}

.zmdi-collection-item-5:before {
    content: '';
}

.zmdi-collection-item-6:before {
    content: '';
}

.zmdi-collection-item-7:before {
    content: '';
}

.zmdi-collection-item-8:before {
    content: '';
}

.zmdi-collection-item-9-plus:before {
    content: '';
}

.zmdi-collection-item-9:before {
    content: '';
}

.zmdi-collection-item:before {
    content: '';
}

.zmdi-collection-music:before {
    content: '';
}

.zmdi-collection-pdf:before {
    content: '';
}

.zmdi-collection-plus:before {
    content: '';
}

.zmdi-collection-speaker:before {
    content: '';
}

.zmdi-collection-text:before {
    content: '';
}

.zmdi-collection-video:before {
    content: '';
}

.zmdi-compass:before {
    content: '';
}

.zmdi-cutlery:before {
    content: '';
}

.zmdi-delete:before {
    content: '';
}

.zmdi-dialpad:before {
    content: '';
}

.zmdi-dns:before {
    content: '';
}

.zmdi-drink:before {
    content: '';
}

.zmdi-edit:before {
    content: '';
}

.zmdi-email-open:before {
    content: '';
}

.zmdi-email:before {
    content: '';
}

.zmdi-eye-off:before {
    content: '';
}

.zmdi-eye:before {
    content: '';
}

.zmdi-eyedropper:before {
    content: '';
}

.zmdi-favorite-outline:before {
    content: '';
}

.zmdi-favorite:before {
    content: '';
}

.zmdi-filter-list:before {
    content: '';
}

.zmdi-fire:before {
    content: '';
}

.zmdi-flag:before {
    content: '';
}

.zmdi-flare:before {
    content: '';
}

.zmdi-flash-auto:before {
    content: '';
}

.zmdi-flash-off:before {
    content: '';
}

.zmdi-flash:before {
    content: '';
}

.zmdi-flip:before {
    content: '';
}

.zmdi-flower-alt:before {
    content: '';
}

.zmdi-flower:before {
    content: '';
}

.zmdi-font:before {
    content: '';
}

.zmdi-fullscreen-alt:before {
    content: '';
}

.zmdi-fullscreen-exit:before {
    content: '';
}

.zmdi-fullscreen:before {
    content: '';
}

.zmdi-functions:before {
    content: '';
}

.zmdi-gas-station:before {
    content: '';
}

.zmdi-gesture:before {
    content: '';
}

.zmdi-globe-alt:before {
    content: '';
}

.zmdi-globe-lock:before {
    content: '';
}

.zmdi-globe:before {
    content: '';
}

.zmdi-graduation-cap:before {
    content: '';
}

.zmdi-home:before {
    content: '';
}

.zmdi-hospital-alt:before {
    content: '';
}

.zmdi-hospital:before {
    content: '';
}

.zmdi-hotel:before {
    content: '';
}

.zmdi-hourglass-alt:before {
    content: '';
}

.zmdi-hourglass-outline:before {
    content: '';
}

.zmdi-hourglass:before {
    content: '';
}

.zmdi-http:before {
    content: '';
}

.zmdi-image-alt:before {
    content: '';
}

.zmdi-image-o:before {
    content: '';
}

.zmdi-image:before {
    content: '';
}

.zmdi-inbox:before {
    content: '';
}

.zmdi-invert-colors-off:before {
    content: '';
}

.zmdi-invert-colors:before {
    content: '';
}

.zmdi-key:before {
    content: '';
}

.zmdi-label-alt-outline:before {
    content: '';
}

.zmdi-label-alt:before {
    content: '';
}

.zmdi-label-heart:before {
    content: '';
}

.zmdi-label:before {
    content: '';
}

.zmdi-labels:before {
    content: '';
}

.zmdi-lamp:before {
    content: '';
}

.zmdi-landscape:before {
    content: '';
}

.zmdi-layers-off:before {
    content: '';
}

.zmdi-layers:before {
    content: '';
}

.zmdi-library:before {
    content: '';
}

.zmdi-link:before {
    content: '';
}

.zmdi-lock-open:before {
    content: '';
}

.zmdi-lock-outline:before {
    content: '';
}

.zmdi-lock:before {
    content: '';
}

.zmdi-mail-reply-all:before {
    content: '';
}

.zmdi-mail-reply:before {
    content: '';
}

.zmdi-mail-send:before {
    content: '';
}

.zmdi-mall:before {
    content: '';
}

.zmdi-map:before {
    content: '';
}

.zmdi-menu:before {
    content: '';
}

.zmdi-money-box:before {
    content: '';
}

.zmdi-money-off:before {
    content: '';
}

.zmdi-money:before {
    content: '';
}

.zmdi-more-vert:before {
    content: '';
}

.zmdi-more:before {
    content: '';
}

.zmdi-movie-alt:before {
    content: '';
}

.zmdi-movie:before {
    content: '';
}

.zmdi-nature-people:before {
    content: '';
}

.zmdi-nature:before {
    content: '';
}

.zmdi-navigation:before {
    content: '';
}

.zmdi-open-in-browser:before {
    content: '';
}

.zmdi-open-in-new:before {
    content: '';
}

.zmdi-palette:before {
    content: '';
}

.zmdi-parking:before {
    content: '';
}

.zmdi-pin-account:before {
    content: '';
}

.zmdi-pin-assistant:before {
    content: '';
}

.zmdi-pin-drop:before {
    content: '';
}

.zmdi-pin-help:before {
    content: '';
}

.zmdi-pin-off:before {
    content: '';
}

.zmdi-pin:before {
    content: '';
}

.zmdi-pizza:before {
    content: '';
}

.zmdi-plaster:before {
    content: '';
}

.zmdi-power-setting:before {
    content: '';
}

.zmdi-power:before {
    content: '';
}

.zmdi-print:before {
    content: '';
}

.zmdi-puzzle-piece:before {
    content: '';
}

.zmdi-quote:before {
    content: '';
}

.zmdi-railway:before {
    content: '';
}

.zmdi-receipt:before {
    content: '';
}

.zmdi-refresh-alt:before {
    content: '';
}

.zmdi-refresh-sync-alert:before {
    content: '';
}

.zmdi-refresh-sync-off:before {
    content: '';
}

.zmdi-refresh-sync:before {
    content: '';
}

.zmdi-refresh:before {
    content: '';
}

.zmdi-roller:before {
    content: '';
}

.zmdi-ruler:before {
    content: '';
}

.zmdi-scissors:before {
    content: '';
}

.zmdi-screen-rotation-lock:before {
    content: '';
}

.zmdi-screen-rotation:before {
    content: '';
}

.zmdi-search-for:before {
    content: '';
}

.zmdi-search-in-file:before {
    content: '';
}

.zmdi-search-in-page:before {
    content: '';
}

.zmdi-search-replace:before {
    content: '';
}

.zmdi-search:before {
    content: '';
}

.zmdi-seat:before {
    content: '';
}

.zmdi-settings-square:before {
    content: '';
}

.zmdi-settings:before {
    content: '';
}

.zmdi-shield-check:before {
    content: '';
}

.zmdi-shield-security:before {
    content: '';
}

.zmdi-shopping-basket:before {
    content: '';
}

.zmdi-shopping-cart-plus:before {
    content: '';
}

.zmdi-shopping-cart:before {
    content: '';
}

.zmdi-sign-in:before {
    content: '';
}

.zmdi-sort-amount-asc:before {
    content: '';
}

.zmdi-sort-amount-desc:before {
    content: '';
}

.zmdi-sort-asc:before {
    content: '';
}

.zmdi-sort-desc:before {
    content: '';
}

.zmdi-spellcheck:before {
    content: '';
}

.zmdi-storage:before {
    content: '';
}

.zmdi-store-24:before {
    content: '';
}

.zmdi-store:before {
    content: '';
}

.zmdi-subway:before {
    content: '';
}

.zmdi-sun:before {
    content: '';
}

.zmdi-tab-unselected:before {
    content: '';
}

.zmdi-tab:before {
    content: '';
}

.zmdi-tag-close:before {
    content: '';
}

.zmdi-tag-more:before {
    content: '';
}

.zmdi-tag:before {
    content: '';
}

.zmdi-thumb-down:before {
    content: '';
}

.zmdi-thumb-up-down:before {
    content: '';
}

.zmdi-thumb-up:before {
    content: '';
}

.zmdi-ticket-star:before {
    content: '';
}

.zmdi-toll:before {
    content: '';
}

.zmdi-toys:before {
    content: '';
}

.zmdi-traffic:before {
    content: '';
}

.zmdi-translate:before {
    content: '';
}

.zmdi-triangle-down:before {
    content: '';
}

.zmdi-triangle-up:before {
    content: '';
}

.zmdi-truck:before {
    content: '';
}

.zmdi-turning-sign:before {
    content: '';
}

.zmdi-wallpaper:before {
    content: '';
}

.zmdi-washing-machine:before {
    content: '';
}

.zmdi-window-maximize:before {
    content: '';
}

.zmdi-window-minimize:before {
    content: '';
}

.zmdi-window-restore:before {
    content: '';
}

.zmdi-wrench:before {
    content: '';
}

.zmdi-zoom-in:before {
    content: '';
}

.zmdi-zoom-out:before {
    content: '';
}

.zmdi-alert-circle-o:before {
    content: '';
}

.zmdi-alert-circle:before {
    content: '';
}

.zmdi-alert-octagon:before {
    content: '';
}

.zmdi-alert-polygon:before {
    content: '';
}

.zmdi-alert-triangle:before {
    content: '';
}

.zmdi-help-outline:before {
    content: '';
}

.zmdi-help:before {
    content: '';
}

.zmdi-info-outline:before {
    content: '';
}

.zmdi-info:before {
    content: '';
}

.zmdi-notifications-active:before {
    content: '';
}

.zmdi-notifications-add:before {
    content: '';
}

.zmdi-notifications-none:before {
    content: '';
}

.zmdi-notifications-off:before {
    content: '';
}

.zmdi-notifications-paused:before {
    content: '';
}

.zmdi-notifications:before {
    content: '';
}

.zmdi-account-add:before {
    content: '';
}

.zmdi-account-box-mail:before {
    content: '';
}

.zmdi-account-box-o:before {
    content: '';
}

.zmdi-account-box-phone:before {
    content: '';
}

.zmdi-account-box:before {
    content: '';
}

.zmdi-account-calendar:before {
    content: '';
}

.zmdi-account-circle:before {
    content: '';
}

.zmdi-account-o:before {
    content: '';
}

.zmdi-account:before {
    content: '';
}

.zmdi-accounts-add:before {
    content: '';
}

.zmdi-accounts-alt:before {
    content: '';
}

.zmdi-accounts-list-alt:before {
    content: '';
}

.zmdi-accounts-list:before {
    content: '';
}

.zmdi-accounts-outline:before {
    content: '';
}

.zmdi-accounts:before {
    content: '';
}

.zmdi-face:before {
    content: '';
}

.zmdi-female:before {
    content: '';
}

.zmdi-male-alt:before {
    content: '';
}

.zmdi-male-female:before {
    content: '';
}

.zmdi-male:before {
    content: '';
}

.zmdi-mood-bad:before {
    content: '';
}

.zmdi-mood:before {
    content: '';
}

.zmdi-run:before {
    content: '';
}

.zmdi-walk:before {
    content: '';
}

.zmdi-cloud-box:before {
    content: '';
}

.zmdi-cloud-circle:before {
    content: '';
}

.zmdi-cloud-done:before {
    content: '';
}

.zmdi-cloud-download:before {
    content: '';
}

.zmdi-cloud-off:before {
    content: '';
}

.zmdi-cloud-outline-alt:before {
    content: '';
}

.zmdi-cloud-outline:before {
    content: '';
}

.zmdi-cloud-upload:before {
    content: '';
}

.zmdi-cloud:before {
    content: '';
}

.zmdi-download:before {
    content: '';
}

.zmdi-file-plus:before {
    content: '';
}

.zmdi-file-text:before {
    content: '';
}

.zmdi-file:before {
    content: '';
}

.zmdi-folder-outline:before {
    content: '';
}

.zmdi-folder-person:before {
    content: '';
}

.zmdi-folder-star-alt:before {
    content: '';
}

.zmdi-folder-star:before {
    content: '';
}

.zmdi-folder:before {
    content: '';
}

.zmdi-gif:before {
    content: '';
}

.zmdi-upload:before {
    content: '';
}

.zmdi-border-all:before {
    content: '';
}

.zmdi-border-bottom:before {
    content: '';
}

.zmdi-border-clear:before {
    content: '';
}

.zmdi-border-color:before {
    content: '';
}

.zmdi-border-horizontal:before {
    content: '';
}

.zmdi-border-inner:before {
    content: '';
}

.zmdi-border-left:before {
    content: '';
}

.zmdi-border-outer:before {
    content: '';
}

.zmdi-border-right:before {
    content: '';
}

.zmdi-border-style:before {
    content: '';
}

.zmdi-border-top:before {
    content: '';
}

.zmdi-border-vertical:before {
    content: '';
}

.zmdi-copy:before {
    content: '';
}

.zmdi-crop:before {
    content: '';
}

.zmdi-format-align-center:before {
    content: '';
}

.zmdi-format-align-justify:before {
    content: '';
}

.zmdi-format-align-left:before {
    content: '';
}

.zmdi-format-align-right:before {
    content: '';
}

.zmdi-format-bold:before {
    content: '';
}

.zmdi-format-clear-all:before {
    content: '';
}

.zmdi-format-clear:before {
    content: '';
}

.zmdi-format-color-fill:before {
    content: '';
}

.zmdi-format-color-reset:before {
    content: '';
}

.zmdi-format-color-text:before {
    content: '';
}

.zmdi-format-indent-decrease:before {
    content: '';
}

.zmdi-format-indent-increase:before {
    content: '';
}

.zmdi-format-italic:before {
    content: '';
}

.zmdi-format-line-spacing:before {
    content: '';
}

.zmdi-format-list-bulleted:before {
    content: '';
}

.zmdi-format-list-numbered:before {
    content: '';
}

.zmdi-format-ltr:before {
    content: '';
}

.zmdi-format-rtl:before {
    content: '';
}

.zmdi-format-size:before {
    content: '';
}

.zmdi-format-strikethrough-s:before {
    content: '';
}

.zmdi-format-strikethrough:before {
    content: '';
}

.zmdi-format-subject:before {
    content: '';
}

.zmdi-format-underlined:before {
    content: '';
}

.zmdi-format-valign-bottom:before {
    content: '';
}

.zmdi-format-valign-center:before {
    content: '';
}

.zmdi-format-valign-top:before {
    content: '';
}

.zmdi-redo:before {
    content: '';
}

.zmdi-select-all:before {
    content: '';
}

.zmdi-space-bar:before {
    content: '';
}

.zmdi-text-format:before {
    content: '';
}

.zmdi-transform:before {
    content: '';
}

.zmdi-undo:before {
    content: '';
}

.zmdi-wrap-text:before {
    content: '';
}

.zmdi-comment-alert:before {
    content: '';
}

.zmdi-comment-alt-text:before {
    content: '';
}

.zmdi-comment-alt:before {
    content: '';
}

.zmdi-comment-edit:before {
    content: '';
}

.zmdi-comment-image:before {
    content: '';
}

.zmdi-comment-list:before {
    content: '';
}

.zmdi-comment-more:before {
    content: '';
}

.zmdi-comment-outline:before {
    content: '';
}

.zmdi-comment-text-alt:before {
    content: '';
}

.zmdi-comment-text:before {
    content: '';
}

.zmdi-comment-video:before {
    content: '';
}

.zmdi-comment:before {
    content: '';
}

.zmdi-comments:before {
    content: '';
}

.zmdi-check-all:before {
    content: '';
}

.zmdi-check-circle-u:before {
    content: '';
}

.zmdi-check-circle:before {
    content: '';
}

.zmdi-check-square:before {
    content: '';
}

.zmdi-check:before {
    content: '';
}

.zmdi-circle-o:before {
    content: '';
}

.zmdi-circle:before {
    content: '';
}

.zmdi-dot-circle-alt:before {
    content: '';
}

.zmdi-dot-circle:before {
    content: '';
}

.zmdi-minus-circle-outline:before {
    content: '';
}

.zmdi-minus-circle:before {
    content: '';
}

.zmdi-minus-square:before {
    content: '';
}

.zmdi-minus:before {
    content: '';
}

.zmdi-plus-circle-o-duplicate:before {
    content: '';
}

.zmdi-plus-circle-o:before {
    content: '';
}

.zmdi-plus-circle:before {
    content: '';
}

.zmdi-plus-square:before {
    content: '';
}

.zmdi-plus:before {
    content: '';
}

.zmdi-square-o:before {
    content: '';
}

.zmdi-star-circle:before {
    content: '';
}

.zmdi-star-half:before {
    content: '';
}

.zmdi-star-outline:before {
    content: '';
}

.zmdi-star:before {
    content: '';
}

.zmdi-bluetooth-connected:before {
    content: '';
}

.zmdi-bluetooth-off:before {
    content: '';
}

.zmdi-bluetooth-search:before {
    content: '';
}

.zmdi-bluetooth-setting:before {
    content: '';
}

.zmdi-bluetooth:before {
    content: '';
}

.zmdi-camera-add:before {
    content: '';
}

.zmdi-camera-alt:before {
    content: '';
}

.zmdi-camera-bw:before {
    content: '';
}

.zmdi-camera-front:before {
    content: '';
}

.zmdi-camera-mic:before {
    content: '';
}

.zmdi-camera-party-mode:before {
    content: '';
}

.zmdi-camera-rear:before {
    content: '';
}

.zmdi-camera-roll:before {
    content: '';
}

.zmdi-camera-switch:before {
    content: '';
}

.zmdi-camera:before {
    content: '';
}

.zmdi-card-alert:before {
    content: '';
}

.zmdi-card-off:before {
    content: '';
}

.zmdi-card-sd:before {
    content: '';
}

.zmdi-card-sim:before {
    content: '';
}

.zmdi-desktop-mac:before {
    content: '';
}

.zmdi-desktop-windows:before {
    content: '';
}

.zmdi-device-hub:before {
    content: '';
}

.zmdi-devices-off:before {
    content: '';
}

.zmdi-devices:before {
    content: '';
}

.zmdi-dock:before {
    content: '';
}

.zmdi-floppy:before {
    content: '';
}

.zmdi-gamepad:before {
    content: '';
}

.zmdi-gps-dot:before {
    content: '';
}

.zmdi-gps-off:before {
    content: '';
}

.zmdi-gps:before {
    content: '';
}

.zmdi-headset-mic:before {
    content: '';
}

.zmdi-headset:before {
    content: '';
}

.zmdi-input-antenna:before {
    content: '';
}

.zmdi-input-composite:before {
    content: '';
}

.zmdi-input-hdmi:before {
    content: '';
}

.zmdi-input-power:before {
    content: '';
}

.zmdi-input-svideo:before {
    content: '';
}

.zmdi-keyboard-hide:before {
    content: '';
}

.zmdi-keyboard:before {
    content: '';
}

.zmdi-laptop-chromebook:before {
    content: '';
}

.zmdi-laptop-mac:before {
    content: '';
}

.zmdi-laptop:before {
    content: '';
}

.zmdi-mic-off:before {
    content: '';
}

.zmdi-mic-outline:before {
    content: '';
}

.zmdi-mic-setting:before {
    content: '';
}

.zmdi-mic:before {
    content: '';
}

.zmdi-mouse:before {
    content: '';
}

.zmdi-network-alert:before {
    content: '';
}

.zmdi-network-locked:before {
    content: '';
}

.zmdi-network-off:before {
    content: '';
}

.zmdi-network-outline:before {
    content: '';
}

.zmdi-network-setting:before {
    content: '';
}

.zmdi-network:before {
    content: '';
}

.zmdi-phone-bluetooth:before {
    content: '';
}

.zmdi-phone-end:before {
    content: '';
}

.zmdi-phone-forwarded:before {
    content: '';
}

.zmdi-phone-in-talk:before {
    content: '';
}

.zmdi-phone-locked:before {
    content: '';
}

.zmdi-phone-missed:before {
    content: '';
}

.zmdi-phone-msg:before {
    content: '';
}

.zmdi-phone-paused:before {
    content: '';
}

.zmdi-phone-ring:before {
    content: '';
}

.zmdi-phone-setting:before {
    content: '';
}

.zmdi-phone-sip:before {
    content: '';
}

.zmdi-phone:before {
    content: '';
}

.zmdi-portable-wifi-changes:before {
    content: '';
}

.zmdi-portable-wifi-off:before {
    content: '';
}

.zmdi-portable-wifi:before {
    content: '';
}

.zmdi-radio:before {
    content: '';
}

.zmdi-reader:before {
    content: '';
}

.zmdi-remote-control-alt:before {
    content: '';
}

.zmdi-remote-control:before {
    content: '';
}

.zmdi-router:before {
    content: '';
}

.zmdi-scanner:before {
    content: '';
}

.zmdi-smartphone-android:before {
    content: '';
}

.zmdi-smartphone-download:before {
    content: '';
}

.zmdi-smartphone-erase:before {
    content: '';
}

.zmdi-smartphone-info:before {
    content: '';
}

.zmdi-smartphone-iphone:before {
    content: '';
}

.zmdi-smartphone-landscape-lock:before {
    content: '';
}

.zmdi-smartphone-landscape:before {
    content: '';
}

.zmdi-smartphone-lock:before {
    content: '';
}

.zmdi-smartphone-portrait-lock:before {
    content: '';
}

.zmdi-smartphone-ring:before {
    content: '';
}

.zmdi-smartphone-setting:before {
    content: '';
}

.zmdi-smartphone-setup:before {
    content: '';
}

.zmdi-smartphone:before {
    content: '';
}

.zmdi-speaker:before {
    content: '';
}

.zmdi-tablet-android:before {
    content: '';
}

.zmdi-tablet-mac:before {
    content: '';
}

.zmdi-tablet:before {
    content: '';
}

.zmdi-tv-alt-play:before {
    content: '';
}

.zmdi-tv-list:before {
    content: '';
}

.zmdi-tv-play:before {
    content: '';
}

.zmdi-tv:before {
    content: '';
}

.zmdi-usb:before {
    content: '';
}

.zmdi-videocam-off:before {
    content: '';
}

.zmdi-videocam-switch:before {
    content: '';
}

.zmdi-videocam:before {
    content: '';
}

.zmdi-watch:before {
    content: '';
}

.zmdi-wifi-alt-2:before {
    content: '';
}

.zmdi-wifi-alt:before {
    content: '';
}

.zmdi-wifi-info:before {
    content: '';
}

.zmdi-wifi-lock:before {
    content: '';
}

.zmdi-wifi-off:before {
    content: '';
}

.zmdi-wifi-outline:before {
    content: '';
}

.zmdi-wifi:before {
    content: '';
}

.zmdi-arrow-left-bottom:before {
    content: '';
}

.zmdi-arrow-left:before {
    content: '';
}

.zmdi-arrow-merge:before {
    content: '';
}

.zmdi-arrow-missed:before {
    content: '';
}

.zmdi-arrow-right-top:before {
    content: '';
}

.zmdi-arrow-right:before {
    content: '';
}

.zmdi-arrow-split:before {
    content: '';
}

.zmdi-arrows:before {
    content: '';
}

.zmdi-caret-down-circle:before {
    content: '';
}

.zmdi-caret-down:before {
    content: '';
}

.zmdi-caret-left-circle:before {
    content: '';
}

.zmdi-caret-left:before {
    content: '';
}

.zmdi-caret-right-circle:before {
    content: '';
}

.zmdi-caret-right:before {
    content: '';
}

.zmdi-caret-up-circle:before {
    content: '';
}

.zmdi-caret-up:before {
    content: '';
}

.zmdi-chevron-down:before {
    content: '';
}

.zmdi-chevron-left:before {
    content: '';
}

.zmdi-chevron-right:before {
    content: '';
}

.zmdi-chevron-up:before {
    content: '';
}

.zmdi-forward:before {
    content: '';
}

.zmdi-long-arrow-down:before {
    content: '';
}

.zmdi-long-arrow-left:before {
    content: '';
}

.zmdi-long-arrow-return:before {
    content: '';
}

.zmdi-long-arrow-right:before {
    content: '';
}

.zmdi-long-arrow-tab:before {
    content: '';
}

.zmdi-long-arrow-up:before {
    content: '';
}

.zmdi-rotate-ccw:before {
    content: '';
}

.zmdi-rotate-cw:before {
    content: '';
}

.zmdi-rotate-left:before {
    content: '';
}

.zmdi-rotate-right:before {
    content: '';
}

.zmdi-square-down:before {
    content: '';
}

.zmdi-square-right:before {
    content: '';
}

.zmdi-swap-alt:before {
    content: '';
}

.zmdi-swap-vertical-circle:before {
    content: '';
}

.zmdi-swap-vertical:before {
    content: '';
}

.zmdi-swap:before {
    content: '';
}

.zmdi-trending-down:before {
    content: '';
}

.zmdi-trending-flat:before {
    content: '';
}

.zmdi-trending-up:before {
    content: '';
}

.zmdi-unfold-less:before {
    content: '';
}

.zmdi-unfold-more:before {
    content: '';
}

.zmdi-apps:before {
    content: '';
}

.zmdi-grid-off:before {
    content: '';
}

.zmdi-grid:before {
    content: '';
}

.zmdi-view-agenda:before {
    content: '';
}

.zmdi-view-array:before {
    content: '';
}

.zmdi-view-carousel:before {
    content: '';
}

.zmdi-view-column:before {
    content: '';
}

.zmdi-view-comfy:before {
    content: '';
}

.zmdi-view-compact:before {
    content: '';
}

.zmdi-view-dashboard:before {
    content: '';
}

.zmdi-view-day:before {
    content: '';
}

.zmdi-view-headline:before {
    content: '';
}

.zmdi-view-list-alt:before {
    content: '';
}

.zmdi-view-list:before {
    content: '';
}

.zmdi-view-module:before {
    content: '';
}

.zmdi-view-quilt:before {
    content: '';
}

.zmdi-view-stream:before {
    content: '';
}

.zmdi-view-subtitles:before {
    content: '';
}

.zmdi-view-toc:before {
    content: '';
}

.zmdi-view-web:before {
    content: '';
}

.zmdi-view-week:before {
    content: '';
}

.zmdi-widgets:before {
    content: '';
}

.zmdi-alarm-check:before {
    content: '';
}

.zmdi-alarm-off:before {
    content: '';
}

.zmdi-alarm-plus:before {
    content: '';
}

.zmdi-alarm-snooze:before {
    content: '';
}

.zmdi-alarm:before {
    content: '';
}

.zmdi-calendar-alt:before {
    content: '';
}

.zmdi-calendar-check:before {
    content: '';
}

.zmdi-calendar-close:before {
    content: '';
}

.zmdi-calendar-note:before {
    content: '';
}

.zmdi-calendar:before {
    content: '';
}

.zmdi-time-countdown:before {
    content: '';
}

.zmdi-time-interval:before {
    content: '';
}

.zmdi-time-restore-setting:before {
    content: '';
}

.zmdi-time-restore:before {
    content: '';
}

.zmdi-time:before {
    content: '';
}

.zmdi-timer-off:before {
    content: '';
}

.zmdi-timer:before {
    content: '';
}

.zmdi-android-alt:before {
    content: '';
}

.zmdi-android:before {
    content: '';
}

.zmdi-apple:before {
    content: '';
}

.zmdi-behance:before {
    content: '';
}

.zmdi-codepen:before {
    content: '';
}

.zmdi-dribbble:before {
    content: '';
}

.zmdi-dropbox:before {
    content: '';
}

.zmdi-evernote:before {
    content: '';
}

.zmdi-facebook-box:before {
    content: '';
}

.zmdi-facebook:before {
    content: '';
}

.zmdi-github-box:before {
    content: '';
}

.zmdi-github:before {
    content: '';
}

.zmdi-google-drive:before {
    content: '';
}

.zmdi-google-earth:before {
    content: '';
}

.zmdi-google-glass:before {
    content: '';
}

.zmdi-google-maps:before {
    content: '';
}

.zmdi-google-pages:before {
    content: '';
}

.zmdi-google-play:before {
    content: '';
}

.zmdi-google-plus-box:before {
    content: '';
}

.zmdi-google-plus:before {
    content: '';
}

.zmdi-google:before {
    content: '';
}

.zmdi-instagram:before {
    content: '';
}

.zmdi-language-css3:before {
    content: '';
}

.zmdi-language-html5:before {
    content: '';
}

.zmdi-language-javascript:before {
    content: '';
}

.zmdi-language-python-alt:before {
    content: '';
}

.zmdi-language-python:before {
    content: '';
}

.zmdi-lastfm:before {
    content: '';
}

.zmdi-linkedin-box:before {
    content: '';
}

.zmdi-paypal:before {
    content: '';
}

.zmdi-pinterest-box:before {
    content: '';
}

.zmdi-pocket:before {
    content: '';
}

.zmdi-polymer:before {
    content: '';
}

.zmdi-share:before {
    content: '';
}

.zmdi-stackoverflow:before {
    content: '';
}

.zmdi-steam-square:before {
    content: '';
}

.zmdi-steam:before {
    content: '';
}

.zmdi-twitter-box:before {
    content: '';
}

.zmdi-twitter:before {
    content: '';
}

.zmdi-vk:before {
    content: '';
}

.zmdi-wikipedia:before {
    content: '';
}

.zmdi-windows:before {
    content: '';
}

.zmdi-aspect-ratio-alt:before {
    content: '';
}

.zmdi-aspect-ratio:before {
    content: '';
}

.zmdi-blur-circular:before {
    content: '';
}

.zmdi-blur-linear:before {
    content: '';
}

.zmdi-blur-off:before {
    content: '';
}

.zmdi-blur:before {
    content: '';
}

.zmdi-brightness-2:before {
    content: '';
}

.zmdi-brightness-3:before {
    content: '';
}

.zmdi-brightness-4:before {
    content: '';
}

.zmdi-brightness-5:before {
    content: '';
}

.zmdi-brightness-6:before {
    content: '';
}

.zmdi-brightness-7:before {
    content: '';
}

.zmdi-brightness-auto:before {
    content: '';
}

.zmdi-brightness-setting:before {
    content: '';
}

.zmdi-broken-image:before {
    content: '';
}

.zmdi-center-focus-strong:before {
    content: '';
}

.zmdi-center-focus-weak:before {
    content: '';
}

.zmdi-compare:before {
    content: '';
}

.zmdi-crop-16-9:before {
    content: '';
}

.zmdi-crop-3-2:before {
    content: '';
}

.zmdi-crop-5-4:before {
    content: '';
}

.zmdi-crop-7-5:before {
    content: '';
}

.zmdi-crop-din:before {
    content: '';
}

.zmdi-crop-free:before {
    content: '';
}

.zmdi-crop-landscape:before {
    content: '';
}

.zmdi-crop-portrait:before {
    content: '';
}

.zmdi-crop-square:before {
    content: '';
}

.zmdi-exposure-alt:before {
    content: '';
}

.zmdi-exposure:before {
    content: '';
}

.zmdi-filter-b-and-w:before {
    content: '';
}

.zmdi-filter-center-focus:before {
    content: '';
}

.zmdi-filter-frames:before {
    content: '';
}

.zmdi-filter-tilt-shift:before {
    content: '';
}

.zmdi-gradient:before {
    content: '';
}

.zmdi-grain:before {
    content: '';
}

.zmdi-graphic-eq:before {
    content: '';
}

.zmdi-hdr-off:before {
    content: '';
}

.zmdi-hdr-strong:before {
    content: '';
}

.zmdi-hdr-weak:before {
    content: '';
}

.zmdi-hdr:before {
    content: '';
}

.zmdi-iridescent:before {
    content: '';
}

.zmdi-leak-off:before {
    content: '';
}

.zmdi-leak:before {
    content: '';
}

.zmdi-looks:before {
    content: '';
}

.zmdi-loupe:before {
    content: '';
}

.zmdi-panorama-horizontal:before {
    content: '';
}

.zmdi-panorama-vertical:before {
    content: '';
}

.zmdi-panorama-wide-angle:before {
    content: '';
}

.zmdi-photo-size-select-large:before {
    content: '';
}

.zmdi-photo-size-select-small:before {
    content: '';
}

.zmdi-picture-in-picture:before {
    content: '';
}

.zmdi-slideshow:before {
    content: '';
}

.zmdi-texture:before {
    content: '';
}

.zmdi-tonality:before {
    content: '';
}

.zmdi-vignette:before {
    content: '';
}

.zmdi-wb-auto:before {
    content: '';
}

.zmdi-eject-alt:before {
    content: '';
}

.zmdi-eject:before {
    content: '';
}

.zmdi-equalizer:before {
    content: '';
}

.zmdi-fast-forward:before {
    content: '';
}

.zmdi-fast-rewind:before {
    content: '';
}

.zmdi-forward-10:before {
    content: '';
}

.zmdi-forward-30:before {
    content: '';
}

.zmdi-forward-5:before {
    content: '';
}

.zmdi-hearing:before {
    content: '';
}

.zmdi-pause-circle-outline:before {
    content: '';
}

.zmdi-pause-circle:before {
    content: '';
}

.zmdi-pause:before {
    content: '';
}

.zmdi-play-circle-outline:before {
    content: '';
}

.zmdi-play-circle:before {
    content: '';
}

.zmdi-play:before {
    content: '';
}

.zmdi-playlist-audio:before {
    content: '';
}

.zmdi-playlist-plus:before {
    content: '';
}

.zmdi-repeat-one:before {
    content: '';
}

.zmdi-repeat:before {
    content: '';
}

.zmdi-replay-10:before {
    content: '';
}

.zmdi-replay-30:before {
    content: '';
}

.zmdi-replay-5:before {
    content: '';
}

.zmdi-replay:before {
    content: '';
}

.zmdi-shuffle:before {
    content: '';
}

.zmdi-skip-next:before {
    content: '';
}

.zmdi-skip-previous:before {
    content: '';
}

.zmdi-stop:before {
    content: '';
}

.zmdi-surround-sound:before {
    content: '';
}

.zmdi-tune:before {
    content: '';
}

.zmdi-volume-down:before {
    content: '';
}

.zmdi-volume-mute:before {
    content: '';
}

.zmdi-volume-off:before {
    content: '';
}

.zmdi-volume-up:before {
    content: '';
}

.zmdi-n-1-square:before {
    content: '';
}

.zmdi-n-2-square:before {
    content: '';
}

.zmdi-n-3-square:before {
    content: '';
}

.zmdi-n-4-square:before {
    content: '';
}

.zmdi-n-5-square:before {
    content: '';
}

.zmdi-n-6-square:before {
    content: '';
}

.zmdi-neg-1:before {
    content: '';
}

.zmdi-neg-2:before {
    content: '';
}

.zmdi-plus-1:before {
    content: '';
}

.zmdi-plus-2:before {
    content: '';
}

.zmdi-sec-10:before {
    content: '';
}

.zmdi-sec-3:before {
    content: '';
}

.zmdi-zero:before {
    content: '';
}

.zmdi-airline-seat-flat-angled:before {
    content: '';
}

.zmdi-airline-seat-flat:before {
    content: '';
}

.zmdi-airline-seat-individual-suite:before {
    content: '';
}

.zmdi-airline-seat-legroom-extra:before {
    content: '';
}

.zmdi-airline-seat-legroom-normal:before {
    content: '';
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '';
}

.zmdi-airline-seat-recline-extra:before {
    content: '';
}

.zmdi-airline-seat-recline-normal:before {
    content: '';
}

.zmdi-airplay:before {
    content: '';
}

.zmdi-closed-caption:before {
    content: '';
}

.zmdi-confirmation-number:before {
    content: '';
}

.zmdi-developer-board:before {
    content: '';
}

.zmdi-disc-full:before {
    content: '';
}

.zmdi-explicit:before {
    content: '';
}

.zmdi-flight-land:before {
    content: '';
}

.zmdi-flight-takeoff:before {
    content: '';
}

.zmdi-flip-to-back:before {
    content: '';
}

.zmdi-flip-to-front:before {
    content: '';
}

.zmdi-group-work:before {
    content: '';
}

.zmdi-hd:before {
    content: '';
}

.zmdi-hq:before {
    content: '';
}

.zmdi-markunread-mailbox:before {
    content: '';
}

.zmdi-memory:before {
    content: '';
}

.zmdi-nfc:before {
    content: '';
}

.zmdi-play-for-work:before {
    content: '';
}

.zmdi-power-input:before {
    content: '';
}

.zmdi-present-to-all:before {
    content: '';
}

.zmdi-satellite:before {
    content: '';
}

.zmdi-tap-and-play:before {
    content: '';
}

.zmdi-vibration:before {
    content: '';
}

.zmdi-voicemail:before {
    content: '';
}

.zmdi-group:before {
    content: '';
}

.zmdi-rss:before {
    content: '';
}

.zmdi-shape:before {
    content: '';
}

.zmdi-spinner:before {
    content: '';
}

.zmdi-ungroup:before {
    content: '';
}

.zmdi-500px:before {
    content: '';
}

.zmdi-8tracks:before {
    content: '';
}

.zmdi-amazon:before {
    content: '';
}

.zmdi-blogger:before {
    content: '';
}

.zmdi-delicious:before {
    content: '';
}

.zmdi-disqus:before {
    content: '';
}

.zmdi-flattr:before {
    content: '';
}

.zmdi-flickr:before {
    content: '';
}

.zmdi-github-alt:before {
    content: '';
}

.zmdi-google-old:before {
    content: '';
}

.zmdi-linkedin:before {
    content: '';
}

.zmdi-odnoklassniki:before {
    content: '';
}

.zmdi-outlook:before {
    content: '';
}

.zmdi-paypal-alt:before {
    content: '';
}

.zmdi-pinterest:before {
    content: '';
}

.zmdi-playstation:before {
    content: '';
}

.zmdi-reddit:before {
    content: '';
}

.zmdi-skype:before {
    content: '';
}

.zmdi-slideshare:before {
    content: '';
}

.zmdi-soundcloud:before {
    content: '';
}

.zmdi-tumblr:before {
    content: '';
}

.zmdi-twitch:before {
    content: '';
}

.zmdi-vimeo:before {
    content: '';
}

.zmdi-whatsapp:before {
    content: '';
}

.zmdi-xbox:before {
    content: '';
}

.zmdi-yahoo:before {
    content: '';
}

.zmdi-youtube-play:before {
    content: '';
}

.zmdi-youtube:before {
    content: '';
}

.zmdi-import-export:before {
    content: '';
}

.zmdi-swap-vertical-:before {
    content: '';
}

.zmdi-airplanemode-inactive:before {
    content: '';
}

.zmdi-airplanemode-active:before {
    content: '';
}

.zmdi-rate-review:before {
    content: '';
}

.zmdi-comment-sign:before {
    content: '';
}

.zmdi-network-warning:before {
    content: '';
}

.zmdi-shopping-cart-add:before {
    content: '';
}

.zmdi-file-add:before {
    content: '';
}

.zmdi-network-wifi-scan:before {
    content: '';
}

.zmdi-collection-add:before {
    content: '';
}

.zmdi-format-playlist-add:before {
    content: '';
}

.zmdi-format-queue-music:before {
    content: '';
}

.zmdi-plus-box:before {
    content: '';
}

.zmdi-tag-backspace:before {
    content: '';
}

.zmdi-alarm-add:before {
    content: '';
}

.zmdi-battery-charging:before {
    content: '';
}

.zmdi-daydream-setting:before {
    content: '';
}

.zmdi-more-horiz:before {
    content: '';
}

.zmdi-book-photo:before {
    content: '';
}

.zmdi-incandescent:before {
    content: '';
}

.zmdi-wb-iridescent:before {
    content: '';
}

.zmdi-calendar-remove:before {
    content: '';
}

.zmdi-refresh-sync-disabled:before {
    content: '';
}

.zmdi-refresh-sync-problem:before {
    content: '';
}

.zmdi-crop-original:before {
    content: '';
}

.zmdi-power-off:before {
    content: '';
}

.zmdi-power-off-setting:before {
    content: '';
}

.zmdi-leak-remove:before {
    content: '';
}

.zmdi-star-border:before {
    content: '';
}

.zmdi-brightness-low:before {
    content: '';
}

.zmdi-brightness-medium:before {
    content: '';
}

.zmdi-brightness-high:before {
    content: '';
}

.zmdi-smartphone-portrait:before {
    content: '';
}

.zmdi-live-tv:before {
    content: '';
}

.zmdi-format-textdirection-l-to-r:before {
    content: '';
}

.zmdi-format-textdirection-r-to-l:before {
    content: '';
}

.zmdi-arrow-back:before {
    content: '';
}

.zmdi-arrow-forward:before {
    content: '';
}

.zmdi-arrow-in:before {
    content: '';
}

.zmdi-arrow-out:before {
    content: '';
}

.zmdi-rotate-90-degrees-ccw:before {
    content: '';
}

.zmdi-adb:before {
    content: '';
}

.zmdi-network-wifi:before {
    content: '';
}

.zmdi-network-wifi-alt:before {
    content: '';
}

.zmdi-network-wifi-lock:before {
    content: '';
}

.zmdi-network-wifi-off:before {
    content: '';
}

.zmdi-network-wifi-outline:before {
    content: '';
}

.zmdi-network-wifi-info:before {
    content: '';
}

.zmdi-layers-clear:before {
    content: '';
}

.zmdi-colorize:before {
    content: '';
}

.zmdi-format-paint:before {
    content: '';
}

.zmdi-format-quote:before {
    content: '';
}

.zmdi-camera-monochrome-photos:before {
    content: '';
}

.zmdi-sort-by-alpha:before {
    content: '';
}

.zmdi-folder-shared:before {
    content: '';
}

.zmdi-folder-special:before {
    content: '';
}

.zmdi-comment-dots:before {
    content: '';
}

.zmdi-reorder:before {
    content: '';
}

.zmdi-dehaze:before {
    content: '';
}

.zmdi-sort:before {
    content: '';
}

.zmdi-pages:before {
    content: '';
}

.zmdi-stack-overflow:before {
    content: '';
}

.zmdi-calendar-account:before {
    content: '';
}

.zmdi-paste:before {
    content: '';
}

.zmdi-cut:before {
    content: '';
}

.zmdi-save:before {
    content: '';
}

.zmdi-smartphone-code:before {
    content: '';
}

.zmdi-directions-bike:before {
    content: '';
}

.zmdi-directions-boat:before {
    content: '';
}

.zmdi-directions-bus:before {
    content: '';
}

.zmdi-directions-car:before {
    content: '';
}

.zmdi-directions-railway:before {
    content: '';
}

.zmdi-directions-run:before {
    content: '';
}

.zmdi-directions-subway:before {
    content: '';
}

.zmdi-directions-walk:before {
    content: '';
}

.zmdi-local-hotel:before {
    content: '';
}

.zmdi-local-activity:before {
    content: '';
}

.zmdi-local-play:before {
    content: '';
}

.zmdi-local-airport:before {
    content: '';
}

.zmdi-local-atm:before {
    content: '';
}

.zmdi-local-bar:before {
    content: '';
}

.zmdi-local-cafe:before {
    content: '';
}

.zmdi-local-car-wash:before {
    content: '';
}

.zmdi-local-convenience-store:before {
    content: '';
}

.zmdi-local-dining:before {
    content: '';
}

.zmdi-local-drink:before {
    content: '';
}

.zmdi-local-florist:before {
    content: '';
}

.zmdi-local-gas-station:before {
    content: '';
}

.zmdi-local-grocery-store:before {
    content: '';
}

.zmdi-local-hospital:before {
    content: '';
}

.zmdi-local-laundry-service:before {
    content: '';
}

.zmdi-local-library:before {
    content: '';
}

.zmdi-local-mall:before {
    content: '';
}

.zmdi-local-movies:before {
    content: '';
}

.zmdi-local-offer:before {
    content: '';
}

.zmdi-local-parking:before {
    content: '';
}

.zmdi-local-parking:before {
    content: '';
}

.zmdi-local-pharmacy:before {
    content: '';
}

.zmdi-local-phone:before {
    content: '';
}

.zmdi-local-pizza:before {
    content: '';
}

.zmdi-local-post-office:before {
    content: '';
}

.zmdi-local-printshop:before {
    content: '';
}

.zmdi-local-see:before {
    content: '';
}

.zmdi-local-shipping:before {
    content: '';
}

.zmdi-local-store:before {
    content: '';
}

.zmdi-local-taxi:before {
    content: '';
}

.zmdi-local-wc:before {
    content: '';
}

.zmdi-my-location:before {
    content: '';
}

.zmdi-directions:before {
    content: '';
}

.custom-scroll_container {
    position: relative; 
    overflow: hidden !important;
}

.custom-scroll_inner {
    overflow: scroll;
    height: 100%;

    *position: absolute;
    /* ie7 fix */
    *left: 0;
    *right: 0;
}

.custom-scroll_inner::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.custom-scroll_inner {
    -ms-overflow-style: none;
}

.custom-scroll_bar-y,
.custom-scroll_bar-x {
    position: absolute;
    z-index: 1;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: opacity .2s;
            transition: opacity .2s; 
    opacity: .4;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    background: #888;

         -o-user-select: none;
}

.custom-scroll_bar-y {
    top: 0;
    right: 1px;
    width: 8px;
}

.custom-scroll_bar-x {
    bottom: 1px;
    left: 0;
    height: 8px;
}

.custom-scroll_bar-y:hover,
.custom-scroll_bar-x:hover {
    opacity: .7;
}

.custom-scroll_bar-y:active,
.custom-scroll_bar-y.nice-select.open,
.custom-scroll_bar-x:active,
.custom-scroll_bar-x.nice-select.open {
    opacity: 1;
}

.custom-scroll_hidden-y > .custom-scroll_bar-y,
.custom-scroll_hidden-x > .custom-scroll_bar-x {
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility step-end .3s;
            transition: opacity .2s, visibility step-end .3s; 
    opacity: 0;
}

*::-webkit-input-placeholder {
    opacity: 1; 
    color: #666;
}

*:-moz-placeholder {
    opacity: 1; 
    color: #666;
}

*::-moz-placeholder {
    opacity: 1; 
    color: #666;
}

*:-ms-input-placeholder {
    opacity: 1; 
    color: #666;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

button {
    outline: none;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    line-height: 0; 
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
}

.wrapper {
    width: auto;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-nav {
    font-size: 0; 
    height: 44px;
    background: #478e27;
}
.main-nav .catalog-btn {
    display: inline-block;
}
.main-nav .catalog-btn .catalog {
    font-size: 12px;
    line-height: 44px;
    display: block;
    height: 44px;
    padding: 0 15px 0 20px; 
    text-transform: uppercase;
    color: #fff;
    background: #ff7100;
}
.main-nav .catalog-btn .catalog:after {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 15px; 
    content: '\f0c9';
    vertical-align: middle;
}
.main-nav .catalog-btn .catalog:hover {
    background: #ed3f03;
}
.main-nav .catalog-btn .catalog:active,
.main-nav .catalog-btn .catalog.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}
.main-nav .search-block {
    position: relative;
    display: inline-block;
        width: 530px;
    margin-top: 5px; 
    margin-left: 5px;
    vertical-align: top;
}
.main-nav .search-block .custom-select {
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 35px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
            border-radius: 0; 
    background: #f8f8f8;
}
.main-nav .search-block input[type='text'] {
    font-size: 12px; 
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-right: 30px;
    padding-left: 160px;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
}
.main-nav .search-block input[type='image'] {
    position: absolute;
    top: 50%;
    right: 10px; 
    margin-top: -8px;
    border: 0;
    background: none;
}
.main-nav .nav-menu {
    display: inline-block;
    margin: 0 0 0 5px; 
    padding: 0;
    vertical-align: top;
    width: 37%;
    text-align: center;
}
.main-nav .nav-menu li {
    display: inline-block;
    vertical-align: top;
width: 33%;
}
.main-nav .nav-menu li a {
    font-size: 14px;
    line-height: 29px;
    display: block;
    height: 29px;
    margin: 7px;
    padding: 0 10px;
    color: #fff;
    border: 1px solid transparent;
}
.main-nav .nav-menu li a:hover {
    color: #ffd303; 
    border: 1px solid #5bb632;
}
.main-nav .nav-menu li a:active,
.main-nav .nav-menu li a.nice-select.open {
    color: #ffd303; 
    border-color: #3d7a22;
    background: #3d7a22;
}

.dropdown-menu {
    display: none; 
    padding: 10px;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
}
.dropdown-menu a {
    font-size: 16px;
    display: block;
    color: #3d3e41;
}
.dropdown-menu a .fi {
    font-size: 30px;
    display: inline-block;
    margin-right: 10px; 
    vertical-align: middle;
    color: #ff7100;
}
.dropdown-menu a:hover,
.dropdown-menu a.active {
    color: #478e27;
}
.dropdown-menu a:hover .fi,
.dropdown-menu a.active .fi {
    color: #478e27;
}


.slider-top .item .img-block .btn-block .buy:hover {
    background: #ed3f03;
}


.dropdown-menu a.dropdown>afterblock:after {
    font-family: 'Material-Design-Iconic-Font';
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    content: '\f2f9'; 
    vertical-align: middle;
    color: #8c8f95;
}
.dropdown-menu .brands-block {
    font-size: 0;
}
.dropdown-menu .brands-block .viking {
    line-height: 36px;
    display: inline-block;
    width: 106px;
    height: 40px;
    margin-right: 15px; 
    text-align: center;
    border-bottom: 4px solid #277427;
    background: #3aab39;
}
.dropdown-menu .brands-block .stihl {
    line-height: 36px; 
    display: inline-block;
    width: 106px;
    height: 40px;
    text-align: center;
    border-bottom: 4px solid #df6300;
    background: #ff7100;
}
.dropdown-menu .submenu {
    margin: 0 -11px;
    padding: 30px 0; 
    border: 1px solid #e8e8e8;
    background-color: #fff;
}
.dropdown-menu .submenu ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.dropdown-menu .submenu ul li {
    line-height: 30px; 
    list-style-type: none;
}
.dropdown-menu .submenu ul li a {
    font-size: 16px;
    font-weight: 300; 
    color: #333;
}
.dropdown-menu .submenu ul li a:before {
    font-family: FontAwesome;
    font-size: 5px;
    display: inline-block;
    margin-right: 10px; 
    content: '\f111';
    vertical-align: middle;
    color: #6a6a6a;
}
.dropdown-menu .submenu ul li a:hover {
    color: #3f7d22;
}
.dropdown-menu .submenu ul li a:hover:before {
    color: #3f7d22;
}

.slider-top {
    margin-top: 30px;
}
.slider-top .item {
    padding: 15px 30px; 
    background: url(../img/bg__slider.png) no-repeat center center;
    background-size: cover;
}
.slider-top .item .info {
    padding-top: 30px;
    padding-left: 70px;
}
.slider-top .item .info .date {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px; 
    color: #1d1e1f;
}
.slider-top .item .info .name {
    font-size: 72px;
    font-weight: 700; 
    line-height: 72px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ff7100;
}
.slider-top .item .info .desc {
    font-size: 29px;
    margin-bottom: 15px; 
    text-transform: uppercase;
    color: #ff7100;
}
.slider-top .item .info .label {
    font-size: 28px;
    line-height: 28px; 
    color: #2f3032;
}
.slider-top .item .img-block {
    position: relative; 
    text-align: right;
}
.slider-top .item .img-block .btn-block {
    position: absolute;
    top: 35%;
    left: -45px;
    text-align: left;
}
.slider-top .item .img-block .btn-block .price {
    font-size: 34px;
    line-height: 34px;
    padding: 13px 20px 13px 35px; 
    color: #fff;
    background: #ff7100;
}
.slider-top .item .img-block .btn-block .price .fa {
    font-size: 29px;
    font-weight: normal; 
    margin-left: 25px;
}
.slider-top .item .img-block .btn-block .buy {
    font-size: 21px;
    display: inline-block;
    margin-top: 30px;
    padding: 7px 25px; 
    color: #fff;
    background: #2f3032;
}
.slider-top .owl-stage-outer {
    overflow: hidden;
}
.slider-top .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    vertical-align: top;
}
.slider-top .owl-nav {
    display: none;
}

.product-block {
    position: relative;
    margin-top: 35px;
}
.product-block .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px; 
    color: #20262c;
}
.product-block .title a {
    font-size: 12px;
    font-weight: normal;
    float: right;
    margin-top: 5px; 
    text-decoration: underline;
    color: #636363;
}
.product-block .product-list .item {
    position: relative; 
    display: block;
    margin-bottom: 30px;
    padding: 20px;
    text-align: left;
    border: 1px solid #ddd;
}
.product-block .product-list .item .sale {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    position: absolute;
    top: 15px;
    right: 15px; 
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #ff7100;
}
.product-block .product-list .item .img {
    margin-bottom: 25px; 
    text-align: center;
}
.product-block .product-list .item .img img {
    max-width: 100%;
}
.product-block .product-list .item .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    height: 36px; 
    margin-bottom: 15px;
    color: #20262c;
}
.product-block .product-list .item .top-info {
    margin-bottom: 5px;
}
.product-block .product-list .item .top-info .rating {
    font-size: 0; 
    float: left;
    width: 50%;
}
.product-block .product-list .item .top-info .rating span {
    display: inline-block;
    margin-right: 5%; 
    vertical-align: top;
}
.product-block .product-list .item .top-info .rating span:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: '\f006';
    color: #fa9607;
}
/*.product-block .product-list .item .top-info .rating.rating1 span:nth-child(-n+1):before {
    content: '\f005';
}
.product-block .product-list .item .top-info .rating.rating2 span:nth-child(-n+2):before {
    content: '\f005';
}
.product-block .product-list .item .top-info .rating.rating3 span:nth-child(-n+3):before {
    content: '\f005';
}
.product-block .product-list .item .top-info .rating.rating4 span:nth-child(-n+4):before {
    content: '\f005';
}
.product-block .product-list .item .top-info .rating.rating5 span:nth-child(-n+5):before {
    content: '\f005';
}*/
.product-block .product-list .item .top-info .review {
    float: right; 
    width: 50%;
}
.product-block .product-list .item .top-info .review a {
    font-size: 11px;
    color: #5d5d5d;
}
.product-block .product-list .item .top-info .review a:before {
    font-family: FontAwesome;
    font-size: 14px;
    position: relative;
    top: -3px; 
    display: inline-block;
    margin-right: 8px;
    content: '\f0e5';
    vertical-align: top;
    color: #20262c;
}
.product-block .product-list .item .price-block {
    margin-bottom: 15px;
}
.product-block .product-list .item .price-block .price {
    font-size: 23px;
    font-weight: 500; 
    float: right;
    width: 50%;
    color: #20262c;
}
.product-block .product-list .item .price-block .price .fa {
    font-size: 18px;
}
.product-block .product-list .item .price-block .old-price {
    font-size: 14px;
    float: left;
    width: 50%;
    margin-top: 8px; 
    text-decoration: line-through;
    color: #b3b3b3;
}
.product-block .product-list .item .btn-block .buy-btn {
    float: left;
    width: 54%;
    text-align: right;
}
.product-block .product-list .item .btn-block .buy-btn .buy {
    font-size: 14px;
    font-weight: 500; 
    line-height: 30px;
    display: inline-block;
    height: 30px;

    padding: 0 10px;
    vertical-align: top;
    color: #fff;
    border: 0;
    background: #ff7100;
}
.product-block .product-list .item .btn-block .buy-btn .buy:before {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-right: 5px; 
    content: '';
    vertical-align: middle;
    background: url(../img/icon__buy.svg) no-repeat;
	background-size: contain;
}
.product-block .product-list .item .btn-block .buy-btn .buy:hover {
    background: #ed3f03;
}
.product-block .product-list .item .btn-block .buy-btn .buy:active,
.product-block .product-list .item .btn-block .buy-btn .buy.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}
.product-block .product-list .item .btn-block .compare {
    float: right;
    width: 46%;
    margin-top: 5px;
}
.product-block .product-list .item .btn-block .compare a {
    font-size: 14px;
    text-decoration: underline; 
    color: #6d6d6d;
}
.product-block .product-list .owl-stage-outer {
    overflow: hidden;
}
.product-block .product-list .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    text-align: center; 
    vertical-align: top;
}
.product-block .product-list .owl-nav {
    display: none;
}
.product-block .product-list .owl-dots {
    position: absolute;
    top: 10px;
    left: 105px;
}
.product-block .product-list .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px; 
    vertical-align: top;
}
.product-block .product-list .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    cursor: pointer; 
    -webkit-border-radius: 9px;
            border-radius: 9px;
    background: #bcbcbc;
}
.product-block .product-list .owl-dots .owl-dot.active span {
    background: #ff7100;
}

.news-block .news-block-content .title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 18px; 
    color: #20262c;
}

.news-block .news-block-content .news-list .item {
    margin-bottom: 35px;
}
.news-block .news-block-content .news-list .item .img {
    text-align: center;
}
.news-block .news-block-content .news-list .item .img img {
    max-width: 100%;
}
.news-block .news-block-content .news-list .item .info .date {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px; 
    color: #4a4a4a;
}
.news-block .news-block-content .news-list .item .info .name {
    display: block;
    margin-bottom: 5px; 
    color: #20262c;
}
.news-block .news-block-content .news-list .item .info .text {
    font-size: 12px;
    line-height: 18px;
    text-align: justify; 
    color: #4a4a4a;
}

.news-block .news-block-content .readmore {
    line-height: 40px; 
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    color: #393939;
    border: 1px solid #ddd;
    background-color: #fff;
}

.news-block .about-block .title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 18px; 
    color: #20262c;
}

.news-block .about-block .text p {
    font-size: 12px;
    line-height: 18px; 
    margin: 0;
    margin-bottom: 25px;
    color: #474747;
}
.news-block .about-block .text p span {
    display: block; 
    color: #0b0b0b;
}

.main-footer {
    margin-top: 50px;
}
.main-footer .top-line {
    padding: 40px 0 16px;
    background: #478e27;
}
.main-footer .top-line .social .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px; 
    margin-top: 35px;
    margin-bottom: 15px;
    color: #20262c;
}
.main-footer .top-line .social ul {
    margin: 0; 
    padding: 0;
}
.main-footer .top-line .social ul li {
    display: inline-block;
    margin-right: 10px; 
    vertical-align: top;
}
.main-footer .top-line .social ul li a {
    font-size: 18px; 
    color: #fff;
}
.main-footer .top-line .title {
    font-size: 18px;
    font-weight: 700; 
    line-height: 18px;
    margin-bottom: 25px;
    color: #20262c;
}
.main-footer .top-line .footer-menu {
    margin: 0; 
    padding: 0;
}
.main-footer .top-line .footer-menu li {
    display: block;
}
.main-footer .top-line .footer-menu li a {
    font-size: 12px;
    line-height: 24px;
    display: block;
    color: #fff;
}
.main-footer .top-line .phone-block {
    margin-bottom: 20px;
}
.main-footer .top-line .phone-block a {
    font-size: 19px;
    font-weight: 900;
    line-height: 19px; 
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.main-footer .top-line .phone-block span {
    font-size: 11px;
    color: #123612;
}
.main-footer .top-line .adress {
    line-height: 18px;
    margin-bottom: 30px; 
    color: #fff;
}
.main-footer .top-line .mail {
    font-size: 16px;
    color: #fff;
}
.main-footer .bottom-line {
    font-size: 12px;
    padding: 19px 0;
    text-align: center; 
    color: #242629;
    background: #fff;
}

.banner-block img {
    max-width: 100%;
}

.breadcrumbs {
    padding: 8px 0;
}
.breadcrumbs a {
    color: #7f8287;
}
.breadcrumbs a:after {
    font-family: 'Material-Design-Iconic-Font'; 
    display: inline-block;
    margin: 0 10px;
    content: '\f30f';
    vertical-align: middle;
}

.sidebar .left-menu {
    margin-bottom: 20px; 
    padding: 15px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
}
.sidebar .left-menu ul {
    padding: 0;
    padding-left: 18px;
}
.sidebar .left-menu ul li {
    font-size: 14px;
    padding: 10px 0; 
    list-style: square;
    color: #1d0f00;
}
.sidebar .left-menu ul li a {
    font-size: 13px;
    display: block; 
    text-decoration: none;
    color: #1d0f00;
}

.sidebar .cabinet-menu {
    margin-bottom: 20px; 
    padding: 15px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
}
.sidebar .cabinet-menu ul {
    font-size: 0; 
    margin: 0;
    padding: 0;
}
.sidebar .cabinet-menu ul li {
    display: block; 
    list-style-type: none;
}
.sidebar .cabinet-menu ul li a {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 15px 0; 
    padding-left: 57px;
    color: #3d3e41;
}
.sidebar .cabinet-menu ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-top: -13px;
    content: '';
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
}
.sidebar .cabinet-menu ul li.icon1 a:before {
   // background-image: url(../img/cabinet_menu_icon1.png);
}
.sidebar .cabinet-menu ul li.icon1:hover a:before,
.sidebar .cabinet-menu ul li.icon1.active a:before {
   // background-image: url(../img/cabinet_menu_icon1_active.png);
}
.sidebar .cabinet-menu ul li.icon2 a:before {
   // background-image: url(../img/cabinet_menu_icon2.png);
}
.sidebar .cabinet-menu ul li.icon2:hover a:before,
.sidebar .cabinet-menu ul li.icon2.active a:before {
   // background-image: url(../img/cabinet_menu_icon2_active.png);
}
.sidebar .cabinet-menu ul li.icon3 a:before {
   // background-image: url(../img/cabinet_menu_icon3.png);
}
.sidebar .cabinet-menu ul li.icon3:hover a:before,
.sidebar .cabinet-menu ul li.icon3.active a:before {
   // background-image: url(../img/cabinet_menu_icon3_active.png);
}
.sidebar .cabinet-menu ul li.icon4 a:before {
  //  background-image: url(../img/cabinet_menu_icon4.png);
}
.sidebar .cabinet-menu ul li.icon4:hover a:before,
.sidebar .cabinet-menu ul li.icon4.active a:before {
  //  background-image: url(../img/cabinet_menu_icon4_active.png);
}
.sidebar .cabinet-menu ul li.icon5 a:before {
  //  background-image: url(../img/cabinet_menu_icon5.png);
}
.sidebar .cabinet-menu ul li.icon5:hover a:before,
.sidebar .cabinet-menu ul li.icon5.active a:before {
  //  background-image: url(../img/cabinet_menu_icon5_active.png);
}
.sidebar .cabinet-menu ul li.icon6 a:before {
  //  background-image: url(../img/cabinet_menu_icon6.png);
}
.sidebar .cabinet-menu ul li.icon6:hover a:before,
.sidebar .cabinet-menu ul li.icon6.active a:before {
   // background-image: url(../img/cabinet_menu_icon6_active.png);
}
.sidebar .cabinet-menu ul li.icon7 a:before {
  //  background-image: url(../img/cabinet_menu_icon7.png);
}
.sidebar .cabinet-menu ul li.icon7:hover a:before,
.sidebar .cabinet-menu ul li.icon7.active a:before {
   // background-image: url(../img/cabinet_menu_icon7_active.png);
}
.sidebar .cabinet-menu ul li.icon8 a:before {
   // background-image: url(../img/cabinet_menu_icon8.png);
}
.sidebar .cabinet-menu ul li.icon8:hover a:before,
.sidebar .cabinet-menu ul li.icon8.active a:before {
   /// background-image: url(../img/cabinet_menu_icon8_active.png);
}
.sidebar .cabinet-menu ul li.arrow a:after {
    font-family: 'Material-Design-Iconic-Font';
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    margin-top: -10px; 
    content: '\f2fb';
    vertical-align: middle;
    color: #8c8f95;
}
.sidebar .cabinet-menu ul li.active a,
.sidebar .cabinet-menu ul li:hover a {
    color: #ff7100;
}

h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px; 
    margin: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    color: #20262c;
    border-bottom: 4px solid #478e27;
}
h1 span {
    font-weight: 300;
    color: #616161;
}

.catalog-page .top-catalog {
    margin-bottom: 30px;
}
.catalog-page .top-catalog .sort-block .label {
    font-weight: 500;
    line-height: 28px; 
    float: left;
    color: #20262c;
}
.catalog-page .top-catalog .sort-block .select-sort {
    margin-left: 100px;
}
.catalog-page .top-catalog .sort-block .select-sort .custom-select {
    line-height: 28px;
    display: inline-block; 
    float: none;
    clear: none;
    height: 28px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #f3f3f3;
    background-image: -webkit-linear-gradient(bottom, #f3f3f3, #fff);
    background-image: -webkit-gradient(linear,left bottom, left top,from(#f3f3f3), to(#fff));
    background-image: -webkit-linear-gradient(bottom,#f3f3f3, #fff);
    background-image:         linear-gradient(to top,#f3f3f3, #fff);
}
.catalog-page .top-catalog .sort-block .select-sort .custom-select .current {
    font-size: 12px; 
    color: #20262c;
}
.catalog-page .top-catalog .sort-block .select-sort .custom-select:after {
    font-family: 'Material-Design-Iconic-Font';
    width: auto;
    height: auto;
    margin-top: -14px; 
    content: '\f312';
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border: 0;
}
.catalog-page .top-catalog .count-block {
    float: right;
}
.catalog-page .top-catalog .count-block .label {
    font-weight: 500;
    line-height: 28px; 
    float: left;
    color: #20262c;
}
.catalog-page .top-catalog .count-block .select-sort {
    margin-left: 125px;
}
.catalog-page .top-catalog .count-block .select-sort .custom-select {
    line-height: 28px;
    display: inline-block; 
    float: none;
    clear: none;
    height: 28px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #f3f3f3;
    background-image: -webkit-linear-gradient(bottom, #f3f3f3, #fff);
    background-image: -webkit-gradient(linear,left bottom, left top,from(#f3f3f3), to(#fff));
    background-image: -webkit-linear-gradient(bottom,#f3f3f3, #fff);
    background-image:         linear-gradient(to top,#f3f3f3, #fff);
}
.catalog-page .top-catalog .count-block .select-sort .custom-select .current {
    font-size: 12px; 
    color: #20262c;
}
.catalog-page .top-catalog .count-block .select-sort .custom-select:after {
    font-family: 'Material-Design-Iconic-Font';
    width: auto;
    height: auto;
    margin-top: -14px; 
    content: '\f312';
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border: 0;
}
.catalog-page .top-catalog .grid-block {
    text-align: right;
}
.catalog-page .top-catalog .grid-block a {
    font-size: 18px;
    line-height: 27px; 
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    color: #b0b0b1;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    background-image: -webkit-linear-gradient(bottom, #f3f3f3, #fff);
    background-image: -webkit-gradient(linear,left bottom, left top,from(#f3f3f3), to(#fff));
    background-image: -webkit-linear-gradient(bottom,#f3f3f3, #fff);
    background-image:         linear-gradient(to top,#f3f3f3, #fff);
}
.catalog-page .top-catalog .grid-block a.active {
    color: #fff; 
    background: #478e27;
}
.catalog-page .top-catalog .grid-block a:first-child {
    margin-right: 15px;
}

.catalog-page .catalog-list .item {
    display: block;
    margin-bottom: 30px;
    padding: 20px;
    text-align: left; 
    border: 1px solid #ddd;
}
.catalog-page .catalog-list .item .img {
    margin-bottom: 25px; 
    text-align: center;
}
.catalog-page .catalog-list .item .img img {
    max-width: 100%;
}
.catalog-page .catalog-list .item .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    height: 36px; 
    margin-bottom: 15px;
    color: #20262c;
}
.catalog-page .catalog-list .item .top-info {
    margin-bottom: 5px;
}
.catalog-page .catalog-list .item .top-info .rating {
    font-size: 0; 
    float: left;
    width: 50%;
}
.catalog-page .catalog-list .item .top-info .rating span {
    display: inline-block;
    margin-right: 5px; 
    vertical-align: top;
}
.catalog-page .catalog-list .item .top-info .rating span:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: '\f006';
    color: #fa9607;
}
.catalog-page .catalog-list .item .top-info .rating.rating1 span:nth-child(-n+1):before {
    content: '\f005';
}
.catalog-page .catalog-list .item .top-info .rating.rating2 span:nth-child(-n+2):before {
    content: '\f005';
}
.catalog-page .catalog-list .item .top-info .rating.rating3 span:nth-child(-n+3):before {
    content: '\f005';
}
.catalog-page .catalog-list .item .top-info .rating.rating4 span:nth-child(-n+4):before {
    content: '\f005';
}
.catalog-page .catalog-list .item .top-info .rating.rating5 span:nth-child(-n+5):before {
    content: '\f005';
}
.catalog-page .catalog-list .item .top-info .review {
    float: right; 
    width: 50%;
}
.catalog-page .catalog-list .item .top-info .review a {
    font-size: 11px;
    color: #5d5d5d;
}
.catalog-page .catalog-list .item .top-info .review a:before {
    font-family: FontAwesome;
    font-size: 14px;
    position: relative;
    top: -3px; 
    display: inline-block;
    margin-right: 8px;
    content: '\f0e5';
    vertical-align: top;
    color: #20262c;
}
.catalog-page .catalog-list .item .price-block {
    margin-bottom: 15px;
}
.catalog-page .catalog-list .item .price-block .price {
    font-size: 23px;
    font-weight: 500; 
    float: right;
    width: 50%;
    color: #20262c;
}
.catalog-page .catalog-list .item .price-block .price .fa {
    font-size: 18px;
}
.catalog-page .catalog-list .item .price-block .old-price {
    font-size: 14px;
    float: left;
    width: 50%;
    margin-top: 10px; 
    text-decoration: line-through;
    color: #b3b3b3;
}
.catalog-page .catalog-list .item .btn-block .buy-btn {
    float: right;
    width: 54%;
    text-align: right;
}
.catalog-page .catalog-list .item .btn-block .buy-btn .buy {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    overflow: hidden; 
    height: 30px;
    margin-left: 15px;
    padding: 0 10px;
    vertical-align: top;
    color: #fff;
    border: 0;
    background: #ff7100;
}
.catalog-page .catalog-list .item .btn-block .buy-btn .buy:before {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-right: 5px; 
    content: '';
    vertical-align: middle;
    background: url(../img/icon__buy.svg) no-repeat;
	background-size: contain;
}
.catalog-page .catalog-list .item .btn-block .buy-btn .buy:hover {
    background: #ed3f03;
}
.catalog-page .catalog-list .item .btn-block .buy-btn .buy:active,
.catalog-page .catalog-list .item .btn-block .buy-btn .buy.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}
.catalog-page .catalog-list .item .btn-block .compare {
    float: left;
    width: 46%;
    margin-top: 5px;
}
.catalog-page .catalog-list .item .btn-block .compare a {
    font-size: 14px;
    text-decoration: underline; 
    color: #6d6d6d;
}

.catalog-page .catalog-list.list-item .item .name {
    height: auto;
}

.catalog-page .catalog-list.list-item .item .about-block {
    font-family: 'PFSquareSansPro';
    font-size: 14px;
    font-weight: 400; 
    line-height: 24px;
    color: #0f0f0f;
}
.catalog-page .catalog-list.list-item .item .about-block .label {
    font-weight: 700;
}

.catalog-page .catalog-list.list-item .item .top-info {
    text-align: right;
}
.catalog-page .catalog-list.list-item .item .top-info .rating {
    display: block;
    float: none;
    width: 100%; 
    text-align: right;
}
.catalog-page .catalog-list.list-item .item .top-info .rating span:before {
    font-size: 24px;
}
.catalog-page .catalog-list.list-item .item .top-info .review {
    display: block;
    float: none;
    width: 100%; 
    text-align: right;
}

.catalog-page .catalog-list.list-item .item .price-block .old-price {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
}

.catalog-page .catalog-list.list-item .item .price-block .price {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
}

.catalog-page .catalog-list.list-item .item .btn-block {
    text-align: right;
}
.catalog-page .catalog-list.list-item .item .btn-block .buy-btn {
    text-align: right;
}

.pagination {
    margin-top: 20px; 
    margin-bottom: 50px;
    text-align: center;
}
.pagination a {
    line-height: 31px;
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: 0 9px;
    margin-bottom: 5px; 
    text-align: center;
    vertical-align: top;
    color: #6f6f6f;
    border: 1px solid #ddd;
    background-color: #fff;
}
.pagination a.prev,
.pagination a.next {
    width: auto;
    padding: 0 5px;
}
.pagination a.active,
.pagination a:hover {
    color: #fff; 
    background: #478e27;
}

.product-container {
    font-family: PFSquareSansPro; 
    padding: 55px 50px 0 50px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;
}
.product-container .big-img {
    position: relative;
    margin-top: 60px;
}
.product-container .big-img .item {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 400px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-container .big-img .item img {
    max-width: 100%;
    max-height: 100%;
}
.product-container .big-img .item img {
    max-width: 100%;
    max-height: 100%;
}
.product-container .big-img .owl-stage-outer {
    overflow: hidden;
}
.product-container .big-img .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    vertical-align: top;
}
.product-container .big-img .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 39px;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-top: -21px; 
    content: '\f104';
    cursor: pointer;
    text-align: center;
    color: #3f3f3f;
    border: 1px solid transparent;
    -webkit-border-radius: 42px;
            border-radius: 42px;
    background: none;
}
.product-container .big-img .owl-nav .owl-prev:hover:before {
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
}
.product-container .big-img .owl-nav .owl-next:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 39px;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-top: -21px; 
    content: '\f105';
    cursor: pointer;
    text-align: center;
    color: #3f3f3f;
    border: 1px solid transparent;
    -webkit-border-radius: 42px;
            border-radius: 42px;
    background: none;
}
.product-container .big-img .owl-nav .owl-next:hover:before {
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
}
.product-container .product-small {
    margin-top: 50px; 
    text-align: center;
}
.product-container .product-small .item {
    display: inline-block;
    width: 91px;
    height: 72px;
    vertical-align: top;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background-color: #1c73a0;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-container .product-small .item:not(:last-child) {
    margin-right: 30px;
}
.product-container .product-info .name {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px; 
    color: #1b1b1b;
}
.product-container .product-info .article {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px; 
    color: #797979;
}
.product-container .product-info .rating-block {
    margin-bottom: 4px;
}
.product-container .product-info .rating-block .rating {
    display: inline-block;
    vertical-align: top;
}
.product-container .product-info .rating-block .rating span {
    display: inline-block;
    margin-right: -3px;
}
.product-container .product-info .rating-block .rating span:before {
    font-family: FontAwesome;
    font-size: 24px;
    content: '\f005';
    color: #ddd;
}
.product-container .product-info .rating-block .rating.rating1 span:nth-child(-n+1):before {
    color: #ff7100;
}
.product-container .product-info .rating-block .rating.rating2 span:nth-child(-n+2):before {
    color: #ff7100;
}
.product-container .product-info .rating-block .rating.rating3 span:nth-child(-n+3):before {
    color: #ff7100;
}
.product-container .product-info .rating-block .rating.rating4 span:nth-child(-n+4):before {
    color: #ff7100;
}
.product-container .product-info .rating-block .rating.rating5 span:nth-child(-n+5):before {
    color: #ff7100;
}
.product-container .product-info .rating-block .rating-count {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-left: 15px; 
    vertical-align: bottom;
    color: #525252;
}
.product-container .product-info .nalichie {
    font-size: 18px;
    margin-bottom: 24px; 
    color: #478e27;
}
.product-container .product-info .nalichie:before {
    font-family: FontAwesome; 
    content: '\f00c';
}
.product-container .product-info .price {
    margin-bottom: 0;
}
.product-container .product-info .price .new-price {
    font-size: 47px;
    font-weight: 500;
    line-height: 43px; 
    display: inline-block;
    vertical-align: top;
    color: #ff7100;
}
.product-container .product-info .price .new-price:after {
    font-family: FontAwesome;
    font-size: 38px;
    font-weight: normal;
    margin-left: 15px; 
    content: '\f158';
}
.product-container .product-info .price .old-price {
    font-size: 24px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: bottom; 
    text-decoration: line-through;
    color: #aaa;
}
.product-container .product-info .price .old-price:after {
    font-family: FontAwesome;
    font-size: 19px; 
    font-weight: normal;
    margin-left: 5px;
    content: '\f158';
}
.product-container .product-info .info-order {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 13px; 
    color: #595959;
}
.product-container .product-info .color-product {
    padding: 4px 26px 21px 26px; 
    background: #f8f8f8;
}
.product-container .product-info .color-product .name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px; 
    color: #525252;
}
.product-container .product-info .color-product .color-list {
    font-size: 0;
}
.product-container .product-info .color-product .color-list input[type='radio'] {
    display: none;
}
.product-container .product-info .color-product .color-list input[type='radio'] + label {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer; 
    vertical-align: top;
}
.product-container .product-info .color-product .color-list input[type='radio'] + label span {
    display: block;
    width: 35px;
    height: 35px;
    -webkit-transition: border .2s ease;
            transition: border .2s ease;
}
.product-container .product-info .color-product .color-list input[type='radio']:checked + label span {
    border: 3px solid #ffae00;
}
.product-container .product-info .count-block {
    margin-top: 30px;
    margin-bottom: 20px;
}
.product-container .product-info .count-block .label {
    font-size: 16px;
    font-weight: 500; 
    line-height: 32px;
    float: left;
    color: #525252;
}
.product-container .product-info .count-block .count-block {
    margin-left: 110px;
}
.product-container .product-info .count-block .count-block .number {
    font-size: 0;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    height: 32px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.product-container .product-info .count-block .count-block .number span {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    width: 30px;
    cursor: pointer; 
    text-align: center;
    vertical-align: top;
    color: #939393;
    background: #f2f3f5;
}
.product-container .product-info .count-block .count-block .number span.plus {
    color: #3f3f3f; 
    background: #fff;
}
.product-container .product-info .count-block .count-block .number input {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    width: 50px;
    height: 32px;
    text-align: center;
    vertical-align: top; 
    color: #525252;
    border: 0;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    outline: none;
}
.product-container .product-info .btn-block {
    font-size: 0;
    margin-bottom: 10px;
}
.product-container .product-info .btn-block button {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    width: 48%;
    height: 45px;
    cursor: pointer; 
    text-align: center;
    vertical-align: top;
    color: #fff;
    border: 0;
    background: #478e27;
}
.product-container .product-info .btn-block button:hover {
    background: #3d7921;
}
.product-container .product-info .btn-block button:active,
.product-container .product-info .btn-block button.nice-select.open {
    background: #3d7921;
    -webkit-box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
            box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
}
.product-container .product-info .btn-block button.buy {
    margin-right: 4%;
    background: #ff7100;
}
.product-container .product-info .btn-block button.buy:before {
    font-family: FontAwesome;
    margin-right: 15px; 
    content: '\f07a';
}
.product-container .product-info .btn-block button.buy:hover {
    background: #ed3f03;
}
.product-container .product-info .btn-block button.buy:active,
.product-container .product-info .btn-block button.buy.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}
.product-container .product-info .buy-credit {
    margin-top: 15px;
}
.product-container .product-info .buy-credit a {
    font-size: 16px;
    font-weight: 500; 
    text-decoration: underline;
    color: #828282;
}
.product-container .dop-product {
    font-size: 1px;
    margin-top: 70px; 
    text-align: justify;
    text-justify: newspaper;
}
.product-container .dop-product:after {
    display: inline-block; 
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}
.product-container .dop-product .item {
    position: relative;
    display: inline-block; 
    width: 20%;
    padding: 30px 25px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #fff;
}
.product-container .dop-product .item:before {
    font-family: FontAwesome; 
    font-size: 24px;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 38px;
    height: 38px;
    content: '\f00c';
    text-align: center;
    color: #fff;
    background: #ff7100;
}
.product-container .dop-product .item .img {
    text-align: center;
}
.product-container .dop-product .item .img img {
    max-width: 100%;
}
.product-container .dop-product .item .name {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 14px;
    display: block;
    margin: 20px 0; 
    color: #20262c;
}
.product-container .dop-product .item .price {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500; 
    color: #20262c;
}
.product-container .dop-product .item .price:after {
    font-family: FontAwesome;
    font-weight: normal;
    margin-left: 5px; 
    content: '\f158';
}
.product-container .dop-product .item:nth-child(1):after,
.product-container .dop-product .item:nth-child(2):after {
    position: absolute;
    top: 50%;
    right: -52px; 
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    content: '';
    background: url(../img/dop-plus.png) no-repeat;
}
.product-container .dop-product .item-price {
    display: inline-block;
    width: 20%;
    text-align: center; 
    vertical-align: top;
}
.product-container .dop-product .item-price .price {
    font-size: 39px;
    font-weight: 500; 
    margin-top: 120px;
    text-align: center;
    color: #ff7100;
}
.product-container .dop-product .item-price .price:after {
    font-family: FontAwesome;
    font-size: 31px; 
    font-weight: normal;
    margin-left: 10px;
    content: '\f158';
}
.product-container .dop-product .item-price button {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    height: 45px;
    margin-top: 25px;
    padding: 0 50px;
    cursor: pointer; 
    color: #fff;
    border: 0;
    background: #478e27;
}
.product-container .dop-product .item-price button:hover {
    background: #3d7921;
}
.product-container .dop-product .item-price button:active,
.product-container .dop-product .item-price button.nice-select.open {
    background: #3d7921;
    -webkit-box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
            box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
}
.product-container .tabs {
    margin-top: 55px; 
    border-bottom: 1px solid #ddd;
}
.product-container .tabs .tab {
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    height: 42px;
    margin-bottom: -1px;
    padding: 0 15px;
    cursor: pointer; 
    vertical-align: top;
    color: #3f3f3f;
}
.product-container .tabs .tab.active {
    cursor: default; 
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.product-container .tab-content {
    padding: 40px 20px;
}
.product-container .tab-content .tab-item {
    display: none;
}
.product-container .tab-content .tab-item .title {
    font-size: 24px;
    margin-bottom: 30px; 
    color: #8d8d8d;
}
.product-container .tab-content .tab-item .title span {
    color: #3f3f3f;
}
.product-container .tab-content .tab-item p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 30px;
    text-align: justify; 
    color: #0f0f0f;
}
.product-container .tab-content .tab-item p b {
    font-weight: 700;
}
.product-container .tab-content .tab-item.active {
    display: block;
}

.review-block {
    font-family: PFSquareSansPro;
}
.review-block .title_review {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px; 
    color: #000;
}
.review-block .review-list {
    border-bottom: 1px solid #ddd;
}
.review-block .review-list .item {
    margin-bottom: 40px;
}
.review-block .review-list .item .top-block {
    margin-bottom: 10px;
}
.review-block .review-list .item .top-block .name {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top; 
    color: #000;
}
.review-block .review-list .item .top-block .rating {
    font-size: 0;
    line-height: 23px; 
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.review-block .review-list .item .top-block .rating span {
    display: inline-block;
    margin-right: 5px; 
    vertical-align: top;
}
.review-block .review-list .item .top-block .rating span:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: '\f006';
    color: #fa9607;
}
.review-block .review-list .item .top-block .rating.rating1 span:nth-child(-n+1):before {
    content: '\f005';
}
.review-block .review-list .item .top-block .rating.rating2 span:nth-child(-n+2):before {
    content: '\f005';
}
.review-block .review-list .item .top-block .rating.rating3 span:nth-child(-n+3):before {
    content: '\f005';
}
.review-block .review-list .item .top-block .rating.rating4 span:nth-child(-n+4):before {
    content: '\f005';
}
.review-block .review-list .item .top-block .rating.rating5 span:nth-child(-n+5):before {
    content: '\f005';
}
.review-block .review-list .item .top-block .date {
    font-size: 12px;
    float: right;
    color: #9c9c9c;
}
.review-block .review-list .item .review-body {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px; 
    color: #000;
}
.review-block .review-list .item .review-body a {
    text-decoration: underline; 
    color: #478e27;
}
.review-block .review-list .item .review-body .info-review {
    margin-top: 30px;
}
.review-block .review-list .item .review-body .info-review .info {
    font-size: 14px;
    color: #000;
}
.review-block .review-list .item .review-body .info-review .info span {
    font-size: 16px;
    font-weight: 700;
}
.review-block .review-list .item .bottom-block .like {
    font-size: 14px;
    margin-right: 5px; 
    cursor: pointer;
    color: #494949;
    border: 0;
    background: none;
}
.review-block .review-list .item .bottom-block .like:before {
    font-family: FontAwesome;
    margin-right: 3px; 
    content: '\f164';
    color: #00c91c;
}
.review-block .review-list .item .bottom-block .dislike {
    font-size: 14px;
    margin-right: 5px; 
    cursor: pointer;
    color: #494949;
    border: 0;
    background: none;
}
.review-block .review-list .item .bottom-block .dislike:before {
    font-family: FontAwesome;
    margin-right: 3px; 
    content: '\f165';
    color: #fe0006;
}
.review-block .more {
    font-size: 14px;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px; 
    color: #818181;
}

.review-add {
    padding: 35px 30px 30px 30px; 
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}
.review-add .name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px; 
    text-align: center;
    color: #1e1e1e;
}
.review-add .rating {
    font-size: 0;
    margin-bottom: 15px; 
    text-align: center;
}
.review-add .rating span {
    display: inline-block;
    margin-right: 5px; 
    vertical-align: top;
}
.review-add .rating span:before {
    font-family: FontAwesome;
    font-size: 38px;
    content: '\f005';
    color: #b0b0b0;
}
.review-add .rating.rating1 span:nth-child(-n+1):before {
    color: #ff7100;
}
.review-add .rating.rating2 span:nth-child(-n+2):before {
    color: #ff7100;
}
.review-add .rating.rating3 span:nth-child(-n+3):before {
    color: #ff7100;
}
.review-add .rating.rating4 span:nth-child(-n+4):before {
    color: #ff7100;
}
.review-add .rating.rating5 span:nth-child(-n+5):before {
    color: #ff7100;
}
.review-add input[type='text'] {
    font-size: 12px;
    line-height: 45px;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #626262; 
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    outline: none;
    background-color: #fff;
}
.review-add textarea {
    font-size: 12px;
    width: 100%;
    height: 106px;
    margin-bottom: 20px;
    padding: 10px 20px;
    resize: none; 
    color: #626262;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    outline: none;
    background-color: #fff;
}
.review-add .checkbox {
    margin-bottom: 20px;
}
.review-add .checkbox input[type='checkbox'] {
    display: none;
}
.review-add .checkbox input[type='checkbox'] + label {
    font-size: 14px;
    cursor: pointer; 
    color: #5b5b5b;
}
.review-add .checkbox input[type='checkbox'] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    width: 13px; 
    margin-right: 20px;
    content: '\f096';
    vertical-align: middle;
}
.review-add .checkbox input[type='checkbox']:checked + label:before {
    content: '\f046';
}
.review-add .btn-block {
    margin-bottom: 20px; 
    text-align: right;
}
.review-add .btn-block button {
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px;
    cursor: pointer;
    color: #424242;
    border: 0;
    background: none;
}
.review-add .btn-block button.add {
    height: 35px;
    color: #fff; 
    background-color: #ff7100;
}
.review-add .btn-block button.add:hover {
    background: #ed3f03;
}
.review-add .btn-block button.add:active,
.review-add .btn-block button.add.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}
.review-add .info {
    font-size: 12px;
    line-height: 18px; 
    color: #626262;
}

.basket-block {
    padding: 40px; 
    border: 1px solid #ddd;
}
.basket-block .title {
    font-family: PFSquareSansPro;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px; 
    color: #000;
}
.basket-block .basket-table {
    display: table;
    width: 100%;
}
.basket-block .basket-table .basket-row {
    display: table-row;
}
.basket-block .basket-table .basket-row .basket-cell {
    display: table-cell;
    padding: 30px 0; 
    vertical-align: top;
    border-bottom: 1px solid #ededed;
}
.basket-block .basket-table .basket-row .basket-cell:nth-child(1) {
    width: 20%;
}
.basket-block .basket-table .basket-row.head .basket-cell {
    padding: 12px 0;
}
.basket-block .img img {
    max-width: 100%;
}
.basket-block .info-product {
    font-family: PFSquareSansPro; 
    padding-top: 10px;
}
.basket-block .info-product .name {
    font-size: 14px; 
    font-weight: 500;
    line-height: 18px;
    color: #1b1b1b;
}
.basket-block .info-product .article {
    font-size: 12px;
    font-weight: 400; 
    color: #5a5a5a;
}
.basket-block .price-block .sale {
    font-family: PFSquareSansPro;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px; 
    text-decoration: line-through;
    color: #7d7d7d;
}
.basket-block .price-block .sale:after {
    font-family: FontAwesome;
    font-size: 12px; 
    content: '\f158';
}
.basket-block .count {
    font-size: 16px;
    font-weight: 500; 
    color: #525252;
}
.basket-block .price {
    font-family: PFSquareSansPro;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; 
    color: #131313;
}
.basket-block .price:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 5px; 
    content: '\f158';
}
.basket-block .number {
    font-size: 0;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    height: 32px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    border: 1px solid #e8e8e8;
}
.basket-block .number span {
    font-family: PFSquareSansPro; 
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    color: #939393;
    background: #f2f3f5;
}
.basket-block .number span.plus {
    color: #3f3f3f; 
    background: #fff;
}
.basket-block .number input {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    width: 50px;
    height: 32px;
    text-align: center;
    vertical-align: top; 
    color: #525252;
    border: 0;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    outline: none;
}
.basket-block .del {
    text-align: center;
}
.basket-block .del button {
    cursor: pointer; 
    border: 0;
    background: none;
}
.basket-block .del button:before {
    font-family: FontAwesome;
    font-size: 18px;
    content: '\f1f8';
    color: #131313;
}
.basket-block .basket-footer {
    font-family: PFSquareSansPro;
    font-weight: 400; 
    margin-top: 35px;
}
.basket-block .basket-footer .cuopon-block .name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px; 
    color: #373737;
}
.basket-block .basket-footer .cuopon-block input {
    font-size: 14px; 
    line-height: 37px;
    width: 100%;
    height: 37px;
    padding-left: 20px;
    color: #393939;
    border: 1px solid #e8e8e8;
    outline: none;
    background-color: #fff;
}
.basket-block .basket-footer .sale-block .name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px; 
    color: #373737;
}
.basket-block .basket-footer .sale-block .label {
    font-size: 24px;
    font-weight: 700; 
    color: #478e27;
}
.basket-block .basket-footer .price-all .text {
    font-size: 16px;
    float: left;
    width: 155px;
    margin-right: 15px; 
    text-align: right;
    color: #393939;
}
.basket-block .basket-footer .price-all .label {
    font-size: 16px;
    font-weight: 700; 
    color: #393939;
}
.basket-block .basket-footer .price-all .label:after {
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 5px; 
    content: '\f158';
}
.basket-block .basket-footer .info-basket {
    margin-top: 10px;
    text-align: right;
}
.basket-block .basket-footer .info-basket .summ {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    line-height: 41px; 
    display: inline-block;
    margin-right: 35px;
    vertical-align: top;
    color: #478e27;
}
.basket-block .basket-footer .info-basket .summ:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 5px; 
    content: '\f158';
}
.basket-block .basket-footer .info-basket button {
    font-size: 14px;
    font-weight: 500;
    line-height: 41px;
    display: inline-block;
    height: 41px;
    padding: 0 20px;
    cursor: pointer; 
    vertical-align: top;
    color: #fff;
    border: 0;
    background-color: #ff7100;
}
.basket-block .basket-footer .info-basket button:hover {
    background: #ed3f03;
}
.basket-block .basket-footer .info-basket button:active,
.basket-block .basket-footer .info-basket button.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}

.order-page {
    font-family: PFSquareSansPro;
}
.order-page .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px; 
    color: #363636;
}
.order-page .order-block {
    margin-bottom: 40px; 
    padding: 40px;
    border: 1px solid #ddd;
}
.order-page .order-block .step {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px; 
    color: #363636;
}
.order-page .order-block .step span {
    color: #ff7100;
}
.order-page .order-block .step a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-left: 40px; 
    text-decoration: underline;
    color: #828282;
}
.order-page .order-block input {
    font-size: 12px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    margin-bottom: 20px; 
    padding-left: 15px;
    color: #2d2d2d;
    border: 1px solid #ddd;
    outline: none;
}
.order-page .order-block input.error {
    color: #f00; 
    border: 1px solid #f00;
}
.order-page .order-block button {
    font-size: 16px;
    height: 35px;
    padding: 0 30px;
    cursor: pointer;
    color: #fff;
    border: 0; 
    background-color: #478e27;
    margin-bottom: 5px;
    min-width: 152px;
}
.order-page .order-block button:hover {
    background: #3d7921;
}
.order-page .order-block button:active,
.order-page .order-block button.nice-select.open {
    background: #3d7921;
    -webkit-box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
            box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
}
.order-page .order-block .social-block {
    margin-top: 5px;
}
.order-page .order-block .social-block .text {
    font-size: 14px;
    line-height: 27px;
    display: inline-block;
    margin-right: 15px; 
    vertical-align: top;
    color: #20262c;
}
.order-page .order-block .social-block .social {
    font-size: 0; 
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.order-page .order-block .social-block .social li {
    display: inline-block;
    margin-right: 10px; 
    list-style-type: none;
    vertical-align: top;
}
.order-page .order-block .social-block .social li a {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../img/social.png) no-repeat;
}
.order-page .order-block .social-block .social li a.tw {
    background-position: 0 0;
}
.order-page .order-block .social-block .social li a.fb {
    background-position: -36px 0;
}
.order-page .order-block .social-block .social li a.vk {
    background-position: -72px 0;
}
.order-page .order-block .social-block .social li a.gp {
    background-position: -107px 0;
}
.order-page .order-block .custom-select {
    font-size: 12px;
    line-height: 35px;
    float: none;
    clear: none;
    width: 100%; 
    height: 35px;
    margin-bottom: 30px;
    color: #2d2d2d;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.order-page .order-block .deliv-list {
    margin-bottom: 35px;
}
.order-page .order-block .deliv-list input[type='radio'] {
    display: none;
}
.order-page .order-block .deliv-list input[type='radio'] + label {
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer; 
    vertical-align: top;
    color: #1b1b1b;
}
.order-page .order-block .deliv-list input[type='radio'] + label:before {
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    margin-right: 20px; 
    content: '\f10c';
    vertical-align: middle;
    color: #1b1b1b;
}
.order-page .order-block .deliv-list input[type='radio']:checked + label:before {
    content: '\f058';
    color: #ff7100;
}
.order-page .order-block textarea {
    font-size: 12px;
    width: 100%;
    height: 78px;
    margin-bottom: 30px; 
    padding: 10px 15px;
    resize: none;
    color: #2d2d2d;
    border: 1px solid #ddd;
    outline: none;
}
.order-page .order-block .order-info {
    font-size: 16px;
    font-weight: 500; 
    padding: 40px 0 25px;
    color: #414141;
    border-top: 1px solid #ddd;
}
.order-page .list-order {
    margin-bottom: 30px; 
    padding: 0 40px;
    border: 1px solid #ddd;
}
.order-page .list-order .item {
    padding: 25px 0;
}
.order-page .list-order .item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.order-page .list-order .item .img img {
    max-width: 100%;
}
.order-page .list-order .item .order-info .name {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; 
    color: #1b1b1b;
}
.order-page .list-order .item .order-info .article {
    font-size: 12px;
    color: #5a5a5a;
}
.order-page .list-order .item .order-info .price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px; 
    color: #131313;
}
.order-page .list-order .item .order-info .price:after {
    font-family: FontAwesome;
    font-size: 19px;
    margin-left: 5px; 
    content: '\f158';
}

.news-list h1 {
    font-size: 18px;
    font-weight: 500; 
    padding-bottom: 0;
    color: #20262c;
    border-bottom: 0;
}

.news-list .img {
    margin-bottom: 25px;
}
.news-list .img img {
    max-width: 100%;
}

.news-list .info {
    margin-bottom: 50px;
}
.news-list .info .date {
    font-size: 12px;
    color: #4a4a4a;
}
.news-list .info .name {
    font-size: 14px;
    display: block;
    margin: 10px 0; 
    color: #20262c;
}
.news-list .info .text {
    font-size: 12px;
    line-height: 18px; 
    color: #4a4a4a;
}

.news-page {
    margin-top: 20px;
}
.news-page .news-once .date {
    font-size: 12px;
    margin-bottom: 10px; 
    color: #4a4a4a;
}
.news-page .news-once .name {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px; 
    color: #20262c;
}
.news-page .news-once img {
    max-width: 100%;
}
.news-page .news-once .text {
    margin-top: 25px;
}
.news-page .news-once .text p {
    font-size: 14px;
    line-height: 24px; 
    margin: 0;
    margin-bottom: 30px;
    color: #4a4a4a;
}
.news-page .news-once .social-block {
    margin-bottom: 90px;
}

.contact-page #map {
    width: 100%; 
    height: 420px;
}

.contact-page .title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px; 
    color: #343434;
}

.contact-page .name {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px; 
    padding-bottom: 20px;
    color: #343434;
    border-bottom: 1px solid #e5e6e7;
}

.contact-page .adress {
    font-size: 18px;
    color: #222;
}
.contact-page .adress:before {
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 15px; 
    content: '\f041';
    color: #478e27;
}

.contact-page .phone {
    position: relative;
    margin: 10px 0; 
    padding-left: 25px;
}
.contact-page .phone:before {
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 0; 
    left: 0;
    content: '\f095';
    color: #478e27;
}
.contact-page .phone a {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px; 
    display: block;
    color: #222;
}

.contact-page .mail:before {
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px; 
    content: '\f003';
    color: #478e27;
}

.contact-page .mail a {
    font-size: 18px;
    font-weight: 300; 
    color: #222;
}

.feedback {
    margin-top: 40px;
}
.feedback .title {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 25px;
    color: #151616;
    border-bottom: 4px solid #478e27;
}
.feedback input {
    font-size: 14px;
    font-weight: 300;
    line-height: 45px;
    width: 100%;
    height: 45px;
    margin-bottom: 30px; 
    padding: 0 10px 0 25px;
    color: #6c6c6c;
    border: 1px solid #d1d1d1;
    outline: none;
}
.feedback textarea {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    height: 137px;
    margin-bottom: 30px;
    padding: 20px 25px;
    resize: none; 
    color: #6c6c6c;
    border: 1px solid #d1d1d1;
    outline: none;
}
.feedback .btn-wrap {
    margin-top: 10px;
    text-align: right;
}
.feedback .btn-wrap button {
    font-size: 18px;
    height: 55px;
    padding: 0 80px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0; 
    background-color: #ff7100;
}
.feedback .btn-wrap button:hover {
    background: #ed3f03;
}
.feedback .btn-wrap button:active,
.feedback .btn-wrap button.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}

.popup {
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    z-index: 999;
}
.popup .overlay {
    position: fixed;
    z-index: 1; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.popup .popup-block {
    position: absolute;
    z-index: 2;
    top: 100px;
    width: 100%;
}
.popup .popup-block .popup-body {
    font-family: 'PFSquareSansPro';
    position: relative; 
    padding: 45px 35px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.popup .popup-block .popup-body .close {
    font-family: 'Roboto';
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    top: -19px;
    right: -53px;
    cursor: pointer; 
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    color: #fff;
}
.popup .popup-block .popup-body .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px; 
    color: #363636;
}
.popup .popup-block .popup-body .radio-block input[type='radio'] {
    display: none;
}
.popup .popup-block .popup-body .radio-block input[type='radio'] + label {
    font-size: 14px;
    display: inline-block;
    padding-right: 45px;
    padding-bottom: 30px;
    cursor: pointer;
    vertical-align: top; 
    color: #363636;
}
.popup .popup-block .popup-body .radio-block input[type='radio'] + label:before {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 12px; 
    content: '';
    vertical-align: middle;
    background: url(../img/radio.png) no-repeat 0 0;
}
.popup .popup-block .popup-body .radio-block input[type='radio']:checked + label:before {
    background-position: 0 -9px;
}
.popup .popup-block .popup-body input {
    font-size: 12px;
    line-height: 35px;
    width: 100%; 
    height: 35px;
    margin-bottom: 20px;
    padding-left: 15px;
    color: #2d2d2d;
    border: 1px solid #ddd;
    outline: none;
}
.popup .popup-block .popup-body .social-block {
    margin-top: 10px;
    text-align: center;
}
.popup .popup-block .popup-body .social-block .name {
    font-size: 14px;
    line-height: 27px;
    display: inline-block;
    vertical-align: top;
    color: #20262c;
}
.popup .popup-block .popup-body .social-block .social {
    font-size: 0;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center; 
    vertical-align: top;
}
.popup .popup-block .popup-body .social-block .social li {
    display: inline-block;
    margin-right: 10px; 
    list-style-type: none;
    vertical-align: top;
}
.popup .popup-block .popup-body .social-block .social li a {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../img/social.png) no-repeat;
}
.popup .popup-block .popup-body .social-block .social li a.tw {
    background-position: 0 0;
}
.popup .popup-block .popup-body .social-block .social li a.fb {
    background-position: -36px 0;
}
.popup .popup-block .popup-body .social-block .social li a.vk {
    background-position: -72px 0;
}
.popup .popup-block .popup-body .social-block .social li a.gp {
    background-position: -107px 0;
}
.popup .popup-block .popup-body .btn-wrap {
    margin-top: 25px;
    text-align: center;
}
.popup .popup-block .popup-body .btn-wrap button {
    font-size: 16px;
    height: 35px;
    padding: 0 30px;
    cursor: pointer;
    color: #fff;
    border: 0; 
    background-color: #478e27;
}
.popup .popup-block .popup-body .btn-wrap button:hover {
    background: #3d7921;
}
.popup .popup-block .popup-body .btn-wrap button:active,
.popup .popup-block .popup-body .btn-wrap button.nice-select.open {
    background: #3d7921;
    -webkit-box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
            box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
}
.popup .popup-block .popup-body.login-popup .title {
    text-align: center;
}
.popup .popup-block .popup-body.login-popup .social-block {
    text-align: center;
}
.popup .popup-block .popup-body.login-popup .social-block .social {
    text-align: center;
}
.popup .popup-block .popup-body.login-popup .btn-wrap {
    text-align: center;
}
.popup .popup-block .popup-body.basket-popup .title {
    text-align: center;
}
.popup .popup-block .popup-body.basket-popup .basket-table {
    font-family: 'PFSquareSansPro';
    display: table;
    width: 100%;
    margin-bottom: 40px;
}
.popup .popup-block .popup-body.basket-popup .basket-table .basket-row {
    display: table-row;
}
.popup .popup-block .popup-body.basket-popup .basket-table .basket-row .basket-cell {
    display: table-cell;
    padding: 35px 0; 
    max-width: 100px;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.popup .popup-block .popup-body.basket-popup .img img {
    max-width: 100%;
}
.popup .popup-block .popup-body.basket-popup .info-product .name {
    font-size: 14px;
    font-weight: 500; 
    color: #1b1b1b;
}
.popup .popup-block .popup-body.basket-popup .info-product .article {
    font-size: 12px;
    color: #5a5a5a;
}
.popup .popup-block .popup-body.basket-popup .info-product .price-block {
    margin-top: 20px;
}
.popup .popup-block .popup-body.basket-popup .info-product .price-block .sale {
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through; 
    color: #7d7d7d;
}
.popup .popup-block .popup-body.basket-popup .info-product .price-block .sale:after {
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 5px; 
    content: '\f158';
}
.popup .popup-block .popup-body.basket-popup .info-product .price-block .price {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; 
    color: #131313;
}
.popup .popup-block .popup-body.basket-popup .info-product .price-block .price:after {
    font-family: FontAwesome;
    font-size: 19px;
    margin-left: 5px; 
    content: '\f158';
}
.popup .popup-block .popup-body.basket-popup .number {
    font-size: 0;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    height: 32px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    border: 1px solid #e8e8e8;
}
.popup .popup-block .popup-body.basket-popup .number span {
    font-family: PFSquareSansPro; 
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    color: #939393;
    background: #f2f3f5;
}
.popup .popup-block .popup-body.basket-popup .number span.plus {
    color: #3f3f3f; 
    background: #fff;
}
.popup .popup-block .popup-body.basket-popup .number input {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    width: 50px;
    height: 32px;
    padding-left: 0; 
    text-align: center;
    vertical-align: top;
    color: #525252;
    border: 0;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    outline: none;
}
.popup .popup-block .popup-body.basket-popup .label {
    font-size: 14px;
    margin-bottom: 10px; 
    color: #131313;
}
.popup .popup-block .popup-body.basket-popup .price {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; 
    color: #131313;
}
.popup .popup-block .popup-body.basket-popup .price:after {
    font-family: FontAwesome;
    font-size: 19px;
    margin-left: 5px; 
    content: '\f158';
}
.popup .popup-block .popup-body.basket-popup .del {
    text-align: center;
}
.popup .popup-block .popup-body.basket-popup .del button {
    cursor: pointer; 
    border: 0;
    background: none;
}
.popup .popup-block .popup-body.basket-popup .del button:before {
    font-family: FontAwesome;
    font-size: 18px;
    content: '\f1f8';
    color: #131313;
}
.popup .popup-block .popup-body.basket-popup .next {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    cursor: pointer; 
    color: #fff;
    border: 0;
    background-color: #478e27;
}
.popup .popup-block .popup-body.basket-popup .summ {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 500; 
    color: #000;
}
.popup .popup-block .popup-body.basket-popup .summ .price {
    font-family: 'PFSquareSansPro'; 
    padding-left: 15px;
}
.popup .popup-block .popup-body.basket-popup .btn-wrap {
    margin: 0;
    text-align: right;
}
.popup .popup-block .popup-body.basket-popup .btn-wrap .order {
    line-height: 42px; 
    height: 42px;
    background-color: #ff7100;
}
.popup .popup-block .popup-body.basket-popup .btn-wrap .order:hover {
    background: #ed3f03;
}
.popup .popup-block .popup-body.basket-popup .btn-wrap .order:active,
.popup .popup-block .popup-body.basket-popup .btn-wrap .order.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}

.top-news-block .block-body {
    padding-top: 40px; 
    border-top: 1px solid #e1e1e6;
}
.top-news-block .block-body h1 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #20262c; 
    border-bottom: 0;
}
.top-news-block .block-body .item .date {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px; 
    color: #333;
}
.top-news-block .block-body .item .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 40px; 
    color: #333;
}
.top-news-block .block-body .about-company {
    margin-bottom: 30px; 
    padding: 30px 20px;
    border: 1px solid #ddd;
}
.top-news-block .block-body .about-company .img {
    max-width: 100%;
}
.top-news-block .block-body .about-company .name {
    font-size: 14px;
    text-transform: uppercase; 
    color: #333;
}
.top-news-block .block-body .about-company .desc {
    font-size: 14px;
    font-weight: 300; 
    color: #333;
}
.top-news-block .block-body .about-company .bonus {
    font-size: 24px;
    line-height: 30px; 
    color: #676767;
}
.top-news-block .block-body .about-company .bonus span {
    font-size: 30px;
    color: #478e27;
}

.cabinet-page .search-block {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.cabinet-page .search-block .custom-select {
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 35px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
            border-radius: 0; 
    background: #f8f8f8;
}
.cabinet-page .search-block input[type='text'] {
    font-size: 12px; 
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-right: 30px;
    padding-left: 160px;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
}
.cabinet-page .search-block input[type='image'] {
    position: absolute;
    top: 50%;
    right: 10px; 
    margin-top: -5px;
    border: 0;
    background: none;
}

.cabinet-page .about-order {
    margin-bottom: 45px; 
    padding-bottom: 60px;
    border-bottom: 1px solid #ebebeb;
}
.cabinet-page .about-order h1 {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 0; 
    color: #333;
    border-bottom: 0;
}
.cabinet-page .about-order .number-order {
    font-size: 18px;
    margin-bottom: 50px; 
    color: #686868;
}
.cabinet-page .about-order .name {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px; 
    color: #686868;
}
.cabinet-page .about-order .info-company span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    margin-right: 40px; 
    vertical-align: top;
    color: #686868;
}

.cabinet-page .left-menu {
    margin-bottom: 30px; 
    border: 1px solid #e8e8e8;
    background-color: #f7f8fd;
}
.cabinet-page .left-menu > ul {
    margin: 0; 
    padding: 0;
}
.cabinet-page .left-menu > ul > li {
    list-style-type: none;
}
.cabinet-page .left-menu > ul > li > a {
    font-size: 14px;
    position: relative; 
    display: block;
    padding: 10px 30px 10px 60px;
    color: #3d3e41;
}
.cabinet-page .left-menu > ul > li > a:after {
    font-family: 'Material-Design-Iconic-Font';
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    margin-top: -13px; 
    margin-left: 15px;
    content: '\f2f9';
    vertical-align: middle;
    color: #8c8f95;
}
.cabinet-page .left-menu > ul > li > a .fi {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 20px;
    display: inline-block;
    margin-top: -19px; 
    margin-right: 15px;
    vertical-align: middle;
    color: #ff7100;
}
.cabinet-page .left-menu > ul > li .submenu {
    margin: 0; 
    padding: 10px 0 10px 55px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #fcfcfc;
}
.cabinet-page .left-menu > ul > li .submenu li {
    list-style-type: none;
}
.cabinet-page .left-menu > ul > li .submenu li a {
    font-size: 16px;
    font-weight: 300; 
    line-height: 33px;
    display: block;
    color: #333;
}
.cabinet-page .left-menu > ul > li .submenu li a:before {
    font-family: FontAwesome;
    font-size: 5px;
    display: inline-block;
    margin-right: 10px;
    content: '\f111';
    vertical-align: middle;
    color: #6a6a6a;
}
.cabinet-page .left-menu > ul > li .submenu li a:hover {
    color: #3f7d22;
}
.cabinet-page .left-menu > ul > li .submenu li a:hover:before {
    color: #3f7d22;
}
.cabinet-page .left-menu > ul > li.active > a,
.cabinet-page .left-menu > ul > li:hover > a {
    color: #3f7d22;
}
.cabinet-page .left-menu > ul > li.active > a .fi,
.cabinet-page .left-menu > ul > li:hover > a .fi {
    color: #3f7d22;
}

.cabinet-page .table-product {
    display: table;
    width: 100%;
}
.cabinet-page .table-product .table-row {
    display: table-row;
}
.cabinet-page .table-product .table-row .table-cell {
    font-size: 14px;
    display: table-cell;
    padding: 15px;
    -webkit-transition: background .2s ease;
            transition: background .2s ease; 
    vertical-align: top;
    color: #333;
    border-bottom: 1px solid #ededed;
    background: #fff;
}
.cabinet-page .table-product .table-row .table-cell a {
    color: #333;
}
.cabinet-page .table-product .table-row .table-cell .article {
    font-family: PFSquareSansPro;
    font-size: 15px;
    font-weight: 400; 
    color: #5a5a5a;
}
.cabinet-page .table-product .table-row .table-cell .article span {
    padding-left: 10px;
}
.cabinet-page .table-product .table-row .table-cell .name {
    font-size: 15px;
    color: #333;
}
.cabinet-page .table-product .table-row .table-cell .number {
    font-size: 0;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    height: 32px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap; 
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.cabinet-page .table-product .table-row .table-cell .number span {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    width: 30px;
    cursor: pointer; 
    text-align: center;
    vertical-align: top;
    color: #939393;
    background: #f2f3f5;
}
.cabinet-page .table-product .table-row .table-cell .number span.plus {
    color: #3f3f3f; 
    background: #fff;
}
.cabinet-page .table-product .table-row .table-cell .number input {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    width: 50px;
    height: 32px;
    text-align: center;
    vertical-align: top; 
    color: #525252;
    border: 0;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    outline: none;
}
.cabinet-page .table-product .table-row .table-cell .price {
    font-size: 16px;
    white-space: nowrap; 
    color: #333;
}
.cabinet-page .table-product .table-row .table-cell .order {
    font-family: PFSquareSansPro; 
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    vertical-align: top;
    color: #fff;
    border: 0;
    background: #ff7100;
}
.cabinet-page .table-product .table-row .table-cell .order:hover {
    background: #ed3f03;
}
.cabinet-page .table-product .table-row .table-cell .order:active,
.cabinet-page .table-product .table-row .table-cell .order.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}
.cabinet-page .table-product .table-row .table-cell .prem input {
    line-height: 27px;
    width: 100%;
    height: 27px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    outline: none; 
    background-color: #fff;
}
.cabinet-page .table-product .table-row .table-cell .summ-text {
    font-size: 18px;
    text-align: right;
    color: #333;
}
.cabinet-page .table-product .table-row .table-cell .summ-all {
    font-size: 16px;
    color: #333;
}
.cabinet-page .table-product .table-row .table-cell.summ-cell {
    border-right: 1px solid #d1d1d1; 
    border-left: 1px solid #d1d1d1;
}
.cabinet-page .table-product .table-row .table-cell.del-cell {
    text-align: center;
}
.cabinet-page .table-product .table-row .table-cell .del {
    border: 0;
    background: none;
}
.cabinet-page .table-product .table-row .table-cell .del:before {
    font-family: 'Material-Design-Iconic-Font';
    font-size: 24px;
    display: inline-block; 
    content: '\f154';
    color: #333;
}
.cabinet-page .table-product .table-row .table-cell:nth-child(6) {
    width: 100px;
}
.cabinet-page .table-product .table-row:nth-child(odd) .table-cell {
    background: #f8f8f8;
}
.cabinet-page .table-product .table-row:hover .table-cell {
    background: #dff4d5;
}
.cabinet-page .table-product .table-row.head .table-cell {
    font-family: PFSquareSansPro;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    color: #fff;
    border-bottom: 0; 
    background: #828e7c;
}
.cabinet-page .table-product .table-row.head .table-cell.summ-cell {
    border-top: 1px solid #d1d1d1;
}
.cabinet-page .table-product .table-row.table-footer .table-cell {
    border-bottom: 0;
}
.cabinet-page .table-product .table-row.table-footer .table-cell.summ-cell {
    border-bottom: 1px solid #d1d1d1;
}

.cabinet-page .btn-wrap {
    margin-top: 40px;
    text-align: right;
}
.cabinet-page .btn-wrap button {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    height: 45px;
    padding: 0 45px; 
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0;
    background: #478e27;
}
.cabinet-page .btn-wrap button:hover {
    background: #3d7921;
}
.cabinet-page .btn-wrap button:active,
.cabinet-page .btn-wrap button.nice-select.open {
    background: #3d7921;
    -webkit-box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
            box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
}

.cabinet-page .cabinet-product {
    position: relative; 
    padding: 35px 30px;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.cabinet-page .cabinet-product .collapse {
    line-height: 25px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 25px;
    height: 25px;
    cursor: pointer; 
    text-align: center;
    border: 1px solid #e8e8e8;
    background: #c6c6c6;
}
.cabinet-page .cabinet-product .collapse:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: '\f106';
    text-align: center; 
    color: #4a4a4a;
}

.cabinet-page .left-contact .title {
    font-size: 24px; 
    color: #333;
}

.cabinet-page .left-contact .manager-list {
    margin: 0;
    margin-bottom: 60px; 
    padding: 0;
}
.cabinet-page .left-contact .manager-list li {
    list-style-type: none;
    border-bottom: 1px solid #ebebeb;
}
.cabinet-page .left-contact .manager-list li a {
    font-family: PFSquareSansPro;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 20px 0; 
    color: #000;
}

.cabinet-page .left-contact .calendar-block .name {
    font-family: PFSquareSansPro; 
    font-size: 24px;
    color: #333;
}

.cabinet-page .question-block {
    font-family: PFSquareSansPro;
    margin-bottom: 60px;
    padding-top: 55px; 
    border-bottom: 4px solid #ebebeb;
}
.cabinet-page .question-block .head {
    margin-bottom: 10px;
}
.cabinet-page .question-block .head .name {
    font-size: 18px;
    font-weight: 500;
    float: left; 
    color: #000;
}
.cabinet-page .question-block .head .date {
    font-size: 12px;
    float: right; 
    color: #9c9c9c;
}
.cabinet-page .question-block .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px; 
    color: #000;
}
.cabinet-page .question-block .answer-block {
    padding-left: 100px;
}

.cabinet-page .comment-block textarea {
    font-family: PFSquareSansPro; 
    font-size: 14px;
    width: 100%;
    height: 134px;
    padding: 20px;
    resize: none;
    color: #848484;
    border: 1px solid #ebebeb;
    outline: none;
}

.cabinet-page .comment-block .btn-wrap {
    margin-top: 35px; 
    text-align: right;
}
.cabinet-page .comment-block .btn-wrap button {
    font-family: PFSquareSansPro;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    height: 45px;
    padding: 0 45px; 
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0;
    background: #478e27;
}
.cabinet-page .comment-block .btn-wrap button:hover {
    background: #3d7921;
}
.cabinet-page .comment-block .btn-wrap button:active,
.cabinet-page .comment-block .btn-wrap button.nice-select.open {
    background: #3d7921;
    -webkit-box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
            box-shadow: inset 0 7px 20px 1.1px rgba(31, 31, 31, .29);
}

.cabinet-document {
    padding: 25px 20px;
}
.cabinet-document a {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    position: relative;
    display: block;
    min-height: 32px; 
    padding-left: 45px;
    color: #333;
}
.cabinet-document a .fa {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px; 
    color: #828e7c;
}

.error-page {
    text-align: center;
}
.error-page .number {
    font-size: 345px;
    font-weight: bold;
    line-height: 345px; 
    color: #ff7100;
}
.error-page .title {
    font-size: 48px;
    font-weight: bold; 
    color: #3b3b3b;
}
.error-page .desc {
    font-size: 30px;
    font-weight: bold; 
    color: #3b3b3b;
}

.compare-block h1 {
    margin-bottom: 30px; 
    padding-bottom: 0;
    border-bottom: 0;
}

.compare-block .compare-body {
    position: relative; 
    width: 100%;
}
.compare-block .compare-body .compare-left {
    float: left;
    width: 270px;
}
.compare-block .compare-body .compare-left .add-product {
    height: 401px;
    margin-bottom: 140px;
    padding-top: 155px;
}
.compare-block .compare-body .compare-left .add-product a {
    font-family: 'PFSquareSansPro';
    font-size: 16px;
    font-weight: 400; 
    line-height: 18px;
    text-decoration: underline;
    color: #20262c;
}
.compare-block .compare-body .compare-left .item-block .line {
    font-family: 'PFSquareSansPro';
    font-size: 14px;
    font-weight: 400;
    min-height: 50px;
    padding-top: 15px; 
    padding-left: 15px;
    color: #3f3f3f;
    border-bottom: 1px solid #eceeee;
}
.compare-block .compare-body .compare-right {
    margin-left: 270px;
}
.compare-block .compare-body .compare-right .tabs-link {
    position: absolute;
    top: 430px; 
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    z-index: 999;
}
.compare-block .compare-body .compare-right .tabs-link a {
    font-family: 'PFSquareSansPro';
    font-size: 16px;
    font-weight: 400;
    font-weight: 400; 
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 13px;
    color: #5f5f5f;
}
.compare-block .compare-body .compare-right .tabs-link a.active {
    font-size: 18px;
    font-weight: 500;
    color: #478e27;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.compare-block .compare-body .compare-right .compare-scroll {
    overflow-x: scroll;
    white-space: nowrap;
}
.compare-block .compare-body .compare-right .item {
    display: inline-block;
    width: 270px;
    margin-right: 25px;
    vertical-align: top;
    white-space: normal;
}
.compare-block .compare-body .compare-right .item .product-card {
    position: relative; 
    display: block;
    margin-bottom: 140px;
    padding: 20px;
    text-align: left;
    border: 1px solid #ddd;
}
.compare-block .compare-body .compare-right .item .product-card .delete {
    font-family: 'PFSquareSansPro';
    font-size: 48px;
    font-weight: 400; 
    position: absolute;
    top: -15px;
    right: 5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    color: #ff7100;
    border: 0;
    background: transparent;
}
.compare-block .compare-body .compare-right .item .product-card .img {
    margin-bottom: 25px; 
    text-align: center;
}
.compare-block .compare-body .compare-right .item .product-card .img img {
    max-width: 100%;
}
.compare-block .compare-body .compare-right .item .product-card .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    height: 36px; 
    margin-bottom: 15px;
    color: #20262c;
}
.compare-block .compare-body .compare-right .item .product-card .top-info {
    margin-bottom: 5px;
}
.compare-block .compare-body .compare-right .item .product-card .top-info .rating {
    font-size: 0; 
    float: left;
    width: 50%;
}
.compare-block .compare-body .compare-right .item .product-card .top-info .rating span {
    display: inline-block;
    margin-right: 5px; 
    vertical-align: top;
}
.compare-block .compare-body .compare-right .item .product-card .top-info .rating span:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: '\f006';
    color: #fa9607;
}
.compare-block .compare-body .compare-right .item .product-card .top-info .rating.rating1 span:nth-child(-n+1):before {
    content: '\f005';
}
.compare-block .compare-body .compare-right .item .product-card .top-info .rating.rating2 span:nth-child(-n+2):before {
    content: '\f005';
}
.compare-block .compare-body .compare-right .item .product-card .top-info .rating.rating3 span:nth-child(-n+3):before {
    content: '\f005';
}
.compare-block .compare-body .compare-right .item .product-card .top-info .rating.rating4 span:nth-child(-n+4):before {
    content: '\f005';
}
.compare-block .compare-body .compare-right .item .product-card .top-info .rating.rating5 span:nth-child(-n+5):before {
    content: '\f005';
}
.compare-block .compare-body .compare-right .item .product-card .top-info .review {
    float: right; 
    width: 50%;
}
.compare-block .compare-body .compare-right .item .product-card .top-info .review a {
    font-size: 11px;
    color: #5d5d5d;
}
.compare-block .compare-body .compare-right .item .product-card .top-info .review a:before {
    font-family: FontAwesome;
    font-size: 14px;
    position: relative;
    top: -3px; 
    display: inline-block;
    margin-right: 8px;
    content: '\f0e5';
    vertical-align: top;
    color: #20262c;
}
.compare-block .compare-body .compare-right .item .product-card .price-block {
    margin-bottom: 15px;
}
.compare-block .compare-body .compare-right .item .product-card .price-block .price {
    font-size: 23px;
    font-weight: 500; 
    float: right;
    width: 50%;
    color: #20262c;
}
.compare-block .compare-body .compare-right .item .product-card .price-block .price .fa {
    font-size: 20px;
}
.compare-block .compare-body .compare-right .item .product-card .price-block .old-price {
    font-size: 14px;
    float: left;
    width: 50%;
    margin-top: 10px; 
    text-decoration: line-through;
    color: #b3b3b3;
}
.compare-block .compare-body .compare-right .item .product-card .btn-block .buy-btn {
    float: left;
    width: 50%;
    text-align: left;
}
.compare-block .compare-body .compare-right .item .product-card .btn-block .buy-btn .buy {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    overflow: hidden; 
    height: 30px;
    margin-right: 15px;
    padding: 0 10px;
    vertical-align: top;
    color: #fff;
    border: 0;
    background: #ff7100;
}
.compare-block .compare-body .compare-right .item .product-card .btn-block .buy-btn .buy:before {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-right: 5px; 
    content: '';
    vertical-align: middle;
    background: url(../img/icon__buy.png) no-repeat;
}
.compare-block .compare-body .compare-right .item .product-card .btn-block .buy-btn .buy:hover {
    background: #ed3f03;
}
.compare-block .compare-body .compare-right .item .product-card .btn-block .buy-btn .buy:active,
.compare-block .compare-body .compare-right .item .product-card .btn-block .buy-btn .buy.nice-select.open {
    background: #ed3f03;
    -webkit-box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
            box-shadow: inset 0 2px 13px rgba(31, 31, 31, .36);
}
.compare-block .compare-body .compare-right .item .product-card .btn-block .compare {
    float: left;
    width: 50%;
    margin-top: 5px;
}
.compare-block .compare-body .compare-right .item .product-card .btn-block .compare a {
    font-size: 14px;
    text-decoration: underline; 
    color: #6d6d6d;
}
.compare-block .compare-body .compare-right .item .product-info .line {
    font-family: 'PFSquareSansPro';
    font-size: 14px;
    font-weight: 400;
    min-height: 50px;
    margin-right: -25px; 
    padding-top: 15px;
    padding-left: 15px;
    color: #3f3f3f;
    border-bottom: 1px solid #eceeee;
}
.compare-block .compare-body .compare-right .item .product-info .line.equal {
    padding-bottom: 15px;
}

.custom-scroll_container {
    position: relative;
}
.custom-scroll_container:after {
    display: block;
    height: 15px;
    margin-top: 20px; 
    content: '';
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background-color: #f6f6f6;
}

.custom-scroll_bar-x {
    height: 15px;
    margin-top: 20px; 
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background-color: #ddd;
}

.cabinet-page-other h1 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 0; 
    border-bottom: 0;
}

.cabinet-page-other .bonus-block {
    padding: 35px; 
    border: 1px solid #ddd;
}
.cabinet-page-other .bonus-block .label {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px; 
    margin-bottom: 20px;
    color: #20262c;
}
.cabinet-page-other .bonus-block .item {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px; 
    color: #478e27;
}
.cabinet-page-other .bonus-block .line {
    margin: 40px 0; 
    border-bottom: 1px solid #ddd;
}
.cabinet-page-other .bonus-block .btn-wrap {
    text-align: left;
}
.cabinet-page-other .bonus-block .btn-wrap .btn {
    font-size: 14px;
    padding: 11px 30px;
    cursor: pointer; 
    color: #fff;
    border: 0;
    background-color: #478e27;
}

.cabinet-page-other .basket-block .basket-table .basket-row .basket-cell {
    padding-right: 10px;
}

.cabinet-page-other .basket-block .basket-footer .text {
    font-size: 14px;
    color: #373737;
}

.cabinet-page-other .basket-block .basket-footer .input-block {
    margin-bottom: 50px;
}
.cabinet-page-other .basket-block .basket-footer .input-block input {
    font-size: 14px; 
    line-height: 37px;
    width: 100%;
    height: 37px;
    padding-left: 20px;
    color: #393939;
    border: 1px solid #e8e8e8;
    outline: none;
    background-color: #fff;
}

.cabinet-page-other .basket-block .basket-footer .price-all-block {
    padding: 10px; 
    border: 1px solid #e8e8e8;
}

.cabinet-page-other .basket-block .basket-footer .info-basket .summ {
    margin-right: 0;
}

.cabinet-page-other .basket-block .basket-footer .sale-block .name {
    margin-bottom: 13px;
}

.cabinet-page-other .table-product .table-row .table-cell:last-child {
    width: 100px;
}

.cabinet-page-other .table-product .table-row .table-cell:nth-child(6) {
    width: 140px;
}

.cabinet-page-other .table-product .table-row.head .table-cell {
    background: #478e27;
}

.cabinet-page-other .cabinet-product .basket-block {
    padding: 0;
    border: 0;
}
.cabinet-page-other .cabinet-product .basket-block .basket-table .basket-row .basket-cell > .price {
    padding-top: 12px;
}

.cabinet-page-other .product-info {
    margin-bottom: 40px; 
    padding: 40px 20px;
    border: 1px solid #ddd;
}
.cabinet-page-other .product-info .img {
    text-align: center;
}
.cabinet-page-other .product-info .img img {
    max-width: 100%;
}
.cabinet-page-other .product-info .info .name {
    font-family: Roboto; 
    font-size: 16px;
    font-weight: 500;
    color: #20262c;
}
.cabinet-page-other .product-info .info .article {
    font-size: 14px;
    color: #383838;
}
.cabinet-page-other .product-info .info .price {
    font-family: Roboto;
    font-weight: 500; 
    margin-top: 40px;
}
.cabinet-page-other .product-info .info .price .old {
    font-size: 14px;
    text-decoration: line-through; 
    color: #b3b3b3;
}
.cabinet-page-other .product-info .info .price .new {
    font-size: 23px;
    font-weight: 500; 
    color: #20262c;
}
.cabinet-page-other .product-info .info .price .new .fa {
    font-size: 20px;
}

.cabinet-page-other .review-block .review-list {
    border-bottom: 0;
}
.cabinet-page-other .review-block .review-list .item {
    padding-bottom: 40px; 
    border-bottom: 1px solid #e8e8e8;
}

.cabinet-page-other .profile-block .label {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 10px; 
    color: #20262c;
}

.cabinet-page-other .profile-block .input-block {
    margin-bottom: 25px;
}
.cabinet-page-other .profile-block .input-block .custom-select {
    line-height: 35px; 
    float: none;
    clear: none;
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #fff;
}
.cabinet-page-other .profile-block .input-block input[type='text'] {
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-left: 25px;
    border: 1px solid #ddd;
    outline: none; 
    background-color: #fff;
}
.cabinet-page-other .profile-block .input-block input[type='text'].sucess {
    border: 1.87px solid #9dd298;
}
.cabinet-page-other .profile-block .input-block input[type='radio'] {
    display: none;
}
.cabinet-page-other .profile-block .input-block input[type='radio'] + label {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer; 
    vertical-align: top;
    color: #20262c;
}
.cabinet-page-other .profile-block .input-block input[type='radio'] + label:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 25px; 
    content: '';
    vertical-align: middle;
    border: 1px solid #aeaeae;
    -webkit-border-radius: 12px;
            border-radius: 12px;
}
.cabinet-page-other .profile-block .input-block input[type='radio']:checked + label:before {
    background-color: #f2f2f2;
}

.cabinet-page-other .subscribe-block .item {
    margin-bottom: 50px;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] {
    display: none;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] + label {
    position: relative;
    display: block;
    padding-left: 70px;
    cursor: pointer;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] + label:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    content: '\f14a';
    opacity: .5; 
    color: #478e27;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] + label .name {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px; 
    color: #20262c;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] + label .text {
    font-size: 14px;
    font-weight: 300; 
    line-height: 24px;
    display: block;
    color: #20262c;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox']:checked + label:before {
    opacity: 1;
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {


.catalog-page .catalog-list .item .btn-block .buy-btn, .product-block .product-list .item .btn-block .buy-btn {

    text-align: center; 
}
.product-block .product-list .item .btn-block .buy-btn .buy {
     margin: 0px;
}
	.main-nav .nav-menu
	{    width: 43%;

	}
    .main-header .middle-line .select-city {
        margin-top: 10px;
    }
.main-header .middle-line .select-city .custom-select {

    width: 117px;
	}
    .main-header .middle-line .basket .btn {
        display: block;
        margin-top: 10px; 
        margin-left: 0;
    float: none;
    }
    .main-nav .search-block {
        width: 350px;
    }
    .banner-block img {
        max-width: 100%;
    }
    .main-footer .top-line .logo img {
        max-width: 100%;
    }
    .main-footer .top-line .phone-block a {
        font-size: 15px;
    }
    .main-footer .top-line .phone-block span {
        font-size: 9px;
    }
    .product-block .product-list .item .top-info .rating span:before {
        font-size: 13px;
    }
    .product-block .product-list .item .price-block .price {
        font-size: 21px;
    }
    .product-block .product-list .item .btn-block .buy-btn .buy {
        overflow: hidden;
    }
    .catalog-page .catalog-list .item .top-info .rating span:before {
        font-size: 12px;
    }
    .catalog-page .catalog-list .item .price-block .price {
        font-size: 21px;
    }
    .product-container .product-small .item:not(:last-child) {
        margin-right: 8px;
    }
    .product-container .dop-product .item:nth-child(1):after,
    .product-container .dop-product .item:nth-child(2):after {
        right: -48px;
    }
    .basket-block .basket-footer .info-basket .summ {
        margin-right: 5px;
    }
    .cabinet-page .table-product .table-row .table-cell {
        padding: 15px 5px;
    }
    .cabinet-page-other .basket-block .basket-table .basket-row .basket-cell:nth-child(1) {
        display: none;
    }
    .cabinet-page-other .basket-block .basket-footer .price-all-block {
        margin-top: 15px;
    }
    .cabinet-page-other .basket-block .basket-footer .sale-block .name {
        margin-bottom: 44px;
    }
    .cabinet-page-other .basket-block .basket-footer .info-basket .summ {
        margin-right: 20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

.popup .popup-block .popup-body.basket-popup .hide-cell {
    display: none !important;
}
	.select-city>div>.list
	{
		right: 0;
		left: inherit;
	
	}
	body .select_city_first
	{
		left: inherit;
   		right: 0;
	}
	.nav-menu li.compare
	{
display:none!important;
	}
	.nav-menu li
	{
		width: 33%!important;
	}
	.search-block .nice-select.custom-select
	{
		display:none;
	}

.product-container {

    padding-left: 10px;
    padding-right: 10px;
}

.main-nav .nav-menu {
    width: 43%;
}
    .main-header .top-line .top-menu {
        text-align: center;
    }
    .main-header .top-line .graph {
        margin: 15px 0; 
        text-align: center;
    }
    .main-header .top-line .login {
        text-align: center;
    }
    .main-header .middle-line .select-city {
        float: right;
    width: 70%;
    }
.main-header .middle-line .select-city .custom-select
{
    width: 100%;
	}
    .main-header .middle-line .phone-block {
        margin: 10px 0; 
        text-align: center;
    }
    .main-header .middle-line .phone-block .phone-1 {
        margin-right: 0;
    }

    .main-nav .search-block {
    width: 160px;
    }
    .main-nav .search-block .custom-select {
        width: 115px;
        padding-left: 5px;
    }
	.main-nav .search-block input[type='text'] {
		padding-left: 12px;
	}
    .slider-top .item .img-block {
        margin-top: 20px;
        text-align: center;
    }
    .slider-top .item .img-block .btn-block {
        left: 10px;
    }
    .banner-block img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .product-block .product-list .item .name {
        height: 54px;
    }
    .news-block .news-block-content .news-list .item .img {
        margin-bottom: 15px;
    }
    .product-container .dop-product .item {
        width: 28%;
    }
    .product-container .dop-product .item:nth-child(1):after,
    .product-container .dop-product .item:nth-child(2):after {
        right: -42px;
    }
    .product-container .dop-product .item-price {
        width: 100%;
        text-align: center;
    }
    .product-container .dop-product .item-price .price {
        margin-top: 20px;
    }
    .basket-block .basket-table {
        display: block;
    }
    .basket-block .basket-table .basket-row {
        display: block;
        margin-bottom: 15px;
    }
    .basket-block .basket-table .basket-row:nth-child(odd) {
        background: #f8f8f8;
    }
    .basket-block .basket-table .basket-row.head {
        display: none;
    }
    .basket-block .basket-table .basket-row .basket-cell {
        position: relative; 
        display: block;
        padding: 15px 10px 15px 100px;
        text-align: right;
    }
    .basket-block .basket-table .basket-row .basket-cell:before {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        position: absolute;
        top: 50%;
        left: 10px; 
        margin-top: -7px;
        content: attr(data-label);
    }
    .basket-block .basket-table .basket-row .basket-cell:nth-child(1) {
        width: 100%;
    }
    .basket-block .del {
        text-align: right;
    }
    .basket-block .basket-footer .cuopon-block {
        margin-top: 15px;
    }
    .basket-block .basket-footer .cuopon-block .name {
        margin-bottom: 10px;
    }
    .basket-block .basket-footer .sale-block {
        margin: 10px 0;
    }
    .basket-block .basket-footer .sale-block .name {
        line-height: 38px; 
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .basket-block .basket-footer .sale-block .label {
        display: inline-block;
        margin-left: 10px; 
        vertical-align: top;
    }
    .cabinet-document a {
        margin-bottom: 10px;
    }
    .error-page .number {
        font-size: 250px;
        line-height: 250px;
    }
    .popup .popup-block .popup-body .social-block {
        text-align: center;
    }
    .popup .popup-block .popup-body .social-block .social {
        text-align: center;
    }
    .popup .popup-block .popup-body .btn-wrap {
        text-align: center;
    }
    .popup .popup-block .popup-body.basket-popup .btn-first,
    .popup .popup-block .popup-body.basket-popup .summ,
    .popup .popup-block .popup-body.basket-popup .btn-wrap {
        text-align: center;
    }
    .compare-block .compare-body .compare-left {
        display: none;
    }
    .compare-block .compare-body .compare-right {
        margin-left: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {



.col-sm-4 {
    width: 33.33333333%;
    float: left;
}

	footer .logo, footer .social
	{
		text-align: center;
	}

    .main-footer .top-line .title {
        margin-top: 25px;
    }
    .popup .popup-block .popup-body .title {
        text-align: center;
    }
    .popup .popup-block .popup-body .close {
        top: 0;
        right: 10px;
        color: #363636;
    }
    .popup .popup-block .popup-body .social-block {
        text-align: center;
    }
    .popup .popup-block .popup-body .social-block .social {
        text-align: center;
    }
    .popup .popup-block .popup-body .btn-wrap {
        text-align: center;
    }
    .popup .popup-block .popup-body.basket-popup .hide-cell {
        display: none !important;
    }
    .popup .popup-block .popup-body.basket-popup .btn-first,
    .popup .popup-block .popup-body.basket-popup .summ,
    .popup .popup-block .popup-body.basket-popup .btn-wrap {
        text-align: center;
    }
    .cabinet-page .table-product {
        display: block;
    }
    .cabinet-page .table-product .table-row {
        display: block;
    }
    .cabinet-page .table-product .table-row .table-cell {
        position: relative;
        display: block;
        padding-left: 100px; 
        text-align: right;
    }
    .cabinet-page .table-product .table-row .table-cell:before {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -6px;
        content: attr(data-label);
        color: #333;
    }
    .cabinet-page .table-product .table-row .table-cell.summ-cell {
        border-right: 0; 
        border-left: 0;
    }
    .cabinet-page .table-product .table-row .table-cell.del-cell {
        text-align: right;
    }
    .cabinet-page .table-product .table-row .table-cell .summ-text {
        display: none;
    }
    .cabinet-page .table-product .table-row .table-cell:nth-child(6) {
        width: 100%;
    }
    .cabinet-page .table-product .table-row.head {
        display: none;
    }
    .cabinet-page .table-product .table-row.head .table-cell.summ-cell {
        border-top: 0;
    }
    .cabinet-page .table-product .table-row.table-footer .table-cell:nth-child(-n+4) {
        padding: 0;
    }
    .cabinet-page .table-product .table-row.table-footer .table-cell.summ-cell {
        border-bottom: 0;
    }
    .error-page .title {
        font-size: 35px;
    }
    .error-page .desc {
        font-size: 25px;
    }
    .cabinet-page-other .table-product .table-row .table-cell:last-child {
        width: 100%;
    }
    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -webkit-transition-property: none !important;
                transition-property: none !important;
        -webkit-transform: none !important;
        /*CSS transforms*/
            -ms-transform: none !important;
                transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
                animation: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .catalog-page .catalog-list.list-item .item .name {
        text-align: center;
    }
    .catalog-page .catalog-list.list-item .item .about-block {
        text-align: center;
    }
    .catalog-page .catalog-list.list-item .item .top-info .rating,
    .catalog-page .catalog-list.list-item .item .top-info .review {
        text-align: center;
    }
    .catalog-page .catalog-list.list-item .item .price-block .old-price,
    .catalog-page .catalog-list.list-item .item .price-block .price {
        text-align: center;
    }
    .catalog-page .catalog-list.list-item .item .btn-block {
        text-align: center;
    }
    .catalog-page .catalog-list.list-item .item .btn-block .buy-btn {
        text-align: center;
    }
    .cabinet-page-other .product-info .img {
        margin-bottom: 15px;
    }
    .cabinet-page-other .profile-block .input-block .custom-select {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 680px) {

	.search-block .nice-select.custom-select
	{
		    display: block;
	}
	.main-nav .search-block input[type='text'] {
		padding-left: 120px;
	}
	.next_prev_name
	{
		display:none;
	}

.pagination-news a {

    margin: 0 5px;
	}



    .main-nav {
        height: auto;
    }
    .main-nav .catalog-btn {
        display: block;
        width: 100%;
    }
    .main-nav .search-block {
        width: 100%;
        padding-right: 10px;
    }
    .main-nav .search-block input[type='image'] {
        right: 20px;
    }
    .main-nav .nav-menu {
        width: 100%;
        margin-left: 0;
        text-align: center;
        text-align: justify;
    }
.nav-menu li.compare {
    display: inline-block!important;
    width: 100%!important;
    text-align: center;
border-top: solid 1px #fff;
}
.main-nav .nav-menu li a
{
    display: inline-block;
	}
.dropdown-menu a {
padding-right: 25px;
    position: relative;
}
.dropdown-menu a.dropdown>afterblock {
    position: absolute;
    right: 0;
    top: 50%;
margin-top: -20px;
}
.dropdown-menu a.dropdown>afterblock:after
{
    font-size: 25px;
	}
    .main-nav .nav-menu:after {
        display: inline-block; 
        visibility: hidden;
        overflow: hidden;
        width: 100%;
        height: 0;
        content: '';
    }
    .slider-top .item .info {
        padding-left: 0;
    }
    .slider-top .item .img-block img {
        max-width: 100%;
    }
    .catalog-page .top-catalog .sort-block {
        margin-bottom: 10px;
    }
    .catalog-page .top-catalog .count-block {
        float: none;
        margin-bottom: 10px;
    }
    .catalog-page .top-catalog .grid-block {
        text-align: left;
    }
    .product-container .dop-product .item {
        width: 100%;
        margin-bottom: 46px;
    }
    .product-container .dop-product .item:nth-child(1):after,
    .product-container .dop-product .item:nth-child(2):after {
        top: auto;
        right: auto;
        bottom: -41px;
        left: 50%;
        margin-top: 0;
        margin-left: -18px;
    }
}
@media only screen and (max-width: 624px) {
.main-header .middle-line .select-city {

    width: 60%;
}
}
@media only screen and (max-width: 606px) {
.sort_block
{
    width: 100%;
}
	#basket .basket .btn
	{
		float: right;
		min-height: 42px;
		margin: 0;
	}
	#basket .basket .btn a {

    height: 100%;
    min-height: 42px;
    padding: 9px 17px;

	}
}



@media only screen and (max-width: 580px) {

.col-sm-4 {
    width: 100%;
    float: left;
}
.col-sm-4.adres
{
text-align:center;
	}
.col-sm-4.polovina {
    width: 50%;
    float: left;
}

    .main-header .middle-line .phone-block .phone-1,
    .main-header .middle-line .phone-block .phone-2 {
        display: block;
        margin: 5px 0;
    }
    .main-header .middle-line .phone-block .phone-1 a,
    .main-header .middle-line .phone-block .phone-2 a {
        display: block;
    }
    .main-header .middle-line .phone-block .phone-1 span,
    .main-header .middle-line .phone-block .phone-2 span {
        display: block; 
        width: auto;
        margin-left: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
	.col-md-3.col-xs-6.col-sm-6
	{
        width: 100%;
	}

.main-header .middle-line .select-city {

    width: 50%;
}

}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

.product-block .product-list .owl-dots {
    top: 24px;
    left: 0;
display:none;
}
.order-page .order-block .step
{
text-align:center;
	}

    .slider-top .item .info .name {
        font-size: 50px;
        line-height: 50px;
    }
    .slider-top .item .img-block .btn-block {
        position: static;
    }
    .slider-top .item .img-block .btn-block .buy {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .feedback .btn-wrap button {
        width: 100%;
        padding: 0;
    }
    .popup .popup-block .popup-body.basket-popup .basket-table {
        display: block;
    }
    .popup .popup-block .popup-body.basket-popup .basket-table .basket-row {
        display: block;
    }
    .popup .popup-block .popup-body.basket-popup .basket-table .basket-row .basket-cell {
        position: relative;
        display: block;
        padding: 10px 0 10px 50px; 
        text-align: right;
    }
.popup .popup-block .popup-body.basket-popup .basket-table .basket-row .basket-cell {
    max-width: inherit!important;
}

    .popup .popup-block .popup-body.basket-popup .basket-table .basket-row .basket-cell:not(:last-child) {
        border-bottom: 0;
    }
    .popup .popup-block .popup-body.basket-popup .basket-table .basket-row .basket-cell:before {
        font-size: 12px;
        line-height: 12px; 
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px;
        content: attr(data-label);
        color: #000;
    }
    .popup .popup-block .popup-body.basket-popup .label {
        display: none;
    }
    .popup .popup-block .popup-body.basket-popup .del {
        text-align: right;
    }
    .popup .popup-block .popup-body.basket-popup .next {
        width: 100%;
        text-align: center;
    }
    .popup .popup-block .popup-body.basket-popup .summ {
        margin: 10px 0;
    }
    .popup .popup-block .popup-body.basket-popup .btn-wrap .order {
        width: 100%;
        text-align: center;
    }
    .error-page .number {
        font-size: 150px;
        line-height: 150px;
    }
    .error-page .title {
        font-size: 25px;
    }
    .error-page .desc {
        font-size: 18px;
    }
}
@media only screen and (max-width: 414px) {
	.main-header .top-line
	{
		display:none;
	}
	.head_phone
	{
		display:none;
	}
	body .select_city_first
	{
		width: 100%;
	}
	#basket
	{
		margin-top: 15px;
	}

	.main-header .middle-line {
		padding: 25px 0 15px;
	}
	.main-header .middle-line .logo
	{
  	  width: 100%;
		text-align:center;
	}
	.main-header .middle-line .logo img
	{
  	  width: 60%;
	}
	.main-header .middle-line .select-city
	{
   		 width: 100%;
    	float: none;
	}
	.main-header .middle-line .select-city .custom-select
	{
   		 width: 100%;
	}
	.main-header .middle-line .select-city .custom-select .list
	{
   		 width: 100%;
	}

}
/* Custom, iPhone Retina */
@media only screen and (max-width: 375px) {
.col-sm-4.adres {
    width: 100%;
    float: left;
    text-align: center;
}


    .main-nav .nav-menu li a {
        padding: 0 5px;
    }
    .news-block .news-block-content .news-list .item .img img {
        width: 100%;
    }
    .product-container .product-info .btn-block button {
        width: 100%;
    }
    .product-container .product-info .btn-block button.buy {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .basket-block .number span {
        width: 27px;
    }
    .basket-block .basket-footer .price-all {
        margin-bottom: 10px;
    }
    .basket-block .basket-footer .price-all .text {
        float: none;
        width: 100%;
        text-align: left;
    }
    .basket-block .basket-footer .info-basket {
        text-align: center;
    }
    .basket-block .basket-footer .sale-block .name {
        line-height: normal;
    }
    .basket-block .basket-footer .sale-block .label {
        margin-left: 0;
    }
    .basket-block {
        padding: 25px;
    }
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/


/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}
