body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.containerarticle {
    margin: 0 auto;
    max-width: 720px;
}
.last_name,
.workemail {
  display: none;
}
.display {
  display: block;
}
.eula_accepted {
  font-size: 12px;
  margin: 7px 0 22px 0;
}
form input.btn[disabled] {
  background: #6f9ac3;
}
form input.btn[disabled]:hover {
  background: #6f9ac3;
}
.sisea-highlight {
  background: yellow;
}

a:hover {
  color: #de1f2b;
}
.slick-track {
  display: flex;
}
#brands-slider .slick-track {
  display: flex;
  align-items: anchor-center;
}
#jGrowl {
  z-index: 99999;
}

.breadcrumb {
  margin-bottom: 0;
}

.headlogo {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #3aaa35;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 1px;
  max-width: 300px;
}
.headlogo:hover {
  color: #3aaa35;
}
.headlogo img {
  vertical-align: middle;
}

.navbar-nav li {
  position: relative;
  margin: 0 12px;
}
.navbar-nav a {
  color: #625340;
}
.navbar-nav .dropdown-menu {
  padding: 0;
  left: 3px;
  margin-top: 8px;
  border-radius: 0 0 5px 5px;
  border-top: none;
  min-width: 200px;
}
.navbar-nav .dropdown-menu li {
}
.navbar-nav .dropdown-menu li + li {
  border-top: 1px dotted #ccc;
}
.navbar-nav .dropdown-menu a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 12px;
}
.navbar-nav a:hover,
.navbar-nav .nav-link.show {
  color: #343a40;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.dropdown-item.active,
.dropdown-item:active {
  x-background: none;
  x-color: #de1f2b;
}

.navbar-light .navbar-nav .nav-link.page140 {
  color: #c18348;
  border-radius: 5px;
  font-weight: 500;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-light .navbar-nav .nav-link.page140:hover {
  x-background-color: #df8835;
  background: #dfdfdf;
}

.msMiniCart a {
  color: #3aaa35;
  text-decoration: none;
}
.msMiniCart strong {
  font-size: 14px;
}

.worktime-block p {
  margin: 0;
}

.worktime-block .address {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 7px;
}

.email-block {
  position: relative;
  font-size: 18px;
  color: #3aaa35;
  padding: 0px 24px 7px 0;
}
.email-block a {
  text-decoration: none;
  font-weight: 500;
  color: #3aaa35;
  border-bottom: 1px dotted #b0aaa4;
}
.email-block a:hover {
  border-bottom: 1px solid #b0aaa4;
}

.phones-block {
  position: relative;
  font-size: 18px;
  color: #3aaa35;
  padding: 7px 24px 7px 0;
}
.phones-block a {
  text-decoration: none;
  font-weight: 500;
  color: #3aaa35;
  border-bottom: 1px dotted #b0aaa4;
}
.phones-block a:hover {
  border-bottom: 1px solid #b0aaa4;
}
.phones-block .view {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.phones-block .view span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 14px 0 0;
  font-weight: 400;
  font-size: 14px;
  padding: 0 18px 0 0;
  color: #de1f2b;
  background: #fefefe;
  border-radius: 0 22px 22px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.phones-block .view span:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #fefefe 100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.phones-block .view span:hover:before {
  width: 100px;
}

/*       .navbar-expand-lg .navbar-collapse {justify-contet: center;} */

.navbar-light .navbar-nav .nav-link.active span {
  color: #3aaa35;
}

.ajax_form .btn {
  float: right;
  padding: 7px 32px;
  margin-top: 7px;
}
.ajax_form span.error {
  font-size: 12px;
  display: block;
}
.ajax_form .form-control + span.error {
  margin-top: 7px;
}

.popup_outer h2.title + .ajax_form {
  margin-top: 22px;
}

.msMiniCart {
  position: relative;
}
.msMiniCart:before {
  content: "";
  background-image: url(../img/icons/cart-w.png);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  margin: 0 22px 0 0;
  background-color: #3aaa35;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -18px;
}
#msMiniCart h5,
.msMiniCart h5 {
  padding-bottom: 2px;
  font-size: 18px;
}
.msMiniCart p {
  margin: 0;
}

.msg_outer {
  display: flex;
  flex-direction: column;
}


.msg.max {
  margin: 0 0 16px 0;
}
.msg.max .max_link {
  background: url(/upload/icon/max-logo.svg) no-repeat left 50%;
  background-size: 22px;
  padding: 3px 0 3px 30px;
  color: #3aaa35;
}


.msg.telegram .tg_link {
  background: url(../img/icons/telegram-color.png) no-repeat left 50%;
  background-size: 23px;
  padding: 3px 0 3px 32px;
  color: #3aaa35;
}
.msg a {
  text-decoration: none;
}
.msg a:hover span {
  border-bottom: 1px solid #b0aaa4;
}

.cf-city a {
  text-decoration: none;
  color: #3aaa35;
  border-bottom: 1px dotted #b0aaa4;
}
.cf-city a:hover {
  border-bottom: 1px solid #b0aaa4;
}

.navbar-collapse {
  position: relative;
}
.breadcrumb{
    overflow: auto;
    flex-wrap: nowrap;
}
.breadcrumb a {
  color: #212529;
}
.breadcrumb-item{
  min-width: fit-content;
    font-size: 12px;
}
.breadcrumb a:hover {
  color: #3aaa35;
}

h1.title {
  font-size: 30px;
  margin: 15px 0 20px 0;
}
h2.title,
.textOuter h2 {
  font-size: 26px;
  margin: 35px 0 22px 0px;
  padding: 5px 0 5px 0px;
  x-border-left: 2px solid #097733;
}
.mainpage h2.title {
  background-size: contain;
}
h3.title,
.textOuter h3 {
  font-size: 22px;
}
h4.title {
  font-size: 18px;
}

.categories h4.title {
  font-size: 18px;
  margin: 18px 0px 8px 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
}
.categories .image img,
.articles .image img {
  max-width: 100%;
  height: auto;
}

.blog .image {
  margin-bottom: 18px;
}

.search_outer {
  background: #f9f9f9;
}

.block-title {
  text-align: center;
  margin-bottom: 35px;
}
.block-title .title {
  font-weight: 300;
  margin: 22px 0 7px 0;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccd0d3;
}
.block-title p {
  color: #7a7a7a;
  font-weight: 300;
}

.categories li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 12px 5px;
}
.categories li a {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
}

.categories .slick-dots li {
  margin: 12px 3px 0 3px;
}
.categories .slick-dots li button:before {
  font-size: 12px;
  color: #c18348;
}

.tags-bottom_child .my-tags {
  display: inline-block;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tags-bottom_child .my-tags {
  x-display: none;
}
/*
.show_hide_list {
width: 200px;
color: #fff;
display: block;
text-align: center;text-decoration:none;
margin: 12px auto;
padding: 7px;
border-radius: 50px;
border: 1px solid transparent;
background-color: #c18348;
transition: .3s;
}
.show_hide_list:hover {
opacity:0.7;
text-decoration: none;
}
*/
.tags-bottom {
   
}
.catalog-page .tags-bottom {
  text-align: right;
}
.show_hide_list,
.content_toggle {
  cursor: pointer;
  border-bottom: 1px solid #212529;
  width: auto;
  display: inline-block;
  color: #212529;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.show_hide_list:hover,
.content_toggle:hover {
  border-bottom-color: #c18348;
  color: #c18348;
}

.content_block {
  overflow: hidden;
  position: relative;
}
.content_block.hide {
  height: 300px;
}
.content_block.hide:after {
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

div.list .my-tags:nth-child(n + 6) {
 /* display: none;*/
}
.show_hide_list {
  cursor: pointer;
}

.categories_popular .slick-track {
  display: flex;
  align-items: center;
}
.msearch2 .fa_slider .fa_progress {
  background: #3aaa35;
}
.msearch2 input.fa_range-min::-webkit-slider-thumb,
.msearch2 input.fa_range-max::-webkit-slider-thumb {
  background: #3aaa35;
}
.msearch2 input.fa_range-min::-moz-range-thumb,
.msearch2 input.fa_range-max::-moz-range-thumb {
  background: #3aaa35;
}
.msearch2 .fa_price-input {
  margin: 22px 0 24px;
}

.msearch2 select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 12px 0 0 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/icons/arrow_select.svg"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.msearch2 select::-ms-expand {
  display: none;
}
.msearch2 select:hover {
  border-color: #888;
}
.msearch2 select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.msearch2 select option {
  font-weight: normal;
}
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.container .faSortsOuter {
  margin: 26px 0 32px 0;
  display: flex;
  justify-content: flex-end;
}
.faSortsRows a {
  color: #3aaa35;
  margin: 0 7px;
  text-decoration: none;
}
.faSortsRows a.active {
  color: #dc3545;
}
.faSortsRows a:hover {
  color: #3aaa35;
}

.faFiltersReset {
  background: none;
  border: none;
  margin: 22px 0 0 0;
  padding: 0;
  float: right;
  color: #3aaa35;
}
.faFiltersReset:hover {
  color: #6c757d;
  border-color: #6c757d;
}

.price-row {
  font-size: 22px;
  font-weight: 500;
  color: #7a797b;
  margin-bottom: 22px;
}

.card .btn-group {
  width: 100%;
}

.card-title {
  font-size: 16px;
  color: #3e3939;
  text-decoration: none;
}
.card-img-top img {
  border-radius: 3px 3px 0 0;
}
a {
  text-decoration: none;
}
.cart-page .image {
  margin-right: 15px;
}
.cart-page .title a {
  color: #3aaa35;
  text-decoration: none;
}
.cart-page .title a:hover {
  color: #343a40;
}
.cart-page .table > :not(caption) > * > * {
  padding: 1rem 1rem;
}
.cart-page .remove .btn {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
}
.cart-and-order .btn {
  font-weight: 300;
  text-transform: uppercase;
  padding: 12px 45px;
  background: #3aaa35;
  border: 1px solid #3aaa35;
}
.cart-and-order .btn.btn-clear {
  color: #dc3545;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  font-size: 14px;
}
.image img {
  border-radius: 3px;
}

.intro {
  font-size: 14px;
  line-height: 1.5;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.ms2_product .card {
  height: 100%;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}

.card-body .card-title {
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.card-body .btn-outline-warning{
    font-size: 0.8rem;
}

.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.product h1.title {
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.product .article {
}
.product_info {
  x-padding-right: 15%;
}
.delivery_payment_block {
  /*     border: 1px solid #dee2e6;
   height: 100%;
*/
  background: #f5f5f5;
  padding: 26px 26px 16px 26px;
  border-radius: 12px;
}
.delivery_payment_block a {
  color: #b40b1f;
}
.product_buttons .btn.btn_order {
  /*width:auto;padding:0;color:#b40b1f;*/
}
.product .text-right {
  text-align: right;
}

.product .msg_outer {
  flex-direction: row;
  margin-bottom: 26px;
}
.product .msg_outer .max {
  margin-right: 22px;
}

.product_content {
  margin-top: 16px;
  margin-bottom: 56px;
}
.product_content h2 {
  margin-top: 12px;
}
.product_options {
  background: #f5f5f5;
  border-radius: 12px;
}
.product_options_inner {
  padding: 22px;
}
.product_options_inner .form-group:nth-child(odd) {
  background: #fdfdfd;
  border-radius: 5px;
}
.product_options_inner .form-group + .form-group {
  margin-top: 12px;
}

.fotorama__stage {
  margin-bottom: 12px;
}
.fotorama__stage .fotorama__stage__frame .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  border-radius: 7px !important;
}

.product .sklad {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin: 9px 0 0 0;
  padding: 5px 12px;
  border-radius: 3px;
}
.product .yes {
  color: #4caf50;
  border: 1px solid #4caf50;
}
.product .no {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.search {
  position: absolute;
  right: 18px;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  font-size: 14px;
}
.search .search-btn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #6c7278;
  background: url(../img/icons/search.svg) center center no-repeat;
  margin: -18px 0 0 -18px;
  background-size: 14px;
  opacity: 0.8;
}
.search .search-btn:hover {
  opacity: 0.5;
}
.search .search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 1140px;
  height: 100%;
  padding: 0 1px;
}
.search .search-form form {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -25px;
  border: 1px solid #d1d1d1;
  width: 700px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
}
.search .search-form input {
  padding: 0 30px 0 30px;
  text-align: left;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  color: #000;
}
.search .search-form input:-moz-placeholder,
.search .search-form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.search .search-form input::-webkit-input-placeholder {
  color: #999;
}
.search .search-form button {
  height: 50px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background: url(../img/icons/search-form.png) center center no-repeat;
}

.simplesearch-search-form .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dee2e6;
  text-align: right;
  font-size: 0.8rem;
}
.simplesearch-result h4 {
  font-size: 18px;
  font-weight: 500;
}
.simplesearch-result h4 a {
  color: #3aaa35;
}
.simplesearch-result h4 a:hover {
  color: #3aaa35;
}
.simplesearch-results + .simplesearch-paging {
  display: none;
}
.simplesearch-paging {
  background: #f9f9f9;
  padding: 8px 18px;
  border-radius: 3px;
  margin-top: 46px;
  color: #ccc;
}
.simplesearch-paging .simplesearch-result-pages {
  color: #212529;
}
.simplesearch-paging .simplesearch-page {
  display: inline-block;
  padding: 3px 10px;
  color: #212529;
}
.simplesearch-page a {
  display: block;
  color: #c18348;
  text-decoration: none;
}

.modal_order h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.msearch2 fieldset:first-child {
  margin-bottom: 7px;
}
.msearch2 fieldset + fieldset {
  margin-top: 28px;
}

.blog_row {
}
.blog_row_inner {
  padding: 22px;
  height: 100%;
}
.blog_row:nth-child(even) .blog_row_inner {
  background: #fff;
  border-radius: 7px;
}
.blog_row:nth-child(odd) .blog_row_inner {
  /* border: 1px solid #e5e5e5; */
  /* border-radius: 5px; */
}
.blog_row_inner .name a {
  color: #3aaa35;
  text-decoration: none;
}
.blog_row_inner .name a:hover {
  color: #dc3545;
}

.looked_title {
  x-display: flex;
  x-flex-direction: column;
}
.looked_title .btn {
  margin-left: 0;
  padding: 3px 0 7px 0;
}
.looked_title .btn:hover {
  color: #de1f2b;
}

.faq_outer {
  margin-bottom: 86px;
}
.faq_outer h3.title {
  margin-bottom: 18px;
}
.faq_outer .accordion-item {
  border: none;
}
.faq_outer .accordion-button,
.faq_outer .accordion-item:first-of-type .accordion-button,
.faq_outer .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 7px;
}
.faq_outer .accordion-button:not(.collapsed) {
  color: #222528;
  background-color: #e9ecef;
}
.faq_outer .accordion-button {
  display: block;
  border: 1px solid #e4e4e4;
  text-align: left;
}
.faq_outer .accordion-button::after {
  display: block;
  float: right;
  opacity: 0.5;
}
.faq_outer .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/faq_arrow.svg);
  opacity: 0.9;
}
.faq_outer .accordion-button.collapsed {
  margin-bottom: 16px;
}

.faq_outer .accordion-body {
  background: #fbfbfb;
  margin: 0 26px 22px 26px;
  border-radius: 0 0 7px 7px;
  color: #222528;
  padding: 22px 28px;
}

.btn.btn-warning {
  background-color: #3aaa35;
  border-color: #3aaa35;
  color: #fff;
}
.btn.btn-outline-warning {
  color: #3aaa35;
  border-color: #3aaa35;
}

.product_buttons .btn {
  width: 100%;
}

.looked-ms2-product {
  position: relative;
}
.ms2_product .looked-remove {
  background-image: url(../img/icons/close.svg);
  background-color: #e3e3e3;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  x-width: 35px;
  x-height: 35px;
  border-radius: 50%;
  padding: 16px;
  background-size: 16px;
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 1;
}
.btn-outline-warning:hover {
  background-color: #fbeee2;
}
.btn.btn-warning:hover {
  background-color: #3aaa35;
}

.row .ms2_product {
  position: relative;
}
.row .ms2_product .flags {
  position: absolute;
  top: 21px;
  left: 29px;
  z-index: 1;
}
.flags .badge {
  background-color: #4CAF50;
  font-size: 12px;
  border-radius: 4px;
  padding: 5px 5px;
  font-weight: 500;
}
.flags .badge.bg_success {
  /* color: #198754; */
}
.flags .badge.bg_primary {
  color: #ffffff;
}

.discount.badge {
  font-weight: 500;
}

.footer {
  margin-top: 90px;
}
.footer_menu {
  list-style: none;
  padding-left: 0px;
}
.footer_menu li {
  margin: 0 0 7px 0px;
}
.footer_menu li a {
  text-decoration: none;
  color: #3aaa35;
  padding-bottom: 2px;
}
.footer_menu li a:hover {
  color: #3aaa35;
}

.cf-cities li a {
  text-decoration: none;
  color: #212529;
  border-bottom: 1px solid #bbb;
  padding-bottom: 2px;
}
.cf-cities li a:hover {
  color: #de1f2b;
  border-color: #de1f2b;
}
.cf-modal .cf-modal-dialog .cf-modal-header {
  padding: 22px;
}
.cf-modal .cf-modal-dialog .cf-modal-body {
  padding: 26px;
}
.cf-modal .cf-cities li {
  margin: 3px 0 12px 0;
}
.cf-modal .cf-modal-dialog .cf-modal-header .cf-btn-close {
  font-size: 32px;
  margin-top: -12px;
  margin-right: -6px;
}
.cf-modal .cf-modal-dialog .cf-modal-header .cf-btn-close:hover {
  opacity: 0.5;
}

.textOuter {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
.textOuter h2,
.textOuter h3,
.textOuter h4,
.textOuter p + h2,
.textOuter p + h3,
.textOuter p + h4 {
  margin: 42px 0 0 0;
}
.textOuter h2 + *,
.textOuter h3 + *,
.textOuter h4 + *,
.textOuter h5 + * {
  margin: 18px 0 0 0;
}
.textOuter p {
}
.textOuter ol,
.textOuter ul {
  padding-left: 1rem;
}
.textOuter ul {
  margin-left: 0px;
  list-style: none;
}
.textOuter ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  background: #ccc;
  border-radius: 50%;
  float: left;
  margin: 8px 7px 0 0;
}
.textOuter ol {
  margin-left: 0px;
}
.textOuter ol li {
  list-style: decimal;
}
.textOuter ul li + li,
.textOuter ol li + li {
  margin-top: 7px;
}
.textOuter p + *,
.textOuter ul + *,
.textOuter ol + *,
.textOuter blockquote + * {
  margin: 14px 0 0 0;
}
.textOuter img {
  max-width: 100%;
  height: auto;
  border: 1px solid #f3f3f3;
  padding: 12px;
}
.textOuter img[style*="float:right"] {
  margin-left: 22px;
}
.textOuter img[style*="float:left"] {
  margin-right: 22px;
}
.textOuter blockquote {
  margin: 28px 0 28px 18px;
  padding: 7px 14px;
  border-left: 1px solid #ccc;
}
.textOuter blockquote p {
  margin: 0;
}
.textOuter table {
  width: 100%;
  border-color: #aaa;
}
.textOuter table tr td,
.textOuter table tr th {
  padding: 12px;
  border-color: #aaa;
}
.textOuter table tr th {
  background: #f1f1f1;
}

.footer {
  background: #262626;
  padding: 35px 0 16px 0;
  border-top: 2px solid #e3e3e3;
}
tr.footer{
    background: transparent;
}
.footer_menu li,
.footer_menu li a, 
.footer h3, 
.footer p{
    color: #7f7f7f;
}
.footer_menu li a:hover{
    color: #f2f2f2;
}

.filter-toggler {
  margin: 0 0 22px 7px;
  background-color: transparent;
  border: none;
  background-image: url(../img/icons/filter.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 26px;
}
.filter-collapsed{
  background: #f9f9f9;
  padding: 22px 24px 15px 24px;
  border-radius: 5px;
  margin-bottom: 32px;
  flex: 1 1 auto;
  font-size: 14px;
}

.footer_txt {
  margin-bottom: 26px;
}
.footer .developer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .developer img {
  margin-left: 12px;
}
.footer_copyright a {
  color: #212529;
}
.footer_copyright a:hover {
  color: #de1f2b;
}

.scroll-top {
  display: none;
  text-align: center;
  position: fixed;
  z-index: 10;
  right: 28px;
  bottom: 28px;
}
.scroll-top a {
  display: block;
  x-color: #fbf9f9;
  font-size: 0;
  padding: 18px 22px 26px 22px;
  background: url(../img/icons/up.svg) center no-repeat;
  background-size: 18px;
  background-color: #ebebeb;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
}
.scroll-top a:hover {
  background-color: #f9f9f9;
}

.box-bottom-content {
  margin-top: 72px;
}
.box-bottom-content .tags-bottom_child {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
    width: 100%;
    margin: 0 auto;
   /* padding: 0 20px;*/
}
.box-bottom-content .tags-bottom_child .my-tags {
  x-display: inline-block;
  margin: 0 0 16px 0;
}
.box-bottom-content .tags-bottom_child .my-tags p {
  margin: 0;
}



/*.box-bottom-content .tags-bottom_child .my-tags a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  margin: 0 7px;
  font-size: 1rem;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  color: #6c757d;
  border-color: #6c757d;*/

 
 
  .box-bottom-content .tags-bottom_child .my-tags a {
    display: block;
    white-space: nowrap;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e9ecef;
  border: 1px solid transparent;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-right: 10px;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  color: #818181;
  font-size: 14px;
}
.box-bottom-content .tags-bottom_child .my-tags a:hover {
  background: #f9f9f9;
}
.box-bottom-content .slick-prev:before,
.box-bottom-content .slick-next:before {
  color: #6c757d;
}

.catalog-page .box-bottom-content {
  margin-top: 0px;
  margin-bottom: 20px;
  overflow: hidden;
}
.catalog-page .box-bottom-content .tags-bottom_child {
  justify-content: flex-start;
  width: 100%;
}
/*.catalog-page .show_hide_list {margin: 12px 0 0 7px;float: right;}*/
.catalog-page .categories {
  margin: 68px 0 0 0 !important;
}

.mse2_pagination {
  margin-top: 36px;
}
.page-item.active .page-link {
  background-color: #3aaa35;
  border-color: #3aaa35;
}
.page-link {
    
  color: #000;
}
.page-link:hover {
  color: #c18348;
  background-color: #efede9;
  border-color: #d7d5d1;
}
.tradein {
  position: absolute;
  font-weight: 200;
}
#brands-slider img {
  height: 40px;
}
/*
#brands-slider .slick-track {
display: flex;
}
#brands-slider .slick-track .slick-slide {
display: flex;
height: auto;
align-items: center;
justify-content: center;
}*/
.tradein h3 {
  color: #fff;
}
.card {
  border: 0;
}
.shadow-sm {
  box-shadow: none !important;
}

.delivery_product-list {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.delivery_product {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 14px 16px;
    list-style: none;
    margin: 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    font-size: 14px;
    margin-top: 20px;
}
@media (min-width: 992px) {
  .filter-collapsed {
    display: block !important;
  }
  .filter-toggler {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  h1.title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .headlogo {
    margin-bottom: 22px;
    width: 50%;
  }
  .header__point {
    margin-bottom: 22px;
    width: 50%;
    text-align: right;
  }
  .navbar .navbar-toggler {
    padding: 12px;
    background-color: white;
    border-radius: 50%;
  }
  .navbar {
    padding: 18px 18px 18px 18px;
  }

  h1.title {
    font-size: 26px;
  }
  h2.title,
  .textOuter h2 {
    font-size: 24px;
  }
  h3.title,
  .textOuter h3 {
    font-size: 20px;
  }
  h4.title {
    font-size: 18px;
  }

  .navbar-nav {
    margin: 22px 0 14px 0;
    x-align-items: flex-end;
  }

  .card-body .card-title {
    font-size: 14px;
    line-height: 1.5;
  }
  .card-body .price_outer{
      font-size: 14px;
  }

  .msearch2 fieldset + fieldset {
    margin-top: 0px;
    margin-bottom: 26px;
  }

  .product_buttons .input-group {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .headlogo {
  }

  h1.title {
    font-size: 24px;
  }
  h2.title,
  .textOuter h2 {
    font-size: 22px;
  }
  h3.title,
  .textOuter h3 {
    font-size: 18px;
  }
  h4.title {
    font-size: 16px;
  }

  .msg_outer {
    flex-direction: column;
  }


  .card .btn-group {
    flex-direction: column;
  }
  .card .btn-group .btn {
    border-radius: 3px;
  }
  .card .btn-group .btn.btn-warning {
    margin-top: 8px;
    margin-bottom: 10px;
    border-radius: 3px;
  }
    .card .btn-group .btn.btn-outline-warning{
        border: none;
    }
  .product_content {
    flex-direction: column-reverse;
  }
  .product h1.title {
  }
  .gallery_outer {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .msg_outer .msg {
    margin-left: 12px;
  }
  .minicart_outer {
    width: 100%;
    margin-top: 18px;
  }
  .msMiniCart:before {
    left: auto;
    right: 65px;
  }
}
@media screen and (max-width: 396px) {
  .headlogo {
    width: 100%;
  }
  .header__point {
    width: 100%;
    text-align: left;
    margin-left: 12px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 346px) {
  .msg_outer {
    flex-direction: row;
    margin-bottom: 12px;
  }
  .msg_outer .max {
    margin: 0 0 0 12px;
  }
  .phone_outer {
    margin-left: 12px;
  }
}
@media screen and (min-width: 768px) {
}

.cookie {
  position: fixed;
  padding: 22px 70px 16px 20px;
  right: 100px;
  bottom: 0;
  max-width: 840px;
  background: #e3e3e3;
  border-radius: 12px 12px 0 0;
  display: none;
      z-index: 9999;
}
.cookie p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #4c4c4c;
}
.cookie button {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -16px;
  background: #de1f2b;
  border-radius: 5px;
  width: 46px;
  height: 32px;
  border: none;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

.paramsprodct img {
  width: 50px;
}

.paramsprodct a {
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 0 5px 10px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  color: #212529;
  width: auto;
}
.paramsprodct a:hover {
  color: #000;
  border: 1px solid #3aaa35;
}

.paramsprodct .row.mb-3 {
  margin-left: 0;
  display: flex;
}

.paramsprodct .activephone {
  border: 1px solid #3aaa35;

  color: #000;
}

.ajax_form button[type="submit"]:disabled:before {
  content: "";
  position: absolute;
  background-image: url(/assets/basetemplate/img/ajax_loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.ajax_form button[type="submit"]:disabled:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

.ajax_form {
  position: relative;
}

@media screen and (max-width: 768px) {
    
      .catalog-page .box-bottom-content .tags-bottom_child {overflow-x: auto;     flex-wrap: nowrap;}

    .pagination {flex-wrap: wrap;
         justify-content: center;
     }
 

a.page-link {
    font-size: 12px;
    padding: 3px 10px;
}

  .cookie {
    padding: 22px 70px 16px 20px;
    right: 0;
    max-width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 520px) {
      
     

  .cookie {
    padding: 22px 20px 16px 20px;
  }
  .cookie button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 8px;
    height: 28px;
  }
}

#faSorts {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 26px;
}
.card-img-top img {
  max-width: 100%;
}
.hidden {
  display: none;
}

@media screen and (max-width: 1399px) {
  .navbar-nav li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav {
    width: 100%;
    margin-right: 40px;
    justify-content: space-between;
  }
  .navbar-nav li {
    margin: 0 5px;
  }
  .navbar-light .navbar-nav .nav-link.page140 {
    padding-left: 7px;
    padding-right: 12px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link.page140 {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }

  .search {
    position: relative;
    width: 100%;
    right: inherit;
    top: 0;
    height: 100%;
    text-align: center;
    font-size: 14px;
  }
  .search .search-btn {
    display: none;
  }
  .search .search-form {
    display: block;
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    height: 100%;
    padding: 0 1px;
  }
  .search .search-form form {
    position: relative;
    right: 0px;
    top: 50%;
    margin-top: 0;
    border: 1px solid #d1d1d1;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #fff;
  }
}

.header-test {
  /*РћР±РЅСѓР»РµРЅРёРµ*/
}
.header-test * {
  padding: 0;
  margin: 0;
  border: 0;
}
.header-test .container {
  margin: 0 auto;
}
.header-test *,
.header-test *:before,
.header-test *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-test input,
.header-test button,
.header-test textarea {
  font-family: inherit;
}
.header-test input::-ms-clear {
  display: none;
}
.header-test button {
  cursor: pointer;
}
.header-test button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.header-test a,
.header-test a:visited {
  text-decoration: none;
}
.header-test a:hover {
  text-decoration: none;
}
.header-test img {
  vertical-align: top;
}
.header-test h1,
.header-test h2,
.header-test h3,
.header-test h4,
.header-test h5,
.header-test h6 {
  font-size: inherit;
  font-weight: inherit;
}
.header-test :focus,
.header-test :active {
  outline: none;
}
.header-test a:focus,
.header-test a:active {
  outline: none;
}
.header-test .header__burger {
  display: none;
}
.header-test .header__burger.burger-active::before {
  transform: rotate(45deg);
  top: 5.5px;
}
.header-test .header__burger.burger-active::after {
  transform: rotate(-45deg);
  bottom: 9px;
}
.header-test .header__burger.burger-active span {
  display: none;
}
.header-test .header-top {
  background: #262626;
  padding: 12px 0px;
  position: relative;
  z-index: 11;
}
.header-test .header-top.mobile {
  display: none;
}
.header-test .header-top .container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.header-test .header-top__nav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.header-test .header-top__nav a {
  font-weight: 500;
  font-size: 12px;
  color: #7f7f7f;
  transition: all 300ms ease;
}
.header-test .header-top__nav a.trade-in {
  display: flex;
  align-items: center;
  justidy-content: center;
  gap: 4px;
  color: #f2f2f2;
}
.header-test .header-top__nav a:hover,
.header-test .header-top__nav a.trade-in:hover {
  color: #f2f2f2;
}
.header-test .header-top__time {
  position: relative;
  margin-left: auto;
}
.header-test .header-top__time .time__text {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: #7f7f7f;
  gap: 10px;
  cursor: pointer;
}
.header-test .header-top__time .time__text,
.header-test .header-top__time .time__text svg {
  transition: all 300ms ease;
}
.header-test .header-top__time:hover .time__text {
  color: #f2f2f2;
}
.header-test .header-top__time.active .time__text svg {
  transform: rotate(180deg);
}
.header-test .header-top__time .time__dropdowns {
  border-radius: 3px;
  box-shadow: 1px 3px 5px 3px rgba(186, 186, 186, 0.1);
  background: #fff;
  position: absolute;
  padding: 33px 40px 40px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  left: 50%;
  margin-top: 10px;
  transform: translate(-50%, 0px);
}
.header-test .header-top__time .time__dropdowns h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
  color: #3e3939;
}
.header-test .header-top__time .time__dropdown:not(:last-child) {
  margin-bottom: 20px;
}
.header-test .header-top__time .time__dropdown p:first-child {
  font-weight: 500;
  font-size: 12px;
  color: #000;
  margin-bottom: 4px;
}
.header-test .header-top__time .time__dropdown p:last-child {
  font-size: 12px;
  color: #000;
}
.header-test .header__geo {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.header-test .header__geo img {
  align-self: flex-start;
  margin-top: 2px;
}
.header-test .header__geo p span {
  font-size: inherit;
  font-weight: 700;
  color: #fff;
}

.header-test .header__geo p {
  font-weight: 500;
  color: #7f7f7f;
  margin-left: 3px;
  font-size: 12px;
}
.header-test .header__phone {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.header-test .header-main {
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding: 16px 0px;
}
.header-test .header-main .container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.header-test .header-main__links {
  display: flex;
  gap: 22px;
}
.header-test .header-main__links svg {
  display: block;
  stroke: #3e3939;
  fill: none;
  width: 18px;
  height: 21px;
  margin: 0 auto 6px;
  transition: all 300ms ease;
}
.header-test .header-main__links a {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #7f7f7f;
  transition: all 300ms ease;
  position: relative;
}
.header-test .header-main__links a .count {
  border-radius: 100%;
  background: #3aaa35;
  position: absolute;
  color: #fff;
  top: -10px;
  right: 0px;
  padding: 3px 5px;
  font-weight: 700;
  font-size: 12px;
  display: block;
  aspect-ratio: 1/1;
  height: 24px;
}
.header-test .header-main__links a:hover {
  color: #3e3939;
}
.header-test .header-main__links a:hover svg {
  stroke: #3aaa35;
}
.header-test .header-main__links a img {
  display: block;
  margin: 0 auto 6px;
}
.header-test .header__logo {
  width: 102px;
  height: 56px;
  position: relative;
}
.header-test .header__logo img {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  object-fit: contain;
}
.header-test .header__logo + p {
  font-weight: 400;
  font-size: 14px;
  color: #808080;
  max-width: 160px;
}
.header-test .header__search {
  display: flex;
  align-items: center;
  gap: 0px;
  flex: 1 1 auto;
  border: 1px solid #bababa;
  gap: 10px;
  padding: 0px 12px;
  transition: all 300ms ease;
  border-radius: 3px;
}
.header-test .header__search:hover {
  border-color: rgba(58, 170, 53, 0.6);
}
.header-test .header__search:has(input:focus),
.header-test .header__search:has(input:nth-child(2):not(:placeholder-shown)) {
  border-color: rgb(58, 170, 53);
}
.header-test .header__search input {
  display: block;
  padding: 12px 0px;
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 12px;
  color: #3e3939;
}
.header-test .header__search input::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #bababa;
}
.header-test .header__search input + button {
  font-weight: 500;
  font-size: 12px;
  color: #7f7f7f;
  opacity: 0;
  transition: all 300ms ease;
}
.header-test .header__search input + button:hover {
  color: #3e3939;
}
.header-test .header__search input:focus + button {
  opacity: 1;
}
.header-test .header__search button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.header-test .header__catalog {
  border: 4px solid rgba(58, 170, 53, 0.1);
  border-radius: 6px;
  transition: all 300ms ease;
}
.header-test .header__catalog:hover {
  border: 4px solid rgba(58, 170, 53, 0.3);
}
.header-test .header__catalog .catalog__text {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  padding: 10px 24px;
  background: #3aaa35;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.header-test .header__catalog .catalog__text img {
  width: 18px;
}
.header-test .header__catalog .catalog__text .cross {
  display: none;
}
.header-test .header__catalog .catalog__text.active .square {
  display: none;
}
.header-test .header__catalog .catalog__text.active .cross {
  display: block;
}
.header-test .header-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px 0px;
}
.header-test .header-nav .container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.header-test .header-nav a {
  font-weight: 600;
  font-size: 16px;
  color: #3e3939;
  transition: all 300ms ease;
}
.header-test .header-nav a:hover {
  color: #7f7f7f;
}
.header-test .header-nav a:last-child {
  margin-left: auto;
  color: #b82323;
}
.header-test .header-nav a:last-child:hover {
  opacity: 0.6;
}

.catalog__dropdowns {
  display: none;
  position: absolute;
  z-index: 2;
  inset: 0;
  padding-top: 128px;
  box-shadow: 1px 3px 5px 3px rgba(186, 186, 186, 0.1);
  background: rgba(0, 0, 0, 0.35);
}
.catalog__row {
  background: #fff;
  padding: 40px 0px 70px;
  height: 100%;
}
.catalog__row .container {
  margin: 0 auto;
  padding-left: 112px;
  position: relative;
  height: 100%;
}
.catalog__link {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
  max-width: 180px;

  padding: 7px 17px 7px 14px;
  border-radius: 3px;
  transition: all 300ms ease;
  font-weight: 500;
  font-size: 15px;
  color: #3e3939;
}

.catalog__link a {
  font-weight: 500;
  font-size: 15px;
  color: #3e3939;
  position: relative;
  z-index: 2;
}
.catalog__link:hover,
.catalog__link.active {
  color: #3e3939;
  background: #f6f6f6;
}
.catalog__link:not(:last-child) {
  margin-bottom: 12px;
}
.catalog__dropdown {
  display: none;
  position: absolute;
  left: 278px;
  top: 0px;
  right: 20px;
  bottom: 10px;
  padding-left: 70px;
  overflow: auto;
}
.catalog__dropdown h3 {
  grid-column: 1 / -1;
}
.catalog__dropdown.active {
  display: block;
}
.catalog__dropdown h3 {
  font-weight: 600;
  font-size: 25px;
  color: #000;
  margin-bottom: 25px;
}
.catalog__dropdown a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #3e3939;
  text-decoration: none;
  transition: all 300ms ease;
  min-width: 130px;
}
.catalog__dropdown a:hover {
  color: #7f7f7f;
}
.catalog__dropdown a:not(:last-child) {
  margin-bottom: 25px;
}
.catalog__sort{
    display: none;
}
.container{
    padding: 0px;
}
.mainpage .block-title .title{
    border: none;
}
 

.simplesearch-result-flex {
    display: flex;
    align-items: center;
}

.simplesearch-result-flex-col h4 {margin-top: 0;}

.simplesearch-result-flex-col {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.simplesearch-result-wrap {
    margin-bottom: 20px;
}

.dialogbox {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.65); */
}
.dialogbox__inner {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: flex-end;
  /* padding: 0 15px; */
  height: 100%;
  width: 100%;
}
.dialogbox__window {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  max-width: 558px;
  align-items: center;
  justify-content: center;
  /* max-height: 85%; */
  height: 100%;
  background: #f5f5f5;
  overflow-x: hidden;
  overscroll-behavior: contain;
  /* border-radius: 20px; */
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.dialogbox__close {
  transition: all 0.2s ease-in-out;
  z-index: 2;
  background: center/contain no-repeat url(../img/icons/close.svg);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.7;
  transition: all 300ms ease;
}
.dialogbox__close:hover {
  opacity: 1;
}
.dialogbox__window .block-header h2{
    font-size: 20px;
    color: #3aaa35;
    margin-bottom: 2rem;
    text-align: center;
}
.dialogbox__window .block-header p{
 text-align: center;
}
.dialogbox__window .form-group p{
    margin-bottom: 0.5rem;
}
.dialogbox__window .btn{
    display: block !important;
    margin: 0 auto;
}
.dialogbox__window .form_accepted{
    margin-top: 16px;
}
.dialogbox__window .form_accepted p{
    margin-bottom: 0px;
    text-align: center;
}
.serchcategorywrap a {
    color: #000;
}
.imageblog img {
    max-width: 100%;
}
.articlecontent img {
    max-width: 100%;
    height: auto;
}
.imageblog {
 max-width: 720px;
}
.table-of-contents {
    margin-bottom: 20px;
}
.autorinfo blockquote {
  font-style: italic;
  color: #555;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  border-left: 3px solid #ccc;
  background: #f9f9f9;
  quotes: "\201C""\201D""\2018""\2019";
}

.autorinfo blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.autorinfo blockquote p {
  display: inline;
}
ul#page-contents  li a {
    color: #333;
}
.catalog-slider .ms2_product {
    padding: 10px;
}
  .buy-credit {
 
    border: 1px solid rgb(58 170 53);
    border-radius: 12px;
    padding: 20px 20px;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 300;
}

  .buy-credit--row.buy-credit--row-top {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

  .buy-credit--row {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}

 
 .buy-credit .buy-names {
        margin-bottom: 5px;
    }
 
 .buy-credit .buy-names {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-right: 10px;
}
 
.buy-credit .buy-names .buy-names-header {
    font-size: 14px;
    color: #19192a;
    display: block;
    line-height: 16px;
    position: relative;
}
  .buy-credit .buy-names .buy-names-header span {
    position: relative;
    top: -4px;
    font-weight: 700;
    font-size: 14px;
    color: #212529;
    cursor: pointer;
}
 .buy-credit .buy-names .buy-names-desc {
    font-size: 12px;
    color: rgba(25, 25, 42, .7);
    display: block;
    line-height: 14px;
    padding-top: 3px;
}

 

@media only screen and (max-width: 1280px) {
  .header-test .header__geo p span {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
    .header-test .header-top .container{
        gap: 10px;
    }
.header-test .header__phone, .header-test .header-top__nav a, .header-test .header__geo p{
    font-size: 10px;
}
}

@media only screen and (max-width: 992px) {
    .header__phone, .header-test .header-top__nav a{
        font-size: 12px;
    }
    .footer .row:not(.footer_copyright) *:nth-child(1),
    .footer .row:not(.footer_copyright) *:nth-child(2){
        flex: 0 0 calc(50%);
    }
    .mainpage .slick-prev, .mainpage .slick-next{
        display: none !important;
    }
    .slick-dots{
        left: 15px;
        right: 15px;
        width: auto;
    }
    .trade-in{
        position: relative;
    }
    .trade-in__bg{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        object-fit: cover;
        z-index: 1;
        border-radius: 30px;
        overflow: hidden;
        
    }
    .trade-in__bg img{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        object-fit: cover;
        z-index: 1;
    }
    .trade-in__info{
        position: relative;
        z-index: 2;
        width: 100%;
    }
    .row.nowrap{
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 20px;
    }
    .row-cols-sm-1>*{
        width: 100%;
    }
    #faResults .ms2_product{
        padding: 0px;
    }
    .categories{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .container{
        padding: 0px 15px;
    }
    #faSorts{
        display: none;
    }
    .catalog__filters{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .catalog__filter{
       flex: 0 1 calc(50% - 20px);
       text-align: left;
       margin-bottom: 0px;
       padding-bottom: 0px;
            color:#3e3939;
    }
    .catalog__sort{
        display: block;
        flex: 0 1 calc(50% - 20px);
    }
   .catalog__sort #faSorts{
       display: flex;
         margin-bottom: 0px;
   }
   .catalog__results #faResults{
        margin: 0px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
   }
  .header-test .container {
    padding: 0px 15px;
  }
  .header-test .header__geo,
  .header-test .header__phone {
    min-width: fit-content;
  }
  .header-test .header__geo p:last-child {
    display: block;
  }
  .header-test .header-top.pc {
    position: fixed;
    top: 40px;
    left: 0;
    opacity: 0;
    transform: translate(0, -120%);
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 60px 30px 0px;
    transition: transform 300ms ease 0ms, opacity 400ms ease-in 300ms;
    z-index: 0;
    overflow-y: auto;
  }
  body:has(.header-test .header-top.pc.burger-active){
      position: fixed;
       inset: 0px;
      overflow: hidden;
  }
  .header-test .header-top.pc.burger-active {
    transform: translate(0%, 0%);
    opacity: 1;
    z-index: 20;
    overscroll-behavior: contain;
  }
  .header-test .header-top.pc.burger-active .container,
  .header-test .header-top.pc.burger-active .header-top__nav {
    flex-direction: column;
    margin-left: 0px;
  }
  .header-test .header-top.pc.burger-active .container{
      margin: 0 auto;
  }
  .header-test .header-top.pc.burger-active .header-top__time {
    margin: 0 auto;
  }
  .header-test .header-top.mobile {
    display: block;
  }
  .header-test .header-top.mobile p {
    font-size: 12px;
  }
  .header-test .header-top.mobile .header__phone {
    margin-left: auto;
  }
  .header-test .header-top.mobile .header__phone img {
    width: 18px;
  }
  .header-test .header__burger {
    display: block;
    position: relative;
    width: 22px;
    height: 15px;
    z-index: 4;
    order: 3;
  }
  .header-test .header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    top: 7px;
    background: #fff;
  }

  .header-test .header__burger::before,
  .header-test .header__burger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    transition: all 300ms ease-out 0ms;
    z-index: 5;
    background: #fff;
  }
  .header-test .header__burger::before {
    top: 0;
  }
  .header-test .header__burger::after {
    bottom: 0;
  }
  .header-test .header-main .container {
    flex-wrap: wrap;
  }
  .header-test .header-main__links {
    order: 3;
  }
  .header-test .header__logo {
    width: 91px;
    height: 50px;
    order: 1;
  }
  .header-test .header__logo + p {
    font-size: 12px;
    order: 2;
    max-width: none;
  }
  .header-test .header__catalog {
    order: 4;
  }
  .header-test .header__search {
    order: 5;
  }
  .header-test .header-nav .container {
    overflow-x: auto;
  }
  .header-test .header-nav a {
    min-width: fit-content;
  }
  .header-test .header .time__dropdowns {
    padding: 20px;
  }
  .catalog__dropdowns {
    padding-top: 150px;
  }
  .catalog__dropdowns .catalog__row {
    padding-bottom: 20px;
    padding-top: 60px;
    
  }
  .catalog__dropdowns .container {
    padding-left: 0px;
  }
  .catalog__dropdowns .catalog__link {
    max-width: 145px;
  }
  .catalog__dropdowns .catalog__dropdown {
    left: 170px;
    padding-left: 30px;
    right: 0px;
  }
  .catalog__dropdowns .catalog__dropdown.active {
    grid-template-columns: 1fr !important;
    overflow-x: auto;
    overflow-y: auto;
    bottom: 20px;
  }

}

@media only screen and (max-width: 768px) {
    .header-test .header__logo + p{
        max-width: 160px;
    }
}
@media only screen and (max-width: 576px) {
    .dialogbox{
     background: rgba(0, 0, 0, 0.65);
    }
    .dialogbox__inner{
    align-items: center;
    justify-content: center;
    
    }
    .dialogbox__window{
        display: block;
        max-height: 85%;
        padding: 20px;
    }
    .dialogbox__window .block-header h2{
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .dialogbox__window .block-header p, .dialogbox__window .form-group p{
        font-size: 14px;
        margin-bottom: 0.5rem;
    }
    .dialogbox__window .form_accepted p{
        font-size: 10px;
    }
  .header-test .header-main__links {
    flex: 0 1 50%;
    justify-content: flex-end;
    margin-top: 5px;
  }

  .header-test .header__search input {
    width: 100px;
  }
  .header-test .header__logo + p {
    display: none;
  }
  .row.nowrap .col-sm-6{
      flex: 0 0 auto;
      width: 70%;
  }
  .catalog__filter{
      flex: 1 1 auto;
      max-width: fit-content;

  }
  .catalog__sort{
      flex: 1 1 auto;
      
  }
}
@media only screen and (max-width: 450px) {
    .imageblog {
    width: 100%;
}

  .header-test .header__catalog .catalog__text {
    padding: 10px 14px;
    gap: 10px;
    font-size: 12px;
  }
  .header-test .header__search input {
    font-size: 10px;
  }
}

/* Иконки на карточке товара */
.card-img-top {
    position: relative;
    overflow: hidden;
}

.img-frosted-bar {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(20, 20, 20, 0.50);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 14px;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    display: flex;
    z-index: 2;
}

.img-frosted-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9px 4px;
    gap: 4px;
    border-right: 0.5px solid rgba(255, 255, 255, 0.08);
    position: relative;
    cursor: default;
}

.img-frosted-item:last-child {
    border-right: none;
}

.img-frosted-item svg {
    flex-shrink: 0;
}


/* Тултип */
.img-frosted-tip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 0.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 8px 10px;
    width: 140px;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.18s ease;
    transition-delay: 0.1s;
}

.img-frosted-tip b {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
    font-family: system-ui, sans-serif;
}

.img-frosted-tip span {
        display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.2;
    font-family: system-ui, sans-serif;
}

.img-frosted-tip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(20, 20, 20, 0.95);
    border-bottom: none;
}

/* Крайние тултипы не вылезают за края */
.img-frosted-item:first-child .img-frosted-tip {
    left: 0;
    transform: none;
}

.img-frosted-item:first-child .img-frosted-tip::after {
    left: 30%;
}

.img-frosted-item:last-child .img-frosted-tip {
    left: auto;
    right: 0;
    transform: none;
}

.img-frosted-item:last-child .img-frosted-tip::after {
    left: auto;
    right: 30%;
    transform: none;
}

.img-frosted-item:hover .img-frosted-tip {
    opacity: 1;
}

/* Мобильные */
@media (max-width: 768px) {
    .img-frosted-bar {
        bottom: 8px;
        left: 0px;
        right: 0px;
        border-radius: 12px;
    }

    .img-frosted-item {
        padding: 7px 2px;
    }

    .img-frosted-tip {
        display: none;
    }
}