.stores-info {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
}

.stores-info h1 {
    color: #232E3F;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-transform: uppercase;
}

.stores-info .title-description {
    width: 100%;
    max-width: 100%;
}

.stores-info .title-description p {
    color: #232E3F;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 33px;
    margin: 20px 0;
}

.stores-info .steps .step .content .map {
    margin: 0;
}

.stores-info .steps .step .content .map tspan {
    font-size: 8px;
    font-weight: 400;
}

.stores-info .steps .step .content .map polygon:hover, .stores-info .steps .step .content .map polygon._active {
    fill: ;
}

.stores-info .steps .step .content .map._active-ta .code-ta,
.stores-info .steps .step .content .map._active-ni .code-ni,
.stores-info .steps .step .content .map._active-bl .code-bl,
.stores-info .steps .step .content .map._active-tc .code-tc,
.stores-info .steps .step .content .map._active-zi .code-zi,
.stores-info .steps .step .content .map._active-bc .code-bc,
.stores-info .steps .step .content .map._active-pv .code-pv,
.stores-info .steps .step .content .map._active-ki .code-ki {
 fill: #40b357;
}

.stores-info .steps .step.step-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.stores-info .steps .step.step-2 .content {
    width: 100%;
    max-width: 100%;
}

.stores-info .steps .step.step-2 .content .list {
    width: 100%;
    max-width: 100%;
}

.stores-info .steps .step.step-2 .step_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 40px 20px;
    border-bottom: 1px solid #232E3F;
    padding: 40px 0;
}

.stores-info .steps .step.step-2 .step_grid.grid_2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stores-info .steps .step.step-2 .step_grid.grid_3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stores-info .steps .step.step-2 .step_grid:last-child {
    border-bottom: none;
}

.stores-info .steps .step.step-2 .step_grid h3 {
    grid-column: 1/5;
    color: #232E3F;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0
}

.stores-info .steps .step.step-2 .step_grid.grid_2 h3 {
    grid-column: 1/3;
}

.stores-info .steps .step.step-2 .step_grid.grid_3 h3 {
    grid-column: 1/4;
}

.stores-info .steps .step.step-2 .step_grid h3.seller_title {
    display: flex;
    align-items: center;
}

.stores-info .steps .step.step-2 .step_grid h3.seller_title span {
    color: #232E3F;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-transform: uppercase;
}

.stores-info .steps .step.step-2 .step_grid h3.seller_title span strong {
    color: #40b357;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-transform: uppercase;
}

.stores-info .steps .step.step-2 .step_grid h3.seller_title span strong::after {
    content: "";
    display: inline-block;
    height: 34px;
    width: 42px;
    background-image: url("../top.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.stores-info .steps .step.step-2 .step_grid h3.seller_title div {
    height: 75px;
    width: 1px;
    background-color: #232E3F;
    margin: 0 20px;
}

.stores-info .steps .step.step-2 .step_grid .entry {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.stores-info .steps .step.step-2 .step_grid .entry .title {
    width: 100%;
    color: #232E3F;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    border-bottom: 1px solid #232E3F;
    margin-bottom: 10px;
}

.stores-info .steps .step.step-2 .step_grid .entry .title::before,
.stores-info .steps .step.step-2 .step_grid .entry .title::after {
    display: none;
}

.stores-info .steps .step.step-2 .step_grid .entry a,
.stores-info .steps .step.step-2 .step_grid .entry p {
    width: 100%;
    color: #232E3F;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
}

.stores-info .steps .step.step-2 .step_grid .entry.seller {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px solid #232E3F;
}

.stores-info .steps .step.step-2 .step_grid .entry.seller .entry_icon {
    width: 26%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.stores-info .steps .step.step-2 .step_grid .entry.seller .entry_icon img {
    width: 100%;
    max-width: 42px;
}

.stores-info .steps .step.step-2 .step_grid .entry.seller .entry_column {
    width: 74%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #232E3F;
    padding: 5px 10px 5px 20px;
}

.stores-info .steps .step.step-2 .step_grid .entry.seller .entry_column .title {
    border-bottom: none;
    margin: 0;
}

.stores-info .steps .step.step-2 .step_grid .entry.seller .entry_column .price_offer_btn {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: none;
    background-color: #40b357;
    box-shadow: 0 6px 12px 0 rgba(73,22,8,0.25);
    padding: 12px;
    margin-top: 10px;
}

.stores-info .steps .step.step-2 .step_grid .entry.seller .entry_column .price_offer_btn span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom {
    display: flex;
    flex-direction: column;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_gallery.wide {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_gallery.wide img {
    width: 100%;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_gallery.grid {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_gallery.grid .image {
    width: 100%;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_gallery.grid .image:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_gallery.grid .image:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_gallery.grid .image:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_gallery.grid .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .title {
    margin-top: auto;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_showroom_wrapper {
    width: 100%;
    height: 142px;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .google_btn {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 2px solid #232E3F;
    padding: 2px 12px;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .google_btn span {
    display: flex;
    align-items: center;
    color: #232E3F;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
}

.stores-info .steps .step.step-2 .step_grid .entry.showroom .google_btn span::before {
    content: "";
    display: inline-block;
    height: 32px;
    width: 24px;
    background-image: url("../googlemaps.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

@media (max-width: 1190px) {
    .stores-info .steps .step.step-2 .step_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .stores-info .steps .step.step-2 .step_grid h3 {
        grid-column: 1/4;
    }

    .stores-info .steps .step.step-2 .step_grid.grid_3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stores-info .steps .step.step-2 .step_grid.grid_3 h3 {
        grid-column: 1/3;
    }
}

@media (max-width: 850px) {
    .stores-info .steps .step.step-2 .step_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stores-info .steps .step.step-2 .step_grid h3 {
        grid-column: 1/3;
    }
}

@media (max-width: 750px) {
    .stores-info .steps .step.step-2 .step_grid.grid_3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .stores-info .steps .step.step-2 .step_grid.grid_3 h3 {
        grid-column: 1/2;
    }

    .stores-info .steps .step.step-2 .step_grid.grid_2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .stores-info .steps .step.step-2 .step_grid.grid_2 h3 {
        grid-column: 1/2;
    }

    .stores-info .steps .step.step-2 .step_grid .entry.showroom .entry_showroom_wrapper {
        height: auto;
    }
}

@media (max-width: 600px) {
    .stores-info .steps .step.step-2 .step_grid {
        grid-template-columns: 100%;
    }

    .stores-info .steps .step.step-2 .step_grid h3 {
        grid-column: 1/2;
        font-size: 28px;
    }

    .stores-info .steps .step.step-2 .step_grid h3.seller_title {
        flex-direction: column;
        align-items: flex-start;
    }

    .stores-info .steps .step.step-2 .step_grid h3.seller_title span {
        font-size: 28px;
    }

    .stores-info .steps .step.step-2 .step_grid h3.seller_title span strong {
        font-size: 28px;
    }

    .stores-info .steps .step.step-2 .step_grid h3.seller_title span strong::after {
        height: 20px;
        width: 28px;
    }

    .stores-info .steps .step.step-2 .step_grid h3.seller_title div {
        display: none;
    }
}

.store_price_offer {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-height: 80vh;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #FFFFFF;
    background-color: #F0F0F0;
    box-shadow: 0 18px 40px 0 rgba(0,0,0,0.15);
    padding: 20px 40px;
    transform: translate(-50%, -45%) scale(0);
    opacity: 0;
    transition: all 0.3s ease;
    overflow: scroll;
    z-index: 50;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.store_price_offer::-webkit-scrollbar {
    display: none;
}

.store_price_offer.open {
    transform: translate(-50%, -45%) scale(1);
    opacity: 1;
}

.store_price_offer.success {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

@media (max-width: 600px) {
    .store_price_offer {
        width: 100%;
        padding: 60px 10px 20px 10px;
        transform: translate(-50%, -40%) scale(0);
    }

    .store_price_offer.open {
        transform: translate(-50%, -40%) scale(1);
        opacity: 1;
    }

    .store_price_offer.success {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.store_price_offer .message {
    color: #40b357;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
}

.store_price_offer .close {
    position: absolute;
    top: 20px;
    right: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .store_price_offer .close {
        right: 10px;
    }
}

.store_price_offer .close span {
    color: #40b357;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
}

.store_price_offer .close::after {
    content: "";
    display: inline-block;
    height: 31.11px;
    width: 31.11px;
    background-image: url("../X.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.store_price_offer .title {
    color: #40b357;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 20px;
}

.store_price_offer .line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.store_price_offer label {
    color: #232E3F;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    padding: 0 0 5px 20px;
}

.store_price_offer input {
    width: 100%;
    background-color: #232E3F;
    padding: 15px 20px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    border: none;
    margin-bottom: 20px;
}

.store_price_offer input::placeholder {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.store_price_offer .dropdown {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.store_price_offer .dropdown .active {
    width: 100%;
    background-color: #232E3F;
    padding: 15px 20px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.store_price_offer .dropdown .active::after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    height: 16px;
    width: 16px;
    background-image: url("../dropdown.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.store_price_offer .dropdown .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 18px 40px 0 rgba(0,0,0,0.15);
    display: none;
}

.store_price_offer .dropdown .options div {
    width: 100%;
    background-color: #232E3F;
    padding: 15px 20px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.store_price_offer .checkbox {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.store_price_offer .checkbox span {
    height: 12px;
    width: 12px;
    border: 2px solid #232E3F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store_price_offer .checkbox span::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #232E3F;
    transform: scale(0);
    transition: all 0.3s ease;
}

.store_price_offer .checkbox input {
    position: absolute;
    left: 0;
    height: 12px;
    width: 12px;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.store_price_offer .checkbox label {
    color: #232E3F;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 0 0 0 10px;
}

.store_price_offer .checkbox.active span::after {
    transform: scale(1);
}

.store_price_offer .submit_btn {
    min-width: 280px;
    border-radius: 4px;
    background-color: #40b357;
    box-shadow: 0 6px 12px 0 rgba(73,22,8,0.25);
    padding: 28px;
    align-self: flex-end;
    border: none;
}

.store_price_offer .submit_btn span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
}

@media (max-width: 450px) {
    .products-list._updated > div.block {
        padding: 30px 10px !important;
    }

    .products-list._updated > div.block .list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-gap: 20px;
        padding: 0 !important;
    }

    .products-list._updated > div.block .list .elem .title span {
        font-size: 20px;
        line-height: 30px;
        padding: 0 30px 0 0;
    }
}