@charset "UTF-8";
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #1079bf;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0a4c78;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

body input[type="checkbox"],
input[type="radio"] {
    width: 15px;
    height: 15px;
    appearance: auto;
    margin: 5px;
}

textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
@font-face {
    font-family: fonticons;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("fonticons"), url(../fonts/fonticons.woff2) format("woff2");
}
::-webkit-input-placeholder {
    color: #000;
    font-size: 0.85em;
    opacity: 0.5;
}
::-moz-placeholder {
    color: #000;
    font-size: 0.85em;
    opacity: 0.5;
}
:-ms-input-placeholder {
    color: #000;
    font-size: 0.85em;
    opacity: 0.5;
}
::-ms-input-placeholder {
    color: #000;
    font-size: 0.85em;
    opacity: 0.5;
}
::placeholder {
    color: #000;
    font-size: 0.85em;
    opacity: 0.5;
}
::-moz-selection {
    background-color: #1079bf;
    color: #fff;
}
::selection {
    background-color: #1079bf;
    color: #fff;
}
body,
html {
    height: 100%;
}
body {
    color: #000;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    height: auto;
    letter-spacing: 0;
    line-height: 160%;
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
}
body label {
    margin-bottom: 0;
    font-weight: bold;
}
body input,
body select,
body textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: transparent 1px solid;
    border-radius: 3px;
    padding: 3px 5px;
    outline: 0;
    resize: none;
}
body input:focus:required:invalid,
body select:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red;
}
body input:required:valid,
body select:required:valid,
body textarea:required:valid {
    border-color: green;
}
/*
body input[type=checkbox],body input[type=radio]{position:absolute;left:-9999px;opacity:0}
body input[type=checkbox]+label,body input[type=radio]+label{cursor:pointer;display:inline-block;font-size:14px;line-height:14px;margin:3px 0 10px 0;padding-left:22px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
body input[type=checkbox]+label::after,body input[type=checkbox]+label::before,body input[type=radio]+label::after,body input[type=radio]+label::before{background-color:#343a40;border:1px solid #ebebeb;border-radius:2px;content:'';display:block;height:14px;left:0;position:absolute;text-align:center;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);top:-1px;width:14px;z-index:0}
body input[type=checkbox]:checked+label::after,body input[type=radio]:checked+label::after{background-color:#1079bf;border-color:#1079bf}
body input[type=radio]+label::after,body input[type=radio]+label::before{border-radius:50%}
*/
body select {
    background: transparent
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
        no-repeat right 7px center;
    background-size: 9px;
    padding-right: 30px;
}
body :active,
body :focus,
body :hover {
    text-decoration: none;
    outline: 0;
}
body a {
    color: inherit;
    text-decoration: none;
}
body a:hover {
    color: #1079bf;
}
body a,
body button {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body [role="button"],
body a,
body area,
body button,
body input,
body label,
body select,
body summary,
body textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body.show-navigation {
    display: block;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
b,
strong {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
button {
    background-color: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 1em 0 0.5em;
    position: relative;
}
.h1,
h1 {
    font-size: 22px;
    line-height: 130.5%;
}
.h2,
h2 {
    font-size: 18px;
    line-height: 160%;
}
.h3,
h3 {
    font-size: 16px;
    line-height: 160%;
}
.h4,
h4 {
    font-size: 14px;
    line-height: 160%;
}
img {
    max-width: 100%;
    height: auto;
}
img.lazy {
    width: 100%;
    display: block;
    background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7);
}
@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 30px;
    }
    .h2,
    h2 {
        font-size: 24px;
    }
    .h3,
    h3 {
        font-size: 20px;
    }
}
@font-face {
    font-family: fonticons;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("fonticons"), url(../fonts/fonticons.woff2) format("woff2");
}
.icon {
    font-family: fonticons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-cart:before {
    content: "\e900";
}
.icon-cols:before {
    content: "\e901";
}
.icon-email:before {
    content: "\e902";
}
.icon-facebook:before {
    content: "\e903";
}
.icon-home:before {
    content: "\e904";
}
.icon-phone:before {
    content: "\e905";
}
.icon-pin:before {
    content: "\e906";
}
.icon-rows:before {
    content: "\e907";
}
.icon-search:before {
    content: "\e908";
}
.icon-user:before {
    content: "\e909";
}
.icon-youtube:before {
    content: "\e90a";
}
.icon-compare:before {
    content: "\e90b";
}
.icon-favorites:before {
    content: "\e90c";
}
.container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.col,
[class*="col-"] {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.d-none,
.hidden {
    display: none !important;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-block {
        display: block !important;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.page-wrapper {
    min-height: 100%;
    overflow-x: hidden;
}
.text-center {
    text-align: center;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.btn {
    background-color: #1079bf;
    border: 1px solid #1079bf;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.03em;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-tr {
    background-color: #fff;
    color: #1079bf;
}
.btn-nav-toggle .btn-toggle-menu {
    background-color: #000;
    border-radius: 5px;
    display: block;
    height: 5px;
    opacity: 1;
    position: relative;
    top: 11px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
}
.btn-nav-toggle .btn-toggle-menu::after,
.btn-nav-toggle .btn-toggle-menu::before {
    background-color: #000;
    border-radius: 5px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
}
.btn-nav-toggle .btn-toggle-menu::after {
    background-color: #000;
    top: -20px;
}
.btn-nav-toggle.open .btn-toggle-menu {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-nav-toggle.open .btn-toggle-menu::after,
.btn-nav-toggle.open .btn-toggle-menu::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-minicart {
    display: block;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
}
.btn-minicart .icon {
    background-color: #1079bf;
    color: #fff;
    border-radius: 30px;
    display: block;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
}
.btn-minicart .total-count {
    background-color: #000;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    height: 20px;
    letter-spacing: 0.03em;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
}
.btn-submit {
    min-width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}
.btn-grey {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #000;
}
.input-group {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.input-group label {
    font-size: 12px;
    pointer-events: none;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.input-select,
.input-text {
    border: 1px solid #ebebeb;
    display: block;
    overflow: hidden;
    width: 100%;
}
.statusbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.statusbar .views .views-item > * {
    color: #787878;
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
.statusbar .views .views-item.active > * {
    color: #000;
}
.stars-rating .ec-stars {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOS40ODEgMTkuNDgxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOS40ODEgMTkuNDgxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAwIDApIj48Zz4KICAgIDxwYXRoIGQ9Im0xMC4yMDEsLjc1OGwyLjQ3OCw1Ljg2NSA2LjM0NCwuNTQ1YzAuNDQsMC4wMzggMC42MTksMC41ODcgMC4yODUsMC44NzZsLTQuODEyLDQuMTY5IDEuNDQyLDYuMjAyYzAuMSwwLjQzMS0wLjM2NywwLjc3LTAuNzQ1LDAuNTQxbC01LjQ1Mi0zLjI4OC01LjQ1MiwzLjI4OGMtMC4zNzksMC4yMjgtMC44NDUtMC4xMTEtMC43NDUtMC41NDFsMS40NDItNi4yMDItNC44MTMtNC4xN2MtMC4zMzQtMC4yODktMC4xNTYtMC44MzggMC4yODUtMC44NzZsNi4zNDQtLjU0NSAyLjQ3OC01Ljg2NGMwLjE3Mi0wLjQwOCAwLjc0OS0wLjQwOCAwLjkyMSwweiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojZWVlZWVlIj48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 1em;
    width: 5em;
    height: 1em;
}
.stars-rating .ec-stars span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOS40ODEgMTkuNDgxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOS40ODEgMTkuNDgxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAwIDApIj48Zz4KICAgIDxwYXRoIGQ9Im0xMC4yMDEsLjc1OGwyLjQ3OCw1Ljg2NSA2LjM0NCwuNTQ1YzAuNDQsMC4wMzggMC42MTksMC41ODcgMC4yODUsMC44NzZsLTQuODEyLDQuMTY5IDEuNDQyLDYuMjAyYzAuMSwwLjQzMS0wLjM2NywwLjc3LTAuNzQ1LDAuNTQxbC01LjQ1Mi0zLjI4OC01LjQ1MiwzLjI4OGMtMC4zNzksMC4yMjgtMC44NDUtMC4xMTEtMC43NDUtMC41NDFsMS40NDItNi4yMDItNC44MTMtNC4xN2MtMC4zMzQtMC4yODktMC4xNTYtMC44MzggMC4yODUtMC44NzZsNi4zNDQtLjU0NSAyLjQ3OC01Ljg2NGMwLjE3Mi0wLjQwOCAwLjc0OS0wLjQwOCAwLjkyMSwweiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojZjNjYTQwIj48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 1em;
    display: block;
    height: 1em;
    width: 0;
}
.stars-rating .ec-stars span.rating-0 {
    width: 0;
}
.stars-rating .ec-stars span.rating-1 {
    width: 1em;
}
.stars-rating .ec-stars span.rating-2 {
    width: 2em;
}
.stars-rating .ec-stars span.rating-3 {
    width: 3em;
}
.stars-rating .ec-stars span.rating-4 {
    width: 4em;
}
.stars-rating .ec-stars span.rating-5 {
    width: 5em;
}
.stars-rating .ec-rating-stars {
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
    white-space: nowrap;
}
.stars-rating .ec-rating-stars span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOS40ODEgMTkuNDgxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOS40ODEgMTkuNDgxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAwIDApIj48Zz4KICAgIDxwYXRoIGQ9Im0xMC4yMDEsLjc1OGwyLjQ3OCw1Ljg2NSA2LjM0NCwuNTQ1YzAuNDQsMC4wMzggMC42MTksMC41ODcgMC4yODUsMC44NzZsLTQuODEyLDQuMTY5IDEuNDQyLDYuMjAyYzAuMSwwLjQzMS0wLjM2NywwLjc3LTAuNzQ1LDAuNTQxbC01LjQ1Mi0zLjI4OC01LjQ1MiwzLjI4OGMtMC4zNzksMC4yMjgtMC44NDUtMC4xMTEtMC43NDUtMC41NDFsMS40NDItNi4yMDItNC44MTMtNC4xN2MtMC4zMzQtMC4yODktMC4xNTYtMC44MzggMC4yODUtMC44NzZsNi4zNDQtLjU0NSAyLjQ3OC01Ljg2NGMwLjE3Mi0wLjQwOCAwLjc0OS0wLjQwOCAwLjkyMSwweiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojZWVlZWVlIj48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+);
    background-position: 0 0;
    background-size: 2em;
    background-repeat: no-repeat;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
.stars-rating .ec-rating-stars span.active,
.stars-rating .ec-rating-stars span.active2 {
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOS40ODEgMTkuNDgxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOS40ODEgMTkuNDgxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAwIDApIj48Zz4KICAgIDxwYXRoIGQ9Im0xMC4yMDEsLjc1OGwyLjQ3OCw1Ljg2NSA2LjM0NCwuNTQ1YzAuNDQsMC4wMzggMC42MTksMC41ODcgMC4yODUsMC44NzZsLTQuODEyLDQuMTY5IDEuNDQyLDYuMjAyYzAuMSwwLjQzMS0wLjM2NywwLjc3LTAuNzQ1LDAuNTQxbC01LjQ1Mi0zLjI4OC01LjQ1MiwzLjI4OGMtMC4zNzksMC4yMjgtMC44NDUtMC4xMTEtMC43NDUtMC41NDFsMS40NDItNi4yMDItNC44MTMtNC4xN2MtMC4zMzQtMC4yODktMC4xNTYtMC44MzggMC4yODUtMC44NzZsNi4zNDQtLjU0NSAyLjQ3OC01Ljg2NGMwLjE3Mi0wLjQwOCAwLjc0OS0wLjQwOCAwLjkyMSwweiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojQzQyMTFBIiBkYXRhLW9sZF9jb2xvcj0iI2M0MjExYSI+PC9wYXRoPgogIDwvZz48L2c+IDwvc3ZnPg==");
}
.stars-rating .ec-rating-stars span.active-disabled {
    background-position: 0 0;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pagination a {
    color: #000;
    display: block;
    text-decoration: none;
}
.pagination a:hover {
    color: #fff;
}
.pagination > * {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    display: block;
    height: 32px;
    line-height: 32px;
    margin-left: -1px;
    text-align: center;
    width: 32px;
}
.pagination > :first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination > :last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination > .active,
.pagination > :hover {
    background-color: #1079bf;
    border-color: #1079bf;
    color: #fff;
    z-index: 1;
}
@media (min-width: 576px) {
    .statusbar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.site-header {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding: 15px 0;
    position: relative;
}
.site-header .drop-icon {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    position: relative;
}
.site-header .drop-icon + input {
    display: none;
}
.site-header .drop-icon + input:checked + .sub-menu {
    display: block;
}
.site-header .sub-menu {
    display: none;
}
.site-header .langs {
    display: block;
    margin: 0 10px;
    width: 30px;
    z-index: 11;
}
.site-header .langs .sub-menu {
    margin-top: 5px;
    position: absolute;
    width: 30px;
}
.site-header .search-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}
.site-header .search-form > * {
    border-radius: 5px;
    display: block;
    padding: 5px;
    position: relative;
}
.site-header .search-form input[type="text"] {
    width: calc(100% - 34px);
}
.site-header .search-form [type="submit"] {
    width: 34px;
}
.site-header--middle .block.mob {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-header--middle .block.mob .nav-toggle {
    height: 30px;
}
.site-header--middle .block.mob .logo {
    width: 100px;
}
.site-header--middle .block.mob .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-header--middle .block.search {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    margin: 15px 0 0;
}
@media (max-width: 991.98px) {
    .site-header--bottom .navigation {
        background-color: #fff;
        bottom: 0;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        display: block;
        left: -100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 15px 0;
        position: fixed;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        top: 60px;
        width: 100%;
        z-index: 9;
    }
    .site-header .sub-menu {
        display: block;
    }
    .site-header--bottom .navigation a {
        color: #000;
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        padding: 10px 42px 10px 15px;
        position: relative;
    }
    .site-header--bottom .navigation a label {
        color: rgba(0, 0, 0, 0.25);
        font-size: 10px;
        height: 42px;
        line-height: 42px;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 42px;
    }
    .site-header--bottom .navigation.open {
        left: 0;
    }
    .site-header--bottom .navigation .sub-menu {
        background-color: rgba(0, 0, 0, 0.05);
        padding: 10px 0;
    }
    .site-header--bottom .navigation .sub-menu a {
        font-size: 14px;
        font-weight: 400;
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
    .site-header {
        background-color: transparent;
        background-position-y: -45px;
        padding-top: 0;
    }
    .site-header .langs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        position: relative;
        width: auto;
    }
    .site-header .langs .drop-icon {
        margin: 0 30px 0 10px;
        position: relative;
        width: 20px;
    }
    .site-header .langs .drop-icon::after {
        content: "›";
        display: block;
        height: 14px;
        line-height: 14px;
        position: absolute;
        right: -15px;
        text-align: center;
        top: 4px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 14px;
    }
    .site-header .langs .drop-icon img {
        border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 50%;
    }
    .site-header .langs .sub-menu {
        background-color: #fff;
        padding: 5px;
        right: 25px;
        top: 100%;
        width: 30px;
    }
    .site-header .customer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }
    .site-header .customer .drop-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 15px;
        position: relative;
    }
    .site-header .customer .drop-icon::after {
        content: "›";
        display: block;
        height: 14px;
        line-height: 14px;
        position: absolute;
        right: -2px;
        text-align: center;
        top: 5px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 14px;
    }
    .site-header .customer .drop-icon .icon-user {
        color: #1079bf;
        display: block;
        font-size: 20px;
        margin-right: 10px;
    }
    .site-header--top {
        background-color: #fff;
    }
    .site-header--top > * {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 35px;
    }
    .site-header--top .list-social--item a {
        color: #1079bf;
    }
    .site-header--middle {
        padding-top: 15px;
    }
    .site-header--middle > * {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .site-header--middle .block.contacts .list-contacts--item {
        color: #000;
    }
    .site-header--middle .block.contacts .list-contacts--item .ico {
        font-size: inherit;
        padding-top: 4px;
    }
    .site-header--middle .block.contacts a {
        color: #000;
        font-weight: 700;
        line-height: 1.75;
    }
    .site-header--middle .block.mob .logo {
        width: 173px;
    }
    .site-header--middle .block.mob .slogan {
        display: block;
        font-size: 13px;
        padding-top: 5px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }
    .site-header--middle .block.search {
        margin: 0;
    }
    .site-header--bottom {
        padding-top: 15px;
    }
    .site-header--bottom > * {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 64px;
    }
    .site-header--bottom .block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
    .site-header--bottom .navigation {
        background-color: #000;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 0 30px;
        width: 100%;
    }
    .site-header--bottom .menu-main {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-header--bottom .menu-main a {
        color: #fff;
        display: block;
        font-size: 14px;
        line-height: 64px;
        padding: 0 15px;
        position: relative;
    }
    .site-header--bottom .menu-main a:hover {
        background-color: #1079bf;
        color: #fff;
    }
    .site-header--bottom .menu-main a > label {
        color: gray;
        font-size: 10px;
        text-align: center;
        width: 30px;
    }
    .site-header--bottom .sub-menu {
        background-color: #000;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
        position: absolute;
        z-index: 9;
    }
    .site-header--bottom .sub-menu .parent {
        position: relative;
    }
    .site-header--bottom .sub-menu a {
        background-color: transparent;
        line-height: 45px;
        padding-right: 30px;
    }
    .site-header--bottom .sub-menu a label {
        font-size: 20px;
        position: absolute;
        right: 0;
    }
    .site-header--bottom .sub-menu .sub-menu {
        left: 100%;
        top: 0;
        white-space: nowrap;
    }
    .site-header--bottom .minicart {
        background-color: #1079bf;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 64px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .site-header--bottom .minicart .btn-minicart .icon {
        font-size: 25px;
    }
    /*
    .site-header-hero {
        background-image: none !important;
        padding-bottom: 364px;
    }*/
    /*
    .site-header-hero .site-header--middle .list-contacts--item {
        color: #fff;
    }
    .site-header-hero .site-header--middle .list-contacts--item a {
        color: #fff;
    }
    .site-header-hero .site-header--middle .logo {
        color: #fff;
    }
    
    .site-header-hero .site-header--middle .logo img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .site-header-hero .site-header--bottom .navigation,
    .site-header-hero .site-header--bottom .sub-menu {
        background-color: #fff;
    }
    .site-header-hero .site-header--bottom .menu-main a {
        color: #000;
    }
    .site-header-hero .site-header--bottom .menu-main a:hover {
        color: #fff;
    }*/
}
@media (min-width: 1200px) {
    .site-header--bottom .menu-main a > label {
        display: none;
    }
    .site-header--bottom .menu-main .parent:hover > .sub-menu {
        display: block;
    }
    .site-header--bottom .menu-main .sub-menu .parent > a::before {
        content: "›";
        display: block;
        height: 45px;
        line-height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }
}
.section {
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
.section .section-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
    position: relative;
}
.section-advantages .section-title,
.section-catalog .section-title,
.section-special .section-title {
    text-align: center;
    text-transform: uppercase;
}
.section-slider-hero {
    padding-top: 0;
}
.section-slider-hero .slide {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    height: 63vw;
}
.section-slider-hero .slick-dots {
    bottom: 15px;
}
.section-slider-hero .slick-dots li button::before {
    background-color: transparent;
    border-radius: 10px;
    content: "";
    border: 2px solid #1079bf;
    height: 16px;
    left: 2px;
    opacity: 1;
    top: 2px;
    width: 16px;
}
.section-slider-hero .slick-dots li.slick-active button::before {
    background-color: #1079bf;
}
.section-breadcrumbs .breadcrumbs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    overflow-x: auto;
    padding: 0;
    position: relative;
}
.section-breadcrumbs .breadcrumbs .breadcrumb {
    display: block;
    position: relative;
}
.section-breadcrumbs .breadcrumbs .breadcrumb > * {
    color: #000;
    display: block;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
}
.section-breadcrumbs .breadcrumbs .breadcrumb:not(:last-child) {
    padding-right: 30px;
}
.section-breadcrumbs .breadcrumbs .breadcrumb:not(:last-child)::after {
    color: #000;
    content: "/";
    display: block;
    position: absolute;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.section-breadcrumbs .breadcrumbs .breadcrumb.active > * {
    color: #1079bf;
}
.section-breadcrumbs .breadcrumbs .breadcrumb.home .icon {
    font-size: 0;
}
.section-breadcrumbs .breadcrumbs .breadcrumb.home .icon::before {
    font-size: 14px;
}
.section-products .statusbar {
    margin: 1em 0;
}
.section-products .statusbar .info {
    color: #787878;
    padding-right: 3em;
}
.section-products .statusbar-top .compare,
.section-products .statusbar-top .pagination,
.section-products .statusbar-top .views {
    display: none;
}
.section-products .statusbar-bottom .pagination {
    margin: 30px 1px;
}
.section-aside .aside-block {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 30px 0;
    position: relative;
}
.section-aside .aside-block--title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 0 15px 30px 15px;
    position: relative;
}
.section-aside .aside-block--title::before {
    background-color: #000;
    bottom: 15px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 30px;
}
.section-aside .aside-block .menu-categories a {
    display: block;
    padding: 7px 30px 7px 15px;
    position: relative;
}
.section-aside .aside-block .menu-categories .drop-icon label {
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
}
.section-aside .aside-block .menu-categories .drop-icon + input {
    display: none;
}
.section-aside .aside-block .menu-categories .drop-icon + input:checked + .sub-menu {
    display: block;
}
.section-aside .aside-block .menu-categories .sub-menu {
    background-color: rgba(255, 255, 255, 0.15);
    display: none;
}
.section-aside .aside-block .menu-categories .sub-menu a {
    font-size: 13px;
    padding: 3px 30px 3px 25px;
}
.section-aside .aside-block.color {
    background-color: #1079bf;
    color: #fff;
}
.section-aside .aside-block.color .aside-block--title::before {
    background-color: #fff;
}
.section-aside .aside-block.color a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.section-product .product-gallery {
    display: block;
    position: relative;
}
.section-product .product-gallery--img {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}
.section-product .product-gallery--nav {
    padding-top: 15px;
    position: relative;
}
.section-product .product-gallery--nav .slick-slide {
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 3px;
    padding: 3px;
}
.section-product .product-gallery--nav .slick-current {
    border-color: #1079bf;
}
.section-product .product-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
}
.section-product .product-meta .model .title {
    font-weight: 700;
}
.section-product .product-price {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0;
    text-align: center;
}
.section-product .product-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-product .product-actions > * {
    display: block;
    height: 36px;
    margin: 10px 0;
    position: relative;
    width: 25%;
}
.section-product .product-actions .btn-buy {
    width: 100%;
}
.section-product .product-actions .btn-tr {
    font-size: 1.5em;
}
.section-product .product-counts label {
    display: none;
}
.section-product .product-counts input {
    border: 1px solid #ebebeb;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.section-product .product-tabs .tab-list > * {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-weight: 700;
    height: 36px;
    letter-spacing: 0.03em;
    line-height: 36px;
    margin: 1em 0;
    position: relative;
    text-align: center;
}
.section-product .product-tabs .tab-list > .active {
    background-color: #ebebeb;
}
.section-product .comment-form .input-group label {
    font-size: 14px;
    font-weight: 700;
}
.section-content ol,
.section-content ul {
    margin-bottom: 1rem;
    padding-left: 1.5em;
}
.section-content ol li,
.section-content ul li {
    padding: 2px 0;
}
.section-content ul li {
    list-style: disc;
}
.section-content table {
    width: auto;
}
.section-content table td {
    line-height: 1.3;
    padding: 5px;
    vertical-align: top;
}
.section-cart .cart-total {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 15px auto;
    max-width: 300px;
    position: relative;
}
.section-cart .cart-total .title {
    display: block;
    position: relative;
}
.section-cart .cart-total .title::before {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    left: calc(100% + 15px);
    position: absolute;
    top: 50%;
    width: 50px;
}
.section-cart .cart-total .title::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: block;
    height: 10px;
    left: calc(100% + 55px);
    position: absolute;
    top: calc(50% - 4.5px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}
.section-cart .cart-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-cart .cart-actions .btn {
    margin: 5px 0;
    width: 100%;
}
.section-cart .cart-actions .btn-buy {
    font-weight: 700;
}
@media (min-width: 576px) {
    .section-product .section-title {
        margin-bottom: 5px;
    }
    .section-product .product-gallery--img {
        padding-top: 0;
    }
    .section-product .product-price {
        font-size: 20px;
        margin-bottom: 0;
        text-align: left;
    }
    .section-product .product-tabs .tab-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ebebeb;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 2em 0 1em;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .section-product .product-tabs .tab-list > * {
        border: none;
        margin: 0;
        padding: 0 15px;
    }
    .section-cart .cart-actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .section-cart .cart-actions .btn {
        width: auto;
    }
    .section-cart .cart-actions .btn-grey {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .section {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .section .section-title {
        font-size: 22px;
    }
    .section-slider-hero {
        padding-top: 0;
    }
    .section-slider-hero .slide {
        height: 450px;
    }
    .section-slider-hero .slick-dots {
        bottom: 30px;
    }
    .section-products .statusbar-top .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 992px) {


.section-catalog{
        padding-top: 480px;

}
    .section-slider-hero {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 158px;
        width: 100%;
        z-index: -1;
    }
    .section-slider-hero .slide {
        height: 500px;
    }
    .section-breadcrumbs .breadcrumbs {
        font-size: 14px;
        /*-webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;*/
    }
}
@media (min-width: 1200px) {
    .section-products .statusbar-top {
        white-space: nowrap;
    }
    .section-products .statusbar-top label {
        padding-right: 5px;
    }
    .section-products .statusbar-top > * {
        padding-right: 10px;
    }
    .section-products .statusbar-top .show,
    .section-products .statusbar-top .sorting,
    .section-products .statusbar-top .views {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .section-products .statusbar-top .compare {
        font-size: 12px;
        display: block;
    }
    .section-products .statusbar-top .views a:hover {
        color: #1079bf;
    }
    .section-summary {
        border-radius: 5px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        padding: 20px 30px 15px;
    }
    .section-product .product-actions .btn-tr {
        width: 46px;
    }
    .section-product .product-actions .btn-buy {
        width: 150px;
    }
    .section-product .product-counts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200px;
    }
    .section-product .product-counts label {
        display: inline;
    }
    .section-product .product-counts input {
        margin-left: 5px;
        width: 46px;
    }
    .section-cart .section-summary {
        padding-top: 30px;
    }
    .section-cart .cart-total {
        font-size: 20px;
        max-width: 380px;
    }
    .section-cart .cart-total .title::after {
        top: calc(50% - 4px);
    }
    .section-cart .cart-actions {
        margin-top: 30px;
    }
}
.list-catalog--item {
    margin: 15px 0;
}
.list-catalog--item .item-inner {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    height: 100%;
    padding: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.list-catalog--item .title {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    text-transform: uppercase;
}
.list-special--item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.list-advantages {
    background-color: #1079bf;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 3em 15px;
    text-align: center;
    position: relative;
}
.list-advantages--item {
    margin: 1em 0 2em;
}
.list-advantages--item .thumb img {
    margin: 0 auto;
    width: 50px;
}
.list-advantages--item .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0.5em 0;
    position: relative;
}
.list-contacts--item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    padding: 5px 0;
}
.list-contacts--item .ico {
    font-size: 18px;
    padding-right: 10px;
}
.list-contacts--item a {
    color: #000;
    display: block;
}
.list-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
}
.list-social--item a {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 5px;
}
.list-products--item {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 30px);
    margin-top: 30px;
    overflow: hidden;
    padding: 15px 15px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.list-products--item .meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
}
.list-products--item .meta .avalible {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
}
.list-products--item .meta .avalible.preorder {
    color: #1079bf;
}
.list-products--item .meta .avalible.instock {
    color: #00b300;
}
.list-products--item .thumb {
    display: block;
    padding-bottom: 15px;
    position: relative;
    margin:0 auto;
}
.list-products--item .title {
    color: #787878;
    display: block;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
}
.list-products--item .price {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
.list-products--item-horizontal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding: 15px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.list-products--item-horizontal .thumb {
    max-width: 100px;
    padding-right: 15px;
}
.list-products--item-horizontal .title {
    color: #787878;
    padding-right: 15px;
    width: calc(65% - 100px);
}
.list-products--item-horizontal .form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35%;
}
.list-products--item-horizontal .meta {
    text-align: right;
}
.list-products--item-horizontal .meta .avalible {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
}
.list-products--item-horizontal .meta .avalible.preorder {
    color: #1079bf;
}
.list-products--item-horizontal .meta .avalible.instock {
    color: #00b300;
}
.list-products--item-horizontal .stars-rating .ec-stars {
    margin: 10px 0 10px auto;
}
.list-products--item-horizontal .price {
    font-size: 16px;
    font-weight: 700;
}
.list-cart--item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-cart--item .product-title {
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
}
.list-cart--item .product-title a {
    display: block;
}
.list-cart--item .product-thumb {
    padding-right: 30px;
    width: 50%;
}
.list-cart--item .product-data {
    width: 50%;
}
.list-cart--item .product-data .counts,
.list-cart--item .product-data .price {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 1em;
    padding-top: 1em;
    position: relative;
}
.list-cart--item .product-data .counts::before,
.list-cart--item .product-data .price::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.list-cart--item .product-data .counts input {
    line-height: 1.5;
    text-align: center;
    width: 50px;
}
@media (max-width: 767.98px) {
    .list-products--item .actions {
        font-size: 1.2em;
        font-weight: 700;
        margin-left: -15px;
        margin-right: -15px;
    }
    .list-products--item .actions .btn {
        border-radius: 0;
        width: 100%;
    }
}
@media (min-width: 576px) {
    .list-special {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 37% 1fr;
        grid-template-columns: 37% 1fr;
        -ms-grid-rows: 1fr 31%;
        grid-template-rows: 1fr 31%;
        gap: 30px 30px;
    }
    .list-special--item {
        margin-bottom: 0;
    }
    .list-special--item.a1 {
        height: 140px;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/2/2;
    }
    .list-special--item.a2 {
        height: 245px;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1/2/3/3;
    }
    .list-special--item.a3 {
        height: 75px;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2/1/3/2;
    }
    .list-cart--item .product-thumb {
        width: 100px;
    }
    .list-cart--item .product-data {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: calc(100% - 100px);
    }
}
@media (min-width: 768px) {
    .list-advantages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .list-advantages--item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        margin-bottom: 1em;
        padding: 0 15px;
    }
    .list-special {
        -ms-grid-columns: 38% 1fr;
        grid-template-columns: 38% 1fr;
        -ms-grid-rows: 1fr 32%;
        grid-template-rows: 1fr 32%;
    }
    .list-special--item.a1 {
        height: 190px;
    }
    .list-special--item.a2 {
        height: 330px;
    }
    .list-special--item.a3 {
        height: 105px;
    }
    .list-products--item {
        padding-bottom: 15px;
    }
    .list-products--item .form {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .list-products--item .price {
        padding: 0;
    }
    .list-cart--item .product-thumb {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .list-cart--item .product-title {
        width: 40%;
    }
    .list-cart--item .product-data {
        width: calc(60% - 100px);
    }
}
@media (min-width: 992px) {
    .list-social {
        height: auto;
    }
    .list-special {
        -ms-grid-columns: 39% 1fr;
        grid-template-columns: 39% 1fr;
        -ms-grid-rows: 1fr 33%;
        grid-template-rows: 1fr 33%;
    }
    .list-special--item.a1 {
        height: 265px;
    }
    .list-special--item.a2 {
        height: 440px;
    }
    .list-special--item.a3 {
        height: 145px;
    }
}
@media (min-width: 1200px) {
    .list-special--item:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }
    .list-special--item.a1 {
        height: 315px;
    }
    .list-special--item.a2 {
        height: 515px;
    }
    .list-special--item.a3 {
        height: 170px;
    }
    .list-catalog--item:hover .item-inner {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }
    .list-catalog--item:hover .title {
        color: #1079bf;
    }
    .list-products--item:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }
    .list-products--item:hover .title {
        color: #1079bf;
    }
    .list-products--item .price {
        font-size: 16px;
    }
    .list-products--item-horizontal:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }
    .list-products--item-horizontal:hover .title {
        color: #1079bf;
    }
    .list-cart {
        margin-top: 30px;
    }
    .list-cart--item {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    .list-cart--item .product-title {
        font-weight: 400;
        margin-bottom: 0;
    }
    .list-cart--item .product-thumb {
        width: 150px;
    }
    .list-cart--item .product-data {
        width: calc(60% - 150px);
    }
    .list-cart--item .product-data .counts,
    .list-cart--item .product-data .price {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .list-cart--item .product-data .counts::before,
    .list-cart--item .product-data .price::before {
        display: none;
    }
    .list-cart--item:first-child {
        padding-top: 2em;
        position: relative;
    }
    .list-cart--item:first-child .counts,
    .list-cart--item:first-child .price,
    .list-cart--item:first-child .product-title {
        position: unset;
    }
    .list-cart--item:first-child .counts::before,
    .list-cart--item:first-child .price::before,
    .list-cart--item:first-child .product-title::before {
        content: attr(data-label);
        display: block;
        font-size: 14px;
        font-weight: 700;
        left: auto;
        line-height: 1;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
.menu-customer {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: block;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    z-index: 9;
}
.menu-customer a {
    background-color: #fff;
    color: #000;
    display: block;
    line-height: 2;
    padding: 3px 15px;
    position: relative;
    text-decoration: none;
}
.menu-customer a:hover {
    background-color: #ebebeb;
}
.site-footer {
    background-color: #000;
    color: #bfbfbf;
    font-size: 14px;
}
.site-footer .block a {
    color: #bfbfbf;
    display: block;
}
.site-footer .block-title {
    color: #fff;
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    padding: 15px 0;
    position: relative;
}
.site-footer .block-title::after {
    content: "▼";
    display: block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 20px;
}
.site-footer .block-content {
    display: none;
}
.site-footer .block-content.open {
    display: block;
}
.site-footer .menu a {
    line-height: 2;
}
.site-footer .copyright {
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    padding: 7px 0;
    position: relative;
    text-align: center;
}
@media (min-width: 768px) {
    .site-footer-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .site-footer-inner .block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
    .site-footer-inner .block-title {
        padding-bottom: 30px;
    }
    .site-footer-inner .block-title::before {
        background-color: #fff;
        bottom: 15px;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        width: 30px;
    }
    .site-footer-inner .block-title::after {
        display: none;
    }
    .site-footer-inner .block-content {
        display: block !important;
    }
}

.popup-note {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 0 20px #1079bf;
    animation: note 6500ms forwards;
    width: 320px;
    max-width: 85%;
}
.popup-note .inner {
    position: relative;
    display: block;
    padding-right: 20px;
}
.popup-note .popup-note-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    color: #aaaaaa;
    font-size: 18px;
}
.popup-note .table .table-cell {
    padding: 15px;
}
.popup-note .table .table-cell.img {
    padding-right: 10px;
    min-width: 70px;
    float: left;
}
.popup-note .table a {
    border-bottom: 1px dotted #bbbbbb;
}

.btns {
    background-color: #1079bf;
    border: 1px solid #1079bf;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.03em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
}
.inpt_num {
    width: 25px !important;
    border: 1px solid #ebebeb;
    text-align: center;
}
.button_oc {
    width: auto;
}

input.form-control,
select.form-control {
    border: 1px solid #ebebeb;
}
.control-label label {
    font-weight: bold !important;
    font-size: 15px !important;
}
textarea.form-control {
    border: 1px solid #ebebeb;
    min-width: 300px;
}

.form-group {
    margin-top: 10px;
}

.well a,
.simpleregister-have-account a {
    text-decoration: underline;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
}
