/* start standart controlls */
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap);
* {
    box-sizing: border-box;
}
*:before,*:after {
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #000;
    font-family: 'Jost', sans-serif;
    margin: 0px;
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
}
body, td, th, input, textarea, select, a {
    font-size: var(--text);
    line-height: var(--line-height_l);
    font-weight: var(--font-weight_r);
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:active, a:focus, label:hover {
    color: var(--hover);
    text-decoration: none;
}
a:visited {
    color: var(--grey_1);
}
a img {
    border: none;
}
h1 {
    margin-top: 0px;
    margin-bottom: 70px;
}
.heading {
    margin: 0 0 70px 0;
    display: block;
}
h1,
.heading {
    font-size: var(--h1);
    line-height: var(--line-height_l);
    font-weight: var(--font-weight_r);
    text-transform: uppercase;
}
@media (max-width: 991px) {
    h1,
    .heading {
        margin: 0 0 50px;
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    h1,
    .heading {
        font-size: 32px;
    }
}
h2 {
    font-size: var(--h2);
    line-height: var(--line-height_l);
    margin-top: 0px;
    margin-bottom: 10px;
}
p {
    margin-top: 0px;
    margin-bottom: 10px;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
table {
    border-spacing: 0;
    height: 100%;
    border-collapse: collapse;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul_reset ul {
    list-style: disc;
    padding: 0 0 0 15px;
}
img {
    vertical-align: middle;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,	.table-responsive > .table > tbody > tr > th,	.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,	.table-responsive > .table-bordered > tbody > tr > th:last-child,	.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,	.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.table_max {
    width: 100%;
}
.img-responsive {
    display: inline-block;
}
.alert {
    border-radius: 0;
    padding: 20px 25px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    letter-spacing: 1px;
}
.alert_bottom {
    margin-bottom: 30px;
}
.alert_success {
    background: var(--hover);
    color: #fff;
}
.alert_warning {
    background: #f9c2bc;
    color: var(--red);
}
.alert_warning a, .alert_warning a:hover, .alert_warning a:focus, .alert_warning a:active, .alert-warning a, .alert-warning a:hover {
    font-weight: 500;
    color: var(--black);
}
.error {
    display: inline-block;
    width: 100%;
    color: var(--red);
    text-align: left;
    margin-top: 10px;
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
    text-transform: uppercase;
}
input[type="checkbox"], input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label, input[type="radio"] + label,
.ocf-label-text,
.simple-label-text {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    min-height: 25px;
    line-height: 25px;
}
input[type="radio"] + label:after, input[type="radio"] + label:before, input[type="checkbox"] + label:after, input[type="checkbox"] + label:before,
.ocf-label-text:before, .ocf-label-text:after,
.simple-label-text:before, .simple-label-text:after {
    position: absolute;
    content: '';
}
input[type="radio"] + label:before, input[type="checkbox"] + label:before,
.ocf-label-text:before,
.simple-label-text:before {
    top: -1px;
    left: 0;
    background: #fff;
    border: 1px solid #000;
    height: 25px;
    width: 25px;
}
input[type="radio"] + label:after, input[type="checkbox"] + label:after,
input[type="checkbox"]:checked + .ocf-label-text:after, input[type="radio"]:checked + .ocf-label-text:after,
.simple-content label input[type="checkbox"]:checked + .simple-label-text:after, .simple-content label input[type="radio"]:checked + .simple-label-text:after {
    top: 4px;
    left: 9px;
    height: 6px;
    width: 6px;
}
input[type="radio"] + label:before, input[type="radio"] + label:after,
input[type="radio"] + .ocf-label-text:before, input[type="radio"] + .ocf-label-text:after,
.simple-content label input[type="radio"] + .simple-label-text:before, .simple-content label input[type="radio"] + .simple-label-text:after
{
    border-radius: 50%;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:checked + .ocf-label-text:before,
.simple-content label input[type="radio"]:checked + .simple-label-text:before {
    border-color: var(--hover);
}
input[type="radio"]:checked + label:after,
input[type="radio"]:checked + .ocf-label-text:after,
.simple-content label input[type="radio"]:checked + .simple-label-text:after {
    top: 5px;
    background: var(--hover);
    width: 13px;
    height: 13px;
    left: 6px;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + .ocf-label-text:before,
.simple-content label input[type="checkbox"]:checked + .simple-label-text:before {
    background-color: var(--hover);
    border-color: var(--hover);
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + .ocf-label-text:after,
.simple-content label input[type="checkbox"]:checked + .simple-label-text:after {
    width: 7px;
    height: 11px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
}
input[type="radio"]:disabled + label:before, input[type="radio"]:checked:disabled + label:before, input[type="checkbox"]:disabled + label:before, input[type="checkbox"]:checked:disabled + label:before,
input:disabled + .ocf-label-text:before, input:checked:disabled + .ocf-label-text:before, input:disabled + .ocf-label-text:after,
input:disabled + .simple-label-text:before, input:checked:disabled + .simple-label-text:before, input:disabled + .simple-label-text:after {
    background: #000;
    border-color: #000;
}
.container__center {
    margin: 0 auto;
    max-width: 767px;
}
.form__container {
    padding: 50px;
    max-width: 500px;
    border: 1px solid var(--grey_2);
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .form__container {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .form__container {
        max-width: 767px;
    }
}
@media (max-width: 575px) {
    .form__container {
        padding: 20px;
    }
}
.form__container_max {
    max-width: 100%;
}
.form__container_no-border {
    border: 0;
}
.from__heading {
    margin: 0 0 50px;
    font-size: var(--h3);
    line-height: var(--line-height_l);
    font-weight: var(--font-weight_r);
    letter-spacing: 3.2px;
    text-transform: uppercase;
    text-align: center;
}
@media(max-width: 991px) {
    .from__heading {
        margin: 0 0 30px;
        font-size: 26px;
    }
}
.form__item {
    margin: 0 0 30px 0;
}
.from__label, .form__label, label {
    text-align: left;
    display: block;
    margin: 0 0 8px 0;
    cursor: pointer;
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
    text-transform: uppercase;
}
.register-agree__checkblock b {
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
}
.from__label:hover, .from__label:active, .from__label:focus,
.form__label, .form__label:active, .form__label:focus,
label:hover, label:active, label:focus {
    color: var(--black);
}
.form__input, .form__textarea, input, textarea {
    display: block;
    height: var(--btn_size_m);
    padding: 10px 15px;
    line-height: 1;
    opacity: 1;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    width: 100%;
    resize: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border: 1px solid #000;
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #000;
}
.form__textarea, textarea {
    height: 100px;
}
.form__input:hover, .form__input:active, .form__input:focus,
.form__textarea:hover, .form__textarea:active, .form__textarea:focus,
input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus {
    border-color: var(--hover);
    outline:0;
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--grey_1) !important;
    opacity: 1;
}
.form__input:-moz-placeholder, .form__textarea:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder {
    color: var(--grey_1) !important;
    opacity: 1;
}
.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: var(--grey_1) !important;
    opacity: 1;
}
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--grey_1) !important;
    opacity: 1;
}
.form__input::-ms-expand, .form__textarea::-ms-expand, input::-ms-expand, textarea::-ms-expand {
    color: var(--grey_1) !important;
    opacity: 1;
}
.button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 10px 25px;
    height: var(--btn_size_m);
    font-size: var(--text_subitem);
    font-weight: var(--font-weight_m);
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border: 1px solid var(--black);
    background-color: var(--white);
    color: var(--black);
    width: auto;/*reset input button*/
    cursor: pointer;
}
.button, a.button, input.button {
    line-height: 100%; /*reset*/
}
@media (max-width: 575px) {
    .button {
        padding: 15px 30px;
        text-align: center;
        border: 1px solid #000;
    }
}
.button_L {
    width: 100%;
}
.button:hover, .button:active, .button:focus, a.button:hover, a.button:active, a.button:focus, input.button:hover, input.button:focus, input.button:active {
    border-color: var(--hover);
    color: var(--black);
    background-color: var(--hover);
}
@media (max-width: 575px) {
    .button:hover, .button:active, .button:focus, a.button:hover, a.button:active, a.button:focus, input.button:hover, input.button:focus, input.button:active {
        border-color: var(--hover);
    }
}
.button_back {
    color: var(--grey_1);
    border-bottom-color: var(--grey_1);
}
@media (max-width: 575px) {
    .button_back {
        border-color: var(--grey_1);
    }
}
.button_back:hover, .button_back:active, .button_back:focus, a.button_back:hover, a.button_back:active, a.button_back:focus {
    color: var(--hover);
}
.buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-top: 50px;
}
@media (max-width: 991px) {
    .buttons {
        margin-top: 50px;
    }
}
.buttons_center {
    -webkit-box-pack: center;
            justify-content: center;
}
.breadcrumb__container {
    margin: 120px 0 60px;
    padding: 0;
    background: #fff;
}
.breadcrumb__container_t2 {
    margin-top: 50px;
}
@media (max-width: 575px) {
    .breadcrumb__container {
        margin: 70px 0 40px;
    }
}
@media (max-width: 991px) {
    .breadcrumb__container_t2 {
        margin: 50px 0 40px;
    }
}
.breadcrumb__separator {
    display: inline-block;
    margin: 0 30px 4px 0;
    background-color: var(--black);
    height: 2px;
    width: 2px;
}
@media (max-width: 991px) {
    .breadcrumb__separator {
        margin: 0 20px 0 0;
    }
}
@media (max-width: 575px) {
    .breadcrumb__separator {
        margin: 0 15px 0 0;
    }
}
.breadcrumb__item {
    margin: 0 30px 0 0;
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.breadcrumb__item:last-child {
    margin: 0;
}
@media (max-width: 991px) {
    .breadcrumb__item {
        margin: 0 20px 0 0;
    }
}
@media (max-width: 575px) {
    .breadcrumb__item {
        margin: 0 15px 0 0;
    }
}
.breadcrumb__container_goods {
    border-bottom: 40px;
}
@media (max-width: 575px) {
    .breadcrumb__container_goods {
        border-bottom: 30px;
    }
}
/* end standart controlls */
/* start bootstrap */
#content {
    min-height: 600px;
    padding-bottom: 200px;
}
@media (max-width: 1199px) {
    #content {
        padding-bottom: 100px;
    }
}
@media (max-width: 991px) {
    #content {
        padding-bottom: 60px;
    }
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: var(--container_width);
    }
}
.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 575px) {
    .hidden-es {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
    display: none !important;
}
.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;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.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 {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
}
.col-xs-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}
.col-xs-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xs-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xs-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xs-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xs-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xs-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xs-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
@media (min-width: 768px) {
    .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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
                flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
                flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
                flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
                flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
                flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
                flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}
@media (min-width: 992px) {
    .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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
                flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
                flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
                flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
                flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
                flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
                flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}
@media (min-width: 1200px) {
    .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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
                flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
                flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
                flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
                flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
                flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
                flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}
/* end bootstrap */
/* start Menu Mobile */
@media (max-width: 991px) {
    .dropdown__container {
        display: none;
    }
}
.dropdown__item {
    padding: 10px 0;
    text-align: center;
}
.dropdown__link {
}
@media (min-width: 992px) {
    .dropdown_desktop {
        display: block !important;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .dropdown_display-non-mobile {
        display: block !important;
        padding: 0;
    }
}
/* end Menu Mobile */
/* start dialog window */
.callback__container, .catapulta__container, .custom__container {
    display: block;
    margin: 0 auto;
    position: relative;
    background: #fff;
    max-width: 350px;
}
.custom__container {
    max-width: 450px;
}
/* end dialog window */
/* start compare page */
.compare__item {
    vertical-align: top;
    min-width: 200px;
    padding: 10px 0 10px 10px;
}
@media (max-width: 767px) {
    .compare__item {
        min-width: 110px;
    }
}
.compare__item_heading {
    font-weight: 900;
    width: 200px;
}
.compare__item_price {
    font-weight: 700;
    color: #000;
}
.compare__price_old {
    color: var(--red);
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    text-decoration: line-through;
}
.compare__content:nth-of-type(odd) {
    background-color: #f1f1f1;
}
.compare__item_button {
    text-align: center;
    padding-left: 0;
}
.compare__image {
    display: block;
    max-width: 300px;
}
/* end compare page */
/* start pagination */
.pagination__container {
    margin: 50px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.pagination__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .pagination__content {
        padding: 30px 0 0;
        position: relative;
    }
    .pagination__link_prev,  .pagination__link_next {
        position: absolute;
        top: 0;
        left: 0;
    }
    .pagination__link_next {
        left: auto;
        right: 0;
    }
}
.pagination__button {
    display: inline-block;
    margin: 5px 20px;
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    letter-spacing: 2.4px;
    cursor: pointer;
    position: relative;
}
.pagination__button:hover,.pagination__button:focus,.pagination__button:active, .pagination__active {
    color: var(--hover);
}
.pagination__arrow {
    position: relative;
    display: inline-block;
    width: 102px;
    height: 8px;
}
.pagination__prev {
}
.pagination__next {
}
.pagination__button:hover .pagination__prev,
.pagination__button:active .pagination__prev,
.pagination__button:focus .pagination__prev {
}
.pagination__button:hover .pagination__next,
.pagination__button:active .pagination__next,
.pagination__button:focus .pagination__next {
}
/* end pagination */
/*start icon set*/
.button-icon {
    padding: 10px;
    color: var(--black);
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    cursor: pointer;
}
.button-icon-max {
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
}
.account-icon_edit {
    margin: 0 10px;
    background: url("../image/account/edit.svg") no-repeat center center;
}
.account-icon_trash {
    background: url("../image/account/remove.svg") no-repeat center center;
}
.account-icon_repeat {
    background: url("../image/account/repeat.svg") no-repeat center center;
}
.checkout-icon_minus {
    background: url("../image/account/minus.svg") no-repeat center center;
}
.checkout-icon_plus {
    background: url("../image/account/plus.svg") no-repeat center center;
}
.checkout-icon_remove {
    background: url("../image/account/remove.svg") no-repeat center center;
}
/*end icon set*/
/* start carousel module */
.carousel__container {
    position: relative;
}
.carousel__container_2 {
    padding: 0 70px;
}
.carousel__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--grey_3);
    z-index: 2;
}
.carousel__nav:before, .carousel__nav:after {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    margin: auto;
}
.carousel__nav:before {
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    left: 14px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.carousel__nav:after {
    width: 24px;
    height: 1px;
    left: 0;
    right: 0;
    background-color: var(--black);
}
.carousel__nav_prev {
    left: -80px;
}
.carousel__nav_next {
    right: -80px;
}
@media(max-width: 1200px) {
    .carousel__nav_prev {
        left: -60px;
    }
    .carousel__nav_next {
        right: -60px;
    }
}
@media(max-width: 992px) {
    .carousel__nav_prev {
        left: -15px;
    }
    .carousel__nav_next {
        right: -15px;
    }
}
.carousel__nav_next:before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: auto;
    right: 14px;
}
.carousel__nav:hover,
.carousel__nav:active,
.carousel__nav:focus {
    background-color: var(--hover);
}
.carousel__nav:active:before,
.carousel__nav:hover:before,
.carousel__nav:focus:before {
}
.carousel__nav:active:after,
.carousel__nav:hover:after,
.carousel__nav:focus:after {
}
/* end carousel module */
/* start account */
.heading__account {
}
.heading__account_top {
}
.account__content {
    margin: 0 0 60px 0;
}
.account__content:last-child {
    margin: 0;
}
.account-menu__item {
    margin: 0 0 10px;
}
.account-menu__item:last-child {
    margin: 0;
}
.login__forgotten {
    margin: 10px 0 0 0;
}
.account-list__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #000;
}
.account-list__container:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.account__list {
    margin: 0 0 60px;
}
.account-list__heading {
    font-weight: 500;
}
.account-list__data {
    display: block;
    margin: 0 0 5px;
}
.form-login__description {
    text-align: left;
}
/* end account */
/* start news */
.news__subheading {
    text-align: center;
    margin: 0 0 10px 0;
}
.news__button {
    text-align: center;
    margin: 0 0 40px 0;
}
.news__image {
    margin: 0 0 30px 0;
    display: block;
}
.news__title_list {
    margin: 0 0 30px 0;
}
.news__link {
    font-size: var(--h3);
    line-height: var(--line-height_l);
    font-weight: var(--font-weight_r);
}
@media(max-width: 1199px) {
    .news__link {
        font-size: var(--text);
        line-height: var(--line-height_l);
        font-weight: var(--font-weight_r);
    }
}
.news__description {
    margin: 0 0 15px 0;
}
.news__date {
    color: var(--grey_1);
}
.news-button__link {
    display: inline-block;
    text-transform: uppercase;
    color: var(--black);
}
.news__date_page {
    margin: 0 0 20px 0;
}
.news__container_list {
    margin: 0 0 100px;
}
@media (max-width: 991px) {
    .news__container_list {
        margin: 0 0 60px;
    }
}
/* end news */
/* start review */
.review__item {
    margin: 0 0 50px 0;
}
@media (max-width: 991px) {
    .owl-carousel .review__item {
        margin-bottom: 0px;
    }
}
.review__image {
    margin: 0 0 10px 0;
}
.review__img {
    width: 100px !important; /*reset owl*/
}
.review__author {
    margin: 0 0 10px 0;
}
.review__heading {
    margin: 0 0 10px 0;
}
.review__description {
    margin: 0 0 10px 0;
}
.review__stars {
    display: inline-block;
    margin: 20px 0 0 -15px;
}
.review-stars__label {
    float: right;
    margin-right: 5px;
    background: url("../image/review/star_inactive.svg") no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: 15px;
    margin-bottom: -3px;
}
.review-stars__label:hover, .review-stars__label:hover ~ label, .review-stars__input:checked + label ~ label {
    background: url("../image/review/star.svg") no-repeat;
    background-size: 15px;
}
input[type="radio"]:checked + .review-stars__label:after {
    background: transparent;
}
.review-stars__input[type="radio"]:checked + label:before {
    content: "";
    font-size: 0;
    line-height: 0;
}
.review-stars__input[type="radio"]:checked + label {
    background: url("../image/review/star.svg") no-repeat;
    background-size: 15px;
}
.review-stars__input[type="radio"] + label:before {
    border: 0;
    content: "";
    height: 0;
    margin-right: 0;
    width: 0;
}
/* end review */
/* start contact */
.contact__item {
    margin: 0 0 50px;
}
.contact__content {
    padding: 30px;
    background: var(--grey_3);
}
.contact__telephone {
    margin: 0 0 15px;
}
.contact__telephone:last-child {
    margin: 0;
}
/* end contact */
/* start scroll top */
.scroll_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: var(--btn_size_l);
    height: var(--btn_size_l);
    z-index: 1000;
    cursor: pointer;
}
.scroll_top:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid var(--black);
    border-left: 2px solid var(--black);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.scroll_top:hover:before {
    border-color: var(--hover);
}
@media(max-width: 991px) {
    .scroll_top {
        display: none;
    }
}
/* end scroll top */
/* start product item */
.units__row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 100px 30px;
}
@media (max-width: 1199px) {
    .units__row {
        gap: 60px 30px;
    }
}
.unit__content {
    background-color: #fff;
    position: relative;
}
.unit__image {
    margin: 0 0 30px;
    display: block;
    position: relative;
}
.unit__name {
    margin: 0 0 30px;
    height: 70px;
    overflow: hidden;
}
@media (max-width: 575px) {
    .unit__name {
        margin: 0 0 20px;
    }
}
.unit__link {
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .unit__link {
        font-size: var(--text);
        line-height: var(--line-height_m);
        font-weight: var(--font-weight_r);
    }
}
.unit__ctrl {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1499px) {
    .unit__ctrl {
        -webkit-box-align: start;
                align-items: flex-start;
    }
}
.unit__price {
    display: -webkit-box;
    display: flex;
    font-size: var(--h3);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    letter-spacing: 2.4px;
    color: var(--black);
    white-space: nowrap;
    color: var(--hover);
}
@media (max-width: 1499px) {
    .unit__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
}
@media (max-width: 575px) {
    .unit__price {
        font-size: 18px;
        letter-spacing: 3.6px;
    }
}
@media (min-width: 1600px) {
    .unit-price__item_special {
        margin: 0 10px 0 0;
        white-space: nowrap;
    }
}
.unit-price__item_old {
    color: var(--grey_1);
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
    letter-spacing: 1px;
    text-decoration: line-through;
    white-space: nowrap;
}
@media(max-width: 991px) {
    .unit-price__item_old {
        font-size: 14px;
    }
}
.unit__cart {
    padding: 10px 25px;
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border: 1px solid #000;
    text-align: right;
    cursor: pointer;
}
@media(min-width: 992px) {
    .unit__cart {
        visibility: hidden;
    }
}
.unit__content:hover .unit__cart, .unit__content:active .unit__cart, .unit__content:focus .unit__cart {
    visibility: visible;
}
.unit__cart:hover, .unit__cart:active, .unit__cart:focus {
    color: var(--black);
    border-color: var(--hover);
    background-color: var(--hover);
}
.unit__wishlist {
    position: absolute;
    right: 0;
    top: 0;
    width: var(--btn_size_s);
    ;
    height: var(--btn_size_s);
    ;
    cursor: pointer;
    background: url(/catalog/view/theme/default/image/unit/wishlist.svg) no-repeat center center transparent;
}
@media(min-width: 992px) {
    .unit__wishlist {
        display: none;
    }
}
.unit__content:hover .unit__wishlist, .unit__content:active .unit__wishlist, .unit__content:focus .unit__wishlist {
    display: block;
}
.unit__wishlist:hover, .unit__wishlist:active, .unit__wishlist:focus, .unit__wishlist_active {
    background-image: url(/catalog/view/theme/default/image/unit/wishlist_hover.svg);
    background-size: 20px;
}
.unit__wishlist_active {
    display: block;
}
.unit__alert {
    padding: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
    letter-spacing: 2.4px;
    text-transform: uppercase;
    background-color: var(--hover);
    color: #fff;
    z-index: 999;
}
.unit__alert:hover, .unit__alert:focus, .unit__alert:active {
    color: var(--black);
}
.unit__sticker {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 40px;
}
.unit-sticker__container:hover, .unit-sticker__container:focus, .unit-sticker__container:active {
    color: var(--black);
}
.unit-sticker__item {
    margin: 0 5px 5px 0;
    padding: 2px 5px;
    display: inline-block;
    text-align: center;
    background-color: var(--black);
    color: var(--white);
    font-size: 10px;
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    letter-spacing: 2.4px;
    text-transform: uppercase;
    opacity: 0.8;
}
.unit-sticker__item_sticker_0 {
    background: var(--red);
}
.unit-sticker__item_sticker_1 {
}
.unit-sticker__item_sticker_2 {
}
.unit-sticker__item_sticker_3 {
}
.unit-sticker__item_sticker_4 {
}
.unit-sticker__item_sticker_5 {
    background: var(--red);
}
.unit-sticker__item_sticker_6 {
    background: var(--red);
}
.unit-sticker__item_sticker_7 {
    background: var(--red);
}
.unit-sticker__item_sticker_8 {
    background: var(--red);
}
.unit-sticker__item_sticker_9 {
    background: var(--red);
}
.featured__description {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
    text-align: center;
}
.wishlist__buttons {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.wishlist__button {
    width: 35px;
    height: 35px;
    display: block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.wishlist__button:before, .wishlist__button:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 1px;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.wishlist__button:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wishlist__button:hover:before, .wishlist__button:hover:after {
    background: var(--hover);
}
/* end product item */
/* start search autocomplete */
.suggestion__content {
    position: absolute;
    border: none !important;
    z-index: 1060 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 30px 20px 20px;
    color: #000;
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    text-transform: uppercase;
    letter-spacing: 2.4px;
}
.suggestion__item {
    margin: 0 !important;
    padding: 30px 0;
    border-bottom: 1px solid var(--grey_2);
    display: block;
}
@media (max-width: 991px) {
    .suggestion__item {
        padding: 20px 0;
    }
}
.suggestion__item:last-child {
    margin: 0 !important;
    border: unset;
}
.suggestion__link {
    padding: 0 !important;/* reset jquery ui */
    border: 0 !important;/* reset jquery ui */
    margin: 0 !important;/* reset jquery ui */
    color: #000 !important;/* reset jquery ui */
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    line-height: 16px;
}
.suggestion__link:hover, .suggestion__link:active, .suggestion__link:focus, .suggestion__link.ui-state-active {
    color: var(--hover) !important;/* reset jquery ui */
    background: #fff !important;/* reset jquery ui */
    border: 0;/* reset jquery ui */
}
.suggestion__link .suggestion__name {
    color: var(--grey_1);
}
@media (max-width: 1199px) {
    .suggestion__link .suggestion__name {
        font-size: var(--text_subitem);
    }
}
.suggestion__link:hover .suggestion__name, .suggestion__link:active .suggestion__name, .suggestion__link:focus .suggestion__name, .suggestion__link.ui-state-active .suggestion__name  {
    color: var(--hover);
}
.suggestion__price {
    margin-left: 15px;
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
    white-space: nowrap;
    letter-spacing: 3.6px;
    color: var(--black);
}
@media (max-width: 991px) {
    .suggestion__price {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
}
@media (max-width: 991px) {
    .suggestion__link .unit-price__item_special {
        margin: 0;
    }
}
.suggestion-price__item_old {
    font-size: var(--text_subitem);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_m);
    color: var(--grey_1);
}
@media (max-width: 991px) {
    .suggestion-price__item_old {
        margin: 3px 0 0;
    }
}
.suggestion__more {
    margin: 20px 0 0 !important;
    padding: 0 0 25px !important;
    border-bottom: 1px solid #000 !important;
    display: inline-block;
}
.suggestion__more:hover, .suggestion__more:active, .suggestion__more:focus {
    color: var(--hover);
    border-bottom-color: var(--hover)  !important;
}
@media (max-width: 991px) {
    .suggestion__more {
        padding: 0 0 20px !important;
    }
}
/* end search autocomplete */
/* start faq */
.faq__container {
    margin: 0 0 50px;
}
.faq__container:last-child {
    margin: 0;
}
.faq__title {
    margin: 0 0 30px;
}
.faq__content {

}
/* end faq */
/* start information */
.information__content {
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
}
@media(max-width: 991px) {
    .information__content {
        font-size: var(--text);
        line-height: var(--line-height_m);
        font-weight: var(--font-weight_r);
    }
}
.information__content a {
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
}
@media(max-width: 991px) {
    .information__content a {
        font-size: var(--text);
        line-height: var(--line-height_m);
        font-weight: var(--font-weight_r);
    }
}
.information__content b {
    font-weight: 500;
}
.information__content table {
    width: 100%;
}
@media(max-width: 991px) {
    .information__content table {
        overflow-x: auto;
        display: block;
    }
}
.information__content thead {
}
.information__content th {
    padding: 10px;
    border: transparent;
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
    vertical-align: top;
}
.information__content td {
    padding: 10px;
    border: 1px solid var(--grey_2);
}
.information__content td:first-child {
}
.information__content ul {
    list-style: disc;
    padding: 0 0 0 15px;
}
.information__content p {
    margin: 0 0 30px;
}
/* end information */
/* start manufacturer */
.manufacturer__category {
    margin: 0 0 50px;
}
.manufacturer-category__link {
    margin: 0 15px 0 0;
    font-size: var(--h3);
    line-height: var(--line-height_l);
    font-weight: var(--font-weight_r);
}
.manufacturer__container {
    margin: 0 0 100px;
}
@meida(max-width: 991px) {
    .manufacturer__container {
        margin: 0 0 60px;
    }
}
.manufacturer__container:last-child {
    margin: 0;
}
.manufacturer__heading {
    margin: 0 0 20px 0;
    font-size: var(--h3);
    line-height: var(--line-height_l);
    font-weight: var(--font-weight_r);
}
.manufacturer__link {

}
.manufacturer__img {
    margin: 0 0 30px;
}
.manufacturer__title {
    display: block;
    font-size: var(--h3);
    line-height: var(--line-height_l);
    font-weight: var(--font-weight_r);
    text-transform: uppercase;
}
/* end manufacturer */
/*start vertical menu */
.vertical-menu__container {
    border-bottom: 1px solid var(--grey_2);
    padding: 0 0 30px;
}
.vertical-menu__item {
    margin: 0 0 25px 0;
}
.vertical-menu__item:last-child {
    margin: 0;
}
.vertical-menu__link {
    font-size: var(--text);
    line-height: var(--line-height_m);
    font-weight: var(--font-weight_r);
    text-transform: uppercase;
}
/*end vertical menu */
/* start select arrow */
.goods-desc__title {
    text-transform: uppercase;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow,
.selectboxit-default-arrow,
.goods-desc__title:before,
.filter__close_mini:before,
.filter__close:before {
    position: absolute;
    content: '';
    margin: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    height: 4px;
    width: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #000;
}
.goods-desc__title_active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top-color: var(--black);
}
.goods-desc__title:hover:before {
    border-top-color: var(--hover);
}
/* end select arrow */
/* start 404 */
.container-404 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.image-404 {
}
.text-404 {
    text-align: center;
    font-size: var(--h3);
    line-height: var(--line-height_l);
    font-weight: var(--font-weight_r);
}
.text-404 a {
    font-size: var(--h3);
    line-height: var(--line-height_l);
    font-weight: var(--font-weight_r);
    color: var(--black);
}
/* end 404 */
.slideshow__container {
    position: relative;
}
.slideshow__nav {
    display: none;
}
@media(min-width: 992px) {
    .slideshow__nav {
        display: -webkit-box;
        display: flex;
        position: absolute;
        margin: auto;
        height: 10px;
        left: 50px;
        right: 50px;
        top: 0;
        bottom: 0;
        z-index: 2;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
                align-items: center;
    }
}
.slideshow-nav__item {
    display: inline-block;
    height: 8px;
    width: 102px;
    cursor: pointer;
}
.heading_contact {
    margin: 0 0 30px;
}