/*
Theme Name: Ritkar
Version: 1.0
Author: Nikolay Raikevich
Author URI: https://nmr.by/
*/

@font-face {
   font-family: 'Rubik';
   src: url('fonts/Rubik-Regular.woff2') format('woff2'), url('fonts/Rubik-Regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Rubik';
   src: url('fonts/Rubik-Bold.woff2') format('woff2'), url('fonts/Rubik-Bold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'Yeseva One';
   src: url('fonts/YesevaOne-Regular.woff2') format('woff2'), url('fonts/YesevaOne-Regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

body {
   font-family: 'Rubik', Tahoma, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.3;
}

img {
   max-width: 100%;
}

p:last-child {
   margin-bottom: 0;
}

.header_top {
   padding: 40px 0;
   line-height: 1.2;
}

.header_phone {
   padding-left: 39px;
   display: flex;
   flex-direction: column;
   margin-bottom: 20px;
   background: url('img/phone.svg') 0 50% no-repeat;
}

.header_phone a {
   color: #5B241A;
   font-weight: 700;
   text-decoration: none;
   transition: .3s;
}

.header_phone span {
   font-weight: 400;
   margin-left: 5px;
   color: #999;
   font-size: 14px;
}

.header_phone a:hover {
   opacity: 0.5;
}

.header_hours {
   padding-left: 39px;
   background: url('img/watch.svg') 0 50% no-repeat;
}

.header_hours p {
   margin-bottom: 0;
}

.header_hous_lunch {
   font-size: 14px;
   color: #999;
}

.header_logo {
   text-align: center;
   margin-bottom: 20px;
}

.header_logo img {
   max-height: 70px;
   max-width: 200px;
}

.header_logo a {
   transition: .3s;
}

.header_logo a:hover {
   opacity: .6;
}

.header_slogan {
   font-weight: 700;
   color: #333;
}

.header_address {
   text-align: right;
   padding-right: 39px;
   margin-bottom: 20px;
   background: url('img/map.svg') 100% 50% no-repeat;
}

.header_address p {
   margin-bottom: 0;
}

.header_address button {
   cursor: pointer;
   background: transparent;
   border: none;
   font-size: 14px;
   color: #999;
   padding: 0;
   text-decoration: underline;
   transition: .3s;
}

.header_address button:hover {
   opacity: .5;
}

.header_metro {
   padding-right: 39px;
   text-align: right;
   background: url('img/metro.png') 100% 50% no-repeat;
}

.header_menu {
   border-bottom: 1px solid #ccc;
}

.header_menu_menu {
   padding: 0;
   margin: 0;
   display: flex;
   list-style: none;
}

.header_menu_menu a {
   font-weight: 700;
   color: #999;
   text-decoration: none;
   transition: .3s;
   padding: 20px 20px 18px;
   display: block;
}

.header_menu_menu a:hover {
   opacity: .5;
}

.header_menu_left {
   justify-content: flex-end;
}

.header_menu_right {
   justify-content: flex-start;
}

.header_menu_center {
   border: 1px solid #ccc;
   border-radius: 10px 10px 0 0;
   border-bottom: none;
   margin: 0 -10px;
   position: relative;
}

.header_menu_center a {
   font-size: 20px;
   color: #5B241A;
   font-weight: 700;
   text-decoration: none;
   transition: .3s;
   padding: 14px 20px 9px;
   display: block;
   position: relative;
}

.header_menu_center a:hover {
   opacity: .5;
}

.header_menu_center:before {
   content: '';
   position: absolute;
   left: -10px;
   bottom: -12px;
   width: calc(100% + 20px);
   height: 8px;
   background: #fff;
}

.header_menu_center a:before {
   content: "";
   position: absolute;
   left: -20px;
   bottom: -9px;
   width: 20px;
   height: 20px;
   border: 1px solid #ccc;
   border-left: none;
   border-top: none;
   border-radius: 0 0 10px 0;
}

.header_menu_center a:after {
   content: "";
   position: absolute;
   right: -20px;
   bottom: -9px;
   width: 20px;
   height: 20px;
   border: 1px solid #ccc;
   border-right: none;
   border-top: none;
   border-radius: 0 0 0 10px;
}

.header_menu_cart a {
   text-indent: -110px;
   overflow: hidden;
   background: url('img/cart.svg') 50% no-repeat;
}

.header_menu_catalog_menu {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   justify-content: space-between;
}

.header_menu_catalog_menu a {
   display: flex;
   align-items: center;
   padding: 20px 0;
   transition: .3s;
   text-decoration: none;
   color: #000;
}

.header_menu_catalog_menu a:hover {
   opacity: .5;
}

.header_menu_catalog {
   border-bottom: 1px solid #ccc;
}

.banner {
   position: relative;
   overflow: hidden;
   height: 750px;
}

.banner-container {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   top: 0;
   height: 100%;
}

.banner_item {
   position: absolute;
   left: 15px;
   right: 15px;
   padding: 30px 0;
   pointer-events: none;
}

.banner_item img {
   max-height: 510px;
}
.banner_item .col-lg-6:nth-child(1),
.banner_item .col-lg-6:nth-child(2) {
   opacity: 0;
   transition: 1s;
}

.banner_item .col-lg-6:nth-child(1) {
   transform: translateX(-300px);
}

.banner_item .col-lg-6:nth-child(2) {
   transform: translateX(300px);
}
.banner_item.active {
   pointer-events: auto;
}
.banner_item.active .col-lg-6:nth-child(1),
.banner_item.active .col-lg-6:nth-child(2) {
   transform: translateX(0);
   opacity: 1;
}

.banner_dots {
   position: absolute;
   left: 15px;
   right: 15px;
   bottom: 50px;
}

.banner_title_1 {
   color: #7A7A7A;
   font-size: 36px;
   font-weight: 700;
   line-height: 1;
}

.banner_title_2 {
   font-family: Yeseva One;
   font-size: 36px;
   color: #5B241A;
   margin-bottom: 15px;
}

.banner_desc {
   font-size: 18px;
}

.banner_link {
   color: #7a7a7a;
   text-decoration: underline;
   transition: .3s;
}

.banner_link:hover {
   opacity: .5;
   color: #7a7a7a;
}

.banner_price {
   margin-top: 15px;
   color: #D93737;
   font-size: 36px;
   font-family: Yeseva One;
}

.banner_price span {
   font-size: 24px;
}
.banner_product {
   padding: 15px;
   background: #fff;
   display: flex;
   align-items: center;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   transition: .3s;
   cursor: pointer;
   height: 100%;
}
.banner_product:hover,
.active .banner_product {
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
}
.banner_product_img img {
   max-height: 75px;
   max-width: 105px;
}

.banner_product_info {
   flex: 1 1;
   padding-left: 15px;
   font-size: 14px;
   line-height: 1.2;
}

.banner_product_price {
   margin-top: 10px;
   color: #999;
}
.complect_section {
   overflow: hidden;
   padding: 75px 0;
}
.complect_section_desc {
   margin-bottom: 50px;
}

.compl_list {
   font-family: 'Yeseva One';
   font-size: 25px;
   color: #999;
   border-bottom: 1px solid #d93737;
   line-height: 1;
   margin-bottom: 30px;
   transition: .3s;
   cursor: pointer;
}

.compl_list.active {
   color: #000;
   border-color: transparent;
   font-size: 30px;
}

.compl_list.active span {
   color: #D93737;
}

.compl_list:hover {
   border-color: transparent;
}
.complect_wrap {
   height: 600px;
}

.complect {
   position: absolute;
   left: 15px;
   right: 15px;
   top: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: .3s;
   pointer-events: none;
   opacity: 0;
}

.complect img {
   max-height: 600px;
}

.complect.active {
   opacity: 1;
   pointer-events: auto;
}

.complect_points a {
   position: absolute;
   height: 36px;
   background: #D93737;
   border-radius: 50px;
   line-height: 36px;
   color: #fff;
   text-decoration: none;
   padding: 0 18px;
   text-align: center;
   left: 0;
   top: 0;
   transition: .3s;
}

.complect_points a:before {
   content: '';
   position: absolute;
   border: 2px solid #D93737;
   width: calc(100% + 14px);
   height: calc(100% + 14px);
   top: -7px;
   left: -7px;
   border-radius: 50px;
}

.complect_points a:after {
   content: '';
   position: absolute;
   left: 13px;
   top: 13px;
   height: 10px;
   width: 10px;
   background: #fff;
   border-radius: 10px;
   transition: .3s;
}

.complect_points a span {
   opacity: 0;
   pointer-events: none;
   transition: .3s;
}

.complect_points a.active:after {
   opacity: 0;
   pointer-events: none;
}

.complect_points a.active span {
   opacity: 1;
   pointer-events: auto;
}

.advantages {
   position: relative;
}

.advantages_bg {
   position: absolute;
   left: 0;
   width: 100%;
   top: calc(-70vw + 710px);
   z-index: -1;
}

.advantages_title {
   display: flex;
   flex-direction: column;
   text-align: center;
   font-family: Yeseva One;
}

.advantages_title_big {
   font-size: 150px;
   line-height: 1;
   color: #AAAAAA;
}

span.advantages_title_small {
   font-size: 30px;
}

.struct_shoes {
   position: relative;
}

.struct_line {
   position: absolute;
   pointer-events: none;
}
.struct_title {
   position: absolute;
   border-bottom: 1px solid #D93737;
   text-align: center;
   display: flex;
   flex-direction: column;
}

.struct_point {
   position: absolute;
   width: 12px;
   height: 12px;
   background: #D93737;
   border-radius: 12px;
}

.struct_shoes_wrap {
   margin-bottom: 160px;
}

.advan_title {
   font-family: Yeseva One;
   font-size: 22px;
   text-align: center;
   color: #D93737;
   margin-bottom: 15px;
}

.advan_desc {
   text-align: center;
   color: #999999;
   margin-bottom: 50px;
}

.compl_title {
   margin: 50px 0;
   font-family: Yeseva One;
   font-size: 32px;
   text-align: center;
}

.compl_img {
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
   border-radius: 5px;
   margin-bottom: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.compl_desc {
   font-size: 14px;
   text-align: center;
}

.print_cat {
   margin: 100px 0 150px;
   position: relative;
}

.print_content {
   position: absolute;
   left: 0;
   top: 50%;
   width: 100%;
   transform: translateY(-50%);
}

.print_cat_title {
   font-family: Yeseva One;
   color: #FFFFFF;
   text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
   font-size: 50px;
   margin-bottom: 40px;
}

.print_cat_links {
   display: flex;
   align-items: center;
}

.print_cat_links a {
   color: #fff;
   text-decoration: none;
   transition: .3s;
   background: #D93737;
   position: relative;
   padding: 8px 25px;
   border-radius: 50px;
}

.print_cat_links a + a {
   margin-left: 45px;
}

.print_cat_links a:before {
   content: '';
   position: absolute;
   border: 2px solid #D93737;
   width: calc(100% + 14px);
   height: calc(100% + 14px);
   top: -7px;
   left: -7px;
   border-radius: 50px;
   transition: .3s;
}

.print_cat_links a:hover {
   color: #000000;
   background: #fff;
}

.print_cat_links a:hover:before {
   border-color: #fff;
}

.about_title {
   font-family: Yeseva One;
   font-size: 50px;

   /* identical to box height */
   text-align: center;
   color: #5B241A;
}

.about_subtitle {
   font-family: Yeseva One;
   font-size: 18px;

   /* identical to box height */
   text-align: center;
   margin-bottom: 50px;
}

.about_icons {
   text-align: center;
   margin-bottom: 40px;
}

.about_icons img {
   margin-bottom: 15px;
}

.about_icons_title {
   font-family: Yeseva One;
}

.about_icons_desc {
   color: #999999;
}

a.about_icons_desc {
   text-decoration: underline;
   transition: .3s;
}

a.about_icons_desc:hover {
   opacity: .5;
   color: #999999;
}

.footer {
   margin-top: 100px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
   padding: 50px 0 30px;
}

.footer_logo {
   text-align: center;
   margin-bottom: 35px;
}

.footer_logo img {
   margin-bottom: 20px;
}

.footer_contacts {
   padding: 20px 0;
   border-top: 1px solid #D93737;
   border-bottom: 1px solid #D93737;
   margin-bottom: 50px;
}

.footer_phone {
   display: flex;
   flex-direction: column;
}

.footer_phone a {
   color: #000;
   transition: .3s;
   text-decoration: none;
}

.footer_phone a:hover {
   opacity: .5;
}

.footer_phone a span {
   color: #999999;
   margin-left: 5px;
   font-size: 12px;
}

.footer_address button {
   cursor: pointer;
   background: transparent;
   border: none;
   font-size: 14px;
   color: #999;
   padding: 0;
   text-decoration: underline;
   transition: .3s;
}

.footer_address p {
   margin-bottom: 0;
}

.footer_menu_menu {
   list-style: none;
   padding: 0;
   margin: -15px 0;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}

.footer_menu_menu li a {
   font-weight: bold;
   color: #5B241A;
   padding: 0 15px;
   margin-bottom: 20px;
   display: block;
   transition: .3s;
   text-decoration: none;
}
.footer_menu_menu li a:hover {
   opacity: .5;
}

.copyright {
   font-size: 14px;
   color: #999999;
   padding: 20px 0;
}

.copyright a {
   color: #999999;
   text-decoration: underline;
}
.breadcrumb,
.woocommerce-breadcrumb {
   margin-top: 50px;
   margin-bottom: 10px;
}
.breadcrumb span,
.breadcrumb a,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
   font-size: 12px;
   color: #999999;
}
h1 {
   font-family: Yeseva One;
   font-size: 50px;
   color: #5B241A;
   margin-bottom: 50px;
}
.cat_wrap {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 213px;
   height: calc(100% - 30px);
   margin-bottom: 30px;
   border-radius: 5px;
   position: relative;
   text-decoration: none;
   overflow: hidden;
   padding: 30px;
}
.cat_wrap:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background: #000;
   opacity: .25;
   transition: .3s;
}
.cat_wrap:hover {
   text-decoration: none;
}
.cat_wrap:hover:before {
   opacity: .5;
}
.cat_title {
   font-weight: bold;
   font-size: 30px;
   color: #FFFFFF;
   text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
   position: relative;
   text-align: center;
}
.cat_wrap-title_big .cat_title {
   font-size: 50px;
}
.cat_wrap-big .cat_title {
   position: absolute;
   bottom: 108px;
   left: 50%;
   transform: translate(-50%, 50%);
   width: 100%;
}
.cat_wrap-action {
   align-items: flex-start;
   justify-content: flex-start;
   background: url(img/banner_actions.png), linear-gradient(118.98deg, rgba(128, 47, 32, 0.48) 12.5%, #8F3221 100%);
   background-position: 100% 100%;
   background-size: contain;
   background-repeat: no-repeat;
}
.cat_wrap-action .cat_title {
   text-align: left;
   flex: 0 0;
}
.row_archive_subcat {
   flex-wrap: wrap;
}
.row_archive_subcat .col-12 {
   flex-basis: 33.3333%;
}
@media (max-width: 991px) {
   .row_archive_subcat .col-12 {
      flex-basis: 100%;
   }
}
.catalog_section {
   padding: 150px 0 35px;
}
.catalog_header {
   display: flex;
   flex-direction: column;
   height: 100%;
}
.catalog_header h2 {
   font-family: Yeseva One;
   font-size: 50px;
   line-height: 58px;
   color: #5B241A;
   margin-bottom: 60px;
}
.catalog_header h2 span {
   color: #aaaaaa;
}

.archive-product_wrap {
   background: url(img/bg_adv.jpg) 50% 0 no-repeat;
   background-size: contain;
}

.loop_wrap {
   display: block;
   background: #FFFFFF;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   border-radius: 10px;
   padding: 15px;
   position: relative;
   text-decoration: none;
   color: #000;
   transition: .3s;
   margin-bottom: 30px;
   height: calc(100% - 30px);
}

.loop_wrap:hover {
   text-decoration: none;
   color: #000;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.loop_labels {
   left: 15px;
   top: 15px;
   position: absolute;
   width: calc(100% - 30px);
   display: flex;
   flex-wrap: wrap;
   z-index: 1;
}

.loop_labels > div {
   font-size: 12px;
   padding: 3px 15px;
   color: #FFFFFF;
   border-radius: 5px;
   margin: 0 10px 10px 0;
}

.loop_new {
   background: #FF8A00;
}

.loop_liquidation {
   background: #18772D;
}

.loop_img {
   position: relative;
   padding-bottom: 100%;
   margin-bottom: 10px;
}

.loop_img img {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   max-width: 100%;
   max-height: 100%;
}

.loop_title {
   font-family: Yeseva One;
   margin-bottom: 10px;
}

.loop_stock {
   font-size: 14px;
   color: #999999;
   margin-bottom: 10px;
}

.loop_price {
   font-family: Yeseva One;
   font-size: 24px;
   line-height: 28px;
   color: #D93737;
}

.loop_price .woocommerce-Price-currencySymbol {
   font-size: 16px;
}

.loop_short {
   padding: 0;
   margin: 20px 0 65px;
   list-style: none;
}
.loop_short li {
   color: #999;
   border-bottom: 1px solid #ddd;
   padding-bottom: 7px;
   margin-bottom: 7px;
   font-size: 14px;
}

.loop_short li:last-child {
   border-bottom: none;
   padding-bottom: 0;
   margin-bottom: 0;
}

.loop_btn {
   position: absolute;
   right: 15px;
   bottom: 15px;
   background: linear-gradient(180deg, #F98586 0%, #DA6667 100%);
   border-radius: 5px;
   color: #fff;
   font-size: 14px;
   text-align: center;
   padding: 6px 27px;
}

.about_desc {
   font-size: 20px;
   text-align: center;
   color: #777777;
   position: relative;
   padding-bottom: 50px;
   margin-bottom: 50px;
}

.about_desc:after {
   content: '';
   position: absolute;
   left: calc(50% - 150px);
   bottom: 0;
   width: 300px;
   border-bottom: 1px solid #ddd;
}

.mb-30 {
   margin-bottom: 30px;
}

.children_link {
   display: flex;
   margin-top: 30px;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 100px 30px;
   color: #fff;
   text-decoration: none;
   position: relative;
   overflow: hidden;
   border-radius: 5px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   transition: .3s;
}

.children_link:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgba(0, 0, 0, .5);
}

.children_link:hover {
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
   color: #fff;
   text-decoration: none;
}

.children_title {
   font-family: Yeseva One;
   font-size: 30px;
   text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
   margin-bottom: 15px;
   position: relative;
}

.children_desc {
   margin-bottom: 25px;
   position: relative;
}
.children_button {
   border: 1px solid #FFFFFF;
   border-radius: 5px;
   padding: 9px 62px;
   position: relative;
   transition: .3s;
}

.children_link:hover .children_button {
   color: #000;
   background: #fff;
}

.cert {
   display: block;
   color: #000;
   margin-bottom: 30px;
   text-align: center;
}

.cert:hover {
   text-decoration: none;
   color: #000;
}

.cert img {
   border: 3px solid #5B241A;
   margin-bottom: 15px;
   width: 100%;
   height: 560px;
   object-fit: contain;
}
.cert_title {
   font-size: 14px;
}
.o-hidden {
   overflow: hidden;
}
[data-modal] {
   position: fixed;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, .5);
   display: flex;
   align-items: center;
   justify-content: center;
   pointer-events: none;
   opacity: 0;
   transition: .3s;
   z-index: 1000;
}
.modal_wrap {
   width: 95%;
   max-width: 1200px;
   max-height: 95vh;
   background: #fff;
   transition: .3s;
   transform: translateY(-200px);
   position: relative;
}
[data-modal].active {
   pointer-events: auto;
   opacity: 1;
}
[data-modal].active .modal_wrap {
   transform: translateY(0);
}
.modal_close {
   position: absolute;
   width: 30px;
   height: 30px;
   top: -15px;
   right: -15px;
   background: #ffffff;
   border-radius: 50%;
   cursor: pointer;
   z-index: 5;
}
.modal_close:before,
.modal_close:after {
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   width: 20px;
   height: 1px;
   background: #000000;
}
.modal_close:before {
   transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close:after {
   transform: translate(-50%, -50%) rotate(-45deg);
}
.contact_map {
   position: relative;
}
.contact_block {
   width: 390px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   background: rgba(255, 255, 255, 0.8);
   z-index: 10;
   padding: 40px 15px;
}
.contact_block span {
   font-size: 14px;
   color: #999;
}
.contact_block a {
   color: #000;
}
.contact_block a:hover {
   color: #000;
   text-decoration: none;
}
.contact_address {
   padding-left: 24px;
   background: url(img/marker.svg) 0 50% no-repeat;
   margin-bottom: 30px;
}
.contact_metro {
   padding-left: 30px;
   background: url(img/metro.png) 0 50% no-repeat;
   margin-bottom: 30px;
}
.contact_hour {
   padding-left: 26px;
   background: url(img/hour.svg) 0 50% no-repeat;
   margin-bottom: 30px;
}
.contact_mail {
   padding-left: 30px;
   background: url(img/mail.svg) 0 50% no-repeat;
   margin-bottom: 5px;
}
.contact_skype {
   padding-left: 30px;
   background: url(img/skype.svg) 0 50% no-repeat;
   margin-bottom: 5px;
}
.contact_viber {
   padding-left: 30px;
   background: url(img/viber.svg) 0 50% no-repeat;
}
.contact_phone {
   display: flex;
   flex-direction: column;
   font-size: 24px;
   margin-bottom: 30px;
}
.single_labels {
   position: static;
   align-items: center;
   margin: -40px -10px 50px;
   width: calc(100% + 20px);
}

.single_labels .loop_stock {
   color: #000;
   font-size: 18px;
   padding: 4px 10px;
}

.single_labels > div {
   margin: 0 10px;
   font-size: 17px;
   padding: 4px 25px;
}
.product_variations {
   margin-bottom: 50px;
}
.product_variations > div {
   padding-top: 15px;
   padding-bottom: 15px;
}
.product_variations > div:nth-child(2n+1) {
   background: #F9F9F9;
}
.product_variation_sku {
   text-align: center;
   color: #999999;
}
.product_variation_price {
   font-family: Yeseva One;
   font-size: 20px;
   text-align: right;
   color: #D93737;
}
.product_variation_price .woocommerce-Price-currencySymbol {
   font-size: 14px;
}
.product_price {
   font-family: Yeseva One;
   font-size: 30px;
   line-height: 28px;
   color: #D93737;
   margin: -20px 0 20px;
}
.product_price .woocommerce-Price-currencySymbol {
   font-size: 20px;
}
.product_description {
   margin-bottom: 50px;
}
.product_section {
   margin-bottom: 50px;
}
.product_section_title {
   font-family: Yeseva One;
   font-size: 18px;
   margin-bottom: 10px;
}
.product_protect_content {
   display: flex;
   flex-wrap: wrap;
}
.product_protect {
   width: 44px;
   height: 44px;
   text-align: center;
   line-height: 44px;
   background: url(img/protect.svg) 50% no-repeat;
   font-size: 14px;
   margin-bottom: 5px;
   display: flex;
   align-items: center;
   justify-content: center;
   word-break: break-word;
}
.product_made_content {
   color: #999999;
}
.product_img {
   padding-bottom: 100%;
   display: block;
   position: relative;
   outline: none;
}
.product_img img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   max-width: 100%;
   max-height: 100%;
}
.magnifier {
   border: none !important;
   box-shadow: 0 0 15px rgba(0,0,0,.4);
}
.product_gallery {
   display: flex;
   flex-wrap: wrap;
   margin: 0 5px;
}
.product_img_gallery {
   width: calc(25% - 10px);
   margin: 0 5px 5px;
   padding-bottom: calc(25% - 10px);
   display: block;
   position: relative;
   background: #FFFFFF;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
   border-radius: 10px;
}
.product_img_gallery img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   max-width: 100%;
   max-height: 100%;
}
.header_mob {
   display: none;
}
.mobile_menu {
   display: none;
}
.page-numbers {
   margin: 30px 0 0;
   padding: 0;
   list-style: none;
   display: flex;
   justify-content: center;
}

.page-numbers a, .page-numbers span {
   padding: 7px 12px;
   box-shadow: 0 0 5px rgba(0, 0, 0, .2);
   margin: 0 6px;
   color: #D93737;
   transition: .3s;
   border-radius: 5px;
}

.page-numbers a:hover {
   box-shadow: 0 0 10px rgba(0, 0, 0, .2);
   text-decoration: none;
}

.page-numbers span {
   color: #000;
   box-shadow: none;
   padding: 7px 6px;
}
@media (min-width: 1350px) {
   .container {
      max-width: 1260px;
   }
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
   .contact_block {
      width: 100%;
      position: static;
      transform: translateY(0);
      padding: 0;
      margin-top: 30px;
      margin-bottom: 30px;
   }
   .header {
      display: none;
   }
   .header_mob {
      display: block;
   }
   .header_mob_top {
      display: flex;
      justify-content: space-between;
      padding: 10px 15px;
      align-items: center;
      border-bottom: 1px solid #ccc;
   }

   .header_mob_center {
      border-bottom: 1px solid #ccc;
      display: flex;
      justify-content: center;
      padding: 10px 0;
   }

   .header_mob_center a {
      font-size: 20px;
      color: #5B241A;
      font-weight: 700;
   }

   .header_mob_top img {
      max-height: 35px;
   }

   .burger_menu svg {
      height: 25px;
      color: #999;
   }

   .header_mob_contacts {
      padding: 30px 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
   }

   .header_mob_contact_wrap {
      display: flex;
      justify-content: center;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
   }

   .header_mob_contacts .header_hours {
      margin-bottom: 20px;
   }

   .header_mob_contacts .header_address {
      padding-left: 39px;
      padding-right: 0;
      background-position: 0% 50%;
      text-align: left;
   }

   .header_mob_contacts .header_metro {
      padding-left: 39px;
      padding-right: 0;
      background-position: 0% 50%;
      text-align: left;
   }
   .mobile_menu .header_menu_catalog_menu {
      flex-direction: column;
      align-items: flex-start;
      padding: 10px 0;
   }
   .header_menu_catalog_menu_wrap {
      display: flex;
      justify-content: center;
      border-top: 1px solid #ccc;
      margin-top: 10px;
   }

   .mobile_menu .header_menu_catalog_menu a {
      padding: 10px 0;
   }

   .mobile_menu {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 100;
      background: #fff;
      overflow: auto;
      transition: .5s ease-in-out;
      clip-path: circle(0% at 100% 0);
      will-change: clip-path;
      pointer-events: none;
   }
   .mobile_menu.active {
      clip-path: circle(142% at 100% 0);
      pointer-events: auto;
   }
   .banner_title_1 {
      font-size: 24px;
   }

   .banner_title_2 {
      font-size: 24px;
   }

   .banner_desc {
      font-size: 16px;
      line-height: 1.2;
   }

   .banner_item img {
      max-height: 240px;
   }

   .banner_dots > div {
      padding-left: 5px;
      padding-right: 5px;
   }

   .banner_dots {
      margin-right: -5px;
      margin-left: -5px;
   }

   .banner_product {
      padding: 5px;
   }

   .banner_product_info {
      display: none;
   }

   .banner_product_img img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
   }

   .banner_product_img {
      padding-bottom: 100%;
      width: 100%;
      position: relative;
   }

   .banner {
      height: 690px;
   }

   .catalog_section {
      padding: 50px 0 35px;
   }

   .catalog_header h2 {
      font-size: 25px;
      margin-bottom: 25px;
   }
   .complect_wrap {
      height: 400px;
   }

   .complect_section {
      padding: 0;
   }

   .advantages_title_big {
      font-size: 80px;
   }

   .struct_desc {
      display: none;
   }

   .struct_shoes_wrap {
      margin-bottom: 60px;
   }

   .compl_title {
      margin: 30px 0;
   }

   .compl_desc {
      margin-bottom: 30px;
   }

   .print_content {
      position: static;
      transform: none;
   }

   .print_cat {
      margin: 50px 0 80px;
   }

   .print_cat_title {
      color: #000;
      font-size: 30px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
   }

   .print_cat_links a + a {
      margin-left: 0;
      margin-top: 30px;
   }

   .print_cat_links {
      flex-direction: column;
      align-items: center;
   }

   .about_title {
      font-size: 30px;
   }

   .about_subtitle {
      margin-bottom: 20px;
   }

   .about_icons {
      margin: 20px 0;
   }

   .footer {
      margin-top: 50px;
   }

   .footer_menu_menu {
      flex-direction: column;
      text-align: center;
   }
   .footer_phone {
      margin-bottom: 20px;
   }
   h1 {
      font-size: 25px;
   }

   .breadcrumb {
      margin-top: 20px;
   }
   .header_menu_menu_wrap ul {
      flex-direction: column;
      align-items: center;
   }
   .header_menu_menu a {
      padding: 10px 20px 8px;
   }
   .children_button {
      padding: 9px 20px;
   }

   .children_link {
      padding: 40px 15px;
   }
   .single_labels > div {
      margin-bottom: 10px;
      font-size: 14px;
   }

   .single_labels .loop_stock {
      font-size: 15px;
   }

   .single_labels {
      margin-bottom: 20px;
   }
}