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

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 0.0625rem dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 2.5rem;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

fieldset {
    border: 0.0625rem solid #c0c0c0;
    margin: 0 0.125rem;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

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

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

html {
    font-size: 0.625rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #101112;
    text-decoration: underline;
}

a:focus {
    outline-offset: -0.125rem;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.img-thumbnail {
    padding: 0.25rem;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0.0625rem solid #ddd;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 0;
    border-top: 0.0625rem solid #eee;
}

.sr-only {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    margin: -0.0625rem;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media (min-width: 75rem) {
    .container {
        width: 100%;
        max-width: 95rem;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48rem) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 62rem) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 75rem) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 47.9375rem) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 47.9375rem) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 47.9375rem) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 47.9375rem) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 75rem) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 75rem) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 75rem) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 75rem) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 47.9375rem) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 75rem) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

html {
    font-size: 12pt;
    line-height: 12pt;
}

body {
    min-width: 50rem;
    position: relative;
    font-family: "Geometria", sans-serif;
    overflow-x: hidden;
    color: #101112;
    -ms-touch-action: none;
    touch-action: none;
    scroll-behavior: smooth;
}

a {
    display: inline-block;
    color: #101112;
}

a:hover, a:focus {
    color: #101112;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.align-top {
    margin: -0.3125rem 0.3125rem 0 0;
}

.m-b-40 {
    margin-bottom: 2.5rem;
}

.m-b-25 {
    margin-bottom: 2.5rem;
}

.m-b-20 {
    margin-bottom: 1.25rem;
}

img {
    max-width: 100%;
}

.sp-section {
    position: relative;
}

.sp-section--title {
    font-family: 'HeliosCond-Bold', serif;
    font-size: 3.6rem;
    line-height: 3.9rem;
    text-transform: uppercase;
    color: #101112;
    margin: 3.125rem 0;
}

a.grey {
    color: #8B8D8D;
    border-bottom: 0.0625rem dashed #101112;
}

a.grey:hover, a.grey:focus {
    border-bottom: 0.0625rem dashed transparent;
    text-decoration: none;
    color: #8B8D8D;
}

.green {
    color: #006843;
}

.green:focus, .green:hover {
    text-decoration: none;
    color: #006843;
}

.grey {
    color: #8B8D8D;
}

.bold {
    font-family: "Geometria-Bold", sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

.btn {
    padding: 1.1875rem 2.3125rem;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 0.875rem;
    line-height: 0.8rem;
    text-align: center;
    color: #3C3C3B;
    font-family: 'GothamPro-Bold', serif;
    -webkit-transition: background-color 400ms ease, color 400ms ease;
    -o-transition: background-color 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, color 400ms ease;
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #006843;
}

.btn-full {
    background-color: #006843;
    color: #fff;
}

.btn-full:hover {
    text-decoration: none;
    color: #006843;
    background-color: #fff;
}

h2 span {
    color: #006843;
}

section {
    background-color: #fff;
}

.video-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.sp-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.video-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.image-round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.t-center {
    text-align: center;
}

.relative {
    position: relative;
}

body.overlay {
    overflow: hidden;
    margin-right: 0.9375rem;
}

.sp-block--overlay {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 11;
}

.js-scroll {
    min-height: 50rem;
}

.sp-map {
    overflow: hidden;
}

.sp-checkbox {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.sp-checkbox--input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.sp-checkbox--input:checked + span:before {
    background-image: url("../img/icons/checkbox.svg");
    background-repeat: no-repeat;
    background-position: 0.25rem 0.3125rem;
}

.sp-checkbox--span:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.25rem 0.625rem 0 0;
}

.ya-map--icons {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.ya-map--icons span {
    margin: 0 0.625rem;
}

.ya-map--icons span img {
    margin-right: 0.3125rem;
}

h1 {
    /*font-family: 'HeliosCond';*/
    /*font-size: 3.4rem;*/
    /*line-height: 3.75rem;*/
    /*margin: 2.5rem 0;*/
    text-transform: uppercase;

    font-size: 2.6rem;
    font-family: "HeliosCond-Bold";
    line-height: 1.5;
    margin: .5em 0;
}

.grey-section {
    padding: 1.875rem 0;
    background-color: #F5F3F3;
}

.check-ul {
    padding: 0;
    list-style-type: none;
}

.check-ul li {
    padding: 0.25rem 0;
}

.check-ul li:before {
    content: '';
    display: inline-block;
    width: 0.875rem;
    height: 0.6875rem;
    background-image: url("../img/icons/ul-check.svg");
    margin-right: 0.625rem;
}

.sp-form {
    max-width: 37.5rem;
    font-size: 0.875rem;
    line-height: 0.8rem;
}

.sp-form--title {
    color: #101112;
    display: block;
    width: 100%;
    margin-bottom: 0.3125rem;
}

.sp-form label, .sp-form .label {
    margin-bottom: 1.875rem;
    display: block;
}

.sp-form sup {
    color: red;
    font-family: 'GothamPro-Bold', serif;
}

.sp-form .chosen-container {
    min-width: 100%;
    max-width: 100%;
}

.sp-form .chosen-container .chosen-drop {
    width: 100%;
}

.sp-error input[type='text'],
.sp-error input[type='password'] {
    background: #FFF4F4;
    border: 0.0625rem solid #FF0000;
}

.sp-error input[type='text']:focus,
.sp-error input[type='password']:focus {
    border: 0.0625rem solid #FF0000;
}

.sp-error-name {
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: #FF4B4B;
}

.sp-object--slider .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thank-message {
    font-family: 'HeliosCond', serif;
    font-size: 2.12rem;
    line-height: 2.45rem;
    color: #101112;
}

.thank-message:before {
    content: '';
    display: inline-block;
    width: 2.1875rem;
    height: 1.5625rem;
    margin-right: 1.875rem;
    background-image: url("../img/icons/thanks-check.svg");
}

.hide-desktop {
    display: none;
}

::-moz-selection {
    background-color: #006843;
    color: #fff;
}

::selection {
    background-color: #006843;
    color: #fff;
}

.tabs__content {
    display: block;
}

.tabs__caption {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 0.0625rem solid #E5E5E5;
    vertical-align: middle;
}

.tabs__caption .swiper-slide {
    width: auto;
}

.tabs__caption .tabs__li {
    width: auto;
    display: inline-block;
    line-height: 1.5rem;
    cursor: pointer;
    position: relative;
    padding: 2.5rem 0;
    color: #8B8D8D;
    margin-right: 3rem;
    font-size: 9.5 pt;
}

.tabs__caption .active {
    color: #101112;
    text-shadow: 0 0 0.0313rem #101112;
}

.tabs__caption .active::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: -2.5rem;
    top: 99%;
    height: 0.0625rem;
    background-color: #006843;
}

.tabs__content {
    padding: 4.375rem 0;
}

.tabs__content.active {
    display: block;
}

.header li ul {
    display: none;
    background-color: #fff;
}

.header-menu {
    border-top: 0.0625rem solid #E5E5E5;
    border-bottom: 0.0625rem solid #E5E5E5;
    height: 3.75rem;
    background-color: #fff;
    margin: 0;
    list-style-type: none;
    position: relative;
    z-index: 10;
}

.header-menu--ul .header-menu--button:hover .second-level {
    display: block;
}

.header-menu--ul .header-menu--button a {
    padding: 0;
}

.header-menu--ul .header-menu--button .menu-button--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu--ul .header-menu--button .menu-button--wrapper:hover .header-menu--trigger::after {
    color: #F2994A;
}

.header-menu--ul .header-menu--button .menu-button--wrapper .header-menu--trigger {
    display: block;
    padding: 1.25rem 1.25rem 1.375rem 0.3125rem;
    text-transform: uppercase;
    font-family: 'GothamPro-Bold', serif;
    color: #ffffff;
}

.header-menu--ul .header-menu--button .menu-button--wrapper .header-menu--trigger::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 1rem/1 FontAwesome;
    margin-left: 0.375rem;
    color: #C2C6C6;
}

.header-menu--ul > li:hover .dropdown-menu {
    display: block;
}

.header-menu--ul > li > a {
    display: block;
    padding: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    font-family: 'GothamPro-Bold', serif;
}

.header-menu--ul > li > a:hover {
    text-decoration: none;
    color: #006843;
}

.header-menu--ul > li.has-child > a::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 1rem/1 FontAwesome;
    margin-left: 0.375rem;
    color: #C2C6C6;
}

.header-menu a {
    font-family: 'GothamPro', serif;
    font-size: 0.8rem;
    line-height: 0.95rem;
    color: #101112;
    display: block;
}

.header-menu .second-level {
    display: none;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -0.3125rem;
    top: 3.5625rem;
    width: 28.75rem;
    z-index: 2;
}

.header-menu .second-level > li {
    width: 100%;
    border-bottom: 0.0625rem solid #E9EAEB;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    position: static;
}

.header-menu .second-level > li > a {
    display: block;
    padding: 1.125rem 1.25rem 1.125rem 4.0625rem;
    position: relative;
}

.header-menu .second-level > li:hover {
    background-color: #F5F3F3;
    text-shadow: 0 0 0.0313rem #101112;
	position: relative;
}

.header-menu .second-level > li:hover .third-level {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    /*bottom: 0;*/
    width: 28.75rem;
}

.header-menu .second-level > li:hover.has-child a::after {
    color: #101112;
}

.header-menu .second-level > li.has-child > a::after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 1rem/1 FontAwesome;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.5rem;
    color: #C2C6C6;
}

.header-menu .third-level {
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
    /*padding: 1.25rem 0;*/
}

.header-menu .third-level a {
    padding: 1.25rem 2.5rem;
    display: block;
    width: 100%;
}

.header-menu .third-level a:hover {
    color: #006843;
    text-decoration: none;
}

.header-menu .third-level a:hover span {
    border-bottom: 0.0625rem dashed #006843;
}

.header-menu.open {
    display: block;
}

.header-menu--icon {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -0.9375rem;
    z-index: 1;
}

.header-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header-menu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-menu--home {
    background-color: transparent;
    border-bottom: 0.0625rem solid rgba(229, 229, 229, 0.2);
}

.header-menu--home .header-menu--ul .header-menu--trigger {
    padding-left: 0.25rem;
}

.header-menu--home .header-menu--ul > li > a {
    color: #fff;
}

.header-menu--home .header-menu--ul > li.has-child > a:hover:after {
    color: #F2994A;
}

.header-menu--home .toggle-mnu.on span:after,
.header-menu--home .toggle-mnu.on span:before,
.header-menu--home .toggle-mnu span,
.header-menu--home .toggle-mnu span:after,
.header-menu--home .toggle-mnu span:before {
    background: #fff;
}

.dropdown-menu {
    display: block;
    position: absolute;
    top: 101%;
    left: 0;
    min-width: 18.75rem;
    padding: 0.9375rem 0;
    z-index: 10;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
}

.dropdown-menu li {
    width: 100%;
    border-bottom: 0.0625rem solid #E9EAEB;
}

.dropdown-menu a {
    padding: 0.9375rem 1.25rem;
}

.dropdown-menu a:hover {
    color: #101112;
    text-decoration: none;
    background-color: #F5F3F3;
    text-shadow: 0 0 0.0313rem #101112;
}

.dropdown-menu a:hover span {
    color: #101112;
}

.toggle-mnu {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0.3125rem 0.3125rem 0 0;
}

.toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5625rem;
}

.toggle-mnu span:after {
    top: 1.125rem;
}

.toggle-mnu span {
    position: relative;
    display: block;
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    height: 0.1875rem;
    background-color: #101112;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
}

.toggle-mnu.on span, .toggle-mnu.on span:after, .toggle-mnu.on span:before {
    background-color: #006843;
}

.toggle-mnu span:after {
    width: 75%;
}

.toggle-mnu.on span:after {
    width: 100%;
}

.toggle-mnu.on span {
    background-color: transparent;
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-0.0625rem, 0rem);
    -ms-transform: rotate(45deg) translate(-0.0625rem, 0rem);
    transform: rotate(45deg) translate(-0.0625rem, 0rem);
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(0.375rem, -0.4375rem);
    -ms-transform: rotate(-45deg) translate(0.375rem, -0.4375rem);
    transform: rotate(-45deg) translate(0.375rem, -0.4375rem);
}

.toggle-mnu.on + .second-level {
    display: block;
}

.sp-modal--body {
    border-top: 0.0625rem solid #E9EAEB;
    border-bottom: 0.0625rem solid #E9EAEB;
    padding: 1.875rem 0;
    text-align: left;
    margin: 1.875rem 0;
}

.sp-modal--title {
    font-family: 'HeliosCond', serif;
    font-size: 2.125rem;
    line-height: 2.45rem;
    margin: 0 1.875rem 0 0;
}

.sp-modal .header-middle--phone {
    text-align: left;
}

.city-modal {
    width: 50rem;
    max-width: 100%;
}

.city-modal h2 {
    font-family: 'GothamPro-Bold', serif;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 1.875rem 0;
}

.city-modal ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.city-modal a {
    color: #3C3C3B;
    margin-right: 1.875rem;
    line-height: 1rem;
}

.city-modal a:hover {
    text-decoration: underline;
}

.city-modal .active {
    font-family: 'GothamPro-Bold', serif;
    color: #006843;
    border-bottom: 0.0625rem solid #006843;
}

.city-modal .active:focus, .city-modal .active:hover {
    text-decoration: none;
}

.city-modal--header {
    border-bottom: 0.0625rem solid #E9EAEB;
    padding-bottom: 1.25rem;
}

.city-modal--header li {
    display: inline-block;
}

.city-modal--body {
    padding: 1.875rem 0;
    border-bottom: 0.0625rem solid #E9EAEB;
}

.city-modal--ul {
    width: 33%;
    float: left;
}

.city-modal--ul li {
    margin-bottom: 0.5rem;
}

.city-modal--ul h2 {
    margin: 1.25rem 0;
}

.login-form {
    margin-top: 2.5rem;
    width: 37.5rem;
}

.login-form label {
    margin-bottom: 1.25rem;
    display: block;
}

.login-form--label {
    color: #101112;
    margin-bottom: 0.3125rem;
    display: inline-block;
}

.login-form--forgot {
    margin-left: auto;
    margin-bottom: 1.25rem;
    color: #3C3C3B;
}

.login-form .green {
    margin-left: 1.875rem;
    line-height: 1rem;
}

input[type='text'],
input[type='password'] {
    border: 1px solid #E9EAEB;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    width: 100%;
    font-size: 0.8rem;
    height: 2.625rem;
    line-height: 2.55rem;
    padding: 0 0.625rem;
}

input[type='text']:focus,
input[type='password']:focus {
    border-color: #000;
    outline: none;
}

.header {
    min-height: auto;
}

.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.9375rem 0;
    border-bottom: 0.0625rem solid #E9EAEB;
    font-size: 0.8rem;
    line-height: 0.75rem;
}

.header-top--region {
    font-family: 'GothamPro-Bold', serif;
    color: #3C3C3B;
    min-width: 18.75rem;
}

.header-top--region:hover {
    text-decoration: none;
    color: #3C3C3B;
}

.header-top--region img {
    vertical-align: middle;
    margin-left: 0.4375rem;
}

.header-top--right {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.header-top--right img {
    margin: -0.1875rem 0.1875rem 0 0.1875rem;
}

.header-top--login {
    margin-left: 4.6875rem;
    color: #3C3C3B;
    text-decoration: none;
}

.header-top--login:hover {
    text-decoration: none;
}

.header-top--login:hover span {
    display: inline-block;
    text-decoration: underline;
}

.header-top--login img {
    margin-top: -0.1875rem;
}

.header-top--office-info {
    padding: 0 0.625rem;
}

.header-top--office-info img {
    margin-top: -0.1875rem;
}

.header-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.9375rem 0;
    position: relative;
}

.header-middle--phone {
    text-align: center;
}

.header-middle--phone a {
    margin-top: 0.625rem;
    display: block;
    font-family: 'GothamPro-Bold', serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #101112;
}

.header-middle--right {
    position: absolute;
    right: 0;
}

.header-middle--right .favorite-icon {
    margin-left: 0.9375rem;
    position: relative;
}

.header-middle--right .favorite-quantity {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #F2994A;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0.687rem;
    line-height: 1.25rem;
    color: #FFFFFF;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 1rem;
    top: -0.25rem;
}

.header-middle--right .favorite-icon.active .favorite-quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.sp-banner {
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 9% 0;
    color: #fff;
    margin-top: -3.625rem;
    background-color: transparent;
}

.sp-banner .like-h1, .sp-banner h1 {
    font-family: 'HeliosCond', serif;
    font-size: 3.75rem;
    line-height: 4.375rem;
    text-transform: uppercase;
}

.sp-banner p {
    font-family: 'GothamPro', serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.sp-banner--bottom-icon {
    font-family: 'HeliosCond', serif;
    font-size: 5rem;
    line-height: 4.06rem;
    margin-right: 1.25rem;
}

.sp-banner--bottom-text {
    font-family: 'GothamPro', serif;
    font-size: 1.125rem;
    line-height: 1.05rem;
}

.sp-banner--bottom-item {
    width: 18.75rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 1.25rem 1.25rem 1.25rem 0;
}

.sp-banner--bottom-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sp-banner--bottom-item:nth-child(2) {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.home-catalog-list {
    width: 100%;
    text-align: center;
}

.home-catalog-item {
    background: #F5F3F3;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 0.625rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.75rem;
    -ms-flex: 0 0 13.75rem;
    flex: 0 0 13.75rem;
    max-width: 13.75rem;
    min-width: 13.75rem;
    margin: 0.75rem;
}

.home-catalog-item picture {
    display: block;
    height: 7.8125rem;
}

.home-catalog-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.home-catalog-item h3 {
    font-size: 0.95rem;
    line-height: 1.25rem;
    color: #101112;
    font-weight: normal;
    margin: 0.625rem 0 0 0;
    height: 3.75rem;
    overflow: hidden;
}

.home-catalog-item:hover {
    -webkit-transition: -webkit-box-shadow 400ms ease;
    transition: -webkit-box-shadow 400ms ease;
    -o-transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
}

.sp-about {
    position: relative;
}

.sp-about p {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.sp-about--bottom {
    background-color: #F5F3F3;
    padding: 3.4375rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.0625rem solid #fff;
}

.bottom-item-icon {
    margin-right: 1.875rem;
    font-family: 'HeliosCond-Bold', serif;
    font-size: 5rem;
    line-height: 5.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #F2994A;
}

.bottom-item-text h4 {
    font-family: 'HeliosCond-Bold', serif;
    font-size: 1.25rem;
    line-height: 1.45rem;
    text-transform: uppercase;
    color: #101112;
    margin: 0;
}

.bottom-item-text p {
    font-family: 'GothamPro', serif;
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0.3125rem 0 0 0;
}

#ya-map {
    display: block;
    position: absolute;
    top: 12%;
    left: 0;
    bottom: 12%;
    width: 53%;
}

.sp-map.js-scroll #ya-map {
    display: block;
    position: absolute;
    top: 0%;
    left: 0;
    bottom: 12%;
    height: 87%;
    width: 51%;
}
.sp-map {
    position: relative;
}

.sp-map .row,
.sp-map .container {
    height: 100%;
}

.sp-map--info {
    background-color: #fff;
    padding: 6.25rem 3.75rem;
    position: relative;
    z-index: 2;
}

.sp-map--info h2 {
    font-family: 'HeliosCond', serif;
    font-size: 3.75rem;
    line-height: 4.68rem;
    text-transform: uppercase;
    color: #101112;
    margin: 0 0 3.125rem 0;
}

.sp-map--info p {
    font-family: 'GothamPro', serif;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #101112;
    margin-bottom: 3.125rem;
}

.header-middle--wrap,
.header-top--wrap {
    background-color: #fff;
}

.sp-map,
.sp-object {
    background-color: #F5F3F3;
}

.sp-about .sp-section--title {
    margin-top: 0;
}

.sp-banner--image {
    max-width: 26.5625rem;
    margin: auto;
}

.sp-banner--action {
    position: absolute;
    width: 3.625rem;
    height: 3.625rem;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.sp-banner--action:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.sp-banner--action i {
    color: #101112;
}

.sp-object--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    margin-top: 4.375rem;
}

.sp-object--item {
    color: #101112;
    position: relative;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 1.875rem;
	width:100%;
}

.sp-object--item:hover {
    text-decoration: none;
}

.sp-object--item:hover .sp-object--title {
    background-color: #006843;
    color: #fff;
    text-decoration: none;
}

.sp-object--item:hover .sp-object--image:before {
    opacity: 1;
}

.sp-object--image {
    height: 18.125rem;
    overflow: hidden;
    display: block;
}

.sp-object--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sp-object--image:before {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0.9375rem;
    bottom: 5rem;
    right: 0.9375rem;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.sp-object--title {
    background: #fff;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.625rem;
    text-align: center;
    font-family: 'GothamPro-Bold', serif;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.search-form {
    width: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.3125rem;
    overflow: hidden;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.search-form input {
    width: 100%;
    border: 0.0625rem solid #006843;
    -webkit-box-shadow: 0 0 0.125rem rgba(89, 86, 86, 0.5);
    box-shadow: 0 0 0.125rem rgba(89, 86, 86, 0.5);
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    padding: 0.4375rem 3.75rem 0.4375rem 0.625rem;
	line-height: 1rem;
}

.search-form input:focus {
    outline: none;
}

.search-form--close {
    position: absolute;
    top: 0.6875rem;
    right: 2.5rem;
    border: 0;
    background-color: transparent;
    outline: none;
}

.search-form--close i {
    color: #8B8D8D;
}

.search-form--submit {
    display: block;
    color: #fff;
    background-color: #006843;
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    border: 0;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    outline: none;
}

.search-form--result {
    display: none;
    width: 31.25rem;
    background-color: #fff;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    border: 0.0625rem solid #E9EAEB;
    overflow: hidden;
}

.search-form--result-all {
    padding: 0.9375rem;
    color: #006843;
}

.search-form--result-all:hover {
    text-decoration: none;
}

.search-form--result-all span {
    border-bottom: 0.0625rem dashed #006843;
}

.search-form--result-item {
    border-bottom: 0.0625rem solid #E9EAEB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-form--result-img {
    display: block;
    width: 7.5rem;
    min-width: 7.5rem;
    padding: 0.3125rem;
    border-right: 0.0625rem solid #E9EAEB;
    text-align: center;
}

.search-form--result-img img {
    max-height: 3.75rem;
}

.search-form--result-text {
    padding: 1.25rem;
    line-height: 0.875rem;
}

.search-form--open {
    width: 31.25rem;
    z-index: 12;
}

.show-search-form {
    cursor: pointer;
}

.breadcrumbs-wrap {
    padding: 1.25rem 0;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumbs a {
    font-family: 'GothamPro', serif;
    font-size: 0.875rem;
    line-height: 0.75rem;
    color: #101112;
    text-decoration: none;
    border-bottom: 0.0625rem solid #8B8D8D;
}

.breadcrumbs a:hover {
    border-bottom: none;
}

.breadcrumbs li {
    display: inline-block;
    color: #8B8D8D;
    font-size: 0.875rem;
}

.breadcrumbs li:not(:last-child):after {
    content: '>';
    display: inline-block;
    margin: 0 0.625rem;
    color: #101112;
}

.swiper-pagination.disabled {
    visibility: hidden;
}

.catalog-info {
    background-color: #F1F1F1;
    padding: 5.625rem 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.catalog-info .col-lg-7 {
    z-index: 1;
    position: relative;
    background-color: #F1F1F1;
    text-align: left;
}

.catalog-info h1 {
    font-family: 'HeliosCond', serif;
    font-size: 3.1rem;
    line-height: 3.4rem;
    color: #101112;
    margin-top: 0;
}

.catalog-info p {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.catalog-info--img {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    max-width: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 37.5rem;
}

.catalog-info--img.catalog-info--img-big {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    object-fit: contain;
    max-width: 42%;
    transform: none;
    max-height: 600px;
}
.catalog-info-bottom {
    margin-top: 3.125rem;
}

.catalog-info-bottom-item {
    display: inline-block;
    vertical-align: top;
    max-width: 33%;
    position: relative;
    margin-bottom: 1.25rem;
}

.catalog-info-bottom-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-left: 5rem;
    padding-right: 1.875rem;
    display: inline-block;
    min-height: 50px;
}

.catalog-info-bottom-icon {
    max-width: 3.125rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.catalog-filter {
    background-color: #F5F3F3;
    padding: 1.875rem 0;
}

.catalog-filter--item {
    margin: 0.50rem 1.25rem 0.50rem 0;
    display: inline-block;
    vertical-align: top;
}

.catalog-filter--item .chosen-search-input.default {
    text-shadow: none !important;
    color: #101112;
}
#filter .chosen-container-single .chosen-single span{
	text-shadow: none !important;
}
#filter .chosen-container{
	max-width: 290px;
	min-width: 290px;
}
#filter .chosen-container .chosen-drop{
	width: 290px;
}

.catalog-filter--label {
    color: #8B8D8D;
    margin-bottom: 0.625rem;
}

.catalog-filter .check-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.catalog-filter .filter-checkbox--first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 58%;
}

.catalog-filter .filter-checkbox--first .catalog-filter--label {
    margin-right: 1.25rem;
    margin-top: 0.625rem;
    white-space: nowrap;
}

.catalog-filter .filter-checkbox--first .checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-filter .filter-checkbox--first .checkbox-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5rem;
    height: 2.375rem;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    background: white;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.0625rem solid #E9EAEB;
    font-size: 0.875rem;
    line-height: 1.875rem;
    margin: 0 0.625rem 1.25rem 0.625rem;
    cursor: pointer;
}

.catalog-filter .filter-checkbox--first .checkbox-label:hover {
    -webkit-box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.1);
    box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.catalog-filter .filter-checkbox--first .checkbox-input:checked + .checkbox-label {
    border: 0.0625rem solid #006843;
    font-weight: bold;
}

.catalog-filter .filter-checkbox--first .checkbox-input {
    display: none;
}

.catalog-filter .filter-checkbox--second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.catalog-filter .filter-checkbox--second .catalog-filter--checkbox {
    height: 4.375rem;
}

.catalog-filter .filter-checkbox--second .catalog-filter--label {
    margin-right: 1.25rem;
    margin-top: 0.625rem;
    white-space: nowrap;
}

.catalog-filter .filter-checkbox--second .checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-filter .filter-checkbox--second .checkbox-label-u,
.catalog-filter .filter-checkbox--second .checkbox-label-c {
    margin: 0 0.625rem 1.25rem 0.625rem;
    cursor: pointer;
}

.catalog-filter .filter-checkbox--second .checkbox-label-u:hover,
.catalog-filter .filter-checkbox--second .checkbox-label-c:hover {
    -webkit-box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.1);
    box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.catalog-filter .filter-checkbox--second .checkbox-label-u img,
.catalog-filter .filter-checkbox--second .checkbox-label-c img {
    width: 3.125rem;
    height: 3.125rem;
}

.catalog-filter .filter-checkbox--second .checkbox-label-u {
    display: block;
}

.catalog-filter .filter-checkbox--second .checkbox-label-c {
    display: none;
}

.catalog-filter .filter-checkbox--second .checkbox-input:checked ~ .checkbox-label-u {
    display: none;
}

.catalog-filter .filter-checkbox--second .checkbox-input:checked ~ .checkbox-label-c {
    display: block;
}

.catalog-filter .filter-checkbox--second .checkbox-input {
    display: none;
}

.reses-filter {
    color: #006843;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0 1.25rem 1.875rem 0;
    vertical-align: bottom;
}

.reses-filter span {
    border-bottom: 0.0625rem dashed #006843;
    display: inline-block;
    margin-right: 0.3125rem;
}

.reses-filter:hover span {
    border-bottom: 0.0625rem dashed transparent;
}

.catalog-list--wrap {
    padding: 3.125rem 0 0 0;
}

.catalog-list--menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 1.25rem;
    margin-bottom: 1.875rem;
}

.catalog-list--menu .chosen-container {
    margin-left: 0.625rem;
}

.catalog-list--menu-right {
    margin-left: auto;
}

.catalog-list--menu-right button {
    border: 0;
    background: transparent;
    opacity: 0.5;
}

.catalog-list--menu-right button.active {
    opacity: 1;
}

.catalog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

.catalog-list .catalog-item--stock_list {
    display: none;
}

.catalog-list .catalog-item--ul {
    margin: 0;
    text-align: left;
    padding: 0;
    list-style-type: none;
    display: block;
}

.catalog-list .catalog-item--stock,
.catalog-list .catalog-item--stock_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 1.5625rem;
    display: none;
}

.catalog-list .catalog-item--stock .stock-wrapper,
.catalog-list .catalog-item--stock_list .stock-wrapper {
    width: 12.875rem;
    height: 2.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.875rem;
}

.catalog-list .catalog-item--stock .in-stock,
.catalog-list .catalog-item--stock_list .in-stock {
    border: 0.0625rem solid #E9EAEB;
    color: #006843;
}

.catalog-list .catalog-item--stock .in-stock img,
.catalog-list .catalog-item--stock_list .in-stock img {
    margin-right: 1.25rem;
}

.catalog-list .catalog-item--stock .out-of-stock,
.catalog-list .catalog-item--stock_list .out-of-stock {
    background: #F5F3F3;
    color: #8B8D8D;
}

.catalog-list .catalog-item--stock .out-of-stock img,
.catalog-list .catalog-item--stock_list .out-of-stock img {
    margin-right: 1.25rem;
}

.catalog-list .catalog-item--li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.625rem;
}

.catalog-list .catalog-item--li .name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url(/local/templates/template_2019/include/img/dots.jpg);
    background-repeat: repeat-x;
    background-position: 0.3125rem 0.75rem;
}

.catalog-list .catalog-item--li .name span {
    background-color: #fff;
    padding-right: 0.625rem;
}

.catalog-list .catalog-item--li .props {
    margin-left: auto;
    padding-left: 0.625rem;
    font-family: 'GothamPro-Bold', serif;
}

.catalog-list--row .catalog-item--inner:hover .catalog-item--stock {
    display: none;
}

.catalog-list--row .catalog-item--stock_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-top: 0.9375rem;
}

.catalog-list--row .btn.buy {
    z-index: 22;
    position: relative;
}

.catalog-list--row .catalog-item {
    margin-bottom: 2.5rem;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.catalog-list--row .catalog-item:hover .catalog-item--inner {
    position: relative;
    width: 100%;
}

.catalog-list--row .catalog-item--inner {
    min-height: 18.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-list--row .catalog-item--inner .catalog-item--ul {
    visibility: visible;
    height: 100%;
}

.catalog-list--row .catalog-item--info {
    text-align: left;
    padding: 2.5rem 4.6875rem;
    border-left: 0.0625rem solid #E9EAEB;
    border-right: 0.0625rem solid #E9EAEB;
}

.catalog-list--row .catalog-item--title {
    margin: 0 0 1.25rem 0;
    max-height: 3.125rem;
}

.catalog-list--row .catalog-item--title a {
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: #101112;
}

.catalog-list--row .catalog-item--action {
    min-width: 25rem;
    padding-bottom: 0;
}

.catalog-list--row .catalog-item--slider {
    width: 21.875rem;
    min-width: 21.875rem;
    max-width: 21.875rem;
    padding: 0.875rem;
    border-bottom: 0;
}

.catalog-list--row .catalog-item--ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

.catalog-list--row .catalog-item--li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.625rem;
}

.catalog-list--row .catalog-item--li .name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url("../img/dots.jpg");
    background-repeat: repeat-x;
    background-position: 0.3125rem 0.75rem;
}

.catalog-list--row .catalog-item--li .name span {
    background-color: #fff;
    padding-right: 0.625rem;
}

.catalog-list--row .catalog-item--li .props {
    margin-left: auto;
    padding-left: 0.625rem;
    font-family: 'GothamPro-Bold', serif;
}

.catalog-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 1.875rem;
    position: relative;
}

.catalog-item:hover .catalog-item--inner {
    -webkit-transition: -webkit-box-shadow 400ms ease;
    transition: -webkit-box-shadow 400ms ease;
    -o-transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
    background: white;
    position: absolute;
    z-index: 20;
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
}

.catalog-item--slider {
    padding: 2.1875rem;
    height: 19.5rem;
    overflow: hidden;
    border-bottom: 0.0625rem solid #E9EAEB;
}

.catalog-item--slider .swiper-slide,
.catalog-item--slider .swiper-slide img {
    width: 17.5rem;
}

.catalog-item .swiper-container {
    max-width: 20rem;
    max-height: 20.625rem;
    z-index: unset;
}

.catalog-item--inner {
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    position: relative;
}

.catalog-item--inner .price-out-of {
    color: #8B8D8D;
}

.catalog-item--inner .labels {
    position: absolute;
    z-index: 10;
    margin-top: 1.5625rem;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-item--inner .labels .label {
    margin-top: 0.625rem;
    position: relative;
}

.catalog-item--inner .labels .label .label-text {
    position: absolute;
    left: 1.875rem;
    top: 0.4375rem;
    color: white;
    font-size: 0.875rem;
}

.catalog-item--inner .labels .right .favorite-c {
    display: none;
}

.catalog-item--inner .labels .right .favorite-u {
    display: block;
}

.catalog-item--inner .labels .right img {
    margin-right: 1.5625rem;
    margin-top: 0.625rem;
    cursor: pointer;
}

.catalog-item--inner .labels .right .favorite-checkbox {
    display: none;
}

.catalog-item--inner .labels .right .favorite-checkbox:checked ~ .favorite-c {
    display: block;
}

.catalog-item--inner .labels .right .favorite-checkbox:checked ~ .favorite-u {
    display: none;
}

.catalog-item--price {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: 'GothamPro-Bold', serif;
}

.catalog-item--action {
    padding: 0 2.1875rem 2.1875rem 2.1875rem;
    text-align: center;
}

.catalog-item--action .btn {
    margin: 1.875rem 0;
}

.catalog-item--info {
    padding: 2.1875rem;
    text-align: center;
}

.catalog-item--title {
    margin: 0;
    height: 5.625rem;
    overflow: hidden;
}

.catalog-item--title a {
    font-size: 1.125rem;
    line-height: 1.4rem;
    color: #101112;
    font-family: 'GothamPro', serif;
    -webkit-transition: text-shadow 300ms ease-in-out;
    -o-transition: text-shadow 300ms ease-in-out;
    transition: text-shadow 300ms ease-in-out;
}

.catalog-item--title a:hover {
    text-shadow: 0 0 0.0313rem #101112;
}

.catalog-item--ul {
    height: 0;
    visibility: hidden;
}

.catalog-item .owl-dots {
    text-align: center;
    margin-top: 0.9375rem;
}

.catalog-item .swiper-pagination {
    margin-top: 10px;
    position: static;
}

.catalog-item .swiper-pagination-bullet {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0.625rem;
    border: 0.0625rem solid #006843;
}

.catalog-item .swiper-pagination-bullet-active {
    background-color: #006843;
}

.catalog-item--inner:hover .catalog-item--ul {
    height: 100%;
    visibility: visible;
}

.catalog-item--inner:hover .catalog-item--stock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.catalog-item .catalog-item--slider .swiper-slide img {
    min-height: 182px;
}
.catalog-second-menu {
    padding-bottom: 4.375rem;
}

.catalog-second-menu .item-header {
    font-weight: bold;
    font-size: 1.06rem;
    line-height: 1.875rem;
    color: #006843;
    padding-left: 0.9375rem;
}

.square-block {
    float: left;
    width: 14.375rem;
    min-width: 14.375rem;
    background-color: #fff;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 1.875rem;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.5rem;
    color: #101112;
    font-family: 'GothamPro-Bold', serif;
    margin: 0.9375rem 0.5625rem;
}

.square-block:hover {
    -webkit-transition: color 400ms ease, -webkit-box-shadow 400ms ease;
    transition: color 400ms ease, -webkit-box-shadow 400ms ease;
    -o-transition: box-shadow 400ms ease, color 400ms ease;
    transition: box-shadow 400ms ease, color 400ms ease;
    transition: box-shadow 400ms ease, color 400ms ease, -webkit-box-shadow 400ms ease;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
    color: #006843;
}

.square-block--img {
    margin-bottom: 1.875rem;
    height: 7.1875rem;
    overflow: hidden;
}

.square-block--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.square-block--text {
    overflow: hidden;
}

.square-slider-wrapper {
    position: relative;
}

.square-slider-wrapper .square-swiper-button-next,
.square-slider-wrapper .square-swiper-button-prev {
    position: absolute;
    top: -webkit-calc(50% - 0.6875rem);
    top: calc(50% - 0.6875rem);
    width: 2rem;
    height: 1.4063rem;
    z-index: 10;
    cursor: pointer;
    background: url("../img/arrow-left.png");
    outline: none;
}

.square-slider-wrapper .square-swiper-button-next {
    right: 0.625rem;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.square-slider-wrapper .square-swiper-button-prev {
    right: auto;
    left: 0.625rem;
}

.square-slider-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.square-slider {
    width: 84%;
}

.sp-object--slider .swiper-slide,
.square-slider .swiper-slide {
    width: auto;
}

/*
span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  display: block;
  width: 10px;
  height: 10px;
  background-color: red;
  content:"";
}
*/
.swiper-pagination-on-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 11.6875rem;
    margin-top: -11.6875rem;
    z-index: 10;
    opacity: 0;
}

.swiper-pagination-on-pic .pagination-bullet {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.compare {
    color: #006843;
}

.catalog-row {
    padding: 1.25rem 0;
}

.catalog-row--item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 18.75rem;
    -webkit-transition: -webkit-box-shadow 400ms ease-in-out;
    transition: -webkit-box-shadow 400ms ease-in-out;
    -o-transition: box-shadow 400ms ease-in-out;
    transition: box-shadow 400ms ease-in-out;
    transition: box-shadow 400ms ease-in-out, -webkit-box-shadow 400ms ease-in-out;
}

.catalog-row--item:hover {
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.15);
}

.catalog-row--item:hover:before {
    background-color: #fff;
}

.catalog-row--item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18.75rem;
    bottom: 0;
    background-color: #F5F3F3;
    -webkit-transition: background-color 400ms ease-in-out;
    -o-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
}

.catalog-row--item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18.75rem;
    bottom: 0;
    z-index: 3;
    border-right: 0.0625rem solid #E9EAEB;
}

.catalog-row--item-img {
    width: 18.75rem;
    min-width: 18.75rem;
    position: relative;
    text-align: center;
    padding: 2.1875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog-row--item-img h2 {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #101112;
}

.catalog-row--item-text {
    padding: 2.5rem 4.375rem;
    width: 100%;
}

.catalog-row--item-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalog-row--item-text li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.catalog-row--item-text a {
    display: inline-block;
    border-bottom: 0.0625rem solid #fff;
    padding: 0.625rem 0;
    line-height: 1.25rem;
    margin-right: 4.375rem;
}

.catalog-row--item-text a span:hover {
    color: #006843;
    border-bottom: 0.0625rem solid #006843;
    text-shadow: 0 0 0.0313rem #006843;
}

body .ymaps-2-1-74-copyright {
    display: none;
}

.pagination {
    padding-top: 1.875rem;
    text-align: center;
}

.pagination a[disabled] {
    padding: 0.5625rem 0.625rem;
}

.pagination a[disabled]:focus, .pagination a[disabled]:hover {
    text-decoration: none;
    cursor: default;
}

.pagination a:not([disabled]) {
    display: inline-block;
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid #E9EAEB;
    padding: 0.5625rem 1.0625rem;
    margin: 0 0.1875rem;
    color: #000000;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pagination a:not([disabled]):hover {
    text-decoration: none;
    background-color: #006843;
    color: #fff;
    border-color: #006843;
}

.pagination a:not([disabled]).active {
    background-color: #006843;
    color: #fff;
    border-color: #006843;
}

p span {
    font-weight: bold;
}

.sp-company .sp-banner {
    padding: 0;
    margin-top: unset;
}

.text-green {
    color: #006843;
}

.breadcrumbs-wrap-company {
    background: white;
    position: relative;
}

.sp-banner-company {
    height: 37.5rem;
    background: url("../img/sp-company--bg.jpg") no-repeat center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-company--title {
    margin-top: 6.25rem;
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
}

.sp-geography {
    margin-bottom: -9.375rem;
}

#ya-map-company {
    display: block;
    position: relative;
    top: 12%;
    left: 0;
    bottom: 12%;
    width: 100%;
    height: 51.25rem;
}

#ya-map-company ymaps[class$="ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

.ya-map-company--icons {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9.375rem;
    position: relative;
    top: -9.375rem;
    background: #ffffff;
}

.ya-map-company--icons .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ya-map-company--icons .container span {
    white-space: nowrap;
}

.button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sp-geography .geography-card {
    position: absolute;
    background: #ffffff;
    display: block;
    width: 22.8125rem;
    -webkit-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    padding: 2.8125rem;
    text-align: center;
    z-index: 10;
    top: 7.1875rem;
}

.sp-geography .geography-card--number {
    position: relative;
    background: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 3.8125rem;
    width: 3.8125rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    top: -2.1875rem;
}

.sp-geography .geography-card--number .card-number {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 1.875rem;
    color: #006843;
}

.sp-geography .geography-card--header {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: bold;
}

.sp-geography .geography-card img {
    margin: 0 auto;
    display: block;
}

.sp-geography .geography-card p {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.sp-geography--button {
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    width: 23rem;
    height: 3.125rem;
    color: white;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 0.812rem;
}

.sp-mission {
    background: #F5F3F3;
    padding-bottom: 4.0625rem;
}

.sp-mission .sp-company--title {
    text-align: center;
    margin-bottom: 4.375rem;
}

.sp-mission .sp-mission--img,
.sp-mission .sp-mission--description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sp-mission .sp-mission--description p {
    margin-top: 5rem;
    margin-bottom: 4.375rem;
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 1.875rem;
}

.sp-mission .mission-cards {
    margin-bottom: 4.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sp-mission .mission-card {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    padding: 2.5rem 2.5rem 1.25rem 2.5rem;
}
.sp-mission .mission-card img{
	max-height: 80px;
    width: 80px;
    margin: 0 auto;
}

.sp-mission .mission-card p {
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: center;
}

.sp-mission .mission-point .header-text {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: bold;
}

.sp-mission .mission-point p {
    font-size: 1rem;
    line-height: 1.375rem;
}

.sp-mission .sp-mission--picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 1.875rem;
    margin-bottom: 3.75rem;
}

.sp-production {
    padding-bottom: 3.75rem;
}

.sp-production--video {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sp-production--videocard {
    margin-bottom: 1.875rem;
}

.production-videocard-wrapper {
    background: #F5F3F3;
    text-align: center;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 6% 12%;
    height: 100%;
}

.production-videocard-wrapper p {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.sp-production--text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sp-production--textcard {
    margin-bottom: 1.875rem;
}

.production-textcard-wrapper {
    border: 0.0625rem solid #E9EAEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 2.5rem;
    height: 100%;
}

.production-textcard-wrapper p {
    font-size: 1rem;
    line-height: 1.31rem;
}

.sp-certificate {
    background: #F5F3F3;
    padding-bottom: 5.625rem;
}

.company-certificate-slider {
    position: relative;
}

.company-certificate-slider .certificate-swiper-button-next,
.company-certificate-slider .certificate-swiper-button-prev {
    position: absolute;
    top: -webkit-calc(50% - 0.6875rem);
    top: calc(50% - 0.6875rem);
    width: 2rem;
    height: 1.4063rem;
    z-index: 10;
    cursor: pointer;
    background: url("../img/arrow-left.png");
    outline: none;
}

.company-certificate-slider .certificate-swiper-button-next {
    right: 0.625rem;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.company-certificate-slider .certificate-swiper-button-prev {
    right: auto;
    left: 0.625rem;
}

.swiper-company-certificate {
    position: relative;
    overflow: hidden;
    width: 85%;
    margin: auto;
}

.sp-history p {
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.company-history-slider {
    position: relative;
    overflow: hidden;
}

.company-history-slider .horizontal-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.0625rem;
    top: 4.375rem;
    background: #E9EAEB;
}

.company-history-slider .history-swiper-button-next,
.company-history-slider .history-swiper-button-prev {
    position: absolute;
    top: 0.3125rem;
    width: 2rem;
    height: 1.4063rem;
    z-index: 10;
    cursor: pointer;
    background: url("../img/arrow-left.png");
    outline: none;
}

.company-history-slider .history-swiper-button-next {
    right: 0.625rem;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.company-history-slider .history-swiper-button-prev {
    right: auto;
    left: 0.625rem;
}

.swiper-company-years {
    height: 6.25rem;
    width: 85%;
    overflow: hidden;
    margin: auto;
}

.swiper-company-years .swiper-slide {
    font-size: 1.125rem;
    line-height: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #8B8D8D;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.swiper-company-years .swiper-slide .year-icon {
    margin-top: 1.875rem;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    background: #E9EAEB;
}

.swiper-company-years .swiper-slide-thumb-active {
    font-size: 1.625rem;
    line-height: 1.875rem;
    color: #006843;
}

.swiper-company-years .swiper-slide-thumb-active .year-icon {
    background: #F7901E;
}

.sp-history--slide {
    background: #F5F3F3;
    width: 100%;
    height: 22.5rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sp-history--slide p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    width: 65%;
}

.sp-history--slide .history-year {
    font-size: 3.125rem;
    line-height: 1.875rem;
    font-weight: bold;
    margin-top: 0;
}

.company-clients-slider {
    position: relative;
}

.company-clients-slider .company-swiper-button-next,
.company-clients-slider .company-swiper-button-prev {
    position: absolute;
    top: -webkit-calc(50% - 0.6875rem);
    top: calc(50% - 0.6875rem);
    width: 2rem;
    height: 1.4063rem;
    z-index: 10;
    cursor: pointer;
    background: url("../img/arrow-left.png");
    outline: none;
}

.company-clients-slider .company-swiper-button-next {
    right: 0.625rem;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.company-clients-slider .company-swiper-button-prev {
    right: auto;
    left: 0.625rem;
}

.swiper-company-clients {
    width: 85%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.sp-social {
    padding-bottom: 5.3125rem;
}

.sp-social img {
    margin-bottom: 0.9375rem;
}

.sp-social p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-top: 0;
}

.cart {
    font-family: "GothamPro";
}

.cart .tabs__content_wr {
    position: relative;
}

.cart .tabs__content_wr .tabs__content {
    display: block;
}

.cart .tabs__content_wr .tabs__content:not(.active) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.cart .tabs__content {
    padding-top: 2.625rem;
}

.cart .tabs__content .blueprints-wrapp,
.cart .tabs__content .leaflet-wrapp {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 3.125rem;
    left: 50%;
}

.cart .container {
    max-width: 96.875rem;
}

.cart img {
    max-width: 100%;
}

.cart .catalog-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cart__wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.9375rem;
}

@media (max-width: 93.75rem) {
    .cart__wr {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1.125rem;
    }
}

.cart__gallery {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41%;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
}

@media (max-width: 93.75rem) {
    .cart__gallery {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}

.cart__middle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.5%;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    max-width: 30.9375rem;
}

@media (max-width: 93.75rem) {
    .cart__middle {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        margin: 0 auto 0 3.3125rem;
    }
}

.cart__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    margin-top: 3.1875rem;
}



.cart__slider
.cart__slider-blueprints {
    border: 0.0625rem solid #E9EAEB;
    padding: 2.5rem;
}

.cart__slider-blueprints {
    max-width: 50rem;
}

.cart__slider_top,
.cart__slider_top-blueprints {
    overflow: hidden;
}

.cart__slider_top .swiper-slide,
.cart__slider_top-blueprints .swiper-slide {
    height: 24.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart__slider_top .swiper-slide img,
.cart__slider_top-blueprints .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart__slider_bottom,
.cart__slider_bottom-blueprints {
    max-width: 17.5rem;
    margin: 2.5rem auto 0;
    position: relative;
}

@media (max-width: 93.75rem) {
    .cart__slider_bottom,
    .cart__slider_bottom-blueprints {
        margin-top: 2.8125rem;
    }
}

.cart__slider_bottom .swiper-button-next,
.cart__slider_bottom .swiper-button-prev,
.cart__slider_bottom-blueprints .swiper-button-next,
.cart__slider_bottom-blueprints .swiper-button-prev {
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    line-height: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cart__slider_bottom .swiper-button-prev,
.cart__slider_bottom-blueprints .swiper-button-prev {
    left: -3rem;
}

.cart__slider_bottom .swiper-button-next,
.cart__slider_bottom-blueprints .swiper-button-next {
    right: -3rem;
}

.cart__slider_bottom .swiper-slide,
.cart__slider_bottom-blueprints .swiper-slide {
    width: 5rem;
    height: 5rem;
    border: 0.0625rem solid #006843;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart__slider_bottom .swiper-slide img,
.cart__slider_bottom-blueprints .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart__download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5625rem;
}

.cart__download_link {
    color: #006843;
    font-size: 0.937rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 2.1875rem 1.25rem 0;
}

.cart__download_link img {
    margin-right: 0.9375rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart__download_link span {
    text-decoration: underline;
}

.cart__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.125rem;
}

@media (max-width: 93.75rem) {
    .cart__top {
        margin-top: 0.3125rem;
    }
}

.cart__top_link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #006843;
    font-size: 0.875rem;
    margin-right: 1.5625rem;
    margin-bottom: 0.625rem;
}

.cart__top_link svg {
    margin-right: 0.9375rem;
}

.cart__head {
    border: 0.0625rem solid #E9EAEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    padding: 1.8125rem 1.625rem 1.875rem;
    margin-bottom: 1.125rem;
}

@media (max-width: 93.75rem) {
    .cart__head {
        padding-bottom: 1.625rem;
        margin-bottom: 1.3125rem;
    }
}

.cart__available {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #F5F3F3;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    padding: 0.5rem 2.625rem 0.4375rem 1.25rem;
    color: #006843;
    font-size: 0.875rem;
    margin-bottom: 1.5625rem;
}

.cart__available_icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #006843;
    margin-right: 1.1875rem;
}

.cart__price {
    font-size: 1.25rem;
    color: #101112;
    margin-bottom: 1.3125rem;
}

.cart__price b {
    font-size: 1.625rem;
    font-weight: normal;
    font-family: "GothamPro-Bold";
}

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

.cart__actions.cart_two_buttons {
    flex-direction: column;
}

.cart__actions .btn {
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 1.25rem;
}

.cart__title {
    color: #101112;
    font-size: 1rem;
    margin-bottom: 0.625rem;
    font-weight: normal;
    font-family: "GothamPro-Bold";
}

.cart__table_list {
    font-size: 0.937rem;
    color: #101112;
    margin-top: 0.6875rem;
    margin-bottom: 0.9375rem;
}

@media (max-width: 93.75rem) {
    .cart__table_list {
        margin-bottom: 0.5rem;
    }
}

.cart__table_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0.125rem;
}

.cart__table_item.hide {
    display: none;
}

.cart__table_item:before {
    content: "";
    border-bottom: 0.0625rem dotted #101112;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 1.25rem 0 0.625rem;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.cart__table_item div:first-child {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
	white-space: nowrap;
}

.cart__table_link {
    font-size: 0.937rem;
    color: #006843;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 1.4375rem;
}

@media (max-width: 93.75rem) {
    .cart__table_link {
        margin-bottom: 1.25rem;
    }
}

.cart__delivery {
    border: 0.0625rem solid #E9EAEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    min-height: 4.25rem;
    font-size: 0.937rem;
    line-height: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.9375rem;
}

@media (max-width: 93.75rem) {
    .cart__delivery {
        border: 0;
        min-height: 0.625rem;
        margin: 0;
    }
}

.cart__icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.3125rem;
    width: 4.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart__delivery_link {
    color: #006843;
    text-decoration: none;
    border-bottom: 0.0625rem dashed;
}

.cart__office {
    border: 0.0625rem solid #E9EAEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    min-height: 4.375rem;
    font-size: 0.937rem;
    line-height: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.9375rem;
}

@media (max-width: 93.75rem) {
    .cart__office {
        border: 0;
        min-height: 0.625rem;
        margin: 0;
    }
}

.cart__help {
    border: 0.0625rem solid #E9EAEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    min-height: 4.375rem;
    font-size: 0.937rem;
    line-height: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.9375rem;
}

@media (max-width: 93.75rem) {
    .cart__help {
        border: 0;
        min-height: 0.625rem;
        margin: 0;
    }
}

.cart__help_link {
    color: #101112;
    text-decoration: none;
    border-bottom: 0.0625rem dashed;
}

.cart__support {
    border: 0.0625rem solid #E9EAEB;
    padding: 1.25rem;
}

@media (max-width: 93.75rem) {
    .cart__support {
        border: 0;
        min-height: 0.625rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.cart__support_title {
    font-size: 0.937rem;
    line-height: 1.875rem;
    color: #3C3C3B;
}

@media (max-width: 93.75rem) {
    .cart__support_title {
        margin-right: 2.5rem;
    }
}

.cart__support_desc {
    font-size: 0.812rem;
    line-height: 0.937rem;
    color: #8B8D8D;
    margin: 0.375rem 0 0.9375rem;
}

@media (max-width: 93.75rem) {
    .cart__support_desc {
        display: none;
    }
}

.cart__support_phone {
    font-size: 0.875rem;
    display: table;
    line-height: 1.25rem;
    color: #101112;
    font-weight: normal;
    font-family: "GothamPro-Bold";
}

.cart__features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 0.0625rem solid #E9EAEB;
    border-bottom: 0.0625rem solid #E9EAEB;
    padding: 1.875rem 0;
}

.cart__features_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #101112;
}

.cart__features_item svg {
    margin-right: 1.5625rem;
}

.cart__h1 {
    font-size: 2.6rem;
    font-family: "HeliosCond-Bold";
    line-height: 1.5;
    margin: .5em 0;
}

.cart__h2 {
    font-size: 3.125rem;
    font-family: "HeliosCond-Bold";
    line-height: 1.5;
    margin: .5em 0;
}

.cart__desc {
    font-size: 0.937rem;
    line-height: 1.7;
    color: #101112;
    padding-top: 1.25rem;
}

.cart__desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart__desc h4 {
    font-size: 1.06rem;
    font-weight: normal;
    font-family: "GothamPro-Bold";
}

.cart__details {
    margin-top: 2.5rem;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
    text-align: center;
}

.cart__details .btn {
    padding: 0.75rem 3.0625rem;
}

.cart__details th {
    font-size: 0.875rem;
    line-height: 1.28;
    color: #101112;
    font-weight: normal;
    font-family: "GothamPro-Bold";
}

.cart__details th {
    border: 0.0625rem solid #E9EAEB;
    border-top: 0;
    padding: 1.125rem 0.625rem;
}

.cart__details th:nth-child(2) {
    text-align: left;
}

.cart__details td {
    padding: 0.75rem 0.625rem;
    font-size: 0.812rem;
    line-height: 1.4;
    text-align: center;
    color: #101112;
    border: 0.0625rem solid #E9EAEB;
}

.cart__details td:nth-child(2) {
    text-align: left;
}

.cart__details thead tr {
    background: #F5F3F3;
}

.cart__details tbody tr:nth-child(even) {
    background: #F5F3F3;
}

.cart__color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.9375rem;
}

.cart__color_label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0.625rem 0.625rem 0;
    color: #101112;
}

.cart__color_label-green {
    color: #006843;
}

.cart__color_label i {
    width: 1.8125rem;
    height: 1.8125rem;
    background: currentColor;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: 0.3125rem solid currentColor;
    -webkit-box-shadow: 0 0 0 0.0625rem currentColor;
    box-shadow: 0 0 0 0.0625rem currentColor;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cart__color_label:hover .cart__color_info {
    opacity: 1;
    visibility: visible;
}

.cart__color_input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.cart__color_input:checked ~ i {
    border-color: #fff;
}

.cart__color_info {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 0.4375rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    z-index: 2;
    width: 14.1875rem;
    padding: 1.875rem 1.5625rem 1.875rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.cart__color_info:after {
    position: absolute;
    left: 50%;
    top: 100%;
    content: "";
    width: 1.375rem;
    height: 1.375rem;
    background: #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    z-index: 3;
    margin: -0.25rem 0 0 -0.1875rem;
}

.cart__color_img {
    margin-bottom: 2.5rem;
    display: block;
}

.cart__color_title {
    font-size: 0.812rem;
    line-height: 1.125rem;
    text-align: center;
    color: #000000;
    margin-bottom: 1.875rem;
    display: block;
}

.cart__color_old {
    display: block;
    color: #8B8D8D;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: line-through;
}

.cart__color_new {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    font-family: "GothamPro-Bold";
}

.cart__similar {
    padding-bottom: 1.25rem;
}

.cart__similar .cart__h2 {
    margin: 0.4em 0 1.2em;
}

.cart__similar .catalog-item--title {
    font-size: 1.25rem;
    line-height: 1.2;
    height: 4.8em;
}

.cart__similar .catalog-item--title a {
    font-size: 1rem;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
}

.cart__similar .catalog-item--info {
    padding: 2.3125rem 2.1875rem 2rem;
}

.cart__similar .catalog-item--price span {
    font-size: 1.875rem;
}

.cart__similar .catalog-item--action {
    padding: 0 1.5625rem 1.5625rem 2.1875rem;
}

.cart__similar .catalog-item--action .btn {
    margin: 2.1875rem 0 1.5625rem;
    padding: 1.125rem 2.3125rem;
}

.cart__similar .compare {
    font-size: 0.875rem;
}

.cart__view {
    background: #F5F3F3;
    padding: 3.9375rem 0 4.5rem;
}

.cart__view .catalog-item--inner {
    background: #fff;
}

.cart__view .cart__h2 {
    margin-bottom: 0.9em;
}

.certificates__slider .swiper-slide {
    width: auto;
}

.certificates__slider .square-block--img {
    height: 16.875rem;
}

.certificates__slider .square-block {
    width: 18.75rem;
}

.catalogs__slider .swiper-slide {
    width: auto;
}

.catalogs__slider .square-block--img {
    height: 14.0625rem;
}

.catalogs__slider .square-block {
    width: 18.75rem;
    padding: 1.5625rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.4;
}

.catalogs__slider_bottom {
    margin: 1.25rem auto 0;
}

.catalogs__slider_bottom .cart__download_link {
    margin: 0 0.625rem 0.625rem;
}

.sp-banner--search {
    height: 20rem;
    background: #06402B;
    width: 100%;
}

.sp-banner--search h1 {
    color: white;
    font-size: 3.437rem;
    text-transform: none;
    margin: 3.75rem 0 2rem 0;
}

.sp-banner--search .sp-search--form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp-banner--search .form-input {
    position: relative;
    width: 30.9375rem;
}

.sp-banner--search .form-input .text-field {
    width: 30.9375rem;
    height: 2.625rem;
    background: white;
    border: 0.0625rem solid #006843;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0rem 0rem 0.125rem rgba(89, 86, 86, 0.5);
    box-shadow: 0rem 0rem 0.125rem rgba(89, 86, 86, 0.5);
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    margin-bottom: 2rem;
    padding-right: 5rem;
}

.sp-banner--search .form-input .search-close {
    position: absolute;
    top: 0.9375rem;
    right: 3.375rem;
    cursor: pointer;
}

.sp-banner--search .form-input .apply-button {
    visibility: hidden;
}

.sp-banner--search .form-input .search-apply {
    position: absolute;
    top: 0.4375rem;
    right: 0.625rem;
    cursor: pointer;
}

.sp-banner--search .form-checkboxes {
    color: white;
    font-size: 0.875rem;
    line-height: 1.875rem;
}

.sp-banner--search .form-checkboxes .checked,
.sp-banner--search .form-checkboxes .unchecked {
    margin-right: 0.9375rem;
}

.sp-banner--search .form-checkboxes .search-checkbox-1,
.sp-banner--search .form-checkboxes .search-checkbox-2 {
    display: none;
}

.sp-banner--search .form-checkboxes .catalog-search-c,
.sp-banner--search .form-checkboxes .catalog-search-u {
    margin-right: 2.5rem;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sp-banner--search .form-checkboxes .catalog-search-c {
    display: none;
}

.sp-banner--search .form-checkboxes .catalog-search-u {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.sp-banner--search .form-checkboxes #catalog-search:checked ~ .catalog-search-c {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.sp-banner--search .form-checkboxes #catalog-search:checked ~ .catalog-search-u {
    display: none;
}

.sp-banner--search .form-checkboxes .everywhere-search-c,
.sp-banner--search .form-checkboxes .everywhere-search-u {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sp-banner--search .form-checkboxes .everywhere-search-c {
    display: none;
}

.sp-banner--search .form-checkboxes .everywhere-search-u {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.sp-banner--search .form-checkboxes #everywhere-search:checked ~ .everywhere-search-c {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.sp-banner--search .form-checkboxes #everywhere-search:checked ~ .everywhere-search-u {
    display: none;
}

.sp-search--result h3 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #101112;
    margin-top: 5.625rem;
    margin-bottom: 3.625rem;
}

.sp-search--result h3 span {
    color: #006843;
}

.sp-search--list .catalog-list--row .catalog-item--inner:hover .catalog-item--stock {
    display: none;
}

.sp-search--list .catalog-list--row .catalog-item--stock_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-top: 0.9375rem;
}

.sp-search--list .catalog-list--row .btn.buy {
    z-index: 22;
    position: relative;
}

.sp-feedback {
    padding-bottom: 5rem;
}

.sp-feedback--title {
    font-family: HeliosCond-Bold;
    font-size: 3.1rem;
    line-height: 4rem;
    color: #3C3C3B;
}

.sp-feedback p {
    line-height: 1.4rem;
}

.sp-feedback .first-paragraph {
    margin-bottom: 1.875rem;
}

.sp-feedback .cards-wrapper {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.sp-feedback .card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    height: 10.6875rem;
}

.sp-feedback .card-item a {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.sp-feedback .card-item img {
    width: 7.6875rem;
    height: 3.875rem;
    margin-right: 2.8125rem;
}

.sp-feedback p .link {
    color: #0C5732;
    text-decoration: underline;
}

.breadcrumbs-wrap-career {
    background: white;
    position: relative;
}

.sp-banner-career {
    height: 37.5rem;
    background: url("../img/sp-company--bg.jpg") no-repeat center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-top: unset;
}

.sp-banner-career h1 {
    margin-top: 0;
    margin-bottom: 1.875rem;
}

.sp-banner-career .banner-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17.3125rem;
    height: 3.125rem;
    border: 0.0625rem solid #FFFFFF;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.812rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.sp-career--title {
    margin-top: 6.25rem;
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
    font-family: HeliosCond-Bold;
    margin-bottom: 0;
}

.sp-career--title.mission {
    text-align: center;
}

.hashtags {
    color: #006843;
    font-size: 1rem;
    line-height: 1.875rem;
    padding-bottom: 2.5rem;
}

.hashtags-center {
    text-align: center;
}

.sp-why {
    padding-bottom: 6.25rem;
}

.sp-why p {
    font-size: 1rem;
    line-height: 1.875rem;
}

.sp-why .text-bold {
    font-weight: bold;
}

.sp-why .cards-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

.sp-why .card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 2.1875rem 0.9375rem;
    width: 17.125rem;
    height: 12.5rem;
    margin: 1.875rem 0.9375rem 0 0.9375rem;
}

.sp-why .card-item .item-img {
    margin-bottom: 1.6875rem;
}

.sp-why .card-item .item-text {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: center;
    color: #101112;
}

.sp-mission {
    background: #F5F3F3;
    padding-bottom: 4.0625rem;
}

.sp-mission .sp-company--title {
    text-align: center;
    margin-bottom: 4.375rem;
}

.sp-mission .sp-mission--img,
.sp-mission .sp-mission--description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sp-mission .sp-mission--description p {
    margin-top: 5rem;
    margin-bottom: 4.375rem;
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 1.875rem;
}

.sp-mission .mission-cards {
    margin-bottom: 4.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sp-mission .mission-card {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    padding: 2.5rem 2.5rem 1.25rem 2.5rem;
}

.sp-mission .mission-card p {
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: center;
}

.sp-mission .mission-point .header-text {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: bold;
}

.sp-mission .mission-point p {
    font-size: 1rem;
    line-height: 1.375rem;
}

.sp-mission .sp-mission--picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 1.875rem;
    margin-bottom: 3.75rem;
}

.sp-leader {
    padding-top: 4.375rem;
}

.sp-leader .border-bottom {
    margin-bottom: 4.375rem;
    padding-bottom: 4.375rem;
    border-bottom: 0.0625rem solid #E9EAEB;
}

.sp-leader .border-bottom:first-child {
    padding-bottom: 3.125rem;
}

.sp-leader .border-bottom:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-leader .leader-lift--img {
    margin-top: 0.9375rem;
}

.sp-leader .leader-header {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #3C3C3B;
    margin-bottom: 1.0625rem;
}

.sp-leader .leader-text {
    font-size: 1rem;
    line-height: 1.31rem;
    width: 80%;
}

.sp-leader .leader-item {
    font-size: 1rem;
    line-height: 2.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sp-leader .leader-item img {
    margin-right: 1.1875rem;
}

.sp-studing .career-swiper {
    overflow: hidden;
}

.sp-studing .career-swiper .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0 0.3125rem;
}

.sp-studing .career-swiper .swiper-pagination-bullet-active {
    background: #F7901E;
    border: 0.125rem solid #FFFFFF;
}

.sp-studing .career-swiper .swiper-slide {
    max-width: 38.875rem;
    max-height: 32.5rem;
}

.sp-studing .sub-header--hastags {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #006843;
}

.sp-studing .studing-wrapper {
    margin-top: 3.125rem;
    border-bottom: 0.0625rem solid #E9EAEB;
    padding-bottom: 5.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-studing .studing-wrapper.botttom-wrapper {
    border-bottom: none;
}

.sp-studing .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sp-studing .item-header {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #006843;
}

.sp-studing .item-header--bold {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #101112;
    margin-top: 6.25rem;
}

.sp-studing .studing-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.25rem 0;
}

.sp-studing .studing-item span {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: 1.875rem;
}

.sp-studing .studing-paragraph {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.sp-studing .bottom-images {
    margin-top: 3.4375rem;
    max-height: 38.75rem;
    position: relative;
    margin-bottom: 6.25rem;
}

.sp-studing .bottom-images .left-column {
    max-height: 38.75rem;
    overflow: hidden;
    height: 100%;
    padding-right: 0.625rem;
}

.sp-studing .bottom-images .right-column {
    position: absolute;
    height: 100%;
    right: 0;
    padding-left: 0.625rem;
}

.sp-studing .bottom-images .first-row {
    position: relative;
    height: -webkit-calc(50% - 0.625rem);
    height: calc(50% - 0.625rem);
    overflow: hidden;
}

.sp-studing .bottom-images .second-row {
    position: relative;
    height: -webkit-calc(50% - 0.625rem);
    height: calc(50% - 0.625rem);
    overflow: hidden;
    margin-top: 1.25rem;
}

.sp-studing .bottom-images .big-image {
    max-height: 19.375rem;
    overflow: hidden;
    margin-bottom: 1.875rem;
    height: 100%;
}

.sp-studing .bottom-images .big-image .career-swiper-bottom {
    overflow: hidden;
}

.sp-studing .bottom-images .big-image .career-swiper-bottom .swiper-pagination-bullets {
    bottom: 1.5625rem;
}

.sp-studing .bottom-images .big-image .career-swiper-bottom .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0 0.3125rem;
}

.sp-studing .bottom-images .big-image .career-swiper-bottom .swiper-pagination-bullet-active {
    background: #F7901E;
    border: 0.125rem solid #FFFFFF;
}

.sp-studing .bottom-images .small-image {
    max-height: 18.0625rem;
    overflow: hidden;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.sp-studing .bottom-images .small-image:first-child {
    padding-right: 0.625rem;
}

.sp-studing .bottom-images .small-image:last-child {
    padding-left: 0.625rem;
}

.sp-vacation {
    background: #F5F3F3;
}

.sp-vacation .tabs__caption {
    overflow: hidden;
}

.sp-vacation .vacation-location--title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #000000;
    margin-bottom: 3.125rem;
}

.sp-vacation .mail-text {
    margin-top: 1.5625rem;
}

.sp-vacation .mail-link {
    color: #006843;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.875rem;
}

.sp-vacation .tabs__li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sp-vacation .tabs__li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-vacation .tabs__li.active .vacation-quantity {
    background: #F7901E;
}

.sp-vacation .vacation-quantity {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #C2C6C6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    color: #FFFFFF;
    margin-left: 0.625rem;
}

.sp-vacation .accordion-vacations .card {
    background: #F5F3F3;
    border: none;
    margin-bottom: 0.9375rem;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.sp-vacation .accordion-vacations .card-header {
    height: 5rem;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.0625rem solid #E9EAEB;
    border: 0.3125rem;
    cursor: pointer;
    padding: 0 1.25rem;
}

.sp-vacation .accordion-vacations .card-header--inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #101112;
}

.sp-vacation .accordion-vacations .card-header--inner.collapsed {
    color: #006843;
    font-weight: normal;
}

.sp-vacation .accordion-vacations .card-header--inner .close-icon {
    display: none;
}

.sp-vacation .accordion-vacations .card-header--inner.collapsed .open-icon {
    display: none;
}

.sp-vacation .accordion-vacations .card-header--inner.collapsed .close-icon {
    display: block;
}

.sp-vacation .accordion-vacations .card-body {
    background: #FFFFFF;
    -webkit-border-bottom-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    -webkit-border-bottom-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-top: 0.0625rem solid #E9EAEB;
    padding-top: 0;
}

.sp-vacation .accordion-vacations .list-header {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #006843;
    margin-top: 2.5rem;
}

.sp-vacation .accordion-vacations .list-item {
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #101112;
    list-style: none;
}

.sp-vacation .accordion-vacations .list-item li::before {
    content: "\2022";
    color: #B4BABA;
    font-weight: bold;
    display: inline-block;
    font-size: 1.5rem;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 0.125rem;
}

.sp-vacation .accordion-vacations .list-special li {
    margin-bottom: 1.875rem;
}

.sp-vacation .accordion-vacations .salary {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #8B8D8D;
    padding-left: 1.25rem;
}

.sp-vacation .form-wrapper {
    background: #fff;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 1.375rem 2.5rem 3.125rem 2.5rem;
    margin-bottom: 2.5rem;
}

.sp-vacation .form-wrapper .form-header {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #101112;
}

.sp-vacation .form-wrapper .input-wrapper {
    max-width: 32.1875rem;
}

.sp-vacation .form-wrapper input:focus,
.sp-vacation .form-wrapper textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.sp-vacation .form-wrapper .first-row {
    margin-bottom: 2.1875rem;
}

.sp-vacation .form-wrapper .col-form-label {
    font-size: 0.812rem;
    line-height: 0.75rem;
    color: #101112;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.25rem;
    padding-left: 1.1875rem;
}

.sp-vacation .form-wrapper .col-form-label.label-comment {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sp-vacation .form-wrapper .form-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.812rem;
    line-height: 0.75rem;
    max-width: 100%;
    color: #101112;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-vacation .form-wrapper .form-terms {
    margin-top: 2.1875rem;
    margin-bottom: 2.5rem;
    font-size: 0.75rem;
    line-height: 0.687rem;
    color: #8B8D8D;
    padding-left: 2.1875rem;
}

.sp-vacation .form-wrapper .form-terms a {
    color: #006843;
    text-decoration: underline;
}

.sp-vacation .form-wrapper .form-button {
    padding-left: 1.1875rem;
}

.sp-vacation .form-wrapper .form-button--submit {
    color: #FFFFFF;
    background: #006843;
}

.sp-news--title {
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
    font-family: HeliosCond-Bold;
}

.sp-news--list {
    background: #F5F3F3;
    padding-top: 3.125rem;
}

.sp-news--list .list-item {
    display: block;
    padding: 2.5rem;
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.25rem;
    cursor: pointer;
}

.sp-news--list .list-item:hover {
    -webkit-box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
}

.sp-news--list .list-item .left-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-news--list .news-item--image {
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
	max-width: 165px;
	width: 100%;
}

.sp-news--list .news-item--date {
    width: 6.75rem;
    height: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101112;
    padding: 0 1.125rem;
    background: #F5F3F3;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    margin-bottom: 0.75rem;
}

.sp-news--list .news-item--header {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #006843;
    margin-bottom: 0.8125rem;
}

.sp-news--list .news-item--description {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
}

.sp-news--list .news-item--description .news-header {
    font-weight: bold;
    margin-bottom: 0.375rem;
}

.sp-news--list .news-item--description ul {
    margin: 0;
    padding: 0 0 0 1.25rem;
}

.sp-news--list .pagination {
    margin-bottom: 3.75rem;
}

.sp-news--bottom {
    padding: 3.75rem 0 2.8125rem;
}

.sp-news--bottom .news-subscribe {
    background: #006843;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    position: relative;
    margin-left: 0.9375rem;
    padding: 0;
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
}

.sp-news--bottom .news-subscribe .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 3, 3, 0.6)), to(rgba(3, 3, 3, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(3, 3, 3, 0.6), rgba(3, 3, 3, 0.6));
    background: -o-linear-gradient(bottom, rgba(3, 3, 3, 0.6), rgba(3, 3, 3, 0.6));
    background: linear-gradient(0deg, rgba(3, 3, 3, 0.6), rgba(3, 3, 3, 0.6));
    display: none;
}

.sp-news--bottom .text-wrapper {
    padding: 2.5rem 2.5rem;
}

.sp-news--bottom .button-wrapper {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.875rem;
}

.sp-news--bottom .button-wrapper input {
    width: 24.0625rem;
    height: 3.125rem;
    font-size: 1rem;
    line-height: 0.891rem;
    color: #8B8D8D;
    margin-right: 1.25rem;
}

.sp-news--bottom .button-wrapper .subscribe-btn {
    padding: 1.1875rem 2.3125rem;
    border: 0.0625rem solid #FFFFFF;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    font-family: 'GothamPro-Bold', serif;
    -webkit-transition: background-color 400ms ease, color 400ms ease;
    -o-transition: background-color 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, color 400ms ease;
}

.sp-news--bottom .news-subscribe--header {
    font-family: HeliosCond-Bold;
    font-size: 3.125rem;
    line-height: 4.68rem;
    color: #FFFFFF;
    z-index: 5;
    position: relative;
    text-align: center;
}

.sp-news--catalog {
    padding-bottom: 4.0625rem;
}

.sp-news--catalog .news-catalog--item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    width: 100%;
    height: 11.25rem;
    padding-top: 2.1875rem;
    padding: 2.1875rem 0.9375rem 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

.sp-news--catalog .catalog-header {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
    max-width: 8.4375rem;
    margin-top: 1.25rem;
}

.sp-news--title {
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
    font-family: HeliosCond-Bold;
}

.sp-news--details .details-date {
    width: 6.75rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F5F3F3;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    color: #006843;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.625rem;
    margin-bottom: 1.25rem;
}

.sp-news--details .details-img {
    max-height: 21.875rem;
    float: left;
    margin-right: 1.25rem;
    margin-bottom: 0.625rem;
}

.sp-news--details p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.625rem;
    margin-top: 0;
}
.sp-news--details a {
    text-decoration: underline;
    color: #00664e;
}

.article_container .container .sp-news--details .btn.btn-back,
.article_container .container .sp-news--details .more_element .btn{
    margin-top: 1.25rem;
	color: #3C3C3B;
	text-decoration: none;
}
.article_container .container .sp-news--details .btn.btn-back:hover,
.article_container .container .sp-news--details .more_element .btn:hover{
	color: #ffffff;
}

.article_container .container .sp-news--details .btn.btn-back.green{
	text-decoration: none;
    color: #fff;
    background-color: #006843;
}

.article_container .container .sp-news--details .btn.btn-back.green:hover{
    background-color: #004029;
}

.article_container .container .sp-news--details .sp-border-separator{
	border-top: 1px solid #006843;
	border-bottom: 1px solid #006843;
	padding:20px 0;
	margin: 20px 0;
}

.sp-news--catalog {
    padding-bottom: 4.0625rem;
}

.sp-news--catalog .news-catalog--item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    width: 100%;
    height: 11.25rem;
    padding-top: 2.1875rem;
    padding: 2.1875rem 0.9375rem 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

.sp-news--catalog .catalog-header {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
    max-width: 8.4375rem;
    margin-top: 1.25rem;
}

.sp-news--title {
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
    font-family: HeliosCond-Bold;
}

.sp-delivery {
    background: #F5F3F3;
    padding-top: 3.125rem;
    padding-bottom: 5rem;
}

.sp-delivery .t-w {
    position: relative;
}

.sp-delivery .shadow-left {
    position: absolute;
    left: 0rem;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF00), color-stop(#FFFFFFB3), to(#FFFFFFFF));
    background: -webkit-linear-gradient(left, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    background: -o-linear-gradient(left, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    background: linear-gradient(90deg, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    height: 100%;
    width: 1.25rem;
    top: 0rem;
    z-index: 2;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sp-delivery .shadow-right {
    position: absolute;
    right: 0rem;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF00), color-stop(#FFFFFFB3), to(#FFFFFFFF));
    background: -webkit-linear-gradient(left, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    background: -o-linear-gradient(left, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    background: linear-gradient(90deg, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    height: 100%;
    width: 1.25rem;
    top: 0rem;
    z-index: 2;
}

.sp-delivery .block-header {
    font-size: 1.125rem;
    line-height: 1.65rem;
    margin-bottom: 0.75rem;
}

.sp-delivery .block-text {
    font-size: 1rem;
    line-height: 1.65rem;
}

.sp-delivery .text-bold {
    font-weight: bold;
}

.sp-delivery .pickup {
    background: #fff;
    padding: 0.9375rem 1.875rem 3.625rem;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.25rem;
}

.sp-delivery .pickup .item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sp-delivery .pickup img {
    margin-right: 1.375rem;
}

.sp-delivery .delivery {
    background: #fff;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    margin-bottom: 1.25rem;
    margin-left: 0rem;
    margin-right: 0rem;
}

.sp-delivery .delivery .table-wrapper {
    overflow: auto;
}

.sp-delivery .delivery .delivery-table {
    width: 100%;
    min-width: 80rem;
    font-size: 0.812rem;
    line-height: 1.125rem;
    margin-bottom: 0.3125rem;
}
.sp-delivery .delivery .delivery-table caption{
    text-align: left;
}
.sp-delivery .delivery .delivery-table .text-normal {
    font-weight: normal;
}

.sp-delivery .delivery .head-th {
    height: 4.4375rem;
    padding: 1.125rem;
    background: #F5F3F3;
}

.sp-delivery .delivery .regular-td {
    padding: 1.125rem;
}

.sp-delivery .delivery .regular-td div {
    margin-bottom: 1.125rem;
}

.sp-delivery .delivery .regular-td div:last-child {
    margin-bottom: 0;
}

.sp-delivery .delivery .regular-td-second {
    height: 5.4375rem;
}

.sp-delivery .delivery .info {
    margin-top: 1.5625rem;
    color: #006843;
}

.sp-delivery .delivery-second .table-wrapper {
    margin-bottom: 1.75rem;
}

.sp-delivery .delivery-second p {
    margin-bottom: 1.75rem;
    font-size: 1rem;
    line-height: 1.65rem;
    color: #101112;
}

@media screen and (min-width: 86.5rem) {
    .shadow-left,
    .shadow-right {
        display: none;
    }
}

.footer {
    min-height: auto;
    background-color: #006843;
    color: #fff;
    padding: 6.25rem 0;
}

.footer a {
    color: #fff;
}

.footer_ul {
    list-style-type: none;
    padding: 0;
}

.footer_ul a {
    display: block;
    color: #fff;
    font-family: 'GothamPro', serif;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0;
}

.footer_ul a:hover {
    text-decoration: underline;
}

.footer_title {
    font-weight: normal;
    font-family: 'GothamPro-Bold', serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0 0 1.125rem 0;
}

.bottom_social--link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: #F5F3F3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0.4375rem;
    margin-bottom: 0.625rem;
}

.bottom_social--link:not(:last-child) {
    margin-right: 0.625rem;
}

.sp-objects--title {
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
    font-family: HeliosCond-Bold;
}

.sp-objects--general {
    background: #F5F3F3;
    padding-top: 3.125rem;
    padding-bottom: 5rem;
}

.sp-objects--general .object-card--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sp-objects--general .card-wrapper {
    margin-bottom: 1.375rem;
}

.sp-objects--general .object-card {
    background: #fff;
    padding: 2.1875rem;
    height: 100%;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.sp-objects--general .object-card .card-header {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #101112;
    margin-bottom: 1.375rem;
    height: 3.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-objects--general .object-card .card-img {
    margin-bottom: 2.1875rem;
    max-height: 17.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sp-objects--general .object-card .card-img img {
    max-height: 17.5rem;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #E9EAEB;
}

.sp-objects--general .object-card .card-text {
    color: #006843;
}

.sp-objects--general .object-card .card-text a {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #006843;
    text-decoration: underline;
}

.sp-objects--general .object-card .card-text ul {
    padding-left: 1.0625rem;
}

.sp-objects {
    background: #F5F3F3;
    padding-top: 3.125rem;
    padding-bottom: 5rem;
}

.sp-objects .object-card--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sp-objects .card-wrapper {
    margin-bottom: 1.375rem;
}

.sp-objects .object-card {
    background: #fff;
    padding: 2.1875rem 2.1875rem 1.875rem;
    height: 100%;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sp-objects .object-card .card-header a {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.sp-objects .object-card .card-img {
    margin-bottom: 0.9375rem;
    max-height: 17.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sp-objects .object-card .card-img img {
    max-height: 17.5rem;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #E9EAEB;
}

.sp-objects .object-card .card-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sp-objects .object-card .card-location {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #8B8D8D;
    margin-top: 0.3125rem;
}

.sp-objects .object-card .card-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5rem;
    height: 3.125rem;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.375rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.812rem;
    text-transform: uppercase;
    color: #3C3C3B;
    text-decoration: none;
}

.sp-objects .object-card .card-button:hover {
    background: #006843;
    color: #fff;
}

.sp-objects .object-card .card-button img {
    margin-right: 1.5625rem;
}

.sp-objects--title {
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
    font-family: HeliosCond-Bold;
}

.sp-objects--detail {
    background: #F5F3F3;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

.sp-objects--detail.sp-objects--detail-photogallery {
    padding-top: 0 !important;
}

.sp-objects--detail .objects-detail--header {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.625rem;
}

.sp-objects--detail .objects-detail--header span {
    color: #006843;
}

.sp-objects--detail .objects-detail--header a {
    color: #006843;
    text-decoration: underline;
}

.sp-objects--wrapper {
    padding: 3.125rem 0 4.375rem;
}

.sp-objects--wrapper.sp-objects__linked-items--wrapper {
    padding-top: 8rem !important;
}

.sp-objects--wrapper.sp-objects__photoes--wrapper {
    padding-bottom: 0 !important;
}

.sp-objects--wrapper .image-row {
    margin-bottom: 2.1875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-left: -130px;
}

.sp-objects--wrapper .image-25 {
    width: 25%;
}

.sp-objects--wrapper .image-50 {
    width: 25%;
}

.sp-objects--wrapper .object-image {
    margin: 0 0.625rem;
    height: 28.125rem;
    position: relative;
    overflow: hidden;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    flex-basis: calc(25% - 30px);
    margin-left: 130px;
}

.sp-objects--wrapper .object-image .zoom-icon {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
}
.objects-images--wrapper .obj-img img{
   object-fit: cover;
}

.sp-objects--wrapper .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.sp-objects--wrapper .back-button {
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.812rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 3.125rem;
    width: 15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sp-objects--wrapper .card-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5rem;
    height: 3.125rem;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.812rem;
    text-transform: uppercase;
    color: #3C3C3B;
    text-decoration: none;
}

.sp-objects--wrapper .card-button:hover {
    background: #006843;
    color: #fff;
}

.sp-objects--wrapper .card-button img {
    margin-right: 1.5625rem;
}

@media screen and (max-width: 75rem) {
    .sp-objects--wrapper .image-25,
    .sp-objects--wrapper .image-50 {
        width: 33%;
    }
}

.main-header--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.125rem;
    margin-top: 2.625rem;
}

.sp-objects--title {
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
    font-family: HeliosCond-Bold;
    margin: 0;
}

.add-list--button {
    width: 15rem;
    height: 2.5rem;
    background: #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.125rem;
    border: none;
    outline: none;
}

.add-list--button:focus {
    outline: none;
    color: #fff;
}

.add-list--button:hover {
    color: #fff;
}

.add-list--button img {
    margin-right: 0.9375rem;
}

body .modal-add--list {
    height: 18.875rem;
    width: 38.875rem;
    padding: 0 2.75rem;
}

body .modal-add--list .fancybox-button {
    right: 1.25rem;
    top: 1.75rem;
    padding: 0;
}

body .modal-add--list svg {
    width: 2.75rem;
    height: 2.75rem;
}

body .modal-add--list .modal-content {
    border: none;
    -webkit-border-radius: unset;
    border-radius: unset;
}

body .modal-add--list .modal-content .add-list-title {
    font-family: HeliosCond-Bold;
    font-size: 2.125rem;
    line-height: 2.5rem;
    color: #101112;
}

body .modal-add--list .modal-header {
    border: none;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.625rem;
}

body .modal-add--list .modal-header .close {
    opacity: 1;
}

body .modal-add--list .modal-body {
    padding: 0;
    margin-bottom: 1.875rem;
}

body .modal-add--list .modal-body label {
    font-size: 0.812rem;
    line-height: 0.75rem;
    color: #101112;
    margin-bottom: 0.625rem;
}

body .modal-add--list .modal-footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    border: none;
}

body .modal-add--list .modal-footer .button-save {
    width: 12.5rem;
    height: 3.125rem;
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.812rem;
    text-transform: uppercase;
    outline: none;
}

body .modal-add--list .modal-footer .button-close {
    width: 6.25rem;
    height: 3.125rem;
    font-size: 0.875rem;
    line-height: 0.812rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
    border: none;
    background: none;
    outline: none;
}

.sp-favorites {
    background: #F5F3F3;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
}

.sp-favorites .list-wrapper {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 2.75rem 3.125rem 1.5625rem 1.875rem;
    margin-bottom: 3.125rem;
}

.sp-favorites .list-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.0625rem solid #E9EAEB;
    padding: 2.1875rem 0;
    margin-bottom: 2.5rem;
}

.sp-favorites .list-header.edit .list-text {
    display: none;
}

.sp-favorites .list-header.edit .list-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sp-favorites .catalog-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sp-favorites .list-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2.5rem;
}

.sp-favorites .list-text .list-name {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.31rem;
    color: #101112;
    margin-right: 3.4375rem;
}

.sp-favorites .list-text .list-change {
    font-size: 0.875rem;
    line-height: 1.875rem;
    color: #006843;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.875rem;
}

.sp-favorites .list-text .list-change img {
    margin-right: 1.0625rem;
}

.sp-favorites .list-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.sp-favorites .list-edit input {
    width: 28.125rem;
}

.sp-favorites .list-edit .list-save--button {
    width: 7.8125rem;
    height: 2.625rem;
    background: #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1.375rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.sp-favorites .list-edit .list-cancel--button {
    width: 7.8125rem;
    height: 2.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #006843;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.sp-favorites .sort-select .select-label {
    font-size: 0.875rem;
    line-height: 1.875rem;
    color: #8B8D8D;
    margin-right: 0.9375rem;
}

.sp-favorites .close-icon {
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    width: 1.9375rem;
    height: 1.9375rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -0.9375rem;
    right: -0.9375rem;
}

.sp-objects--title {
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
    font-family: HeliosCond-Bold;
}

.breadcrumbs-wrap-compare {
    padding-bottom: 0;
}

.sp-compare {
    padding-bottom: 5rem;
}

.sp-compare .compare-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sp-compare .compare-table ul {
    padding-left: 0;
    margin-top: 0;
}

.sp-compare .compare-table li {
    width: 100%;
    height: 3.5rem;
    min-width: 9.375rem;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #101112;
    margin-bottom: 1.25rem;
}

.sp-compare .compare-table li:nth-child(odd) {
    background: #F5F3F3;
}

.sp-compare .compare-table li:first-child {
    height: 7.5rem;
    margin-bottom: 1.75rem;
}

.sp-compare .compare-table li:nth-child(2) {
    height: 5.5rem;
}

.sp-compare .compare-table li img {
    max-height: 5.625rem;
}

.sp-compare .left-column {
    margin-right: 1.25rem;
    margin-top: 1.75rem;
}

.sp-compare .left-column li {
    padding-left: 1.4375rem;
    padding-right: 1.25rem;
    font-weight: bold;
}

.sp-compare .right-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: hidden;
    padding-right: 0.625rem;
}

.sp-compare .right-column .items-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 1.75rem;
}

.sp-compare .right-column .shadow-left {
    position: absolute;
    left: -0.0625rem;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF00), color-stop(#FFFFFFB3), to(#FFFFFFFF));
    background: -webkit-linear-gradient(left, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    background: -o-linear-gradient(left, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    background: linear-gradient(90deg, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    height: 100%;
    width: 1.25rem;
    top: 0rem;
    z-index: 2;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sp-compare .right-column .shadow-right {
    position: absolute;
    right: 0rem;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF00), color-stop(#FFFFFFB3), to(#FFFFFFFF));
    background: -webkit-linear-gradient(left, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    background: -o-linear-gradient(left, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    background: linear-gradient(90deg, #FFFFFF00, #FFFFFFB3, #FFFFFFFF);
    height: 100%;
    width: 1.25rem;
    top: 0rem;
    z-index: 2;
}

.sp-compare .right-column .close-icon {
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    width: 1.9375rem;
    height: 1.9375rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -0.625rem;
    right: -0.625rem;
}

.sp-compare .right-column .compare-item {
    margin-right: 1.25rem;
    position: relative;
}

.sp-compare .right-column li {
    max-width: 22.8125rem;
    min-width: 14.375rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.375rem 1.5rem;
}

.sp-compare .right-column li:nth-child(even) {
    border: 0.0625rem solid #E9EAEB;
}

.sp-compare .right-column li a {
    color: #006843;
    text-decoration: underline;
    font-weight: bold;
}

.header-wrapper {
    margin-bottom: 1.25rem;
    padding-top: 2.1875rem;
}

.header-wrapper .sp-contacts--title {
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-size: 3.1rem;
    line-height: 4rem;
    text-transform: none;
    font-family: HeliosCond-Bold;
}

.your-region--wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.your-region--wraper img {
    margin-right: 0.75rem;
}

.your-region--wraper .region-text {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #101112;
}

.your-region--wraper .region-text a {
    color: #006843;
    border-bottom: 0.0625rem #006843 dashed;
    line-height: 1rem;
}

.sp-contacts {
    background: #F5F3F3;
}

.sp-contacts .tabs__content {
    background: #fff;
    width: 99.225vw;
    position: relative;
    margin-left: -49.59vw;
    left: 50%;
    padding: 0;
}

.sp-contacts #YMapsID {
    position: absolute;
    top: 0;
    padding-right: 0.9375rem;
}

.sp-contacts .sp-tabs {
    margin-bottom: 3.75rem;
}

.sp-contacts .map-wrapper {
    position: relative;
    height: 43.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-contacts .contacts-item--wrapper {
    margin-bottom: 1.25rem;
}

.sp-contacts .contacts-item--wrapper .contacts-item {
    height: 5rem;
    background: #fff;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 1.875rem;
    margin-bottom: 1.25rem;
}

.sp-contacts .contacts-item--wrapper .contacts-item a {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #006843;
    text-decoration: underline;
}

.sp-contacts .contacts-item--wrapper .contacts-item img {
    margin-right: 2.1875rem;
}

.sp-contacts .offices_list {
    position: absolute;
    top: 0;
    max-width: 30rem;
    padding: 2.375rem 1.875rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #101112;
    max-height: 33.125rem;
    overflow: auto;
    z-index: 5;
    top: 4.6875rem;
}

.sp-contacts .offices_list p {
    margin-bottom: 1.25rem;
}

.sp-contacts .offices_list .card-header {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.2rem;
    color: #006843;
    padding-bottom: 1.5625rem;
    border-bottom: 0.0625rem solid #E9EAEB;
    margin-bottom: 0.625rem;
}

.sp-contacts .offices_list .card-body {
    max-height: 26.5625rem;
    overflow-y: auto;
}

.sp-contacts .offices_list .text-bold {
    font-weight: bold;
}

.sp-contacts .offices_list .text-green,
.sp-contacts .offices_list .mail-link {
    color: #006843;
}

.sp-contacts .offices_list .mail-link {
    text-decoration: underline;
}

.sp-contacts .offices_list .card-button {
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.812rem;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.125rem;
    width: 15rem;
}

.sp-contacts .contacts-info {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #101112;
    margin-bottom: 3.375rem;
}

.sp-contacts .contacts-info a {
    color: #006843;
    border-bottom: 0.0625rem #006843 dashed;
    line-height: 1rem;
}

.sp-contacts--feedback .cards-wrapper {
    margin: 0;
}

.header-wrapper .contact-details--title {
    margin-bottom: 0.9375rem;
}

.sp-contact--details {
    padding-top: 3.75rem;
}

.sp-contact--details .office-text--wrapper,
.sp-contact--details .office-slider--wrapper {
    background: #fff;
    padding: 2.5rem;
    margin-bottom: 1.875rem;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
}

.sp-contact--details .office-text--wrapper .office-wrapper--header,
.sp-contact--details .office-slider--wrapper .office-wrapper--header {
    font-family: HeliosCond-Bold;
    font-size: 2.375rem;
    line-height: 2.75rem;
    color: #3C3C3B;
    margin-bottom: 1.25rem;
}

.sp-contact--details .office-text--wrapper .office-wrapper--subheader,
.sp-contact--details .office-slider--wrapper .office-wrapper--subheader {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.1875rem;
    color: #006843;
    margin-bottom: 1.875rem;
}

.sp-contact--details .office-text--wrapper .office-gps--text,
.sp-contact--details .office-slider--wrapper .office-gps--text {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #101112;
    margin-bottom: 0.8125rem;
}

.sp-contact--details .office-text--wrapper .transport-info p,
.sp-contact--details .office-slider--wrapper .transport-info p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #101112;
}

.sp-contact--details .office-text--wrapper .transport-info .transport-header,
.sp-contact--details .office-slider--wrapper .transport-info .transport-header {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #101112;
    margin-bottom: 0.9375rem;
}

.sp-contact--details .office-text--wrapper .transport-info .download-sheme,
.sp-contact--details .office-slider--wrapper .transport-info .download-sheme {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #006843;
    border-bottom: 0.0625rem dashed #006843;
    margin: 0.9375rem 0;
}

.sp-contact--details .office-text--wrapper .office-mail,
.sp-contact--details .office-slider--wrapper .office-mail {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #101112;
    margin-bottom: 0.9375rem;
}

.sp-contact--details .office-text--wrapper .office-mail a,
.sp-contact--details .office-slider--wrapper .office-mail a {
    text-decoration: underline;
}

.sp-contact--details .office-text--wrapper .office-hours--open .hours-header,
.sp-contact--details .office-slider--wrapper .office-hours--open .hours-header {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #101112;
    margin-bottom: 0.9375rem;
}

.sp-contact--details .office-text--wrapper .work-hours,
.sp-contact--details .office-text--wrapper .vacation-hours,
.sp-contact--details .office-slider--wrapper .work-hours,
.sp-contact--details .office-slider--wrapper .vacation-hours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 9.375rem;
}

.sp-contact--details .office-text--wrapper .green-text,
.sp-contact--details .office-slider--wrapper .green-text {
    color: #006843;
}

.sp-contact--details .office-text--wrapper .dotted-underline,
.sp-contact--details .office-slider--wrapper .dotted-underline {
    border-bottom: 0.125rem dotted #101112;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 0.125rem;
    position: relative;
    top: -0.25rem;
}

.sp-contact--details .office-slider--wrapper .office-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sp-contact--details .office-slider--wrapper .office-inner .inner-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 33%;
    min-width: 28.125rem;
    margin-right: auto;
}

.sp-contact--details .office-slider--wrapper .office-inner .inner-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 45%;
}

.sp-contact--details .office-slider--wrapper .office-inner .inner-right .contacts-swiper .swiper-slide {
    max-height: 25rem;
}

.sp-contact--details .text-bold {
    font-weight: bold;
}

.sp-contact--details .contacts-swiper {
    overflow: hidden;
}

.sp-contact--details .contacts-swiper .contacts-swiper--image {
    height: 100%;
    width: 100%;
}

.sp-contact--details .contacts-swiper .swiper-pagination-bullets {
    bottom: unset;
    margin-top: -1.875rem;
}

.sp-contact--details .contacts-swiper .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0 0.3125rem;
}

.sp-contact--details .contacts-swiper .swiper-pagination-bullet-active {
    background: #F7901E;
    border: 0.125rem solid #FFFFFF;
}

.sp-contact--details .contacts-swiper .swiper-slide {
    max-height: 36.5625rem;
}

.sp-contact--details .contact-details--map {
    height: 22.5rem;
    width: 100%;
    background: grey;
    margin-bottom: 1.875rem;
}

.contact-news,
.contact-details--feedback {
    background: #F5F3F3;
}

.title-wrapp {
    margin-bottom: 2.5rem;
}

.sp-services {
    background: #F5F3F3;
    padding-top: 3.125rem;
    padding-bottom: 5rem;
}

.sp-services .item-header {
    font-size: 1.325rem;
    line-height: 1.625rem;
    margin-bottom: 1.25rem;
    font-weight: bold;
}

.sp-services .items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.sp-services .item-service {
    background: #FFFFFF;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 3.125rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: -webkit-calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
    min-width: 37.5rem;
    margin: 0 0.625rem 1.25rem;
}

.sp-services .item-service:hover {
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
}

.sp-services .item-service .item-image {
    margin-right: 3.125rem;
}

.sp-services .item-service .item-image img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    max-width: 9.375rem;
}

.sp-services .item-service .text-header {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #006843;
    margin-bottom: 1.5rem;
}

.sp-services .item-service .text-info {
    font-size: 1rem;
    line-height: 1.875rem;
}

@media only screen and (max-width: 81.25rem) {
    .sp-services .items-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sp-services .item-service {
        padding: 1.25rem 2.5rem;
        max-width: 100%;
    }
    .sp-services .item-service .item-image {
        margin-right: 2.5rem;
    }
    .sp-services .item-service .item-image img {
        max-width: 7.5rem;
    }
}

.projectors-login--top-new{
    padding-left: 1rem;
    background: #F5F3F3;
    padding-top: 2.25rem;
    padding-bottom: 0.25rem
}

.projectors-login--top-new .list-header {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #3C3C3B;
    margin-bottom: 1.25rem;
}

.projectors-login--top {
    background: #F5F3F3;
    padding-top: 3.75rem;
    padding-bottom: 5rem;
    padding-left: 1rem;
}

.projectors-login--top .login-paragraph {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000000;
    margin-bottom: 4.6875rem;
    margin-top: 0;
    padding-left: 1rem;
}

.projectors-login--top .list-header {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #3C3C3B;
    margin-bottom: 1.25rem;
}

.projectors-login--top .row .login-list {
    margin-bottom: 1.875rem;
}

.projectors-materials {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
}

.projectors-materials .section-header {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #3C3C3B;
    margin-bottom: 2.5rem;
}

.projectors-materials .materials-items .item {
    padding: 1.125rem 1.5625rem 1.125rem 2.1875rem;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem;
    height: 5rem;
}

.projectors-materials .materials-items .item img {
    margin-right: 3.125rem;
}

.projectors-materials .materials-items .item a {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.projectors-calc {
    background: #F5F3F3;
    padding: 4.375rem 0;
}

.projectors-calc .calc-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projectors-calc .calc-wrapper .calc_bl {
    margin-bottom: 1.875rem;
}

.projectors-calc .calc-wrapper .calc-inner {
    background: #fff;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.5625rem;
    height: 100%;
}

.projectors-calc .calc-wrapper .alc_img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5625rem;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #E9EAEB;
    height: 5.3125rem;
}

.projectors-calc .calc-wrapper .calc_name {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #3C3C3B;
    margin-left: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.projectors-calc .calc-wrapper .calc_body {
    padding: 0 2.5rem 1.875rem;
}

.projectors-calc .calc-wrapper .calc-row {
    margin-bottom: 1.25rem;
}

.projectors-calc .calc-wrapper .calc-row .input_div {
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: 0.75rem;
    color: #101112;
}

.projectors-calc .calc-wrapper .calc-row,
.projectors-calc .calc-wrapper .sic_calc_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2.875rem;
}

.projectors-calc .calc-wrapper .left_calc,
.projectors-calc .calc-wrapper .right_calc {
    width: 40%;
}

.projectors-calc .calc-wrapper .result_calc {
    width: 100%;
}

.projectors-calc .calc-wrapper .calc_dor,
.projectors-calc .calc-wrapper .calc_refr {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projectors-calc .calc-wrapper .result_calc,
.projectors-calc .calc-wrapper .result_calcR {
    background: #F5F3F3;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    padding: 0.9375rem;
    width: 100%;
    display: block;
    height: 2.625rem;
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: 0.75rem;
    color: #101112;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.projectors-calc .calc-wrapper .calc-field--bg {
    background: #fff;
}

.projectors-calc .calc-wrapper .chosen-container {
    min-width: 100%;
    max-width: 100%;
}

.projectors-news--list {
    background: #fff;
    border-bottom: 0.0625rem solid #E5E5E5;
}

.projectors-news--list .news-button {
    width: 17.5rem;
    height: 3.125rem;
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.875rem;
}

.sp-catalog--projectors .sp-section--title {
    font-family: HeliosCond-Bold;
    font-size: 3.125rem;
    line-height: 4.6875rem;
    color: #101112;
    margin-top: 4.375rem;
}

.projectors-news {
    background: #fff;
}

.projectors-news .subscribe-btn .call-btn {
    width: 15rem;
}

.projectors-news .news-subscribe--text {
    font-weight: bold;
    font-size: 1rem;
    line-height: 0.9375rem;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 2.1875rem;
    margin-top: 1.25rem;
}

.projectors-news .call-btn {
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    background: #ffffff;
    width: 22.8125rem;
    height: 3.25rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    color: #3C3C3B;
    margin-right: 1.25rem;
}

.projectors-contacts {
    padding-top: 3.4375rem;
}

.projectors-login--bottom {
    padding: 4.375rem 0 5.625rem;
}

.projectors-login--bottom .projectors-login--header,
.projectors-login--top .projectors-login--header {
    font-family: HeliosCond-Bold;
    font-size: 3.25rem;
    line-height: 4.6875rem;
    color: #3C3C3B;
    margin: 0 0 3.75rem;
}

.projectors-login--bottom .login-list,
.projectors-login--top .login-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #101112;
}

.projectors-login--bottom .login-list li,
.projectors-login--top .login-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0.625rem 0;
}

.projectors-login--bottom .login-list li:first-child,
.projectors-login--top .login-list li:first-child {
    margin-top: 0;
}

.projectors-login--bottom .login-list .login-list--icon,
.projectors-login--top .login-list .login-list--icon {
    margin-right: 0.9375rem;
}

.projectors-login--bottom .login-list .text-bold,
.projectors-login--top .login-list .text-bold {
    font-weight: bold;
    margin: 0.9375rem 0;
}

.projectors-login--bottom .login-list .list-margin,
.projectors-login--top .login-list .list-margin {
    margin-top: 0;
}

.login-form--wrapper {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 2.5rem;
    max-width: 34.375rem;
    margin: 0 auto;
}

.login-form--wrapper .form-header {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.0625rem;
    color: #101112;
    margin-bottom: 1.5625rem;
}

.login-form--wrapper .login-form--general {
    font-size: 0.8125rem;
    line-height: 0.75rem;
    color: #101112;
}

.login-form--wrapper .login-form--general label {
    margin-bottom: 1.25rem;
    display: block;
}

.login-form--wrapper .login-form--general .login-form--forgot {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3C3C3B;
}

.login-form--wrapper .login-form--general button {
    width: 12.5rem;
    margin-right: 1.875rem;
    margin-bottom: 1.25rem;
}

.login-form--wrapper .login-form--general .green {
    font-size: 0.875rem;
    line-height: 0.8125rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

@media only screen and (max-width: 93.75rem) {
    .materials-items .item-wrapp .item {
        padding: 0.9375rem;
        height: 6.25rem;
    }
}

@media only screen and (max-width: 75.625rem) {
    .materials-items .item-wrapp .item {
        height: 7.5rem;
    }
    .materials-items .item-wrapp .item img {
        margin-right: 1.25rem;
    }
}

@media only screen and (max-width: 56.25rem) {
    .materials-items .item-wrapp .item {
        height: 8.75rem;
    }
}

.calculator-top--text {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #3C3C3B;
    padding: 3.125rem 0;
    background: #F5F3F3;
}

.calculator-hydrcalc div.GigrCalcBl {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}

.calculator-hydrcalc div.GidravRaz, .calculator-hydrcalc div.GigrCalcBl, .calculator-hydrcalc div.calk_line, .calculator-hydrcalc span.GidtopText {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
}

.calculator-hydrcalc div.GidrLeft {
    display: inline-block;
    position: relative;
    float: left;
    width: 50%;
}

.calculator-hydrcalc div.GidrLeft, .calculator-hydrcalc div.calk_result, .calculator-hydrcalc div.calk_result + div.fla, .calculator-hydrcalc span.BalunP > span, .calculator-hydrcalc span.CNumb {
    text-align: center;
}

.calculator-hydrcalc div.GidrRight {
    display: inline-block;
    position: relative;
    float: right;
    width: 48%;
}

.calculator-hydrcalc span.GidrMainP {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

.calculator-hydrcalc span.GirdML {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.calculator-hydrcalc span.GidrMainP img {
    display: inline-block;
    border: 0;
    max-width: 100%;
}

.calculator-hydrcalc span.GidrMZ1, .calculator-hydrcalc span.GidrMZ2, .calculator-hydrcalc span.GidrMZ3, .calculator-hydrcalc span.GidrMZ4, .calculator-hydrcalc span.GidrMZ5, .calculator-hydrcalc span.GidrMZ6, .calculator-hydrcalc span.GidrMZBalun {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.calculator-hydrcalc span.GidrMZ1 {
    z-index: 2;
}

.calculator-hydrcalc span.GidrMZ2 {
    z-index: 3;
}

.calculator-hydrcalc span.GidrMZ2, .calculator-hydrcalc span.GidrMZ3, .calculator-hydrcalc span.GidrMZ4, .calculator-hydrcalc span.GidrMZ5, .calculator-hydrcalc span.GidrMZ6 {
    display: none;
}

.calculator-hydrcalc span.GidrMZ3 {
    z-index: 4;
}

.calculator-hydrcalc span.GidrMZ4 {
    z-index: 5;
}

.calculator-hydrcalc span.GidrMZ5 {
    z-index: 6;
}

.calculator-hydrcalc span.GidrMZ6 {
    z-index: 7;
}

.calculator-hydrcalc span.GidrMZBalun {
    z-index: 20;
}

.calculator-hydrcalc span.LEB {
    background-image: url(https://www.standartpark.ru/upload/gidrocalc/GCLB.png);
}

.calculator-hydrcalc span.BalunP {
    display: inline-block;
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    width: 4.5625rem;
    height: 3.75rem;
    background-repeat: no-repeat;
}

.calculator-hydrcalc span.REB {
    background-image: url(https://www.standartpark.ru/upload/gidrocalc/GCRB.png);
}

.calculator-hydrcalc span.BalunP.LEB > span {
    left: 0.3125rem;
}

.calculator-hydrcalc span.BalunP > span {
    font-size: 19.5pt;
    color: #fff;
    text-shadow: 0.0625rem 0.0625rem 0 #000;
    width: 2.75rem;
    top: 0.25rem;
    height: 2.875rem;
    position: absolute;
    cursor: pointer;
    line-height: 2.875rem;
}

.calculator-hydrcalc div.GidrWS {
    display: none;
    position: absolute;
    float: right;
    right: -7.8125rem;
    z-index: 25;
    min-width: 17.625rem;
    background: #fff;
    padding: 0.9375rem;
    border: 0.125rem solid #fdbc23;
    top: -4.6875rem;
}

.calculator-hydrcalc span.BalunP span.GidrWSName, .calculator-hydrcalc span.BalunP span.GidrWSPic {
    float: left;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto;
}

.calculator-hydrcalc div.form-item, .calculator-hydrcalc div.rpr_form a, .calculator-hydrcalc span.BalunP span.GidrWSName {
    margin-bottom: 0.9375rem;
}

.calculator-hydrcalc span.BalunP span.GidrWSName, .calculator-hydrcalc span.BalunP span.GidrWSPic {
    float: left;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto;
}

.calculator-hydrcalc span.GidrWSName .CNumb {
    float: none;
}

.calculator-hydrcalc span.CNumb {
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: 0.75rem;
    color: #101112;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.75rem;
    margin-left: 1.25rem;
}

.calculator-hydrcalc span.CNtext {
    display: inline-block;
    position: relative;
    color: #00704a;
    font-size: 11pt;
    font-weight: 700;
    line-height: 2.25rem;
}

.calculator-hydrcalc span.BalunP span.GidrWSPic img {
    border: 0;
    max-width: 100%;
}

.calculator-hydrcalc span.GidrMainP img {
    display: inline-block;
    border: 0;
    max-width: 100%;
}

.calculator-hydrcalc div.GidravRaz, .calculator-hydrcalc div.GigrCalcBl, .calculator-hydrcalc div.calk_line, .calculator-hydrcalc span.GidtopText {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
}

.calculator-hydrcalc div.calk_line {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    margin-bottom: 0.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calculator-hydrcalc span.CArr, .calculator-hydrcalc span.CName, .calculator-hydrcalc span.CNumb {
    position: relative;
    height: 2.5rem;
}

.calculator-hydrcalc span.CName {
    display: table;
    float: left;
    width: 36%;
    margin-right: 2%;
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: 0.75rem;
    color: #006843;
}

.calculator-hydrcalc span.CArr {
    display: inline-block;
    float: left;
    width: 1.875rem;
    margin-right: 5.5%;
}

.calculator-hydrcalc span.CData {
    position: relative;
    float: right;
    width: 38%;
    min-height: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F5F3F3;
    padding-left: 1.5625rem;
}

.calculator-hydrcalc span.CName > span {
    display: table-cell;
    vertical-align: middle;
}

.calculator-hydrcalc span.CArr span {
    display: inline-block;
    position: absolute;
    float: left;
    left: 0;
    width: 1.9375rem;
    height: 1.375rem;
    top: 50%;
    margin-top: -0.6875rem;
    background: url(../img/icons/calc-arrow-icon1.svg) no-repeat;
}

.calculator-hydrcalc .h_35 {
    min-height: 2.1875rem;
}

.calculator-hydrcalc .button_line, .calculator-hydrcalc .line_wide {
    float: left;
}

.calculator-hydrcalc .very_wide {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.calculator-hydrcalc .inputtextarea, .calculator-hydrcalc .inputtext, .calculator-hydrcalc span.CData div.h_35 input, .calculator-hydrcalc span.CData div.h_35 input.shortITT {
    border: 0.0625rem solid #E9EAEB;
}

.calculator-hydrcalc .inputtext {
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: 0.75rem;
    color: #101112;
    background-color: #fff;
    height: 2.625rem !important;
}

.calculator-hydrcalc span.CData div.h_35 input, .calculator-hydrcalc span.CData div.h_35 select, .calculator-hydrcalc span.CData div.h_35 textarea {
    min-width: initial;
    width: 90%;
}

.calculator-hydrcalc div.h_35 input {
    min-width: 25rem;
}

.calculator-hydrcalc div.h_35 input, .calculator-hydrcalc div.h_35 select, .calculator-hydrcalc div.h_35 textarea {
    padding: 0.3125rem;
    min-width: 18.75rem;
    margin: 0;
}

.calculator-hydrcalc div.h_35 input, .calculator-hydrcalc div.h_35 select {
    height: 1.5625rem;
}

.calculator-hydrcalc input[type="hidden" i] {
    display: none;
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}

.calculator-hydrcalc .ac_results {
    width: 12.125rem;
    top: 2.625rem;
    position: absolute;
    z-index: 200;
    overflow-y: scroll;
    min-height: 1.875rem;
    display: none;
}

.calculator-hydrcalc .ac_results {
    background-color: window;
    border: 0.0625rem solid windowframe;
    padding: 0;
}

.calculator-hydrcalc .PR_main_cont img, .calculator-hydrcalc .ac_results, .calculator-hydrcalc .blocks .img, .calculator-hydrcalc .links ul, .calculator-hydrcalc .nav-bg, .calculator-hydrcalc .nav-links ul, .calculator-hydrcalc .nav-links ul li a, .calculator-hydrcalc div.ProectEl, .calculator-hydrcalc span.circl_photo {
    overflow: hidden;
}

.calculator-hydrcalc div.detailph span.sect_binn_photo a.sect_binn_PH, .calculator-hydrcalc .ac_results {
    max-height: 12.5rem;
}

.calculator-hydrcalc .ac_results ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.calculator-hydrcalc .ac_results li {
    position: relative;
    margin: 0;
    padding: 0.125rem 0.3125rem;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 0.75rem;
    overflow: hidden;
}

.calculator-hydrcalc div.GigrCalcBl .GMBgreenGray {
    width: 100%;
    height: 3.125rem;
    margin-top: 1.25rem;
}

.calculator-hydrcalc div.GigrCalcBl .GMBgreenGray input {
    width: 100%;
    height: 100%;
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.calculator-hydrcalc span.BalunP.REB > span {
    left: 1.5rem;
}

.calculator-hydrcalc span.InRivn {
    display: inline-block;
    position: relative;
    width: 0.9375rem;
    height: 0.625rem;
    top: 0;
    background: url(../img/icons/calc-equal-icon1.svg) no-repeat;
    margin-left: 3%;
    margin-right: 3%;
}

.calculator-hydrcalc div.GigrCalcBl div.data {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    padding: 0.625rem 0;
}

.calculator-hydrcalc span.CData div.h_35 input.shortITT {
    min-width: 20%;
    width: 20%;
}

.calculator-hydrcalc .calculator-hydrcalc div.fla, .calculator-hydrcalc .calculator-hydrcalc div.ndp_price, .calculator-hydrcalc .calculator-hydrcalc span.regnpr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    position: relative;
}

.calculator-hydrcalc .calculator-hydrcalc span.CData div.h_35 input, .calculator-hydrcalc .calculator-hydrcalc span.CData div.h_35 select, .calculator-hydrcalc .calculator-hydrcalc span.CData div.h_35 textarea {
    min-width: initial;
    width: 90%;
}

.calculator-hydrcalc .calculator-hydrcalc .inputtextarea, .calculator-hydrcalc .calculator-hydrcalc .inputtext, .calculator-hydrcalc .calculator-hydrcalc span.CData div.h_35 input, .calculator-hydrcalc .calculator-hydrcalc span.CData div.h_35 input.shortITT {
    border: none;
}

.calculator-hydrcalc .calculator-hydrcalc div.h_35 input, .calculator-hydrcalc .calculator-hydrcalc div.h_35 select {
    height: 1.5625rem;
}

.calculator-hydrcalc .calculator-hydrcalc input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0rem;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(white, black);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    padding: 0.0625rem;
    border-width: 0.125rem;
    border-style: inset;
    border-color: initial;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
}

.calculator-hydrcalc .calculator-hydrcalc div.h_35 input, .calculator-hydrcalc .calculator-hydrcalc div.h_35 select, .calculator-hydrcalc .calculator-hydrcalc div.h_35 textarea {
    padding: 0.3125rem;
    min-width: 18.75rem;
    margin: 0;
}

.calculator-hydrcalc div.fla, .calculator-hydrcalc div.ndp_price, .calculator-hydrcalc span.regnpr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    position: relative;
}

.calculator-hydrcalc div.fla {
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #101112;
    margin: 0.3125rem 0;
}

.calculator-hydrcalc span.CData div.h_35 input[type=checkbox], .calculator-hydrcalc span.CData div.h_35 input[type=radio] {
    min-width: 0;
    width: 0;
    height: 0;
    max-height: 0;
    display: inline-block;
    position: relative;
    float: left;
    padding: 0;
    margin: 0 2% 0 0;
    border: 0;
}

.calculator-hydrcalc .sp-checkbox--input + span:before {
    background-color: white;
    position: absolute;
    left: 0;
}

.calculator-hydrcalc .sp-checkbox--input {
    width: 0;
    height: 0;
}

.calculator-hydrcalc .sp-checkbox--span {
    padding-left: 1.875rem;
    display: block;
}

.calculator-hydrcalc .sp-checkbox input[type="checkbox"]:checked + .sp-checkbox--span {
    font-weight: bold;
}

.calculator-hydrcalc .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.calculator-hydrcalc .radio input[type="radio"] + .radio-label {
    padding-right: 1.25rem;
}

.calculator-hydrcalc .radio input[type="radio"]:checked + .radio-label {
    font-weight: bold;
}

.calculator-hydrcalc .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #F7901E;
    -webkit-box-shadow: inset 0 0 0 0.3125rem #ffffff;
    box-shadow: inset 0 0 0 0.3125rem #ffffff;
}

.calculator-hydrcalc .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 0.0625rem solid #E9EAEB;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.1em;
    margin-right: 0.75rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    float: left;
}

.calculator-hydrcalc .data .InOV {
    font-weight: bold;
}

.calculator-solution--section {
    border-top: 0.0625rem solid #ececec;
    padding: 2.5rem 0;
}

.calculator-solution--section .solution-header {
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
}

.providers-section .your-benefit--wrapper {
    margin-bottom: 4.375rem;
}

.providers-section .benefit-header {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: #006843;
    margin-bottom: 1.875rem;
}

.providers-section .item-list .item-wrapp {
    margin-bottom: 1.875rem;
}

.providers-section .item-list .item-header {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #101112;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.providers-section .item-list .item-header img {
    margin-right: 0.9375rem;
}

.providers-section .item-list .item-text {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #101112;
}

.providers-section .benefit-item {
    padding: 1.5625rem 2.5rem;
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    margin-bottom: 0.9375rem;
}

.providers-section .benefit-item p {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.625rem;
}

.providers-section .benefit-item .item-header {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #101112;
    margin-bottom: 0.75rem;
}

.providers-section .benefit-item .item-button {
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    width: 13.75rem;
    height: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.providers-section .benefit-item .item-link {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.625rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.providers-section .grey-bg {
    background: #F5F3F3;
}

.providers-section .cooperation-wrapper {
    padding: 6.25rem 3.125rem 5.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.providers-section .cooperation-wrapper .cooperation-text {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 4.6875rem;
    color: #101112;
    margin-bottom: 3.125rem;
    text-align: center;
}

.providers-section .cooperation-wrapper .cooperation-link {
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    width: 100%;
    max-width: 46.875rem;
    height: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.consultation-section {
    margin-top: 4.375rem;
    margin-bottom: 3.75rem;
    background: #F5F3F3;
    padding: 3.75rem 0;
}

.consultation-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.consultation-section .right-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 3.125rem;
}

.consultation-section .text-wrapp {
    font-family: HeliosCond-Bold;
    font-size: 2.5rem;
    line-height: 4.375rem;
    color: #101112;
    text-align: center;
    margin-bottom: 2.8125rem;
}

.consultation-section .link-wrapp {
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    width: 25rem;
    height: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.callback-form {
    background: #FFFFFF;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 2.5rem 2.5rem 2.1875rem;
}

.callback-form .form-header {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.0625rem;
    color: #101112;
    margin-bottom: 1.875rem;
}

.callback-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.callback-form .form-group .required-field {
    color: #F7901E;
}

.callback-form .form-group .input-wrapp {
    width: 60%;
}

.callback-form .form-group .input-wrapp .form-error {
    color: red;
    font-size: 0.6875rem;
}

.callback-form .form-group .callback-input {
    width: 100%;
}

.callback-form .form-group .callback-textarea {
    border: 0.0625rem solid #E9EAEB;
    width: 100%;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    padding: 0.625rem;
}

.callback-form .form-group .callback-textarea:focus {
    border-color: #000;
    outline: none;
}

.callback-form .form-text {
    font-size: 0.75rem;
    line-height: 0.6875rem;
    color: #000000;
    margin-top: 0.625rem;
    margin-bottom: 1.5625rem;
}

.callback-form .form-text a {
    color: #006843;
    text-decoration: underline;
}

.callback-form .callback-btn {
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    width: 12.5rem;
    height: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.partners-wrapper .tabs__content {
    padding: 0;
}

.partners-wrapper .new-items--section {
    background: #F5F3F3;
    padding: 3.75rem 0;
}

.partners-wrapper .new-items--section .new-items--header {
    font-family: HeliosCond-Bold;
    font-size: 3.125rem;
    line-height: 2.375rem;
    color: #101112;
    margin-bottom: 3.4375rem;
}

.partners-wrapper .new-items--section .items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
}

.partners-wrapper .new-items--section .items-wrapper .item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    width: 16.875rem;
    margin-right: 1.25rem;
}

.partners-wrapper .new-items--section .items-wrapper .item .item-swiper {
    position: relative;
}

.partners-wrapper .new-items--section .items-wrapper .item .labels {
    position: absolute;
    z-index: 20;
}

.partners-wrapper .new-items--section .items-wrapper .item .labels .label {
    margin-top: 1.25rem;
    position: relative;
}

.partners-wrapper .new-items--section .items-wrapper .item .labels .label-text {
    position: absolute;
    left: 1.875rem;
    top: 0.4375rem;
    color: white;
    font-size: 0.875rem;
}

.partners-wrapper .new-items--section .items-wrapper .item .swiper-container {
    z-index: unset;
    height: 8.4375rem;
}

.partners-wrapper .new-items--section .items-wrapper .item .catalog-item--slider {
    height: unset;
    padding: 1.875rem 3.125rem;
}

.partners-wrapper .new-items--section .items-wrapper .item .swiper-pagination-on-pic {
    height: 6.25rem;
    margin-top: -6.25rem;
}

.partners-wrapper .new-items--section .items-wrapper .item .swiper-pagination-fraction,
.partners-wrapper .new-items--section .items-wrapper .item .swiper-pagination-custom,
.partners-wrapper .new-items--section .items-wrapper .item .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0rem;
}

.partners-wrapper .new-items--section .items-wrapper .item .swiper-pagination-bullet {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0.625rem;
    border: 0.0625rem solid #006843;
}

.partners-wrapper .new-items--section .items-wrapper .item .swiper-pagination-bullet-active {
    background-color: #006843;
}

.partners-wrapper .new-items--section .items-wrapper .item-text {
    padding: 1.75rem 1.5625rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #101112;
}

.partners-wrapper .new-items--section .new-items--link {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #006843;
    text-decoration: underline;
}

.partners-wrapper .new-items--section .login-form--wrapper .login-form--general button {
    margin-bottom: 1.875rem;
}

.partners-wrapper .new-items--section .login-form--wrapper .link-wrapp {
    margin-bottom: 1.25rem;
}

.partners-wrapper .new-items--section .login-form--wrapper .link-wrapp:last-of-type {
    margin-bottom: 0;
}

.partners-wrapper .new-items--section .login-form--wrapper .link-wrapp a {
    font-size: 0.875rem;
    line-height: 0.8125rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.partners-wrapper .dealers-title {
    font-family: HeliosCond-Bold;
    font-size: 2.8125rem;
    line-height: 1.875rem;
    color: #3C3C3B;
    margin-top: 5.625rem;
    margin-bottom: 3.75rem;
}

.partners-wrapper .dealers-benefits--section {
    padding-bottom: 3.75rem;
}

.partners-wrapper .dealers-benefits--section .items-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.partners-wrapper .dealers-benefits--section .items-wrapp .item-wrapp {
    margin-bottom: 1.25rem;
}

.partners-wrapper .dealers-benefits--section .items-wrapp .item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 2.5rem 1.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.partners-wrapper .dealers-benefits--section .items-wrapp .item-image {
    width: 3.125rem;
    margin-bottom: 2.5rem;
}

.partners-wrapper .dealers-benefits--section .items-wrapp .item-text {
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: center;
    color: #000000;
}

.partners-wrapper .dealers-benefits--section .hint-text {
    padding: 1.375rem;
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
    color: #3C3C3B;
    background: #F5F3F3;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    margin-bottom: 3.125rem;
}

.partners-wrapper .dealers-benefits--section .hint-text a {
    font-weight: bold;
    text-decoration: underline;
}

.partners-wrapper .dealers-benefits--section .dealers-list .list-header {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000000;
    margin-bottom: 1.875rem;
}

.partners-wrapper .dealers-benefits--section .dealers-list .list {
    list-style: none;
    padding: 0;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 2.375rem;
}

.partners-wrapper .dealers-benefits--section .dealers-list .list-button {
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15.625rem;
    height: 3.125rem;
}

.partners-wrapper .sp-news--list {
    background: #fff;
    padding-top: 0;
}

.partners-wrapper .sp-news--list .dealers-title {
    margin-top: 4.375rem;
}

.partners-wrapper .right-tab .text-block {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
}

.partners-wrapper .right-tab .text-block .block-header {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000000;
    margin-bottom: 0.9375rem;
}

.partners-wrapper .right-tab .text-block .block-subheader {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000000;
    margin-bottom: 2.5rem;
}

.partners-wrapper .right-tab .text-block .list-item {
    margin-bottom: 1.875rem;
}

.partners-wrapper .right-tab .text-block .list-item .item-header {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 0.625rem;
}

.partners-wrapper .right-tab .text-block .list-item .item-text {
    font-size: 1rem;
    line-height: 1.875rem;
}

.partners-wrapper .right-tab .text-block .list-item .item-list {
    padding: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.875rem;
}

.partners-wrapper .right-tab .text-block .list-item a {
    text-decoration: underline;
    color: #006843;
}

.partners-wrapper .right-tab .text-block .list-item img {
    margin-right: 0.9375rem;
    position: relative;
    top: -0.0625rem;
}

.partners-wrapper .right-tab .login-form--wrapper .login-form--general button {
    margin-bottom: 1.875rem;
}

.partners-wrapper .right-tab .login-form--wrapper .link-wrapp {
    margin-bottom: 1.25rem;
}

.partners-wrapper .right-tab .login-form--wrapper .link-wrapp:last-of-type {
    margin-bottom: 0;
}

.partners-wrapper .right-tab .login-form--wrapper .link-wrapp a {
    font-size: 0.875rem;
    line-height: 0.8125rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.partners-wrapper .right-tab .cooperation-wrapper {
    padding: 6.25rem 3.125rem 5.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #F5F3F3;
}

.partners-wrapper .right-tab .cooperation-wrapper .cooperation-text {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 4.6875rem;
    color: #101112;
    margin-bottom: 3.125rem;
    text-align: center;
}

.partners-wrapper .right-tab .cooperation-wrapper .cooperation-link {
    background: #006843;
    border: 0.0625rem solid #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    width: 100%;
    max-width: 15rem;
    height: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.partners-wrapper .right-tab .consultation-section {
    background: #fff;
}

.consultation-section {
    margin-bottom: 0;
    margin-top: 0;
}

.consultation-section .form-header {
    margin-bottom: 0.9375rem;
}

.consultation-section .sub-header {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    color: #101112;
    margin-bottom: 2.5rem;
}

.right-column--consultation {
    padding-left: 0.625rem;
    margin-bottom: 1.875rem;
}

.consultation-list .list-header {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 1.875rem;
    padding-right: 1.875rem;
}

.consultation-list .list {
    padding-left: 1.25rem;
    font-size: 1rem;
    line-height: 1.875rem;
}

@media only screen and (max-width: 93.75rem) {
    .partners-wrapper .new-items--section .items-wrapper {
        margin-bottom: 1.25rem;
        margin-right: -0.625rem;
    }
    .partners-wrapper .new-items--section .left-column {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2.5rem;
    }
    .partners-wrapper .new-items--section .right-column {
        width: 100%;
    }
}

@media only screen and (max-width: 75rem) {
    .partners-wrapper .dealers-title {
        font-family: HeliosCond-Bold;
        line-height: 3.125rem;
    }
    .partners-wrapper .new-items--section .items-wrapper .item {
        width: 15.625rem;
        margin-right: 0.625rem;
    }
    .partners-wrapper .consultation-section .left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.private-clients--tabs {
    background: #F5F3F3;
    padding-bottom: 2.1875rem;
}

.private-clients--tabs .tabs__caption .active::after {
    display: none;
}

.private-clients--tabs .tabs__content {
    padding: 0;
}

.private-clients--tabs .image-general--wrapper {
    max-width: 75rem;
    width: auto;
    margin: 0 auto;
}

.private-clients--tabs .image-wrapper {
    position: relative;
    width: 200%;
    left: -32%;
    position: relative;
}

.private-clients--tabs .image-wrapper .image-inner {
    width: 80.5%;
    position: relative;
}

.private-clients--tabs .image-wrapper .info-icon {
    position: absolute;
}

.private-clients--tabs .image-wrapper .info-icon:hover .info-popup {
    display: block;
}

.private-clients--tabs .image-wrapper .boolmark-mirrored {
    float: right;
}

.private-clients--tabs .image-wrapper .info-popup {
    background: #ffffff;
    padding: 0.625rem 1.25rem 1.25rem;
    position: absolute;
    width: 23.125rem;
    height: 17rem;
    z-index: 5;
    bottom: 0.625rem;
    display: none;
}

.private-clients--tabs .image-wrapper .popup-header {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: #101112;
    margin-bottom: 0.4375rem;
}

.private-clients--tabs .image-wrapper .popup-image {
    margin-bottom: 0.4375rem;
}

.private-clients--tabs .image-wrapper .popup-button {
    width: 100%;
    height: 2.625rem;
    background: #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.private-clients--tabs .first-tab .info-icon-1 {
    left: 26.28%;
    bottom: 13.46%;
}

.private-clients--tabs .first-tab .info-icon-1 .info-popup {
    left: 31%;
    top: -11.25rem;
}

.private-clients--tabs .first-tab .info-icon-2 {
    left: 30.17%;
    bottom: 32%;
}

.private-clients--tabs .first-tab .info-icon-2 .info-popup {
    left: 31%;
    top: -7.5rem;
}

.private-clients--tabs .first-tab .info-icon-3 {
    left: 29.94%;
    bottom: 57.02%;
}

.private-clients--tabs .first-tab .info-icon-3 .info-popup {
    left: 31%;
    top: -4.375rem;
}

.private-clients--tabs .first-tab .info-icon-4 {
    left: 35.10%;
    bottom: 34%;
}

.private-clients--tabs .first-tab .info-icon-4 .info-popup {
    left: 31%;
    top: -7.5rem;
}

.private-clients--tabs .first-tab .info-icon-5 {
    left: 36.50%;
    bottom: 11%;
}

.private-clients--tabs .first-tab .info-icon-5 .info-popup {
    left: 31%;
    top: -11.25rem;
}

.private-clients--tabs .first-tab .info-icon-6 {
    left: 45.60%;
    bottom: 4.7%;
}

.private-clients--tabs .first-tab .info-icon-6 .info-popup {
    left: 31%;
    top: -12.5rem;
}

.private-clients--tabs .first-tab .info-icon-7 {
    left: 49.51%;
    bottom: 36.38%;
}

.private-clients--tabs .first-tab .info-icon-7 .info-popup {
    left: 31%;
    top: -7.5rem;
}

.private-clients--tabs .first-tab .info-icon-8 {
    left: 60.40%;
    bottom: 17.80%;
}

.private-clients--tabs .first-tab .info-icon-8 .info-popup {
    right: 31%;
    top: -10.625rem;
}

.private-clients--tabs .first-tab .info-icon-9 {
    left: 59.29%;
    bottom: 65.32%;
}

.private-clients--tabs .first-tab .info-icon-9 .info-popup {
    right: 31%;
    top: -3.125rem;
}

.private-clients--tabs .first-tab .info-icon-10 {
    left: 70.35%;
    bottom: 83%;
}

.private-clients--tabs .first-tab .info-icon-10 .info-popup {
    right: 31%;
    top: 0rem;
}

.private-clients--tabs .first-tab .info-icon-11 {
    left: 70.79%;
    bottom: 52.72%;
}

.private-clients--tabs .first-tab .info-icon-11 .info-popup {
    right: 31%;
    top: -5.625rem;
}

.private-clients--tabs .second-tab .info-icon-1 {
    left: 26.49%;
    bottom: 71.34%;
}

.private-clients--tabs .second-tab .info-icon-1 .info-popup {
    left: 31%;
    top: -1.875rem;
}

.private-clients--tabs .second-tab .info-icon-2 {
    left: 41.49%;
    bottom: 65.90%;
}

.private-clients--tabs .second-tab .info-icon-2 .info-popup {
    left: 31%;
    top: -2.5rem;
}

.private-clients--tabs .second-tab .info-icon-3 {
    left: 50.22%;
    bottom: 77.65%;
}

.private-clients--tabs .second-tab .info-icon-3 .info-popup {
    left: 31%;
    top: 0rem;
}

.private-clients--tabs .second-tab .info-icon-4 {
    left: 39.77%;
    bottom: 11.30%;
}

.private-clients--tabs .second-tab .info-icon-4 .info-popup {
    left: 31%;
    top: -12.5rem;
}

.private-clients--tabs .second-tab .info-icon-5 {
    left: 47.46%;
    bottom: 20.91%;
}

.private-clients--tabs .second-tab .info-icon-5 .info-popup {
    left: 31%;
    top: -11.875rem;
}

.private-clients--tabs .second-tab .info-icon-6 {
    left: 50.89%;
    bottom: 42.70%;
}

.private-clients--tabs .second-tab .info-icon-6 .info-popup {
    right: 31%;
    top: -6.875rem;
}

.private-clients--tabs .second-tab .info-icon-7 {
    left: 56.26%;
    bottom: 28.65%;
}

.private-clients--tabs .second-tab .info-icon-7 .info-popup {
    right: 31%;
    left: unset;
    top: -11.875rem;
}

.private-clients--tabs .second-tab .info-icon-8 {
    left: 65.82%;
    bottom: 45.27%;
}

.private-clients--tabs .second-tab .info-icon-8 .info-popup {
    right: 31%;
    top: -8.125rem;
}

.private-clients--tabs .second-tab .info-icon-9 {
    left: 65.82%;
    bottom: 23.78%;
}

.private-clients--tabs .second-tab .info-icon-9 .info-popup {
    right: 31%;
    top: -12.5rem;
}

.private-clients--tabs .third-tab .info-icon-1 {
    left: 33.43%;
    bottom: 62.46%;
}

.private-clients--tabs .third-tab .info-icon-1 .info-popup {
    left: 31%;
    top: -3.75rem;
}

.private-clients--tabs .third-tab .info-icon-2 {
    left: 44.02%;
    bottom: 8.02%;
}

.private-clients--tabs .third-tab .info-icon-2 .info-popup {
    left: 31%;
    top: -13.125rem;
}

.private-clients--tabs .third-tab .info-icon-3 {
    left: 46.04%;
    bottom: 57.50%;
}

.private-clients--tabs .third-tab .info-icon-3 .info-popup {
    left: 31%;
    top: -5rem;
}

.private-clients--tabs .third-tab .info-icon-4 {
    left: 51.19%;
    bottom: 28.36%;
}

.private-clients--tabs .third-tab .info-icon-4 .info-popup {
    left: 31%;
    top: -8.125rem;
}

.private-clients--tabs .third-tab .info-icon-5 {
    left: 40.50%;
    bottom: 86%;
}

.private-clients--tabs .third-tab .info-icon-5 .info-popup {
    right: 31%;
    top: 1.5625rem;
}

.private-clients--tabs .third-tab .info-icon-6 {
    left: 60.22%;
    bottom: 71.63%;
}

.private-clients--tabs .third-tab .info-icon-6 .info-popup {
    right: 31%;
    top: -1.875rem;
}

.callback-section {
    background: #F5F3F3;
}

.callback-section .contacts-item--wrapper .contacts-item {
    height: 4.6875rem;
    background: #fff;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 1.875rem;
    margin-bottom: 1.25rem;
}

.callback-section .contacts-item--wrapper .contacts-item img {
    margin-right: 2.1875rem;
}

.callback-section .contacts-item--wrapper .contacts-item a {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #006843;
    text-decoration: underline;
}

.callback-section .contacts-item--wrapper .contacts-item .links-wrapp {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.callback-section .contacts-item--wrapper .contacts-item .change-region--link {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    font-size: 0.75rem;
    color: #C2C6C6;
    font-weight: normal;
}

.callback-section .clients-feedback--wrapper .card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    height: 4.6875rem;
    padding: 1.25rem 1.875rem;
    margin-bottom: 1.25rem;
}

.callback-section .clients-feedback--wrapper .card-item img {
    height: 2.6875rem;
    margin-right: 2.1875rem;
}

.callback-section .clients-feedback--wrapper .card-item a {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.625rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.clients-service {
    background: #F5F3F3;
    padding-bottom: 3.75rem;
}

.clients-service .cards-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clients-service .card-wrapp {
    margin-bottom: 1.875rem;
}

.clients-service .card {
    background: #FFFFFF;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 2.5rem 1.5625rem 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.clients-service .card .card-icon {
    margin-bottom: 2.5rem;
}

.clients-service .card .card-header {
    margin-bottom: 2.5rem;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #101112;
    text-align: center;
}

.clients-service .card .card-text {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-align: center;
    color: #000000;
}

.objects-photo .cards-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.objects-photo .card-wrapp {
    margin-bottom: 1.875rem;
}

.objects-photo .card {
    padding: 2.1875rem 2.1875rem 1.25rem;
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    height: 100%;
    position: relative;
}

.objects-photo .card .card-image {
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    margin-bottom: 0.9375rem;
}

.objects-photo .card .card-link {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.625rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
    margin-bottom: 2.1875rem;
}

.objects-photo .card .card-location {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #8B8D8D;
    position: absolute;
    bottom: 1.25rem;
}

.news-private-clients {
    padding-bottom: 6.25rem;
}

.clients-new--section {
    background: #F5F3F3;
    padding-bottom: 3.75rem;
}

.clients-new--section .sp-company--title {
    margin-top: 4.6875rem;
    margin-bottom: 4.375rem;
}

.clients-new--section .items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.clients-new--section .items-wrapper .item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    width: 32%;
    min-height: 25rem;
}

.clients-new--section .items-wrapper .item .item-swiper {
    position: relative;
}

.clients-new--section .items-wrapper .item .labels {
    position: absolute;
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.clients-new--section .items-wrapper .item .labels .label {
    margin-top: 1.875rem;
    position: relative;
}

.clients-new--section .items-wrapper .item .labels .label-text {
    position: absolute;
    left: 1.875rem;
    top: 0.4375rem;
    color: white;
    font-size: 0.875rem;
}

.clients-new--section .items-wrapper .item .labels .right .favorite-checkbox:checked ~ .favorite-u {
    display: none;
}

.clients-new--section .items-wrapper .item .labels .right .favorite-checkbox:checked ~ .favorite-c {
    display: block;
}

.clients-new--section .items-wrapper .item .labels .right .favorite-checkbox {
    display: none;
}

.clients-new--section .items-wrapper .item .labels .right .favorite-u {
    display: block;
}

.clients-new--section .items-wrapper .item .labels .right .favorite-c {
    display: none;
}

.clients-new--section .items-wrapper .item .labels .right img {
    margin-right: 1.875rem;
    margin-top: 1.875rem;
    cursor: pointer;
}

.clients-new--section .items-wrapper .item .swiper-container {
    z-index: unset;
    height: 14.375rem;
}

.clients-new--section .items-wrapper .item .catalog-item--slider {
    padding: 1.875rem 3.125rem;
}

.clients-new--section .items-wrapper .item .swiper-pagination-on-pic {
    height: 14.375rem;
    margin-top: -14.375rem;
}

.clients-new--section .items-wrapper .item .swiper-pagination-fraction,
.clients-new--section .items-wrapper .item .swiper-pagination-custom,
.clients-new--section .items-wrapper .item .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0rem;
}

.clients-new--section .items-wrapper .item .swiper-pagination-bullet {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0.625rem;
    border: 0.0625rem solid #006843;
}

.clients-new--section .items-wrapper .item .swiper-pagination-bullet-active {
    background-color: #006843;
}

.clients-new--section .items-wrapper .item-text {
    padding: 1.75rem 1.5625rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #101112;
}

.clients-new--section .button-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clients-new--section .button-wrapp .new-items--link {
    background: #006843;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.125rem;
    max-width: 31.25rem;
}

.second-contacts {
    padding-top: 3.75rem;
}

.second-contacts .contacts-item--wrapper .contacts-item {
    height: 4.6875rem;
    background: #fff;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 1.875rem;
    margin-bottom: 1.25rem;
}

.second-contacts .contacts-item--wrapper .contacts-item img {
    margin-right: 2.1875rem;
}

.second-contacts .contacts-item--wrapper .contacts-item a {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #006843;
    text-decoration: underline;
}

.second-contacts .contacts-item--wrapper .contacts-item .links-wrapp {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.second-contacts .contacts-item--wrapper .contacts-item .change-region--link {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    font-size: 0.75rem;
    color: #C2C6C6;
    font-weight: normal;
}

.second-contacts .contacts-info {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #101112;
    margin-bottom: 3.375rem;
}

.second-contacts .contacts-info a {
    color: #006843;
    border-bottom: 0.0625rem #006843 dashed;
    line-height: 1rem;
}

.our-value--section {
    border-top: 0.0625rem solid #E5E5E5;
    padding-bottom: 3.75rem;
    margin-top: 2.5rem;
}

.our-value--section .sp-section--title {
    margin-top: 3.125rem;
}

.our-value--section .items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our-value--section .item-wrapper {
    margin-bottom: 1.875rem;
}

.our-value--section .item {
    padding: 1.5625rem 3.4375rem 2.5rem;
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.our-value--section .item .item-image {
    max-height: 12.5rem;
    margin-bottom: 2.5rem;
}

.our-value--section .item .item-header {
    margin-bottom: 2.5rem;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    color: #101112;
}

.our-value--section .item .item-text {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-align: center;
    color: #000000;
}

@media screen and (max-width: 62.5rem) {
    .boolmark-icon {
        width: 80%;
    }
}

.sp-company--title {
    margin-top: 3.75rem;
}

.your-manager .item-wrapper {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.your-manager .item-wrapper .manager-info,
.your-manager .item-wrapper .manager-contacts {
    padding: 1.25rem 1.875rem;
}

.your-manager .item-wrapper .manager-info {
    border-bottom: 0.0625rem solid #E9EAEB;
}

.your-manager .item-wrapper .item-header {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #101112;
    margin-bottom: 0.625rem;
}

.your-manager .item-wrapper .manager-name {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #101112;
}

.your-manager .item-wrapper .manager-contacts {
    font-size: 1rem;
    line-height: 2rem;
    color: #101112;
}

.your-manager .item-wrapper .manager-contacts .phone,
.your-manager .item-wrapper .manager-contacts .email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.your-manager .item-wrapper .manager-contacts .left-column {
    width: 5.3125rem;
}

.your-manager .item-wrapper .manager-contacts .number {
    font-weight: bold;
}

.your-manager .item-wrapper .manager-contacts .address {
    font-weight: bold;
    color: #006843;
    text-decoration: underline;
}

.download-photo--section {
    padding-bottom: 5rem;
}

.download-photo--section .catalog-second-menu {
    padding-bottom: 1.25rem;
}

.download-photo--section .catalog-text {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000000;
}

.download-photo--section .catalog-text a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #006843;
}

.dealers-stand--section {
    background: #F5F3F3;
    padding-bottom: 4.375rem;
}

.dealers-stand--section .image-wrapp {
    position: relative;
    padding: 1.25rem;
    background: #ffffff;
    border: 0.0625rem solid #E9EAEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.dealers-stand--section .image-wrapp .img-bg {
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.dealers-stand--section .image-wrapp .obj-img {
    position: absolute;
    right: 1.5625rem;
    bottom: 1.5625rem;
}

.dealers-stand--section .text-wrapp .text-header {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000000;
    margin-bottom: 1.875rem;
}

.dealers-stand--section .text-wrapp .text-regular {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000000;
    margin-bottom: 0.9375rem;
}

.dealers-stand--section .text-wrapp .text-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5625rem;
}

.dealers-stand--section .text-wrapp .text-link img {
    margin-right: 0.9375rem;
}

.dealers-stand--section .text-wrapp .text-link a {
    font-size: 0.9375rem;
    line-height: 1.875rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.instructions-section {
    padding-bottom: 1.875rem;
}

.instructions-section .instructions-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
}

.instructions-section .instructions-item .item-image {
    margin-right: 0.9375rem;
}

.instructions-section .instructions-item .item-link {
    font-size: 0.9375rem;
    line-height: 1.875rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.download-catalog--section {
    background: #F5F3F3;
    padding-bottom: 2.5rem;
}

.catalogs-list.clients-catalog--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalogs-list.clients-catalog--list .list-item--wrapper {
    margin-bottom: 1.875rem;
}

.catalogs-list.clients-catalog--list .list-item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 1.875rem 2.1875rem 1.5625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.catalogs-list.clients-catalog--list .list-item .item-image {
    margin-bottom: 1.25rem;
    max-height: 14.375rem;
}

.catalogs-list.clients-catalog--list .list-item .item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.catalogs-list.clients-catalog--list .list-item .item-info .text {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
    color: #101112;
    margin-bottom: 1.375rem;
}

.catalogs-list.clients-catalog--list .list-item .item-info .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalogs-list.clients-catalog--list .list-item .one-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 0.625rem;
}

.catalogs-list.clients-catalog--list .list-item .one-link img {
    margin-right: 0.625rem;
}

.catalogs-list.clients-catalog--list .list-item .one-link a {
    font-size: 0.9375rem;
    line-height: 1.875rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.posters--section {
    padding-bottom: 2.5rem;
}

.video-instruction--section {
    background: #F5F3F3;
}

.materials--section {
    padding-top: 4.375rem;
    padding-bottom: 2.5rem;
}

.materials--section .small-header {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #3C3C3B;
    margin-bottom: 2.5rem;
    margin-top: 0;
}

.materials--section .items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.materials--section .item-wrapp {
    margin-bottom: 1.875rem;
}

.materials--section .item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.materials--section .item .item-link {
    max-width: 17.5rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.video-instruction--section {
    padding-bottom: 2.5rem;
}

.video-instruction--section .video-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-instruction--section .video-wrapp {
    margin-bottom: 1.875rem;
}

.video-instruction--section .video-wrapp .video-item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.video-instruction--section .video-wrapp .preview-image {
    margin-bottom: 2.5rem;
    position: relative;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    background: #000000;
}

.video-instruction--section .video-wrapp .preview-image img {
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    opacity: 0.7;
}

.video-instruction--section .video-wrapp .item-header {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
    color: #006843;
}

.clients-wrapp {
    padding-bottom: 3.75rem;
}

.clients-new--section .item-swiper .catalog-item--slider .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

@media screen and (max-width: 68.75rem) {
    .clients-new--section .items-wrapper .item {
        min-height: unset;
    }
    .clients-new--section .items-wrapper .item .swiper-container {
        height: 10.3125rem;
    }
    .clients-new--section .catalog-item--slider {
        height: auto;
    }
}

.order-section--wrapper {
    background: #F5F3F3;
    padding: 2.1875rem 0 4.0625rem;
}

.order-section--wrapper .column-header {
    font-family: HeliosCond-Bold;
    font-size: 2.5rem;
    line-height: 4.6875rem;
    color: #101112;
    margin-bottom: 1.875rem;
}

.order-section--wrapper .text-bold {
    font-weight: bold;
}

.order-section--wrapper .order-items--header {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    height: 3.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.order-section--wrapper .order-items--header .price-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.order-section--wrapper .order-items--header .order-quantity {
    margin-right: 1.875rem;
}

.order-section--wrapper .order-items--header .clear-cart--btn {
    height: 100%;
    padding: 0 1.25rem;
    border-left: 0.0625rem solid #E9EAEB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.order-section--wrapper .order-items--header .clear-cart--btn img {
    margin-right: 0.75rem;
}

.order-section--wrapper .item-list {
    margin-bottom: 1.875rem;
}

.order-section--wrapper .item-list .item {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    min-height: 7.5rem;
    padding: 1.5625rem 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.9375rem;
}

.order-section--wrapper .item-list .item-preview {
    width: 4.375rem;
    min-width: 4.375rem;
    height: 4.375rem;
    
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.5625rem;
}

.order-section--wrapper .item-list .item-info {
    margin-right: 3.125rem;
}

.order-section--wrapper .item-list .item-info .item-name {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #006843;
    margin-bottom: 0.625rem;
}

.order-section--wrapper .item-list .item-info .item-price {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #101112;
}

.order-section--wrapper .item-list .item-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.875rem;
}

.order-section--wrapper .item-list .item-quantity .quantity-less,
.order-section--wrapper .item-list .item-quantity .quantity-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.0625rem solid #E9EAEB;
    cursor: pointer;
}

.order-section--wrapper .item-list .item-quantity .quantity-more {
    -webkit-border-radius: 0rem 0.1875rem 0.1875rem 0rem;
    border-radius: 0rem 0.1875rem 0.1875rem 0rem;
}

.order-section--wrapper .item-list .item-quantity .quantity-less {
    -webkit-border-radius: 0.1875rem 0rem 0rem 0.1875rem;
    border-radius: 0.1875rem 0rem 0rem 0.1875rem;
}

.order-section--wrapper .item-list .item-quantity .number-wrapper {
    background: #F5F3F3;
    border: 0.0625rem solid #E9EAEB;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #101112;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.order-section--wrapper .item-list .item-total--price {
    white-space: nowrap;
    margin-right: 2.1875rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #101112;
}

.order-section--wrapper .item-list .delete-cart--item {
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
}

.order-section--wrapper .form-wrapp {
    padding: 2.5rem;
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.order-section--wrapper .form-wrapp .form-tabs {
    border-bottom: 0.0625rem solid #E9EAEB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2.5rem;
}

.order-section--wrapper .form-wrapp .tab {
    font-size: 1.125rem;
    line-height: 1.0625rem;
    color: #101112;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-section--wrapper .form-wrapp .tab.active {
    font-weight: bold;
}

.order-section--wrapper .form-wrapp .tab.active .inner-border {
    background: #F7901E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.order-section--wrapper .form-wrapp .tab .outer-border {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.9375rem;
}

.order-section--wrapper .form-wrapp .tab .inner-border {
    display: none;
}

.order-section--wrapper .form-wrapp .first-tab {
    margin-right: 3.75rem;
}

.order-section--wrapper .form-wrapp .form-tabs-content .content {
    display: none;
}

.order-section--wrapper .form-wrapp .form-tabs-content .content.open {
    display: block;
}

.order-section--wrapper .form-wrapp .content {
    padding-top: 1.875rem;
}

.order-section--wrapper .form-wrapp .content .order-form label {
    margin-bottom: 1.25rem;
    display: block;
}

.order-section--wrapper .form-wrapp .content .order-form--label {
    margin-bottom: 0.625rem;
    display: block;
}

.order-section--wrapper .form-wrapp .content .order-form--label .required {
    color: #F7901E;
}

.order-section--wrapper .form-wrapp .content .upload-file--wrapp {
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
    padding: 1.875rem 0;
    border-top: 0.0625rem solid #E9EAEB;
    border-bottom: 0.0625rem solid #E9EAEB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-section--wrapper .form-wrapp .content .upload-file--wrapp span {
    font-size: 1.125rem;
    line-height: 1.0625rem;
    color: #101112;
    margin-right: 1.875rem;
}

.order-section--wrapper .form-wrapp .content .upload-input {
    width: 0.0063rem;
    height: 0.0063rem;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.order-section--wrapper .form-wrapp .content .order-form--wrapper .upload-input--label {
    background: #FFFFFF;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8125rem;
    line-height: 1.875rem;
    color: #101112;
    width: 9.375rem;
    height: 2.5rem;
    margin-bottom: 0;
}

.order-section--wrapper .form-wrapp .content .order-form--wrapper .upload-input--label:hover {
    cursor: pointer;
}

.order-section--wrapper .form-wrapp .content .form-total--info {
    padding-bottom: 2.1875rem;
}

.order-section--wrapper .form-wrapp .content .form-total--info .total-price {
    font-size: 1.375rem;
    line-height: 1.3125rem;
    color: #101112;
    margin-bottom: 1.25rem;
}

.order-section--wrapper .form-wrapp .content .form-total--info .total-sup--text {
    font-size: 0.875rem;
    line-height: 0.8125rem;
    color: #8B8D8D;
}

.order-section--wrapper .form-wrapp .content .form-total--info .colored {
    color: #F7901E;
}

.catalog-list--order {
    padding-bottom: 2.1875rem;
}

.catalog-list--order .order-catalog--header {
    font-family: HeliosCond-Bold;
    font-size: 3.125rem;
    line-height: 4.6875rem;
    color: #101112;
    margin-bottom: 2.8125rem;
}

@media screen and (max-width: 86.25rem) and (min-width: 75rem) {
    .order-section--wrapper .item-list .item-info {
        margin-right: 1.25rem;
    }
    .order-section--wrapper .item-list .item-quantity .quantity-less,
    .order-section--wrapper .item-list .item-quantity .quantity-more,
    .order-section--wrapper .item-list .item-quantity .number-wrapper {
        width: 1.875rem;
        height: 1.875rem;
    }
    .order-section--wrapper .item-list .item-total--price {
        white-space: normal;
    }
}

.design-section--wrapper {
    background: #F5F3F3;
}

.design-section--wrapper .tabs__caption .active::after {
    display: none;
}

.design-section--wrapper .tabs__content {
    padding: 0;
}

.design-section--wrapper .tab-bg {
    height: 31.25rem;
    background-color: #1a1a1a;
    opacity: 0.8;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.design-section--wrapper .tab-bg .bg-title {
    font-family: HeliosCond-Bold;
    font-size: 4.375rem;
    line-height: 5rem;
    color: #FFFFFF;
}

.design-section--wrapper .design-order {
    background: #ffffff;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-top: 5rem;
    padding-bottom: 3.75rem;
}

.design-section--wrapper .order-info {
    margin-bottom: 1.875rem;
}

.design-section--wrapper .order-info .info-header {
    font-family: HeliosCond-Bold;
    font-size: 2.375rem;
    line-height: 3.125rem;
    color: #101112;
    margin-bottom: 2.1875rem;
}

.design-section--wrapper .order-info .info-text {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000000;
}

.design-section--wrapper .order-item {
    background: #F5F3F3;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 3.125rem;
}

.design-section--wrapper .order-item .item-price {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: #000000;
    margin-bottom: 1.25rem;
}

.design-section--wrapper .order-item .green-color {
    color: #006843;
}

.design-section--wrapper .order-item .item-subheader {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000000;
    margin-bottom: 3.75rem;
}

.design-section--wrapper .order-item .item-download {
    margin-bottom: 1.75rem;
}

.design-section--wrapper .order-item .download-header {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: #000000;
    margin-bottom: 1.5625rem;
}

.design-section--wrapper .order-item .download-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.design-section--wrapper .order-item .download-link .link {
    margin-bottom: 1.25rem;
    margin-right: 4.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.625rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.design-section--wrapper .order-item .download-link .link img {
    margin-right: 1.25rem;
}

.design-section--wrapper .design-list {
    padding-top: 5rem;
    padding-bottom: 5.625rem;
}

.design-section--wrapper .design-list .list-header {
    font-family: HeliosCond-Bold;
    font-size: 3.125rem;
    line-height: 4.6875rem;
    color: #101112;
    margin-bottom: 3.75rem;
}

.design-section--wrapper .design-list .list-item {
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    background: #ffffff;
    padding: 2.8125rem 3.75rem 2.8125rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

.design-section--wrapper .design-list .list-img {
    background: #C4C4C4;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.design-section--wrapper .design-list .right-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.design-section--wrapper .design-list .right-column .img-wrapp {
    position: relative;
}

.design-section--wrapper .design-list .right-column .scale-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.design-section--wrapper .design-list .right-column .scale-icon img {
    position: absolute;
    bottom: 0.625rem;
    right: 0.625rem;
}

.design-section--wrapper .design-list .middle-column .header {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #3C3C3B;
    margin-bottom: 1.875rem;
}

.design-section--wrapper .design-list .middle-column .inner-item {
    font-size: 0.875rem;
    line-height: 0.8125rem;
    color: #000000;
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.design-section--wrapper .design-list .middle-column .inner-item img {
    margin-right: 1.125rem;
}

.design-section--wrapper .text-information {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: #ffffff;
    padding-top: 4.6875rem;
    padding-bottom: 4.375rem;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000000;
}

.design-section--wrapper .text-information .header {
    font-weight: bold;
}

.design-section--wrapper .example-wrapper {
    padding-top: 4.3125rem;
    padding-bottom: 5rem;
}

.design-section--wrapper .example-wrapper .items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.design-section--wrapper .example-wrapper .example-item {
    background: #ffffff;
    border: 0.0625rem solid #E9EAEB;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    padding: 1.875rem 2.1875rem 2.8125rem;
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.design-section--wrapper .example-wrapper .example-item .top-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.design-section--wrapper .example-wrapper .example-item .item-img {
    margin-bottom: 0.9375rem;
    max-height: 8.75rem;
}

.design-section--wrapper .example-wrapper .example-item .item-header {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
    color: #000000;
    margin-bottom: 0.9375rem;
    max-height: 9.6875rem;
    overflow: hidden;
}

.design-section--wrapper .example-wrapper .example-item .item-link {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006843;
}

.design-section--wrapper .example-wrapper .example-text {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000000;
}

.design-section--wrapper .example-wrapper .example-text a {
    font-weight: bold;
    text-decoration: underline;
    color: #006843;
}

@media screen and (max-width: 73.125rem) {
    .design-section--wrapper .design-list .list-item {
        padding: 2.8125rem 2.8125rem 2.8125rem 2.5rem;
    }
    .design-section--wrapper .left-column,
    .design-section--wrapper .right-column {
        width: 50%;
    }
    .design-section--wrapper .left-column .list-img,
    .design-section--wrapper .right-column .list-img {
        max-height: 18.75rem;
    }
    .design-section--wrapper .design-list .list-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .design-section--wrapper .middle-column {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 1.875rem;
    }
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 93.75rem) {
    .catalog-list--row .catalog-item--info {
        padding: 1.25rem;
    }
    .catalog-list--row .catalog-item--slider {
        padding: 0.8375rem;
    }
    .catalog-list--row .catalog-item--action {
        padding: 1.875rem;
        min-width: initial;
    }
    .sp-banner {
        padding: 5% 0;
    }
    .sp-banner-company {
        padding-top: 8%;
    }
    .home-catalog-item picture {
        height: 4.375rem;
    }
    .tabs__caption li {
        padding: 1.5625rem 0;
        margin-right: 3.4375rem;
    }
    .sp-map--info h2 {
        font-size: 2.45rem;
        line-height: 2.75rem;
    }
    .sp-about .btn {
        margin-bottom: 3.125rem;
    }
    .sp-map--info {
        padding: 3.125rem 1.875rem;
    }
}

@media only screen and (max-width: 87.5rem) {
    .catalog-item--inner .labels .label {
        width: 80%;
    }
    .catalog-item--inner .labels .label .label-text {
        left: 1.125rem;
        top: 0.3125rem;
        font-size: 0.8125rem;
    }
}

@media only screen and (max-width: 81.25rem) {
    .catalog-row--item-text li {
        width: 100%;
    }
    .catalog-row--item-text {
        padding: 2.5rem;
    }
    .catalog-row--item-text a {
        margin-right: 0;
    }
}

@media only screen and (max-width: 75rem) {
    .header-top--region {
        position: absolute;
        top: 0.9375rem;
        left: 0.9375rem;
    }
    .header-top--login {
        position: absolute;
        right: 0.9375rem;
        top: 0.9375rem;
    }
    .header-top--right,
    .header-top--office {
        max-width: 50%;
        padding-top: 1.5625rem;
    }
    .flex-start,
    .flex-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .col-lg-5 {
        width: 100%;
    }
    .header-middle--phone {
        margin: 0 1.5625rem;
    }
    .header-menu--ul > li > a {
        padding: 1.25rem 0.625rem;
    }
    .footer {
        padding: 3.125rem 0;
    }
    .sp-about--bottom {
        position: static;
        padding: 0.625rem 0;
    }
    #ya-map {
        position: static;
        width: 100%;
        height: 25rem;
    }
    .sp-geography .geography-card {
        width: 18.75rem;
        padding: 1.875rem;
    }
    .sp-geography .geography-card img {
        width: 45%;
    }
    .sp-geography .geography-card .geography-card--header {
        font-size: 0.875rem;
        line-height: 1.275rem;
    }
    .sp-geography .geography-card p {
        font-size: 0.875rem;
        line-height: 1.275rem;
    }
    .sp-geography .geography-card .geography-card--number {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: -1.25rem;
    }
    .sp-geography .geography-card .geography-card--number .card-number {
        font-size: 1.275rem;
        line-height: 1.275rem;
    }
    .catalog-info--img {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 1.25rem auto;
        max-width: 100%;
    }
    .catalog-info {
        padding: 3.125rem 0;
    }
    .sp-map .row,
    .sp-map .container {
        height: auto;
    }
    .ya-map--icons {
        position: static;
    }
    .catalog-filter .filter-checkbox--first,
    .catalog-filter .filter-checkbox--second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog-filter .filter-checkbox--first .checkbox-label {
        margin: 0 1.25rem 1.25rem 0rem;
    }
    .catalog-filter .filter-checkbox--second .checkbox-label-c,
    .catalog-filter .filter-checkbox--second .checkbox-label-u {
        margin: 0 1.25rem 1.25rem 0rem;
    }
}

/**/
/* Medium Devices, Desktops */
@media only screen and (max-width: 64rem) {
    .header-menu--ul > li > a {
        font-size: 0.625rem;
        padding: 1.25rem 0.25rem;
    }
    .header-menu .second-level > li:hover .third-level,
    .header-menu .second-level {
        width: 22.5rem;
    }
    .catalog-item--info,
    .catalog-item--slider {
        padding: 0.9375rem;
    }
    .catalog-item--action {
        padding: 0 0.9375rem 0.9375rem 0.9375rem;
    }
    .catalog-item--title {
        height: 4.0625rem;
    }
    .catalog-list--row .catalog-item--title a,
    .catalog-item--title a {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .catalog-item--price {
        font-size: 1.125rem;
    }
    .catalog-item--action .btn {
        margin: 0.625rem 0;
    }
    .catalog-item--slider {
        height: auto;
    }
    .catalog-list--row .catalog-item--inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .catalog-list--row .catalog-item .swiper-container {
        max-width: 14.6875rem;
        max-height: 14.6875rem;
    }
    .catalog-list--row .catalog-item--info {
        border: 0;
        width: 100%;
    }
    .sp-feedback .card-item {
        height: 5.0625rem;
        margin-bottom: 0.625rem;
    }
    .sp-feedback .card-item img {
        width: 5.375rem;
        height: 3.125rem;
    }
}

/**/
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/**/
/* Custom, iPhone Retina */
/**/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/**/
/* Extra Small Devices, Phones */
/**/
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
/**/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 75rem) {
    .header-middle .logo {
        min-width: 18.75rem;
    }
    .header-middle--phone {
        margin-right: 5rem;
    }
}

@media only screen and (min-width: 81.25rem) {
    .catalog-item--action .btn {
        min-width: 17.5rem;
    }
}

/* Large Devices, Wide Screens */
/**/
@media only screen and (max-width: 1700px) {
    html {
        font-size: 9.5pt;
    }
}

/*Download page*/
.download-block--wrapp {
    padding-bottom: 3.75rem;
}

.download-block--wrapp .table-head--row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #F5F3F3;
    padding: 1.5625rem 0;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.download-block--wrapp .table-head--row .table-col--name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 10rem;
}

.download-block--wrapp .table-head--row .table-col--size {
    width: 6.25rem;
}

.download-block--wrapp .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0.0625rem solid #E9EAEB;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
}

.download-block--wrapp .table-row .table-col--checkbox {
    min-width: 3.75rem;
    max-width: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.download-block--wrapp .table-row .table-col--checkbox .sp-checkbox--span:before {
    margin: 0;
}

.download-block--wrapp .table-row .table-col--img {
    min-width: 6.25rem;
    max-width: 6.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.download-block--wrapp .table-row .table-col--img img {
    max-width: 3.4375rem;
    max-height: 3.4375rem;
}

.download-block--wrapp .table-row .table-col--name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.5625rem 0;
}

.download-block--wrapp .table-row .table-col--name .name-link {
    font-weight: bold;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: #006843;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer;
    padding-right: 0.9375rem;
}

.download-block--wrapp .table-row .table-col--name .name-link:hover {
    text-decoration: none;
}

.download-block--wrapp .table-row .table-col--size {
    min-width: 6.25rem;
    max-width: 6.25rem;
}

.download-block--wrapp .download-block--buttons {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
}

.download-block--wrapp .download-block--buttons .btn:first-child {
    margin-right: 1.25rem;
    width: 15rem;
}

.download-block--wrapp .download-block--buttons .btn:last-child {
    width: 12.5rem;
}

.download-block--wrapp .download-block--text {
    font-size: 1rem;
    line-height: 0.9375rem;
}

.download-block--wrapp .download-block--text .download-block--link {
    color: #006843;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

.download-block--wrapp .download-block--text .download-block--link:hover {
    text-decoration: none;
}

/*End Download page*/

.sp-banner--search{
	height: 10rem;
}
.sp-banner--search h1 {
    font-size: 2.437rem;
    margin: 0.75rem 0 1rem 0;
}
.sp-search--result h3 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
}

.search__noresult{color:#06402B;padding: 20px 20px 20px 0;font-size: 16px;}

@media print {
    .catalog-item--inner .labels .right {
        display: none;
    } 
}

.load_classification table{
	text-align: center;
}
.load_classification table thead{
	background: #F5F3F3;
}
.load_classification td,
.load_classification th{
	padding:8px;
}
.load_classification .green,.load_classification-title{
	color:#006843;
	font-weight: 700;
}
.gif_container ul,
.gif_container ol{
	overflow: hidden;
}
.gif_item{
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 50%;
}
.gif_item img{
	width: 100%;
	max-height: 466px;
	height: 100%;
}

/*response*/
.response_list {
    padding-bottom: 20px;
    padding-top: 10px;
}
.line_wide {
    float: left;
}
.very_wide {
    display: block;
    width: 100%;
}
div.clients_list > div.response {
    color: #00704A;
    float: left;
    margin-left: 3%;
    min-height: 280px;
    text-align: center;
    width: 17%;
}
.clients_list .response .name {
    float: left;
    width: 100%;
	max-width: 162px;
    text-align: center;
}
div.clients_list div.img_c a {
    display: block;
    position: relative;
    float: left;
}
div.clients_list div.img_c a img {
    border: 1px solid #a7a6a6;
}
.block_with_icons{
	width: 100%;
    float: left;
    margin-top: 60px;
	margin-bottom: 50px;
}
span.block_with_icon{
	display: block;
    text-align: center;
    margin: 0px 0.5% 0px 0.5%;
    width: 15.5%;
    position: relative;
    float: left;
}
span.block_with_icon a{
	height: 100px;
    text-align: center;
    color: #00704a;
}
span.block_with_icon span {
    display: block;
    padding-top: 10px;
}
@media screen and (max-width: 900px){
	.clients_list > div.response {
		width: 25%;
	}
	.block_with_icons .block_with_icon {
		margin: 0px;
		width: 48.5%;
		padding: 10px 1% 10px 0px;
		top: auto;
	}
}
@media screen and (max-width: 600px){
	.block_with_icons .block_with_icon {
		width: 100%;
	}
}
@media screen and (max-width: 540px){
	.clients_list > div.response {
		width: 40%;
	}
}
/*end response*/
/*cart 3D model*/
.cart__slider{
    position: relative;
}
.model-btn{
    position: absolute;
    bottom: 100px;
    z-index: 500;
}
.model-btn span{
    display: block;
    font-weight: bold;
    color: #f0992a;
    text-align: center;
    font-size: 18px;
}
#model-content{
    min-width: 600px;
}
model-viewer {
    width: 100%;
    height: 500px;
}


/*Questions list styles*/
.questionnaire {
    font-family: "Geometria", sans-serif;
}
.questionnaire input[type='text']{
    font-size: 16px;
    border-color: #919191;
}
.questionnaire__title,
.parameters__title{
    text-align: center;
    color: #006843;
}
.questionnaire__contact-info{
    display: flex;
    justify-content: space-between;
}

.questionnaire__contact-info .sp-select + .chosen-container {
    width: 70% !important;
    max-width: none;
}

.questionnaire__contact-info .sp-select + .chosen-container .chosen-drop {
    width: 100%;
}
.question-list-no-form {
    opacity: 0 !important;
}
.contact-info__left{
    width: 78%;
}
.contact-info__right{
    width: 20%;
}
.contact-info__row{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.contact-info__left .contact-info__row input[type='text']{
    width: 70%;
}
.contact-info__left .contact-info__row label{
    width: 30%;
}

.contact-info__right  label,
.contact-info__right  input,
.table__item label,
.table__item input{
    cursor: pointer;
}
.contact-info__right h3{
    margin: 0 0 20px 0;
}
.parameters__table{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.table__item-title{
    background-color: #006843;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 10px;
    justify-content: center;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
}
.table__item-sup-title{
    background-color: #ccc;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 10px;
    justify-content: center;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
}
.table__item{
    border: 1px solid #006843;
    width: 100%;
}
.table__item .contact-info__row {
    margin: 0 10px 10px;
}
.intelligence .material-textarea{
    width: 50%;
}
.material-textarea{
    width: 100%;
    height: 110px;
    resize: none;
}
.parameters__table.V1 .contact-info__row input[type='text'],
.parameters__table.V1 .contact-info__row label{
    width: 50%;
}
.parameters__table.V1 .contact-info__row label{
    padding-right: 15px;
}
.contact-info__row.V1{
    justify-content: flex-end;
}
.parameters__table.V1 .contact-info__row.V1 label{
    width: 25%;
}
.contact-info__row.V1 .material-textarea{
    width: 50%;
}
.parameters__img-wrapper{
    display: flex;
}
.img-box{
    margin-bottom: 15px;
    text-align: center;
}
.img-box span{
    display: block;
    font-size: 14px;
    color: #808080;
    text-align: center;
}
.parameters__img-container{
    padding: 15px;
}
.item-title__box{
    display: flex;
}
.item-title__box .table__item-title{
    width: 100%;
}
.checkbox_wrapper{
    width: 50%;
}
.checkbox_wrapper label{
    width: 100% !important;
    display: block;
    margin-bottom: 10px;
}
.btn.questionnaire{
    background-color: #f8901f !important;
    border-color: #f8901f !important;
    color: #fff !important;
    width: 100% !important;
}
.btn.questionnaire:hover{
    background-color: #f8901f !important;
    border-color: #f8901f !important;
}
.questions_list_success {
    text-align: center;
    font-size: 30px;
    color: #006843;
}
.questionnaire .questions-captcha {
    display: flex;
    flex-direction: column;
    max-width: 180px;
    margin-bottom: 20px;
}
.questions-list-head-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    font-family: "Geometria", sans-serif;
}
.questions-list-head a{
    text-decoration: underline;
    color: #00664e;
}
.questions-list-head-container .btn {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none !important;
}
.questions-list-head-container .btn img {
    margin: 0px 5px;
}
@media screen and (max-width: 1024px) {
    .parameters__table{
        display: block;
    }
    .item-title__box .table__item-title:nth-child(2){
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .parameters__img-wrapper,
    .questionnaire__contact-info{
        display: block;
    }
    .contact-info__left,
    .contact-info__right,
    .contact-info__left .contact-info__row input[type='text']{
        width: 100%;
    }
    .contact-info__left .contact-info__row{
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .parameters__table .contact-info__row{
        display: block;
    }
    .parameters__table .contact-info__row input[type='text'],
    .parameters__table.V1 .contact-info__row input[type='text'],
    .contact-info__row.V1 .material-textarea,
    .intelligence .material-textarea{
        width: 100%;
    }
    .parameters__table.V1 .contact-info__row.V1 label{
        width: 50%;
    }
    .checkbox_wrapper{
        width: 100%;
    }
}

/*question lists in section*/
.download-catalog--section .list-item img {
    height: auto;
}
.questionnaires__wrapper{
    padding: 30px 0px
}
.questionnaires__title{
    color:#006843;
    font-size: 25px;
	line-height: 120%;
    font-weight: 700;
}
.questionnaires__item-title{
    font-size: 18px;
    padding: 10px 0;
    align-items: center;
	width: calc(50% - 30px);
    margin: 0 15px;
	position: relative;
}
.questionnaires__item-title:nth-child(odd):before{
	content: '';
	width: 1px;
	height: 101%;
	position: absolute;
	top:0;
	right: -15px;
	background-color: #b6b6b6;
}
.questionnaires__item-title + .questionnaires__item-title:not(:nth-child(2)) {
    border-top: 1px solid #b6b6b6;
}
.questionnaires__item-title > span{
    /*flex: 1 1 40%;*/
    padding: 14px 0px;
    align-items: center;
    line-height: 25px;
	font-size: 1.125rem;
}
.questionnaires__item-size{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 2.3125rem !important;
    margin: 0;
    text-transform: none !important;
}
.questionnaires__item-size img,
.questionnaires__item-size span  {
    margin: 0 5px;
}

.questionnaires__item{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #006843;
    padding: 0 5px;
	display: flex;
	flex-wrap: wrap;
}
.questionnaires__button-container {
    display: flex;
    justify-content: space-between;
	margin-top: 10px;
}
.questionnaires__wrapper.line .questionnaires__item-title{
	width: 100%; 
}
.questionnaires__wrapper.line .questionnaires__item-title + .questionnaires__item-title{
    border-top: 1px solid #b6b6b6;
}
.questionnaires__wrapper.line .questionnaires__item-title:nth-child(odd):before{
	display: none;
}
.questionnaires__popup-btn{
    margin-top: 10px;
}
.questionnaires__popup input[type='text']{
    margin: 5px 0;
}
.questionnaires__popup label,
.questionnaires__popup input[type='text']{
    font-size: 16px;
}
@media screen and (max-width: 680px) {
    .questionnaires__item-title{
        flex-direction: column;
    }
    .questionnaires__item-title>span {
        text-align: center;
    }

    .questionnaires__item-size{
        margin: 10px 0;
        min-height: 50px;
        line-height: 15px !important;
    }

    .questionnaires__button-container {
        flex-direction: column;
    }
}
@media screen and (min-width: 681px) {
    .questionnaires__item-size + .questionnaires__item-size {
        width: 420px;
    }
}

/*HEADER*/
.header-menu {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.cart__head,
.cart__office,
.cart__support,
.cart__delivery {
    border: 1px solid #E9EAEB;
}
.tabs__caption .active::after{
    height: 1px;
}
.tabs__caption,
.header-top{
    border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 1500px) {
    .cart__right {
        margin-top: 2.375rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 79.6875rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
		flex-direction: row;
    }
	.cart__head, .cart__office, .cart__support, .cart__delivery{
		border: none;
		
	}
}
.social_wrapper{
	display: flex;
	margin: 20px 0px;
}
.social_item{
	display: flex;
    align-items: center;
    flex-direction: column;
	margin-right: 45px;
}
.social_item-img{
	margin-bottom: 20px;
}
.social_item-qr{
	max-width: 220px;
}
.inputtextarea{
	max-width: 100%;
	resize: none;
}
.dateil-collapse-body{
	padding-top: 20px;
}
.dateil-collapse-body .body-box .title{
	color: #8B8D8D;
	font-size: 14px;
	line-height: 16px;
	min-width: 136px;
	display: inline-block;
}
.dateil-collapse-body .body-box .name{
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.dateil-collapse-body .body-box{
	margin-bottom: 20px;
}
.datail-heading{
	display: inline-block;
	position: relative;
    color: #006843;
    font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px dashed #8B8D8D;
	margin-right: 10px;

	margin-top: 24px;
	cursor: pointer;
}
.datail-heading:before{
	content: url(../img/sp-arrow-top.svg);
	position: absolute;
	right: -14px;
	height: 20px;
	transform: rotate(180deg);
	transition: .3s;
}
.datail-heading.open:before{
	transform: rotate(0deg);
}
.dateil-collapse .order-list--payment-title{
    margin-top: 30px;
}
.search-page a{
	color:#006843;
	font-weight: bold;
	border-bottom:1px solid transparent;
}
.search-page small{
	font-size: 100%;
	margin-bottom: 10px;
	display:inline-block;	
}
.search-page a:hover{
	border-bottom:1px solid #006843;
}
.use__zones{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 10px;
}

.header-middle--phone.header-middle--contact-us,
.office-gps--contact-us,
.product-cart--contact-us {
    display: flex;
}

.question-list--contact-us {
    display: inline-flex;
}

.contact-us-form-link__text {
    margin-top: 0.625rem;
    width: 145px;
    display: flex;
    align-items: center;
    color: #8B8D8D;
}

.contact-us-form-link__text span {
    text-decoration: underline;
}

.contact-us-form-link__text i {
    margin: 0px 6px;
}

.office-gps--text .contact-us-form-link__text {
    width: 130px;
}

.product-cart--contact-us .contact-us-form-link__text {
    width: 150px;
}

.header-middle--phone.header-middle--contact-us .contact-us-form-link__img,
.office-gps--contact-us .contact-us-form-link__img,
.product-cart--contact-us .contact-us-form-link__img,
.question-list--contact-us .contact-us-form-link__img {
    margin-top: 0.625rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2994A;
    border-radius: 50%;
    cursor: pointer;
}

.contact-us-form-link__img img {
    width: 16px;
    height: 13px;
}

.obmen ol li{
    padding-bottom: 1rem;
}
.obmen .pickup{
    padding-bottom: 0.2375rem;
}
.cart__price .cart__color_old{
    margin-left: 11.6rem;
    margin-bottom: 10px;
}

