.page-main {
    margin: 0 !important;
    padding: 0 0 !important;
    max-width: 100% !important;
}

.column.main {
    padding: 0 !important;
}

.page-wrapper .breadcrumbs {
    margin: 0;
    padding: 1.3888vw 6.9444vw 2.0833vw;
    max-width: 100%;
}

.page-wrapper .breadcrumbs ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.page-wrapper .breadcrumbs ul li {
    position: relative;
    display: flex !important;
    align-items: center;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.4;
}

.page-wrapper .breadcrumbs ul li:not(:last-child)::after {
    content: '·';
    margin: 0 0.6944vw;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.4;
    color: #FF6D00;
}

.page-wrapper .breadcrumbs ul li a {
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 1.4;
    color: #424242;
    text-decoration: none;
}

.page-wrapper .breadcrumbs ul li a:hover {
    text-decoration: none;
}

.page-wrapper .breadcrumbs ul li strong {
    font-family: 'Montserrat';
    font-weight: 400;
    color: rgba(66, 66, 66, 0.45);
}

.page-title-wrapper {
    padding: 0 6.9444vw 1.3888vw;
}

.page-title-wrapper .page-title {
    margin: 0;
    font-weight: 700;
    font-size: calc(22vw * 100 / 1440);
    line-height: 1.2;
    color: #424242;
}

/* Responsiveness // Responsiveness // Responsiveness */

@media (min-width: 768px) {
    .block_item a:hover {
        opacity: .65;
    }
}

@media (max-width: 768px) {
    .page-wrapper .breadcrumbs {
        padding: 4.6875vw 4.6875vw 3.125vw;
        display: block !important;
        overflow: hidden;
    }

    .page-wrapper .breadcrumbs ul {
        padding-bottom: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .page-wrapper .breadcrumbs ul::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: transparent;
    }

    .page-wrapper .breadcrumbs ul::-webkit-scrollbar-thumb {
        width: 0;
        height: 0;
        background: transparent;
    }

    .page-wrapper .breadcrumbs ul li {
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: calc(10vw * 100 / 320);
    }

    .page-wrapper .breadcrumbs ul li:not(:last-child)::after {
        margin: 0 1.5625vw;
        font-size: calc(10vw * 100 / 320);
    }

    .page-title-wrapper {
        padding: 0 4.6875vw 6.25vw;
    }

    .page-title-wrapper .page-title {
        font-size: calc(18vw * 100 / 320);
    }
}
/* guarantee page */
/* payment delivery */
/* about */
.guarantee_content,
.payment_delivery_content,
.about_content,
.vacancies_content,
.сooperation_content {
    padding: 0 6.9444vw 4.1666vw;
}
.guarantee_content hr,
.payment_delivery_content hr,
.about_content hr,
.vacancies_content hr,
.сooperation_content hr {
    margin: 2.0833vw 0;
    border-top: 1px solid rgba(66, 66, 66, 0.15);
}
.guarantee_content strong,
.payment_delivery_content strong,
.about_content strong,
.vacancies_content strong,
.сooperation_content strong {
    font-weight: 600;
}
.guarantee_content a,
.payment_delivery_content a,
.about_content a,
.vacancies_content a,
.сooperation_content a {
    text-decoration: underline 1px;
    text-underline-offset: 0.2083vw;
    font-weight: 600;
    color: #424242;
}
.guarantee_content p,
.payment_delivery_content p,
.about_content p,
.vacancies_content p,
.сooperation_content p {
    margin: 0 0 1.3888vw;
    font-weight: 400;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.8;
    color: #424242;
}
.guarantee_content h2,
.payment_delivery_content h2,
.about_content h2,
.vacancies_content h2,
.сooperation_content h2 {
    margin: 0 0 1.3888vw;
    font-weight: 700;
    font-size: calc(18vw * 100 / 1440);
    line-height: 1.4;
    color: #424242;
}
.guarantee_content h3,
.payment_delivery_content h3,
.about_content h3,
.vacancies_content h3,
.сooperation_content h3 {
    margin: 0 0 1.3888vw;
    font-weight: 700;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.6;
    color: #424242;
}
.guarantee_content ol,
.payment_delivery_content ol,
.about_content ol,
.vacancies_content ol,
.сooperation_content ol {
    margin: 0 0 2.7777vw;
    padding-left: 2.0833vw;
    list-style-position: outside;
}
.guarantee_content ol li,
.payment_delivery_content ol li,
.about_content ol li,
.vacancies_content ol li,
.сooperation_content ol li {
    margin: 0;
    font-weight: 400;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.4;
    color: #424242;
}
.guarantee_content ol>li::marker,
.payment_delivery_content ol>li::marker,
.about_content ol>li::marker,
.vacancies_content ol>li::marker,
.сooperation_content ol>li::marker {
    font-weight: bold;
}
.guarantee_content ul,
.payment_delivery_content ul,
.about_content ul,
.vacancies_content ul,
.сooperation_content ul {
    margin-bottom: 1.3888vw;
    padding-left: 2.4305vw;
    list-style-position: outside;
}
.guarantee_content ul li,
.payment_delivery_content ul li,
.about_content ul li,
.vacancies_content ul li,
.сooperation_content ul li {
    margin: 0;
    font-weight: 400;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.4;
    color: #424242;
}
.guarantee_content ol li:not(:last-child),
.guarantee_content ul li:not(:last-child),
.payment_delivery_content ol li:not(:last-child),
.payment_delivery_content ul li:not(:last-child),
.about_content ol li:not(:last-child),
.about_content ul li:not(:last-child),
.vacancies_content ol li:not(:last-child),
.vacancies_content ul li:not(:last-child),
.сooperation_content ol li:not(:last-child),
.сooperation_content ul li:not(:last-child) {
    margin-bottom: 1.0416vw;
}
.about_content_top {
    position: relative;
    margin-bottom: 1.25vw;
    padding-top: 1.3888vw;
    padding-right: 41.0138vw;
    min-height: 26.8055vw;
}
.about_content_top .wrap_text {
    padding-right: 6.25vw;
}
.about_content_top div.small_img {
    position: absolute;
    right: 27.4305vw;
    bottom: -6.25vw;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 50px;
    border: 1.0416vw solid #ffffff;
    display: flex;
}
.about_content_top div.small_img img {
    width: 18.0555vw;
    height: 18.0555vw;
    object-fit: cover;
    object-position: center;
}
.about_content_top div.big_img {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
}
.about_content_top div.big_img img {
    width: 39.2361vw;
    height: 26.8055vw;
    object-fit: cover;
    object-position: center;
}
.about_content_bottom {
    position: relative;
    margin-top: 2.7777vw;
    padding-top: 2.7777vw;
    padding-left: 29.5138vw;
    min-height: 17.3611vw;
}
.about_content_bottom img {
    position: absolute;
    top: 0;
    left: 0;
    width: 27.7777vw;
    height: 16.6666vw;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (min-width: 768px) {
    .guarantee_content a:hover,
    .payment_delivery_content a:hover,
    .about_content a:hover,
    .vacancies_content a:hover,
    .сooperation_content a:hover {
        opacity: .65;
    }
}
@media (max-width: 768px) {
    .guarantee_content,
    .payment_delivery_content,
    .about_content,
    .vacancies_content,
    .сooperation_content {
        padding: 0 4.6875vw 0;
    }
    .guarantee_content hr,
    .payment_delivery_content hr,
    .about_content hr,
    .vacancies_content hr,
    .сooperation_content hr {
        margin: 6.25vw 0;
    }
    .guarantee_content p,
    .payment_delivery_content p,
    .about_content p,
    .vacancies_content p,
    .сooperation_content p {
        margin-bottom: 4.6875vw;
        font-size: calc(10vw * 100 / 320);
    }
    .guarantee_content h2, 
    .payment_delivery_content h2,
    .about_content h2,
    .vacancies_content h2,
    .сooperation_content h2 {
        margin-bottom: 3.125vw;
        font-size: calc(16vw * 100 / 320);
    }
    .guarantee_content h3,
    .payment_delivery_content h3,
    .about_content h3,
    .vacancies_content h3,
    .сooperation_content h3 {
        margin-bottom: 3.125vw;
        font-size: calc(14vw * 100 / 320);
    }
    .guarantee_content h4,
    .payment_delivery_content h4,
    .about_content h4,
    .vacancies_content h4,
    .сooperation_content h4 {
        margin-bottom: 3.125vw;
        font-size: calc(12vw * 100 / 320);
    }
    .guarantee_content ol,
    .guarantee_content ul, 
    .payment_delivery_content ol,
    .payment_delivery_content ul,
    .about_content ol,
    .about_content ul,
    .vacancies_content ol,
    .vacancies_content ul,
    .сooperation_content ol,
    .сooperation_content ul {
        margin-bottom: 4.6875vw;
        padding-left: 6.25vw;
    }
    .guarantee_content ol li,
    .payment_delivery_content ol li,
    .guarantee_content ul li, 
    .payment_delivery_content ul li,
    .about_content ol li,
    .about_content ul li,
    .vacancies_content ol li,
    .vacancies_content ul li,
    .сooperation_content ol li,
    .сooperation_content ul li {
        font-size: calc(10vw * 100 / 320);
    }
    .guarantee_content ol li:not(:last-child),
    .guarantee_content ul li:not(:last-child),
    .payment_delivery_content ol li:not(:last-child),
    .payment_delivery_content ul li:not(:last-child),
    .about_content ol li:not(:last-child),
    .about_content ul li:not(:last-child),
    .vacancies_content ol li:not(:last-child),
    .vacancies_content ul li:not(:last-child),
    .сooperation_content ol li:not(:last-child),
    .сooperation_content ul li:not(:last-child) {
        margin-bottom: 3.125vw;
    }
    .about_content_top {
        margin-bottom: 6.25vw;
        padding: 0 0 15.625vw;
        min-height: auto;
        display: flex;
        flex-direction: column;
    }
    .about_content_top div.small_img {
        right: auto;
        left: -3.125vw;
        bottom: 0;
        border-width: 3.125vw;
        border-radius: 25px;
    }
    .about_content_top div.small_img img {
        width: 36.25vw;
        height: 36.25vw;
    }
    .about_content_top div.big_img {
        position: relative;
        margin-left: auto;
        margin-right: 0;
        display: inline-flex;
    }
    .about_content_top div.big_img img {
        width: 78.125vw;
        height: 53.4375vw;
    }
    .about_content_bottom {
        margin-top: 6.25vw;
        padding: 0;
        min-height: auto;
    }
    .about_content_bottom img {
        position: relative;
        margin-bottom: 6.25vw;
        width: 100%;
        height: 54.3749vw;
    }
}
/* end guarantee page */
/* end payment delivery page */
/* end about page */
/* page 404 */
.no_route_page_wrap {
    padding: 8.3333vw 1.0416vw 7.4305vw;
    background-color: #fff;
    text-align: center;
}
.no_route_page_container {
    margin: 0 auto;
    width: 31.25vw;
}
.no_route_page_wrap .digits {
    font-weight: 700;
    font-size: calc(96vw * 100 / 1440);
    line-height: normal;
    color: #FF6D00;
}
.no_route_page_container > p {
    margin: 0;
    font-weight: 400;
    font-size: calc(12vw * 100 / 1440);
    line-height: normal;
    color: #424242;
}
.no_route_page_wrap .page_link {
    margin-top: 2.7777vw;
}
.no_route_page_wrap .page_link a {
    margin: 0;
    padding: 0.7638vw 2.6388vw;
    width: auto;
    height: auto;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid #FF6D00;
    background-color: #FF6D00;
    font-weight: 700;
    font-size: calc(14vw * 100 / 1440);
    line-height: normal;
    letter-spacing: 0.0972vw;
    color: #fff;
    transition: all .3s linear;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (min-width: 768px) {
    .no_route_page_wrap .page_link a:hover {
        background-color: #424242;
        border-color: #424242;
    }
}
@media (max-width: 768px) {
    .no_route_page_wrap {
        padding: 28.125vw 4.6875vw 34.375vw;
    }
    .no_route_page_container {
        margin: 0;
        width: 100%;
    }
    .no_route_page_wrap .digits {
        font-size: calc(96vw * 100 / 320);
    }
    .no_route_page_container > p {
        font-size: calc(12vw * 100 / 320);
    }
    .no_route_page_wrap .page_link {
        margin-top: 12.5vw;
    }
    .no_route_page_wrap .page_link a {
        padding: 3.4375vw 9.375vw;
        font-size: calc(12vw * 100 / 320);
        letter-spacing: 0.0972vw;
    }
}
/* end page 404 */
/* brands page */
.ambrands-brandlist-widget {
    margin: 0.6944vw 0 4.1666vw;
    padding: 0 6.9444vw;
}
.ambrands-brandlist-widget .content {
    border-bottom: 1px solid rgba(66, 66, 66, 0.15);
}
.ambrands-brandlist-widget .ambrands-filters-block {
    margin: 0 0 2.7777vw;
}
.ambrands-brandlist-widget .ambrands-letters-filter {
    margin: -0.1736vw;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ambrands-brandlist-widget .ambrands-letters-filter .ambrands-letter {
    margin: 0.1736vw;
    padding: 0;
    width: 2.7777vw;
    height: 2.7777vw;
    min-width: auto;
    min-height: auto;
    background: rgba(66, 66, 66, 0.04);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid transparent;
    font-family: 'Montserrat';
    font-size: calc(14vw * 100 / 1440);
    line-height: normal;
    color: #424242;
}
.ambrands-brandlist-widget .ambrands-letters-filter .ambrands-letter.-disabled {
    border: 2px solid transparent;
    background: rgba(66, 66, 66, 0.04);
    color: rgba(30, 30, 30, .25);
}
.ambrands-brandlist-widget .ambrands-letters-list {
    padding: 2.7777vw 0;
    border-top: 1px solid rgba(66, 66, 66, 0.15);
}
.ambrands-brandlist-widget .ambrands-letters-list .ambrands-letter {
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
}
.ambrands-brandlist-widget .ambrands-letters-list .ambrands-letter .ambrands-title {
    margin: 0;
    width: 7.6388vw;
    display: block;
    flex-shrink: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(36vw * 100 / 1440);
    line-height: 0.8;
    color: #FF6D00;
}
.ambrands-brandlist-widget .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ambrands-brandlist-widget .ambrands-letters-list .ambrands-brand-item,
.ambrands-brandlist-widget .ambrands-letters-list .ambrands-brand-item.-no-logo {
    margin: 0;
    max-width: none;
    min-width: auto;
    width: 11.1111vw;
    text-align: left;
}
.ambrands-brandlist-widget .ambrands-letters-list .ambrands-inner {
    padding-bottom: 1.3888vw;
    height: auto;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    overflow: inherit;
}
.ambrands-brandlist-widget .ambrands-letters-list .ambrands-label,
.ambrands-brandlist-widget .ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: calc(14vw * 100 / 1440);
    line-height: 1.2;
    color: #424242;
    transition: all .3s linear;
}
.ambrands-brandlist-widget .ambrands-letter .ambrands-brand-item .ambrands-inner:active {
    border: none;
    border-color: transparent;
    background: transparent;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (min-width: 768px) {
    .ambrands-brandlist-widget .ambrands-letters-filter .ambrands-letter:hover {
        border-color: #FF6D00;
    }
    .ambrands-brandlist-widget .ambrands-letters-list .ambrands-label:hover,
    .ambrands-brandlist-widget .ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label:hover { 
        color: #FF6D00;
    }
}
@media (max-width: 768px) {
    .ambrands-brandlist-widget {
        margin: 0 0 9.375vw;
        padding: 0;
    }
    .ambrands-brandlist-widget .content {
        border: none;
        position: relative;
    }
    .ambrands-brandlist-widget .content::after {
        content: '';
        position: absolute;
        left: 4.6875vw;
        right: 4.6875vw;
        bottom: 0;
        width: auto;
        height: 1px;
        display: block;
        background: rgba(66, 66, 66, 0.15);
    }
    .ambrands-brandlist-widget .ambrands-filters-block {
        padding-left: 4.6875vw;
        margin-bottom: 5.4687vw;
        overflow: hidden;
        position: relative;
    }
    .ambrands-brandlist-widget .ambrands-filters-block::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 16.25vw;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
        display: block;
    }
    .ambrands-brandlist-widget .ambrands-letters-filter {
        margin: -0.7812vw;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .ambrands-brandlist-widget .ambrands-letters-filter::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: transparent;
    }
    .ambrands-brandlist-widget .ambrands-letters-filter::-webkit-scrollbar-thumb {
        width: 0;
        height: 0;
        background: transparent;
    }
    .ambrands-brandlist-widget .ambrands-letters-filter .ambrands-letter {
        margin: 0.7812vw;
        width: 11.25vw;
        height: 11.25vw;
        font-size: calc(12vw * 100 / 320);
    }
    .ambrands-brandlist-widget .ambrands-letters-list {
        margin: 0 4.6875vw;
        padding: 9.375vw 0;
    }
    .ambrands-brandlist-widget .ambrands-letters-list .ambrands-letter .ambrands-title {
        width: 15.3125vw;
        font-size: calc(24vw * 100 / 320);
    }
    .ambrands-brandlist-widget .ambrands-letters-list .ambrands-letter .ambrands-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 4.6875vw 6.25vw;
    }
    .ambrands-brandlist-widget .ambrands-letters-list .ambrands-brand-item, 
    .ambrands-brandlist-widget .ambrands-letters-list .ambrands-brand-item.-no-logo {
        width: auto;
    }
    .ambrands-brandlist-widget .ambrands-letters-list .ambrands-inner{
        padding-bottom: 0;
    }
    .ambrands-brandlist-widget .ambrands-letters-list .ambrands-label, 
    .ambrands-brandlist-widget .ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
        font-size: calc(12vw * 100 / 320);
    }
}
/* contact page */
.contact_page_top_info_wrap {
    padding: 0.3472vw 0 2.7777vw;
} 
.contact_page_top_info_container {
    padding: 0 6.9444vw;
    display: flex;
    align-items: center;
}
.contact_page_top_info_wrap .work_schedule_item,
.shops_list_wrap .shop_address,
.shops_list_wrap .shop_schedule,
.shops_list_wrap .telephones_list,
.shop_info_wrap .email_item {
    position: relative;
    padding-top: 0.3472vw;
    padding-left: 2.3611vw;
    font-weight: 400;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.2;
    color: #424242;
}
.contact_page_top_info_wrap .work_schedule_item p,
.shops_list_wrap .shop_schedule p {
    margin: 0;
}
.contact_page_top_info_wrap .work_schedule_item::before,
.contact_page_top_info_wrap .telephones_list::before,
.contact_page_top_info_wrap .email_item::before,
.shops_list_wrap .shop_address::before,
.shops_list_wrap .shop_schedule::before,
.shops_list_wrap .telephones_list::before,
.shop_info_wrap .email_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6666vw;
    height: 1.6666vw;
    display: inline-block;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.contact_page_top_info_wrap .work_schedule_item::before,
.shops_list_wrap .shop_schedule::before {
    background-image: url(../images/clock.svg);
}
.contact_page_top_info_wrap .telephones_list::before,
.shops_list_wrap .telephones_list::before {
    background-image: url(../images/phote-contact.svg);
}
.contact_page_top_info_wrap .email_item::before,
.shop_info_wrap .email_item::before {
    background-image: url(../images/mail.svg);
}
.shops_list_wrap .shop_address::before {
    background-image: url(../images/map-pin.svg);
}
.contact_page_top_info_wrap .telephones_list {
    position: relative;
    padding-top: 0.3472vw;
    padding-left: 2.3611vw;
    margin-left: 8.3333vw;
    margin-right: 2.0833vw;
    display: flex;
}
.contact_page_top_info_wrap .telephone_item {
    display: flex;
}
.contact_page_top_info_wrap .telephone_item:not(:last-child),
.shops_list_wrap .telephone_item:not(:last-child) {
    margin-right: 1.3888vw;
}
.contact_page_top_info_wrap .telephone_item a,
.contact_page_top_info_wrap .email_item a,
.shops_list_wrap .telephone_item a,
.shop_info_wrap .email_item a {
    display: inline-block;
    font-weight: 600;
    font-size: calc(12vw * 100 / 1440);
    line-height: 1.2;
    color: #424242;
    text-decoration: underline 1px;
    text-underline-offset: 0.2083vw;
}
.contact_page_top_info_wrap .viber_item {
    margin: 0 0.6944vw;
    display: inline-flex;
    flex-shrink: 0;
}
.contact_page_top_info_wrap .viber_item a {
    display: inline-flex;
}
.contact_page_top_info_wrap .viber_item a svg {
    width: 1.6666vw;
    height: 1.6666vw;
}
.contact_page_top_info_wrap .email_item {
    position: relative;
    margin-left: 7.6388vw;
    padding-top: 0.3472vw;
    padding-left: 2.3611vw;
    display: flex;
}
.contact_page_shops_wrapper {
    padding: 0 6.9444vw;;
}
.contact_page_shops_container {
    padding: 2.7777vw 0 4.1666vw;
    border-top: 1px solid rgba(66, 66, 66, 0.15);
}
.contact_page_shops_wrapper .block_title {
    font-weight: 700;
    font-size: calc(18vw * 100 / 1440);
    line-height: normal;
    color: #424242;
}
.shops_list_wrap .shop_item{
    padding: 2.7777vw 0;
    display: flex;
    justify-content: space-between;
}
.shops_list_wrap  .shop_item:not(:last-child) {
    border-bottom: 1px solid rgba(66, 66, 66, 0.15);
}
.shops_list_wrap .shop_info_wrap {
    width: 100%;
}
.shops_list_wrap .shop_map {
    flex-shrink: 0;
}
.shops_list_wrap .shop_map iframe {
    width: 40.9722vw;
    height: 22.2222vw;
}
.shops_list_wrap .shop_name {
    margin-bottom: 1.3888vw;
    font-weight: 700;
    font-size: calc(16vw * 100 / 1440);
    line-height: 1.2;
    color: #424242;
}
.shops_list_wrap .shop_schedule,
.shops_list_wrap .shop_schedule .value {
    display: flex;
}
.shops_list_wrap .shop_schedule .value {
    margin-left: 0.3472vw;
}
.shops_list_wrap .shop_schedule .value p:not(:last-child) {
    margin-right: 0.3472vw;
}
.shops_list_wrap .telephones_list {
    display: flex;
    align-items: center;
}
.shops_list_wrap .shop_address p {
    margin: 0;
}
.shops_list_wrap .shop_address p:not(:last-child) {
    margin-bottom: 0.3472vw;
}
.shops_list_wrap .shop_address, 
.shops_list_wrap .shop_schedule, 
.shops_list_wrap .telephones_list, 
.shop_info_wrap .email_item {
    margin-bottom: 1.7361vw;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (min-width: 768px) {
    .contact_page_top_info_wrap .telephone_item a:hover, 
    .contact_page_top_info_wrap .email_item a:hover, 
    .shops_list_wrap .telephone_item a:hover, 
    .shop_info_wrap .email_item a:hover {
        color: #FF6D00;
    }
    .contact_page_top_info_wrap .viber_item a:hover {
        opacity: .75;
    }
}
@media (max-width: 768px) {
    .contact_page_top_info_wrap {
        padding: 0 0 6.25vw;
    }
    .contact_page_top_info_container {
        padding: 0 4.6875vw;
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact_page_top_info_wrap .work_schedule_item, 
    .shops_list_wrap .shop_address, 
    .shops_list_wrap .shop_schedule, 
    .shops_list_wrap .telephones_list, 
    .shop_info_wrap .email_item {
        padding-top: 0.625vw;
        padding-left: 8.125vw;
        font-size: calc(10vw * 100 / 320);
    }
    .contact_page_top_info_wrap .work_schedule_item::before, 
    .contact_page_top_info_wrap .telephones_list::before, 
    .contact_page_top_info_wrap .email_item::before, 
    .shops_list_wrap .shop_address::before, 
    .shops_list_wrap .shop_schedule::before, 
    .shops_list_wrap .telephones_list::before, 
    .shop_info_wrap .email_item::before{
        width: 5vw;
        height: 5vw;
    }
    .contact_page_top_info_wrap .telephones_list,
    .contact_page_top_info_wrap .email_item {
        margin: 0;
        padding-top: 0.625vw;
        padding-left: 8.125vw;
        width: 100%;
    }
    .contact_page_top_info_wrap .telephone_item:not(:last-child), 
    .shops_list_wrap .telephone_item:not(:last-child) {
        margin-right: 6.25vw;
    }
    .contact_page_top_info_wrap .telephone_item a, 
    .contact_page_top_info_wrap .email_item a, 
    .shops_list_wrap .telephone_item a, 
    .shop_info_wrap .email_item a {
        font-size: calc(10vw * 100 / 320);
        text-underline-offset: 0.9375vw;
    }
    .contact_page_top_info_wrap .viber_item {
        margin: 0 3.125vw;
    }
    .contact_page_top_info_wrap .viber_item a svg {
        width: 7.5vw;
        height: 7.5vw;
    }
    .contact_page_top_info_wrap .work_schedule_item {
        margin-bottom: 4.6875vw;
        width: 100%;
    }
    .contact_page_top_info_wrap .telephones_list {
        margin-bottom: 4.6875vw;
    }
    .contact_page_top_info_wrap .email_item {
        margin-top: 4.6875vw;
    }
    .contact_page_shops_wrapper {
        padding: 0 4.6875vw;
    }
    .contact_page_shops_container {
        padding: 6.25vw 0 12.5vw;
    }
    .contact_page_shops_wrapper .block_title {
        font-size: calc(16vw * 100 / 320);
    }
    .shops_list_wrap .shop_item {
        padding: 6.25vw 0;
        display: block;
    }
    .shops_list_wrap .shop_map {
        margin-top: 6.25vw;
    }
    .shops_list_wrap .shop_map iframe {
        width: 100%;
        height: 47.5vw;
    }
    .shops_list_wrap .shop_name {
        margin-bottom: 6.25vw;
        font-size: calc(16vw * 100 / 320);
    }
    .shops_list_wrap .shop_address, 
    .shops_list_wrap .shop_schedule, 
    .shops_list_wrap .telephones_list, 
    .shop_info_wrap .email_item {
        margin-bottom: 4.6875vw;
    }
}