@font-face {
	font-family: 'Muller';
	src: url('../fonts/muller_100.ttf');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Muller'; src: url('../fonts/muller_200.ttf'); font-weight: 200; font-style: normal;
}

@font-face {
	font-family: 'Muller'; src: url('../fonts/muller_300.ttf'); font-weight: 300; font-style: normal;
}

@font-face {
	font-family: 'Muller'; src: url('../fonts/muller_400.ttf'); font-weight: 400; font-style: normal;
}

@font-face {
	font-family: 'Muller'; src: url('../fonts/muller_500.ttf'); font-weight: 500; font-style: normal;
}

@font-face {
	font-family: 'Muller'; src: url('../fonts/muller_700.ttf'); font-weight: 700; font-style: normal;
}

@font-face {
	font-family: 'Muller'; src: url('../fonts/muller_800.ttf'); font-weight: 800; font-style: normal;
}

@font-face {
	font-family: 'Muller'; src: url('../fonts/muller_900.ttf'); font-weight: 900; font-style: normal;
}

html {
	background: #f0f0f0;
	height: 100%;
}

body {
    font: 16px "Noto Sans";
    height: 100%;
    background: #f0f0f0;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #080808;
    background: #fff;
    width: 520px;
    margin: 0 auto;
    box-shadow: 0px 0px 8px #a7a7a7;
    padding-top: 20px;
    min-height: 100dvh;
}
.content {
    flex: 1 0 auto;
    position: relative;
}
.swal2-styled.swal2-confirm{
    
    background-color: #db3f3d!important;
}
strong {
	font-weight: 700;
}

a {
	text-decoration: none;
}
.bell-blink {
  animation: bellBlink 1s infinite;
  color: #ff3b3b !important;
}
@keyframes bellBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}
.container {
	width: 100%;
	padding: 0 30px;
}
.news-item{
    margin-bottom: 15px;
    background: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
}
#hbon{position: absolute;
    color: #DB3F3D;   width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.modal-dialog {
    min-width: 520px;
    bottom: -28px;
    right: 0;
    left: 0px;
    position: fixed;
}
.table-responsive .cost,.table-responsive .count,.table-responsive .price{
    white-space:nowrap
}
.bot-panel {
    display: flex;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px 15px 0px 0px;
    z-index: 999;
    width: 520px;
    box-shadow: 0px 2px 6px #afafaf;
}

.bot-panel #msMiniCart {
	display: inline-block;
	width: 20%;
	text-align: center;
}

.bot-panel #msMiniCart .basket-item-count {
	position: relative;
}

.bot-panel #msMiniCart .basket-item-count i {
    font-size: 27px;
    margin-bottom: -4px;
    display: block;
}
.bot-panel #msMiniCart .basket-m {
    display: block;
    padding: 15px 0;
    color: #181725;
}

.bot-panel #msMiniCart .basket-item-count .basket-num {
    position: absolute;
    top: -8px;
    right: 26px;
    background: #DB3F3D;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    line-height: 1.7;
    font-style: normal;
    z-index: 99;
}
.gray{
    filter: grayscale(100%);pointer-events: none;
}
.bot-panel #msMiniCart .basket-item-count img {
    height: 21px;
    margin-bottom: 5px;
}

.bot-panel #msMiniCart .total-price-basket {

}

.bot-panel #msMiniCart .total-price-basket .total-price {
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
}

.bot-panel .toggle {
	display: block;
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.bot-panel .toggle span {
	top: auto;
	bottom: 33px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.bot-panel div.catalog-icon, .bot-panel .login, .bot-panel a.toggle, .bot-panel .favic {
	width: 20%;
	text-align: center;
}
.bot-panel .favic a {
    color: #181725;
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding: 18px 0;
    position: relative;
}
.bot-panel .favic a img {
    height: 21px;
    margin-bottom: 5px;
}
.bot-panel .favic a span {
    display: block;
    line-height: 1;
}
.bot-panel .favic a i {
    font-size: 24px;
    display: block;
    margin-bottom: 4px;
}
.bot-panel .favic a .msfavorites-total {
    position: absolute;
    top: 8px;
    right: 25px;
    background: #DB3F3D;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    line-height: 1.7;
    font-style: normal;
}

.bot-panel a.toggle {
	position: relative;
}

.bot-panel #msMiniCart {
	width: 20%;
}

.bot-panel div.catalog-icon a {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 0;
}

.bot-panel div.catalog-icon a i {
	font-size: 36px;
}

.bot-panel .login a {
	color: #181725;
	font-size: 12px;
	font-weight: 600;
	display: block;
	padding: 16px 0;
}

.bot-panel .login a i {
	font-size: 24px;
	display: block;
	margin-bottom: 0px;
}
.bot-panel .login a img {
    display: block;
    margin: 0 auto 5px;
    height: 21px;
}
.bot-panel .login a:hover img,
.bot-panel .favic a:hover img {
    filter: invert(23%) sepia(60%) saturate(3241%) hue-rotate(340deg) brightness(91%) contrast(95%);
}
.bot-panel .login a:hover span,
.bot-panel .favic a:hover span.tit-tab,
.bot-panel #msMiniCart .basket-m:hover .total-price {
    color: #DB3F3D;
}
.bot-panel #msMiniCart .basket-m:hover img {
    filter: invert(23%) sepia(60%) saturate(3241%) hue-rotate(340deg) brightness(91%) contrast(95%);
}
.bot-panel .active a img {
    filter: invert(23%) sepia(60%) saturate(3241%) hue-rotate(340deg) brightness(91%) contrast(95%);
}
.bot-panel .active a span {
    color: #DB3F3D;
}

.bot-panel a.toggle i {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-style: normal;
	color: #000;
	font-size: 12px;
	bottom: 8px;
}

.bonus-block .bons {
    text-align: right;
    margin-bottom:10px;
}
#bonusmar .bons{
    margin-bottom:20px;
}

.bonus-block .bons div {
    display: inline-block;
    background: #DB3F3D;
    padding: 6px 15px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}
.bonus-block .bons div img {
    height: 12px;
    filter: invert(1);
    vertical-align: baseline;
    margin-left: 2px;
}

.smm-mob {
    text-align: center;
    display: none;
}
.smm-mob li {
    display: inline-block !important;
    margin: 0 9px;
}
.smm-mob li a {
    padding: 0px;
    font-size: 22px;
}
.contact-mob {
    display: none;
}

.knopkaz {
    background: #ed8793;
    padding: 15px 30px;
    border-radius: 6px;
    color: #27251f;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.knopkaz:hover {
    background: #27251f;
    color: #ed8793;
}

.mse2-ac-item {
	border-radius: 10px;
}
.article{
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    color: #999999;
    text-transform: uppercase;
    font-weight: 300;
}
.modal-content {
	background: #fff;
	border: none;
	border-radius: 0px;
}

.modal-content .modal-header {
	display: block;
	padding: 20px;
	border: 0;
	border-bottom: 1px solid #E2E2E2;
}

.modal-content .modal-header .btn-close {
	font-size: 20px;
	opacity: 1;
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 5;
}

.modal-content .modal-header h4 {
	font-weight: 600;
	font-size: 24px;
	margin: 0;
	color: #181725;
}

.modal-content .modal-header h4 span {
	color: #f5e95c;
}

.modal-content .modal-body {
padding: 10px 30px 30px 30px;
	border: none;
}

.modal-content .modal-body .form-group {
	margin-bottom: 0px;
	display: flex;
	   border-bottom: 1px solid #E2E2E2;
	padding: 15px 0;
}

.modal-content .modal-body .form-control {
	border: 0;
	border-radius: 7px;
	font-size: 20px;
	font-weight: 300;
	padding: 10px 15px;
	height: 60px;
	border: 1px solid #d7d7d7;
}

.modal-content .modal-footer {
	padding: 0 50px 80px;
	border: 0;
	text-align: center;
}

.modal-content .modal-footer .knopka {
	background: #f5e95c;
	color: #4a4a4a;
	padding: 22px 20px;
	text-decoration: none;
	border-radius: 7px;
	font-weight: 900;
	border: none;
	width: 100%;
	margin: 20px 0 0 0;
}

.modal-content .modal-footer .knopka:hover,.modal-content .modal-footer .knopka:active,.modal-content .modal-footer .knopka:focus {
	text-decoration: none;
	background: #4a4a4a;
	color: #fff;
}

.log-reg .modal-dialog {
	--bs-modal-width: 750px;
}

.log-reg .modal-dialog .modal-content {
	padding: 30px;
}

.log-reg .modal-dialog .modal-content .modal-body {
	padding: 0;
}

.log-reg .modal-dialog .modal-content .modal-body .title-modal {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper {
	padding: 0;
	margin: 0;
}
.log-reg .modal-dialog .modal-content .modal-body .menus {
    margin-top: 20px;
}
.log-reg .modal-dialog .modal-content .modal-body .menus li button {
    color: #ed8793;
}
.log-reg .modal-dialog .modal-content .modal-body .menus li button.active {
    color: #fff;
    background: #ED8793;
}
.menus img {
    width: 100%;
}

.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper .title {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
}

.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper form {
	padding: 0 80px;
	text-align: center;
}

.log-reg .modal-dialog .modal-content .modal-body .nav-tabs {
	border: none;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}

.log-reg .modal-dialog .modal-content .modal-body .nav-tabs li {
	display: inline-block;
}

.log-reg .modal-dialog .modal-content .modal-body .nav-tabs li button {
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #DADADA;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 13px 25px;
    color: #221E1F;
}

.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper form .form-group .help-block {
	font-size: 12px;
	font-weight: 300;
}

.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper form .form-group input {
	background: #F5F5F5;
	border: none;
	padding: 10px 30px;
}

.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper form .knopka-form {
	margin-top: 10px;
}

.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper form .knopka-form button {
	width: 100%;
	background: transparent;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	border: 1px solid #000;
	padding: 13px 0;
}

.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper form .knopka-form button:hover,.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper form .knopka-form button:active,.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper form .knopka-form button:focus {
	background: #000;
	color: #fff;
}

.log-reg .modal-dialog .modal-content .modal-body .login-pop {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}

.log-reg .modal-dialog .modal-content .modal-body .login-knopki a {
	display: inline-block;
	width: 42%;
	padding: 20px 0;
}

.log-reg .modal-dialog .modal-content .modal-body .login-knopki a.voiti {
	background: #cd3b66;
	color: #fff;
	border-radius: 7px;
}

.log-reg .modal-dialog .modal-content .modal-body .login-knopki a.viiti {
	background: #E1E1E1;
	color: #000;
	border: none;
	line-height: 1.2;
}
.log-reg .modal-dialog .modal-content .modal-body table {
    border-collapse: collapse;
    color: #001a34;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 18px;
}
.log-reg .modal-dialog .modal-content .modal-body table tbody {
    border: 1px solid #f2f5f9;
    border-left: none;
}
.log-reg .modal-dialog .modal-content .modal-body table tbody tr {
    border-collapse: collapse;
    color: #001a34;
    font-size: 14px;
    letter-spacing: .2px;
    border-bottom: 1px solid #f3f5f9;
}
.log-reg .modal-dialog .modal-content .modal-body table tbody tr th {
    background-color: #FAFAFA;
    color: #221E1F;
    font-weight: 500;
    height: 68px;
    left: 0;
    max-height: 68px;
    max-width: 300px;
    overflow: hidden;
    padding: 6px 12px;
    position: sticky;
    text-align: left;
    vertical-align: middle;
}
.log-reg .modal-dialog .modal-content .modal-body table tbody tr td {
    word-wrap: break-word;
    max-width: 150px;
    min-width: 80px;
    padding: 6px 16px;
}
.log-reg .modal-dialog .modal-content .modal-body .tc-c2 {
    overflow-y:scroll;
}
.log-reg .modal-dialog .modal-content .modal-body .tc-c2::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 7px;
}
.log-reg .modal-dialog .modal-content .modal-body .tc-c2::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 0.5px rgba(255, 255, 255, .5);
}
.log-reg .modal-dialog .modal-content .modal-body table tbody tr:hover {
    background-color: rgba(0,48,120,.04)
}
.log-reg .modal-dialog .modal-content .modal-body table tbody tr td:hover {
    background-color: rgba(0,48,120,.04)
}
.log-reg .modal-dialog .modal-content .modal-body .tc-c3 {
    background-color: #FAFAFA;
    border-radius: 0px;
    color: #001a34;
    letter-spacing: .2px;
    padding: 25px 30px;
    margin-top: 20px;
}
.log-reg .modal-dialog .modal-content .modal-body .tc-c3 .zxcv1 {
    display: inline-block;
    width: 80%;
    margin-left: 20px;
}
.log-reg .modal-dialog .modal-content .modal-body .tc-c3 img {
    display: inline-block;
    vertical-align: baseline;
}
.log-reg .modal-dialog .modal-content .modal-body .tc-c3 .tc-c4 { 
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.log-reg .modal-dialog .modal-content .modal-body .tc-c3 .tc-c4 span {
    font-weight: 700;   
}
.log-reg .modal-dialog .modal-content .modal-body .tc-c3 .tc-c5 { 
color: #252525;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.slider {
    margin-bottom: 30px;
}
.slider .item a {
    display: block;
    width: 100%;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 5px;
}
.slider .item a .img-banner {
    display: inline-block;
    width: 23%;
    vertical-align: middle;
}
.slider .item a .img-banner img {
    width: 100%;
}
.slider .item a .text-banner {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    padding-left: 5px;
}
.slider .item a .text-banner .title-banner {
    color: #242424;
    font-size: 13px;
    font-weight: 700;
}
.slider .item a .text-banner .doptext-banner {
    font-size: 14px;
    font-weight: 500;
    color: #db403d;
    margin-bottom: 7px;
}
.slider .item a .text-banner .old_banner {
    display: inline-block;
    text-decoration: line-through;
    color: #6f6f6f;
    font-weight: 500;
    margin-right: 10px;
}
.slider .item a .text-banner .new_banner {
    display: inline-block;
    background: #db403d;
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
}

.sert {
    padding: 50px 0 0px 0;
}
.sert .title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}
.sert a {
    text-align: center;
    display: block;
    color: #ed8793;
}
.sert a i {
    font-size: 40px;
    margin-bottom: 7px;
    display: block;
}
.sert a:hover {
    color: #242424;
}
.sert a p {
    text-transform: uppercase;
}

.serch-block .modal-dialog {
    --bs-modal-width: 100%;
    margin: 0;
}
.serch-block .modal-dialog .logo img {
    height: 30px;
}
.serch-block .modal-dialog .modal-content  {
    padding: 40px 0;
}
.serch-block .modal-dialog .modal-content .modal-body .form-control {
    width: 100%;
    padding: 9px 24px 9px 40px;
    border: none;
    border-radius: 0px !important;
    font-size: 14px;
    box-shadow: none;
    border-bottom: 1px solid #DADADA;
    height: 43px;
}
.serch-block .modal-dialog .modal-content .modal-body .input-group i {
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 9px;
    font-size: 22px;
}
.serch-block .btn-close {
    opacity: 1;
    left: 19px;
    margin-left: 10px;
    font-size: 19px;
}
.serch-block .btn-close:hover {
    --bs-btn-close-color: #fff;
}

.filters .modal-dialog {
    margin: 0;
    float: right;
   max-width: 100%;
   height: 100%;
}
.filters .modal-dialog .modal-content {
    width: 680px;
    height: 100%;
    overflow-y: auto;
}
.filters .modal-dialog .modal-content .modal-body {
    padding: 25px;
}
.filters .modal-dialog .modal-content .modal-body .total {
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 80px;
}
.filters .modal-dialog .modal-content .modal-body .buts .pokaz {
    background: #ED8793;
    border: none;
    border-radius: 0px;
    padding: 20px 50px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-right: 10px;
}
.filters .modal-dialog .modal-content .modal-body .buts .pokaz i {
    font-size: 21px;
    margin-left: 10px;
    vertical-align: middle;
}
.filters .modal-dialog .modal-content .modal-body .buts .sbros {
    background: none;
    border-radius: 0;
    text-decoration: underline;
    border: none;
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.filters .modal-dialog .modal-content .modal-body .buts .pokaz {
    background: #ED8793;
    border: none;
    border-radius: 0px;
    padding: 20px 60px;
}
.filters .modal-dialog .modal-content .modal-body .title-modal {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.filters .modal-dialog .modal-content .modal-header .btn-close {
    right: 45px;
    top: 45px;
}
.filters .modal-dialog .modal-content .modal-body #mse2_resource\|parent label {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    width: 175px;
}
.filters .modal-dialog .modal-content .modal-body #mse2_msoption\|color label {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    width: 49%;
}
.filters .modal-dialog .modal-content .modal-body fieldset {
    margin-bottom: 30px;
}
.filters .modal-dialog .modal-content .modal-body fieldset h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.filters .modal-dialog .modal-content .modal-body fieldset .mse2_number_inputs label {
    text-transform: uppercase;
}
.filters .modal-dialog .modal-content .modal-body fieldset .mse2_number_inputs label input {
    margin-left: 15px;
    border: 1px solid #DADADA;
    border-radius: 0px;
}
.filters .modal-dialog .modal-content .modal-body fieldset .mse2_number_slider {
    margin-top: 20px;
    height: 2px;
    border: none;
    background: #DADADA;
}
.filters .modal-dialog .modal-content .modal-body fieldset .mse2_number_slider .ui-slider-range {
    background: #ED8793;
}
.filters .modal-dialog .modal-content .modal-body fieldset .mse2_number_slider .ui-slider-handle {
    border: 2px solid #221E1F;
    background: #fff;
    border-radius: 50%;
    top: -7px;
    width: 16px;
    height: 16px;
}


.header-top {
    background: #e5e5e5;
}
.header-top .phones {
    padding: 13px 0;
    display: block;
    color: #191919;
    font-size: 21px;
    font-weight: 600;
    vertical-align: middle;
}
.header-top .phones i {
    font-size: 10px;
    border: 2px solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 1.6;
    vertical-align: middle;    
}
.header-top .hmenu {
    padding: 0;
    margin: 0;
}
.header-top .hmenu li {
    list-style-type: none;
}
.header-top .hmenu li a {
    color: #191919;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0;
    display: block;
}
.header-top .ico {
	text-align: right;
	padding: 10px 0;
}

.header-top .login {
	display: inline-block;
}

.header-top .login a {
	color: #000;
	font-size: 24px;
}

.header-top .whatsapp {
	display: inline-block;
	margin: 0 25px;
}

.header-top .whatsapp a {
	color: #ed8793;
	font-size: 24px;
}

.header-top #msMiniCart {
	display: inline-block;
}

#msMiniCart .empty, .msMiniCart .empty {
	display: none !important;
}

#msMiniCart .not_empty, .msMiniCart .not_empty {
	display: block !important;
}

.header-top #msMiniCart .basket-item-count {
	display: inline-block;
	position: relative;
}

.header-top #msMiniCart .basket-item-count i {
	font-size: 24px;
	color: #000;
}

.header-top #msMiniCart .basket-item-count .basket-num {
    position: absolute;
    color: #191919;
    top: -4px;
    right: -4px;
    border-radius: 100px;
    width: 17px;
    height: 17px;
    line-height: 19px;
    font-size: 11px;
    text-align: center;
    background-color: #ed8793;
}

.header-top #msMiniCart .total-price-basket {
	display: inline-block;
}

.header-top #msMiniCart .total-price-basket .total-price {
	font-size: 16px;
	color: #000;
	margin-left: 10px;
}

.header {
	padding: 25px 0 50px;
	width: 100%;
	z-index: 3;
}

.header .desk-logo {
	display: block;
	padding: 6px 0;
}

.header .mob-logo {
	display: none;
}

.header .logo img {
	height: 30px;
}

.header .conts {
	text-align: right;
	padding: 14px 0;
}

.header .conts p {
	margin-bottom: 4px;
}

.header .conts p.tel {
	font-weight: 600;
}

.header .conts .whatsapp {
	display: none;
}

.header .ico {
	text-align: right;
	padding: 0px 0;
	display: inline-block;
	float: right;
}

.header .login {
	display: inline-block;
}

.header .login a {
    color: #000;
    font-size: 18px;
    border: 1px solid #DADADA;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 2.3;
}

.header .whatsapp {
	display: inline-block;
}

.header .whatsapp a {
    color: #000;
    font-size: 18px;
    border: 1px solid #DADADA;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 2.3;
    position: relative;
    border-radius: 0px;
}
.header .whatsapp a i span {
    position: absolute;
    color: #191919;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 17px;
    font-size: 10px;
    text-align: center;
    background-color: #ed8793;
    font-style: normal;
    border: none;
}

.header #msMiniCart {
    display: inline-block;
    border: 1px solid #DADADA;
    height: 40px;
    vertical-align: bottom;
    padding: 0 15px;
    line-height: 2;
}

#msMiniCart .empty, .msMiniCart .empty {
	display: none !important;
}

#msMiniCart .not_empty, .msMiniCart .not_empty {
	display: block !important;
}

.header #msMiniCart .basket-item-count {
	display: inline-block;
	position: relative;
}

.header #msMiniCart .basket-item-count i {
	font-size: 18px;
	color: #000;
}

.header #msMiniCart .basket-item-count .basket-num {
    position: absolute;
    color: #191919;
    top: 4px;
    right: -12px;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    font-size: 11px;
    text-align: center;
    background-color: #ed8793;
}

.header #msMiniCart .total-price-basket {
	display: inline-block;
}

.header #msMiniCart .total-price-basket .total-price {
    font-size: 12px;
    color: #000;
    margin-left: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.header .search-area {
    padding: 0px 0;
    width: 45%;
    display: inline-block;
    margin-right: 25px;
}

.header .search-area .input-group {
	display: inherit;
}

.header .search-area .input-group img {
	float: left;
	width: 12px;
	margin: 6px 11px 6px 0px;
}

.header .search-area .input-group input {
    width: 100%;
    padding: 9px 20px 9px 27px;
    border: none;
    border-radius: 0px !important;
    font-size: 12px;
    box-shadow: none;
    border-bottom: 1px solid #DADADA;
    background: transparent;
}

.header .search-area .input-group i {
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 9px;
}

.header .search-area .input-group button {
	background: transparent;
	color: #2769B0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-radius: 3px;
	padding: 3px 11px;
	margin-left: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.header .search-area .input-group button:hover,.header .search-area .input-group button:active,.header .search-area .input-group button:focus {
	background: #2769B0;
	color: #fff;
}

.menu {
    padding: 12px 0;
    text-align: center;
}

.menu ul {
	padding: 0;
	margin: 0;
}

.menu ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}

.menu ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #221E1F;
    display: block;
    text-transform: uppercase;
}

.menu ul li.active a,.menu ul li a:hover,.menu ul li a:active,.menu ul li a:focus {
	color: #ed8793;
}

.crumb {
	padding: 15px 0;
}

.crumb .breadcrumb {
	margin: 0;
	padding: 13px 0;
}

.crumb .breadcrumb li {
	font-weight: 300;
	font-size: 14px;
}

.crumb .breadcrumb li a {
	color: #afafaf;
}

.crumb .breadcrumb li a:hover,.crumb .breadcrumb li a:active,.crumb .breadcrumb li a:focus {
	color: #cd3b66;
}

.korz .blockx {
    padding: 0 0 150px;
}
.tvr .blockx {
    padding: 0 0 160px;
}

.serch {
    margin-bottom: 20px;
}
.serch .input-group {
    background: #f0f0f0;
    padding: 8px;
    border-radius: 10px;
}
.serch .input-group i {
    position: absolute;
    z-index: 99;
    left: 17px;
    top: 15px;
    font-size: 20px;
}
.serch .input-group .form-control {
    width: 100%;
    padding: 9px 24px 9px 40px;
    border: none;
    border-radius: 0px !important;
    font-size: 14px;
    box-shadow: none;
    background: transparent;
    height: 43px;
}

.slider .slider-text {
    padding-top: 40px;
    position: relative;
}
.slider .slider-text p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 30px;
}
.slider .slider-text a {
    
}
.slider .slider-text a:hover {
    text-decoration: none;
}
.slider .slider-text a i {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 26px;
}
.slider .owl-carousel .item .slider-text a {
    font-size: 14px;
    position: absolute;
    z-index: 999;
    width: 238px;
    color: #000;
    font-weight: 500;
    border: 1px solid #221E1F;
    padding: 18px 30px;
    background: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}
.slider .owl-carousel .item a.zxc {
    height: 180px;
    display: block;
    background-size: cover !important;
    border-radius: 10px;
}
.slider .owl-carousel {
    position: relative;
}
.slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: -15px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
.slider .owl-carousel .owl-dots button {
    display: inline-flex;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 0;
    border: none;
    margin-left: 10px;
    height: 5px;
    background: #989898;
    width: 12px;
    border-radius: 10px;
}
.slider .owl-carousel .owl-dots button.active,
.slider .owl-carousel .owl-dots button:hover {
    background: #DB3F3D;
    width: 20px;
}
.slider .owl-nav {
    position: absolute;
    bottom: 7px;
    left: 40px;
    right: 0;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

.slider .owl-nav button {
    pointer-events: auto;
    background: #ed8793;
    border: none;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    cursor: pointer;
    line-height: 1.35;
}
.slider .owl-nav button:hover {
    background: #242424;
}

.slider .owl-nav button.owl-prev {
    margin-right: 10px;
}

.slider .owl-nav button.owl-next {

}

.main .raf1,.main .raf2 {
	display: none;
}

.mob-a {
	display: block;
}

.mob-a a {
	background: #DF2765;
	color: #fff;
	border-radius: 6px;
	padding: 15px 40px;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	max-width: 500px;
	display: block;
	text-align: center;
	margin: 10px auto 0px;
}

.main .main-img {
	height: 350px;
}

.main .mains {
	text-align: right;
}

.main .main-svetok {
	position: absolute;
	height: 500px;
	right: 0px;
}

.main .main-text .raf .bgmob {
	display: none;
}

.main .main-text {
	padding: 40px 0 70px;
}

.main .main-text h1 {
	font-size: 55px;
	font-weight: 900;
	margin-bottom: 25px;
}

.main .main-text h1 span {
	color: #DF2765;
}

.main .main-text .raf {
	margin-bottom: 0px;
}

.main .main-text .raf .priziv {
	display: inline-block;
	width: 45%;
	font-size: 31px;
	font-weight: 900;
	text-align: left;
}

.main .main-text .raf img {
	display: inline-block;
	height: 60px;
	margin: 0 0 0 20px;
	vertical-align: baseline;
}

.main .main-text .buket {
	font-size: 15px;
	display: inline-block;
	width: 49%;
	font-weight: 300;
	position: relative;
	padding-left: 40px;
	padding-right: 15px;
}

.main .main-text .buket i {
	background: #df2765;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 4px;
}

.main .main-text img {
	height: 55px;
	margin-bottom: 25px;
	display: block;
}

.main .main-text .buket span {
	font-weight: 500;
}

.main .main-text .main-dostavka {
	font-size: 15px;
	display: inline-block;
	width: 49%;
	font-weight: 300;
	position: relative;
	padding-left: 40px;
}

.main .main-text .main-dostavka i {
	background: #df2765;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 4px;
}

.main .main-text .main-dostavka span {
	font-weight: 500;
}

.main .main-text .knopka {
	margin-top: 50px;
}

.main .main-text .knopka a {
	background: #DF2765;
	color: #fff;
	border-radius: 6px;
	padding: 15px 40px;
	font-size: 18px;
	font-weight: 400;
}

.main .main-text .knopka a:hover,.main .main-text .knopka a:active,.main .main-text .knopka a:focus {
	background: #9f2545;
}

.banner {
    padding: 80px 0;
}
.banner .title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
}
.banner .banner-obuv:hover .banner-title {
    color: #ed8793;
}
.banner .banner-obuv img {
    width: 100%;
    margin-bottom: 20px;
}
.banner .banner-obuv .banner-title {
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    text-transform: uppercase;
}
.banner .banner-obuv .banner-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.banner .banner-sumki .banner-title {
    font-size: 35px;
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
}
.banner .banner-sumki .banner-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.banner .banner-aksessuar .banner-title {
    font-size: 35px;
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
}
.banner .banner-aksessuar .banner-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.about {
    padding: 470px 0 30px;
    background: url(../img/bnrs.jpg) 50% 50% no-repeat;
    position: relative;
    margin: 0 70px 80px;
    background-size: cover;
}
.about .plashka {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: linear-gradient(180deg, rgba(87, 199, 133, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.6;
    z-index: 1;
}
.about .mores {
    margin-top: 40px;
}

.about .title {
    font-size: 29px;
    font-weight: 500;
    text-transform: uppercase;
}

.about .img-about img {
	width: 100%;
}

.about .about-block {
    padding: 0 100px;
}
.about p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.37;
    color: #fff;
    z-index: 99999;
    position: relative;
}

.about .svetok2 {
	position: absolute;
	right: 0px;
	width: 250px;
	bottom: 40px;
}

.about .svetok3 {
	position: absolute;
	left: 0px;
	width: 210px;
	bottom: 40px;
}

.plus-bg {
    background: url(../img/bg-plus.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 550px;
}
.plus .border-plus {
    width: 100%;
    height: 1px;
    background: #221E1F;
    margin: 18px 0;
}
.plus .plus-block .plus-img {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 40px;
    text-align: center;
}
.plus .plus-block span {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}


.plus {
	padding: 20px 0 20px;
}

.plus i {
    font-size: 50px;
    color: #ed8793;
}
.plus .title {
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 30px;
}

.plus .col-sm-3 {
	text-align: center;
}

.plus .col-sm-3 img {
	height: 55px;
	margin-bottom: 10px;
}

.plus .col-sm-3 p {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}

.blog {
	padding: 70px 0;
}

.blog .title {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 30px;
}

.blog .blog-block {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 6px #0000003d;
	border-radius: 10px;
	border: 1px solid #A5A5A5;
	margin-bottom: 50px;
}

.blog .blog-block a.img-blog {
	display: block;
	height: 200px;
	width: 100%;
	background-size: cover !important;
	border-radius: 10px 10px 0 0;
}

.blog .blog-block .text-blog {
	padding: 10px 15px 17px 15px;
}

.blog .blog-block .text-blog .date {
	font-size: 12px;
	color: #1FAF38;
	margin-bottom: 10px;
}

.blog .blog-block .text-blog a.title-blog {
	font-size: 16px;
	font-weight: 600;
	height: 55px;
	color: #000;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog .blog-block .text-blog p {
	font-size: 12px;
	height: 45px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog .blog-block .text-blog a.knopka-blog {
	color: #000;
	font-size: 12px;
	border-bottom: 1px solid #000;
}

.blog .blog-block .text-blog a.title-blog:hover,.blog .blog-block .text-blog a.title-blog:active,.blog .blog-block .text-blog a.title-blog:focus {
	color: #DF2765;
}

.blog .blog-block .text-blog a.knopka-blog:hover,.blog .blog-block .text-blog a.knopka-blog:active,.blog .blog-block .text-blog a.knopka-blog:focus {
	color: #DF2765;
	border-bottom: 1px solid transparent;
}

.blog .owl-dots {
	text-align: center;
}

.blog .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	background: transparent;
	border: none;
}

.blog .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background: #C8C8C8;
	border-radius: 50%;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.blog .owl-dots .owl-dot.active span, .blog .owl-dots .owl-dot:hover span {
	background: #3B3B3B;
}

.logis .blockx {
    padding: 70px 0 0 0;
}
.logis .wrapper {
    padding: 0;
}
.logis .footer {
    padding: 25px 0;
}
.logis .btn-link {
    position: absolute;
    top: 25px;
    font-size: 26px;
    color: #181725;
    font-weight: normal;
    text-shadow: 0 0 1px #181725, 0 0 1px #181725;
}
.logis #code-block {
    padding-top: 40px;
}
.logis #code-block h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.logis #code-block input {
    padding: 0 !important;
}
.logis .step-3 label {
    margin-bottom: 10px;
    display: inline-block;
}
.logis .step-3 h5 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.logis .step-3 input {
    border: none;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 0px;
    margin-bottom: 30px !important;
}
.logis .step-3 select {
    border: none;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 0px;
    margin-bottom: 30px !important;
}
.logis .step-3 .form-agreement {
    font-size: 14px;
    color: #7C7C7C;
    margin-top: 50px;
}
.logis .step-3 .form-agreement a {
    background: transparent !important;
    padding: 0px !important;
    display: inline-block !important;
    line-height: 1 !important;
    margin: 0px !important;
    width: auto !important;
    font-size: 14px !important;
}
.logis .step-3 .btn-block {
    width: 100%;
    background: #DB3F3D;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    height: 67px;
    border-radius: 0px;
    border: none;
    margin-top: 10px;
}
.logis .step-4 {
    padding-top: 50px;
}
.logis .step-4 .success-logo {
    margin-bottom: 40px;
}
.logis .step-4 h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.logis .step-4 .text-muted {
    font-size: 16px;
    font-weight: 500;
}

.blockx .log-reg form .wow {
    width: 67px !important;
    font-size: 30px !important;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff !important;
    border-radius: 50% !important;
    right: 20px !important;
}
.logis #code-block .resend-code {
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    color: #DB3F3D;
    font-weight: 500;
}

.blockx .ords-knopka {
    width: 460px;
    background: #db3f3d;
    position: fixed;
    bottom: 100px;
    display: flex;
    padding: 20px 11px 20px 20px;
    box-shadow: 0px 0px 7px #828282;
    color: #fff;
    border-radius: 10px;
}
.blockx .ords-knopka div {
    width: inherit;   
}
.blockx .ords-knopka .ords-r {
    text-align: right;
}
.blockx .ords-knopka .ords-r .total_cost {
    background: rgb(0 0 0 / 30%);
    padding: 5px 8px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
}
.blockx .ords-knopka .ofr {
    font-size: 17px;
    font-weight: 600;
}
.blockx {
	padding: 0 0 100px;
}
.blockx .lk-block {
    
}
.blockx .lk-block .lk-1 {
    border-bottom: 1px solid #E2E2E2;
    padding: 0 0 15px 30px;
}
.blockx .lk-block .lk-1 p {
    font-size: 24px;
    color: #DB3F3D;
    font-weight: 400;
}
.blockx .lk-block .lk-1 h1 {
    margin-bottom: 5px;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
}
.blockx .lk-block .lk-1 .lk-row {
    display: inline-block;
    margin-bottom: 22px;
    margin-right: 17px;
    vertical-align: middle;
}
.blockx .lk-block .lk-1 .lk-row p {
    margin: 0;
}
.blockx .lk-block .lk-1 .lk-row p img {
    margin-right: 7px;
}
.blockx .lk-block .lk-1 .lk-row p i {
    color: #ED8793;
    margin-right: 7px;
}
.blockx .lk-block .lk-2 {
    display: flex;
    width: 40%
}
.blockx .lk-block .lk-2 .form-group {
    width: 50%;
    padding: 30px;
    text-align: center;
}
.blockx .lk-block .lk-2 .form-group img {
    height: 32px;
    margin-bottom: 15px;
}
.blockx .lk-block .lk-2 .form-group:last-child {
    border-left: 1px solid #999999;
}
.blockx .lk-block .lk-2 .form-group:first-child .div2 {
    padding-top: 45px;   
}
.blockx .lk-block .lk-2 .form-group .div2 div {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}
.blockx .lk-block .lk-2 .form-group .div1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blockx .lk-block .lk-2 .form-group .voprosy a {
    display: flex;
    color: #999;
    text-decoration: underline;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    line-height: 15px;
}
.blockx .lk-block .lk-2 .form-group .voprosy a img {
    margin-bottom: 0px;
    width: 24px;
    margin-right: 7px;
}
.blockx .lk-block .lk-2 .form-group .voprosy a:hover {
    color: #242424;
    text-decoration: none;
}

.blockx h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.blockx .msoptionsprice-name {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    width: 82.5%;
    margin-bottom: 10px;
}
.blockx .header-fav {
    display: flex;
}
.blockx .header-fav .favv {
    width: 14.4%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: right;
}
.blockx .header-fav .favv i {
    width: 35px;
    height: 33px;
    background-size: cover;
}
.blockx .opisan {
    margin-bottom: 40px;
}
.blockx .opisan .title-opis {
    font-size: 16px;
    color: #181725;
    font-weight: 600;
    margin-bottom: 10px;
}
.blockx .opisan p {
    color: #7C7C7C;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}
.blockx .opisan ul li {
    margin-bottom: 5px;
}

.catalog h1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 6px;
}
.fav .msfavorites-parent p {
    text-align: center;
    font-size: 14px;
    color: #464646;
}

.blockx .blog-img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}

.blockx .blog-block {
	display: block;
	margin-bottom: 30px;
}

.blockx .blog-block a.img-blog {
	display: block;
	height: 270px;
	width: 100%;
	background-size: cover !important;
	border-radius: 10px;
	margin-bottom: 20px;
}

.blockx .blog-block .text-blog {
	padding: 0px;
}

.blockx .blog-block .text-blog .date {
	font-size: 12px;
	color: #1FAF38;
	margin-bottom: 10px;
}

.blockx .blog-block .text-blog a.title-blog {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}

.blockx .blog-block .text-blog p {

}

.blockx .blog-block .text-blog a.knopka-blog {
	color: #000;
	font-size: 12px;
	border-bottom: 1px solid #000;
}
.blockx .blog-block .text-blog .dats {
    margin: 0 0 10px;
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.blockx .blog-block .text-blog a.title-blog:hover,.blockx .blog-block .text-blog a.title-blog:active,.blockx .blog-block .text-blog a.title-blog:focus {
	color: #ED8793;
}

.blockx .blog-block .text-blog a.knopka-blog:hover,.blockx .blog-block .text-blog a.knopka-blog:active,.blockx .blog-block .text-blog a.knopka-blog:focus {
	color: #ED8793;
}

.blockx .ms2_form .qnt-holder .le-quantity {
	border: none;
	border-radius: 0px;
	width: 180px;
	height: 58px;
	padding: 0 0px;
	max-width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center !important;
	display: flex;
	float: left;
	margin-right: 41px;
}

.blockx .ms2_form .qnt-holder .le-quantity .minus {
	background: url(../img/icon_minus.svg) center center/16px 16px no-repeat;
}

.blockx .ms2_form .qnt-holder .le-quantity .plus {
	background: url(../img/icon_plus.svg) center center/16px 16px no-repeat;
}

.blockx .ms2_form .qnt-holder .le-quantity .minus,.blockx .ms2_form .qnt-holder .le-quantity .plus {
	cursor: pointer;
	position: relative;
	opacity: 1;
	width: 50px;
	height: 36px;
	border-bottom: none;
}

.blockx .ms2_form .qnt-holder .le-quantity .minus:hover,.blockx .ms2_form .qnt-holder .le-quantity .plus:hover {
	opacity: 1;
}

.blockx .ms2_form .qnt-holder .le-quantity input {
	text-align: center;
	border: none;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	max-width: 100%;
	font-size: 24px;
	width: 54px;
	height: 28px;
	padding-top: 2px;
	outline: none;
}

.blockx .msoptionsprice-product label,#mse2_msoption\|size label {
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    color: #221E1F;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    border: 1px solid #DADADA;
    width: 69px;
    height: 50px;
    text-align: center;
    line-height: 3;
}
.blockx #sklad-list label {
    font-size: 13px;
    width: 204px;
    line-height: 3.2;
    height: 40px;
}
.blockx #sklad-list #nali {
    float: right;
    margin-top: -22px;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
}
.blockx .aks_bg {
    height: 430px;
    background-size: cover !important;
}
.blockx .aks_text {
    margin: 40px 200px 0;
}
.blockx .mass {
    position: absolute;
    width: 460px;
    margin: 0 auto;
    height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    background: #fff;
}
.zakazx {
    margin-bottom: 30px;
}
.zakazx .zakazx-block {
    border: 2px solid #DB3F3D;
    padding: 10px;
    border-radius: 10px;
}
.zakazx .zakazx-block img {
    margin-right: 20px;
    display: inline-block;
    width: 17%;
}
.zakazx .zakazx-block p {
    margin: 0;
    color: #DB3F3D;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 69%;
    vertical-align: middle;    
}
ul.ui-menu {
    z-index: 9999;
    position: relative;
    border: none !important;
    padding: 10px;
    border-radius: 10px;
    overflow: scroll;
    height: 300px;
}
.ui-widget-content .ui-menu-item .ui-menu-item-wrapper img {
    height: 95px;
    margin-right: 15px;
}
.ui-widget-content .ui-menu-item {
    margin-bottom: 10px !important;
}
.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
    border: 1px solid #DADADA;
    padding: 10px;
    border-radius: 10px;
}
.ui-widget-content .ui-menu-item .ui-state-active {
    background: transparent;
    margin: auto;
    color: #ed8793;
}
.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .mse2-ac-item {
    display: flex;
}
.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .text-sear .title-search {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
}
.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .text-sear .articles {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 20px;
}
.ui-widget-content .ui-menu-item .ui-menu-item-wrapper .text-sear .price {
    font-size: 16px;
    font-weight: 500;
    color: #221E1F;
    margin: 0;
}

.blockx .msoptionsprice-product label input[type=radio],#mse2_msoption\|size label input[type=checkbox] {
	display: none;
}
.blockx .msoptionsprice-product p a.razmers {
    font-size: 14px;
    margin-left: 125px;
    color: #999999;
    text-decoration: underline;
}
.blockx .msoptionsprice-product p a.razmers img {
    margin-right: 7px;
}
.blockx .msoptionsprice-product p a.razmers:hover {
    color: #242424;
    text-decoration: none;
}
.blockx .ms2_form .body-product .kol {
    display: flex;
}

.blockx .ms2_form .body-product .kol .qnt-holder {
	display: inline-block;
	vertical-align: middle;
	    padding-right: 25px;
}

.blockx .ms2_form .body-product .kol .qnt-holder .kolvo {
	width: 40%;
	padding: 17px 0px;
	font-size: 20px;
}
.blockx .ms2_form .body-product .kol .knopka {
    width: 54%;
    display: inline-block;
    background: #DB3F3D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    height: 58px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    line-height: 3;
    text-decoration: none;
    border-radius: 10px;
}
.blockx .ms2_form .body-product .kol .favv {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.blockx .ms2_form .body-product .kol .favv i {
    width: 58px;
    height: 55px;
    background-size: cover;
}
.blockx .ms2_form .body-product .kol .knopka i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}
.blockx .ms2_form .body-product .kol .knopka:hover {
    background: #242424;
    text-decoration: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #999;
	border-radius: 6px;
	user-select: none;
}

.blockx .msoptionsprice-product label input[type=radio]:checked {
	background: #ffe0a6;
}

.blogx img {
	width: 100%;
	border-radius: 10px;
}
.blockx .msoptionsprice-product label:hover,.blockx .msoptionsprice-product label.active,
#mse2_msoption\|size label:hover,#mse2_msoption\|size label.active{
	color: #fff;
	background: #ED8793!important;
	cursor: pointer;
}

.blockx .history-buy {
    margin-top: 30px;
}
.blockx .history-buy .title {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blockx .history-buy .his-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
.blockx .history-buy .msb2-logs-info .msb2-logs-info__paid-points {
    display: inline-block;
    width: 49%;
    background: #f4f4f4;
    padding: 15px 0px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.blockx .history-buy .msb2-logs-info .msb2-logs-info__paid-points img {
    height: 14px;
    vertical-align: inherit;
}
.blockx .history-buy .msb2-logs-info .msb2-logs-info__paid-points b { 
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.blockx .history-buy .msb2-logs-info .msb2-logs-info__paid-money {
    display: inline-block;
    width: 49%;
    background: #f4f4f4;
    padding: 15px 0px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.blockx .history-buy .msb2-logs-info .msb2-logs-info__paid-money b {
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.blockx .history-buy .mslistorder-total strong {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    display: inline-block;
}
.blockx .history-buy .mslistorder-total span {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 300;
}
.blockx .history-buy #mslistorders table tbody tr td,
.blockx .history-buy #mslistorders table tbody tr th {
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
}
.blockx .history-buy #mslistorders table tbody tr td .mslistorders-row-actions {
    
}
.blockx .history-buy #mslistorders table tbody tr td .mslistorders-row-actions li:first-child {
    display: contents;
}
.blockx .history-buy #mslistorders table tbody tr td .mslistorders-row-actions li {
    display: none;
}
.blockx .history-buy .msb2-logs .hb-row {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}
.blockx .history-buy .msb2-logs .hb-block-1 {
    display: inline-block;
    width: 30%;
}
.blockx .history-buy .msb2-logs .hb-block-2 {
    display: inline-block;
    width: 68%;
    text-align: right;
}
.blockx .history-buy .msb2-logs .hb-block-2 .hb-title1 {
    font-size: 18px;
    font-weight: 700;
}
.blockx .history-buy .msb2-logs .hb-block-2 .hb-title2 {
    font-size: 14px;
    font-weight: 400;
}
.blockx .history-buy .msb2-logs .hb-block-1 .msb2-logs-table__createdon {
    display: block;
}
.mslistorders-row-actions .mslistorders-action[value="view"]:before {
    content: 'Посмотреть' !important;
    font-family: "Muller";
    border-bottom: 0.5px solid;
    text-transform: uppercase;
    font-size: 14px;
}
.mslistorders-action{
    background:#DB3F3D!important;
    border-color:#DB3F3D!important;
}
.orders-list .border {
    
    border: 1px solid #f3f3f3!important;
    background: #f3f3f3!important;
}
.mslistorders-row-actions .mslistorders-action[value="view"]:before:hover {
    border-bottom: 0.5px solid transparent;
}
.blockx #office-auth-form {

}
.blockx #office-auth-form a.viiti {
    background: #F2F3F2;
    color: #DB3F3D;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    vertical-align: middle;
    line-height: 3.5;
    text-align: center;
    border: none;
    padding: 0 20px;
    width: 460px;
    position: relative;
    display: block;
    border-radius: 19px;
        position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blockx #office-auth-form a i {
    color: #FF2E46;
    position: absolute;
    font-size: 24px;
    line-height: 2.7;
    left: 20px;
}
.blockx #office-auth-form a:hover {
    background: #221E1F;
    color: #fff;
    text-decoration: none;
}

#mse2_msoption\|size label.disabled:hover {
  background: none !important;
  color: #aaa !important;
  cursor: default !important;
  box-shadow: none !important;
  /* Удалите или сбросьте любые hover-эффекты */
}


.blockx .tovar-bl {
    margin-bottom: 30px;
}
.blockx .tovar-bl .tovar-tit {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 400;
}
.blockx .tovar-bl .nal-title {
    font-size: 14px;
    font-weight: 700;
}
.blockx .tovar-bl .pl-block {
    width: 48%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}
.blockx .tovar-bl .pl-block p {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: 81%;
    margin-left: 10px;
    line-height: 1.2;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.blockx .tovar-bl .pl-block .img-tovar {
	display: inline-block;
    text-align: center;
    width: 40px;
}
.blockx .korzina .ms-money {
    display: inline-block;
    width: 53%;
    text-align: right;
    vertical-align: middle;
}
.blockx .korzina .ms-money .msprice p {
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
}

.blockx .msoptionsprice-product label input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.blockx .ms2_form .body-product {
	margin-bottom: 0px;
}

.blockx .ms2_form .price-block p {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}
.blockx .ms2_form .price-block p.old-price {
    color: #CDCDCD;
    font-size: 20px;
    text-decoration: line-through;
    margin-bottom: 0px;
}
.blockx .ms2_form .svet-block a {
    margin: 0 7px 0 0 !important;
}
.blockx .ms2_form .svet-block a img {

}
.blockx .prs {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 520px;
    background: #fff;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
}
.blockx .ms2_form .price-block {
    margin-bottom: 20px;
    display: inline-block;
    width: 58%;
}
.blockx .ms2_form .tvr-aksiya {
    display: inline-block;
    width: 40%;
}
.blockx .ms2_form .tvr-aksiya p {
    margin: 0;
    color: #DB3F3D;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    line-height: 1.1;
}
.blockx #msCart .alert {
        border: 1px solid #DB3F3D;
    border-radius: 10px;
    background: transparent;
    color: #DB3F3D;
    text-align: center;
}

.blockx .ms2_form .price {
	font-size: 28px;
	font-weight: 500;
}
.blockx .ms2_form .zsht .sht {
    color: #7C7C7C;
    font-size: 24px;
    font-weight: 400;
    margin-left: 10px;
}

.blockx .ms2_form .body-product .price span {
	font-size: 30px;
	font-weight: 400;
	vertical-align: middle;
}

.blockx .ms2_form .body-product .old_price {
	color: #ff0707;
	font-size: 30px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 10px;
}

.blockx .ms2_form .body-product .content {
	font-size: 18px;
	font-weight: 300;
	border-top: 1px solid #D9D9D9;
	margin-top: 20px;
	padding-top: 20px;
}

.blockx .ms2_form .body-product .kol .qnt-holder .le-quantity {
	float: none;
}

.blockx .ms2_form .body-product .knopki {
	margin-top: 20px;
}

.blockx .ms2_form .body-product .knopki button {
	width: 49%;
	display: inline-block;
	background: #df2765;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	border: none;
}

.blockx .ms2_form .body-product .knopki button i {
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
}

.blockx .ms2_form .body-product .knopki a {
	width: 49%;
	display: inline-block;
	background: #7fb672;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}

.blockx .ms2_form .body-product .knopki a i {
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
}

.blockx #msCart .dopinfo p {
	font-weight: 300;
	font-size: 14px;
	margin-top: 20px;
}

.blockx .korzina {
        padding-bottom: 45px;
}

.blockx .korzina .kor-row {
    margin-bottom: 15px;
    border-bottom: none;
    position: relative;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 10px;
}

.blockx .korzina .kor-row:last-child {
	border-bottom: 1px solid #000 !important;
}

.blockx .korzina .ms-image {
	display: inline-block;
	width: 19%;
	text-align: center;
}

.blockx .korzina .ms-title .msprice {

}
.modal.modal-bottom .modal-dialog {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: 0;
  transition: all 0.4s ease;
  transform: none;
}

.modal.modal-bottom.show .modal-dialog {
  bottom: 0;
}

.modal.modal-bottom .modal-content {
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.4s ease;
}

@keyframes slideUp {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.blockx .korzina .zxc {
    background: transparent;
    color: #242424;
    border: none;
    height: 27px;
    font-size: 27px;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    border-radius: 7px;
}

.blockx .korzina .ms-cost .continput {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.blockx .korzina .krest {
    position: absolute;
    top: 6px;
    right: 5px;
}
.blockx .itog-block {
    padding: 25px 15px 15px 15px;
    border: 1px solid #E7E7E7;
    background: #fff;
}
.blockx .msb2 {
    background: #f4f4f4;
    padding: 10px 20px;
    border-radius: 20px;
}
.blockx .msb2 .msb2-title {
    font-size: 14px;
}
.blockx .itog-block .msb2-form {
    display: block;
    border: none;
    margin: 0;
}
.blockx .msb2-points {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}
.blockx .msb2-points img {
    height: 13px;
    vertical-align: inherit;
}
.blockx .itog-block .msb2-form .msb2-discount {
    display: none !important;
}
.blockx .itog-block .msb2-form input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #999;
    border-radius: 0px;
    margin-bottom: 10px;
}
.blockx .itog-block .msb2-form button {
    background: #ED8793;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 15px 30px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 15px;
}
.blockx .itog-block .msb2-form button:hover {
    text-decoration: none;
    background: #242424;
}
.blockx .itog-block .itog-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.blockx .itog-block .itog {
    border-top: 1px solid #E7E7E7;
    padding-top: 15px;
    display: flex;
    font-size: 16px;
}
.blockx .itog-block .col-vo {
    display: flex;
    font-size: 16px;
    margin-bottom: 15px;
}
.blockx .itog-block .total_cost_l {
    width: 50%;
    font-weight: 400;
}
.blockx .itog-block .total_cost_r {
    text-align: right;
    width: 50%;
    font-weight: 500;
}
.blockx .korzina .ms-title .title {
    padding-right: 20px;
}
.blockx .korzina .ms-title .title a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	display: block;
	line-height: 1.2;
}
.blockx .korzina .ms-title .title a .sens {
    margin: 5px 0 7px;
}

.blockx .korzina .ms-title .title span {
    color: #000;
    font-size: 16px;
    padding: 0;
    font-weight: 700;
    margin-right: 10px;
}
.blockx .korzina .ms-title .title span.old_price {
    color: #848484 !important;
}
.pp {    padding-left: 5px;}
.blockx .korzina .ms-title .title span.razmer {
    color: #999;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

.blockx .korzina .ms-title .title a:hover,.blockx .korzina .ms-title .title a:focus,.blockx .korzina .ms-title .title a:active {
	color: #cd3b66;
}

.blockx .korzina .ms-title .title .msprice p {
	margin: 0 0 8px 0;
	font-size: 12px;
	font-weight: 300;
}

.blockx .korzina .ms-title .title .msprice p span {
	font-weight: 600;
	font-style: normal;
}

.blockx .korzina .ms-image a img {
	border-radius: 0px;
	width: 100%;
	padding: 0 5px;
}

.blockx .korzina .ms-title {
	display: inline-block;
	width: 79%;
    vertical-align: middle;
}

.blockx .korzina .ms-cost {
	display: inline-block;
	width: 45%;
}

.blockx #msOrder {
	margin: 0;
    padding: 0px;
}
.blockx #msOrder .msb2-form {
    margin-right: 0px;
    border-radius: 10px;
}
.blockx #msOrder .msb2-form .msb2-form__button_submit {
    border-radius: 10px;
    background: #db3f3c;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.blockx #msOrder .msb2-form .msb2-form__button_cancel {
    border-radius: 10px;
    color: #242424;
    font-weight: 500;
    font-size: 14px;
}
.blockx #msOrder .msb2-message {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
}
.blockx .bonus_main {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.blockx .bonus_main img {
    height: 28px;
    vertical-align: inherit;
}

.blockx #msOrder h4 {
    margin-bottom: 7px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
}

.blockx #msOrder .etap {
    padding: 0 13px;
}

.blockx #msOrder .etap h4 {
	font-size: 18px;
	font-weight: 500;
}

.blockx #msOrder .title-etap {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

.blockx #msOrder .title-etap span {
	background: #727272;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	line-height: 2;
	border-radius: 50%;
	color: #fff;
	margin-right: 8px;
}

.blockx #msOrder .etap #text_address {
	min-height: 100px;
	max-height: 100px;
	background: #f5f5f5;
	border: none;
}

.blockx #msOrder .etap .padd {
	margin-top: 10px;
}

.blockx #msOrder .etap .form-group .form-control {
    background: #fff;
    border: none;
    margin-bottom: 0px;
    border-radius: 0;
    height: auto;
    width: 50%;
    padding: 0px;
    margin: 0;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.blockx #msOrder .etap .form-group label {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0px;
    width: 50%;
    vertical-align: middle;
    color: #7C7C7C;
}
.blockx #msOrder .etap .form-group label span {
    color: #000;
}
.blockx #msOrder .etap .form-group .checkbox {
    border: 1px solid #DADADA;
    padding: 18px 15px;
    margin-bottom: 10px;
}
.blockx #msOrder .etap .form-group .checkbox label {
    text-transform: inherit;
    margin: 0;
    font-weight: 500;
}
.blockx #msOrder .etap .form-group .checkbox input {
    margin-right: 7px;
}

.blockx #msOrder .etap #comment {
	min-height: 150px;
	max-height: 250px;
	background: #f5f5f5;
	border: none;
}
.blockx #msOrder .etap .inf {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.blockx #msOrder .tots {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding: 0px 0 20px;
}

.blockx #msOrder .zakaz {

}

.blockx #msOrder .zakaz h4 {
	font-size: 18px;
	font-weight: 400;
}

.blockx #msOrder .zakaz button {
    background: #db3f3d;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    height: 60px;
    text-decoration: none;
    width: 100%;
}
.blockx #msOrder .zakaz button i {
    margin-left: 10px;
    font-size: 20px;
}

.blockx #msOrder .zakaz button:hover,.blockx #msOrder .zakaz button:active,.blockx #msOrder .zakaz button:focus {
	background: #242424;
    text-decoration: none;
}

.blockx .korzina2 {
	background: #F3F2F6;
	padding: 20px;
	border-radius: 20px;
	margin-top: 78px;
}

.blockx .korzina2 .title-kor2 {
	font-size: 22px;
	font-weight: 500;
}

.blockx .korzina2 .kor-row {
	margin-bottom: 20px;
}

.blockx .korzina2 .ms-image {
	display: inline-block;
	width: 31%;
}

.blockx .korzina2 .ms-title .msprice {
	margin-top: 4px;
}

.blockx .korzina2 .ms-title .title {
	width: 67%;
	display: inline-block;
	vertical-align: middle;
}

.blockx .korzina2 .ms-cost .zxc {
	background: transparent;
	color: #4C4C4C;
	border: 1px solid #4C4C4C;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 19px;
	line-height: 0.1;
}

.blockx .korzina2 .ms-cost .continput {
	display: inline-block;
	width: 68%;
	vertical-align: middle;
}

.blockx .korzina2 .ms-cost .krest {
	display: inline-block;
	width: 20%;
	margin-left: 13px;
}

.blockx .korzina2 .ms-title .title a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.blockx .korzina2 .ms-title .title a:hover,.blockx .korzina2 .ms-title .title a:focus,.blockx .korzina2 .ms-title .title a:active {
	color: #cd3b66;
}

.blockx .korzina2 .ms-title .title .msprice p {
	margin: 0 0 4px 0;
	font-size: 12px;
	font-weight: 300;
}

.blockx .korzina2 .ms-title .title .msprice p span {
	font-weight: 600;
	font-style: normal;
}

.blockx .korzina2 .ms-image a img {
	border-radius: 15px;
	width: 75px;
}

.blockx .korzina2 .ms-title {
	display: inline-block;
	width: 100%;
}

.blockx .korzina2 .ms-cost {
	display: inline-block;
	width: 26%;
}

.blockx .col-block {
	background: #F3F2F6;
	padding: 30px;
	border-radius: 20px;
}

.blockx .col-block .knopka {
	margin-top: 20px;
}

.blockx .col-block .knopka a {
	width: 100%;
	display: block;
	background: #4E4D4D;
	text-align: center;
	color: #fff;
	padding: 16px 0;
	border-radius: 10px;
}

.blockx .korzina i {
	font-style: normal;
}

.blockx .korzina .col-vo span {
	display: inline-block;
	width: 60%;
	font-size: 18px;
	font-weight: 300;
}

.blockx .korzina .col-vo span:last-child {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	width: 38%;
}

.blockx .korzina .itog {
	margin-top: 10px;
}

.blockx .korzina .itog span {
	display: inline-block;
	width: 60%;
	font-size: 18px;
	font-weight: 300;
}

.blockx .korzina .itog span:last-child {
	text-align: right;
	width: 38%;
	font-size: 18px;
	font-weight: 600;
}

.blockx .dop-client {
	font-weight: 300;
	margin-top: 30px;
	font-size: 12px;
	padding: 0 5px;
}

.blockx #msCart .le-quantity {
	height: 37px;
	background: #fff;
	padding: 0 5px;
	max-width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center !important;
	display: flex;
	border-radius: 10px;
}

.blockx #msCart .le-quantity .minus {
	background: url(../img/icon_minus.svg) center center/16px 16px no-repeat;
}

.blockx #msCart .le-quantity .plus {
	background: url(../img/icon_plus.svg) center center/16px 16px no-repeat;
}

.blockx #msCart .le-quantity .minus,.blockx #msCart .le-quantity .plus {
	cursor: pointer;
	position: relative;
	opacity: 1;
	width: 36px;
	height: 36px;
	border-bottom: none;
}

.blockx #msCart .le-quantity .minus:hover,.blockx #msCart .le-quantity .plus:hover {
	opacity: 1;
}

.blockx #msCart .le-quantity input {
	text-align: center;
	border: none;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	max-width: 100%;
	font-size: 24px;
	width: 54px;
	height: 28px;
	padding-top: 2px;
	outline: none;
}
.blockx #msCart .le-quantity input::-webkit-inner-spin-button,
.blockx #msCart .le-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
     margin: 0;
}

.conz p a {
    color: #DB3F3D;
}
.conz .formsz {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.conz .formsz h2 {
    font-size: 20px;
    text-align: center;
}
.conz .formsz .mb-3 input {
    height: 50px;
    border: none;
    border-radius: 10px;
}
.conz .formsz .mb-3 textarea {
    border: none;
    border-radius: 10px;
}
.conz .formsz .btn {
    height: 60px;
    font-size: 18px;
    background: #db403d;
    border: none;
    border-radius: 10px;
}
.blockx .smm {
    text-align: center;
}
.blockx .smm ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blockx .smm ul li {
	display: inline-block;
	margin-right: 10px;
}

.blockx .smm ul li a {
	font-size: 40px;
}

.blockx .smm ul li a.whatsappi {
	color: #4ec95c;
}

.blockx .smm ul li a.instagrami {
	color: #cd3b66;
}

.blockx .smm ul li a:hover,.blockx .smm ul li a:active,.blockx .smm ul li a:focus {
	color: #000;
}

.blockx .gis2 {
	display: none;
}

.blockx iframe {
	border-radius: 15px;
}

.blockx .abouts {
	width: 100%;
}
.blockx .text-about {
    width: 780px;
    margin: 0 auto;
}
.blockx .text-about p {
    line-height: 1.3;
}
.blockx .abbb {
    padding: 470px 0 30px;
    background: url(../img/abbb.jpg) 50% 50% no-repeat;
    position: relative;
    margin: 70px 85px 20px;
    background-size: cover;
}
.blockx .small-about {
    text-align: center;
}
.blockx .small-about img.sf1 {
    margin-right: 20px;
}
.blockx .small-about img.sf2 {
    vertical-align: top;
}
.blockx .abbb p {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    margin-left: 60px;
    width: 650px;
}

.blockx .logo-about {
    width: 100%;
    margin-bottom: 50px;
}
.blockx .plus-about {
    background: #F6F6F6;
    display: flex;
    vertical-align: middle;
    padding: 33px;
    font-size: 18px;
    margin-top: 30px;
}
.blockx .plus-about img {
    margin-right: 15px;
    height: 36px;
}
.blockx .menu-lk {
    margin-bottom: 15px;
}
.blockx .menu-lk a {
    padding: 20px 20px;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    background: #ed8793;
}
.blockx .menu-lk a:hover {
    background: #242424;
}
.blockx .menu-lk a i {
    margin-right: 7px;
}
.blockx .ar {
    position: absolute;
        margin-top: -4px;
}
.mslistorders-order .count{
    padding-left:4px!important;
}
.blockx #office-profile-form .form-group {
    width: 100%;
    margin-right: 12px;
    display: inline-block;
}
.blockx #office-profile-form .form-group input {
    background: #fff;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 0;
    height: 45px;
}
.blockx #office-profile-form .form-group select {
    height: 45px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #E2E2E2;
}
.blockx #office-profile-form .form-group label {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.5;
    color: #7C7C7C;
}
.blockx #office-profile-form .form-group label span,
.blockx #office-profile-form .form-group label sup {
    color: #7C7C7C;
}
.blockx #office-profile-form .knops {
    margin-top: 30px;
}
.blockx #office-profile-form .knops button {
    background: #DB3F3D;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    height: 70px;
    text-decoration: none;
    width: 100%;
}
.blockx #office-profile-form .knops button:hover {
    background: #242424;
    text-decoration: none;
}

.blockx .menu-lk #office-auth-form {
	position: absolute;
	top: 0;
	right: 0;
}

.blockx .menu-lk #office-auth-form a {
	background: transparent;
	font-size: 22px;
	font-weight: 400;
	border: none;
	text-transform: uppercase;
	padding: 6px 0;
}

.blockx .menu-lk #office-auth-form a:hover {
	color: #cd3b66;
}

.blockx #office-profile-form {
}

.blockx #office-profile-form .form-group {
	margin-bottom: 20px;
}

.blockx .prof .form-group {
	border-bottom: 1px solid #898989;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.blockx .prof .form-group .div1 {
	display: inline-block;
	width: 49.9%;
	color: #898989;
}

.blockx .prof .form-group .div2 {
	display: inline-block;
	width: 49.5%;
	text-align: right;
}

.blockx .lst a:last-child {
	color: #DB3F3D;
}

.blockx .izmena a {
    color: #181725;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 15px 30px 15px 30px;
    border-bottom: 1px solid #E2E2E2;
}
.blockx .izmena a img {
    margin-right: 10px;
    width: 23px;
    text-align: center;
    vertical-align: middle;
}
.blockx .izmena .bbbon img {
    margin-left: 6px;
    height: 20px;
    width: auto;
    margin-right: 16px;
}
.blockx .izmena a i {
    margin-right: 15px;
}
.blockx .izmena a i.ars {
    float: right;
    margin: 0;
    text-shadow: 0 0 1px #181725, 0 0 1px #181725;
}
.blockx .izmena a:hover {
    text-decoration: none;
    color: #242424;
}

.zlk .container {
    padding: 0;
}
.zlk .blockx .ar {
    margin-left: 25px;
}

.blockx .tis {
    margin: 40px 25px 25px 25px;
    font-size: 18px;
    font-weight: 600;
}
.blockx .accordion {
    border-top: 1px solid #e2e2e2;
}
.blockx .accordion .accordion-item {
    border-radius: 0;
    border-bottom: 1px solid #e2e2e2;
    border-right: none;
    border-left: none;
    border-top: none;
}
.blockx .accordion .accordion-item .accordion-header button {
    background: transparent;
    border-radius: 0px;
}
.blockx .accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
    color: #DB3F3D;
}

.blockx .izmena-prof .form-group {
	margin-bottom: 20px;
}

.blockx .izmena-prof .btn {
	background: #df2765;
	color: #fff;
	border: none;
	font-size: 16px;
	padding: 10px 30px;
}

.blockx .izmena-prof .btn:hover {
	background: #9f2545;
}

.blockx .title-sys {
    text-align: center;
    color: #221E1F;
    font-weight: 400;
    font-size: 140px;
    padding-top: 50px;
    margin-bottom: 0px;
}

.blockx .sys {
	padding: 0 50px;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 100px;
}

.blockx .knopka-sys {
	text-align: center;
	margin-top: 40px;
}

.blockx .knopka-sys a {
    background: #db3f3d;
    border: none;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: 20px;
}
.personal {
    background: url(../img/personal.jpg) 50% 50% no-repeat;
    padding: 380px 0 50px;
    background-size: cover;
}
.personal .title {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.personal .per-p {
    color: #fff;
    text-transform: lowercase;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 400;
}
.personal .pers-text {
    border: 1px solid #B7B7B7;
    background: #fff;
    padding: 35px 150px 35px 35px;
    margin-bottom: -115px;
    margin-top: 20px;
}
.personal .pers-text p {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 16px;
}

.magaz {
    padding: 120px 0 0;
}
.magaz .col-sm-12 {
    margin: 0 85px;
}
.magaz .title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}
.magaz .magz {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}
.magaz .magz .magz-title {
    color: #ED8793;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.magaz .magz p {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blockx .knopka-sys a:hover,.blockx .knopka-sys a:active,.blockx .knopka-sys a:focus {
	text-decoration: none;
	background: #242424;
}

.blockx .tovar-block {
	margin-bottom: 30px;
	background: #fff7f5;
	border-radius: 15px;
}


.catalog .tovar-block a.msfavorites_style {
    position: absolute;
    display: inline-block;
    top: 11px;
    right: 8px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 5;
    background: none;
    border-radius: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border: none;
}
.catalog .tovar-block a.msfavorites_style i.msfavorites-icon-heart {
    margin: 0;
    width: 31px;
    height: 29px;
    background-size: cover !important;
}
.catalog .category {
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    display: block;
    text-align: center;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.catalog .category img {
    width: 75%;
    margin-bottom: 10px;
}
.catalog .category p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #181725;
    height: 45px;
    line-height: 1;
    hyphens: auto;
    overflow-wrap: break-word;
}
.catalog .ar {
    position: absolute;
}
.catalog .ar a,
.blockx .ar a {
    font-size: 26px;
    color: #181725;
    font-weight: normal;
    text-shadow: 0 0 1px #181725, 0 0 1px #181725;
}

.blockx .tovar-block a img {
	width: 100%;
	border-radius: 15px 15px 0 0;
}

.blockx .tovar-block .tovars {
	padding: 10px 20px;
}

.blockx .tovar-block .tovars .title {
	font-weight: 500;
	color: #000;
	height: 48px;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 10px;
}

.blockx .tovar-block .tovars .price {
	padding: 0 10px;
	font-size: 20px;
	font-weight: 500;
}

.blockx .tovar-block .tovars .nal {
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	margin: 0;
}

.catalog .tovar-block .tovars .le-quantity {
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 0 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center !important;
  display: flex;
  margin-bottom: 10px;
}

.catalog .tovar-block .tovars .le-quantity .minus {
  background: url(../img/icon_minus.svg) center center/16px 16px no-repeat;
}

.catalog .knopka-catalog a {
    background: #db3f3d;
    border: none;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
}

.catalog .tovar-block .tovars .le-quantity .plus {
  background: url(../img/icon_plus.svg) center center/16px 16px no-repeat;
}

.catalog .tovar-block .tovars .le-quantity .minus,
.catalog .tovar-block .tovars .le-quantity .plus {
  cursor: pointer;
  position: relative;
  opacity: 0.4;
  width: 36px;
  height: 36px;
  border: none;
}

.catalog .tovar-block .tovars .le-quantity .minus:hover,
.catalog .tovar-block .tovars .le-quantity .plus:hover {
  opacity: 1;
}

.catalog .tovar-block .tovars .le-quantity input {
  text-align: center;
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  max-width: 100%;
  font-size: 24px;
  width: 54px;
  height: 28px;
  padding-top: 2px;
  outline: none;
  margin-left: 0;
}

.catalog .tovar-block .tovars button {
  background-color: #db3f3d;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  font-weight: 700;
  width: 100%;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog .tovar-block .tovars button:hover {
    background: #242424;
}

.modal.fade .pokup {
    -webkit-transform: translate(0, 0%) !important;
    -ms-transform: translate(0,0%) !important;
    -o-transform: translate(0,0%) !important;
    transform: translate(0, 0%) !important;
}
.modal.fade .pokup .mslistorders-order .input-parent {
    text-align: right;
}
.modal.fade .pokup .mslistorders-order .input-parent p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.modal.fade .pokup .mslistorders-order .input-parent p strong {
    letter-spacing: 0px;
}


.blockx .tovar-block .pokupka a {
	background: #7eb773;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 12px 0;
}
.blockx .pokupka .pokup {
    min-width: 520px;
    bottom: -28px;
    right: 0;
    left: 0px;
    position: fixed;
}
.blockx .pokupka .pokup .modal-content {
    box-shadow: none;
    border: none;
    padding: 0px 0;
    border-radius: 0px;
}
.blockx .pokupka .pokup .modal-content .container {
    padding: 0px;
}
.blockx .pokupka .pokup .btn-close {
    --bs-btn-close-bg: none;
    background: #DB3F3D;
    width: 98%;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    opacity: 1;
}
.blockx .pokupka .pokup .btn-close:hover {
    background: #242424;
    text-decoration: none;
}

.blockx .tovar-block .pokupka .knopka {
	background: #df2765;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 12px 0;
	border: none;
}

.blockx .tovar-block .pokupka .knopka i {
	margin-right: 3px;
	font-size: 18px;
	vertical-align: middle;
}

.blockx .tovar-block .prices .knopka {
	font-weight: 400;
	color: #000;
	font-size: 16px;
	background: #9aff99;
	border: none;
	padding: 12px 20px;
	border-radius: 7px;
}

.blockx .tovar-block a i {
	margin-right: 3px;
	font-size: 18px;
	vertical-align: middle;
}

.blockx .knopka-catalog {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blockx .knopka-catalog a {
	background: #DF2765;
	color: #fff;
	border-radius: 6px;
	padding: 15px 40px;
	font-size: 18px;
	font-weight: 400;
}

.blockx .knopka-catalog a:hover {
	background: #9f2545;
}

.blockx #msGallery img {
    width: 60% !important;
    height: auto !important;
    margin: 0 auto;
}
.blockx #msGallery .fotorama__stage {
    height: 300px !important;
}


.blockx .magazin .adres .row-adress {
    margin-bottom: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}
.blockx .magazin .adres .row-adress:last-child {
    border-bottom: 0px;
}
.blockx .magazin .adres .row-adress .tits {
    font-size: 20px;
    font-weight: 500;
}
.blockx .magazin .adres .row-adress .rezhim {
    color: #5b5b5b;
}
.blockx .magazin .adres .row-adress .tel a {
    color: #ed8793;
    font-size: 20px;
}
.blockx .magazin .nav-tabs {
    border: none;
    margin-bottom: 30px;
}
.blockx .magazin .nav-tabs li {
    margin-right: 5px;
}
.blockx .magazin .nav-tabs li button {
    border: 1px solid #DADADA;
    border-radius: 0px;
    padding: 18px 25px;
    color: #242424;
    text-transform: uppercase;
    font-weight: 500;
}
.blockx .magazin .nav-tabs li button.active,
.blockx .magazin .nav-tabs li button:hover {
    background: #ed8793;
    color: #fff;
}
.blockx #msGallery {
    text-align: center;
}

.blockx .log-reg .office-auth-login-wrapper {
    min-height: 0px;
    padding: 0px;
    margin-bottom: 0px;   
}
.blockx .log-reg .login-block img {
    width: 60%;
    margin-bottom: 20px;
}
.blockx .log-reg .login-block .title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.blockx .log-reg .login-block .dop-info {
    font-size: 16px;
    font-weight: 300;
}
.blockx .log-reg form {

}
.blockx .auth-logo {
    margin-bottom: 30px;
}
.blockx .auth-logo img {
    height: 200px;
}
.blockx .log-reg .auth-subtitle {
    font-size: 22px;
    line-height: 1.2;
}
.blockx .log-reg form .btn-block {
    width: 100%;
    background: #DB3F3D;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    height: 67px;
    float: right;
}
.hb{
    position: absolute;
  width: 90%;
  bottom:20px;
}
.blockx .log-reg form .iti {

    font-size: 32px;

}
.blockx .log-reg form .iti__country-container {
    padding-left: 0px;
}
.blockx .log-reg form input {
    border: none;
    border-bottom: 1px solid #E2E2E2;
    height: 40px;
    border-radius: 0;
    width: 450px;
    padding: 0 0px 0px 83px !important;
    display: inline-block;
    margin-top: 10px;
    font-size: 32px;
    width: 100%;
}
.blockx .log-reg form input:focus {
    box-shadow: none;
}
.blockx .log-reg form .knopka-form button {
    background: #DB3F3D;
    border: none;
    border-radius: 0;
    text-decoration: underline;
    margin-top: 15px;
    width: 100%;
    height: 67px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}
.blockx .log-reg form .knopka-form button i {
    font-size: 26px;
    margin-left: 10px;
    vertical-align: middle;
}
.blockx .log-reg form .knopka-form button:hover {
    background: #242424;
    text-decoration: none;
}
.blockx #office-minishop2-grid .x-panel {
    box-shadow: none;
}
.blockx .pokupka .modal-body .table tr .image {
    text-align: left;
}
.blockx .pokupka .modal-body .table tr .image img {
     height: 80px;
    margin-right: 10px;
}

.blockx .pokupka .modal-body .table tr .pagetitle,
.blockx .pokupka .modal-body .table tr .count,
.blockx .pokupka .modal-body .table tr .price,
.blockx .pokupka .modal-body .table tr .cost {
    vertical-align: middle;
    font-weight: 700;
}
.blockx .pokupka .modal-body  .form-control-static {
    font-weight: 700;
    font-size: 20px;
}
.blockx .pokupka .modal-body .table tr .pagetitle {
    text-align: left;
}
.blockx .pokupka .modal-body .table tr .pagetitle a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.blockx .pokupka .modal-body .table tr .pagetitle a:hover {
    color: #DB3F3D;
}
.blockx .pokupka .modal-body .table tr .pagetitle .art {
    margin-bottom: 5px;
    color: #999;
    font-size: 12px;
    font-weight: 300;
}
.blockx .pokupka .modal-body .table tr {
    border: none;
}
.blockx .pokupka .modal-body .table tr td {
    padding: 5px 0;
    border: none;
    text-align: right;
}
.blockx .pokupka .mslistorder-output h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    color: #181725;
    margin-bottom: 20px;
}


.blockx .mass {
    text-align: center;
    padding-top: 15%;
}
.blockx .mass .img-spas {
    background: #fff;
    display: inline-block;
    margin-bottom: 30px;
}
.blockx .mass .img-spas img {
    height: 140px;
}
.blockx .mass h4 {
    font-size: 26px;
    font-weight: 600;
}
.blockx .mass h3 {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.blockx .mass p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 45px;
}
.blockx .mass .knop a {
    background: #ED8793;
    color: #fff;
    text-decoration: underline;
    padding: 20px 40px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
.blockx .mass .knop a:hover {
    background: #242424;
    text-decoration: none;
}

.blockx-other {
    padding: 50px 0;
}
.blockx-other .tovar-block {
    position: relative;
}
.blockx-other .tovar-block a.msfavorites_style {
    position: absolute;
    display: inline-block;
    top: 11px;
    right: 5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 5;
    background: none;
    border-radius: 0;
    padding: 0;
    width: 36px;
    height: 36px;
}
.blockx-other .tovar-block a.msfavorites_style i.msfavorites-icon-heart {
    margin: 0;
    width: 31px;
    height: 29px;
    background-size: cover;
}
.blockx-other .title-other {
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 300;
}
.blockx-other .tovar-block a img {
    width: 100%;
}
.blockx-other .tovar-block a {
    display: block;
    color: #000;
}
.blockx-other .tovar-block .tovars {
    padding: 10px 0 0 0;
    position: relative;
}
.blockx-other .tovar-block a:hover .title {
    color: #ed8793;
}
.blockx-other .tovar-block a:hover .knopka {
    background: #ed8793;
}
.blockx-other .tovar-block .tovars .title {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0 0px;
    text-transform: uppercase;
    height: 32px;
}
.blockx-other .tovar-block .tovars .price {
    font-size: 18px;
    font-weight: 300;
    margin: 0 10px 0 0;
}
.blockx-other .tovar-block .tovars p {
    display: inline-block;
}
.blockx-other .tovar-block .tovars .old_price {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #CDCDCD;
    text-decoration: line-through;
}
.blockx-other .tovar-block .knopka {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 12px;
    border: 1px solid #E7E7E7;
    position: absolute;
    bottom: 100px;
    right: 15px;
    background: #fff;
}
.blockx-other .tovar-block .tovars .art {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

.hitprodazh {
	padding: 70px 0 0;
}
.hitprodazh .title {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 30px;
}
.hitprodazh .tovar-block {
	margin-bottom: 30px;
	background: #fff7f5;
}
.hitprodazh .tovar-block a img {
	width: 100%;
}
.hitprodazh .tovar-block .tovars {
	padding: 10px 20px;
}
.hitprodazh .tovar-block .tovars .title {
	font-weight: 500;
	color: #000;
	height: 48px;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 10px;
	text-align: left;
}
.hitprodazh .tovar-block .tovars .price {
	padding: 0 10px;
	font-size: 20px;
	font-weight: 500;
}
.hitprodazh .tovar-block .tovars .nal {
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	margin: 0;
}
.hitprodazh .tovar-block .pokupka {
}
.hitprodazh .tovar-block .pokupka a {
	background: #7eb773;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 12px 0;
}
.hitprodazh .tovar-block .pokupka .knopka {
    background: #ed8793;
    font-size: 14px;
    color: #27251f;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 12px 0;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hitprodazh .tovar-block .pokupka .knopka i {
	margin-right: 3px;
	font-size: 18px;
	vertical-align: middle;
}
.hitprodazh .tovar-block .prices .knopka {
	font-weight: 400;
	color: #000;
	font-size: 16px;
	background: #9aff99;
	border: none;
	padding: 12px 20px;
	border-radius: 7px;
}
.hitprodazh .tovar-block a i {
	margin-right: 3px;
	font-size: 18px;
	vertical-align: middle;
}
.hitprodazh .tovar-block .volume {
	color: #000;
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
}
.hitprodazh .tovar-block a:hover,.catalog .tovar-block a:active,.catalog .tovar-block a:focus {
	opacity: 0.7;
}
.hitprodazh .owl-dots {
    text-align: center;
}
.hitprodazh .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    border: none;
}
.hitprodazh .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #27251f;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.hitprodazh .owl-dots .owl-dot.active span, 
.hitprodazh .owl-dots .owl-dot:hover span {
    background: #ed8793;
}

.catalog {
	padding: 0px 0 70px;
}

.catalog .but {
	display: none;
}

.catalog .msearch2 #mse2_filters {
    background: #ebebeb;
	padding: 25px 25px 30px 25px;
	width: 100%;
	border-radius: 15px;
}

.catalog .msearch2 #mse2_filters fieldset {
	margin-bottom: 15px;
}

.catalog .msearch2 #mse2_filters fieldset h4 {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: left;
}

.catalog .msearch2 #mse2_filters fieldset .form-control {
	font-size: 12px;
}

.catalog .msearch2 #mse2_filters fieldset:last-child {

}

.catalog .msearch2 #mse2_filters fieldset .mse2_number_slider {
	margin: 13px 0 0 0;
	border: none;
	height: 5px;
}

.catalog .msearch2 #mse2_filters fieldset .mse2_number_slider span {
	border-radius: 50%;
	border: none;
	background: #84bb25;
	top: -5px;
	width: 14px;
	height: 14px;
}

.catalog .msearch2 #mse2_filters fieldset .ui-widget-header {
	background: #84bb25;
}

.catalog .msearch2 #mse2_filters .d-flex button {
	font-size: 12px;
	border-radius: 7px;
	padding: 10px 40px;
	border: 2px solid #212529;
}

.catalog .msearch2 #mse2_selected_wrapper {
	margin: 15px 0 22px;
	min-height: 0;
}

.catalog .msearch2 #mse2_selected_wrapper #mse2_selected {
	background: none;
	padding: 0;
	border-radius: 0;
}

.catalog .msearch2 #mse2_selected_wrapper #mse2_selected .mse2_selected_link {
    border: 1px solid #ebebeb;
    border-radius: 0px;
    font-size: 13px;
    padding: 7px 12px 4px 11px;
    color: #000;
    margin-left: 10px;
}

.catalog #mse2_sort a {
    color: #221E1F;
    text-decoration: none;
    cursor: default;
    border: 1px solid #221E1F;
    padding: 17px 40px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.catalog #mse2_sort a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.catalog #mse2_sort a:hover {
    cursor: pointer;
    background: #ED8793;
    color: #fff;
}

.catalog .msearch2 #mse2_selected_wrapper #mse2_selected .mse2_selected_link:hover,.catalog .msearch2 #mse2_selected_wrapper #mse2_selected .mse2_selected_link:active,.catalog .msearch2 #mse2_selected_wrapper #mse2_selected .mse2_selected_link:focus {
	text-decoration: none;
	border-color: #d7d7d7;
}

.catalog .msearch2 #mse2_selected .mse2_selected_link em {
	font-style: initial;
}

.catalog .msearch2 #mse2_filters fieldset label span {
	font-weight: 300;
	font-size: 14px;
}

.catalog .msearch2 #mse2_filters fieldset label sup {
	display: none !important;
}

.catalog #mse2_sort {
	font-weight: 300;
	font-size: 14px;
	text-align: right;
}

.catalog .tovar-block {
    display: block;
    color: #000;
    padding: 20px;
    text-align: center;
    background: #f3f3f3;
    margin-bottom: 25px;
	position: relative;
	border-radius: 10px;
}
.catalog .tovar-block a:hover {
    
}
.catalog .tovar-block a img {
	width: 90%;
	margin-bottom: 10px;
}

.catalog .tovar-block .tovars {
    position: relative;
}

.catalog .tovar-block .tovars .title {
    font-weight: 700;
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 0 0px;
    height: 56px;
    line-height: 1.2;
    text-align: left;
}
.catalog .tovar-block .tovars .title:hover {
    color: #DB3F3D;
}
.catalog .tovar-block .tovars .art {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

.catalog .tovar-block .tovars .price {
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px 10px 0;
}
.catalog .tovar-block .tovars .old_price {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #CDCDCD;
    text-decoration: line-through;
}
.catalog .tovar-block .tovars p {
    display: inline-block;
}

.catalog .tovar-block .tovars .nal {
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	margin: 0;
}
.catalog .msearch2 .tovar-block .tovars .le-quantity {
  border: none;
  border-radius: 0px;
  width: 100%;
  height: 50px;
  padding: 0 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center !important;
  display: flex;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
}

.catalog .msearch2 .tovar-block .tovars .le-quantity .minus {
  background: url(../img/icon_minus.svg) center center/16px 16px no-repeat;
}

.catalog .msearch2 .tovar-block .tovars .le-quantity .plus {
  background: url(../img/icon_plus.svg) center center/16px 16px no-repeat;
}

.catalog .msearch2 .tovar-block .tovars .le-quantity .minus,
.catalog .msearch2 .tovar-block .tovars .le-quantity .plus {
  cursor: pointer;
  position: relative;
  opacity: 1;
  width: 36px;
  height: 36px;
  border: none;
}

.catalog .msearch2 .tovar-block .tovars .le-quantity .minus:hover,
.catalog .msearch2 .tovar-block .tovars .le-quantity .plus:hover {
  opacity: 1;
}

.catalog .msearch2 .tovar-block .tovars .le-quantity input {
  text-align: center;
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  max-width: 100%;
  font-size: 24px;
  width: 54px;
  height: 28px;
  padding-top: 2px;
  outline: none;
  margin-left: 0;
}

.catalog .msearch2 .tovar-block .tovars button {
  background-color: #db3f3d;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  font-weight: 700;
  width: 100%;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog .msearch2 .tovar-block .tovars button:hover {
    background: #242424;
}

.catalog .tovar-block .pokupka {
}


.catalog .tovar-block .pokupka .knopka {
	background: #df2765;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 12px 0;
	border: none;
}

.catalog .tovar-block .pokupka .knopka i {
	margin-right: 3px;
	font-size: 18px;
	vertical-align: middle;
}

.catalog .tovar-block .prices .knopka {
	font-weight: 400;
	color: #000;
	font-size: 16px;
	background: #9aff99;
	border: none;
	padding: 12px 20px;
	border-radius: 7px;
}

.catalog .tovar-block a i {
	margin-right: 3px;
	font-size: 18px;
	vertical-align: middle;
}
.catalog .col-md-3 {
    padding: 0 5px;
}
.fav .col-md-3 {
    padding: 0 15px;
}
.fav .btn-f {
    background: #db3f3d;
    border: none;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.fav .msfavorites-parent p strong {
    border: 1px solid #DB3F3D;
    border-radius: 10px;
    background: transparent;
    color: #DB3F3D;
    text-align: center;
    display: block;
    padding: 20px;
    font-weight: 500;
}
.catalog #mse2_results {
    
}

.catalog .tovar-block .volume {
	color: #000;
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
}

.catalog .tovar-block a:hover .title {
    color: #ed8793;
}
.catalog .tovar-block a:hover .knopka {
    background: #ed8793;
}

.catalog #mse2_mfilter .pagination li:first-child,.catalog #mse2_mfilter .pagination li:nth-child(2),.catalog #mse2_mfilter .pagination li:nth-child(10),.catalog #mse2_mfilter .pagination li:last-child {
	display: none;
}

.catalog #mse2_mfilter .pagination li {
	margin-right: 7px;
}

.catalog #mse2_mfilter .pagination li a {
    border: 1px solid #221E1F;
    color: #221E1F;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
}

.catalog #mse2_mfilter .pagination li.active a,
.catalog #mse2_mfilter .pagination li a:hover {
    background: #ed8793;
    color: #fff;
    border: 1px solid #ed8793;
}

.catalog #mse2_mfilter .btn_more {
	background: #d9d9d9;
	text-transform: lowercase;
	width: 210px;
	padding: 8px 0;
}

.rassylka {
    padding: 60px 0 0 0;
}
.rassylka .rassylka-block {
    background: #fff;
    border: 1px solid #DADADA;
    padding: 20px;
    margin-bottom: -45px;
    margin: 0 165px -80px;
}
.rassylka .rassylka-block .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.rassylka .rassylka-block .pod-title {
    font-size: 16px;
    font-weight: 400;
}
.rassylka .rassylka-block .mail-title {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}
.rassylka .rassylka-block input {
    border: 1px solid #E7E7E7;
    padding: 0 20px;
    width: 56%;
    height: 60px;
}
.rassylka .rassylka-block a {
    background: #ED8793;
    text-decoration: underline;
    color: #fff;
    padding: 0 20px;
    width: 43%;
    display: inline-block;
    height: 60px;
    line-height: 2.65;
    text-transform: uppercase;
}
.rassylka .rassylka-block a:hover {
    text-decoration: none;
    background: #242424;
}
.rassylka .rassylka-block a i {
    margin-left: 7px;
    font-size: 23px;
    vertical-align: middle;
}

.footer {
    background: #221E1F;
    padding: 25px 0 110px;
    flex: 0 0 auto;
}
.footer .logo-footer {
    margin-bottom: 50px;
}
.footer .logo-footer a {
    display: none;
}
.footer .logo-footer img {
    height: 40px;
    filter: grayscale(1) brightness(1000%);
}
.footer .smm {
    text-align: center;
    margin-bottom: 10px;
}
.footer .smm a {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}
.footer .contacts p a {
    color: #b7b8b9;  
}
.footer .contacts p a i {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer .title {
    font-size: 16px;
    font-weight: 500;
    color: #b7b8b9;
    margin-bottom: 15px;
}
.footer .menu-footer {
    padding: 10px 0;
}
.footer .menu-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}
.footer .menu-footer ul li {
    margin-left: 20px;
    display: inline-block;
}
.footer .menu-footer ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.footer .menu-footer ul li a:hover {
    color: #ed8793;
}
.footer .mob-f {
    display: none;
}
.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.footer .menu-dop {
    text-align: center;
}
.footer .menu-dop ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer .menu-dop ul li {
    display: inline-block;
    margin: 0 7px;
}
.footer .menu-dop ul li a {
    color: #fff;
    text-decoration: underline;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
}
.serch-block .xre-mob {
    display: none;
}
.footer .copy-footer {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0px;
}
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
	.wrapper {
	    width: 100%;
	}
	.bot-panel {
	    width: 100%;
	}
	.footer .apps {
        text-align: center;
        margin-top: 15px;
    }
    .bot-panel .favic a .msfavorites-total { 
        right: 15px;
    }
    .bot-panel #msMiniCart .basket-item-count .basket-num {
        right: 13px;
    }
    .bot-panel .favic a i span {
        right: 13px;
    }
    .catalog .category {
        padding: 15px;
    }
    .catalog .tovar-block {
        padding: 10px;
    }
    .blockx .ords-knopka {
        width: 89%;  
    }
    .blockx #office-auth-form a.viiti {
        width: 330px;
    }
    .zlk .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .zlk .row .col-12 {
        padding: 0;
    }
    .modal-dialog {
        min-width: 100%;
        margin: 0;
        bottom: 0px;
    }
    .modal-content .modal-body {
        
    }
    .blockx .pokupka .pokup .modal-body {
        padding: 30px;
    }
    .blockx .pokupka .pokup {
        min-width: 100%;
        margin: 0px;
        bottom: 0px;
    }
    .blockx .korzina .ms-title {
        
    }
    .blockx .korzina .ms-image a img {
    }
    .blockx .korzina .ms-title .title {
        
    }
    .blockx .korzina .ms-money .msprice p {
        
    }
    .blockx .korzina .ms-cost {
       
    }
    #msCart .col-sm-12 {
        
    }
    .blockx #msGallery img {
        width: 78% !important;
    }
    .blockx .ms2_form .qnt-holder .le-quantity {
        width: 100%;
        margin-right: 20px;
    }
    .blockx .ms2_form .body-product .kol .knopka {
        font-size: 16px;
    }
    .blockx .ms2_form .body-product .kol .qnt-holder {
        width: 46%;
    }
    .blockx .prs {
        width: 100%;
        padding: 0px 20px 20px 20px;
    }
    .blockx .mass {
        width: 100%;
        padding: 15% 15px 0;
    }
}
.btn.disabled, .btn:disabled {
  background-color: #6c757d !important; /* серый цвет */
  border-color: #6c757d !important;
  cursor: not-allowed;
}