@import url("/tpl/fonts/stylesheet.css");

html,
body {
    height: 100%;
}

body {
  font-size: 1rem;
  font-family: 'Circe';
  font-weight: normal;
  font-style: normal;
  background-color: #ffffff;
  color: #333333;
  overflow: auto;
}
a {
  color: #333333;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
a:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  opacity: 0.9;
}
.info_text {
  background: #ffeacc;
  border: solid 1px #d1d1d1;
  border-radius: 0.3rem;
  text-align: center;
  padding: 3px;
}
.bsx {
  -webkit-box-shadow: 0px 0px 18px -9px #9e9e9e;
          box-shadow: 0px 0px 18px -9px #9e9e9e;
}
.btn {
  background: #004296;
}
.btn:hover,
.btn:focus {
  background: #0258c9;
}
.waves-effect.waves-blue .waves-ripple {
  background-color: #96c4ff;
}
/*
burger
*/
.gamburg {
  width: 45px;
  height: 45px;
  position: relative;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.gamburg span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #d9d9d9;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.gamburg span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.gamburg span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.gamburg span:nth-child(1),
.gamburg span:nth-child(2) {
  top: 0px;
}
.gamburg span:nth-child(3),
.gamburg span:nth-child(4) {
  top: 11px;
}
.gamburg span:nth-child(5),
.gamburg span:nth-child(6) {
  top: 22px;
}
.gamburg.open span:nth-child(1),
.gamburg.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gamburg.open span:nth-child(2),
.gamburg.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gamburg.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.gamburg.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.gamburg.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.gamburg.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.gamburg.open span:nth-child(5) {
  left: 5px;
  top: 19px;
}
.gamburg.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}
/*
@burger
*/
.container {
  max-width: 1270px;
  width: 100%;
  padding: 0 15px;
}
.fcontent__title,
.pcatlist__title,
.partsfilter__title,
.prodcontent__title {
  font-size: 2.7rem;
  margin: 0;
  margin-top: 1.5rem;
}
/*
topdiv
*/
.topdiv .topdiv__logo {
  margin-top: 1rem;
}
.topdiv .topdiv__logo img {
  width: 100%;
}
.topdiv .topdiv__menu {
  margin-top: 1rem;
}
.topdiv .topdiv__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topdiv .topdiv__menu > ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.topdiv .topdiv__menu > ul li p img {
  margin-right: 1rem;
}
.topdiv .topdiv__menu_ourshop {
  cursor: pointer;
  position: relative;
}
.topdiv .topdiv__menu_ourshop .topdiv__menu_listshop {
  position: absolute;
  width: 310px;
  margin-top: 54px;
  top: 0;
  background: #fff;
  padding: 1.5rem;
  z-index: 70;
  -webkit-box-shadow: 0px 0px 18px -9px #9e9e9e;
          box-shadow: 0px 0px 18px -9px #9e9e9e;
  display: none;
}
.topdiv .topdiv__menu_ourshop .topdiv__menu_listshop li:first-child {
  border-bottom: 1px solid #bfbfbf;
}
.topdiv .topdiv__menu_ourshop .topdiv__menu_listshop li p a {
  color: #004296;
}
.topdiv .topdiv__menu_ourshop:hover .topdiv__menu_listshop {
  display: block;
}
.topdiv .topdiv__cartseaarch {
  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;
}
.topdiv .topdiv__cartseaarch .topcart,
.topdiv .topdiv__cartseaarch .topsearch {
  position: relative;
  text-align: center;
  padding: 2rem 1rem;
}
.topdiv .topdiv__cartseaarch .topcart img,
.topdiv .topdiv__cartseaarch .topsearch img {
  max-width: 55px;
}
.topdiv .topdiv__cartseaarch .topcart {
  text-align: center;
}
.topdiv .topdiv__cartseaarch .topcart p {
  position: absolute;
  bottom: 2rem;
  background: #004296;
  color: #fff;
  padding: 4px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  left: 0;
  right: 0;
  display: table;
  margin: 0 auto;
}
.topdiv .topdiv__cartseaarch .topcart p.empty {
  display: none;
}
/*
@topdiv
*/
/*
breadcrumbs
*/
.breadcrumbs .breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.breadcrumbs .breadcrumbs__item {
  padding: 0 0.5rem;
}
.breadcrumbs .breadcrumbs__item.active {
  color: #666666;
}
.breadcrumbs .breadcrumbs__item a {
  text-transform: initial;
}
/*
@breadcrumbs
*/
/*
@fcontent
*/
.fcontent {
  font-size: 1.2rem;
}
.fcontent ul {
  display: block;
  list-style-type: disc;
  padding-left: 40px;
}
.fcontent ul > li {
  list-style-type: unset;
}
/*
@fcontent
*/
/*
main_menu
*/
.main_menu .container {
  background: rgba(221, 221, 221, 0.34);
  padding: 0.3rem 0;
  font-size: 18px;
}
.main_menu .main_menu__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #bfbfbf;
  padding-top: 8px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.main_menu .main_menu__catalog span {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.main_menu .main_menu__pages {
  padding-top: 8px;
}
.main_menu .main_menu__pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
}
.main_menu .main_menu__pages ul li {
  text-transform: uppercase;
}
.main_menu .main_menu__smm {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.main_menu .main_menu__smm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.7rem;
}
.main_menu .main_menu__fullmenu {
  position: absolute;
  padding: 1rem;
  background: #ddd;
  display: none;
  left: 0;
  top: 41px;
  width: calc(65vw + 30%);
  z-index: 70;
}
.main_menu .main_menu__fullmenu_wrap {
  width: 330px;
  margin: 0;
  margin-right: 1rem;
}
.main_menu .main_menu__fullmenu_wrap li.submenu_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: solid 1px #b7b7b7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.main_menu .main_menu__fullmenu_wrap li.submenu_wrapp.active {
  background: #cbcbcb;
}
.main_menu .main_menu__fullmenu_wrap li.submenu_wrapp img.arow_active {
  width: 26px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main_menu .main_menu__fullmenu_wrap li.submenu_wrapp .menu_icon {
  width: 70px;
  margin-right: 1rem;
}
.main_menu .main_menu__fullmenu_wrap li.submenu_wrapp .menu_icon img {
  width: 100%;
}
.main_menu .main_menu__fullmenu_wrap li.submenu_wrapp .menu_name {
  width: 250px;
  text-align: center;
}
.main_menu .main_menu__fullmenu_wrap li.submenu_wrapp ul.submenu {
  right: 0;
  padding: 1rem;
  display: none;
}
.main_menu .main_menu__fullmenu_cats {
  padding: 1rem;
  width: 100%;
}
.main_menu .main_menu__fullmenu_catslist {
  margin: 0;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.main_menu .main_menu__catalog:hover .main_menu__fullmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.close-bottom-header {
    display: none;
}
/*
@main_menu
*/
/*
mainslider
*/
.mainslider > .container {
  position: relative;
  height: 377px;
  margin-bottom: 70px;
  margin-top: 2rem;
}
.mainslider > .container .swiper {
  width: 100%;
  height: 100%;
}
.mainslider > .container .swiper-slide {
  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;
  position: relative;
}
.mainslider > .container .swiper-slide img {
  width: 100%;
  display: block;
}
.mainslider > .container .swiper-button-next {
  top: unset;
  bottom: -64px;
  width: 3rem;
}
.mainslider > .container .swiper-button-next:after {
  content: unset;
}
.mainslider > .container .swiper-button-prev {
  top: unset;
  bottom: -64px;
  width: 3rem;
  left: unset;
  right: 6rem;
}
.mainslider > .container .swiper-button-prev:after {
  content: unset;
}
.mainslider > .container .swiper-scrollbar {
  left: 0%;
  bottom: -43px;
  z-index: 50;
  height: 3px;
  width: 86%;
}
.mainslider .mainslider__bigimg {
  width: 70%;
  margin-right: 1.5rem;
}
.mainslider .mainslider__smallimg {
  width: calc(31% - 1.6rem);
}
/*
@mainslider
*/
/*
newsparts
*/
.newsparts,
.popparts {
  background: #F3F3F3;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.newsparts > .container,
.popparts > .container {
  position: relative;
}
.newsparts > .container .swiper,
.popparts > .container .swiper {
  width: 100%;
  height: 100%;
}
.newsparts > .container .swiper-slide,
.popparts > .container .swiper-slide {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.newsparts > .container .swiper-slide img,
.popparts > .container .swiper-slide img {
  width: 100%;
  display: block;
}
.newsparts > .container .swiper-wrapper,
.popparts > .container .swiper-wrapper {
  height: unset;
}
.newsparts > .container .swiper-button-next,
.popparts > .container .swiper-button-next {
  position: initial;
  width: 3rem;
}
.newsparts > .container .swiper-button-next:after,
.popparts > .container .swiper-button-next:after {
  content: unset;
}
.newsparts > .container .swiper-button-prev,
.popparts > .container .swiper-button-prev {
  position: initial;
  width: 3rem;
}
.newsparts > .container .swiper-button-prev:after,
.popparts > .container .swiper-button-prev:after {
  content: unset;
}
.newsparts .newsparts__title,
.popparts .newsparts__title,
.newsparts .popparts__title,
.popparts .popparts__title {
  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;
  margin-bottom: 1rem;
}
.newsparts .newsparts__title_nav,
.popparts .newsparts__title_nav,
.newsparts .popparts__title_nav,
.popparts .popparts__title_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 7rem;
}
/*
@newsparts
*/
/*
proditem
*/
.proditem {
  position: relative;
  -webkit-box-shadow: 0px 0px 18px -9px #9e9e9e;
          box-shadow: 0px 0px 18px -9px #9e9e9e;
  min-height: 370px;
  background: #ffffff;
}
.proditem a:hover {
  -webkit-transform: unset;
          transform: unset;
}
.proditem .proditem__bage {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 70;
}
.proditem .proditem__bage li {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 10px;
  list-style: none;
}
.proditem .proditem__bage_new {
  background: #219653;
}
.proditem .proditem__bage_popular {
  background: #eb5757;
}
.proditem .proditem__img {
  width: 100%;
}
.proditem .proditem__img img {
  width: 100%;
}
.proditem .proditem__content {
  padding: 1rem;
}
.proditem .proditem__title {
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.proditem .proditem__priceadd {
  margin-top: 1rem;
  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;
}
.proditem .proditem__price {
  font-size: 27px;
  font-weight: 700;
}
.proditem .proditem__add {
  background: url('/tpl/img/icons/cart-icon_btn.svg') center center no-repeat, #004296;
  border: unset;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.proditem .proditem__add:hover {
  background: url('/tpl/img/icons/cart-icon_btn.svg') center center no-repeat, #0258c9;
}
.proditem.list_grid .proditem__add {
  width: 57px;
  height: 57px;
}
/*
@proditem
*/
/*
@prodcontent
*/
.prodcontent {
  margin-top: 3rem;
}
.prodcontent span.badge {
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  margin: 0 3px;
  display: block;
  height: auto;
}
.prodcontent span.badge-new {
  background: #219653;
}
.prodcontent span.badge-popular {
  background: #eb5757;
}
.prodcontent span.badge-favorite {
  background: #004296;
}
.prodcontent__price {
  font-size: 2rem;
  font-weight: 700;
}
.prodcontent__price_div {
  text-align: left;
}
.prodcontent__cartadd {
  margin-top: 1rem;
}
.prodcontent__title {
    margin-bottom: 30px;
}
.modulelist {
    margin: 10px 0;
}

.modulelist h4 {
    margin-bottom: 20px;
}
.prodcontent__cartadd .cartadd_count button {
  border-radius: 50%;
  background: #004296;
  cursor: pointer;
  border: 0;
  height: 25px;
  width: 25px;
  color: #fff;
}
.prodcontent__cartadd .cartadd_count button:hover {
  background: #0258c9;
}
.prodcontent__cartadd .cartadd_count input.browser-default {
  border: 0;
  outline: none;
  text-align: center;
  width: 4rem;
}
.prodcontent__cartbtn .btn {
  width: 14rem;
  padding: 0.5rem;
  height: auto;
}
.prodcontent__tabs a {
  -webkit-transform: unset;
          transform: unset;
}
.prodcontent__tabs .ms2_product__tvs {
  width: 70%;
  margin-top: 1rem;
}
.prodcontent__tabs .ms2_product__tvs_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dotted 1px #9e9e9e;
  line-height: 2.5;
}
.prodcontent__tabs .ms2_product__tvs_title {
  width: 50%;
}
/*
@prodcontent
*/
/*
.pay-delivery
*/
.pay-delivery {
  padding: 3.75rem 0px 3.75rem 0px;
}
.pay-delivery > .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.25rem;
}
.pay-delivery__content {
  padding: 2rem;
}
.pay-delivery__item {
  background: #F3F3F3;
}
.pay-delivery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pay-delivery__img {
  margin: 0px 1.5rem 0px 0px;
}
.pay-delivery__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  text-transform: uppercase;
}
.pay-delivery__text {
  font-size: 1.125rem;
  line-height: 120%;
  color: #808080;
  margin: 1.5rem 0px 0px 0px;
}
.pay-delivery__text__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pay-delivery__text__img img {
  max-width: 114px;
}
.pay-delivery__text__img:not(:last-child) {
  margin: 0px 0px 1rem 0px;
}
/*
@.pay-delivery
*/
/*
.cartcontent
*/
.cartcontent__list ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cartcontent__list ul li {
  list-style: none;
}
.cartcontent__del {
  margin-left: auto;
  text-align: right;
}
.cartcontent__del button {
  font-size: 1.5rem;
  font-weight: 700;
}
.cartcontent__partimg {
  width: 120px;
}
.cartcontent__partimg img {
  width: 100%;
}
.cartcontent__titlecount {
  margin-left: 2rem;
  max-width: 480px;
}
.cartcontent__parttitle {
  font-size: 2rem;
}
.cartcontent__partcount input[type="number"] {
  width: 50px;
}
.cartcontent__rowamount {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
.cartcontent__cart {
  background: rgba(221, 221, 221, 0.34);
}
.cartcontent__cart ul {
  padding-left: 0;
  padding: 1.5rem;
}
.cartcontent__cart ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.cartcontent__cart_title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
}
.cartcontent__cart_count > span:first-child {
  font-size: 1.5rem;
}
.cartcontent__cart_amount span {
  font-size: 1.5rem;
}
.cartcontent__cart_gooform {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
/*
@.cartcontent
*/
/*
new-catalog
*/
.new-catalog {
  padding: 4.375rem 0px 8.125rem 0px;
}
.new-catalog .new-catalog__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.25rem;
}
.new-catalog .new-catalog__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  max-width: 220px;
  text-transform: uppercase;
}
.new-catalog .item-new-catalog {
  background: #ffffff;
  border: 1px solid #dedede;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.new-catalog .item-new-catalog__text {
  max-width: 200px;
  padding: 2rem;
  height: 100%;
  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;
  position: relative;
  z-index: 1;
}
.new-catalog .item-new-catalog__title {
  font-size: 24px;
  line-height: 120%;
}
.new-catalog .item-new-catalog__link {
  display: block;
}
.new-catalog .item-new-catalog__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
}
.new-catalog .item-new-catalog__second-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.new-catalog .item-new-catalog:before {
  content: " ";
  position: absolute;
  width: 130%;
  height: 150%;
  background: #fff;
  top: -45%;
  left: -82%;
  z-index: 1;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.new-catalog .item-new-catalog:hover::before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #d4d4d4;
}
/*
@new-catalog
*/
/*
map-area
*/
.map-area {
  position: relative;
}
.map-area__map {
  height: 700px;
  z-index: 2;
}
.map-area__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.map-area__container {
  position: relative;
  height: 100%;
  max-width: 79.375rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.banners-adress {
  position: absolute;
  top: 130px;
  left: 0;
  width: 360px;
  background: #ffffff;
  -webkit-filter: drop-shadow(0px 10px 24px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 10px 24px rgba(0, 0, 0, 0.12));
}
.banners-adress__item:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
.banners-adress .item-banners-adress {
  background: #ffffff;
  padding: 32px 24px 32px 32px;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: all;
  display: block;
}
.banners-adress .item-banners-adress__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  margin: 0px 0px 0.75rem 0px;
}
.banners-adress .item-banners-adress__adress {
  font-size: 16px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banners-adress .item-banners-adress__adress::before {
  content: "";
  background: url("/tpl/img/icons/geo.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  margin: 0px 0.5rem 0px 0px;
}
.banners-adress .item-banners-adress.active {
  opacity: 1;
}
.banners-adress .item-banners-adress.active:after {
  content: "";
  background: url("/tpl/img/icons/adress-arrow.svg") 0 0 no-repeat;
  width: 12px;
  height: 22px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tabs__body .banners-adress .item-banners-adress {
    padding: 24px 70px 24px 24px;
}
.baloon__close {
  display: none;
}
.baloon__item p {
  margin: 0;
}
.baloon__item:not(:last-child) {
  margin: 0px 0px 0.9375rem 0px;
}
.baloon__text-content {
  padding: 20px;
}
.baloon__img {
  height: 190px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.map-title {
  font-family: "circe";
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  color: #333333;
  max-width: 312px;
  margin: 0px 0px 0.9375rem 0px;
}
.map-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "circe";
  font-size: 1.125rem;
  line-height: 120%;
  color: #333333;
}
.map-item img {
  max-width: 25px;
  margin: 0px 8px 0px 0px;
}
.ymaps-2-1-79-balloon__content {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
.ymaps-2-1-79-balloon__close {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  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;
  margin-bottom: -42px !important;
  top: 12px;
  right: 12px;
}
.ymaps-2-1-79-balloon__close .ymaps-2-1-79-balloon__close-button {
  width: 24px;
  height: 24px;
  margin: 0;
}
.ymaps-2-1-79-balloon__tail {
  display: none !important;
}
.ymaps-2-1-79-balloon {
  margin-left: 85px;
  margin-top: 200px;
}
/*
@map-area
*/
/*
about_galery
*/
ul.about_galery {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul.about_galery li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.actions__img a {
    display: block;
    width: 100%;
}
/*
@about_galery
*/
/*
actions
*/
ul.actions {
  list-style: none;
  margin-top: 1.5rem;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
}
ul.actions li {
  list-style: none;
}
ul.actions li h5 {
  margin-bottom: 1rem;
}
ul.actions li img {
  max-width: 100%;
  border-radius: 10px;
}
/*
@actions
*/
/*
rasprodazha
*/
.rasprodazha {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
/*
@rasprodazha
*/
/*
pcatlist
*/
.pcatlist > .container {
  background: rgba(221, 221, 221, 0.34);
}
.pcatlist .pcatlist__list {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.pcatlist .pcatlist__list li {
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px -9px #9e9e9e;
          box-shadow: 0px 0px 18px -9px #9e9e9e;
  padding: 0.5rem;
  text-align: center;
}
.pcatlist .pcatlist__list li img {
  width: 100%;
}
.pcatlist .pcatlist__list li span {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
/*
@pcatlist
*/
/*
partsfilter
*/
.partsfilter fieldset {
  border: unset;
  padding: 1rem;
  margin-bottom: 0.5rem;
  -webkit-box-shadow: 0px 0px 18px -9px #9e9e9e;
          box-shadow: 0px 0px 18px -9px #9e9e9e;
}
.partsfilter .filter_title {
  font-size: 1rem;
}
.partsfilter .filter_result {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.partsfilter .filter_body {
  padding-top: 3.3rem;
}
.partsfilter .filter_mainsort {
  margin-top: -3.7rem;
}
/*
@partsfilter
*/
/*
footer
*/
.footer {
  padding: 1.25rem 0px 0px 0px;
  background: #004296;
  padding: 2.5rem 0px 0px 0px;
}
.footer .footer__container {
  max-width: 79.375rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.footer .footer__top {
  padding: 1.25rem 0px;
  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;
  padding: 2.5rem 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footer__bottom {
  padding: 1.25rem 0px;
  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;
  padding: 2.5rem 0;
}
.footer .footer__copyright {
  font-size: 1rem;
  line-height: 120%;
  color: #ffffff;
}
.footer .footer__dev-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #ffffff;
  white-space: nowrap;
}
.footer .footer__dev-link img {
  margin: 0 6px;
}
.footer .footer__dev-link span {
  text-transform: uppercase;
}
.footer .footer__dev-link span span {
  font-weight: 700;
}
.footer .list-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}
.footer .list-footer-info li:not(:last-child) {
  margin: 0px 3.75rem 0px 0px;
}
.footer .list-footer-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.375rem;
  color: #ffffff;
}
.footer .list-footer-info__link svg {
  margin: 0px 0.625rem 0px 0px;
}
/*
@footer
*/

/* Новая шапка */
html::before,
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #181818;
  z-index: 4;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

html.mask::before,
body.mask::before {
  opacity: 0.5;
  pointer-events: all;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.header__top {
  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;
  padding: 30px 0;
}

.header__logo {
  max-width: 312px;
  width: 100%;
  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;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__item:not(:last-child) {
  margin-right: 60px;
}

.header__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.header__item span {
  font-size: 18px;
}

.header__item a {
  color: inherit;
}

.header__item:hover .header__address {
  visibility: visible;
  opacity: 1;
}

.header__address {
  position: absolute;
  top: 0;
  width: 400px;
  height: auto;
  padding-top: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 3;
}

.header__address-item {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  background: #fff;
}

.header__address-item:not(:last-child) {
  margin-bottom: 10px;
}

.header__address-item span {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.header__address-sub li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #004296;
}

.header__address-sub li:not(:last-child) {
  margin-bottom: 10px;
}

.header__address-sub span {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}

.header__address-sub a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.header__address-sub img {
  width: 24px;
  height: 24px;
}

.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__cart {
  margin-right: 30px;
}

.header__cart-link {
  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;
  position: relative;
}

.header__cart-link img {
  width: 40px;
  height: 40px;
}

.header__cart-link span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #004296;
  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: 700;
  font-size: 13px;
  color: #fff;
}

.header__search-link img {
  width: 40px;
  height: 40px;
}

.header__bottom {
  background-color: #F3F3F3;
  padding: 8px 0;
  position: relative;
}

.bottom-header {
  height: 56px;
  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;
  padding: 0 40px;
}

.bottom-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-header__social li:not(:last-child) {
  margin: 0px 12px 0px 0px;
}

.bottom-header__social li a {
  display: block;
  width: 32px;
  height: 32px;
}

.bottom-header__social li a img {
  width: 100%;
}

.catalog-header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
  color: #333333;
  background: transparent;
  cursor: pointer;
}

.catalog-header__btn span {
  margin: 0px 10px 0px 0px;
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 5;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 50%;
  position: relative;
}

.catalog-header__btn span i,
.catalog-header__btn span::before,
.catalog-header__btn span::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* right: 0; */
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #333333;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.catalog-header__btn span::before {
  top: 8px;
}

.catalog-header__btn span::after {
  bottom: 8px;
}

.catalog-header__btn span i {
  top: calc(50% - 1px);
}

.menu-open .catalog-header__btn span i {
  width: 0;
}

.menu-open .catalog-header__btn span::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-open .catalog-header__btn span::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.catalog-header__body {
  position: absolute;
  width: 100%;
  background: #F3F3F3;
  left: 0;
  top: 100%;
  display: none;
  z-index: 2;
}

.catalog-header__body.active {
  display: block;
}

.catalog-header__list {
  position: relative;
}

.catalog-header__item {
  max-width: 350px;
}

.catalog-header__item.active .catalog-header__link {
  background-color: rgba(0, 66, 150, 0.3);
}

.catalog-header__item.active .sub-menu {
  display: grid;
}

.catalog-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  max-width: 350px;
}

.catalog-header__link:hover {
  background-color: rgba(0, 66, 150, 0.3);
  transform: unset;
  opacity: 1;
}

.catalog-header__link span {
  font-size: 17px;
  color: #333;
  text-transform: uppercase;
}

.catalog-header__link img {
  width: auto;
  height: 37px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sub-menu {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  left: 350px;
  width: calc(100% - 350px);
  top: 0;
  padding: 0 60px !important;
}

.sub-menu li a {
  color: #333;
  font-size: 17px;
  display: block;
  width: 100%;
  padding: 4px 0;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list li:not(:last-child) {
  margin: 0px 46px 0px 0px;
}

.menu__list li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
  color: #333333;
}

.icon-menu {
  display: none;
}

/**************
    HEADER END
**************/

.main-cart {
  position: fixed;
  width: 360px;
  height: 100vh;
  right: -110%;
  top: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: right 0.3s ease 0s;
  -o-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  z-index: 6;
}

.main-cart__close {
  position: absolute;
  width: 42px;
  height: 42px;
  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;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  top: 12px;
  left: -54px;
}

.main-cart__content {
  height: 100%;
  padding: 32px 12px 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-cart__top-container {
  padding: 0 12px 32px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-cart__top {
  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;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #DEDEDE;
}

.main-cart__title {
  font-family: "Circe";
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #333333;
}

.main-cart__clear {
  font-family: "Circe";
  font-size: 14px;
  line-height: 100%;
  color: #004296;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-cart__clear svg {
  margin: 0px 3px 0px 0px;
}

.main-cart.menu--active {
  right: 0;
}

.item-main-cart {
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}

.item-main-cart__content {
  padding: 24px 0;
}

.item-main-cart__close {
  position: absolute;
  padding: 0;
    border: none;
    outline: none;
  top: 24px;
  right: 5px;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  background: transparent;
  cursor: pointer;
  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;
}

.item-main-cart__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #333333;
}

.item-main-cart__bottom {
  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;
  margin: 16px 0px 0px 0px;
}

.item-main-cart__count .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-main-cart__count .quantity__button {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  background: #F3F3F3;
  border-radius: 50%;
  color: #808080;
  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;
    border: none;
    outline: none;
    cursor: pointer;
}

.item-main-cart__count .quantity__input {
  width: 32px;
}

.item-main-cart__count .quantity__input input {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #808080;
  border: none;
  outline: none;
  width: 100%;
  margin: 0 !important;
    height: 20px;
    display: block;
    text-align: center;
}

.item-main-cart__count .quantity span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #808080;
  display: block;
  margin: 0px 0px 0px 8px;
}

.item-main-cart__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #333333;
}

.bottom-main-cart {
  background: #F3F3F3;
  padding: 32px 24px 24px 24px;
}

.bottom-main-cart__top {
  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;
}

.bottom-main-cart__top:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.bottom-main-cart__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #808080;
}

.bottom-main-cart__price {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #333333;
}

.bottom-main-cart__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  width: 100%;
  height: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  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;
  background: #004296;
}



.tabs .tab a {
    text-align: left;
}
.header__mobile-menu-open {
    display: none;
}

.mobile-phones {
    display: none;
}
.mobile-phones__body {
    display: none;
    position: absolute;
    width: calc(100% - 30px);
    height: auto;
    right: 15px;
    top: 72px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 6;
    padding: 20px 30px;
    flex-direction: column;
    align-items: center;
}
.mobile-phones__icon {
    margin-right: 15px;
}
.mobile-phones._active .mobile-phones__body {
    display: flex;
}
.mobile-phones._active .mobile-phones__icon svg path {
    stroke: #004296;
}
.mobile-phones__social {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.mobile-phones__social li:not(:last-child) {
    margin-right: 10px;
}
.mobile-phones__social li a {
    display: block;
    width: 40px;
    height: 40px;
}
.mobile-phones__social li a img {
    width: 100%;
}
.mobile-phones__link {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 18px;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-phones__link svg {
    margin-right: 10px;
}
.mobile-phones__close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
}
.mobile-phones__close svg {
    width: 100%;
    height: 100%;
}
.mobile-phones__close:focus {
    background: transparent;
}
.fcontent .fcontent__title {
    margin-bottom: 40px;
    font-family: 'Circe';
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
}
.about_galery li {
    position: relative;
    height: 300px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.about_galery li img {
    width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

button.basket__item-remove {
    border: none;
    background-color: rgb(255 255 255 / 0%);
}
button.basket__header-remove {border: none;background-color: rgb(221 255 255 / 0%);}




@media (max-width: 1449.98px) {
  .container {
    max-width: 1200px;
  }

  .bottom-header {
    padding: 0 20px;
  }

  .menu__list li:not(:last-child) {
    margin: 0px 30px 0px 0px;
  }

  .header__top {
    padding: 20px 0;
  }

  .header__logo {
    max-width: 250px;
  }

  .header__item:not(:last-child) {
    margin-right: 30px;
  }

  .header__item img {
    margin-right: 5px;
  }

  .header__cart {
    margin-right: 20px;
  }

  .header__cart-link img {
    width: 35px;
    height: 35px;
  }

  .header__search-link img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 1200px) {
  .menu__list li:not(:last-child) {
    margin: 0px 20px 0px 0px;
  }

  .menu__list li a {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .catalog-header__item {
    max-width: 280px;
  }
  .mobile-phones {
      display: block;
  }

  .catalog-header__link {
    max-width: 280px;
  }

  .sub-menu {
    left: 280px;
    width: calc(100% - 280px);
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 6;
    background: transparent;
    border: none;
  }
  .icon-menu:focus {
      background: transparent;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #201D1E;
    border-radius: 2px;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 1px);
  }

  .icon-menu.burger--active span {
    width: 0;
  }

  .icon-menu.burger--active::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .icon-menu.burger--active::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__mobile-menu-open {
      display: block;
      padding-left: 20px;
      padding-right: 5px;
      border-left: 1px solid #DEDEDE;
      margin-left: 20px;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .icon-menu {
    z-index: 6;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 970px;
  }

  .bottom-header__social {
    display: none;
  }

  .menu__body {
    position: fixed;
    right: -110%;
    width: calc(100% - 30px);
    height: auto;
    top: 15px;
    -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    padding: 0px 20px 0px 20px;
    overflow: auto;
    background: #fff;
    z-index: 5;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  }

  .menu__body.menu--active {
    right: 15px;
  }

  .menu__list li:not(:last-child) {
    margin: 0px 0px 20px 0px;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__top {
    padding: 15px 0;
  }

  .header__list {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 740px;
  }

  .header__logo {
      max-width: 65px;
    /* max-width: 190px; */
    /* z-index: 7; */
  }

  .header__cart {
    margin-right: 10px;
  }

  .header__cart-link img {
    width: 30px;
    height: 30px;
  }

  .header__cart-link span {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .header__search-link img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .catalog-header__item {
    max-width: unset;
    position: relative;
  }

  .catalog-header__link {
    max-width: unset;
  }

  .sub-menu li a {
    padding: 6px 10px;
  }

  .sub-menu {
    width: 100%;
    padding: 0;
    left: 0;
    top: 100%;
    grid-template-columns: repeat(1, 1fr);
    background: #cccccc;
    z-index: 1;
  }

  .menu__list li:not(:last-child) {
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
  }

  .menu__list li a {
    font-size: 24px;
    padding: 18px 0;
    display: block;
  }

  .main-cart__close {
    right: 15px;
    left: unset;
    background: #d3d3d3;
  }

  .main-cart {
    width: 100%;
    padding: 45px 0px 0px 0px;
  }
}

@media (max-width: 479.98px) {
  .container {
    max-width: none;
  }
}

@media (any-hover: hover) {
  .bottom-header__social li a:hover {
    opacity: 0.6;
  }

  .sub-menu li a:hover {
    opacity: 0.6;
  }

  .menu__list li a:hover {
    opacity: 0.6;
  }

  .item-main-cart__close:hover {
    opacity: 0.6;
  }

  .bottom-main-cart__link:hover {
    opacity: 0.6;
  }
}
/* Новая шапка */

/* корзина */

.basket {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.basket.open {
    opacity: 1;
    visibility: visible;
}

.basket.open .basket__overlay {
    opacity: 0.7;
}

.basket.open .basket__content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.basket__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.basket__close-btn {
    position: absolute;
    top: 12px;
    right: 372px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('../img/icons/close-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
}

.basket__close-btn:hover,
.basket__close-btn:focus {
    opacity: 0.6;
    background-color: #fff;
}

.basket__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 12px;
}

.basket__header-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.basket__header-remove {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #004296;
    padding-left: 18px;
    background-image: url('../img/icons/trash-icon.svg');
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.basket__content {
    margin-left: auto;
    max-width: 360px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    transform: translateX(300%);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.basket__items {
    margin-bottom: auto;
    padding: 0 12px;
    height: 450px;
    overflow: auto;
}

.basket__item {
    padding: 24px 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.basket__item:not(:first-child) {
    margin-top: -1px;
}

.basket__item-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.basket__item-block:not(:last-child) {
    margin-bottom: 15px;
}

.basket__item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    max-width: 268px;
}

.basket__item-title a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.basket__item-remove {
    width: 20px;
    height: 20px;
    background-image: url('../img/icons/delete-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.basket__item-count {
    width: 97px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket__item-btn {
    max-width: 20px;
    width: 100%;
    height: 20px;
    background-color: #F3F3F3;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
}

.basket__item-btn:hover,
.basket__item-btn:focus {
    background-color: #F3F3F3;
    opacity: 0.6;
}

.basket__item-btn--minus {
    background-image: url('../img/icons/minus-icon.svg');
}

.basket__item-btn--plus {
    background-image: url('../img/icons/plus-icon.svg');
}

.basket__item-input {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #808080;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    height: 14px !important;
    max-width: 16px;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
}

.basket__item-input:focus {
    border: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; // Yeah, yeah everybody write about it
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.basket__item-count span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #808080;
}

.basket__sending {
    background: #F3F3F3;
    padding: 24px;
    padding-top: 32px;
}

.basket__sending-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.basket__sending-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #808080;
}

.basket__sending-price {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    color: #333;
}

.basket__sending-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    width: 100%;
    padding: 18px 0;
    background: #004296;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket__items .simplebar-scrollbar:before {
    background-color: #333;
}

/* корзина */

.proditem .proditem__img {
    height: 200px;
    display: block;
}

.proditem .proditem__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsparts > .container .swiper-slide, .popparts > .container .swiper-slide {
    display: block;
}

.proditem__title {
    height: 48px;
    overflow: hidden;
    margin: 0;
}

.proditem {
    min-height: 358px;
}

.proditem .proditem__content {
    padding: 24px;
}

.proditem .proditem__price {
    font-size: 26px;
}

.oldprce {
    display: none;
}

.proditem .proditem__bage li {
    width: 60px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    line-height: 0;
}
.cartcontent__cart_gooform .btn.primar.right.gooform {
    width: 100%;
    height: 54px;
    background: #004296;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    transition: all .3s ease 0s;
}
.cartcontent__list ul {
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
    padding: 24px 0;
}
.cartcontent__list ul:first-child {
    border-top: 1px solid #DEDEDE;
}
.cartcontent__partimg {
    flex: 0 0 120px;
    height: 120px;
    position: relative;
}
.cartcontent__partimg a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cartcontent__partimg a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.cartcontent__parttitle {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 24px;
}
.cartcontent__parttitle a {
    color: #333333;
}
.cartcontent__rowamount {
    font-family: 'Circe';
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333333;
    white-space: nowrap;
}
.page-cart__content {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 120px;
}
.page-cart__left {
    flex: 0 1 65.7%;
}
.page-cart__right {
    flex: 0 1 31.4%;
}
.cartcontent__cart_title {
    font-family: 'Circe';
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 32px !important;
}
.cartcontent__cart_count {
    font-family: 'Circe';
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #808080;
    margin-bottom: 20px !important;
}
.cartcontent__cart_count > span:first-child {
    font-size: 16px;
}
.cartcontent__cart_amount {
    font-family: 'Circe';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #808080;
    margin-bottom: 30px;
}
.cartcontent__cart_amount > span:last-child {
    font-size: 26px;
    line-height: 100%;
    color: #333333;
}
.cartcontent__cart_amount > span:last-child span {
    font-size: 26px;
}
.cartcontent__cart_amount span {
    font-size: 18px;
}
.cartcontent__cart ul {
    margin: 0;
    padding: 32px 24px 24px 24px;
}
.cartcontent__cart_gooform {
    margin: 0 !important;
}

/* Страница оформления заказа */
.checkout-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-page__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65.7%;
          flex: 0 1 65.7%;
  background: #F3F3F3;
}

.checkout-page__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.4%;
          flex: 0 1 31.4%;
}

.steps-checkout__content {
  padding: 40px;
}

.steps-checkout__body {
    display: none;
}
.steps-checkout__body.active {
  display: block;
}

.nav-steps-checkout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #DEDEDE;
}

.item-nav-steps {
  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;
  height: 88px;
  pointer-events: none;
  border: none;
}

.item-nav-steps__img {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin: 0px 12px 0px 0px;
  border-radius: 50%;
  background: #004296;
  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;
  opacity: 0.4;
}

.item-nav-steps__img img {
  width: 100%;
  max-width: 24px;
}

.item-nav-steps__title {
  font-family: "Circe";
  font-size: 20px;
  line-height: 120%;
  color: #333333;
  opacity: 0.4;
}

.item-nav-steps.prev .item-nav-steps__img {
  background: url("/tpl/img/icons/check-icon.svg") center center no-repeat #219653;
  opacity: 1;
}

.item-nav-steps.prev .item-nav-steps__img img {
  display: none;
}

.item-nav-steps.active .item-nav-steps__img {
  opacity: 1;
}

.item-nav-steps.active .item-nav-steps__title {
  opacity: 1;
}

.body-steps-checkout__title {
  font-family: "Circe";
  font-size: 32px;
  line-height: 120%;
  color: #333333;
  margin: 0px 0px 32px 0px;
}

.body-steps-checkout__error {
  font-family: "Circe";
  font-size: 16px;
  line-height: 120%;
  color: #EB5757;
  margin: 0px 0px 16px 0px;
}

.body-steps-checkout__next {
  font-family: "Circe";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  width: 200px;
  height: 54px;
  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;
  background: #004296;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-steps-checkout__next svg {
  margin: 0px 0px 0px 12px;
}

.body-steps-checkout__next:first-child {
  margin: 0px 0px 0px auto;
}

.body-steps-checkout__check input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.body-steps-checkout__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  height: 20px;
  color: #333333;
  position: relative;
  cursor: pointer;
  padding: 0px 0px 0px 32px;
}

.body-steps-checkout__check label span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
  margin: 0px 0px 8px 0px;
}

.body-steps-checkout__check input + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  position: absolute;
  left: 0;
  border: 1px solid #004296;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-steps-checkout__check input:checked + label::before {
  background: url("/tpl/img/icons/check-icon.svg") center center no-repeat #004296;
}

.body-steps-checkout__check:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.body-steps-checkout__map {
  height: 420px;
}

.body-steps-checkout__prev {
  font-family: "Circe";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #004296;
  width: 200px;
  height: 54px;
  border: 1px solid #004296;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-steps-checkout__prev svg {
  margin: 0px 12px 0px 0px;
}

.body-steps-checkout__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px 35px;
}

.body-steps-checkout__radio {
  border: 1px solid #DEDEDE;
}

.body-steps-checkout__radio input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.body-steps-checkout__radio label {
  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;
  gap: 8px;
  width: 100%;
  font-family: "Circe";
  font-size: 14px;
  line-height: 120%;
  color: #808080;
  position: relative;
  cursor: pointer;
  padding: 0px 24px 0px 72px;
  height: 90px;
}

.body-steps-checkout__radio label span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
}

.body-steps-checkout__radio input + label::before {
  content: "";
  display: inline-block;
  width: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  position: absolute;
  left: 24px;
  border: 1px solid #808080;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-steps-checkout__radio input:checked + label::before {
  background: url("/tpl/img/icons/check-icon.svg") center center no-repeat #219653;
  border-color: #219653;
}

.body-steps-checkout__submit {
  font-family: "Circe";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  width: 260px;
  height: 54px;
  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;
  background: #004296;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  cursor: pointer;
}
.body-steps-checkout__submit:focus {
    background: #004296;
}
.body-steps-checkout__submit svg {
  margin: 0px 0px 0px 12px;
}

.body-steps-checkout__submit:first-child {
  margin: 0px 0px 0px auto;
}

.body-steps-checkout__privacy {
  font-family: "Circe";
  font-size: 14px;
  line-height: 140%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #808080;
  text-align: right;
  margin: 16px 0px 0px 0px;
}

.body-steps-checkout__privacy a {
  text-decoration: underline;
}
.body-steps-checkout-input input {
    font-family: "Circe";
  font-size: 16px;
  line-height: 100%;
  color: #808080;
  padding: 0 20px !important;
  background: #FFFFFF !important;
  outline: none;
  height: 56px !important;
  width: 100%;
  margin: 0 !important;
  border: none !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
.body-steps-checkout-input input:focus {
    box-shadow: none !important;
}
.input {
  font-family: "Circe";
  font-size: 16px;
  line-height: 100%;
  color: #808080;
  padding: 20px;
  background: #FFFFFF;
  outline: none;
  height: 56px;
  width: 100%;
}
.input.input-error {
    border: 1px solid red !important;
}
.textarea {
  font-family: "Circe";
  font-size: 16px;
  line-height: 100%;
  color: #808080;
  padding: 20px;
  background: #FFFFFF;
  outline: none;
  height: 120px;
  width: 100%;
  resize: none;
  border: none;
}

.body-steps-checkout-btns {
  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;
  margin: 40px 0px 0px 0px;
}

.tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 32px 0px;
  background: transparent;
  box-shadow: none;
}

.tabs__title {
  font-family: "Circe";
  font-size: 18px;
  line-height: 100%;
  color: #333333;
  padding: 16px 32px;
  position: relative;
  cursor: pointer;
}

.tabs__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #004296;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tabs__title._tab-active::before {
  width: 100%;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.tabs__body {
  position: relative;
  display: none;
}
.tabs__body._tab-active {
    display: block;
}
.tabs__body .banners-adress {
  z-index: 5;
  top: 24px;
  left: 24px;
  width: 320px;
}

.tabs__body .banners-adress .item-banners-adress {
  padding: 24px 70px 24px 24px;
}
.tabs__body .banners-adress .item-banners-adress.active .item-banners-adress__title {
    color: #333333;
}
.body-steps-checkout-two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.body-steps-checkout-two:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.body-steps-checkout-three {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}

.body-steps-checkout-three:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.body-steps-checkout-textarea:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.time-delivery__title {
  font-family: "Circe";
  font-size: 24px;
  line-height: 120%;
  color: #333333;
  margin: 0px 0px 20px 0px;
}

.time-delivery__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.time-delivery__check {
  border: 1px solid #DEDEDE;
}

.time-delivery__check input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.time-delivery__check label {
  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;
  width: 100%;
  font-family: "Circe";
  font-size: 14px;
  line-height: 120%;
  color: #808080;
  position: relative;
  cursor: pointer;
  padding: 0px 24px 0px 72px;
  height: 90px;
}

.time-delivery__check label span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
  margin: 0px 0px 8px 0px;
}

.time-delivery__check input + label::before {
  content: "";
  display: inline-block;
  width: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  position: absolute;
  left: 24px;
  border: 1px solid #808080;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.time-delivery__check input:checked + label::before {
  background: url("/tpl/img/icons/check-icon.svg") center center no-repeat #219653;
  border-color: #219653;
}

.right-checkout {
  background: #F3F3F3;
  padding: 32px 24px 24px;
}

.right-checkout__title {
  font-family: "Circe";
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #333333;
  margin: 0px 0px 32px 0px;
}

.right-checkout__count {
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #808080;
  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;
  padding: 0px 0px 11px 0px;
  border-bottom: 1px solid #DEDEDE;
}

.right-checkout__content .woocommerce table.shop_table td {
  border-top: unset;
  padding: unset;
  vertical-align: unset;
  line-height: unset;
}

.right-checkout__content .product-quantity .quantity__button {
  display: none;
}

.right-checkout__content .product-quantity input {
  pointer-events: none;
  width: 15px !important;
  background: transparent;
  padding: 0 !important;
}

.right-checkout__content .woocommerce-cart-form__cart-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.right-checkout__content .woocommerce-cart-form__cart-item .product-name {
  font-family: "Circe";
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  max-width: 200px;
  margin: 0px 24px 0px 0px;
}

.right-checkout__content .woocommerce-cart-form tbody {
  max-height: unset;
}

.right-checkout__content .woocommerce table.shop_table {
  border: unset;
  margin: unset;
  text-align: unset;
  width: 100%;
  border-collapse: unset;
  border-radius: unset;
}

.right-checkout__content .woocommerce td.product-quantity {
  min-width: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin: 0px 10px 0px 0px;
}

.right-checkout__content .quantity::after {
  margin: 0;
}

.right-checkout__content .product-price {
  font-family: "Circe";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.right-checkout__content .product-remove {
  display: none;
}

.right-checkout__content .quantity {
  width: unset;
  height: unset;
}

.right-checkout__item {
  font-family: "Circe";
  font-size: 16px;
  line-height: 100%;
  color: #808080;
  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;
}

.right-checkout__item:not(:last-child) {
  margin: 0px 0px 12px 0px;
}

.right-checkout__item span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
  color: #333333;
}

.right-checkout__info {
  padding: 32px 0;
  border-bottom: 1px solid #DEDEDE;
  margin: 0px 0px 32px 0px;
}

.right-checkout__item-delivery span {
  font-weight: 400;
  font-size: 16px;
  color: #219653;
}

.right-checkout__total {
  font-family: "Circe";
  font-size: 24px;
  line-height: 100%;
  color: #333333;
  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;
}

.right-checkout__total span {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: right;
  color: #333333;
}

.item-right-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #DEDEDE;
}

.item-right-checkout__name {
  font-family: "Circe";
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  max-width: 200px;
  margin: 0px 24px 0px 0px;
}

.item-right-checkout__count {
  font-family: "Circe";
  font-size: 14px;
  line-height: 100%;
  color: #808080;
}

.item-right-checkout__price {
  font-family: "Circe";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* Страница оформления заказа */
#msOrder {
    margin: 0 !important;
}
/* адаптив */
@media (max-width: 1300px) {
    .right-checkout {
        padding: 25px 15px;
    }
    .item-right-checkout__price {
        white-space: nowrap;
    }
    .item-right-checkout__name {
        max-width: 120px;
    }
    .item-nav-steps__title {
        font-size: 16px;
    }
    .body-steps-checkout-two, .body-steps-checkout-three {
        gap: 15px;
    }
    .body-steps-checkout-two:not(:last-child) {
        margin: 0px 0px 15px 0px;
    }
}
@media(max-width: 991px) {
    .page-cart__content {
        flex-wrap: wrap;
        padding-bottom: 60px;
    }
    .page-cart__left {
        flex: 0 1 100%;
    }
    .page-cart__right {
        flex: 0 1 100%;
		margin: 30px 0px 0px 0px;
    }
    .footer {
        padding: 1.25rem 0px 0px 0px;
    }
    
    .map-area .banners-adress {
        top: 0;
        width: 100%;
    }
    
    .map-area .banners-adress .item-banners-adress {
        padding: 20px;
    }
    
    .map-area .banners-adress .item-banners-adress__title {
        font-size: 16px;
    }
    
    .map-area .banners-adress .item-banners-adress__adress {
        font-weight: 700;
        font-size: 14px;
        color: #333333;
    }
    
    .map-area__map {
        height: 730px;
    }
    .checkout-page__content {
        flex-wrap: wrap;
    }
    .checkout-page__left {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }
    .checkout-page__right {
        flex: 0 1 100%;
    }
}

@media(max-width: 768px) {
    .footer {
        padding: 0;
    }
    
    .footer .footer__top {
        flex-direction: column;
        padding: 0;
        padding-top: 48px;
        padding-bottom: 33px;
    }
    
    .footer .list-footer-info {
        margin: 0;
        flex-direction: column;
        align-items: center;
    }
    
    .footer .list-footer-info li:not(:last-child) {
        margin: 0;
        margin-bottom: 20px;
    }
    
    .footer .list-footer-info__link {
        align-items: flex-start;
    }
    
    .footer__logo {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 254px;
        margin-bottom: 20px;
    }
    
    .footer__logo a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .footer__logo img {
        max-width: 100%;
        height: auto;
    }
    
    .footer .footer__bottom {
        flex-direction: column;
        padding: 30px 0;
    }
    
    .footer__copyright {
        margin-bottom: 15px;
    }
    
    .footer .footer__container {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .cartcontent__partimg {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
    }
    .cartcontent__titlecount {
        margin-left: 15px;
    }
    .cartcontent__parttitle {
        font-size: 16px;
        line-height: 110%;
    }
    .nav-steps-checkout {
        grid-template-columns: 1fr;
    }
    .item-nav-steps {
        justify-content: flex-start;
        padding: 0 15px;
        height: 60px;
    }
    .body-steps-checkout-two, .body-steps-checkout-three {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .steps-checkout__content {
        padding: 15px;
    }
    .body-steps-checkout__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .body-steps-checkout-btns {
        flex-wrap: wrap;
        gap: 10px;
    }
    .body-steps-checkout__next, .body-steps-checkout__prev {
        width: 100%;
    }
    .time-delivery__row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .tabs__title {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        font-size: 16px;
        padding: 5px;
    }
    .banners-adress {
        position: static;
    }
    .body-steps-checkout__submit {
        width: 100%;
    }
    .body-steps-checkout__row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .body-steps-checkout__radio {
        width: 100%;
    }
    .body-steps-checkout__privacy {
        text-align: center;
    }
    .fcontent .fcontent__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}


/* адаптив */