@font-face {
    font-family: 'ProximaNova';
    src: url('/local/fonts/Proxima_Nova_Regular.eot');
    src: url('/local/fonts/Proxima_Nova_Regular.eot?#iefix') format('embedded-opentype'), url('/local/fonts/Proxima_Nova_Regular.woff2') format('woff2'), url('/local/fonts/Proxima_Nova_Regular.woff') format('woff'), url('/local/fonts/Proxima_Nova_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('/local/fonts/Proxima_Nova_Bold.eot');
    src: url('/local/fonts/Proxima_Nova_Bold.eot?#iefix') format('embedded-opentype'), url('/local/fonts/Proxima_Nova_Bold.woff2') format('woff2'), url('/local/fonts/Proxima_Nova_Bold.woff') format('woff'), url('/local/fonts/Proxima_Nova_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: sans-serif;
    touch-action: manipulation;
    box-sizing: border-box;
}

ul.nav {
    padding-left: 0;
}

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

img {
    border: 0;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

input,
button,
textarea,
select {
    font-family: "ProximaNova", Arial, sans-serif;
    resize: none;
    font-size: 16px;
    font-weight: 400;
}

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

button:active,
button:focus {
    outline: 0;
}

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

.hide {
    display: none !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

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

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

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

.row{
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
}

.d-flex{
    flex: 1 1 auto;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-between {
    justify-content: space-between;
}

.flex-end {
    align-items: flex-end;
}

.flex-align-center {
    align-items: center;
}

.flex-right {
    justify-content: flex-end;
}

.flex-center {
    justify-content: center;
}

.flex-bottom {
    align-items: flex-end;
}

.center {
    text-align: center;
}

.absolute-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.tab-pane:not(.active) {
    display: none;
}

.w-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.w-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

.symbols {
    position: absolute;
    width: 0;
    height: 0;
}

.dotted-link {
    border-bottom: 1px dotted currentColor;
}

.dotted-link:hover {
    text-decoration: none;
    color: #fd7100;
}


.search-button svg {
    display: block;
    margin: auto;
    width: 22px;
    height: 22px;
    fill: #0089d7;
}

.button,
.btn {
    display: inline-flex;
    background: #0089d7 linear-gradient(to top, #006eac 0%, #0089d7 100%);
    min-width: 260px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    line-height: normal;
}

.button svg,
.btn svg {
    margin-left: 15px;
}
.button svg.left,
.btn svg.left {
    margin-left: 0;
    margin-right: 12px;
    margin-top: -2px;
    margin-bottom: -2px;
}
.button--white {
    background: #fff linear-gradient(to top, #deeaef 0%, #f6f9fb 100%);
    color: #000;
}

.button:hover,
.btn:hover {
    background: #0089d7;
    box-shadow: 0 5px 15px rgba(0, 137, 215, 0.5);
    text-decoration: none;
    color: #fff;
}

.button:active,
.btn:active,
.button:focus,
.btn:focus {
    outline: 0;
}

.button--orange,
.btn-primary {
    background: #fd7100 linear-gradient(to top, #fd5500 0%, #fd8700 100%);
    color: #fff;
}

.button--orange:hover,
.btn-primary:hover {
    background: #fd7100;
    box-shadow: 0 5px 15px rgba(253, 113, 0, 0.5);
}
.button--gray {
    background: #f6f9fb;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    white-space: nowrap;
    padding: 17px 25px 18px;
    transition: .3s;
}
.button--gray:hover {
    box-shadow: none;
    color: #fff;
    background: #333;
}
.button--gray path {
    transition: .3s;
}
.button--gray:hover path {
    stroke: #fff;
}
.btn-inline:hover {
    box-shadow: none;
}

.button--slim {
    padding-top: 13px;
    padding-bottom: 13px;
}

.button--min {
    min-width: 200px;
}

@media (max-width: 1559px) {
    .button--min {
        min-width: 185px;
    }
}

.button--buy {
    padding-top: 6px;
    padding-bottom: 8px;
    /*min-width: 140px;*/
    min-width: 0;
    font-size: 16px;
}

.button--buy svg {
    width: 26px;
    height: 26px;
    margin: 0;
}

.button--email {
    font-size: 16px;
}

.button--email svg {
    width: 20px;
    height: 15px;
    display: block;
    margin-right: 15px;
    fill: #007cc2;
    transition: 0.2s;
    margin-left: 0;
}


.footer-subscribe {
    display: flex;
}

.footer-subscribe input {
    width: 319px;
    height: 54px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    opacity: 0.6;
    background-color: inherit;
    padding-left: 10px;
    font: normal 16px ProximaNova;
    letter-spacing: 0px;
    color: #AAAAAA;
}

.footer-subscribe .button-subscribe {
    width: 176px;
    height: 54px;
    background: #F5B51B 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    margin-left: 10px;
    text-align: center;
    font: bold 16px ProximaNova;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    padding-top: 17px;
    padding-left: 30px;
}

.footer-subscribe .button-subscribe:hover {
    box-shadow: 0 5px 15px rgba(170, 170, 170, 0.3);;
}


.footer-subscribe .button-subscribe:active {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.3);
}

.footer-subscribe .button-subscribe svg {
    width: 20px;
    height: 15px;
    display: block;
    margin-right: 15px;
    fill: #FFFFFF;
    transition: 0.2s;
    margin-left: 0;
    position: absolute;
    top: 36%;
    left: 22px;
}

.footer-subscribe.error input {
    border-color: red;
}

.footer-subscribe.error input::placeholder {
    color: red;
}


.button--email:hover svg {
    fill: #fff;
}

.button:active,
.btn:active {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.3);
}

.slider {
    display: flex;
    position: relative;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.owl-loaded {
    opacity: 1;
    display: block;
}

.owl-stage,
.owl-stage>.owl-item {
    display: -ms-flexbox;
    display: flex;
}

.owl-stage>.owl-item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.owl-stage>.owl-item>.element {
    margin-bottom: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-nav.disabled,
.owl-dots.disabled {
    display: none;
}

.owl-nav button {
    width: 24px;
    height: 68px;
    padding: 15px 0;
    top: 50%;
    margin-top: -34px;
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.owl-nav button svg {
    width: 24px;
    height: 38px;
    /*fill: #e6eff2;*/
    fill: #0089d7;
    transition: fill 0.2s;
}

.owl-nav button.disabled {
    cursor: default;
    opacity: 0;
}

.owl-nav button:hover:not(.disabled) svg {
    fill: #0089d7;
}

.owl-nav span {
    display: none;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-dots {
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: center;
}

.owl-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    background-color: #f6f9fb;
}

.owl-dot.active {
    background-image: linear-gradient(to top, #fd5500 0%, #fd8700 100%);
}

a {
    color: #0089d7;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

h2,
.h2 {
    font-size: 30px;
    margin-top: 40px;
}

h2 a,
.h2 a,
h2 a:hover,
.h2 a:hover,
h2 a:focus,
.h2 a:focus,
h2 a:active,
.h2 a:active {
    text-decoration: underline;
    color: #000;
}

h3 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
}

h4 {
    font-size: 20px;
    margin-top: 30px;
}

.btn-sm {
    font-size: 16px;
    min-width: 0;
    padding-top: 9px;
    padding-bottom: 11px;
}

.orange-btn {
    position: relative;
    font-weight: bold;
    display: inline-block;
    padding: 8px 22px 12px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: normal;
    color: #fff;
    border: 0;
    border-radius: 4px;
    outline: none;
    background: #fd8700 linear-gradient(to top, #fd5500, #fd8700);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.orange-btn .iconize-mail {
    margin-left: 30px;
}

.orange-btn .iconize-mail::before {
    top: -14px;
}

.orange-btn.active {
    background: #fd8700 linear-gradient(to top, #fd5500, #fd8700) !important;
    -webkit-box-shadow: inset 0 -2px 0 0 #c43801 !important;
    box-shadow: inset 0 -2px 0 0 #c43801 !important;
}

h1 .orange-btn {
    vertical-align: middle;
    margin-left: 20px;
}

.orange-btn:focus {
    text-decoration: none;
    color: #fff;
    outline: 0;
}

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

.orange-btn:active {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.3);
}

.orange-btn_cart {
    z-index: 10;
    padding: 3px 20px 7px;
}

.orange-btn_cart:active {
    padding-bottom: 5px;
}

.orange-btn_bigcart {
    z-index: 10;
    padding: 8px 20px 12px;
    position: relative;
    margin-right: 20px;
}

.orange-btn_bigcart span,
.orange-btn_cart span {
    position: relative;
    z-index: 10;
}

.button:not(.catalog-button).active {
    background-image: -webkit-linear-gradient( -45deg, rgba(255, 155, 74, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 155, 74, 0.5) 50%, rgba(255, 155, 74, 0.5) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient( -45deg, rgba(255, 155, 74, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 155, 74, 0.5) 50%, rgba(255, 155, 74, 0.5) 75%, transparent 75%, transparent);
    background-image: linear-gradient( -45deg, rgba(255, 155, 74, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 155, 74, 0.5) 50%, rgba(255, 155, 74, 0.5) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.checkbox {
    display: inline;
    position: relative;
}

.checkbox-type {
    position: absolute;
    opacity: 0;
}

.checkbox-text {
    position: relative;
    padding-left: 30px;
    color: #0089d7;
    cursor: pointer;
}

.checkbox-pin {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: linear-gradient(0deg, #deeaef 0%, #f6f9fb 100%);
}

.checkbox-pin::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    /*background-color: #0089d7;*/
    background-color: transparent;
    border-radius: 50%;
}

.checkbox-dotted {
    display: inline;
    position: relative;
    border-bottom: 1px dotted;
}

.checkbox-type:checked+.checkbox-text .checkbox-dotted {
    color: #000;
    border-bottom: 0;
}

.checkbox-type:checked+.checkbox-text .checkbox-pin {
    background: linear-gradient(0deg, #f6f9fb 0%, #deeaef 100%);
}

.checkbox-type:checked+.checkbox-text .checkbox-pin::after {
    background-color: #fd7100;
}

.checkbox-type:checked+.checkbox-text .checkbox-dotted::before {
    display: none;
}



.item-original-slider {
    display: flex!important;
    align-items: center!important;
    min-height: 400px!important;
}

.product-description-tabs .description-item {
    white-space: nowrap;
    padding: 0 5px;

}

.product-description-tabs {
    min-width: 100%;
    overflow-x: auto;
}


.showcase-slide {
    transition: box-shadow .3s;

}
.showcase-slide[href]:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.advantages-item .advantages-item-content {
    transition: color .3s;
}
.advantages-item:hover .advantages-item-content{
    color: #0089d7;
}

.up-button {
    /*right: 130px!important;*/
}

.b-catalog-popup__submenu-link:hover {
    text-decoration: underline!important;
}

.search-button svg {
    transition: opacity .3s;
}

.search-button svg:hover:not(:active) {
    opacity: .6;
}

.bx-pagination ul li::before {
    opacity: 0;
    visibility: hidden;
}


@media(max-width:1300px){
    .mobile-hiden{
        display: none !important;
    }

}


.request{
    /*position: initial !important;*/
}
.content{
    display:flex;
    /*clear:both;*/
}


/*@media (min-width: 1340px) {*/
/*	.container {*/
/*		max-width: 1340px;*/
/*	}*/
/*}*/

@media (min-width: 1310px) {
    .header-bottom-inner {
        width: 1310px;
    }
}

.item-original-slider {
    display: flex!important;
    align-items: center!important;
    min-height: 400px!important;
}

.product-description-tabs .description-item {
    white-space: nowrap;
    padding: 0 5px;

}

.product-description-tabs {
    min-width: 100%;
    overflow-x: auto;
}
@media (max-width: 1200px) {

    .item-image {
        max-width: 650px;
        margin: 0 auto!important;
    }
}
@media (min-width: 1200px) {
    .item-original-slider {
        min-height: 480px!important;
    }
}
@media (min-width: 768px) {
    .calculator-button {
        padding: 12px 15px 13px 100px!important;
    }
    .calculator-button::before {
        left: 15px!important;
        background-size: 100%;
    }
}
@media (max-width: 767px) {

    .features-more {
        margin-bottom: 20px;
    }
    .product-control-title {
        display: block;
        font-size: 18px;
        margin-bottom: 7px;

    }
    .product-control-wrap .value-input {
        flex-grow: 1;
    }
    .product-control-wrap .button.value-button_counter {
        width: auto;
    }
    .product-control-wrap .button {
        width: 100%;

    }
    .product-control-wrap li {
        width: 100%;
        margin: 0 0 15px!important;

    }
    .product-control-wrap .item-footer{
        display: flex;
        flex-direction: column;
    }

}
@media (max-width: 1023px) {

    .item-original-slider_our-product::after {
        width: 80px!important;
        height: 80px!important;
        background-size: 100% !important;
    }
}
.footer-create img{
    margin: 0!important;

}
.footer-create {
    max-width: 210px;
    opacity: 1!important;
}
.footer-copyright {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-bottom-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-copyright {
        text-align: center;
        margin-top: 20px;
    }
}
.showcase-slide {
    transition: box-shadow .3s;

}
.showcase-slide[href]:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.advantages-item .advantages-item-content {
    transition: color .3s;
}
.advantages-item:hover .advantages-item-content{
    color: #0089d7;
}

.up-button {
    /*right: 130px!important;*/
}

.b-catalog-popup__submenu-link:hover {
    text-decoration: underline!important;
}

.search-button svg {
    transition: opacity .3s;
}

.search-button svg:hover:not(:active) {
    opacity: .6;
}

.bx-pagination ul li::before {
    opacity: 0;
    visibility: hidden;
}

.description .description-slider-preview li {
    width: 100%;
}
.b-idn-calc-popup-complect-width__left {
    left: 26% !important;
    top: 17% !important;
}
.b-idn-calc-popup-complect-width__rigth {
    top: 17% !important;
    left: 68% !important;
}

.b-idn-calc-popup-complect__height {
    top: 26% !important;
    right: -20px!important;
}
.b-idn-calc-popup-complect-width__value-wrap {
    position: absolute!important;
    bottom: -7px!important;
    left: 0!important;
    width: 100%!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 0 60px 0 0;
}

.category-item{
    background-color:#fff !important;
}



div.ya-chat-widget {
    margin-bottom: 100px !important;
}

.extra {padding:15px 0 15px 20px;overflow:hidden;border-left:3px solid #c71b01;background:#F6F9FB;margin-bottom: 30px;}


@media (min-width: 1024px) {
    .img-new {
        position: fixed;
        z-index: 9;
        top: 0px;
        left: 0px;
        pointer-events: none;
        max-width: 300px;
    }
}

.item-image-pop-original .video-wrap{
    position: relative;
  padding-bottom: 56.25%;
}
.item-image-pop-original .video-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 750px) {
    .item-original-pop-slider .owl-item .nozoom img {
        position: relative;
        bottom: 0;
        top: 0;
        max-height: 100%;
        max-width: 100%;
        height: auto;
    }
    .item-original-pop-slider .owl-item a img{
        position: relative;
        height: auto;
        max-width: 100%;
    }
    .item-original-pop-slider .owl-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .main_slider_block_coll .item-original-description-slider .owl-item .nozoom img{
        position: relative;
        bottom: 0;
        top: 0;
        max-height: 100%;
        max-width: 100%;
        height: auto;
    }
    .main_slider_block_coll .item-original-description-slider .owl-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .main_slider_block_coll .item-original-description-slider .owl-item a img{
        position: relative;
        height: auto;
        max-width: 100%;
    }
}

.pixelstrap .clothing-menu.small {

    width: 325px !important;
    min-width: 325px !important;
    max-width:325px !important;
    
    }



.item-image-description-preview {
    width: 100px;
    padding-top: 60px;
}

.item-image-description-original {
    width: calc(100% - 100px);
    height: 100%;
}

.item-image-description-original .owl-nav button {
    background: #F5F5F5;
    border-radius: 83px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-original-description-slider {
    height: 100%;
}
.item-image-description-original .owl-nav button.owl-prev {
    transform: rotate(270deg);
}

.item-image-description-original .owl-nav button.owl-next {
    transform: rotate(270deg);
}

.item-image-description-original .owl-nav button svg {
    fill: none;
}

.item-image-description-original .owl-nav button:hover:not(.disabled) svg {
    fill: none;
}

.item-preview-description-slider {
    width: 500px;
    flex-shrink: 0;
    transform: rotate(90deg);
    transform-origin: 34px 34px;
    position: relative;
}

.item-original-description-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.item-preview-description-slider .current .item-preview-slide {
    background-color: #fff;
}

.item-preview-description-slider .owl-prev {
    left: -50px;
}

.item-preview-description-slider .owl-next {
    right: -50px;
}

.item-preview-description-slide {
    width: 68px;
    height: 68px;
    background-color: #f6f9fb;
    display: flex;
    border: 2px solid #f6f9fb;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    transform: rotate(-90deg);
    transition: 0.2s;
}

.item-preview-description-slide img {
    margin: auto;
}
.item-original-slider_our-product::after {
    display: none;
}

.item-preview-description-slider .owl-next svg {
    fill: none;
    transform: rotate(270deg);
}

.item-preview-description-slider button:hover:not(.disabled) svg {
    fill: none;
}

.item-preview-description-slider .owl-prev svg {
    fill: none;
    transform: rotate(270deg);
}

.item-preview-description-slider button:hover:not(.disabled) svg {
    fill: none;
}

.item-original-description-slider .owl-item {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;

}

.item-original-description-slider .owl-item.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
}

.item-original-description-slider .owl-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-original-description-slider .owl-item a img {
    width: auto;
    height: 100%;
    max-height: 698px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.item-original-description-slider .owl-item .nozoom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    cursor: default;
}

.item-original-description-slider .owl-item .nozoom img {
    position: absolute;
    bottom: 0;
    top: 0;
    max-height: 100%;
    height: 100%;

}

.item-preview-description-slider .owl-stage .owl-item {
    min-width: 68px;
}

.item-original-description-slide{
    height: 100%;
    min-height: 100%;
}

.easyzoom-notice{
    display: none;
}
.item-image-pop-description .item-original-pop-slider .owl-item .nozoom img {
    position: relative;
bottom: 0;
top: 0;
max-height: 698px;
height: auto;
}

.main_slider_block .main_slider_block_row{
    display: flex;
    gap: 1rem;
    flex-grow: 2;
    max-height: calc(100% - 60px);
}

.item-original-pop-slider .owl-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.item-original-pop-slider .owl-item a img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}



.bottom-right.left_fix .sign-dot__modal {
    top: 100%;
    right: -10px;
    left: unset;
}

@media(max-width: 900px)  {

    .kolesootboyniki_content_sign .bottom-right .sign-dot__modal, .kolesootboyniki_content_sign .bottom-left .sign-dot__modal {
        top: 80px;
        left: calc((100vw - 330px)/2);
        top: 150px;
        max-height: calc(100vh - 150px);
        position: fixed;
    }
    }

@media(max-width: 767px)  {

.bottom-right.left_fix .sign-dot__modal {
    right: unset;
    top: 80px;
    left: calc((100vw - 330px)/2);
    top: 150px;
    max-height: calc(100vh - 150px); 
}
}

@media(max-width: 580px)  {
.kolesootboyniki_content_sign{
    z-index: 100;
}

.kolesootboyniki_content_sign .sign-dot.active {
    z-index: 999;
}
.kolesootboyniki_content_sign .sign-block__item {
    margin: 0 15px;
}
.kolesootboyniki_content_sign .sign-dot.active .sign-dot__modal {
    top: 0;
    left: 0;
    top: 0;
    max-height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    padding: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.kolesootboyniki_content_sign .sign-dot__modal-pic {
    height: 181px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kolesootboyniki_content_sign .sign-dot__modal-pic img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}

.kolesootboyniki_content_sign .bottom-right.left_fix .sign-dot__modal {
    top: 0;
    right: 0;
    left: unset;
}
}

.b-gosts.fix{
    margin-bottom: 0;
}

.iconize-gost.fix{
    margin-bottom: 0;
}

.menu_uslugi__block_image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidenav .menu_uslugi__block_link{
    width: 260px !important;
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 10px 10px 0 10px !important;
}
.sidenav .menu_uslugi__block_img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sidenav .pixelstrap  .block_uslugi_in .menu_uslugi__block_link{
    width: 240px !important;
    height: 160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 10px 10px 0 10px !important;
}

.block_uslugi_in .min-price {
    text-align: center;
    margin-bottom: 30px;
}

.block_uslugi_in .menu_uslugi__block_image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.block_uslugi_in{
    margin-top: 60px;
}

.menu_uslugi__block .element-price{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    padding: 0 15px;
}
.menu_uslugi__block .element-price b{
    margin: 0 10px;
}
.menu_uslugi__block_btns{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.sidenav .pixelstrap li .menu_uslugi__block_btns .menu_uslugi__block_btn{
    font-size: 16px;
    min-height: 40px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    display: inline-block;
    background: #F5B51B;
    border-radius: 10px !important;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    border: 0 !important;
    outline: none;
    cursor: pointer;
    width: 100%;
    margin: 15px 15px 10px;
    
}
.sidenav .pixelstrap li .menu_uslugi__block_btns .menu_uslugi__block_btn:hover {
    background: #DE9D00;
    text-decoration: none;
    color: #fff;
}
.sidenav .pixelstrap li .menu_uslugi__block .element-name{
    width: 100%;
}
.sidenav .pixelstrap li .menu_uslugi__block .element-name a{
    text-transform: unset;
    margin: 0 15px;
    text-align: left;
}
.manager-block__row{
    margin-top: 50px;
}

.telegramBtn,
.callbackBtn {
    pointer-events: auto;
    border-radius: 50%;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: 700ms;
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 115px;
    right: 50px;
    bottom: 50px;
    z-index: 10;
}
.telegramBtn > img,
.callbackBtn > img {
    width: 100%;
    height: 100%;
}
.telegramBtn._hide {
    opacity: 0;
}
.telegramBtn._mobile {
    bottom: 50px;
    right: 50px;
}
.callbackBtn._mobile {
    bottom: 50px;
    right: 50px;
}

@media screen and (min-width: 1025px) {
    .telegramBtn._mobile,
    .callbackBtn._mobile {
        display: none;
    }
}



/* ↓↓ временные стили для уведомляшки сверху хедера - график работ в праздничные дни ↓↓ */
/* .header-top {
    height: 100px !important;
    padding-top: 0 !important;
}
.header-notification-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #F5B51B;
}
.header-notification-block__text {
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 120%;
}
@media (max-width: 900px) {
    .header-notification-block__text {
        font-size: 14px;
    }
}
@media (max-width: 450px) {
    .header-notification-block__text {
        font-size: 11px;
    }
} */
/* ↑↑ временные стили для уведомляшки сверху хедера - график работ в праздничные дни ↑↑ */

@media (min-width: 375px) and (max-width: 380px){
    .bx-section-desc h2{
        word-wrap: break-word;
    }
    .bx-section-desc ul li{
        overflow-wrap: break-word;
        word-break: break-word;
    }
}