/*** RESET ***/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
a,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: 0 none
}

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

img,
a img,
:link img,
:visited img {
    border: 0;
    outline: none
}

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

tr {
    vertical-align: middle
}

th,
td {
    vertical-align: inherit
}

blockquote,
q {
    quotes: none
}

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

ins {
    background: #999;
    color: #000;
    text-decoration: none
}

mark {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .5em;
    background: #999;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border: 1px dotted #999;
    cursor: help
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    color: #999;
    background: #999;
    border: 0
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: 0 none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button,
input {
    width: auto;
    overflow: visible
}

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

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

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif
}


/*html{overflow-y:scroll}*/

small,
.small {
    font-size: .8125em
}

big,
.big {
    font-size: 1.25em
}

b,
strong {
    font-weight: 700
}

i,
em {
    font-style: italic
}

sub {
    vertical-align: sub;
    font-size: smaller;
    line-height: .5
}

sup {
    vertical-align: super;
    font-size: smaller;
    line-height: .5
}

pre {
    padding: 2em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

img {
    max-width: 100%
}


/*** COMMON ***/

body,
button,
input,
select,
textarea {
    font: 16px/1.25'vwhead', Arial, Helvetica, sans-serif;
    color: #000;
}

button,
input,
select,
textarea {
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5em;
    font-weight: 700;
    line-height: normal;
    font-family: 'vwhead', Arial, Helvetica, sans-serif;
}

h1,
.h1 {
    font-size: 2em;
}

h2,
.h2 {
    font-size: 1.8125em;
}

h3,
.h3 {
    font-size: 1.75em;
}

h4,
.h4 {
    font-size: 1.5em;
}

h5,
.h5 {
    font-size: 1.25em;
}

h6,
.h6 {
    font-size: 1.125em;
}

.text_lg {
    font-size: 1.25em;
}

a {
    color: #1eb2e8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.d-lnk-txt,
.d-lnk-txt a {
    color: inherit;
}

a.d-lnk-tdu,
.d-lnk-tdu a {
    text-decoration: underline;
}

a.d-lnk-tdu:hover,
.d-lnk-tdu a:hover {
    text-decoration: none;
}

a[href^='tel:'] {
    color: inherit !important;
    text-decoration: none !important;
    cursor: default;
}

.clr_blue {
    color: #1eb2e8;
}

p {
    margin-bottom: 1.5em;
}

dd {
    padding: 0 0 1em 1em;
}

ol,
ul {
    margin-bottom: 1.5em;
}

ol {
    margin-left: 1.5em;
    list-style-type: decimal;
}

ul {
    margin-left: 1em;
    list-style: disc;
}

li {
    margin-bottom: .75em;
}

nav ol,
nav ul,
nav li,
fieldset ol,
fieldset ul,
fieldset li,
.d-plain,
.d-plain li,
.d-plain dd,
input.d-plain,
button.d-plain,
textarea.d-plain {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    list-style: none;
}

nav li:before,
fieldset li:before,
.d-plain li:before {
    display: none;
}

fieldset li {
    margin-bottom: 1.5em;
}

.d-grid {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1170px;
}

.d-grid.liquid {
    max-width: 100%;
}

.d-grid.fixed {
    width: 1170px;
}

.d-row {
    margin: 0 -12px;
}

.d-col {
    float: left;
    position: relative;
    padding: 0 12px;
    min-height: 1px;
}

.d-col-1 {
    width: 8.33%;
}

.d-col-2 {
    width: 16.66%;
}

.d-col-3 {
    width: 25%;
}

.d-col-4 {
    width: 33.33%;
}

.d-col-5 {
    width: 41.66%;
}

.d-col-6 {
    width: 50%;
}

.d-col-7 {
    width: 58.33%;
}

.d-col-8 {
    width: 66.66%;
}

.d-col-9 {
    width: 75%;
}

.d-col-10 {
    width: 83.33%;
}

.d-col-11 {
    width: 91.66%;
}

.d-col-12 {
    width: 100%;
}

.d-col-offset-0 {
    margin-left: 0;
}

.d-col-offset-1 {
    margin-left: 8.33%;
}

.d-col-offset-2 {
    margin-left: 16.66%;
}

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

.d-col-offset-4 {
    margin-left: 33.33%;
}

.d-col-offset-5 {
    margin-left: 41.66%;
}

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

.d-col-offset-7 {
    margin-left: 58.33%;
}

.d-col-offset-8 {
    margin-left: 66.66%;
}

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

.d-col-offset-10 {
    margin-left: 83.33%;
}

.d-col-offset-11 {
    margin-left: 91.66%;
}

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

.d-bsbb,
.d-grid,
.d-col,
.d-wrapper,
.btn,
.button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.d-wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.d-table {
    display: table;
    table-layout: fixed;
}

.d-table-row {
    display: table-row;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.d-cb:after,
.d-grid:after,
.d-grid-liquid:after,
.d-row:after {
    clear: both;
    display: block;
    height: 0;
    content: '.';
    visibility: hidden;
}

.d-clear {
    clear: both;
}

.d-ht {
    display: block;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.d-db {
    display: block;
}

.d-ib,
.btn,
.button {
    display: inline-block;
    vertical-align: middle;
}

.d-ha:after,
.d-hb:before {
    display: block;
    height: 0;
    content: '.';
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.d-fn {
    float: none;
}

.d-fl {
    float: left;
}

.d-fr {
    float: right;
}

.d-pr {
    position: relative;
}

.d-tac {
    text-align: center;
}

.d-tal {
    text-align: left;
}

.d-tar {
    text-align: right;
}

.d-taj {
    text-align: justify;
}

.d-ttu {
    text-transform: uppercase;
}

.d-lhn {
    line-height: normal;
}

.d-vat {
    vertical-align: top;
}

.d-vam {
    vertical-align: middle;
}

.d-vab {
    vertical-align: bottom;
}

.d-wsnw {
    white-space: nowrap;
}

.d-hidden,
.d-hide-pc {
    display: none;
}


/* table */

.d-wrap table {
    margin: 2em 0;
    width: 100%;
    background: #fff;
    border: 1px solid #d4dbdd;
}

.d-wrap tr {
    vertical-align: inherit;
}

.d-wrap td,
.d-wrap th {
    padding: 15px 10px 15px 25px;
    border-bottom: 1px solid #d4dbdd;
}

.d-wrap th {
    padding-top: 7px;
    padding-bottom: 7px;
    background: #e7ecef;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}

.d-wrap tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.d-wrap table.d-plain,
.d-wrap table.d-plain th,
.d-wrap table.d-plain td {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}

.d-wrap th.is-sort {
    cursor: pointer;
}

.d-wrap th.is-sort span {
    position: relative;
}

.d-wrap th.is-sort span:before,
.d-wrap th.is-sort span:after {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    content: '.';
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.d-wrap th.is-sort span:before {
    bottom: 100%;
    margin-bottom: -9px;
    border-bottom-color: #787f83;
}

.d-wrap th.is-sort span:after {
    top: 100%;
    margin-top: -4px;
    border-top-color: #787f83;
}

.d-wrap th.is-acs span:after {
    border-top-color: #1eb2e8;
}

.d-wrap th.is-desc span:before {
    border-bottom-color: #1eb2e8;
}


/* form */

.d-wrap button,
.d-wrap input,
.d-wrap select,
.d-wrap textarea,
#colorbox button,
#colorbox input,
#colorbox select,
#colorbox textarea,
.btn,
.button {
    padding: .75em 15px;
    background: #fff;
    border: 1px solid #dee0e2;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.d-wrap button,
.d-wrap [type="button"],
.d-wrap [type="reset"],
.d-wrap [type="submit"],
#colorbox button,
#colorbox [type="button"],
#colorbox [type="reset"],
#colorbox [type="submit"],
.btn,
.button {
    padding-left: 30px;
    padding-right: 30px;
    background: #1eb2e8;
    border-color: #1eb2e8;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}

.d-wrap button:hover,
.d-wrap [type="button"]:hover,
.d-wrap [type="reset"]:hover,
.d-wrap [type="submit"]:hover,
#colorbox button:hover,
#colorbox [type="button"]:hover,
#colorbox [type="reset"]:hover,
#colorbox [type="submit"]:hover,
.btn:hover,
.button:hover {
    background: #12a7dd;
    border-color: #12a7dd;
}

.d-wrap button:active,
.d-wrap [type="button"]:active,
.d-wrap [type="reset"]:active,
.d-wrap [type="submit"]:active,
#colorbox button:active,
#colorbox [type="button"]:active,
#colorbox input[type="reset"]:active,
#colorbox [type="submit"]:active,
.btn:active,
.button:active {
    background: #119bcd;
    border-color: #119bcd;
}

.btn_o,
#colorbox .btn_o {
    background: none;
    color: #1eb2e8;
}

.btn_o:hover,
#colorbox .btn_o:hover {
    background: none;
    color: #12a7dd;
}

.btn_o:active,
#colorbox .btn_o:active {
    background: none;
    color: #119bcd;
}

.btn_dark,
#colorbox .btn_dark {
    background: #045783;
    border-color: #045783;
}

.btn_dark:hover,
#colorbox .btn_dark:hover {
    background: #044d73;
    border-color: #044d73;
}

.btn_dark:active,
#colorbox .btn_dark:active {
    background: #044364;
    border-color: #044364;
}

.btn_sm,
#colorbox .btn_sm {
    padding: .5em 1em .55em;
    font-size: 11px;
}

.btn_crcl,
#colorbox .btn_crcl {
    border-radius: 3em;
}

.d-wrap input[type="checkbox"],
.d-wrap input[type="radio"] {
    position: absolute;
    left: -999em;
    padding: 0;
    background: none;
    border: 0;
}

.d-wrap input[type="checkbox"]+label,
.d-wrap input[type="radio"]+label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.d-wrap input[type="checkbox"]+label:before,
.d-wrap input[type="radio"]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -.25em;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #d4dbdd;
    font: normal normal normal 18px/22px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
    content: '\f00c';
    border-radius: 100%;
}

.d-wrap input[type="checkbox"]:checked+label:before,
.d-wrap input[type="radio"]:checked+label:before {
    color: #00537e;
}

.d-wrap select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist
}

.btn_close {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    background: #b2b4b6;
    font-size: 38px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    text-indent: -3px;
    cursor: pointer;
    border-radius: 100%;
}


/* transition */

.d-wrap a,
.d-wrap button,
.d-wrap input,
.d-wrap select,
.d-wrap textarea,
#colorbox a,
#colorbox button,
#colorbox input,
#colorbox select,
#colorbox textarea,
.trans,
.search-results__title:before,
#d-header:after {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}


/*** STYLES ***/

html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    position: relative;
    background: #f1f5f6;
}

#d-wrap {
    position: relative;
    z-index: 700;
    width: 100%;
    min-height: 100%;
    overflow: visible;
}

#d-wrap:after {
    display: block;
    clear: both;
    height: 0;
    content: '.';
    visibility: hidden;
}

#d-header {
    position: relative;
    z-index: 333;
}

#d-header:after {
    position: fixed;
    z-index: 599;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
}

.is-form-header-opened #d-header:after {
    opacity: 1;
    visibility: visible;
}

.aside-fixed {
    position: fixed;
    z-index: 555;
    top: 0;
    bottom: 0;
    left: 0;
    width: 95px;
    background: #fff;
    font-weight: 900;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 30px 0 50px -30px rgba(0, 0, 0, .15);
}

.aside-fixed nav {
    border-bottom: 1px solid #e7eaec;
}

.aside-fixed nav li {
    position: relative;
}

.aside-fixed nav a {
    display: block;
    position: relative;
    padding: 0 15px;
    height: 90px;
    border-top: 1px solid #e7eaec;
    color: #88979e;
    text-decoration: none;
}

.aside-fixed nav .fa {
    display: block;
    margin: 0 auto 5px;
    padding-top: 15px;
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.aside-fixed nav a:hover,
.aside-fixed nav li:hover>a {
    color: #000;
}

.aside-fixed nav a:hover .fa,
.aside-fixed nav li:hover>a .fa,
.aside-fixed nav li.current a>.fa {
    color: #1eb2e8;
}

.aside-fixed nav li.current>a {
    color: #1eb2e8;
}

.aside-fixed nav a span {
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -30px;
    padding: 3px 6px;
    background: #f00;
    color: #fff;
    border-radius: 10px;
}

.aside-fixed nav .subnav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #fff;
    white-space: nowrap;
    box-shadow: inset 30px 0 50px -30px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
}

.aside-fixed nav .subnav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 90px;
}

.aside-fixed nav .subnav a {
    border: 0;
}

.aside-fixed nav .subnav .fa {
    display: inline-block;
    margin: 33px 0 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: #88979e;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
}

.aside-fixed nav .subnav .fa:hover {
    background: #1eb2e8;
}

.aside-fixed nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
}

.header-top {
    /* margin-left: 95px; */
    height: 80px;
    background: #0099da;
    text-align: center;
}

.header-top .d-grid {
    position: relative;
    height: 100%;
}
.header-top__right{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*-ms-align-items: center;
    align-items: center;*/
}
.header-top .btn {
    margin: 0 6px;
    min-width: 120px;
}

.header-top .btn .fa {
    margin: -2px 5px 0px 0;
    font-size: 14px;
    vertical-align: middle;
}

.header-top iframe {
    position: absolute;
    left: -999em;
}

.header-top__title {
    display: inline-block;
    margin: 0;
    color: #fff;
}
.header-top__buttons{
    margin-left: 40px;
}
.header-top__userarea .header-top__buttons{
    margin-left: 0;
}
.header-top__buttons a {
    display: inline-block;
    vertical-align: top;
    margin-left: 26px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.header-top__right .header-top__buttons .fa,
.header-top .fa-home {
    display: block;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
    background: #0974a2;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
}
.header-top .fa-home{
    margin-left: 0;
    margin-right: 0;
}
.header-top__right .header-top__buttons.header-top__socials a{
    margin-right: 25px;
}
.header-top__right .header-top__buttons.header-top__socials a:last-child{
    margin-right: 0;
}

.header-top__socials {
    white-space: nowrap;
}

.header-top__socials .fa {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.header-top .fa-home {
    font-size: 18px;
    text-decoration: none;
}

.header-form {
    position: absolute;
    z-index: 600;
    top: -22px;
    right: 0;
    padding: 0 20px 1.5em;
    width: 360px;
    max-height: calc(100vh - 1.5em);
    background: #f1f5f6;
    text-align: left;
    overflow: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header-form .btn_close {
    margin-top: 20px;
}

.header-form__header {
    margin: 0 -20px 1.5em;
    padding: 0 20px;
    height: 80px;
    background: #dee1e3;
}

.header-form__header h2 {
    padding-top: 20px;
}

.header-form fieldset input,
.header-form fieldset select,
.header-form fieldset textarea {
    width: 100%;
}

.header-form fieldset div.error {
    color: red;
    margin: .5em;
}

.header-form small {
    font-size: 14px;
}

.header-form__buttons {
    padding: 2em 0 1em;
    text-align: center;
}

.header-form__buttons .loading {
    background: url(../img/form-loader.gif) no-repeat;
    width: 50px;
    height: 10px;
    margin: auto;
    display: none;
}

.header-form__buttons input {
    min-width: 150px;
}

.header-form_reg {
    width: 460px;
}

.header-form_reg fieldset ul {
    display: table;
    width: 100%;
}

.header-form_reg fieldset li {
    display: table-row;
    margin: 0;
}

.header-form_reg fieldset label,
.header-form_reg fieldset span {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1.5em;
}

.header-form_reg fieldset label {
    padding-right: 10px;
    text-transform: uppercase;
}

.header-form_reg fieldset span {
    width: 100%;
}

.header-form_reg .reg-type label {
    margin: 0 30px 2em 0;
}

.header-form.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.userarea {
    color: #fff;
    text-align: right;
}

.userarea__welcome {
    margin: -.5em 0 .25em;
    font-size: 1.25em;
}

.userarea__links {
    font-size: .875em;
}

.userarea__links a {
    margin-left: 6px;
    color: inherit;
}

#d-content {
    /* margin-left: 95px; */
}

.header-search {
    /*height: 90px; background: #bcc3c6;*/
}

.header-search .d-grid {
    position: relative;
    padding-top: 25px;
    padding-bottom: 10px;
}

.header-search form {
    margin-right: 160px;
}

.header-search input,
.header-search select {
    width: 100%;
}

.header-search__query {
    position: relative;
    /* padding-right: 30px;*/
}

.header-search__query input {
    padding-left: 40px;
}

.header-search__query button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    width: 40px;
    height: 100%;
    background: none !important;
    border: 0;
    font-size: 20px;
    color: #1eb2e8 !important;
}


/*
.header-search__query input {}
.header-search__query button { position: absolute; top: 0; right: -10px; padding: 0 !important; width: 40px; height: 40px; background: none !important; border: 0; font-size: 20px; color: #1eb2e8 !important; }
*/

.header-search .chosen-container {
    width: 100% !important;
}

.header-search__buttons {
    position: absolute;
    top: 18px;
    right: 10px;
}
.header-search__buttons--mobile{
    position: static;
    display: none;
}

.header-search__buttons a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 30px;
    font-size: 11px;
    line-height: 1;
    color: inherit;
    text-decoration: none;
    text-align: center;
}
.header-search__buttons a em{
    font-style: normal;
}

.header-search__buttons a:hover {
    color: #0099da;
}

.header-search__buttons .fa {
    display: block;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
    background: #b2b4b5;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%;
}

.header-search__buttons span {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 5px;
    padding: 0 4px;
    height: 15px;
    background: #faaa00;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

.header-search__link {
    font-size: 13px;
}

.slider-offers {
    background: #d8dede;
    overflow: hidden;
}

.slider-offers .d-grid {
    max-width: 100%;
}

.slider-offers__body {
    vertical-align: top;
    background: url(../img/bg_glow.png) 160% 50% no-repeat;
}

.slider-offers__item {
    position: relative;
    padding: 3em 0;
    min-height: 320px;
}

.slider-offers__item h2 {
    /* margin: 0 23% .5em; */
}

.slider-offers__item .descr {
    /* margin: 0 35% 0 23%;*/
    margin-right: 40%;
    font-size: 1.25em;
}

.slider-offers__item .descr ul,
.slider-offers__body .descr li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-offers__item .descr li {
    position: relative;
    margin-top: .75em;
    padding-left: 25px;
}

.slider-offers__item .descr li:before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 8px;
    height: 8px;
    background: #1eb2e8;
    content: '.';
    text-indent: -999em;
    overflow: hidden;
    border-radius: 100%;
}

.slider-offers__item .img {
    position: absolute;
    top: 1.5em;
    bottom: 1.5em;
    right: 2.5%;
    width: 37.5%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.slider-offers__aside {
    position: relative;
    padding: 1.5em 0 3em;
    background: #fff;
    text-align: center;
}
.slider-offers__aside--mobile{
    display: none;
}

.slider-offers__aside:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -999%;
    height: auto;
    background: #fff;
}

.slider-offers__aside .num {
    position: relative;
    font-weight: 700;
    font-size: 7.9375em;
    line-height: 1;
}

.slider-offers__aside .num:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-left: -35px;
    width: 70px;
    height: 3px;
    background: #202020;
    content: '.';
    text-indent: -999em;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0 10px 5px #000;
    opacity: .15;
}

.slider-offers__aside .years {
    font-weight: 700;
    font-size: 3.96875em;
    line-height: 1;
}

.slider-offers__aside .garant {
    font-weight: 700;
    font-size: 2.06375em;
    line-height: 1;
}

.slider-offers__aside .descr {
    margin: 1em;
    padding: 15px 0;
    font-size: 1.27em;
}

.slider-offers__nav {
    background: #2c81b2;
}


.slider-offers__nav .d-col {
    padding: 0 6px;
}

.slider-offers__nav ul {
    width: 100%;
    height: 80px;
}

.slider-offers__nav li {
    display: table-cell;
    background-color: #bcc3c6;
    border-left: 1px solid #2c81b2;
    cursor: pointer;
}

.slider-offers__nav span {
    display: block;
    position: relative;
    height: 80px;
    overflow: hidden;
}

.slider-offers__nav svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65%;
    max-height: 65%;
    fill: #fff;
    stroke: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-offers__nav_spark span {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.slider-offers__nav_spark svg {
    max-width: 85%;
    max-height: 85%;
}

.slider-offers__nav_amort span,
.slider-offers__nav_filter span {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.slider-offers__nav li.current {
    background-color: #fff;
}

.slider-offers__nav li.current svg {
    fill: #1eb2e8;
    stroke: #1eb2e8;
}

.slider-offers .slick-list {
    margin-left: auto;
    width: 1010px;
    max-width: 100%;
}

.index-book {
    padding: 4em 0;
    background: #5a6d7b url(../img/bg_book.jpg) 0 0 no-repeat;
    color: #fff;
}
.index-book--mobile{
    display: none;
}
.index-book__body {
    margin-left: 500px;
}

.box-tg {
    padding: 6em 0;
    background: #d8dede url(../img/tg.png) 5% 0 no-repeat;
    background-size: contain;
    color: #fff;
}
.box-tg__body {
    margin-left: 500px;
}
.box-tg img {
    display: none;
}

.dealers-map {
    position: absolute;
    z-index: 330;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.is-dealers-map-opened .dealers-map {
    opacity: 1;
    visibility: visible;
}

.search-results {
    position: relative;
}

.search-results__content {
    position: relative;
    z-index: 5;
    padding-bottom: 1.5em;
    padding-right: 30px;
    background: #f1f5f6;
}

.search-results__header {
    display: table;
    position: relative;
    width: 100%;
    background: #fff;
}

.search-results__header:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    right: 100%;
    height: auto;
    background: #fff;
}

.search-results__product {
    padding-left: 15px;
    width: 100%;
    font-size: 20px;
}

.search-results__product strong {
    display: block;
}

.search-results__baseprice {
    padding: 15px 25px 15px 15px;
    background: #f7f7f7;
    color: #1eb2e8;
    white-space: nowrap;
}

.search-results__baseprice strong {
    display: block;
    font-size: 14px;
    color: #000;
}

.search-results__baseprice span {
    font-size: 20px;
}

.search-results__body {
    margin-bottom: 1.5em;
    max-height: 480px;
    overflow: auto;
}

.search-results table {
    margin: 0;
    font-size: 20px;
}

.search-results td.search-results__dealer {
    font-size: 18px;
}

.search-result__payment_type {
    margin-top: 5px;
}

.search-results__price, .search-result__payment_type {
    width: 130px;
}

.search-results__quantity {
    width: 105px;
}

.search-results tr td:last-child {
    padding-right: 20px;
}

.search-results__value {
    font-size: 20px;
}

.search-results__title {
    display: block;
    position: relative;
    cursor: pointer;
}

.search-results__title:before {
    position: absolute;
    top: .35em;
    left: -15px;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #1eb2e8;
}

.search-results__descr {
    height: auto;
    max-height: 0;
    overflow: hidden;
}

.search-results .fa-shopping-cart {
    float: right;
    margin: -5px 0 -5px 10px;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    background: #1eb2e8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-indent: -1px;
    border-radius: 100%;
}

.is-opened .search-results__descr {
    max-height: 10em;
}

.is-opened .search-results__title:before {
    margin-top: 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-results__map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-left: 75px;
}

/* search-results__mobile */
.search-results__mobile{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdd3d7;
    display: none;
}
.search-results__mobile.is-open .search-results__title:before{
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0.5em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search-results__mobile.is-open .results__mobile__top__data{
    cursor: default;
    opacity: 0;
}
.search-results__mobile.is-open .results__mobile__top__btn{
    display: none;
}
.results__mobile__top__data{
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.results__mobile__top{
    padding-left: 20px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.results__mobile__top__descr a{
    color: #000;
    font-size: 16px;
}
.results__mobile__top__descr .search-results__title{
    display: block;
    margin-bottom: 10px;
}
.results__mobile__top__descr .price{
    font-size: 20px;
    color: #000;
}

.results__mobile__top__descr .count{
    font-size: 20px;
    color: #5a6d7b;
    padding-left: 20px;
}
.results__mobile__top__btn{
    display: block;
    width: 24px;
    height: 24px;
    background: url('img/mobile-basket.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.results__mobile__details{
    margin:  0;
    padding: 0 0 0 20px;
    list-style: none;
    display: none;

}

.results__mobile__details li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.buy__btn{
    font-size: 20px;
    display: table;
    margin: 15px auto 0;
    padding-left: 30px;
    position: relative;
    left: -10px;
}
.buy__btn:before{
    content: '';
    width: 24px;
    height: 24px;
    background: url('img/mobile-basket.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -3px;
}
.results__mobile__details li:last-child{
    margin-bottom: 0;
}
.mobile__details__name{
    width: 35%;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
}
.mobile__details__descr{
    width: 65%;
    line-height: 1.3;
}
.mobile__details__descr span,
.mobile__details__descr a{
    display: block;
}
.mobile__details__descr a{
    color: #1eb2e8;
}


.cart td,
.cart th {
    padding: .5em 20px;
    vertical-align: middle;
}

.cart .cart-th__name {}

.cart .cart-th__quantity {
    width: 20%;
    text-align: center;
}

.cart .cart-th__price {
    width: 20%;
}

.cart .cart-th__remove {
    width: 1%;
}

.cart tbody {
    font-size: 20px;
}

.cart td strong {
    margin-right: 15px;
}

.cart tfoot {
    text-align: right;
}

.cart tfoot .btn {
    margin: .75em 0 .75em 15px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 220px;
}

.cart__total {
    padding: .6em 0 .5em;
    font-size: 25px;
    float: left;
}

.cart__total small {
    font-size: .8em;
}

.cart__remove {
    display: block;
    width: 25px;
    height: 25px;
    background: #e81e1e;
    font-size: 27px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    text-indent: -2px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 100%;
}

.cart-added {
    width: 480px;
    max-width: 100%;
}

.cart-added__info {
    margin: 1.5em 0;
    width: 100%;
    border: 0 solid #a7a7a7;
    border-width: 1px 0;
    font-size: 20px;
}

.cart-added__info .d-table-cell {
    vertical-align: bottom;
    padding: 1.5em 0;
}

.cart-added__name strong {
    display: block;
}

.cart-added__price {
    text-align: right;
}

.cart-added__price span {
    margin-left: 4px;
    font-size: 14px;
}

.cart-added__buttons .btn {
    margin-top: .5em;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}



.box-quantity {
    display: inline-block;
}

.box-quantity input {
    float: left;
    width: 40px;
    height: 32px;
    padding: 0;
    border: 1px solid #cfd7d9;
    border-radius: 0;
    text-align: center;
}

.box-quantity i {
    float: left;
    width: 38px;
    height: 30px;
    border: 1px solid #cfd7d9;
    font-style: normal;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.box-quantity i.dec {
    border-right: 0;
}

.box-quantity i.inc {
    border-left: 0;
}

.box-quantity:hover i {
    opacity: 1;
    visibility: visible;
}

.notice {
    margin-top: 2em;
    margin-bottom: 2em;
}

.order-box {
    margin-bottom: 4em;
}

.order-box__header {
    margin-bottom: .75em;
    padding-bottom: .75em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.order-box__dealer dt {
    float: left;
    margin-right: 6px;
    font-weight: 700;
}

.order-payment {
    font-size: 18px;
}

.order-payment label {
    display: inline-block;
    vertical-align: top;
    margin: .25em 70px 2em 0;
    padding-left: 40px !important;
}

.order-payment label:before {
    margin-top: -2px !important;
    border-radius: 4px !important;
}

.order-payment input[type="radio"]:checked+label:before {
    color: #0098dd !important;
}

.order-payment label img {
    display: block;
    margin-top: .75em;
}

.inner-wrap {
    margin-top: 3em;
    margin-bottom: 3em;
}

.personal-form-wrap dl {
    margin-top: 2em;
}

.personal-form-wrap dt {
    float: left;
    width: 20%;
    padding-top: .75em;
    font-weight: 700;
}

.personal-form-wrap dd {
    margin-left: 20%;
    padding-left: 30px;
}

.personal-form-wrap dd:after {
    clear: both;
    display: block;
    height: 0;
    content: '.';
    visibility: hidden;
}

.personal-form-wrap dd input,
.personal-form-wrap dd select,
.personal-form-wrap dd textarea {
    width: 100%;
}

.personal-form-wrap.is-view dt {
    width: 15%;
    padding-top: 0;
}

.personal-form-wrap.is-view dd {
    margin-left: 15%;
}

.filter_statistics select,
.filter_statistics input {
    width: 300px;
}

.help-search {
    padding: 2em 0;
    background: #fff;
}

.help-search .chosen-container,
.help-search textarea {
    width: 100% !important;
}

.help-search textarea {
    margin-top: 30px;
    text-transform: none;
}

.help-search__content {
    margin-right: 160px;
}

#d-footer {}

.ui-autocomplete {
    z-index: 9999;
    padding: 0;
    background: #fff;
    border: 0;
    font-size: 1em;
    color: #000;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .25);
}


/*
.ui-autocomplete:before { display: block; position: absolute; bottom: 100%; left: 0; right: 0; border-left: 15px solid #fff; border-right: 15px solid #fff; content: '.'; text-indent: -999em; overflow: hidden; }
*/

.ui-autocomplete .ui-state-active {
    background: none;
    border: 0;
    color: inherit;
}

.ui-autocomplete .ui-menu-item {
    float: none;
    padding: .5em 15px;
    width: auto;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:last-child {
    border-radius: 0 0 20px 20px;
}

.ui-autocomplete .ui-menu-item:hover {
    background: #00b0ee;
    color: #fff;
}


/* overrides */

#vw_page {
    overflow: hidden;
    min-width: 1200px;
}

#vw_content {
    margin-left: 0;
}

.vw_f1_integrator #vw_content .vw_m510_tab_bar {
    margin-left: 95px;
}


/*** MEDIA QUERIES ***/


/*
@media (max-width:1169px){
	.d-hide-lg { display: none !important; }
	.d-show-lg { display: block !important; }
	.d-fn-lg { float: none; }
	.d-fl-lg { float: left; }
	.d-fr-lg { float: right; }
	.d-tac-lg { text-align: center; }
	.d-tal-lg { text-align: left; }
	.d-tar-lg { text-align: right; }
	.d-grid { max-width: 100%; }
	.d-grid.fixed { width: 960px; }
	.d-col-lg-1 { width: 8.33%; }
	.d-col-lg-2 { width: 16.66%; }
	.d-col-lg-3 { width: 25%; }
	.d-col-lg-4 { width: 33.33%; }
	.d-col-lg-5 { width: 41.66%; }
	.d-col-lg-6 { width: 50%; }
	.d-col-lg-7 { width: 58.33%; }
	.d-col-lg-8 { width: 66.66%; }
	.d-col-lg-9 { width: 75%; }
	.d-col-lg-10 { width: 83.33%; }
	.d-col-lg-11 { width: 91.66%; }
	.d-col-lg-12 { width: 100%; }
	.d-col-offset-lg-0 { margin-left: 0; }
	.d-col-offset-lg-1 { margin-left: 8.33%; }
	.d-col-offset-lg-2 { margin-left: 16.66%; }
	.d-col-offset-lg-3 { margin-left: 25%; }
	.d-col-offset-lg-4 { margin-left: 33.33%; }
	.d-col-offset-lg-5 { margin-left: 41.66%; }
	.d-col-offset-lg-6 { margin-left: 50%; }
	.d-col-offset-lg-7 { margin-left: 58.33%; }
	.d-col-offset-lg-8 { margin-left: 66.66%; }
	.d-col-offset-lg-9 { margin-left: 75%; }
	.d-col-offset-lg-10 { margin-left: 83.33%; }
	.d-col-offset-lg-11 { margin-left: 91.66%; }
	.d-col-offset-lg-12 { margin-left: 100%; }
}

@media (max-width:1023px){
	html, body { min-width: 320px; }
	.d-hide-md { display: none !important; }
	.d-show-md { display: block !important; }
	.d-fn-md { float: none; }
	.d-fl-md { float: left; }
	.d-fr-md { float: right; }
	.d-tac-md { text-align: center; }
	.d-tal-md { text-align: left; }
	.d-tar-md { text-align: right; }
	.d-grid.fixed { width: 960px; }
	.d-col-md-1 { width: 8.33%; }
	.d-col-md-2 { width: 16.66%; }
	.d-col-md-3 { width: 25%; }
	.d-col-md-4 { width: 33.33%; }
	.d-col-md-5 { width: 41.66%; }
	.d-col-md-6 { width: 50%; }
	.d-col-md-7 { width: 58.33%; }
	.d-col-md-8 { width: 66.66%; }
	.d-col-md-9 { width: 75%; }
	.d-col-md-10 { width: 83.33%; }
	.d-col-md-11 { width: 91.66%; }
	.d-col-md-12 { width: 100%; }
	.d-col-offset-md-0 { margin-left: 0; }
	.d-col-offset-md-1 { margin-left: 8.33%; }
	.d-col-offset-md-2 { margin-left: 16.66%; }
	.d-col-offset-md-3 { margin-left: 25%; }
	.d-col-offset-md-4 { margin-left: 33.33%; }
	.d-col-offset-md-5 { margin-left: 41.66%; }
	.d-col-offset-md-6 { margin-left: 50%; }
	.d-col-offset-md-7 { margin-left: 58.33%; }
	.d-col-offset-md-8 { margin-left: 66.66%; }
	.d-col-offset-md-9 { margin-left: 75%; }
	.d-col-offset-md-10 { margin-left: 83.33%; }
	.d-col-offset-md-11 { margin-left: 91.66%; }
	.d-col-offset-md-12 { margin-left: 100%; }
}

@media (max-width:767px){
	.d-hide-sm { display: none !important; }
	.d-show-sm { display: block !important; }
	.d-fn-sm { float: none; }
	.d-fl-sm { float: left; }
	.d-fr-sm { float: right; }
	.d-tac-sm { text-align: center; }
	.d-tal-sm { text-align: left; }
	.d-tar-sm { text-align: right; }
	.d-grid.fixed { width: 610px; }
	.d-col-sm-1 { width: 8.33%; }
	.d-col-sm-2 { width: 16.66%; }
	.d-col-sm-3 { width: 25%; }
	.d-col-sm-4 { width: 33.33%; }
	.d-col-sm-5 { width: 41.66%; }
	.d-col-sm-6 { width: 50%; }
	.d-col-sm-7 { width: 58.33%; }
	.d-col-sm-8 { width: 66.66%; }
	.d-col-sm-9 { width: 75%; }
	.d-col-sm-10 { width: 83.33%; }
	.d-col-sm-11 { width: 91.66%; }
	.d-col-sm-12 { width: 100%; }
	.d-col-offset-sm-0 { margin-left: 0; }
	.d-col-offset-sm-1 { margin-left: 8.33%; }
	.d-col-offset-sm-2 { margin-left: 16.66%; }
	.d-col-offset-sm-3 { margin-left: 25%; }
	.d-col-offset-sm-4 { margin-left: 33.33%; }
	.d-col-offset-sm-5 { margin-left: 41.66%; }
	.d-col-offset-sm-6 { margin-left: 50%; }
	.d-col-offset-sm-7 { margin-left: 58.33%; }
	.d-col-offset-sm-8 { margin-left: 66.66%; }
	.d-col-offset-sm-9 { margin-left: 75%; }
	.d-col-offset-sm-10 { margin-left: 83.33%; }
	.d-col-offset-sm-11 { margin-left: 91.66%; }
	.d-col-offset-sm-12 { margin-left: 100%; }
}

@media (max-width:639px){
	.d-hide-xs { display: none !important; }
	.d-show-xs { display: block !important; }
	.d-fn-xs { float: none; }
	.d-fl-xs { float: left; }
	.d-fr-xs { float: right; }
	.d-tac-xs { text-align: center; }
	.d-tal-xs { text-align: left; }
	.d-tar-xs { text-align: right; }
	.d-grid.fixed { width: 100%; }
	.d-col-xs-1 { width: 8.33%; }
	.d-col-xs-2 { width: 16.66%; }
	.d-col-xs-3 { width: 25%; }
	.d-col-xs-4 { width: 33.33%; }
	.d-col-xs-5 { width: 41.66%; }
	.d-col-xs-6 { width: 50%; }
	.d-col-xs-7 { width: 58.33%; }
	.d-col-xs-8 { width: 66.66%; }
	.d-col-xs-9 { width: 75%; }
	.d-col-xs-10 { width: 83.33%; }
	.d-col-xs-11 { width: 91.66%; }
	.d-col-xs-12 { width: 100%; }
	.d-col-offset-xs-0 { margin-left: 0; }
	.d-col-offset-xs-1 { margin-left: 8.33%; }
	.d-col-offset-xs-2 { margin-left: 16.66%; }
	.d-col-offset-xs-3 { margin-left: 25%; }
	.d-col-offset-xs-4 { margin-left: 33.33%; }
	.d-col-offset-xs-5 { margin-left: 41.66%; }
	.d-col-offset-xs-6 { margin-left: 50%; }
	.d-col-offset-xs-7 { margin-left: 58.33%; }
	.d-col-offset-xs-8 { margin-left: 66.66%; }
	.d-col-offset-xs-9 { margin-left: 75%; }
	.d-col-offset-xs-10 { margin-left: 83.33%; }
	.d-col-offset-xs-11 { margin-left: 91.66%; }
	.d-col-offset-xs-12 { margin-left: 100%; }
}
*/


/*** PRINT STYLES ***/

@media print {
    @page {
        margin: 0.5cm;
    }
    * {
        background: #fff !important;
        color: #333 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        border: 0 !important;
        color: #333 !important;
        text-decoration: underline !important;
    }
    abbr:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #333;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


.shake-container {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.article-question-error {
    color: red;
    font-size: 12px;
    margin-left: 5px;
    display: none;
}


/* Toastr custom style */

#toast-container>.toast {
    background-image: none !important;
}

#toast-container>.toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 24px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container>.toast-warning:before {
    content: "\f0e7";
}

#toast-container>.toast-error:before {
    content: "\f071";
}

#toast-container>.toast-info:before {
    content: "\f005";
}

#toast-container>.toast-success:before {
    content: "\f00C";
}

#toast-container>div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

#toast-container> :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

.toast {
    background-color: #1ab394;
}

.toast-success {
    background-color: #1ab394;
}

.toast-error {
    background-color: #ed5565;
}

.toast-info {
    background-color: #23c6c8;
}

.toast-warning {
    background-color: #f8ac59;
}

.toast-top-full-width {
    margin-top: 20px;
}

.toast-bottom-full-width {
    margin-bottom: 20px;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex--center{
    -ms-align-items: center;
    align-items: center;
}
.flex--between{
    justify-content: space-between;
}
.d-grid.d-grid--flex:after,
.header-search__mobile{
    display: none;
}
.mob-btn{
    display: block;
    width: 30px;
}
.mob-btn span{
    display: block;
    height: 2px;
    background-color: #78838e;
    margin-bottom: 6px;
}
.mob-btn span:last-child{
    margin-bottom: 0;
}
.header--mobile{
    display: none;
    background-color: #fff;
    padding: 10px 20px;
}

/********** SEARCH RESULT ***********/
.search_tab,
.search__content{
    display: none;
}

.item.item__mobile{
    display: none;
}
/*********** MEDIA ************/
@media(max-width: 1024px){
    .slider-offers__nav .d-col-offset-3{
        margin-left: 0;
    }
    .slider-offers__nav .d-col-6{
        width: 75%;
    }
    .slider-offers__nav .d-col{
        padding-left: 0;
    }
    .slider-offers__item .img{
        -webkit-background-size: 75%;
        background-size: 75%;
    }
}
/* 1024 */
@media(max-width: 1023px){

    .search-results__mobile{
        display: block;
    }

    #search-results{
        display: none !important;
    }

    .search-results__content,
    .search-results__header,
    .search-results__baseprice{
        background-color: #fff;
    }
    .mobile__details__descr{
        text-align: right;
    }
    /* Mobile cart */
    body{
        background-color: #fff;
    }
    .order-box__dealer h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .d-wrap tbody tr:nth-child(even){
        background-color: #fff;
    }
    .d-wrap table{
        border-right: none;
        border-left: none;
    }
    .box-quantity i{
        background-color: #f7f7f7;
    }
    .cart__total small{
        font-size: 18px;
    }

    .d-grid--hidden{
        display: none !important;
    }
    .search__content.active{
        display: block;
        padding: 0 20px;
        background-color: #fff;
    }
    .search_tab{
        display: table;
        width: 90%;
        max-width: 480px;
        padding: 0;
        margin: 20px auto;
        list-style: none;
        border: 3px solid #5a6d7b;
        border-radius: 5px;
    }
    .search_tab li{
        display: table-cell;
        width: 50%;
        margin: 0;
        padding: 0;
    }
    .search_tab li a{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        height: 63px;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        background-color: #fff;
        color: #5a6d7b;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .search_tab li.active a{
        background-color: #5a6d7b;
        color: #fff;
    }
    #search-results-map{
        position: static;
        width: 100%;
        height: 400px;
        margin: 0;
        padding: 0;
        display: none;
    }
    .search__content #search-results-map{
        display: block;
    }

}
/* 1023 */
@media(max-width: 768px){
    .header-search__link{
        font-size: 10px;
        display: inherit;
    }
    .search-results__content{
        padding-right: 0;
    }
}
@media(max-width: 767px){
    .mobile__details__descr{
        text-align: left;
    }
    #d-content{
        overflow: hidden;
    }
    .header--mobile{
        display: flex;
    }
    .header-search__mobile{
        display: block;
    }
    .header-top{
        height: auto;
        padding: 10px 0;
    }
    .header-top .d-grid--flex.flex{
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .header-top__title,
    .header-top__socials,
    .header-search .header-search__buttons,
    .header-search,
    .header-top__buttons a span,
    .header-search__buttons--mobile a em,
    .index-book,
    .slider-offers__aside,
    .slider-offers__item .descr li:before{
        display: none;
    }
    .header-top__buttons a{
        color: #000;
    }
    .header-top__buttons label a{
        display: inline;
        margin-left: 0;
        vertical-align: baseline;
    }
    .header-search__buttons--mobile{
        display: flex;
        flex-grow: 1;
        justify-content: space-around;
    }
    .header-search__buttons--mobile a {
        margin-left: 5px;
        color: #fff;
    }
    .header-search__buttons--mobile .fa,
    .header-top__right .header-top__buttons .fa, .header-top .fa-home{
        background-color: transparent;
        font-size: 30px;
        margin-bottom: 0;
    }
    .header-search__buttons--mobile .fa-map-marker{
        position: relative;
        left: 10px;
    }
    .header-search form{
        margin-right: 0;
    }
    .header-search__mobile{
        padding: 5px 12px;
    }
    .header-search__mobile .header-search__query input{
        width: 100%;
        border-radius: 30px;
    }

    .header-search__mobile .header-search__query .chosen-container {
        margin-top: 10px;
        width: 100% !important;
    }

    .header-search__mobile .header-search__query .chosen-single {
        width: 100%;
        border-radius: 30px;
    }

    .header-search__mobile .header-search__query button{
        left: auto;
        right: 0;
        height: 35px;
    }

    .slider-offers__item{
        padding: 1.5em 0;
    }
    .slider-offers__nav li{
        border-color: #fff;
    }
    .slider-offers > .d-grid{
        padding: 0;
    }
    .slider-offers > .d-grid .slider-offers__body{
        padding: 0 12px;
    }
    .slider-offers__nav .d-col{
        padding-right: 0;
    }
    .slider-offers .d-col-9,
    .slider-offers__nav .d-col-6{
        width: 100%;
    }
    .slider-offers__aside.slider-offers__aside--mobile{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }
    .slider-offers__item{
        min-height: auto;
    }
    .slider-offers__item h2{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .slider-offers__item .descr li{
        font-size: 13px;
    }
    .slider-offers__aside .num{
        font-size: 75px;
    }
    .slider-offers__aside .num:after{
        width: 40px;
        margin-left: -20px;
    }
    .slider-offers__item .descr{
        margin-right: 35%;
    }
    .slider-offers__item .img{
        width: 30%;
        background-size: contain;
    }
    .aside-mobile__text{
        text-align: left;
        max-width: 240px;
        margin-left: 30px;
    }
    .slider-offers__aside .descr{
        font-size: 14px;
        padding: 0;
        margin: 0;
    }
    .slider-offers__aside .garant,
    .slider-offers__aside .years{
        display: inline-block;
        font-size: 24px;
    }
    .slider-offers__nav ul,
    .slider-offers__nav span{
        height: 50px;
    }

    .index-book.index-book--mobile{
        display: block;
        background: transparent;
        padding: 0;
    }
    .index-book.index-book--mobile img{
        display: block;
        width: 100%;
    }
    .index-book__body{
        margin: 0;
        padding: 35px 25px;
        background-color: #5a6d7b;
    }
    .index-book__body .h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .index-book__body .text_lg{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .box-tg {
        padding: 0;
        background-image: none;
    }
    .box-tg img {
        display: block;
        margin: 0 auto;
    }
    .box-tg__body {
        margin: 0;
        padding: 35px 25px;
    }
    .box-tg__body h3{
        color: #000;
    }

    /***** REGISTRATION ******/
    .header-form{
        top: -10px;
        padding-left: 0;
        padding-right: 0;
    }
    .header-form_reg,
    .header-form{
        width: 100%;
    }
    .login-block{
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-form__header{
        margin-left: 0;
        margin-right: 0;
    }
    .header-form__header .h2{
        font-size: 18px;
    }
    .header-form .btn_close{
        margin-right: 20px;
    }
    #register-container{
        padding: 0 20px 50px 20px;
    }
    .header-form.is-visible{
        background-color: #fff;
    }
    .header-form.is-visible p{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    /* .header-form.is-visible .header-form__header{
        height: auto;
    } */
    .header-form_reg fieldset li,
    .header-form_reg fieldset label, .header-form_reg fieldset span{
        display: block;
    }
    .header-form_reg fieldset span{
        padding-bottom: 0;
        font-size: 14px;
    }
    .header-form_reg fieldset label{
        padding: 0 0 10px 0;
        font-size: 14px;
    }
    .header-form_reg .reg-type label{
        margin-right: 5px;
        font-size: 12px;
    }
    .header-form_reg .reg-type label:last-child{
        margin-right: 0;
    }
    #frm-forget input{
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .d-wrap input[type="checkbox"]+label:before, .d-wrap input[type="radio"]+label:before{
        width: 17px;
        height: 17px;
        font-size: 16px;
        line-height: 18px;
    }

    .search-results__content{
        padding-right: 0;
        padding-left: 0;
    }
    .search-results__body{
        max-height: none;
        overflow: inherit;
    }
    .search-results__header,
    .search-results__baseprice{
        display: block;
        background-color: #fff;
    }
    .search-results__header:before{
        display: none;
    }
    .search-results__baseprice{
        padding-top: 5px;
    }
    .search-results__baseprice span{
        font-size: 26px;
    }
    .search-results__header{
        padding: 25px 0 10px;
    }
    .search-results table{
        table-layout: fixed;
        width: 100%;
    }
    .search-results__product.d-table-cell{
        display: block;
    }
    .search-result__basket{
        vertical-align: middle;
    }
    .search__content .search-results__price{
        width: 100%;
        font-size: 22px;
        margin: 5px 0;
    }
    .search-result__exist .delivery > div{
        display: inline-block;
        vertical-align: top;
    }
    p.small{
        padding: 0 10px;
    }

    /****** CART ******/
    .cart-added__buttons .d-col-6{
        width: 100%;
    }
    .cart-added__buttons a{
        font-size: 12px;
    }

    /***** BASKET ******/

    .item.item__desctop,
    .cart__table thead{
        display: none;
    }
    .item.item__mobile{
        display: table-row;
    }
    .item__mobile__last,
    .cart__product__delete{
        text-align: right;
    }
    .cart__total{
        text-align: left;
        font-size: 17px;
    }
    .cart__total small{
        display: block;
    }
    .cart tfoot .btn{
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .cart__remove{
        display: inline-block;
    }
    .cart__product__price{
        font-size: 20px;
    }
    .item__mobile__first{
        width: 60%;
    }
    .item__mobile__last{
        width: 40%;
    }
    .item__mobile__first strong{
        display: block;
    }
    .cart__product__count,
    .cart__product__price{
        margin-top: 20px;
    }
    .box-quantity i{
        opacity: 1;
        visibility: visible;
    }
    .order-box{
        margin-bottom: 2em;
    }

}

@media(max-width: 480px){
    .header-form[data-form="header-form_checkout"] > fieldset{
        padding: 0 20px 50px 20px;
    }
    .header-form[data-form="header-form_checkout"] .reg-type label {
        margin-bottom: 15px;
    }
}

.vw_f1_integrator #vw_content .vw_m510_tab_bar {display:none;}


.b-receive-mails a { color: #000; font-size: 13px; margin-left: 1px; text-align: left; text-decoration: underline; }
.table-tabs {
    display: flex;
    list-style: none;
}