/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

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

:active, :focus, :hover {
    outline: 0;
    outline: 0
}

body {
    line-height: 1
}

.nav, .nav ol, .nav ul, nav ol, nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none
}

.nav li:before, .nav ol li:before, .nav ul li:before, nav ol li:before, nav ul li:before {
    display: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: " ";
    content: none
}

img {
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

button, input {
    border-radius: 0
}

input, textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none
}

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

@font-face {
    font-family: FuturaPT-Demi;
    src: url(fonts/2ED835_0_0.eot);
    src: url(fonts/2ED835_0_0-1.eot) format("embedded-opentype"), url(fonts/2ED835_0_0.woff2) format("woff2"), url(fonts/2ED835_0_0.woff) format("woff"), url(fonts/2ED835_0_0.ttf) format("truetype")
}

@font-face {
    font-family: IntroRegular;
    src: url(fonts/2ED833_0_0.eot);
    src: url(fonts/2ED833_0_0-1.eot) format("embedded-opentype"), url(fonts/2ED833_0_0.woff2) format("woff2"), url(fonts/2ED833_0_0.woff) format("woff"), url(fonts/2ED833_0_0.ttf) format("truetype")
}

@font-face {
    font-family: IntroSemiBold;
    src: url(fonts/2ED82E_0_0.eot);
    src: url(fonts/2ED82E_0_0-1.eot) format("embedded-opentype"), url(fonts/2ED82E_0_0.woff2) format("woff2"), url(fonts/2ED82E_0_0.woff) format("woff"), url(fonts/2ED82E_0_0.ttf) format("truetype")
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.fade.in {
    opacity: 1
}

.fade-card-list {
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

.fade-card-list.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease, visibility .35s ease;
    transition: height .35s ease, visibility .35s ease
}

.panel-group-soc .collapsing {
    position: relative;
    height: auto;
    width: 0;
    overflow: hidden;
    -webkit-transition: width .35s linear, visibility .35s linear;
    transition: width .35s linear, visibility .35s linear
}

.zoomImg {
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

.slideA {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    opacity: 0
}

.slideA.in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.slideB {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: opacity .1s ease-in-out .2s, -webkit-transform .1s ease-in-out .2s;
    transition: opacity .1s ease-in-out .2s, -webkit-transform .1s ease-in-out .2s;
    transition: transform .1s ease-in-out .2s, opacity .1s ease-in-out .2s;
    transition: transform .1s ease-in-out .2s, opacity .1s ease-in-out .2s, -webkit-transform .1s ease-in-out .2s;
    opacity: 0
}

.slideB.in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.slideMainA {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0
}

.slideMainA.in {
    opacity: 1
}

.slideMainB {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    opacity: 0
}

.slideMainB.in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

body, html {
    height: 100%
}

body {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

img {
    max-width: 100%;
    height: auto
}

.page-wrap {
    overflow: hidden;
    min-width: 320px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main {
}

@media (max-width: 999px) {
    .main {
        padding-bottom: 60px
    }
}

@media (max-width: 767px) {
    .main {
        padding-bottom: 30px
    }
}

.main > .container {
    padding-bottom: 100px
}

@media (max-width: 999px) {
    .main > .container {
        padding-bottom: 26px
    }
}

@media (max-width: 999px) {
    .main > .ingredients-cont {
        padding-bottom: 160px
    }
}

@media (max-width: 767px) {
    .main > .ingredients-cont {
        padding-bottom: inherit
    }
}

body {
    font: 16px/1.563em IntroRegular, Arial, sans-serif;
    color: #413d4d;
    -webkit-font-smoothing: antialiased !important
}

a {
    color: #4f7fbd;
    cursor: pointer;
    text-decoration: none
}

a.link-invert {
    text-decoration: underline
}

a.link-invert:hover {
    text-decoration: none
}

b, strong {
    font-weight: IntroSemiBold, Arial, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 400;
    font-family: FuturaPT-Demi, Arial, sans-serif;
    color: #413d4d
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #413d4d;
    text-decoration: none
}

h1 {
    font-size: 40px;
    line-height: 50px
}

h2 {
    font-size: 30px;
    line-height: 35px
}

h3 {
    font-size: 24px;
    line-height: 25px
}

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

h5 {
    font-size: 15px;
    line-height: 20px
}

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

p, pre {
    margin: 0 0 20px
}

@media (max-width: 767px) {
    p, pre {
        margin-bottom: 10px
    }
}

ol, ul {
    margin: 0 0 15px
}

ul {
    padding-left: 23px;
    list-style: none
}

ul li {
    position: relative
}

ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #4f7fbd;
    left: -23px;
    top: .55em
}

.list-style-sub {
    counter-reset: item
}

.list-style-sub li {
    display: block;
    position: relative
}

.list-style-sub li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px
}

.list-style-bracket {
    list-style-type: none;
    counter-reset: item2
}

.list-style-bracket li:before {
    content: counter(item2) ") ";
    counter-increment: item2
}

.gray-style {
    padding-left: 30px
}

.gray-style li {
    margin-bottom: 0
}

.gray-style li:before {
    width: 10px;
    height: 10px;
    background-color: #e3e3e6;
    left: -30px
}

.list-style-margin > li {
    margin-bottom: 20px
}

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

.list-unstyled, .list-unstyled li {
    margin-bottom: 0
}

.list-unstyled li:before {
    display: none
}

mark {
    padding: 2px;
    background: #fc0
}

blockquote {
    margin: 0 0 15px;
    font: 16px/1.563em IntroSemiBold, Arial, sans-serif;
    text-transform: uppercase
}

.txt.is-inverse {
    padding-right: 3px;
    padding-left: 3px;
    text-decoration: none
}

.txt-center {
    text-align: center
}

.txt-error {
    color: #4f7fbd
}

.txt-error.is-inverse {
    background-color: #4f7fbd;
    color: #fff
}

.txt-default {
    color: #413d4d
}

.txt-default.is-inverse {
    background-color: #413d4d;
    color: #fff
}

.txt-primary {
    color: #8f8e94
}

.txt-primary.is-inverse {
    background-color: #8f8e94;
    color: #fff
}

.txt-success {
    color: #4f7fbd
}

.txt-success.is-inverse {
    background-color: #4f7fbd;
    color: #fff
}

.txt-info {
    color: #06f
}

.txt-info.is-inverse {
    background-color: #06f;
    color: #fff
}

.txt-important {
    color: #fc0
}

.txt-important.is-inverse {
    background-color: #fc0;
    color: #fff
}

.txt-warning {
    color: #f60
}

.txt-warning.is-inverse {
    background-color: #f60;
    color: #fff
}

.txt-danger {
    color: #d42c2c
}

.txt-danger.is-inverse {
    background-color: #d42c2c;
    color: #fff
}

.txt-self {
    border-bottom: 1px dotted #413d4d;
    text-decoration: none
}

a.txt-self, a > .txt-self {
    border-bottom-color: #4f7fbd
}

.icon {
    display: inline-block;
    position: relative;
    overflow: visible;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background: transparent url(../img/sprites/spr-basic.png) no-repeat 0 0
}

a .icon, button .icon {
    cursor: pointer
}

.icon-font {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.font-horse:before {
    content: "\e903"
}

.font-fb-f:before {
    content: "\e900"
}

.font-ok-f:before {
    content: "\e901"
}

.font-vk-f:before {
    content: "\e902"
}

.font-cat:before {
    content: "\e600"
}

.font-dog:before {
    content: "\e601"
}

.font-ingr:before {
    content: "\e603"
}

.font-lang-world:before {
    content: "\e604"
}

.font-personal-prof:before {
    content: "\e605"
}

.font-rabbit:before {
    content: "\e606"
}

.font-r-dove:before {
    content: "\e607"
}

.font-rio:before {
    content: "\e608"
}

.font-rodent:before {
    content: "\e609"
}

.font-possum {
    width: 55px;
    height: 55px;
}

@media (max-width: 1000px) {
    .font-possum {
        height: 40px;
    }
}

.font-tw-f:before {
    content: "\e60a"
}

.font-check-filter:before {
    content: "\e60b"
}

.font-arrow-pg-next:before {
    content: "\e60c"
}

.font-arrow-pg-prev:before {
    content: "\e60d"
}

.font-arrow-enter:before {
    content: "\e60f"
}

.font-tray:before {
    content: "\e610"
}

.font-basket:before {
    content: "\e611"
}

.font-tin:before {
    content: "\e612"
}

.font-close-filter:before {
    content: "\e613"
}

.font-loupe:before {
    content: "\e614"
}

.font-arrow-down-xs:before {
    content: "\e615"
}

.font-arrow-left-xs:before {
    content: "\e616"
}

.font-arrow-right-xs:before {
    content: "\e617"
}

.font-arrow-up-xs:before {
    content: "\e618"
}

.font-ingr-str:before {
    content: "\e619"
}

.font-coins:before {
    content: "\e61a"
}

.font-loupe-zoom:before {
    content: "\e61b"
}

.font-where-buy:before {
    content: "\e61c"
}

.font-in-f:before {
    content: "\e61d"
}

.font-rbl-big:before {
    content: "\e61e"
}

.font-rbl-bold:before {
    content: "\e61f"
}

.font-rbl-light:before {
    content: "\e620"
}

.font-rbl-little:before {
    content: "\e621"
}

.font-uncheck-filter:before {
    content: "\e622"
}

.font-filter-fito:before {
    content: "\e623"
}

.font-filter-ingr:before {
    content: "\e624"
}

.font-filter-lo:before {
    content: "\e625"
}

.font-filter-r-dove:before {
    content: "\e626"
}

.font-filter-rio:before {
    content: "\e627"
}

.font-check:before {
    content: "\e628"
}

.font-cab-outline:before {
    content: "\e629"
}

.font-reg-outline:before {
    content: "\e62a"
}

.font-plus:before {
    content: "\e62b"
}

.font-close-default:before {
    content: "\e62c"
}

.font-bonuses-cab:before {
    content: "\e62d"
}

.font-history-cab:before {
    content: "\e62e"
}

.font-main-cab:before {
    content: "\e62f"
}

.font-order-cab:before {
    content: "\e630"
}

.font-add:before {
    content: "\e631"
}

.font-bonuses-outline:before {
    content: "\e632"
}

.font-delivery-outline:before {
    content: "\e633"
}

.font-history-outline:before {
    content: "\e634"
}

.font-quick-order-outline:before {
    content: "\e635"
}

.font-close-single:before {
    content: "\e636"
}

.font-ab-assortment:before {
    content: "\e637"
}

.font-ab-email:before {
    content: "\e638"
}

.font-ab-philosophy:before {
    content: "\e639"
}

.font-ab-phone:before {
    content: "\e63a"
}

.font-ab-quality:before {
    content: "\e63b"
}

.font-fanciers:before {
    content: "\e63c"
}

.font-pdf:before {
    content: "\e63d"
}

.font-contacts-map:before {
    content: "\e63e"
}

.font-w2b-phone:before {
    content: "\e63f"
}

.font-red-keds:before {
    content: "\e640"
}

.font-ex-calendar:before {
    content: "\e641"
}

.font-ex-camera:before {
    content: "\e642"
}

.font-ex-text:before {
    content: "\e643"
}

.font-qa-assortment:before {
    content: "\e644"
}

.font-qa-contacts:before {
    content: "\e645"
}

.font-qa-delivery:before {
    content: "\e646"
}

.font-qa-other:before {
    content: "\e647"
}

.font-qa-site:before {
    content: "\e648"
}

.font-show-box:before {
    content: "\e649"
}

.font-packet2:before {
    content: "\e64a"
}

.font-packet:before {
    content: "\e64b"
}

.font-bag:before {
    content: "\e64c"
}

.font-net:before {
    content: "\e64d"
}

.font-cask:before {
    content: "\e64e"
}

.font-bucket:before {
    content: "\e64f"
}

.font-prof-out:before {
    content: "\e650"
}

.font-prof-in:before {
    content: "\e651"
}

.font-box:before {
    content: "\e652"
}

.btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    min-height: 50px;
    width: auto;
    padding: 13px 25px;
    margin: 0;
    vertical-align: middle;
    background: 0 0;
    border: none;
    font: normal 16px/24px IntroRegular, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 25px;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.btn.size-auto {
    width: auto;
    padding-right: 10px;
    padding-left: 10px
}

.btn {
    background-color: transparent;
    color: #413d4d
}

.btn.is-disabled, .btn[disabled] {
    background-color: #8f8e94 !important;
    color: #434346 !important;
    cursor: default
}

.btn .icon-font {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin-top: 1px
}

.btn-primary {
    background-color: #8f8e94;
    color: #f0f0f2
}

.btn-primary:hover {
    background-color: #bcbbbf
}

.btn-success {
    background-color: #4f7fbd;
    color: #fff
}

.btn-success:hover {
    background-color: #e10371
}

.btn-gray {
    background-color: #e3e3e6;
    color: #413d4d
}

.btn-gray:hover {
    background-color: #f0f0f2
}

.btn-info {
    background-color: transparent;
    color: #413d4d;
    border: 1px solid #d7d7d9;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: IntroSemiBold, Arial, sans-serif
}

.btn-bordered {
    border: 1px solid #B91063;
    border-radius: 56px;
    color: #B91063;
    transition: .4s;
}

.btn-bordered:hover {
    background-color: #B91063;
    color: #ffffff;
}

@media (max-width: 999px) {
    .btn-info {
        color: #fff
    }
}

@media (max-width: 767px) {
    .btn-info {
        color: #413d4d
    }
}

.btn-important {
    background-color: #fc0;
    color: #fff
}

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

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

.btn-split {
    padding: 0 63px 0 25px;
    text-align: left
}

.btn-split span {
    position: absolute;
    padding-left: 15px;
    right: 0;
    width: 63px;
    top: 0
}

.btn-split span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: hsla(0, 0%, 100%, .2);
    content: ""
}

.btn-split .icon-font {
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.btn-white {
    background-color: #fff
}

.btn-filter {
    min-height: 36px;
    border-radius: 6px;
    border: 1px solid #e3e3e6;
    background-color: #f1f1f1;
    padding: 5px 13px
}

.btn-filter--active {
    background-color: #4f7fbd;
    color: #fff;
    border-color: transparent
}

.btn-filter--xl {
    min-height: 45px;
    padding-left: 35px;
    padding-right: 35px
}

@media (max-width: 767px) {
    .btn-filter--xl {
        width: 100%
    }
}

::-webkit-input-placeholder {
    color: #8f8e94
}

:-moz-placeholder, ::-moz-placeholder {
    color: #8f8e94
}

:-ms-input-placeholder {
    color: #8f8e94
}

.form-inline .form-group {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0
}

.form-group {
    position: relative;
    margin-bottom: 20px
}

@media (max-width: 999px) {
    .form-group {
        max-width: 620px
    }
}

.form-control {
    width: 100%;
    border-radius: 35px;
    border: 1px solid #e3e3e6;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 25px;
    min-height: 50px
}

.form-control.dark-bord, .form-control:focus {
    border-color: #d7d7d9
}

.form-control.textarea {
    border-radius: 25px;
    resize: none
}

.form-control.error-input {
    border-color: #4f7fbd
}

.sum-control {
    padding: 9px 25px;
    line-height: 30px
}

.sum-control__button {
    padding: 0;
    border: none;
    background: 0 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    z-index: 100
}

.sum-control__button-left {
    left: -28px
}

.sum-control__button-right {
    right: -28px
}

.sum-control .name {
    float: left
}

.sum-control .form-control {
    padding: 4px 5px;
    min-height: 30px;
    width: 45px;
    border-radius: 5px;
    border-color: #d7d7d9;
    text-align: center
}

.sum-control .icon-font {
    font-size: 10px
}

.sum-control .sum-control-input {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sum-control .sum-control-input .icon-font {
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.sum-control .sum-control-input .icon-font:hover {
    color: #8f8e94
}

.checkbox label, .radio label {
    cursor: pointer;
    padding-left: 24px
}

.checkbox label:hover, .radio label:hover {
    color: #4f7fbd
}

.checkbox input[type=checkbox], .checkbox input[type=radio], .radio input[type=checkbox], .radio input[type=radio] {
    position: relative;
    z-index: 0;
    float: left;
    margin-top: 0;
    margin-left: -24px;
    visibility: hidden
}

.checkbox input[type=checkbox]:checked + span:after, .checkbox input[type=radio]:checked + span:after, .radio input[type=checkbox]:checked + span:after, .radio input[type=radio]:checked + span:after {
    top: 0;
    left: -24px;
    width: 16px;
    height: 16px
}

.checkbox input[type=checkbox]:checked + span:before, .checkbox input[type=radio]:checked + span:before, .radio input[type=checkbox]:checked + span:before, .radio input[type=radio]:checked + span:before {
    display: none
}

.checkbox span, .radio span {
    position: relative
}

.checkbox span:after, .checkbox span:before, .radio span:after, .radio span:before {
    position: absolute;
    content: ""
}

.checkbox span:before, .radio span:before {
    display: block;
    top: 0;
    left: -24px;
    width: 16px;
    height: 16px;
    background-color: grey
}

.checkbox span:after, .radio span:after {
    display: block;
    top: 0;
    left: -16px;
    width: 0;
    height: 0;
    background-color: #006
}

.checkbox-filter label, .radio-filter label {
    padding-left: 37px;
    display: block;
    white-space: nowrap
}

.checkbox-filter input[type=checkbox], .radio-filter input[type=checkbox] {
    margin-left: -37px
}

.checkbox-filter input[type=checkbox]:checked + span:after, .radio-filter input[type=checkbox]:checked + span:after {
    top: 0;
    left: -37px;
    width: 20px;
    height: 18px
}

.checkbox-filter span, .radio-filter span {
    white-space: normal;
    vertical-align: top;
    display: inline-block
}

.checkbox-filter span:after, .checkbox-filter span:before, .radio-filter span:after, .radio-filter span:before {
    background-color: transparent;
    left: -37px;
    top: 0
}

.checkbox-filter span:before, .radio-filter span:before {
    width: 18px;
    height: 18px;
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -519px
}

.checkbox-filter span:after, .radio-filter span:after {
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -155px
}

.checkbox-filter.large input[type=checkbox]:checked + span:after, .radio-filter.large input[type=checkbox]:checked + span:after {
    width: 27px;
    height: 25px
}

.checkbox-filter.large span:before, .radio-filter.large span:before {
    width: 25px;
    height: 25px;
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -489px
}

.checkbox-filter.large span:after, .radio-filter.large span:after {
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -125px
}

.radio-filter input[type=radio] {
    margin-left: -37px
}

.radio-filter input[type=radio]:checked + span:after {
    top: 0;
    left: -37px;
    width: 18px;
    height: 18px
}

.radio-filter span:after {
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -208px
}

.radio-filter.large input[type=radio]:checked + span:after {
    width: 25px;
    height: 25px
}

.radio-filter.large span:after {
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -178px
}

.checkbox-group a {
    text-decoration: underline
}

.checkbox-group-inline .checkbox, .checkbox-group-inline .radio, .radio-group-inline .checkbox, .radio-group-inline .radio {
    display: inline-block;
    vertical-align: top
}

.form-main-step .control-left:after, .form-main-step:after {
    display: table;
    clear: both;
    content: " "
}

.form-main-step .control-right {
    padding-right: 220px;
    padding-left: 0
}

@media (max-width: 767px) {
    .form-main-step .control-right {
        padding-right: 0;
        float: none
    }
}

.form-main-step .block-step {
    border-top: 1px solid #e3e3e5;
    border-bottom: 1px solid #e3e3e5;
    padding: 20px 0 40px 20px
}

@media (max-width: 999px) {
    .form-main-step .block-step {
        padding-left: 0;
        padding-bottom: 0;
        border: none
    }
}

@media (max-width: 767px) {
    .form-main-step .block-step {
        padding-top: 5px
    }
}

.form-main-step .name-step {
    font: 30px/20px FuturaPT-Demi, Arial, sans-serif;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .form-main-step .name-step {
        font-size: 24px;
        line-height: 24px
    }
}

.form-main-step .name-step span {
    font: 16px/20px IntroRegular, Arial, sans-serif;
    color: #8f8e94
}

@media (max-width: 767px) {
    .form-main-step .name-step span {
        display: block;
        margin-bottom: 10px
    }
}

.form-main-step .form-group {
    padding: 15px 0;
    min-height: 80px;
    margin: 0
}

@media (max-width: 999px) {
    .form-main-step .form-group {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: auto
    }
}

@media (max-width: 999px) {
    .form-main-step .form-group--contacts {
        padding-bottom: 0
    }
}

.form-main-step .form-group:after {
    display: table;
    clear: both;
    content: " "
}

.form-main-step .form-group-input .form-group-block {
    padding: 0 0 0 10px
}

.form-main-step .form-group-input .form-group-block:first-child {
    padding-left: 0
}

.form-main-step .checkbox-group, .form-main-step .radio-group {
    padding-top: 10px;
    margin-left: 20px
}

@media (max-width: 999px) {
    .form-main-step .checkbox-group, .form-main-step .radio-group {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .form-main-step .checkbox-group, .form-main-step .radio-group {
        padding-top: 0
    }
}

.form-main-step .checkbox-group .checkbox, .form-main-step .checkbox-group .radio, .form-main-step .radio-group .checkbox, .form-main-step .radio-group .radio {
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .form-main-step .checkbox-group .checkbox, .form-main-step .checkbox-group .radio, .form-main-step .radio-group .checkbox, .form-main-step .radio-group .radio {
        margin-bottom: 5px
    }
}

@media (max-width: 767px) {
    .form-main-step .form-group--contacts .checkbox-group .checkbox {
        margin-bottom: 12px
    }
}

.form-main-step .checkbox-group .checkbox span, .form-main-step .checkbox-group .radio span, .form-main-step .radio-group .checkbox span, .form-main-step .radio-group .radio span {
    color: #2a2b35
}

.form-main-step .checkbox-group-inline .checkbox, .form-main-step .checkbox-group-inline .radio, .form-main-step .radio-group-inline .checkbox, .form-main-step .radio-group-inline .radio {
    margin-right: 40px
}

@media (max-width: 767px) {
    .form-main-step .checkbox-group-inline .checkbox, .form-main-step .checkbox-group-inline .radio, .form-main-step .radio-group-inline .checkbox, .form-main-step .radio-group-inline .radio {
        margin-right: 15px
    }
}

.form-main-step .checkbox-group-inline .checkbox:last-child, .form-main-step .checkbox-group-inline .radio:last-child, .form-main-step .radio-group-inline .checkbox:last-child, .form-main-step .radio-group-inline .radio:last-child {
    margin-right: 0
}

.form-main-step .control-info {
    width: 195px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    line-height: 15px;
    color: #8f8e94
}

@media (max-width: 767px) {
    .form-main-step .control-info {
        position: static;
        width: auto;
        margin-top: 10px
    }
}

.form-main-step .control-info a {
    color: #8f8e94;
    text-decoration: underline
}

.form-main-step .control-info a:hover {
    text-decoration: none
}

.form-main-step .control-info.txt-error, .form-main-step .control-info.txt-error a {
    color: #4f7fbd
}

.form-main-step .control-label {
    position: relative;
    font: 18px/20px IntroSemiBold, Arial, sans-serif;
    padding-right: 10px;
    padding-top: 5px;
    padding-left: 0;
    margin-bottom: 20px
}

@media (max-width: 999px) {
    .form-main-step .control-label {
        margin-bottom: 10px;
        font-size: 16px;
        float: none;
        display: block
    }
}

.form-main-step .control-label .star-required {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    text-indent: 0
}

@media (max-width: 999px) {
    .form-main-step .control-label .star-required {
        top: 6px
    }
}

.form-main-step .control-label span {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top
}

.form-main-step .btn .icon-font {
    font-size: 27px
}

.form-main-step .prev-step {
    color: #8f8e94
}

@media (max-width: 999px) {
    .form-main-step .prev-step {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .form-main-step .prev-step {
        padding-left: 25px;
        float: none;
        margin-bottom: 10px;
        max-width: 290px;
        width: 100%
    }
}

.form-main-step .prev-step:hover {
    color: #bcbbbf
}

.form-main-step .form-step-error {
    display: none;
    font-size: 13px;
    line-height: 15px;
    color: #4f7fbd;
    margin-right: 20px;
    padding-top: 10px
}

@media (max-width: 999px) {
    .form-main-step .form-step-error {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .form-main-step .form-step-error {
        float: none;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 15px;
        padding-top: 0
    }
}

.form-main-step .form-step-error.active {
    display: block
}

.form-main-step .form-control.textarea {
    height: 130px
}

.form-main-step .form-control.error-input {
    border-color: #4f7fbd
}

.form-main-step .fancy-select .trigger {
    color: #8f8e94
}

.form-main-step .fancy-select.selected .trigger {
    color: #413d4d
}

.form-main-step .add-form-control {
    position: relative;
    cursor: pointer;
    color: #8f8e94;
    -webkit-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.form-main-step .add-form-control:hover {
    border-color: #bcbbbf
}

.form-main-step .add-form-control .font-plus {
    font-size: 11px;
    line-height: 48px;
    position: absolute;
    right: 20px;
    top: 0
}

@media (max-width: 767px) {
    .form-group-captcha .block-captcha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-group-captcha .block-captcha .col-input {
    margin-right: 210px
}

@media (max-width: 767px) {
    .form-group-captcha .block-captcha .col-input {
        margin-right: 0;
        margin-bottom: 0
    }
}

.form-group-captcha .block-captcha .col-pict {
    float: right;
    width: 200px;
    text-align: center
}

@media (max-width: 767px) {
    .form-group-captcha .block-captcha .col-pict {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        float: none;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: auto
    }
}

.form-group-captcha .block-captcha .col-pict a {
    font-size: 13px;
    line-height: 15px;
    color: #8f8e94;
    border-bottom: 1px dotted #8f8e94;
    display: inline-block;
    margin-top: 10px
}

.form-group-captcha .block-captcha .control-info {
    margin-bottom: 20px
}

.form-group-captcha .pict-captcha {
    padding: 0;
    overflow: hidden;
    height: 50px
}

.form-group-captcha .pict-captcha img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.form-main-step .form-group-agreement {
    min-height: auto
}

.form-main-step .form-group-agreement .control-right {
    padding-left: 0
}

.form-main-step .form-group-agreement .checkbox-group {
    margin-left: 0
}

.single-form .block-step {
    border-top: none;
    padding: 0 0 16px;
    margin-bottom: 20px
}

.single-form .form-main-step {
    margin-top: -15px
}

.single-form .form-main-step .form-control.textarea {
    height: 292px
}

@media (max-width: 767px) {
    .single-form .form-main-step .form-control.textarea {
        height: 130px
    }
}

@media (min-width: 1250px) {
    .form-main-step .control-right {
        padding-left: 20px
    }

    .form-main-step .control-label {
        margin-bottom: 0;
        padding-top: 15px
    }

    .form-main-step .control-label .star-required {
        top: 15px
    }

    .form-group .col-sm-4 {
        width: 25%
    }

    .form-group .col-sm-8 {
        width: 75%
    }

    .form-group .col-sm-push-4 {
        left: 25%
    }
}

.base-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1560px;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 1024px) {
    .base-container {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 767px) {
    .base-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1560px;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 999px) {
    .container {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.container:after {
    display: table;
    clear: both;
    content: " "
}

.container-fluid {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    min-width: 1000px;
    max-width: 1560px;
    padding-left: 40px;
    padding-right: 40px
}

.container-fluid:after {
    display: table;
    clear: both;
    content: " "
}

.container-table {
    display: table;
    width: 100%
}

.container-table:after {
    display: none
}

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

.row:after {
    display: table;
    clear: both;
    content: " "
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-lg-offset-11 {
    margin-left: 91.66666667%
}

.col-lg-offset-10 {
    margin-left: 83.33333333%
}

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

.col-lg-offset-8 {
    margin-left: 66.66666667%
}

.col-lg-offset-7 {
    margin-left: 58.33333333%
}

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

.col-lg-offset-5 {
    margin-left: 41.66666667%
}

.col-lg-offset-4 {
    margin-left: 33.33333333%
}

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

.col-lg-offset-2 {
    margin-left: 16.66666667%
}

.col-lg-offset-1 {
    margin-left: 8.33333333%
}

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

.col-padd-clear {
    padding: 0
}

@media (max-width: 1359px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1249px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 999px) {
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
        float: left
    }

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

    .col-xxs-11 {
        width: 91.66666667%
    }

    .col-xxs-10 {
        width: 83.33333333%
    }

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

    .col-xxs-8 {
        width: 66.66666667%
    }

    .col-xxs-7 {
        width: 58.33333333%
    }

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

    .col-xxs-5 {
        width: 41.66666667%
    }

    .col-xxs-4 {
        width: 33.33333333%
    }

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

    .col-xxs-2 {
        width: 16.66666667%
    }

    .col-xxs-1 {
        width: 8.33333333%
    }

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

    .col-xxs-pull-11 {
        right: 91.66666667%
    }

    .col-xxs-pull-10 {
        right: 83.33333333%
    }

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

    .col-xxs-pull-8 {
        right: 66.66666667%
    }

    .col-xxs-pull-7 {
        right: 58.33333333%
    }

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

    .col-xxs-pull-5 {
        right: 41.66666667%
    }

    .col-xxs-pull-4 {
        right: 33.33333333%
    }

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

    .col-xxs-pull-2 {
        right: 16.66666667%
    }

    .col-xxs-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-xxs-push-11 {
        left: 91.66666667%
    }

    .col-xxs-push-10 {
        left: 83.33333333%
    }

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

    .col-xxs-push-8 {
        left: 66.66666667%
    }

    .col-xxs-push-7 {
        left: 58.33333333%
    }

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

    .col-xxs-push-5 {
        left: 41.66666667%
    }

    .col-xxs-push-4 {
        left: 33.33333333%
    }

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

    .col-xxs-push-2 {
        left: 16.66666667%
    }

    .col-xxs-push-1 {
        left: 8.33333333%
    }

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

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

    .col-xxs-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-xxs-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xxs-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-xxs-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-xxs-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xxs-offset-1 {
        margin-left: 8.33333333%
    }

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

.nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav:after {
    display: table;
    clear: both;
    content: " "
}

.nav a {
    text-decoration: none;
    color: #8f8e94;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.nav a:hover {
    color: #d7d7d9
}

.nav li {
    margin-bottom: 0
}

.nav li.active a {
    color: #4f7fbd
}

.nav-header {
    padding-left: 10px
}

.nav-header > li > a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font: 13px/50px IntroSemiBold, Arial, sans-serif;
    white-space: nowrap;
    -webkit-font-smoothing: antialised
}

.nav-header > li > a span {
    position: relative;
    top: 2px;
    letter-spacing: .5px
}

.nav-header > li > a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .4);
    left: 0;
    bottom: -1px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.nav-header > li > a:hover {
    color: #fff
}

.nav-header > li > a:hover span:before {
    opacity: 1
}

.nav-header > li.active > a {
    color: #fff
}

.nav-header > li.active > a span:before {
    opacity: 1
}

@-moz-document url-prefix() {
    .nav-header > li > a span {
        top: 1px
    }
}

.nav-justified {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-justified > li > a {
    text-align: center
}

.nav-top-links {
    display: inline-block
}

.nav-top-links ul {
    border-bottom: 1px solid #d7d7d9
}

.nav-top-links li {
    display: inline-block;
    padding: 0 20px;
    line-height: 36px
}

@media (max-width: 999px) {
    .nav-top-links li {
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    .nav-top-links li {
        line-height: normal
    }
}

.nav-top-links li:first-child {
    padding-left: 0
}

.nav-top-links li:last-child {
    padding-right: 0
}

.nav-top-links li.active a {
    color: #4f7fbd
}

.nav-top-links li.active a:before {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4f7fbd;
    content: ""
}

@media (max-width: 999px) {
    .nav-top-links li.active a:before {
        height: 2px
    }
}

.nav-top-links a {
    position: relative;
    display: inline-block;
    font-family: FuturaPT-Demi, Arial, sans-serif;
    font-size: 28px;
    padding: 5px 0
}

@media (max-width: 999px) {
    .nav-top-links a {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .nav-top-links a {
        font-size: 18px;
        line-height: 20px
    }
}

.nav-top-links .icon-font {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    margin-right: 6px
}

@media (max-width: 767px) {
    .nav-top-links .icon-font {
        display: none
    }
}

.nav-top-links .font-rio {
    font-size: 36px;
    margin-top: -2px
}

.nav-top-links .font-rodent {
    font-size: 34px
}

.nav-top-links .font-rabbit {
    font-size: 30px;
    margin-top: -3px
}

.nav-top-links .font-r-dove {
    font-size: 32px
}

.nav-top-links-small li {
    padding: 0 6px
}

@media (max-width: 999px) {
    .nav-top-links-small li {
        padding: 0 12px
    }
}

.nav-top-links-small a {
    font-family: IntroSemiBold, Arial, sans-serif;
    font-size: 15px;
    padding: 14px 0
}

@media (max-width: 999px) {
    .nav-top-links-small a {
        font-size: 18px
    }
}

@media (min-width: 1250px) {
    .nav-top-links-small li {
        padding: 0 12px
    }

    .nav-top-links-small a {
        font-size: 18px
    }
}

.nav-pagination {
    text-align: center
}

@media (max-width: 767px) {
    .nav-pagination {
        padding: 0 10px
    }
}

.nav-pagination.container {
    padding-bottom: 0
}

.pagination {
    position: relative;
    z-index: 50;
    display: inline-block;
    vertical-align: top;
    padding: 0
}

@media (max-width: 767px) {
    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pagination:after {
    display: table;
    clear: both;
    content: " "
}

@media (max-width: 767px) {
    .pagination:after {
        display: none
    }
}

.pagination > li {
    display: inline
}

.pagination > li > a {
    float: left;
    font: 18px/27px IntroSemiBold, Arial, sans-serif;
    color: #8f8e94;
    padding: 0 7px;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

@media (max-width: 999px) {
    .pagination > li > a {
        padding-right: 16px;
        padding-left: 16px
    }
}

.pagination > li.active a, .pagination > li > a:hover {
    color: #cacacc
}

.pagination .arrow a {
    font-size: 27px
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 5010;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -ms-touch-action: none;
    -webkit-overflow-scrolling: touch
}

.modal-header {
    position: relative;
    text-align: center;
    padding: 39px 25px;
    border-bottom: 1px dashed #d7d7d9;
    border-radius: 0 0 10px 10px;
    background-color: #fff
}

@media (max-width: 999px) {
    .modal-header {
        padding-top: 27px;
        padding-bottom: 27px
    }
}

@media (max-width: 767px) {
    .modal-header {
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.modal-header:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../img/patterns/decor-modal-head.png) repeat-x
}

.modal-header h2 {
    margin: 0
}

@media (max-width: 767px) {
    .modal-header h2 {
        font-size: 24px;
        line-height: 24px
    }
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    text-indent: -9999px;
    width: 17px;
    height: 17px;
    padding: 15px
}

@media (max-width: 767px) {
    .modal-close {
        right: 10px;
        top: 5px
    }
}

.modal-close:after, .modal-close:before {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 14px;
    right: 0;
    bottom: 0;
    background-color: #4f7fbd;
    width: 17px;
    height: 2px
}

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

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

.modal-close-fixed {
    position: fixed;
    left: 0;
    right: 30px;
    top: 10px;
    z-index: 5020;
    margin: 0 auto;
    display: none
}

.modal-close-fixed__link {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #4f7fbd
}

.modal-close-fixed__icon {
    top: 9px;
    right: auto;
    left: 9px
}

.modal-close-fixed--active {
    display: block
}

.modal-header-title {
    padding: 26px 0 27px
}

@media (max-width: 767px) {
    .modal-header-title {
        display: block
    }
}

@media (max-width: 767px) {
    .modal-header-title h2 {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width: 767px) {
    .modal-header-title .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal-header-title .title a {
    text-decoration: underline
}

.modal-header-title .title a:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .modal-header-small {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .modal-header-small h2 {
        line-height: 25px;
        font-size: 25px
    }
}

.modal-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    font-size: 20px;
    line-height: 30px;
    color: #2c2d38
}

.modal-content:after {
    display: table;
    clear: both;
    content: " "
}

.modal-content__buttons {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}

.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    width: 864px;
    padding: 88px 0 40px
}

@media (max-width: 999px) {
    .modal .modal-dialog {
        width: 702px
    }
}

@media (max-width: 767px) {
    .modal .modal-dialog {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 68px
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(49, 8, 31, .7);
    opacity: 0;
    z-index: 5000;
    -ms-touch-action: none;
    -webkit-overflow-scrolling: touch
}

.modal-backdrop.in {
    opacity: .7
}

.modal-open {
    overflow-x: auto
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 1000px
}

@media (max-width: 999px) {
    .modal-open .modal {
        min-width: 320px
    }
}

.modal-small .modal-dialog {
    width: 576px
}

@media (max-width: 767px) {
    .modal-small .modal-dialog {
        width: 100%
    }
}

.modal-medium .modal-dialog {
    width: 648px
}

@media (max-width: 999px) {
    .modal-medium .modal-dialog {
        width: 574px
    }
}

@media (max-width: 767px) {
    .modal-medium .modal-dialog {
        width: 100%
    }
}

.modal-medium .modal-content {
    padding: 60px 60px 70px;
    font-size: 16px;
    line-height: 1.563em
}

@media (max-width: 999px) {
    .modal-medium .modal-content {
        padding: 30px 60px 50px
    }
}

@media (max-width: 767px) {
    .modal-medium .modal-content {
        padding: 30px 25px
    }
}

.modal-info .modal-content {
    padding: 60px 60px 70px;
    font-size: 18px;
    line-height: 25px
}

@media (max-width: 999px) {
    .modal-info .modal-content {
        padding-bottom: 50px;
        padding-top: 35px
    }
}

@media (max-width: 767px) {
    .modal-info .modal-content {
        padding: 25px
    }
}

.modal-info .modal-content p {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .modal-info .modal-content p {
        font-size: 14px;
        line-height: 18px
    }
}

.modal-info .modal-content .only-head {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .modal-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .modal-form .btn {
        display: block;
        float: none
    }
}

.modal-form .btn-success {
    width: 225px
}

@media (max-width: 767px) {
    .modal-form .btn-success {
        width: 100%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.modal-form .sub-link {
    font-size: 12px;
    color: #4f7fbd;
    text-decoration: underline
}

@media (max-width: 767px) {
    .modal-form .sub-link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.modal-form .sub-link:hover {
    text-decoration: none
}

.modal-button-group {
    margin-left: -10px;
    margin-right: -10px
}

@media (max-width: 767px) {
    .modal-button-group > div:first-child .btn {
        margin-bottom: 10px
    }
}

.modal-button-group:after {
    display: table;
    clear: both;
    content: " "
}

.modal-button-group > div {
    padding: 0 10px
}

.modal-button-group .btn {
    width: 100%
}

.modal-filter .modal-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: none
}

.modal-filter__header {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030
}

.modal-filter__content {
    padding: 40px 30px 0;
    min-height: calc(100% - 160px)
}

@media (max-width: 1023px) {
    .modal-filter__content:has(+.modal-filter__footer) {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .modal-filter__content {
        padding: 20px 16px 0;
        min-height: calc(100% - 140px)
    }
}

.modal-filter__footer {
    height: 110px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 100%, .6);
    -webkit-box-shadow: 0 0 12px rgba(65, 61, 77, .4);
    box-shadow: 0 0 12px rgba(65, 61, 77, .4)
}

@media (max-width: 767px) {
    .modal-filter__footer {
        height: 90px;
    }
}

@media (max-width: 1023px) {
    .modal-filter__footer {
        position: fixed;
    }
}

.modal-open {
    position: fixed;
    width: 100%
}

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

.modal-fullscreen .modal-dialog {
    position: relative;
    width: 100%;
    padding: 0;
    height: 100%
}

.modal-fullscreen .modal-content {
    height: 100%;
    border-radius: 0
}

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

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

.nav-tab-justified {
    text-align: center
}

.nav-tab-justified li {
    display: inline-block;
    padding: 0 15px
}

.tab-modal .nav-tab-block {
    border-bottom: 1px solid #d7d7d9;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .tab-modal .nav-tab-block {
        border-bottom: none;
        margin-bottom: 20px
    }
}

.tab-modal .nav-tabs li {
    text-align: center
}

.tab-modal .nav-tabs a {
    display: inline-block;
    padding: 7px 0;
    font-size: 16px;
    line-height: 20px
}

.tab-modal .nav-tabs .active a {
    position: relative
}

.tab-modal .nav-tabs .active a:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #4f7fbd
}

@media (max-width: 767px) {
    .tab-modal .nav-tab-select__list li {
        text-align: left
    }

    .tab-modal .nav-tab-select__list li.active a:before {
        display: none
    }

    .tab-modal .nav-tab-select__list a {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.nav-tab-select {
    position: relative;
    padding-right: 20px;
    padding-left: 20px
}

.nav-tab-select__block {
    position: relative;
    width: 100%
}

.nav-tab-select__list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    list-style: none;
    overflow: auto;
    width: 100%;
    border-radius: 25px;
    padding: 20px 0 25px;
    max-height: 400px;
    z-index: 250;
    -webkit-box-shadow: 0 0 15px 0 rgba(65, 61, 77, .4);
    box-shadow: 0 0 15px 0 rgba(65, 61, 77, .4)
}

.nav-tab-select__list li {
    display: block;
    padding: 0 25px;
    text-align: left
}

.nav-tab-select__list a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
    display: block
}

.nav-tab-select__trigger {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #4f7fbd;
    border: 1px solid #e3e3e6;
    border-radius: 35px;
    padding: 14px 45px 14px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    white-space: nowrap;
    cursor: pointer;
    max-width: 300px
}

.nav-tab-select__icon {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 12px;
    color: #2c2d38
}

@media (max-width: 767px) {
    .nav-tab-select--cabinet {
        padding: 0
    }
}

@media (max-width: 999px) {
    .nav-tab-select--ingredients .nav-tab-select__trigger {
        margin: 0
    }

    .nav-tab-select--ingredients .nav-tab-select__list {
        max-width: 300px
    }
}

@media (max-width: 767px) {
    .nav-tab-select--head-menu {
        padding: 0
    }
}

@media (max-width: 767px) {
    .nav-tab-select--head-menu .nav-tab-select__trigger {
        border: none;
        padding: 10px 0 9px;
        height: auto;
        border-radius: 0;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .nav-tab-select--head-menu .nav-tab-select__trigger .icon-font {
        font-size: 27px;
        display: inline-block;
        vertical-align: top;
        margin-top: -5px;
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .nav-tab-select--head-menu .nav-tab-select__trigger .font-arrow-down-xs {
        font-size: 11px;
        color: #413d4d;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px
    }
}

@media (max-width: 767px) {
    .nav-tab-select--head-menu .nav-tab-select__list {
        top: -20px
    }
}

@media (max-width: 767px) {
    .nav-tab-select--head-menu .nav-tab-select__list .icon-font {
        font-size: 27px;
        display: inline-block;
        vertical-align: top;
        margin-top: -5px;
        margin-right: 10px
    }
}

@media (max-width: 999px) {
    .nav-tab-select--m {
        padding: 0
    }
}

@media (max-width: 999px) {
    .nav-tab-select--m .nav-tab-select__trigger {
        border: none;
        padding: 10px 0 9px;
        height: auto;
        border-radius: 0;
        max-width: 100%
    }
}

@media (max-width: 999px) {
    .nav-tab-select--m .nav-tab-select__trigger .icon-font {
        font-size: 27px;
        display: inline-block;
        vertical-align: top;
        margin-top: -5px;
        margin-right: 10px
    }
}

@media (max-width: 999px) {
    .nav-tab-select--m .nav-tab-select__trigger .font-arrow-down-xs {
        font-size: 11px;
        color: #413d4d;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px
    }
}

@media (max-width: 999px) {
    .nav-tab-select--m .nav-tab-select__list {
        top: -20px
    }
}

@media (max-width: 999px) {
    .nav-tab-select--m .nav-tab-select__list .icon-font {
        font-size: 27px;
        display: inline-block;
        vertical-align: top;
        margin-top: -5px;
        margin-right: 10px
    }
}

@media (max-width: 999px) {
    .nav-tab-select--search span {
        position: relative
    }
}

@media (max-width: 999px) {
    .nav-tab-select--search .sum {
        font-size: 11px;
        line-height: 1;
        font-style: normal;
        position: absolute;
        left: calc(100% + 2px);
        top: -3px
    }
}

@media (max-width: 999px) {
    .nav-tab-select--search-catalog {
        padding: 0
    }
}

@media (max-width: 999px) {
    .nav-tab-select--search-catalog .nav-tab-block {
        padding: 0;
        width: 100%;
        max-width: 300px;
        float: right
    }
}

@media (max-width: 767px) {
    .nav-tab-select--search-catalog .nav-tab-block {
        max-width: 290px;
        float: none
    }
}

.dropdown-toggle {
    cursor: pointer
}

.dropdown-wrap {
    position: relative
}

.jq-dropdown {
    position: absolute;
    left: 0;
    z-index: 1550;
    display: none;
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    background-color: #fff
}

.dropdown-block-lang {
    border-radius: 15px;
    font: 13px/25px IntroSemiBold, Arial, sans-serif;
    width: 60px;
    text-align: center;
    padding: 7px 0 8px;
    top: 10px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .dropdown-block-lang {
        left: 7px
    }
}

.dropdown-block-lang li {
    margin-bottom: 0
}

.dropdown-block-lang a {
    display: block
}

.dropdown-filter {
    border-radius: 25px;
    top: -10px;
    width: 330px;
    font: 18px IntroSemiBold, Arial, sans-serif
}

.dropdown-filter:before {
    display: none;
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 15px 15px
}

.dropdown-filter .drop-name {
    border-bottom: 1px solid #d7d7d9;
    padding: 23px 25px 15px;
    text-align: center
}

.dropdown-filter .drop-name span {
    display: block;
    height: 22px;
    overflow: hidden
}

.dropdown-filter .filter-menu-list {
    line-height: 57px;
    padding: 23px 0 35px;
    min-height: 100px
}

.dropdown-filter .filter-menu-list li {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px 0 50px
}

.dropdown-filter .filter-menu-list li:hover {
    color: #4f7fbd
}

.dropdown-filter .filter-menu-list .icon-font {
    color: #4f7fbd;
    vertical-align: top;
    width: 55px;
    display: inline-block;
    text-align: right;
    margin: 2px 10px 0 -15px
}

.dropdown-filter .filter-type-list {
    font-family: IntroRegular, Arial, sans-serif;
    text-align: left;
    padding: 20px 0 33px;
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%
}

.dropdown-filter .filter-type-list a {
    display: block;
    color: #413d4d;
    line-height: 22px;
    padding: 13px 30px
}

.dropdown-filter .filter-type-list a:hover {
    color: #4f7fbd
}

.dropdown-filter .font-rio {
    font-size: 51px
}

.dropdown-filter .font-r-dove {
    font-size: 41px
}

.dropdown-filter .font-rodent {
    font-size: 47px
}

.dropdown-filter .font-rabbit {
    font-size: 39px
}

.dropdown-filter .font-cat {
    font-size: 37px
}

.dropdown-filter .font-dog {
    font-size: 39px
}

.dropdown-filter .font-horse {
    font-size: 38px
}

.panel-group-main .panel {
    border-bottom: 1px solid #e3e3e5
}

.panel-group-main .panel-heading {
    position: relative
}

.panel-group-main .panel-heading .text-heading {
    position: relative;
    display: block;
    color: #413d4d;
    line-height: 26px
}

@media (max-width: 767px) {
    .panel-group-main .panel-heading .text-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.panel-group-main .panel-heading .text-heading:after {
    display: table;
    clear: both;
    content: " "
}

.panel-group-main .panel-heading .text-heading.collapsed .arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.panel-group-main .panel-heading .arrow {
    position: absolute;
    right: 2px;
    top: 50%;
    font-size: 10px;
    margin-top: -5px;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.panel-group-main .panel-body:after {
    display: table;
    clear: both;
    content: " "
}

.panel-product .panel:first-child {
    border-top: 1px solid #e3e3e5
}

.panel-product .panel-heading .text-heading {
    padding: 12px 20px
}

@media (max-width: 767px) {
    .panel-product .panel-heading .text-heading {
        padding-left: 0
    }
}

.panel-product .panel-heading .arrow {
    right: 2px
}

.panel-product .panel-body {
    padding: 10px 20px 33px
}

@media (max-width: 767px) {
    .panel-product .panel-body {
        padding: 0 10px 20px 0
    }
}

.panel-quick-order {
    margin-top: 1px
}

@media (max-width: 999px) {
    .panel-quick-order {
        margin-bottom: 25px
    }
}

.panel-quick-order .panel {
    border: 1px solid #e3e3e5;
    margin-top: -1px
}

.panel-quick-order .panel-heading .text-heading {
    padding: 17px 20px 17px 30px;
    font-size: 18px;
    font-family: IntroSemiBold, Arial, sans-serif
}

@media (max-width: 767px) {
    .panel-quick-order .panel-heading .text-heading {
        padding: 15px 15px 15px 20px
    }
}

.panel-quick-order .panel-heading .text-heading .name-heading {
    display: block;
    width: 65%
}

.panel-quick-order .panel-heading .text-heading .sum-table-quick-order {
    display: none;
    position: absolute;
    right: 135px;
    top: 17px;
    font-size: 16px;
    color: #4f7fbd
}

@media (max-width: 767px) {
    .panel-quick-order .panel-heading .text-heading .sum-table-quick-order {
        position: static;
        margin-top: 5px
    }
}

.panel-quick-order .panel-heading .text-heading .sum-table-quick-order .font-rbl-bold {
    font-size: 11px
}

.panel-quick-order .panel-heading .arrow {
    right: 20px
}

.panel-quick-order .panel-body {
    padding: 0 60px 50px 30px
}

@media (max-width: 767px) {
    .panel-quick-order .panel-body {
        padding: 10px 46px 15px 20px
    }
}

.panel-history {
    margin-top: 1px
}

.panel-history .panel {
    border: 1px solid #e3e3e5;
    margin-top: -1px
}

.panel-history .panel-heading .text-heading {
    padding: 17px 20px
}

@media (max-width: 767px) {
    .panel-history .panel-heading .text-heading.collapsed .history-block-left {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width: 767px) {
    .panel-history .panel-heading .text-heading.collapsed .history-status {
        margin-left: 8px
    }
}

.panel-history .panel-heading .arrow {
    right: 20px
}

.panel-history .panel-body {
    padding: 38px 0 30px 40px
}

@media (max-width: 999px) {
    .panel-history .panel-body {
        padding-top: 5px;
        padding-left: 20px;
        padding-bottom: 20px
    }
}

.tooltip {
    position: absolute;
    z-index: 1000;
    display: block;
    font-size: 14px;
    line-height: 20px;
    opacity: 0
}

.tooltip .in {
    opacity: 1
}

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

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

.tooltip.top .tooltip-arrow:before {
    width: 4px;
    height: 8px;
    content: "";
    position: absolute;
    left: -2px;
    top: -12px;
    -webkit-box-shadow: 0 0 15px #413d4d;
    box-shadow: 0 0 15px #413d4d;
    z-index: -1
}

.tooltip-inner {
    max-width: 320px;
    padding: 10px 30px;
    color: #413d4d;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    box-shadow: 0 0 15px rgba(65, 61, 77, .2)
}

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

.owl-carousel-main {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

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

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

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

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

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

.owl-carousel-main .owl-stage > div {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel-main .owl-stage > div img {
    display: block;
    -webkit-transform-style: preserve-3d;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

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

.owl-nav > div {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #413d4d;
    background-color: #fff;
    border-radius: 100%;
    top: 50%;
    margin-top: -20px;
    z-index: 250
}

.owl-nav > div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px
}

.owl-nav > div:hover {
    border-color: #4f7fbd
}

.owl-nav .owl-prev {
    left: 0
}

.owl-nav .owl-prev:before {
    width: 10px;
    height: 16px;
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -21px;
    margin-left: -6px
}

.owl-nav .owl-prev:hover:before {
    background-position: 0 0
}

.owl-nav .owl-next {
    right: 0
}

.owl-nav .owl-next:before {
    width: 10px;
    height: 16px;
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -63px;
    margin-left: -4px
}

.owl-nav .owl-next:hover:before {
    background-position: 0 -42px
}

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

.carousel-items .owl-stage-outer {
    overflow: visible
}

.carousel-items .carousel-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
    transition: opacity .15s ease-in-out, visibility .15s ease-in-out
}

.carousel-items .carousel-item.active {
    opacity: 1;
    visibility: visible
}

.carousel-items .owl-nav > div {
    border: 1px solid #e3e3e5
}

.carousel-items .owl-nav > div.disabled {
    pointer-events: none;
}

.carousel-items .owl-nav > div:hover {
    border-color: #4f7fbd
}

.carousel-items .owl-nav .owl-prev {
    left: -60px
}

.carousel-items .owl-nav .owl-next {
    right: -60px
}

.carousel-load {
    visibility: hidden;
    opacity: 0;
    position: relative
}

.carousel-load--active {
    visibility: visible;
    opacity: 1
}

.slider-block {
    position: absolute;
    left: 0;
    top: 0
}

.slider-block .item-slide {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slider-block .item-slide.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 120
}

.slider-block-back .item-slide {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.nav-slider {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 200;
    width: 100%;
    height: 40px
}

.nav-slider:after {
    display: table;
    clear: both;
    content: " "
}

.nav-slider a {
    position: absolute;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #413d4d;
    z-index: 100;
    font-family: icomoon;
    color: #413d4d;
    text-align: center
}

.nav-slider a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px
}

.nav-slider a:hover {
    border-color: #4f7fbd
}

.nav-slider .prev {
    left: 0
}

.nav-slider .prev:before {
    width: 10px;
    height: 16px;
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -21px;
    margin-left: -6px
}

.nav-slider .prev:hover:before {
    background-position: 0 0
}

.nav-slider .next {
    right: 0
}

.nav-slider .next:before {
    width: 10px;
    height: 16px;
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -63px;
    margin-left: -4px
}

.nav-slider .next:hover:before {
    background-position: 0 -42px
}

.nav-dots-slider {
    position: absolute;
    z-index: 200;
    text-align: center
}

.nav-dots-slider a {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #dedfe3;
    margin-left: 6px;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.nav-dots-slider a:first-child {
    margin-left: 0
}

.nav-dots-slider a.active, .nav-dots-slider a.active:hover {
    background-color: #4f7fbd
}

.main-slider-wrap {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.main-slider-wrap.active-h .item-slide {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

@media (max-width: 999px) {
    .main-slider-wrap.active-h .item-slide {
        -webkit-transform: none;
        transform: none
    }
}

.main-slider-info-wrap {
    bottom: 0;
    left: 0;
    z-index: 155;
    width: 340px
}

@media (min-width: 1250px) {
    .main-slider-info-wrap {
        width: 410px
    }
}

@media (max-width: 767px) {
    .main-slider-info-wrap {
        width: 100%
    }
}

.main-slider-info-wrap .slider-info-item {
    height: 100%
}

.main-slider-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 100;
    color: #fff
}

@media (max-width: 999px) {
    .main-slider-info {
        bottom: 120px
    }
}

@media (max-width: 767px) {
    .main-slider-info {
        left: 0;
        right: 0;
        text-align: center;
        bottom: 168px
    }
}

.main-slider-info .info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .main-slider-info .info {
        display: none
    }
}

.main-slider-info h1 {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .main-slider-info h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0
    }
}

.main-slider-info .btn {
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width: 1250px) {
    .main-slider-info {
        bottom: 50px
    }

    .main-slider-info h1 {
        font-size: 60px;
        line-height: 60px
    }

    .main-slider-info .info {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px
    }
}

.main-slider-pack-block {
    position: absolute;
    width: 20%;
    height: 55%;
    top: 17%;
    left: 41%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 200
}

@media (max-width: 999px) {
    .main-slider-pack-block {
        width: 200px;
        height: 290px;
        top: 210px;
        right: 115px;
        left: auto
    }
}

@media (max-width: 767px) {
    .main-slider-pack-block {
        left: 0;
        right: 0;
        width: 120px;
        top: 90px;
        margin: 0 auto
    }
}

.main-slider-pack-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 220;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.main-slider-pack-wrap .item-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.main-slider-pack-wrap .item-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.main-slider-pack-wrap:hover .item-pack {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.main-slider-sub-wrap {
    z-index: 155;
    top: 77%;
    width: 20%;
    left: 52%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 999px) {
    .main-slider-sub-wrap {
        right: 115px;
        width: 200px;
        left: auto;
        top: 530px;
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width: 767px) {
    .main-slider-sub-wrap {
        right: 15px;
        left: 15px;
        width: auto;
        top: 344px
    }
}

.main-slider-sub-wrap .item-sub-info {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 20px;
    width: 220px;
    font-size: 16px;
    line-height: 20px;
    font-family: IntroSemiBold, Arial, sans-serif;
    color: #4f7fbd;
    text-align: center
}

@media (min-width: 1250px) {
    .main-slider-sub-wrap .item-sub-info {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width: 767px) {
    .main-slider-sub-wrap .item-sub-info {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }
}

.main-slider-sub-wrap .btn {
    display: block
}

.nav-dots-slider-main {
    left: 50%;
    margin-left: -8%;
    top: 77%;
    margin-top: -20px;
    width: 20%;
    height: 12px
}

@media (max-width: 999px) {
    .nav-dots-slider-main {
        top: 510px;
        margin-top: 0;
        margin-left: 0;
        left: auto;
        right: 115px;
        width: 200px
    }
}

@media (max-width: 767px) {
    .nav-dots-slider-main {
        top: 333px;
        left: 0;
        right: 0;
        width: auto
    }
}

@media (max-width: 999px) {
    .nav-slider-main {
        margin-top: -6px
    }
}

@media (max-width: 767px) {
    .nav-slider-main {
        margin-top: -3px
    }
}

.nav-slider-main .prev {
    left: -60px
}

@media (max-width: 999px) {
    .nav-slider-main .prev {
        left: -70px
    }
}

@media (max-width: 767px) {
    .nav-slider-main .prev {
        left: -84px
    }
}

.nav-slider-main .next {
    right: -60px
}

@media (max-width: 999px) {
    .nav-slider-main .next {
        right: -84px
    }
}

.about-slider {
    width: 100%;
    height: 480px;
    top: 50px;
    left: 0
}

@media (max-width: 999px) {
    .about-slider {
        height: 175px
    }
}

@media (max-width: 767px) {
    .about-slider {
        height: 85px
    }
}

.about-slider .item-slide {
    background-position: 0 50%
}

.nav-dots-slider-about {
    bottom: 40px;
    height: 13px;
    width: 100%
}

@media (max-width: 999px) {
    .nav-dots-slider-about {
        bottom: 20px
    }
}

@media (max-width: 767px) {
    .nav-dots-slider-about {
        bottom: 10px
    }
}

.nav-dots-slider-about a {
    width: 13px;
    height: 13px
}

.nav-dots-slider-about a:hover {
    background-color: #fff
}

.news-slider {
    height: 364px;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    top: auto;
    bottom: 0
}

.nav-slider-news .prev {
    left: 20px
}

.nav-slider-news .next {
    right: 20px
}

@media (min-width: 1250px) {
    .nav-slider-news .prev {
        left: -100px
    }

    .nav-slider-news .next {
        right: -100px
    }
}

.fx-slider .item-slide {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-moz-document url-prefix() {
    .fx-slider .item-slide {
        animation-delay: .1s
    }
}

.fx-slider-back .navOutNext {
    -webkit-animation-name: slideOutBackLeft;
    animation-name: slideOutBackLeft
}

.fx-slider-back .navInNext {
    -webkit-animation-name: slideInBackLeft;
    animation-name: slideInBackLeft;
    opacity: 1
}

.fx-slider-back .navOutPrev {
    -webkit-animation-name: slideOutBackRight;
    animation-name: slideOutBackRight
}

.fx-slider-back .navInPrev {
    -webkit-animation-name: slideInBackRight;
    animation-name: slideInBackRight;
    opacity: 1
}

@-webkit-keyframes slideOutBackLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }
}

@keyframes slideOutBackLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }
}

@-webkit-keyframes slideInBackLeft {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInBackLeft {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInBackRight {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInBackRight {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideOutBackRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }
}

@keyframes slideOutBackRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }
}

.fx-slider-text .navOutNext {
    -webkit-animation-name: slideOutTextLeft;
    animation-name: slideOutTextLeft
}

.fx-slider-text .navInNext {
    -webkit-animation-name: slideInTextLeft;
    animation-name: slideInTextLeft;
    opacity: 1
}

.fx-slider-text .navOutPrev {
    -webkit-animation-name: slideOutTextRight;
    animation-name: slideOutTextRight
}

.fx-slider-text .navInPrev {
    -webkit-animation-name: slideInTextRight;
    animation-name: slideInTextRight;
    opacity: 1
}

@-webkit-keyframes slideOutTextLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes slideOutTextLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes slideInTextLeft {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInTextLeft {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInTextRight {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInTextRight {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideOutTextRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@keyframes slideOutTextRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.fx-slider-text2 .navOutNext {
    -webkit-animation-name: slideOutText2Left;
    animation-name: slideOutText2Left
}

.fx-slider-text2 .navInNext {
    -webkit-animation-name: slideInText2Left;
    animation-name: slideInText2Left;
    opacity: 1
}

.fx-slider-text2 .navOutPrev {
    -webkit-animation-name: slideOutText2Right;
    animation-name: slideOutText2Right
}

.fx-slider-text2 .navInPrev {
    -webkit-animation-name: slideInText2Right;
    animation-name: slideInText2Right;
    opacity: 1
}

@-webkit-keyframes slideOutText2Left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutText2Left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slideInText2Left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInText2Left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInText2Right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInText2Right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideOutText2Right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutText2Right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.fx-slider-fade .navOutNext {
    -webkit-animation-name: slideOutFadeLeft;
    animation-name: slideOutFadeLeft
}

.fx-slider-fade .navInNext {
    -webkit-animation-name: slideInFadeLeft;
    animation-name: slideInFadeLeft;
    opacity: 1
}

.fx-slider-fade .navOutPrev {
    -webkit-animation-name: slideOutFadeRight;
    animation-name: slideOutFadeRight
}

.fx-slider-fade .navInPrev {
    -webkit-animation-name: slideInFadeRight;
    animation-name: slideInFadeRight;
    opacity: 1
}

@-webkit-keyframes slideOutFadeLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes slideOutFadeLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes slideInFadeLeft {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slideInFadeLeft {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slideInFadeRight {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slideInFadeRight {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slideOutFadeRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes slideOutFadeRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.table-profile-style {
    width: 100%
}

.table-profile-style th {
    font-weight: 400;
    color: #b1b1b2;
    line-height: 40px;
    text-align: left
}

@media (max-width: 767px) {
    .table-profile-style th {
        display: none
    }
}

.table-profile-style td, .table-profile-style th {
    border-bottom: 1px solid #e3e3e5
}

.table-profile-style td:first-child, .table-profile-style th:first-child {
    padding-left: 20px;
    padding-right: 20px
}

.table-profile-style td {
    line-height: 50px;
    position: relative
}

@media (max-width: 767px) {
    .table-profile-style td {
        padding-top: 30px;
        border-top: 1px solid #e3e3e5;
        border-bottom: none
    }
}

.table-profile-style .pack-cell {
    white-space: nowrap
}

@media (max-width: 767px) {
    .table-profile-style .pack-cell {
        display: none
    }
}

.table-profile-style .pack-cell .icon-font {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    margin-right: 10px
}

.table-profile-style .pack-cell .font-box {
    font-size: 16px
}

.table-profile-style .pack-cell .font-bag {
    font-size: 20px
}

.table-profile-style .pack-info {
    display: none
}

@media (max-width: 767px) {
    .table-profile-style .pack-info {
        display: block;
        position: absolute;
        white-space: nowrap;
        top: 5px;
        line-height: 30px;
        left: 0
    }
}

@media (max-width: 767px) {
    .table-profile-style .pack-info .font-box {
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        margin-top: 7px
    }
}

.table-product-wrap {
    overflow-y: auto;
    padding-bottom: 10px
}

.table-product-info td, .table-product-info th {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 4px 17px;
    border-bottom: 1px solid #e3e3e5;
    vertical-align: middle
}

.table-product-info td:first-child, .table-product-info th:first-child {
    padding-right: 27px;
    padding-left: 0
}

.table-product-info th {
    font-family: IntroSemiBold, Arial, sans-serif;
    font-weight: 400
}

select {
    visibility: hidden
}

.fancy-select {
    position: relative;
    color: #413d4d
}

.fancy-select.disabled {
    opacity: .5
}

.fancy-select .trigger {
    border-radius: 35px;
    cursor: pointer;
    line-height: 20px;
    border: 1px solid #e3e3e5;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 14px 40px 14px 25px
}

.fancy-select .trigger:before {
    content: "\e615";
    position: absolute;
    font: 10px/48px icomoon;
    right: 25px;
    top: 0;
    z-index: 1
}

.fancy-select .trigger:hover {
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    border-color: transparent
}

.fancy-select .trigger.open {
    border-color: transparent
}

.fancy-select .trigger.open:before {
    z-index: 500
}

.fancy-select .options {
    position: absolute;
    list-style: none;
    overflow: auto;
    width: 100%;
    left: 0;
    top: -16px;
    display: none;
    margin: 0;
    border: 1px solid #bcbbbf;
    border-radius: 25px;
    background-color: #fff;
    padding: 20px 0;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    max-height: 400px;
    z-index: 250
}

.fancy-select .options li {
    color: #413d4d;
    padding: 10px 40px 10px 25px;
    cursor: pointer;
    line-height: 20px;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.fancy-select .options li:before {
    display: none
}

.fancy-select .options li.hover {
    color: #8f8e94
}

.fancy-select .options.open {
    display: block;
    opacity: 1;
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    border-color: transparent
}

.select-pr-order .trigger {
    background-color: #f0f0f2;
    border-color: #d7d7d9
}

@media (max-width: 999px) {
    .select-pr-order .trigger {
        background-color: #fff
    }
}

.select-pr-order .trigger:hover {
    background-color: #fff
}

.back-to-page {
    padding-top: 12px;
    font-family: IntroSemiBold, Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 24px
}

@media (max-width: 999px) {
    .back-to-page {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px
    }
}

.back-to-page a {
    display: inline-block;
    color: #4f7fbd
}

.back-to-page .icon-font {
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
    font-size: 27px;
    margin-top: 2px;
    margin-right: 11px
}

@media (max-width: 999px) {
    .back-to-page .icon-font {
        line-height: 20px;
        margin-top: 0
    }
}

.ellip {
    display: block;
    height: 100%
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%
}

.ellip, .ellip-line {
    position: relative;
    overflow: hidden
}

.pattern-info-bubble {
    font: 40px/50px FuturaPT-Demi, Arial, sans-serif;
    text-align: center;
    padding: 50px 20px;
    margin: 60px 0;
    position: relative
}

.pattern-info-bubble:after, .pattern-info-bubble:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    height: 9px
}

.pattern-info-bubble:before {
    top: 0;
    background-image: url(../img/patterns/decor-bubble-bord.png)
}

.pattern-info-bubble:after {
    bottom: 0;
    background-image: url(../img/patterns/decor-bubble-bord-inverse.png)
}

.remove-group {
    color: #4f7fbd;
    cursor: pointer;
    line-height: 20px
}

.remove-group i, .remove-group span {
    display: inline-block;
    vertical-align: top
}

.remove-group i {
    font-size: 20px
}

.remove-group span {
    font-size: 13px;
    line-height: 20px;
    margin-left: 2px
}

.remove-group:hover {
    color: #e10371
}

.note {
    background-color: #e3e3e6;
    border-radius: 100%;
    color: #413d4d;
    width: 12px;
    height: 12px;
    display: inline-block;
    line-height: 12px;
    font-size: 18px;
    text-align: center;
    padding-top: 4px;
    vertical-align: top;
    margin-top: 2px;
    cursor: pointer
}

.col-info-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 50px
}

@media (max-width: 999px) {
    .col-info-left {
        display: block;
        padding: 0
    }
}

.col-info-right {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    min-width: 300px
}

@media (max-width: 999px) {
    .col-info-right {
        width: 100%;
        min-width: 100%;
        display: block
    }
}

.right-info-block-wrap {
    padding-top: 10px
}

@media (max-width: 999px) {
    .right-info-block-wrap--history {
        display: none
    }
}

@media (max-width: 999px) {
    .right-info-block-wrap--bonuses {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .right-info-block-wrap--bonuses {
        margin-top: 20px
    }
}

@media (max-width: 999px) {
    .right-info-block-wrap--bonuses .right-info-block-main {
        text-align: center
    }
}

@media (max-width: 767px) {
    .right-info-block-wrap--bonuses .right-info-block-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 999px) {
    .right-info-block-wrap--bonuses .right-info-block-main .text {
        display: block;
        line-height: 20px;
        margin-top: 5px
    }
}

@media (max-width: 767px) {
    .right-info-block-wrap--bonuses .right-info-block-main .text {
        margin-top: 10px
    }
}

@media (max-width: 999px) {
    .right-info-block-wrap--cabinet .right-info-block--description, .right-info-block-wrap--registration {
        display: none
    }
}

.right-info-block {
    background: #f0f0f2 url(../img/patterns/bg-header2.jpg) repeat 0 0;
    border: 1px solid #e3e3e6;
    border-top: none;
    border-radius: 0 0 10px 10px
}

.right-info-block .name {
    font: 18px/20px IntroSemiBold, Arial, sans-serif;
    margin-bottom: 13px;
    text-align: center
}

@media (max-width: 999px) {
    .right-info-block .name {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .right-info-block .name {
        text-align: left
    }
}

.right-info-block .decor-block {
    position: relative;
    height: 32px;
    text-align: center
}

@media (max-width: 999px) {
    .right-info-block .decor-block {
        height: 0
    }
}

.right-info-block .decor-block:after, .right-info-block .decor-block:before {
    content: "";
    position: absolute;
    width: 115px;
    height: 1px;
    background: url(../img/patterns/decor-border-info.png) repeat-x;
    bottom: 0
}

@media (max-width: 999px) {
    .right-info-block .decor-block:after, .right-info-block .decor-block:before {
        display: none
    }
}

.right-info-block .decor-block:before {
    left: 0
}

.right-info-block .decor-block:after {
    right: 0
}

.right-info-block .decor-block span {
    position: absolute;
    background: url(../img/patterns/decor-bubble-cab.png) repeat-x;
    height: 8px;
    width: 300px;
    right: 0;
    top: -8px;
    left: -1px
}

@media (max-width: 999px) {
    .right-info-block .decor-block span {
        width: calc(100% + 2px)
    }
}

.right-info-block .decor-block i {
    position: relative;
    top: 15px;
    font-size: 32px;
    color: #8f8e94
}

@media (max-width: 999px) {
    .right-info-block .decor-block i {
        display: none
    }
}

.right-info-block .decor-block .font-quick-order-outline {
    font-size: 27px
}

.right-info-block .decor-block .font-delivery-outline {
    font-size: 42px;
    top: 12px
}

.right-info-block .decor-block .font-history-outline {
    font-size: 27px
}

.right-info-block .decor-block .font-qa-contacts {
    font-size: 32px;
    top: 18px
}

.white-info-block .right-info-block {
    background: #fff none
}

.white-info-block .right-info-block .decor-block span {
    background: url(../img/patterns/decor-bubble-info-white.png) no-repeat;
    height: 9px;
    top: -9px
}

.white-info-block .right-info-block .decor-block i {
    color: #d7d7d9
}

.right-info-block-bottom {
    position: relative;
    border-top: 1px dashed transparent;
    padding: 25px 30px 20px;
    border-radius: 10px;
    margin-top: -1px
}

@media (max-width: 999px) {
    .right-info-block-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 32px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .right-info-block-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.right-info-block-bottom--bonuses {
    display: none
}

@media (max-width: 999px) {
    .right-info-block-bottom--bonuses {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .right-info-block-bottom--bonuses {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 28px
    }
}

.right-info-block-bottom--bonuses .coins {
    font-size: 25px;
    line-height: 25px;
    margin-left: 25px;
    color: #4f7fbd
}

.right-info-block-bottom--bonuses .font-coins {
    font-size: 34px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 999px) {
    .right-info-block-bottom__left {
        max-width: 1500px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .right-info-block-bottom__left {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 5px
    }
}

@media (max-width: 999px) {
    .right-info-block-bottom__left .right-info-block-sum-price:first-child {
        margin-top: 0
    }
}

@media (max-width: 999px) {
    .right-info-block-bottom__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
        margin-left: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767px) {
    .right-info-block-bottom__right {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0
    }
}

.right-info-block-bottom__bonuses {
    display: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: IntroSemiBold, Arial, sans-serif;
    margin-top: 10px
}

@media (max-width: 999px) {
    .right-info-block-bottom__bonuses {
        display: block
    }
}

@media (max-width: 767px) {
    .right-info-block-bottom__bonuses {
        margin-top: 20px
    }
}

.right-info-block-bottom__bonuses .coins {
    font-size: 16px
}

.right-info-block-bottom__bonuses .coins .font-coins {
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    line-height: 18px
}

.right-info-block-bottom:before {
    content: "";
    position: absolute;
    height: 1px;
    background: url(../img/patterns/decor-border-info.png) repeat-x;
    top: -1px;
    left: 8px;
    right: 8px
}

.right-info-block-bottom .btn {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    white-space: pre-line
}

.right-info-block-sum-price {
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 999px) {
    .right-info-block-sum-price {
        margin-top: 15px;
        margin-top: 0;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}


@media (max-width: 767px) {
    .right-info-block-sum-price {
        flex-direction: row;
    }
}

.right-info-block-sum-price__name {
    max-width: 115px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
}

@media (max-width: 999px) {
    .right-info-block-sum-price__name {
        padding-left: 0;
        max-width: 160px;
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .right-info-block-sum-price__name {
        line-height: 16px
    }
}

@media (max-width: 999px) {
    .right-info-block-sum-price__name br {
        display: none
    }
}

.right-info-block-sum-price__value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right
}

@media (max-width: 999px) {
    .right-info-block-sum-price__value {
        line-height: 20px
    }
}

.right-info-block-sum-price:after {
    display: table;
    clear: both;
    content: " "
}

.right-info-block-sum-price .price-sum {
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 25px;
    line-height: 20px;
    color: #4f7fbd
}

.right-info-block-sum-price .price-sum .font-coins {
    line-height: 16px;
    display: inline-block;
    vertical-align: bottom
}

.right-info-block-sum-price .price-sum .font-rbl-big {
    font-size: 18px
}

.right-info-block-add-bonuses {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    font-family: IntroSemiBold, Arial, sans-serif
}

@media (max-width: 999px) {
    .right-info-block-add-bonuses {
        display: none
    }
}

.right-info-block-add-bonuses:after {
    display: table;
    clear: both;
    content: " "
}

.right-info-block-add-bonuses .coins {
    font-size: 16px
}

.right-info-block-add-bonuses .coins .font-coins {
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px
}

.right-info-block-main {
    padding: 40px 30px 44px
}

@media (max-width: 999px) {
    .right-info-block-main {
        padding: 15px 50px
    }
}

@media (max-width: 767px) {
    .right-info-block-main {
        padding: 15px 30px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.right-info-block-main--center {
    text-align: center
}

@media (max-width: 999px) {
    .right-info-block-main--center {
        text-align: left
    }
}

.right-info-block-main:after {
    display: table;
    clear: both;
    content: " "
}

.right-info-block-main .text {
    margin-top: 15px
}

@media (max-width: 999px) {
    .right-info-block-main .text {
        display: none
    }
}

.right-info-block-main .link {
    margin-top: 15px;
    position: relative
}

@media (max-width: 999px) {
    .right-info-block-main .link {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        line-height: 20px;
        margin-left: 16px
    }
}

.right-info-block-main .link:before {
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 2px;
    background-color: #4f7fbd
}

@media (max-width: 999px) {
    .right-info-block-main .link:before {
        content: ""
    }
}

@media (max-width: 999px) {
    .right-info-block-main .link span {
        display: none
    }
}

@media (max-width: 999px) {
    .right-info-block-order-list {
        padding-top: 25px;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .right-info-block-order-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media (max-width: 999px) {
    .right-info-block-order-list .name {
        margin-bottom: 12px
    }
}

.right-info-block-order-list .item {
    line-height: 20px;
    margin-top: 10px
}

.right-info-block-order-list .item:after {
    display: table;
    clear: both;
    content: " "
}

.right-info-block-order-list .item:first-child {
    margin-top: 0
}

.right-info-block-order-list .item > div:last-child {
    padding-left: 10px
}

.right-info-block-order-list .item .price {
    font-family: IntroSemiBold, Arial, sans-serif;
    text-align: right;
    color: #4f7fbd;
    white-space: nowrap
}

.right-info-block-order-list .item .price .font-coins {
    font-size: 18px;
    display: inline-block;
    vertical-align: top
}

.right-info-block-order-list .item .price .font-rbl-bold {
    font-size: 12px
}

.info-detail-wrap {
    padding-bottom: 100px
}

@media (max-width: 767px) {
    .info-detail-wrap {
        padding-bottom: 0
    }
}

.info-detail-wrap .container {
    padding-right: 50px;
    padding-left: 0
}

@media (max-width: 999px) {
    .info-detail-wrap .container {
        padding-right: 0
    }
}

.info-detail {
    position: relative;
    margin-top: 50px
}

@media (max-width: 999px) {
    .info-detail {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .info-detail {
        margin-top: 15px
    }
}

.info-detail:after {
    display: table;
    clear: both;
    content: " "
}

.info-detail-item {
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 23px
}

@media (max-width: 999px) {
    .info-detail-item {
        max-width: 100%
    }
}

.info-detail-meta {
    margin-bottom: 29px
}

@media (max-width: 999px) {
    .info-detail-meta {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .info-detail-meta {
        margin-bottom: 10px
    }
}

.info-detail-meta:after {
    display: table;
    clear: both;
    content: " "
}

.info-detail-meta .date {
    float: left;
    font-size: 14px;
    line-height: 19px;
    color: #b1b1b2
}

.info-detail-meta .social-likes {
    float: right
}

@media (min-width: 1150px) {
    .info-detail-item {
        font-size: 20px;
        line-height: 30px
    }
}

.col-info-detail {
    float: left
}

@media (max-width: 999px) {
    .col-info-detail {
        float: none
    }
}

.col-info-detail:after {
    display: table;
    clear: both;
    content: " "
}

.col-info-sm-8 {
    width: 75%;
    padding-left: 80px;
    padding-right: 80px
}

@media (max-width: 999px) {
    .col-info-sm-8 {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 767px) {
    .col-info-sm-8 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-info-sm-2 {
    float: right;
    width: 25%
}

@media (max-width: 999px) {
    .col-info-sm-2 {
        width: 100%;
        float: none;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 767px) {
    .col-info-sm-2 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1250px) {
    .col-info-sm-2 {
        width: 20%
    }

    .col-info-sm-8 {
        width: 80%;
        padding-left: 120px;
        padding-right: 120px
    }
}

.info-other-items {
    margin-top: 1px
}

@media (max-width: 999px) {
    .info-other-items {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .info-other-items {
        margin-top: 25px
    }
}

@media (max-width: 999px) {
    .info-other-items__wrap {
        overflow-x: auto
    }
}

@media (max-width: 999px) {
    .info-other-items__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 2px;
        padding-bottom: 10px
    }
}

.info-other-items h2 {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .info-other-items h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

.info-other-item {
    display: block;
    padding: 20px;
    border: 1px solid #e3e3e6;
    margin-top: -1px;
    color: #413d4d;
    min-height: 310px
}

@media (max-width: 999px) {
    .info-other-item {
        min-height: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px
    }
}

@media (max-width: 767px) {
    .info-other-item {
        max-height: 325px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 236px;
        flex: 0 0 236px;
        max-width: 236px
    }
}

.info-other-item .pict {
    margin-bottom: 16px
}

.info-other-item .pict img {
    width: 100%
}

.info-other-item .date {
    color: #b1b1b2;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px
}

.info-other-item .name {
    font: 18px/24px IntroSemiBold, Arial, sans-serif;
    margin-bottom: 20px;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.info-other-item .text {
    font-size: 14px;
    line-height: 22px
}

.info-other-item:hover .name {
    color: #4f7fbd
}

.control-map-wrap {
    background-color: #fff;
    border: 1px solid #e3e3e6;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    width: 30px;
    height: 60px;
    text-align: center;
    border-radius: 2px
}

.control-map-wrap:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 40px;
    height: 1px;
    background-color: #e3e3e6
}

.control-map-wrap > div {
    width: 28px;
    height: 29px;
    line-height: 29px
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.empty-profile-block {
    border: 1px solid #e3e3e6;
    text-align: center;
    width: 100%;
    height: 568px;
    padding-top: 140px
}

@media (max-width: 999px) {
    .empty-profile-block {
        padding-top: 100px;
        height: 400px;
        margin-bottom: 28px
    }
}

@media (max-width: 767px) {
    .empty-profile-block {
        height: auto;
        padding: 20px 35px 25px
    }
}

@media (max-width: 767px) {
    .empty-profile-block .info {
        line-height: 20px
    }
}

.empty-profile-block img {
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .empty-profile-block img {
        width: 30px;
        max-width: 100%;
        height: auto
    }
}

.empty-profile-block h2 {
    color: #cacacc;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .empty-profile-block h2 {
        font-size: 24px;
        line-height: 20px
    }
}

.impressum {
    padding-top: 40px
}

.impressum__col {
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .impressum__col {
        margin-bottom: 25px
    }
}

.impressum h2 {
    margin-bottom: 20px
}

.readmore-block .link-more {
    display: inline-block !important;
    width: auto !important;
    position: relative
}

.readmore-block .link-more:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    border-bottom: 1px dotted #4f7fbd;
    width: 100%;
    height: 1px
}

.is-loaded .loader {
    display: none
}

.loader {
    border-radius: 50%;
    font-size: 11px;
    text-indent: -99999em;
    margin: 50px auto;
    position: relative;
    width: 10em;
    height: 10em;
    -webkit-box-shadow: inset 0 0 0 1em #e3e3e6;
    box-shadow: inset 0 0 0 1em #e3e3e6;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.loader:after, .loader:before {
    position: absolute;
    content: "";
    border-radius: 50%
}

.loader:before {
    border-radius: 10.2em 0 0 10.2em;
    left: -.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: loader 2s ease 1.5s infinite;
    animation: loader 2s ease 1.5s infinite
}

.loader:after, .loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    top: -.1em
}

.loader:after {
    border-radius: 0 10.2em 10.2em 0;
    left: 5.1em;
    -webkit-transform-origin: 0 5.1em;
    transform-origin: 0 5.1em;
    -webkit-animation: loader 2s ease infinite;
    animation: loader 2s ease infinite
}

.loader-inline {
    display: inline-block;
    padding: 0;
    margin: 15px 0 15px 10px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 0 4px #e3e3e6;
    box-shadow: inset 0 0 0 4px #e3e3e6;
    vertical-align: top
}

.loader-inline:before {
    width: 12px;
    height: 22px;
    top: -1px;
    left: -1px;
    border-radius: 20px 0 0 20px;
    -webkit-transform-origin: 11px 11px;
    transform-origin: 11px 11px
}

.loader-inline:after {
    width: 12px;
    height: 22px;
    border-radius: 0 20px 20px 0;
    top: -1px;
    left: 11px;
    -webkit-transform-origin: 0 11px;
    transform-origin: 0 11px
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.loader-line {
    display: block;
    font-size: 10px;
    margin: 7px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s;
    border-radius: 50%;
    top: -10px
}

.loader-line, .loader-line:after, .loader-line:before {
    width: 10px;
    height: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: loadLine 1.8s ease-in-out infinite;
    animation: loadLine 1.8s ease-in-out infinite
}

.loader-line:after, .loader-line:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 100%
}

.loader-line:before {
    left: -20px;
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.loader-line:after {
    left: 20px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes loadLine {
    0%, 80%, to {
        -webkit-box-shadow: 0 10px 0 -7px #fff;
        box-shadow: 0 10px 0 -7px #fff
    }
    40% {
        -webkit-box-shadow: 0 10px 0 0 #fff;
        box-shadow: 0 10px 0 0 #fff
    }
}

@keyframes loadLine {
    0%, 80%, to {
        -webkit-box-shadow: 0 10px 0 -7px #fff;
        box-shadow: 0 10px 0 -7px #fff
    }
    40% {
        -webkit-box-shadow: 0 10px 0 0 #fff;
        box-shadow: 0 10px 0 0 #fff
    }
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.d-l-none {
    display: none !important
}

.d-l-block {
    display: block !important
}

.d-l-inline-block {
    display: inline-block !important
}

.star-required {
    color: #4f7fbd;
    font-size: 18px;
    font-style: normal
}

.display-mobile {
    display: flex;
}

@media (min-width: 1024px) {
    .display-mobile {
        display: none
    }
}


@media (max-width: 1250px) {
    .d-1250-none {
        display: none !important
    }
}

@media (max-width: 999px) {
    .d-m-none {
        display: none !important
    }

    .d-m-block {
        display: block !important
    }

    .d-m-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-m-inline-block {
        display: inline-block !important
    }
}

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

    .d-s-block {
        display: block !important
    }

    .d-s-inline-block {
        display: inline-block !important
    }
}

.arrow-to-top {
    position: fixed;
    right: 0;
    bottom: 84px;
    z-index: 999;
    background-color: rgba(179, 177, 184, .6);
    height: 45px;
    width: 45px;
    border-radius: 50% 0 0 50%;
    border: none;
    padding: 0;
    display: none
}

.arrow-to-top__icon {
    display: block;
    width: 17px;
    height: 17px;
    background: url(../img/arrow-up.svg);
    background-size: 17px 17px;
    margin-left: 15px
}

.navbar {
    height: 50px;
    width: 100%;
    background-color: #4f7fbd;
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .4);
    box-shadow: 0 0 15px rgba(65, 61, 77, .4)
}

.navbar .container {
    border: none
}

@media (min-width: 1600px) {
    .navbar .container {
        border-right: 1px solid hsla(0, 0%, 100%, .2);
        border-left: 1px solid hsla(0, 0%, 100%, .2)
    }
}

.nav-lang-block, .navbar-logo {
    position: absolute;
    top: 0
}

.navbar-logo {
    width: 180px;
    padding: 11px 0;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    left: 40px
}

@media (max-width: 999px) {
    .navbar-logo {
        left: 30px;
        width: 170px
    }
}

@media (max-width: 767px) {
    .navbar-logo {
        left: 15px;
        width: 165px
    }
}

.navbar-logo a {
    display: block;
    background-image: url(/logo.jpg);
    height: 27px;
    width: 142px
}

.navbar-nav {
    width: 100%;
    padding-left: 180px;
}

.navbar-nav + .nav-lang-block {
    padding-right: 60px
}

@media (min-width: 1600px) {
    .navbar-nav {
        width: 86.842105263%
    }
}

@media (max-width: 999px) {
    .navbar-nav {
        padding-left: 170px
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        display: none
    }
}

.navbar-nav--mobile {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .navbar-nav--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.menu-trigger-mobile {
    background: 0 0;
    border: none;
    padding: 17px 23px
}

.menu-trigger-mobile--active {
    padding-top: 14px;
    padding-bottom: 14px
}

.menu-trigger-mobile--active .icon-bar--mobile {
    width: 22px;
    height: 22px
}

.menu-trigger-mobile--active .icon-bar--mobile:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px
}

.menu-trigger-mobile--active .icon-bar--mobile:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px
}

.menu-trigger-mobile--active b {
    display: none
}

.nav-lang-block {
    right: 40px;
    padding: 10px 0 9px
}

@media (max-width: 999px) {
    .nav-lang-block {
        right: 30px
    }
}

@media (max-width: 767px) {
    .nav-lang-block {
        right: 15px;
        border-left: 1px solid hsla(0, 0%, 100%, .2)
    }
}

.nav-lang {
    width: 60px;
    color: #fff;
    line-height: 19px;
    padding: 5px 7px 3px;
    text-align: right;
    border-radius: 15px;
    border: 1px solid transparent;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

@media (max-width: 767px) {
    .nav-lang {
        position: relative;
        left: 7px
    }
}

.nav-lang:hover {
    border-color: #c63f82
}

.nav-lang .icon-font {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px
}

.nav-lang .font-lang-world {
    font-size: 19px
}

.nav-lang span {
    text-transform: uppercase;
    font-family: IntroSemiBold, Arial, sans-serif;
    font-size: 13px
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030
}

.nav-header .nav__other {
    position: relative
}

.nav-header .nav__other:hover .nav__other-list {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.nav-header .nav__other-list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 20px 0;
    min-width: 240px;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .15);
    box-shadow: 0 0 15px rgba(65, 61, 77, .15);
    -webkit-transition: visibility 0s ease-in-out .2s, opacity .2s ease-in-out;
    transition: visibility 0s ease-in-out .2s, opacity .2s ease-in-out
}

.nav-header .nav__other-list a {
    font: 13px/34px IntroSemiBold, Arial, sans-serif;
    text-transform: uppercase;
    color: #4f7fbd;
    padding-left: 30px;
    padding-right: 30px;
    display: block
}

.nav-header .nav__other-list a:hover span:before {
    opacity: 1
}

.nav-brand-list span {
    position: relative
}

.nav-brand-list span:before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(184, 15, 99, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.nav-brand-list li.active > a span:before, .nav-brand-list.active > a span:before {
    opacity: 1
}

.nav-brand-list__arrow {
    font-size: 9px;
    margin-left: 4px;
    margin-top: 22px;
    display: inline-block;
    vertical-align: top
}

.nav-collapse .nav-brand-list__arrow {
    margin-top: 12px;
    margin-left: 5px
}

@media (max-width: 767px) {
    .nav-collapse .nav-brand-list__arrow {
        font-size: 10px;
        margin-top: 20px
    }
}

.nav-collapse > ul {
    position: relative
}

.nav-collapse > ul:before {
    content: "";
    background-color: #f0f0f2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.nav-collapse a:not(.collapsed) .nav-brand-list__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-header .icon-bar {
    width: 11px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-top: 21px;
    vertical-align: top
}

.nav-header .icon-bar b {
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 100%;
    left: 0;
    top: 4px
}

.nav-header .icon-bar:after, .nav-header .icon-bar:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
}

.nav-header .icon-bar:before {
    top: 0
}

.nav-header .icon-bar:after {
    bottom: 0
}

.nav .nav-xl-none {
    display: none
}

.nav .nav-xl-block {
    display: block
}

@media (max-width: 1359px) {
    .nav .nav-l-none {
        display: none
    }

    .nav .nav-l-block {
        display: block
    }
}

@media (max-width: 999px) {
    .nav .nav-m-none {
        display: none
    }

    .nav .nav-m-block {
        display: block
    }
}

@media (max-width: 767px) {
    .nav .nav-s-none {
        display: none
    }

    .nav .nav-s-block {
        display: block
    }
}

.nav-basket {
    display: none;
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    text-align: center
}

@media (max-width: 767px) {
    .nav-basket {
        display: block
    }
}

.nav-basket a {
    display: block;
    padding: 13px 0 9px
}

.nav-basket i {
    font-size: 22px;
    color: #fff
}

.nav-basket span {
    position: absolute;
    top: 7px;
    right: 4px;
    background-color: #fff;
    display: block;
    height: 17px;
    padding: 0 6px;
    border-radius: 17px;
    color: #4f7fbd;
    font: 10px/18px IntroSemiBold, Arial, sans-serif
}

@media (max-width: 767px) {
    .navbar-auth .container {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .navbar-auth .navbar-logo {
        width: 155px
    }
}

@media (max-width: 767px) {
    .navbar-auth .navbar-nav {
        padding-left: 155px;
        padding-right: 100px
    }
}

.navbar-auth .menu-trigger-mobile {
    padding-left: 16px;
    padding-right: 16px
}

@media (max-width: 767px) {
    .navbar-auth .nav-lang-block {
        right: 0;
        width: 50px;
        padding: 0;
        height: 50px
    }
}

@media (max-width: 767px) {
    .navbar-auth .nav-lang {
        left: 0;
        width: auto;
        text-align: center;
        padding: 0;
        line-height: 50px;
        border: none
    }
}

@media (max-width: 767px) {
    .navbar-auth .nav-lang .icon-font {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-auth .nav-lang span {
        font-size: 12px;
        line-height: 12px
    }
}

.navbar-auth .icon-bar--mobile {
    width: 18px
}

@media (max-width: 767px) {
    .navbar-auth .dropdown-block-lang {
        left: 0;
        width: 50px
    }
}

.icon-bar {
    width: 11px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-top: 21px;
    vertical-align: top
}

.icon-bar:after, .icon-bar:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
}

.icon-bar:before {
    top: 0
}

.icon-bar:after {
    bottom: 0
}

.icon-bar b {
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 100%;
    left: 0;
    top: 4px
}

.icon-bar--mobile {
    display: none;
    margin-top: 0;
    margin-right: 0;
    width: 19px;
    height: 16px
}

.icon-bar--mobile:after, .icon-bar--mobile:before {
    height: 2px;
    border-radius: 2px
}

.icon-bar--mobile b {
    height: 2px;
    top: 7px
}

@media (max-width: 767px) {
    .icon-bar--mobile {
        display: block
    }
}

.header {
    position: relative;
    background: #f0f0f2 url(../img/patterns/bg-header2.jpg) repeat 0 0;
    padding-top: 100px;
    min-width: 320px;
    min-height: 530px
}

@media (max-width: 999px) {
    .header {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 35px
    }
}

@media (max-width: 767px) {
    .header {
        padding-top: 75px;
        padding-bottom: 20px
    }
}

.header:after {
    display: table;
    clear: both;
    content: " "
}

.header .header-illustration {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 999px) {
    .header .header-illustration {
        display: none
    }
}

.header .header-illustration img {
    display: block;
    margin: 0 auto
}

.header h1 {
    margin-bottom: 50px;
    padding-right: 400px
}

@media (max-width: 999px) {
    .header h1 {
        padding-right: 340px;
        margin-bottom: 0;
        line-height: 40px
    }
}

@media (max-width: 767px) {
    .header h1 {
        padding-right: 0;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 30px
    }
}

.header h4 {
    margin-bottom: 23px
}

.header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/patterns/bg-shadow.png) repeat-x 0 0;
    width: 100%;
    height: 41px
}

.header-sm {
    min-height: 300px
}

@media (max-width: 999px) {
    .header-sm {
        min-height: 165px
    }
}

@media (max-width: 767px) {
    .header-sm {
        min-height: 133px
    }
}

.header-product {
    min-height: 160px;
    padding-top: 80px
}

@media (max-width: 999px) {
    .header-product {
        min-height: 142px
    }
}

@media (max-width: 767px) {
    .header-product {
        min-height: auto;
        padding-top: 60px
    }
}

.header-product:before {
    display: none
}

@media (max-width: 999px) {
    .header-profile, .header-search, .header-where2buy {
        padding-bottom: 0
    }
}

.header-profile .header-personal-info .btn-info {
    background-color: #fff
}

.header-personal-info {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 1000;
    padding-right: 60px;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

@media (max-width: 999px) {
    .header-personal-info {
        right: 30px
    }
}

@media (max-width: 767px) {
    .header-personal-info {
        display: none
    }
}

.header-personal-info a, .header-personal-info button {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.header-personal-info a:first-child, .header-personal-info button:first-child {
    margin-left: 0
}

@media (max-width: 767px) {
    .header-personal-info.no-auth .btn-info {
        min-width: 228px
    }
}

@media (max-width: 767px) {
    .header-personal-info.auth .btn-info.prof-link {
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        max-width: 180px
    }
}

.header-personal-info a .icon-font, .header-personal-info button .icon-font {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.header-personal-info a:hover, .header-personal-info a:hover .icon-font, .header-personal-info button:hover, .header-personal-info button:hover .icon-font {
    color: #4f7fbd
}

.header-personal-info button {
    background-color: transparent;
    padding: 0;
    margin: 0
}

.header-personal-info button .icon-font {
    margin: 0;
    vertical-align: top;
    line-height: 48px
}

.header-personal-info .btn-info .icon-font {
    margin: 0 10px 0 0
}

.header-personal-info .btn-info.prof-out {
    border-radius: 25px 0 0 25px;
    margin-right: -11px;
    padding-left: 13px;
    padding-right: 13px;
    border-right-color: transparent
}

.header-personal-info .btn-info.prof-link {
    border-radius: 0 25px 25px 0;
    padding-left: 20px
}

.header-personal-info .btn-info .font-prof-out {
    margin: 0
}

.header-personal-info .btn-circle {
    position: relative;
    border-radius: 100%;
    border: 1px solid #d7d7d9;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.header-personal-info .btn-basket {
    position: relative
}

.header-personal-info .btn-basket span {
    display: block;
    position: absolute;
    left: 100%;
    margin-left: -18px;
    top: -1px;
    height: 17px;
    padding: 0 6px;
    border-radius: 17px;
    background-color: #4f7fbd;
    color: #fff;
    font: 10px/18px IntroSemiBold, Arial, sans-serif
}

.header-personal-info .header-search-block {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    width: 50px;
    height: 50px;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

@media (max-width: 767px) {
    .header-personal-info .header-search-block {
        right: 15px
    }
}

.header-personal-info .header-search-block input {
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 0 14px 25px;
    font-family: IntroSemiBold, Arial, sans-serif
}

.header-personal-info .header-search-block .btn-search {
    border-color: transparent;
    z-index: 55
}

.header-personal-info .header-search-block.active input {
    padding-right: 50px
}

.header-personal-info .btn-search {
    border: 1px solid #d7d7d9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 767px) {
    .header-personal-info .btn-search {
        right: 15px
    }
}

.header-personal-info .icon-font {
    display: inline-block;
    vertical-align: top;
    color: #413d4d;
    font-size: 19px
}

@media (max-width: 999px) {
    .header-personal-info .icon-font {
        color: #fff
    }
}

@media (max-width: 767px) {
    .header-personal-info .icon-font {
        color: #413d4d
    }
}

@media (max-width: 999px) {
    .header-personal-info .header-search-block.active .icon-font {
        color: #413d4d
    }
}

.header-personal-info .font-arrow-enter {
    font-size: 22px
}

.header-personal-info .font-prof-in {
    font-size: 20px
}

.header-personal-info .font-prof-out {
    font-size: 22px
}

.header-personal-info .font-loupe {
    font-size: 17px;
    margin-top: 15px
}

.header-personal-info .font-basket {
    font-size: 22px;
    margin-top: 12px
}

@-moz-document url-prefix() {
    .header-personal-info .btn-basket span {
        line-height: 16px
    }
}

.header-personal-info-search {
    padding-right: 0
}

.header-menu-base {
    border-top: 1px solid #d7d7d9;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 252
}

@media (max-width: 999px) {
    .header-menu-base {
        position: relative;
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .header-menu-base {
        margin-top: 18px
    }
}

.header-menu-base:after {
    display: table;
    clear: both;
    content: " "
}

@media (max-width: 999px) {
    .header-catalog-list {
        padding-bottom: 20px
    }
}

.filter-menu-catalog {
    overflow: hidden
}

@media (max-width: 999px) {
    .filter-menu-catalog {
        display: none
    }
}

.filter-menu-catalog.filter-menu-fixed {
    position: fixed;
    left: 0;
    top: -1px;
    bottom: auto;
    padding: 15px 0 5px;
    width: 100%;
    background: #f0f0f2 url(../img/patterns/bg-header.png) repeat 0 0;
    z-index: 1020
}

.filter-menu-catalog.filter-menu-fixed:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background: url(../img/patterns/bg-shadow.png) repeat-x 0 0;
    content: ""
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-selection .btn {
    background-color: transparent;
    color: #8f8e94;
    top: 21px;
    font-size: 16px;
    -webkit-transition: top .3s linear, font-size .3s linear;
    transition: top .3s linear, font-size .3s linear
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-selection .btn:before {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-selection .btn span {
    border: 1px solid #d7d7d7;
    border-radius: 30px
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-brand span {
    font-size: 16px;
    -webkit-transition: font-size .3s linear;
    transition: font-size .3s linear
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-brand i {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-brand .reset-close, .filter-menu-catalog.filter-menu-fixed .filter-menu-brand a:after, .filter-menu-catalog.filter-menu-fixed .filter-menu-brand a:before {
    top: 40px
}

.filter-menu-catalog.filter-menu-fixed .dropdown-filter {
    top: 82px
}

.filter-menu-catalog.filter-menu-fixed .dropdown-filter:before {
    display: block
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-block.active .btn {
    padding-right: 25px;
    color: #4f7fbd
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-block.active .btn span {
    padding-right: 30px
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-block.active .reset-filter {
    font-family: icomoon;
    width: auto;
    height: auto;
    border: none;
    font-size: 15px;
    color: #4f7fbd;
    top: 33px;
    right: 33px;
    font-weight: 400
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-block.active .reset-filter:after {
    display: none
}

.filter-menu-catalog.filter-menu-fixed .filter-menu-block.active .reset-filter:before {
    content: "\e613";
    width: auto;
    height: auto;
    position: static;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: transparent
}

.filter-menu-selection {
    position: relative;
    padding: 15px 40px 0 0
}

.filter-menu-selection .btn {
    position: relative;
    top: 0;
    width: 100%;
    white-space: normal;
    padding: 10px 15px;
    font-size: 16px
}

.filter-menu-selection .btn:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #8f8e94;
    border-radius: 25px;
    z-index: 1;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.filter-menu-selection .btn:hover:before {
    background-color: #bcbbbf
}

.filter-menu-selection .btn span {
    display: block;
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.filter-menu-block.active a {
    padding-right: 50px
}

.filter-menu-block.active a:before, .filter-menu-block.active a:hover:before {
    background-color: #4f7fbd
}

.filter-menu-block.active .reset-filter {
    display: block
}

.filter-menu-block .reset-filter {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-radius: 100%;
    z-index: 55
}

.filter-menu-block .reset-filter:after, .filter-menu-block .reset-filter:before {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 0;
    left: 9px;
    width: 21px;
    height: 2px;
    background-color: #fff;
    content: ""
}

.filter-menu-block .reset-filter:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter-menu-block .reset-filter:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-menu-main {
    font: 18px IntroSemiBold, Arial, sans-serif
}

@media (max-width: 999px) {
    .header-menu-main .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header-menu-main a {
    position: relative;
    display: block;
    color: #8f8e94;
    min-height: 80px;
    padding: 7px 13px 6px;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    text-align: center
}

.header-menu-main a:hover {
    color: #bcbbbf
}

.header-menu-main a:after, .header-menu-main a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #d7d7d9;
    right: 0
}

.header-menu-main a:after {
    display: none
}

.header-menu-main li {
    position: relative;
    float: left;
    vertical-align: bottom
}

@media (max-width: 999px) {
    .header-menu-main li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.header-menu-main li:first-child a:after {
    display: block;
    left: 0
}

.header-menu-main li.active a {
    color: #4f7fbd
}

.header-menu-main i {
    height: 35px;
    display: block;
    margin-bottom: 9px;
    position: relative;
    font-size: 35px
}

.header-menu-main i:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -17px
}

.filter-menu-brand li.active .reset-close, .header-menu-main span {
    display: block
}

.filter-menu-brand i.font-filter-rio {
    font-size: 26px
}

.filter-menu-brand i.font-filter-rio:before {
    margin-left: -19px
}

.filter-menu-brand i.font-filter-lo {
    font-size: 35px
}

.filter-menu-brand i.font-filter-lo:before {
    margin-left: -31px
}

.filter-menu-brand i.font-filter-r-dove {
    font-size: 26px
}

.filter-menu-brand i.font-filter-r-dove:before {
    margin-left: -16px
}

.filter-menu-brand i.font-filter-fito {
    font-size: 29px
}

.filter-menu-brand i.font-filter-fito:before {
    margin-left: -28px
}

.filter-menu-brand i.font-filter-ingr {
    font-size: 27px
}

.filter-menu-brand i.font-filter-ingr:before {
    margin-left: -14px
}

.filter-menu-brand .reset-close {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 15px;
    color: #4f7fbd
}

.filter-menu-products {
    margin: 0 0 32px
}

@media (max-width: 999px) {
    .filter-menu-products {
        display: none
    }
}

.filter-menu-products a {
    display: block
}

.filter-menu-products li {
    display: inline-block;
    margin: 0 26px 0 0;
    vertical-align: top
}

.filter-menu-products li.active a:before {
    opacity: 1
}

.filter-menu-products [class^=icon-] {
    display: none;
    margin: 0 5px 0 0
}

.filter-menu-products [class^=icon-].font-filter-rio {
    font-size: 22px
}

.filter-menu-products [class^=icon-].font-filter-lo {
    font-size: 28px
}

.filter-menu-products [class^=icon-].font-filter-r-dove {
    font-size: 21px
}

.filter-menu-products [class^=icon-].font-filter-fito {
    font-size: 26px
}

.filter-menu-products [class^=icon-].font-filter-ingr {
    font-size: 23px
}

.filter-menu-products .container {
    min-width: 0;
    padding-right: 0;
    padding-left: 0
}

.filter-menu-products .filter-wrap {
    position: relative;
    top: -8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff
}

.filter-menu-products .filter-wrap:after {
    display: table;
    clear: both;
    content: " "
}

.filter-menu-products .filter-panel {
    border-bottom: 1px solid #e3e3e6
}

.filter-menu-products .filter-panel-brands {
    font-size: 18px;
    font-family: IntroSemiBold, Arial, sans-serif
}

.filter-menu-products .filter-panel-brands a {
    height: 49px;
    line-height: 60px;
    vertical-align: bottom
}

.filter-menu-products .filter-panel-brands a:before {
    opacity: 0;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4f7fbd;
    content: " ";
    -webkit-transition: opacity .15s ease-in-out 0s;
    transition: opacity .15s ease-in-out 0s
}

.filter-menu-products .filter-panel-category {
    padding: 12px 0 7px
}

.filter-menu-products .filter-panel-category li {
    margin-bottom: 5px
}

.filter-menu-products.fixed .filter-wrap {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0
}

.filter-menu-products.fixed .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    min-width: 1000px;
    max-width: 1560px;
    padding-left: 40px;
    padding-right: 40px
}

.filter-menu-products.fixed .container:after {
    display: table;
    clear: both;
    content: " "
}

.header-illustration-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 364px;
    margin: 0 auto
}

@media (max-width: 999px) {
    .header-illustration-slider {
        display: none
    }
}

.header-illustration-slider:after {
    display: table;
    clear: both;
    content: " "
}

@media (min-width: 1360px) {
    .filter-menu-selection .btn {
        font-size: 18px
    }

    .filter-menu-products [class^=icon-] {
        display: inline
    }
}

@media (min-width: 1250px) {
    .header-menu-main a {
        padding-left: 28px;
        padding-right: 28px
    }

    .header-illustration-slider {
        width: 900px
    }
}

.header .header-personal-info .btn-info, .header .header-personal-info .icon-font {
    color: #413d4d
}

.filter-trigger-m {
    display: none;
    width: 289px;
    margin-top: 27px;
    position: relative
}

@media (max-width: 999px) {
    .filter-trigger-m {
        display: block
    }
}

@media (max-width: 767px) {
    .filter-trigger-m {
        max-width: 300px;
        width: 100%;
        margin-top: 34px
    }
}

@media (max-width: 999px) {
    .filter-trigger-m--lk {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.filter-trigger-m__filter {
    width: 100%
}

.filter-trigger-m__active {
    display: none;
    width: 36px;
    min-height: 36px;
    position: absolute;
    left: 7px;
    top: 6px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .5);
    padding: 0
}

.filter-trigger-m__active .font-check {
    display: block;
    line-height: 34px;
    margin-top: 0;
    font-size: 14px;
    color: #fff
}

.filter-trigger-m__active--active {
    display: block
}

.header--inverse .header-personal-info .btn {
    color: #fff;
    border-color: hsla(0, 0%, 100%, .5)
}

.header--inverse .header-personal-info .btn-circle, .header--inverse .header-personal-info .btn-search {
    border-color: hsla(0, 0%, 100%, .5)
}

.header--inverse .header-personal-info .icon-font {
    color: #fff
}

.header--inverse .header-personal-info .header-search-block .icon-font {
    color: #413d4d
}

.header--inverse .header-personal-info a:hover, .header--inverse .header-personal-info a:hover .icon-font, .header--inverse .header-personal-info button:hover, .header--inverse .header-personal-info button:hover .icon-font {
    color: #4f7fbd
}

.header--inverse .header-personal-info .btn-info.prof-out {
    border-right-color: transparent
}

.header--brand {
    background-image: none
}

@media (max-width: 999px) {
    .header--brand {
        min-height: 384px
    }
}

@media (max-width: 767px) {
    .header--brand {
        min-height: 218px
    }
}

.menu-block-mobile {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(65, 61, 77, .4);
    box-shadow: 0 0 15px 0 rgba(65, 61, 77, .4);
    padding: 25px 15px;
    z-index: 1500;
    overflow-y: auto;
    overflow-x: hidden
}

@media (max-width: 767px) {
    .menu-block-mobile {
        padding-left: 0;
        padding-right: 0
    }
}

.menu-block-mobile__personal {
    position: relative;
    right: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .menu-block-mobile__personal {
        display: block;
        padding-right: 15px;
        padding-left: 15px
    }
}

.menu-block-mobile__personal--not-log-in {
    margin-bottom: 0
}

.menu-block-mobile__list a {
    font: 18px/50px IntroSemiBold, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 0 25px 0 35px
}

.menu-block-mobile__list span {
    position: relative
}

.menu-block-mobile__list span:before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(184, 15, 99, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.menu-block-mobile__list li.active > a span:before {
    opacity: 1
}

.footer {
    height: 80px;
    border-top: 1px solid #e9e9e9;
    font-size: 12px;
    line-height: 16px;
    color: #8f8e94;
    padding-top: 23px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 999px) {
    .footer {
        padding-top: 18px;
        height: 70px
    }
}

@media (max-width: 767px) {
    .footer {
        height: auto;
        text-align: center;
        padding-bottom: 15px
    }
}

@media (max-width: 999px) {
    .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.footer__block-left {
    float: left
}

@media (max-width: 999px) {
    .footer__block-left {
        float: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width: 767px) {
    .footer__block-left {
        display: none
    }
}

.footer__block-right {
    float: right
}

@media (max-width: 999px) {
    .footer__block-right {
        float: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (max-width: 999px) {
    .footer--active .footer__block-left {
        display: none
    }
}

@media (max-width: 999px) {
    .footer--active .footer-contacts .footer-soc-net {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100%
    }
}

@media (max-width: 999px) {
    .footer-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 767px) {
    .footer-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-contacts > li {
    float: left;
    margin-left: 30px;
    margin-bottom: 0;
    white-space: nowrap
}

.footer-contacts > li:first-child {
    margin-left: 0
}

@media (max-width: 767px) {
    .footer-contacts > li:first-child br {
        display: none
    }
}

@media (max-width: 999px) {
    .footer-contacts > li:nth-child(2) br {
        display: none
    }
}

@media (max-width: 999px) {
    .footer-contacts > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 100%;
        margin-left: 0;
        float: none
    }
}

@media (max-width: 767px) {
    .footer-contacts > li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.footer-contacts__copyright {
    display: none
}

@media (max-width: 767px) {
    .footer-contacts__copyright {
        display: block;
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .footer-contacts__copyright br {
        display: none
    }
}

.footer-contacts__email {
    display: none
}

@media (max-width: 999px) {
    .footer-contacts__email {
        display: block
    }
}

@media (max-width: 999px) {
    .footer-contacts__email--desktop {
        display: none
    }
}

.footer-contacts .footer-soc-net {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%
}

@media (max-width: 767px) {
    .footer-contacts .footer-soc-net {
        margin-top: 20px
    }
}

.footer-contacts a {
    color: #8f8e94;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.footer-contacts a:hover {
    color: #4f7fbd
}

@media (max-width: 999px) {
    .panel-group-soc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 767px) {
    .panel-group-soc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.panel-group-soc .icon-font {
    display: block;
    float: left;
    margin-top: 7px;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer
}

@media (max-width: 767px) {
    .panel-group-soc .icon-font {
        font-size: 19px
    }
}

.panel-group-soc .icon-font.font-vk-f {
    margin-top: 9px;
    font-size: 13px
}

@media (max-width: 767px) {
    .panel-group-soc .icon-font.font-vk-f {
        font-size: 15px
    }
}

.panel-group-soc .icon-font.font-vk-f + .panel-collapse-soc {
    margin-left: 24px
}

.panel-group-soc .panel-soc {
    float: left;
    margin-left: 10px;
    min-height: 30px
}

@media (max-width: 999px) {
    .panel-group-soc .panel-soc {
        margin-left: 15px
    }
}

@media (max-width: 767px) {
    .panel-group-soc .panel-soc {
        margin-left: 18px
    }
}

.panel-group-soc .panel-soc:first-child {
    margin-left: 0
}

.panel-group-soc .panel-soc:first-child ul {
    padding-left: 0;
    border-left: 0
}

.panel-group-soc .panel-soc > a {
    color: #8f8e94;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.panel-group-soc .panel-soc > a:hover {
    color: #4f7fbd
}

.panel-group-soc .panel-collapse-soc {
    overflow: hidden;
    margin-top: 4px;
    margin-left: 17px
}

.panel-group-soc .panel-collapse-soc ul {
    margin-left: 13px;
    padding-left: 13px;
    line-height: 25px;
    border-right: 1px solid #d7d7d9;
    border-left: 1px solid #d7d7d9;
    white-space: nowrap
}

@media (max-width: 767px) {
    .panel-group-soc .panel-collapse-soc ul {
        margin-left: 8px;
        padding-left: 8px
    }
}

.panel-group-soc .panel-collapse-soc ul:after {
    display: table;
    clear: both;
    content: " "
}

.panel-group-soc .panel-collapse-soc ul li {
    margin-left: 10px;
    display: inline-block
}

.panel-group-soc .panel-collapse-soc ul li:first-child {
    margin-left: 0
}

.panel-group-soc .panel-collapse-soc ul li:last-child {
    margin-right: 13px
}

@media (max-width: 767px) {
    .panel-group-soc .panel-collapse-soc ul li:last-child {
        margin-right: 8px
    }
}

.panel-group-soc .panel-collapse-soc a {
    font-size: 13px;
    color: #b2b2b2;
    text-transform: uppercase;
    font-family: IntroSemiBold, Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.panel-group-soc .panel-collapse-soc a:hover {
    color: #4f7fbd
}

.footer-red-keds {
    position: relative;
    padding-right: 20px;
    margin-right: 20px
}

@media (max-width: 999px) {
    .footer-red-keds {
        display: none
    }
}

.footer-red-keds:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top: -4px;
    bottom: -4px;
    background-color: #d7d7d9
}

.footer-red-keds a {
    display: block;
    color: #8f8e94;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.footer-red-keds a:hover, .footer-red-keds a:hover .icon-font {
    color: #4f7fbd
}

.footer-red-keds .icon-font {
    font-size: 30px;
    vertical-align: top;
    color: #d4d4d4;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.footer-red-keds span {
    display: none;
    vertical-align: top;
    margin-left: 10px
}

@media (min-width: 1250px) {
    .footer-red-keds span {
        display: inline-block
    }
}

.list-catalog {
    position: relative;
    padding-top: 40px
}

@media (max-width: 999px) {
    .list-catalog {
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    .list-catalog {
        padding-top: 20px
    }
}

@media (max-width: 999px) {
    .list-catalog-filter {
        display: none
    }
}

.list-catalog-left-block--mobile {
    display: none;
    text-align: center;
    margin-top: 50px
}

@media (max-width: 999px) {
    .list-catalog-left-block--mobile {
        display: block
    }
}

.filter-category {
    position: relative;
    z-index: 100;
    padding-right: 40px
}

.filter-category.filter-category-fixed {
    position: fixed;
    width: 25%;
    margin-left: -20px;
    padding-left: 20px
}

.brand-info, .decor-info, .filter-info {
    top: 0;
    margin-left: -40px
}

@media (max-width: 999px) {
    .brand-info, .decor-info, .filter-info {
        margin-left: 0
    }
}

.filter-info {
    display: none;
    cursor: pointer;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.filter-info:hover {
    opacity: .8
}

.brand-info {
    display: none
}

.filter-list-category li {
    line-height: 22px;
    margin-bottom: 18px;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.filter-list-category li:last-child {
    margin-bottom: 0
}

.card-list-catalog {
    display: none;
    border: solid #e3e3e5;
    border-width: 0 0 0 1px;
    margin-top: 1px;
    font-size: 0;
    text-align: left
}

.card-list-item {
    position: relative;
    padding: 40px 40px 30px;
    border: 1px solid #e3e3e5;
    border-left-width: 0;
    text-align: center;
    margin-top: -1px;
    background-color: #fff;
    display: inline-block;
    float: none;
    vertical-align: top
}

@media (max-width: 999px) {
    .card-list-item {
        padding: 30px 50px 26px
    }
}

@media (max-width: 767px) {
    .card-list-item {
        padding: 20px 20px 26px
    }
}

.card-list-item:hover, .card-list-item:hover .card-list-name, .card-list-item:hover .card-list-pict {
    z-index: 100
}

.card-list-item:hover .card-list-item-hover {
    visibility: visible;
    opacity: 1
}

.card-list-item a {
    color: #413d4d
}

.card-list-item .card-list-pict {
    position: relative;
    display: block;
    margin-bottom: 13px;
    z-index: 1;
    padding-bottom: 97%
}

@media (max-width: 999px) {
    .card-list-item .card-list-pict {
        padding-bottom: 53%
    }
}

@media (max-width: 767px) {
    .card-list-item .card-list-pict {
        padding-bottom: 38%;
        margin-bottom: 15px
    }
}

.card-list-item .card-list-pict img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.card-list-item .card-list-name {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    height: 60px;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    z-index: 1;
    vertical-align: top;
    font-size: 16px
}

@media (max-width: 999px) {
    .card-list-item .card-list-name {
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .card-list-item .card-list-name {
        height: auto
    }
}

.card-list-item .card-list-item-hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    -webkit-box-shadow: 0 1px 13px #d7d7d9;
    box-shadow: 0 1px 13px #d7d7d9;
    padding: 489px 40px 40px;
    background-color: #fff;
    -webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out
}

@media (max-width: 999px) {
    .card-list-item .card-list-item-hover {
        visibility: visible;
        opacity: 1;
        position: static;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px 0 0;
        height: 80px
    }
}

@media (max-width: 767px) {
    .card-list-item .card-list-item-hover {
        padding-top: 14px;
        height: auto
    }
}

.card-list-item .card-list-info {
    text-align: left;
    font-family: IntroSemiBold, Arial, sans-serif;
    font-size: 12px;
}

.card-list-item .card-list-info li {
    position: relative
}

.card-list-item .card-list-info .text {
    padding-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 999px) {
    .card-list-item .card-list-info .text {
        padding-right: 65px
    }
}

.card-list-item .card-list-info .value {
    position: absolute;
    right: 0;
    top: 0
}

.card-list-item .card-list-info .value .font-rbl-little {
    font-size: 8px;
    margin-right: 0
}

.card-list-item .card-list-info .icon-font {
    font-size: 17px;
    line-height: 25px;
    width: 20px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin-right: 2px
}

@media (max-width: 1359px) and (min-width: 1250px) {
    .card-list-item {
        padding-left: 20px;
        padding-right: 20px
    }

    .card-list-item .card-list-info .text {
        padding-right: 70px
    }

    .card-list-item .card-list-item-hover {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1250px) {
    .card-list-item .card-list-item-hover {
        padding-top: 439px
    }
}

.modal-catalog-list .modal-content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 57px
}

@media (max-width: 767px) {
    .modal-catalog-list .modal-content {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.modal-catalog-list .pict {
    width: 453px;
    height: 329px;
    margin: 0 auto 18px
}

@media (max-width: 767px) {
    .modal-catalog-list .pict {
        width: auto;
        height: auto
    }
}

.modal-catalog-list .pict img {
    width: 100%
}

.modal-catalog-list .tab-content {
    padding: 0 65px
}

@media (max-width: 767px) {
    .modal-catalog-list .tab-content {
        padding-left: 0;
        padding-right: 0
    }
}

.product-catalog {
    position: relative;
    background: #f0f0f2 url(../img/patterns/bg-header2.jpg) repeat 0 0;
    padding-top: 30px;
    min-width: 1000px
}

@media (max-width: 999px) {
    .product-catalog {
        min-width: 100%;
        padding-top: 0
    }
}

@media (max-width: 999px) {
    .product-catalog__description {
        display: none
    }
}

.product-catalog:after {
    display: table;
    clear: both;
    content: " "
}

.product-catalog-wrap > .container {
    padding-bottom: 191px
}

@media (max-width: 999px) {
    .product-catalog-wrap > .container {
        padding-bottom: 30px
    }
}

.product-catalog-info-wrap {
    position: relative;
    z-index: 100
}

.product-catalog-info {
    margin-top: 8px
}

.product-catalog-info h1 {
    margin-bottom: 30px;
    line-height: 40px
}

@media (max-width: 999px) {
    .product-catalog-info h1 {
        font-size: 36px;
        line-height: 1
    }
}

@media (max-width: 767px) {
    .product-catalog-info h1 {
        font-size: 26px;
        margin-bottom: 20px
    }
}

.product-catalog-info .decor-block {
    position: relative;
    height: 20px;
    border-bottom: 1px dashed #e3e3e6;
    background-color: #fff
}

@media (max-width: 767px) {
    .product-catalog-info .decor-block {
        height: 10px
    }
}

.product-catalog-info .decor-block:after, .product-catalog-info .decor-block:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%
}

.product-catalog-info .decor-block:before {
    left: 0;
    background-color: #d7d7d9
}

.product-catalog-info .decor-block:after {
    right: 0;
    background-color: #d7d7d9
}

.product-catalog-info .decor-block span {
    background: url(../img/patterns/decor-bubble-bord.png) repeat-x;
    height: 9px;
    right: 0;
    position: absolute;
    top: -8px;
    left: 0
}

.product-catalog-info .info-main {
    border: 1px solid #d7d7d9;
    border-top: none;
    background-color: #fff;
    padding: 40px 47px 50px;
    border-radius: 0 0 10px 10px
}

@media (max-width: 767px) {
    .product-catalog-info .info-main {
        padding: 10px 20px 30px
    }
}

.product-catalog-info .info-main .readmore-block .link-more {
    padding-top: 10px
}

.product-catalog-info .panel-product {
    padding-top: 43px
}

@media (max-width: 999px) {
    .product-catalog-info .panel-product {
        padding-top: 0
    }
}

.product-catalog-info .info-footer {
    position: relative;
    background-color: #fff;
    border: 1px dashed #d7d7d9;
    border-radius: 10px;
    min-height: 120px;
    margin-top: -1px;
    padding: 30px 0
}

@media (max-width: 767px) {
    .product-catalog-info .info-footer {
        padding: 15px 0;
        min-height: 100%
    }
}

.product-catalog-info .info-footer:after {
    display: table;
    clear: both;
    content: " "
}

.product-catalog-info .info-footer .info-footer-block {
    position: relative;
    width: 50%;
    min-width: 310px
}

@media (max-width: 767px) {
    .product-catalog-info .info-footer .info-footer-block {
        min-width: 100%;
        width: 100%
    }
}

.product-catalog-info .info-footer .info-footer-block:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    bottom: -30px;
    width: 1px;
    border-right: 1px dashed #e3e3e6
}

.product-catalog-info .info-footer .sub-link-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-left: 50%
}

@media (max-width: 767px) {
    .product-catalog-info .info-footer .sub-link-block {
        position: relative;
        padding-left: 0
    }
}

.product-catalog-info .info-footer .sub-link-block .sub-link-block-table {
    display: table;
    width: 100%;
    height: 100%
}

.product-catalog-info .info-footer .sub-link-block .sub-link-block-cell {
    display: table-cell;
    vertical-align: middle
}

.product-catalog-info .info-footer .sub-link-block span {
    font: 12px/16px IntroSemiBold, Arial, sans-serif;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase
}

.product-catalog-info .info-footer .sub-link-block ul {
    display: table;
    width: 100%
}

@media (max-width: 999px) {
    .product-catalog-info .info-footer .sub-link-block ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product-catalog-info .info-footer .sub-link-block li {
    display: table-cell;
    vertical-align: top;
    line-height: 1;
    width: 50%
}

@media (max-width: 999px) {
    .product-catalog-info .info-footer .sub-link-block li {
        width: auto;
        display: inherit;
        padding-left: 20px;
        padding-right: 20px
    }
}

.product-catalog-info .info-footer .sub-link-block li a {
    display: inline-block
}

.product-catalog-info .info-footer .sub-link-block .icon-font {
    display: block;
    font-size: 28px;
    margin-bottom: 10px
}

.product-catalog-info .packing-block {
    font: 12px/20px IntroSemiBold, Arial, sans-serif;
    letter-spacing: .5px;
    padding-right: 10px;
    padding-left: 50px
}

@media (max-width: 767px) {
    .product-catalog-info .packing-block {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}

.product-catalog-info .packing-block:before {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px dashed #d7d7d9;
    height: 1px
}

@media (max-width: 767px) {
    .product-catalog-info .packing-block:before {
        content: ""
    }
}

.product-catalog-info .packing-name {
    margin-bottom: 5px;
    text-transform: uppercase;;
}

.product-catalog-info .packing-info li {
    position: relative
}

.product-catalog-info .packing-info b {
    display: inline-block;
    font-weight: 400;
    width: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    font-family: IntroSemiBold, Arial, sans-serif
}

.panel-product ul {
    margin: 0
}

.panel-product table {
    margin-top: 25px
}

.product-ordering {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 515;
    width: 100%;
    min-height: 100px;
    padding: 25px 0;
    background-color: #f0f0f2;
    border-top: 1px solid #dcdcde;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

@media (max-width: 999px) {
    .product-ordering--mobile {
        position: relative;
        min-height: 100%;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding-top: 0
    }
}

@media (max-width: 999px) {
    .product-ordering--mobile:before {
        display: none
    }
}

.product-ordering:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 40px;
    background: url(../img/patterns/shadow-order.png) repeat-x
}

.product-ordering .form-control {
    border-color: #d7d7d9
}

.product-ordering .form-inline {
    text-align: center
}

@media (max-width: 999px) {
    .product-ordering .form-inline {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-ordering .form-inline .form-group {
    text-align: left;
    margin-left: 16px
}

@media (max-width: 999px) {
    .product-ordering .form-inline .form-group {
        margin-left: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 284px;
        flex: 1 0 284px;
        max-width: 284px;
        margin-right: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .product-ordering .form-inline .form-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.product-ordering .form-inline .form-group:first-child {
    margin-left: 0
}

.product-ordering .select-pr-order {
    width: 330px
}

@media (max-width: 999px) {
    .product-ordering .select-pr-order {
        width: 100%
    }
}

.product-ordering .sum-control {
    width: 260px
}

@media (max-width: 999px) {
    .product-ordering .sum-control {
        width: 100%
    }
}

.product-ordering .sum-control .form-control {
    background-color: #f0f0f2;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.product-ordering .sum-control .form-control:hover {
    background-color: #fff
}

.product-ordering .btn {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 260px
}

@media (max-width: 999px) {
    .product-ordering .btn {
        min-width: 100%
    }
}

.product-ordering .btn .font-rbl-bold {
    font-size: 11px;
    margin-top: 0
}

.product-ordering .btn .font-check {
    display: none;
    margin-top: -1px;
    margin-right: 10px
}

.product-ordering .btn.active .font-check {
    display: inline-block
}

.product-ordering .btn span {
    -webkit-font-smoothing: antialiased !important
}

.product-ordering .bonus-block {
    position: absolute;
    margin-bottom: 15px;
    right: 0;
    bottom: 100%;
    margin-left: 0;
    padding: 0;
    border-radius: 100%;
    background-color: #fff;
    /*width: 115px;*/
    /*height: 115px;*/
    min-width: 160px;
    border: 1px solid #e7e7ea;
    text-align: center;
    -webkit-transform-origin: 50% 108%;
    transform-origin: 50% 108%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    text-transform: uppercase;
}

.product-ordering .bonus-block__inner {
    width: 100%;
    height: 0;
    padding: 0 24px 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    /*min-width: 160px;*/
}

.product-ordering .bonus-block__inner-content {
    position: absolute;
    top: 10%;
    left: 10%;
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 999px) {
    .product-ordering .bonus-block {
        width: auto;
        height: auto;
        top: 0;
        bottom: auto;
        right: auto;
        left: 110%;
        margin-left: -12px;
        /*padding: 25px 20px 10px 20px;*/
        -webkit-transform-origin: 0 108%;
        transform-origin: 0 108%;
        min-width: 140px;
    }
}

@media (max-width: 767px) {
    .product-ordering .bonus-block {
        /*max-width: 120px;*/
        font-size: 12px;
        top: 120%;
        right: 0;
        left: auto;
        margin-left: 0;
        /*padding: 10px 15px 5px 15px;*/
        margin-top: -12px;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
}

.product-ordering .bonus-block:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 12px;
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -108px;
    left: 50%;
    margin-left: -8px;
    bottom: -12px
}

@media (max-width: 999px) {
    .product-ordering .bonus-block:before {
        background-position: 0 -111px;
        left: 0;
        margin-left: -4px;
        bottom: 80%;
        margin-bottom: -10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(130deg)
    }
}

@media (max-width: 767px) {
    .product-ordering .bonus-block:before {
        left: 50%;
        margin-left: -9px;
        bottom: 100%;
        margin-bottom: -1px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.product-ordering .bonus-block b {
    display: block;
    font: 12px/18px IntroSemiBold, Arial, sans-serif;
    text-transform: uppercase
}

@media (max-width: 999px) {
    .product-ordering .bonus-block b {
        font-size: 11px;
        line-height: 15px
    }
}

@media (max-width: 767px) {
    .product-ordering .bonus-block b {
        font-size: 9px;
        line-height: 12px
    }
}

.product-ordering .bonus-block i {
    font-style: normal
}

@media (max-width: 999px) {
    .product-ordering .bonus-block i {
        display: none
    }
}

.product-ordering .bonus-block .icon-font {
    font-size: 26px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px
}

@media (max-width: 767px) {
    .product-ordering .bonus-block .icon-font {
        font-size: 22px
    }
}

.product-ordering .bonus-block.animate {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: shakeBonus;
    animation-name: shakeBonus
}

@-webkit-keyframes shakeBonus {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes shakeBonus {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@media (min-width: 1250px) {
    .product-ordering .bonus-block {
        right: auto;
        left: 100%;
        margin-left: 23px;
        margin-bottom: -10px;
        bottom: 0;
        -webkit-transform-origin: -8% 65%;
        transform-origin: -8% 65%
    }

    .product-ordering .bonus-block:before {
        width: 23px;
        height: 19px;
        background-image: url(../img/sprites/spr-basic.png);
        background-position: 0 -84px;
        left: -19px;
        margin-left: 0;
        bottom: 55px
    }
}

.zoom-img {
    position: relative;
    width: 100%;
    overflow: visible !important;
    cursor: default;
    text-align: center
}

.zoom-img.active {
    cursor: url(../img/loupe-active.gif), url(../img/loupe-active2.cur), pointer
}

.zoom-img.active .zoom-loupe, .zoom-img.active img:first-child {
    visibility: hidden;
    opacity: 0
}

.zoom-img .zoom-loupe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: -76px auto 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e3e3e5;
    padding-top: 15px
}

@media (max-width: 767px) {
    .zoom-img .zoom-loupe {
        width: 42px;
        height: 42px;
        margin-top: -30px;
        padding-top: 9px
    }
}

.zoom-img .zoom-loupe:before {
    position: absolute;
    bottom: -13px;
    right: 0;
    content: "";
    background: radial-gradient(50% 50%, rgba(0, 0, 0, .07) 0, rgba(240, 240, 242, 0) 100%);
    height: 15px;
    width: 90px
}

@media (max-width: 767px) {
    .zoom-img .zoom-loupe:before {
        bottom: -8px;
        width: 60px;
        height: 8px
    }
}

.zoom-img .zoom-loupe__icon {
    color: #4f7fbd;
    font-size: 26px
}

@media (max-width: 767px) {
    .zoom-img .zoom-loupe__icon {
        font-size: 17px
    }
}

.zoom-img .zoom-loupe:hover {
    background-color: #4f7fbd
}

.zoom-img .zoom-loupe:hover .zoom-loupe__icon {
    color: #fff
}

.zoom-img img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

.zoom-img img::-moz-selection {
    background-color: transparent
}

.zoom-img img::selection {
    background-color: transparent
}

.modal-zoom .modal-content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-zoom img {
    max-width: 100%;
    max-height: 100%
}

.parent-block-zoom {
    position: relative
}

.product-catalog-zoom {
    position: absolute;
    left: 20px;
    top: 0
}

@media (max-width: 999px) {
    .product-catalog-zoom {
        position: relative;
        left: 0;
        width: 43%;
        margin: 0 auto
    }
}

.product-catalog-small .parent-block-zoom {
    width: auto
}

.product-catalog-small .product-catalog-info-wrap {
    min-width: 652px
}

@media (max-height: 700px) {
    .product-catalog-zoom {
        position: relative !important;
        top: 0 !important;
        left: 0 !important
    }

    .zoom-img {
        min-height: 350px
    }
}

@media (max-height: 700px) and (max-width: 999px) {
    .zoom-img {
        min-height: 100%
    }
}

.modal-product-info .modal-content {
    padding: 20px 0
}

.modal-product-info .tab-pane img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.similar-products {
    padding-top: 85px;
    padding-bottom: 100px
}

@media (max-width: 999px) {
    .similar-products {
        padding-top: 30px;
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .similar-products {
        padding-top: 20px
    }
}

.similar-products h2 {
    margin-bottom: 55px
}

@media (max-width: 999px) {
    .similar-products h2 {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .similar-products h2 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px
    }
}

.similar-products-wrap {
    padding: 0 60px;
    position: relative
}

@media (max-width: 999px) {
    .similar-products-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0
    }
}

@media (max-width: 999px) {
    .similar-products-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 2px;
        padding-bottom: 10px
    }
}

.no-js .similar-products-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.similar-products-items:after {
    display: table;
    clear: both;
    content: " "
}

.similar-products-items .card-list-item {
    display: block;
    margin-top: 0;
    border-width: 1px;
    margin-left: -1px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 999px) {
    .similar-products-items .card-list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        height: 375px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .similar-products-items .card-list-item {
        max-width: 232px;
        height: 300px
    }

    .brand-carousel-block {
        margin-top: 10px;
    }
}

@media (max-width: 425px) {
    .no-js .owl-carousel-main.similar-products-items {
        margin-bottom: -130px;
    }

    .product-card__slider .owl-carousel-main.similar-products-items {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 999px) {
    .similar-products-items .card-list-item:first-child {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .similar-products-items .card-list-name {
        height: 55px
    }
}

.similar-products-items .card-list-item .card-list-item-hover {
    padding-right: 20px;
    padding-left: 20px
}

@media (max-width: 767px) {
    .similar-products-items .card-list-item .card-list-item-hover {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px
    }
}

@media (max-width: 999px) {
    .similar-products-items .card-list-pict {
        padding-bottom: 56%
    }
}

@media (max-width: 767px) {
    .similar-products-items .card-list-pict {
        margin-bottom: 10px;
        padding-bottom: 53%
    }
}

@media (min-width: 1250px) {
    .similar-products-items .card-list-item, .similar-products-items .card-list-item .card-list-item-hover {
        padding-left: 40px;
        padding-right: 40px
    }
}

.ingredients-nav {
    padding: 40px 0
}

@media (max-width: 999px) {
    .ingredients-nav {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .ingredients-nav__tab {
        display: none
    }
}

.ingredients-list-wrap {
    min-height: 461px
}

.ingredients-list {
    margin-top: 1px;
    border-left: 1px solid #e3e3e5
}

.ingredients-list:after {
    display: table;
    clear: both;
    content: " "
}

.ingredients-item {
    position: relative;
    background-color: #fff;
    padding: 40px 40px 245px;
    border: 1px solid #e3e3e5;
    border-left-width: 0;
    margin-top: -1px;
    height: 462px
}

@media (max-width: 999px) {
    .ingredients-item {
        height: 376px;
        padding-bottom: 160px
    }
}

@media (max-width: 767px) {
    .ingredients-item {
        height: auto;
        padding: 25px 22px
    }
}

.ingredients-item .ingredients-list-pict {
    position: relative;
    height: 160px;
    display: block;
    margin-bottom: 15px;
    z-index: 1
}

.ingredients-item .ingredients-list-pict img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.ingredients-item .ingredients-list-name {
    position: relative;
    font-family: IntroSemiBold, Arial, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #413d4d;
    margin-bottom: 5px;
    max-height: 50px;
    overflow: hidden;
    z-index: 1
}

.ingredients-item .ingredients-list-info {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    padding: 235px 60px 60px;
    font-size: 14px;
    line-height: 20px;
    transition: box-shadow .2s ease-in-out, background .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

@media (max-width: 767px) {
    .ingredients-item .ingredients-list-info {
        position: static;
        padding: 0
    }
}

.ingredients-item .ingredients-list-info .ingredients-list-text {
    overflow: hidden
}

.ingredients-item .ingredients-list-info .link-more {
    display: inline-block;
    width: auto;
    position: relative;
    padding-top: 10px
}

.ingredients-item .ingredients-list-info .link-more:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    border-bottom: 1px dotted #4f7fbd;
    width: 100%;
    height: 1px
}

.ingredients-item.active .ingredients-list-name, .ingredients-item.active .ingredients-list-pict {
    z-index: 105
}

.ingredients-item.active .ingredients-list-info {
    z-index: 100;
    -webkit-box-shadow: 0 1px 13px #d7d7d9;
    box-shadow: 0 1px 13px #d7d7d9;
    background-color: #fff
}

@media (max-width: 767px) {
    .ingredients-item.active .ingredients-list-info {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.ingredients-item.active .ingredients-list-info .ingredients-list-text {
    height: auto
}

.main-page {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow: hidden;
    min-width: 320px;
    min-height: 550px
}

@media (max-width: 999px) {
    .main-page {
        overflow-y: auto;
        overflow-x: hidden;
        min-height: auto
    }
}

.main-page > .tab-pane-main {
    display: block;
    z-index: 1
}

@media (max-width: 999px) {
    .main-page > .tab-pane-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.main-page > .active {
    z-index: 10
}

.main-page .panel-group-soc {
    position: absolute;
    right: 40px;
    bottom: 25px;
    z-index: 150
}

@media (max-width: 999px) {
    .main-page .panel-group-soc {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;
        left: 0;
        position: relative;
        bottom: 0;
        margin-bottom: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.main-page .header-personal-info {
    right: 30px;
    top: 30px
}

.main-page-block {
    float: left;
    height: 100%
}

@media (max-width: 999px) {
    .main-page-block {
        float: none;
        height: auto
    }
}

.main-page-block .item-pict {
    position: relative;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.main-page-l {
    position: relative;
    width: 61.029411765%
}

@media (max-width: 999px) {
    .main-page-l {
        width: 100%;
        height: 570px;
        margin-bottom: 85px
    }
}

@media (max-width: 767px) {
    .main-page-l {
        height: 305px;
        margin-bottom: 145px
    }
}

.main-page-l:before {
    position: absolute;
    left: 100%;
    top: -10%;
    margin-left: -1%;
    content: "";
    width: 200%;
    height: 200%;
    background-color: #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
    z-index: 150
}

@media (max-width: 999px) {
    .main-page-l:before {
        width: 0;
        height: 0;
        left: 0;
        top: 238px;
        margin-left: 0;
        -webkit-transform: none;
        transform: none;
        border-color: transparent #fff #fff transparent;
        border-style: solid;
        border-width: 0 0 332px 999px;
        background-color: transparent
    }
}

@media (max-width: 767px) {
    .main-page-l:before {
        top: 50px;
        border-width: 0 0 255px 767px
    }
}

.main-page-l:after {
    position: absolute;
    bottom: -29px;
    left: 0;
    background-color: #fff;
    height: 29px;
    width: 100%;
    z-index: 150
}

@media (max-width: 999px) {
    .main-page-l:after {
        content: ""
    }
}

@media (max-width: 999px) {
    .main-page-fanciers .main-page-l, .main-page-partners .main-page-l {
        margin-bottom: -11px
    }
}

@media (max-width: 767px) {
    .main-page-fanciers .main-page-l, .main-page-partners .main-page-l {
        margin-bottom: 5px
    }
}

@media (max-width: 999px) {
    .main-page-fanciers .main-page-r, .main-page-partners .main-page-r {
        background-color: transparent;
        z-index: 160
    }
}

.main-page-l-shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: -5%;
    bottom: -5%;
    z-index: 130
}

.main-page-l-shadow:after, .main-page-l-shadow:before {
    content: "";
    position: absolute;
    left: 0;
    height: 25%;
    width: 100%
}

.main-page-l-shadow:before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, transparent)
}

.main-page-l-shadow:after {
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .5))
}

@media (max-width: 999px) {
    .main-page-l-shadow:after {
        height: 476px
    }
}

.main-page-r {
    position: relative;
    background-color: #fff;
    width: 38.970588235%
}

@media (max-width: 999px) {
    .main-page-r {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (max-width: 767px) {
    .main-page-r {
        z-index: 151
    }
}

.tab-pane-main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-animation-name: scaleTab;
    animation-name: scaleTab;
    opacity: 0
}

@media (max-width: 999px) {
    .tab-pane-main {
        bottom: auto;
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.tab-pane-main.active {
    -webkit-animation-name: scaleTabActive;
    animation-name: scaleTabActive;
    opacity: 1
}

.tab-pane-main.start-animate {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes scaleTabActive {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleTabActive {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleTab {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes scaleTab {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.nav-tabs-main-block {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 200
}

@media (max-width: 767px) {
    .nav-tabs-main-block {
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 25px
    }
}

.nav-tabs-main-block--select .nav-tabs-main {
    display: none
}

.nav-tabs-main-block--active .nav-tabs-main-trigger__arrow {
    border-width: 2px 0 0 2px;
    top: 13px
}

.nav-tabs-main-trigger {
    display: none;
    font-family: FuturaPT-Demi, Arial, sans-serif;
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-right: 22px
}

.nav-tabs-main-trigger:before {
    content: "";
    position: absolute;
    right: 22px;
    bottom: -2px;
    height: 2px;
    left: 0;
    background-color: #fff
}

.nav-tabs-main-trigger__arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 6px
}

@media (max-width: 999px) {
    .nav-tabs-main-trigger {
        display: block
    }
}

@media (max-width: 999px) {
    .nav-tabs-main {
        position: absolute;
        top: calc(100% + 17px);
        left: 0;
        right: 0;
        font-family: IntroRegular, Arial, sans-serif;
        text-align: left;
        padding: 20px 0 33px;
        border-radius: 25px;
        width: 290px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .2);
        box-shadow: 0 0 15px rgba(65, 61, 77, .2);
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .nav-tabs-main {
        top: calc(100% + 22px)
    }
}

.nav-tabs-main li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px
}

@media (min-width: 1250px) {
    .nav-tabs-main li {
        margin-left: 26px
    }
}

@media (max-width: 999px) {
    .nav-tabs-main li {
        margin-left: 0;
        display: block
    }
}

.nav-tabs-main li:first-child {
    margin-left: 0
}

.nav-tabs-main li.active a {
    color: #fff
}

@media (max-width: 999px) {
    .nav-tabs-main li.active a {
        color: #4f7fbd
    }
}

.nav-tabs-main li.active a:before {
    height: 2px;
    background-color: #fff
}

.nav-tabs-main a {
    position: relative;
    font-family: FuturaPT-Demi, Arial, sans-serif;
    font-size: 22px;
    color: #fff
}

.nav-tabs-main a:hover {
    color: #fff
}

@media (max-width: 999px) {
    .nav-tabs-main a:hover {
        color: #4f7fbd
    }
}

@media (min-width: 1250px) {
    .nav-tabs-main a {
        font-size: 28px
    }
}

@media (max-width: 999px) {
    .nav-tabs-main a {
        display: block;
        color: #413d4d;
        font-size: 18px;
        line-height: 20px;
        padding: 15px 20px 15px 40px;
        font-family: IntroRegular, Arial, sans-serif
    }
}

.nav-tabs-main a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .2)
}

.main-page-fanciers .fanciers-pict {
    background-image: url(../img/main-tab2.jpg)
}

.main-page-partners .partners-pict {
    background-image: url(../img/main-tab3.jpg)
}

.main-page-block-info {
    width: 300px;
    position: absolute;
    left: 40%;
    margin-left: -200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 250
}

@media (min-width: 1250px) {
    .main-page-block-info {
        width: 400px
    }
}

@media (max-width: 999px) {
    .main-page-block-info {
        position: static;
        width: auto;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        max-width: 540px;
        margin: 0 auto 40px
    }
}

.main-page-block-info h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px
}

@media (min-width: 1250px) {
    .main-page-block-info h1 {
        font-size: 40px;
        line-height: 40px
    }
}

@media (max-width: 999px) {
    .main-page-block-info h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px
    }
}

@media (max-width: 767px) {
    .main-page-block-info h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.main-page-block-info .info {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px
}

@media (min-width: 1250px) {
    .main-page-block-info .info {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width: 999px) {
    .main-page-block-info .info {
        line-height: 20px
    }
}

.main-page-block-info .btn {
    padding-right: 30px;
    padding-left: 30px
}

@media (max-width: 767px) {
    .main-page-block-info .btn {
        display: block;
        max-width: 290px;
        margin: 0 auto
    }
}

.main-select-pet {
    position: absolute;
    left: 40%;
    top: 50%;
    margin-top: -176px;
    z-index: 1000;
    width: 220px
}

@media (max-width: 999px) {
    .main-select-pet {
        position: relative;
        top: 0;
        margin-top: 0;
        width: 100%;
        left: 0;
        text-align: center;
        margin-bottom: 45px
    }
}

.main-select-pet .name {
    font: 22px/22px FuturaPT-Demi, Arial, sans-serif;
    margin-bottom: 20px
}

@media (min-width: 1250px) {
    .main-select-pet .name {
        font-size: 28px;
        line-height: 28px
    }
}

@media (max-width: 999px) {
    .main-select-pet .name {
        margin-bottom: 25px
    }
}

.main-select-pet-list {
    position: absolute;
    left: 0;
    top: 76px;
    white-space: nowrap
}

@media (max-width: 999px) {
    .main-select-pet-list {
        position: relative;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width: 767px) {
    .main-select-pet-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.main-select-pet-list.no-active {
    display: none
}

.main-select-pet-list li {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 8px;
    font-family: IntroSemiBold, Arial, sans-serif
}

@media (min-width: 1250px) {
    .main-select-pet-list li {
        font-size: 18px;
        line-height: 45px
    }
}

@media (max-width: 767px) {
    .main-select-pet-list li {
        width: 188px;
        text-align: left;
        margin: 0 auto 15px;
        font-size: 18px;
        line-height: 45px
    }
}

.main-select-pet-list .block {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.main-select-pet-list .block:hover {
    color: #4f7fbd
}

.main-select-pet-list .icon-font {
    color: #4f7fbd;
    vertical-align: top;
    width: 55px;
    display: inline-block;
    text-align: right;
    margin: -4px 15px 0 -15px;
    line-height: 40px
}

@media (min-width: 1250px) {
    .main-select-pet-list .icon-font {
        line-height: 45px
    }
}

@media (max-width: 999px) {
    .main-select-pet-list .icon-font {
        display: block;
        margin: 0 auto;
        text-align: center
    }
}

@media (max-width: 767px) {
    .main-select-pet-list .icon-font {
        display: inline-block;
        margin: -4px 15px 0 -15px;
        text-align: right
    }
}

.main-select-pet-list .font-rio {
    font-size: 46px
}

@media (min-width: 1250px) {
    .main-select-pet-list .font-rio {
        font-size: 51px
    }
}

@media (max-width: 767px) {
    .main-select-pet-list .font-rio {
        font-size: 51px
    }
}

.main-select-pet-list .font-r-dove {
    font-size: 36px
}

@media (min-width: 1250px) {
    .main-select-pet-list .font-r-dove {
        font-size: 41px
    }
}

@media (max-width: 767px) {
    .main-select-pet-list .font-r-dove {
        font-size: 41px
    }
}

.main-select-pet-list .font-rodent {
    font-size: 42px
}

@media (min-width: 1250px) {
    .main-select-pet-list .font-rodent {
        font-size: 47px
    }
}

@media (max-width: 767px) {
    .main-select-pet-list .font-rodent {
        font-size: 47px
    }
}

.main-select-pet-list .font-rabbit {
    font-size: 34px
}

@media (min-width: 1250px) {
    .main-select-pet-list .font-rabbit {
        font-size: 39px
    }
}

@media (max-width: 767px) {
    .main-select-pet-list .font-rabbit {
        font-size: 39px
    }
}

.main-select-pet-list .font-cat {
    font-size: 32px
}

@media (min-width: 1250px) {
    .main-select-pet-list .font-cat {
        font-size: 37px
    }
}

@media (max-width: 767px) {
    .main-select-pet-list .font-cat {
        font-size: 37px
    }
}

.main-select-pet-list .font-dog {
    font-size: 34px
}

@media (min-width: 1250px) {
    .main-select-pet-list .font-dog {
        font-size: 39px
    }
}

@media (max-width: 767px) {
    .main-select-pet-list .font-dog {
        font-size: 39px
    }
}

.main-select-pet-list .font-horse {
    font-size: 38px
}

.main-type-pet-list {
    position: absolute;
    left: 0;
    top: 61px;
    font-family: IntroRegular, Arial, sans-serif;
    text-align: left;
    padding: 20px 0 33px;
    border-radius: 25px;
    margin-left: -40px;
    width: 250px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    box-shadow: 0 0 15px rgba(65, 61, 77, .2)
}

@media (min-width: 1250px) {
    .main-type-pet-list {
        width: 300px
    }
}

@media (max-width: 999px) {
    .main-type-pet-list {
        top: auto;
        bottom: calc(100% - 35px);
        margin-left: -10px;
        width: 288px
    }
}

@media (max-width: 767px) {
    .main-type-pet-list {
        display: block;
        top: -10px;
        bottom: auto;
        left: 50%;
        margin-left: -145px;
        width: 290px
    }
}

.main-type-pet-list a {
    display: block;
    color: #413d4d;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px 8px 40px
}

@media (min-width: 1250px) {
    .main-type-pet-list a {
        font-size: 18px;
        line-height: 22px;
        padding-top: 13px;
        padding-bottom: 13px
    }
}

@media (max-width: 999px) {
    .main-type-pet-list a {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.main-type-pet-list a:hover {
    color: #4f7fbd
}

.news-list-filter {
    padding: 40px 10px 30px
}

@media (max-width: 999px) {
    .news-list-filter {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .news-list-filter {
        padding: 10px 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news-list-filter:after {
    display: table;
    clear: both;
    content: " "
}

.news-list-filter .filter-drop {
    width: 250px;
    margin-left: 20px
}

@media (max-width: 767px) {
    .news-list-filter .filter-drop {
        float: none;
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 290px
    }
}

.news-list-filter .filter-name {
    line-height: 50px;
    color: #b1b1b2
}

@media (max-width: 767px) {
    .news-list-filter .filter-name {
        float: none;
        line-height: 30px;
        color: #413d4d
    }
}

.news-list-items {
    padding: 0 10px;
    margin-top: 1px
}

@media (max-width: 999px) {
    .news-list-items {
        padding: 0
    }
}

.news-list-item {
    display: block;
    margin-top: -1px;
    padding: 30px 30px 35px;
    border: 1px solid #e3e3e5;
    color: #413d4d;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

@media (max-width: 999px) {
    .news-list-item {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .news-list-item {
        padding: 20px
    }
}

.news-list-item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    box-shadow: 0 0 15px rgba(65, 61, 77, .2)
}

.news-list-item:after {
    display: table;
    clear: both;
    content: " "
}

.news-list-item .news-list-block {
    position: relative
}

@media (max-width: 767px) {
    .news-list-item .news-list-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news-list-item .news-list-info {
    position: absolute;
    left: calc(35% + 40px);
    top: 0;
    padding-right: 110px;
    max-width: 750px;
    right: 0
}

@media (max-width: 999px) {
    .news-list-item .news-list-info {
        left: calc(37% + 30px);
        padding-right: 75px
    }
}

@media (max-width: 767px) {
    .news-list-item .news-list-info {
        position: static;
        max-width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.news-list-item .news-list-info h2 {
    margin-bottom: 20px
}

@media (max-width: 999px) {
    .news-list-item .news-list-info h2 {
        font-size: 24px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .news-list-item .news-list-info h2 {
        font-size: 18px;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .news-list-item .text-ellipsis {
        display: none
    }
}

.news-list-item .pict {
    width: 35%
}

@media (max-width: 999px) {
    .news-list-item .pict {
        width: 37%
    }
}

@media (max-width: 767px) {
    .news-list-item .pict {
        width: 100%;
        margin-bottom: 5px
    }
}

.news-list-item .pict img {
    width: 100%
}

.news-list-item .news-list-meta {
    position: relative;
    float: right
}

.news-list-item .date {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 58px;
    background-image: url(../img/sprites/spr-basic.png);
    background-position: 0 -231px;
    text-align: center
}

@media (max-width: 999px) {
    .news-list-item .date {
        width: 60px;
        height: 51px;
        background-position: 0 -537px
    }
}

@media (max-width: 767px) {
    .news-list-item .date {
        position: static;
        width: auto;
        height: auto;
        background: 0 0;
        text-align: left
    }
}

.news-list-item .date .date-block {
    padding: 20px 5px 10px
}

@media (max-width: 767px) {
    .news-list-item .date .date-block {
        padding: 0
    }
}

.news-list-item .date b {
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-family: IntroSemiBold, Arial, sans-serif;
    text-transform: uppercase;
    line-height: normal
}

@media (max-width: 999px) {
    .news-list-item .date b {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .news-list-item .date b {
        font-size: 14px;
        line-height: 20px;
        color: #b1b1b2;
        text-transform: none;
        font-family: IntroRegular, Arial, sans-serif;
        display: inline
    }
}

.news-list-item .date span {
    display: block;
    font-size: 10px;
    color: #b1b1b2;
    line-height: normal
}

@media (max-width: 999px) {
    .news-list-item .date span {
        font-size: 9px
    }
}

@media (max-width: 767px) {
    .news-list-item .date span {
        font-size: 14px;
        display: inline
    }
}

.news-list-item .social-likes {
    position: absolute;
    top: 92px;
    right: -6px
}

.news-slider .item-slide .news_href {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 364px;
    background-size: 900px 364px;
    z-index: 300
}

.nav-slider-news {
    z-index: 1
}

.registration {
    padding-top: 50px
}

@media (max-width: 999px) {
    .registration {
        padding-top: 28px
    }
}

@media (max-width: 767px) {
    .registration {
        padding-top: 15px
    }
}

@media (max-width: 999px) {
    .registration .info-step {
        line-height: 20px
    }
}

.registration-step-main {
    display: none
}

.registration-step-main.active {
    display: table
}

.registration-step-main .block-step {
    margin-bottom: 20px
}

@media (max-width: 999px) {
    .registration-step-main .block-step {
        border-bottom: 1px solid #e3e3e5;
        border-top: 1px solid #e3e3e6;
        padding-bottom: 30px;
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .registration-step-main .block-step {
        padding-bottom: 20px
    }
}

.form-group-animals .block-right-animal {
    position: relative
}

.form-group-animals .block-right-animal .control-info {
    width: 195px;
    position: absolute;
    right: -215px;
    top: 0
}

@media (max-width: 767px) {
    .form-group-animals .block-right-animal .control-info {
        position: static;
        width: auto
    }
}

.form-group-animals .remove-group-animals {
    position: absolute;
    top: 22px;
    left: 100%;
    white-space: nowrap;
    margin-left: 25px
}

@media (max-width: 767px) {
    .form-group-animals .remove-group-animals {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        position: static
    }
}

.form-main-step .form-group-newsletter {
    min-height: 65px
}

@media (max-width: 999px) {
    .form-main-step .form-group-newsletter {
        min-height: 100%
    }
}

@media (max-width: 767px) {
    .form-main-step .form-group-newsletter {
        padding-top: 0
    }
}

.form-main-step .form-group-input-date .form-group-block {
    padding: 0
}

.form-group-newsletter .checkbox-group {
    padding-top: 0
}

.form-group-newsletter .checkbox-group .checkbox {
    margin-bottom: 10px
}

.form-group-input-date {
    position: relative
}

@media (max-width: 767px) {
    .form-group-input-date > div {
        margin-bottom: 10px
    }
}

.form-group-input-date .form-group-block {
    width: 100px;
    position: absolute;
    top: 0
}

@media (max-width: 767px) {
    .form-group-input-date .form-group-block {
        position: static;
        width: 100%
    }
}

.form-group-input-date .form-group-block:first-child {
    left: 0
}

.form-group-input-date .form-group-block:last-child {
    right: 0
}

.form-group-input-date .form-group-month {
    width: 100%;
    padding: 0 110px
}

@media (max-width: 767px) {
    .form-group-input-date .form-group-month {
        padding: 0
    }
}

.btn-group--next-step {
    position: relative
}

@media (max-width: 999px) {
    .btn-group--next-step {
        padding-right: 220px;
        width: 100%;
        max-width: 620px
    }
}

@media (max-width: 767px) {
    .btn-group--next-step {
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.btn-group--next-step:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 999px) {
    .btn-group--next-step .btn-success {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: -195px
    }
}

@media (max-width: 767px) {
    .btn-group--next-step .btn-success {
        margin-left: 0;
        position: static;
        float: none;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 290px;
        width: 100%
    }
}

.registration-add-animals {
    border-top: 1px solid #e3e3e6;
    border-bottom: 1px solid #e3e3e6;
    padding: 12px 0 15px;
    margin-bottom: 30px;
    position: relative
}

@media (max-width: 767px) {
    .registration-add-animals {
        padding-top: 25px;
        padding-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.registration-add-animals .add-animals-group {
    margin-bottom: 15px
}

@media (max-width: 999px) {
    .registration-add-animals .add-animals-group {
        margin-bottom: 25px
    }
}

.registration-add-animals .add-animals-group:after {
    display: table;
    clear: both;
    content: " "
}

.registration-add-animals .add-animals-group.radio-group {
    margin-bottom: 0
}

.registration-add-animals .radio-group {
    padding-bottom: 8px
}

@media (max-width: 999px) {
    .registration-add-animals .radio-group {
        padding-bottom: 15px
    }
}

.registration-add-animals .add-animals-group-input {
    display: table;
    width: 100%
}

.registration-add-animals .add-animals-group-input label {
    font: 16px/20px IntroRegular, Arial, sans-serif;
    padding-left: 20px;
    padding-right: 30px
}

@media (max-width: 999px) {
    .registration-add-animals .add-animals-group-input label {
        padding-left: 0
    }
}

.registration-add-animals .add-animals-group-input .col {
    display: table-cell;
    vertical-align: top
}

@media (max-width: 999px) {
    .registration-add-animals .add-animals-group-input .col {
        display: block
    }
}

.header-menu-cabinet {
    font-size: 16px;
    font-family: IntroRegular, Arial, sans-serif
}

.cabinet {
    padding-top: 40px
}

@media (max-width: 999px) {
    .cabinet {
        padding-top: 20px
    }
}

.cabinet .col-info-left {
    position: relative;
    top: -9px
}

@media (max-width: 767px) {
    .cabinet .col-info-left {
        top: 0
    }
}

.cabinet-info-save {
    display: none
}

@media (max-width: 999px) {
    .cabinet-info-save {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 25px
    }
}

.cabinet-info-save--active {
    display: block
}

@media (max-width: 999px) {
    .cabinet-info-save--active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 999px) {
    .cabinet-info-save .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 228px;
        flex: 0 0 228px;
        max-width: 228px
    }
}

@media (max-width: 767px) {
    .cabinet-info-save .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.cabinet-info-save .remove-group {
    text-align: center;
    margin-top: 20px
}

@media (max-width: 999px) {
    .cabinet-info-save .remove-group {
        margin-left: 28px;
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .cabinet-info-save .remove-group {
        margin-left: 0;
        margin-top: 20px
    }
}

.cabinet-nav-top {
    width: 100%
}

@media (max-width: 767px) {
    .cabinet-nav-top {
        display: none
    }
}

.cabinet-nav-top a {
    padding: 7px 0
}

.cabinet-step .block-step {
    border-top: none
}

.cabinet-step .form-group-change .link-change {
    display: inline;
    cursor: pointer;
    margin-left: 30px;
    line-height: 50px;
    color: #413d4d;
    border-bottom: 1px dotted #8f8e94
}

@media (max-width: 999px) {
    .cabinet-step .form-group-change .link-change {
        margin-left: 0;
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .cabinet-step .form-group-change .link-change {
        display: inline-block;
        line-height: 18px
    }
}

.cabinet-step .form-group-change .link-change.no-link {
    border: none
}

.registration-success-info {
    text-align: center;
    width: 610px;
    margin: 0 auto;
    padding-top: 130px
}

@media (max-width: 767px) {
    .registration-success-info {
        padding-top: 20px;
        width: 100%;
        max-width: 610px;
        text-align: left;
        font-size: 24px;
        line-height: 24px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.bonuses {
    padding-top: 40px
}

@media (max-width: 999px) {
    .bonuses {
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.right-info-block-bonuses {
    font-size: 16px;
    line-height: 16px
}

.right-info-block-bonuses .coins {
    font-size: 25px;
    line-height: 35px;
    color: #4f7fbd
}

.right-info-block-bonuses .coins .icon-font {
    display: inline-block;
    font-size: 40px;
    line-height: 35px;
    vertical-align: top;
    margin-top: -2px
}

.bonuses-list-items {
    margin-top: 1px
}

.bonuses-list-item {
    position: relative;
    margin-top: -1px;
    padding: 40px 30px 160px;
    border: 1px solid #e3e3e6
}

@media (max-width: 999px) {
    .bonuses-list-item {
        padding: 20px 25px 135px
    }
}

@media (max-width: 767px) {
    .bonuses-list-item {
        padding: 15px 20px 30px
    }
}

.bonuses-list-item:after {
    display: table;
    clear: both;
    content: " "
}

.bonuses-list-item .bonuses-pict {
    float: left;
    width: 170px
}

@media (max-width: 999px) {
    .bonuses-list-item .bonuses-pict {
        width: 130px
    }
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-pict {
        width: 100%;
        max-width: 248px;
        padding-right: 58px;
        padding-left: 58px;
        float: none;
        margin: 0 auto 15px
    }
}

.bonuses-list-item .bonuses-pict img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.bonuses-list-item .bonuses-info {
    position: static;
    margin-left: 190px
}

@media (max-width: 999px) {
    .bonuses-list-item .bonuses-info {
        margin-left: 160px
    }
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-info {
        margin-left: 0
    }
}

@media (max-width: 999px) {
    .bonuses-list-item .bonuses-info .readmore-block p {
        margin-bottom: 2px
    }
}

.bonuses-list-item .bonuses-info:after {
    display: table;
    clear: both;
    content: " "
}

.bonuses-list-item .bonuses-info .bonuses-info-text {
    padding-left: 0;
    padding-bottom: 0
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-info .bonuses-info-text {
        margin-bottom: 17px
    }
}

.bonuses-list-item .bonuses-info h2 {
    margin-bottom: 20px
}

@media (max-width: 999px) {
    .bonuses-list-item .bonuses-info h2 {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-info h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px
    }
}

.bonuses-list-item .bonuses-control {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between
}

@media (max-width: 999px) {
    .bonuses-list-item .bonuses-control {
        bottom: 30px
    }
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control {
        position: static;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }
}

.bonuses-list-item .bonuses-control .sum-control {
    text-align: center
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control .sum-control {
        max-width: 126px
    }
}

.bonuses-list-item .bonuses-control .sum-control .sum-control-input {
    display: inline-block;
    vertical-align: top
}

.bonuses-list-item .bonuses-control .name {
    padding-left: 25px;
    color: #b1b1b2;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control .name {
        padding-left: 0;
        margin-bottom: 0;
        margin-right: 15px
    }
}

.bonuses-list-item .bonuses-control .btn {
    width: 100%
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control .btn {
        max-width: 160px
    }
}

.bonuses-list-item .bonuses-control .btn-split {
    font-size: 24px;
    line-height: 50px
}

.bonuses-list-item .bonuses-control .btn-split .icon-font {
    line-height: 50px
}

.bonuses-list-item .bonuses-control .btn-split .font-coins {
    font-size: 30px
}

.bonuses-list-item .bonuses-control .btn-split .font-basket {
    font-size: 22px
}

.bonuses-list-item .bonuses-control .col-button-control {
    float: right;
    width: 310px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control .col-button-control {
        float: none;
        width: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap
    }
}

.bonuses-list-item .bonuses-control .col-button-control:after {
    display: table;
    clear: both;
    content: " "
}

.bonuses-list-item .bonuses-control .col-button-control .form-group {
    padding-left: 20px;
    width: 180px;
    float: left
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control .col-button-control .form-group {
        float: none;
        width: 100%;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.bonuses-list-item .bonuses-control .col-button-control .form-group .name {
    padding-left: 0;
    text-align: center
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control .col-button-control .form-group .name {
        text-align: left;
        line-height: 18px
    }
}

.bonuses-list-item .bonuses-control .col-button-control .form-group:first-child {
    width: 130px
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control .col-button-control .form-group:first-child {
        width: 100%;
        margin-bottom: 12px
    }
}

.bonuses-list-item .bonuses-control .col-drop-control {
    flex-grow: 1
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control .col-drop-control {
        margin-right: 0;
        margin-bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 767px) {
    .bonuses-list-item .bonuses-control .col-drop-control .fancy-select {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 300px
    }
}

@media (min-width: 1250px) {
    .bonuses-list-item {
        padding: 50px 30px 60px
    }

    .bonuses-list-item .bonuses-pict {
        width: 230px
    }

    .bonuses-list-item .bonuses-info {
        position: relative;
        margin-left: 260px
    }

    .bonuses-list-item .bonuses-info .bonuses-info-text {
        padding-left: 10px;
        padding-bottom: 90px
    }

    .bonuses-list-item .bonuses-control {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }
}

.quick-order {
    padding-top: 50px
}

@media (max-width: 999px) {
    .quick-order {
        padding-top: 0
    }
}

.quick-order-head {
    margin-bottom: 27px
}

.quick-order-head .icon-font {
    color: #4f7fbd;
    margin-right: 20px
}

.quick-order-head .font-rio {
    font-size: 37px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px
}

.quick-order-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e3e3e5;
    height: 55px;
    z-index: 1000;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 999px) {
    .quick-order-fixed--active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.quick-order-fixed__sum {
    margin-right: 30px;
    font-family: IntroSemiBold, Arial, sans-serif;
    color: #4f7fbd;
    white-space: nowrap;
    font-size: 20px;
    line-height: 20px
}

.quick-order-fixed__sum .font-rbl-big {
    font-size: 13px
}

.quick-order-fixed__btn {
    font-size: 14px;
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 180px
}

.table-quick-order tr.selected {
    background-color: #e3e3e5
}

.table-quick-order .price-cell-head {
    padding-left: 30px;
    padding-right: 25px;
    text-align: right
}

.table-quick-order .sum-cell {
    width: 95px
}

@media (max-width: 999px) {
    .table-quick-order .sum-cell {
        width: 40px
    }
}

.table-quick-order .sum-cell .sum-control {
    padding: 0;
    text-align: center
}

@media (max-width: 767px) {
    .table-quick-order .sum-cell .sum-control {
        text-align: left;
        position: relative;
        left: 25px
    }
}

.table-quick-order .sum-cell .sum-control-input {
    width: 40px;
    display: inline-block
}

.table-quick-order .sum-cell .form-control {
    border: none;
    background-color: transparent;
    width: 40px
}

.table-quick-order .sum-cell .sum-control-input .font-arrow-left-xs {
    left: -15px
}

.table-quick-order .sum-cell .sum-control-input .font-arrow-right-xs {
    right: -15px
}

.table-quick-order .price-cell {
    width: 160px;
    padding-left: 30px;
    padding-right: 25px;
    text-align: right;
    font-family: IntroSemiBold, Arial, sans-serif;
    color: #4f7fbd;
    white-space: nowrap
}

@media (max-width: 999px) {
    .table-quick-order .price-cell {
        width: 70px;
        padding-left: 15px;
        padding-right: 10px
    }
}

.table-quick-order .price-cell .font-rbl-bold {
    font-size: 11px
}

.table-quick-order .control-cell {
    width: 50px;
    text-align: center;
    font-size: 20px;
    color: #4f7fbd
}

@media (max-width: 767px) {
    .table-quick-order .control-cell {
        width: 30px
    }
}

@media (max-width: 767px) {
    .table-quick-order .pack-info {
        left: 10px
    }
}

.table-quick-order .control-element {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    padding: 0 15px;
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    cursor: pointer
}

@media (max-width: 767px) {
    .table-quick-order .control-element {
        padding-right: 5px;
        padding-left: 5px
    }
}

.table-quick-order .control-element:before {
    content: "\e631"
}

.table-quick-order .control-element:hover {
    color: #e10371
}

.table-quick-order .control-element.active {
    font-size: 18px
}

.table-quick-order .control-element.active:before {
    content: "\e628"
}

.table-quick-order .control-element.hover:hover {
    color: #4f7fbd;
    font-size: 14px
}

.table-quick-order .control-element.hover:hover:before {
    content: "\e636"
}

.panel-quick-order .panel.active .panel-heading {
    background-color: #e3e3e5
}

.info-no-active-qo, .panel-quick-order .panel.active .sum-table-quick-order {
    display: block
}

@media (max-width: 999px) {
    .info-no-active-qo {
        display: none !important
    }
}

.info-active-qo {
    display: none
}

.cabinet-info-block-history .fancy-select .trigger {
    background-color: #f0f0f2
}

.history {
    padding-top: 50px
}

@media (max-width: 999px) {
    .history {
        padding-top: 20px;
        padding-bottom: 0
    }
}

.history__pick-period {
    display: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px
}

@media (max-width: 999px) {
    .history__pick-period {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 767px) {
    .history__pick-period {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.history__pick-period p {
    display: inline-block;
    white-space: nowrap;
    color: #b1b1b2;
    line-height: 50px;
    margin-bottom: 0;
    margin-right: 15px
}

@media (max-width: 767px) {
    .history__pick-period p {
        line-height: 18px;
        margin-bottom: 8px
    }
}

.history__pick-period .fancy-select {
    width: 288px
}

.history-header-main {
    padding: 10px 0 10px 20px;
    color: #b1b1b2;
    line-height: 26px
}

@media (max-width: 767px) {
    .history-header-main {
        display: none
    }
}

.history-header-main:after {
    display: table;
    clear: both;
    content: " "
}

.history-block-left {
    float: left
}

@media (max-width: 767px) {
    .history-block-left {
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.history-block-left > div {
    float: left
}

@media (max-width: 767px) {
    .history-block-left > div {
        float: none
    }
}

.history-block-left .history-id {
    width: 90px
}

@media (max-width: 767px) {
    .history-block-left .history-id {
        width: auto
    }
}

.history-block-left .history-date {
    margin-left: 15px
}

.history-block-right, .history-block-right > div {
    float: right
}

.history-block-right .history-bonuses {
    margin-left: 15px;
    width: 132px
}

.history-content-main .text-heading {
    font-family: IntroSemiBold, Arial, sans-serif
}

.history-content-main .history-date {
    font-family: IntroRegular, Arial, sans-serif;
    color: #b1b1b2
}

.history-content-main .history-price {
    color: #4f7fbd
}

.history-content-main .history-price .font-rbl-bold {
    font-size: 11px
}

.history-content-main .history-bonuses {
    padding-right: 15px;
    width: 112px
}

@media (max-width: 767px) {
    .history-content-main .history-bonuses {
        width: auto
    }
}

.history-content-main .history-bonuses .font-coins {
    display: inline-block;
    vertical-align: top;
    font-size: 25px
}

.history-content-main .history-status {
    position: relative;
    float: none;
    margin-left: 210px;
    height: 26px;
    color: #6cb54c;
    font-family: IntroRegular, Arial, sans-serif
}

@media (max-width: 767px) {
    .history-content-main .history-status {
        margin-left: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.history-content-main .history-status span {
    display: none;
    padding-left: 20px
}

.history-content-main .history-status:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #6cb54c;
    border-radius: 100%
}

.history-content-main .history-status.new {
    color: #4f7fbd
}

.history-content-main .history-status.new:before {
    background-color: #4f7fbd
}

.history-content-main .form-block-history {
    padding-right: 10.888889%
}

.form-block-history__buttons {
    display: flex;
    align-items: center;
}

.form-block-history__buttons .repeat-order-button {
    order: 1;
}

.form-block-history__buttons .form-block-history__payment-notice {
    order: 3;
    margin-left: auto;
    color: #B91063;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 767px) {
    .history-content-main .form-block-history {
        padding-right: 50px
    }

    .form-block-history__buttons {
        flex-wrap: wrap;
    }

    .form-block-history__buttons .form-block-history__payment-notice {
        margin-left: 0;
        margin-top: 30px;
    }

    .form-block-history__buttons .btn {
        margin: 0 0 10px;
    }
}

.history-content-main .btn {
    margin-right: 30px;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 767px) {
    .history-content-main .btn {
        float: none;
        width: 100%
    }
}

.right-info-block-history .fancy-select .trigger {
    background-color: #f0f0f2
}

.right-info-block-history .fancy-select .trigger:hover {
    background-color: #fff
}

.table-history {
    margin-bottom: 50px
}

@media (max-width: 999px) {
    .table-history {
        margin-bottom: 20px
    }
}

.table-history caption {
    text-align: left;
    margin-bottom: 6px
}

.table-history tr:first-child td {
    border-top: 1px solid #e3e3e5
}

.table-history td:first-child {
    padding-left: 0
}

.table-history .pack-cell {
    width: 250px
}

.table-history .price-cell {
    text-align: right
}

.table-history .price-cell .font-rbl-light {
    font-size: 11px
}

.modal .modal-history-change {
    padding: 60px 60px 50px
}

@media (max-width: 999px) {
    .modal .modal-history-change {
        padding: 40px 60px
    }
}

@media (max-width: 767px) {
    .modal .modal-history-change {
        padding: 30px 25px
    }
}

.modal-history-change .name-info {
    font: 18px/25px IntroSemiBold, Arial, sans-serif;
    margin-bottom: 35px
}

@media (max-width: 999px) {
    .modal-history-change .name-info {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .modal-history-change .name-info {
        line-height: 22px
    }
}

.modal-history-change .table-history {
    margin-bottom: 0;
    margin-top: 50px
}

@media (max-width: 999px) {
    .modal-history-change .table-history {
        margin-top: 25px
    }
}

.modal-history-change .table-history:first-child {
    margin-top: 0
}

.modal-history-change .total {
    text-align: right;
    font-size: 18px;
    font-family: IntroSemiBold, Arial, sans-serif;
    color: #4f7fbd;
    margin-top: 20px
}

.modal-history-change .total:after {
    display: table;
    clear: both;
    content: " "
}

.modal-history-change .total .font-rbl-bold {
    font-size: 14px
}

.modal-history-change .modal-button-group {
    padding-top: 45px
}

@media (max-width: 999px) {
    .modal-history-change .modal-button-group {
        padding-top: 15px
    }
}

@media (min-width: 1360px) {
    .history-content-main .form-block-history {
        padding-right: 170px
    }
}

@media (min-width: 1250px) {
    .history-header-main {
        padding-right: 20px
    }

    .history-content-main .history-bonuses {
        width: 132px
    }

    .history-block-left .history-date {
        margin-left: 30px
    }

    .history-block-left .history-id {
        width: 90px
    }

    .history-block-right .history-bonuses {
        margin-left: 30px
    }
}

.cart {
    padding-top: 40px;
    padding-bottom: 150px
}

@media (max-width: 999px) {
    .cart {
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    .cart {
        padding-top: 20px
    }
}

.cart-list-items {
    margin-top: 1px
}

@media (max-width: 999px) {
    .cart-list-items {
        margin-bottom: 28px
    }
}

.cart-list-item {
    margin-top: -1px;
    min-height: 360px;
    border: 1px solid #e3e3e6
}

@media (max-width: 999px) {
    .cart-list-item {
        min-height: 100%
    }
}

.cart-list-item:after {
    display: table;
    clear: both;
    content: " "
}

.cart-list-item .cart-pict {
    float: left;
    padding: 40px 40px 30px 30px;
    width: 230px;
    height: 240px;
    position: relative;
    text-align: center;
    line-height: 170px
}

@media (max-width: 999px) {
    .cart-list-item .cart-pict {
        width: 172px;
        padding: 25px 30px 25px 25px;
        height: auto
    }
}

@media (max-width: 767px) {
    .cart-list-item .cart-pict {
        width: 39.930555%;
        padding: 25px 20px 25px 30px;
        line-height: normal
    }
}

.cart-list-item .cart-pict img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.cart-list-item .cart-pict .bonus-pict {
    position: absolute;
    top: 20px;
    left: 20px
}

@media (max-width: 999px) {
    .cart-list-item .cart-pict .bonus-pict {
        top: 20px;
        left: 20px;
        width: 65px;
        width: 50px
    }
}

.cart-list-item .cart-info {
    padding: 40px 30px 0 0;
    margin-left: 230px
}

@media (max-width: 999px) {
    .cart-list-item .cart-info {
        margin-left: 172px;
        padding-top: 25px;
        padding-right: 50px
    }
}

@media (max-width: 767px) {
    .cart-list-item .cart-info {
        padding-right: 30px;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .cart-list-item .cart-info h2 {
        font-size: 18px;
        line-height: 22px
    }
}

.table-cart-wrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    clear: both
}

@media (max-width: 999px) {
    .table-cart-wrap {
        clear: none;
        padding-left: 172px;
        padding-bottom: 40px
    }
}

@media (max-width: 767px) {
    .table-cart-wrap {
        padding-left: 30px;
        padding-bottom: 28px
    }
}

.table-cart td:first-child, .table-cart th:first-child {
    padding-right: 0;
    padding-left: 0
}

.table-cart .sum-cell {
    width: 95px
}

.table-cart .sum-cell .sum-control {
    padding: 0;
    text-align: center
}

.table-cart .sum-cell .sum-control-input {
    width: 40px;
    display: inline-block
}

.table-cart .sum-cell .sum-control-input:after {
    display: table;
    clear: both;
    content: " "
}

.table-cart .sum-cell .sum-control-input .font-arrow-left-xs {
    left: -15px
}

.table-cart .sum-cell .sum-control-input .font-arrow-right-xs {
    right: -15px
}

.table-cart .sum-cell .form-control {
    border: none;
    background-color: transparent;
    width: 40px
}

.table-cart .price-cell {
    width: 160px;
    padding-left: 30px;
    padding-right: 25px;
    text-align: right;
    font-family: IntroSemiBold, Arial, sans-serif;
    color: #4f7fbd;
    white-space: nowrap
}

@media (max-width: 767px) {
    .table-cart .price-cell {
        font-size: 18px;
        padding-left: 20px
    }
}

.table-cart .price-cell .font-rbl-bold {
    font-size: 11px
}

.table-cart .price-cell.no-active {
    color: #b1b1b2
}

.table-cart .price-cell-head {
    padding-left: 30px;
    padding-right: 25px;
    text-align: right
}

.table-cart .control-cell {
    text-align: right;
    min-width: 12px
}

.table-cart .control-element {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 50px;
    padding: 0;
    font-family: icomoon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    cursor: pointer
}

.table-cart .control-element:before {
    content: "\e636"
}

.table-cart .control-element:hover {
    color: #e10371
}

@media (min-width: 1250px) {
    .cart-list-item .cart-info {
        padding-top: 50px
    }

    .cart-list-item .cart-pict {
        padding-bottom: 40px;
        padding-left: 30px
    }

    .cart-list-item .cart-pict img {
        left: 40px
    }

    .table-cart-wrap {
        padding-left: 320px;
        clear: none
    }
}

@media (min-width: 1250px) {
    .cart-list-item .cart-pict {
        width: 320px;
        height: 360px;
        line-height: 280px
    }

    .cart-list-item .cart-info {
        margin-left: 320px
    }
}

.cart-wish {
    text-align: center
}

@media (max-width: 999px) {
    .cart-wish {
        text-align: left;
        font-size: 22px;
        line-height: 22px;
        margin-left: 20px
    }
}

@media (max-width: 767px) {
    .cart-wish {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: -20px
    }
}

.header-about {
    margin-bottom: 70px
}

@media (max-width: 999px) {
    .header-about {
        margin-bottom: 30px;
        min-height: 225px
    }
}

@media (max-width: 767px) {
    .header-about {
        margin-bottom: 20px;
        min-height: 135px
    }
}

.header-about .container {
    z-index: 250
}

.header-about h1 {
    color: #fff
}

.header-about .header-personal-info .btn {
    color: #fff;
    border-color: hsla(0, 0%, 100%, .5)
}

.header-about .header-personal-info .btn-circle, .header-about .header-personal-info .btn-search {
    border-color: hsla(0, 0%, 100%, .5)
}

.header-about .header-personal-info .icon-font {
    color: #fff
}

.header-about .header-personal-info .header-search-block .icon-font {
    color: #413d4d
}

.header-about .header-personal-info a:hover, .header-about .header-personal-info a:hover .icon-font, .header-about .header-personal-info button:hover, .header-about .header-personal-info button:hover .icon-font {
    color: #4f7fbd
}

.header-about .header-personal-info .btn-info.prof-out {
    border-right-color: transparent
}

.about-head .col-left {
    float: left;
    max-width: 780px;
    width: 65%
}

@media (max-width: 999px) {
    .about-head .col-left {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }
}

.about-head .col-right {
    float: right;
    width: 210px;
    margin-right: 10%
}

@media (max-width: 999px) {
    .about-head .col-right {
        float: none;
        width: 100%;
        margin-left: 0
    }
}


.about-main-text {
    position: relative;
    margin-bottom: 60px;
    padding: 0 20px 60px
}

@media (max-width: 999px) {
    .about-main-text {
        padding: 0 0 40px;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .about-main-text {
        padding-bottom: 30px;
        margin-bottom: 25px
    }
}

.about-main-text:after {
    display: table;
    clear: both;
    content: " "
}

.about-main-text:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background-color: #e3e3e6
}

@media (max-width: 999px) {
    .about-main-text:before {
        left: 0;
        right: 0
    }
}

.about-main-text h1 {
    line-height: 45px;
    margin-bottom: 30px
}

@media (max-width: 999px) {
    .about-main-text h1 {
        line-height: 35px;
        margin-bottom: 20px;
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .about-main-text h1 {
        line-height: 24px;
        font-size: 24px
    }
}

.about-main-text .text-block {
    max-width: 660px;
    font-size: 18px;
    line-height: 26px
}

@media (max-width: 767px) {
    .about-main-text .text-block {
        line-height: 24px
    }
}

.about-main-text .about-main-contacts {

}

.about-main-text .about-main-contacts .icon-block {
    margin-bottom: 12px
}

.about-main-text .about-main-contacts .icon-font {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    font-size: 24px;
    margin-left: 6px
}

.about-main-text .about-main-contacts .icon-font:first-child {
    margin-left: 0
}

.about-main-text .text-block-contacts {
    font-size: 14px;
    line-height: 20px
}

.about-advantages {
    position: relative;
    margin-bottom: 90px;
    padding-right: 20px;
    padding-left: 20px
}

@media (max-width: 999px) {
    .about-advantages {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 30px;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .about-advantages {
        margin-bottom: 35px
    }
}

.about-advantages:before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background-color: #e3e3e6
}

@media (max-width: 999px) {
    .about-advantages:before {
        content: "";
        left: 0;
        right: 0
    }
}

.about-advantages:after {
    display: table;
    clear: both;
    content: " "
}

.about-advantages .col {
    float: left;
    width: 30%;
    margin-left: 5%
}

.about-advantages .col:first-child {
    margin-left: 0
}

@media (max-width: 999px) {
    .about-advantages .col {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .about-advantages .col {
        margin-top: 25px
    }
}

.about-advantages .font-ab-philosophy {
    font-size: 38px;
    top: 2px
}

.about-advantages .font-ab-assortment {
    font-size: 32px;
    top: 5px
}

.about-advantages .font-ab-quality {
    font-size: 40px;
    top: 3px
}

.about-advantages h3 {
    line-height: 40px;
    margin-bottom: 20px
}

.about-advantages h3 .icon-font {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.about-advantages .head-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 22px
}

@media (max-width: 767px) {
    .about-advantages .head-text {
        line-height: 23px;
        margin-bottom: 15px
    }
}

.about-advantages .sub-text {
    font-size: 14px;
    line-height: 22px
}

.about-advantages .sub-text p {
    margin-bottom: 0
}

.about-advantages .sub-text p span {
    font-family: IntroSemiBold, Arial, sans-serif
}

.about-advantages .sub-text ul {
    margin-bottom: 0
}

.about-advantages .sub-text .gray-style li:before {
    top: 5px
}

.about-news {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 999px) {
    .about-news {
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-news .about-news-head:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.about-news .about-news-head--mobile h2 {
    display: block
}

.about-news .about-news-head--mobile a {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.about-news .all-news {
    text-align: right;
    margin-top: 10px
}

@media (max-width: 999px) {
    .about-news .all-news {
        margin-top: 5px;
        text-align: left;
        margin-bottom: 15px
    }
}

.about-news .all-news a:hover {
    text-decoration: underline
}

.about-news-content {
    font-size: 0
}

@media (max-width: 999px) {
    .about-news-content {
        overflow-x: auto
    }
}

.about-news-content__inner {
    width: auto
}

@media (max-width: 999px) {
    .about-news-content__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 2px;
        padding-bottom: 10px
    }
}

.about-news-content:after {
    display: table;
    clear: both;
    content: " "
}

.about-news-content .info-other-item {
    width: 25%;
    border-left-color: transparent;
    float: left;
    height: 380px;
    padding-bottom: 30px;
    overflow: hidden
}

@media (max-width: 999px) {
    .about-news-content .info-other-item {
        width: auto;
        float: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        height: 330px
    }
}

@media (max-width: 767px) {
    .about-news-content .info-other-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 235px;
        flex: 0 0 235px;
        max-width: 235px;
        height: 325px
    }
}

.about-news-content .info-other-item:last-child {
    display: none
}

@media (max-width: 999px) {
    .about-news-content .info-other-item:last-child {
        display: block
    }
}

.about-news-content .info-other-item:first-child {
    border-left-color: #e3e3e6
}

.about-news-content .info-other-item .text-block {
    overflow: hidden;
    position: relative
}

.about-news-content .info-other-item .text-ellipsis {
    width: 100%;
    height: 100%
}

.about-teasers {
    padding: 0 10px
}

.about-news + .about-teasers {
    padding-top: 90px
}

.about-teasers-carousel, .about-teasers-content {
    font-size: 0
}

.about-teasers-carousel:after, .about-teasers-content:after {
    display: table;
    clear: both;
    content: " "
}

.about-teasers-carousel .info-other-item, .about-teasers-content .info-other-item {
    width: 25%;
    border-left-color: transparent;
    float: left;
    height: 380px;
    padding-bottom: 30px;
    overflow: hidden
}

.about-teasers-carousel .info-other-item .text-block, .about-teasers-content .info-other-item .text-block {
    overflow: hidden;
    position: relative
}

.about-teasers-carousel .info-other-item .text-ellipsis, .about-teasers-content .info-other-item .text-ellipsis {
    width: 100%;
    height: 100%
}

.about-teasers-item {
    float: left;
    width: 25%
}

.about-teasers-item h2 {
    margin-bottom: 27px
}

.about-teasers-item .info-other-item {
    width: 100%
}

.about-teasers-item:first-child .info-other-item {
    border-left-color: #e3e3e6
}

.about-teasers-item:nth-child(5) {
    display: none
}

.about-teasers-carousel {
    opacity: 0
}

.about-teasers-carousel .carousel-item.active .info-other-item {
    border-left-color: #e3e3e6
}

.about-teasers-carousel .carousel-item.active ~ .carousel-item .info-other-item {
    border-left-color: transparent
}

.about-teasers-carousel .about-teasers-item {
    float: none;
    width: 100%
}

.about-teasers-carousel .owl-nav .owl-prev {
    left: -45px
}

.about-teasers-carousel .owl-nav .owl-next {
    right: -45px
}

.about-teasers-carousel.owl-loaded {
    opacity: 1
}

@media (min-width: 1250px) {
    .about-news-content .info-other-item {
        width: 20%
    }

    .about-news-content .info-other-item:last-child {
        display: block
    }

    .about-teasers-item {
        width: 20%
    }

    .about-teasers-item:nth-child(5) {
        display: block
    }
}

.about-news-head {
    position: relative;
    margin-bottom: 12px;
    line-height: 50px
}

@media (max-width: 999px) {
    .about-news-head {
        min-height: 50px
    }
}

.about-news-head:after {
    display: table;
    clear: both;
    content: " "
}

.about-news-head h2 {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top
}

.subscribe-news {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 999px) {
    .subscribe-news {
        position: static
    }
}

.subscribe-news .info-text {
    display: none;
    line-height: 50px
}

@media (max-width: 999px) {
    .subscribe-news .info-text {
        text-align: left;
        padding-top: 10px;
        line-height: 20px
    }
}

.subscribe-news .form-group {
    margin-bottom: 0
}

@media (max-width: 999px) {
    .subscribe-news .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .subscribe-news .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.subscribe-news .form-control {
    width: 25%;
    margin-left: 16px
}

@media (max-width: 999px) {
    .subscribe-news .form-control {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (max-width: 767px) {
    .subscribe-news .form-control {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px
    }
}

.subscribe-news .btn {
    margin-left: 6px;
    display: none;
    padding-left: 0;
    padding-right: 0;
    width: 0;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

@media (max-width: 999px) {
    .subscribe-news .btn {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 159px;
        flex: 0 0 159px;
        max-width: 159px;
        display: inline-block
    }
}

@media (max-width: 767px) {
    .subscribe-news .btn {
        width: auto;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: block;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .subscribe-news .control-label {
        text-align: left
    }
}

@media (min-width: 1250px) {
    .subscribe-news .form-control {
        width: 20%
    }
}

.about-docs, .modal-video .modal-content {
    padding-right: 65px;
    padding-left: 65px
}

.back-to-page-clubs-list {
    margin-bottom: 8px
}

@media (max-width: 999px) {
    .back-to-page-clubs-list {
        margin-bottom: 15px
    }
}

.clubs-list {
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 999px) {
    .clubs-list {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 25px
    }
}

@media (max-width: 767px) {
    .clubs-list {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.clubs-list .tab-content > .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clubs-list-head {
    margin-bottom: 30px;
    position: relative
}

@media (max-width: 999px) {
    .clubs-list-head {
        margin-bottom: 20px
    }
}

.clubs-list-head:after {
    display: table;
    clear: both;
    content: " "
}

.nav-clubs-list {
    position: relative;
    z-index: 10
}

@media (max-width: 999px) {
    .nav-clubs-list {
        display: block;
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .nav-clubs-list {
        margin-bottom: 20px
    }
}

.clubs-list-filter {
    top: 0;
    position: absolute;
    right: 10px;
    left: 10px;
    margin-top: -35px
}

@media (max-width: 999px) {
    .clubs-list-filter {
        position: static;
        margin-top: 0
    }
}

.clubs-list-filter:after {
    display: table;
    clear: both;
    content: " "
}

.clubs-list-filter > li {
    width: 25%;
    float: left;
    padding-left: 20px
}

@media (max-width: 999px) {
    .clubs-list-filter > li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .clubs-list-filter > li {
        float: none;
        width: 100%;
        padding-left: 0
    }
}

.clubs-list-filter > li:first-child {
    margin-left: 50%
}

@media (max-width: 999px) {
    .clubs-list-filter > li:first-child {
        margin-left: 0;
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .clubs-list-filter > li:first-child {
        margin-bottom: 10px
    }
}

.clubs-list-filter .control-label {
    padding-left: 25px;
    color: #b1b1b2;
    margin-bottom: 7px;
    display: inline-block
}

@media (max-width: 767px) {
    .clubs-list-filter .control-label {
        padding-left: 0
    }
}

.clubs-list-items {
    margin: 1px 0 0;
    border: solid #e3e3e5;
    border-width: 0 0 0 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.clubs-list-items:after {
    display: table;
    clear: both;
    content: " "
}

.club-list-item {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 25px;
    min-height: 310px;
    border: 1px solid #e3e3e6;
    border-left-width: 0;
    margin-top: -1px;
    font-size: 14px;
    line-height: 20px
}

@media (max-width: 1249px) {
    .club-list-item {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media (max-width: 999px) {
    .club-list-item {
        max-width: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .club-list-item {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 30px;
        padding-right: 30px;
        min-height: 100%
    }
}

.club-list-item .name {
    font-size: 18px;
    font-family: IntroSemiBold, Arial, sans-serif;
    margin-bottom: 15px
}

.club-list-item .type {
    padding-bottom: 12px;
    width: 75%;
    border-bottom: 1px solid #e3e3e6;
    margin-bottom: 12px
}

.club-list-item .city {
    margin-bottom: 11px
}

.club-list-item .text a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 1250px) {
    .clubs-list-filter > li {
        width: 20%
    }

    .clubs-list-filter > li:first-child {
        margin-left: 60%
    }
}

.clubs {
    padding-top: 60px;
    padding-left: 70px;
    padding-right: 70px
}

@media (max-width: 999px) {
    .clubs {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .clubs {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.clubs-head-link-block {
    display: block;
    text-align: center;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 1px solid #e3e3e6;
    padding-top: 40px;
    -webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
    transition: background .15s ease-in-out, color .15s ease-in-out
}

@media (max-width: 999px) {
    .clubs-head-link-block {
        width: auto;
        height: auto;
        border-radius: 0;
        border: none;
        padding-top: 0;
        text-align: left;
        display: inline-block;
        vertical-align: top
    }
}

.clubs-head-link-block b {
    font-weight: 400
}

@media (max-width: 999px) {
    .clubs-head-link-block b {
        display: none
    }
}

.clubs-head-link-block .icon-font {
    font-size: 50px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    margin-bottom: 10px
}

@media (max-width: 999px) {
    .clubs-head-link-block .icon-font {
        margin-bottom: 0
    }
}

.clubs-head-link-block span {
    position: relative;
    display: block;
    font: 12px/18px IntroSemiBold, Arial, sans-serif;
    text-transform: uppercase
}

.clubs-head-link-block span:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #4f7fbd
}

@media (max-width: 999px) {
    .clubs-head-link-block span:before {
        content: ""
    }
}

@media (max-width: 999px) {
    .clubs-head-link-block span {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-top: 16px
    }
}

.clubs-head-link-block:hover {
    background-color: #4f7fbd;
    color: #fff;
    border-color: #4f7fbd
}

@media (max-width: 999px) {
    .clubs-head-link-block:hover {
        background: 0 0;
        color: #4f7fbd;
        border-color: #e3e3e6
    }
}

.clubs-head {
    padding-bottom: 50px;
    border-bottom: 1px solid #e3e3e6;
    margin-bottom: 60px
}

@media (max-width: 999px) {
    .clubs-head {
        border: none;
        margin-bottom: 30px;
        padding: 0
    }
}

@media (max-width: 767px) {
    .clubs-head {
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e3e3e6
    }
}

.clubs-head:after {
    display: table;
    clear: both;
    content: " "
}

.clubs-head .col {
    float: left
}

@media (max-width: 999px) {
    .clubs-head .col {
        float: none
    }
}

.clubs-head .col-left {
    width: 65%
}

@media (max-width: 999px) {
    .clubs-head .col-left {
        width: 100%;
        margin-bottom: 15px
    }
}

.clubs-head .col-right {
    width: 180px;
    margin-left: 10%
}

@media (max-width: 999px) {
    .clubs-head .col-right {
        width: 100%;
        margin-left: 0
    }
}

.clubs-head .info {
    font-size: 20px;
    line-height: 30px
}

@media (max-width: 999px) {
    .clubs-head .info {
        font-size: 18px;
        line-height: 24px
    }
}

.clubs-type .tab-content > .tab-pane {
    display: block
}

@media (max-width: 999px) {
    .clubs-type .tab-content > .tab-pane {
        display: none
    }
}

.clubs-type .tab-content > .tab-pane.active {
    display: block
}

.clubs-type .fade {
    opacity: 1
}

@media (max-width: 999px) {
    .clubs-type .fade {
        opacity: 0
    }
}

@media (max-width: 999px) {
    .clubs-type .fade.in {
        opacity: 1
    }
}

.clubs-type:after {
    display: table;
    clear: both;
    content: " "
}

.clubs-type .col {
    float: left;
    width: 47%;
    margin-left: 6%
}

@media (max-width: 999px) {
    .clubs-type .col {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.clubs-type .col:first-child {
    margin-left: 0
}

.clubs-type h2 {
    line-height: 40px;
    margin-bottom: 25px
}

@media (max-width: 999px) {
    .clubs-type h2 {
        display: none
    }
}

.clubs-type h2 .icon-font {
    color: #4f7fbd;
    font-size: 38px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px
}

.clubs-type h2 .font-rio {
    margin-bottom: 2px
}

.clubs-type h2 .font-filter-lo {
    font-size: 34px;
    margin-bottom: 5px
}

.clubs-type .btn {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 22px
}

@media (max-width: 999px) {
    .clubs-type .btn {
        margin-top: 5px
    }
}

@media (max-width: 767px) {
    .clubs-type .btn {
        max-width: 290px;
        width: 100%
    }
}

.clubs-type .name {
    font: 18px/25px IntroSemiBold, Arial, sans-serif;
    margin-bottom: 5px
}

.brand-illustration {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    background: no-repeat 50% 50%
}

.brand-illustration.small-banner {
    background-size: 768px 170px
}

.brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 50px
}

@media (max-width: 999px) {
    .brand {
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brand.container {
    padding-bottom: 60px
}

@media (max-width: 999px) {
    .brand.container {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .brand.container {
        padding-bottom: 40px
    }
}

.brand h1 {
    margin-bottom: 35px
}

@media (max-width: 999px) {
    .brand h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px
    }
}

.brand__info {
    font-size: 20px;
    line-height: 30px
}

.brand__more {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px
}

@media (max-width: 999px) {
    .brand__more {
        padding-top: 0;
        margin-right: 85px
    }
}

@media (max-width: 767px) {
    .brand__more {
        text-align: center;
        margin: 30px 0 0
    }
}

.brand__more-link {
    display: block
}

.brand__left-block {
    margin-right: 95px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 265px;
    flex: 0 0 265px;
    max-width: 265px
}

@media (max-width: 999px) {
    .brand__left-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .brand__left-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brand__left-block--no-animal {
    margin-top: 90px
}

@media (max-width: 999px) {
    .brand__wrap-sub-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 290px
    }
}

@media (max-width: 767px) {
    .brand__wrap-sub-info {
        margin: 0 auto
    }
}

.brand__sub-info {
    position: relative;
    padding-left: 60px
}

@media (max-width: 999px) {
    .brand__sub-info {
        margin-bottom: 0;
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .brand__sub-info {
        margin-top: 30px
    }
}

.brand__sub-info:first-child {
    margin-bottom: 30px
}

.brand__sub-info img {
    position: absolute;
    top: 5px;
    left: 0;
    max-width: 40px
}

.brand__sub-info h4 {
    font-family: IntroRegular, Arial, sans-serif;
    color: #4f7fbd;
    margin-bottom: 5px
}

.brand__sub-info h4 span {
    color: #413d4d
}

.brand__sub-info h4 a {
    color: #4f7fbd
}

.brand__sub-info p {
    margin: 0;
    line-height: 20px
}

.brand-carousel-block {
    position: relative;
    padding-top: 60px
}

@media (max-width: 999px) {
    .brand-carousel-block {
        padding-top: 40px
    }
}

@media (max-width: 767px) {
    .brand-carousel-block {
        padding-top: 30px
    }
}

.brand-carousel-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background-color: #e3e3e5
}

@media (max-width: 999px) {
    .brand-carousel-block:before {
        left: 30px;
        right: 30px
    }
}

@media (max-width: 767px) {
    .brand-carousel-block:before {
        left: 15px;
        right: 15px
    }
}

.brand-carousel-block .brand-carousel {
    padding: 0
}

@media (max-width: 999px) {
    .brand-carousel-block .brand-carousel h2 {
        margin-bottom: -25px
    }
}

@media (max-width: 767px) {
    .brand-carousel-block .brand-carousel h2 {
        margin-bottom: -70px
    }
}

@media (max-width: 999px) {
    .brand-carousel-block .brand-carousel-wrap {
        height: 460px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .brand-carousel-block .similar-products-wrap_auto.brand-carousel-wrap {
        height: auto;
    }

}

@media (max-width: 767px) {
    .brand-carousel-block .brand-carousel-wrap {
        height: 500px
    }
}

@media (max-width: 767px) {
    .brand-carousel-block .brand-carousel-container {
        position: relative
    }
}

.brand-carousel-block .brand-carousel-item {
    text-align: left
}

@media (max-width: 999px) {
    .brand-carousel-block .brand-carousel-item {
        height: 345px !important
    }
}

@media (max-width: 767px) {
    .brand-carousel-block .brand-carousel-item {
        height: 303px !important
    }
}

.brand-carousel-block .brand-carousel-item .link-more {
    color: #4f7fbd
}

.brand-carousel-block .brand-carousel-item.product-type__carousel-item--active {
    z-index: 9999
}

.brand-carousel-block .brand-carousel-item.product-type__carousel-item--active .product-type__info {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

@media (max-width: 480px) {
    .brand-carousel-block .brand-carousel-item.product-type__carousel-item--active .product-type__info {
        width: 100vw
    }
}

@media (max-width: 480px) {
    .brand-carousel-block .brand-carousel-item.product-type__carousel-item--active .product-type__text.open {
        height: 130px !important
    }
}

@media (max-width: 375px) {
    .brand-carousel-block .brand-carousel-item.product-type__carousel-item--active .product-type__text.open {
        height: 140px !important
    }
}

@media (max-width: 320px) {
    .brand-carousel-block .brand-carousel-item.product-type__carousel-item--active .product-type__text.open {
        height: 150px !important
    }
}

.brand-pets__list {
    z-index: 100;
    top: 0;
    left: 100%;
    margin-left: 0;
    width: 335px
}

@media (max-width: 999px) {
    .brand-pets__list {
        left: 280px !important
    }
}

@media (max-width: 767px) {
    .brand-pets__list {
        left: 0 !important
    }
}

@media (max-width: 480px) {
    .brand-pets__list {
        width: 100%
    }
}

.brand-pets__list.main-type-pet-list {
    bottom: auto
}

.brand-pets__list li:first-child {
    margin-bottom: 10px
}

.brand-pets__list li a {
    padding-left: 30px
}

.brand-pets__name {
    padding: 0 10px 13px 30px;
    font-size: 18px;
    line-height: 20px;
    font-family: IntroSemiBold;
    border-bottom: 1px solid #e3e3e6
}

.product-type:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 40px;
    right: 40px;
    height: 1px;
    background-color: #e3e3e5
}

.product-type h2 {
    margin-bottom: 35px
}

.product-type__carousel-wrap {
    padding: 0 60px
}

.product-type__carousel-items {
    margin: 0 auto
}

.product-type__carousel-item {
    position: relative;
    border: 1px solid #e3e3e5;
    margin-left: -1px;
    height: 343px;
    padding: 20px 20px 139px
}

@media (max-width: 1100px) {
    .product-type__carousel-item {
        height: 326px
    }
}

.product-type__carousel-item .product-type__info .link-more {
    display: inline-block;
    width: auto
}

.product-type__carousel-item--active .product-type__info {
    z-index: 9999;
    -webkit-box-shadow: 0 1px 13px #d7d7d9;
    box-shadow: 0 1px 13px #d7d7d9;
    background-color: #fff
}

.product-type__image {
    position: relative;
    display: block;
    margin-bottom: 15px;
    z-index: 105
}

.product-card__image {
    padding: 24px;
    position: relative;
    display: flex;
    margin-left: -1px;
    transition: opacity .3s;
}

.product-card__image:hover {
    opacity: .8;
}

@media (min-width: 1024px) {
    .product-card__image {
        height: 300px;
    }
}

.product-type__name {
    font-family: IntroRegular, Arial, sans-serif
}

.product-card__name {
    text-align: center;
    margin: 8px 24px 0;
}

.product-type__text {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden
}

.product-card__text {
    text-align: center;
    font-size: 14px;
    margin: 8px 24px 0;
    line-height: 20px;
}

.product-type__info {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    padding: 30px;
    -webkit-transition: background .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, background .2s ease-in-out, transform .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, background .2s ease-in-out, transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.product-type__info .link-more {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    width: auto;
    position: relative;
    padding-top: 10px
}

.product-type__info .link-more:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    border-bottom: 1px dotted #4f7fbd;
    width: 100%;
    height: 1px
}

.product-type__sub-link {
    display: inline-block;
    padding-top: 5px;
    border-bottom: 1px solid #4f7fbd;
    line-height: 14px
}

@media (max-width: 999px) {
    .header-partnership {
        min-height: 225px
    }
}

@media (max-width: 767px) {
    .header-partnership {
        min-height: 135px
    }
}

@media (max-width: 999px) {
    .header-partnership .header-illustration {
        display: block
    }
}

.header-partnership .container {
    z-index: 250
}

.header-partnership h1 {
    color: #fff
}

.header-partnership .header-personal-info .btn {
    color: #fff;
    border-color: hsla(0, 0%, 100%, .5)
}

.header-partnership .header-personal-info .btn-circle, .header-partnership .header-personal-info .btn-search {
    border-color: hsla(0, 0%, 100%, .5)
}

.header-partnership .header-personal-info .icon-font {
    color: #fff
}

.header-partnership .header-personal-info .header-search-block .icon-font {
    color: #413d4d
}

.header-partnership .header-personal-info a:hover, .header-partnership .header-personal-info a:hover .icon-font, .header-partnership .header-personal-info button:hover, .header-partnership .header-personal-info button:hover .icon-font {
    color: #4f7fbd
}

.header-partnership .header-personal-info .btn-info.prof-out {
    border-right-color: transparent
}

.header-illustration-partnership {
    position: absolute;
    width: 100%;
    height: 480px;
    top: 50px;
    left: 0;
    background: url(../../media/img/partnership-pict.jpg) no-repeat 50% 50%;
    background-size: cover
}

@media (max-width: 999px) {
    .header-illustration-partnership {
        height: 175px
    }
}

@media (max-width: 767px) {
    .header-illustration-partnership {
        height: 85px
    }
}

.partnership {
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 999px) {
    .partnership {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .partnership {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.partnership .single-form h2 {
    margin-bottom: 45px;
    font-size: 40px
}

@media (max-width: 767px) {
    .partnership .single-form h2 {
        font-size: 24px;
        line-height: 30px
    }
}

.partnership-head {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 50px
}

@media (max-width: 999px) {
    .partnership-head {
        border: none;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .partnership-head {
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e3e3e6
    }
}

.partnership-head:after {
    display: table;
    clear: both;
    content: " "
}

.partnership-head:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    height: 1px;
    background-color: #e3e3e6
}

@media (max-width: 767px) {
    .partnership-head:before {
        display: none
    }
}

.partnership-head h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px
}

@media (max-width: 999px) {
    .partnership-head h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .partnership-head h2 {
        font-size: 24px;
        line-height: 24px
    }
}

.partnership-head .info {
    font-size: 18px;
    line-height: 26px
}

.partnership-head .col-left {
    float: left;
    max-width: 780px;
    width: 65%
}

@media (max-width: 999px) {
    .partnership-head .col-left {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }
}

.partnership-head .col-right {
    float: right;
    width: 180px;
    margin-right: 10%
}

@media (max-width: 999px) {
    .partnership-head .col-right {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.partnership-head-link-block {
    display: block;
    text-align: center;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 1px solid #e3e3e6;
    padding-top: 30px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

@media (max-width: 999px) {
    .partnership-head-link-block {
        width: auto;
        height: auto;
        border-radius: 0;
        border: none;
        padding-top: 0;
        text-align: left;
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width: 767px) {
    .partnership-head-link-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.partnership-head-link-block .icon-font {
    font-size: 48px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    margin-bottom: 10px
}

@media (max-width: 999px) {
    .partnership-head-link-block .icon-font {
        margin-bottom: 0
    }
}

.partnership-head-link-block span {
    position: relative;
    display: block;
    font: 12px/18px IntroSemiBold, Arial, sans-serif;
    text-transform: uppercase
}

.partnership-head-link-block span:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #4f7fbd
}

@media (max-width: 999px) {
    .partnership-head-link-block span:before {
        content: ""
    }
}

@media (max-width: 999px) {
    .partnership-head-link-block span {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-top: 16px
    }
}

@media (max-width: 767px) {
    .partnership-head-link-block span {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media (max-width: 999px) {
    .partnership-head-link-block span br {
        display: none
    }
}

.partnership-head-link-block:hover {
    background-color: #4f7fbd;
    border-color: #4f7fbd;
    color: #fff
}

@media (max-width: 999px) {
    .partnership-head-link-block:hover {
        background: 0 0;
        color: #4f7fbd;
        border-color: #e3e3e6
    }
}

@media (max-width: 999px) {
    .partnership-info-block {
        display: none
    }
}

.partnership-info-block .right-info-block .decor-block i {
    font-size: 24px;
    top: 20px
}

.partnership-info-block .right-info-block .decor-block .font-ab-email {
    margin-left: 8px
}

@media (max-width: 999px) {
    .form-main-step--partnership .form-group {
        max-width: 100%
    }
}

@media (max-width: 999px) {
    .form-main-step--partnership .form-step-error {
        float: none
    }
}

@media (max-width: 767px) {
    .form-main-step--partnership .form-step-error {
        padding-top: 10px;
        text-align: left
    }
}

@media (max-width: 999px) {
    .form-main-step--partnership .btn-group .btn {
        float: none
    }
}

@media (max-width: 767px) {
    .form-main-step--partnership .btn-group .btn {
        width: 100%;
        max-width: 290px
    }
}

@media (max-width: 999px) {
    .form-main-step--partnership .block-step {
        border-bottom: 1px solid #e3e3e5
    }
}

.header .header-illustration-where2buy {
    bottom: 81px
}

.header-menu-where2buy {
    margin-top: 10px
}

@media (max-width: 999px) {
    .header-menu-where2buy {
        margin-top: 30px
    }
}

.header-menu-where2buy a {
    min-height: 60px;
    padding-top: 19px;
    padding-bottom: 19px
}

@media (max-width: 999px) {
    .header-menu-where2buy a {
        min-height: 40px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.header-menu-where2buy .header-menu-main {
    font-size: 16px
}

.where2buy {
    padding: 60px 50px 0
}

@media (max-width: 999px) {
    .where2buy {
        padding: 25px 30px 0
    }
}

@media (max-width: 767px) {
    .where2buy {
        padding: 15px 15px 0
    }
}

.where2buy-pane {
    display: none
}

.where2buy-pane.active {
    display: block
}

.where2buy-head {
    padding-bottom: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e3e3e6
}

@media (max-width: 999px) {
    .where2buy-head {
        padding-bottom: 20px;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .where2buy-head {
        padding-bottom: 0;
        border: none;
        margin-bottom: 20px
    }
}

.where2buy-head:after {
    display: table;
    clear: both;
    content: " "
}

.where2buy-head .col {
    float: left
}

@media (max-width: 999px) {
    .where2buy-head .col {
        float: none
    }
}

.where2buy-head .col-left {
    width: 52%
}

@media (max-width: 999px) {
    .where2buy-head .col-left {
        display: none
    }
}

.where2buy-head .info {
    font-size: 18px;
    line-height: 30px
}

.where2buy-head .col-right {
    width: 35%;
    margin: 0 8% 0 5%
}

@media (max-width: 999px) {
    .where2buy-head .col-right {
        width: 100%;
        margin: 0
    }
}

.where2buy-head .sub-info {
    color: #b1b1b2
}

.where2buy-head .sub-info .icon-font {
    float: left;
    width: 25px;
    margin-top: 3px
}

@media (max-width: 999px) {
    .where2buy-head .sub-info .icon-font {
        margin-top: 4px;
        width: 35px
    }
}

@media (max-width: 767px) {
    .where2buy-head .sub-info .icon-font {
        width: 25px;
        margin-top: 1px
    }
}

.where2buy-head .sub-info .text {
    margin-left: 25px
}

@media (max-width: 999px) {
    .where2buy-head .sub-info .text {
        margin-left: 35px
    }
}

@media (max-width: 767px) {
    .where2buy-head .sub-info .text {
        margin-left: 25px;
        line-height: 20px
    }
}

.where2buy-filter-wrap {
    position: relative;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 999px) {
    .where2buy-filter-wrap {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .where2buy-filter-wrap {
        margin-bottom: 20px
    }
}

.where2buy-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    width: 100%
}

@media (max-width: 999px) {
    .where2buy-filter {
        padding-right: 110px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .where2buy-filter {
        padding-right: 0
    }
}

.where2buy-filter > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px;
    display: none
}

@media (max-width: 999px) {
    .where2buy-filter > li {
        padding-right: 20px;
        margin-bottom: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .where2buy-filter > li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0
    }
}

.where2buy-filter > li .fancy-select .trigger {
    min-height: 50px
}

.where2buy-filter > li .fancy-select .trigger span {
    position: absolute;
    left: 25px;
    right: 40px;
    top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.where2buy-filter > li:first-child {
    display: block;
    padding-left: 0
}

.where2buy-filter .control-label {
    display: block;
    color: #b1b1b2;
    margin: 0 0 8px 20px
}

.clear-where2buy-filter {
    display: none;
    vertical-align: top;
    margin-top: 33px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: #4f7fbd;
    text-align: center;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    position: absolute;
    left: 100%;
    top: 0
}

@media (max-width: 767px) {
    .clear-where2buy-filter {
        margin-top: 20px;
        position: relative;
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: 1px solid #4f7fbd;
        left: 0
    }
}

.clear-where2buy-filter span {
    position: absolute;
    left: 30px;
    top: 0;
    line-height: 20px
}

.clear-where2buy-filter .font-close-single {
    color: #fff;
    line-height: 50px;
    font-size: 18px
}

@media (max-width: 767px) {
    .clear-where2buy-filter .font-close-single {
        font-size: 8px;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        color: #e10371
    }
}

.clear-where2buy-filter:hover {
    background-color: #e10371
}

@media (max-width: 999px) {
    .clear-where2buy-filter:hover {
        background-color: transparent
    }
}

.where2buy-wrap {
    min-height: 250px
}

.where2buy-items {
    border: solid #e3e3e6;
    border-width: 0 0 0 1px;
    margin-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.where2buy-items .loader {
    display: none
}

.where2buy-item {
    position: relative;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 25px 25px 90px;
    min-height: 280px;
    border: 1px solid #e3e3e6;
    border-left-width: 0;
    margin-top: -1px;
    font-size: 14px;
    line-height: 20px
}

@media (max-width: 1249px) {
    .where2buy-item {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media (max-width: 999px) {
    .where2buy-item {
        max-width: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        min-height: 240px;
        padding-bottom: 25px
    }
}

@media (max-width: 767px) {
    .where2buy-item {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: 100%
    }
}

.where2buy-item .info-block {
    position: relative;
    z-index: 1
}

.where2buy-item .info-block:before {
    content: "";
    display: block;
    padding-top: 200px;
}

.where2buy-item .info-block img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
    max-height: 200px;
}

.where2buy-item .name {
    font: 18px IntroSemiBold, Arial, sans-serif;
    margin-bottom: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.where2buy-item .metro span {
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #4f7fbd;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #4f7fbd;
    line-height: 18px;
    font-size: 12px
}

.where2buy-item .address {
    margin-bottom: 7px
}

.where2buy-item .metro {
    margin-bottom: 20px
}

@media (max-width: 999px) {
    .where2buy-item .metro {
        margin-bottom: 7px
    }
}

@media (max-width: 999px) {
    .where2buy-item .tel {
        margin-bottom: 10px
    }
}

.where2buy-item .link {
    font-size: 16px;
    text-decoration: underline
}

.where2buy-item:hover, .where2buy-item:hover .info-block {
    z-index: 100
}

.where2buy-item:hover .where2buy-item-hover {
    visibility: visible;
    opacity: 1
}

.where2buy-item .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px
}

.where2buy-item-hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    background-color: #fff;
    -webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out
}

.where2buy-items:after {
    display: table;
    clear: both;
    content: " "
}

.where2buy-item-other {
    padding: 20px;
    font-size: 13px
}

.where2buy-item-other .name {
    font: 18px/25px IntroSemiBold, Arial, sans-serif;
    margin-bottom: 10px
}

.where2buy-item-other .name img {
    margin-right: 10px
}

.where2buy-item-other .company {
    font-family: IntroSemiBold, Arial, sans-serif;
    margin-bottom: 12px
}

.where2buy-item-other .info li {
    margin-top: 10px
}

.where2buy-item-other .info li:first-child {
    margin-top: 0
}

@media (min-width: 1250px) {
    .where2buy-item, .where2buy-item-other {
        width: 20%
    }
}

.question-answer {
    padding: 70px 60px 0
}

.question-answer.container {
    padding-bottom: 0
}

@media (max-width: 999px) {
    .question-answer {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .question-answer {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.question-answer__mobile-text {
    display: none
}

@media (max-width: 999px) {
    .question-answer__mobile-text {
        display: block;
        margin-top: 10px;
        margin-bottom: 30px
    }
}

.question-answer .single-form h2 {
    margin-bottom: 45px;
    font-size: 40px
}

@media (max-width: 999px) {
    .question-answer-info-block {
        display: none
    }
}

.question-answer-info-block .right-info-block-main .text {
    text-align: center;
    margin: 0
}

.question-answer-info-block .right-info-block .decor-block i {
    font-size: 24px;
    top: 20px
}

.question-answer-info-block .right-info-block .decor-block .font-ab-email {
    margin-left: 8px
}

.form-main-step--question-answer .form-group {
    padding-bottom: 0
}

@media (max-width: 999px) {
    .form-main-step--question-answer .form-group {
        max-width: 100%
    }
}

@media (max-width: 999px) {
    .form-main-step--question-answer .form-step-error {
        float: none
    }
}

@media (max-width: 767px) {
    .form-main-step--question-answer .form-step-error {
        padding-top: 10px;
        text-align: left
    }
}

.form-main-step--question-answer .btn-group .btn {
    margin-top: 20px
}

@media (max-width: 999px) {
    .form-main-step--question-answer .btn-group .btn {
        float: none
    }
}

@media (max-width: 767px) {
    .form-main-step--question-answer .btn-group .btn {
        width: 100%;
        margin-top: 18px
    }
}

.form-main-step--question-answer .block-step {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.question-answer-main {
    margin-top: 32px;
    padding-top: 100px;
    border-top: 1px solid #e3e3e6;
    position: relative
}

@media (max-width: 999px) {
    .question-answer-main {
        padding-top: 22px
    }
}

.head-question-answer:after {
    display: table;
    clear: both;
    content: " "
}

.question-answer-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -50px;
    position: relative
}

@media (max-width: 999px) {
    .question-answer-filter {
        margin: 0;
        position: static;
        float: none
    }
}

.question-answer-filter .filter-drop {
    width: 320px;
    margin-left: 20px
}

@media (max-width: 999px) {
    .question-answer-filter .filter-drop {
        width: 282px
    }
}

@media (max-width: 767px) {
    .question-answer-filter .filter-drop {
        width: 100%;
        margin-left: 0
    }
}

.question-answer-filter .filter-name {
    line-height: 50px;
    color: #b1b1b2
}

@media (max-width: 767px) {
    .question-answer-filter .filter-name {
        margin-left: 24px
    }
}

.qa-data-wrap {
    text-align: center
}

.qa-data-wrap .btn-info {
    padding-right: 35px;
    padding-left: 35px;
    font-family: IntroRegular, Arial, sans-serif;
    color: #000
}

.qa-data-wrap .btn-info:hover {
    background-color: #e3e3e6;
    border-color: #e3e3e6
}

@media (max-width: 767px) {
    .qa-data-wrap .btn-info {
        width: 100%
    }
}

.qa-content-main {
    margin-top: 31px;
    text-align: left;
    margin-bottom: 40px
}

.qa-content-main .panel {
    border: 1px solid #e3e3e5;
    margin-top: -1px
}

.qa-content-main .panel-heading .text-heading {
    padding: 17px 20px
}

.qa-content-main .panel-heading .arrow {
    right: 20px
}

.qa-content-main .panel-body {
    padding: 0 0 38px 40px
}

@media (max-width: 767px) {
    .qa-content-main .panel-body {
        padding-left: 0
    }
}

.qa-content-main .text-heading {
    padding-right: 30px
}

.qa-content-main .text-heading:hover {
    color: #4f7fbd
}

.qa-content-main .left-block {
    font-size: 12px;
    color: #b1b1b2;
    line-height: 26px;
    width: 145px;
    float: left
}

.qa-content-main .left-block i {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px
}

.qa-content-main .left-block .font-qa-site {
    font-size: 20px;
    margin-top: 2px
}

.qa-content-main .left-block .font-qa-delivery {
    font-size: 22px;
    margin-top: 1px
}

.qa-content-main .left-block .font-qa-assortment {
    font-size: 15px;
    margin-top: 4px
}

.qa-content-main .left-block .font-qa-other {
    font-size: 17px;
    margin-top: 6px
}

.qa-content-main .right-block {
    margin-left: 145px;
    font-size: 18px;
    font-family: IntroSemiBold, Arial, sans-serif;
    padding-right: 30px;
    max-width: 930px
}

@media (max-width: 767px) {
    .qa-content-main .right-block {
        margin-left: 0
    }
}

.qa-content-main .info {
    max-width: 570px;
    margin-left: 125px
}

@media (max-width: 767px) {
    .qa-content-main .info {
        margin-left: 20px
    }
}

.new-actions {
    margin-bottom: 40px
}

.action-title {
    text-align: left;
    padding-left: 10px
}

.action-list {
    padding: 60px 50px 0
}

@media (max-width: 999px) {
    .action-list {
        padding: 40px 30px 0
    }
}

@media (max-width: 767px) {
    .action-list {
        padding: 30px 15px 0
    }
}

.action-list.container {
    padding-bottom: 0
}

.action-list-items {
    padding: 0 10px;
    margin-top: 1px;
    margin-bottom: 40px;
    text-align: left
}

@media (max-width: 999px) {
    .action-list-items {
        padding: 0;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .action-list-items {
        padding: 0;
        margin-bottom: 20px
    }
}

.action-list-item {
    display: block;
    margin-top: -1px;
    padding: 30px 30px 35px;
    border: 1px solid #e3e3e5;
    color: #413d4d;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

@media (max-width: 999px) {
    .action-list-item {
        padding-right: 20px;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .action-list-item {
        padding: 20px
    }
}

.action-list-item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 15px rgba(65, 61, 77, .2);
    box-shadow: 0 0 15px rgba(65, 61, 77, .2)
}

.action-list-item:after {
    display: table;
    clear: both;
    content: " "
}

.action-list-item .action-list-block {
    position: relative
}

@media (max-width: 767px) {
    .action-list-item .action-list-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.action-list-item .actions-list-info {
    position: absolute;
    left: calc(35% + 40px);
    top: 0;
    padding-right: 120px;
    max-width: 700px;
    right: 0
}

@media (max-width: 1400px) {
    .action-list-item .actions-list-info {
        padding-right: 180px
    }
}

@media (max-width: 767px) {
    .action-list-item .actions-list-info {
        position: static;
        max-width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.action-list-item .actions-list-info h2 {
    margin-bottom: 20px
}

@media (max-width: 999px) {
    .action-list-item .actions-list-info h2 {
        font-size: 24px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .action-list-item .actions-list-info h2 {
        font-size: 18px;
        margin-bottom: 0
    }
}

.action-list-item .actions-list-info .sub-link {
    color: #4f7fbd;
    text-decoration: underline
}

@media (max-width: 767px) {
    .action-list-item .actions-list-info .sub-link, .action-list-item .text-ellipsis {
        display: none
    }
}

.action-list-item .pict {
    width: 35%
}

@media (max-width: 999px) {
    .action-list-item .pict {
        width: 37%
    }
}

@media (max-width: 767px) {
    .action-list-item .pict {
        width: 100%;
        margin-bottom: 5px
    }
}

.action-list-item .pict img {
    width: 100%
}

.action-list-item .date {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: 1px solid #e3e3e6;
    padding: 15px;
    width: 154px
}

@media (max-width: 999px) {
    .action-list-item .date {
        width: 150px
    }
}

@media (max-width: 767px) {
    .action-list-item .date {
        position: static;
        width: auto;
        height: auto;
        border: none;
        background: 0 0;
        color: #b1b1b2;
        text-align: left;
        padding: 18px 15px 18px 0
    }
}

.action-list-item .date__name {
    text-transform: uppercase;
    color: #cacacc;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px
}

@media (max-width: 767px) {
    .action-list-item .date__name {
        display: none
    }
}

.action-list-item .date__block {
    font-size: 12px;
    line-height: 18px
}

@media (max-width: 767px) {
    .action-list-item .date__block {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .action-list-item .date__br {
        display: none
    }
}

@media (max-width: 320px) {
    .action-list-item .date__br {
        display: block
    }
}

.action-list-item .date b {
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-family: IntroSemiBold, Arial, sans-serif;
    text-transform: uppercase;
    line-height: normal
}

@media (max-width: 999px) {
    .action-list-item .date b {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .action-list-item .date b {
        font-size: 14px;
        line-height: 20px;
        color: #b1b1b2;
        text-transform: none;
        font-family: IntroRegular, Arial, sans-serif
    }
}

.action-list-item .date span {
    display: block;
    font-size: 10px;
    color: #b1b1b2;
    line-height: normal
}

@media (max-width: 999px) {
    .action-list-item .date span {
        font-size: 9px
    }
}

@media (max-width: 767px) {
    .action-list-item .date span {
        display: none
    }
}

.action-list-item .social-likes {
    position: absolute;
    top: 92px;
    right: -6px
}

.old-actions {
    text-align: center
}

.old-actions .btn-info {
    margin: 0 auto;
    padding-right: 35px;
    padding-left: 35px;
    font-family: IntroRegular, Arial, sans-serif;
    color: #000
}

@media (max-width: 767px) {
    .old-actions .btn-info {
        padding-right: 62px;
        padding-left: 62px
    }
}

.exhib-list {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px
}

@media (max-width: 999px) {
    .exhib-list {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .exhib-list {
        padding-right: 15px;
        padding-left: 15px
    }
}

.head-exhib-list {
    margin-bottom: 11px;
    position: relative
}

@media (max-width: 999px) {
    .head-exhib-list {
        margin-bottom: 5px
    }
}

@media (max-width: 999px) {
    .head-exhib-list h2 {
        padding-right: 275px;
        line-height: 30px
    }
}

@media (max-width: 767px) {
    .head-exhib-list h2 {
        padding-right: 0;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px
    }
}

.head-exhib-list:after {
    display: table;
    clear: both;
    content: " "
}

.exhib-list-filter {
    margin-top: -50px;
    width: 236px
}

@media (max-width: 999px) {
    .exhib-list-filter {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (max-width: 767px) {
    .exhib-list-filter {
        position: static;
        float: none;
        width: 100%;
        max-width: 290px;
        margin-bottom: 15px
    }
}

.exhib-list-filter:after {
    display: table;
    clear: both;
    content: " "
}

.nav-top-exhib-list {
    width: 100%;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .nav-top-exhib-list {
        margin-bottom: 20px
    }
}

.nav-top-exhib-list a {
    padding: 3px 0
}

.exhib-list-items {
    border: 1px solid #e3e3e6;
    border-width: 1px 0
}

.exhib-list-item {
    position: relative;
    border: solid #e3e3e6;
    border-width: 1px 1px 0;
    padding: 0 70px 0 20px;
    min-height: 60px;
    width: 100%;
}

.exhib-list-item:after {
    display: table;
    clear: both;
    content: " "
}

.exhib-list-item .col {
    float: left;
    padding-right: 20px
}

@media (max-width: 767px) {
    .exhib-list-item .col {
        float: none
    }
}

.exhib-list-item .icon-block-col {
    position: absolute;
    right: 20px;
    top: 21px;
    line-height: 1
}

.exhib-list-item .icon-block-col .icon-font {
    display: inline-block;
    vertical-align: bottom;
    line-height: 18px;
    margin-left: 6px
}

.exhib-list-item .icon-block-col .font-ex-text {
    font-size: 15px
}

.exhib-list-item .icon-block-col .font-ex-camera {
    font-size: 18px
}

.exhib-list-item .date-place-col {
    position: relative;
    width: 19.043552%;
    font-size: 12px;
    line-height: 20px;
    padding: 19px 0
}

@media (max-width: 999px) {
    .exhib-list-item .date-place-col {
        width: 25.974026%
    }
}

@media (max-width: 767px) {
    .exhib-list-item .date-place-col {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 5px
    }
}

.exhib-list-item .date-place-col .font-ex-calendar {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin-right: 5px;
    color: #a0a0a2;
    margin-top: 2px
}

.exhib-list-item .date-place-col img {
    margin-right: 5px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top
}

.exhib-list-item .name-col {
    width: 33.048676%;
    font: 18px/20px IntroSemiBold, Arial, sans-serif;
    padding: 19px 0
}

@media (max-width: 999px) {
    .exhib-list-item .name-col {
        width: 34.090909%
    }
}

@media (max-width: 767px) {
    .exhib-list-item .name-col {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 30px
    }
}

.exhib-list-item .info-col {
    width: 47.907771%;
    font-size: 16px;
    line-height: 20px;
    padding: 19px 0
}

@media (max-width: 999px) {
    .exhib-list-item .info-col {
        width: 39.935065%
    }
}

@media (max-width: 767px) {
    .exhib-list-item .info-col {
        display: none
    }
}

.link-exhib-list-old {
    display: block;
    width: 100%;
    line-height: 60px;
    min-height: 60px;
    border: 1px solid #e3e3e6;
    border-width: 0 1px;
    background-color: #f0f1f2;
    text-align: center;
    text-transform: uppercase;
    font-family: IntroSemiBold, Arial, sans-serif;
    color: #413d4d;
    font-size: 12px;
    position: relative;
    z-index: 100
}

.link-exhib-list-old:after {
    display: table;
    clear: both;
    content: " "
}

.exhib-list-items-old {
    border-bottom: 1px solid #e3e3e6
}

.exhib-list-items-old .exhib-list-item {
    background-color: #f0f1f2
}

.exhib-list-items-old .exhib-list-item:first-child {
    border-top: none
}

.head-info-exhib {
    position: relative;
    margin-bottom: 10px
}

.head-info-exhib .date-place-block {
    font-size: 12px;
    line-height: 20px
}

.head-info-exhib .date-place-block .date {
    color: #413d4d;
    font-size: 12px;
    margin: 0
}

.head-info-exhib .date-place-block .font-ex-calendar {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin-right: 5px;
    color: #a0a0a2;
    margin-top: 2px
}

.head-info-exhib .date-place-block img {
    margin-right: 5px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top
}

.head-info-exhib .icon-block {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    color: #4f7fbd
}

.head-info-exhib .icon-block .icon-font {
    display: inline-block;
    vertical-align: bottom;
    line-height: 18px;
    margin-left: 6px
}

.head-info-exhib .icon-block .font-ex-text {
    font-size: 15px
}

.head-info-exhib .icon-block .font-ex-camera {
    font-size: 18px
}

.info-other-item-exhib .name {
    margin-bottom: 4px
}

.detail-info-slider {
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 52px;
    margin-bottom: 50px
}

@media (max-width: 999px) {
    .detail-info-slider {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .detail-info-slider {
        margin-top: 25px;
        margin-bottom: 60px
    }
}

.detail-info-slider:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.detail-info-slider .slider-block {
    bottom: 0;
    right: 0
}

.detail-info-slider .item-slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible
}

.detail-info-slider .item-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.detail-info-slider .item-slide span {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    display: block;
    color: #b1b1b2;
    margin-left: 145px
}

@media (max-width: 767px) {
    .detail-info-slider .item-slide span {
        display: none
    }
}

.detail-info-slider .nav-step-slider {
    color: #252a34;
    font-size: 15px;
    width: 100px;
    line-height: 50px;
    position: absolute;
    top: 100%;
    text-align: center
}

.nav-detail-info-slider {
    width: 100px;
    margin: 0;
    top: 100%;
    height: 50px
}

.nav-detail-info-slider a {
    border: none;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background-color: transparent
}

.detail-info-slider-modal {
    margin: 0
}

@media (max-width: 767px) {
    .detail-info-slider-modal {
        height: 100%
    }
}

.detail-info-slider-modal .nav-detail-info-slider {
    height: 80px;
    left: 30px
}

@media (max-width: 767px) {
    .detail-info-slider-modal .nav-detail-info-slider {
        height: 40px;
        left: 0;
        margin: 0 auto;
        right: 0
    }
}

.detail-info-slider-modal .nav-step-slider {
    line-height: 80px;
    left: 30px
}

@media (max-width: 767px) {
    .detail-info-slider-modal .nav-step-slider {
        line-height: 40px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.detail-info-slider-modal .item-slide span {
    padding: 30px 0;
    margin-right: 30px;
    margin-left: 175px
}

.slider-modal .modal-dialog {
    padding: 0;
    width: 55%;
    margin: 80px auto
}

@media (max-width: 999px) {
    .slider-modal .modal-dialog {
        width: 90%
    }
}

@media (max-width: 767px) {
    .slider-modal .modal-dialog {
        width: 100%;
        margin: 0;
        position: relative;
        padding: 0;
        height: 100%;
        display: block
    }
}

.slider-modal .modal-content {
    position: relative;
    padding: 80px 0;
    border-radius: 10px
}

@media (max-width: 767px) {
    .slider-modal .modal-content {
        height: 100%;
        border-radius: 0;
        padding-top: 45px;
        padding-bottom: 60px
    }
}

@media (max-width: 767px) {
    .slider-modal .modal-close {
        right: 10px
    }
}

.contacts {
    padding: 60px 50px 0
}

@media (max-width: 1250px) {
    .contacts {
        padding: 40px 30px 0
    }
}

@media (max-width: 767px) {
    .contacts {
        padding: 30px 15px 0
    }
}

.contacts.container {
    padding-bottom: 0
}

.contacts-right-info .select-block {
    padding-top: 14px
}

.contacts-right-info .text {
    margin-top: 23px
}

.contacts-item {
    padding-bottom: 50px;
    border-bottom: 1px solid #e3e3e6;
    padding-top: 30px
}

@media (max-width: 1250px) {
    .contacts-item {
        padding-bottom: 30px;
        padding-top: 40px
    }
}

.contacts-item:after {
    display: table;
    clear: both;
    content: " "
}

.contacts-item:first-child {
    padding-top: 0
}

.contacts-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.contacts-item h2 {
    margin-bottom: 20px;
    margin-top: -8px
}

@media (max-width: 767px) {
    .contacts-item h2 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0
    }
}

.contacts-item .col-left {
    width: 240px;
    float: left
}

@media (max-width: 1250px) {
    .contacts-item .col-left {
        width: 100%;
        float: none
    }
}

.contacts-item .col-left:after {
    display: table;
    clear: both;
    content: " "
}

.contacts-item .col-right {
    margin-left: 300px;
    margin-top: 0
}

@media (max-width: 1250px) {
    .contacts-item .col-right {
        margin-top: 20px;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .contacts-item .col-right {
        margin-left: -15px;
        margin-right: -15px
    }
}

.contacts-item .col-right:after {
    display: table;
    clear: both;
    content: " "
}

.contacts-item .map-canvas {
    height: 290px;
    width: 100%
}

.contacts-item .address-col {
    float: none;
    width: auto
}

@media (max-width: 1250px) {
    .contacts-item .address-col {
        float: left;
        width: 50%
    }
}

@media (max-width: 767px) {
    .contacts-item .address-col {
        float: none;
        width: auto
    }
}

.contacts-item .address-info li.main-mail {
    margin-top: 20px
}

@media (max-width: 1250px) {
    .contacts-item .address-sub-info__adv-mail {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .contacts-item .address-sub-info__adv-mail, .contacts-item .address-sub-info__products {
        margin-top: 10px
    }
}

.social-likes {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.social-likes .icon-font {
    position: relative;
    top: -1px;
    font-size: 17px;
    vertical-align: middle
}

.social-likes .font-vk-f {
    font-size: 13px
}

.social-likes:hover .social-label:last-child {
    opacity: 1
}

.social-label:first-child {
    display: inline-block;
    margin-right: 10px;
    color: #b3b3b3;
    letter-spacing: -.5px;
    vertical-align: baseline
}

.social-label:last-child {
    opacity: 0;
    display: block;
    margin: 11px 0 0;
    padding: 6px 0 0;
    border-top: 1px solid #e5e5e8;
    font-size: 12px;
    line-height: 1.2;
    color: #b3b3b3;
    letter-spacing: -.5px;
    text-align: center;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.social-item {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    color: #b3b3b3;
    vertical-align: baseline;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.social-item:hover {
    color: #b61964
}

.social-item + .social-item {
    margin-left: 8px
}

.social-likes__counter {
    margin: 0 0 0 7px
}

.social-likes__counter:empty {
    display: none
}

.header .header-illustration-search {
    bottom: 81px
}

@media (max-width: 999px) {
    .header .header-illustration-search {
        display: block;
        position: relative;
        bottom: 0;
        margin-top: 38px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 767px) {
    .header .header-illustration-search {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 28px
    }
}

@media (max-width: 999px) {
    .header .header-illustration-search img {
        display: none
    }
}

.header-search-block-main {
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -217px;
    width: 434px
}

@media (max-width: 999px) {
    .header-search-block-main {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0;
        width: 100%
    }
}

.header-search-block-main .form-control {
    border-width: 3px;
    border-color: #524f5d;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 60px 15px 30px
}

@media (max-width: 999px) {
    .header-search-block-main .form-control {
        border: 1px solid #e3e3e6;
        font-size: 16px;
        line-height: 20px;
        padding: 14px 25px
    }
}

.header-search-block-main .btn-search {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

@media (max-width: 999px) {
    .header-search-block-main .btn-search {
        height: 50px
    }
}

.header-search-block-main .btn-search:hover {
    color: #4f7fbd
}

.header-search-block-main .font-loupe {
    font-size: 18px;
    line-height: 60px
}

@media (max-width: 999px) {
    .header-search-block-main .font-loupe {
        line-height: 50px
    }
}

.header-menu-search {
    font-size: 16px;
    line-height: 22px
}

.header-menu-search li.no-active a {
    color: #bcbbbf
}

.header-menu-search a {
    min-height: 60px;
    padding: 19px 18px
}

.header-menu-search a span {
    position: relative
}

.header-menu-search .sum {
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 9px;
    line-height: normal;
    font-style: normal
}

.search {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 999px) {
    .search {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    .search {
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.search h2 {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .search h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px
    }
}

.search-catalog-menu {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .search-catalog-menu {
        margin-bottom: 20px
    }
}

.search-catalog-menu:after {
    display: table;
    clear: both;
    content: " "
}

.search-catalog-menu h2 {
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    margin-bottom: 0;
    border-right: 1px solid #e3e3e6;
    margin-top: -5px
}

@media (max-width: 999px) {
    .search-catalog-menu h2 {
        padding-right: 0;
        margin-right: 0;
        border: none;
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .search-catalog-menu h2 {
        float: none;
        margin-bottom: 20px
    }
}

.search-catalog-menu .nav-tab-select .nav-l {
    float: left;
    font: 16px/35px IntroSemiBold, Arial, sans-serif
}

.search-catalog-menu .nav-l li {
    float: left
}

.search-catalog-menu .nav-l li:first-child a {
    padding-left: 0
}

.search-catalog-menu .nav-l a {
    padding: 6px 7px;
    line-height: 23px
}

.search-catalog-menu .nav-l .icon-font {
    display: inline-block;
    line-height: 23px;
    vertical-align: top;
    padding-right: 5px
}

.search-catalog-menu .nav-l .font-filter-r-dove, .search-catalog-menu .nav-l .font-filter-rio {
    font-size: 19px;
    margin-top: 3px
}

.search-catalog-menu .nav-l .font-filter-lo {
    font-size: 25px;
    margin-top: 3px
}

.search-catalog-menu .nav-l .font-filter-fito, .search-catalog-menu .nav-l .font-filter-ingr {
    font-size: 21px
}

.search-catalog-menu .nav-l .font-filter-fito {
    margin-top: 2px
}

.search-catalog-menu .nav-l .font-filter-ingr {
    margin-top: 5px
}

.mac-chrome .search-catalog-menu h2, .mac-os .search-catalog-menu h2, .mac-safari .search-catalog-menu h2 {
    margin-top: -1px
}

.search-list-catalog {
    text-align: center;
    margin-bottom: 66px
}

@media (max-width: 999px) {
    .search-list-catalog {
        margin-bottom: 30px
    }
}

.search-list-catalog .btn-info {
    font-family: IntroRegular, Arial, sans-serif;
    margin-top: 40px
}

@media (max-width: 999px) {
    .search-list-catalog .btn-info {
        color: #413d4d
    }
}

@media (max-width: 767px) {
    .search-list-catalog .btn-info {
        margin-top: 20px
    }
}

.search-list-catalog .btn-info:hover {
    background-color: #e3e3e6;
    border-color: #e3e3e6
}

.search-news-content {
    border: solid #e3e3e6;
    border-width: 0 0 0 1px;
    margin-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (max-width: 999px) {
    .search-news-content {
        border-top-width: 1px
    }
}

.search-news-content .info-other-item {
    border: 1px solid #e3e3e6;
    border-left-width: 0;
    height: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: auto;
    float: none;
    min-height: 100%;
    max-height: 100%
}

@media (max-width: 1249px) {
    .search-news-content .info-other-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
}

@media (max-width: 999px) {
    .search-news-content .info-other-item {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
        height: 255px
    }
}

@media (max-width: 767px) {
    .search-news-content .info-other-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        height: auto
    }
}

.search-news-content .info-other-item:last-child {
    display: block
}

.search-block {
    margin-bottom: 66px
}

@media (max-width: 999px) {
    .search-block {
        margin-bottom: 30px
    }
}

.search-block:last-child {
    margin-bottom: 0
}

.search-word {
    position: relative
}

.search-word:before {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 0;
    bottom: -2px;
    background-color: #e3e3e6;
    z-index: -1
}

@media (min-width: 1250px) {
    .header-menu-search a {
        padding-left: 30px;
        padding-right: 30px
    }

    .header-menu-search .sum {
        left: 100%
    }

    .search-catalog-menu .nav-l {
        font-size: 18px
    }

    .search-catalog-menu .nav-l a {
        padding-right: 12px;
        padding-left: 12px
    }
}

.main-error-page {
    min-height: 520px
}

.wrap-error-page {
    top: 0;
    bottom: 0;
    min-width: 320px;
    min-height: 600px
}

.error-page, .wrap-error-page {
    position: absolute;
    left: 0;
    right: 0
}

.error-page {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10%;
    text-align: center
}

.error-page img {
    margin-bottom: 8px
}

.error-page .info {
    text-align: center
}

.error-page h2 {
    color: #cacacc;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .error-page h2 {
        font-size: 26px;
        line-height: 28px
    }
}

.filter {
    padding: 0
}

.filter--qo .filter__section--brand {
    display: block
}

.filter__header {
    color: #fff;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter__header, .filter__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filter__nav .btn {
    margin-right: 8px;
    margin-bottom: 8px
}

.filter__reset {
    color: #fff
}

@media (max-width: 767px) {
    .filter__reset {
        padding-left: 16px;
        padding-right: 16px
    }
}

.filter__close {
    width: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-left: 1px solid hsla(0, 0%, 100%, .2)
}

.filter__close .icon-font {
    font-size: 15px
}

.filter__name {
    font-size: 18px;
    line-height: 50px
}

@media (max-width: 767px) {
    .filter__name {
        margin-left: -58px
    }
}

.filter__footer {
    padding-top: 30px;
    text-align: center
}

@media (max-width: 767px) {
    .filter__footer {
        padding-top: 20px
    }
}

.filter__apply, .filter__apply[disabled] {
    min-width: 288px;
    background-color: #e3e3e6 !important;
    color: #413d4d;
    font-size: 18px
}

.filter__apply--active {
    background-color: #4f7fbd !important;
    color: #fff
}

.filter__section {
    margin-bottom: 35px
}

@media (max-width: 767px) {
    .filter__section {
        margin-bottom: 25px
    }
}

.filter__section--brand, .filter__section--kind, .filter__section--pet {
    display: none
}

.filter__section--active {
    display: block
}

.filter__section-name {
    font-size: 18px;
    line-height: 22px;
    font-family: IntroSemiBold;
    margin-bottom: 10px
}

.filter__product-list {
    padding: 0
}

.filter__product-list li {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #d7d7d9
}

.filter__product-list li:before {
    display: none
}

.filter__status {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter__status .icon-font {
    color: #4f7fbd;
    line-height: 18px
}

.filter__status .font-uncheck-filter {
    font-size: 18px
}

.filter__status .font-check-filter {
    display: none;
    font-size: 19px
}

.filter__product-item {
    cursor: pointer
}

.filter__product-item--active {
    color: #4f7fbd
}

.filter__product-item--active .font-uncheck-filter {
    display: none
}

.filter__product-item--active .font-check-filter {
    display: block
}

.filter__loader {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none
}

.advantages {
    align-content: center;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(5, 160px);
    padding-top: 30px;

}
.advantages__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.advantages__image {
    height: 50px;
}

.advantages__text {
    color: #4f7fbd;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 1070px) {
    .advantages {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

.digital-kit__carousel .owl-nav .owl-prev {
    left: 0;
}

.digital-kit__carousel .owl-nav .owl-next {
    right: 0;
}

.digital-kit__carousel .owl-nav div.disabled {
    opacity: 0.2;
    pointer-events: none;
}

@media (max-width: 1023px) {
    .digital-kit__carousel {
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .digital-kit__carousel .owl-nav .owl-prev {
        left: -24px;
    }

    .digital-kit__carousel .owl-nav .owl-next {
        right: -24px;
    }
}


.digital-kit__slider {
    margin: 56px 0;
}

.gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: solid #e3e3e5;
    border-width: 0 0 0 1px;
    margin-top: 1px;
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .gallery-list {
        grid-template-columns: repeat(5, 1fr);
    }
}

.gallery-list:has(.gallery-list-item--materials) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: solid #e3e3e5;
    margin-top: 1px;
    border-width: 0 0 0 1px;
    margin-bottom: 16px;
}

.gallery-list-item--materials {
    border: 1px solid #e3e3e5;
    border-left-width: 0;
    background-color: #fff;
    display: flex;
    margin-top: -1px;
    padding: 4px;
}

.gallery-list-item {
    display: flex;
    border: 1px solid #e3e3e5;
    margin-top: -1px;
    border-left-width: 0;
    padding: 4px;
}

.gallery-list-item__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s;
}

.gallery-list-item__image:hover {
    transform: translate(0px, -6px);
}

.gallery-list__button {
    margin: 16px auto 32px auto;
    display: flex;
    width: fit-content;
}

@media (min-width: 1024px) {
    .gallery-list__button {
        margin: 24px auto;
    }
}

@media (min-width: 1024px) {
    .filter__item {
        margin-bottom: 12px;
    }
}

@media (max-width: 1023px) {
    .filter__item {
        position: relative;
        font-size: 16px;
        line-height: 1;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px dashed #d7d7d9
    }

}

.filter__title {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.digital-kit-filters__button {
    margin: 0 auto;
    max-width: fit-content;
}

@media (min-width: 1024px) {
    .digital-kit-filters__button {
        margin: 12px 0 0;
    }
}

.modal-download {
    text-align: center;
}

.modal-download__content {
    position: relative;
    text-align: center;
}

.digital-kit-section {
    margin: 0 auto 24px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .digital-kit-section {
        margin: 0 auto 24px;
        flex-direction: row;
        gap: 0;
    }
}

.digital-kit-section__filter {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .digital-kit-section__filter {
        width: 25%;
        padding-right: 40px;
    }
}

.digital-kit-section__filter .modal-filter__footer {
    background: #FFFFFF;
}

.digital-kit-section__back {
}

.digital-kit-section__buttons {
    margin-top: 16px;
}

@media (min-width: 1024px) {
    .digital-kit-section__buttons--mobile {
        display: none;
    }
}


@media (max-width: 1023px) {
    .digital-kit__filter-result {
        display: none !important;
    }

    .digital-kit__filter-block {
        margin-bottom: 16px;
    }

    .digital-kit__filters {
        display: none;
    }

    .digital-kit__filter-label {
        display: flex;
        justify-content: space-between;
    }

    .digital-kit__filters input[type=checkbox] + span::after {
        content: "\e622";
        font-size: 19px;
        display: inline-block;
        color: #4f7fbd;
        font-family: icomoon;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .digital-kit__filters input[type=checkbox]:checked + span::after {
        content: "\e60b";
    }

    .digital-kit__filter-checkbox {
        position: absolute;
    }
}

.digital-kit-section__list {

}

@media (min-width: 1024px) {
    .digital-kit-section__list {
        width: 75%;
    }
}