body {
min-width: 320px;
font-size:15px;
color: #000;
}
a {
    text-decoration: none;
}
.msnp-marker--right {
    position: relative!important;
    right: 60px!important;
    bottom: 30px!important;
}
ul.babel_kontext li:first-child {
    margin-right: 5px;
}
ul.babel_kontext {
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    margin-bottom: 6px;
}
ul.babel_kontext .active {
    font-weight: bold;
}
img
{
max-width:100%;
height:auto;
}
a {
    color: #000;
}
a:hover{
color: #000000;
    text-decoration: none;
}
.container-fluid {
    padding-right: var(--bs-gutter-x,1.75rem);
    padding-left: var(--bs-gutter-x,1.75rem);
}
.menu_top {
    display: flex;
    justify-content: flex-end;
    margin: -15px 0;
	padding: 0;
}
.ms2_product .form-select {
   
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
	border: 0;
    border-bottom: 1px solid #bbb;
}
.menu_top>ul {
    display: flex;
	
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
	    align-items: center;
}
.menu_top>ul>li {
    display: flex;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    padding: 0 15px;
}
.menu_top>ul>li>a {
    display: flex;
    
    color: #fff;
    text-transform: uppercase;
   font-size: 19px;
	    text-decoration: none;
}
.menu_top>ul>li>a:hover {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.menu_top>ul>li.last a {
    border: 1px solid #fff;
    padding: 6px 20px;
    text-decoration: none;
}
.menu_top>ul>li.last a:hover {
    background: #fff;
    color: #000;
}
.menu_top>ul li.parentClass ul {
    display: none;
}
.menu_top>ul li.parentClass a {
    height: 100%;
    display: flex;
    align-items: center;
}
.menu_top>ul li.parentClass:hover {
    background: #43a5d7;
}
.menu_top>ul li.parentClass {
    height: 100%;
	    position: relative;
}
.menu_top>ul li.parentClass a {
    height: 100%;
    display: flex;
    align-items: center;
}
.menu_top>ul li.parentClass:hover {
    background: #43a5d7;
}
.menu_top>ul li.parentClass {
    height: 100%;
}
.menu_top>ul li.parentClass:hover ul:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 6px 7px;
    top: -7px;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    width: 0;
    z-index: 4;
}
.menu_top>ul li.parentClass:hover ul {
    display: block;
    position: absolute;
    z-index: 2;
    background: #fff;
    list-style: none;
    box-shadow: 0px 2px 7px -2px;
    top: 99%;
    left: 0;
    width: 233px;
    padding: 0;
}
.menu_top>ul li.parentClass ul li {
    border-bottom: 1px solid #d0d0d0;
}
.menu_top>ul li.parentClass ul li a {
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 18px;
	text-decoration: none;
    min-height: 66px;
}
.menu_top>ul li.parentClass ul li:hover a {
    color: #fff;
}

.menu_top>ul li.parentClass ul li:hover {
    background: #43a5d7;
    transition: 0.3s;
    
}
/* Menu Appearance */
.pushy {
    position: fixed;
    width: 350px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #ca2129e3;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.pushy a {
  display: block;
  color: #fff;
      padding: 10px 30px;
  text-decoration: none;
      font-size: 16px;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}
.pushy-content ul {
    list-style: none;
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
      font-size: 20px;
 color: #ffffff;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/*# sourceMappingURL=pushy.css.map */
button.menu-btn {
   display: none;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: none;
}
.scrollup i {
    font-size: 20px;
    background: #0000007d;
    color: #fff;
    padding: 10px;
}
.top_bar {
    background: #fbcde9;
    height: 50px;
}
.top_bar_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.top_bar_menu ul li a {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}
.top_bar .row {
    height: 50px;
}
.top_bar_poisk input {
    min-width: 215px;
    background: none;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0 19px;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	outline: none;
	color: #fff;
}
.top_bar_poisk {
    text-align: right;
}
.top_bar_poisk input[type="search"]::-webkit-input-placeholder {
    color: #fff;
} 
.top_bar_poisk input[type="search"]::-moz-placeholder {
    color: #fff;
}
.top_bar_poisk form {
    position: relative;
}
.top_bar_poisk form:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/images/poisk.png);
    position: absolute;
    right: 14px;
    top: 6px;
}
.top_bar_korzina {
    text-align: right;
}
.flex {
    display: flex;
}
.boot_header_zag {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #5E5A5B;
}
.boot_header_logo {
    padding: 0;
}
.boot_header_desk {
    font-size: 12px;
    line-height: 16px;
    color: #5E5A5B;
}


.boot_header_first {
    padding-right: 40px;
}
.boot_header_last {
    padding-left: 40px;
}
.boot_header .row.align-items-center {
    min-height: 110px;
}
.flex.nav_g ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
	    width: 100%;
}
.flex.nav_g>ul>li>a img {
    margin-bottom: 5px;
}
.flex.nav_g>ul>li>a {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
	    text-decoration: none;
		  transition: 0.3s;
}
.flex.nav_g>ul>li>a:hover {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
	    transition: 0.3s;
}
.nav_g_full {
    border-bottom: 0.5px solid #fbcde9;
    border-top: 0.5px solid #fbcde9;
    padding: 24px 0;
}

.baner_top h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 40px;
}

.baner_top p {
    font-weight: 200;
    font-size: 18px;
    color: white;
}
footer .header_menu a {
    color: black;
}

footer .header_logo a {
    color: #ca2129;
}
footer {
    background: #fff;
    color: black;
    padding: 50px 0;
}
.footer_bootom2 {
    background-color: #f8f8f8;
    padding: 30px 0;
    margin-top: 20px;
}
.mark_ft ul li:first-child {
    font-weight: bold;
}
.mark_ft .col-md-3:first-child {
    font-weight: bold;
}
.mark_ft .col-md-3:first-child {
}
.mark_ft ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mark_ft {
    font-size: 14px;
    line-height: 19px;
}
footer a:hover {
    color: #d6d6d6;
    text-decoration: none;
}
.mark_ft ul li:last-child {
    margin-bottom: 0;
}
.mark_ft ul li {
    margin-bottom: 7px;
}
footer .boot_header_stolb svg {
    filter: brightness(0) invert(1);
}
footer .boot_header_zag {
    color: #fff;
}
footer .boot_header_desk {
    color: #fff;
}
footer .logo_ft {
  
    padding-bottom: 15px;
}
footer .boot_header_stolb {
    margin-top: 15px;
}
.forma_podval .container {
   max-width: 755px;
    background: #fff;
    padding: 25px;
    text-align: center;
}
.forma_podval_zag {
    font-weight: bold;
    font-size: 29px;
    line-height: 41px;
    color: #5E5A5B;
    margin-bottom: 20px;
}
.forma_podval_podzag {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #5E5A5B;
    margin-bottom: 16px;
}
.forma_podval .container .formasik {
    max-width: 151px;
    margin: 0 auto;
}
.formasik input {
    margin-bottom: 10px;
   line-height: 30px;
    border: 0.5px solid #fbcde9;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
}
button.btn6 {
    background: #ca2129;
    color: #fff;
    border: 0;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    width: 100%;
    height: 53px;
}
.forma_podval {
    background-image: url(/images/fon_shar_boot.jpg);
	    background-repeat: no-repeat;

    margin-bottom: 30px;
}
.forma_podval .container>div {
    padding: 80px 65px 49px 65px;
    border: 0.5px solid #fbcde9;
}
.left_bar_menu_zag {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.left_bar_menu ul li a img {
    padding-right: 20px;
}
.left_bar_menu ul {
    list-style: none;
    padding: 0;
}
#wr-tabs .tabs .tab:hover, #wr-tabs .tabs .tab.active {
    border: 0.5px solid #ca2129;
}
#wr-tabs .tabs .tab {
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1C1C1C;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    margin-right: 20px;
    border: 1px solid #d3d3d3;
  
}
#wr-tabs .content .tab-cont{
            display: none;
          padding: 15px 10px;
}
#wr-tabs .content .tab-cont.active{
         display: block;
}
#wr-tabs .tabs {
    display: flex;
    width: 100%;
}

.osn_zag {
    font-weight: 400;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    color: #1C1C1C;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.dostavka_vosdush {
    background-image: url(/images/Frame227.jpg);
    background-position: top center;
    padding-top: 33px;
    padding-bottom: 204px;
    background-repeat: no-repeat;
}
.dostavka_vosdush_border .col-md-4 {
    text-align: center;
    padding: 15px;
}
.dostavka_vosdush_border .col-md-4 div {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #1C1C1C;
}
.dostavka_vosdush .container {
    background: #fff;
    padding: 25px;
}
.dostavka_vosdush_border {
    border: 0.5px solid #fbcde9;
    padding: 50px 90px;
}
.insta {
    padding-bottom: 60px;
}
.otxivy {
    padding: 40px 0;
}

.text_twostolb .row .col-md-6 {
    padding: 0 22px;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
}
.text_twostolb {
    padding-bottom: 66px;
    margin-top: -101px;
}
.otxivg_vn {
   
	outline: none;
}
.otxivg_vn_belka {
    background: #fff;
    padding: 25px;
}
.otxivg_vn_border {
    border: 0.5px solid #fbcde9;
    padding: 0px 90px;
}
.otxivg_vn_border .col-md-5 img {
    margin: -99px 0;
}
.new_strelk {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 24px);
}
.prevArrow {
    left: 0;
	    z-index: 2;
}
.nextArrow {
    right: 0;
}
.B_crumbBox a {
    color: #fff;
    text-decoration: underline;
}
.B_crumbBox {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-left: -5px;
    color: #a6a6a6;
    justify-content: center;
}
.B_crumbBox li {
    padding: 0 5px;
}
.hleb_krosh {
    padding-top: 41px;
    padding-bottom: 31px;
}
.baner_razdel .baner_top_fon {
    height: auto;
    min-height: 200px;
    padding-top: 30px;
}
.h1_vnytr h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.03em;
    color: #1C1C1C;
    margin-bottom: 30px;
}
.content_obsh {
    padding: 49px 0;
}
.padding_rown {
    padding: 15px;
}

.forma_cont_sharik_g {
    padding: 0 70px;
	background-image: url(/images/sharik_form.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.forma_cont_sharik {
    padding: 25px;
    background: #fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.forma_cont_sharik_border {
    border: 0.5px solid #fbcde9;
    padding: 25px;
}
.forma_cont_sharik_zag {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #5E5A5B;
    margin-bottom: 20px;
    text-align: center;
}
.forma_cont_sharik_podzag {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #5E5A5B;
    margin-bottom: 30px;
}
.new_pola input, .new_pola textarea {
    margin-bottom: 10px;
    line-height: 30px;
    border: 0.5px solid #fbcde9;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
}
.new_pola textarea {
    border-radius: 30px;
    min-height: 160px;
    display: flex;
    align-items: center;
}
.pechat_shari img {
    margin-bottom: 40px;
}
.pechat_shari {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #1C1C1C;
}

.osn_zag.osn_zag_20 {
    margin-bottom: 20px;
}
.pechat_shari_table {
    padding-top: 70px;
}
.kontakt_razdel_p {
    padding-bottom: 45px;
}
.kontakt_razdel_bold {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #5E5A5B;
}
.kontakt_razdel_bold a {
    color: #5E5A5B;
}
.kontakt_razdel_smail {
    font-size: 12px;
    line-height: 16px;
    color: #5E5A5B;
    margin-top: 5px;
}
.kontakt_razdel_svg {
    padding-bottom: 5px;
}
.kontakt_razdel_seti {
    margin-top: 20px;
}
.kontakt_razdel_seti a {
    padding-right: 15px;
}
.osn_zag_oreng {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    align-items: center;
    color: #D18484;
    margin-bottom: 50px;
}
h2.dostav_oplata_h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
    margin: 30px 0;
}
.dostav_oplata_text .osn_zag_oreng {
    margin-top: 50px;
}
.ul_storan ul li {
    border-bottom: 0.5px dashed #fbcde9;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.ul_storan ul li:nth-child(2n) {
    width: 30%;
    text-align: right;
}
.ul_storan ul li:nth-child(2n-1) {
    width: 70%;
}
.ul_storan ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
}
.ul_storan ul li span {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #1C1C1C;
    width: 100%;
    display: inline-block;
}

.mssaleprice-count label:first-child {
    display: none;
}
div#msMiniCart>div a {
    display: flex;
    align-items: center;
    justify-content: center;
	    color: #fff;
}
div#msMiniCart>div {
    
    background: #ca2129;
    border-radius: 300px;
    width: 70px;
    text-align: center;
    line-height: 30px;
    justify-content: center;
}
div#msMiniCart>div a span {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}
.flex_centr {
    display: flex;
    align-items: center;
}
.zag_sortik {
    font-size: 14px;
    line-height: 140%;
    padding-right: 20px;
}
.obsh_filtrs .form-control {
    font-weight: 800;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 0.5px solid #fbcde9;
    box-sizing: border-box;
    border-radius: 100px;
    width: auto;
}
.select select {
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select:after {
    padding: 0 8px;
    font-size: 22px;
    position: absolute;
    right: 3px;
    top: 2px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 15px;
    color: #fbcde9;
}
.select {
  position: relative;
  display: inline-block;
}
.filtr_kolishestvo {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #A7A7A7;
    padding: 0;
}
.ms2_product>form:hover {
    box-shadow: 0px 0px 5px -1px #fbcde9;
    transition: 0.1s;
}

.ms2_product>form {
    padding: 15px;
    border: 1px solid #91919126;
}
.ms2_product_img {
    position: relative;
}
.ms2_product_marks>span {
    width: 65px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 100px;
	color: #fff;
	font-weight: 800;
	font-size: 10px;
	line-height: 14px;
}
.ms2_product_marks {
	    z-index: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
}
span.ms2_product_marks_new {
    background: #6153FF;
    margin-right: 10px;
}
span.ms2_product_marks_xit {
    background: #ca2129;
}
.ms2_product_name {
    
    font-size: 14px;
    line-height: 19px;
    margin: 20px 0;
    margin-bottom: 10px;
}
.obsh_filtrs {
    border-bottom: 0.5px solid #fbcde9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.ms2_product_kolishestvo label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.ms2_product_kolishestvo label span {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #5E5A5B;
    padding-left: 10px;
}
.ms2_product_prais {
    font-size: 16px;
    line-height: 18px;
    color: #ca2129;
    font-weight: bold;
    padding-bottom: 10px;
}
.category_seo {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}
.ms2_product_button button {
    background: #ca2129;
    
    border: 0;
    width: 100%;
    display: flex;
    height: 44px;
    align-items: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    cursor: pointer;
    outline: none;
}
.ms2_product_button a {
    background: #ffffff;
   
    border: 0;
    width: 100%;
    display: flex;
    height: 44px;
    align-items: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ca2129;
    justify-content: center;
    cursor: pointer;
    outline: none;
    border: 1px solid #ca2129;
    margin-bottom: 10px;
}
.ms2_product_name a {
    text-decoration: none;
}
.ms2_product_button button i {
    padding-right: 10px;
}
.msProduct_content_h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #1C1C1C;
}
.msProduct_content_prais b {
    font-weight: 200;
    color: #808080;
    margin-bottom: 0;
   
}
.msProduct_content_prais {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #ca2129;
    padding: 30px 0 20px;
}
.catalog_razdel_desk h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.03em;
    color: #1C1C1C;
    margin-bottom: 40px;
}
.catalog_razdel_opis {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #5E5A5B;
}
.catalog_razdel_img {
    text-align: center;
}
.catalog_h1_zag {
    padding-bottom: 40px;
}
.catalog_podrazdely {
    padding-bottom: 50px;
}
.recallTpl_razdelu_vn_zag {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #5E5A5B;
}
.recallTpl_razdelu_g {
    text-align: center;
    padding: 15px;
}
.tabu_razdel #wr-tabs .tabs .tab {
    border: 0;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
	color: #5E5A5B;
}
.tabu_razdel #wr-tabs .tabs .tab:hover, .tabu_razdel #wr-tabs .tabs .tab.active {
    border: 0;
    color: #ca2129;
}
.tabu_razdel #wr-tabs .tabs  {
       border-bottom: 0.5px solid #ca2129;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.tabu_razdel {
    margin-top: 30px;
}
.tabu_razdel_opisanie {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #5E5A5B;
}
.tabu_razdel_opisanie ul li {
    position: relative;
}
.tabu_razdel_opisanie ul {
    list-style: none;
}
.tabu_razdel_opisanie ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: -27px;
    background: #fbcde9;
    border-radius: 100%;
    top: 6px;
}
.tabu_razdel_opisanie ul li {
    position: relative;
	    margin-bottom: 10px;
}
.tabu_razdel_opisanie ul {
    list-style: none;
}
.zag_radio {
    font-size: 14px;
    line-height: 19px;
    color: #5E5A5B;
    margin-bottom: 20px;
}
.input_rapion input {
    margin-bottom: 10px;
}
.filtr_cveta .dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
}

.filtr_cveta .dropdown-menu li a {
    padding: 0;
    display: block;
}

.filtr_cveta .dropdown-menu li a span.text {
    height: 25px;
    display: block;
    width: 25px;
    /* border-radius: 100%; */
    margin: 5px!important;
}
.filtr_cveta .dropdown-toggle::after{
    display:none;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    display:none;
}
.filtr_cveta .dropdown-toggle {
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 0.5px solid #fbcde9;
    box-sizing: border-box;
    border-radius: 100px;
    color:#212529!important;
    background:#fff!important;
    height: calc(2.25rem + 2px);
}

.filtr_cveta .dropdown-toggle:focus {
    border: 0.5px solid #fbcde9!important;
    outline: none!important;
    background:#fff!important;
}
.filtr_cveta .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_bar_menu ul li.active a, .left_bar_menu ul li a:hover {
    color: #fbcde9;
    text-decoration: none;
}
button.btn.btn-default.btn_more {
    background: radial-gradient(93.75% 93.75% at 50.39% 6.25%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0.11) 100%), radial-gradient(50% 50% at 50.39% 0%, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient( 
180deg
 , #fbcde9 0%, #BF529D 100%), #fbcde9;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 35%), 0px 2px 0px #8c3370;
    border-radius: 100px;
    border: 0;
    width: 123px;
    display: flex;
    height: 44px;
    align-items: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    cursor: pointer;
    outline: none;
    margin-top: 20px!important;
}
input#product_price {
    margin-bottom: 10px;
    line-height: 30px;
    border: 0.5px solid #ca2129;
    box-sizing: border-box;
    font-style: italic;
    font-weight: normal;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 10px;
}
input#product_price + .input-group-append span.input-group-text {
    margin-bottom: 10px;
    line-height: 30px;
    border: 0.5px solid #ca2129;
    box-sizing: border-box;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    background: #ca2129;
    margin-left: -9px;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ca2129;
    border-color: #ca2129;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ca2129;
    border-color: #ca2129;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #ca2129;
    border-color: #ca2129;
    box-shadow: 0 0 0 0.25rem rgb(232 86 104 / 72%);
}
.msProduct_content_ops ul {
    list-style: none;
    padding: 0;
}
.msProduct_content_ops ul li:nth-child(2n) {
    width: 70%;
    margin-bottom: 8px;
}
.msProduct_content_ops ul li:nth-child(2n-1) {
    width: 30%;
    color: #444;
    font-weight: bold;
}
.msProduct_content_ops ul {
    display: flex;
    flex-wrap: wrap;
}
.pechat_shari_table_prais table {
    width: 100%;
}
.pechat_shari_table_prais table tr {
    border-bottom: 0.5px dashed #fbcde9;
}
.pechat_shari_table_prais table tr:nth-child(2), .pechat_shari_table_prais table tr:nth-child(1) {
    border: 0;
}
.pechat_shari_table_prais table tr:nth-child(2) td {
    color: #D18484;
}
.pechat_shari_table_prais table td {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #1C1C1C;
       padding: 11px 0px;
}
.pechat_shari_table_prais {
    padding: 15px 0 50px;
}
.produkt_items {
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 10px;
}
.msCart_right_bagraung {
    background: #f8f8f8;
    border: 1px solid #e6e6e6;
   
    padding: 20px;

}
.itog_cart {
    display: flex;
    justify-content: space-between;
   margin-bottom: 30px;
	    font-size: 24px;
}
.msCart_left_prais {
    text-align: center;
}
.msCart_left_clous button.btn.btn-sm.btn-danger {
    background: radial-gradient(93.75% 93.75% at 50.39% 6.25%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0.11) 100%), radial-gradient(50% 50% at 50.39% 0%, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient( 
180deg , #ca2129 0%, #ca2129 100%), #ca2129;
    border: 0;
    border-radius: 100px;
    width: 29px;
}
section.baner_top.baner_razdel {
    background-image: url(/images/5.jpg);
    background-size: cover;
}
.msCart_right button {
    border: 0;
    width: 100%;
    display: flex;
    height: 44px;
    align-items: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    justify-content: center;
    cursor: pointer;
    outline: none;
    background: #444;
	color: #fff;
}
a.oformit {
    background: #fff;
    border: 1px solid;
    width: 100%;
    display: flex;
    height: 44px;
    align-items: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ffffff;
    justify-content: center;
    cursor: pointer;
    outline: none;
    background: radial-gradient(93.75% 93.75% at 50.39% 6.25%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0.11) 100%), radial-gradient(50% 50% at 50.39% 0%, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient( 
180deg , #ca2129 0%, #ca2129 100%), #ca2129;
}
.ramka_form {
    background: #f8f8f8;
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 10px;
}
.msCart_right_bagraung {
    position: sticky;
    top: 100px;
}
.ramka_form h4 {
    font-weight: bold;
    margin-bottom: 20px;
}
.shab_mobil {
    display: none;
}
.pushy-submenu {
    display: flex;
    flex-wrap: wrap;
}
.pushy-submenu a {
    width: 90%;
    display: inline-block;
}
.pushy-submenu button {
    width: 10%;
    padding: 0;
}
.pushy-submenu > button + ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.pushy-submenu > a::after {
	display: none;
}
.pushy-submenu > button.open + ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu-open > button.open + ul {
    max-height: 1000px;
    visibility: visible;
} 
.pushy-content>ul li a img, .pushy-content>ul li a br {
    display: none;
}
.pushy-content>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.text_twostolb_vn {
    margin-top: 50px;
}
.top_bar_poisk input::placeholder {
  color: #fff;
}
.top_bar_poisk input::-webkit-input-placeholder {color:#fff;}
.top_bar_poisk input::-moz-placeholder {color:#fff;}
.top_bar_poisk input:-moz-placeholder {color:#fff;}
.top_bar_poisk input:-ms-input-placeholder {color:#fff;}
.mssaleprice-count label {
    display: block;
    width: 100%;
    max-width: 100%;
}
.ms2_product_kolishestvo .price-inner {
    color: #5E5A5B;
    font-weight: bold;
}
p.zakon {
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0;
}
.modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}
.modal button.close {
    outline: none;
    background: #ca2129;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -10px;
    border-radius: 100%;
    border: 0;
}
.modal-dialog {
    margin: 0 auto;
}
.modal-body.formasik {
    padding: 50px 30px;
}
.msdom_delivery_cost_for_car {
    display: none!important;
}
.msdom_delivery_cost{
    display:none;
}
.msdom_cars {
    display: none!important;
}

.msdom_delivery_distance {
    font-weight: bold;
    color: #fbcde9;
}

.msdom_delivery_cost {
    color: #fbcde9;
    font-weight: bold;
}
.msCart_right button:disabled {
    background: #c5c5c5;
}
a.oformit.disabled {
    background: #c5c5c5;
    color: #fff;
}
.small-price__notice {
    margin-bottom: 30px;
    color: #ca2129;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    padding: 5px 10px;
}
.tooltip-error {
    position: absolute;
    top: 0;
    margin-top: -10px;
    color: #a52a2a;
    font-weight: bold;
    left: 30px;
}
.modal-footer_top {
    display: flex;
    justify-content: space-between;
}
.uspesh_krzina .modal-dialog {
    max-width: 700px;
}
.uspesh_krzina .modal-dialog .modal-content {
        padding: 35px;
}
.modal-title-new {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    display: flex;
    align-items: center;
    color: #ca2129;
    margin-bottom: 30px;
}
.modal-body-new-zag {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #1C1C1C;
}
.modal-footer-new {
    border-top: 0.5px solid #fbcde9;
    padding-top: 27px;
    margin-top: 30px;
}
.modal-footer_top b {
    color: #A7A7A7;
    font-weight: normal;
}

.modal-footer_top {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #5E5A5B;
    margin-bottom: 30px;
}
.modal-footer_boot {
    display: flex;
    justify-content: flex-end;
}
.chet_knop {
    background: #ca2129;
    border: 0;
    min-width: 143px;
    display: flex;
    height: 44px;
    align-items: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    cursor: pointer;
    outline: none;
}
div#jGrowl {
    display: none;
}
.bel_knop {
    border: 0;
    min-width: 143px;
    display: flex;
    height: 44px;
    align-items: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    justify-content: center;
    cursor: pointer;
    outline: none;
    color: #000000;
    padding: 0 23px;
    background: none;
    border: 0.5px solid #000000;
    box-sizing: border-box;
}
.modal-footer_boot button.bel_knop {
    margin-right: 10px;
}
.gorods {
    position: relative;
}
.gorods a {
    display: inline-block;
}
.gorods a:hover span {
    transition: 0.3s;
    background: #fbcde9de;
}
.gorods a span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fbcde9c2;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}

.pushy-content_top .boot_header_zag {
    display: flex;
    align-items: center;
}

.pushy-content_top .boot_header_zag svg {
   margin-right: 10px;
    filter: brightness(0) invert(1);
}
.pushy-content_top {
    padding-top: 15px;
}
.pushy-content hr {
    border-top: 1px solid #fff;
}
.ramka_form input, .ramka_form select {
    margin-top: 10px;
    line-height: 30px;
    border: 0.5px solid #b5b5b5;
    box-sizing: border-box;
    font-style: italic;
    font-weight: normal;
}
.ramka_form input.form-control {
    min-height: 46px;
}
.footer_bootom {
    text-align: center;
}
.footer_bootom .container {
    border-top: 1px solid #ffffff52;
    padding-top: 20px;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: none;
}
.scrollup i {
    font-size: 12px;
    background: #000000d6;
    color: #fff;
    padding: 15px;
}
.top_bar_poisk.shab_mobil_poisk_polos {
    display: none;
}
.shab_mobil_poisk a:hover .top_bar_poisk.shab_mobil_poisk_polos {
    display: block;
    position: absolute;
    background: #d18484;
    left: -125px;
    bottom: -64px;
    padding: 10px;
    transition: 0.3s;
}
#mse2_mfilter .pagination {
    justify-content: center;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d18484;
    border-color: #d18484;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #d18484;
    background-color: #fff;
    border: none;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d18484;
    border-color: #d18484;
    border-radius: 100%;
}
.page-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #d18484;
    border-color: #d18484;
    border-radius: 100%;
}
.delivery_additional {
    width: 100%;
    margin-top: 10px;
    line-height: 30px;
    border: 0.5px solid #b5b5b5;
    box-sizing: border-box;
    font-style: italic;
    font-weight: normal;
    padding-left: 20px;
}
.delivery_additional:focus {
    outline: none;
}
/* хром, сафари */
.delivery_additional::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.delivery_additional { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.delivery_additional { overflow: -moz-scrollbars-none; }


.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  30% { color: #fff; background: #d18484; }
  91% { color: #d18484; }
  100% { color: #d18484; }
}
@keyframes blink {
  30% { color: #fff; background: #d18484; }
  91% { color: #d18484; }
  100% { color: #d18484; }
}
.otxivy_belfon {
    background: #fff;
    padding: 25px;
}
.otxivy_belfon_border {
    border: 0.5px solid #fbcde9;
    padding: 0 90px;
}
.otxivg_vn span {
    display: inline-block;
}
.otxivg_vn {
    text-align: center;
}
.otxivy_right {
    margin: -70px 0;
}
.otxivg_vn span {
    width: 284px;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.otxivg_vn span img {
    border-radius: 27px;
}
.soput_tovar .osn_zag {
    margin-bottom: 20px;
}
.teg_tovar a:hover {
    background: #fbcde9;
    border: 1px solid #fbcde9;
    color: #fff;
}
.teg_tovar a {
    border: 1px solid #fbcde9;
    padding: 7px 12px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    transition: 0.3s;
}
.notice {
    font-weight: bold;
    color: #21ca2e;
    text-align: center;
}
.top_kategorii_mobilka {
    display: none;
}
.top_kategorii_mobilka h2 {
    margin-bottom: 10px;
}
.top_kategorii_mobilka {
    padding: 20px 0;
}
ul.plitka_block li {
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.plitka_block li a {
    background: #fbcde9;
    color: #fff;
        padding: 10px 13px;
    display: inline-block;
}
ul.plitka_block.active {
    height: auto;
    transition: 0.3s;
}

ul.plitka_block {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
        height: 50px;
    margin-bottom: 0;
        overflow: hidden;
    transition: 0.3s;
}
.plitka_toggle_g a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #fbcde9;
    top: 10px;
    z-index: -1;
}
.plitka_toggle_g a {
    background: #fff;
    padding: 0 20px;
    color: #fbcde9;
    font-weight: bold;
}
.plitka_toggle_g {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.plitka {
    margin-bottom: 40px;
}
ul.plitka_block li:hover a {
    opacity: 0.7;
    transition: 0.3s;
}
.header_menu>ul>li.parentClass>a:after {
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 8px;
}
.header_menu>ul>li>a {
    line-height: 40px;
    display: inline-block;
}
.header_menu>ul>li {
    position: relative;
}
header {
    padding: 10px 0;
    
    width: 100%;
	    z-index: 2;
}
.header_phone a svg {
    margin-right: 10px;
}
.header_phone a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 19px;
    line-height: 22px;
}
.header_menu {
    padding-right: 60px;
}
.home_slid .slick-dots {
    bottom: 11px;
}
.baner_top {
    position: relative;
}
.header_logo a {
    color: white;
    font-size:24px;
    font-weight:400;
}

.header_menu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.header_menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -14px;
    z-index: 10;
    padding: 20px;
       min-width: 250px;
}
.header_menu ul li ul li a {
    display: inline-block;
    width: 100%;
    line-height: 29px;
}


.header_menu li ul a {
    color: black;
}

.header_menu li:hover ul {
    display: block;
    background: rgb(255 255 255);
    border: 1px solid #ebebeb;
}


.header_menu a {
    color: black;
}

.header_menu a:hover {
    color: #ca2129;
    text-decoration: underline;
    
}

.header_seti i {
    font-size: 30px;
    color: black;
}


.baner_top_fon {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
	
}
.baner_arrow{
  animation: arrow-scroll 1.7s infinite ease;
}
@keyframes arrow-scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  55% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
.baner_arrow {
    position: absolute;
    bottom: 10%;
    left:0;
    right:0;
    text-align: center;
}

.main_catalog {
    padding: 60px 0;
}



.main_preim {
    padding: 40px 0;
}

.main_preim .col-md-4 {
    padding-bottom: 60px;
}

.main_preim h3 {
    padding: 16px 0;
    margin: 0;
}
.form_background_ten {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 0;
}

.main_form .osn_zag {
    color: white;
}

.main_form p {
    color: white;
    padding-bottom: 30px;
    font-size: 21px;
}

.main_form button {
    padding: 15px 45px;
    background: #ca2129;
    border-radius: 100px;
    border: 0;
    display: flex;
    height: 44px;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    cursor: pointer;
    outline: none;
    margin: 0 auto;
}

.main_dostavka {
    padding: 60px 0;
}

.col-md-4.dostavka_item {
    max-width: 29%;
    margin: 0 24px;
    border: 1px rgb(224, 224, 224) solid;
    padding: 0 30px;
}

.dostavka_icon {
    width: 100px;
    padding: 20px 0;
}

.dostavka_line {
    border-bottom: 2px solid #000;
    max-width: 120px;
    margin: 20px 0;
}

.questions_items {
    display:contents;
}

.btn.question_title {
    font-size: 24px;
    font-weight: 200;
    color: black;
    text-decoration: none;
    text-align:start;
}

.question_more {
    font-size: 24px;
    position: absolute;
    align-items: center;
    right: 9%;
}


.question_description {
    font-size: 18px;
    font-weight: 200;
    padding: 20px;
    display: none;
}

footer .header_logo {
    padding: 32px 0;
}
.main_questions {
    padding: 60px 0;
}
.main_questions .accordion {
    max-width: 800px;
    margin: 0 auto;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #ca2129;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.accordion-item {
    background-color: #fff;
	border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.category_item a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.main_category_title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: .72px;
    color: #555;
}
.main_category_sabtitle {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #232323;
    text-transform: uppercase;
}
.main_category_btn {
    margin-top: 40px;
        text-transform: uppercase;
}
.main_category_btn span {
    border-bottom: 1px solid;
}
.main_category_desk {
    position: absolute;
    top: auto;
    bottom: 28px;
    text-align: right;
    display: block;
    padding: 0;
    left: auto;
    right: 23px;
    cursor: pointer;
}
.category_item a img {
    max-width: 100%;
    width: 100%;
    -webkit-transform-style: unset;
    transform-style: unset;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.category_item a:hover img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -o-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.scrolled header {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
    opacity: 1;
    transition: 0.3s;
}
.scrolled header .header_logo a svg, .scrolled header .header_logo a svg image {
    height: 66px;
    width: 60px;
}
.scrolled .scrolled_pt {
    padding-top: 87px;
}
.newsletter_icon span {
    background: #ca2129;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
}
.newsletter {
    background: #fafafa;
}
.newsletter_zag h2 {
    font-size: 28px;
    padding: 15px 0;
    margin-bottom: 0;
}
.newsletter_zag {
   
    display: flex;
    justify-content: center;
}
.newsletter_zag_form form {
    height: 100%;
}
.newsletter_zag_form form .row {
    height: 100%;
    align-items: center;
}
.form-control {
    border: 0;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 0;
    line-height: 2.5;
	    background: none;
}
.footer_left p {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: -0.3px;
    line-height: 18px;
    margin-top: 20px;
}
.footer_zag {
    font-size: 24px;
    margin-bottom: 10px;
}
.footer_link ul li:last-child a {
    border: 0;
}

.footer_link ul li {
    padding: 2px;
}
.footer_link ul li a {
    border-right: 1px solid #b9b9b9;
    padding: 0px 10px;
    line-height: 13px;
    display: inline-block;
}
.footer_link ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_contact_icon span {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b9b9b9;
    border-radius: 100px;
}
.footer_contact_icon {
    display: flex;
    justify-content: center;
}
.footer_contact_item {
    margin-bottom: 10px;
}

.footer_contact_item>div {
    align-items: center;
}
.footer_contact_text {
    font-size: 19px;
}
.footer_contact_text span {
    display: flex;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #ca2129;
    background: #ca2129;
    font-weight: normal;
    color: #454545;
}
.mse2_number_inputs .form-control {
    text-align: center;
    padding: 0;
}
.btn-light {
    color: #fff;
    background-color: #ca2129;
    border-color: #ca2129;
}
form#mse2_filters>div>fieldset {
    margin-bottom: 40px;
}
h4.filter_title {
    color: #000;
    font-weight: 400;
    margin-bottom: 12px;
    display: none;
}
h4.filter_title2 {
    color: #000;
    font-weight: 400;
    margin-bottom: 12px;
    
}
.msProduct_content .ms2_product_button {
    margin-top: 50px;
}
.tovar_kartochka_80 {
    max-width: 66%;
    margin: 0 auto;
}
.msProduct_left_img {
    position: relative;
}
.slider-for_vn img {
    border: 1px solid #ebebeb;
    padding: 20px 0;
    max-width: 99%;
}
.slider-nav {
    margin-top: 20px;
}
.msProduct_left_img .ms2_product_marks {
    left: 25px;
}
@media (min-width: 1200px) and (max-width: 1399px){ 
	.header_phone a {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		font-size: 17px;
	}
	.main_category_btn {
    margin-top: 15px;
	}

}
@media (max-width: 991px) { 
	.tovar_kartochka_80 {
		max-width: 100%;
	}
    .header_logo a {
        color: #ca2129;
        font-size: 24px;
        font-weight: 400;
        }
    .top_kategorii_mobilka {
    display: block;
    }
	.modal-footer_top b {
		display: block;
	}
	.menu_top>ul {
		display: none;
	}
	.shab_mobil {
    display: block;
    position: sticky;
        top: -1px;
    z-index: 22;
    background: #fff;
	}
	button.menu-btn {
    display: block;
    border: 1px solid #ca2129;
    padding: 9px 21px;
    text-transform: uppercase;
    background: #ca2129;
    color: #fff;
    font-size: 30px;
    line-height: 20px;
	}
	header {
		display: none;
	}
	.shab_mobil {
    border-bottom: 0.5px solid #fbcde9;
	}
	.nav_g_full {
    display: none;
	}
	
	.baner_top {
    margin-top: 0;
	}
	.left_bar {
    display: none;
	}
	.baner_haylav {
    display: none;
	}
	.baner_top .row.align-items-center {
		min-height: auto;
	}
	.baner_top_fon {
    padding-bottom: 40px;
	}
	.catalog_podrazdely {
    display: none;
	}
	.catalog_razdel_opis {
    display: none;
	} 
	.dostavka_vosdush_border .col-md-4 div {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #1C1C1C;
	}
	.dostavka_vosdush_border {
    border: 0.5px solid #fbcde9;
    padding: 23px 44px;
	}
	.dostavka_vosdush {
    padding-bottom: 54px;
    background-size: cover;
	}
	.insta {
    margin-top: 0;
	}
	.otxivy {
   
    min-height: auto;
	}
	.forma_podval {
    margin-bottom: 0;
	}
	.none_mobail {
    display: none;
}
	
	footer .logo_ft {
    margin-top: 0;
	}
	footer {
    text-align: center;
	}
	.catalog_razdel_desk h1 {
    font-size: 22px;
    line-height: 32px;
	}
	.category_seo {
    color: #808080;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    }
	.baner_top_fon {
    height: auto;
    padding: 50px 0;
	}	
	#wr-tabs .tabs {
		flex-wrap: wrap;
	}
	.col-md-4.dostavka_item {
    max-width: 100%;
    margin: 0;
	}
	.header_menu ul li {
    padding: 0 5px;
	}

	.header_menu ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.baner_razdel .baner_top_fon {
    min-height: auto;
	}
	a.shab_mobil_tel_s {
    font-size: 12px;
	}
}
@media (max-width: 767px) {
    .top_kategorii_mobilka h2.osn_zag {
    display: none;
}
    .otxivy_belfon_border {
    padding: 20px;
    }
    .otxivy_belfon {
    padding: 0;
    }
    .dostavka_vosdush {
    display: none;
    }
    .otxivy {
    display: none;
    }
    .text_twostolb.text_twostolb_glav {
    display: none;
    }
	.shab_mobil_tel a span {
		display: none;
	}
	.shab_mobil_poisk {
    text-align: right;
	}
	.shab_mobil_tel {
    text-align: center;
	}
	.container {
    padding-right: 15px;
    padding-left: 15px;
	}
	
	.baner_top h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 0.03em;
    color: white;
    margin-bottom: 40px;
	}
	.baner_top ul li {
    font-size: 18px;
	}
	.vartikal_delits:before {
    right: 0;
	}
	.forma_podval .container>div {
    padding: 20px;
	}
	.forma_podval_podzag {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #5E5A5B;
    margin-bottom: 16px;
	}
	.text_twostolb {
  
    margin-top: 0;
	}
	.osn_zag {
    margin-bottom: 30px;
	}
	.otxivg_vn_border {
    padding: 20px;
	}
	.otxivg_vn_border .col-md-5 img {
    max-height: 300px;
    margin: 0 auto;
	}
	.otxivg_vn {
    padding: 0;
	}
	#wr-tabs .tabs .tab {
    margin-right: 0;
	}
	.row.obsh_filtrs.align-items-center {
    display: none;
	}
	.catalog_razdel_img {
    display: none;
	}
	.catalog_podrazdely {
    padding-bottom: 10px;
	}
	.catalog_h1_zag {
    padding-bottom: 10px;
	}
	.hleb_krosh {
    display: none;
	}
	.shab_mobil {
    border-bottom: 0.5px solid #dddddd;
    margin-bottom: 10px;
    padding: 5px 0;
	}
	.msProduct_content_h1 {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #1C1C1C;
	}
	.msProduct_content {
    padding: 15px;
	    text-align: center;
	}
	.tabu_razdel #wr-tabs .tabs .tab {
    border: 0;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    color: #5E5A5B;
	}
	#wr-tabs .tabs .tab {
    padding: 0 10px;
	}
	.catalog_razdel_desk h1 {
    margin-bottom: 10px;
	}
	.forma_cont_sharik_g {
    padding: 0 10px;
	}
	.pechat_shari_table_prais table {
    display: block;
    overflow: scroll;
   
	}
	.pechat_shari_table_prais table td {
    min-width: 90px;
	}
	.produkt_items .image {
    margin-bottom: 10px;
	}
	.ms2_product_button button {
    margin: 0 auto;
	}
	.mobail_kol .input-group {
    margin: 0 auto;
    width: 125px;
	}
	.tabu_razdel_opisanie .col-md-4 img {
    width: 100%;
	}
	.main_category_sabtitle {
    font-size: 21px;
	}
	.main_category_btn {
    margin-top: 0;
	}
	.main_category_btn span {
    border-bottom: 1px solid;
    font-size: 10px;
	}
	.main_category_title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .72px;
    color: #555;
	}
	#wr-tabs .tabs .tab {
    font-size: 10px;
	}
	.newsletter_zag {
    text-align: center;
	}
	.footer_left.pe-5 {
    padding-right: 15px!important;
	}
	.footer_link {
    padding: 20px;
	}
	.footer_contact.ps-5 {
    padding-left: 15px!important;
	}
	.footer_contact_text {
    text-align: left;
	}
}
@media (max-width: 420px) { 
	
}