/* custom-reset.css | 27.08.2018 | */

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html {
        display: flex;
        flex-direction: column;
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: none;
}

p,
dd,
dl,
figure,
blockquote {
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

audio,
video {
    display: block;
}

img {
    display: block;
    border: none;
}

iframe {
    border: none;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none !important;
}

abbr {
    border: none;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

i,
em {
    font-style: inherit;
}

dfn {
    font-style: inherit;
}

mark {
    background-color: transparent;
    color: inherit;
}

small {
    font-size: inherit;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: inherit;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-align: left;
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
}

textarea {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border: none;
    padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

[type='search'] {
    outline: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

legend {
    display: block;
    padding: 0;
    white-space: normal;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}

:focus::-moz-placeholder {
    opacity: 0;
}

:focus:-moz-placeholder {
    opacity: 0;
}

:focus:-ms-input-placeholder {
    opacity: 0;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

[hidden] {
    display: none;
}

:disabled,
.disabled {
    cursor: not-allowed;
}

::-ms-clear {
    display: none;
}

:-webkit-autofill {
    box-shadow: 0 0 100px #fff inset;
    -webkit-text-fill-color: currentColor;
}

::selection {
    color: #fff;
    background-color: #004fe4;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.visually-hidden {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
}

.cover-pic,
.contain-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cover-pic {
    object-fit: cover;
}

.contain-pic {
    object-fit: contain;
}

.footer-page {
    margin-top: auto;
}

header {
    background-color: rgba(5, 5, 5, 0.9);
    border-bottom: 1px solid #e61a1d;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 998;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}

header .mob-info {
    display: none;
}

header .header-logo-right img {
    margin-left: auto;
}

header .header-nav {
    margin-top: 10px;
}

header .header-nav .mob-menu,
header .header-nav .mob-nav {
    display: none;
}

header .header-nav_info {
    padding: 0 15px;
}

header .header-nav_info .nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-nav_info .nav-social a {
    margin-left: 15px;
}

header .header-nav_info .nav-social a i {
    color: #fff;
}

header .header-nav_info .nav-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-nav_info .nav-login p {
    color: #fff;
    font-size: 18px;
}

header .header-nav_info .nav-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-nav_info .nav-cart .cart {
    background-color: #e61a1d;
    padding: 10px 7px 5px 5px;
    margin-right: 10px;
}

header .header-nav_info .nav-cart .cart i {
    color: #fff;
}

header .header-nav_info .nav-cart p {
    font-size: 14px;
    color: #fff;
}

header .header-nav_list {
    margin-top: 20px;
}

header .header-nav_list ul {
    text-align: center;
}

header .header-nav_list ul li {
    display: inline-block;
}

header .header-nav_list ul li a {
    padding: 15px 15px;
    display: block;
    background-color: #1d0808;
    font-size: 20px;
    color: #dfdfdf;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header .header-nav_list ul li a:hover {
    color: #fff;
    background-color: #661212;
}

header .header-nav_list ul li:nth-of-type(n + 2) {
    margin-left: -4px;
}

header .header-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-subnav ul {
    text-align: center;
}

header .header-subnav ul li {
    display: inline-block;
    position: relative;
}

header .header-subnav ul li:hover .header-subnav_menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

header .header-subnav ul li a {
    padding: 15px 15px;
    display: block;
    background-color: #1d0808;
    font-size: 20px;
    color: #dfdfdf;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header .header-subnav ul li a:hover {
    color: #fff;
    background-color: #661212;
}

header .header-subnav ul li:nth-of-type(n + 2) {
    margin-left: -4px;
}

header .header-subnav .tablet-menu {
    display: none;
}

header .header-subnav_menu {
    position: absolute;
    display: none;
}

header .header-subnav_menu li {
    display: block !important;
}

header .header-subnav_menu li:nth-of-type(n + 2) {
    margin-left: 0px !important;
}

header .header-search {
    height: 100%;
    background-color: #bcc0c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

header .header-search input {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    color: #000 !important;
}

header .header-search input::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

header .header-search input:-ms-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

header .header-search input::-ms-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

header .header-search input::placeholder {
    opacity: 0.5;
    color: #000 !important;
}

header .header-search input:-ms-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

header .header-search input::-ms-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

@media (max-width: 1199px) {
    header .header-nav_list ul li a {
        padding: 10px 10px;
    }
}

@media (max-width: 991px) {
    header .header-logo a img {
        max-width: 100%;
    }
    header .header-logo-right a {
        display: none;
    }
    header .header-nav_list {
        margin-top: 15px;
    }
    header .header-subnav {
        height: 100%;
        margin-top: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    header .header-subnav ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    header .header-search {
        width: 100%;
        height: 50px;
    }
    header .header-search input {
        height: 30px;
    }
}

@media (max-width: 768px) {
    header {
        padding-bottom: 5px;
    }
    header .header-logo a {
        max-width: 120px;
        display: block;
    }
    header .header-logo a img {
        max-width: 120px;
    }
    header .header-logo-right .mob-menu {
        display: block;
        position: absolute;
        top: 40px;
        right: 10px;
        z-index: 1;
    }
    header .header-logo-right .mob-menu .burger {
        width: 32px;
        height: 3px;
        background-color: #e61a1d;
        margin-bottom: 6px;
    }
    header .header-nav_info {
        margin-top: 20px;
    }
    header .header-nav_info .nav-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header .header-nav_info .nav-cart {
        margin-top: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header .header-nav_info .nav-cart .cart {
        margin-right: 10px;
        font-size: 14px;
    }
    header .header-nav_list {
        display: none;
    }
    header .header-nav .mob-nav {
        position: fixed;
        display: none;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: #000;
        z-index: 999;
    }
    header .header-nav .mob-nav .close {
        position: absolute;
        top: 20px;
        right: 40px;
    }
    header .header-nav .mob-nav ul {
        max-width: 230px;
        margin: 20px auto 0;
        text-align: center;
    }
    header .header-nav .mob-nav ul li {
        margin-top: 20px;
    }
    header .header-nav .mob-nav ul li a {
        color: #fff;
        font-size: 28px;
    }
    header .header-nav .mob-nav ul li a img {
        margin: 0 auto;
    }
    header .header-subnav .tablet-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 10px;
    }
    header .header-subnav .tablet-menu_burger {
        margin-right: 10px;
    }
    header .header-subnav .tablet-menu_burger .line {
        width: 32px;
        height: 3px;
        background-color: #e61a1d;
        margin-bottom: 6px;
    }
    header .header-subnav .tablet-menu p {
        font-size: 18px;
        color: #fff;
    }
    header .header-subnav ul {
        display: none;
        text-align: left;
    }
    header .header-subnav ul li {
        display: block;
    }
    header .header-subnav ul li:nth-of-type(n + 2) {
        margin-left: 0px;
    }
    header .header-subnav_menu {
        position: static;
    }
    header .header-subnav_menu li a {
        padding: 15px 15px 15px 30px !important;
    }
}

@media (max-width: 575px) {
    header .header-nav_info {
        padding: 0 0 0 70px;
    }
    header .header-nav_info .nav-social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    header .header-nav_info .nav-social a {
        margin-left: 10px;
    }
    header .header-nav_info .nav-login {
        text-align: center;
    }
    header .header-nav_info .nav-login p {
        font-size: 16px;
    }
}

main {
    font-family: 'Roboto', sans-serif;
}

main .main-text {
    background-color: #878787;
    padding: 5px;
    text-align: center;
}

main .main-text p {
    font-size: 16px;
    line-height: 2;
}

main .main-btn {
    text-align: center;
    height: 100%;
}

main .main-btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

main .main-btn a h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.7px;
    color: #fff;
    -webkit-animation: change-color 5s linear forwards infinite running;
    animation: change-color 5s linear forwards infinite running;
}

main .main-btn a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

main .main-btn a:hover h3 {
    -webkit-animation: change-color 5s linear forwards infinite paused;
    animation: change-color 5s linear forwards infinite paused;
}

main .main-title {
    min-height: 600px;
    background: url("") no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-left: 150px;
}

main .main-title h1 {
    font-size: 86px;
    font-weight: 700;
    letter-spacing: 1.7px;
    line-height: 1.2;
    color: #e61a1d;
}

main .main-title p {
    margin-top: 30px;
    font-size: 22px;
    max-width: 500px;
    line-height: 1.2;
}

main .products {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(100%, rgba(0, 0, 0, 0.3)),
            to(rgba(0, 0, 0, 0.3))
        ),
        url("") center center;
    background: linear-gradient(
            rgba(0, 0, 0, 0.3) 100%,
            rgba(0, 0, 0, 0.3) 100%
        ),
        url("") center center;
    background-size: cover;
    padding: 25px 0;
}

main .products-title {
    text-align: center;
    margin-bottom: 20px;
}

main .products-title h2 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 1.7px;
}

main .products-slider {
    max-width: 1000px;
    margin: 0 auto;
}

main .products-slider .slide {
    margin: 0px 10px;
}

main .products-slider .slide a img {
    max-width: 100%;
}

main .products-slider .slick-arrow-left {
    position: absolute;
    cursor: pointer;
    left: -30px;
    bottom: calc(100% - 55%);
}

main .products-slider .slick-arrow-right {
    position: absolute;
    cursor: pointer;
    right: -25px;
    bottom: calc(100% - 55%);
}

@-webkit-keyframes change-color {
    0% {
        color: #fff;
    }
    50% {
        color: #e61a1d;
    }
}

@keyframes change-color {
    0% {
        color: #fff;
    }
    50% {
        color: #e61a1d;
    }
}

@media (max-width: 1199px) {
    main .products-slider {
        max-width: 80%;
    }
}

@media (max-width: 991px) {
    main .main-text {
        padding: 5px;
        margin-top: 5px;
        text-align: center;
    }
    main .main-text p {
        font-size: 20px;
        line-height: 2;
    }
    main .main-btn a {
        padding: 20px 0;
    }
    main .main-title {
        margin-top: 20px;
        padding-left: 50px;
    }
}

@media (max-width: 768px) {
    main .main-title {
        min-height: 500px;
        padding-top: 120px;
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    main .main-text p {
        font-size: 18px;
    }
    main .main-title {
        padding-top: 100px;
        padding-left: 10px;
    }
    main .main-title h1 {
        font-size: 70px;
    }
    main .main-title p {
        font-size: 20px;
    }
    main .products-title h2 {
        font-size: 36px;
    }
    main .products-slider {
        max-width: 80%;
    }
    main .products-slider .slide a img {
        margin: 0 auto;
    }
}

main .contact {
    margin-top: 50px;
}

main .contact-title {
    text-align: center;
}

main .contact-title h2 {
    font-size: 36px;
    color: #e61a1d;
}

main .contact-form {
    padding: 0 20px;
}

main .contact-form form p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 10px;
}

main .contact-form form input,
main .contact-form form textarea {
    padding-left: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #cccccc;
}

main .contact-form form input::-webkit-input-placeholder,
main .contact-form form textarea::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

main .contact-form form input:-ms-input-placeholder,
main .contact-form form textarea:-ms-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

main .contact-form form input::-ms-input-placeholder,
main .contact-form form textarea::-ms-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

main .contact-form form input::placeholder,
main .contact-form form textarea::placeholder {
    opacity: 0.5;
    color: #000 !important;
}

main .contact-form form input:-ms-input-placeholder,
main .contact-form form textarea:-ms-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

main .contact-form form input::-ms-input-placeholder,
main .contact-form form textarea::-ms-input-placeholder {
    opacity: 0.5;
    color: #000 !important;
}

main .contact-form form button {
    width: 128px;
    height: 46px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #e61a1d;
    border: 2px solid #cccccc;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

main .contact-form form button:hover {
    border: 2px solid #e61a1d;
    background-color: #e61a1d;
    color: #fafafa;
}

main .contact-form_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

main .contact-form_name p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

main .contact-form_name input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    width: 260px;
    height: 40px;
}

main .contact-form_name input:nth-of-type(2) {
    margin-left: 10px;
}

main .contact-form_email {
    margin-bottom: 20px;
}

main .contact-form_email input {
    width: 100%;
    height: 40px;
}

main .contact-form_message textarea {
    padding: 10px;
    width: 100%;
}

main .contact-image img {
    max-width: 100%;
}

@media (max-width: 1199px) {
    main .contact-form_name input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
        flex: 0 0 215px;
    }
}

@media (max-width: 991px) {
    main .contact-form_name input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    main .contact-form_name input:nth-of-type(2) {
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    main .contact {
        margin-top: 30px;
    }
    main .contact-title {
        margin-bottom: 30px;
    }
    main .contact-form form button {
        display: block;
        margin: 20px auto 0;
    }
    main .contact-image {
        margin-top: 30px;
    }
    main .contact-image img {
        margin: 0 auto;
    }
}

main .company {
    margin-top: 50px;
}

main .company-shop {
    width: 600px;
    height: 160px;
    padding: 15px;
    margin: 0 auto;
}

main .company-shop_payal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #e61a1d;
    padding: 15px;
}

main .company-shop_payal h2 {
    font-size: 28px;
    color: #fff;
}

main .company-shop_king {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #e61a1d;
    padding: 15px;
}

main .company-shop_king h2 {
    font-size: 28px;
    color: #fff;
}

main .company .payal {
    background-image: url("");
}

main .company .king {
    margin-top: 50px;
    background-image: url("");
}

main .company-photo {
    margin-top: 30px;
}

main .company-photo_payal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

main .company-photo_payal a {
    margin-bottom: 20px;
}

main .company-photo_payal a img {
    max-width: 200px;
}

main .company-photo_king {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

main .company-photo_king a {
    margin-bottom: 20px;
}

main .company-photo_king a img {
    max-width: 200px;
}

@media (max-width: 768px) {
    main .company-shop {
        width: 100%;
    }
    main .company-photo_payal a,
    main .company-photo_king a {
        margin-left: 10px;
    }
    main .company-photo_payal a img,
    main .company-photo_king a img {
        max-width: 180px;
    }
}

@media (max-width: 575px) {
    main .company-shop {
        height: 140px;
    }
    main .company-photo_payal a,
    main .company-photo_king a {
        margin-left: 15px;
    }
    main .company-photo_payal a img,
    main .company-photo_king a img {
        max-width: 200px;
    }
}

footer {
    border-top: 2px solid #e61a1d;
    border-bottom: 1px solid #e61a1d;
    font-family: 'Roboto', sans-serif;
    margin-top: 50px;
}

footer .footer-shops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

footer .footer-shops .addreess-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 10px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
}

footer .footer-shops .addreess-map .map-inner {
    width: 100%;
    height: 100%;
    padding: 30px;
    border: 1px solid transparent;
}

footer .footer-shops .addreess-map .map-inner .item {
    font-size: 16px;
    color: #656565;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 200ms ease all;
    transition: 200ms ease all;
    position: relative;
    z-index: 2;
}

footer .footer-shops .addreess-map .map-inner .item a {
    color: #656565;
}

footer .footer-shops .addreess-map .map-inner .item:last-child {
    margin-bottom: 0;
}

footer .footer-shops .addreess-map .map-inner .item-img {
    position: absolute;
    bottom: -7px;
}

footer .footer-shops .addreess-map .map-inner .item .info {
    position: relative;
}

footer .footer-shops .addreess-map .map-inner .item .desc {
    position: relative;
}

footer .footer-shops .addreess-map:hover .map-inner {
    border-color: #cc0000;
}

footer .footer-shops .addreess-map:hover .map-inner .item {
    color: #656565;
}

footer .footer-shops .addreess-map:hover .map-inner .item a {
    color: #656565;
}

footer .footer-shops .addreess-map:hover:after {
    opacity: 0;
}

footer .footer-shops .active-tab .map-inner {
    border-color: #cc0000;
}

footer .footer-shops .active-tab .map-inner .item {
    color: #656565;
}

footer .footer-shops .active-tab .map-inner .item a {
    color: #656565;
}

footer .footer-shops .active-tab:after {
    opacity: 0;
}

footer .footer-shops #map-tab-1 {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

footer .footer-shops #map-tab-1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

footer .footer-shops #map-tab-2 {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

footer .footer-shops #map-tab-2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

@media (max-width: 1440px) {
    footer .footer-map iframe {
        height: 400px;
    }
}

@media (max-width: 575px) {
    footer .mob-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    footer .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
