* {
    font-family: Muller;
}
.block-wrap {
}
.white_bg {
    background: #fff;
}
.block-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
}
.title-center { text-align: center; }
.text-right { text-align: right; }
.block-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
    color: #181D27;
}
.flex-content { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.flex-fill { justify-content: space-between; }
.flex-evenly { justify-content: space-evenly; }
.flex-around { justify-content: space-around; }
.flex-center { justify-content: center; }
.flex-end { justify-content: end; }
.flex-align-center { align-items: center; align-self: center; }
.flex-align-stretch { align-items: stretch;}
.maxwidth-theme.no-side-padding { padding: 30px 0 0; }
.mt40 { margin-top: 40px; }
.ui--btn {
    display: block;
    padding: 12px 24px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    outline: none;
    border: none;
}
.ui--btn_orange {
    background: linear-gradient(227.82deg, #FEB907 0%, #FF6B00 100%);
}
.popup > *, div[id^="CatalogSetConstructor"] .popup-window {
    background: #fff;
}
.header-catalog-btn, .header-burger-btn {
    background: linear-gradient(227.82deg, #FEB907 0%, #FF6B00 100%);
    border-radius: 10px;
    padding: 12px 24px;
    column-gap: 10px;
    outline: none;
    border: none;
}
.header-catalog-btn {
    display: flex;
}
.header-burger-btn {
    padding: 12px;
    display: none;
}
.mobile_logo-row {
    display: none;
}
.header-catalog-link {
    font-family: Muller;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.header-catalog-link:hover, .header-catalog-link:focus {
    color: #fff;
}
.header-catalog-svg {
    display: flex;
    align-items: center;
}
.search_wrap.wide_search {
    flex: 5;
}
body .logo_and_menu-row .wrap_icon.compare_block {
    padding-left: 0;
}
.front_page .wraps > .wrapper_inner.wide_page > .middle .maxwidth-theme {
    padding-top: 0;
}
.about-content-logo-wrap {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-content-logo {
    width: 140px;
    height: 140px;
}
.about-content-logo img {
    width: 100%;
    height: 100%;
}
.about-content-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 16px;
}
.about-content-desc {
    max-width: 690px;
    color: #181D27;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-right: 20px;
}
.about-content-rewards {
    width: 240px;
    height: 240px;
}
.about-content-rewards img {
    width: 100%;
    height: 100%;
}
.abount-content_digit-wrap {
    margin-top: 40px;
}
.about-adv-item-title {
    color: #ff8800;
    font-size: 74px;
    font-weight: 500;
    line-height: 96px;
    text-align: center;
}
.about-adv-item-desc {
    color: #181D27;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.block-content .btn.content-btn {
    background: linear-gradient(227.82deg, #FEB907 0%, #FF6B00 100%);
    padding: 16px 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
}
.hide_desktop { display: none; }
.full-width { width: 100%; }

.quote-block {
    margin-bottom: 40px;
}
.quote-content-img {
    height: 410px;
    width: 31%;
    border-radius: 8px;
    overflow: hidden;
    min-width: 410px;
    margin-right: 20px;
}
.quote-content-img img {
    width: 100%;
    height: 100%;
}
.quote-content-wrap {
    padding: 70px 30px;
    border: 1px solid #C5C7C9;
    border-radius: 8px;
    max-width: 67%;
    height: 410px;
}
.quote-content-title {
    color: #181D27;
    font-weight: 700;
    font-size: 20px;
}
.quote-content-position {
    margin: 16px 0;
    font-size: 14px;
    font-weight: 300;
    color: #181D27;
}
.quote-content-quote {
    padding: 20px 0;
    border-top: 1px solid #C5C7C9;
    border-bottom: 1px solid #C5C7C9;
    line-height: 28px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #181D27;
}
.quote-content-contacts {
    font-size: 16px;
    margin-top: 20px;
}
.quote-content-wrap .partners-link-btn {
    margin-top: 40px;
}
.footer_inner .copy{
    color: #181D27;
    opacity: .4;
}
.footer_inner.footer-light .bottom-menu .items > .item-link span {
    font-weight: 700;
    color: #181D27;
}
.footer_inner.ext_view .bottom-menu .items > .item-link {
    margin-bottom: 10px;
}
body .footer-social-block .social-icons li.vk a,
body .footer-social-block .social-icons li.odn a,
body .footer-social-block .social-icons li.zen a
{
    background-repeat: no-repeat;
    background-position: center;
}
.footer-social-block .vk a {
    background: url("/local/templates/aspro_next/images/social/vk.png");
}
.footer-social-block .odn a {
    background: url("/local/templates/aspro_next/images/social/mates.png");
}
.footer-social-block .zen a {
    background: url("/local/templates/aspro_next/images/social/dzen.png");
}
.banner-block {
    margin-bottom: 40px;
    margin-top: 10px;
}
.banner-content {
    width: 100%;
}
.banner-content img {
    width: 100%;
}
.banner-content-text {
    max-width: 680px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.banner-content-background {
    background-repeat: no-repeat;
}
.banner-block  .block-content{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.banner-content {
    padding: 40px 30px;
    background-size: cover;
}
.banner-content-button {
    margin: 30px auto 0;
    position: relative;
    z-index: 10;
    text-align: center;
}
.banner-content-button .content-btn{
    font-weight: 700;
}
.banner-content-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
}
.about_page .quote-block, .about_page .trust-block,
.about_page .about-block
{ padding: 40px 0; margin: 0;}
.about_page .trust-block { margin: 30px 0 0; }
.about-content_digit-wrap { margin-top: 30px; }
.background_blur {position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);}
.about_page .block-description { font-size: 16px; }
.top_slider_wrapp .flexslider .slides > li .banner_bg { background-size: cover; }
.about_page .for_partners-block { padding: 10px 0 20px 0; }
.title-vcustom .page-top.maxwidth-theme {
    background: none;
    padding-top: 30px;
    padding-bottom: 8px;
}
.top-block .menu.topest > li.current span {
    font-weight: 700;
    color: #222;
}
.desktop-hide {
    display:none;
}
.header-personal-btn svg {
    display: none;
}
.content-btn.banner--btn {
    padding: 16px 30px;
    color: #fff;
    background: linear-gradient(227.82deg, #FEB907 0%, #FF6B00 100%);
    font-weight: 700;
    white-space: nowrap;
}
.content-btn.banner--btn:hover {
    color: #fff;
}
.middle-banner--column {
    display: flex;
}
.middle-banner--img {
    margin-right: 20px;
    min-width: 64px;
    width: 64px;
}
.middle-banner--text {
    padding-right: 20px;
}
.block .catalog_block .catalog_item_wrapp .catalog_item {
    cursor: default;
    display: block;
}
.footer_dark--wrap, .footer_dark--wrap .maxwidth-theme {
    background: #181D27;
}
.footer_dark--wrap {
    padding: 60px 0;
}
.footer_dark--row {
    display: flex;
    column-gap: 80px;
}
.footer_dark--media {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}
.footer_dark--copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
}
.footer_dark--media {
    width: 384px;
}
.footer_dark--col {
    width: 292px;
}
.footer_dark--menu, .footer_dark--contacts {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.footer_dark--social {
    display: flex;
    column-gap: 12px;
}
.footer_dark--link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.footer_dark--link:hover, .footer_dark--link:focus {
    color: #fff;
}
.footer_dark--list {
    display: flex;
    column-gap: 30px;
}
.footer_dark--item {
    padding: 0;
}
.footer_dark--menu .footer_dark--item:before {
    display:none;
}
.footer_dark--contacts .footer_dark--item {
    padding-left: 36px;
}
.footer_dark--contacts .footer_dark--item:before {
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
}
.footer_dark--contacts .footer_dark--item.phone:before {
    background-image: url("/local/templates/aspro_next/images/svg/footer/phone.svg");
}
.footer_dark--contacts .footer_dark--item.email:before {
    background-image: url("/local/templates/aspro_next/images/svg/footer/email.svg");
}
.footer_dark--contacts .footer_dark--item.address:before {
    background-image: url("/local/templates/aspro_next/images/svg/footer/point.svg");
}
.footer_dark--social_item {
    position: relative;
}
.main_partners {
    padding: 40px 0;
}

.main_partners--row {
    display: flex;
    column-gap: 30px;
    justify-content: center;
    row-gap: 30px;
}

.main_partners--left {
    background-color: #F6F6F7;
    padding: 40px;
    border-radius: 20px;
}

.main_partners--logo {
    width: 212px;
    height: 50px;
    margin-bottom: 16px;
}

.main_partners--logo img {
    width: 100%;
}

.main_partners--title {
    font-family: "Muller";
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    color: #181D27;
    margin-bottom: 16px;
}

.main_partners--text {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.main_partners--text p {
    font-family: "Muller";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #181D27;
    margin: 0;
}

.main_partners--brands {
    margin-top: 26px;
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
    row-gap: 25px;
}

.main_partners--brands_item {
    border: 1px solid #FF8800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 73px;
    padding: 0 20px;
}

.main_partners--right {
    background-color: #FFE7CC;
    padding: 40px 37px 40px 40px;
    border-radius: 20px;
    max-width: 465px;
}

.main_partners--partners {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    row-gap: 20px;
    justify-content: center;
    margin: 16px 0;
}

.main_partners--link {
    display: block;
    border-radius: 10px;
    background: linear-gradient(227.82deg, #FEB907 0%, #FF6B00 100%);
    color: #fff;
    margin: 16px 0;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    line-height: 24px;
}
.main_partners--link:hover {
    color: #fff;
}

.main_partners--certificate {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #FF8800;
}
.main_partners--certificate:hover {
    color: #FF8800;
}
#headerfixed .top-block {
    padding: 12px 0;
}
#headerfixed .header_menu_row {
    margin: 10px 0;
}
.svg-glass {
    background-image:  url('/local/templates/aspro_next/images/svg/glass.svg');
}
body .wrapper_inner, body .maxwidth-theme {
    background: unset;
}
.footer_dark--col.adaptive {
    display: none;
}
#footer .footer_dark--show-on-mobile {
    display: none;
}
.footer_dark--row {
    row-gap: 30px;
}
.description {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background-color: #F5F6F8;
}
.description__article {
    max-width: 1290px;
    font-size: 18px;
    line-height: 28px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
}
.description__text {
    color: black;
    margin: 0;
}
.logo-search-row {
    column-gap: 24px;
}
.phone-block__item-link {
    color: #181D27;
    display: flex;
    align-items: start;
    column-gap: 5px;
}
.phone-block__item-link:focus {
    color: #181D27;
}
.phone-block__item-link:hover {
    color: #e69c00;
}
.phone-block__item-link:hover svg {
    fill: #e69c00;
}
#headerfixed .logo-row .logo {
    height: 70px;
    line-height: 70px;
}
.modal--row {
    display: flex;
    align-items: center;
}
.modal--head {
    margin-bottom: 24px;
}
.modal--title {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    color: #181D27;
}
.modal--content {
    max-width: 460px;
    min-width: 460px;
    width: 100%;
    padding: 24px;
    border-radius: 10px;
    margin: 0 auto;
}
.modal--head .modal--row {
    justify-content: space-between;
}
.modal--success .modal--row {
    column-gap: 8px;
    align-items: start;
}
.modal--success {
    display: none;
}
.modal--text {
    padding-top: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.modal--form_submit-btn {
    margin: 24px auto 0;
    min-width: 140px;
}
.toggle_input_type .eye-slashed {
    display: none;
}
.toggle_input_type.active .eye {
    display: none;
}
.toggle_input_type.active .eye-slashed {
    display: block;
}
.modal--close {
    background: transparent;
    border: none;
    outline: none;
    height: 40px;
}
.personal--form_success {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 48px 0;
}
.personal--form_column-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 24px 0 8px;
    color: #181D27;
}
.personal--form_column-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #181D27;
}
.personal--form_column-button {
    margin-top: 24px;
    background: linear-gradient(227.82deg, #FEB907 0%, #FF6B00 100%);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
.personal--form_column-button a:hover, .personal--form_column-button a:focus  {
    color: #fff;
}
.result--page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    margin: 175px 0;
}
.result--page_column-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 16px 0 8px;
    color: #181D27;
}
.result--page_column-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #181D27;
}
.default-theme-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    padding: 12px 24px;
    border-radius: 10px;
    outline: none;
    border: none;
}
.orange_btn {
    margin-top: 24px;
    background: linear-gradient(227.82deg, #FEB907 0%, #FF6B00 100%);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
.fields_error {
    display: none;
    color: red;
    padding: 5px 0 0;
    font-size: 12px;
    line-height: 16px;
}
.fields_error.show {
    display: block;
}
.personal--form {
    max-width: 516px;
}
.personal--form_control {
    margin-bottom: 16px;
}
.personal--form_control:last-child {
    margin-bottom: 0;
}
.personal--form_label {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #888888;
    margin-bottom: 4px;
    display: block;
}
.personal--form_label span {
    color: #ff0900;
}
.personal--form_input {
    position: relative;
}
body .personal--form_input input, body .personal--form_input textarea {
    padding: 10px 38px 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border: 1px solid #c5c7c9;
    border-radius: 8px;
    outline: none;
    width: 100%;

    background: transparent;
    box-shadow: none;
    color: #181D27;
    height: unset;
}
body .personal--form_input input:not([readonly]):focus {
    border: 1px solid #FF8800;
    outline: none;
}
body .personal--form_input input.error {
    border: 1px solid #FF0900;
}
body .personal--form_input textarea {
    min-height: 58px;
}
.modal--form .personal--form_input input[readonly], .modal--form .personal--form_input input[readonly]:focus {
    background-color: #F6F6F7;
    cursor: default;
    color: #888888;
}
.personal--form_input button[type="button"] {
    position: absolute;
    right: 0;
    height: 100%;
    width: 38px;
    outline: none;
    border: none;
    background-color: transparent;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}
.personal--form_input button.personal--new_code-btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width: auto;
    color: #FF8000;
    margin-right: 12px;
}
.personal--form_input button.personal--new_code-btn.timer {
    color: #888888;
    cursor: default;
}
.personal--form_select-btn.active {
    transform: rotate(180deg);
}
.personal--form_btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    padding: 12px 24px;
    border-radius: 10px;
    outline: none;
    border: none;
}
.logo_and_menu-row .block-link.block-link__favorites .basket-link {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1290px)
{
    .hd-flex-fill { justify-content: space-between; }
    .hd-flex-evenly { justify-content: space-evenly; }
    .hd-flex-around { justify-content: space-around; }
    .hd-flex-center { justify-content: center; }
}
@media screen and (max-width: 1235px)
{
    .footer_dark--menu, .footer_dark--contacts {
        padding: 0;
    }
    .footer_dark--media {
        width: unset;
    }
    .footer_dark--col {
        width: 100%;
    }
    .footer_dark--row {
        column-gap: 64px;
    }
}
@media(min-width: 1024px){
    .grid-list--items-8-1024 {
        grid-template-columns: repeat(8, 1fr);
    }
    .grid-list--items-7-1024 {
        grid-template-columns: repeat(7, 1fr);
    }
    .grid-list--items-6-1024 {
        grid-template-columns: repeat(6, 1fr);
    }
    .grid-list--items-5-1024 {
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-list--items-4-1024 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-list--items-3-1024 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-list--items-2-1024 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1024px)
{
    body .wrapper_inner,
    body .maxwidth-theme {
        padding: 0px 30px;
    }
    .about-content-desc {
        max-width: 364px;
    }
    .md-flex-start { justify-content: start; }

    .quote-content-wrap {
        max-width: 535px;
    }
    body .top-block .menu.topest > li {
        margin: 0 0 0 21px;
    }
    .hide-1024 {
        display: none;
    }
    .show-1024 {
        display: block;
    }
    .middle-banner--text {
        max-width: 557px;
    }
    .footer_dark--menu, .footer_dark--contacts {
        padding: 0;
    }
    .footer_dark--media {
        width: unset;
    }
    .footer_dark--col {
        width: 100%;
    }
    .main_partners--row {
        flex-wrap: wrap;
    }
    .main_partners--right {
        max-width: 100%;
    }
    body #headerfixed .inner-table-block {
        padding: 0;
    }
    body .header-wrapper .logo_and_menu-row .wrap_icon.compare_block {
        padding: 0;
    }
    .footer_dark--media {
        padding: 0;
    }
    .footer_dark--wrap {
        padding: 48px 0;
    }
    .logo-row .logo {
        min-width: 190px;
    }
    .search_wrap.wide_search {
        flex: auto;
        width: 100%;
    }
    body .logo_and_menu-row .wrap_icon.compare_block {
        padding: 0 12px;
    }
    .logo-search-row {
        column-gap: 16px;
    }
}
@media screen and (max-width: 991px) {
    .desktop-hide {
        display: block;
    }
    .tablet-hide {
        display: none;
    }
    .tablet-show {
        display: block;
    }
    .header-catalog-btn {
        display: none;
    }
    .header-burger-btn {
        display: flex;
    }
    .header-personal-btn svg {
        width: 20px;
        height: 20px;
        display: block;
    }
    .header-personal-btn:hover svg path {
        fill: #fff;
    }
    .btn-popup.header-personal-btn {
        min-width: unset;
        padding: 0 10px;
    }
}
@media screen and (max-width: 900px) {
    .quote-content-img {
        align-self: flex-start;
        min-width: unset;
        height: unset;
        width: 50%;
    }
    .quote-content-wrap {
        max-width: 48.5%;
        height: unset;
    }
    .about-content .flex-content {
        flex-wrap: wrap;
    }
    .about-content-logo-wrap {
        width: 200px;
        height: 200px;
    }
    .about-content-rewards {
        margin: 30px auto 0;
    }
    .about-content-desc {
        max-width: 540px;
    }
}
@media screen and (max-width: 768px)
{
    .middle-banner--text {
        max-width: 310px;
    }
    .footer_dark--row {
        column-gap: 30px;
    }
    .footer_dark--list {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .footer_dark--col {
        width: 45%;
    }
    .footer_dark--col.hide_tablet {
        display: none;
    }
    .footer_dark--col.adaptive {
        display: block;
    }
    body .wrapper_inner,
    body .maxwidth-theme {
        padding: 0px 24px;
    }
    body .hide-768 {
        display: none;
    }
    #mobilefixed {
        opacity: 1;
        bottom: 0;
    }
}
@media screen and (max-width: 767px)
{
    body .tablet-flex-fill { justify-content: space-between; }
    body .tablet-flex-evenly { justify-content: space-evenly; }
    body .tablet-flex-around { justify-content: space-around; }
    body .tablet-flex-center { justify-content: center; }
    body .tablet-flex-start { justify-content: start; }
    body .tablet-flex-wrap { flex-wrap: wrap; }
}
@media screen and (max-width: 720px)
{
    .catalog-detail__reg-banner-content {
        flex-wrap: wrap;
    }
    .middle-banner--text {
        max-width: 100%;
    }
    .content-btn.banner--btn {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}
@media screen and (max-width: 615px) {
    #header.top-block {
        display: none;
    }
    #headerfixed .top-block {
        display: none;
    }
    .mobile_logo-row {
        display: flex;
        padding: 12px 0 16px;
    }
    #headerfixed .mobile_logo-row {
        padding: 12px 0 8px;
    }
    .mobile_logo-row .mobile_logo-block .logo, #headerfixed .mobile_logo-row .mobile_logo-block .logo {
        height: unset;
        min-width: 122px;
        max-width: 122px;
        line-height: 0;
    }
    .logo-block {
        display: none;
    }
    body .logo_and_menu-row .wrap_icon.compare_block {
        padding: 0;
    }
    .menu-row {
        display: none;
    }
}
@media screen and (max-width: 630px) {
    body .wrapper_inner,
    body .maxwidth-theme {
        padding: 0px 16px;
    }
}
@media screen and (max-width: 600px) {
    .quote-content {
        flex-wrap: wrap;
    }
    .quote-content-img {
        width: 100%;
        margin: 0 0 20px;
    }
    .quote-content-wrap {
        max-width: 100%;
    }
}
@media screen and (max-width: 560px)
{
    .hide_desktop {display: block;}
    body .mobile-flex-fill { justify-content: space-between; }
    body .mobile-flex-evenly { justify-content: space-evenly; }
    body .mobile-flex-around { justify-content: space-around; }
    body .mobile-flex-center { justify-content: center; }
    body .mobile-flex-wrap { flex-wrap: wrap; }

    body .mobile-hide {
        display: none;
    }
    body .mobile-show {
        display: block;
    }

    body .mobile-full-width { width: 100%; }

    .about-content {
        padding-top: 10px;
    }

    .about-content-title {
        font-size: 20px;
    }
    .about-content-logo-wrap {
        width: 150px;
        height: 150px;
        margin-bottom: 30px;
    }
    .about-content-logo {
        width: 150px;
        height: 150px;
    }
    .hide_mobile {
        display: none;
    }
    .about-adv-item {
        margin-bottom: 20px;
    }
    .quote-content-wrap .partners-link-btn {
        line-height: 24px;
        font-weight: 700;
    }
    .middle-banner--img {
        display: none;
    }
    .main_partners {
        padding: 20px 0;
    }

    .main_partners--left {
        padding: 16px;
    }

    .main_partners--title {
        font-size: 28px;
        line-height: 36px;
    }

    .main_partners--text p {
        font-size: 13px;
        line-height: 17px;
    }

    .main_partners--brands {
        row-gap: 16px;
        column-gap: 16px;
    }

    .main_partners--brands_item {
        padding: 0 16px;
    }

    .main_partners--right {
        padding: 16px;
    }

    .main_partners--partners {
        justify-content: left;
    }
    .footer_dark--col {
        width: 100%;
    }
    .footer_dark--row {
        flex-wrap: wrap;
    }
    #footer .footer_dark--hide-on-mobile {
        display: none;
    }
    #footer .footer_dark--show-on-mobile {
        display: inherit;
    }
    .footer_dark--contacts .footer_dark--item.address {
        padding-right: 10px;
    }
    .footer_dark--wrap {
        padding: 24px 0;
    }
    .footer_dark--list {
        row-gap: 30px;
    }
    .logo-search-row {
        column-gap: 8px;
    }
}
@media screen and (max-width: 1400px) {
    .description {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 510px) {
    .description {
        padding: 30px 15px;
    }

    .description__article {
        padding: 30px 20px;
    }
}

/* Диапазон измерений */

.measuring-range {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background-color: #F5F6F8;
}

.measuring-range__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1290px;
    width: 100%;
    padding: 40px 0;

}

.measuring-range__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    margin: 0;
}

.measuring-range .measuring-range__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding: 0;
    column-gap: 50px;
    row-gap: 14px;
    list-style: none;
    margin: 0;
}

.measuring-range .measuring-range__list-item {
    color: white;
    margin: 0;
    padding-left: 0;
    position: static;
}

.measuring-range .measuring-range__list-item:before {
    content: none;
}

.measuring-range .measuring-range__list-item {
    margin-bottom: 18px;
}
.measuring-range .measuring-range__list-item:last-child {
    margin-bottom: 0;
}
.property {
    display: flex;
    align-items: start;
    gap: 14px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.property__icon {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    background-color: #FF8800;
    flex-shrink: 0;
}

@media screen and (max-width: 800px) {
    .measuring-range .measuring-range__list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 550px) {
    .measuring-range {
        padding: 0;
    }

    .measuring-range__content {
        padding: 30px 15px;
        gap: 20px;
    }

    .measuring-range__title {
        font-size: 20px;
        line-height: 28px;
    }

    .measuring-range .measuring-range__list {
        grid-template-columns: 1fr;
    }
}

/* Подберите подходящий вам измеритель ВГХ */

.selection-request {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFE7CC;
    padding: 40px 30px;
}

.selection-request__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1290px;
    width: 100%;
}

.selection-request__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    margin: 0;
}

.selection-request__button {
    padding: 16px 30px;
    flex-shrink: 0;
    background-image: linear-gradient(rgba(254, 185, 7, 1), rgba(255, 107, 0, 1));
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 26px;
    color: white;
    border-radius: 6px;
}

@media screen and (max-width: 650px){
    .selection-request {
        padding: 30px 15px;
    }

    .selection-request__content {
        flex-direction: column;
        gap: 20px;
    }

    .selection-request__button {
        width: 100%;
    }
    .logo_and_menu-row {
        padding-bottom: 12px;
    }
}

/* Технические характеристики */

.technical-specifications {
    width: 100%;
    padding: 40px 0;
}

.technical-specifications__content {
    display: flex;
    flex-direction: column;
    max-width: 1290px;
    width: 100%;
    gap: 30px;
}

.technical-specifications__title {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}

.technical-specifications__parameters-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}

.technical-specifications__column {
    display: flex;
    flex-direction: column;
}

.parameter {
    width: 100%;
    border-collapse: collapse;
}

.parameter__title {
    padding: 16px 20px;
    background-image: linear-gradient(rgba(254, 185, 7, 1), rgba(255, 107, 0, 1));
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: start;
}

.parameter__table {
    list-style-type: none;
    padding: 0;
}

.parameter__table-cell {
    padding: 16px 20px;
    border: 1px solid #FF8800;
}

.parameter__property {
    display: grid;
    grid-template-columns: 56% 1fr;
    column-gap: 30px;
}

.parameter__key {
    font-size: 18px;
    line-height: inherit;
    overflow-wrap: break-word;
}

.parameter__values {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 28px;
    color: #181D27;
    white-space: pre-line;
}
.parameter__values span {
    word-break: break-word;
}

.technical-specifications__price {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    margin-top: 30px;
}

.technical-specifications__amount {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #FF8800;
    margin: 0;
}

.technical-specifications__price-additional-text {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: #B3B3B3;
    line-height: 15px;
}

@media screen and (max-width: 800px) {
    .parameter__title {
        font-size: 16px;
        line-height: 24px;
    }

    .parameter__property {
        column-gap: 20px;
        grid-template-columns: 47% 1fr;
    }
}

@media screen and (max-width: 750px) {
    .technical-specifications__parameters-container {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 650px) {
    .technical-specifications {
        padding: 30px 0;
    }

    .parameter__property {
        column-gap: 16px;
    }

    .parameter__table-cell {
        padding: 16px;
    }

}
@media screen and (max-width: 480px) {
    .popup {
        padding: 0 16px;
    }
    .modal--title {
        font-size: 20px;
        line-height: 26px;
    }
    .modal--content {
        min-width: 100%;
        padding: 16px;
    }
    .ui--btn {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .parameter__values {
        font-size: 16px;
    }
}

/* Посмотрите подробную презентацию продукта */

.product-presentation {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 30px;
    background-color: #F6F6F7;
}

.product-presentation__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #FFFFFF;
    max-width: 1290px;
    width: 100%;
    gap: 60px;
    padding: 40px;
    align-items: center;
    border-radius: 8px;
}

.product-presentation__banner {
    width: 100%;
    max-height: 152px;
}

.product-presentation__info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 24px;
}

.product-presentation__text {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #181D27;
    font-weight: 500;
}

.product-presentation__button {
    padding: 16px 30px;
    flex-shrink: 0;
    background-image: linear-gradient(rgba(254, 185, 7, 1), rgba(255, 107, 0, 1));
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 26px;
    color: white;
    border-radius: 6px;
}

.product-presentation__button:hover {
    color: white;
}

@media screen and (max-width: 1200px){
    .product-presentation__content {
        gap: 30px;
    }
}

@media screen and (max-width: 800px){
    .product-presentation__content {
        gap: 15px;
    }
}

@media screen and (max-width: 700px){
    .product-presentation {
        padding: 30px 15px;
    }

    .product-presentation__content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 30px 20px;
    }

    .product-presentation__button {
        font-size: 12px;
        padding: 8px 16px;
    }
}
