.subsection__body--center_img .item__img img{
    margin: auto;
}

body.is-hidden {
    overflow: hidden;
    touch-action: none;
-ms-touch-action: none;
}


a.contact__item-value {
    color: #d02b2f;
    text-decoration: none;
}

.catalog__name {
    padding-right: 20px;
    max-width: 70%;
    width: calc(100% - 157px);
}

.where__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.where__list a {
    display: inline-flex;
}

.where__item {
    color: #292a2f;
    transition: color 0.3s ease;
    text-decoration: none;
}

@media(min-width: 960px) {
    .where__item:hover {
        color: #d02b2f;
    }
}

.back {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    
    color: #d02b2f;
    transition: opacity 0.3s ease;
}

.back i {
    margin-right: 5px;
}

.back a {
    color: #d02b2f;
    text-decoration: none;
}

.map-detail {
    height: 450px;
    width: 100%;
}

.hide-map {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #d02b2f;
    transition: opacity 0.3s ease;
}

.hide-map i {
    margin-left: 5px;
}

.where-detail__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.menu-banner__item {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

@media(min-width: 960px) {
    .back:hover {
        opacity: 0.8;
    }

    .search__reset {
        opacity: 0.8;
    }

    .menu-banner__item:hover {
        opacity: 0.8;
    }

    .hide-map:hover {
        opacity: 0.8;
    }

    .podskazka-town:hover::after {
        content: attr(data-title);
        position: absolute;
        right: -325px;
        top: -5px;
        font-family: Arial, sans-serif;
        font-size: 11px;
        padding: 5px 10px;
        border: 1px solid #e5e5e5;
        z-index: 1000000;
        background: #fff;
        min-width: 200px;
        color: #5b5b5b !important;
    }

}

.list-shop {
    width: 100%;
}

.podskazka-town {
    position: relative;
    display: inline-block;
    /* height: 10px; */
    margin-left: 5px;
    vertical-align: -1px;
}

.list-shop{width:100%; table-layout: fixed;}
.list-shop th {background:#e9e9e9; padding:15px 13px; text-align:left;  font-size:13px;}
.list-shop th i{font-size:15px; color: #d02b2f;}
.list-shop td{    padding: 12px 13px;
    line-height: 20px;
    font-size: 15px;
}
.list-shop tr:nth-child(2n+1) { background:#f5f5f5;}
.list-shop a{color:#000;}
.list-shop i{font-size:19px;}
.list-shop tr td:nth-child(2) span{border-bottom:1px dashed #000;}
.list-shop tr td:nth-child(2):hover{color: #d02b2f;}
.list-shop tr td:nth-child(2):hover span{border:none;}
.list-shop tr th:nth-child(3){width:155px;}
.list-shop tr th:nth-child(4){width:155px;}
.list-shop tr th:nth-child(5){width:155px;}
.list-shop tr th:nth-child(6){width:155px;}

.title-td {
    display: none;
}

@media(max-width: 992px) {
    .list-shop {
        display: block;
    }

    .list-shop tr {
        
        margin-bottom: 10px;
    }

    .title-td {
        display: inline-flex;
        align-items: center;
        color: #d02b2f;
        font-weight: bold;
        margin-right: 7px;
    }

    .podskazka-town {
        position: relative;
        display: inline-block;
        /* height: 10px; */
        margin-left: 5px;
        vertical-align: 1px;
        margin-bottom: -3px;
        margin-right: 4px;
    }

    .list-shop tr td:nth-child(2) span {
        border-bottom: 0;
    }

    .list-shop td {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 5px;
    }

    .list-shop__head {
        display: none !important;
    }
}

@media(max-width: 640px) {
    .where-detail__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .where-detail__top .back {
        order: 1;
        margin-bottom: 15px;
    }

    .where-detail__top .hide-map {
        order: 2;
    }
}

.page-detail a {
    color: #d02b2f;
    text-decoration: none;
}

.rec tr td {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.4;
   /* border-bottom: transparent;*/
   border-bottom: 1px solid rgb(208 43 47 / 100%);
}

.rec tr td:nth-child(1) {
    font-weight: bold;
    padding-left: 0;
   /* border-bottom: 2px solid rgb(208 43 47 / 50%);*/
}

@media(max-width: 768px) {
    .rec tr {
        display: block;
        padding-bottom: 10px;
    }

    .rec tr td {
        display: block;
        border: 0;
        padding: 0;
    }

    .rec {
        display: block;
    }
}

@media(max-width: 560px) {
    .page-detail p {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 12px;
    }

    .rec tr td {
        font-size: 16px;
    }
}

.search {
    position: relative;
}

.search__form {
    display: flex;
    width: 100%;
    position: relative;
}

.where {
    margin-top: 90px;
}

.search__reset {
    left: initial;
    right: 0;
    text-decoration: none;
}

.catalog__item:hover {
    text-decoration: none;
}

.item__item:hover {
    color: inherit;
    text-decoration: none;  
}

.item--list .item__body {
    padding-right: 95px;
}

@media(max-width: 992px) {
    .item--list .item__img {
        width: 172px;
    }
}

@media(max-width: 768px) {
    .item--list .item__item {
        flex-direction: column;
    }

    .item--list  .item__img {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 2px;
        height: 150px;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .item--list .item__date {
        position: absolute;
        top: 20px;
        left: 0;
        right: initial;
        background-color: #f3f3f3;
        color: #292a2f;
        font-size: 14px;
        border-bottom-left-radius:  0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px 10px 10px 13px;
    }

    .item--list .item__body {
        padding: 18px 19px 14px 21px;
        width: 100%;
    }
}

@media(max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .row {
        margin: 0 -15px;
    }

    .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, .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, .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, .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 {
        padding: 0 15px;
    }
}

.search-form {
    flex-grow: 1;
    display: flex;
}

.slick-slide, div {
    outline: 0 !important;
}

.slider-for__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox__control {
    flex: none;
}

.slick-slide, a, button, input, textarea {
    outline: 0 !important;
}

.slider-for__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    outline: 0 !important;
}

.slider-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
}


.slick-slide img {
    display: block;
    max-height: 100%;
}

.item__img img {
    display: block;
    max-height: 100%;
}

.marketing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.marketing_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
    border-radius: 10px;
    background-color: #fff;
    text-decoration: none;
    position: relative;
    width: calc(33.3% - 30px);
    margin: 0 15px 30px;
    color: initial;
    padding: 15px 0 15px 28px;
    transition: background-color .3s ease;
}

.marketing_item_icon {
    width: 157px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: none;
}

.marketing_item:before {
    content: " ";
    position: absolute;
    height: 6px;
    background-color: #f9f9f9;
    border-radius: 10px;
    left: 30px;
    right: 0;
    top: -4px;
    display: flex;
    width: 120px;
    transition: background-color .3s ease;
}

.marketing_item_icon .red-icon {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;

}

.marketing_item_name {
    font-weight: 900;
    font-family: Ruda,sans-serif;
    font-size: 14px;
    transition: color .3s ease;
    padding-right: 10px;
}

@media(min-width: 960px) {
    .marketing_item:hover::before {
        background-color: #d02b2f;
    }

    .marketing_item:hover .red-icon {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .marketing_item {
        width: calc(50% - 30px);
    }
}


@media (max-width: 640px) {
    .marketing_item {
        width: calc(100% - 30px);
    }
}

.news__text {
    display: none;
}

.distributor__item img {
    opacity: 1;
    filter: grayscale(100%); 
    opacity: 0.5;
    transition: filter 0.3s, opacity 0.3s ease;
}

.distributor__item:hover img {
    filter: grayscale(0%); 
    opacity: 1;
}

.distributor__slider .slick-slide {
    pointer-events: initial;
}

.menu-banner__item {
    text-decoration: none !important;
}

.distributor__item img {
    max-width: 80%;
}

.position {
    display: flex;
}

.position  img {
    height: 50px;
}

.item .item__img {
    display: flex;
    justify-content: flex-end;
}

/* .catalog--main .catalog__item .catalog__img{
    justify-content: center;
} */

/* .catalog--main .catalog__item:nth-child(1) .catalog__img {
    justify-content: flex-end;
    margin-right: 0;
}

.catalog--main .catalog__item:nth-child(2) .catalog__img {
    justify-content: flex-end;
    margin-right: -8px;
}

.catalog--main .catalog__item:nth-child(3) .catalog__img {
    justify-content: flex-end;
}

.catalog--main .catalog__item:nth-child(4) .catalog__img {
    justify-content: center;
} */

/* .catalog--main .catalog__item:nth-child(3) .catalog__img img {
    max-width: 140px;
}

.catalog--main .catalog__item:nth-child(5) .catalog__img {
    justify-content: center;
}

.catalog--main .catalog__item:nth-child(5) .catalog__img {
    justify-content: flex-end;
    margin-right: 0;
}

.catalog--main .catalog__item:nth-child(6) .catalog__img {
    justify-content: center;
}




.catalog--main .catalog__item:nth-child(8) .catalog__img {
    justify-content: center;
}


.catalog--main .catalog__item:nth-child(7) .catalog__img {
    justify-content: center;
}

.catalog--main .catalog__item:nth-child(9) .catalog__img {
    justify-content: flex-end;
}

.catalog--main .catalog__item:nth-child(10) .catalog__img {
    justify-content: center;
}

.catalog--main .catalog__item:nth-child(11) .catalog__img {
    justify-content: center;
} */


@media(max-width: 1200px) {
    .catalog__name {
        font-size: 13px;
        word-break: break-word;
        width: calc(100% - 157px);
    }
}

.logo-item img {
    display: block;
}

.logo-item a {
    text-decoration: none;
    color: #d02b2f;
}

.card__section ul li:after {
    left: 6px;
    top: 7px;
}

.card__section ul li a {
    text-decoration: none;
    color: #d02b2f;
}

.card__section-body p a {
    text-decoration: none;
    color: #d02b2f;
}

.page-detail img {
    height: auto;
}

.page-detail {
    overflow: hidden;
}

.page-detail  ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #d02b2f;
    border-radius: 50%;
    opacity: .3;
}

.page-detail ul li {
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    padding-left: 41px;
    margin-bottom: 8px;
}

.page-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 25px 0;
    padding-left: 22px;
}

.page-detail ul li:after {
    content: " ";
    position: absolute;
    left: 7px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #d02b2f;
    border-radius: 50%;
}

.logo-item__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.logo-item {
    width:calc(25% - 30px);  
    margin: 0 15px;
    box-sizing:border-box; 
    font-size:15px; 
    font-family: 'Open Sans',sans-serif; 
}

.logo-item-img {
    width: 100%;
    height: 150px;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 0 9px;
    text-align: center;
    background-color: #fff;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}


.logo-item-img:before {
    content: " ";
    position: absolute;
    height: 6px;
    background-color: #d02b2f;
    border-radius: 10px;
    left: 30px;
    right: 0;
    top: -4px;
    display: flex;
    width: 120px;
    transition: background-color .3s ease;
}

.logo-item-img div{    display: flex;
    visibility: initial;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.logo-item img {
    max-width: 100%;
    max-height: 100%;
}
.logo-item a{
    margin:0 5px 0 0; 
    display:inline-block;
}

@media(max-width: 992px) {
    .logo-item {
        width:calc(50% - 30px);  
        margin-bottom: 35px;
    }
}

@media(max-width: 420px) {
    .logo-item {
        width:calc(100% - 30px);  
    }
}

@media (max-width: 640px) {
    .footer .position img {
        width: auto!important;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .footer .position img {
        height: 41px;
    }

    
}

span.pagination__item:hover {
    color: #9e9fa1;
    background-color: #fff;
}

.pagination__item .svg-icon use {
    fill: #9e9fa1;
}

.pagination__item--right .svg-icon {
    transform: rotate(
        -90deg
        );
}

.pagination__item--left .svg-icon {
    transform: rotate(
        90deg
        );
}

.pagination__item:hover .svg-icon use {
    fill: #fff;
}

.pagination__item {
    text-decoration: none !important;
}

.user {
    display: none  !important;
}




.item .item__img {
    display: flex;
    justify-content: center;
}

.item--list .item__img {
    justify-content: flex-end;
}

.item--list .item__img2 {
    justify-content: center ;
}

@media (max-width: 768px){
    
    .item--list .item__img2 {
        justify-content: flex-end;
    }
}

.card-btn__item--el {
    padding-top: 18px;
    padding-bottom: 10px;
    height: auto;
    height: 273px;
    align-items: flex-start;
    position: relative;
    width: 49px;
}

.card-btn__item--el span {
    top: 18px;
    left: 35px;
}

.vacancies__title {
    text-decoration: none;
    color: #292a2f;
}

.card-btn__item--el img {
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 19px;
}

.contact__schema button.doc__item  {
    border: 0;
    height: 60px;
    border-radius: 10px;
    min-height: initial;
    padding: 0;
    cursor: pointer;
}

.contact__schema button.doc__item .doc__icon {
    pointer-events: none;
}

.contact__schema button.doc__item .doc__body {
    pointer-events: none;
}
/*
.tab__block[data-tab="13690"] .doc__icon {
    display: none;
}
*/
.search-list-catalog .item--list .item__img {
    justify-content: center;
}

.card__where:hover {
    text-decoration: none;
    color: #d02b2f;
}

.doc__item:hover {
    text-decoration: none;
    color: #d02b2f;
}

.doc__item .doc__body {
    transition: color 0.3s ease;
}

.doc__item:hover .doc__body {
    color: #d02b2f;
}

h4 a {
    color: #d02b2f;
    text-decoration: none;
}

.brand-list {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    margin-bottom: 30px;
}

@media (max-width: 640px) {
    .menu>li:first-child>a {
        color: #fff;
    }

    .menu>li:first-child>a span:before {
        display: none;
    }
}

.subscription__body form {
    display: flex;
}

.subscription input {
    width: auto;
    flex-grow: 1;
}

.subscription__body .btn {
    flex:  none;
}

.tab__control-item {
    padding: 0 5px;
}

.dropmenu--big .dropmenu__wrap {
    padding-left: 0;
    padding-right: 0;
}

.dropmenu__control {
    margin-left: 15px;
    flex: none;
    display: flex;
}

.dropmenu__control svg use {
    fill: #d02b2f;
}

.dropmenu__control svg {
    transform: rotate(-90deg);
}

.dropmenu--big .dropmenu__wrap>ul>li>a {
    margin-bottom: 0;
}

.dropmenu--big .dropmenu__wrap>ul>li:hover .dropmenu__drop {
    position: absolute;
    opacity: 1;
    pointer-events: auto;
}

.dropmenu--big .dropmenu__wrap>ul>li {
    list-style: none;
    position: relative;
    padding-left: 29px;
    padding-right: 29px;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    justify-content: space-between;
}

.dropmenu--big .dropmenu__wrap>ul {
    padding: 0;
    margin: 0;
}

.dropmenu--big .dropmenu__wrap>ul>li>a {

}

.dropmenu__drop>ul {
    padding: 0;
    margin: 0;
}

.dropmenu__drop>ul>li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}


.dropmenu__drop {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 29px;
    position: absolute;
    right: -280px;
    top: -22px;
    width: 280px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

@media (max-width: 640px) {
    .menu-mobile {
        transform: translateY(-141%);
    }

    .dropmenu--big .dropmenu__wrap>ul>li {
        padding-left: 0;
        padding-right: 0;
    }

    .dropmenu__control {
        display: none;
    }

    .dropmenu__drop {
        display: none;
    }
}

.schema__img img {
    height: auto;
}

.quanty {
    position: absolute;
    right: 7px;
    top: 78px;
}

@media (max-width: 768px) {
    .quanty {
        right: initial;
        left: 7px;
        top: 69px;
    }
}

.doc-block__top {
    cursor: pointer;
    transition: color 0.3s ease;
}

@media(min-width: 960px) {
    .doc-block__top:hover {
        color: #d02b2f;
    }
}

.news__img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news__item {
    position: relative;
    overflow: visible;
}

.news__item::before {
    content: " ";
    position: absolute;
    height: 6px;
    background-color: #d02b2f;
    border-radius: 10px;
    left: 25px;
    /* right: 0; */
    top: -2px;
    display: flex;
     opacity: 0; 
    transition: opacity .3s ease;
    width: 100px;
}

.news__item:hover::before {
    opacity: 1;
} 

@media(max-width: 560px) {
    .subscription {
        width: 100%;
    }

    .subscription__body {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .footer__top .social {
        margin-left: -4px;
        margin-right: -4px;
    }

    .footer__top .social__item {
        margin: 0 4px;
    }

    .subscription input {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .subscription__body form {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .menu-mobile {
        top: 69px;
    }
}

.section--grey-light {
    background: #F9F9F9;
}

.section--greywhite-light{
    background: #FCFCFC;
}

.distributor--pr .distributor__item img {
    max-height: 80%;
}

.distributor--pr .distributor__item {
    width: 213px;
    height: 100px;
}

.position {
    display: none;
}

.footer__menu {
    align-items: flex-end;
}

@media(max-width: 560px) {
    .distributor--pr .distributor__item {
        width: 100%;
        height: 100px;
    }
}

.tab__control-item {
    transition: background-color .3s, color .3s ease;
}

.tab__control--about {
    margin-left: -5px;
    margin-right: -5px;
}

.tab__control--about .tab__control-item {
    width: calc(100%/7 - 10px) !important;
    text-decoration: inherit;
    text-align: center;
    color: initial;
    margin: 0 5px;
}

.tab__control--about .tab__control-item:hover {
    color: #fff;
    background-color: #d02b2f;
}


.tab__control--about .tab__control-item.is-active {
    color: #fff;
}

@media(max-width: 960px) {
    .tab__control--about {
        margin: 0;
        width: 870px;
       
    }

    .tab--about {
        margin-right: -32px;
        overflow-x: auto;
        margin-bottom: 25px;
    }

    .tab--about .tab__control-item {
        font-size: 10px;
        line-height: 1.2;

    }
}

@media (max-width: 480px) {
    .tab--about {
        margin-right: -15px;
    }



}

.doc__icon--doc img {
    width: 20px;
    height: auto;
}

.schema__img {
    width: 100%;
}

.schema__img img {
    height: auto;
    width: 100%;
}

.item-price {
    position: absolute;
    right: 7px;
    top: 100px;
    text-align: right;
}

@media (max-width: 768px) {
    .item-price {

        right: initial;
        left: 7px;
        text-align: left;
    }
}

/* .catalog--inner .catalog__item  .catalog__img {
    margin-left: 0 !important;
    justify-content: flex-end !important;
    margin-right: 0 !important;
} */

/* .catalog--inner .catalog__item:nth-child(3) .catalog__img {
    margin-right: -3px !important;
}

.catalog-11510 .catalog__item  .catalog__img {
    margin-left: 0 !important;
    justify-content: center !important;
    margin-right: 0 !important;
}

.catalog-11510 .catalog__item  .catalog__img img {
    max-width: 140px;
}

.catalog-914 .catalog__item:nth-child(5)  .catalog__img img {
    max-width: 140px;
}

.catalog-914 .catalog__item:nth-child(5)  .catalog__img{
    justify-content: center !important;
}

.catalog-914 .catalog__item:nth-child(10)  .catalog__img img {
    max-width: 140px;
}

.catalog-914 .catalog__item:nth-child(10)  .catalog__img{
    justify-content: center !important;
}

.catalog-935 .catalog__item  .catalog__img img {
    max-width: 140px;
}

.catalog--inner.catalog-935  .catalog__item .catalog__img {
    justify-content: center !important;
} */


.card-btn__item--el {
    display: none !important;
}

.item__name:hover {
    color: #d02b2f;
    text-decoration: none;
}

.item__name {
    display: inline-flex;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.phone--pdf {
    margin-right: 76px;
}

.phone--pdf .svg-icon {
    width: 16px;
    height: auto;
}

.phone--pdf .svg-icon use {
    fill: #fff;
}

@media(max-width: 768px) {
    .phone--pdf {
        margin-right: 20px;
    }
}


.catalog__popup {
    width: calc(100% + 30px);
    padding: 0 15px;
    background-color: rgba(158, 159, 161, 50%);
    margin-bottom: 35px;
    border-radius: 15px;
    padding: 25px 15px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.catalog__popup h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #d02b2f;
}

.catalog__popup-wrap .catalog__item {
    margin-bottom: 15px;
}

.catalog__popup-wrap {
    flex-wrap: wrap;
    padding:  15px 0;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

.header__info {
    display: flex;
    align-items: center;
}
.phone--pdf {
    text-decoration: none;
}

.phone--pdf img  {
    max-width: 80%;
}

.review-page .page-detail img {
  /*  width: auto;
    float: none;*/
}

.sort {
    display: inline-flex;
}

.sort__item {
    display: inline-flex;
    align-items: center;
    color: #d02b2f;
}

.sort__icon {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}

.sort__icon svg {
    transition: transform 0.3s ease;
}

.sort__item.is-active .sort__icon svg {
    transform: rotate(180deg);
}

.sort__item.asc.is-active .sort__icon svg {
    transform: none;
}

.sort__icon svg path {
    fill: transparent;
    stroke: #d02b2f;
    transition: stroke 0.3s ease;
}

@media (max-width: 640px) {
    .subsection__top {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .control {
        margin-bottom: 0;
    }
}


.page-detail h2 {
    margin: 0 0 10px;
}

.page-detail h1 {
    margin: 0 0 10px;
}

.page-detail h3 {
    margin: 0 0 10px;
}

.page-detail ul li {
    padding-left: 0;
}

.page-detail ul li::marker {
    color: #d02b2f;
}


.page-detail ul li:before {
    display: none;
}

.page-detail ul li:after {
    display: none;
}

.page-detail ul {
    list-style: initial;
}