.product-info__button {
    margin-top: 0 !important;
}

.product-info__button .buttonItem a {
    height: 44px;
}

.product-info__sale {
    /* text-align: left !important;
    margin-bottom: 8px !important; */
}

#catalogBlock .rightBlock #catalogList .catalogItem .price-discount .price-val {
    white-space: nowrap;
}

#catalogBlock .rightBlock #catalogList .catalogItem .price .price-val {
    white-space: nowrap;
}

#catalogBlock .rightBlock #catalogList .catalogItem .columnItem .full_price_block {
    flex-direction: row;
    width: 100%;
}

#catalogItem .itemTop .logoArea {
    padding: 0;
    max-width: 380px
}

.product-info__in {
    /* margin-left: 8px; */
}

.product-info__background {
    background-color: #F5F6F7;
    border-radius: 16px;
    padding: 16px;
    margin: 0px -16px -16px -16px;
}

.product-photo {
    max-width: 460px;
    width: 100%;
    aspect-ratio: 3 / 2;
}

.product-photo .product-photo_empty,
.product-photo.is-empty .product-photo_img {
    display: none;
}

.product-photo.is-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #F4F5F6 solid;
    border-radius: 8px;
}

.product-photo.is-empty .product-photo_empty {
    display: inline;
    font-size: 16px;
    line-height: 22px;
    color: #515456;
}

.product-photo_img {
    text-align: center;
}

#catalogItem .buttonItem .addBasket {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}


#catalogItem .buy1ClickArea .buy1Click {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.prop_item_title {
    color: #26292C;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.prop_item .prop_item_title a {
    text-decoration: none;
    color: #033460;
}

.prop_item:hover .prop_item_title a {
    text-decoration: underline;
}

/* reviews */
.b-reviews__teaser {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #033460;
    margin-bottom: 8px;
}

#commentBlock h3 {
    margin-bottom: 16px;
}

#commentBlock {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 32px;
    margin-bottom: 34px;
}

@media screen and (max-width: 1199px) {
    #commentBlock h3 {
        text-align: center;
    }

    .b-reviews__title, .b-reviews__teaser, .b-reviews__bottom {
        max-width: 288px;
    }
}

@media screen and (max-width: 767px) {
    .b-reviews__title, .b-reviews__teaser, .b-reviews__bottom {
        max-width: 100%;
    }
}

@media screen and (max-width: 539px) {
    .product-info__button .buttonItem {
        margin-top: 0 !important;
    }
}

/**/

#basketBlock .basketList .basketItem {
    border-top: 1px solid #CCC;
    border-bottom: 0;
    height: 153px;
}


#basketBlock .basketList .basketItem:last-child {
    border-bottom: 1px solid #CCC;
}

#basketBlock .basketList .basketItem .basketItem-price .price .number, #basketBlock .basketList .basketItem .basketItem-price .price {
    font-size: 26px;
    line-height: 32px;
    color: #033460;
}

#basketBlock .basketFinalBlock .priceAllBasket .number {
    font-size: 32px;
    line-height: 40px;
}

#basketBlock .basketList .basketItem .basketItem-count .countBlock .countNumber {
    font-size: 14px;
    line-height: 16px;
    color: #033460;
    width: calc(100% - 48px);
}

#basketBlock .basketFinalBlock .flex {
    justify-content: flex-end;
    margin-bottom: 16px;
}

#basketBlock .basketFinalBlock .priceAllBasket {
    font-size: 32px;
    line-height: 40px;
    color: #033460;
    font-weight: 700;
}

#basketBlock .basketFinalBlock .finish-basket {
    height: 44px;
    width: 288px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 992px) {
    .page .text h1 {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    /* .page .text h1 {
        font-size: 24px;
        line-height: 32px;
    } */

    #basketBlock .basketList .basketItem .mobile-click {
        display: none;
    }

    #basketBlock .basketList .basketItem .basketItem-delete {
        bottom: auto;
        top: 12px;
    }

    #basketBlock .basketList .basketItem {
        border: 1px solid #E5E5E5 !important;
        margin-bottom: 16px;
        height: 100%;
    }

    #basketBlock .basketList .basketItem .basketItem-info .info .name {
        padding-right: 24px;
        max-width: 344px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    #basketBlock .basketList .basketItem .basketItem-info {
        margin-bottom: 16px;
    }

    #basketBlock .basketList .basketItem .basketItem-price .mobile {
        display: none;
    }

    #basketBlock .basketList .basketItem .basketItem-count {
        margin-bottom: 0;
    }

    #basketBlock .basketList .basketItem .basketItem-price {
        position: absolute;
        right: 12px;
        bottom: 12px;
        width: auto;
    }

    #basketBlock .basketList .basketItem .basketItem-price .price .number {
        font-size: 24px;
        line-height: 24px;
    }

    #basketBlock .basketList .basketItem .basketItem-count .countBlock {
        width: 122px;
    }

    #basketBlock .basketFinalBlock .priceAllBasket {
        width: 100%;
        text-align: right;
        margin-bottom: 0;
    }

    #basketBlock .basketList .basketItem:last-child {
        margin-bottom: 0;
    }

    #basketBlock .basketFinalBlock .finish-basket {
        max-width: 262px;
        margin-left: auto;
    }

    #basketBlock .basketFinalBlock .flex {
        margin-bottom: 16px;
    }

    #basketBlock .basketFinalBlock {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 425px) {
    #basketBlock .basketFinalBlock .finish-basket {
        width: 100%;
        max-width: 100%;
    }
}

/**/

.corfArea2 .step>.title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
}

.corfArea2 .step1 input[type="radio"]+label, .corfArea2 .step2 input[type="radio"]+label {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 12px 0;
    max-width: 584px;
    display: block;
}

.corfArea2 .step1 input[type="radio"]+label:last-child, .corfArea2 .step2 input[type="radio"]+label:last-child {
    margin-bottom: 0;
}

.corfArea2 .step1 input[type="radio"]+label span, .corfArea2 .step2 input[type="radio"]+label span {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.corfArea2 .step strong {
    margin-left: 5px;
    font-weight: 700;
}

.corfArea2 .step {
    margin-bottom: 24px;
}

.corfArea2 .step:last-child {
    margin-bottom: 40px;
}

.corfArea2 .step2 .listButs .bigBlock.active {
    padding: 0;
    border: 0;
    margin-top: 0;
}

.corfArea2 .step3 .orderForm>.column:nth-of-type(1) {
    width: 100%;
    max-width: 656px;
    margin-right: auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.corfArea2 .step3 .orderForm>.column .rowsBlock {
    flex-direction: column;
    justify-content: flex-start;
}

.corfArea2 .step3 .orderForm>.column.flex>div[role="group"] {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.corfArea2 .step3 .orderForm>.column:nth-of-type(1)>div[role="group"] {
    margin-left: 0;
}

.corfArea2 .step3 .orderForm>.column:nth-of-type(1)>div[role="group"]:first-child {
    margin-right: 24px;
}

.corfArea2 .step3 .orderForm>.column:nth-of-type(2) {
    width: auto;
}

.corfArea2 .step3 .orderForm>.column.flex .title {
    font-size: 16px;
    line-height: 20px;
    color: #252525 !important;
    margin-bottom: 0 !important;
}

.corfArea2 .step3 .orderForm>.column.flex input {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
}

.corfArea2 .step3 .orderForm input::-webkit-input-placeholder {
    color: #999 !important;
    opacity: 1 !important;
    font-size: 12px !important;
    font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.corfArea2 .step3 .orderForm input:-moz-placeholder {
    color: #999 !important;
    opacity: 1 !important;
    font-size: 12px !important;
    font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.corfArea2 .step3 .orderForm input:-ms-input-placeholder {
    color: #999 !important;
    opacity: 1 !important;
    font-size: 12px !important;
    font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.corfArea2 .step3 .orderForm input::placeholder {
    color: #999 !important;
    opacity: 1 !important;
    font-size: 12px !important;
    font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.corfArea2 .step3 .orderForm.flex {
    align-items: flex-end;
    padding: 24px 36px 32px 36px;
}

.corfArea2 .step3 .orderForm>.column.flex .calendarImg {
    bottom: 8px;
}

.corfArea2 .step3 #bx-soa-orderSave {
    margin-left: 32px;
}

.corfArea2 .step3 #bx-soa-orderSave .resCost {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #033460;
    text-align: right;
    margin-bottom: 16px;
}

.corfArea2 .step3 #bx-soa-orderSave .resCost sub {
    font-size: 32px;
    line-height: 40px;
}

.corfArea2 .step3 #bx-soa-orderSave .bigButCorf {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.corfArea2 .step3 #bx-soa-orderSave .bigButCorf:hover {
    background: #293CA3;
}

.corfArea2 .step3 #bx-soa-orderSave .bigButCorf:active {
    background: #293CA3;
}

@media screen and (max-width: 1023px) {
    .corfArea2 .step3 .orderForm.flex {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 16px 32px 16px;
    }

    .corfArea2 .step3 #bx-soa-orderSave {
        margin-left: 0;
        margin-right: auto;
        margin-top: 32px;
        width: 100%;
    }

    .corfArea2 .step3 .orderForm>.column:nth-of-type(1) {
        width: 100%;
        max-width: 650px;
    }

    .corfArea2 .step3 #bx-soa-orderSave .resCost {
        text-align: left;
    }

    .corfArea2 .step3 #bx-soa-orderSave .bigButCorf {}
}

@media screen and (max-width: 767px) {
    .corfArea2 .step3 .orderForm>.column:nth-of-type(1) {
        flex-direction: column;
    }

    .corfArea2 .step3 .orderForm>.column:nth-of-type(1)>div[role="group"]:first-child {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .corfArea2 .step3 .orderForm>.column.flex>div[role="group"] {
        width: 100%;
        max-width: 288px;
    }
}

/**/
.catalogItem__wrap-btn {
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    background: #fff;
    padding: 0px 16px 24px 16px;
    margin-top: 16px;
    border: 1px solid #E5E5E5;
    border-top: 0;
}

.catalogItem__btn {
    background: #2F45BC;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.catalogItem__btn:hover {
    background: #293CA3;
    text-decoration: none;
    color: #FFFFFF;
}

.catalogItem__btn:active {
    background: #FFDA24;
}

.catalogItem:hover .catalogItem__wrap-btn {
    display: block;
}

.catalogItem {
    position: relative;
}

.rightBlock #catalogList.table-view .catalogItem .price {
    padding-bottom: 16px;
}

#catalogBlock .rightBlock #catalogList {
    align-items: flex-start !important;
}

@media screen and (max-width: 1170px) {
    #catalogBlock .rightBlock #catalogList.table-view .catalogItem:nth-child(4n) {
        border-right: 1px solid #fff;
    }

    #catalogBlock .rightBlock #catalogList.table-view .catalogItem:nth-child(4n):hover {
        border-right: 1px solid #E5E5E5;
    }
}

@media screen and (max-width: 768px) {
    .catalogItem__wrap-btn {
        display: block !important;
        border: 0;
        padding-bottom: 0;
        padding-top: 0;
        bottom: auto;
        left: auto;
        position: relative;
    }

    #catalogBlock .rightBlock #catalogList.table-view .catalogItem:nth-child(4n):hover {
        border-right-color: transparent;
    }
}

/**/

#header .topRow .topMenu li a:hover {
    background-color: #F7F7F7;
}

.shop-and-pickup a {
    background: #E5F5EC;
    border-radius: 4px;
}

/* .shop-and-pickup {
    margin-left: -8px;
} */

.shop-and-pickup a:hover {
    background: #C7EAD6 !important;
}

/* .shop-and-pickup a:active {
    background: #A1DCBA;
} */

#footer .shop-and-pickup a {
    background: none;
    padding: 0;
    border-radius: 0;
}

/**/
.sortBlock-left fieldset .select-list {
    padding-top: 16px;
}

.headbar {
    flex-flow: wrap;
    margin: 13px 0 17px;
}

.headbar li {
    margin-top: 8px;
}

#catalogBlock {
    margin-top: 16px;
}
@media only screen and (max-width: 1050px){
    #catalogBlock {
        margin-top: 8px;
    }
}


#serviceBlock div.flex {
    margin-top: 26px;
}

/**/
.b-page-typography_main {
    max-width: 880px;
    width: 100%;
    margin-bottom: 24px;
    text-align: left !important;
}

.b-page-typography_main h1, .b-page-typography_main h2 {
    text-align: left !important;
    margin-bottom: 16px !important;
}

.b-page-typography p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #252525;
    font-weight: normal;
    font-style: normal;
    text-align: left !important;
}

.b-page-typography .b-page-typography__teaser {
    font-size: 20px;
    line-height: 28px;
}

.b-page-typography h1, .b-page-typography h2, .b-page-typography h3, .b-page-typography h4, .b-page-typography h5, .b-page-typography h6 {
    color: #26292C;
}

.b-page-typography h1 {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left;
}

.b-page-typography_main h1, .b-page-typography_main h2, .b-page-typography_main h3, .b-page-typography_main h4, .b-page-typography_main h5, .b-page-typography_main h6 {
    text-align: center;
    margin-bottom: 32px;
}

.b-page-typography h2, .b-page-typography h3, .b-page-typography h4, .b-page-typography h5, .b-page-typography h6 {
    margin-top: 24px;
    margin-bottom: 12px;
}

.b-page-typography h2 {
    font-size: 24px;
    line-height: 32px;
}

.b-page-typography h3 {
    font-size: 18px;
    line-height: 24px;
}

.b-page-typography ul, .b-page-typography ol {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}

.b-page-typography li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    padding-left: 36px;
    margin-bottom: 8px;
    list-style: none;
}

.b-page-typography li:last-child {
    margin-bottom: 0;
}

.b-page-typography ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #033460;
    position: absolute;
    top: 11px;
    left: 12px;
}

.b-page-typography p+ul, .b-page-typography p+ol {
    margin-top: -8px;
}

.b-page-typography ol {
    counter-reset: myCounter;
}

.b-page-typography ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    color: #033460;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 12px;
}

.b-page-text__image {
    margin-top: 24px;
    margin-bottom: 24px;
}

.b-page-text__image img {
    max-width: 100%;
    display: block;
    margin-bottom: 12px;
}

.b-page-typography .b-page-text__image-teaser {
    font-size: 14px;
    line-height: 20px;
    max-width: 730px;
    margin-bottom: 0 !important;
}

.b-page-typography p a, .b-page-typography ul li a, .b-page-typography ol li a {color:#006DCC;}
.b-page-typography p a:hover, .b-page-typography ul li a:hover, .b-page-typography ol li a:hover {color:#005299 !important;}

@media (max-width: 767px) {
    .b-page-typography h1 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
    }

    .b-page-typography h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .b-page-typography h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .b-page-typography .b-page-typography__teaser {
        font-size: 18px;
        line-height: 26px;
    }

    .b-page-typography p {
        margin-bottom: 16px;
    }

    .b-page-typography .b-page-text__image-teaser {
        font-size: 14px;
        line-height: 20px;
    }
}

/**/
.blog-page-navigation a {
    margin: 0 1px;
}

.blog-page-navigation a:hover {
    background: #EBEBEB;
    color: #26292C;
    transition: all 0.15s;
}

.blog-page-navigation .blog-page-dots {
    width: 30px;
    height: 30px;
    text-align: center;
}

#sideBar, .withSidebarText #sideBar {
    margin-top: 7px;
}

#newsBlock, #deliveryBlockAll, #aboutBlock, .text_wrapper, #commentAddBlock {
    margin-top: 0;
}

#newsBlock h1, #deliveryBlockAll h1, #aboutBlock h1, .text_wrapper h1, #commentAddBlock h1 {
    margin-top: 0;
}

.contactsPage .withSidebarText {
    align-items: flex-start;
}

/**/
#basketBlock .basketFinalBlock .finish-basket:hover {
    background: #293CA3;
}

#basketBlock .basketFinalBlock .finish-basket:active {
    background: #293CA3;
}

.corfArea2 .step2 .listButs .bigBlock label.flex, .corfArea2 .step2 .listButs .bigBlock label.flex .bold {
    line-height: 18px;
}

.corfArea2 .step2 .listButs .bigBlock label.flex {
    margin-bottom: 12px;
}

.change-list {
    width: 100%;
    appearance: auto;
    height: 27px;
}

/**/
.column.b-page-typography {
    margin-top: 24px;
}

.b-page-typography p+h2, .b-page-typography p+h3 {
    margin-top: 8px;
}

#addBlock.column {
    padding: 0;
}

.newsList {
    max-width: 745px;
    width: 100%;
}

.catalogItem__btn:hover {
    background: linear-gradient(0deg, #FFDC12, #FFDC12) !important;
}

.addBasket:hover,
.addBasket_activated:hover {
    background: #005299;
}

.addBasket:active {
    background: #005299;
}

.adress-list .change-list {
    margin-bottom: 16px;
}

/**/
.headbar li img {
    margin-right: 10px;
    margin-top: -2px;
}

.mob_breadcrumb {
    margin-left: 6px;
}

#oldUsedBlock .bg-container_modified {
    background: none;
    overflow: visible;
    height: 100%;
    margin-bottom: 24px;
}

#oldUsedBlock .oldUsedBlock__head {
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 32px;
}

#oldUsedBlock .oldUsedBlock__head h1 {
    font-size: 40px !important;
    line-height: 48px !important;
    margin-bottom: 8px;
    margin-top: 0;
}

#oldUsedBlock .oldUsedBlock__head p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.form-container__wrapper {
    background: #F3F9FE;
    border-radius: 16px;
    padding: 32px 100px 32px 32px;
    display: flex;
}

#oldUsedBlock .bg-container .form-container {
    max-width: 565px;
    width: 100%;
}

#oldUsedBlock .bg-container .form-container .button-top {
    border-radius: 4px;
    overflow: hidden;
    max-width: 288px;
}

#oldUsedBlock .bg-container .form-container .button-top span {
    background: #3383CC;
    height: 40px;
    line-height: 16px;
}

#oldUsedBlock .bg-container .form-container .button-top span.active {
    background: #033460;
    font-weight: 500;
}

#oldUsedBlock .bg-container .form-container form fieldset input[type="text"] {
    height: 40px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    max-width: 288px;
    cursor: text;
}

#oldUsedBlock .bg-container .form-container form fieldset:first-child {
    max-width: 288px;
    width: 100%;
    margin-right: 40px;
}

#oldUsedBlock .bg-container .form-container form fieldset p {
    font-size: 14px;
    line-height: 20px;
    color: #033460;
    margin-bottom: 0;
}

#oldUsedBlock .bg-container .form-container form.active {
    display: flex;
}

.rezult_wrapper {
    display: flex;
}

.rezult_wrapper span {
    font-size: 36px;
    line-height: 40px;
    color: #033460;
}

.rezult_wrapper p {
    font-size: 36px !important;
    line-height: 40px !important;
    color: #D6D6D6 !important;
    margin: 0 10px 8px 10px !important;
}

.form-container__info {
    margin-left: auto;
    max-width: 370px;
    width: 100%;
}

.form-container__info-helper {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #033460;
}

.form-container__info-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #033460;
    margin-bottom: 8px;
}


.form-container__info ol {
    counter-reset: myCounter;
    margin: 0;
    padding: 0;
}

.form-container__info li {
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #033460;
    margin-bottom: 10px;
}

.form-container__info li:last-child {
    margin-bottom: 0;
}

.form-container__info li:before {
    counter-increment: myCounter;
    content: counter(myCounter)'.';
    color: #033460;
    display: inline-block;
    margin-right: 5px;
}

#oldUsedBlock .oldUsedImg {
    padding: 0;
    margin-bottom: 48px;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
}

#oldUsedBlock .oldUsedImg .img-block img {
    max-height: 100px;
    cursor: default;
}

#oldUsedBlock .old-used-slider {
    padding: 0 15px;
    margin-bottom: 56px;
}

#oldUsedBlock .old-used-slider .img-block img {
    max-height: 100px;
}

#oldUsedBlock .img-block {
    height: 100%;
}

#oldUsedBlock .old-used-slider .img-block .title {
    margin-bottom: 0;
}

#oldUsedBlock .old-used-slider .img-block span {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #033460;
}

#oldUsedBlock .oldUsedImg span {
    color: #033460;
    font-size: 16px;
    line-height: 20px;
}

.buttonMapBlock {
    background: none;
    height: 100%;
}

.buttonMapBlock .container {
    background: #F3F9FE;
    border-radius: 16px 16px 0 0;
}

.buttonMapBlock .title {
    color: #033460;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 32px;
    padding-top: 40px;
    margin-right: 0;
}

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

.buttonMapBlock .buttonMap {
    display: none;
}

.map-container {
    height: 100%;
    flex-direction: column;
}

.map-container .adress-list {
    width: 100%;
    padding: 0 32px 32px 32px;
    margin-left: auto;
    margin-right: auto;
}

.map-container .adress-list ul.active {
    display: flex;
    flex-flow: wrap;
}

.map-container .adress-list ul {
    margin-left: -22px;
    width: calc(100% + 22px);
}

.map-container .adress-list ul li {
    margin-bottom: 22px;
    width: calc(25% - 22px);
    margin-left: 22px;
    background: #FAFCFF;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
}

.map-container .adress-list ul li:hover {
    background: #FFFFFF;
}

.map-container .adress-list ul li .sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #033460;
    margin-bottom: 2px;
}

.map-container .adress-list ul li .title {
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
}

.map-container .adress-list ul li .title a {
    display: none;
    outline: none;
}

.map-container .adress-list ul li .time {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
}

.map-container .adress-list ul li .time_last {
    margin-bottom: 8px;
}

.map-container .adress-list ul li a {
    margin-top: 0;
    font-weight: normal;
    width: 120px;
}

.map-container .adress-list ul li a:last-child {
    margin-bottom: 0;
}

.map-container .mapBlock {
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
}

.b-modal .mfp-container {
    padding: 0;
}

.b-modal .mfp-content, #modal-map {
    height: 100%;
}

#modal-map {
    background: #fff;
    padding: 44px 0;
}

#modal-map iframe {
    border: 0;
}

#modal-map .mfp-close {
    background-color: #fff;
    opacity: 1;
    z-index: 99999;
}

#catalogBlock .rightBlock .sortBlock-top {
    border: 1px solid #E6E6E6;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

#catalogBlock .rightBlock .sortBlock-top .one a.sort-item {
    display: inline-block;
    border: 0;
    margin-right: 4px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
}

#catalogBlock .rightBlock .sortBlock-top .one span {
    font-size: 14px;
    line-height: 20px;
}

#catalogBlock .rightBlock .sortBlock-top .one a.sort-item.active {
    font-size: 14px;
    line-height: 20px;
}

/*#catalogBlock .rightBlock #MoreLink {*/
/*    border: 0;*/
/*    margin-bottom: 24px;*/
/*}*/

/*#catalogBlock .rightBlock #MoreLink .linkList {*/
/*    margin: 0!important;*/
/*    margin-top: -8px!important;*/
/*    margin-left: -8px!important;*/
/*}*/

/*#catalogBlock .rightBlock #MoreLink .linkList a {*/
/*    background: #F5F5F5;*/
/*    border-radius: 4px;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    text-decoration: none!important;*/
/*    padding: 8px 16px;*/
/*    margin: 0!important;*/
/*    margin-left: 8px!important;*/
/*    margin-top: 8px!important;*/
/*    color: #3383CC!important;*/
/*    outline: none;*/
/*    display: inline-block;*/
/*}*/

/*#catalogBlock .rightBlock #MoreLink .linkList a:hover {*/
/*    background: #F0F0F0;*/
/*}*/

.sortBlock-button-more {
    /*display: none;*/
    align-items: baseline;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    padding: 6px 12px;
    color: #3383CC;
    margin-top: 12px;
}

.sortBlock-button-more svg {
    margin-left: 5px;
}

#catalogBlock .rightBlock .mobile-filter {
    border-radius: 4px;
    border: 0;
    font-size: 15px;
    color: #26292C;
    text-decoration: none;
}

#filterBlock {
    background: none;
    height: 100%;
    margin-bottom: 40px;
}

#filterBlock .filter-form {
    width: 100%;
    margin-top: 40px;
    background: #F4F5F6;
    border-radius: 8px;
    padding: 24px;
}

#filterBlock .filter-form h3,
#filterBlock .filter-form h1 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #26292C;
}

#filterBlock .filter-form__item {
    flex: 1 1 auto;
    margin-right: 8px;
}

.filter-form__subtitle {
    display: none;
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0 16px;
}

#filterBlock .selection__button {
    max-width: 184px;
    margin-left: 8px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

#filterBlock .filter-form .container-form form.active {
    display: flex;
}

#filterBlock.filterBlock--main-page {
    margin: 24px 0;
}
#filterBlock.filterBlock--main-page #filter_container {
    align-items: flex-start;
}
#filterBlock.filterBlock--main-page .filter-form {
    background-color: #26292C;
    padding: 24px;
    border-radius: 16px;
    color: #FFFFFF;
    flex: 1 0 382px;
    margin: 0 24px 0 0;
}
#filterBlock.filterBlock--main-page .filter-form h3 {
    color: #FFFFFF;
    text-align: start;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
}
#filterBlock.filterBlock--main-page .filter-form .filter-form__subtitle {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}
#filterBlock.filterBlock--main-page .filter-form .container-form form { display: none; }
#filterBlock.filterBlock--main-page .filter-form .container-form .mobile-buttons { display: flex; margin-top: 16px; }
#filterBlock.filterBlock--main-page .filter-form .container-form .mobile-buttons__selection {
    background: #FFFFFF;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #26292C;
    padding: 13px 20px;
    width: auto;
    margin-top: 0;
}
#filterBlock.filterBlock--main-page .filter-form .container-form .mobile-buttons__selection-icon {
    display: none;
}
#filterBlock.filterBlock--main-page .popularCategory {
    margin: -4px;
}
#filterBlock.filterBlock--main-page .popularCategory--item {
    width: calc(25% - 8px);
    margin: 4px;
    border-radius: 12px;
}

#filterBlock .filter-form .container-form form fieldset {
    margin-bottom: 0;
    width: 100%;
    max-width: 172px;
    margin-right: 8px;
}

#filterBlock .filter-form .container-form form a.submit {
    max-width: 200px;
    width: 100%;
    font-weight: 500;
    background: #085293;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    margin-left: 8px;
}

#filterBlock .filter-form .container-form form fieldset.after.disabled::after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: url("/local/templates/akkamulik/new/css/../img/svg/shape-select-gray.svg");
}

#filterBlock .filter-form .container-form form fieldset.after::after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: url("/local/templates/akkamulik/new/css/../img/svg/shape-select-blue.svg");
}

#filterBlock .filter-form .container-form form fieldset select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#filterBlock .select-search__input {
    height: 48px;
}

#filterBlock .mobile-buttons {
    display: none;
}

#filterBlock.filterBlock--main-page .filter-form .container-form .mobile-buttons__selection {
    transition: opacity 0.2s;
}

@media(any-hover: hover) {
    #filterBlock.filterBlock--main-page .filter-form .container-form .mobile-buttons__selection:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1199px) {
    #filterBlock .filter-form .container-form form.active {
        display: none;
    }

    /* #filterBlock .filter-form {
        background: none;
        padding: 0;
    } */

    #filterBlock .filter-form {
        background-color: #26292C;
        padding: 24px;
        border-radius: 16px;
        color: #FFFFFF;
    }

    #filterBlock .filter-form h3, #filterBlock .filter-form h1 {
    	color: #FFFFFF;
    }

    #filterBlock .filter-form .container-form form.selection-mobile.is-active {
        display: block;
    }

    #filterBlock .filter-form h3,
    #filterBlock .filter-form h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
        text-align: left;
    }

    .filter-form__subtitle {
        display: block;
    }

    #filterBlock .mobile-buttons__selection {
        background: #FFFFFF;
        border-radius: 12px;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #26292C;
        padding: 13px 24px;
        width: auto;
        margin-top: 0;
    }

    #filterBlock .mobile-buttons__selection:hover{
    	transition: all 0.3s;
    	background-color: #EBEBEB;
    }

    #filterBlock .mobile-buttons {
        display: flex;
        margin-top: 16px;
    }
}

#b-helper-list {
    margin-bottom: 48px;
}

.b-helper-list__wrap {
    display: flex;
    margin-left: -16px;
    width: calc(100% + 16px);
}

.b-helper-list__item {
    width: calc(33.3% - 16px);
    margin-left: 16px;
    background: #F3F9FE;
    border-radius: 16px;
    padding: 24px 32px;
}

.b-helper-list__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #033460;
    margin-bottom: 4px;
}

.b-helper-list__text {
    font-size: 16px;
    line-height: 22px;
    color: #033460;
}

.b-helper-list__item_red {
    background: #FDF3F2;
}

#serviceBlock {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 18px;
    max-width: 1200px;
    width: 100%;
}

#serviceBlock h3 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

#serviceBlock .column .icon-service-img {
    width: 100px;
    height: 100px;
    margin-right: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#serviceBlock .column .icon-service-img img {
    display: block;
    max-width: 100px;
    max-height: 100px;
}

#serviceBlock .column .icon-service .info .title {
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: 0;
}

#serviceBlock .column .icon-service .info p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

#serviceBlock .column {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    margin-left: -30px;
}

#serviceBlock .column .icon-service {
    width: calc(50% - 30px);
    margin-left: 30px;
}

#commentBlock {
    padding: 32px;
    background: #F3F9FE;
    border-radius: 16px;
}

#commentBlock h3 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 32px;
}

.b-reviews__rating-info-numbers span {
    color: #033460;
}

/* mobile menu style */
.zeynep {
    bottom: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    z-index: 1011;
}

.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
    transition: all 250ms;
}

.zeynep-overlay {
    background-color: rgba(0, 0, 0, .42);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
}

.zeynep-opened .zeynep-overlay {
    display: block;
}

.zeynep.opened {
    pointer-events: auto;
    transform: translateX(0px);
}

.zeynep.submenu-opened {
    overflow: hidden;
}

.zeynep .submenu {
    bottom: 0;
    min-height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.zeynep .submenu.opened {
    left: 0;
    pointer-events: auto;
    z-index: 1;
}

.zeynep .submenu ul {
    margin: 16px 16px 0;
    background: #F4F5F6;
    border-radius: 8px;
}

.zeynep .submenu.opened:not(.current) {
    overflow: hidden;
}

/* zeynepjs menu styles */
.zeynep {
    background-color: #ffffff;
    color: #404143;
    width: 100%;
    padding: 0 16px;
}

.zeynep ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.zeynep__gray-ul {
    background: #F4F5F6;
    border-radius: 8px;
}

.zeynep ul>li {
    display: block;
}

.zeynep ul>li>a {
    position: relative;
    color: #26292C;
    display: block;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    padding: 0 16px 0 16px;
    text-decoration: none;
    transition: all 150ms;
    background-color: #F0F2F5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    border-radius: 8px;
}

.zeynep ul>li:not(.submenu-title, :last-child)>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    height: 1px;
    width: calc(100% - 16px);
    background: #DEE1E3;
}

.zeynep ul>li:last-child>a::after {
    content: unset;
}

.zeynep ul>li>a:hover, .zeynep ul>li>a:active {
    background-color: #E6E8EB;
}

.zeynep ul>li>.white {
    background-color: #fff;
    color: #000;
}

.zeynep .submenu-title {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.zeynep .submenu-title a{
    font-size: 16px;
}

.zeynep ul>li:not(.submenu-title)>.white::after{
    background: #EEF0F1;
}

.zeynep ul>li>.white:hover {
    background-color: #F0F2F5;
    color: #000;
}

.zeynep ul>li.has-submenu>a {
    padding-right: 40px;
}

.zeynep ul>li.has-submenu>a>ul {
    padding: 0 16px;
}

.zeynep ul>li.has-submenu>a:hover {
    background-color: #E6E8EB;
}

/* zeynepjs submenu styles */
.zeynep .submenu {
    background-color: #ffffff;
    left: 100%;
}

.zeynep .submenu-header {
    background-image: url("/local/templates/akkamulik/new/css/../img/svg/arrow-inner.svg");
    background-position: left 16px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
    position: relative;
    height: 56px;
}

.zeynep .submenu-header>a {
    color: inherit;
    display: block;
    font-size: 16px;
    line-height: 56px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 56px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zeynep .submenu>label {
    color: #e77691;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 19px;
    opacity: .5;
    padding-left: 40px;
    width: 100%;
}

/* hamb style */
.hamb .btn-close {
    display: none;
}

.hamb.active .btn-close {
    display: flex;
}

.hamb.active .btn-open {
    display: none;
}

.hamb .btn-close::before,
.hamb .btn-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 2px;
    background-color: #26292C;
}

.hamb .btn-close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hamb .btn-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.hamb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1012;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.hamb button {
    z-index: 1012;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    background: none;
    border: 0;
    padding: 0;
    width: 48px;
    height: 48px;
}

.hamb .btn-close {
    width: 56px;
    height: 56px;
}

.submenu-title a {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500;
    height: 56px !important;
    line-height: 56px !important;
}

/* right side menu specific styles */
body {
    right: 0;
}

.zeynep-opened body {
    overflow: hidden;
}

.zeynep.right {
    left: auto;
    right: 0;
}

.zeynep.right:not(.opened) {
    transform: translateX(100%);
}

#mobileHeader .topMenu .iconMenu {
    margin-right: 38px;
}

/* теги подбора */
.grid {
    margin-left: -30px;
}

.grid-item, .grid-sizer {
    width: calc(25% - 30px);
    margin-left: 30px;
}

.grid-item {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 6px 12px;
    box-sizing: border-box;
    margin-bottom: 12px;
    color: #3383CC;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto';
    text-decoration: none;
}

.grid-item:hover {
    text-decoration: none;
    background: #F0F0F0;
}

@media (max-width: 1199px) {
    .buttonMapBlock .flex-start {
        width: calc(100% - 30px);
    }

    .oldUsedInfo {
        margin-bottom: 40px;
    }
}

@media (max-width: 1149px) {
    .form-container__wrapper {
        padding-right: 32px;
    }

    .form-container__info {
        margin-left: 40px;
    }

    #oldUsedBlock .bg-container .form-container form.active {
        flex-direction: column;
    }

    #oldUsedBlock .bg-container .form-container {
        max-width: 288px;
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .map-container .adress-list ul {
        margin-top: -22px;
    }

    .map-container .adress-list ul li {
        width: calc(33.3% - 22px);
        margin-top: 22px;
    }
}

@media (max-width: 1199px) {
    .map-container .adress-list {
        width: calc(100% - 32px);
    }

    #oldUsedBlock .buttonMapBlock .flex-start {
        padding-top: 0;
        padding-bottom: 0;
    }

    #oldUsedBlock .buttonMapBlock .title {
        margin-bottom: 0;
    }

    #oldUsedBlock .buttonMapBlock {
        height: 100%;
    }

    #filterBlock {
        margin-bottom: 16px;
    }

    /*#filterBlock .filter-form {*/
    /*    margin-top: 32px;*/
    /*}*/

    #filterBlock .filter-form h3,
    #filterBlock .filter-form h1 {
        font-size: 24px;
        line-height: 32px;
    }

    #filterBlock .filter-form .container-form form {
        flex-direction: column;
        align-items: center;
    }

    #filterBlock .filter-form .container-form form fieldset {
        max-width: 282px;
        margin-right: 0;
        margin-bottom: 12px;
    }

    #filterBlock .filter-form .container-form form a.submit {
        max-width: 282px;
        margin-left: 0;
    }

    .b-helper-list__wrap {
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }

    .b-helper-list__item {
        max-width: 370px;
        width: 100%;
        margin: 0;
        padding: 16px;
    }

    #b-helper-list {
        overflow: hidden;
        padding: 0;
        padding-left: 15px;
        margin-bottom: 32px;
    }

    .b-helper-list .owl-stage-outer {
        overflow: visible !important;
    }

    #serviceBlock h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    #serviceBlock .service-slider-mobile .item .title {
        margin: 8px 0;
        font-weight: 500;
    }

    #serviceBlock .service-slider-mobile .item p {
        font-size: 14px;
        line-height: 20px;
    }

    #serviceBlock .service-slider-mobile .owl-dots {
        bottom: -16px;
    }

    #commentBlock {
        padding: 40px 16px 36px 16px;
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 50px;
    }

    #commentBlock h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .grid {
        margin-left: -20px;
    }

    .grid-item, .grid-sizer {
        width: calc(33.3% - 20px);
        margin-left: 20px;
    }

    .popularCategory {
    	flex-wrap: nowrap !important;
    	justify-content: flex-start !important;
    }
    .popularCategory--item {
    	flex: 0 0 185px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .form-container__info {
        display: none;
    }

    #oldUsedBlock .bg-container .form-container {
        margin-left: auto;
        margin-right: auto;
    }

    .rezult_wrapper {
        justify-content: center;
    }

    .rezult_helper {
        text-align: center;
    }

    #oldUsedBlock .bg-container .form-container form fieldset:last-child {
        margin-bottom: 0;
    }

    #oldUsedBlock .oldUsedBlock__head h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    ;
        padding: 0 20px;
    }

    #oldUsedBlock .oldUsedBlock__head p {
        font-size: 18px;
        line-height: 26px;
    }

    .oldUsedInfo {
        margin-bottom: 40px;
    }

    .map-container .adress-list ul li {
        width: 100%;
        max-width: 260px;
    }

    .map-container .adress-list ul.active {
        justify-content: center;
    }

    #oldUsedBlock .buttonMapBlock .title {
        font-size: 24px;
        line-height: 32px;
    }

    .map-container .adress-list {
        border-radius: 0 0 16px 16px;
    }

    .map-container .adress-list ul li .title a {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .sortBlock-button-more {
        display: inline-flex;
    }

    .b-helper-list__item {
        max-width: 320px;
    }

    .b-page-read-more {
        max-height: 490px;
        overflow: hidden;
        position: relative;
    }

    .b-page-read-more.show::before {
        display: none;
    }

    .b-page-read-more::before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0 0 16px 20px #fff;
        z-index: 1
    }

    .b-toggle-show-more__link {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #252525;
        background: #F5F5F5;
        border-radius: 4px;
        padding: 10px 16px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .grid-item, .grid-sizer {
        width: auto !important;
        margin-left: 0;
    }

    .grid {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }

    .catalogItem__wrap-btn {
        margin-top: 0px;
    }
}

/**/
.catalogBlock_main h3 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
    color: #033460;
}

@media (max-width: 1199px) {
    .catalogBlock_main h3 {
        font-size: 24px;
        line-height: 32px;
    }

    #catalogBlock.catalogBlock_main .rightBlock #catalogList.table-view, #catalogBlock.catalogBlock_main .rightBlock {
        flex-flow: nowrap !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    #catalogBlock.catalogBlock_main .rightBlock {
        overflow: auto;
    }

    #catalogBlock.catalogBlock_main .rightBlock #catalogList.table-view .catalogItem {
        margin-bottom: 0;
        min-width: 233px;
    }

    #catalogBlock.catalogBlock_main {
        padding-left: 15px !important;
    }
}

/**/
.mapBlock {
    position: relative;
}

.mapBlock::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    box-shadow: inset 0px 0px 4px #F7F7F7;
}

.rightBlock.column::-webkit-scrollbar {
    width: 0
}

.rightBlock.column::-webkit-scrollbar-thumb {
    background: inherit;
}

/**/
#modal-map {
    position: relative;
}

#modal-map .mfp-close {
    background: none;
    font-size: 0;
    background-image: url('/local/templates/akkamulik/new/css/../img/svg/close-modal.svg');
    background-position: center;
    background-repeat: no-repeat;
}

#modal-map .mfp-close:hover {
    background-color: #064074;
}

.b-map-address {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    display: flex;
    align-items: center;
    background: #085293;
    width: 100%;
    padding-right: 50px;
    padding-left: 12px;
    color: #fff;
}

.b-map-address span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/**/
@media (max-width: 767px) {
    #b-helper-list .owl-stage {
        display: flex;
    }

    #b-helper-list .owl-item {
        min-width: 320px;
    }

    .b-helper-list__wrap {
        width: auto;
    }

    .cards-map {
        display: block;
    }
}

#modal-map .mfp-close {
    outline: none !important;
}

.mfp-close:active {
    top: 0 !important;
}

.grid-item:hover {
    color: #3383CC;
}

@media (max-width: 767px) {
    h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 540px) {
    .product-info__background {
        margin: 0px;
    }

    .characteristicArea {
        padding: 0px !important;
    }

    .prop_wrapper {
        padding-top: 16px;
    }

}

@media (max-width: 540px) {
    #catalogBlock .rightBlock #catalogList.table-view .catalogItem {
        width: 50%;
    }

    /*  #catalogBlock .rightBlock #catalogList.table-view .catalogItem .itemImg {
        max-height: 210px;
        height: 100%;
		aspect-ratio: 3/2;
		width: 100%;
    	height: 100%;
		min-height: 100%;
		vertical-align: middle;
    	text-align: center;
		justify-content: center;
		flex-basis: 100%;
    }
    #catalogBlock .rightBlock #catalogList .catalogItem .itemImg .catalog__img {
        height: auto;
        max-width: 200px;
        padding: 8px;
        height: 100%;
    	width: auto;
        max-width: 100% !important;
		max-height: 100%;
		-o-object-fit: scale-down;
    	object-fit: scale-down;
		image-rendering: auto;
    }*/
    #catalogBlock .rightBlock #catalogList.table-view .catalogItem .titleName {
        margin: 8px;
        margin-left: 0px;
        height: auto;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
    }

    #catalogBlock .rightBlock #catalogList.table-view .catalogItem .infoItem {
        padding: 8px;
        padding-left: 0px;
    }

    #catalogBlock .rightBlock #catalogList.table-view .catalogItem .price {
        /* padding: 0px 8px 16px 8px; */
    }

    #catalogBlock .rightBlock #catalogList.table-view .catalogItem .price-discount {
        padding-left: 0px;
    }

    #catalogBlock .rightBlock #catalogList .catalogItem .columnItem .full_price_block {
        padding-left: 0px;
    }

    #catalogBlock .rightBlock #catalogList .catalogItem .price-discount .link-info img {
        margin-left: 2px;
    }

    #catalogBlock .rightBlock #catalogList .catalogItem .price .price-val {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }

    #catalogBlock .rightBlock #catalogList .catalogItem .price-discount .price-val {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #E74C3C;
    }
}


.popularCategory {
    /*margin: 40px 0px;*/
    justify-content: center;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.popularCategory--item {
    width: calc(33.3% - 16px);
    margin-left: 16px;
    margin: 8px;
    border-radius: 16px;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popularCategory--item__img {
    height: 116px;
    padding: 16px;
    width: auto;
    border-radius: 12px;
    background-color: #F7F7F7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: filter 0.4s;
}

.popularCategory--item__name {
    /*margin-left: 24px;*/
    /*margin-top: 24px;*/
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    max-width: 160px;
    width: 100%;
    margin: 0;
}

/*.popularCategory--item:hover {*/
/*    -webkit-transition: all ease-in-out .2s;*/
/*    -o-transition: all ease-in-out .2s;*/
/*    transition: all ease-in-out .2s;*/
/*    border-radius: 12px;*/
/*}*/

.popularCategory--item__img:hover {
    /*opacity: 0.95;*/
    filter: brightness(0.95);
}


@media (min-width: 992px) and (max-width: 1199px) {
    .popularCategory--item {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .popularCategory--item {
        width: calc(50% - 16px);
    }
}

@media (max-width: 767px) {
    .popularCategory--item {
        width: 46%;
    }
}

@media (max-width: 480px) {
    .popularCategory--item {
        width: 100%;
    }
}

.scrollbar::-webkit-scrollbar {
    width: 14px;
    border-radius: 0;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    width: 12px;
    border-radius: 0;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #DEE1E3;
    outline: none;
    border-radius: 7px;
    border: 5px solid #fff;
}

.scrollbar {
    scrollbar-width: thin;
}

jdiv.hidden * {
    visibility: hidden;
}

.pickup {
    padding-bottom: 76px;
}

.pickup__map-wrap {
    position: relative;
    height: 100%;
}

.pickup__iframe {
    display: block;
    border-radius: 10px;
    border: 1px solid #F4F5F6;
    overflow: hidden;
    height: 100%;
}

.special-select {
    position: relative;
}

.pickup__main.pickup__main {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.pickup__left {
    flex: 0 0 auto;
    width: 40%;
    padding-right: 16px;
    height: 696px;
    display: flex;
    flex-direction: column;
}

.pickup__right {
    flex: 0 0 auto;
    width: 60%;
    height: 696px;
}

.pickup__form {
    flex: 0 0 auto;
}

.pickup__items {
    flex: 1 1 auto;
    margin-top: 12px;
    overflow: auto;
    border-top: 1px solid #DEE1E3;
    border-bottom: 1px solid #DEE1E3;
    display: block;
}

.pickup__item {
    display: block;
    padding: 12px 16px;
    cursor: pointer;
    width: 100% !important;
    transition: background-color .25s;
}

.pickup__item:hover {
    background-color: #F4F5F6;
}

.pickup__item.active {
    background-color: #F4F5F6;
}

.pickup__item:first-child {
    margin-top: 0;
}

.pickup__item-address {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #26292C;
}

.pickup__item-label {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    background-color: #F4F5F6;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.24px;
    padding: 3px 6px;
    transition: background-color .25s;
    text-transform: lowercase;
}

.pickup__item-address .pickup__item-label {
    margin-left: 8px;
}

.pickup__item.active .pickup__item-label,
.pickup__item:hover .pickup__item-label {
    background-color: #DEE1E3;
}

.pickup__item-schedule,
.pickup__item-phones {
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
}

.pickup__item-phones a,
.pickup__item-phone {
    display: inline-block;
    margin-right: 4px;
    white-space: nowrap;
}

.pickup__item-phones a:after,
.pickup__item-phone:after {
    content: ",";
}

.pickup__item-phones a:last-child:after,
.pickup__item-phone:last-child:after {
    content: "";
}

.pickup__modal-header {
    display: none;
}

.pickup__modal-main {
    display: none;
}

.pickup__modal-action {
    display: none;
}

.select-mob {
    display: none;
}

.pickup__modal-phones a {
    display: inline-block;
    margin-right: 4px;
    white-space: nowrap;
}

.pickup__modal-phones a:after {
    content: ",";
}

.pickup__modal-phones a:last-child:after {
    content: "";
}



.brand_cloud{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.brand_cloud-title,
.brand_cloud-item {
    background: #F7F7F7;
    color: #3383CC !important;
    display: block;
    font-family: Roboto,Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 8px;
    margin-bottom:8px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 5px;
}
.brand_cloud-title {
    color:#E74C3C !important;
    background-color: #FDF3F2;
}

.brand_cloud-item:hover{
    text-decoration: none !important;
    background-color: #E0E0E0;
    transition: all 0.3s;
}

.cover-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.battery-brands__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -4px -8px;
}

.battery-brands__item {
    flex: 0 0 calc(10% - 8px);
    display: flex;
    justify-content: center;
    margin: 0 4px 8px;
    position: relative;
    background: #ededed;
    border-radius: 8px;
    transition: filter 0.4s;
}

.battery-brands__item:hover {
    filter: brightness(0.9);
}

.battery-brands__link {
    z-index: 1;
}

.battery-brands__image {
    width: 102px;
    height: 40px;
    transition: filter 0.4s;
}

@media (max-width: 1140px) {
    .battery-brands__item {
        flex: 0 0 calc(12.5% - 8px);
    }
}

@media (max-width: 930px) {
    .battery-brands__item {
        flex: 0 0 calc(16.66% - 8px);
    }
}

@media (max-width: 710px) {
    .battery-brands__item {
        flex: 0 0 calc(25% - 8px);
    }
}

@media (max-width: 486px) {
    .battery-brands__item {
        flex: 0 0 calc(50% - 8px);
    }

    .battery-brands__image {
        width: 150px;
        height: 60px;
    }
}

.battery-capacity__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px -8px;
}

.battery-capacity__item {
    background: #ebebeb;
    padding: 8px 16px;
    border-radius: 36px;
    margin: 0 4px 8px;
    position: relative;
    transition: background-color 0.4s;
}

.battery-capacity__item:hover {
    background: #d6d8db;
}

.brands-auto__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 -8px;
}

.brands-auto__item {
    display: flex;
    justify-content: center;
    flex: 0 1 8.33%;
    margin: 0 0 8px;
    position: relative;
    height: 48px;
}

.brands-auto__item:hover .brands-auto__image {
    transform: scale(1.1);
}

.brands-auto__image {
    width: 52px;
    height: 52px;
    transition: transform 0.15s;
}

.hidden-content {
    height: auto;
    opacity: 1;
    transition: height 0.4s, visibility 0.4s;
}

.hidden-content::before {
    content: '';
    padding-top: 10px;
    display: block;
    width: 100%;
}

.hidden-content.hidden {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

button.hidden-content__button {
   font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #26292C;
    height: 36px;
    padding: 8px 12px 8px 16px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

button.hidden-content__button::before {
    content: 'Скрыть';
    margin-right: 4px;
}

button.hidden-content__button.active::before {
    content: 'Полное';
    margin-right: 4px;
}

button.hidden-content__button::after {
    content: '';
    /*//background-image: url('/local/templates/akkamulik/new/img/svg/chevron-down2.svg');*/
    /*//background-repeat: no-repeat;*/
    width: 5px;
    height: 5px;
    display: block;
    margin: 0 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(225deg);
    transition: transform 0.4s;
}

button.hidden-content__button.active::after {
    transform: rotate(45deg);
    margin-top: 0;
}

@media (any-hover: hover) {
    button.hidden-content__button:hover {
        background-color: #E0E0E0;
        transition: all 0.3s;
    }
}

@media only screen and (max-width: 1199px) {
    .pickup__left {
        display: block;
        height: auto;
        padding-right: 0;
        width: 100%;
    }

    .pickup__right {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: -100;
        max-height: 100%;
        overflow: auto;
        padding-bottom: 0;
        transform: translateX(100%);
        transition: all 0.3s;
    }

    .pickup__right.open {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: translateX(0);
        z-index: 10000000000;
    }

    .pickup__items {
        border-top: 0;
        border-bottom: 0;
        overflow: visible;
    }

    .pickup__item {
        margin: 0 -16px;
        width: calc(100% + 32px) !important;
    }

    .pickup__modal-header {
        display: flex;
        width: 100%;
        position: sticky;
        top: 0;
        justify-content: space-between;
        background-color: #fff;
        height: 56px;
        flex: 0 0 auto;
        z-index: 1000;
    }

    .pickup__modal-header::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 16px;
        right: 16px;
        border-bottom: 1px solid #EEF0F1;
    }

    .pickup__modal-header-title {
        padding: 16px 48px 16px 22px;
        position: relative;
        flex: 0 0 auto;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #26292C;
        cursor: pointer;
    }

    .pickup__modal-btn-close {
        width: 56px;
        height: 56px;
        position: relative;
        cursor: pointer;
    }

    .pickup__modal-btn-close::before,
    .pickup__modal-btn-close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 2px;
        background-color: #26292C;
    }

    .pickup__modal-btn-close::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .pickup__modal-btn-close::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .pickup__modal-header-title-icon.pickup__modal-header-title-icon {
        margin-right: 18px;
        font-size: 22px;
        line-height: 22px;
    }

    .pickup__modal-main {
        display: block;
        padding: 16px;
        flex: 0 0 auto;
    }

    .pickup__modal-address {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: #26292C;
        margin-bottom: 16px;
    }

    .pickup__modal-info {
        margin-top: 12px;
    }

    .pickup__modal-schedule {
        font-size: 16px;
        line-height: 22px;
        color: #26292C;
    }
    .pickup__modal-pay {
        font-size: 16px;
        line-height: 22px;
        color: #26292C;
        max-width: 380px;
        margin-top: 12px;
    }

    .pickup__modal-description {
        font-size: 16px;
        line-height: 22px;
        color: #26292C;
        max-width: 380px;
        margin-top: 12px;
    }
    .pickup__modal-phones {
        font-size: 16px;
        line-height: 22px;
        color: #26292C;
        margin-top: 12px;
    }

    .pickup__modal-action {
        display: block;
        margin-top: auto;
        padding: 16px;
    }

    .pickup__modal-action-btn {
        width: 100%;
        border: 0;
        background-color: #E6E8EB;
        color: #26292C;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 56px;
        border-radius: 8px;
        cursor: pointer;
        transition: color .2s, background-color .2s;
    }

    .pickup__modal-action-btn:hover,
    .pickup__modal-action-btn:active {
        color: #fff;
        /* background-color: #085293; */
        background-color: #E6E8EB;
    }

    .pickup__map-wrap {
        height: 0;
        padding-bottom: 64%;
        margin-left: 16px;
        margin-right: 16px;
    }

    .pickup__iframe {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .select-mob {
        display: block;
    }

    .select-mob__btn {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        height: 48px;
        background: #ffffff;
        border: 1px solid #D3D4D5;
        border-radius: 8px;
        transition: background-color 0.3s, border-color 0.3s;
        outline: none;
        padding: 8px 32px 8px 12px;
        color: #26292C;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .select-mob__btn .select-search__icon {
        transform: rotate(-90deg);
    }

    .select-mob__modal {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: -100;
        max-height: 100%;
        overflow: auto;
        padding-bottom: 50pX;
        transform: translateX(100%);
        transition: all 0.3s;
    }

    .select-mob__modal.open {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: translateX(0);
        z-index: 10000000000;
    }

    .select-mob__items {
        background-color: #F4F5F6;
        border-radius: 8px;
        margin: 16px;
    }

    .select-mob__item {
        font-size: 16px;
        line-height: 22px;
        border-radius: 8px;
        color: #26292C;
        padding: 17px 16px;
        cursor: pointer;
        position: relative;
        transition: background-color .2s;
    }
    .pickup__item-phones a:hover {
        text-decoration: none;
        width: auto;
    }
    .pickup__modal-phones {
        margin-top: 12px;
    }
    .pickup__modal-phones a {
        margin-top: 4px;
    }
    .pickup__modal-phones a:hover {
        text-decoration: none;
        width: auto;
    }
    .select-mob__item:after {
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 0;
        background-color: #DEE1E3;
    }

    .select-mob__item.active {
        background-color: #E6E8EB;
    }

    .pickup__modal-phone {
        display: block;
        margin-top: 4px;
    }

    .pickup__modal-phones a {
        display: block;
    }

    #filterBlock.filterBlock--main-page #filter_container {
        display: block;
    }

    #filterBlock.filterBlock--main-page .filter-form {
        margin: 0 0 16px 0;
    }

    #filterBlock.filterBlock--main-page .popularCategory {
        padding: 0;
        flex-wrap: wrap !important;
    }

    #filterBlock.filterBlock--main-page .popularCategory--item {
        width: calc(25% - 8px);
        flex: 1 1 calc(25% - 8px);
    }

    #filterBlock.filterBlock--main-page .popularCategory--item__img {
        background-size: contain;
        background-position: bottom right;
    }
    #filterBlock.filterBlock--main-page #popularCalegory {
        padding: 0;
        margin: 0;
    }

    #filterBlock.filterBlock--main-page #popularCalegory .popularCategory {
        margin: 0;
    }

    .brands-auto__item {
        flex: 0 1 20%;
    }

    .section__title {
        width: 100%;
    }

    .section__title-link {
        margin-left: auto;
        width: 100%;
    }

    .section__title-link span {
        margin-right: 8px;
    }

    .section__title-link-icon-wrap {
        margin-left: auto !important;
    }
}

@media (max-width: 768px) {
    .pickup__modal-phones a {
        margin-top: 4px;
    }

    #filterBlock.filterBlock--main-page .popularCategory--item {
        width: calc(50% - 8px);
        flex: 1 1 calc(50% - 8px);
    }
}

.auth {
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 37.5px;
    text-align: center;
}

.auth__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    text-align: center;
    max-width: 352px;
    margin-top: 16px;
}

.auth__form {
    margin: 32px auto 0;
    max-width: 352px;
}

.form {
    width: 100%;
}

.form__field {
    margin-bottom: 16px;
}

.form__field:last-child {
    margin-bottom: 0;
}

.field {
    position: relative;
    width: 100%;
}

.field__input-btn {
    padding: 0;
    border: none;
    background: inherit;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #787B7c;
    transition: color .15s;
}

.field__input-btn:focus {
    outline: none;
}

@media (any-hover: hover) {
    .field__input-btn:hover {
        color: #3f5056;
    }
}

.field__input-btn-icon {
    width: 24px;
    height: 24px;
    display: none;
}

.field__input[type='text'] + .field__input-btn .field__input-btn-icon--pass-on {
    display: block;
}

.field__input[type='password'] + .field__input-btn .field__input-btn-icon--pass-off {
    display: block;
}

.field__input {
    padding: 14px 16px;
    background-color: #f0f2f5;
    color: #26292c;
    border: 1px solid #f0f2f5;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 48px;
    transition: border .2s;
}
@media (any-hover: hover) {
    .field__input:hover {
        border: 1px solid #a2a4a5;
    }

    .field__input:hover::placeholder {
        color: #747474;
    }
}

.field__input:focus {
    border: 1px solid #1070c9;
}

.field__input::placeholder {
    color: #a2a4a5;
    transition: color .15s;
}

.field__input--error {
    border: 1px solid #CC292F;
}

.btn--primary {
    padding: 17px 0;
    background-color: #006dcc;
    color: #fff;
    border: none;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
    transition: background-color .2s;
}

@media (any-hover: hover) {
    .btn--primary:hover {
        background-color: #005299;
        text-decoration: none;
    }
}

.btn--gray-lg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 10px 24px;
    background-color: #515456;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    transition: background-color .2s;
}

.btn--gray-lg:hover {
    color: #fff;
    text-decoration: none;
}

.btn--gray-lg:active {
    background-color: #747678;
    color: #fff;
    text-decoration: none;
}

.auth__actions {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth__action {
    color: #006dcc;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    transition: color 0.15s;
}

@media (any-hover: hover) {
    .auth__action:hover {
        color: #005299;
        text-decoration: none;
    }
}

.auth__notifications {
    max-width: 352px;
    text-align: center;
    margin-top: 16px;
}

.auth__notifications-text {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.auth__notifications-text--success {
    color: #0d9b2c;
}

.auth__notifications-text--error {
    color: #cc292f;
}

@media (max-width: 1199px) {
    .auth {
        margin: 16px 0;
        display: block;
    }

    .auth__title {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
    }

    .auth__subtitle {
        text-align: left;
        max-width: 358px;
    }

    .auth__form {
        margin: 24px 0 0;
        max-width: 480px;
    }

    .auth__actions {
        margin-top: 24px;
        display: block;
    }

    .auth__action {
        text-align: left;
        max-width: 358px;
    }

    .auth__notifications {
        text-align: left;
    }
}

.tabs {
    display: flex;
}

.tabs__item {
    margin-right: 8px;
    padding: 8px 16px;
    background-color: #ebebeb;
    border-radius: 36px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #26292c;
    transition: background-color .2s;
}

.tabs__item:last-child {
    margin-right: 0;
}

@media (any-hover: hover) {
    .tabs__item:hover {
        text-decoration: none;
        background-color: #E0E0E0;
    }
}

.tabs__item:hover {
    text-decoration: none;
}

.tabs__item.active {
    background-color: #25292C;
    color: #fff;
}

.orders-history {
    margin-bottom: 100px;
}

.orders-history .tabs {
    margin-bottom: 24px;
}

.orders-history__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 24px;
}

.orders-history__empty {
    padding: 40px 0;
    text-align: center;
    color: #26292C;
    line-height: 18px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .orders-history {
        margin-bottom: 60px;
    }
}

.custom-table {
    color: #26292c;
    width: 100%;
}

.custom-table__head th {
    background-color: #ebebeb;
    padding: 20px 8px;
}

.custom-table__head th:first-child {
    padding: 20px 8px 20px 16px;
    border-radius: 12px 0 0 12px;
}

.custom-table__head th:last-child {
    border-radius: 0 12px 12px 0;
    padding: 20px 16px 20px 8px;
}

.custom-table__body td {
    padding: 20px 8px;
    transition: color .15s, background-color .2s;
    max-width: 160px;
    vertical-align: top;
}

.custom-table__body tr {
    border-bottom: 1px solid #f0f1f2;
    cursor: pointer;
    position: relative;
}

.custom-table__body tr td:first-child {
    padding: 20px 8px 20px 16px;
    font-weight: 500;
}

.custom-table__body tr td:last-child {
    padding: 20px 16px 20px 8px;
}

@media (any-hover: hover) {
    .custom-table__body tr:hover td {
        background-color: #F5F6F7;
    }

    .custom-table__body tr:hover td:first-child {
        color: #085293;
    }
}

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

.properties {
    display: flex;
    flex-direction: column;
    background-color: #f5f6f7;
    border-radius: 16px;
    padding: 24px;
    max-width: 577px;
}

.properties:last-child {
    margin-bottom: 0;
}

.properties__col {
    margin-right: 48px;
}

.properties__col:first-child {
    width: 133px;
}

.properties__col:last-child {
    margin-right: 0;
    font-weight: 500;
}

.properties__row {
    margin-bottom: 16px;
    display: flex;
}

.properties__row:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .properties {
        padding: 20px;
    }

    .properties__col:first-child {
        width: 100%;
        max-width: 114px;
    }

    .properties__col {
        margin-right: 10px;
    }

    .properties__col:last-child {
        margin-right: 0;
    }
}

.orders-history__list {
    display: none;
}

.orders-history .properties {
    margin-bottom: 16px;
}

.orders-history .properties:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .orders-history__title {
        font-size: 24px;
    }

    .custom-table {
        display: none;
    }

    .orders-history__list {
        display: block;
    }

    .orders-history .properties {
        max-width: unset;
    }
}

.cabinet {
    margin-bottom: 100px;
}

.cabinet .tabs {
    margin-bottom: 24px;
}

.cabinet__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 24px;
}

.cabinet__content {
    max-width: 577px;
}

.cabinet__content ul {
    list-style: inside;
    padding-left: 14px;
}

.cabinet__actions {
    margin-top: 24px;
}

.cabinet__action {
    display: inline-block;
    color: #006dcc;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    transition: color .15s;
}

@media (any-hover: hover) {
    .cabinet__action:hover {
        color: #005299;
        text-decoration: none;
    }
}

.cabinet .properties {
    margin-bottom: 24px;
}

@media (max-width: 1199px) {
    .cabinet {
        margin-bottom: 60px;
    }

    .cabinet__title {
        font-size: 24px;
    }
}

.orders-detail {
    margin-bottom: 100px;
}

.orders-detail__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 37.5px;
}

.orders-detail__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-top: 16px;
}

.orders-detail__content {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}

.orders-detail .properties {
    margin-left: 44px;
    padding: 20px;
    max-width: 358px;
    width: 100%;
}

.orders-detail .properties__col {
    margin-right: 10px;
}

.orders-detail .properties__row .properties__col:last-child {
    margin-right: 0;
}

.orders-detail .properties__row .properties__col:first-child {
    width: 100%;
    max-width: 114px;
}

@media (max-width: 1199px) {
    .orders-detail {
        margin-bottom: 60px;
    }

    .orders-detail__title {
        font-size: 24px;
        line-height: 32px;
    }

    .orders-detail__subtitle {
        text-align: left;
    }

    .orders-detail__content {
        display: flex;
        flex-direction: column-reverse;
        margin: 32px 0 0 0;
    }

    .orders-detail .properties {
        margin: 0;
        max-width: 577px;
    }
}

.products-table {
    border-spacing: 16px;
    border-collapse: separate;
    margin: -16px;
    display: block;
    width: 100%;
}

.products-table__image {
    width: 80px;
}

.products-table__col {
    white-space: nowrap;
    text-align: right;
}

.products-table__col:nth-child(2) {
    white-space: unset;
    text-align: left;
    width: 100%;
}

.products-table__link {
    color: #006dcc;
    transition: color .15s;
}

.products-table__description {
    margin-top: 4px;
    color: #818181;
    font-size: 14px;
    line-height: 18px;
}

@media (any-hover: hover) {
    .products-table__link:hover {
        color: #005299;
    }
}

.products-list {
    display: none;
}

.products-list__item {
    display: flex;
    margin-bottom: 16px;
    position: relative;
}

.products-list__item:last-child {
    margin-bottom: 0;
}

.products-list__link {
    color: #006DCC;
}

.products-list__image {
    margin-right: 8px;
    width: 80px;
    height: max-content;
}

.products-list__title {
    margin-bottom: 4px;
}

.products-list__info {
    color: #000;
    margin-bottom: 4px;
    display: flex;
}

.products-list__total {
    color: #000;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.products-list__count {
    margin-left: 8px;
}

@media (max-width: 1199px) {
    .products-list {
        display: block;
    }

    .orders-detail .products-list {
        margin-top: 32px;
    }

    .products-table {
        display: none;
    }

    .products-table__description {
        margin-bottom: 12px;
    }
}

.reviews-card__stars {
    margin-top: 5px;
}

#addBlock > .b-page-typography_main {
    margin-bottom: 32px;
}

#footer {
    background: #fff;
}

#footer .topRow {
    padding: 0;
}

#footer .topRow #footer_container {
    padding: 24px 0 0;
    border-top: 1px solid #F5F6F7;
}

#footer .topRow .column {
    flex: 1 1 auto;
}

#footer .topRow .title {
    color: #26292C;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
}

#footer .topRow ul li {
    margin: 0;
    padding: 8px 0;
}

.footer__contacts-item:last-child {
    margin: 0 !important;
}

#footer .topRow ul li a {
    color: #26292C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    transition: color .4s;
}

#footer .topRow ul li span {
    color: #26292C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    transition: color .4s;
}

@media (any-hover: hover) {
    #footer .topRow ul li a:hover {
        color: #005299;
    }

    .shop-and-pickup a:hover {
        background: inherit !important;
    }
}


#footer .topRow ul li a img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

#footer .bottomRow.flex.container {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}

#footer .bottomRow .copyright {
    margin: 0;
    min-width: 560px;
}

#footer .bottomRow span {
    color: #26292C;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: start;
}

#footer .tech-dev {
    color: #26292C;
    display: flex;
    align-items: center;
    padding: 0;
}

#footer .tech-dev a {
    color: #26292C;
    margin-right: 12px;
}

#footer .tech-dev a:last-child {
    margin-right: 0;
}

#footer .tech-dev a img {
    width: 32px;
    height: 32px;
}

.footer__menu {
    display: none;
}

@media (max-width: 1199px) {
    #footer {
        padding: 0 0 24px;
    }

    #footer .topRow #footer_container {
        padding: 24px 15px 0;
    }

    .footer__contacts {
        order: -1;
    }

    .footer__contacts .title {
        display: none;
    }

    #footer .topRow ul li {
        padding: 4px 0;
    }

    .footer__contacts-link {
        background: #EBEBEB;
        padding: 16px;
        border-radius: 12px;
    }

    #footer .bottomRow.flex.container {
        align-items: flex-start;
        padding: 0 16px;
    }

    #footer .bottomRow.flex.container .column {
        margin-bottom: 16px;
    }

    #footer .bottomRow.flex.container .column:last-child {
        margin-bottom: 0;
    }

    #footer .bottomRow .copyright {
        min-width: unset;
    }

    #footer_container .column {
        display: none;
    }

    #footer_container .footer__contacts {
        display: block;
    }

    .footer__contacts {
        margin: 0 !important;
    }

    #footer .topRow ul li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .footer__menu {
        margin: 22px 0 24px;
        display: block;
    }

    .footer__menu-actions {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -6px -8px;
    }

    .footer__menu-action {
        padding: 8px 16px;
        background: #EBEBEB;
        border-radius: 36px;
        margin: 0 6px 8px 0;
        color: #26292C;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    #footer .bottomRow .copyright span {
        font-size: 16px;
        line-height: 22px;
    }

    .hide-mob {
        display: none !important;

    }

    .hide-desk {
        display: block !important;
    }
}

.hide-desk {
    display: none;
}

.mb2 {
    margin-bottom: 2px;
}

.ml2 {
    margin-left: 2px;
}

.ml4 {
    margin-left: 4px;
}

.mt24 {
    margin-top: 24px;
}

a:not([href]):not([tabindex]) {
    color: #ffffff;
    cursor: pointer;
}

a:not([href]):not([tabindex]):hover {
    color: #ffffff;
}