/* start standart controlls */
* {
    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: 'Arial', sans-serif;
    margin: 0px;
    padding: 0px;
}
body, td, th, input, textarea, select, a {
    font-size: 14px;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:active, a:focus, label:hover {
    color: #000000;
    text-decoration: none;
}
a img {
    border: none;
}
h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 40px;
}
@media (max-width:991px) {
    h1 {
        font-size: 28px;
    }
}
@media (max-width:767px) {
    h1 {
        font-size: 26px;
    }
}
.heading {
    margin: 0 0 35px 0;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #00a5c6;
}
h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}
p {
    margin-top: 0px;
    margin-bottom: 15px;
}
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;
    }
}

.table_max {
    width: 100%;
}
.img-responsive {
    display: inline-block;
}
.alert {
    border-radius: 0;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    background: #f0f0f0;
}
.alert_bottom {
    margin-bottom: 20px;
}
.alert_success {
    color: #64bf44;
}
.alert_warning {
    color: #ea0b0c;
}
.alert_warning a, .alert_warning a:hover, .alert_warning a:focus, .alert_warning a:active, .alert-warning a, .alert-warning a:hover {
    font-weight: 700;
    color: #fff;
}
.error {
    display: inline-block;
    width: 100%;
    color: #ea0b0c;
    text-align: left;
    margin-top: 3px;
    font-size: 13px;
}
input[type="checkbox"], input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
}
input[type="radio"] + label:after, input[type="radio"] + label:before, input[type="checkbox"] + label:after, input[type="checkbox"] + label:before {
    position: absolute;
    content: '';
}
input[type="radio"] + label:before, input[type="checkbox"] + label:before {
    top: 2px;
    left: 0px;
    background: #fff;
    border: 1px solid #ccc;
    height: 16px;
    width: 16px;
}
input[type="radio"] + label:after, input[type="checkbox"] + label:after {
    top: 5px;
    left: 5px;
    height: 6px;
    width: 6px;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
    border-radius: 50%;
}
input[type="radio"]:checked + label:after {
    top: 7px;
    background: #000;
}
input[type="checkbox"]:checked + label:after{
    height: 8px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
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 {
    background: #e5e5e5;
    border-color: #e5e5e5;
}
.container__center {
    margin: 0 auto;
    max-width: 767px;
}
.callback__container_org .form__container_org {
    margin: 15px 0;
}				   
.form__container {
    padding: 40px;
    max-width: 500px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .form__container {
        max-width: 767px;
    }
}
@media (max-width: 450px) {
    .form__container {
        padding: 20px;
    }
}
.form__container_max {
    max-width: 100%;
}
.form__container_no-border {
    border: 0;
}
.from__heading {
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.form__item {
    margin: 0 0 10px 0;
}
.from__label, .form__label, label {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 0 0 8px 0;
    cursor: pointer;
    font-size: 13px;
}
.form__container_org label.from__label {
    font-weight: 500;
    line-height: normal;
}
.from__label:hover, .from__label:active, .from__label:focus,
.form__label, .form__label:active, .form__label:focus,
label:hover, label:active, label:focus {
    color: #000;
}
.form__input, .form__textarea, input, textarea {
    display: block;
    height: 34px;
    padding: 5px 10px;
    line-height: 1.42857143;
    opacity: 1;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    box-shadow: unset;
    width: 100%;
    resize: none;
}
.form__item_org_comment p {
    font-size: 13px;
    line-height: normal;
    color: #999;
}
.form__container_org .form__input {
	max-width:400px;
}
.form__container_org .form__textarea, 
.form__container_org  textarea,
.form__container_org .form__input {
	border-radius: 6px;
}
.form__textarea, textarea {
    height: 64px;
}
.form__container_org .form__textarea, .form__container_org textarea {
    height: 140px;
	max-width:578;
}
.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: 1px solid #ccc;
    outline:0;
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    color: #7c7c7c !important;
    opacity: 1;
}
.form__input:-moz-placeholder, .form__textarea:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder {
    color: #7c7c7c !important;
    opacity: 1;
}
.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #7c7c7c !important;
    opacity: 1;
}
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #7c7c7c !important;
    opacity: 1;
}
.form__input::-ms-expand, .form__textarea::-ms-expand, input::-ms-expand, textarea::-ms-expand {
    color: #7c7c7c !important;
    opacity: 1;
}
.from__label a, .form__label a, label a {
    font-size: 13px;
}
.button {
    padding: 9px 20px;
    display: inline-block;
    height: auto;
    width: auto;
    border: 1px solid transparent;
    border-radius: 0;
    background: #00a5c6;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.42857;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
}
.button_callback2_org_js {
    background: #00a5c6;
    border-radius: 6px;
    color: #fff;
}

@media (max-width: 767px) {
    .button {
        padding: 8px 15px;
    }
}
.button:hover, .button:active, .button:focus, a.button:hover, a.button:active, a.button:focus, input.button:hover, input.button:focus, input.button:active {
    background: rgb(45, 220, 255);
    border: 1px solid rgb(45, 220, 255);
    color: #fff;
}
.button_back {
    background: #fff;
    border-color: #ccc;
    color: #000;
}
.button_back:hover, .button_back:active, .button_back:focus, a.button_back:hover, a.button_back:active, a.button_back:focus {
    background: #000;
    color: #fff;
}
.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: 30px;
}
.buttons_center {
    -webkit-box-pack: center;
            justify-content: center;
}
.breadcrumb__container {
    margin: 20px 0 10px;
    padding: 0;
    background: #fff;
}
.breadcrumb__separator {
    display: inline-block;
    margin: 0 7px 1px 2px;
    height: 5px;
    width: 5px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
}
.breadcrumb__item {
    color: #a3a3a3;
    font-size: 11px;
}
.breadcrumb__item:last-child {
    color: #00a5c6;
}
/* end standart controlls */
/* start bootstrap */
#content {
    min-height: 600px;
    padding-bottom: 50px;
}
.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;
    }
}
.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: 450px) {
    .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 */
.dropdown__container {
    padding: 15px 20px;
}
@media (max-width: 991px) {
    .dropdown__container {
        display: none;
    }
}
.dropdown__item {
    padding: 10px 0;
    text-align: center;
}
.dropdown__link {
    font-weight: 700;
}
@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: 600;
    width: 200px;
}
.compare__item_price {
    font-weight: 600;
    color: #000;
    color: #00a5c6;
}
.compare__price_old {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    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;
}
.compare__price__request {
    font-weight: 600;
    color: #00a5c6;
}
/* end compare page */
/* start pagination */
.units__container + .pagination__container, .units__container + .category__info {
    padding: 20px 0 0 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 2;
}
.pagination__container {
    margin: 0 0 40px 0;
    text-align: center;
}
.pagination__button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 5px;
    height: 40px;
    width: 40px;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.pagination__button:hover,.pagination__button:focus,.pagination__button:active, .pagination__active {
    background: #00a5c6;
    border: 1px solid #00a5c6;
    color: #fff;
}
.pagination__arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
}
.pagination__prev, .pagination__next {
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
}
.pagination__prev {
    margin: 0 0 0 5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.pagination__next {
    margin: 0 5px 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.pagination__last, .pagination__first {
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
}
.pagination__first {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.pagination__last {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.pagination__first:before, .pagination__last:before {
    position: absolute;
    content: '';
    bottom: 0px;
    top: 2px;
    left: 2px;
    right: 1px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;

}
.pagination__button:hover .pagination__next,
.pagination__button:hover .pagination__prev,
.pagination__button:hover .pagination__first,
.pagination__button:hover .pagination__first:before,
.pagination__button:hover .pagination__last,
.pagination__button:hover .pagination__last:before,

.pagination__button:active .pagination__next,
.pagination__button:active .pagination__prev,
.pagination__button:active .pagination__first,
.pagination__button:active .pagination__first:before,
.pagination__button:active .pagination__last,
.pagination__button:active .pagination__last:before,

.pagination__button:focus .pagination__next,
.pagination__button:focus .pagination__prev,
.pagination__button:focus .pagination__first,
.pagination__button:focus .pagination__first:before,
.pagination__button:focus .pagination__last,
.pagination__button:focus .pagination__last:before {
    border-color: #fff;
}
/* end pagination */
/*start icon set*/
.button-icon {
    padding: 10px;
    color: #00a5c6;
    font-size: 14px;
    cursor: pointer;
}
.button-icon-max {
    font-size: 18px;
}
.account-icon_edit {
    margin: 0 10px;
    background: url("../image/edit.svg") no-repeat center center;
}
.account-icon_trash {
    background: url("../image/remove.svg") no-repeat center center;
}
.account-icon_repeat {
    background: url("../image/repeat.svg") no-repeat center center;
}
.checkout-icon_minus {
    background: url("../image/minus.svg") no-repeat center center;
    background-size: 15px;
}
.checkout-icon_plus {
    background: url("../image/plus.svg") no-repeat center center;
    background-size: 15px;
}
.checkout-icon_remove {
    background: url("../image/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: 40px;
    width: 40px;
    cursor: pointer;
    background: no-repeat center center transparent;
    z-index: 2;
}
.carousel__nav:hover {
}
.carousel__nav:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    opacity: 0.2;
}
.carousel__nav:hover:before {
    opacity: 1;
}
.carousel__nav_next {
    right: 0;
}
.carousel__nav_next:before {
    right: 7px;
    left: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.carousel__nav_prev {
    left: 0;
}
.carousel__nav_prev:before {
    left: 7px;
    right: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
/* end carousel module */
/* start account */
.heading__account {
    margin: 0 0 25px 0;
}
.heading__account_top {
    margin-top: 20px;
}
.account__content {
    margin: 0 0 20px 0;
}
.account__content:last-child {
    margin: 0;
}
.account-menu__item {
    margin: 0 0 20px;
}
.account-menu__item:last-child {
    margin: 0;
}
.account-menu__link {
    font-weight: 700;
}
.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 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
}
.account-list__container:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.account-list__heading {
    font-weight: 700;
}
.account-list__data {
    display: block;
    margin: 0 0 5px;
}
.account-list__item {
    line-height: 21px;
}
.form-login__description {
    text-align: left;
}
/* end account */
/* start news */
.news__subheading {
    text-align: center;
    margin: 0 0 10px 0;
}
.news__button {
    padding: 20px 0 0;
    margin: 0 0 40px 0;
}
.news__image {
    display: block;
    margin: 0 0 20px 0;
}
.news__title {
    margin: 0 0 15px 0;
}
.news__link {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.news__description {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
    color: #4F4F4F;
}
.news__date {
    font-size: 12px;
    color: #4F4F4F;
    padding: 2px 0 2px 25px;
    background: url('/catalog/view/theme/default/image/data.svg') no-repeat center left;

}
.news-button__link {
    display: inline-block;
    text-transform: uppercase;
    color: #00a5c6;
    border: 2px solid #00a5c6;
    padding: 10px 30px;
    font-weight: 600;
}
.news__item_list {
    margin: 0 0 20px 0;
}
.news__date_page {
    margin: 0 0 20px 0;
}
.news__container_list {
    margin: 0 0 50px;
}
/* end news */
/* start 404 */
.container-404 {
    padding: 50px 0 0 0;
    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 {
    margin: 40px 0 40px;
}
.text-404 a {
    color: #00a5c6;
}
/* end 404 */
/* 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: auto !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/star_inactive.png") no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-bottom: -3px;
}
.review-stars__label:hover, .review-stars__label:hover ~ label, .review-stars__input:checked + label ~ label {
    background: url("../image/star.png") no-repeat;
}
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/star.png") no-repeat;
}
.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 20px;
}
.contact__telephone {
    font-size: 18px;
}
.heading_contact {
    text-align: left;
}
.contact__content {
    padding: 20px;
    background: #f0f0f0;
    margin-top: 20px;
}
.from__heading_contact {
    text-align: left;
}
/* end contact */
/* start scroll top */
.scroll_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    background: #fff;
}
.scroll_top:before {
    top: 8px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
@media(max-width: 991px) {
    .scroll_top {
        display: none;
    }
}
/* end scroll top */
/* start product item */
.unit__content {
    position: relative;
    margin: 0 0 50px;
    background-color: #fff;
    border: 1px solid transparent;
}
.owl-carousel .unit__content {
    margin: 10px 10px 40px;
}
@media (min-width: 992px) {
    .unit__content:hover:before {
        position: absolute;
        content: '';
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        z-index: -1;
        border: 1px solid #ccc;
        background: #fff;
    }
}
.unit__image {
    display: block;
    position: relative;
    margin: 0 0 15px;
}
.unit__name {
    margin: 0 0 10px;
}
.unit__link {
    margin: 0 0 10px;
    height: 40px;
    display: block;
    overflow: hidden;
}
@media(max-width: 1199px) {
    .unit__link {
        height: 50px;
    }
    .owl-carousel .unit__link {
        height: 40px;
    }
}
@media(max-width: 991px) {
    .owl-carousel .unit__link {
        height: 50px;
    }
}
@media(max-width: 450px) {
    .unit__link, .owl-carousel .unit__link {
        height: 62px;
    }
}
.unit__request {
    font-size: 14px;
    font-weight: 600;
    color: #00a5c6;
}
@media(max-width: 450px) {
    .unit__request {
        font-size: 12px;
    }
}
.unit__link {
    font-weight: 700;
    line-height: 20px;
}
@media(max-width: 1199px) {
    .unit__link {
        line-height: 16px;
        font-size: 13px;
    }
    .owl-carousel .unit__link {
        line-height: 1;
        font-size: 14px;
    }
}
@media(max-width: 991px) {
    .unit__link, .owl-carousel .unit__link {
        line-height: 16px;
        font-size: 13px;
    }
}
@media(max-width: 450px) {
    .unit__link, .owl-carousel .unit__link {
        line-height: 12px;
        font-size: 12px;
    }
}
.unit__link:hover, .unit__link:active, .unit__link:focus {
    color: #000;
    text-decoration: underline;
}
.unit__opt {
    margin: 0 0 10px;
}
.unit-opt__item {
    font-size: 12px;
    margin: 0 0 5px;
}
.unit__control {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.unit__price {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
            align-items: baseline;
    font-size: 17px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .unit__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
}
@media (max-width: 450px) {
    .unit__price {
        font-size: 15px;
    }
}
.unit-price__item_special {
    margin: 0 10px 0 0;
    color: #00a5c6;
    white-space: nowrap;
}
.unit-price__item_old {
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    white-space: nowrap;
}
@media (max-width: 450px) {
    .unit-price__item_old {
        font-size: 12px;
    }
}
.unit__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.unit__button {
    width: 35px;
    height: 35px;
    margin: 0 0 0 5px;
    cursor: pointer;
}
.unit__button_wishlist {
    background: url(/catalog/view/theme/default/image/wishlist.svg) no-repeat center center transparent;
}
.unit__button_wishlist:hover, .unit__button_wishlist:active, .unit__button_wishlist:focus {
    background-image: url(/catalog/view/theme/default/image/wishlist_hover.svg);
}
.unit__button_compare {
    background: url(/catalog/view/theme/default/image/compare.svg) no-repeat center center transparent;
}
.unit__button_compare:hover, .unit__button_compare:active, .unit__button_compare:focus {
    background-image: url(/catalog/view/theme/default/image/compare_hover.svg);
}
.unit__sticker {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.unit-sticker__container:hover, .unit-sticker__container:focus, .unit-sticker__container:active {
    color: #fff;
}
.unit-sticker__item {
    padding: 3px 11px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.unit-sticker__item_sticker_0 {
    background: #ea0b0c;
}
.unit-sticker__item_sticker_1 {
    background: #00a5c6;
    ;
}
.unit-sticker__item_sticker_2 {
    background: #00a5c6;
}
.unit-sticker__item_sticker_3 {
    background: #000;
}
.unit-sticker__item_sticker_4 {
    background: #0686E3;
}
.unit-sticker__item_sticker_5 {
    background: #ea0b0c;
}
.unit-sticker__item_sticker_6 {
    background: #ea0b0c;
}
.unit-sticker__item_sticker_7 {
    background: #ea0b0c;
}
.unit-sticker__item_sticker_8 {
    background: #ea0b0c;
}
.unit-sticker__item_sticker_9 {
    background: #ea0b0c;
}
.unit__alert {
    height: 35px;
    padding: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 700;
    background: #00a5c6;
    color: #fff;
    z-index: 999;
}
@media (max-width: 450px) {
    .unit__alert {
        font-size: 13px;
    }
}
.unit__alert:hover, .unit__alert:focus, .unit__alert:active {
    color: #fff;
}
.wishlist__buttons {
    position: absolute;
    right: 0px;
    top: 0px;
    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: 18px;
    width: 2px;
    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: #00a5c6;
}
.unit__attribute {
    display: none;
}
@media (min-width: 768px) {
    .units__container_list {
        margin: -20px 0 0;
    }
    .units__container_list .unit__container {
        margin: -1px 0 0 0;
        -webkit-box-flex: unset;
                flex: unset;
        max-width: 100%;
    }
    .units__container_list .unit__container:last-child {
        margin-bottom: -1px;
    }
    .units__container_list .unit__container:hover:last-child {
        position: relative;
        z-index: 2;
    }
    .units__container_list .unit__content {
        padding: 20px 0;
        margin: 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2.4fr .6fr;
        grid-template-columns: 1fr 2.4fr .6fr;
        grid-gap: 20px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .units__container_list .unit__container:first-child .unit__content {
        margin: 0;
        border-top: 1px solid transparent;
    }
    .units__container_list .unit__container:last-child .unit__content {
        border-bottom: 1px solid transparent;
    }
    .units__container_list .unit__content:hover, .units__container_list .unit__container:hover:first-child .unit__content, .units__container_list .unit__container:hover:last-child .unit__content  {
        border-color: #ccc;
        z-index: 1;
    }
    .units__container_list .unit__content:hover:before {
        display: none;
    }
    .units__container_list .unit__image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        margin: 0;
    }
    .units__container_list .unit__name {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        height: auto;
        margin: 0;
    }
    .units__container_list .unit__link {
        font-size: 17px;
        line-height: 22px;
    }
    .units__container_list .unit__control {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
                justify-content: flex-start;
    }
    .units__container_list .unit__price {
        margin: 0 0 8px 0;
        padding: 0 0 0 12px;
        font-size: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .units__container_list .unit-price__item_old {
        margin: 3px 0 0 0;
        font-size: 14px;
    }
    .units__container_list .unit__attribute {
        padding: 15px 0 0 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .units__container_list .unit-opt__item {
        font-size: 13px;
        margin: 0px 0 7px;
        font-weight: 600;
    }
    .unit-attribute__item {
        margin: 0 0 10px;
        line-height: 21px;
    }
    .unit-attribute__item:last-child {
        margin: 0;
    }
    .units__container_list .unit__alert {
        top: 15px;
        bottom: auto;
    }
    .units__container_list .unit__link {
        margin: 0 0 15px;
        display: block;
    }
}
/* end product item */
/* start search autocomplete */
.suggestion__content {
    padding: 20px;
    top: 100% !important;
    left: 0 !important;
    position: absolute;
    border: 0 !important;
    width: 100% !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    background-color: #f0f0f0;
    z-index: 9999 !important;
}
.suggestion__item {
    display: block;
    margin: 0 0 15px !important;
}
.suggestion__item:last-child {
    margin: 0 !important;
}
.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 */
}
.suggestion__link:hover, .suggestion__link:active, .suggestion__link:focus, .suggestion__link.ui-state-active {
    color: #00a5c6 !important;/* reset jquery ui */
    background: transparent !important;/* reset jquery ui */
    border: 0;/* reset jquery ui */
}
.suggestion__name {
}
.suggestion__price {
    margin-left: 10px;
    font-size: 13px;
    white-space: nowrap;
}
.suggestion-price__item_old {
    font-size: 12px;
}
.suggestion__more {
    color: #00a5c6;
    text-decoration: underline;
}
/* end search autocomplete */
/* start faq */
.faq__container {
    margin: 0 0 70px;
}
.faq__container:last-child {
    margin: 0;
}
.faq__title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 16px;
}
.faq__content {

}
/* end faq */
/* start information */
.information__content {
    line-height: 24px;
}
.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-weight: 500;
    font-size: 16px;
    vertical-align: top;
}
.information__content td {
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.information__content td:first-child {
}
.information__content ul { 
    list-style: disc;
    padding: 0 0 0 15px;
}
/* end information */
/* start manufacturer */
.manufacturer__container {
    display: flex;
    flex-flow: row;
}
.manufacturer__item_box {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
}

.manufacturer__box_item {
    box-shadow: 0 0 10px rgba( 0, 0, 0, 0.25);
    padding: 10px;
    flex: 1 1 calc((100% / 4) - 30px);
}
.manufacturer__category {
    display: flex;
    flex-flow: column;
    align-items: center;
	align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 82px;
}
@media(min-width: 992px) {
	.manufacturer__container {
	  display: flex;
	  flex-flow: column-reverse;
	}
	.manufacturer__category {
	  display: flex;
	  flex-flow: row;
	  margin-left: 0;
	  margin-bottom: 40px;
	}
}
.manufacturer-category__link {
    background: #c9c5c5;
    font-size: 20px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.manufacturer__container {
    margin: 0 0 50px;
}
.manufacturer__container:last-child {
    margin: 0;
}
.manufacturer__heading {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 700;
}
.manufacturer__link {

}
.manufacturer__img {
    margin: 0 0 20px;
}
.manufacturer__title {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
@media(max-width: 991px) {
	.manufacturer__category {
		width: 60px;
		align-items: end;
	}
	.manufacturer__item_box {
		gap: 15px;
		width: calc(100% - 60px);
	}
	.manufacturer__box_item {
		flex: 1 1 calc((100% / 3) - 15px);
	}
}
@media(max-width: 450px) {
	.manufacturer__box_item {
		flex: 1 1 calc((100% / 2) - 15px);
	}
}
@media(max-width: 320px) {
	.manufacturer__box_item {
		flex: 1 1 calc((100% / 1) - 15px);
	}
	.manufacturer__title {
		word-break: break-word;
	}
}
/* end manufacturer */
/*start vertical menu */
.vertical-menu__container {
    padding: 0 0 40px;
}
.vertical-menu__item {
    margin: 0 0 20px 0;
}
.vertical-menu__item:last-child {
    margin: 0;
}
.vertical-menu__link {
    font-weight: 700;
}
/*end vertical menu */


button.button.button_callback2_org_js.button_org_js {
	padding:9px 30px;
	position: relative;
}


button.loader:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none; /* Скрыть анимацию по умолчанию */
}

/* Показываем индикатор загрузки, если у кнопки есть класс "loading" */
button.loader:after {
  display: block;
}

/* Анимация вращения */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



