html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

body {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

body.overflow {
    height: 100vh;
    overflow: hidden;
    width: 100vw
}

.main {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1 0 auto;
    /*margin-bottom: 40px*/
}

h1 {
    color: #000;
    font-family: Ubuntu, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 14px
}

h1 a {
    font-size: inherit;
    line-height: inherit
}

h2 {
    color: #000;
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px
}

h2 a {
    font-size: inherit;
    line-height: inherit
}

h3 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 14px
}

h3 a {
    font-size: inherit;
    line-height: inherit
}

h4 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0
}

h4 a {
    font-size: inherit;
    line-height: inherit
}

h5, .h5 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px
}

h5 a {
    font-size: inherit;
    line-height: inherit
}

h6, .h6 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px
}

h6 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.title, p {
    margin-top: 0
}

p, .p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.71428571
}

figure {
    margin: 0 0 30px;
    padding-left: 0
}

figure iframe, figure img {
    max-width: 100%
}

figure.left iframe, figure.left img {
    margin-top: 0
}

img {
    max-width: 100%
}

.image-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 39px
}

.image-left img {
    margin-top: 0;
    width: 100%
}

.image-left figure {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 0;
    width: 600px
}

.image-right {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse
}

.pluso-wrap a {
    border-bottom: none;
}

figcaption {
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: 1.83
}

blockquote, figcaption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

blockquote {
    -webkit-border-radius: 20px;
    background-color: #fff;
    border: 5px solid #f3f3f3;
    border-radius: 20px;
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0;
    padding: 20px 40px 20px 45px;
    position: relative;
    width: 100%
}

blockquote:before {
    color: #00b9f1;
    content: "«";
    font-size: 40px;
    font-weight: 700;
    left: 15px;
    position: absolute;
    top: 18px
}

blockquote .autor {
    color: #8b8b8b;
    display: block;
    font-size: 13px;
    margin-top: 10px
}

a {
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    border-bottom: 1px solid rgba(0, 185, 241, .6);
    color: #000;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.71;
    transition: color .3s
}

a, a:focus, a:hover {
    text-decoration: none
}

a:focus, a:hover, .index-catalog__list li:hover a {
    border-color: #00b9f1;
    color: #00b9f1
}

a[href$=".jpg"], a[href$=".png"] {
    border-bottom: none;
    display: inline-block;
    outline: none;
    position: relative
}

a[href$=".jpg"]:before, a[href$=".png"]:before {
    -o-transition: all .1s;
    -webkit-filter: blur(5px);
    -webkit-transition: all .1s;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    display: none;
    filter: blur(5px);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .1s;
    z-index: 2
}

a[href$=".jpg"]:after, a[href$=".png"]:after {
    -ms-transform: translateX(200%) translateY(200%);
    -o-transition: all .3s;
    -webkit-transform: translateX(200%) translateY(200%);
    -webkit-transition: all .3s;
    background: url(images/sprite-svg.svg) 38.84297520661157% 39.795918367346935% no-repeat;
    content: "";
    /*display: block;*/
    display: none;
    height: 46px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(200%) translateY(200%);
    transition: all .3s;
    width: 45px;
    z-index: 3
}

a[href$=".jpg"]:hover:after, a[href$=".jpg"]:hover:before, a[href$=".png"]:hover:after, a[href$=".png"]:hover:before {
    opacity: 1
}

a[href$=".jpg"]:hover:after, a[href$=".png"]:hover:after {
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

a[href^=tel] {
    border-bottom: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

a[href^=tel]:hover {
    color: #00b9f1
}

.link {
    display: inline-block;
    padding-left: 27px;
    position: relative
}

.link-blue {
    color: #00b9f1
}

.link-img {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.link-img, .link-img:focus, .link-img:focus:hover, .link-img:hover {
    border-bottom: transparent
}

.link-img i {
    display: inline-block
}

.link-img i + div {
    padding-left: 8px
}

.link-img i + div > span {
    border-bottom: 1px solid rgba(0, 185, 241, .6);
    display: inline
}

.link-img > img {
    width: auto
}

.link-img > span {
    -o-transition: border-bottom-color .2s;
    -webkit-transition: border-bottom-color .2s;
    border-bottom: 1px solid rgba(0, 185, 241, .6);
    margin-left: .6em;
    transition: border-bottom-color .2s
}

.link-img:focus > span, .link-img:hover > span {
    border-bottom-color: #00b9f1
}

.link:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 3px
}

.link--reference:before {
    background-image: url(images/product-attention.svg);
    height: 22px;
    width: 22px
}

.link-file {
    border-bottom: none;
    display: inline-block;
    min-height: 35px;
    padding-left: 40px;
    position: relative
}

.link-file i {
    left: 0;
    position: absolute !important;
    top: 5px
}

.link-file span {
    border-bottom: 1px solid #00b9f1;
    font-size: 14px;
    font-weight: 400
}

.link-file .file-size {
    border-bottom: none;
    color: #a0a0a0;
    display: block
}

/*label .link-file {
	margin-left: 10px
}*/

.dotted {
    border-bottom-style: dotted !important
}

.fail {
    border-bottom: 1px dotted rgba(0, 185, 241, .6)
}

.fail:hover {
    border-color: #00b9f1;
    color: #00b9f1
}

ul {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.71;
    list-style: none;
    padding: 0
}

ul li {
    margin-bottom: 5px;
    padding-left: 17px;
    position: relative
}

ul li:before {
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    background-color: #00b9f1;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px
}

ul li > ul {
    margin-top: 5px
}

ul li > ul > li {
    padding-left: 15px
}

ul li > ul > li:before {
    -webkit-border-top-right-radius: 50%;
    background-color: #000;
    border-top-right-radius: 50%;
    height: 5px;
    width: 5px
}

ol {
    counter-reset: li;
    font-weight: 700;
    list-style: none;
    padding: 0
}

ol, ol li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

ol li {
    color: #000;
    font-weight: 400;
    line-height: 1.71;
    margin-bottom: 5px;
    padding: 0 0 0 20px;
    position: relative
}

ol li:before {
    content: counters(li, ".") ". ";
    counter-increment: li;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0
}

ol li ol {
    margin-top: 5px
}

ol li li {
    padding-left: 33px
}

.list-inline {
    display: inline;
}

.list-inline li, .list-unstyled li {
    display: inline;
    padding: 0 5px 0 0;
}

.list-inline li:before {
    display: none;
}

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

.form-group > div {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
    margin-bottom: 7px
}

.form-group.has-error input {
    border-color: #e80042;
    color: #e80042
}

/*.form-group.has-error input:placeholder {*/
    /*color: #e80042*/
/*}*/

.form-group.has-error input::-webkit-input-placeholder {
    color: #e80042
}

.form-group.has-error input::-moz-placeholder {
    color: #e80042
}

.form-group.has-error input:-ms-input-placeholder {
    color: #e80042
}

.form-group.has-error span.error {
    color: #e80042;
    font-size: 12px;
    font-weight: 400
}

label {
    color: #000;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
    margin-bottom: 7px
}

label a, label p, label span {
    font-weight: 400
}

.bx-filter-block {
    padding-right: 10px;
}

.bx-filter-param-label.disabled {
    opacity: 0.5;
    cursor: default;
}

.bx-filter-param-label.disabled input:hover {
    border: inherit;
}

.form-control, input, textarea {
    -moz-appearance: none;
    -o-transition: all .3s;
    -webkit-appearance: none;
    -webkit-border-radius: 18px;
    -webkit-transition: all .3s;
    appearance: none;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 100%;
    outline: none;
    padding: 8px 18px;
    resize: vertical;
    transition: all .3s;
    width: 100%
}

.form-control:hover, input:hover, textarea:hover {
    border: 1px solid #00b9f1
}

.form-control:focus, input:focus, textarea:focus {
    border: 1px solid #000
}

.form-control:placeholder, input:placeholder, textarea:placeholder {
    color: #8b8b8b
}

.form-control:disabled, input:disabled, textarea:disabled {
    background-color: #f0f0f0;
    border-color: #ccc
}

.form-control:disabled:hover, input:disabled:hover, textarea:disabled:hover {
    border-color: #ccc
}

textarea {
    min-height: 144px
}

.select {
    display: inline-block;
    position: relative
}

.select:after {
    background: url(images/sprite-svg.svg) 50.6025641025641% 83.21167883211679% no-repeat;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 10px
}

select {
    -moz-appearance: none;
    -o-transition: all .3s;
    -webkit-appearance: none;
    -webkit-border-radius: 18px;
    -webkit-transition: all .3s;
    appearance: none;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    color: #8b8b8b;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    padding: 7px 30px 7px 20px;
    position: relative;
    transition: all .3s
}

select:hover {
    border-color: #00b9f1
}

select:active, select:focus {
    border-color: #000
}

select:disabled {
    background-color: #f0f0f0;
    border-color: #ccc
}

input[type=data] {
    max-width: 200px
}

input[type="checkbox"],input[type="radio"]{
    visibility:hidden;
    position:absolute
}
input[type="checkbox"]+span,input[type="radio"]+span{
    display:inline-block;
    font-size:1rem;
    font-weight:normal;
    padding-left:22px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    position:relative
}
input[type="password"]::-ms-reveal{
    display:none
}
.custom-file-label{
    overflow:hidden
}
.custom-file-input:focus ~ .custom-file-label{
    box-shadow:none
}
.custom-file-input.upload+.custom-file-label{
    color:#111
}

.radio-inline:not(:last-of-type) {
    margin-right: 25px;
    position: relative;
}

input[type="checkbox"]+span{
    cursor:pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
input[type="checkbox"]+span::before{
    cursor:pointer;
    content:'';
    width:16px;
    height:16px;
    border:1px solid #999;
    border-radius:3px;
    background:#fff;
    position:absolute;
    top:2px;
    left:0
}
input[type="checkbox"]+span::after{
    cursor:pointer
}
input[type="checkbox"]:checked+span::before{
    border-color:#00b9f1;
    background:#00b9f1
}
input[type="checkbox"]:checked+span::after{
    cursor:pointer;
    content:'';
    width:10px;
    height:6px;
    border-style:solid;
    border-width:0 0 2px 2px;
    border-color:#fff;
    transform:rotate(-45deg);
    position:absolute;
    top:6px;
    left:3px
}
input[type="checkbox"]:checked:disabled+span{
    color:#CACACA
}
input[type="checkbox"]:checked:disabled+span::before{
    border-color:#CACACA;
    background:#fff
}
input[type="checkbox"]:checked:disabled+span::after{
    content:none
}
input[type="checkbox"]:disabled+span{
    color:#CACACA
}
input[type="checkbox"]:disabled+span::before{
    border-color:#CACACA
}
input[type="radio"]+span{
    cursor:pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
input[type="radio"]+span::before{
    content:'';
    cursor:pointer;
    width:16px;
    height:16px;
    border:1px solid #999;
    border-radius:50%;
    background:#fff;
    position:absolute;
    top:4px;
    left:0
}
input[type="radio"]+span::after{
    cursor:pointer
}
input[type="radio"]:checked+span::before{
    background:#00b9f1;

    border:1px solid #00b9f1;
}
input[type="radio"]:checked+span::after{
    content:'';
    width:8px;
    height:8px;
    border-radius:50%;
    background:#fff;
    position:absolute;
    top:8px;
    left:4px
}
input[type="radio"]:checked:disabled+span{
    color:#CACACA
}
input[type="radio"]:checked:disabled+span::after{
    border-color:#CACACA
}
input[type="radio"]:disabled+span{
    color:#CACACA
}
input[type="radio"]:disabled+span::before{
    border-color:#CACACA
}


label.label-img {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

label.label-img .check {
    height: 20px;
    margin-bottom: 0;
    width: 30px
}

label.label-img:before {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%)
}

label.label-img span {
    font-weight: 400
}

label.label-img span:last-child {
    width: -webkit-calc(100% - 94px);
    width: calc(100% - 94px)
}

label.label-img span.label-img__img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    margin: 0 14px 0 0;
    overflow: hidden;
    width: 50px
}

label.label-img span.label-img__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%
}

/*input[type=checkbox]:focus + span:before, input[type=checkbox]:hover + span:before, input[type=radio]:focus + span:before, input[type=radio]:hover + span:before {
    border-color: #00b9f1
}

input[type=radio]:active + span:before, input[type=radio]:checked + span:before {
    border-color: #000
}

input[type=radio]:checked + span:after {
    -webkit-border-radius: 50%;
    background-color: #00b9f1;
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    left: 4px;
    position: absolute;
    top: 5px;
    width: 12px
}

input[type=checkbox]:checked + span:before {
    background: url(images/catalog_check.svg) 3px 3px no-repeat;
    border-color: #000
}

input[type=checkbox]:disabled + span, input[type=radio]:disabled + span {
    color: #d7d7d7
}

input[type=checkbox]:disabled + span:before, input[type=radio]:disabled + span:before {
    background-color: #f0f0f0;
    border-color: #ccc
}*/

.input-file {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.input-file input[type=file] {
    display: none
}

.input-file span {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0
}

.input-file:before {
    -webkit-border-radius: 50%;
    background: url(images/sprite-svg.svg) 0 99.921875% no-repeat;
    background-color: #68c17c;
    border-radius: 50%;
    content: "";
    display: block;
    height: 17px;
    margin-right: 5px;
    width: 17px
}

.datepicker {
    background-image: url(images/date.svg);
    background-position: 93% 5px;
    background-repeat: no-repeat;
    max-width: 145px
}

.btn, button {
    -o-transition: all .3s;
    -webkit-border-radius: 20px;
    -webkit-transition: all .3s;
    background-color: #00b9f1;
    border: none;
    border-radius: 20px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
    margin-bottom: 11px;
    padding: 8px 17px;
    text-align: center;
    transition: all .3s
}

.btn, .btn:focus, .btn:hover, button, button:focus, button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    outline: none
}

.btn:focus, .btn:hover, .btn:focus, .btn:hover {
    background-color: #0e94f0
}

.btn:active, .btn:active {
    background-color: #0061a4
}

.btn:disabled, button:disabled {
    background-color: #e9e9e9;
    color: #b3b3b3
}

.btn-lg, button-lg {
    -webkit-border-radius: 24px;
    background-color: #00b6ee;
    border-radius: 24px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.41;
    margin-bottom: 20px;
    padding: 12px 40px;
    white-space: nowrap
}

.btn-white, button-white {
    background-color: #fff;
    border: 2px solid #00b6ee;
    color: #58595b !important;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 6px
}

.btn-white:hover, button-white:hover {
    background-color: #fff;
    border-color: #0e94f0;
    color: #0e94f0
}

.btn-white:active, button-white:active {
    background-color: #fff;
    border-color: #0061a4;
    color: #0061a4
}

.btn-white:disabled, button-white:disabled {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #b3b3b3
}

.btn-white:focus, button-white:focus {
    background-color: #fff;
}

a.btn, a.btn:focus {
    color: #fff
}

.left-point {
    position: relative
}

.left-point:before {
    -ms-transform: translateY(-50%);
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 50%;
    -webkit-transform: translateY(-50%);
    background-color: #fec500;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    content: "";
    display: none;
    height: 32px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px
}

.yellow .border {
    border-color: #fec500
}

.blue .border {
    border-color: #00b9f1
}

.blue .left-point:before {
    background-color: #00b9f1
}

.red .border {
    border-color: #e80042
}

.red .left-point:before {
    background-color: #e80042
}

.close {
    background-color: #fff
}

.close span {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #00b9f1;
    font-size: 30px
}

.close:hover, .modal-content .close {
    background-color: #fff
}

.modal-content .close span {
    color: #00b9f1;
    font-size: 30px
}

.modal-content .close:hover {
    background-color: #fff
}

.article__category {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px
}

.article__category span {
    display: inline-block;
    margin-right: 8px
}

.article__category a {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none
}

.article__category a:hover {
    color: #00b9f1
}

time {
    color: #8b8b8b;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71428571;
    margin-bottom: 15px
}

.tags-bg {
    -webkit-filter: blur(5px);
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    display: none;
    filter: blur(5px);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8
}

.block {
    margin-bottom: 52px
}

table, table.table {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    width: 100%
}

table.table thead, table thead {
    font-size: 15px;
    font-weight: 700
}

table.table thead td, table thead td {
    border-top: none
}

table.table td, table.table th, table td, table th {
    border: none;
    padding: 6px 18px;
    text-align: left
}

.flex-align-start {
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.flex-align-start .form-group {
    min-width: 190px
}

.flex-align-start .form-group.where-sale__label {
    min-width: 280px
}

.revers {
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.revers > div {
    margin-bottom: 30px
}

.hidden-lg-down, .hidden-md-down, .hidden-sm-down {
    display: none
}

@media only screen and (min-width: 480px) {
    .hidden-sm-down {
        display: block
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 42px;
        line-height: 40px;
        margin-bottom: 30px
    }

    h2 {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 14px
    }

    h3 {
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 4px
    }

    h4 {
        font-size: 18px;
        line-height: 24px
    }

    h5 {
        font-size: 17px;
        line-height: 25px
    }

    h6 {
        font-size: 15px;
        line-height: 18px
    }

    blockquote {
        padding: 40px 80px 40px 90px
    }

    blockquote:before {
        font-size: 69px;
        left: 30px;
        top: 38px
    }

    .left-point {
        padding-left: 35px
    }

    .left-point:before {
        display: block
    }
}

@media only screen and (min-width: 992px) {
    a[href$=".jpg"]:after, a[href$=".jpg"]:before, a[href$=".png"]:after, a[href$=".png"]:before {
        display: block
    }

    .hidden-md {
        display: none
    }

    .hidden-md-down {
        display: block
    }

    .revers {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width: 1200px) {
    .left-point {
        margin-left: -35px
    }

    .hidden-lg-down {
        display: block
    }
}

@font-face {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/icomoon.eot?e3m614);
    src: url(fonts/icomoon.eot?e3m614#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf?e3m614) format("truetype"), url(fonts/icomoon.woff?e3m614) format("woff"), url(fonts/icomoon.svg?e3m614#icomoon) format("svg")
}

[class*=" icon-"], [class^=icon-] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

.icon-file-no:before,
.icon-empty:before {
    color: #00b9f1;
    content: "\e917"
}

.icon-arrow_back:before {
    color: #7fdcf8;
    content: "\e900"
}

.icon-arrow-yellow:before {
    content: "\e901"
}

.icon-breadcrumb-last:before {
    color: #999;
    content: "\e902"
}

.icon-breadcrumb-next:before {
    color: #999;
    content: "\e903"
}

.icon-catalog_arrow-blue:before {
    color: #00b9f1;
    content: "\e904"
}

.icon-catalog_arrow:before {
    color: #959595;
    content: "\e905"
}

.icon-catalog_check:before {
    color: #00b9f1;
    content: "\e906"
}

.icon-catalog_popup_close:before {
    color: #00b9f1;
    content: "\e907"
}

.icon-catalog_sort_icon:before {
    content: "\e908"
}

.icon-catalog_tag_close:before {
    color: #00b9f1;
    content: "\e909"
}

.icon-catalog_view_icon:before {
    color: #00b9f1;
    content: "\e90a"
}

.icon-catalog_view_icon2:before {
    color: #00b9f1;
    content: "\e90b"
}

.icon-chek-drop-svg:before {
    color: #fff;
    content: "\e90c"
}

.icon-close_form:before {
    color: #00b9f1;
    content: "\e90d"
}

.icon-count-minus:before {
    color: #00b9f1;
    content: "\e90e"
}

.icon-count-plus:before {
    color: #00b9f1;
    content: "\e90f"
}

.icon-date:before {
    color: #00b9f1;
    content: "\e910"
}

.icon-header_arrow:before {
    color: #00b9f1;
    content: "\e911"
}

.icon-date:before {
    color: #00b9f1;
    content: "\e914"
}

.icon-file-doc:before,
.icon-doc:before {
    color: #00b9f1;
    content: "\e915"
}

.icon-file-docx:before,
.icon-docx:before {
    color: #00b9f1;
    content: "\e915"
}

.icon-error:before {
    color: #e1343e;
    content: "\e918"
}

.icon-facebook:before {
    color: #00b6ee;
    content: "\e919"
}

.icon-gif:before,
.icon-file-gif:before {
    color: #00b9f1;
    content: "\e91a"
}

.icon-google-plus:before {
    color: #00b9f1;
    content: "\e91b"
}

.icon-instagram:before {
    color: #00b9f1;
    content: "\e91e"
}

.icon-file-jpg:before,
.icon-jpg:before {
    color: #00b9f1;
    content: "\e91f"
}

.icon-linkedin:before {
    color: #00b9f1;
    content: "\e920"
}

.icon-mail:before {
    color: #11bef2;
    content: "\e921"
}

.icon-mp3:before {
    color: #00b9f1;
    content: "\e922"
}

.icon-mp4:before {
    color: #00b9f1;
    content: "\e923"
}

.icon-odnoklassniki:before {
    color: #00b6ee;
    content: "\e924"
}

.icon-file-pdf:before,
.icon-pdf:before {
    color: #00b9f1;
    content: "\e925"
}

.icon-pinterest:before {
    color: #00b9f1;
    content: "\e926"
}

.icon-file-ppt:before,
.icon-ppt:before {
    color: #00b9f1;
    content: "\e927"
}

.icon-file-rar:before,
.icon-rar:before {
    color: #00b9f1;
    content: "\e928"
}

.icon-share:before {
    color: #00b9f1;
    content: "\e929"
}

.icon-file-svg:before,
.icon-svg:before {
    color: #00b9f1;
    content: "\e92a"
}

.icon-telegram:before {
    color: #00b9f1;
    content: "\e92b"
}

.icon-twitter:before {
    color: #00b9f1;
    content: "\e92c"
}

.icon-txt:before {
    color: #00b9f1;
    content: "\e92d"
}

.icon-viber:before {
    color: #00b9f1;
    content: "\e92e"
}

.icon-vimeo:before {
    color: #00b9f1;
    content: "\e92f"
}

.icon-vkontakte:before {
    color: #00b9f1;
    content: "\e930"
}

.icon-whatsapp:before {
    color: #00b9f1;
    content: "\e931"
}

.icon-file-xls:before,
.icon-xls:before {
    color: #00b9f1;
    content: "\e932"
}

.icon-file-xlsx:before,
.icon-xlsx:before {
    color: #00b9f1;
    content: "\e933"
}

.icon-youtube:before {
    color: #00b9f1;
    content: "\e934"
}

.icon-zip:before {
    color: #00b9f1;
    content: "\e935"
}

.icon-login-icon:before {
    color: #00b9f1;
    content: "\e936"
}

.add-file__icon:before {
    color: #fff;
    content: "\e937";
    font-family: icomoon;
    font-style: normal
}

.icon-product_bullit_drop:before {
    color: #ffb600;
    content: "\e938"
}

.icon-product_drop:before {
    color: #fec500;
    content: "\e939"
}

.icon-search-icon:before {
    color: #00b9f1;
    content: "\e93c"
}

.icon-select_arrow:before {
    color: #959595;
    content: "\e93d"
}

.icon-Shape-531:before {
    color: #00b9f1;
    content: "\e93e"
}

.icon-Shape-543:before {
    color: #00b9f1;
    content: "\e93f"
}

.icon-trash:before {
    color: #00b9f1;
    content: "\e940"
}

.icon-zoom-in:before {
    color: #00b9f1;
    content: "\e941"
}

.icon-zoom:before {
    color: #00b9f1;
    content: "\e942"
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-21 {
    font-size: 21px
}

.fs-22 {
    font-size: 22px
}

.fs-25 {
    font-size: 25px
}

.fs-27 {
    font-size: 27px
}

.fs-30 {
    font-size: 30px
}

.fs-33 {
    font-size: 33px
}

.fs-35 {
    font-size: 35px
}

.fs-37 {
    font-size: 37px
}

.fs-40 {
    font-size: 40px
}

.header {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-top: 15px;
    position: relative;
    /*z-index: 2500;*/
}

.header, .header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__contacts {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.header-navigation {
    margin-bottom: 8px;
    margin-top: 5px
}

.burger {
    margin-top: -2px;
    opacity: 1;
    position: relative;
    right: 0;
    top: 50%;
    width: 100%
}

.burger, .burger:after, .burger:before {
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background: #00b9f1;
    height: 3px;
    transition: all .3s ease-in-out
}

.burger:after, .burger:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px
}

.burger:before {
    top: 9px
}

.burger:after {
    bottom: 9px
}

.burger-menu {
    display: block;
    height: 27px;
    margin-right: 18px;
    position: relative;
    width: 32px;
    z-index: 5
}

.burger-menu.menu-on .burger {
    background: hsla(0, 0%, 43.5%, 0)
}

.burger-menu.menu-on .burger:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #00b9f1;
    bottom: 0;
    transform: rotate(-45deg)
}

.burger-menu.menu-on .burger:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #00b9f1;
    top: 0;
    transform: rotate(45deg)
}

.mobile-menu {
    -ms-flex-direction: column;
    -ms-flex-order: 1;
    -webkit-box-direction: normal;
    -webkit-box-ordinal-group: 2;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -webkit-order: 1;
    display: none;
    flex-direction: column;
    margin-bottom: 35px;
    margin-top: 12px;
    order: 1
}

.mobile-menu .container {
    overflow: auto
}

.mobile-menu.open {
    background-color: #fff;
    bottom: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin-bottom: 0;
    padding: 90px 0 15px;
    position: fixed;
    right: 0;
    top: -10px;
    z-index: 2;
}

.logo {
    border: none;
    display: block;
    margin-right: 10px;
    position: relative;
    width: 111px;
    z-index: 5
}

.logo img {
    width: 80%
}

.logo:hover {
    border: none
}

.logo-description {
    color: #58595b;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.23;
    position: relative;
    width: 115px;
    z-index: 5
}

.logo-description span {
    display: none
}

.header-contact {
    font-family: 'Open Sans', sans-serif;
    /*margin-bottom: 21px;
    padding-top: 5px*/
}

.header-contact__number {
    color: #000;
    font-size: 20px;
    line-height: .8;
    margin-bottom: 3px
}

.header-contact__description {
    color: #8b8b8b;
    font-size: 13px;
    line-height: 16px
}

.mobile-nav {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.mobile-nav li {
    padding: 0
}

.mobile-nav li ul {
    display: none;
    margin-bottom: 15px;
    padding-left: 15px
}

.mobile-nav li:before {
    display: none
}

.mobile-nav li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px
}

.mobile-nav li.mobile-nav__arrow {
    padding-right: 20px
}

.mobile-nav__arrow > a {
    color: #000;
    position: relative
}

.mobile-nav__arrow > a:hover {
    color: #000
}

.mobile-nav__arrow > a:after {
    -o-transition: all .3s;
    -webkit-filter: saturate(0);
    -webkit-transition: all .3s;
    background: url(images/header_arrow.svg) 50% no-repeat;
    bottom: 5px;
    content: "";
    display: block;
    filter: saturate(0);
    height: 8px;
    /*position: relative;*/
    position: absolute;
    right: -20px;
    transition: all .3s;
    width: 13px
}

.mobile-nav__arrow.open > a:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-search-button {
    -webkit-border-radius: 0;
    background: #fff url(images/search-icon.svg) 0 0 no-repeat;
    border-radius: 0;
    height: 28px;
    margin-left: auto;
    outline: none;
    position: relative;
    width: 28px;
    z-index: 3
}

.mobile-search-button:active, .mobile-search-button:focus, .mobile-search-button:hover {
    background-color: #fff !important;
    outline: none
}

.login {
    position: relative;
    z-index: 3
}

@media (max-width: 575px) {
    .login {
        position: absolute;
        top: 120px;
        right: 15px;
    }
}

.login-person {
    display: inline-block;
    vertical-align: 2px;
}

.login-person img {
    width: 28px;
}

.search-panel {
    /*display: none;*/
    position: relative
}

.search-panel__input {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-right: 20px;
    padding: 9px 130px 11px 24px;
    width: 99%
}

.search-panel__button {
    -webkit-border-radius: 20px;
    background-color: #fff;
    border: 2px solid #00b9f1;
    border-radius: 20px;
    color: #58595b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.14;
    outline: none;
    padding: 10px 34px 11px;
    position: absolute;
    right: 0;
    top: 0
}

.search-path, .search-path a {
    color: #8b8b8b;
    font-size: 12px;

}

.bottom-line {
    padding-bottom: 10px;
    position: relative
}

.bottom-line:after {
    border-bottom: 1px solid #d7d7d7;
    bottom: -10px;
    content: "";
    display: none;
    left: 15px;
    position: relative;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px)
}

@media screen and (min-width: 480px) {
    .header__mobile-menu {
        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        flex-direction: row;
        justify-content: space-between
    }

    .header__mobile-menu .mobile-nav {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }
}

@media screen and (min-width: 480px) {
    .header__mobile-menu {
        margin: 0 auto;
        width: 540px
    }

    .logo-description {
        width: auto
    }

    .logo-description span {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .burger-menu {
        margin-top: 4px
    }

    .header-navigation {
        margin-top: 15px
    }

    .header__mobile-menu {
        margin: 0 auto;
        width: 720px
    }

    .header__mobile-menu.open {
        padding-top: 90px
    }

    .header__mobile-menu.open li {
        margin-bottom: 4px
    }

    .bottom-line:after {
        display: block
    }

    .logo {
        margin-right: 17px;
        width: 141px
    }



    .logo-description span {
        display: block
    }

    .login, .mobile-search-button {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        margin-bottom: 0
    }

    .mobile-menu .container {
        -ms-flex-direction: row-reverse;
        -ms-flex-pack: justify;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -webkit-flex-direction: row-reverse;
        -webkit-justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

@media screen and (min-width: 992px) {
    .burger-menu {
        display: none
    }

    .header {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 1px
    }

    .header__contacts {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row;
        align-items: center;
    }

    .header__mobile-menu {
        display: block;
        margin: 0 18px 0 0;
        width: auto
    }

    .header__mobile-menu.open {
        width: auto
    }

    .header-contact:first-child {
        margin-right: 40px
    }

    .search-panel {
        display: block
    }

    .mobile-nav, .mobile-search-button {
        display: none
    }

    .login {
        -ms-flex-item-align: start;
        -ms-flex-order: 2;
        -webkit-align-self: flex-start;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        align-self: flex-start;
        margin-left: auto;
        order: 2
    }
}

@media screen and (min-width: 1200px) {
    .logo {
        height: auto;
        margin-top: 0;
        margin-right: 0;
        width: 191px
    }

    .header-contact {
        margin-bottom: 0
    }

    .header-contact:first-child {
        margin-right: 80px
    }

    .header-top {
        background-color: #fff
    }
}

.navigation {
    position: relative
}

.navigation__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.navigation__list li.navigation__item {
    margin: 0 19px 0 0;
    padding: 0;
    position: relative
}

.navigation__list li.navigation__item:last-child {
    margin-right: 0
}

.navigation__list li.navigation__item > a > span {
    color: #8b8b8b;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px
}

.navigation__list li.navigation__item:before {
    display: none
}

.navigation__list li.navigation__item:first-child {
    -webkit-border-radius: 20px;
    border: 4px solid #e1e1e1;
    border-radius: 20px;
    margin-right: 0;
    padding: 7px 15px 0;
    width: calc(100% - 80px)
}

.navigation__list li.navigation__item:first-child .navigation__sub-menu {
    min-width: 865px
}

.navigation__list li.navigation__item > a {
    border-bottom: none;
    color: #000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: .8;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none
}

.navigation .navigation__sub-menu {
    display: none
}

.navigation__sub-menu {
    -ms-flex-direction: column;
    -webkit-border-radius: 15px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: 0 6px 14px 4px rgba(3, 80, 103, .26);
    -webkit-flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 14px 4px rgba(3, 80, 103, .26);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 33px 18px 3px;
    position: absolute;
    top: 100%;
    z-index: 99
}

.navigation__sub-menu > li {
    -ms-flex-line-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -webkit-flex-wrap: wrap;
    align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-left: 0
}

.navigation__sub-menu > li:before {
    display: none
}

.navigation__sub-menu > li:last-child {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto
}

.navigation__sub-menu .index-catalog__subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    width: 100%
}

.navigation__sub-menu .index-catalog__subtitle:active {
    display: none
}

.navigation__sub-menu .index-catalog__subtitle a {
    font-size: 14px
}

.navigation__sub-menu .index-catalog__wrap {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    width: 100%
}

.navigation__sub-menu .index-catalog__img {
    display: none;
    height: 42px;
    width: 42px
}

.navigation__sub-menu .index-catalog__list li {
    margin-bottom: 10px;
    min-height: 46px
}

.navigation__sub-menu .index-catalog__list a {
    font-size: 14px;
    line-height: 1.3;
    padding: 0;
    text-align: left
}

.navigation__sub-menu .index-catalog__list:last-child {
    margin-right: 24px
}

.navigation-banner {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-align-items: center;
    -webkit-border-radius: 15px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 3px solid #e1e1e1;
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 49px;
    padding: 15px;
    width: 180px
}

.navigation-banner div {
    width: 100%
}

.navigation-banner img {
    max-height: 177px;
    max-width: 100%
}

.navigation-banner a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.navigation-banner p {
    color: #262a2b;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    width: 100%
}

.navigation-article {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 485px
}

.navigation-article h4 {
    font-size: 18px;
    margin-top: -3px
}

.navigation-article > a {
    display: block
}

.navigation-article img {
    height: auto;
    margin-right: 30px;
    max-width: 160px
}

.navigation-article i {
    display: inline-block;
    width: 6px
}

.navigation .firstscreen__links a:before {
    display: none
}

@media screen and (min-width: 768px) {
    .navigation li.navigation__item {
        -o-transition: all .3s;
        -webkit-border-radius: 17px;
        -webkit-transition: all .3s;
        background-color: #fff;
        border-radius: 17px;
        margin-right: 5px;
        position: relative;
        transition: all .3s
    }

    .navigation li.navigation__item:first-child {
        border: none;
        margin: 0 8px 0 0;
        padding: 0;
        width: auto
    }

    .navigation li.navigation__item:last-child {
        margin-right: 0
    }

    .navigation li.navigation__item > a > span {
        display: none
    }

    .navigation li.navigation__item.active {
        background-color: #ededed
    }

    .navigation li.navigation__item.open, .navigation li.navigation__item.open > a, .navigation li.navigation__item:hover, .navigation li.navigation__item:hover > a {
        color: #00b9f1
    }

    .navigation li.navigation__item > a {
        -webkit-border-radius: 17px;
        border-radius: 17px;
        display: block;
        line-height: 1;
        padding: 5px 8px 9px
    }
}

@media screen and (min-width: 992px) {
    .navigation {
        margin-left: -18px;
        padding-top: 6px
    }

    .navigation > ul > li.open > ul.navigation__sub-menu {
        -ms-flex-align: start;
        -ms-flex-wrap: nowrap;
        -webkit-align-items: flex-start;
        -webkit-box-align: start;
        -webkit-flex-wrap: nowrap;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap
    }

    .navigation li.navigation__item:after {
        -o-transition: all .3s;
        -webkit-filter: saturate(0);
        -webkit-transition: all .3s;
        background: url(images/header_arrow.svg) 50% no-repeat;
        content: "";
        filter: saturate(0);
        height: 8px;
        position: absolute;
        right: 7px;
        top: 11px;
        transition: all .3s;
        width: 13px
    }

    .navigation li.navigation__item > a {
        line-height: 16px;
        padding: 6px 24px 10px 9px
    }

    .navigation li.navigation__item.open > a {
        padding: 7px 32px 10px 18px
    }

    .navigation li.navigation__item.open:after {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .navigation li.navigation__item.open .navigation__sub-menu {
        -ms-flex-align: start;
        -ms-flex-wrap: nowrap;
        -webkit-align-items: flex-start;
        -webkit-box-align: start;
        -webkit-flex-wrap: nowrap;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap
    }

    .navigation li.navigation__item:first-child li, .navigation li.navigation__item:first-child ul {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .navigation li.navigation__item:first-child li {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navigation li.navigation__item:first-child .index-catalog__list li {
        min-height: 0
    }

    .navigation li.navigation__item:first-child .index-catalog__img {
        display: none
    }

    .navigation__sub-menu .index-catalog__img {
        display: block
    }

    .navigation__sub-menu .index-catalog__list {
        margin-bottom: 0
    }

    .navigation__sub-menu > li:first-child {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1
    }
}

@media screen and (min-width: 1200px) {
    .navigation li.navigation__item > a {
        font-size: 20px;
        padding: 7px 32px 10px 18px
    }

    .navigation li.navigation__item:after {
        top: 13px
    }

    .navigation li.navigation__item:first-child .navigation__sub-menu {
        min-width: 1140px
    }

    .navigation li.navigation__item:first-child .index-catalog__list li {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        min-height: 46px;
        page-break-inside: avoid
    }

    .navigation li.navigation__item:first-child .index-catalog__img {
        display: block
    }

    .navigation li.navigation__item:nth-child(2) .navigation__sub-menu {
        left: -19px;
        padding-left: 36px;
        padding-right: 36px;
        width: 900px
    }

    .navigation li.navigation__item:nth-child(3) {
        margin-right: 0
    }

    .navigation li.navigation__item:nth-child(3) .navigation__sub-menu {
        left: -250px;
        padding-left: 36px;
        padding-right: 36px;
        width: 900px
    }

    .navigation li.navigation__item .navigation__sub-menu {
        min-width: 855px
    }

    .navigation li.navigation__item > a {
        letter-spacing: .04em
    }

    .navigation li.navigation__item:after {
        right: 12px
    }

    .navigation__sub-menu:not(:first-child), .navigation__sub-menu > li {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .navigation__sub-menu .index-catalog__wrap {
        width: 49.5%
    }
}

.firstscreen {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding-bottom: 8px;
    padding-top: 27px
}

.firstscreen__middle {
    -webkit-background-size: auto 100%;
    background: #fff url(images/main_banner.png) 46% no-repeat;
    background-size: auto 100%;
    height: 215px;
    margin-bottom: 15px
}

.firstscreen h2 {
    font-size: 22px
}

.firstscreen__links {
    margin-bottom: 15px;
    width: 100%
}

.firstscreen__links br {
    display: none
}

.firstscreen__links div {
    margin-bottom: 6px
}

.firstscreen__links a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5625;
    margin-right: 15px
}

.firstscreen__article {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 18px
}

.firstscreen__article .firstscreen__title {
    background-color: #00b9f1;
    display: inline-block;
    margin-bottom: 3px;
    margin-left: -3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px
}

.firstscreen__article a {
    border-color: hsla(0, 0%, 100%, .5);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1
}

.firstscreen__article p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.38;
    margin: 0
}

.firstscreen .btn {
    -webkit-border-radius: 24px;
    border-radius: 24px;
    margin-top: 18px;
    padding: 12px 38px
}

.firstscreen__link-file {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 6px;
    position: relative
}

.firstscreen__link-file span {
    color: grey;
    font-size: 13px;
    line-height: 1.46
}

.firstscreen__link-file span:first-of-type {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    padding-top: 10px
}

.firstscreen__link-file span.file-size {
    margin-top: 3px
}

.firstscreen__link-file img {
    display: none;
    height: 140px;
    left: 100%;
    position: absolute;
    top: -40px
}

@media screen and (min-width: 480px) {
    .firstscreen__link-file img {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .firstscreen__link-file {
        margin-top: 25px
    }

    .firstscreen__middle {
        background-position: 42% top;
        height: 371px
    }
}

@media (min-width: 992px) {
	.firstscreen {
		-webkit-background-size: auto 100%;
		background: #fff url(images/main_banner.png) top repeat-x;
		/*background-size: auto 100%;*/
		background-size:cover;
		margin-bottom: 9px;
		min-height: 350px;
	}

    .firstscreen h2 {
        font-size: 34px;
        margin-bottom: 22px;
        margin-top: 0
    }

    .firstscreen__links {
        max-width: 245px
    }

    .firstscreen__middle {
        background-color: transparent;
        background-image: none;
        height: auto;
        margin-bottom: 0
    }

    .firstscreen__links div {
        display: block;
        margin-bottom: 8px
    }

    .firstscreen__links br {
        display: block
    }

    .firstscreen .btn {
        margin-top: 19px
    }

    .firstscreen__link-file {
        margin-top: 0
    }
}

.index-catalog li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid
}

.index-catalog__title {
    -ms-flex-align: baseline;
    -ms-flex-wrap: wrap;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -webkit-flex-wrap: wrap;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.index-catalog__title h2 {
    color: #000;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    margin: 0 15px 0 -4px
}

.index-catalog__title h3 {
    margin-top: 0
}

.index-catalog__title a {
    font-size: inherit;
    line-height: 1.2
}

.index-catalog__title span {
    color: #8b8b8b;
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.index-catalog__wrap {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between
}

.index-catalog__wrap.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.index-catalog__subtitle-wrap {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 15px
}

.index-catalog__subtitle-wrap > div {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    width: auto
}

.index-catalog__subtitle-wrap > div.active {
    display: block;
    padding-right: 30px;
    position: relative
}

.index-catalog__subtitle-wrap > div.active:after {
    background: url(images/catalog_arrow.svg) 50% no-repeat;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 10px
}

.index-catalog__subtitle-wrap > div.active .index-catalog__subtitle:after {
    -webkit-border-radius: 3px;
    border-bottom: 5px solid #fec500;
    border-radius: 3px
}

.index-catalog__subtitle-wrap > div.visible {
    display: block
}

.index-catalog__subtitle {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center
}

.index-catalog__subtitle:after {
    border-bottom: 1px dotted rgba(0, 185, 241, .6);
    content: "";
    display: block;
    height: 1px;
    width: 100%
}

.index-catalog__list {
    -webkit-columns: 2;
    column-count: 2;
    margin-bottom: 0;
    width: 100%
}

.index-catalog__list li {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    padding: 0
}

.index-catalog__list li:before {
    display: none
}

.index-catalog__list div:last-child {
    max-width: 140px
}

.index-catalog__img {
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    border: 2px solid #d4d4d4;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    display: none;
    height: 70px;
    margin-right: 19px;
    overflow: hidden;
    position: relative;
    width: 70px
}

.index-catalog__img:after {
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    border: 3px solid #fff;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.index-catalog__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .index-catalog {
        padding-top: 23px
    }

    .index-catalog__img {
        display: block
    }

    .index-catalog__title {
        margin-bottom: 25px
    }

    .index-catalog__title span {
        display: inline-block
    }

    .index-catalog__subtitle-wrap {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .index-catalog__subtitle-wrap > div {
        display: block
    }

    .index-catalog__subtitle-wrap > div.active:after {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .index-catalog__title {
        margin-bottom: 23px
    }

    .index-catalog h2 {
        font-size: 30px;
        line-height: 30px
    }

    .index-catalog__list {
        margin-bottom: 70px
    }

    .index-catalog__subtitle {
        font-weight: 400;
        margin-bottom: 20px
    }

    .index-catalog__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .index-catalog__list {
        margin-bottom: 8px
    }

    .index-catalog__list {
        -webkit-columns: 2;
        column-count: 2
    }

    .index-catalog__subtitle:after {
        display: none
    }
}

.difference__wrap {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px
}

.difference__item {
    width: 100%
}

.advantage {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 1.5rem
}

.advantage, .advantage__wrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.advantage__wrap {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.advantage__img {
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    height: 116px;
    margin-bottom: 20px;
    margin-right: 22px;
    overflow: hidden;
    width: 115px
}

.advantage__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.advantage__content {
    max-width: 80%
}

.advantage__content h3 {
    margin-bottom: 12px;
    margin-top: 0
}

.advantage__content h3 span {
    display: block;
    font-size: 2.4rem;
    line-height: 1.1;
    margin-top: -7px
}

.advantage__content p {
    margin-bottom: 5px
}

.advantage__content .btn {
    margin-top: 34px
}

.order--1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

.order--2 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
}

.order--3 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

@media only screen and (min-width: 480px) {
    .advantage {
        -ms-flex-align: start;
        -ms-flex-direction: row;
        -webkit-align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 37px
    }

    .advantage__content {
        max-width: 260px;
        text-align: left;
        width: -webkit-calc(100% - 137px);
        width: calc(100% - 137px)
    }
}

@media only screen and (min-width: 768px) {
    .difference__wrap {
        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        flex-direction: row;
        justify-content: space-between;
        max-height: 600px
    }

    .difference__item {
        width: 48%
    }

    .difference .btn-lg {
        padding: 12px 17px
    }

    .advantage__wrap {
        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

    .advantage__wrap .advantage:first-child {
        margin-right: 30px
    }

    .order--2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order--3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
}

@media only screen and (min-width: 1200px) {
    .difference {
        margin-bottom: 0
    }

    .difference h2 {
        margin-bottom: 30px
    }

    .difference h3 {
        font-size: 22px;
        margin-bottom: 7px
    }

    .difference__item {
        width: 23%
    }

    .difference__wrap {
        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        flex-direction: row;
        justify-content: space-between
    }

    .difference .btn-lg {
        padding: 12px 40px
    }

    .advantage__wrap {
        -ms-flex-direction: column;
        -ms-flex-pack: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: start;
        -webkit-flex-direction: column;
        -webkit-justify-content: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        width: 31.5%
    }

    .advantage__wrap .btn {
        margin-top: 33px
    }

    .advantage--big {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .advantage--big .advantage__img {
        height: 171px;
        margin-bottom: 20px;
        width: 171px
    }

    .advantage--big .advantage__content {
        max-width: 100%;
        width: 100%
    }

    .order--2 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
}

.index-about {
    padding-bottom: 55px
}

.index-about h2 {
    margin-bottom: 35px;
    margin-top: 0
}

.index-about p {
    margin-bottom: 25px
}

@media (min-width: 1200px) {
    .index-about {
        padding-bottom: 22px
    }
}

.news {
    -webkit-border-radius: 20px;
    background-color: #fff;
    border-radius: 20px
}

.news h2 {
    margin-top: 0
}

.news__title {
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    margin-bottom: 15px
}

.news__title h2 {
    display: inline;
    margin-right: 22px;
    margin-top: 0
}

.news__title a {
    display: inline-block
}

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

.news__item, .news__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.news__item {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%
}

.news__img {
    margin-right: 29px;
    margin-top: 6px;
    width: 100%
}

.news__content, .news__img img {
    width: 100%
}

.news__content h4 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 7px;
    margin-top: 0
}

.news__content h4 a {
    font-size: inherit;
    line-height: inherit
}

.news__content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71428571;
}

.garden-news {
    margin-top: 50px
}

.garden-news img {
    margin-bottom: 15px;
    max-width: 100%
}

.garden-news h4 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 7px;
    margin-top: -9px
}

.garden-news h4 a {
    font-size: inherit;
    line-height: inherit
}

.garden-news h4:nth-of-type(2) {
    margin-top: 25px
}

.garden-news .row > div:not(:first-child) {
    margin-bottom: 30px
}

@media only screen and (min-width: 480px) {
    .news time {
        margin-bottom: 0
    }

    .news__item {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .news__img {
        max-height: 160px;
        width: 160px
    }

    .news__content {
        width: -webkit-calc(100% - 189px);
        width: calc(100% - 189px)
    }
}

@media only screen and (min-width: 768px) {
    .news {
        border: 6px solid #e1e1e1;
        padding: 40px 40px 34px
    }

    .news h2 {
        display: inline-block;
        font-size: 34px;
        margin-right: 16px
    }

    .news__item {
        margin-bottom: 15px
    }

    .news__content {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) {
    .news {
        padding: 35px 40px 25px
    }

    .news__title {
        margin-bottom: 24px
    }

    .news__item {
        width: 48.5%
    }

    .garden-news {
        margin-bottom: 50px
    }
}

.footer {
    -webkit-background-size: auto 107px, auto 2px;
    background: url(images/footer_pict.png), url(images/footer_line.png);
    background-position: 100% 0, center 107px;
    background-repeat: repeat-x;
    background-size: auto 107px, auto 2px;
    padding-top: 116px
}

.footer .container {
    position: relative
}

.footer__first-line {
    display: none
}

/*.footer .search-panel {
    margin-top: 17px
}*/

.footer .header-contact {
    margin-left: 0
}

.footer .header-contact:first-child {
    margin: 14px 14px 10px 0
}

.footer-social {
    margin-bottom: 25px;
    margin-top: 20px
}

.footer-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
}

.footer-navigation li {
    padding-left: 0;
    padding-right: 25px
}

.footer-navigation li:before {
    display: none
}

.footer-bottom {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 27px;
    padding-top: 16px
}

.footer-bottom span {
    margin-bottom: 8px;
    margin-right: 20px
}

.footer-bottom address {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px
}

.share {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-flex-wrap: wrap;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 20px
}

.share div {
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 15px
}

.share .social {
    margin-bottom: 20px
}

.share li {
    margin-bottom: 0
}

.footer-social.social {
    margin-left: 10px;
    margin-right: 10px
}

@media only screen and (min-width: 480px) {
    .footer-bottom address {
        margin-right: 20px
    }
}

@media only screen and (min-width: 768px) {
    .footer {
        background-position: top, center 107px
    }

    .footer .header-contact {
        margin-top: 10px
    }

    .footer .header-contact:first-child {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .footer-social {
        position: absolute;
        right: 0;
        top: 0;
        width: auto
    }
}

@media only screen and (min-width: 992px) {
    .footer-bottom {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: flex-end;
        padding-top: 0
    }

    .footer-bottom span {
        margin: 0
    }

    .footer-bottom .link-img span {
        margin-left: .3em
    }

    .footer-bottom address {
        margin-bottom: 0;
        margin-right: 0
    }

    .footer .header-contact:first-child {
        margin-bottom: 10px;
        margin-top: 0
    }

    .footer__first-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .footer-social {
        position: static
    }
}

#search-modal .modal-dialog {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .7);
    height: 100vh;
    margin: 0;
    max-width: 100vw;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw
}

#search-modal .modal-content {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: none;
    -webkit-justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%
}

#search-modal .modal-content input {
    margin-bottom: 15px;
    width: 100%
}

#search-modal .modal-content .close {
    background-color: transparent;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0
}

.search-form {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.modal-header {
    border-bottom: none
}

.modal-body {
    padding-top: 0
}

.modal-content {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
    background-color: transparent;
    background-color: #fff;
    border: none;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
    width: 100%
}

.breadcrumb {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 16px 0 0
}

.breadcrumb__item {
    color: #8b8b8b;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    padding-left: 0;
    padding-right: 30px
}

.breadcrumb__item a {
    border-bottom: none
}

.breadcrumb__item:before {
    display: none
}

.breadcrumb__item:after {
    background: url(images/breadcrumb-next.svg) 0 0 no-repeat;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 11px
}

.breadcrumb__item:last-child:after {
    background: url(images/breadcrumb-last.svg) 0 0 no-repeat;
    height: 7px;
    width: 12px
}

.catalog > div.row {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.catalog .btn {
    margin-bottom: 20px
}

.catalog-header {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 35px
}

.catalog-header__counter {
    margin-bottom: 10px;
    margin-right: 20px
}

.catalog-header__counter strong {
    margin-right: 10px
}

.catalog-header__sort {
    margin-bottom: 10px
}

.catalog-header__sort strong {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%
}

.catalog-header__view {
    margin-bottom: 10px;
    margin-left: 124px
}

.catalog-header > div {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-flex-wrap: wrap;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.catalog-header > div.catalog-header__view {
    display: none
}

.catalog-view {
    -webkit-background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
    display: block;
    margin-left: 11px
}

.catalog-view.active {
    -webkit-filter: grayscale(1) brightness(0);
    filter: grayscale(1) brightness(0)
}

.catalog-view--list {
    background-image: url(images/catalog_view_icon.svg);
    height: 15px;
    width: 18px
}

.catalog-view--square {
    background-image: url(images/catalog_view_icon2.svg);
    height: 16px;
    width: 18px
}

.catalog-sort {
    display: block;
    line-height: 1.4;
    margin-right: 10px;
    padding-left: 3px;
    padding-right: 3px
}

.catalog-sort.active {
    -webkit-border-radius: 3px;
    background-color: #f0f0f0;
    border-color: transparent;
    border-radius: 3px;
    padding-right: 25px;
    position: relative
}

.catalog-sort.active:focus, .catalog-sort.active:visited {
    color: #000
}

.catalog-sort.active:after {
    -webkit-background-size: contain;
    background: url(images/catalog_sort_icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 14px
}

.catalog-sort.active.up:after {
    -webkit-transform: rotateY(180deg) rotate(180deg);
    transform: rotateY(180deg) rotate(180deg)
}

.catalog-grid {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.catalog-grid:after {
    background-color: #ebebeb;
    bottom: 30px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.catalog-grid__item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    width: 100%;
	padding-bottom: 20px;
}

@media only screen and (min-width: 480px) {
    .catalog-grid {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .catalog-grid__item {
        width: 80%
    }

    .catalog-grid:after {
        left: 20%;
        right: 20%
    }

    .catalog-header__sort strong {
        display: inline-block;
        margin-bottom: 0;
        width: auto
    }
}

@media only screen and (min-width: 768px) {
    .catalog-grid {
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
    }

    .catalog-grid__item {
        width: 50%
    }

    .catalog-grid__item:nth-child(odd) {
        padding-right: 15px
    }

    .catalog-grid__item:nth-child(2n+2) {
        padding-left: 15px
    }

    .catalog-grid:after {
        left: 0;
        right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .catalog-header {
        margin-bottom: 0
    }

    .catalog-header > div.catalog-header__view {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .catalog-grid:after {
        display: none
    }

    .catalog-grid__item {
        margin-bottom: 8px;
        margin-top: 15px;
        width: 32.5%;
	    padding-bottom: 12px;
    }

    .catalog-grid__item:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 15px
    }

    .catalog-grid__item:nth-child(3n+2) {
        padding-left: 15px;
        padding-right: 15px;
        width: 35%
    }

    .catalog-grid__item:nth-child(3n+3) {
        padding-left: 15px;
        padding-right: 0
    }

    .catalog-grid.horizontal .catalog-grid__item {
        padding: 0 0 10px;
        width: 100%
    }

    .catalog-sort {
        display: block
    }
}

.aside {
    -ms-flex-direction: column;
    -o-transition: all .3s;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -webkit-flex-direction: column;
    -webkit-transition: all .3s;
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    left: -350px;
    max-width: 320px;
    overflow-y: scroll;
    padding: 40px 0 140px 20px;
    position: fixed;
    top: 0;
    transition: all .3s;
    z-index: 99
}

.aside.show {
    left: 0
}

.aside__close {
    -webkit-background-size: contain;
    -webkit-border-radius: 0;
    background: url(images/close_form.svg) 50% no-repeat;
    background-color: transparent;
    background-size: contain;
    border-radius: 0;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px
}

.aside__close:hover {
    background-color: #fff
}

.aside__inner {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative
}

.aside__item {
    margin-bottom: 10px
}

.aside__item h4 {
    position: relative
}

.aside__item h4, .aside__item h4:before {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.aside__item h4:before {
    -ms-transform: rotate(-90deg);
    -webkit-filter: brightness(0);
    -webkit-transform: rotate(-90deg);
    background: url(images/catalog_arrow-blue.svg) 50% no-repeat;
    filter: brightness(0);
    height: 8px;
    left: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-90deg);
    width: 10px
}

.aside__item h4.active:before {
    -ms-transform: rotate(0deg);
    -webkit-filter: brightness(1);
    -webkit-transform: rotate(0deg);
    filter: brightness(1);
    transform: rotate(0deg)
}

.aside__item.point h4 {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.aside__item.point h4:after {
    -webkit-border-radius: 50%;
    background-color: #c8f629;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    margin-left: 6px;
    width: 6px
}

.aside__item.point h4:before {
    -ms-transform: rotate(0deg);
    -webkit-filter: brightness(1);
    -webkit-transform: rotate(0deg);
    filter: brightness(1);
    transform: rotate(0deg)
}

.aside__bottom {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    width: 290px
}

.aside a {
    display: inline-block
}

.aside > .btn {
    margin-bottom: 23px;
    padding-left: 69px;
    padding-right: 59px
}

@media only screen and (min-width: 992px) {
    .aside {
        -webkit-box-shadow: none;
        box-shadow: none;
        left: 0;
        overflow-y: visible;
        padding: 0 15px;
        position: relative;
        z-index: 3
    }

    .aside__inner {
        -webkit-box-shadow: 10px 5px 30px -20px rgba(0, 0, 0, .2);
        box-shadow: 10px 5px 30px -20px rgba(0, 0, 0, .2);
        height: 100%;
        padding-right: 0
    }

    .aside__inner > div.mCustomScrollBox, .aside__inner > div > div.mCSB_container {
        overflow: visible
    }

    .aside__item {
        margin-bottom: 0
    }

    .aside__item h4 {
        padding-left: 0
    }

    .aside__item h4:before {
        display: none
    }

    .aside__item.point h4 {
        color: #000
    }

    .aside__close {
        display: none
    }

    .aside__bottom {
        position: static;
        width: 100%
    }
}

.choice {
    display: block;
    margin-bottom: 20px;
    margin-top: 0
}

.choice__inner {
    padding-right: 5px
}

@media only screen and (min-width: 992px) {
    .choice {
        margin-bottom: 20px
    }

    .choice__inner {
        max-height: 370px;
        max-width: 255px
    }
}

.catalog-product {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.catalog-product, .catalog-product__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.catalog-product__img {
    border-bottom: none;
    height: 254px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative
}

.catalog-product__img img {
    -o-object-fit: contain;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.catalog-product h3 {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0
}

.catalog-product__info {
    width: 100%
}

.catalog-product__info p {
    margin-bottom: 0
}

.catalog-product a {
    font-size: inherit
}

.catalog-product__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    position: relative
}

.catalog-product__tags > div {
    margin-right: 20px;
    padding-bottom: 20px
}

.catalog-product__tags-button {
    -webkit-border-radius: 0;
    background-color: #fff;
    border-bottom: 1px dotted #00b9f1;
    border-radius: 0;
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0 2px;
    cursor: pointer;
}

.catalog-product__tags-button:hover {
    background-color: #fff;
    color: #00b9f1;
    сursor: pointer;
}

.catalog-product__tags-wrap {
    -webkit-border-radius: 9px;
    -webkit-box-shadow: 0 0 13px 4px rgba(3, 88, 114, .26);
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 0 0 13px 4px rgba(3, 88, 114, .26);
    color: #8b8b8b;
    display: none;
    font-size: 13px;
    font-weight: 400;
    left: 0;
    line-height: 18px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 9
}

.catalog-product__tags-block:hover .catalog-product__tags-wrap,
.catalog-product__tags-wrap:hover {
    display: block;
}

.catalog-product__tags-wrap span {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px
}

.catalog-product__tags-wrap a {

    display: inline;
    white-space: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-right: 5px
}

.catalog-product__tags-wrap .close {
    -webkit-background-size: contain;
    background: url(images/close_form.svg) 0 0 no-repeat;
    background-size: contain;
    height: 13px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 13px
}

.catalog-product__price {
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px
}

.catalog-product__price span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.catalog-product__select {
    border: none;
    max-width: 200px;
    min-width: auto;
    padding: 0;
    text-align: right
}

.catalog-product__select select {
    -webkit-border-radius: 0;
    border: none;
    border-bottom: 1px dotted #00b9f1;
    border-radius: 0;
    color: #000;
    padding-bottom: 1px;
    padding-left: 0
}

.catalog-product__select ul {
    text-align: left
}

.catalog-product__packaging {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    /*margin-bottom: 8px*/
    margin-bottom: 15px;
}

.catalog-product__packaging a {
    font-size: inherit
}

.catalog-product__count {
    height: 36px;
    margin-bottom: 15px;
    position: relative;
    width: 116px
}

.catalog-product__count input {
    color: #000;
    font-size: 16px;
    padding: 6px 30px;
    text-align: center;
    width: 100%
}

.catalog-product__count .count {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px
}

.catalog-product__count .count:disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.catalog-product__count .count--increment {
    background-image: url(images/count-plus.svg);
    right: 5px
}

.catalog-product__count .count--decrement {
    background-image: url(images/count-minus.svg);
    left: 5px
}

.catalog-product__order {
    margin-top: auto
}

.catalog-product__order > div {
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px
}

.catalog-product__order > div.catalog-product__order-top .form-group, .catalog-product__order > div.catalog-product__order-top .form-group > div {
    margin-bottom: 0
}

.catalog-product__order > div:first-child {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.catalog-product__order > div:first-child .form-group, .catalog-product__order > div:first-child .form-group > div {
    margin-bottom: 0;
}

.catalog-product__order > div:first-child .form-group.w_200px > div {
    width: 200px;
}

.catalog-product__order > div:not(.catalog-product__order-top) .selectfix-current-value {
    -webkit-border-radius: 0;
    border: none;
    border-bottom: 1px dotted #00b9f1;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0
}

.catalog-product__order > div:not(.catalog-product__order-top) .selectfix-current-value:after {
    background-color: #fff;
    bottom: -1px;
    right: 0;
    width: 30px
}

.catalog-product__order > div:not(.catalog-product__order-top) .selectfix-border {
    -webkit-border-radius: 18px;
    border: 1px solid #000;
    border-radius: 18px
}

.catalog-product .btn {
    padding-left: 29px;
    padding-right: 29px
}

@media screen and (min-width: 768px) {
    .catalog-product__order > div {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

@media screen and (min-width: 1200px) {
    .horizontal .catalog-product {
        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        flex-direction: row;
        justify-content: space-between
    }

    .horizontal .catalog-product__img {
        height: 139px;
        width: 20%;
    }

    .horizontal .catalog-product__info {
        margin-left: auto;
        width: 60%;
        padding: 0 30px;
    }

    .horizontal .catalog-product__order {
        margin-left: auto;
        margin-top: 8px;
        width: 20%;
    }

    .horizontal .catalog-product__order > div:first-of-type {
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center
    }

    .horizontal .catalog-product__price {
        margin-right: 20px
    }

    .horizontal .catalog-product__tags-button {
        display: none
    }

    .horizontal .catalog-product__tags {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .horizontal .catalog-product__tags-wrap {
        -webkit-border-radius: 0;
        -webkit-box-shadow: none;
        border-radius: 0;
        box-shadow: none;
        display: block;
        padding: 0;
        position: static
    }

    .horizontal .catalog-product__tags-wrap span {
        display: inline-block
    }

    .horizontal .catalog-product__tags-wrap .close {
        display: none
    }
}

.pagination {
    margin: 0;
    padding: 0
}

.pagination, .pagination > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pagination > li {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    padding-left: 2px
}

.pagination > li:before {
    display: none
}

.pagination__item {
    -o-transition: all .3s;
    -webkit-border-radius: 50%;
    -webkit-transition: all .3s;
    background-color: #fff;
    border: 1px solid #00b9f1;
    border-radius: 50%;
    height: 32px;
    margin-bottom: 0;
    margin-right: 8px;
    overflow: hidden;
    padding-left: 0;
    transition: all .3s;
    width: 32px
}

.pagination__item.active {
    border: 2px solid #000
}

.pagination__item.active span {
    background-color: #fff;
    color: #000
}

.pagination__item:hover {
    border-color: #0e94f0;
    color: #000
}

.pagination__item:hover a {
    background-color: #fff;
    color: #000
}

.pagination__item:hover span, .pagination__item:hover span:hover {
    color: #000
}

.pagination__item a {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    line-height: 26px;
    padding: 0;
    width: 100%
}

.pagination__item a, .pagination__item a span {
    border: none !important
}

.pagination__item a:focus {
    background-color: #fff;
    border: transparent
}

.pagination__item:first-child, .pagination__item:last-child {
    border: none;
    padding-bottom: 6px
}

.pagination__item:first-child a, .pagination__item:last-child a {
    background-color: #fff;
    color: #00b9f1;
    font-size: 30px;
    line-height: 1
}

.pagination__left, .pagination__right {
    color: #00b9f1
}

.pagination__left_disabled, .pagination__right_disabled {
    color: #c2c2c2
}

.pagination__link {
    background-color: #fff !important;
    border: none !important;
    color: #000
}

.pagination__link span {
    border: none
}

@media only screen and (min-width: 992px) {
    .pagination .page-item, .pagination__item {
        height: 41px;
        width: 41px
    }
}

@media only screen and (min-width: 992px) {
    .pagination {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.tooltip {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-border-radius: 8px;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: 0 0 13px 4px rgba(3, 88, 114, .26);
    -webkit-flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 13px 4px rgba(3, 88, 114, .26);
    display: none;
    flex-direction: column;
    opacity: 0;
    padding: 18px 25px;
    position: absolute;
    width: 230px;
    z-index: 8
}

.tooltip .btn, .tooltip p {
    margin-bottom: 6px
}

.has-elements p {
    font-weight: 500;
}

.bx-filter-popup-result a.btn {
    font-size: 14px;
    font-weight: normal;
}

.bx-filter-popup-result a {
    font-size: 12px;
}

.tooltip:after {
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-box-shadow: -3px 3px 3px rgba(3, 88, 114, .1);
    -webkit-transform: rotate(45deg) translateY(-50%);
    background-color: #fff;
    box-shadow: -3px 3px 3px rgba(3, 88, 114, .1);
    content: "";
    display: block;
    height: 20px;
    left: -17px;
    position: absolute;
    top: 42%;
    transform: rotate(45deg) translateY(-50%);
    width: 20px
}

.tooltip .close {
    -webkit-background-size: contain;
    background: url(images/close_form.svg) 0 0 no-repeat;
    background-size: contain;
    height: 11px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 11px
}

.tooltip-bg {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2
}

.tooltip-bg.active {
    display: none;
}

.tooltip__reset {
    font-size: 13px;
    color: rgb(139, 139, 139);
}

.tooltip__btn {
    font-weight: normal;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media only screen and (min-width: 992px) {
    .tooltip {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 100%
    }
}

.product-price {
    -webkit-border-radius: 15px;
    background-color: #fff;
    border: 6px solid #fec500;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 30px 35px 20px
}

.product-price .catalog-product__price {
    font-size: 16px;
    font-weight: 700
}

.product-price .catalog-product__price span {
    font-size: 28px;
    font-weight: 700;
    line-height: 46.03px
}
.product-price .catalog-product__price span.catalog-product__price-note {
	line-height: 18px;
	font-size: 16px;
	font-weight: 700;
}
.product-price__count {
    margin-bottom: 15px;
    margin-right: 20px
}

.product-price__button {
    margin-bottom: 15px;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px
}

.product-price__delivery {
    margin-bottom: 25px;
    margin-top: 25px
}

@media only screen and (min-width: 480px) {
    .product-price .catalog-product__button, .product-price .catalog-product__count {
        margin-bottom: 0
    }
}

.product-info {
    margin-bottom: 30px
}

.product-info__vendor {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 18px
}

.product-info > p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

.product-info ul {
    margin-bottom: 15px;
    margin-top: 15px
}

.product-info ul li {
    margin-bottom: 12px
}

.product-info ul li:before {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 50%;
    background-color: #ffb600;
    border-top-left-radius: 0;
    border-top-right-radius: 50%
}

@media only screen and (min-width: 768px) {
    .product-info ul {
        margin-left: -15px
    }
}

.product-other-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%
}

.product-other-slider__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.product-other-slider__item:before {
    display: none
}

.product-other-slider .slick-arrow {
    top: 40%
}

.product-slider {
    position: relative
}

@media only screen and (min-width: 600px) {
    .product-other-slider {
        margin-left: -15px;
        margin-right: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px)
    }
}

.product-slider {
    margin-bottom: 30px
}

.product-slider__big {
    margin-bottom: 0.3rem;
}

.product-slider__big li {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*height: 349px;*/
    justify-content: center;
    padding-left: 0
}

.product-slider__big li:before {
    display: none
}

.product-slider__big li img {
    -o-object-fit: contain;
    height: 100%;
    object-fit: contain;
    width: 100%
}

.product-slider__big li a {
    height: 100%;
    width: 100%
}

.product-slider__little .slick-track {
    margin-left: 0
}

.product-slider__little .slick-track.no-transform {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important
}

.product-slider__little .slick-list {
    padding: 0 !important
}

.product-slider__little li {
    padding-left: 0
}

.product-slider__little li:before {
    display: none
}

.product-slider__little li img {
    -o-object-fit: contain;
    height: 100%;
    object-fit: contain;
    width: 100%
}

.product-slider__little .slick-slide {
    border: 2px solid #fff
}

.product-slider__little .slick-current {
    background-color: #fff;
    border-color: #fec500
}

.product-reference {
    -webkit-border-radius: 15px;
    background-color: #fff;
    border: 5px solid #fec500;
    border-radius: 15px;
    margin-bottom: 13px;
    padding: 15px 8px
}

.product-reference a {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px
}

.product-problem {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px
}

.product-problem a {
    font-size: inherit
}

.category-tags {
    -webkit-border-radius: 15px;
    background-color: #f3f3f3;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 29px 29px 10px
}

.category-tags b {
    display: inline-block;
    margin-right: 5px
}

.category-tags a {
    display: inline-block;
    margin-right: 10px
}

.category-tags p, .drug-result {
    margin-bottom: 20px
}

.drug-result {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 445px;
    padding-bottom: 23px;
    position: relative
}

.drug-result:after {
    -webkit-background-size: contain;
    -webkit-transform: translateX(-50%) rotateY(180deg) rotate(90deg);
    background: url(images/arrow-yellow.svg) 0 0 no-repeat;
    background-size: contain;
    bottom: 42%;
    content: "";
    display: block;
    height: 25px;
    left: 75%;
    position: absolute;
    transform: translateX(-50%) rotateY(180deg) rotate(90deg);
    width: 167px
}

.drug-result > div {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 360px;
    position: relative;
    width: 100%
}

.drug-result__img {
	background-size: cover;
    background-position: center;
    height: 125px;
    width: 125px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.drug-result span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    left: 15%;
    line-height: 26px;
    position: absolute;
    top: 50%
}

@media only screen and (min-width: 480px) {
    .drug-result {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 155px
    }

    .drug-result:after {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .drug-result span {
        left: 0
    }
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 25px
}

.nav-tabs.flex-nowrap > li a {
    white-space: nowrap
}

.nav-tabs > li {
    margin-bottom: 13px;
    padding-left: 0
}

.nav-tabs > li:before {
    display: none
}

.nav-tabs > li > a {
    -o-transition: none;
    -webkit-transition: none;
    border-bottom: 1px dotted #00b9f1;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 20px;
    padding-bottom: 3px;
    transition: none
}

.nav-tabs > li > a.active {
    border-bottom: 3px solid #fec500;
    color: #000;
    display: inline-block;
    font-weight: 700;
    position: relative
}

.tabs {
    margin-bottom: 90px;
    margin-top: 0
}

.tabs__list, .tabs a {
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}

.tabs__list {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 35px;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%
}

.tabs__list.active {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    height: auto;
    justify-content: center
}

.tabs__list.active > li.active a:after {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.tabs__list > li {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
    position: relative;
    width: 100%
}

.tabs__list > li:before {
    display: none
}

.tabs__list > li.active {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    display: block;
    order: -1
}

.tabs__list > li.active > a {
    border-bottom: 3px solid #fec500;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding-right: 20px;
    position: relative
}

.tabs__list > li.active > a:after {
    background: url(images/catalog_arrow.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 15px
}

.tabs__list > li.active > a:after, .tabs__list > li > a {
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}

.tabs__list > li > a {
    border-bottom: 1px dotted #00b9f1;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 3px
}

.tabs__panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tabs__panel > li {
    display: none;
    padding-left: 0;
    width: 100%
}

.tabs__panel > li:before {
    display: none
}

.tabs__panel > li.active {
    display: block
}

.tabs h2 {
    margin-top: 0
}

.instruction-row {
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.instruction-row > div, .instruction-row ul {
    margin-bottom: 20px
}

@media only screen and (min-width: 992px) {
    .tabs__list {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row;
        height: auto
    }

    .tabs__list.active {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .tabs__list > li {
        margin-bottom: 0;
        margin-right: 30px;
        padding: 0;
        width: auto
    }

    .tabs__list > li.active {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
        padding-left: 0;
        padding-right: 0
    }

    .tabs__list > li.active a {
        padding-right: 0
    }

    .tabs__list > li.active a:after {
        display: none
    }

    .tabs__panel {
        margin-bottom: 0
    }

    .instruction-row {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.panel-group {
    padding-bottom: 40px
}

.panel-group .panel:not(:last-of-type) .panel-body {
    margin-bottom: 40px
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875
}

.panel-icon {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-transform: translateY(-50%);
    -o-transition: all .3s;
    -webkit-align-items: center;
    -webkit-border-radius: 50%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s;
    align-items: center;
    border: 1px solid #00b9f1;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    justify-content: center;
    left: 0;
    padding: 4px;
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    transition: all .3s;
    width: 26px;
    z-index: 1
}

.panel-icon:after {
    background-image: url(images/count-minus.svg);
    background-position: 50%;
    content: "";
    display: block;
    height: 2px;
    width: 14px
}

.panel-heading {
    background-color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    z-index: 1
}

.panel-title a {
    border-bottom: none;
    color: #000;
    display: block;
    padding-left: 37px;
    position: relative;
    z-index: 0
}

.panel-title a span {
    border-bottom: 1px dotted #00b9f1;
    color: #000;
    font-size: 18px;
    font-weight: 700
}

a.collapsed .panel-icon:after {
    background-image: url(images/count-plus.svg);
    height: 14px;
}

.panel-body {
    border-top: none !important;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 0 0 37px
}

.doc {
    margin-bottom: 32px
}

.doc__img {
    border-bottom: none;
    display: block;
    margin-bottom: 23px
}

.doc img {
    border: 2px solid #ededed;
    width: 100%
}

.doc a:nth-child(2):after, .doc a:nth-child(2):before {
    display: none
}

.form-question label {
    width: 100%
}

.form-question label input, .form-question label textarea {
    font-weight: 400;
    max-width: 100%
}

.form-question .checkbox label {
    display: block
}

.form-question .checkbox span {
    display: inline;
    margin-bottom: 0
}

.form-question__wrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.form-question__wrap--fs {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px
}

.form-question__wrap--fs .btn {
    margin-right: 30px
}

.form-checked span {
    display: inline-block !important;
    width: auto !important
}

.form-checked a {
    display: inline-block;
    font-weight: 400
}

.alert {
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    min-height: 28px
}

.alert-danger, .alert-info, .alert-success {
    color: #000;
    padding-left: 41px;
    padding-top: 2px;
    position: relative
}

.alert-danger:before, .alert-info:before, .alert-success:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px
}

.alert-success:before {
    background-image: url(images/icon-check.svg)
}

.alert-info:before {
    background-image: url(images/icon-info.svg)
}

.alert-danger:before {
    background-image: url(images/icon-error.svg)
}

.subscription {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.subscription, .subscription.subscription--advice {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: center;
    flex-direction: column
}

.subscription.subscription--advice h2, .subscription.subscription--advice p {
    margin-bottom: 15px;
    width: 100%
}

.subscription.subscription--advice .subscription-panel {
    width: 100%
}

.subscription h2 {
    margin-top: 0
}

.subscription-panel {
    position: relative;
    width: 100%
}

.subscription-panel__input {
    padding: 9px 20px 11px 24px;
    width: 99%
}

.subscription-panel__button {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    height: 40px;
    line-height: 1.14;
    margin-top: 10px;
    outline: none;
    padding: 12px 15px;
    position: static;
    width: 100%
}

.subscription__wrap {
    -webkit-border-radius: 20px;
    border: 6px solid #fec500;
    border-radius: 20px;
    padding: 30px;
    width: 100%
}

/*@media only screen and (min-width: 768px) {
	.form-question__wrap {
		-ms-flex-direction: row;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		flex-direction: row
	}

	.form-question__wrap > div:first-child {
		-ms-flex: 2;
		-webkit-box-flex: 2;
		-webkit-flex: 2;
		flex: 2;
		margin-right: 30px
	}

	.form-question__wrap > div:last-child {
		-ms-flex: 3;
		-webkit-box-flex: 3;
		-webkit-flex: 3;
		flex: 3
	}

	.form-question__wrap .btn {
		margin-bottom: 0
	}

	.form-question .checkbox span {
		display: inline-block;
		margin: 0;
		padding: 1px 0 0
	}
}*/

@media only screen and (min-width: 1200px) {
    .subscription {
        -ms-flex-align: start;
        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        text-align: center
    }

    .subscription .alert {
        text-align: left
    }

    .subscription h2 {
        font-size: 34px;
        margin-bottom: 0;
        max-width: 260px
    }

    .subscription p {
        margin-bottom: 0;
        text-align: left;
    }

    /*.subscription-panel {
		-ms-flex: 1;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		text-align: left;
		width: auto
	}*/
    .subscription-panel__button {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto
    }
}

.page-navigation {
    -ms-flex-align: end;
    -ms-flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-flex-wrap: wrap;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.page-navigation__arrow {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 1rem;
    position: relative;
    /*width: 45%*/
}

.page-navigation__arrow a {
    border: none;
    font-size: 14px
}

.page-navigation__arrow--prev {
    margin-right: auto;
    padding-left: 28px
}

.page-navigation__arrow--prev:after {
    left: -3px
}

.page-navigation__arrow--next {
    margin-left: auto;
    padding-right: 28px
}

.page-navigation__arrow--next:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-position: 100%;
    right: -3px;
    transform: rotate(180deg)
}

.page-navigation__arrow:before {
    background-color: #7bdcfa;
    bottom: 2px;
    content: "";
    display: block;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.page-navigation__arrow:after {
    background-image: url(images/arrow_back.svg);
    background-position: 0;
    bottom: -2px;
    content: "";
    display: block;
    height: 9px;
    bottom: -4px;
    position: absolute;
    width: 105px
}

@media only screen and (min-width: 768px) {
    .page-navigation {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 50px
    }

    .page-navigation__arrow {
        font-size: 16px;
        max-width: 325px;
        width: auto
    }

    .page-navigation__arrow a {
        font-size: inherit
    }

    .page-navigation__arrow--prev {
        margin-right: 10px
    }
}

.markers {
    -ms-flex-align: end;
    -ms-flex-direction: column;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 1
}

.markers > div {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 2px 4px;
    text-transform: uppercase
}

.markers .green {
    background-color: #309a48
}

.markers .red {
    background-color: #e80042
}

.catalog .markers > div {
    font-size: 9px;
    margin-bottom: 3px;
    padding: 1px 2px
}

.where-by {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-border-radius: 20px;
    -webkit-box-pack: justify;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.where-by div {
    margin-bottom: 30px;
    width: 100%
}

.where-by__shops {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.where-by__shops, .where-by__shops li {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.where-by__shops li {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 5px;
    padding-left: 0
}

.where-by__shops li:before {
    display: none
}

@media only screen and (min-width: 768px) {
    .where-by {
        margin-left: -15px;
        margin-right: -15px
    }

    .where-by div {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 33%
    }

    .where-by div:nth-child(2) {
        width: 34%
    }

    .where-by__shops {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }

    .where-by__shops li {
        margin-right: 0
    }
}

.abc-list li {
    padding-left: 0
}

.abc-list li:before {
    display: none
}

.abc-list li span {
    color: #00b9f1;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 15px
}

.abc-list li a {
    display: inline
}

.abc-list > li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 31px;
    padding-right: 20px;
    page-break-inside: avoid
}

.abc-list > li:before {
    content: "";
    display: list-item;
    height: 0
}

.abc-list > li ul {
    margin-top: 0
}

.handbook {
    -webkit-columns: 1;
    column-count: 1
}

.handbook > li, .handbook li.handbook__item-half {
    display: none
}

.handbook > li.open, .handbook > li:first-child, .handbook > li:nth-child(2), .handbook > li:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 480px) {
    .places__big-list .abc-list {
        -webkit-columns: 2;
        column-count: 2
    }
}

@media only screen and (min-width: 768px) {
    .handbook {
        -webkit-columns: 2;
        column-count: 2
    }

    .handbook > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .places__big-list .abc-list {
        -webkit-columns: 3;
        column-count: 3
    }
}

@media only screen and (min-width: 992px) {
    .handbook {
        -webkit-columns: 3;
        column-count: 3
    }
}

@media only screen and (min-width: 1200px) {
    .handbook {
        -webkit-columns: 4;
        column-count: 4
    }

    .handbook__item-half {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    /*.handbook__button {
		display: none
	}*/
    .places__big-list .abc-list {
        -webkit-columns: 4;
        column-count: 4
    }
}

.question {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-align-items: center;
    -webkit-border-radius: 20px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 6px solid #fec500;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 35px 5px;
    text-align: center
}

.question__title {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3
}

.question__title, .question a {
    font-family: Ubuntu, sans-serif;
    line-height: 48px
}

.question a {
    border-bottom: none;
    color: #00b9f1;
    font-size: 34px;
    font-weight: 700
}

.directory-filter {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-border-radius: 15px;
    -webkit-box-align: center;
    -webkit-flex-wrap: wrap;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%
}

.directory-filter span {
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 10px
}

.directory-filter > a {
    display: inline-block
}

.directory-filter__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px
}

.directory-filter__list li {
    color: #8b8b8b;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 0;
    text-transform: uppercase
}

.info-news-block-filter .directory-filter__list li {
    text-transform: none;
}

.directory-filter__list li:before {
    display: none
}

.directory-filter__list li.active a {
    color: #00b6ee;
    border-bottom: none;
    pointer-events: none
}

.directory-filter__list a {
    border-bottom-style: dotted
}

@media only screen and (min-width: 768px) {
    .directory-filter__list {
        margin-bottom: 0;
        margin-right: 15px
    }

    .directory-filter span {
        margin-bottom: 0
    }
}

.news-list iframe, .news-list img {
    max-width: 100%;
    width: 100%
}

.news-list > div {
    margin-bottom: 30px
}

.news-list h4 {
    line-height: 1;
    margin-top: -3px
}

.news-item figure {
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative
}

.news-item figcaption {
    -webkit-border-top-right-radius: 5px;
    background-color: #fec500;
    border-top-right-radius: 5px;
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    position: absolute
}

.stock {
    margin-bottom: 30px
}

.stock__img {
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

.stock__img img {
    width: 100%
}

.stock__img .markers {
    top: 10px
}

.stock__time {
    padding-left: 28px;
    position: relative
}

.stock__time:before {
    background: url(images/date.svg) 0 0 no-repeat;
    content: "";
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px
}

.favorably > div {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.favorably span {
    color: #00b9f1;
    font-size: 42px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 23px
}

.favorably p {
    margin: 0;
    max-width: 205px
}

.leaflet {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.leaflet > label {
    margin-bottom: 35px;
    width: 100%
}

.leaflet__bottom {
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px
}

.leaflet__bottom .btn {
    max-width: 100%;
    white-space: normal
}

.leaflet__bottom p {
    margin-bottom: 11px
}

.leaflet__bottom .btn, .leaflet__bottom .checkbox {
    margin-right: 30px
}

.leaflet__bottom .btn {
    margin-bottom: 20px
}

.leaflet .checkbox label:before {
    top: 10px
}

.leaflet__tabs {
    margin-bottom: 0
}

.video-leaflet {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative
}

.video-leaflet label {
    left: 0;
    position: absolute;
    top: 0
}

.video-leaflet .plyr__video-embed {
    margin-bottom: 20px
}

.video-leaflet > div:last-child {
    margin-left: 0
}

.video-leaflet h4 {
    margin-top: 20px
}

.presentation {
    -webkit-box-shadow: 0 0 13px 4px rgba(3, 88, 114, .26);
    box-shadow: 0 0 13px 4px rgba(3, 88, 114, .26);
    display: none;
    height: 211px;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 278px
}

.presentation img {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .leaflet > label {
        width: 48%
    }

    .leaflet__bottom {
        margin-bottom: 5px
    }

    .leaflet .btn {
        margin-bottom: 0
    }

    .leaflet .checkbox {
        margin-bottom: 5px
    }

    .video-leaflet {
        -ms-flex-direction: row;
        -ms-flex-wrap: nowrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .video-leaflet h4 {
        margin-top: -4px
    }

    .video-leaflet > div {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1
    }

    .video-leaflet > div:first-child {
        padding-right: 15px
    }

    .video-leaflet > div:last-child {
        padding-left: 15px
    }

    .video-leaflet span {
        color: #8b8b8b
    }
}

@media only screen and (min-width: 992px) {
    .presentation {
        display: block;
        margin-top: 0
    }
}

.where-sale__label {
    display: inline-block;
    margin-right: 30px;
    width: 100%
}

.where-sale__label span {
    color: #000;
    font-size: 14px
}

.where-sale__label p {
    text-align: left
}

.where-sale__shoping {
    margin-bottom: 50px
}

.where-sale__shop {
    -ms-flex-direction: column;
    -webkit-border-radius: 15px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    background-color: #f3f3f3;
    border-radius: 15px;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 25px;
    min-width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.where-sale__shop.no-bg {
    background: none;
    margin-bottom: 0;
    padding: 15px 0;
}

@media only screen and (min-width: 768px) {
    .where-sale__shop.no-bg {
        padding: 15px;
    }
}

.where-sale__shop_balloon {
    min-width: 80%;
    font-family: 'Open Sans', sans-serif;
}

.where-sale__shop, .where-sale__shop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.where-sale__shop h3 {
    margin-bottom: 15px;
    margin-top: 0
}

.where-sale__shop address {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px
}

.where-sale__shop span {
    display: inline-block;
    margin-bottom: 15px
}

.where-sale__shop span > a {
    font-size: inherit;
    line-height: inherit
}

.where-sale__shop a.link-img {
    border-bottom: none;
    font-weight: 700;
    margin-top: auto
}

.i-shop h6 a {
    margin-right: 3px;
}

.i-shop__img {
    height: 78px;
    margin-bottom: 15px;
    width: 100%
}

.i-shop__img img {
    -o-object-fit: contain;
    height: 100%;
    object-fit: contain;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .where-sale__label {
        width: auto
    }
}

.contacts, .contacts__img {
    margin-bottom: 30px
}

.contacts__img {
    -o-transition: none;
    -webkit-transition: none;
    padding-top: 8px;
    transition: none;
    width: 100%
}

.contacts__img img {
    width: 100%
}

.contacts address {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    line-height: 24px
}

.contacts address, .contacts p {
    margin-bottom: 10px
}

.contacts p a {
    border-bottom: none
}

.contacts .link--location {
    font-weight: 700;
    margin-top: 20px
}

.contacts__minifed {
    display: none
}

.personal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.personal__img {
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    height: 93px;
    margin-right: 20px;
    overflow: hidden;
    width: 93px
}

.personal__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.personal__content {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: -3px
}

.personal__content h4 {
    margin-bottom: 5px
}

.personal__content span {
    color: #8b8b8b;
    font-size: 13px;
    margin-bottom: 10px
}

.personal__content .phone {
    border-bottom: none;
    font-weight: 700
}

@-webkit-keyframes showHeight {
    0% {
        height: 0%
    }
    to {
        height: 100%
    }
}

@keyframes showHeight {
    0% {
        height: 0%
    }
    to {
        height: 100%
    }
}

.social {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-border-radius: 50%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    border: 1px solid #00b9f1;
    border-radius: 50%;
    font-size: -16px;
    height: 38px;
    justify-content: center;
    margin-right: 5px;
    width: 38px
}

.link-img i.social, .social, .tech-file-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tech-file-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.ymaps-2-1-69-balloon__close + .ymaps-2-1-69-balloon__content {
    margin-right: 0 !important;
    padding: 0
}

.ymaps-2-1-69-balloon__close + .ymaps-2-1-69-balloon__content > ymaps {
    height: auto !important
}

.ymaps-2-1-69-balloon__close + .ymaps-2-1-69-balloon__content .where-sale__shop {
    margin: 0
}

.ymaps-2-1-69-map ymaps:after, .ymaps-2-1-69-map ymaps:before {
    background-color: #f3f3f3
}

.ymaps-2-1-69-balloon__close + .ymaps-2-1-69-balloon__content, .ymaps-2-1-69-balloon__layout {
    background: transparent !important;
    max-width: 100%
}

.ymaps-2-1-69-balloon__close + .ymaps-2-1-69-balloon__content ymaps, .ymaps-2-1-69-balloon__layout ymaps {
    max-width: 100%
}

.ymaps-2-1-69-balloon {
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.map {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 365px;
    width: 100%
}

@media (min-width: 470px) {
    .ymaps-2-1-69-balloon__close + .ymaps-2-1-69-balloon__content, .ymaps-2-1-69-balloon__layout {
        background: transparent !important;
        max-width: 350px
    }

    .ymaps-2-1-69-balloon__close + .ymaps-2-1-69-balloon__content ymaps, .ymaps-2-1-69-balloon__layout ymaps {
        max-width: 250px
    }
}

.places {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.places .abc-list {
    overflow: hidden
}

.places__subtitle {
    border-bottom: 1px dotted #00b9f1;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0
}

.places__subtitle.active {
    border-bottom: 5px solid #fec500
}

.places__panel {
    display: none
}

.places__panel.active {
    display: block
}

.places__panel .places__hidden, .places__panel > ul > li {
    display: none
}

.places__panel > ul > li.open, .places__panel > ul > li:first-child, .places__panel > ul > li:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.places__panel .btn {
    position: relative;
    z-index: 9
}

@media screen and (min-width: 992px) {
    .places {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .places__subtitle {
        margin-bottom: 0
    }

    .places__subtitle, .places__subtitle.active {
        border-bottom: none
    }

    .places__panel {
        display: block
    }

    .places__panel > ul > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .places__panel .btn {
        display: none
    }
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    direction: ltr;
    height: 100%;
    max-width: 100%;
    outline: none;
    overflow: hidden;
    position: relative
}

.mCSB_container {
    height: auto;
    overflow: hidden;
    width: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 30px;
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    bottom: 0;
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: 0;
    right: auto
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e1e1e1;
    height: 100%;
    margin: 0 auto;
    width: 2px;
    width: 1px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    height: 30px;
    width: 100%;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 4px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 30px;
    margin-right: 0
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    height: 16px;
    left: 0;
    right: 0;
    top: auto;
    width: auto
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 2px;
    margin: 7px 0;
    width: 100%
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: 100%;
    left: 0;
    width: 30px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 4px;
    margin: 6px auto;
    width: 100%
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    bottom: 0;
    height: auto;
    left: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.mCSB_container_wrapper > .mCSB_container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-right: 30px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-left: 15px;
    margin-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
    margin-right: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    -ms-filter: "alpha(opacity=75)";
    filter: "alpha(opacity=75)";
    opacity: .75
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    -ms-filter: "alpha(opacity=0)";
    filter: "alpha(opacity=0)";
    opacity: 0
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools {
    -ms-filter: "alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    opacity: 1
}

.mCSB_scrollTools .mCSB_draggerRail {
    -ms-filter: "alpha(opacity=40)";
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -ms-filter: "alpha(opacity=75)";
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75);
    filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    -ms-filter: "alpha(opacity=85)";
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85);
    filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    -ms-filter: "alpha(opacity=90)";
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9);
    filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    -ms-filter: "alpha(opacity=40)";
    /*background-image: url(/mCSB_buttons.png);*/
    background-repeat: no-repeat;
    filter: "alpha(opacity=40)";
    opacity: .4
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    -ms-filter: "alpha(opacity=75)";
    filter: "alpha(opacity=75)";
    opacity: .75
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    -ms-filter: "alpha(opacity=90)";
    filter: "alpha(opacity=90)";
    opacity: .9
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 1px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 1px;
    width: 4px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 1px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75);
    border-radius: 1px;
    width: 4px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px auto;
    width: 100%
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 1px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 1px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 2px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 2px;
    width: 4px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 2px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75);
    border-radius: 2px;
    width: 6px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    width: 100%
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px auto;
    width: 100%
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 2px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 2px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 2px;
    margin: 7px auto;
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    background-color: #999;
    border-radius: 3px;
    width: 5px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
    background-color: #999
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    background-color: #999
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 1px;
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    margin: -1px 0;
    width: 16px
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    margin: 0 -1px;
    width: 16px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    background-color: #999
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
    background-color: #999
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    background-color: #999
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: 50%
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    -ms-filter: "alpha(opacity=30)";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    filter: "alpha(opacity=30)";
    opacity: .3
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-repeat: repeat-x;
    height: 4px;
    margin: 6px 0
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, .5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
    background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0));
    background-repeat: repeat-y
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, .5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
    background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0));
    background-repeat: repeat-x
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    -ms-filter: "alpha(opacity=30)";
    filter: "alpha(opacity=30)";
    opacity: 1
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px hsla(0, 0%, 100%, .2);
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px hsla(0, 0%, 100%, .2);
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px hsla(0, 0%, 100%, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px hsla(0, 0%, 100%, .2);
    height: 8px;
    margin: 4px 0;
    width: 100%
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 8px;
    margin: 4px auto;
    width: 100%
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    -ms-filter: "alpha(opacity=30)";
    filter: "alpha(opacity=30)";
    opacity: 1
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4);
    bottom: 0;
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4);
    height: auto;
    left: 0;
    margin: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    margin: 12px 0;
    right: 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -ms-filter: "alpha(opacity=20)";
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .2);
    filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    -ms-filter: "alpha(opacity=50)";
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .5);
    filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -ms-filter: "alpha(opacity=20)";
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    -ms-filter: "alpha(opacity=50)";
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 6px;
    margin: 5px 0;
    width: 100%
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    width: 12px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 3px 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    bottom: 0;
    height: 6px;
    left: 0;
    margin: 5px 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
    width: 100%
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-box-sizing: border-box;
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9)
}

.drag-and-drop {
    -webkit-border-radius: 18px;
    background-color: #fff;
    border: 2px dashed #b7b7b7;
    border-radius: 18px;
    margin-bottom: 15px;
    min-height: 97px;
    padding: 10px 17px;
    position: relative;
    width: 100%
}

.drag-and-drop__bg {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    bottom: 0;
    color: #c3c3c3;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    left: 0;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.drag-and-drop__bg input[type=file] {
    display: none
}

.drag-and-drop__inner {
    position: relative
}

.drag-and-drop__inner ul {
    margin: 0
}

.drag-and-drop__inner li {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 15px
}

.drag-and-drop__inner li:last-of-type {
    border-bottom: none
}

.drag-and-drop__inner li:before {
    display: none
}

.drag-and-drop__inner li:after {
    background-color: #dfdfdf;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 79px;
    top: 0;
    width: 1px
}

.drag-and-drop__item {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-flex-wrap: wrap;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
    padding-left: 80px;
    position: relative
}

.drag-and-drop__item img {
    left: 9px;
    position: absolute
}

.drag-and-drop__item span {
    color: #959595
}

.drag-and-drop__remove {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-border-radius: 0;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 74px;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    width: 79px
}

.drag-and-drop__remove:focus, .drag-and-drop__remove:hover {
    background-color: #fff
}

.drag-and-drop__remove:before {
    background: url(images/trash.svg) 0 0 no-repeat;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 18px
}

.drag-and-drop__bottom {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 12px
}

.drag-and-drop .ready, .drag-and-drop__bottom {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.drag-and-drop .ready {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #309a48;
    margin-left: 10px;
    position: relative;
    width: 100%
}

.drag-and-drop .ready:before {
    -webkit-border-radius: 50%;
    background: url(images/chek-drop-svg.svg) 50% no-repeat;
    background-color: #309a48;
    border-radius: 50%;
    content: "";
    display: block;
    height: 21px;
    margin-right: 9px;
    width: 21px
}

.kv-file-remove {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.kv-file-remove i {
    background: url(images/trash.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 20px;
    width: 18px
}

.file-footer-buttons {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.file-drop-zone {
    -webkit-border-radius: 18px;
    background-color: #fff;
    border: 2px dashed #b7b7b7;
    border-radius: 18px;
    margin-bottom: 15px;
    min-height: 97px;
    padding: 10px 17px;
    position: relative;
    width: 100%
}

.ready-bottom {
    -webkit-border-radius: 5px;
    background-color: #309a48;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    width: 100%
}

.fileinput-cancel-button {
    display: none
}

.theme-explorer td {
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    vertical-align: middle
}

.theme-explorer td:last-child {
    border-left: 1px solid #dfdfdf
}

.theme-explorer td samp {
    color: #959595
}

.theme-explorer tr {
    border: none
}

.theme-explorer tr:first-of-type {
    border-top-color: transparent
}

.theme-explorer tr i[class^=icon-file] {
    height: 44px;
    width: 36px
}

.theme-explorer .file-actions-cell {
    padding: 0;
    position: relative
}

.theme-explorer .kvsortable-ghost {
    opacity: .6
}

.theme-explorer .file-preview .table {
    background-color: #fff;
    border: none;
    margin: 0
}

.explorer-frame .file-preview-text {
    display: inline-block;
    outline: none;
    resize: none
}

.explorer-frame .file-preview-html {
    display: inline-block;
    overflow: auto
}

.explorer-frame .file-other-icon {
    font-size: 2.6em
}

@media only screen and(max-width: 992px) {
    .theme-explorer .table {
        border: none
    }

    .theme-explorer .table tr:first-child {
        margin-top: 0
    }

    .theme-explorer .table td {
        text-align: center
    }

    .theme-explorer .table .kv-file-content {
        border-bottom: none;
        margin: 0
    }

    .theme-explorer .table .kv-file-content .file-preview-image {
        max-width: 100%
    }

    .theme-explorer .file-details-cell {
        border-bottom: none;
        border-top: none;
        margin: 0;
        padding-top: 0
    }

    .theme-explorer .file-actions-cell {
        border-top: none
    }

    .theme-explorer .explorer-frame .explorer-caption {
        -o-text-overflow: ellipsis;
        left: 0;
        margin: auto;
        overflow: hidden;
        right: 0;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

Custom .file-preview {
    border: none;
    margin-bottom: 0;
    padding: 0
}

.file-drop-zone.clickable {
    -o-transition: border-color .2s;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.file-drop-zone-title {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    align-items: center;
    bottom: 0;
    color: #c3c3c3;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    left: 0;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.kv-file-content > img {
    vertical-align: middle
}

.add-file, .file-input {
    position: relative
}

.add-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0
}

.add-file input[type=file] {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.add-file > span {
    margin-left: 5px;
    vertical-align: top
}

.add-file__icon {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-border-radius: 50%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background-color: #68c17c;
    border-radius: 50%;
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    justify-content: center;
    margin-right: 0;
    width: 25px
}

.file-input-bottom {
    bottom: 0;
    position: absolute;
    right: 0
}

.btn-kv {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px
}

.btn-kv, .btn-kv:hover {
    background-color: transparent;
    border-color: transparent
}

.btn-kv:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    -webkit-box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.icon-trash {
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    color: #777;
    font-size: 30px;
    transition: color .2s
}

.icon-trash:hover {
    color: #555
}

.icon-trash:active {
    color: #333
}

.theme-explorer .file-actions-cell {
    width: 80px
}

/*Notifications .file-error-message {
    cursor: default;
    position: relative
}*/

.file-error-message > button.close {
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: opacity .2s;
    z-index: 1
}

.file-loading:before, .file-loading[dir=rtl]:before {
    background: transparent url(images/loading.gif) 100% 0 no-repeat
}

.file-thumb-loading {
    background: transparent url(images/loading.gif) no-repeat scroll 50% content-box !important
}

.file-uploading {
    background: url(images/loading.gif) no-repeat center bottom 10px
}

.file-error-message.kv-fileinput-error ul:not([class]) {
    padding: 0
}

.kv-fileinput-error ul:not([class]) > li {
    margin-bottom: 0;
    padding-left: 0
}

.kv-fileinput-error ul:not([class]) > li:before {
    content: none
}

.kv-fileinput-error pre {
    margin: 0;
    white-space: normal
}

.kv-fileinput-error h1 {
    display: none
}

.kv-fileinput-error p {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .file-preview-thumbnails {
        display: table-row-group
    }
}

.catalog-product__select .form-group {
    margin-bottom: 0;
    width: 100%
}

.selectfix {
    display: none
}

.touch .selectfix {
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.selectfix-container {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: default;
    font-size: 1rem;
    overflow: hidden;
    position: relative;
    text-align: left;
    user-select: none;
    width: 100%
}

.selectfix-container.opened {
    overflow: visible;
    z-index: 100
}

.selectfix-border {
    -webkit-border-bottom-left-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    border: 1px solid #000;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top: none;
    bottom: 0;
    display: none;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.selectfix-border, select ~ .selectfix-border {
    background-color: #fff
}

.opened .selectfix-border {
    background-color: #fff;
    bottom: auto;
    display: block;
    height: auto;
    top: 98%;
    z-index: 2
}

.selectfix-container.disabled .selectfix-border, .selectfix-container.disabled:hover .selectfix-border {
    background-color: #f7f7f7;
    border-color: #ccc
}

.selectfix-current-value {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 18px;
    appearance: none;
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    /*color: #8b8b8b;*/
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 100%;
    outline: none;
    padding: 8px 30px 8px 18px;
    position: relative;
    resize: vertical;
    width: 100%;
    z-index: 1
}

.selectfix-current-value:before {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: url(images/catalog_arrow.svg) no-repeat 100%;
    content: "";
    display: block;
    height: 6px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 55%;
    transform: rotate(0deg);
    width: 10px;
    z-index: 1
}

.opened .selectfix-current-value:before {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.opened .selectfix-current-value {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #000 #000 transparent
}

.selectfix-current-value.disabled, .selectfix-current-value.disabled:hover {
    background-color: #e9ecef;
    border-color: #ccc;
    color: #000
}

.selectfix-current-value > span {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-right: 5px
}

.selectfix-current-value span span {
    color: transparent;
    display: inline-block;
    font-size: 0;
    margin-top: -2px;
    padding: 0 8px;
    vertical-align: top
}

.selectfix-current-value span span:before {
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    color: #333;
    font-family: icons;
    font-size: 16px;
    transition: color .2s
}

.selectfix-container.disabled .selectfix-border, .selectfix-container.disabled .selectfix-current-value, .selectfix-container.disabled:hover .selectfix-border, .selectfix-container.disabled:hover .selectfix-current-value {
    border-color: #ccc;
    color: #b3b3b3
}

.selectfix-search {
    padding: 5px
}

.selectfix-search input {
    -webkit-border-radius: 3px;
    -webkit-box-sizing: border-box;
    border: 2px solid #069;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    line-height: 1em;
    padding: 6px 3px;
    width: 100%
}

.selectfix-value {
    color: #8b8b8b;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    overflow: hidden;
    padding: 8px 8px 8px 20px
}

label.selectfix-value {
    margin-bottom: 0;
    margin-left: 0
}

.selectfix-list .selectfix-value span {
    margin: 0
}

.selectfix-value b {
    background-color: #afa
}

.selectfix-value:hover {
    background-color: #ddd
}

.selectfix-value.selected {
    background-color: #eee
}

.selectfix-value.selected:hover {
    background-color: #ddd
}

.selectfix-value input[type=checkbox] {
    margin: 0 5px 0 0;
    vertical-align: middle
}

.selectfix-list {
    max-height: 206px;
    overflow: auto
}

.selectfix-current-value {
    background-color: #fff
}

.selectfix-container .selectfix-current-value:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0
}

.counter {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    margin-bottom: 15px;
    position: relative
}

.counter input {
    color: #000;
    font-size: 16px;
    padding: 6px 30px;
    text-align: center;
    width: 100%
}

.counter__selector {
    position: relative;
    max-width: 200px;
}
.counter.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.counter__item-line {
    color: #8b8b8b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 7px
}
.counter__item-line b {
    color: black;
}

.counter__plus {
    background-image: url(images/count-plus.svg);
    right: 10px
}

.counter__minus, .counter__plus {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px
}
.counter__minus:not(.disabled), .counter__plus:not(.disabled) {
    cursor: pointer;
}

.counter__minus {
    background-image: url(images/count-minus.svg);
    left: 10px
}

.filter-selected {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0
}

.filter-selected li:before {
    display: none
}

.filter-selected__item {
    -o-transition: all .3s;
    -webkit-border-radius: 13px;
    -webkit-transition: all .3s;
    background-color: #f0f0f0;
    border-radius: 13px;
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 2px 36px 2px 16px;
    position: relative;
    transition: all .3s
}

.filter-selected__item:last-of-type {
    margin-left: 1rem;
}

.filter-selected__item:first-of-type {
    margin-left: 0;
}

.filter-selected__item-name {
    color: #000
}

.filter-selected__item-close {
    -o-transition: all .3s;
    -webkit-background-size: contain;
    -webkit-filter: brightness(1);
    -webkit-filter: grayscale(1) brightness(.5);
    -webkit-transition: all .3s;
    background: url(images/catalog_tag_close.svg) 0 0 no-repeat;
    background-size: contain;
    content: "";
    display: block;
    filter: brightness(1);
    filter: grayscale(1) brightness(.5);
    height: 7px;
    position: absolute;
    right: 13px;
    top: 10px;
    transition: all .3s;
    width: 7px
}

.filter-selected__item:hover {
    background-color: #f0f0f0;
    color: #000
}

.filter-selected__item:hover .filter-selected__item-close {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1)
}

.filter-selected__item--reset {
    background-color: transparent;
    padding-left: 0
}

.filter-selected__item--reset:hover {
    background-color: transparent !important
}

.product-group__filter-selected {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-flex-wrap: wrap;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.product-group__filter-selected > span {
    margin-bottom: 10px;
    margin-right: 1rem
}

@media only screen and (min-width: 768px) {
    .your-choise__inner, .your-choise a {
        margin-left: 9px
    }
}

/* Индикатор загрузки */
.loading-indicator {
    position: relative;
}

.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
    position: absolute;
    z-index: 1000;
}

.loading-indicator .loading-layer {
    bottom: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    right: 0;
    top: 0;
}

.loading-indicator .loading-icon {
    height: 50px;
    margin: -25px 0 0 -40px;
    left: 50%;
    top: 50%;
    width: 80px;
}

body.loading-indicator .loading-icon {
    position: fixed;
}

.button-form-link.btn-lg {
    -webkit-border-radius: 24px;
    background-color: #00b6ee;
    border-radius: 24px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.41;
    margin-bottom: 20px;
    padding: 12px 40px;
    white-space: nowrap;
    color: #fff;
}

.button-form-link.btn-lg:hover {
    background-color: #0061a4;
}

.news-list > div.js-ajax-container {
    margin-bottom: inherit;
}

.news-list > div.js-ajax-container > div {
    margin-bottom: 30px;
}

.page-navigation__arrow {
    max-width: 375px;
}

.revers a[href$=".jpg"]:hover:after,
.revers a[href$=".jpg"]:hover:before,
.revers a[href$=".png"]:hover:after,
.revers a[href$=".png"]:hover:before,
.revers a[href$=".jpg"]:after,
.revers a[href$=".jpg"]:before,
.revers a[href$=".png"]:after,
.revers a[href$=".png"]:before,
.instruction-row a.link-file[href$=".jpg"]:hover:after,
.instruction-row a.link-file[href$=".jpg"]:hover:before,
.instruction-row a.link-file[href$=".png"]:hover:after,
.instruction-row a.link-file[href$=".png"]:hover:before,
.instruction-row a.link-file[href$=".jpg"]:after,
.instruction-row a.link-file[href$=".jpg"]:before,
.instruction-row a.link-file[href$=".png"]:after,
.instruction-row a.link-file[href$=".png"]:before {
    content: none;
}

.aside {
    z-index: 5;
}

/*div.catalog-grid__item*/
.block-problems-items .catalog-grid__item {
    width: 25%;
    border-bottom: 0;
}

.block-problems-items .catalog-grid {
    justify-content: left;
}

.adm-workarea .form-control,
.adm-workarea input,
.adm-workarea textarea {
    width: inherit;
}

.tab-pane.active .doc .doc__img img {
    /* height: 354px;
     width: 255px;*/
}

@media only screen and (min-width: 480px) {
    .drug-result > div:nth-child(2) > span {
        left: -10px;
    }
}

.product-other-slider__item {
    max-width: 33%;
}

.news-list iframe,
.news-list img {
    max-height: 100%;
}

.garden-news .link-img,
#listContainer .link-img {
    display: block;
    text-align: left;
}

#listContainer .link-img img {
    max-height: 300px;
    width: auto;
    margin: auto;
}

.stock__img img {
    max-height: 350px;
    width: auto;
    margin: auto;
}

.selectfix-value b {
    background-color: #fec500;
}

.selectfix-search input[name='search'] {
    -moz-appearance: none;
    -o-transition: all .3s;
    -webkit-appearance: none;
    -webkit-border-radius: 18px;
    -webkit-transition: all .3s;
    appearance: none;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 100%;
    outline: none;
    padding: 8px 18px;
    resize: vertical;
    transition: all .3s;
    width: 100%;
}

.index-catalog .news__wrap .news__content p,
.news-list p,
.news-item p {
    margin-bottom: 3px;
}

.garden-news h4 {
    margin-bottom: 15px;
}

.news-list h4 a {
    line-height: normal;
}

.mobile-menu.open {
    z-index: 5;
}

@media only screen and (min-width: 768px) {
    .directory-filter__list {
        margin-bottom: 3px;
        margin-right: 15px;
        margin-top: 5px;
    }
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.news-list div,
.news__wrap div,
.stock div {
    line-height: 1.71428571;
}

.info-news-block-filter.directory-filter {
    padding: 10px 20px;
}

.bx-filter-param-label.disabled {
    display: none !important;
}


.mCSB_container {
	margin-bottom: 5px;
}

.mCSB_dragger_bar,
.mCSB_scrollTools_onDrag .mCSB_dragger_bar {
	background: #7c7c7c !important;
	width: 5px;
}

.slick-slide a,
.slick-slide a:hover,
.slick-slide a:focus,
.slick-slide a:focus:hover {
	outline: none;
}

/* IE10, IE11 Fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.i-shop__img {
		line-height: 78px;
	}

	.i-shop__img .preview_picture {
		height: auto;
		float: none !important;
	}
}

.modal-title {
	font-size: 24px;
	font-weight: bolder;
}

.modal-content .close span {
	font-size: 15px;
}

.modal-title {
	padding: 30px 10px 0 20px;
}

.modal-body {
	padding: 0 40px 20px;
}

.main {
	overflow: hidden;
}

.kv-file-content {
	width: 50px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.kv-preview-data > div {
	padding-top: 10px;
}

.file-details-cell {
	padding-left: 5px !important;
}

.lh_25px {
	line-height: 25px;
}

.instruction-row .panel-collapse .panel-body {
    overflow: auto;
}

@media (max-width: 768px) {
    .instruction-row .panel-collapse .panel-body img {
        width: auto;
        max-width: fit-content;
    }

    .news-item a img {
        height: auto;
    }

    .news__img img {
        display: block;
        margin: auto;
    }
}

.news-item img {
    height: auto;
}

/* fixed sticker */

.raffle-prizes {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 40px 0 0 40px;
	background: #e80042;
	padding: 1rem 0.5rem 1rem 1.5rem;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 20vh;
	right: -2px;
}

.raffle-prizes:hover + .raffle-prizes-full {
	display: inline-block;
}

.raffle-prizes-full {
	display: none;
	border: 2px solid #fff;
	border-radius: 40px 0 0 40px;
	background: #e80042;
	box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 20vh;
	right: -2px;
	overflow: hidden;
	max-width: 300px;
}

.raffle-prizes-full:hover,
.raffle-prizes-full:focus {
	border-color: #fff;
	color: #000;
}

.raffle-prizes-full:hover {
	display: inline-block;
}

.raffle-prizes-full__heading {
	padding: 0 3rem 0 1.5rem;
	font-size: 18px;
	color: #fff;
	line-height: 2.5;
}

.raffle-prizes-full__content {
	border-radius: 30px 0 0 0;
	background: #fff;
	padding: 1rem 0.5rem 1rem 1.5rem;
	display: flex;
	line-height: 1.5;
}

.raffle-prizes-full__pic {
	width: 80px;
	min-width: 80px;
}

.raffle-prizes-full__link {
	color: #e80042;
	font-weight: bold;
}

.raffle-prizes-full__note {
	color: #8b8b8b;
	font-size: 13px;
}

.btn-close {
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.btn-arrow {
	font-size: 18px;
	line-height: 1;
}
@media (max-width: 575px) {
	.product-price{
		padding: 30px 20px 20px;
	}
}

.advice-block {
    border: 6px solid #00b6ee;
    border-radius: 20px;
    padding: 1rem 1rem 0;
}

.table_bordered td {
    padding: 1rem !important;
}

.table_bordered thead td {
    padding-bottom: 1.5rem !important;
}

.table_bordered tbody td {
    border: 1px solid #ececec !important;
}

.table_bordered tbody td:first-child {
    border-left: none !important;
}

.table_bordered tbody td:last-child {
    border-right: none !important;
}

.table-row_filled td {
    background-color: #f9f9f9;
}

.line-height-1_5 {
	line-height: 1.5 !important;
}

.slider-tile {
	border: 7px solid #E5E5E5;
	border-radius: 30px;
	padding: 1.5rem 2rem;
    width: 100%;
}

.slider-tile__img {
	width: 100px;
}

.slider-tile__link {
	border-bottom: none;
	font-weight: bold;
	color: #00B9F1;
}

.main-slider {
	margin: 0 -15px;
}

.main-slider__item {
	padding: 0 15px;
}

.main-slider .slick-slide {
	height: auto;
}

.main-slider .slick-arrow {
	width: 24px;
	height: 24px;
	border: none;
	cursor: pointer;
}

.main-slider .slick-arrow::before {
	content: none;
}

@media (min-width: 768px) {
	.main-slider .slick-arrow {
		width: 65px;
		height: 65px;
	}
}

.main-slider .slick-prev {
	transform: translateY(-50%) rotate(-180deg);
}

@media (min-width: 768px) {
	.main-slider .slick-arrow.slick-prev {
		left: -2rem;
	}

	.main-slider .slick-arrow.slick-next {
		right: -2rem;
	}
}

@media screen and (max-width: 800px) {
   .header-top .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 10;
        padding: 15px;
    }

   .header-top .header-navigation {
        position: relative;
        padding-top: 70px
    }

    .mobile-search-button {
        position: absolute;
        right: 10px;
    }
}

.main-slider .slick-disabled {
	display: none !important;
}

.info-img-size img  {
    width: 155px;
}

.slider-tile h5 a.slider-tile__link {
    font-weight: 500;
}

.m-auto-shops {
    margin: auto;
    width: 100%;
    text-align: center;
}
 .zakaz input {
	border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
}