* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif
}

html, body {
  margin: 0;
  padding: 0
}

body {
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #2E2E2E
}

a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: .3s !important;
  transition: .3s !important
}

button {
  outline: none !important;
  -webkit-transition: .3s !important;
  transition: .3s !important;
  border: none !important
}

textarea {
  resize: none !important
}

ul, li {
  padding: 0;
  margin: 0
}

li {
  list-style: none
}

.custom-container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px
}

.common-wrap {
  padding-top: 20px
}

.mm-menu_offcanvas {
  width: 80vw
}

.header {
  background-color: #fff
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px
}

.slogan {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #383838;
  text-align: center
}

.slogan p span {
  display: block
}

.search .search-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F5F5F5;
  height: 46px
}

.search .search-inner input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 15px 35px 15px 15px;
  min-width: 252px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #383838
}

.search .search-inner input:focus {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.search .search-inner button {
  width: 30px;
  height: 40px;
  background-color: transparent;
  background-image: url(../img/loupe.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0
}

.call-number a {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #383838
}

.call-number a:hover {
  color: #5271FF
}

.basket a {
  display: block;
  position: relative;
  width: 34.48px;
  height: 30px;
  padding-right: 15px
}

.basket a:hover span {
  background-color: #069736 /*C*/
}

.basket a span {
  position: absolute;
  top: -18px;
  right: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5271FF; /*C*/
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-family: 'Nunito';
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.menu {
  background-color: #069736; /*C*/
  height: 60px
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px
}

.menu ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  padding: 0 20px
}

.menu ul li a:hover {
  background-color: #5271FF /*C*/
}

.menu ul li a:focus {
  background-color: #5271FF /*C*/
}

.menu ul li {
  position: relative
}

.menu ul .sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px
}

.menu ul .sub-menu li {
  min-width: 180px
}

.menu ul .sub-menu li a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #2E2E2E;
  min-height: 30px;
  padding: 0
}

.menu ul .sub-menu li a:hover {
  background-color: transparent;
  color: #5271FF /*C*/
}

span.arrow {
  display: inline-block;
  width: 20px;
  height: 60px;
  background: url(../img/down.svg) no-repeat 50% 50%;
  margin-left: 8px
}

.banner {
  background: url(../img/banner.jpg) no-repeat 50% 50%;
  background-size: cover;
  min-height: 408px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.banner-content {
  max-width: 985px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 206px
}

.banner-content-left {
  min-height: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.banner-content-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 281px;
  min-height: 63px;
  background-color: #069736; /*C*/
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  color: #fff
}

.banner-content-left a:hover {
  border-color: #069736 /*C*/
}

.banner-content-left .wats {
  background-color: #5271FF /*C*/
}

.banner-content-left .wats:hover {
  border-color: #5271FF /*C*/
}

.banner-content-right {
  max-width: 620px;
  padding: 20px;

}

.feedback-mobile-bottom-fixed {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 1px;
    position: fixed;
    bottom: 0px;
	background-color: #ffffff;
	opacity: 0.9;
}
.feedback-mobile-bottom-fixed > div {
    width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.feedback-mobile-bottom-fixed > div > a {
	width: 100%;
    height: 48px;
    text-align: center;
    gap: 10px;
    background-color: #5271FF;
    color: #ffffff;
    font-size: 14px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
	/*text-transform: uppercase;*/
}
.feedback-mobile-bottom-fixed > div > a:hover {
	background-color: rgba(6, 151, 54, 0.9);
}
.feedback-mobile-bottom-fixed > div:first-child {}
.feedback-mobile-bottom-fixed > div:last-child {}

@media (min-width: 1200px) {
  .banner-content-right {
    padding-left: 60px;
  }
}

.banner-content-right .law {
  background-color: rgba(82, 113, 255, 0.95); /*C*/
  min-width: 620px;
  min-height: 206px;
  padding: 27px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.banner-content-right .law h3 {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff
}

.banner-content-right .law a {
  background-color: #eee;
  background-image: url(../img/rf.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  width: 100%;
  color: #5271FF;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}

.banner-content-right .law a:hover {
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
  background-color: #069736; /*C*/
  color: #fff
}

.banner-content-right .law a span {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 3px
}

.banner-content-right .law a > blockquote {margin-bottom: 0}
.banner-content-right .law a > blockquote .phone_banner,
.banner-content-right .law a > blockquote > p {margin-bottom: 0}

.catalog {
  background-color: #fff
}

.catalog .catalog-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0
}

.catalog .catalog-left-content {
  max-width: 255px;
  background-color: #069736; /*C*/
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  margin-right: 15px;
  height: 100%
}

.catalog .catalog-left-content ul {
  padding: 10px 0
}

.catalog .catalog-left-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  padding: 10px 30px
}

.catalog .catalog-left-content ul li a:hover {
  background-color: #5271FF /*C*/
}

.catalog .catalog-right-content {
  min-width: 320px;
  max-width: 781px;
  width: 100%;
  margin-left: 15px
}

.catalog .catalog-right-content .catalog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.catalog .catalog-right-content .catalog-items .cart {
  width: 160px;
  min-height: 160px;
  margin: 0px 15px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.catalog .catalog-right-content .catalog-items .cart h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #2E2E2E;
  text-align: center;
  min-height: 44px;
  -webkit-transition: .3s;
  transition: .3s
}

.catalog .catalog-right-content .catalog-items .cart:hover {
  outline: 1px solid #5271FF; /*C*/
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25)
}

.catalog .catalog-right-content .catalog-items .cart:hover h3 {
  color: #5271FF /*C*/
}

.catalog .catalog-right-content .catalog-items .cart .cart-img {
  margin-bottom: 15px;
  min-height: 90px
}

.catalog .catalog-text {
  font-size: 15px;
  color: #444
}

.catalog .catalog-text p {
  padding: 20px 0
}

.footer {
  background-color: #069736; /*C*/
  color: #fff
}

.footer a {
  color: #fff
}

.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px
}

.footer .footer-inner h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px
}

.footer .footer-inner p, .footer .footer-inner a {
  font-size: 14px;
  line-height: 19px
}

.footer .footer-inner .footer-contacts a:hover {
  border-bottom: 1px dotted #fff
}

.footer .copy {
  min-height: 60px;
  font-size: 13px;
  line-height: 18px
}

.footer .copy a {
  margin-left: 8px;
  border-bottom: 1px solid #fff
}

.footer .copy a:hover {
  border-bottom-style: dotted
}

.catalog .catalog-right-content-catalog {
  min-width: 300px;
  max-width: 817px;
  width: 100%
}

.crumbs {
  background-color: #F5F5F5;
  font-size: 14px;
  line-height: 21px
}

.crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  padding: 0 30px
}

.crumbs ul a {
  color: #5271FF;
  border-bottom: 1px solid #069736 /*C*/
}

.crumbs ul a:hover {
  color: #5271FF; /*C*/
  border-bottom: 1px solid #5271FF /*C*/
}

.crumbs ul span {
  display: inline-block;
  margin: 5px
}

.sub-catalog-title h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  margin-top: 40px
}

.sub-catalog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sub-catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 254px;
  max-height: 411px;
  height: 100%;
  border: 1px solid #eee;
  background-color: #fff;
  margin: 0 0 15px 0;
  -webkit-transition: .3s;
  transition: .3s
}

.sub-catalog-item .to-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sub-catalog-item .sub-catalog-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 281px
}

.sub-catalog-item .sub-catalog-title h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #444;
  margin-bottom: 20px;
  padding: 10px 15px
}

.sub-catalog-item .sub-catalog-button {
  background-color: #5271FF; /*C*/
  border: 1px solid #5271FF; /*C*/
  background-color: #5271FF; /*C*/
  height: 61px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.sub-catalog-item .sub-catalog-button .price {
  height: 100%;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 0 15px;
  -webkit-transition: .3s;
  transition: .3s
}

.sub-catalog-item .sub-catalog-button .vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1px;
  margin: 14px 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: .3s;
  transition: .3s
}

.sub-catalog-item .sub-catalog-button .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 49%;
  border: none;
  cursor: pointer;
  background-color: #5271FF; /*C*/
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  padding: 0 15px
}

.sub-catalog-item .sub-catalog-button .cart-btn .add {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  padding: 2px 5px;
  -webkit-transition: .3s;
  transition: .3s
}

.sub-catalog-item .sub-catalog-button .cart-btn:hover .add {
  background-color: #069736; /*C*/
  padding: 2px 5px;
  border-radius: 3px
}

.sub-catalog-item {
  -webkit-transition: .3s;
  transition: .3s
}

.sub-catalog-item:hover {
  border: 1px solid #5271FF; /*C*/
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25)
}

.sub-catalog-item:hover .sub-catalog-button, .sub-catalog-item:hover .cart-btn {
  background-color: #A3DE44
}

@media screen and (max-width: 1199px) {
  .header-inner, .main-menu, .catalog-left-content {
    display: none !important
  }

  .header-inner-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px
  }

  .header-inner-mobile .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    width: 100%
  }

  .header-inner-mobile .head .slogan {
    margin-left: 20px
  }

  .header-inner-mobile .feet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 30%;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .header-inner-mobile .feet .call-number, .header-inner-mobile .feet .basket {
    margin-right: 20px
  }

  .mobile-menu {
    display: block
  }

  .mobile-menu a.btn-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #5271FF; /*C*/
    background-image: url(../img/burger.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10
  }

  .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px
  }

  .menu-inner .btn-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #5271FF; /*C*/
    background-image: url(../img/burger.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10;
	margin-left: auto; /*C*/
  }

  .menu-inner .whats {
    position: relative
  }

  .menu-inner .whats:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: 7px;
    left: 27px;
    background-image: url(../img/wats.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  .menu-inner .whats a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 170px;
    height: 40px;
    background-color: #5271FF; /*C*/
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-left: 25px;
    position: relative
  }

  .catalog .catalog-right-content {
    max-width: initial;
    margin-left: 0
  }

  .catalog .catalog-right-content .catalog-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (max-width: 1100px) {
  .sub-catalog-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .sub-catalog-item {
    margin: 15px
  }
}

@media screen and (max-width: 1000px) {
  .banner-content-left {
    display: none
  }

  .banner-content-right .law {
    min-width: 200px
  }

  .banner-content-right .law h3 {
    margin-bottom: 15px
  }
}

@media screen and (max-width: 785px) {
  .header-inner-mobile {
    padding: 15px 0
  }

  .header-inner-mobile .head, .header-inner-mobile .feet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 80px
  }

  .head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .feet {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .header-inner-mobile .feet .call-number {
    margin-right: 0
  }

  .header-inner-mobile .head .slogan {
    margin-left: 0;
    text-align: left
  }

  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    min-height: 190px
  }

  .footer .footer-inner h2 {
    margin-bottom: 8px
  }

  .copy {
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer {
    padding: 45px 0 20px
  }
}

@media screen and (max-width: 767px)  {
  .catalog-text .sub-catalog-items .catalog-items .cart-img{
    display: none;
  }
  .catalog-text .sub-catalog-items .catalog-items .cart {
    min-height: auto;
    margin: 0;
    padding: 0 7.5px;
    align-items: flex-start;
  }
  .catalog-text .sub-catalog-items .catalog-items .cart h3 {
    text-align: left;
  }
  .catalog-text .sub-catalog-items .catalog-items {
    justify-content: center;
  }
  
  .footer {
	padding-bottom: 45px;
  }
}

@media screen and (max-width: 480px) {
  .catalog-text .sub-catalog-items .catalog-items .cart h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 570px) {
  .banner-content-right .law {
    padding: 0;
    min-height: 100px
  }

  .banner-content-right .law h3 {
    padding: 15px 15px 0 15px;
    text-align: center
  }

  .catalog .catalog-right-content .catalog-items .cart {
    margin: 0
  }

  .sub-catalog-title h1 {
    margin: 25px 0 10px
  }

  .banner {
    min-height: 288px
  }

  .banner-content-right .law h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .header-inner-mobile {
    display: none
  }

  .header-inner-mobile-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 169px;
    padding: 20px
  }

  .header-inner-mobile-2 .slogan {
    font-size: 14px;
    line-height: 1.3 !important;
    margin: 17px 0 17px
  }

  .header-inner-mobile-2 .bottom-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  .header-inner-mobile-2 .bottom-section .call-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .header-inner-mobile-2 .bottom-section .call-number .number {
    padding-left: 20px;
    background: url(../img/phone-ico.svg) no-repeat 0% 50%
  }

  .header-inner-mobile-2 .bottom-section .call-number .recall {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #5271FF;
    margin-top: 5px
  }

  .header-inner-mobile-2 .bottom-section .call-number .recall span {
    border-bottom: 1px dashed #069736 /*C*/
  }

  .sub-catalog-item .sub-catalog-button {
    height: 48px
  }
}

@media screen and (max-width: 480px) {
  .banner-content-right .law a {
    font-size: 22px;
    line-height: 1;
    min-height: 60px;
  }

  .banner-content-right .law a span {
    font-size: 12px;
    line-height: 15px
  }

  .catalog .catalog-right-content {
    min-width: 200px !important
  }

  .catalog .catalog-right-content .cart {
    width: 140px !important;
    margin: 2px !important;
    margin-bottom: 5px !important
  }
}

@media screen and (min-width: 570px) {
  .header-inner-mobile-2 {
    display: none !important
  }
}

@media screen and (min-width: 768px) {
  .mobile-categories,
  .mobile-main-category {
    display: none !important;
  } 
}

@media screen and (min-width: 1200px) {
  .header-inner-mobile, .mobile-menu, .whats {
    display: none !important
  }
}
.catalog .catalog-right-content .catalog-items .cart h3 {
    margin-bottom: 0;
}

.catalog .catalog-right-content .catalog-items .cart .cart-img {
    margin: 0;
    padding: 15px 0;
    min-height: 124px;
}
.banner-content-left a p {
    margin-bottom: 0;
}


.main-menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 655px;
    justify-content: flex-start;
    position: absolute;
}

.main-menu ul li {
    width: 200px;
    height: 30px;
}


