html, body {
    background: #f2f3ee none repeat scroll 0 0;
    color: #000000;
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    word-wrap: break-word;
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-weight: normal;
    font-size: 20px;
    /*font-size: 30px;*/
    margin-bottom: 20px;
    /*color: #f88506;
    text-transform: uppercase;*/
}
p {
    margin: 0;
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
img:focus, div:focus {
    outline: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.clear:after {
    clear: both;
    content: "";
    display: table;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.header_wrapper .menu {
    padding: 10px 0;
    margin: 0 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header {
    position: relative;
    background-color: #f2f3ee;
    min-height: 60px;
}
.header_wrapper {
    /*text-align: center;*/
    width: 100%;
/*    height: 112px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    transform: translate3d(0px,0px,0px);*/
}
.header_mobile_bg {
    display: none;
}
.header_wrapper.scrolling_to_top {
/*    -webkit-transition: initial;
    transition: initial;*/
}
.logo {
    background: url("/img/logo.png?ver=2") center center no-repeat;
    background-size: contain;
    width: 62px;
    height: 48px;
    display: block;
}
.mobile_logo {
    display: none;
}
.header_title {
    background: url("/img/title.png?ver=4") center center no-repeat;
    background-size: contain;
    width: 60%;
    max-width: 746px;
    margin: 0 auto;
    display: block;
}
.header_title img {
    width: 100%;
    height: auto;
}

/*.scrolling_to_top .logo, .scrolling_to_top .menu {
    transition: initial;
}*/
.menu {
    min-width: 140px;
}
.menu li, .menu a {
    color: #000000;
    outline: 0 none;
}
.menu a:hover {
    text-decoration: underline;
}
.menu > li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.menu > li > a {
    margin: 0 15px;
    /*text-transform: lowercase;*/
    font-size: 20px; 
}

.hamburgler-menu .menu {
    margin: 60px 30px;
}
.hamburgler-menu .menu .logo_wrapper {
    display: none;
}
.hamburgler-menu .menu li {
    display: block;
}
.hamburgler-menu .menu a {
    padding: 10px 0;
    display: block;
}
.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #f2f3ee;
    border-bottom: 1px solid #b6b4b6;
    /*box-shadow: 0 5px 12px 0 rgba(117,117,117,0.3);*/
}
.header_fixed .menu {
    border-top: none;
}
.header_fixed .header_title {
    display: none;
}


li {
    margin: 0;
    padding: 0;
}
ul#preview {
    margin: 75px 0 75px 50px;
    overflow: hidden;
    padding: 0;
    width: 205px;
}
ul#preview li {
    float: none;
    margin: 35px 0;
    padding: 0;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #f88506;
    text-decoration: none;
}
a:active {
    color: #000000;
    text-decoration: none;
}
.site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
    width: 100%;
}
.footer {
    flex-shrink: 0;
    /*background-color: #1d1d1d;*/
    /*color: #fff;*/
    text-align: center;
    padding: 50px 0 0;
    position: relative;
}
.footer p {
    margin: 15px 0;
}
.footer h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 15px 0;
}
.footer li {
    padding: 0;
}
.footer-badge {
    display: none;
    background: url("/img/brush.png") no-repeat;
    background-size: contain;
    height: 265px;
    width: 120px;
    position: absolute;
    top: -150px;
    right: 50px;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
}
.footer-contacts {
    text-align: left;
}
.footer-social {
    display: flex;
    align-items: center;
}
.footer-social li {
    display: inline-block;
}
.footer-social-icon {
    width: 70px;
    height: 70px;
}
p.copyright_announcement {
    text-transform: uppercase;
    font-size: 12px;
    color: #444444;
    text-align: left;
    margin: 20px 50px;
}
.copyright_announcement a {
    color: #444444;
}
.content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
}
.content p {
    margin: 15px 0;
}
.full_width {
    max-width: initial;
    margin: 0;
    padding: 0;
}
.language_selector {
    position: absolute;
    top: 13px;
    right: 13px;
    height: 20px;
    /*width: 45px;*/
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    -webkit-transition: height 0.2s ease, box-shadow 0.2s ease;
    transition: height 0.2s ease, box-shadow 0.2s ease;
    z-index: 11;
    padding: 5px;
    background-color: #f2f3ee;
}
.language_selector li {
    padding-right: 10px;
}
.language_selector::after {
    position: absolute;
    right: 5px;
    top: 9px;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #878787;
    border-right: 1px solid #878787;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.language_selector_open::after {
    margin-top: 3px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.language_selector_open {
    height: initial;
    box-shadow: 0 5px 12px 0 rgba(117,117,117,0.3);
}


.pagination {
    margin: 30px 0;
    text-align: center;
}
.pagination_info {
    color: #bbb;
    margin: 8px 0;
    float: left;
}
.pagination_links {
    float: right;
}
.pagination_links span {
    margin: 8px 0 8px 16px;
    border: 1px solid #bfc1c0;
    border-radius: 5px;
    min-width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
}
.pagination_links span:hover {
    border-color: #888;
}
.pagination_links a:hover {
    color: #888;
}
.pagination_links a {
    color: #bfc1c0;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.pagination_links .current {
    border-color: #f74648;
    color: #333;
}
span.pagination_link_hidden {
    display: none;
}
.date {
    font-style: italic;
    margin: 5px 0;
}
#imagelightbox {
    position: fixed;
    z-index: 9999;
}

.contacts_content {
    margin: 30px 0;
}

.menu .active > a {
    color: #f88506;
}

.captioned_illustration {
    margin: 20px;
}
.article_content img {
    margin: 20px;/*this margin is immidiately eliminated on load, 
    it is needed to prevent images from bumping while loading*/
}
.article_content {
    font-family: 'Open Sans', sans-serif !important;
    background: none;
    /*text-align: justify;*/
}
.article_content p::before {
    content: "";
    width: 250px;
    display: block;
    overflow: hidden;
}

.image_caption {
    color: #666;
    text-align: center;
}
.articles_list {
    text-align: left;
}
.articles_list a {
	font-weight: normal;
}
.articles_list li {
    clear: both;
    display: block;
    margin: 70px 0 0;
    padding: 0 0 60px;
    text-align: justify;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid #f88506;
}

.articles_list img {
    margin: 0 0 10px;
    width: 271px;
}
.article_preview {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 100px;
    width: 60%;
}
.article_cover {
    display: inline-block;
}
.articles_list h5 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}
.article_expand_label, .action_button {
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 10px;
    background-color: #f88506;
    color: #fff;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.article_expand_label:hover, .action_button:hover {
    background-color: #737f81;
    color: #fff;
    box-shadow: 5px 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}



.products_menu_item .product_types_list {
    display: none;
}
.hamburgler-menu .product_types_list {
    margin-left: 30px; 
}
.hamburgler-menu .product_types_list a {
    padding: 5px 0;
}
.header_wrapper .product_types_list li {
    padding: 10px 15px;
    border: 1px solid #b6b4b6;
    border-top: none;
}
.header_wrapper .products_menu_item {
    position: relative;
}
.header_wrapper .product_types_list {
    position: absolute;
    background-color: #f2f3ee;
    z-index: 5;
}
.header_wrapper .products_menu_item:hover .product_types_list {
    display: block;
}
.products_content {
    max-width: 1080px;
    margin: 0 auto 200px;
}
.catalog_anchor {
    position: relative;
    top: -100px;
    display: block;
}
.type_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.type_links li {
    display: inline-block;
    width: 32.5vw;
    height: 23.5vw;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.type_link {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    font-size: 20px;
    color: #000000;
    position: relative;
}
.type_link::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.5s;
}
.type_link span {
    vertical-align: bottom;
    position: absolute;
    padding: 20px;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.5s;
    white-space: nowrap;
}
@media (min-width: 600px) {
    .type_link:hover span {
        font-size: 40px;
        padding: 0;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
    }
    .type_link:hover::after {
        opacity: 0.8;
    }
}

.type_link_gumshoes {
    color: #ffffff;
    background-image: url('/img/covers/types/01.jpg');
}
.type_link_t-shirts {
    background-image: url('/img/covers/types/02.jpg');
}
.type_link_t-shirts span {
    left: 0;
    right: initial;
}
.type_link_baggage {
    background-image: url('/img/covers/types/03.jpg');
}
.type_link_masks {
    background-image: url('/img/covers/types/04.jpg');
}
.type_link_sculpture {
    background-image: url('/img/covers/types/05.jpg');
}
.type_link_posters {
    background-image: url('/img/covers/types/06.jpg?v=2');
}
.about_preview {
    margin-top: 30px;
    margin-bottom: 30px;
}
.about_preview_logo {
    margin-right: 50px;
    margin-bottom: 50px;
    width: 170px;
    float: left;
}
.about_preview_expand {
    text-decoration: underline;
}
.instagram_header, .about_preview {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.products_list {
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 980px;
}
.product_type_name {

}
.product_item {
    display: inline-block;
    background-color: #ffffff;
    padding: 0;
    margin: 9px;
    overflow: hidden;
}
.product_item .item_add { 
    display: table;
    margin: 15px 0 0;
}
.product_item .item_name { 
    font-weight: normal;
    margin: 10px 0;
}
.product_image {
    width: 225px;
    height: 225px;
    background-size: cover;
    background-position: center;
}
.product_link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.product_info .item_name {
    font-size: 22px;
}
.product_info .item_price {
    font-size: 20px;
    color: #f88506;
}
.product_info_preview {
    color: #f88506;
    position: absolute;
    width: 225px;
    text-align: center;
    top: 80%;
    transform: translateY(-50%);
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
    opacity: 0;
}
.product_link:hover .product_info_preview {
    top: 50%;
    opacity: 1;
}
.product_link:hover .product_image {
    opacity: 0.2;
}
.product_link:hover {
    background-color: #000;
}
.product_info, .product_gallery {
    display: inline-block;
    vertical-align: top;
}
.product_gallery { 
    margin: 0 0 30px 0;
}
.product_info {
    width: calc(100% - 624px);
    min-width: 285px;
    margin-left: 15px;
}

.item_image {
    max-width: 602px;
    max-height: 602px;
    /*width: 100%;*/
    margin: 0 auto;
}
.item_image_showcase {
    margin: 0 auto 15px;
    max-width: 602px;
    display: none;
    position: relative;
}
.item_images {
    max-width: 602px;
    display: none;
    margin: 0 auto;
}
.item_images div.slick-current {
    border-color: #f88506;
}
.item_images .slick-slide {
    margin-right: 15px; 
}
.item_images_preview {
    height: 150px;
}
.item_image_showcase .slick-slide img, .item_images .slick-slide, .product_link, .drift-zoom-pane {
    border: 1px solid #b6b4b6;
    box-sizing: border-box;
}


.clear {
    clear: both;
}
.content:after
{
    content: " ";
    display: block;
    clear: both;
}
.hamburgler-menu .social_menu {
    margin: 0 30px;
}
.social_menu li {
    display: inline-block;
}

.slides_wrapper {
    width: 100%;
    margin-bottom: 30px;
    /*background-color: #f88506;*/
}
.slides {
    padding: 0;
    /*margin: 0 -40px 120px;*/
    margin: 0 auto;
    /*max-width: 1054px;*/
    position: relative;
    display: none;
}
.slides img {
    width: 100%;
}
.slide {
    /*position: relative;*/
}
.slide_placeholder {
    margin: 0 auto;
    /*max-width: 1054px;*/
}

/*used this trick for proportional scaling of empty div: 
http://wellcaffeinated.net/articles/2012/12/10/very-simple-css-only-proportional-resizing-of-elements*/
/*.slide_image_container {
    width: 100%;
    padding-top: 55.15%;
    position: relative;
    }
.slide_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}*/
/*version above is discarded in current project in favor of scaling the slide to the window height. 
The code for that follows down below*/

.slide_image {
    height: calc(100vh - 132px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.scroll_to_top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #bfc1c0;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
}
.scroll_to_top::after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 17px;
    left: 13px;
}
.scroll_to_top:hover {
    background-color: #f88506;
    /*box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);*/
}
.scroll_to_top:active {
    background-color: #ffffff;
}


.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}


.views_count {
    position: relative;
    margin-left: 30px;
    margin-bottom: 5px;
}
.views_count::before {
    content: url('/img/views.png');
    position: absolute;
    top: 1px;
    left: -30px;
}


.cart-wrapper {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #f2f3ee;
    /*box-shadow: 0 5px 12px 0 rgba(117,117,117,0.3);*/
    /*padding: 30px;*/
    /*
    max-height: 65%;
    overflow-y: scroll;*/
}
.cart-content {
    display: none;
    width: 500px;
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #b6b4b6;
}

.cart-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    /*background-image: url("/img/cart_icon.svg?ver=2");
    background-position: right 10px center;
    background-repeat: no-repeat;*/
    background: url('/img/cart_icon.png?v=2') left 5px center no-repeat; 
    background-color: #f2f3ee;
}
.cart-icon-total {
    position: relative;
    margin: 5px 0 0 25px;
    padding: 2px 8px;
    white-space: nowrap;
    color: #ffffff;
    background-color: #000000;
    border-radius: 5px;
}
.cart-icon-total::after {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    
    top: 30%;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: -o-calc(50% - 6px);
    top: calc(50% - 6px);


    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-right: 6px solid #000000; 
}
.cart_open .cart-icon {
    background-color: transparent;
}
/*.cart_open .cart-icon-total {
    display: none;
}*/
.cart_back {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('/img/cart_back.png') center center no-repeat;
}
.cart_nav_button {
    min-width: 36px;
    height: 36px;
    padding: 12px;
    cursor: pointer;
}

.simpleCart_items table {
    width: 100%;
}
.simpleCart_items td {
    padding: 10px;
}
.item-quantity, .item-price {
    text-align: center;
}
.item-quantity a {
    font-size: 20px;
    margin: 0 10px;
}
.item-remove a {
    background: url('/img/cart_delete.png') center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.item_id {
    display: none;
}
.cart_checkout {
    border: none;
    font-size: 16px;
    float: right;
    padding: 10px 20px;
}
.cart_checkout_info {
    margin: 30px 0 0 0;
    display: none;
    clear: both;
}
.cart_checkout_form label {
    display: block;
    margin: 10px 30px;
}
.cart_checkout_form input, .cart_checkout_form select {
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
.cart_checkout_form option {
    font-size: 16px;
}
.cart_continue {
    padding: 10px 20px;
    float: right;
}
.cart_total {
    margin: 20px 10px;
    font-weight: bold;
    display: inline-block;
}
.validation_error {
    border: 1px solid #f74648;
}
.error_text {
    color: #f74648;
}
.cart_message {
    padding: 30px 50px;
    border: 1px solid #f74648;
    background-color: #fff;
    font-size: 20px;
    z-index: 10;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cart_message_dismiss {
    width: 100px;
    text-align: center;
    float: right;
    margin: 20px 0 0 0;
}

@media (max-width: 1110px) {
    .article_preview {
        margin-left: 60px;
        width: 50%;
    }

}
@media (max-width: 1000px) {
    .header_wrapper .menu {
        display: none;
    }
    .product_info {
        width: 100%;
        min-width: initial;
    }
    .product_gallery {
        width: 100%;
    }
    .type_links li {
        margin-bottom: 6px;
    }
    .type_link:hover span {
        font-size: 30px;
    }
}

@media (max-width: 800px) {
    .logo {
        display: none;
    }
    .mobile_logo {
        display: block;
        margin: 0 auto;
        padding-top: 10px;
    }
    .header_mobile_bg .logo {
        display: block;
    }
    .header_title {
        display: none;
    }
    .header_mobile_bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 79px;
        width: 100%;
        background-color: #f2f3ee;
        z-index: 3;
    }
    .content {
        padding: 0;
        overflow: hidden;
    }
    .footer-badge {
        display: none;
    }

    .social_container {
        text-align: center;
        padding-right: 30px;
    }
    .article_preview {
        width: initial;
        margin: 0 10px;
    }
    .article_cover {
        display: block;
        width: 100%;
        text-align: center;
    }
    .articles_list img {
        width: initial;
        max-width: 100%;
    }
    .articles_list h5 {
        text-align: left;
    }
    .articles_list li {
        margin: 40px 0 0;
        padding: 0 0 20px;
    }
    .language_selector {
        font-size: 20px;
        padding: 5px 12px;
        top: 10px;
        right: 0;
    }
    .language_selector li {
        margin: 0 0 10px 0;
    }
    .language_selector::after {
        width: 10px;
        height: 10px;
    }
    .language_selector_open::after {
        margin-top: 5px;
    }
    .footer {
        font-size: 12px;
    }
    .article_content {
        margin: 0 10px;
    }
    .article_content img {
        max-width: 100%;
        height: auto;
    }
    .article_content h1 {
        text-align: left;
    }
    .captioned_illustration {
        margin: 0;
        text-align: center;
        float: none !important;
    }
    .contacts_content {
        margin: 0 10px;
    }
    .pagination_info {
        display: block;
        float: none;
        text-align: left;
        margin-left: 10px;
    }
    .pagination_links {
        float: none;
    }

    .sharing_list {
        right: -100px;
    }

    .cart-wrapper {
        right: 0;
        top: 0;
        /*z-index: 10;*/
        box-sizing: border-box;
        max-width: 100%;
    }
/*    .cart-icon {
        right: 10px;
    }
    .cart_open .cart-icon {
        right: 0;
    }*/
/*    .cart_open.closing .cart-icon {
        display: none;
    }*/
    .cart-content {
        width: 100%;
        padding: 40px 10px;
    }
    .cart_checkout_info {
        margin: 0;
    }
    .cart-content .action_button {
        margin: 10px;
    }
    .cart_info_prompt {
        text-align: center;
    }
    .cart_open {
        width: 100%;
    }
    .cart_open .cart_nav_button {
        background-color: transparent;
    }
    .item-name {
        width: 50%;
    }
    .item-remove {
        width: 10%;
        text-align: center;
    }
    .simpleCart_items table {
        table-layout: fixed;
    }
    .simpleCart_items td {
        padding: 5px 0;
    }
    .item_images img {
        height: 100px;
    }
    .item_images .slick-slide {
        margin-right: 5px; 
    }
    .item_image {
        max-width: 100%;
    }
    .product_info {
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .footer-info {
        margin: 0 10px;
    }
    .scroll_to_top {
        bottom: 20px;
        right: 20px;
    }
    .product_type_name {
        margin: 10px;
    }
}
@media (max-width: 749px) {
    .products_list {
        justify-content: center;
    }
    .products_list::after {
        content: "";
        display: block;
        width: 227px;
        margin: 9px;
    }
}

@media (max-width: 600px) {
    .type_links li {
        padding: 0;
        margin: 0;
        width: 100vw;
        height: 72vw;
    }

    .type_link.mobile_hover::after {
        opacity: 0.8;
    }
    .type_link:hover {
        color: initial;
    }
    .type_link_gumshoes:hover {
        color: #ffffff;
    }
    .type_link:hover span { 
        font-size: 20px;
    }
    .type_link.mobile_hover {
        color: #f88506;
    }
    .type_link.mobile_hover span {
        font-size: 40px;
        padding: 0;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
    }
}