img,
legend {
    border: 0
}

.mfp-arrow,
html {
    -webkit-tap-highlight-color: transparent
}

.mfp-close,
.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover,
a {
    text-decoration: none
}

.mm-divider>span,
.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-breadcrumbs,
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mfp-wrap,
.owl-carousel .owl-item,
.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #fff
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    color: #337ab7
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,optgroup,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.mfp-container:before, .mfp-content, img {
    vertical-align: middle
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,textarea {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

figure {
    margin: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.padd {margin-bottom: 30px;}

[role=button] {
    cursor: pointer
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.affix, .mfp-bg, .mfp-wrap {
    position: fixed
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after,
.mm-arrow:after,
.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before,
.mm-prev:before {
    content: ''
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

@-ms-viewport {
    width: device-width
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
    .visible-xs-block {
        display: block !important
    }
    .visible-xs-inline {
        display: inline !important
    }
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
    .visible-sm-block {
        display: block !important
    }
    .visible-sm-inline {
        display: inline !important
    }
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
    .visible-md-block {
        display: block !important
    }
    .visible-md-inline {
        display: inline !important
    }
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
    .visible-lg-block {
        display: block !important
    }
    .visible-lg-inline {
        display: inline !important
    }
    .visible-lg-inline-block {
        display: inline-block !important
    }
    .hidden-lg {
        display: none !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (max-width:991px) {
.sidebar_banner {
    margin-top: 30px;
}

.sidebar_banner  img, .sidebar_banner  iframe{
    width: auto !important;
}
}
@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(max-width:1199px) {
	.contact_input_w3 input {
        max-width: inherit !important;
        width: 100%
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
    .hidden-print {
        display: none !important
    }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-btn,
.mm-menu,
.mm-page {
    -webkit-box-sizing: border-box
}

.mm-btn,
.mm-menu {
    box-sizing: border-box
}

.mm-hidden {
    display: none !important
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute
}

.mm-btn,
.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-effect-menu-zoom,
.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: 0;
    border-bottom: 0;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: 0;
    border-top: 0;
    right: 25px
}

.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: 0;
    border-bottom: 0;
    left: 23px
}

.mm-arrow:after,
.mm-next:after {
    border-top: 0;
    border-left: 0;
    right: 23px
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: rgba(0, 0, 0, .1)
}

.mm-listview>li>a,
.mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
    padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: 0
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>*,
.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li .mm-arrow:after,
.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking,
html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-menu.mm-autoheight.mm-bottom,
.mm-menu.mm-autoheight.mm-top {
    max-height: 80%
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight .mm-panel {
    display: block !important
}

.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu.mm-columns {
    -webkit-transition-property: width, max-width, -webkit-transform;
    transition-property: width, max-width, -webkit-transform;
    transition-property: transform, width, max-width;
    transition-property: transform, width, max-width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:0) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(2200px, 0, 0);
        transform: translate3d(2200px, 0, 0)
    }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(2640px, 0, 0);
        transform: translate3d(2640px, 0, 0)
    }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

.mm-collapsed:not(.mm-uncollapsed),
.mm-nosubresults>.mm-counter {
    display: none
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-divider>span {
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-fixeddivider span,
.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0;
    transition-duration: 0
}

.mm-menu.mm-dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
    border-bottom: 0
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
    border-top: 0
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-sronly {
    text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1
}

.mm-search,
.mm-search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}

.mm-search input {
    border: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-search .mm-clear,
.mm-search .mm-next {
    right: 0
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-search input {
    color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-indexer a,
.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .5)
}

input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}

label.mm-toggle+a,
label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
    right: 60px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, .7)
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}

.mm-listview.mm-border-offset>li:after,
.mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px
}

.mm-menu.mm-effect-menu-zoom {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu.mm-fullscreen.mm-bottom,
.mm-menu.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-pageshadow.mm-front:after,
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
    z-index: 1
}

html.mm-popup .mm-menu {
    z-index: 2
}

.mm-menu.mm-bottom,
.mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu {
    z-index: 2
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    tap-highlight-color: rgba(255, 255, 255, .3)
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu .mm-tileview.mm-listview>li,
.mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,
.mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span,
.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,
.mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.footer_mnu::after,
.form_style_bottom_sign_in::after,
.free_app_singl::after,
.main_mnu>ul>li.menu_item_has_children::after,
.main_mnu>ul>li>ul li ul::after,
.news .news_singl::after,
.news_item_box_bottom::after,
.popular_article_item_box_bottom::after,
.user_account_after_authorization::after {
    content: ""
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.main_mnu>ul,
.main_mnu>ul>li {
    position: relative;
    display: inline-block
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.header_top {
    height: 71px;
    background: #83bf0a
}

.main_mnu {
    white-space: nowrap;
    text-align: center
}

.main_mnu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main_mnu>ul {
    border-left: 1px solid #75a21a;
    border-right: 1px solid #9aca62;
    font-size: 0;
	float:left;
}

.main_mnu>ul>li {
    font: 18px PTSansBold, sans-serif;
    text-align: left
}

.main_mnu>ul>li .private_office,
.main_mnu>ul>li.check_in_btn_mnu,
.main_mnu>ul>li.sign_in_btn_mnu {
    display: none
}

.main_mnu>ul>li.active.menu_item_has_children::after {
    background: url(../images/sprite_mnu_ico.png) 0 -88px no-repeat
}

.main_mnu>ul>li.active>a {
    color: #83bf0a;
    background-color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.main_mnu>ul>li:hover.menu_item_has_children::after {
    background: url(../images/sprite_mnu_ico.png) 0 -88px no-repeat
}

.main_mnu>ul>li:hover>a {
    color: #83bf0a;
    background-color: #fff
}

.main_mnu>ul>li:hover>ul {
    display: block
}

.main_mnu>ul>li>ul {
    display: none;
    background-color: #fff;
    width: 300px;
    position: absolute;
    top: 100%;
    z-index: 10001;
    font: 15px MuseoSansCyrl-700, sans-serif;
    padding-bottom: 15px;
    padding-top: 5px;
    -webkit-box-shadow: 0 15px 30px -6px #c3c3c3;
    box-shadow: 0 15px 30px -6px #c3c3c3
}

.main_mnu>ul>li>ul a {
    color: #595454;
    padding: 4px 30px 4px 55px;
    position: relative;
    border: 0
}

.main_mnu>ul>li>ul li {
    position: relative;
    font: 18px PTSansRegular, sans-serif
}

.main_mnu>ul>li>ul li:hover>ul {
    display: block
}

.main_mnu>ul>li>ul li:hover>a {
    color: #83bf0a;
    font-family: PTSansBold, sans-serif;
    border: 0
}

.main_mnu>ul>li>ul li ul {
    display: none;
    width: 300px;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 10001;
    background-color: #e83147;
    padding-bottom: 20px;
    padding-top: 14px;
    -webkit-box-shadow: inset 7px 0 34px -10px rgba(0, 0, 0, .75);
    box-shadow: inset 7px 0 34px -10px rgba(0, 0, 0, .75)
}

.main_mnu>ul>li>ul li ul::after {
    position: absolute;
    left: 0;
    top: 5px;
    border: 10px solid transparent;
    border-left: 10px solid #fff
}

.main_mnu>ul>li a,
.main_mnu>ul>li:first-child a {
    border-left: 1px solid #9aca62
}

.main_mnu>ul>li>ul li ul a {
    color: #fff;
    padding: 4px 10px 4px 55px
}

.main_mnu>ul>li>ul li ul a:hover {
    color: #ffb400;
    background: 0
}

.main_mnu>ul>li.menu_item_has_children a {
    padding-right: 54px
}

.main_mnu>ul>li.menu_item_has_children::after {
    width: 19px;
    height: 19px;
    background: url(../images/sprite_mnu_ico.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -9px
}

.main_mnu>ul>li a {
    display: block;
    color: #fff;
    padding: 24px 42px 24px;
    border-right: 1px solid #75a21a;
    position: relative
}

.main_mnu>ul>li a:hover {
    color: #83bf0a;
    background-color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s
}

.check_in_btn,
.see_all,
.sign_in_btn {
    text-align: center;
    -webkit-transition: all .25s
}

#private_office_title_mnu_mobile {
    display: none
}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#f5f5f5; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}
#gotop{position:fixed; width:40px; height:40px; line-height:36px; right:10px; bottom:10px; cursor:pointer; 
z-index:9998; display:none; opacity:0.7; background-color:#000; border-radius:50%; text-align:center;}
#gotop span {background: url(../images/up.png) no-repeat; width:20px; height:20px; display:block; position: absolute; left: 9.5px; top: 9px;}

.header_bottom .header_logo,
.header_bottom .mobile_mnu,
.header_bottom .search_mob {
    display: block;
    z-index: 10;
    position: relative
}

.header_bottom {
    background-color: #fff;
    padding: 40px 0 10px
}

.header_bottom .search_mob {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/search_mobile.png) center no-repeat #ffb400
}

.header_bottom .mobile_mnu {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/mob_mnu.png) center no-repeat #83bf0a
}

.header_bottom .header_logo {
    max-width: 375px;
    min-height: 101px;
    padding-bottom: 20px
}

.header_bottom .header_logo .header_logo_mobile {
    display: none
}

.header_bottom .header_logo img {
    display: inline-block;
    vertical-align: middle
}

.header_bottom .header_logo img {
    max-width: 100%;
    padding-right: 10px
}

.header_bottom .header_search {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.input_search_width_border {
    position: relative;
    z-index: 1111;
    height: 70px;
    border: 5px solid #e9e9e9;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.input_search_width {
    position: relative;
    display: block;
    height: 60px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    overflow: hidden
}

.input_search_width .input_search_setter {
    height: 60px;
    margin: 0 110px 0 26px
}

.input_search_width .input_search_setter .search_style {
    width: 100%;
    height: 60px;
    font: 18px PTSansRegular, sans-serif;
    color: #000;
    border: 0;
    outline: 0;
    position: relative;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 999
}

.search_btn, .search_btn2 {
    color: #fff;
    width: 78px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 11px;
    right: 25px;
    z-index: 999;
    border: 0;
    outline: 0;
    background: url(../images/search_ico_header.png) center no-repeat #ffb400;
}
.search_btn:hover{
    background: url(../images/search_ico_header.png) center no-repeat #e6a200;
}
.search_btn2 {
    background: url(../images/searchb.png) center no-repeat #ffb400;
}
.search_btn2:hover {
    background: url(../images/searchb.png) center no-repeat #e6a200;
}

.user_account_nav {
    display: block
}

.user_account_nav_to_authorization {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.user_account_nav_to_authorization li {
    display: inline-block;
    font-size: 18px
}

.check_in_btn,
.sign_in_btn {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #000;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-family: PTSansBold, sans-serif;
    transition: all .25s;
    outline: 0
}

.check_in_btn:active,
.check_in_btn:focus,
.sign_in_btn:active,
.sign_in_btn:focus {
    outline: 0
}

.check_in_btn {
    background: #e9e9e9;
    width: 140px;
    margin-right: 12px
}

.check_in_btn:hover {
    background: #d2d2d2
}

.sign_in_btn {
    background: #ffb400;
    width: 110px
}

.sign_in_btn:hover {
    background: #e6a200
}

#user_account_after_authorization_mobile {
    display: none
}

.user_account_after_authorization {
    position: relative;
    height: 70px;
    width: 100%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #e9e9e9;
    padding: 0 30px
}

.user_account_after_authorization::after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 8px;
    background: url(../images/user_account_arrow.png) center no-repeat;
    margin-top: -4px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.user_account_after_authorization:hover {
    -webkit-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0
}

.user_account_after_authorization:hover::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.user_account_after_authorization:hover .user_account_after_authorization_hover {
    display: block
}

.user_account_after_authorization_inner {
    height: 70px;
    width: 100%;
    position: relative
}

.user_account_img img{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #83bf0a;
    background-repeat: no-repeat;
    background-position: bottom center
}

.user_account_img_default {
    background-image: url(../images/avatar.png)
}

.user_account_full_name {
    display: block;
    position: absolute;
    top: 50%;
    left: 75px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 18px PTSansBold, sans-serif;
    color: #000;
    width: 120px;
    line-height: 1.1
}

.see_all,
.user_account_after_authorization_exit,
.user_account_after_authorization_nav li a {
    font: 18px PTSansRegular, sans-serif
}

.user_account_after_authorization_hover {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1222;
    left: 0;
    width: 100%;
    padding: 0 30px 30px;
    background: #e9e9e9;
    -webkit-border-bottom-left-radius: 35px;
    border-bottom-left-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    border-bottom-right-radius: 35px
}

.popup_style,
.see_all {
    position: relative;
    display: block
}

.user_account_after_authorization_hover_inner {
    border-top: 1px solid #d1d1d1
}

.user_account_after_authorization_nav {
    list-style: none;
    margin: 10px 0 20px;
    padding: 0
}

.user_account_after_authorization_nav li {
    display: block
}

.user_account_after_authorization_nav li a {
    display: block;
    color: #000;
    padding: 4px 0
}

.user_account_after_authorization_nav li a:hover {
    color: #83bf0a
}

.user_account_after_authorization_nav li a img,
.user_account_after_authorization_nav li a span {
    display: inline-block;
    vertical-align: middle
}

.user_account_after_authorization_nav li a img {
   margin: -2px 10px 0 0;
}

.user_account_after_authorization_exit {
    display: block;
    text-align: center;
    color: #000;
    background: #ffb400;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 4px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 0;
    width: 100%
}

.gray_btn,
.see_all {
    -webkit-border-radius: 50px
}

.user_account_after_authorization_exit:hover {
    background: #e6a200
}

.see_all {
    top: 4px;
    width: 140px;
    height: 40px;
    line-height: 2.1;
    border-radius: 50px;
    color: #fff;
    background-color: #83bf0a;
    float: right;
    transition: all .25s
}

.gray_btn,
.see_all:hover {
    -webkit-transition: all .25s
}

.see_all:hover {
    background-color: #76ac09;
    transition: all .25s
}

.popup_style {
    background: #fff;
    width: auto;
    max-width: 570px;
    padding: 60px 100px 70px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin: 20px auto;
    z-index: 1
}

.popup_style .mfp-close {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/popup_close.png) center no-repeat #e9e9e9;
    opacity: 1;
    color: transparent;
    margin-right: 10px;
    margin-top: 10px
}

.popup_style p {
    font: 18px PTSansRegular, sans-serif;
    margin-bottom: 20px
}

.popup_title {
    font: 36px PTSansBold, sans-serif;
    color: #000;
    margin-bottom: 20px;
    line-height: 1
}

.input_style, .reciep select, .xfields input, .xfields select {
    width: 100%;
    border: 2px solid #e9e9e9;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 60px;
    margin-bottom: 25px;
    outline: 0;
    padding: 0 25px;
    font: 18px PTSansRegular, sans-serif;
    color: #000
}

input[type=submit].sign_up_btn_green {
    margin-bottom: 0;
    padding: 21px 40px;
    font: 18px PTSansBold, sans-serif;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    background: #83bf0a;
    color: #fff;
    border: 0
}

input[type=submit].sign_up_btn_green:hover {
    background: #76ac09;
    color: #fff
}

.form_style .wrapp_checkbox {
    margin-bottom: 30px
}

.form_style input[type=submit].sign_in_btn_yellow {
    padding: 21px 62px
}

input[type=submit].sign_in_btn_yellow {
    margin-bottom: 0;
    padding: 21px 40px;
    font: 18px PTSansBold, sans-serif;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    background: #ffb400;
    color: #000;
    border: 0
}

input[type=submit].sign_in_btn_yellow:hover {
    background: #e6a200;
    color: #000
}

.form_style_bottom_sign_in {
    margin-top: 10px
}

.form_style_bottom_sign_in::after {
    clear: both;
    display: table
}

.form_style_bottom_sign_in .forgot_password_link {
    position: relative;
    top: 23px;
    float: right;
    color: #205cc9;
    text-decoration: underline;
    font: 15px PTSansRegular, sans-serif
}

.form_style_bottom_sign_in .forgot_password_link:hover {
    text-decoration: none
}

.gray_btn {
    display: inline-block;
    padding: 23px 40px;
    color: #000;
    font: 18px PTSansBold, sans-serif;
    background: #e9e9e9;
    border-radius: 50px;
    transition: all .25s
}

.gray_btn:hover {
    background: #d2d2d2
}

.wrapp_checkbox {
    margin-bottom: 20px
}

.checkbox {
    margin-bottom: 5px
}

input[type=checkbox] {
    display: none
}

.comments_subscribe input {display:inline-block !important;margin-right: 5px;}

input[type=checkbox]+label {
    padding-left: 37px;
    min-height: 24px;
    display: inline-block;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    padding-top: 3px;
    text-align: left
}

input[type=checkbox]+label a {
    text-decoration: underline;
    color: #205cc9
}

input[type=checkbox]+label a:hover {
    text-decoration: none
}

input[type=checkbox]:checked+label {
    background-position: 0 -58px
}

.private_office {
    display: block;
    width: 165px;
    height: 65px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #595454;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 20px
}

.private_office div {
    width: 40px;
    height: 37px;
    background-color: #83bf0a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-left: 15px;
    margin-right: 20px
}

.private_office div,
.private_office span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px
}

.private_office span {
    width: 85px
}

.wrapp_slider {
    overflow: hidden;
    height: 322px
}

.slider {
    display: block !important;
    overflow: hidden
}

.slider .owl-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.slider .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px
}

.slider .owl-dots .owl-dot.active,
.slider .owl-dots .owl-dot:hover {
    background: #83bf0a
}

.slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.slide__singl {
    background: url(../images/slider_bg.png) repeat-x;
    height: 330px;
    color: #fff
}

.slider_title {
    text-transform: uppercase;
    font: 48px MuseoSansCyrl-300, sans-serif;
    padding-top: 25px;
    position: relative;
    z-index: 10
}

.slider_title h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.slider_title h1, .slider_title h2 {
    padding-bottom: 0;
    font: inherit;
    margin: 0
}

.slider_title h1 span, .slider_title h2 span {
    font-family: PTSansBold, sans-serif
}

.slider_title .slider_title_red {
    color: #e83147
}

.slider_title .slider_title_yellow {
    color: #ffb400
}

.slider_title .slider_title_green {
    color: #83bf0a
}

.slider_desc {
    font: 16px PTSansRegular, sans-serif;
    max-width: 570px
}

.slider_katalog_app {
    display: table;
    margin-top: 25px;
    height: 66px;
    width: 370px;
    padding-right: 30px;
    border: 2px solid #fff;
    color: #fff;
    padding-left: 40px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    font: 20px PTSansBold, sans-serif;
    background: url(../images/slider_kat.png) left 60px center no-repeat rgba(0, 0, 0, .1);
    -webkit-transition: all .25s;
    transition: all .25s
}

.slider_katalog_app:hover {
    background: url(../images/slider_kat.png) left 60px center no-repeat rgba(0, 0, 0, .2)
}

.slider_katalog_app span {
    display: table-cell;
    vertical-align: middle
}

.slider_prodroid {
    position: absolute;
    right: 0;
    bottom: -61px;
    width: 320px;
    height: 280px;
    background: url(../images/themedroid.png) no-repeat
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.page_title {
    background: #fff;
    font: 35px MuseoSansCyrl-700, sans-serif;
    padding-bottom: 10px;
    line-height: 1;
    padding-top: 10px;
    color: #000
}

.android_app_singl {
    background: #fff;
    position: relative;
    min-height: 273px;
    padding: 18px 10px 35px;
    text-align: center;
    margin-bottom: 25px;
    -webkit-box-shadow: 1px 3px 10px 0 #ccc;
    box-shadow: 1px 3px 10px 0 #ccc
}

.android_app_singl .android_app_ico {
    display: block;
    max-width: 130px;
    padding-bottom: 15px;
    margin: 0 auto;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.wrapp__android_app_top .android_app_title_h, .cat__android_app_top .android_app_title_h {
    min-height: 47px;
    font: 36px PTSansBold, sans-serif
}

.bread_crumbs {
    min-height: 58px;
    background: #fff;
    padding: 10px 0 30px
}

.bread_crumbs ul {
    list-style: none;
    font: 14px PTSansRegular, sans-serif
}

.bread_crumbs li {
    display: inline-block;
    padding-right: 40px;
    position: relative
}

.bread_crumbs li:last-child a:hover {
    color: #000
}

.bread_crumbs li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    width: 9px;
    height: 6px;
    background: url(../images/bread_crumbs_arrow.png) center no-repeat
}

.bread_crumbs li:last-child::after {
    background: 0
}

.android_app,
body {
    background: #f1f0ee
}

.bread_crumbs li:last-child a.no_link {
    color: #000;
    cursor: default
}

.bread_crumbs a {
    color: #83bf0a
}

.bread_crumbs a:hover {
    color: #4f7406
}

.android_app {
    padding: 20px 0;
}

.android_app_singl .android_app_title {
    font: 18px PTSansBold, sans-serif;
    display: block;
    color: #205cc9;
    padding-bottom: 7px;
    line-height: 1;
    position: relative
}

.android_app_singl .android_app_title:hover {
    color: #123371
}

.android_app_singl .android_app_kategory a {
    display: block;
    font: 15px PTSansRegular, sans-serif;
    color: #000;
    text-decoration: underline
}

.drinfo {
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.android_app_singl .android_app_kategory a:hover {
    text-decoration: none
}

.android_app_singl .android_app_stars {
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.wrapper,
body {
    position: relative
}

textarea::-webkit-input-placeholder {
    color: #000
}

textarea::-moz-placeholder {
    color: #000
}

textarea:-moz-placeholder {
    color: #000
}

textarea:-ms-input-placeholder {
    color: #000
}

input::-webkit-input-placeholder {
    color: #000
}

input::-moz-placeholder {
    color: #000
}

input:-moz-placeholder {
    color: #000
}

input:-ms-input-placeholder {
    color: #000
}

body {
    font-family: PTSansRegular, sans-serif;
    font-weight: 400;
    font-size: 14px;
    min-width: 320px;
    line-height: 1.6;
    color: #000;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wrapper {
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 100%
}

.android_app_popular {
    background: url(../images/popular_bg.png);
    margin-bottom: 0px
}

.popular_article_bg {
    background: url(../images/block_bg.png)
}

.popular_article_bg .android_app_title_h {
    color: #fff
}

.popular_article_item {
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}

.popular_article_item:hover .popular_article_item_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popular_article_item:hover .popular_article_item_box {
    background: rgba(0, 0, 0, .8)
}

.wrapp__android_app_top {
    margin-bottom: 35px;
}

.popular_article_item_img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 1s;
    transition: all 1s
}

.bg_white {
    background: #fff
}

.popular_article_item_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 15px 30px 22px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.news_item,
.news_item_title {
    -webkit-transition: all .25s
}

.popular_article_item_box .article_item_title {
    display: block;
    font: 18px PTSansBold, sans-serif;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 15px
}

.popular_article_item_box_bottom::after {
    clear: both;
    display: table
}

.popular_article_item_box_bottom .wrapp_article_item_date {
    float: left
}

.popular_article_item_box_bottom .article_item_date {
    color: #fff;
    font-size: 13px;
    background: url(../images/customer_data.png) left center no-repeat
}

.popular_article_item_box_bottom .article_item_date span {
    display: inline-block;
    padding-left: 18px
}

.popular_article_item_box_bottom .article_item_rating {
    float: right
}

.free_app_all {
    background: url(../images/block_bg1.png)
}

.free_app_all .android_app_title_h {
    color: #fff
}

.free_app_all .see_all {
    background-color: #595454;
    color: #fff
}

.free_app_all .see_all:hover {
    background: #474343
}

.free_app_singl {
    background-color: #fff;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    height: 275px
}

.free_app_singl::after {
    clear: both;
    display: table
}

.free_app_singl .android_app_ico {
    display: block;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 10px
}

.free_app_singl a {
    display: block
}

.free_app_singl .android_app_title {
    line-height: 1;
    color: #205cc9;
    font: 18px PTSansBold, sans-serif;
    padding-bottom: 5px;
    padding-top: 10px
}

.free_app_singl .android_app_title:hover {
    color: #1a4aa1
}

.free_app_singl .android_app_kategory {
    color: #000;
    font: 15px PTSansRegular, sans-serif;
    text-decoration: underline;
    padding-bottom: 15px
}

.free_app_singl .android_app_kategory:hover {
    text-decoration: none
}

.android_app_date {
    font-size: 13px;
    color: #b5b5a9;
    margin-top: 3px
}

.android_app_date img,
.android_app_date span {
    display: inline-block;
    vertical-align: middle
}

.android_app_date img {
    margin-right: 5px
}

.main_title_page {
    font: 36px PTSansBold, sans-serif;
    margin-bottom: 30px
}

.wrapp_free_app_price {
    margin-top: 10px;
    font: 18px PTSansBold, sans-serif
}

.wrapp_free_app_price .free_app_price {
    display: inline-block;
    vertical-align: middle;
    color: #83bf0a;
    text-align: center;
    text-decoration: line-through;
    font-size: 15px;
    margin-right: 10px
}

.news .news_singl a:hover {
    text-decoration: underline
}

.wrapp_free_app_price .free_app_price_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #ffb400
}

.free_app_singl_desc {
    float: left;
    font: 14px PTSansRegular, sans-serif;
    margin-top: 20px;
    line-height: 1.5;
    height: 65px;
    overflow: hidden
}

.wrapp_app_see_all {
    text-align: center
}

.footer_bottom_right,
.promo_prodroid {
    text-align: right
}

.app_see_all {
    padding: 7px 18px;
    background: #595454;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 15px
}

.list_applications {
    position: relative;
    padding: 30px 0 60px
}

.list_applications .android_app_singl {
    min-height: 308px
}

.list_applications .list_applications_btn {
    color: #fff;
    width: 78px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 11px;
    right: 25px;
    z-index: 999;
    border: 0;
    outline: 0;
    background: url(../images/list_applications_btn.png) center no-repeat #ffb400
}

.list_applications .list_applications_btn:hover {
    background: url(../images/list_applications_btn.png) center no-repeat #e6a200
}

.list_applications_input_inner_field,
.list_applications_input_inner_text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px
}

.list_applications_input_inner_text_title {
    font: 36px PTSansBold, sans-serif;
    line-height: 1
}

.list_applications_input_inner_text_desc {
    font: 18px PTSansRegular, sans-serif
}

.news .row {
    font-size: 0
}

.news .co-xs-12,
.news .col-md-3,
.news .col-sm-6 {
    display: inline-block;
    vertical-align: top;
    float: inherit;
    font-size: 14px
}

.news .news_singl a,
.news .news_singl img,
.news_item_box_bottom .wrapp_news_item_date {
    float: left
}

.news .android_app_title_h .news_articles,
.news .android_app_title_h .news_title {
    display: inline-block;
    vertical-align: top
}

.news .android_app_title_h .news_articles {
    margin-left: 20px;
    font: 35px MuseoSansCyrl-300, sans-serif;
    color: #000;
    border-bottom: 2px solid #000
}

.news .news_singl {
    margin-bottom: 20px;
    color: #205cc9
}

.news .news_singl::after {
    clear: both;
    display: table
}

.news .news_singl img {
    width: 15%;
    height: 45px;
    margin-right: 10px
}

.news .news_singl a {
    width: 80%;
    font-size: 17px;
    line-height: 1.4
}

.wr_news_singl:last-child {
    padding-bottom: 20px
}

.wrapper_news_singl {
    margin-top: 40px
}

.news_item {
    position: relative;
    margin-bottom: 30px;
    min-height: 300px;
    transition: all .25s
}

.news_item:hover .news_item_title {
    color: #595454
}

.news_item:hover .news_item_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.wrapp_news_item_img {
    display: block;
    height: 180px;
    margin-bottom: 15px;
    overflow: hidden
}

.news_item_img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s
}

.news_item_title {
    display: block;
    margin-bottom: 15px;
    color: #000;
    transition: all .25s;
    font: 18px PTSansBold, sans-serif
}

.news_item_box_bottom::after {
    clear: both;
    display: table
}

.footer_mnu ul,
.news_item_box_bottom .news_item_rating {
    float: right
}

.news_item_box_bottom .news_item_date {
    font-size: 13px;
    background: url(../images/customer_data.png) left center no-repeat;
    color: #b5b5a9
}

.news_item_box_bottom .news_item_date span {
    display: inline-block;
    padding-left: 20px
}

.text_block .android_app_title_h {
    line-height: 1;
    color: #000;
    margin-bottom: 30px
}

.text_block {
    font: 14px PTSansRegular, sans-serif;
    color: #000
}

.text_block p {
    margin-bottom: 25px
}

.subscribe_to_updates {
    position: relative;
    min-height: 130px;
    padding: 30px 0;
    background: url(../images/subscribe_bg.png) no-repeat;
    background-size: cover
}

.subscribe_to_updates_text {
    color: #fff;
    background: url(../images/email_ico.png) left center no-repeat
}

.subscribe_to_updates_text_inner {
    min-height: 70px;
    padding-left: 100px
}

.subscribe_to_updates_title {
    font: 36px PTSansBold, sans-serif
}

.input_email_width .input_email_setter .email_style,
.subscribe_to_updates_desc {
    font: 18px PTSansRegular, sans-serif
}

.input_email_width_border {
    border: 5px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 70px
}

.input_email_width {
    position: relative;
    z-index: 11;
    display: block;
    height: 60px;
    background: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.input_email_width .input_email_setter {
    height: 60px;
    margin: 0 110px 0 26px
}

.input_email_width .input_email_setter .email_style {
    width: 100%;
    height: 60px;
    color: #000;
    border: 0;
    outline: 0;
    position: relative;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 9
}

.input_email_width .input_email_setter .search_btn {
    color: #fff;
    width: 78px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    font: 18px PTSansBold, sans-serif;
    text-transform: uppercase;
    top: 11px;
    right: 25px;
    z-index: 9;
    border: 0;
    outline: 0;
    background: #e83147
}

.input_email_width .input_email_setter .search_btn:hover {
    background: #d12c40
}

.error_mail {
    border: 5px solid #e83147
}

.ok_mail {
    border: 5px solid #83bf0a
}

.contact,
.footer_bottom .liveinternet,
.footer_mnu ul,
.kategory_link,
.kategory_select,
.promo_prodroid_title,
.search_results,
footer {
    position: relative
}

.search_results {
    padding: 30px 0 50px
}

.list_applications_input_inner,
.search_results_input_inner {
    font-size: 0;
    background: url(../images/popular_bg.png);
    padding: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 30px
}

.search_results_input_text {
    font: 36px PTSansBold, sans-serif;
    margin-bottom: 30px
}

.input_search_width_border_transparent {
    border: 5px solid rgba(255, 255, 255, .5)
}

footer {
    background: #242222;
    padding: 40px 0
}

.footer_top {
    margin-bottom: 30px
}

.footer_logo {
    display: block
}

.footer_logo img {
    display: block;
    max-width: 200px;
    height: auto
}

.footer_mnu {
    list-style: none;
    font: 18px PTSansBold, sans-serif;
    padding-top: 10px
}

.footer_mnu::after {
    clear: both;
    display: table
}

.footer_mnu li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 30px
}

.footer_mnu li:last-child {
    margin-right: 0
}

.footer_mnu li a {
    color: #83bf0a;
    display: block
}

.footer_mnu li a:hover {
    color: #699908
}

.footer_bottom .copyfight {
    font: 14px PTSansRegular, sans-serif;
    color: #fff;
    margin-bottom: 15px
}

.footer_bottom .copyfight a {
    color: #fff
}

.footer_bottom .copyfight a:hover {
    text-decoration: underline
}

.footer_bottom .social_link {
    display: inline-block;
    vertical-align: middle
}

.footer_bottom .social_link>a {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/sprite_social_link.png) no-repeat;
    margin-right: 5px
}

.footer_bottom .social_link>a:hover {
    opacity: .7
}

.footer_bottom .social_link>a:nth-child(2) {
    background: url(../images/sprite_social_link.png) -60px 0 no-repeat
}

.footer_bottom .social_link>a:nth-child(3) {
    background: url(../images/sprite_social_link.png) -120px 0 no-repeat
}

.footer_bottom .social_link>a:nth-child(4) {
    background: url(../images/sprite_social_link.png) -180px 0 no-repeat
}

.footer_bottom .social_link>a:nth-child(5) {
    background: url(../images/sprite_social_link.png) -240px 0 no-repeat
}

.footer_bottom .liveinternet {
    width: 90px;
    height: 32px;
    top: 10px;
    margin-left: 50px;
    display: inline-block;
    vertical-align: middle
}

.contact_input_w2::after,
.contact_input_w3::after,
.kategory_link_all ul::after {
    display: table;
    content: "";
    clear: both
}

.contact {
    padding: 40px 0 30px
}

.contact_form {
    max-width: 770px;
    margin: 0 auto
}

.contact_title {
    font: 36px PTSansBold, sans-serif;
    margin-bottom: 30px
}

.textarea_style {
    width: 100%;
    border: 2px solid #e9e9e9;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    margin-bottom: 25px;
    height: 145px;
    outline: 0;
    padding: 15px 25px;
    font: 18px PTSansRegular, sans-serif;
    color: #000
}

input[type=submit].contact_form_submit, input[type=button].contact_form_submit {
    padding: 23px 100px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font: 18px PTSansBold, sans-serif;
    border: 0;
    background: #83bf0a;
    color: #fff;
    outline: 0
}

input[type=submit].contact_form_submit:hover, input[type=button].contact_form_submit:hover {
    background: #76ac09;
    color: #fff
}

.contact_input_w2 input {
    max-width: 370px
}

.contact_input_w3 input {
    max-width: 340px
}

.contact_input_w2 input:first-child, .contact_input_w3 input:first-child {
    float: left
}

.contact_input_w2 input:last-child, .contact_input_w3 input:last-child  {
    float: right
}

.kategory_select {
    padding: 30px 0
}

.kategory_select form select {
    margin-right: 20px;
    height: 35px;
    padding: 0 10px 0 5px;
    background: #fff;
    border: 0;
    outline: 0;
    font-size: 14px;
    margin-bottom: 10px
}

.kategory_select form select:first-child {
    background: url(../images/kategory_select_1.png) 10px center no-repeat #83bf0a;
    color: #fff;
    padding-left: 30px
}

.kategory_link {
        padding-top: 40px;
}

.kategory_link_all li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

.kategory_link_all li:last-child {
    margin-right: 0
}

.kategory_link_all li.active a,
.kategory_link_all li:hover a {
    background: #83bf0a
}

.kategory_link_all li a {
    display: block;
    padding: 4px 40px;
    background: #595454;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#katalog {
    margin-bottom: 60px;
    padding-top: 40px
}

#katalog .android_app_title_h {
    font-size: 25px;
    padding-bottom: 10px
}

#katalog .android_app_title_h h1 {
    font: 36px PTSansBold, sans-serif
}

.promo_prodroid {
    background: #7bb30b;
    height: 200px;
    margin: 30px 0
}

.promo_prodroid_title {
    color: #000;
    padding-top: 50px
}

.promo_prodroid_title div {
    font: 70px MuseoSansCyrl-900, sans-serif;
    text-transform: uppercase;
    line-height: 1
}

.promo_prodroid_title div span {
    color: #fff
}

.promo_prodroid_title>span {
    display: block;
    font-family: MuseoSansCyrl-700, sans-serif;
    font-size: 29px;
    margin-top: -12px;
    margin-right: 7px
}

.promo_prodroid_img {
    position: absolute;
    left: 0;
    bottom: -46px;
    max-width: 100%
}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.resplc-loadmore{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:20px auto;
	clear:both;
}

.resplc-loadmore .resplc-loadmore-btn{
	width: 200px;
	text-align: center;
	border-radius: 50px;
	background-color: #83bf0a;
	transition: all .25s;
	padding:8px 12px;
	display:inline-block;
	color:#FFF;
	cursor:pointer;
	font: 18px PTSansRegular,sans-serif;
}

.resplc-loadmore .resplc-loadmore-btn:after{
	content: attr(data-rlc_label);
}
.pagi-load {text-align:center;}
.pagi-load > span {display:none;}
.pagi-load + .pagi-nav {margin-top:5px;}
.bottom-nav {line-height:40px; text-align:center; font-size:16px; padding:20px 10px 30px 10px;}
.pagi-nav {white-space:nowrap; overflow-y:hidden; overflow-x:auto; max-width:100%;
background-color:#FFF; border:1px solid #e3e3e3; border-radius:3px; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev img, .pnext img {margin-top: -3px;}
.pprev {border-right:1px solid #e3e3e3;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:40px; text-align:center;}
.pnext a:hover, .pprev a:hover {background: none !important;}
.navigation {text-align:center;}
.navigation a, .navigation span {display:inline-block; padding:0 5px; min-width:38px;
color:#444; border-right:1px solid #e3e3e3; margin-right:-4px;}
.navigation span, .pagi-nav a:hover {background-color:#83bf0a; color:#fff;}
.navigation span.nav_ext {background-color:transparent; color:#888;}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}

.wrapper_article {
    margin-top: 20px;
}

.article_content {
    position: relative;
    background: #fff;
    padding: 30px 0 0;
    font: 15px PTSansRegular, sans-serif;
    -webkit-box-shadow: 0 4px 5px 0 #ccc;
    box-shadow: 0 4px 5px 0 #ccc;
    line-height: 1.6
}

.article_content_padding img {
    max-width: 100%
}

.article_image,
.article_img_left {
    -webkit-box-shadow: 0 4px 5px 0 #ccc
}

.article_content::after {
    clear: both;
    content: "";
    display: table
}

.article_content h1 {
    font: 36px PTSansBold, sans-serif;
    line-height: 1;
    margin-bottom: 20px;
    display: inline
}

.article_content h2 {
    font: 30px PTSansBold, sans-serif;
    line-height: 1;
    margin-bottom: 20px
}

.article_content h3 {
    font: 24px PTSansBold, sans-serif;
    line-height: 1;
    margin-bottom: 20px
}
.hidden-images {
    display: none;
}
#howinst {margin-top:30px;}
.full-taglist {margin:0 0 30px 0;}
.full-taglist span:not(:last-child):not(.fa) a:after {content:","; margin-right:3px;}
.full_text ol {
    counter-reset: counterOl;
    counter-reset-margin: 0 0 20px;
    counter-reset-padding: 0;
    list-style: none;
    font-size: 15px
}

.full_text ol li {
    margin-bottom: 3px
}
.full_text {margin-bottom:20px;}
.article_content iframe {
    width: 100% !important;
}

.full_text ol li::before {
    counter-increment: counterOl;
    content: counter(counterOl) ". ";
    color: #83bf0a;
    font: 15px PTSansBold, sans-serif;
    display: inline-block;
    margin-right: 5px
}

.app_singl_page::after,
.article_app_item_info_top::after,
.full_text ul li::before,
.article_content_padding::after,
.download_links_title::after,
.share_social_link::after,
.share_social_link_item::after,
.share_social_link_item_ico::after,
.wrapp_app_info_item::after {
    content: ""
}

.full_text ul:not(.unit-rating):not(.ya-share2__list) {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 15px
}

.full_text ul:not(.unit-rating):not(.ya-share2__list) li {
    position: relative;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 20px
}

.full_text ul:not(.unit-rating):not(.ya-share2__list) li:first-child {
    margin-top: 0
}

.full_text ul:not(.unit-rating):not(.ya-share2__list) li:last-child {
    border: 0
}

.full_text ul:not(.unit-rating):not(.ya-share2__list) li::before {
    position: absolute;
    left: -20px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: url(../images/ul_list_ico.png) left top no-repeat
}

.article_app_item,
.article_app_item_info_btn {
    position: relative
}

.article_content p {
    font: 15px PTSansRegular, sans-serif;
    margin-bottom: 20px;
    line-height: 1.6
}

.article_content table {
    width: 100%;
    color: #000;
    line-height: 1;
    margin-bottom: 30px
}

.article_content table thead {
    background: #e9e9e9
}

.article_content table thead th {
    font-family: PTSansBold, sans-serif;
    text-align: left;
    padding: 10px 20px 10px 0
}

.article_content table thead th:first-child {
    padding-left: 20px
}

.article_content table td {
    padding: 10px 20px 10px 0;
    margin-right: 10px;
    border-bottom: 1px solid #ebeced
}

.article_content table td:first-child {
    padding-left: 20px
}

.article_content .quote, .article_content blockquote  {
    font-size: 15px;
    padding: 20px 10px 20px 140px;
    border-top: 1px solid #ebeced;
    border-bottom: 1px solid #ebeced;
    background: url(../images/blockquote_bg.png) left 20px center no-repeat;
    margin-bottom: 30px
}

.article_img_left {
    float: left;
    display: block;
    width: 340px;
    height: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 5px 0 #ccc
}

.article_info,
.article_info_item {
    margin-bottom: 10px
}

.article_content_padding {
    padding-left: 30px;
    padding-right: 30px
}

.article_content_padding::after {
    clear: both;
    display: table
}

.article_info_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #b5b5a9;
    font-size: 14px
}

.article_info_item:last-child {
    margin-right: 0
}

.article_info_item .article_date {
    background: url(../images/article_date_img.png) left center no-repeat
}

.article_info_item .article_date span {
    padding-left: 15px
}

.article_info_item .article_author span,
.article_info_item .article_type span,
.article_info_item .article_views span,
.article_info_item .article_comms span {
    padding-left: 20px
}

.article_info_item .article_type {
    background: url(../images/article_type_img.png) left center no-repeat
}

.article_info_item .article_author {
    background: url(../images/article_author_img.png) left center no-repeat
}

.article_info_item .article_views {
    background: url(../images/article_views_img.png) left center no-repeat
}

.article_info_item .article_comms {
    background: url(../images/coms.png) left center no-repeat
}

.article_image {
    text-align: center;
    margin: 0 auto 30px;
    box-shadow: 0 4px 5px 0 #ccc
}

.article_app_item,
.article_content_app {
    -webkit-box-shadow: 0 4px 5px 0 #ccc;
    border-top: 1px solid #ebeced
}

.article_image img {
    display: block;
    max-width: 100%
}

.article_app_item {
    padding: 20px;
    box-shadow: 0 4px 5px 0 #ccc;
    font-size: 0;
    margin-bottom: 50px
}

.article_app_item_img {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 140px;
    margin-right: 30px
}

.article_app_item_info {
    display: inline-block;
    vertical-align: top;
    width: 478px;
    font-size: 15px;
    line-height: 1
}

.article_app_item_info .android_app_title {
    font: 18px PTSansBold, sans-serif;
    color: #205cc9;
    display: block;
    margin-bottom: 10px
}

.article_app_item_info .android_app_title:hover {
    color: #1d53b5
}

.article_app_item_info .android_app_kategory {
    color: #000;
    display: block;
    text-decoration: underline;
    margin-bottom: 25px
}

.article_app_item_info .android_app_kategory:hover {
    text-decoration: none
}

.article_app_item_info .android_app_stars {
    margin-top: 5px;
    margin-bottom: 20px
}

.article_app_item_info_top {
    padding-top: 10px
}

.article_app_item_info_top::after {
    clear: both;
    display: table
}

.article_app_item_info_top .article_app_item_info_top_r {
    float: right
}

.article_app_item_info_top .article_app_item_info_top_l,
.download_links_title h2 {
    float: left
}

.article_app_item_info_btn .article_app_download_game {
    position: absolute;
    right: 0;
    top: 0
}

.article_app_google_play {
    position: relative;
    display: block;
    min-height: 48px;
    background: url(../images/google_play.png) left center no-repeat;
    font: 18px PTSansBold, sans-serif;
    color: #000;
    line-height: 1
}

.article_app_google_play span {
    position: absolute;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1
}

.article_app_download_game {
    display: block;
    background: url(../images/article_app_download_game_icon.png) no-repeat;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding-left: 30px;
    font-size: 18px;
    font-family: PTSansBold, sans-serif
}

.article_app_download_game:hover {
    opacity: .9
}

.article_content_app {
    margin-bottom: 30px;
    box-shadow: 0 4px 5px 0 #ccc;
    padding: 20px 30px;
    font-size: 0
}

.article_content_app .free_app_price,
.article_content_app .free_app_price_text {
    font: 18px PTSansBold, sans-serif
}

.article_content_app .wrapp_free_app_price {
    white-space: nowrap;
    margin-bottom: 20px
}

.article_content_app_img {
    display: inline-block;
    width: 140px;
    height: 140px;
    margin-right: 30px
}

.article_content_app_img img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px
}

.article_content_app_info {
    display: inline-block;
    vertical-align: top;
    width: 458px;
    font-size: 15px
}

.article_content_app_info .android_app_title {
    display: block;
    font: 36px PTSansBold, sans-serif;
    color: #000;
    margin-bottom: 10px
}

.article_content_app_info .android_app_title img,
.article_content_app_info .android_app_title span {
    display: inline-block;
    vertical-align: middle
}

.article_content_app_info .android_app_title img {
    margin-right: 10px
}

.article_content_app_info .article_app_download_game {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px
}

.article_content_app_info .android_app_btn_gray {
    margin-bottom: 10px
}

.article_content_app_inner {
    font-size: 15px
}

.android_app_new_version_title {
    font: 30px PTSansBold, sans-serif;
    color: #000;
    line-height: 1;
    margin-bottom: 20px
}

.android_app_new_version_title span {
    position: relative;
    top: -4px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #ffb400;
    font-size: 18px;
    padding: 5px 15px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.article_content .android_app_new_version_list {
    margin-bottom: 0
}

.article_content .android_app_new_version_list li {
    margin-left: 25px;
    line-height: 1.3
}

.article_content .android_app_new_version_list li::before {
    background: url(../images/android_app_new_version_check.png) left top no-repeat;
    width: 16px;
    height: 12px;
    left: -25px
}

.wrapper_additional_information {
    background: #e9e9e9;
    padding: 20px 30px;
    margin-bottom: 30px
}

.wrapper_additional_information .free_app_price_text {
    font-size: 15px;
    padding: 2px 7px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #ffb400
}

.wrapper_additional_information .free_app_price_text,
.wrapper_additional_information .line-through-text {
    display: inline-block;
    vertical-align: middle
}

.wrapper_additional_information .additional_information {
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%
}

.wrapper_additional_information .additional_information caption {
    font: 30px PTSansBold, sans-serif;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px
}

.wrapper_additional_information .additional_information tbody tr td {
    padding: 10px 0 12px;
    vertical-align: middle;
    line-height: 1;
    border-bottom: 1px solid #d0d0d0
}

.wrapper_additional_information .additional_information tbody tr td:last-child {
    text-align: right;
    width: 40%;
    font-size: 15px
}

.wrapper_additional_information .additional_information tbody tr td:first-child {
    width: 60%;
    font-size: 16px;
    font-family: PTSansBold, sans-serif
}

.line-through-text {
    text-decoration: line-through
}

.download_links {
    margin-bottom: 50px
}

.download_links table.download_link_table {
    width: 100%;
    font-size: 15px
}

.download_links table.download_link_table tbody tr:first-child {
    border-top: 1px solid #ebeced
}

.download_links table.download_link_table tbody tr:hover {
    background: #fff0cc
}

.download_links table.download_link_table tbody tr td {
    padding: 14px 0;
    vertical-align: middle
}

.download_links table.download_link_table tbody tr td:last-child {
    text-align: right;
    padding-right: 30px
}

.download_links table.download_link_table tbody tr td:first-child {
    padding-left: 30px
}

.app-download_link {
    display: block;
    color: #000;
    font: 18px PTSansBold, sans-serif;
    text-decoration: underline;
    background: url(../images/app-download_link-icon.png) left center no-repeat;
    min-height: 40px
}

.app-download_link:hover {
    text-decoration: none
}

.hash_link {
    display: block;
    padding: 5px 0 0 60px;
    color: #b5b5a9
}

.hash_link:hover {
    text-decoration: underline
}

.app-download_link span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
    max-width: 350px
}

.app-download_link_count {
    display: inline-block;
    background: url(../images/app-download_link_count_icon.png) left center no-repeat;
    padding-left: 25px
}

.app-download_link_occupies_memory {
    display: inline-block;
    background: url(../images/app-download_link_occupies_memory_icon.png) left center no-repeat;
    padding-left: 35px
}

.download_links_title {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px
}

.download_links_title::after {
    clear: both;
    display: table
}

.download_links_title .wrapp_article_app_google_play {
    float: right
}

.download_links_title .wrapp_article_app_google_play .article_app_google_play {
    display: table
}

.download_links_title .wrapp_article_app_google_play .article_app_google_play span {
    display: table-cell;
    vertical-align: middle;
    position: static;
    padding-left: 60px;
    min-height: 48px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-decoration: underline
}

.download_links_title .wrapp_article_app_google_play .article_app_google_play span:hover {
    text-decoration: none
}

.wrapp_app_info_item::after {
    clear: both;
    display: table
}

.wrapp_app_info_item .app_info_item_float50 {
    float: left;
    width: 50%;
    line-height: 1;
    margin-bottom: 5px
}

.wrapp_app_info_item .app_info_item_float50 .android_app_rating_count,
.wrapp_app_info_item .app_info_item_float50 .android_app_stars {
    display: inline-block;
    vertical-align: middle
}

.wrapp_app_info_item .app_info_item_float50 .android_app_rating_count {
    margin: 5px 0 0 10px
}

.android_app_rating_count {
    color: #b5b5a9
}
.itemRatingBlock {
    position: relative;
    float: left;
    width: 110px;
    height: 25px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    background-position: left top;
    margin-top: -3px;
}
.android_app_wishlist {
    display: inline-block;
    color: #b5b5a9;
    background-image: url(../images/sprite_wishlist.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 16px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.android_app_wishlist:hover {
    color: #83bf0a
}

.android_app_wishlist span {
    display: block;
    padding-left: 30px
}

.android_app_wishlist_active {
    background-position: 0 -41px
}

.app_info_item_tar {
    text-align: right
}

.android_app_kategory_groupe {
    margin-bottom: 25px
}

.android_app_kategory_groupe a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font: 15px PTSansRegular, sans-serif;
    line-height: 1;
    text-decoration: underline;
    margin-right: 10px
}

.android_app_kategory_groupe a:last-child {
    margin-right: 0
}

.android_app_kategory_groupe a:hover {
    text-decoration: none
}

.android_app_btn_gray {
    display: inline-block;
    padding: 14px 40px;
    background: #e9e9e9;
    color: #000;
    font: 18px PTSansBold, sans-serif;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.android_app_btn_gray:hover {
    background: #d2d2d2
}

.android_app_link_other {
    margin-bottom: 20px
}

.android_app_link_other a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-bottom: 1px dashed #b5b5a9;
    color: #b5b5a9;
    line-height: 1;
    -webkit-transition: all .25s;
    transition: all .25s
}

.android_app_link_other a:hover {
    border-bottom: 1px solid #b5b5a9
}

.wrap_app_singl_page_download_google_play a,
.wrap_app_singl_page_download_google_play a:hover,
.wrap_app_singl_page_download_link a:hover {
    border-bottom: 1px solid #000
}

.karusel_app {
    position: relative;
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px dashed #ebeced
}

.karusel_app .owl-next,
.karusel_app .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #83bf0a;
    background-image: url(../images/karusel_app_arrow.png);
    background-repeat: no-repeat;
    background-position: center
}

.karusel_app .owl-next:hover,
.karusel_app .owl-prev:hover {
    background-color: #76ac09
}

.karusel_app .owl-prev {
    left: -20px
}

.karusel_app .owl-next {
    right: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.karusel_app img {
    display: block;
    width: 100%;
    height: 100%
	 position: relative;
    -webkit-box-shadow: 0 4px 5px 0 #ccc;
    box-shadow: 0 4px 5px 0 #ccc;
    margin-bottom: 10px
}

.sidebar .android_app_title_h {
    font: 36px PTSansBold, sans-serif;
    margin-bottom: 30px;
    line-height: 1
}

.article_singl_top .stars_group span,
.article_singl_top .total_ratings {
    font-family: MuseoSansCyrl-500, sans-serif
}

.sidebar_item {
    margin-bottom: 30px
}

.sidebar_banner {
    display: block;
    width: 100%;
	text-align:center;
    margin-bottom: 30px;
}

.sidebar_banner  img, .sidebar_banner  iframe{
    width: 100%;
}

.app_singl_page {
    position: relative;
    padding: 15px 20px 20px
}

.app_singl_page::after {
    clear: both;
    display: table
}

.app_singl_page .android_app_ico {
    float: left;
    margin-right: 20px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px
}

.app_singl_page .android_app_title {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 1.1
}

.app_singl_page .android_app_title:hover {
    text-decoration: underline
}

.app_singl_page .android_app_kategory {
    display: inline-block;
    margin-right: 10px;
    color: #000;
    text-decoration: underline;
    padding-bottom: 20px
}

.app_singl_page .android_app_kategory:hover {
    text-decoration: none
}

.app_singl_page .android_app_kategory_groupe {
    float: left;
    width: 70%
}

.article_singl_top .article_social_link {
    position: absolute;
    top: 15px;
    right: 20px
}

.article_singl_top .stars_group {
    float: left
}

.app_singl_page .article_data {
    float: right
}

.app_singl_page_groupe_button {
    float: left
}

.app_singl_page_groupe_button a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px
}

.app_singl_page_groupe_button a:hover {
    opacity: .8
}

.app_singl_page_groupe_button .download_on_prodroid {
    background: url(../images/download_on_prodroid.png) no-repeat;
    width: 223px;
    height: 35px;
    text-align: center;
    line-height: 2.4;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-left: 20px
}

.app_singl_page_groupe_button .other_versions {
    padding: 5px 20px;
    background: #595454;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.app_singl_page_groupe_button .how_to_install {
    padding: 5px 20px 5px 45px;
    background: url(../images/how_to_install_ico.png) 20px center no-repeat #205cc9;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.karusel__page_app {
    margin-bottom: 30px;
    padding: 20px;
    background: url(../images/popular_bg.png);
    position: relative
}

.karusel__page_app_singl img {
    display: block;
    width: 100%
}

.karusel__page_app .owl-nav .owl-next,
.karusel__page_app .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -19px
}

.karusel__page_app .owl-nav .owl-prev {
    background: url(../images/sprite_arrow_karusel_app.png) 8px 5px no-repeat #fff;
    left: 0
}

.karusel__page_app .owl-nav .owl-next {
    background: url(../images/sprite_arrow_karusel_app.png) -88px 5px no-repeat #fff;
    right: 0
}

.wrapper_app_singl_page_download_link_two {
    background: #fff;
    padding: 25px 20px 10px
}

.app_singl_page_download {
    margin-bottom: 30px;
    background: #cfe99a;
    padding-top: 7px;
    -webkit-box-shadow: 0 10px 25px 0 #ccc;
    box-shadow: 0 10px 25px 0 #ccc
}

.wrap_app_singl_page_download_google_play a,
.wrap_app_singl_page_download_google_play img,
.wrap_app_singl_page_download_link a,
.wrap_app_singl_page_download_link img {
    display: inline-block;
    vertical-align: top
}

.wrap_app_singl_page_download_google_play img,
.wrap_app_singl_page_download_link img {
    margin-right: 10px
}

.wrap_app_singl_page_download_google_play a,
.wrap_app_singl_page_download_link a {
    color: #000;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px
}

.wrap_app_singl_page_download_google_play {
    text-align: right
}

.wrap_app_singl_page_download_google_play a:hover {
    border-bottom: 1px solid transparent
}

.wrapp_down_andr {
    padding: 30px 20px 5px;
    font-size: 13px
}

.wrapp_down_andr .row {
    margin-bottom: 10px
}

.wrapp_down_andr .row:nth-child(even) .down_andr {
    background: url(../images/android_ico.png) 15px center no-repeat #9a9a9a
}

.wrapp_down_andr .down_andr {
    background: url(../images/android_ico.png) 15px center no-repeat #83bf0a;
    color: #fff;
    padding: 10px 15px 10px 40px;
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-decoration: underline;
    margin-bottom: 15px
}

.wrapp_down_andr .down_andr:hover {
    text-decoration: none
}

.wrapp_down_andr .down_andr_count {
    text-align: center
}

.android_app_mobile_title {
    font-size: 25px;
    padding-bottom: 20px
}

.share_social_link {
    background: #f1f0ee;
    padding: 30px 30px 20px
}

.share_social_link::after {
    clear: both;
    display: table
}

.ya-share2__link,
.share_social_link_item {
    display: block;
    float: left;
    width: 128px;
    height: 30px;
    margin-right: 12px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 10px;
    color: #fff
}

.ya-share2__link {
    margin-right: 0;
    float: none
}

.ya-share2__link::after,
.share_social_link_item::after {
    clear: both;
    display: table
}

.ya-share2__link:hover,
.share_social_link_item:hover {
    opacity: .9
}

.ya-share2__item {
    display: inline-block;
    margin-right: 12px
}

.ya-share2__item:last-child,
.share_social_link_item:last-child {
    margin-right: 0
}

.ya-share2__icon,
.ya-share2__counter,
.share_social_link_item_count,
.share_social_link_item_ico {
    position: relative;
    float: left;
    width: 50%;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.share_social_link_item_ico img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.ya-share2__icon::after,
.share_social_link_item_ico::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: rgba(255, 255, 255, .5);
    content: ''
}

.share_social_link_item_count {
    font-size: 14px
}

.ya-share2__icon {
    background-repeat: no-repeat
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("../images/share_vk_ico.png");
    background-position: 22px 7px
}

.ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url("../images/share_fb_ico.png");
    background-position: 32px 6px
}

.ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("../images/share_tw_ico.png");
    background-position: center 6px;
    width: 100%
}

.ya-share2__item_service_gplus .ya-share2__icon {
    background-image: url("../images/share_gm_ico.png");
    background-position: 25px 6px
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("../images/share_ok_ico.png");
    background-position: 30px 6px
}

.ya-share2__item_service_vkontakte a,
#share_social_link_vk {
    background: #587e9f
}

.ya-share2__item_service_facebook a,
#share_social_link_fb {
    background: #3d5b95
}

.ya-share2__item_service_twitter a,
#share_social_link_tw {
    background: #24aadd
}

.ya-share2__item_service_gplus a,
#share_social_link_gm {
    background: #d3505a
}

.ya-share2__item_service_odnoklassniki a,
#share_social_link_ok {
    background: #ff974f
}

.ya-share2__title {
    display: none
}

.comments_block {
    display: block;
    margin-bottom: 40px;
    background: #fff;
    padding: 30px 30px 0;
}
.comm_title {
    font: 30px PTSansBold, sans-serif;
    line-height: 1;
    margin-bottom: 20px;
}
.comm-item {padding-left:70px; margin-top:20px;}
.comm-left {width:45px; height:45px; margin-left:-65px; float:left; border-radius:0%; 
box-shadow:0 0 0 5px #fff,0 0px 15px 0 rgba(0,0,0,0.2);}
.comm-right {width:100%; float:right; padding:10px; position:relative; border:1px dashed #e3e3e3;}

.comm-one {padding:0 80px 10px 0; position:relative; font-size:14px;}
.comm-one > span:nth-child(4) {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {font-weight:700;}
.comm-author a {text-decoration:underline;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap; font-size:16px;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {margin:0 0 0 5px;}
.rate3-comm > span {height:25px; line-height:25px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {color:#4c4c4c; line-height:20px; padding-bottom:0; font-size:14px;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three a {color:#6382b1; text-decoration:underline;}
.comm-three li:first-child {margin-left:0px; float:left;}

.right_sidebar_title {
    font: 25px MuseoSansCyrl-300, sans-serif;
    margin-bottom: 20px;
    padding-top: 5px
}

.right_sidebar {
    margin-bottom: 30px;
    position: relative
}

.right_sidebar .news_singl {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 17px
}

.right_sidebar .news_singl a,
.right_sidebar .news_singl img {
    display: inline-block;
    vertical-align: middle
}

.right_sidebar .news_singl img {
    width: 70px;
    height: 45px;
    margin-right: 5px
}

.right_sidebar .news_singl a {
    width: 182px
}

.right_sidebar .news_singl a:hover {
    text-decoration: underline
}

.right_sidebar .android_app_singl {
    min-height: 70px;
    padding-bottom: 15px
}

.right_sidebar .android_app_singl .android_app_stars {
    position: static
}

.right_sidebar .right_sidebar_title {
    position: relative
}

.right_sidebar .right_sidebar_title a {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 15px;
    color: #fff;
    background: #83bf0a;
    border: 2px solid #83bf0a;
    padding: 5px 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.right_sidebar .right_sidebar_title a:hover {
    opacity: .8
}

.wrapper_header_search_db {
    display: block
}

.popup_style .input_style.error {
    border: 1px solid red
}

.popup_style .input_style.error+.error {
    color: #999;
    position: relative;
    top: -20px
}

.alert {
    padding: 8px 35px 8px 14px;
    margin: 18px 0;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert-heading {
    color: inherit
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0
}

.alert-block p+p {
    margin-top: 5px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.download_social_link {
    float: right;
    margin-top: 25px;
    margin-bottom: 20px
}

.download_social_link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/sprite_social_link.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 7px
}

.download_social_link a:hover {
    opacity: .7
}

.download_social_link a:last-child {
    margin-right: 0
}

.download_social_link a:nth-child(1) {
    background-position: 0 0
}

.download_social_link a:nth-child(2) {
    background-position: -48px 0
}

.download_social_link a:nth-child(3) {
    background-position: -96px 0
}

.download_social_link a:nth-child(4) {
    background-position: -144px 0
}

.download_social_link a:nth-child(5) {
    background-position: -192px 0
}

.wrapp_download {
    position: relative;
    padding: 40px 0 60px;
    background: url(../images/popular_bg.png)
}

.download {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 105px 60px
}

.download_app p {
    font-size: 15px
}

.download_app p>a {
    color: #205cc9;
    text-decoration: underline
}

.download_app p>a:hover {
    text-decoration: none
}

.download_app_inner {
    max-width: 500px;
    margin: 0 auto 30px
}

.download_app_inner::after {
    clear: both;
    display: table
}

.download_app_inner .download_app_img {
    float: left;
    width: 140px;
    height: 140px;
    margin-right: 20px
}

.download_app_inner .download_app_inner_info {
    float: left;
    width: 340px
}

.download_app_inner .android_app_title {
    display: block;
    font: 36px PTSansBold, sans-serif;
    color: #000;
    line-height: 1;
    margin-bottom: 20px
}

.download_app_inner_info_line {
    margin-bottom: 15px
}

.download_app_inner_info_line::after {
    clear: both;
    display: table
}

.download_app_inner_info_line .android_app_occupies_memory {
    float: left;
    font: 30px PTSansBold, sans-serif;
    color: #83bf0a;
    line-height: 1
}

.android_app_file_apk {
    font-size: 18px
}

.download_app_btn {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    background: url(../images/download_app_btn_arrow.png);
    color: #fff;
    max-width: 370px;
    height: 70px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font: 18px PTSansBold, sans-serif;
    transition: all .25s
}

.download_app_btn:hover {
    opacity: .9
}

.download_app_btn span {
    position: absolute;
    top: 50%;
    left: 75px;
    padding-right: 20px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wrapp_come_back_btn {
    margin-top: 25px
}

.come_back_btn {
    display: inline-block;
    color: #000;
    font: 18px PTSansBold, sans-serif;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: url(../images/come_back_btn_arrow.png) left 15px center no-repeat #e9e9e9;
    -webkit-transition: all .25s;
    transition: all .25s;
    margin-bottom: 20px
}

.download_app_btn,
.see_all {
    -webkit-transition: all .25s
}

.come_back_btn .come_back_btn_text_mob,
.come_back_btn .come_back_btn_text_pc {
    display: inline-block;
    padding-left: 45px;
    padding-right: 20px
}

.come_back_btn:hover {
    background: url(../images/come_back_btn_arrow.png) left 15px center no-repeat #d2d2d2;
    color: #000
}

.come_back_btn .come_back_btn_text_mob {
    display: none
}

.download_app_inner::after {
    clear: both;
    display: table
}

.download_app_inner::after,
.download_app_inner_info_line::after,
.footer_mnu::after,
.form_style_bottom_sign_in::after,
.wrapp_android_app_title::after {
    content: ""
}

.wrapp_android_app_title::after {
    clear: both;
    display: table
}

.wrapp_android_app_title {
    margin-bottom: 30px
}

.wrapp_android_app_title .android_app_title_h {
    float: left;
    font: 36px PTSansBold, sans-serif;
    line-height: 1
}

@media only screen and (max-width:1200px) {
    .main_mnu>ul>li {
        font-size: 18px
    }
    .main_mnu>ul>li a {
        padding: 24px 26px
    }
    .slider_desc {
        max-width: 600px
    }
    .wrapp_customer_review_app .android_app_title {
        width: 180px;
        line-height: 1
    }
    .wrapp_customer_review_app .android_app_stars {
        width: 90px
    }
    .article_singl_top .article_social_link {
        display: none;
        float: none
    }
    .leave_a_comment {
        width: 100%
    }
    .article_singl_top .article_data {
        float: left
    }
    .subscription form input[type=search] {
        width: 480px
    }
    #registration_btn {
        margin-right: 42px
    }
    .android_app_singl {
        padding: 10px
    }
    .android_app_singl .android_app_ico {
        max-width: 112px
    }
    .list_applications_input_inner_text {
        width: 58%
    }
    .list_applications_input_inner_field {
        width: 42%
    }
    .download_social_link,
    .wrapp_come_back_btn {
        margin-top: 15px
    }
    .article_app_item_info {
        width: 345px
    }
    .article_content_app_info {
        width: 325px
    }
    .article_app_item_info_btn .article_app_download_game {
        position: static
    }
    .article_app_google_play {
        margin-bottom: 10px
    }
    .wrapp_app_info_item .app_info_item_float50:first-child {
        width: 40%
    }
    .wrapp_app_info_item .app_info_item_float50:last-child {
        width: 60%
    }
    .download_social_link,
    .wrapp_come_back_btn {
        margin-top: 15px
    }
}

@media only screen and (max-width:992px) {
    .desktop-cabinet{display:none;}
    .header_top,
    .slider_desc,
    .slider_prodroid {
        display: none
    }
    .article_singl_top .article_data,
    .search_mob {
        float: right
    }
    .mm-panels>.mm-panel>.mm-listview:first-child,
    .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
        background: #83bf0a;
        color: #fff;
        font: 20px MuseoSansCyrl-500, sans-serif;
        padding-top: 5px
    }
    .mm-listview .mm-next {
        background: url(../images/mnu_ico_mob.png) center no-repeat
    }
    .mm-navbar .mm-btn:first-child {
        background: url(../images/mnu_ico_mob_prev.png) center no-repeat
    }
    .mm-panel.mm-hasnavbar .mm-navbar {
        background: #6fa308
    }
    ul.mm-listview .active a {
        color: #9bd329;
        background: #fff
    }
    .mm-arrow:after,
    .mm-next:after,
    .mm-prev:before {
        content: "";
        width: 0;
        height: 0;
        border: 0
    }
    .mm-listview .private_office {
        margin: 0 auto;
        padding: 0;
        width: 220px
    }
    .mm-listview .private_office div {
        margin-top: 15px;
        margin-right: 15px
    }
    li.private_office_item {
        padding: 30px 0;
        background: #fff;
        border: 0
    }
    .mm-menu .mm-navbar a.mm-title {
        font-size: 20px;
        color: #000
    }
    .wrapp_customer_review_app .android_app_stars {
        width: 105px
    }
    .free_app_all .android_app_title_h {
        line-height: 1
    }
    .header_bottom .header_logo {
        min-height: auto;
        text-align: center
    }
    .header_bottom .header_logo img {
        max-width: 80%
    }
    .right_sidebar .news_singl {
        margin-right: 30px
    }
    .wrapp_article_author {
        text-align: left;
        display: initial
    }
    .wrapp_article_visits {
        text-align: left;
        display: block
    }
    .margl10 {
        margin-left: -20px
    }
    .wrapper_header_search {
        display: none;
        margin-top: 10px;
        background: url(../images/popular_bg.png)
    }
    .header_bottom .header_search {
        margin-top: 20px
    }
    .user_account_nav_to_authorization {
        text-align: center;
        margin-bottom: 10px
    }
    .check_in_btn,
    .sign_in_btn {
        height: auto;
        line-height: 1;
        color: #000
    }
    #check_in_btn_mnu .check_in_btn,
    #sign_in_btn_mnu .sign_in_btn {
        position: absolute;
        top: 10px;
        color: #000;
        width: auto;
        font-size: 16px;
        padding: 20px
    }
    #check_in_btn_mnu .check_in_btn:active,
    #check_in_btn_mnu .check_in_btn:hover {
        background: #d2d2d2
    }
    #sign_in_btn_mnu .sign_in_btn {
        left: 160px;
		background: #ffb400;
    }
    #sign_in_btn_mnu .sign_in_btn:active,
    #sign_in_btn_mnu .sign_in_btn:hover {
        background: #e6a200;
    }
    #check_in_btn_mnu .check_in_btn {
        left: 20px
    }
    #check_in_btn_mnu .sign_in_btn {
        right: 0
    }
    .mm-panels {
        background: #fff
    }
    #private_office_title_mnu_mobile {
        display: block;
        color: #000
    }
	.ls {left:20px !important;}
    #check_in_btn_mnu,
    #sign_in_btn_mnu,
    #sign_in_btn_mnu:after,
    #check_in_btn_mnu:after,
    #private_office_title_mnu_mobile {
        border: 0
    }
    #private_office_title_mnu_mobile span {
        background: #fff
    }
    #private_office_title_mnu_mobile:after {
        border-bottom-width: 0;
        border-bottom-style: none;
        border: 0
    }
    .android_app_singl {
        padding: 18px
    }
    .android_app_singl .android_app_ico {
        max-width: 130px
    }
    .subscribe_to_updates_text {
        margin-bottom: 20px
    }
    .user_account_nav_to_authorization {
        display: none
    }
    .contact_input_w2 input {
        max-width: inherit;
        width: 100%
    }
    .user_account_after_authorization {
        display: none;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .list_applications_input_inner_text {
        width: 100%;
        margin-bottom: 20px
    }
    .list_applications_input_inner_field {
        width: 100%
    }
    .article_app_item_info {
        width: 450px
    }
    .article_content_app_info {
        width: 430px
    }
    .article_app_item_info_btn .article_app_download_game {
        position: absolute
    }
    #user_account_after_authorization_mobile {
        display: block;
        background: #fff;
        width: 100%;
        border-bottom: 0;
        margin-bottom: 20px
    }
    #user_account_after_authorization_mobile .mm-next {
        height: 70px
    }
    #user_account_after_authorization_mobile .user_account_after_authorization_exit {
        margin: 10px 0 0;
        padding: 10px 10px 10px 20px
    }
    #user_account_after_authorization_mobile .width-setter {
        margin: 0 20px
    }
    #user_account_after_authorization_mobile .user_account_after_authorization_exit:active {
        color: #000;
        background: #ffb400
    }
    #user_account_after_authorization_mobile a {
        color: #000;
        font-size: 18px
    }
    #user_account_after_authorization_mobile a img,
    #user_account_after_authorization_mobile a span {
        display: inline-block;
        vertical-align: middle
    }
    #user_account_after_authorization_mobile a img {
        margin-right: 10px
    }
    .user_account_after_authorization_inner {
        position: relative;
        top: -10px
    }
    .user_account_after_authorization:hover {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }
    #user_account_after_authorization_mobile .user_account_after_authorization::after {
        content: none
    }
    .user_account_after_authorization_hover_inner {
        border-top: 0
    }
    .user_account_after_authorization_hover_inner .user_account_after_authorization_nav li a {
        padding: 10px 0
    }
    .user_account_after_authorization_nav {
        margin-top: 0
    }
    .footer_bottom .liveinternet {
        margin: 0 auto;
        display: block
    }
    .download_social_link {
        float: none;
        text-align: center
    }
    .download_social_link {
        float: none;
        text-align: center
    }
    .android_app_singl {
        padding: 18px
    }
    .android_app_singl .android_app_ico {
        max-width: 130px
    }
    .subscribe_to_updates_text {
        margin-bottom: 20px
    }
    .footer_bottom .liveinternet {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (max-width:767px) {
    .private_office,
    .slider_katalog_app {
        display: none
    }
    .customer_reviews .android_app_title_h,
    .free_app_all .android_app_title_h,
    .page_title {
        font-size: 25px
    }
    .footer_bottom_right,
    .promo_prodroid {
        text-align: center
    }
    .android_app_mobile .android_app_singl .android_app_stars,
    .article_app_item_info_btn .article_app_download_game {
        position: static
    }
    .header_bottom {
        padding: 15px 0 0;
        min-height: 74px
    }
    .header_bottom .header_logo {
        min-height: auto;
        padding-bottom: 10px
    }
    .customer_reviews,
    .free_app_all,
    .news .android_app {
        display: block
    }
    .free_app_all .see_all,
    .news .see_all {
        display: none
    }
    .header_bottom .search_mob {
        margin-left: 10px
    }
    .news .android_app_title_h .news_articles,
    .wrapp__android_app_top .android_app_title_h,
	.cat__android_app_top .android_app_title_h	{
        min-height: inherit;
        font-size: 25px
    }
    .footer_mnu li {
        display: block
    }
    .footer_top {
        margin-bottom: 0
    }
    .footer_logo img {
        margin-bottom: 15px
    }
    .footer_mnu ul,
    .wrapp__android_app_top {
        margin-bottom: 20px
    }
    .header_bottom .mobile_mnu {
        padding-bottom: 10px
    }
    .header_bottom .header_logo img {
        max-width: 100%
    }
    .android_app_mobile .android_app_singl {
        min-height: 110px;
        padding-bottom: 10px
    }
    .promo_prodroid_img {
        display: none
    }
    #katalog .android_app {
        display: block
    }
    .android_app .col-xs-6 {
        padding: 0 10px
    }
    .article_title {
        font-size: 22px
    }
    .right_sidebar .news_singl:nth-child(n+8) {
        display: none
    }
    .article_promo .article_promo_android_down,
    .article_promo .article_promo_google_play {
        position: static;
        margin-top: 10px;
        display: inline-block
    }
    .article_promo .android_app_stars {
        display: block
    }
    .kategory_link_all,
    .other_article,
    .see_all {
        display: none
    }
    .app_singl_page .android_app_kategory {
        padding-bottom: 0
    }
    .app_singl_page .android_app_kategory_groupe {
        float: none;
        width: initial;
        padding-bottom: 10px
    }
    .app_singl_page .android_app_title {
        padding-bottom: 10px
    }
    .app_singl_page_groupe_button,
    .article_singl_top .article_data,
    .article_singl_top .stars_group {
        float: none
    }
    .wrap_app_singl_page_download_google_play {
        text-align: left
    }
    .subscription form input[type=search] {
        width: 75%
    }
    .popup_style {
        padding: 40px
    }
    #sign_in_btn {
        margin-right: 12px
    }
    .col-x-6 {
        width: 50%
    }
    .kategory_link_all,
    .table_container table,
    .table_container tbody,
    .table_container td,
    .table_container th,
    .table_container thead,
    .table_container tr {
        display: block
    }
    .news_item {
        min-height: inherit
    }
    .subscribe_to_updates_title {
        font-size: 32px
    }
    .subscribe_to_updates_desc {
        font-size: 15px
    }
    .subscribe_to_updates_text_inner {
        min-height: 70px;
        padding-left: 90px
    }
    .footer_mnu ul {
        float: inherit
    }
    .user_account_nav {
        margin-bottom: 10px
    }

    .search_results_input_text {
        font-size: 30px;
        line-height: 1
    }
    .news .co-xs-12,
    .news .col-md-3,
    .news .col-sm-6 {
        width: 100%
    }
    .list_applications_input_inner_text_title {
        font-size: 30px
    }
    .download_social_link {
        margin-top: 10px
    }
    .download {
        padding: 30px
    }
    .download_app_inner .download_app_inner_info {
        width: 240px
    }
    .download_app_inner .android_app_title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1
    }
    .download_app_inner_info_line .android_app_occupies_memory {
        font-size: 20px;
        margin-bottom: 10px
    }
    .article_content h1,
    .wrapp_android_app_title .android_app_title_h {
        font-size: 25px
    }
    .article_content h2 {
        font-size: 23px;
        font-size: 20px
    }
    .article_content table {
        width: 600px
    }
    .sidebar .android_app_title_h {
        font-size: 25px
    }
    .table-container {
        width: 100%;
        overflow-y: auto;
        margin: 0 0 1em
    }
    .table-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px
    }
    .article_app_item_info,
    .article_content_app_info,
    .wrapp_app_info_item .app_info_item_float50:first-child,
    .wrapp_app_info_item .app_info_item_float50:last-child {
        width: 100%
    }
    .table-container::-webkit-scrollbar-thumb {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3)
    }
    .article_content .quote, .article_content blockquote  {
        background: url(../images/blockquote_bg.png) left 5px center no-repeat;
        padding: 15px 0 15px 100px;
        font-size: 16px
    }
    .article_content_app {
        padding: 20px
    }
    .android_app_new_version_title {
        font-size: 25px
    }
    .android_app_new_version_title span {
        font-size: 16px;
        padding: 3px 10px
    }
    #katalog .android_app_title_h h1,
    .wrapper_additional_information .additional_information caption {
        font-size: 25px
    }
    .article_content_padding {
        padding-left: 15px;
        padding-right: 15px
    }
    .wrapper_additional_information {
        padding: 20px 15px
    }
    .download_links_title {
        padding-left: 15px;
        padding-right: 15px
    }
    .table_container thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .table_container tr {
        border-bottom: 1px solid #ebeced
    }
    .table_container td {
        border: 0;
        position: relative;
        padding-left: 50%
    }
    .article_content table.download_link_table td {
        border: 0
    }
    .download_links table.download_link_table tbody tr td {
        padding: 10px 0
    }
    .download_links table.download_link_table tbody tr td:first-child,
    .download_links table.download_link_table tbody tr td:nth-child(2) {
        padding-left: 15px
    }
    .download_links table.download_link_table tbody tr td:last-child {
        text-align: left;
        margin-left: 15px
    }
    .download_links_title .wrapp_article_app_google_play {
        float: left;
        width: 100%
    }
    .kategory_link_all li {
        margin-right: 10px
    }
    .kategory_link_all li a {
        padding: 4px 10px
    }
    .article_app_google_play {
        min-height: 25px;
        background-size: contain;
        font-size: 12px
    }
    .article_app_google_play span {
        left: 30px
    }
    .free_app_singl,
    .free_app_singl_desc {
        height: auto
    }
    .header_bottom {
        padding: 15px 0 0
    }
    .download_social_link {
        margin-top: 0
    }
    .download_app_inner .download_app_inner_info {
        width: 240px
    }
    .download_app_inner .android_app_title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1
    }
    .download_app_inner_info_line .android_app_occupies_memory {
        font-size: 20px;
        margin-bottom: 10px
    }
    .wrapp_android_app_title .android_app_title_h {
        font-size: 25px
    }
    .see_all {
        display: none
    }
    .subscribe_to_updates_text_inner {
        height: 68px;
        padding-left: 90px
    }
    .subscribe_to_updates_title {
        font-size: 32px;
        line-height: 1
    }
    .subscribe_to_updates_desc {
        font-size: 15px
    }
    .footer_mnu li {
        display: block
    }
    .footer_mnu ul {
        float: inherit;
        margin-bottom: 20px
    }
    .footer_logo img {
        margin-bottom: 15px
    }
    .footer_top {
        margin-bottom: 0
    }
    .footer_bottom_right {
        text-align: center
    }
    .download {
        padding: 30px
    }
    .news .android_app_title_h .news_articles,
    .wrapp__android_app_top .android_app_title_h,
    .cat__android_app_top .android_app_title_h	{
        font-size: 25px;
        line-height: 1
    }
}

@media only screen and (max-width:620px) {
    .article_img_left {
        width: 100%
    }
    .article_app_item_info_top .article_app_item_info_top_r {
        float: left
    }
    .article_app_item_info .android_app_kategory {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:480px) {
    .input_email_width .input_email_setter .search_btn,
    .search_btn {
        right: 15px
    }
    .header_bottom .header_logo,
    .col-x-12 {
        width: 100%
    }
    .wrapp_customer_review_app .android_app_title {
        width: 240px
    }
    .header_bottom .mobile_mnu {
        margin-bottom: 10px
    }
    .news .news_singl a {
        font-size: 14px;
        line-height: 1.2
    }
    .footer_mnu {
        font-size: 18px
    }
    .header_bottom .header_logo img {
        display: none
    }
    .header_bottom .header_logo .header_logo_mobile {
        display: block;
        width: 85px;
        margin: 0 auto
    }
    .promo_prodroid_title div {
        font-size: 54px
    }
    .promo_prodroid_title>span {
        font-size: 22px
    }
    .promo_prodroid {
        height: 150px
    }
    .promo_prodroid_title {
        padding-top: 37px
    }
    .article_singl_top .article_news {
        margin-right: 0
    }
    .article_singl_top .article_news a {
        margin-left: 5px
    }
    .article_singl_top .article_data img {
        margin-right: 5px
    }
    .bread_crumbs {
        padding: 10px 0 15px
    }
    .right_sidebar .news_singl {
        margin-right: 0
    }
    .right_sidebar .news_singl a {
        width: 200px
    }
    .app_singl_page .android_app_ico {
        width: 90px;
        height: 90px
    }
    .app_singl_page .android_app_title {
        font-size: 22px
    }
    .title_reviews {
        font-size: 20px;
        padding-bottom: 10px
    }
    .subscription form input[type=search] {
        width: 65%;
        font-size: 14px
    }
    .popup_style {
        padding: 25px 20px 30px
    }
    .input_style,
    .popup_title {
        margin-bottom: 10px
    }
    .input_style {
        height: 50px
    }
    .popup_title {
        font-size: 30px
    }
    .form_style input[type=submit].sign_in_btn_yellow,
    input[type=submit].sign_up_btn_green {
        padding: 14px 45px
    }
    .form_style_bottom_sign_in .forgot_password_link {
        top: 14px
    }
    .form_style .wrapp_checkbox {
        margin-bottom: 20px
    }
    .subscribe_to_updates_title {
        line-height: 1;
        padding-top: 5px
    }
    .subscribe_to_updates_desc {
        display: none
    }
    .input_email_width .input_email_setter {
        margin: 0 95px 0 26px
    }
    .footer_bottom .liveinternet {
        margin-top: 10px
    }
    .search_results_input_text {
        font-size: 26px
    }
    .search_results_input_inner {
        margin-bottom: 15px;
        padding: 10px
    }
    input[type=submit].contact_form_submit {
        padding: 15px 70px
    }
    .contact_title {
        font-size: 32px
    }
    .list_applications_input_inner_text_title {
        font-size: 28px
    }
    .list_applications_input_inner {
        font-size: 0;
        background: url(../images/popular_bg.png);
        padding: 20px;
        -webkit-border-radius: 50px;
        border-radius: 35px;
        margin-bottom: 20px
    }
    .list_applications_input_inner_text_desc {
        font-size: 16px;
        margin-top: 5px
    }
    .come_back_btn span {
        line-height: 1
    }
    .wrapp_come_back_btn {
        margin-top: 7px
    }
    .download_app_inner .download_app_img {
        float: none;
        margin-right: 0
    }
    .download_app_inner_info_line {
        margin-bottom: 10px
    }
    .download_app_inner_info_line .android_app_occupies_memory {
        float: none
    }
    .download_app_inner_info_line .android_app_checked_for_virus {
        float: none;
        display: inline-block
    }
    .download_app_inner {
        text-align: center;
        margin-bottom: 15px
    }
    .download_app_inner .download_app_inner_info {
        width: 100%;
        float: none
    }
    .article_content .quote, .article_content blockquote  {
        background: url(../images/blockquote_bg.png) left 5px top 10px no-repeat;
        padding: 25px 0 15px 20px;
        font-size: 16px
    }
    .wrapp_app_info_item .app_info_item_float50 {
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 10px
    }
    .article_content_app_info {
        margin-top: 15px
    }
    .android_app_kategory_groupe {
        margin-bottom: 15px
    }
    .article_content_app_info .android_app_title {
        font-size: 25px
    }
    .article_content_app_info .android_app_title img {
        margin-right: 0
    }
    .android_app_btn_gray {
        padding: 14px 36px
    }
    .article_content_app {
        padding: 20px 10px
    }
    .user_account_full_name {
        white-space: normal
    }
    .come_back_btn {
        font-size: 14px;
        height: 32px;
        line-height: 32px
    }
    .android_app_rating_numb {
        width: 80%
    }
    .article_img_left {
        height: 170px
    }
    .wrapp_come_back_btn {
        margin-top: 12px
    }
    .come_back_btn {
        font-size: 14px;
        height: 32px;
        line-height: 32px
    }
    .come_back_btn span {
        line-height: 1
    }
    .header_bottom .header_logo img {
        display: none
    }
    .header_bottom .header_logo .header_logo_mobile {
        display: block;
        width: 85px;
        margin: 0 auto
    }
    .download_app_inner {
        text-align: center;
        margin-bottom: 15px
    }
    .download_app_inner .download_app_img,
    .download_app_inner_info_line .android_app_occupies_memory {
        float: none
    }
    .download_app_inner_info_line {
        margin-bottom: 10px
    }
    .download_app_inner_info_line .android_app_checked_for_virus {
        float: none;
        display: inline-block
    }
    .come_back_btn .come_back_btn_text_pc,
    .subscribe_to_updates_desc {
        display: none
    }
    .download_app_inner .download_app_img {
        margin-right: 0
    }
    .subscribe_to_updates_title {
        padding-top: 5px
    }
    .footer_bottom .liveinternet {
        margin-top: 10px
    }
    .input_email_width .input_email_setter {
        margin: 0 95px 0 26px
    }
    .download_app_inner .download_app_inner_info {
        width: 100%
    }
    .popup_title {
        font-size: 30px;
        margin-bottom: 10px
    }
    .come_back_btn .come_back_btn_text_mob {
        display: inline-block
    }
}

@media only screen and (max-width:384px) {
    .android_app_singl {
        padding: 10px;
        min-height: 255px
    }
    .android_app_singl .android_app_ico {
        max-width: 110px
    }
}

@media only screen and (max-width:360px) {
    .slider_title {
        font-size: 38px
    }
    .wrapp_customer_review_app .android_app_ico {
        width: 65px;
        height: 65px;
        margin-right: 5px
    }
    .wrapp_customer_review_app .android_app_title {
        padding-top: 7px;
        font-size: 13px;
        width: 170px;
        line-height: 1
    }
    .customer_review_votes {
        top: 15px
    }
    .wrapp_customer_review_app .android_app_stars {
        width: 90px
    }
    .customer_review_votes div {
        font-size: 20px
    }
    .customer_review_votes span {
        font-size: 11px
    }
    .karusel__customer_reviews .controllers .next a {
        right: 40px
    }
    .karusel__customer_reviews .controllers .prev a {
        left: 40px
    }
    .free_app_singl {
        padding: 10px
    }
    .free_app_singl .android_app_ico {
        width: 140px;
        height: 140px
    }
    .free_app_singl .android_app_title {
        padding-bottom: 5px
    }
    .free_app_singl .android_app_kategory {
        padding-bottom: 10px
    }
    .wrapp_free_app_price .free_app_price {
        font-size: 14px
    }
    .free_app_singl_desc {
        margin-top: 10px
    }
    .free_app_all .android_app_title_h {
        font-size: 20px
    }
    .article_singl_top .article_data {
        margin-right: 10px
    }
    .app_singl_page .android_app_title {
        font-size: 19px
    }
    .prompt div {
        font-size: 15px
    }
    .wrap_app_singl_page_download_google_play a,
    .wrap_app_singl_page_download_link a {
        font-size: 18px
    }
    .android_app_singl {
        padding: 10px 5px
    }
    .android_app_rating_numb_min,
    .android_app_rating_numb_plus {
        margin: 0
    }
    .android_app_rating_numb_text {
        font-size: 17px
    }
}

@media only screen and (max-width:320px) {
    .article_singl_top {
        font-size: 13px
    }
    .article_singl_top .article_stars {
        width: 90px
    }
}

.row #dle-content {

    display: flex;

    flex-wrap: wrap;

}

.row #dle-content .clr {

    display: none;

}

.row #dle-content .bottom-nav {

    display: block;

    width: 100%;

}

.sidebar_item .row {

    display: flex;

    flex-wrap: wrap;

}

.wrapper_article {

    max-width: 100%;

}