@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_100.otf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_300.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_400.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_500.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_700.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_900.otf');
  font-weight: 900;
  font-style: normal;
}

html {
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  font: 16px "Stolzl";
  color: #080808;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex-grow: 1;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

.container {
  width: 1150px;
}

.bot-panel {
  display: none;
}

.mse2-ac-item {
  border-radius: 10px;
}

.modal-content {
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 20px;
}

.modal-content .modal-header {
  display: block;
  padding: 0;
  border: 0;
}

.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 {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 30px;
  color: #4a4a4a;
  padding-top: 70px;
}

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

.modal-content .modal-body {
  padding: 0 50px;
  border: none;
}

.modal-content .modal-body .form-group {
  margin-bottom: 20px;
}

.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: 60px;
}

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

.log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper {
  padding: 0;
  margin: 0;
}

.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;
  text-align: center;
  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 {
  border: none;
  font-size: 22px;
  font-weight: 500;
}

.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;
}

.header-top {
  z-index: 6;
  position: relative;
  background: #e2e2e2;
  padding: 14px 0;
}

.header-top .menu-top ul {
  margin: 0;
  padding: 0;
}

.header-top .menu-top ul li {
  display: inline-block;
  margin-left: 10px;
}

.header-top .menu-top ul li a {
  font-size: 15px;
  color: #898989;
  font-weight: 300;
}

.header-top .menu-top ul li a:hover,
.header-top .menu-top ul li.active a {
  color: #000;
}

.header-top .cont-top p {
  margin: 0;
  text-align: right;
  font-size: 15px;
  color: #898989;
  font-weight: 300;
}

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

.header .desk-logo {
  display: block;
}

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

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

.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: 18px 0;
}

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

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

.header .instagram {
  display: inline-block;
  margin-right: 13px;
}

.header .instagram a {
  color: #d62976;
  font-size: 28px;
}

.header .instagram a:hover {
  color: #000;
}

.header .whatsapp {
  display: inline-block;
  margin-right: 13px;
}

.header .whatsapp a {
  color: #4ec95c;
  font-size: 28px;
}

.header .whatsapp a:hover {
  color: #000;
}

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

#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: 28px;
  color: #000;
}

.header #msMiniCart .basket-item-count .basket-num {
  position: absolute;
  color: #fff;
  top: -3px;
  right: -4px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 12px;
  text-align: center;
  background-color: #ad0201;
}

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

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

.header .search-area {
  padding: 14px 0;
}

.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: 12px 20px 12px 40px;
  border: none;
  border-radius: 12px !important;
  font-size: 12px;
  background: #F5F5F5;
  box-shadow: none;
}

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

.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 {
  background: #ad0201;
}

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

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

.menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 15px 18.9px;
  display: block;
}

.menu ul li.active a,
.menu ul li a:hover,
.menu ul li a:active,
.menu ul li a:focus {
  background: #880100;
}

.crumb {
  padding: 15px 0;
}

.menu ul li a img {
  height: 30px;
  margin-right: 5px;
}

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

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

.crumb .breadcrumb li img {
  display: none;
}

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

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

.slider {
  background: url(../img/main.jpg) 100% 50% no-repeat;
}

.slider h1 {
    padding: 130px 0px 130px 0;
    color: #ad0201;
    font-weight: 800;
    font-size: 36px;
    font-family: "lobster";
    margin: 0;
}

.main {
  background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.5, rgba(249, 222, 232, 1)), color-stop(0.75, rgba(220, 178, 114, 1)), to(rgba(200, 83, 103, 1)));
  background: -webkit-linear-gradient(180deg, rgba(249, 222, 232, 1) 50%, rgba(220, 178, 114, 1) 75%, rgba(200, 83, 103, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(249, 222, 232, 1) 50%, rgba(220, 178, 114, 1) 75%, rgba(200, 83, 103, 1) 100%);
  background: -o-linear-gradient(180deg, rgba(249, 222, 232, 1) 50%, rgba(220, 178, 114, 1) 75%, rgba(200, 83, 103, 1) 100%);
  background: linear-gradient(180deg, rgba(249, 222, 232, 1) 50%, rgba(220, 178, 114, 1) 75%, rgba(200, 83, 103, 1) 100%);
  padding-top: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position-x: right;
}

.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;
}

.about {
  padding: 50px 0;
  background: #F3F3F3;
  position: relative;
}

.about .img-about {
  text-align: center;
}

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

.about p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4;
}

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

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

.plus {
  padding: 50px 0;
}

.plus .title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  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: 18px;
  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;
}

.prihod {
  padding: 50px 0;
}

.prihod .logos {
  text-align: center;
}

.prihod .logos img {
  height: 80px;
  margin-bottom: 30px;
}

.prihod form {
  padding: 0 20px;
}

.prihod button {
  background: #ad0201;
  border: none;
  border-radius: 10px;
  padding: 21px 15px !important;
}

.prihod #startButton {
  padding: 25px 20px !important;
  margin-bottom: 25px;
  font-size: 22px;
}

.prihod button i {
  margin-right: 10px;
}

.prihod .form-control {
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 35px;
}

.prihod select {
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 35px;
}

.catalog .msearch2 .tovar-block .tovars a {
  display: block;
}

.catalog .msearch2 .tovar-block .tovars .le-quantity {
  border: 1px solid #E5E5E5;
  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 .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: 0.4;
  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 .price-current {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.catalog .msearch2 .tovar-block .tovars input {
  float: left;
  width: 23%;
  border: 1px solid #2769B0;
  padding: 0px 10px;
  height: 42px;
  border-radius: 3px;
  outline: none;
  margin-left: 18px;
}

.catalog .msearch2 .tovar-block .tovars button {
  background-color: #ad0201;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  height: 50px;
  font-weight: 400;
  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 i {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog .msearch2 .tovar-block .tovars button:hover,
.catalog .msearch2 .tovar-block .tovars button:active,
.catalog .msearch2 .tovar-block .tovars button:focus {
  color: #fff;
  background: #880100;
}

.blockx {
  padding: 0 0 70px;
}

.prihod label {
  margin-bottom: 5px;
}

.blockx h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}

.catalog h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}

.catalog h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.catalog .msearch2 .col-sm-6 {
  padding: 0 5px;
}

.catalog #mse2_results .col-sm-3 {
  padding: 0 5px;
}

.blockx .voprosy {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px 30px 20px 30px;
}

.blockx .voprosy .titles {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
}

.blockx .voprosy p {
  font-weight: 300;
  font-size: 15px;
}

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

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

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

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

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

.blockx .blog-block .text-blog a.title-blog {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  height: 60px;
  margin-bottom: 10px;
  display: inline-block;
}

.blockx .blog-block .text-blog p {
  font-size: 12px;
  height: 45px;
}

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

.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: #DF2765;
}

.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: #DF2765;
  border-bottom: 1px solid transparent;
}

.blockx .ms2_form .qnt-holder .le-quantity {
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  width: 146px;
  height: 58px;
  padding: 0 14px;
  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: 25px;
}

.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: 0.4;
  width: 36px;
  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 {
  display: inline-block;
  margin-right: 1px;
  padding: 4px 7px;
  background: #7c7c7c;
  color: #fff;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}

.blockx .msoptionsprice-product label input[type=radio] {
  display: none;
}

.blockx .ms2_form .body-product .kol .qnt-holder {
  display: flex;
  width: 100%;
}

.blockx .ms2_form .body-product .kol .qnt-holder .kolvo {
  width: 40%;
  padding: 17px 0px;
  font-size: 20px;
}

.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 {
  color: #fff;
  background: #97bb90 !important;
}

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

.blockx .ms2_form .body-product {

}

.blockx .ms2_form .body-product .price-block {
    display: inline-block;
    vertical-align: middle;
    width: 218px;
}

.blockx .ms2_form .body-product .price-block p {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

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

.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 .content .dops p span {
    font-weight: 600;
}

.blockx .ms2_form .body-product .kol {
    display: inline-block;
    vertical-align: middle;
}

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

.blockx .ms2_form .body-product .knopki {
    display: inline-block;
    vertical-align: middle;
}

.blockx .ms2_form .body-product .knopki button {
  background: #ad0201;
  color: #fff;
  padding: 0px 25px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  border: none;
  height: 58px;
}

.blockx .ms2_form .body-product .knopki button:hover {
    background: #880100;
}

.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 {
  display: none
}

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

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

.blockx .korzina .kor-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
}

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

.blockx .korzina .ms-image {
  display: inline-block;
  width: 27%;
}

.blockx .korzina .ms-title .msprice {
  margin-top: 15px;
}

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

.blockx .korzina .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 .korzina .ms-cost .continput {
  display: inline-block;
  width: 68%;
  vertical-align: middle;
}

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

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

.blockx .korzina .ms-title .title span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

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

.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: 15px;
  width: 130px;
}

.blockx .korzina .ms-title {
  display: inline-block;
  width: 73%;
}

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

.blockx #msOrder {
  margin: 20px 0 0 0;
}

.blockx #msOrder h4 {
  margin-bottom: 10px;
}

.blockx #msOrder .etap {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 30px 30px;
  margin-bottom: 30px;
}

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

.blockx #msOrder .title-etap {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}

.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: #f5f5f5;
  border: none;
  margin-bottom: 20px;
}

.blockx #msOrder .etap .form-group label {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 5px;
}

.blockx #msOrder .etap #comment {
  min-height: 150px;
  max-height: 250px;
  background: #f5f5f5;
  border: none;
}

.blockx #msOrder .zakaz {
  margin-top: 20px;
}

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

.blockx #msOrder .zakaz button {
  background: #ad0201;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 16px 30px;
  margin-top: 10px;
}

.blockx #msOrder .zakaz button:hover,
.blockx #msOrder .zakaz button:active,
.blockx #msOrder .zakaz button:focus {
  background: #880100;
}

.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: 45px;
  background: #fff;
  padding: 0 14px;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center !important;
  display: flex;
  border-radius: 7px;
}

.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: 0.4;
  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 .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 .logo-about {
  height: 130px;
  width: auto;
  margin-bottom: 20px;
}

.blockx .menu-lk {
  position: relative;
}

.blockx .menu-lk ul {
  padding: 0;
  margin: 0 0 30px 0;
}

.blockx .menu-lk ul li {
  display: inline-block;
  margin-right: 20px;
}

.blockx .menu-lk ul li.active a {
  background: #E1E1E1;
  border: 1px solid #E1E1E1;
}

.blockx .menu-lk ul li a {
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 7px;
  color: #000;
  width: 200px;
  display: block;
  text-align: center;
}

.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 .izmena {
  text-align: right;
}

.blockx .izmena a {
  color: #928B85;
  border-bottom: 1px solid;
}

.blockx .izmena a:hover {
  border-bottom: 1px solid transparent;
}

.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: #ad0201;
  font-weight: 900;
  font-size: 120px;
  padding-top: 50px;
  line-height: 0.8;
  margin-bottom: 30px;
}

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

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

.blockx .knopka-sys a {
  background: #cd3b66;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
}

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

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

.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;
}

.blockx .tovar-block .pokupka {}

.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 .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: 100%;
}

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

.catalog .but {
  display: none;
}

.catalog .msearch2 #mse2_filters {
  background: #e2e2e2;
  padding: 20px 20px 20px 20px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.catalog .msearch2 #mse2_filters fieldset {
  display: inline-grid;
  width: 100%;
  margin-bottom: 7px;
}

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

.catalog .msearch2 #mse2_filters fieldset label {
  position: relative;
  margin-bottom: 5px;
}

.catalog .msearch2 #mse2_filters fieldset label input {
  vertical-align: middle;
}

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

.catalog .msearch2 #mse2_filters fieldset:last-child {
  padding: 0;
}

.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: 10px;
  padding: 11px 30px;
  border: none;
  margin-top: 15px;
  background: #000;
  color: #fff;
}

.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: 5px;
  font-size: 13px;
  padding: 4px 9px 2px 6px;
  color: #000;
  margin-left: 10px;
}

.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;
  position: relative;
  display: inline-block;
  width: 190px;
  vertical-align: middle;
}

.catalog .msearch2 #mse2_filters fieldset label sup {}

.catalog #mse2_sort a {
  margin-left: 10px;
  text-decoration: none;
  border-bottom: 1px dotted #2e2e2e;
  color: #2e2e2e;
}

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

.catalog .tovar-block {
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  position: relative;
}

.catalog .tovar-block .img-a {
  display: block;
  padding: 10px;
}

.catalog .tovar-block a img {
  width: 100%;
  margin-bottom: 10px
}

.catalog .tovar-block .tovars {
  padding: 15px 15px;
}

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

.catalog .tovar-block .tovars .title:hover {
    color: #ad0201;
}

.catalog .tovar-block .tovars .price {
  font-size: 20px;
  font-weight: 500;
}

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

.catalog .tovar-block .pokupka {}

.catalog .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;
}

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

.catalog .tovar-block .pokupka .knopka:hover {
  background: #880100
}

.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 .tovar-block .volume {
  color: #000;
  font-size: 13px;
  text-align: left;
  text-decoration: underline;
}

.catalog .tovar-block a:hover,
.catalog .tovar-block a:active,
.catalog .tovar-block a:focus {
  opacity: 0.7;
}

.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: none;
  color: #000;
  border-radius: 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 1.8;
  background: #e2e2e2;
}

.catalog #mse2_mfilter .pagination li.active a,
.catalog #mse2_mfilter .pagination li a:hover {
  background: #ad0201;
  color: #fff;
}

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

.alts {
    background: #fff !important;
}

.categ-main {
    padding: 50px 0;
    background: #f3f3f3;
}

.categ-main .titles {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}
.categ-main .titles a {
    font-size: 14px;
    color: #ad0201;
    margin-left: 10px;
}
.categ-main .titles a:hover {
    text-decoration: underline;
}

.categ-main .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.categ-main .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    border: none;
}
.categ-main .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ad0201;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: 0.5;
}
.categ-main .owl-dots .owl-dot.active span, 
.categ-main .owl-dots .owl-dot:hover span {
    background: #ad0201;
    opacity: 1;
}

.categ-main .owl-stage .item .tovar-block {
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  position: relative;
  background: #fff;
}

.categ-main .owl-stage .item .tovar-block .img-a {
  display: block;
  padding: 10px;
}

.categ-main .owl-stage .item .tovar-block a img {
  width: 100%;
  margin-bottom: 10px
}

.categ-main .owl-stage .item .tovar-block .tovars {
  padding: 15px 15px;
}

.categ-main .owl-stage .item .tovar-block .tovars .title {
  font-weight: 500;
  color: #000;
  height: 65px;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.categ-main .owl-stage .item .tovar-block .tovars .price {
  font-size: 20px;
  font-weight: 500;
}

.categ-main .owl-stage .item .tovar-block .tovars .price-current {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.categ-main .owl-stage .item .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;
}

.categ-main .owl-stage .item .tovar-block .tovars button {
  background-color: #ad0201;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  height: 50px;
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categ-main .owl-stage .item .tovar-block .tovars button i {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categ-main .owl-stage .item .tovar-block .tovars button:hover,
.categ-main .owl-stage .item .tovar-block .tovars button:active,
.categ-main .owl-stage .item .tovar-block .tovars button:focus {
  color: #fff;
  background: #880100;
}

.catalog .tovar-block .tovars .forma_upakovka {
    color: #000;
    font-size: 12px;
}
.catalog .tovar-block .tovars .forma_upakovka span {
    font-weight: 600;
    font-size: 14px;
}

.categ-main .tovar-block .tovars .le-quantity {
  border: 1px solid #E5E5E5;
  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;
}

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

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

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

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

.categ-main .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;
}

.categ-main .owl-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    left: -75px;
    margin-top: -40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 1.7;
    color: #ad0201;
    background: none;
}
.categ-main .owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    right: -75px;
    margin-top: -40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 1.7;
    color: #ad0201;
    background: none;
}
.categ-main .owl-next:hover,
.categ-main .owl-next:active,
.categ-main .owl-next:focus,
.categ-main .owl-prev:hover,
.categ-main .owl-prev:active,
.categ-main .owl-prev:focus {
    background: #ad0201;
    color: #fff;
}

.footer {
  background: #000;
  position: relative;
  padding: 50px 0
}

.footer .z-menu ul li {
  color: #a4a4a4;
  list-style-type: none;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300;
}

.footer .z-menu ul li a {
  color: #ad0201
}

.footer .z-menu ul li a:hover,
.footer .z-menu ul li.active a {
  color: #fff
}

.footer .titl {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
}

.copyright {
  background: #000;
  padding: 0px 0 30px 0;
}

.copyright p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}

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

.footer ul li a img {
  display: none;
}

.footer-instagram .svetok1 {
  position: absolute;
  left: 0px;
  width: 200px;
  bottom: 160px;
}

.footer-instagram .svetok2 {
  position: absolute;
  right: 0px;
  width: 300px;
  top: -135px;
}

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

.footer-instagram .instagram {
  padding: 70px 0;
}

.footer-instagram .footer {
  padding: 70px 0;
}

.footer-instagram .footer ul {
  padding: 0;
  margin: 0 0 10px 0;
}

.footer-instagram .footer ul li {
  display: inline-block;
  margin-right: 5px;
}

.footer-instagram .footer ul li a {
  color: #fff;
  font-size: 12px;
}

.footer-instagram .footer ul li a:hover,
.footer-instagram .footer ul li a:active,
.footer-instagram .footer ul li a:focus {
  color: #000;
}

.footer-instagram .footer .rekvizity p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

.footer .smm {}

.footer .smm a {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.footer .smm a:hover {
  color: #ad0201
}

.footer-instagram .instagram .modInstagram2 .logoos {
  margin-bottom: 15px;
}

.footer-instagram .instagram .modInstagram2 .logoos a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.footer-instagram .instagram .modInstagram2 .logoos a:hover,
.footer-instagram .instagram .modInstagram2 .logoos a:active,
.footer-instagram .instagram .modInstagram2 .logoos a:focus {
  color: #df2765;
}

.footer-instagram .instagram .modInstagram2 .logoos a img {
  height: 35px;
  margin-right: 10px;
}

.footer-instagram .instagram .modInstagram2 .card {
  border: none;
  border-radius: 10px;
}

.footer-instagram .instagram .modInstagram2 .card .img-insta {
  height: 220px;
  background-size: cover !important;
  border-radius: 10px 10px 0 0;
}

.footer-instagram .instagram .modInstagram2 .card .card-img-top {
  object-fit: cover;
  height: 220px;
  border-radius: 10px 10px 0 0;
}

.footer-instagram .instagram .modInstagram2 .card .card-body h6 {
  font-size: 12px;
  color: #df2765 !important;
  margin-bottom: 5px !important;
}

.footer-instagram .instagram .modInstagram2 .card .card-body a {
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #000;
}

.footer-instagram .instagram .modInstagram2 .card .card-body a:hover,
.footer-instagram .instagram .modInstagram2 .card .card-body a:active,
.footer-instagram .instagram .modInstagram2 .card .card-body a:focus {
  border-bottom: 1px solid transparent;
  color: #df2765;
}

.footer-instagram .instagram .modInstagram2 .card .card-body .card-text {
  font-size: 13px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 64px;
}

.footer-instagram .instagram .modInstagram2 .owl-dots {
  text-align: center;
  margin-top: 30px;
}

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

.footer-instagram .instagram .modInstagram2 .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;
}

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

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

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

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }

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

  .log-reg .modal-dialog .modal-content .modal-body .office-auth-login-wrapper form {
    padding: 0;
  }

  .bot-panel {
    display: flex;
    position: fixed;
    bottom: -1px;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 2px 5px #000;
    padding-top: 3px;
  }

  .bot-panel #msMiniCart {
    display: inline-block;
    width: 31%;
  }

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

  .bot-panel #msMiniCart .basket-item-count i {
    font-size: 35px;
    color: #000;
  }

  .bot-panel #msMiniCart .basket-item-count .basket-num {
    position: absolute;
    color: #fff;
    top: -3px;
    right: -4px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-size: 12px;
    text-align: center;
    background-color: #cd3b66;
  }

  .bot-panel #msMiniCart .total-price-basket {
    display: inline-block;
    vertical-align: super;
  }

  .bot-panel #msMiniCart .total-price-basket .total-price {
    font-size: 18px;
    color: #000;
    margin-left: 10px;
  }

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

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

  .bot-panel div.catalog-icon,
  .bot-panel #msMiniCart,
  .bot-panel .login,
  .bot-panel a.toggle {
    width: 20%;
    text-align: center;
    padding: 5px 0px;
  }

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

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

  .bot-panel #msMiniCart.full .not_empty,
  .bot-panel .msMiniCart.full .not_empty {
    padding: 5px 0;
  }

  .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: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 0;
    display: block;
  }

  .bot-panel .login a i {
    font-size: 36px;
    display: block;
    margin-bottom: 11px;
  }

  .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;
  }

  .header {
    padding: 10px 0;
    background: #FFF6F4;
    position: fixed;
    width: 100%;
    z-index: 3;
  }

  .header .search-area {
    padding: 9px 0;
  }

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

  .header .whatsapp a {
    font-size: 36px;
  }

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

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

  .header .conts p {
    display: none;
  }

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

  .header .ico {
    display: none !important;
  }

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

  .header .search-area .input-group input {
    width: 100%;
  }
  
  .slider {
      padding-top: 99px;
      background: url(../img/main.jpg) 8% 30% no-repeat;
  }

  .menu {
    display: none;
  }

  .crumb {
    padding: 80px 0 15px;
  }

  .main {
    background: rgb(249, 222, 232);
    background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.5, rgba(249, 222, 232, 1)), color-stop(0.75, rgba(220, 178, 114, 1)), to(rgba(200, 83, 103, 1)));
    background: -webkit-linear-gradient(180deg, rgba(249, 222, 232, 1) 50%, rgba(220, 178, 114, 1) 75%, rgba(200, 83, 103, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(249, 222, 232, 1) 50%, rgba(220, 178, 114, 1) 75%, rgba(200, 83, 103, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(249, 222, 232, 1) 50%, rgba(220, 178, 114, 1) 75%, rgba(200, 83, 103, 1) 100%);
    background: linear-gradient(180deg, rgba(249, 222, 232, 1) 50%, rgba(220, 178, 114, 1) 75%, rgba(200, 83, 103, 1) 100%);
    padding-top: 95px;
  }

  .main .main-svetok {
    position: absolute;
    height: 250px;
    right: 0px;
    bottom: 15px;
    z-index: -1;
  }

  .main .main-img {
    width: calc(100% + 50px);
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    margin-left: -50px;
    display: block;
  }

  .main .main-text .knopka a {
    display: none;
  }

  .main .main-text .raf .priziv {
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .main .main-text .raf img {
    height: 30px;
    margin: 0px;
  }

  .main .main-text .raf .bgmob {
    height: auto;
    width: 100%;
    margin: 0;
  }

  .mob-a {
    display: block;
  }

  .main .main-text {
    text-align: center;
    padding: 20px 0 20px;
    text-align: left;
  }

  .main .main-text h1 {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 800;
    font-size: 24px;
    text-align: left;
  }

  .main .main-text img {
    height: 35px;
    margin: 0 auto 20px;
  }

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

  .main .main-text .buket {
    text-align: left;
    padding: 0 0 0 30px;
    font-size: 13px;
    color: #fff;
  }

  .main .main-text .buket i {
    left: 0px;
    width: 23px;
    height: 23px;
    font-size: 21px;
    top: 4px;
    background: #fff;
    color: #df2765;
  }

  .main .main-text .main-dostavka {
    text-align: left;
    padding: 0 0 0 30px;
    font-size: 13px;
    color: #fff;
  }

  .main .main-text .main-dostavka i {
    left: 0px;
    width: 23px;
    height: 23px;
    font-size: 21px;
    background: #fff;
    color: #df2765;
  }

  .main .main-img img {
    height: auto;
    width: 90%;
  }

  .main .raf1 {
    display: block;
    position: absolute;
    top: 30%;
    left: -70px;
  }

  .main .raf2 {
    display: block;
    position: absolute;
    top: 43%;
    right: -50px;
  }
  
  .categ-main .titles {
      font-size: 22px;
  }
  .categ-main .titles a {
      display: block;
      margin: 7px 0 0 0;
  }

  .catalog .sidebar {
    display: none;
  }

  .catalog .but {
    display: block;
    width: 100%;
    background: #df2765;
    color: #fff;
    font-size: 22px;
    height: 52px;
    font-weight: 300;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .catalog .but i {
    margin-right: 10px;
  }

  .catalog .tovar-block {
    margin-bottom: 20px;
  }

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

  .catalog .tovar-block .tovars .title {
    padding: 0;
  }

  .catalog .tovar-block .tovars .price {
    padding: 0;
    margin-bottom: 10px;
  }

  .catalog .tovar-block .pokupka a {
    font-size: 10px;
  }

  .catalog .tovar-block .pokupka .knopka {
    font-size: 10px;
  }

  .catalog .tovar-block a i {
    font-size: 14px;
    margin: 0;
  }

  .catalog .tovar-block .pokupka .knopka i {
    font-size: 14px;
    margin: 0;
  }

  .catalog .tovar-block .pokupka button {
    font-size: 18px;
  }

  .catalog .msearch2 #mse2_filters fieldset {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .catalog .msearch2 #mse2_filters fieldset h4 {
    text-align: left;
  }

  .catalog .msearch2 #mse2_filters fieldset:last-child {
    width: 100%;
  }

  .catalog .msearch2 #mse2_filters fieldset:last-child .col-md-6 {
    width: 50%;
  }

  .about .img-about img {
    height: 100px;
  }

  .about .svetok3 {
    display: none;
  }

  .about .svetok2 {
    right: 0px;
    width: 190px;
    top: -1px;
  }

  .about p {
    padding-right: 60px;
  }

  .plus {
    padding: 50px 0 0;
  }

  .plus .col-sm-3 {
    width: 50%;
    margin-bottom: 40px;
  }

  .plus .col-sm-3 p {
    font-size: 15px;
  }

  .blog {
    padding: 50px 0;
  }

  .blog .title {
    font-size: 25px;
  }

  .titles .title {
    font-size: 25px;
  }

  .footer-instagram .instagram {
    padding: 50px 0 0;
  }

  .footer-instagram {
    text-align: center;
  }

  .footer-instagram .svetok1,
  .footer-instagram .svetok2 {
    display: none;
  }

  .footer-instagram .footer .rekvizity {
    padding: 0 35px;
  }

  .footer-instagram .footer ul {
    padding: 0;
    margin: 0 0 15px 0;
  }

  .footer-instagram .footer .smm {
    text-align: center;
  }

  .footer-instagram .footer .smm a {
    font-size: 20px;
    margin: 0 10px;
  }

  .blockx h1 {
    font-size: 28px;
    font-weight: 500;
  }

  .blockx .gis2 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blockx .gis2 a {
    font-size: 18px;
    font-weight: 300;
    color: #000;
  }

  .blockx .gis2 a img {
    height: 40px;
    margin-left: 10px;
  }

  .blockx .blog-block a.img-blog {
    height: 140px;
    font-size: 12px;
  }

  .blockx #msGallery {
    margin-bottom: 20px;
  }

  .blockx .ms2_form .body-product .knopki button {
    font-size: 11px;
  }

  .blockx .ms2_form .body-product .knopki a {
    font-size: 11px;
  }

  .blockx .abouts {
    margin-top: 20px;
  }

  .blockx .korzina {
    padding: 15px;
  }

  .blockx .korzina .ms-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .blockx .korzina .ms-image {
    width: 35%;
  }

  .blockx .korzina .ms-image a img {
    width: 120px;
  }

  .blockx .korzina .ms-title .title {
    width: 63%;
  }

  .blockx .korzina .ms-cost {
    width: 100%;
  }

  .blockx .menu-lk ul li {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }

  .blockx .prof .form-group .div1 {
    width: 100%;
  }

  .blockx .prof .form-group .div2 {
    width: 100%;
  }
}

.mob-ttel {
  display: none;
  color: #000;
  text-align: center;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .mob-ttel {
    display: block;
  }
  .header-top {
    display: none;
  }
}

.whatsapp-widjet {
  position: fixed;
  bottom: 80px;
  right: 25px;
  border: 1px solid #8FCF21;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 140;
  transition: all .5s ease;
  background: #8FCF21;
  cursor: pointer
}

.whatsapp-widjet-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.whatsapp-widjet-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px
}

.whatsapp-widjet-circle-left {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  left: 0
}

.whatsapp-widjet-circle-left {
  border: 1px solid #8FCF21;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: -7px;
  right: 0;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-left 4s both linear infinite;
  -moz-animation: pie-left 4s both linear infinite;
  -ms-animation: pie-left 4s both linear infinite;
  -o-animation: pie-left 4s both linear infinite;
  animation: pie-left 4s both linear infinite
}

.whatsapp-widjet-circle-right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  right: 0
}

.whatsapp-widjet-circle-right {
  border: 1px solid transparent;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  right: -7px;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-right 4s both linear infinite;
  -moz-animation: pie-right 4s both linear infinite;
  -ms-animation: pie-right 4s both linear infinite;
  -o-animation: pie-right 4s both linear infinite;
  animation: pie-right 4s both linear infinite
}

@keyframes pie-left {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  10% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  30% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  40% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
  }
}

.call-widjet {
  position: fixed;
  bottom: 160px;
  right: 25px;
  border: 1px solid #076324;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 140;
  transition: all .5s ease;
  background: #076324;
  cursor: pointer
}

.call-widjet-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10
}

.call-widjet-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px
}

.call-widjet-circle-left {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  left: 0
}

.call-widjet-circle-left {
  border: 1px solid #076324;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: -7px;
  right: 0;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-left 4s both linear infinite;
  -moz-animation: pie-left 4s both linear infinite;
  -ms-animation: pie-left 4s both linear infinite;
  -o-animation: pie-left 4s both linear infinite;
  animation: pie-left 4s both linear infinite
}

.call-widjet-circle-right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  right: 0
}

.call-widjet-circle-right {
  border: 1px solid transparent;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  right: -7px;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-right 4s both linear infinite;
  -moz-animation: pie-right 4s both linear infinite;
  -ms-animation: pie-right 4s both linear infinite;
  -o-animation: pie-right 4s both linear infinite;
  animation: pie-right 4s both linear infinite
}

@keyframes pie-left {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  10% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  30% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  40% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
  }
}

.main-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 20px 0px;
}

.main-bottom img {
  width: 100%;
}

.main-bottom p {
  color: #DF2765;
  font-weight: 600;
  background: #F9DEE8;
  border-radius: 5px;
  padding: 15px 20px;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 10px;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-bottom p span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

@media screen and (max-width: 768px) {
  .main-bottom {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0px;
  }

  .main-bottom p {
    padding: 6px 6px;
    grid-template-columns: 30px 1fr;
    grid-gap: 6px;
    font-size: 12px;
  }

  .main-bottom p span {
    font-size: 12px;
  }

  .main-garantiya {
    display: none !important;
  }

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