.button_theme_full-white {
    background-color: #fff
}

.button_theme_full-white .button__text,
.button_theme_full-white .button__text-minor {
    text-shadow: 0 20px 0 #000;
}

.hero-btn {
    max-width: 246px;
    width: 100%
}

.header-top {
    font-size: 14px;
border-bottom: 1px solid rgba(217, 217, 217, 1)
}

.pipe-info {
    padding-top: 78px;
    padding-bottom: 78px
}

.bg-bottom-center {
    background-position: bottom center
}

.button_theme_primary.nohover:hover .button__content:before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(210 215 223/var(--tw-border-opacity));
}

.desk-hidden {
    display: none
}

.service-card {
    padding: 3rem 5rem
}

@media (max-width: 1000px) {
    .hero-info {
        flex-direction: column
    }

    .pipe-info {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .button.desk-hidden {
        display: inline-flex;
    }
}

@media (max-width: 750px) {
    .hero-btn {
        max-width: 100%;

    }

    .service-card {
        padding: 2rem 3rem
    }

  

}

.tabs-item.input-toggle {
    color: #90959e;
    font-size: 14px;
    line-height: 1.42857;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    background: url(/local/templates/market/checkbox-icon.svg) 0 50% / 20px 20px no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tabs-item.input-toggle:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e81d25;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6px;
    z-index: 1;
    opacity: 0;
}
.currency-switcher   {
flex-shrink: 0 }
.tabs-item.input-toggle.is-open:before {
    opacity: 1;
}
.tabs-item.input-toggle.is-open {
	color: #000
}

.button_theme_primary.active .button__content:before {
    --tw-border-opacity: 1;
    border-color: rgb(232 29 37 / var(--tw-border-opacity));
}
.field.field_flat .field__main {
 border-color :#000
}
.pipe-descr {
border-top: 1px solid rgb(210, 215, 223);
border-bottom: 1px solid rgb(210, 215, 223);
}
.preview_picture  {
max-width: 80%;
    height: 170px;
    object-fit: contain;
}

.big-svg {
width: 120% !important;
margin-left: -10%;
margin-right: -10%;
}
.map {
height: 600px
}
.service-detail-title {
	max-width: 80%
}