/*background: url("@{path_img}my.img");*/
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
/*
.debugGrid{
	.debug(rgba(0, 0, 0, 0.3), 1px #ff0 solid);
}
*/
strong {
  font-weight: 700;
}
.content {
  min-height: calc(95vh - 335px);
}
.container {
  max-width: 82rem;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 990px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 740px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 570px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row,
.sg_row,
.top_card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.sg_row {
  max-width: 82rem;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .sg_row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 740px) {
  .sg_row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 570px) {
  .sg_row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.display_none {
  display: none !important;
}
/* ===================================
            страницы общее
            ======================================*/
.h1_sect {
  font-size: 2rem;
  color: #484848;
  margin: 2rem 0;
  text-align: center;
  color: #fc7b49;
  font-weight: 700;
  font-weight: 300;
}
.h2_sect {
  font-size: 1.5rem;
  padding: 1rem 0rem 2rem;
  color: #000;
  font-weight: 600;
  margin: 0.5rem 0;
  width: 100%;
}
.h3_sect {
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
  margin: 0.5rem 0;
  width: 100%;
}
.h_self {
  color: #404040;
  font-weight: 500;
  font-size: 1.28rem;
}
.p_sect {
  font-size: 1.2rem;
  font-weight: 600;
}
.p_sect_thin {
  color: #767676;
  font-size: 1.4rem;
  font-weight: 300;
}
.p_sect_norm {
  color: #4a4848;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 25px 0;
  text-align: left;
  text-indent: 35px;
  /* .md-block ({
            font-size:@font_1_2*@font_sm;
            }); */
}
.ros_custom_breadcrumb {
  color: #b9282fc9;
  padding: 3rem 0;
}
.ros_custom_breadcrumb span {
  font-size: 0.8rem;
  padding: 0 5px;
}
.ros_custom_breadcrumb > span > a {
  border-bottom: 1px dashed #999;
  color: #333 !important;
}
.ros_custom_breadcrumb span:first-child > a:before {
  content: url("../img/home_icon.png");
  font-size: 20x;
  padding: 5px;
}
.ros_custom_breadcrumb span:last-child {
  padding: 5px 7px;
  border-radius: 3px;
  margin-left: 7px;
  background-color: #ffb3b37a;
  border-color: #d0e9c6;
  color: #6E6E6E;
}
/* ===================================
            страницы общее
   ======================================*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Font Awesome 6 Pro";
  min-width: 385px;
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../../../../fontawesome/webfonts/fa-light-300.woff2");
}
html {
  font-size: 16px;
}
a {
  color: #15438a;
}
h1 {
  font-size: 2rem;
  width: 100%;
}
h2 {
  font-size: 1.5rem;
  width: 100%;
}
h3 {
  font-size: 1.3rem;
  width: 100%;
}
a {
  text-decoration: none;
}
.color_content {
  color: #fc7b49;
  font-weight: 700;
}
/* ===================================
            верхний баннер
            ======================================*/
.banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 142px;
  -wh1_sectebkit-box-pack: justify;
  justify-content: center;
}
.img_center img {
  width: 100%;
}
.img_align_left {
  display: none;
}
.img_align_right {
  display: none;
}
@media screen and (max-width: 1100px) {
  .img_center {
    display: none;
  }
  .banner {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .img_align_left {
    display: block;
    text-align: center;
  }
  .img_align_left img {
    width: 100%;
  }
  .img_align_right {
    display: block;
    text-align: center;
  }
  .img_align_right img {
    width: 100%;
  }
}
@media screen and (max-width: 727px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ===================================
            верхний баннер
    ======================================*/
/* ===================================
           Зона логотипа
            ======================================*/
.logo_background {
  position: absolute;
  width: 100%;
  height: 65px;
  background: #F4F4F4;
  z-index: -100;
  top: 0px;
}
.logo_link {
  height: 65px;
  display: flex;
  align-items: center;
}
.menu_background {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 50px;
  background: #3b3b3b;
  z-index: 100;
}
.header {
  height: 65px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.logo_name {
  flex-grow: 1;
}
.header_right {
  display: flex;
}
.header_right-icon {
  display: flex;
  align-items: center;
}
.header_right-icomail {
  height: 65px;
  width: 50px;
  background: url("../img/logo_block.png") no-repeat;
  background-position-y: 0px;
}
.header_right-icofone {
  margin-left: 1rem;
  height: 65px;
  width: 50px;
  background: url("../img/logo_block.png") no-repeat;
  background-position-y: -57px;
}
/* ===================================
            Зона логотипа
    ======================================*/
/* ===================================
            главное меню
            ======================================*/
.menu_block {
  position: sticky;
  top: 0px;
  display: flex;
  justify-content: space-between;
}
.menu_block a {
  color: #fff;
}
.menu_left {
  z-index: 1000;
  background: #3b3b3b;
  display: flex;
  height: 50px;
  align-items: center;
}
.menu_left-list {
  display: flex;
}
.menu_left-list li {
  padding: 0rem 0.5rem;
}
.menu_left-list li:hover {
  background: #fff;
}
.menu_left-list {
  border: 2px solid #3b3b3b;
}
.menu_left-list li:hover a {
  color: #424242;
}
.menu_left-list li:nth-child(6) a {
  text-transform: uppercase;
  font-weight: 600;
}
.link_to-catalog {
  display: none;
}
@media (max-width: 740px) {
  .menu_left-list {
    top: 0;
    left: -10px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 15px;
    gap: 12px;
    margin: 0;
    background: orange;
    list-style-type: none;
    transform: translateX(-105%);
    transition: 0.3s;
    width: 150px;
    font-size: 1.2rem;
  }
  .burger-checkbox:checked ~ .menu_left-list {
    transform: translateX(0);
  }
  /*----------------------------------------------*/
  .burger {
    z-index: 1;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 35px;
    height: 26px;
  }
  .burger::before,
  .burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
  }
  .burger::before {
    top: 0;
    box-shadow: 0 11px 0 #fff;
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
  }
  .burger::after {
    bottom: 0;
    transition: bottom 0.3s 0.15s, transform 0.3s;
  }
  .burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
  }
  .burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom 0.3s, transform 0.3s 0.15s;
  }
  /*----------------------------------------------*/
}
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
/*  Правая часть меню */
.menu_rigt {
  height: 50px;
  display: flex;
  align-items: center;
  background: #c22c35;
}
.menu_right-list li {
  height: 30px;
}
.menu_right-item {
  display: inline-block;
  float: left;
}
.menu_right-item a {
  margin-left: 2rem;
  margin-right: 0.4rem;
  display: inline-block;
  vertical-align: middle;
}
.menu_right-item a:hover {
  background-color: #2aaedf;
  color: #000;
}
.menu_right-item:nth-child(1) {
  background: url("../img/login_block.png") no-repeat;
  display: none !important;
}
.menu_right-item:nth-child(2n) {
  background: url("../img/login_block.png") no-repeat;
  background-position-y: -46px;
}
.menu_right-item:nth-child(3n) {
  background: url("../img/login_block.png") no-repeat;
  background-position-y: -90px;
}
.menu_rightitem_count_cart {
  background: #13b7058c;
  padding: 1px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: inline-block;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 13px;
  line-height: 1rem;
  left: 18px;
  top: -6px;
}
.nav-link-right.nav-activ {
  background: #4a4a4a;
  height: 45px;
  display: inline-block;
}
.mob_link_help {
  display: none;
}
@media screen and (max-width: 940px) {
  .menu_right-item:nth-child(1) {
    background: url("../img/login_block.png") no-repeat;
    background-position-y: 0px;
  }
  .menu_right-item:nth-child(n) a {
    font-size: 12px;
    background: none;
    padding: 0px;
  }
}
/* ===================================
            главное меню
      ======================================*/
/* ===================================
            index верхняя часть
            ======================================*/
body a {
  cursor: pointer;
}
.top_path {
  padding-top: 3em;
}
.top_path a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.col_top {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(30.000000000000004% - 30px);
  padding-bottom: 34%;
}
@media screen and (max-width: 740px) {
  .col_top {
    width: calc(83.33333333333334% - 30px);
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 570px) {
  .col_top {
    width: calc(100% - 30px);
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 740px) {
  .img_bottom,
  .img_one,
  .img_two,
  .img_three {
    margin-bottom: 3em;
  }
}
.img_one {
  background: url("../img/domashnie_tapochki.jpg");
  background-size: cover;
}
.img_two {
  background: url("../img/tapochki_podvodnika.jpg");
  background-size: cover;
}
.img_three {
  background: url("../img/bolshiye_tapochki.jpg");
  background-size: cover;
}
.caption {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}
/* ===================================
            index верхняя часть
======================================*/
/* ===================================
            видео
            ======================================*/
.block_video {
  width: 100%;
}
.video {
  position: relative;
  z-index: 10;
  text-align: center;
}
.video_overlay {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 4;
  background: #ffffffe8;
}
.video_mp4 {
  min-width: 1624px;
  max-width: 2000px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 115px;
}
.content_video {
  display: flex;
  left: 0;
  right: 0;
  z-index: 1000;
  min-height: 400px;
  justify-content: center;
}
.content_video-right {
  flex-basis: 50%;
  background: #ffffffdb;
}
.content_video-left {
  flex-basis: 33%;
  background: #000000db;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/* ===================================
            видео
======================================*/
/* ===================================
            галерея (левая часть)
            ======================================*/
.headers {
  /* width: 450px;*/
  margin: 0 auto;
  text-align: center;
}
.headers {
  position: relative;
  /*height: 300px;*/
}
.headers div {
  font-size: 0;
  width: 100%;
  max-height: 2rem;
  opacity: 0;
  transition: opacity 1s;
}
.showed {
  font-size: 1.8rem !important;
}
.company_position {
  position: relative;
  top: 3rem;
  width: 40%;
  min-width: 13rem;
  margin: 0 auto;
}
.company_description {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  /*margin: 0.5rem 0;*/
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 10;
  margin-top: -5rem;
}
.company_border {
  width: 100%;
  height: 100%;
  background: #555;
  bottom: 0;
  position: absolute;
  right: 0;
}
.buttons {
  text-align: right;
}
.buttons > input {
  width: 3.6rem;
  height: 3.6rem;
  border: 0;
  cursor: pointer;
  color: #fff;
  /*background:url("@{path_img}arrow.png") no-repeat;*/
  background: #c22c35;
}
/* .prev {
            background:url("@{path_img}arrow.png") no-repeat;
            }*/
/* ===================================
            галерея (левая часть)
            ======================================*/
/* ===================================
            галерея (правая часть)
            ======================================*/
.gallery {
  /* width: 450px;*/
  margin: 0 auto;
  text-align: center;
}
.gallery .photos {
  position: relative;
}
.gallery .photos img {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.img_top1 {
  background: url("../img/one_img.jpg") no-repeat;
  opacity: 0;   
  transition: opacity 1s;
  background-size: contain;
  background-position: center;
}
.img_top2 {
  background: url("../img/two_img.jpg") no-repeat;
  height: 0px;
  opacity: 0;
  transition: opacity 1s;
  background-size: contain;
  background-position: center;
}
.img_top3 {
  background: url("../img/three_img.jpg") no-repeat;
  height: 0px;
  opacity: 0;
  transition: opacity 1s;
  background-size: contain;
  background-position: center;
}
.photos__min {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
}
.img_top_min1 {
  background: url("../img/one_img.png") no-repeat;
  flex-basis: 100px;
  background-size: contain;
  background-position: center;
}
.img_top_min2 {
  background: url("../img/two_img.png") no-repeat;
  flex-basis: 100px;
  background-size: contain;
  background-position: center;
}
.img_top_min3 {
  background: url("../img/three_img.png") no-repeat;
  flex-basis: 100px;
  background-size: contain;
  background-position: center;
}
.showed {
  display: block;
  opacity: 1 !important;
  transition: opacity 2s;
}
.showed_border {
  border: 1px solid red;
}
.gallery .photos div.showed {
  display: block;
  height: 300px;
  opacity: 1;
  transition: opacity 2s;
}
.showed3 {
  border: 1px solid #F99E9E;
}
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/*ТЕСТ ТЕСт*/
/* ===================================
            галерея (правая часть)
    ======================================*/
/* ===================================
            Отзывы
            ======================================*/
.reviews {
  padding-top: 5rem;
  width: calc(91.66666666666667% - 30px);
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .reviews {
    display: block;
  }
}
.reviews_text-header {
  width: 100%;
  padding-bottom: 3rem;
}
.reviews_items_1 {
  display: flex;
  margin-left: auto;
  max-width: 582px;
  margin-bottom: 1rem;
}
.reviews_items_2 {
  display: flex;
  margin-right: auto;
  max-width: 584px;
}
.reviews_items_1 > span,
.reviews_items_2 > span {
  max-width: 450px;
}
.icon_fon_1 + div,
.icon_fon_2 + div {
  font-weight: 600;
  min-width: 75px;
}
.reviews_items_1 span,
.reviews_items_2 span {
  margin-left: 1rem;
  margin-bottom: 3rem;
  margin-top: -1rem;
  padding: 1rem;
  background: #F9F9F9D1;
}
.icon_fon_1,
.icon_fon_2 {
  min-width: 40px;
  height: 60px;
  background: url("../img/reviews_icon2.png") no-repeat;
  display: inline-block;
  margin-right: 10px;
}
/* ===================================
            Отзывы
 ======================================*/
/* ===================================
            медиа (картинка размеров, достака_
            ======================================*/
.media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3em;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .media {
    width: calc(83.33333333333334% - 30px);
    margin: 0 auto;
  }
}
.mediatext,
.reviews_text-header,
.media_left,
.media_edge,
.block_link_first {
  text-align: center;
  color: #fc7b49;
  font-weight: 300;
  font-size: 2.3rem;
}
.media_left {
  flex-basis: 50%;
  font-size: 2.3rem;
  padding-bottom: 3rem;
}
.media_right {
  flex-basis: 50%;
  text-align: center;
  padding-bottom: 2rem;
}
/* ===================================
            медиа (картинка размеров, достака_
            ======================================*/
/* ===================================
            Сссылки на главной (снизу)
            ======================================*/
.block_link_first {
  padding-top: 5rem;
  width: 100%;
}
.block_link_second {
  text-align: center;
  font-weight: 300;
  font-size: 1.6rem;
  padding-bottom: 5rem;
}
.block_link_second a {
  text-decoration: none;
  color: #33a3cd;
}
/* ===================================
            Сссылки на главной (снизу)
            ======================================*/
/* ===================================
            index перимущества
            ======================================*/
/*  - - - - - - - - - - - - - - - - - - - - - - - - */
.top_card {
  max-width: 82rem;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  justify-content: center;
  padding: 5rem 0 5rem 0;
}
@media screen and (max-width: 990px) {
  .top_card {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 740px) {
  .top_card {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 570px) {
  .top_card {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col_card {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(22.500000000000004% - 30px);
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .col_card {
    width: calc(41.66666666666667% - 30px);
  }
  .col_card .card_img {
    padding-bottom: 28%;
  }
}
@media screen and (max-width: 740px) {
  .col_card {
    width: calc(83.33333333333334% - 30px);
  }
  .col_card .card_img {
    padding-bottom: 25%;
  }
  .col_card:not(:first-child) {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 570px) {
  .col_card {
    width: calc(100% - 30px);
  }
}
.card_img {
  padding-bottom: 40%;
}
.col_card > span {
  font-weight: 600;
  font-size: 1.3rem;
}
.col_card > p {
  margin-top: 2%;
}
@media screen and (max-width: 740px) {
  .col_card > p {
    width: calc(58.333333333333336% - 30px);
    margin: 0 auto;
    margin-top: 2%;
  }
}
.card_one {
  background: url("../img/gost.png") no-repeat;
  background-position-x: 50%;
  background-size: contain;
}
.card_two {
  background: url("../img/safe.png") no-repeat;
  background-position-x: 50%;
  background-size: contain;
}
.card_three {
  background: url("../img/cloth.png") no-repeat;
  background-position-x: 50%;
  background-size: contain;
}
.card_four {
  background: url("../img/strings.png") no-repeat;
  background-position-x: 50%;
  background-size: contain;
}
/* ===================================
            index перимущества
            ======================================*/
/*Страница скидок  - - - - - - - - */
.discount {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.discount__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  border: 1px dashed #333;
  line-height: 3rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 740px) {
  .discount__col {
    width: calc(33.333333333333336% - 30px);
  }
}
.discount__col_elem {
  color: #f00;
  font-size: 3rem;
  font-weight: 700;
}
.discount__col_output {
  color: #f00;
  font-size: 5rem;
  font-weight: 700;
  flex-basis: 5rem;
}
.discount__col_way {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  font-size: 3em;
  color: #f00;
  margin-top: 2rem;
}
.discount__col_way:after {
  content: '\2193';
  border: 3px solid #000;
  background: #0078d7;
  color: #fff;
  padding: 0 1.2rem;
}
.discount__col_two {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  border: 1px dashed #333;
  line-height: 3rem;
  font-size: 1.2rem;
  max-width: 15rem;
  min-width: 9rem;
}
@media screen and (max-width: 740px) {
  .discount.three_pairs {
    display: none;
  }
}
.mobile {
  display: none;
}
@media screen and (max-width: 740px) {
  .mobile {
    display: flex;
  }
}
/*Страница скидок  - - - - - - - - */
/*Страница контакты  - -  -*/
.wpcf7-form-control {
  max-width: 330px;
}
.wpcf7-textarea {
  min-width: 330px;
}
.contacts__block-adress {
  padding-bottom: 3rem;
  margin-right: 2rem;
}
.contacts__block-form {
  flex-basis: 31%;
  padding-left: 5%;
  background: #00a1c61f;
  padding: 1rem;
  border-radius: 20px;
}
.block_contacts {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
.contacts__block {
  display: flex;
  justify-content: space-around;
}
.discount__contact {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}
.watsapp__discount {
  display: flex;
  align-items: center;
}
.telegram__discount {
  display: flex;
  align-items: center;
}
.vkgroup_discount {
  display: flex;
  align-items: center;
}
.alignnone.size-full {
  padding-right: 15px;
}
/*Страница контакты  - -  -*/
/*Страница сдоставки - - - - - - - - - - - - - - - - - - - - - - - - */
/* =========================================================
     Стили доставки
        ===========================================================*/
.block_left,
.block_right {
  display: flex;
  flex-basis: 35%;
  flex-wrap: wrap;
  color: #373937;
}
.block_right span,
.block_left span {
  color: #fc7b00;
  font-weight: 600;
}
.block_right h4 a,
.block_left h4 a {
  color: #0e36b8;
  font-weight: 400;
  font-size: 1.1rem;
  text-decoration: none;
}
.posts {
  width: calc(100% - 30px);
  text-align: center;
  min-width: 20rem;
}
.icons_sdek {
  background: url("../img/icons_3.png");
  display: inline-block;
  width: 45px;
  height: 45px;
  background-position-y: -8px;
}
.icons_self {
  background: url("../img/icons_3.png");
  display: inline-block;
  width: 45px;
  height: 45px;
  background-position-y: -106px;
}
.icons_pochta {
  background: url("../img/icons_3.png");
  display: inline-block;
  width: 45px;
  height: 45px;
  background-position-y: -58px;
}
.icons_courier {
  background: url("../img/icons_3.png");
  display: inline-block;
  width: 45px;
  height: 45px;
  background-position-y: -156px;
}
/*-----------Секция СДЕК-------------------*/
.container_shot {
  max-width: 800px;
  margin: 0 auto;
}
.posts_content {
  color: #373937;
}
.posts_content h2 {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.posts_content ul li {
  list-style-type: none;
}
.posts_content ul li::before {
  position: relative;
  left: -50px;
  padding-top: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background-color: #149dcc;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  content: '✓';
  top: 25px;
}
.posts_content h2 {
  font-weight: 700;
  color: #373937;
}
.cont_deliver h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0.5rem 0 1rem 0;
}
.cont_deliver h3,
h4,
h5 {
  font-weight: 400;
  margin: 0;
  margin-top: 1rem;
}
.row_deliver > div > div {
  margin-top: 2rem;
}
.row_deliver div > div > a {
  text-decoration: none;
  color: #373937;
}
/*------------------------------*/
/* =========================================================
     Стили доствки
 ===========================================================*/
/*Страница сдоставки - - - - - - - - - - - - - - - - - - - - - - - - */
/*-----------Страница Discount-----------------------*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 740px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 570px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row,
.sg_row,
.top_card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
h1 {
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
h2 {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
h3 {
  font-size: 1.3rem;
  width: 100%;
  text-align: center;
}
h4 {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
.row_img {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1 {
  text-align: center;
}
.images_min {
  display: none;
}
@media screen and (max-width: 570px) {
  .images_big {
    display: none;
  }
  .images_min {
    display: block;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  .row_img {
    padding: 10px;
  }
  .alignnone.size-full {
    padding-right: 0;
  }
}
/*-----------Страница Discount-----------------------*/
/*Страница-------------- 404--------------*/
.welcome_404 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.imgticket_404 {
  position: relative;
  top: -10px;
}
.imgworcks {
  position: relative;
  left: -51px;
  top: -10px;
}
.imgworcks_2 {
  position: relative;
  top: 0px;
}
.welcome_404 div {
  display: flex;
  margin-left: 70px;
}
.welcome_404 h1 {
  padding-top: 2rem;
  width: auto;
  font-weight: bold;
  color: #5c5c5c;
  letter-spacing: 2px;
}
.welcome_404 h2 {
  margin-left: -50px;
  font-weight: bold;
  width: auto;
  color: #5c5c5c;
  letter-spacing: 2px;
}
.welcome_404 h3 {
  padding-top: 2rem;
  font-weight: 600;
  color: #5c5c5c;
  letter-spacing: 2px;
}
.popular_link {
  display: flex;
  flex-wrap: wrap;
}
.popular_link-block {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.popular_link-podv,
.popular_link-slippers,
.popular_link-contacts,
.popular_link-catalog {
  padding-top: 1rem;
  margin: 2rem 3rem;
  text-align: center;
  width: 175px;
  height: 200px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.fal.fa-address-card,
.fa-album-collection {
  font-size: 4rem;
  font-weight: 100;
  color: #555;
}
/*Страница-------------- 404--------------*/
.foorer_fon {
  margin-top: 5vh;
  width: 100%;
  background: #F8F4F4;
  padding: 3rem 0;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  max-width: 82rem;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: space-evenly;
}
@media screen and (max-width: 990px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 740px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 570px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-logo {
  display: flex;
  align-items: center;
}
.footer-menu {
  display: flex;
  width: calc(58.333333333333336% - 30px);
  justify-content: space-evenly;
}
@media screen and (max-width: 740px) {
  .footer-menu {
    width: calc(66.66666666666667% - 30px);
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 570px) {
  .footer-menu {
    padding: 2rem 0;
    justify-content: space-evenly;
    width: 100%;
  }
}
.feedback_sidebar {
  text-align: center;
}
.feedback_sidebar-text {
  padding-bottom: 0.5rem;
}
.decorat_button {
  background-color: #3bb3e0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  border-color: #eaeaea;
  background-image: linear-gradient(bottom, #1593be 0%, #1593be 100%);
  background-image: -o-linear-gradient(bottom, #1593be 0%, #1593be 100%);
  background-image: -moz-linear-gradient(bottom, #1593be 0%, #1593be 100%);
  background-image: -webkit-linear-gradient(bottom, #1593be 0%, #1593be 100%);
  background-image: -ms-linear-gradient(bottom, #1593be 0%, #1593be 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1593be), color-stop(1, #1593be));
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}
.decorat_button:active {
  top: 3px;
  background-image: linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -o-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -moz-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -ms-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3eb8e5), color-stop(1, #2ca0ca));
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}
.contact_form-fone {
  padding-top: 1rem;
}
.footer-menu > DIV {
  text-align: left;
  padding: 0 0.5rem;
}
.footer-menu > DIV > SPAN {
  background: #c22c35;
  padding: 2px 7px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 2rem;
}
.footer-menu > DIV > SPAN ~ UL {
  margin-top: 10px;
}
.footer-menu > DIV > SPAN ~ UL li {
  border-bottom: 2px solid #f8f4f4;
}
.footer-menu > DIV > SPAN ~ UL li:hover {
  border-bottom: 2px solid #c22c35;
}
.test_filtr:hover ~ .product_item > .product_link > [alt*=na_polnuyu-nogu] {
  opacity: 0.1;
}
.page-title {
  font-size: 2.618em;
  line-height: 1.214;
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0 0 1rem;
}
/* Экспериментальные свойства товара*/
.tabs {
  display: flex;
}
.tabs_title {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  flex-basis: 170px;
}
.tab-label:hover {
  outline: 2px solid #7f54b3;
}
.tab-label:visited {
  background: #ff0;
}
/*тест input quantity*/
/*тест input quantity*/
/*Убираю нотайсы СКИДОК*/
/*Убираю нотайсы СКИДОК*/
/*================ Каталог товаров  ================*/
.ros_list_col_10 h2:nth-child(3) {
  padding-left: 2rem;
}
.ros_list_col_10 h2:nth-child(4) {
  padding-left: 3rem;
}
.ros_list_col_10 h2:nth-child(5) {
  padding-left: 4rem;
}
.ros_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.ros_list_col_2 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16.666666666666668% - 30px);
}
.ros_list_col_10 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(83.33333333333334% - 30px);
  text-align: center;
}
.ros_list_col_10 > h2 {
  display: flex;
  font-size: 15px;
  padding: 10px  15px 0px;
  justify-content: flex-start;
  width: auto;
}
.ros_list_col_10 > h2 a {
  color: #7E5353;
}
.ros_list_col_10 > h2 a:before {
  content: url("../img/catalog_dir.png");
  padding-right: 5px;
}
.ros_list_col_10 > h2 a:after {
  content: ' ...';
}
.ros_list_col_10 h1 {
  text-align: left;
}
.product_link {
  display: block;
  max-width: 250px;
}
.product_item {
  margin-right: 5%;
  display: inline-block;
  text-align: center;
}
.product_link > h2 {
  font-size: 1rem;
  color: #501D1D;
  font-weight: 500;
}
.product_link > span {
  font-size: 1rem;
  color: #224BB3;
  font-weight: 400;
}
.ros_prise .product_link {
  color: #6C6C6C;
}
.ros_prise .product_link span {
  color: #6C6C6C;
}
.ros_onsale {
  background: url("https://cdn-icons-png.flaticon.com/128/726/726476.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  display: inline-block;
  position: relative;
  left: 40%;
  top: 3rem;
}
.category_product_box {
  display: flex;
  width: 100%;
}
.category_product_box h2 {
  font-size: 1rem;
  max-width: 5rem;
}
.category_product_box img {
  width: 7rem;
}
/*=========== Виждеты каталога  ======*/
/*#1*/
.contact_sidebar {
  font-size: 0.9rem;
  color: #595959;
  font-weight: 400;
}
.contact_sidebar .btn_contact {
  padding: 1rem 0 0 1rem;
}
.contact_sidebar .btn_contact button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  margin: 0 15px 15px 0;
  outline: none;
  border: none;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: #4CB6EA;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  box-shadow: 0px 1px 2px 1px #3680F2;
}
.contact_sidebar .btn_contact button:active {
  font-weight: 400;
  box-shadow: inset 1px 1px 5px 3px #475C99;
}
.contact_sidebar .btn_contact button:hover {
  background-color: #3074DE;
}
.title_side_bar {
  padding-bottom: 1rem;
}
/*#2*/
.ros_list_col_2 > .product_sidebar:nth-child(1) {
  margin-top: 25vh;
}
.product_sidebar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7rem;
  width: calc(83.33333333333334% - 30px);
  min-width: 125px;
  background: #f6f6f6;
  border-right: 5px solid #ff9696;
  -webkit-box-shadow: -5px 5px 0px 0px rgba(250, 158, 174, 0.2);
  -moz-box-shadow: -5px 5px 0px 0px rgba(250, 158, 174, 0.2);
  box-shadow: -5px 5px 0px 0px rgba(250, 158, 174, 0.2);
  padding: 0.5rem;
  padding-bottom: 3rem;
}
.title_recom_widget {
  order: 1;
  text-align: center;
  font-size: 0.8rem;
}
.product_sidebar:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f05a";
  color: #009ECA;
  position: relative;
  right: 0;
  top: 0;
  font-size: 1.2rem;
}
/*========== Виждеты каталога  ======= */
/*================ Каталог товаров  ================*/
/*================ КартоЧКА товаров  ================*/
/*количество товаров */
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_2.thwvsf-selected span {
  background-color: #99E55A6E;
}
.regular_prise p {
  background-color: #AEE87D6E;
}
.qty,
.ros__quantity {
  display: none;
  max-width: 6rem;
  min-width: 6rem;
}
td > .quantity > .ros__quantity {
  display: block;
  margin: 0 auto;
}
.product_title {
  font-size: 2.3rem;
  line-height: 1.214;
  letter-spacing: -1px;
  font-weight: 300;
}
.variations_form.cart {
  padding-top: 15px;
}
/*Иконка "Лупа" */
.woocommerce-product-gallery__trigger {
  visibility: hidden;
}
.woocommerce-product-gallery__trigger::before {
  visibility: visible;
  content: " ";
  background: url("../img/max_screen.png") no-repeat;
  position: relative;
  left: 100%;
  top: 30px;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
}
/*Иконка "Лупа" */
.product_one_block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  justify-content: space-evenly;
}
.product_one_gallery {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
}
.product_info_list {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
}
.widget_text.contact_sidebar {
  max-width: 240px;
}
.product_sidebar_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(23.333333333333332% - 30px);
}
.tabs.wc-tabs {
  display: flex;
}
/*сброс вариаций (сбросить)*/
.reset_variations {
  display: none;
}
/*список размеров*/
.variations th label {
  padding-right: 10px;
}
td.value {
  display: block;
}
/*Изображения (превью)*/
.flex-control-nav li {
  width: 15%;
  margin-left: 2%;
  border: 1px solid #e5e5e5;
  list-style-type: none;
}
/*Изображение основное*/
/*Вариации*/
.custom-block-field {
  margin: 0.5rem 0 0.5rem 0rem;
  font-size: 14px;
  color: #9F9F9F;
}
.custom-field-numb {
  text-align: right;
  margin: 0.5rem 0 0.5rem 0rem;
  display: inline-block;
  width: 100%;
}
.custom-field-numb span {
  background: #fff;
}
.custom-field-numb .foot_length {
  background: #99E55A6E;
}
.field_alt_price {
  text-align: right;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: right;
  min-height: 3rem;
  align-items: center;
  padding: 0.5rem 0 0 0;
}
.svg_style_line {
  stroke: #CCB8B8;
  stroke-width: 2;
}
/*кнопка Купить */
.single_add_to_cart_button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.7rem 1.1rem;
  margin-left: 1.5rem;
  outline: none;
  border: none;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: #268DF5;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  box-shadow: 0px 1px 2px 1px #3680F2;
}
.single_add_to_cart_button:hover {
  background-color: #3074DE;
}
.single_add_to_cart_button:active {
  font-weight: 400;
  box-shadow: inset 1px 1px 5px 3px #475C99;
}
/*кнопка Купить */
.product_meta {
  display: grid;
  color: #9F9F9F;
}
/*Вариации*/
/*================================== КартоЧКАтоваров  =================================*/
/*================ первьюшки  ================*/
.flex-control-nav {
  display: flex;
  padding-left: 0;
}
/*================ первьюшки  ================*/
/*================ Видео  ================*/
/* видео где галлерея */
.wp-block-embed {
  text-align: center;
  display: inline-block;
}
/*================ Видео  ================*/
/* =========================================================
      Стили вопросов и ответов (разворот)
           ===========================================================*/
.faq {
  margin: 25px 0px 25px 5px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #e44a4a;
  width: 100%;
  text-align: center;
}
/* demo контейнер */
.faq__questions {
  max-width: 1024px;
  margin: 0 auto;
}
.faq__questions-maket {
  display: flex;
  flex-wrap: wrap;
}
.faq__questions-plus:after {
  content: '+';
  position: relative;
  left: -25px;
  top: 15px;
  font-size: 2rem;
}
/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
  display: none;
}
.label + div {
  text-indent: 2rem;
}
/* вид текста label */
.hide + label {
  transform: translate(0px, 0px) skew(-7deg, 0deg);
  flex-grow: 1;
  padding: 1rem;
  margin-top: 15px;
  background: #F6F6F6;
  color: #373937;
  cursor: pointer;
  display: inline-block;
  font-weight: inherit;
  font-size: 1.1rem;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
  border-bottom: 4px solid #0000001a;
  color: red;
  border-bottom: 0;
  background: #FFF5EE;
  font-weight: 600;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label ~ div {
  text-indent: 1rem;
  margin-left: -3px;
  margin-right: 3px;
  display: block;
  background: #FFF5EE;
  /*-moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;*/
  padding: 10px;
  /* чуточку анимации при появлении */
  -webkit-animation: fade ease-in 0.5s;
  -moz-animation: fade ease-in 0.5s;
  animation: fade ease-in 0.5s;
}
.hide:checked + label + .faq__questions-plus:after {
  content: '-';
  position: relative;
  left: -28px;
  top: 0px;
  font-size: 2rem;
}
.hide:checked + label + .faq__questions-plus {
  transform: translate(0px, 0px) skew(-7deg, 0deg);
  text-indent: 1rem;
  background: #FFF5EE;
  margin-top: 15px;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =========================================================
      Стили вопросов и ответов (разворот)
 ===========================================================*/
/* =========================================================
      Стили характеристик (стелька, подошва, накат, Материал)
        ===========================================================*/
/*================ вкладки  ================*/
.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 5rem;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
  font-weight: 300;
}
.tabs.wc-tabs {
  min-width: 180px;
  margin-bottom: 5px;
}
.wc-tabs-wrapper ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.wc-tabs-wrapper ul + div {
  background: linear-gradient(90deg, #d5f5cc 0%, #f8f8f8 35%, #fff 100%);
  width: 100%;
  height: 3px;
}
.wc-tabs-wrapper ul li {
  text-align: center;
  min-width: 105px;
  margin-left: 8px;
  background: #F7F7F7;
  border: 0px solid #646464;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #646464;
  border-left-width: 0px;
  border-left-style: solid;
  border-left-color: #646464;
  border-radius: 2px;
  transform: translate(0px, 0px) skew(-4deg, 0deg);
  border-left: solid 1px #ececec;
  border-bottom: solid 1px #e5e5e5;
}
.wc-tabs-wrapper ul li.active {
  box-shadow: 3px 1px 2px 1px rgba(30, 30, 30, 0.3);
  background: #99E55A2E;
}
.wc-tabs-wrapper ul li a {
  display: inline-block;
  padding: 0.5rem 0.3rem 0.5rem 0.3rem;
  color: #6C6C6C;
  min-width: 70px;
}
.woocommerce-tabs ul.tabs li::before {
  content: '\1F4C1';
  color: #CD2727;
  filter: saturate(5%);
  opacity: 0.4;
  font-size: 1rem;
}
.woocommerce-tabs ul.tabs li.active::before {
  content: '\1F4C1';
  color: #CD2727;
  filter: saturate(100%);
  filter: drop-shadow(1px 1px 1px red);
  opacity: 0.8;
}
.woocommerce-tabs div.row {
  justify-content: center;
}
#tab-description,
#tab-characteristics,
#tab-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#tab-description h2,
#tab-characteristics h2,
#tab-reviews h2 {
  text-align: center;
  padding-bottom: 2rem;
}
#tab-characteristics > div {
  width: 100%;
}
/*================ вкладки  ================*/
/*================ контент вкладок  ================*/
.detail {
  flex-basis: 15rem;
  margin: 0 15px 20px 0;
  min-height: 175px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.detail__top {
  background: #99E55A2E;
  padding: 5px 0;
  font-size: 13px;
  text-align: center;
  margin: 0 0 10px 0;
}
.detail__img {
  margin-top: auto;
}
.detail__img-close {
  display: none;
}
/*================ контент вкладок  ================*/
/* =========================================================
      Стили характеристик (стелька, подошва, накат, Материал)
 ===========================================================*/
/* =========================================================
      Стили таблицы размеров
               ===========================================================*/
.sizes {
  min-width: 65%;
  text-align: center;
}
.sizes tr:hover {
  background: #ec4105;
  color: #fff;
}
.tables_line {
  border-right-color: #1593be;
  border-right-style: dotted;
  border-right-width: 2px;
}
.sizes tr:nth-child(1) {
  background: #e7e6e6;
  color: #484848;
}
/* =========================================================
     Таблица размеров
        ===========================================================*/
.sizes {
  min-width: 65%;
  text-align: center;
}
.sizes tr:hover {
  background: #ec4105;
  color: #fff;
}
.tables_line {
  border-right-color: #1593be;
  border-right-style: dotted;
  border-right-width: 2px;
}
.sizes tr:nth-child(1) {
  background: #e7e6e6;
  color: #484848;
}
ul.woocommerce-categories {
  text-align: center;
  font-size: 0.5em;
  padding: 0;
  margin: 0 0 5em 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* выводим элементы в 4 столбца */
li.woocommerce-product-category-page {
  margin-left: 5%;
  margin-bottom: 2%;
  width: 21.25%;
}
/* Убираем отсуп слева у первого элемента на следующих рядах */
li.woocommerce-product-category-page:nth-child(4n+1) {
  margin-left: 0%;
}
/* === На мобильных === */
@media (max-width: 480px) {
  /* выводим элементы в 2 столбца */
  li.woocommerce-product-category-page {
    margin-left: 5%;
    margin-bottom: 0;
    width: 47.5%;
  }
  /* Убираем отсуп слева у первого элемента на следующих рядах */
  li.woocommerce-product-category-page:nth-child(2n+1) {
    margin-left: 0%;
  }
}
.related.products {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.videopleer {
  display: inline-block;
  width: 15%;
  height: 15%;
  font-size: 45px;
  background: #fff;
}
.videppleer iframe {
  display: none;
}
.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
}
.popup {
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  /*  width: 50vw;*/
  padding: 25px;
  transition: 0.5s all;
}
.activePopup {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s all;
}
.openPopup {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
}
.popup button {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 6px;
  bottom: 6px;
}
.popup .scale_01 {
  content: url("1");
}
.popup .scale_02 {
  right: 35px;
}
.popup .scale_03 {
  right: 65px;
}
.popup img {
  max-width: 50vw;
}
.wp-video,
.wp-video-shortcode {
  min-width: 55vw !important;
  height: 31vw !important;
}
.close-popup {
  background: url("../img/close.jpg");
  width: 50px;
  height: 50px;
  background-size: contain;
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.videppleer iframe {
  display: none;
}
@media screen and (max-width: 990px) {
  .popup {
    padding: 1rem;
  }
  .popup img {
    max-width: 70vw;
    height: auto;
  }
  .close-popup {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 740px) {
  .wp-video,
  .wp-video-shortcode {
    min-width: 61vw !important;
    height: 34vw !important;
  }
}
@media screen and (max-width: 570px) {
  .popup {
    padding: 1rem;
  }
  .popup img {
    max-width: 95vw;
  }
  .wp-video,
  .wp-video-shortcode {
    min-width: 90vw !important;
    height: 50vw !important;
  }
  .close-popup {
    width: 20px;
    height: 20px;
  }
}
#customer_login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.u-column1,
.u-column2 {
  min-width: 22rem;
  border: 1px solid #dedede;
  border-radius: 25px;
  padding: 3rem;
  max-width: 23rem;
  margin: 1rem;
}
/* Иконка просмотра пароля*/
.show-password-input {
  background-color: #eeeeee;
  border-color: #eeeeee;
  border-radius: 5px;
  color: #333333;
  margin-left: 10px;
  cursor: pointer;
}
.show-password-input::before {
  font-size: 1.4rem;
  content: "\1F441";
}
.show-password-input::after {
  content: "";
  position: relative;
  display: block;
  top: -14px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #565559;
  transform: rotate(-45deg);
}
.display-password::before {
  font-size: 1.4rem;
  content: "\1F441";
}
.display-password.show-password-input::after {
  content: " ";
  width: 0;
  height: 0;
}
/* Иконка просмотра пароля*/
.woocommerce-form-row label {
  display: block;
}
#customer_login > div > h2 {
  font-size: 2.617924rem;
  line-height: 1.214;
  letter-spacing: -1px;
  font-weight: 300;
  padding-left: 1rem;
}
.woocommerce-form-row--wide input,
.woocommerce-form-row--wide span > input {
  min-height: 2rem;
  min-width: 15rem;
  border: 1px solid #dfe1e5;
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
  border-radius: 24px;
  font-size: 1.1rem;
  padding-left: 1rem;
}
.woocommerce-form-row--wide > label {
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
ul.woocommerce-error {
  padding: 1rem;
  border-radius: 24px;
  background: #fff6f6;
  border: 3px solid #fdc1c1;
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
}
ul.woocommerce-error li {
  padding: 0.5rem 0;
}
ul.woocommerce-error li a {
  color: #740606;
}
/* Форма восстановлния пароля*/
.woocommerce-ResetPassword {
  margin-top: 1.5rem;
  display: none;
  align-items: center;
  min-width: 20rem;
  border: 1px solid #dedede;
  border-radius: 25px;
  padding: 1rem 1rem 0rem;
  background: #E3F7DA;
}
.ros_recovery_password {
  position: relative;
  top: -21px;
}
.ros_recovery_password label {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.ros_recovery_password input {
  min-height: 2rem;
  min-width: 15rem;
  border: 1px solid #dfe1e5;
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
  border-radius: 24px;
  font-size: 1.1rem;
  padding-left: 1rem;
}
.woocommerce-button.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  margin: 0 15px 15px 0;
  outline: none;
  border: none;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: #268DF5;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  box-shadow: 0px 1px 2px 1px #3680F2;
}
/* Форма восстановлния пароля*/
.ros_display_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
}
.ros_my_account {
  display: flex;
}
.ros_my_account .ros_list_col_10 {
  display: flex;
}
.ros_my_account .ros_col_2_account {
  width: calc(0% - 30px);
}
.woocommerce-MyAccount-navigation {
  min-width: 8rem;
  box-sizing: content-box;
}
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 10rem;
}
.woocommerce-MyAccount-content {
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  text-align: left;
  padding-left: 2rem;
}
.woocommerce-MyAccount-content fieldset {
  background: #FFF5F5;
  margin-top: 2rem;
  border-radius: 1rem;
  padding: 0.5rem;
}
.woocommerce-MyAccount-content fieldset legend {
  position: relative;
  top: -1rem;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  color: #fc7b49;
}
.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.woocommerce-MyAccount-navigation-link--edit-address {
  display: none !important;
}
.woocommerce-MyAccount-navigation ul {
  text-align: left;
}
.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: '\f11b';
  float: right;
  font-size: 1.3rem;
}
.woocommerce-MyAccount-navigation-link--orders a:before {
  content: '\f847';
  float: right;
  font-size: 1.3rem;
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: '\f0ca';
  float: right;
  font-size: 1.3rem;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: '\e66c';
  float: right;
  font-size: 1.3rem;
}
.woocommerce-orders-table.my_account_orders thead tr {
  height: 2rem;
}
.woocommerce-orders-table.my_account_orders tbody tr {
  height: 4rem;
  text-align: center;
}
.woocommerce-orders-table.my_account_orders tbody th {
  text-align: center;
}
.woocommerce-orders-table__cell-order-actions::before {
  content: '\f06e';
  font-size: 1.1rem;
}
.woocommerce-orders-table.my_account_orders thead tr th {
  min-width: 8rem;
  border: 1px solid #dbdbdb;
  background: #F1F1F1;
  text-align: center;
}
.woocommerce-orders-table.my_account_orders tbody {
  text-align: center;
}
#account_first_name,
#account_last_name {
  min-height: 2rem;
  min-width: 15rem;
  border: 1px solid #dfe1e5;
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
  border-radius: 24px;
  font-size: 1.1rem;
  padding-left: 1rem;
}
#account_display_name_description {
  width: 100%;
  display: block;
}
[name="save_account_details"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  margin: 2rem 0;
  outline: none;
  border: none;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: #268DF5;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  box-shadow: 0px 1px 2px 1px #3680F2;
}
#account_display_name {
  margin-bottom: 1rem;
}
#account_display_name_description em {
  font-style: italic;
}
input#account_email {
  margin-bottom: 2rem;
}
.view-order-notise mark {
  background: #DBF9C36E;
  padding: 0.1rem;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  text-align: center;
  padding: 1rem 0;
}
.wc-item-meta li {
  display: flex;
}
.wc-item-meta-label {
  font-weight: 400;
}
.wc-item-meta-label + p {
  margin-left: 0.5rem;
}
.shop_table.order_details .product-total {
  display: block;
  text-align: center;
}
th.product-total {
  border-bottom: 1px solid #E2E2E2;
}
th.product-name {
  border-bottom: 1px solid #E2E2E2;
}
tfoot th {
  padding: 0 0 0 1.5rem;
}
tfoot td {
  text-align: center;
}
.woocommerce-customer-details address {
  padding: 0 0 0 1.5rem;
}
.box_ResetPassword {
  padding: 1rem;
  border-radius: 19px;
  margin-top: 2rem;
  max-width: 750px;
  border: 1px solid #dedede;
  coloir: #333;
}
.ros_recovery_button {
  margin-top: 1rem;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: #268DF5;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  box-shadow: 0px 1px 2px 1px #3680F2;
}
.woocommerce-Input,
[nane=user_login] {
  min-width: 230px;
}
.woocommerce-Button,
[value='Сброс пароля'] {
  margin: 10px 10px !Important;
}
.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  flex-basis: 66%;
  margin-top: 1rem;
}
.checkout-inline-error-message {
  border-radius: 10px;
  margin-top: 1rem;
  width: 50%;
  background: #fff6f6;
  border: 1px solid #fde8c1;
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
}
.order_review {
  display: flex;
  flex-direction: column;
  margin-top: auto ;
  border: 1px solid #EBEBEB;
  padding: 1rem;
}
#order_comments {
  width: 17rem;
  height: 7rem;
}
.product-total {
  display: none;
}
.woocommerce-billing-fields__field-wrapper input {
  padding: 5px;
  min-height: 2rem;
  min-width: 15rem;
  border: 1px solid #dfe1e5;
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
  border-radius: 24px;
  font-size: 1.1rem;
  padding-left: 1rem;
}
.form-row {
  padding: 0.5rem 0px;
}
.woocommerce {
  padding-top: 2rem;
}
.woocommerce-billing-fields > h3 {
  font-size: 1.5rem;
  color: #484848;
  margin: 2rem;
  font-weight: 400;
}
.custom_checkout_field > h3 {
  font-size: 1.5rem;
  color: #484848;
  margin: 2rem;
  font-weight: 400;
}
.delivery_field_text_area {
  opacity: 0;
}
.pickup_field_info_text {
  opacity: 0;
}
.view {
  opacity: 1;
}
.not_view {
  opacity: 0;
}
.field_show {
  opacity: 1;
  transition: 1s;
}
textarea {
  display: block;
  height: 5rem;
  width: 13rem;
}
input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  transform: scale(1.5);
  padding: 10px;
}
.one_check {
  padding: 0.5rem 0rem;
}
.two_check {
  padding: 0 0 1rem 0;
}
.woocommerce-cart-form {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.woocommerce-cart-form__contents {
  width: calc(100% - 30px);
}
#billing_country_field {
  display: none;
}
.woocommerce-message {
  font-size: 1rem;
}
.wc-proceed-to-checkout {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.7rem 1.1rem;
  margin-left: 1.5rem;
  outline: none;
  border: none;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: #268DF5;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  box-shadow: 0px 1px 2px 1px #3680F2;
}
.wc-proceed-to-checkout a {
  color: #fff;
}
/* ===================================
       ХЕДЕР таблицы корхины -начало
                ======================================*/
.remove {
  background: url("../img/icon_remove.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
}
.product-remove-text {
  font-size: 0.7rem;
  color: #6f6868;
  margin-top: -5px;
}
.product-price {
  text-transform: uppercase;
  min-width: 6rem;
}
.product-quantity {
  text-transform: uppercase;
  min-width: 6rem;
}
.cart__title {
  font-size: 0.8rem;
  background: #e4e4e4;
  height: 1.5rem;
}
.cart__title th {
  text-align: center;
}
.cart_item td {
  text-align: left;
}
/* ===================================
       ХЕДЕР таблицы корхины -конец
 ======================================*/
.product-remove {
  width: 4rem;
}
td.product-thumbnail {
  width: 15rem;
  border-right: solid 1px #edecec;
}
.close__border {
  height: 0.75rem;
  position: relative;
  left: 0.75rem;
  background: #fff;
}
/* ===================================
       Таблица корзины -начало
                ======================================*/
.border__table-td {
  height: 1rem;
}
.border__table-line {
  width: 90%;
  background: #F2F2F2;
  height: 1px;
  display: block;
  padding-left: 0px;
  margin-left: 4%;
}
.product-name {
  width: 22rem;
  vertical-align: baseline;
}
td.product-name,
td.product-price,
td.product-quantity {
  border-right: solid 1px #edecec;
  vertical-align: middle;
}
td.product-price {
  text-align: center;
}
.product-name a {
  text-decoration: none;
  text-align: left;
  color: #322f2f;
  font-size: 0.88rem;
}
.product-name {
  text-align: left;
}
.product-name {
  padding: 0 0 0 1.5rem;
}
.cart__variation {
  text-align: left;
}
.coupon {
  color: #575757;
  padding-top: 0.85rem;
}
.coupon > input {
  width: 20%;
}
.cart__tible {
  font-size: 0.88rem;
}
.subtotal__line {
  text-align: center;
  font-size: 0.88rem;
  background: #F6F6F6;
  font-weight: 500;
}
.long__block_first {
  background: #fff;
}
.cart-subtotal {
  display: none;
}
.order-total {
  margin: 1rem 0;
  background: #99E55A6E;
  height: 1.5rem;
  padding: 0.2rem;
  display: block;
}
.order-total bdi {
  margin-left: 1rem;
}
.order-total-price {
  text-align: center;
}
.test_opacity {
  opacity: 0;
  height: 0;
}
@media screen and (max-width: 740px) {
  .woocommerce {
    padding-top: 0;
  }
  .shop_table > thead {
    display: none;
  }
  .shop_table_bottom {
    display: block;
    width: calc(83.33333333333334% - 30px);
    margin: 0 auto;
  }
  .woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: column;
  }
  .product-remove {
    position: relative;
    top: 10rem;
  }
  .product-name {
    display: flex;
    justify-content: center;
    width: calc(100% - 30px);
    padding: 1rem;
  }
  .product-name a {
    font-size: 1rem;
  }
  .product-name .variation {
    padding-left: 1rem;
    color: #322f2f;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  td.product-thumbnail {
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .product-thumbnail::before {
    content: 'Товар:';
    text-align: center;
    width: calc(100% - 30px);
    background: #F5F5F5;
  }
  .product-price {
    display: flex;
    padding: 0.5rem;
    align-items: center;
  }
  .product-price bdi {
    padding-left: 5px;
  }
  .product-price::before {
    content: 'Стоимость:';
    display: block;
    font-size: 0.8rem;
    line-height: 1.8;
  }
  .product-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .product-quantity::before {
    content: 'Количество:';
    padding: 0.5rem;
    font-size: 0.8rem;
  }
  .product-subtotal {
    display: flex;
    align-items: center;
  }
  .product-subtotal::before {
    content: 'Сумма:';
    display: block;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 0.5rem;
  }
  td.product-name,
  td.product-price,
  td.product-quantity {
    border-right: none;
  }
  .coupon input {
    min-width: 8rem;
  }
  .coupon button {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.3rem 1rem;
    margin-left: 1.5rem;
    outline: none;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #af676c36;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    box-shadow: 0px 1px 2px 1px #656566;
    color: #251414;
  }
  .subtotal__line {
    display: none;
  }
  .cart_totals {
    padding: 1rem;
  }
  .cart_totals h2 {
    font-weight: 300;
  }
  .cart-subtotal {
    display: none;
  }
  .order-total {
    margin: 1rem 0;
    display: block;
    background: #99E55A6E;
    padding: 0 0.5rem;
  }
  .order-total th {
    padding-right: 1rem;
  }
  .order-total bdi {
    font-weight: 400;
  }
  .wc-proceed-to-checkout {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.7rem 1.1rem;
    margin-left: 1.5rem;
    outline: none;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #268DF5;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    box-shadow: 0px 1px 2px 1px #3680F2;
  }
  .wc-proceed-to-checkout a {
    color: #fff;
  }
}
@media screen and (max-width: 570px) {
  .shop_table_bottom {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
/* ===================================
       Таблица корзины -конец
 ======================================*/
/*@media screen  md 900*/
@media screen and (max-width: 1300px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  /*catalog*/
  .ros_list_col_10 {
    width: calc(75% - 30px);
  }
  /*catalog*/
  .product_one_block {
    display: block;
    margin: 0 auto;
  }
  .product_one_gallery {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(58.333333333333336% - 30px);
    margin: 0 auto;
  }
  .product_info_list {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(58.333333333333336% - 30px);
    margin: 0 auto;
  }
  .product_title {
    text-align: center;
  }
}
/*@media screen  md 900*/
/*@media screen  md 740*/
@media screen and (max-width: 740px) {
  /*catalog*/
  .ros_list_col_10 {
    width: calc(66.66666666666667% - 30px);
  }
  /*catalog*/
  .product_one_gallery {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(58.333333333333336% - 30px);
    margin: 0 auto;
  }
  .product_title {
    font-size: 2rem;
    text-align: center;
  }
  .product_info_list {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(83.33333333333334% - 30px);
    margin: 0 auto;
  }
  .link_to-catalog {
    display: block;
    padding: 0rem 0.5rem;
    margin-left: 1rem;
    font-size: 1.1rem;
  }
  .link_to-catalog:hover {
    background: #fff;
    color: #3b3b3b;
  }
  .content_video {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: column;
    align-content: center;
  }
  .video_mp4 {
    display: none;
  }
  .video_overlay {
    display: none;
  }
  .content_video-left {
    min-height: 25rem;
    width: calc(83.33333333333334% - 30px);
  }
  .menu_right-item a {
    margin-left: 0px;
  }
  .menu_right-item:nth-child(1) {
    background: none;
  }
  .menu_right-item:nth-child(2) {
    background: none;
  }
  .menu_right-item:nth-child(3) {
    background: none;
  }
  .mob_link_help {
    display: block;
  }
  .menu_right-item:nth-child(n) a {
    font-size: 0px;
    background: none;
    padding: 0px 15px;
  }
  .logo_link > span {
    display: none;
  }
  .reviews_text-header {
    padding-bottom: 3rem;
  }
  /*чекаут*/
  .woocommerce-checkout {
    display: block;
  }
  .order_review {
    display: flex;
    flex-direction: column;
    margin-top: auto ;
    border: 1px solid #EBEBEB;
    padding: 1rem;
  }
  /*чекаут*/
}
/*@media screen  md 780*/
/*@media screen  md 570*/
@media screen and (max-width: 570px) {
  .content_video {
    margin: 0;
    padding: 0;
  }
  .header_right {
    padding-right: 0.5rem;
  }
  .menu_left {
    padding-left: 0.5rem;
  }
  .container {
    padding: 0 10px;
  }
  /*catalog*/
  .ros_list_col_10 {
    width: calc(100% - 30px);
    padding: 0;
    margin: 0;
  }
  .ros_list_col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
  }
  .ros_list {
    margin: 0;
    padding-left: 0.5rem;
  }
  .foorer_fon {
    padding: 0;
  }
  .ros_list_col_2 > .product_sidebar:nth-child(1) {
    margin-top: 3rem;
  }
  .product_sidebar:before {
    position: relative;
    right: 0;
    top: -5px;
    font-size: 1.4rem;
    margin-right: 95%;
  }
  .product_sidebar {
    display: flex;
    justify-content: center;
    width: calc(66.66666666666667% - 30px);
    padding-bottom: 0;
    padding: 1rem;
  }
  .title_recom_widget {
    order: 0;
  }
  .title_recom_widget {
    font-size: 1rem;
  }
  /*catalog*/
  .product_one_gallery {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(83.33333333333334% - 30px);
    margin: 0 auto;
  }
  .product_title {
    font-size: 2rem;
  }
  .product_info_list {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .content_video-left {
    min-height: 21rem;
    width: calc(100% - 30px);
  }
  .header_right-text {
    display: none;
  }
  .header_logo_mail {
    font-size: 14px;
  }
  .icon_fon_1 {
    display: none;
  }
  .icon_fon_2 {
    display: none;
  }
  .woocommerce-tabs ul.tabs li::before {
    display: none;
  }
  /*@media screen  md 570*/
  /*end media*/
}
@media screen and (max-width: 1300px) {
  .video_mp4 {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  /*footer*/
  .widget_text {
    padding-top: 1rem;
  }
  /*footer*/
}
@media screen and (max-width: 740px) {
  /*Page home*/
  .media_left {
    flex-basis: 100%;
  }
  .media_right {
    flex-basis: 100%;
  }
  .block_link_first {
    padding-top: 1rem;
  }
  /*footer*/
  .widget_text {
    padding-top: 1rem;
  }
  /*footer*/
  /*Page home*/
  /*Page Accaunt*/
  .ros_my_account {
    display: block;
  }
  .ros_my_account .ros_list_col_10 {
    display: block;
    margin: 0 auto;
  }
  .woocommerce-MyAccount-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 2rem;
  }
  .woocommerce-orders-table.my_account_orders tbody tr {
    height: auto;
    padding: 1rem 0;
    text-align: left;
    font-size: 1.1rem;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: center;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
  }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 1rem 0;
  }
  .woocommerce-MyAccount-navigation ul li a {
    width: 8rem;
    text-align: center;
  }
  .woocommerce-MyAccount-navigation-link--dashboard a:before {
    float: none;
  }
  .woocommerce-MyAccount-navigation-link--orders a:before {
    float: none;
    display: block;
  }
  .woocommerce-MyAccount-navigation-link--edit-account a:before {
    float: none;
    display: block;
  }
  .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    float: none;
    display: block;
  }
  .account-orders-table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-orders-table__cell-order-number::before {
    content: 'Заказ:';
  }
  .woocommerce-orders-table__cell-order-date::before {
    content: 'Дата:';
  }
  .woocommerce-orders-table__cell-order-status::before {
    content: 'Статус:';
  }
  .woocommerce-orders-table__cell-order-total::before {
    content: 'Сумма:';
  }
  .woocommerce-orders-table__cell-order-actions::before {
    content: '\f06e';
    font-size: 1.1rem;
  }
  .woocommerce-orders-table.my_account_orders tbody tr {
    text-align: left;
  }
  .woocommerce-orders-table.my_account_orders tbody th {
    text-align: left;
  }
  /*кнопки на главной*/
  .decorat_button {
    font-size: 0.8rem;
    padding: 7px 15px;
  }
  /*кнопки на главной*/
}
/*Page Accaunt*/
@media screen and (max-width: 570px) {
  /*footer*/
  .footer-logo {
    margin-top: 1rem;
  }
  .u-column1,
  .u-column2 {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 25px;
    padding: 0.5rem;
    margin: 1rem 0;
  }
  #rememberme {
    width: 10px;
    height: 10px;
  }
  #rememberme + span {
    margin-left: 10px;
  }
  .woocommerce-MyAccount-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  .ros_list_col_10.ros_col_10_account {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul li a {
    width: 6.2rem;
    text-align: center;
  }
}
/*Page Accaunt*/

/*# sourceMappingURL=styles.css.map */
