input:focus, input:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.star {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.star.star_empty {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNDM2MDQgMS40OTQ2MUwxMC4wNjUgNS45OTc2TDEwLjE3MzYgNi4zMjMzNUgxMC40ODEzTDE1LjA0MjQgNi41MzQxM0wxMS40NzY4IDkuNTQyNTFMMTEuMTg3MiA5Ljc3MjQ2TDExLjI5NTggMTAuMDk4MkwxMi41MDg0IDE0LjcxNjJMOC43NjE4MyAxMi4wMzM1TDguNDU0MTMgMTEuODIyOEw4LjE0NjQ0IDEyLjAzMzVMNC4zOTk4NCAxNC43MTYyTDUuNjEyNTEgMTAuMDk4Mkw1LjcyMTEgOS43NzI0Nkw1LjQxMzQxIDkuNTYxNjhMMS44NDc4IDYuNTUzMjlMNi40MDg4OSA2LjMyMzM1SDYuNzE2NThMNi44MjUxOCA1Ljk5NzZMOC40MzYwNCAxLjQ5NDYxWk04LjQzNjA0IDBMNi40MDg4OSA1LjkwMThMMC40MzYwMzUgNi4xMTI1OEw1LjEwNTcyIDkuOTgzMjNMMy40NzY3NiAxNkw4LjQzNjA0IDEyLjQ1NTFMMTMuMzk1MyAxNkwxMS43NjY0IDkuOTgzMjNMMTYuNDM2IDYuMTEyNThMMTAuNDYzMiA1LjkwMThMOC40MzYwNCAwWiIgZmlsbD0iI0E0QTRBNCIvPgo8L3N2Zz4K");
}
.star.star_fill {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjEyMzQgMEwxMC42MzcyIDUuODY2NjdMMTYuNjAzMyA2LjA3NjE5TDExLjkzODkgMTAuMDM4MUwxMy40NTc1IDE2TDguNjEyMzQgMTIuNDc2MkwzLjY0MDU5IDE2TDUuMjY3NzEgMTAuMDE5TDAuNjAzMzAyIDYuMDc2MTlMNi40NzkwMSA1Ljg2NjY3TDguNjEyMzQgMFoiIGZpbGw9IiNGRkQ3MDAiLz4KPC9zdmc+Cg==");
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.menu_btn {
  background-color: #004583;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 5px;
  z-index: 1001;
}

.pagination {
  margin-top: 25px;
  margin-bottom: 75px;
}
.pagination .page_item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BB2822;
  color: #000;
  margin: 0 4.5px;
  border-radius: 4px;
}
.pagination .page_item.prev, .pagination .page_item.next {
  background-color: #004583;
  border-color: #004583;
}
.pagination .page_item.next img {
  transform: rotate(180deg);
}
.pagination .page_item.active {
  color: #fff;
  background-color: #BB2822;
}

header {
  flex-wrap: nowrap;
}
header form {
  width: 100%;
}
header form input {
  padding: 20px;
  background: #FAFDFF;
  border: 0.753708px solid #DCEFFB;
  border-radius: 2.26112px;
  font-size: 14px;
  width: 100%;
}
header form input::-moz-placeholder {
  color: #000;
}
header form input::placeholder {
  color: #000;
}
header .phone {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}
header .buttons a {
  height: 46px;
  width: 46px;
  padding: 0 !important;
  margin-left: 19px;
  position: relative;
}
header .buttons a .count {
  position: absolute;
  left: -13px;
  bottom: -13px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
header .menu {
  color: #1C1E27;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
header .menu .nav-item {
  flex-grow: 1;
  flex-wrap: nowrap;
  position: relative;
}
header .menu .nav-item .nav-link {
  padding: 10px 25px;
  text-align: center;
}
header .menu .nav-item:before {
  position: absolute;
  content: "|";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .menu .nav-item.active .nav-link {
  color: #fff;
  background-color: #004583;
}
header .menu .nav-item.active:before {
  content: "";
}
header .menu .nav-item.active:after {
  content: "";
}
header .menu .nav-item.active + .nav-item:before {
  content: "";
}
header .menu .nav-item:last-child:after {
  position: absolute;
  content: "|";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .menu-r-btns .nav-link {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_bottom {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 20px;
}

.banners .banner {
  border-radius: 15px;
  overflow: hidden;
}
.banners .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stickers {
  margin: 37px 0;
}
.stickers .sticker {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.stickers .sticker span {
  position: absolute;
  left: 122px;
  top: 36px;
  text-align: center;
  width: 110px;
}

section h2 {
  height: 64px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-image: url("../../images/stb.png");
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
section h2 span {
  margin-right: 10px;
}

.product_item .body {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.product_item .body .like {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background-color: #004583;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 11px;
  right: 13px;
  cursor: pointer;
}
.product_item .body .like:hover, .product_item .body .like.active {
  background-color: #BB2822;
}
.product_item .body .like img {
  width: 16px;
  height: 14px;
}
.product_item .body .sticker {
  position: absolute;
  bottom: 8px;
  right: 18px;
}
.product_item .body .sticker span {
  position: absolute;
  right: 8px;
  bottom: 21px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.product_item .body .image {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.product_item .desc {
  max-width: 80%;
}
.product_item .desc .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 13px;
}
.product_item .desc .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #BB2822;
}
.product_item .desc .review {
  display: flex;
  align-items: center;
}
.product_item .desc .review .review_count {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-left: 14px;
}

section.news {
  margin-bottom: 60px;
}

.owl-popular, .owl-news, .owl-ideas, .owl-review {
  position: relative;
}
.owl-popular.owl-ideas .owl-nav .owl-prev, .owl-popular.owl-ideas .owl-nav .owl-next, .owl-news.owl-ideas .owl-nav .owl-prev, .owl-news.owl-ideas .owl-nav .owl-next, .owl-ideas.owl-ideas .owl-nav .owl-prev, .owl-ideas.owl-ideas .owl-nav .owl-next, .owl-review.owl-ideas .owl-nav .owl-prev, .owl-review.owl-ideas .owl-nav .owl-next {
  top: 210px;
}
.owl-popular .owl-nav .owl-prev, .owl-popular .owl-nav .owl-next, .owl-news .owl-nav .owl-prev, .owl-news .owl-nav .owl-next, .owl-ideas .owl-nav .owl-prev, .owl-ideas .owl-nav .owl-next, .owl-review .owl-nav .owl-prev, .owl-review .owl-nav .owl-next {
  position: absolute;
  top: 100px;
  background-color: #BB2822 !important;
  border-radius: 100%;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-popular .owl-nav .owl-prev:hover, .owl-popular .owl-nav .owl-next:hover, .owl-news .owl-nav .owl-prev:hover, .owl-news .owl-nav .owl-next:hover, .owl-ideas .owl-nav .owl-prev:hover, .owl-ideas .owl-nav .owl-next:hover, .owl-review .owl-nav .owl-prev:hover, .owl-review .owl-nav .owl-next:hover {
  background-color: #004583;
}
.owl-popular .owl-nav .owl-prev:before, .owl-popular .owl-nav .owl-next:before, .owl-news .owl-nav .owl-prev:before, .owl-news .owl-nav .owl-next:before, .owl-ideas .owl-nav .owl-prev:before, .owl-ideas .owl-nav .owl-next:before, .owl-review .owl-nav .owl-prev:before, .owl-review .owl-nav .owl-next:before {
  content: " ";
  background-image: url("../../images/circle.png");
  background-repeat: no-repeat;
  height: 52px;
  width: 28px;
}
.owl-popular .owl-nav .owl-prev, .owl-news .owl-nav .owl-prev, .owl-ideas .owl-nav .owl-prev, .owl-review .owl-nav .owl-prev {
  left: 15px;
}
.owl-popular .owl-nav .owl-prev:before, .owl-news .owl-nav .owl-prev:before, .owl-ideas .owl-nav .owl-prev:before, .owl-review .owl-nav .owl-prev:before {
  position: absolute;
  transform: rotate(180deg);
  left: -7px;
}
.owl-popular .owl-nav .owl-next, .owl-news .owl-nav .owl-next, .owl-ideas .owl-nav .owl-next, .owl-review .owl-nav .owl-next {
  right: 15px;
}
.owl-popular .owl-nav .owl-next:before, .owl-news .owl-nav .owl-next:before, .owl-ideas .owl-nav .owl-next:before, .owl-review .owl-nav .owl-next:before {
  position: absolute;
  right: -7px;
}

section.popular {
  margin-bottom: 20px;
}

section.categories {
  margin-bottom: 10px;
}
section.categories .category_item {
  margin-bottom: 55px;
  position: relative;
  height: 273px;
  border-radius: 50px 0 50px 0;
  background-size: cover;
}
section.categories .category_item .icon {
  width: 104px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #434343;
  border-radius: 50px 0 0 0;
}
section.categories .category_item .title {
  background-color: #004583;
  color: #fff;
  position: absolute;
  padding: 12px 32px 12px 20px;
  bottom: -16px;
  left: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  border-radius: 0 0 17px 0;
}
section.categories .category_item .title:hover {
  background-color: #BB2822;
}

section.ideas {
  margin-bottom: 60px;
}

.idea_item {
  position: relative;
  border-radius: 15px;
  height: 319px;
  background-repeat: no-repeat;
  background-size: cover;
}
.idea_item .point {
  position: absolute;
  height: 27px;
  width: 27px;
  border: 1px solid #fff;
  background-color: #004583;
  border-radius: 100%;
}
.idea_item .point:hover {
  background-color: #BB2822;
}
.idea_item .point:hover .point_desc {
  display: block;
}
.idea_item .point:hover:after {
  content: " ";
  background-image: url("../../images/point_a.png");
  position: absolute;
  width: 32.5px;
  height: 13.5px;
  bottom: -3px;
  right: -31px;
}
.idea_item .point .point_desc {
  z-index: 1;
  position: absolute;
  left: 60px;
  top: -50%;
  display: none;
  width: 195px;
  color: #fff;
  background-color: #004583;
  border-radius: 15px;
  padding: 5px 12px;
}
.idea_item .point .point_desc .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.idea_item .point .point_desc .sale {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.idea_item .point .point_desc .sale img {
  margin-left: 4px;
}
.idea_item .point .point_desc .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

section h2 {
  margin-bottom: 30px;
}

footer {
  padding: 26px 0;
  background-color: #004583;
}
footer .footer {
  padding: 0 14px;
  color: #fff;
  position: relative;
}
footer .footer .logo {
  width: 106px;
  height: 76px;
}
footer .footer .copy {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-top: 13px;
}
footer .footer .ofer {
  margin-top: 16px;
  font-weight: 300;
  font-size: 9px;
  line-height: 12px;
}
footer .footer .phone {
  font-weight: 500;
  font-size: 17.7051px;
  line-height: 23px;
}
footer .footer .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
footer .footer .time_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
footer .footer .icon {
  width: 35px;
  margin-right: 19px;
}
footer .footer .icon.phone img {
  width: 21px;
  height: 34px;
}
footer .footer .icon.watch img {
  width: 25px;
  height: 25px;
}
footer .footer .payment_icons .visa {
  width: 36px;
  height: 11px;
}
footer .footer .payment_icons .master {
  width: 40px;
  height: 24px;
}
footer .footer .payment_icons .cach {
  width: 30px;
  height: 20px;
}
footer .footer .footer_list h5 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  border-bottom: 1px dashed #fff;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
footer .footer .footer_list h5 img {
  margin-right: 10px;
}
footer .footer .footer_list .list-unstyled {
  color: #fff;
}
footer .footer .footer_list .list-unstyled a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
footer .footer .to_top {
  background-color: #BB2822;
  width: 61px;
  height: 61px;
  position: absolute;
  top: -60px;
  right: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
}
footer .footer .to_top img {
  margin-bottom: 5px;
}

section.category_page .category_item {
  margin-left: 93px;
  background-color: #E2E2E2;
  border-radius: 5px 90px 90px 5px;
  padding: 20px 34px;
  height: 186px;
  margin-bottom: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 9px;
}
section.category_page .category_item .image {
  width: 196px;
  height: 170px;
  border-radius: 5px 90px 90px 5px;
}
section.category_page .category_item .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #004583;
  margin-bottom: 17px;
  text-transform: uppercase;
}
section.category_page .category_item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  width: 180px;
}
section.category_page .category_item .sticker {
  position: absolute;
  left: -93px;
  top: 32px;
  width: 110px;
  height: 87px;
}
section.category_page .category_item .sticker .bg {
  -webkit-mask: url(../../images/sticker.svg) no-repeat;
  mask: url(../../images/sticker.png) no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  mask-position: center;
  -webkit-mask-position: center;
  height: 100%;
}
section.category_page .category_item .sticker .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
section.category_page .row .col-lg-6:nth-child(4n+0) .bg, section.category_page .row .col-lg-6:nth-child(4n+1) .bg {
  background-color: #BB2822;
}
section.category_page .row .col-lg-6:nth-child(4n+2) .bg, section.category_page .row .col-lg-6:nth-child(4n+3) .bg {
  background-color: #004583;
}

.top_buttons {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;;
}
.top_buttons a {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  background: #FAFDFF;
  border: 0.753708px solid #DCEFFB;
  border-radius: 2.26112px;
  padding: 8px 18px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.catalog_page .category_list .list-group-item {
  cursor: pointer;
  border-radius: 0 !important;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 0;
  border-left: 0;
  margin-bottom: 15px;
}
.catalog_page .category_list .list-group-item .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
}
.catalog_page .category_list .list-group-item .icon {
  width: 70px;
}
.catalog_page .category_list .list-group-item .icon svg {
  max-height: 28px;
  max-width: 35px;
}
.catalog_page .category_list .list-group-item.active, .catalog_page .category_list .list-group-item:hover {
  background-color: #004583;
}
.catalog_page .category_list .list-group-item.active path, .catalog_page .category_list .list-group-item:hover path {
  fill: #fff;
}
.catalog_page .category_list .list-group-item.active .title, .catalog_page .category_list .list-group-item:hover .title {
  color: #fff;
}
.catalog_page .catalog {
  width: 100%;
}
.catalog_page .catalog .product_item {
  margin-bottom: 40px;
}
.catalog_page .page_description h3 {
  color: #004583;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.catalog_page .page_description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.catalog_page .collapse_buttons button {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.filter_group {
  margin-top: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DADADA;
  overflow: hidden;
}
.filter_group .title {
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-right: 12px;
  margin-bottom: 12px;
  z-index: 1;
}
.filter_group.open .title img {
  transform: rotate(-90deg);
}
.filter_group.open .body {
  display: block;
}
.filter_group .body {
  display: none;
}
.filter_group .slider .rs-container {
  margin: 0 10px;
}
.filter_group .slider .values {
  margin-bottom: 27px;
  display: flex;
  position: relative;
}
.filter_group .slider .values:after {
  content: " ";
  width: 1px;
  background-color: #E2E2E2;
  height: 44px;
  top: 4px;
  left: 50%;
  position: absolute;
}
.filter_group .slider .values .min, .filter_group .slider .values .max {
  background: #F8F8F8;
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 50%;
}
.filter_group .slider .values .min {
  border: 1px solid #E2E2E2;
  border-radius: 5px 0 0 5px;
  border-right: none;
  color: #BB2822;
}
.filter_group .slider .values .max {
  border: 1px solid #E2E2E2;
  border-radius: 0 5px 5px 0;
  border-left: none;
  color: #004583;
}
.filter_group .fake_checkbox {
  margin-bottom: 15px;
}
.filter_group .fake_checkbox label {
  position: relative;
  color: #004583;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  cursor: pointer;
  padding-left: 40px;
}
.filter_group .fake_checkbox label:before {
  width: 25px;
  height: 25px;
  top: -2px;
  left: 0;
  position: absolute;
  content: " ";
  background-color: #F8F8F8;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
.filter_group .fake_checkbox input {
  display: none;
}
.filter_group .fake_checkbox input[type=checkbox]:checked + label:before {
  background-image: url("../../images/form_check.png");
}
.filter_group .image_checkbox {
  margin-right: 9px;
}
.filter_group .image_checkbox label {
  background-color: #F8F8F8;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.filter_group .image_checkbox input {
  display: none;
}
.filter_group .image_checkbox input[type=checkbox]:checked + label {
  border-color: #aaa;
}

section.product .product_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  padding-bottom: 16px;
}
section.product .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #004583;
}
section.product .like {
  cursor: pointer;
}
section.product .like path:nth-child(2) {
  display: none;
}
section.product .like.active path:nth-child(2), section.product .like:hover path:nth-child(2) {
  display: block;
}
section.product .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
section.product .price {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #BB2822;
}
section.product .price-old {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #ABA7A7;
}
section.product .sale {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #BB2822;
  display: flex;
  align-items: center;
}
section.product .bonuse {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
section.product .sub {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
section.product .btn-cart {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 68px;
}
section.product .desc_list {
  margin-top: 38px;
}
section.product .desc_list li {
  width: 100%;
  padding-top: 4px;
  border-bottom: 0.5px solid #888888;
}
section.product .desc_list li .item {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 8.5px 10px;
  position: relative;
}
section.product .desc_list li .item .icon {
  margin-right: 21px;
}
section.product .desc_list li .item:after {
  content: " ";
  position: absolute;
  right: 14px;
  top: 12px;
  background-image: url(../../images/arrow.png);
  width: 6px;
  height: 9px;
}
section.product .btn-gallery {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 27px;
}
section.product .reviews_gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.product .reviews_gallery a.fancybox {
  width: 150px;
  height: 150px;
  border-radius: 6px;
  padding: 5px;
  margin-right: 15px;
  border: 1px solid #E2E2E2;
}
section.product .reviews_gallery a.fancybox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.product .features {
  padding: 36px;
  background: #F5F3F1;
  border-radius: 5px;
}
section.product .features .image {
  max-width: 100%;
}
section.product .features .image img {
  max-width: 100%;
}
section.product .features h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
section.product .features .features_list {
  margin-bottom: 0;
}
section.product .features .features_list li {
  font-size: 14px;
  flex-wrap:wrap;
  line-height: 26px;
  position: relative;
}
section.product .features .features_list li .label {
  font-weight: 500;
}
section.product .features .features_list li .label:after {
  content: ": ";
}
section.product .features .features_list li .value {
  font-weight: 400;
}
section.product .features .features_list li .color {
  height: 26px;
  width: 26px;
  border-radius: 100%;
  margin-left: 10px;
}
section.product .features .important_info {
  padding: 11px 15px;
  border: 0.5px dashed #606060;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin: 16px 0;
}
section.product .features .pdf a {
  color: #004583;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
section.product .features .pdf img {
  margin-right: 16px;
}
section.product .review_block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 36px;
}
section.product .review_block h2 {
  margin-bottom: 0;
}
section.product .review_block .review {
  display: flex;
}
section.product .review_block .review_count {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
section.product .review_block .stars {
  margin: 0 10px;
}
section.product .owl-review .owl-dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
section.product .owl-review .owl-dots .owl-dot {
  cursor: pointer;
}
section.product .owl-review .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #A9A9A9;
  display: inline-block;
  margin: 0 4px;
}
section.product .owl-review .owl-dots .owl-dot.active span {
  background-color: #BB2822;
}

.review_item {
  border: 0.3px solid #A9A9A9;
  border-radius: 4px;
  padding: 24px;
}
.review_item .icon {
  width: 35px !important;
  height: 35px !important;
}
.review_item .avatar {
  width: 56px !important;
  height: 56px !important;
  border-radius: 100%;
}
.review_item .customer .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.review_item .customer .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5A7184;
}
.review_item .review_photos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.review_item .review_photos .fancybox {
  width: 24%;
  padding: 5px;
  border: 1px solid #BB2822;
  border-radius: 5px;
}
.review_item .review_photos .fancybox img{
  width: 100%;
  object-fit: cover;
}
.review_item .review_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

section.about .about_image {
  width: 100%;
}
section.about p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0F0F0F;
}
section.about h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #004583;
  margin-bottom: 16px;
}
section.about .about_img {
  border-radius: 5px;
  width: 100%;
}
section.about .quote {
  margin-top: 33px;
  margin-bottom: 66px;
}
section.about .quote img {
  margin-bottom: 33px;
}
section.about .quote p {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
section.about .idea_item {
  height: 460px;
}
section.about .about_block img {
  float: left;
}
section.about .about_block:after {
  display: block;
  clear: both;
  content: "";
}
section.about .map {
  position: relative;
}
section.about .map .controls {
  z-index: 99;
  left: 30px;
  top: 30px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 14px 27px;
}
section.about .map .controls li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
section.about .map .controls li img {
  margin-right: 25px;
}

@media only screen and (max-width: 576px) {
  .map .controls {
    left: 0 !important;
  }
  .owl-review .owl-prev, .owl-review .owl-next {
    top: 120px !important;
  }
  .owl-review .owl-prev {
    left: 0 !important;
  }
  .owl-review .owl-next {
    right: 0 !important;
  }
  .owl-popular .owl-nav .owl-prev, .owl-popular .owl-nav .owl-next, .owl-news .owl-nav .owl-prev, .owl-news .owl-nav .owl-next, .owl-ideas .owl-nav .owl-prev, .owl-ideas .owl-nav .owl-next, .owl-review .owl-nav .owl-prev, .owl-review .owl-nav .owl-next {
    top: 60px;
    background-color: #BB2822 !important;
    height: 22px;
    width: 22px;
  }
  .owl-popular .owl-nav .owl-prev:before, .owl-popular .owl-nav .owl-next:before, .owl-news .owl-nav .owl-prev:before, .owl-news .owl-nav .owl-next:before, .owl-ideas .owl-nav .owl-prev:before, .owl-ideas .owl-nav .owl-next:before, .owl-review .owl-nav .owl-prev:before, .owl-review .owl-nav .owl-next:before {
    content: " ";
    background-image: url("../../images/circle.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 16px;
    background-size: 100%;
  }
  .owl-popular .owl-nav .owl-prev img, .owl-popular .owl-nav .owl-next img, .owl-news .owl-nav .owl-prev img, .owl-news .owl-nav .owl-next img, .owl-ideas .owl-nav .owl-prev img, .owl-ideas .owl-nav .owl-next img, .owl-review .owl-nav .owl-prev img, .owl-review .owl-nav .owl-next img {
    width: 6px;
    height: 10px;
  }
  .owl-popular .owl-nav .owl-prev, .owl-news .owl-nav .owl-prev, .owl-ideas .owl-nav .owl-prev, .owl-review .owl-nav .owl-prev {
    left: 15px;
  }
  .owl-popular .owl-nav .owl-prev:before, .owl-news .owl-nav .owl-prev:before, .owl-ideas .owl-nav .owl-prev:before, .owl-review .owl-nav .owl-prev:before {
    left: -4px;
  }
  .owl-popular .owl-nav .owl-next, .owl-news .owl-nav .owl-next, .owl-ideas .owl-nav .owl-next, .owl-review .owl-nav .owl-next {
    right: 15px;
  }
  .owl-popular .owl-nav .owl-next:before, .owl-news .owl-nav .owl-next:before, .owl-ideas .owl-nav .owl-next:before, .owl-review .owl-nav .owl-next:before {
    right: -4px;
  }
  .row {
    margin: 0 -5px;
  }
  .container {
    padding: 0 5px;
  }
  .row > * {
    padding: 0 5px;
  }
  footer .footer {
    padding: 0 !important;
  }
  footer .footer .logo {
    margin: 0 20px;
  }
  footer .footer .copy {
    margin-bottom: 0.5rem;
    margin-top: -10px;
  }
  footer .footer .ofer {
    margin-top: 0;
  }
  footer .footer .phone {
    font-size: 12px;
    line-height: 17px;
  }
  footer .footer .title {
    font-size: 12px;
    line-height: 18px;
  }
  footer .footer .time_text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  footer .footer .icon {
    text-align: center;
    width: 21px;
    margin-right: 10px;
  }
  footer .footer .icon.phone img {
    width: 13px;
    height: 21px;
  }
  footer .footer .icon.watch img {
    width: 20px;
    height: 20px;
  }
  footer .footer .payment_icons .visa {
    width: 33px;
    height: 10px;
  }
  footer .footer .payment_icons .master {
    width: 36px;
    height: 22px;
  }
  footer .footer .payment_icons .cach {
    width: 27px;
    height: 18px;
  }
  footer .footer .to_top {
    width: 42px;
    height: 42px;
    top: auto;
    right: -5px;
    bottom: -26px;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    padding: 10px 0;
  }
  footer .footer .to_top img {
    margin-bottom: 5px;
    width: 17px;
    height: 14px;
  }
  .product_item .body .like {
    display: none;
  }
  .product_item .body .sticker {
    position: absolute;
    bottom: 4px;
    right: 11px;
  }
  .product_item .body .sticker img {
    width: 79px;
    height: 36px;
  }
  .product_item .body .sticker span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 11.7647px;
    line-height: 12px;
  }
  .product_item .body .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_item .desc {
    max-width: 100%;
  }
  .product_item .desc .title {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0px;
  }
  .product_item .desc .price {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
  }
  .product_item .desc .review {
    display: flex;
    align-items: center;
  }
  .product_item .desc .review .review_count {
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    margin-left: 14px;
  }
  .stars {
    display: flex;
  }
  .stars .star {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-size: 100%;
    margin-right: 3px;
  }
  section.news {
    margin-bottom: 32px;
  }
  section h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    height: 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-bottom: 18px;
  }
  section.categories .category_item {
    border-radius: 20px 0 20px 0;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 122px;
  }
  section.categories .category_item .title {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    padding: 4px 16px 4px 8px;
    bottom: -6px;
  }
  section.categories .category_item .icon {
    border-radius: 20px 0 0 0;
    width: 44px;
    height: 38px;
  }
  section.categories .category_item .icon img {
    width: 20px;
  }
  .stickers .sticker {
    flex: 0 0 calc(50% - 10px);
    padding: 0 5px;
  }
  .stickers .sticker img {
    width: 100%;
  }
  .stickers .sticker span {
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    right: -8px;
    top: 18px;
    left: auto;
  }
  header .phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
  #menu.show {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex !important;
  }
  #menu.show .menu-r-btns {
    display: flex !important;
    justify-content: center;
  }
  #menu.show .nav.menu {
    flex-direction: column;
    padding: 0 50px;
  }
  #menu.show .nav.menu li:after, #menu.show .nav.menu li:before {
    content: "";
  }
  section.category_page .category_item {
    margin-left: 52px;
    border-radius: 2.83883px 51.0989px 51.0989px 2.83883px;
    padding: 12px 20px;
    height: 105px;
    margin-bottom: 17px;
    padding-right: 5px;
  }
  section.category_page .category_item .image {
    width: 111px;
    height: 96.5px;
    border-radius: 2.83883px 51.0989px 51.0989px 2.83883px;
  }
  section.category_page .category_item .title {
    font-weight: 700;
    font-size: 12.4908px;
    line-height: 15px;
  }
  section.category_page .category_item .desc {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    width: 100px;
  }
  section.category_page .category_item .sticker {
    left: -52px;
    top: 18px;
    width: 62px;
    height: 50px;
  }
  section.category_page .category_item .sticker .icon {
    width: 25px;
    height: 25px;
    left: 12px;
  }
  section.category_page .category_item .sticker .icon img {
    width: 100%;
  }
  section.category_page .row .col-lg-6:nth-child(odd) .bg {
    background-color: #BB2822;
  }
  section.category_page .row .col-lg-6:nth-child(even) .bg {
    background-color: #004583;
  }
  .top_buttons {
    flex-wrap: wrap;
  }
  .top_buttons a {
    font-weight: 400;
    font-size: 9.29336px;
    line-height: 9px;
    padding: 6px 15px;
    margin-bottom: 8px;
  }
  .catalog_page .category_list .list-group-item {
    cursor: pointer;
    border-radius: 0 !important;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-left: 0;
    margin-bottom: 15px;
  }
  .catalog_page .category_list .list-group-item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
  .catalog_page .category_list .list-group-item .icon {
    width: 70px;
  }
  .catalog_page .category_list .list-group-item .icon svg {
    max-height: 28px;
    max-width: 35px;
  }
  .catalog_page .category_list .list-group-item.active, .catalog_page .category_list .list-group-item:hover {
    background-color: #004583;
  }
  .catalog_page .category_list .list-group-item.active path, .catalog_page .category_list .list-group-item:hover path {
    fill: #fff;
  }
  .catalog_page .category_list .list-group-item.active .title, .catalog_page .category_list .list-group-item:hover .title {
    color: #fff;
  }
  .catalog_page .catalog {
    width: 100%;
  }
  .catalog_page .catalog .product_item {
    margin-bottom: 40px;
  }
  section.about .map .controls {
    position: relative;
  }
}
