* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

body.noscroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1783px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.big_block_big7 {
  background-image: url(../img/bg_home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  margin-bottom: 84px;
  padding: 15px 0;
  position: relative;
}
header .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .about_block .first_block {
  width: 150px;
}
header .about_block .hamburger-menu {
  display: none;
}
header .about_block .menu_block ul {
  display: flex;
  align-items: center;
}
header .about_block .menu_block ul li {
  padding: 18px 26px;
}
header .about_block .menu_block ul li:hover {
  background-color: #dd2518;
  border-radius: 20px;
}
header .about_block .menu_block ul li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
header .about_block .menu_block ul li:last-child {
  margin-right: 0;
}
header .about_block .menu_block ul .dropdown > a {
  display: flex;
  align-items: center;
}
header .about_block .menu_block ul .dropdown > a svg {
  margin-left: 13px;
}
header .about_block .menu_block ul .dropdown-nav {
  display: none;
  position: absolute;
  background-color: #333;
  list-style-type: none;
  padding: 10px;
  margin: 0;
  z-index: 100;
  width: 190px;
  left: -37px;
  margin-top: 10px;
  border-radius: 16px;
}
header .about_block .menu_block ul .second_dr {
  left: 0;
  width: 214px;
}
header .about_block .menu_block ul .dropdown-nav li {
  padding: 10px 8px;
  margin: 0;
}
header .about_block .menu_block ul .dropdown-nav a {
  color: white;
  text-decoration: none;
  width: 300px !important;
}
header .about_block .menu_block ul .dropdown {
  position: relative;
  max-width: 300px;
}
header .about_block .menu_block ul .dropdown-toggle::after {
  display: none;
}
header .about_block .right_block {
  display: flex;
  align-items: center;
}
header .about_block .right_block .personal_a {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 52px;
}
header .about_block .right_block .personal_a:last-child {
  margin-right: 0;
}
header .about_block .right_block .personal_a a {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  text-decoration: underline !important;
  color: #ffffff;
  margin-top: 4px;
}

.second_header .about_block .logo {
  margin: 0;
}
.second_header .about_block .menu_block ul li a {
  color: #000000;
}
.second_header .about_block .menu_block ul .dropdown-nav {
  background-color: #f8f8f8;
}
.second_header .about_block .right_block .personal_a a {
  color: #000000;
}

.our_branches {
  margin-bottom: 49px;
}
.our_branches h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 50px;
}
.our_branches .about_block .search_block {
  border: 2px solid #2b5dd3;
  border-radius: 10px;
  width: 100%;
  padding: 8px 8px 9px 16px;
  margin-bottom: 20px;
}
.our_branches .about_block .search_block .search_group {
  padding: 0;
}
.our_branches .about_block .block_loc {
  height: 824px;
  overflow-y: scroll;
}
.our_branches .about_block .block_loc .locations {
  margin-bottom: 39px;
}
.our_branches .about_block .block_loc .locations:last-child {
  margin-bottom: 0;
}
.our_branches .about_block .block_loc .locations h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 28.98px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 11px;
}
.our_branches .about_block .block_loc .locations p {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.98px;
  letter-spacing: -0.03em;
  color: #000000;
}
.our_branches .about_block .block_loc .locations p a {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.98px;
  letter-spacing: -0.03em;
  color: #000000;
}
.our_branches .maps {
  height: 100%;
}

.brands {
  margin-bottom: 128px;
}
.brands .about_block p {
  font-size: 30px;
  font-weight: 400;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 61px;
  margin-top: 65px;
}
.brands .about_block .brands_group .logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 34px;
  border: 1px #e9e9e9 solid;
  padding: 10px;
  height: 290px;
}
.brands .about_block .brands_group .logos:last-child {
  margin-bottom: 0;
}
.brands .about_block .brands_group .logos img {
  padding: 40px;
}
.brands .about_block .brands_group .logos .right_text {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: #F8F8F8;
  padding: 10px;
  width: 100%;
}
.brands .about_block .brands_group .logos .right_text h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 6px;
}
.brands .about_block .brands_group .logos .right_text a {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  color: #000000;
  text-decoration: underline !important;
}
.brands .about_block .brands_group .logos .right_text .first_a {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 6px;
}
.brands .about_block .brands_group .maysan {
  margin-bottom: 98px;
}
.brands .about_block .brands_group .catalog {
  margin-bottom: 96px;
}
.brands .about_block .oil-sort_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(247, 247, 247);
  border: 1px solid rgb(43, 93, 211);
  border-bottom: none;
  margin-bottom: 30px;
}
.brands .about_block .oil-sort_top .sort-by {
  padding: 14px 9px 23px 9px;
}
.brands .about_block .oil-sort_top .sort-by .sort-by_list {
  display: flex;
  gap: 12px;
}
.brands .about_block .oil-sort_top .sort-by .sort-by_list li {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: rgb(136, 136, 136);
}
.brands .about_block .oil-sort_top .sort-by .sort-by_list li a {
  display: inline-block;
  color: rgb(43, 93, 211);
}
.brands .about_block .oil-sort_top .catalog-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
}
.brands .about_block .oil-sort_top .catalog-pagination .pagination-num span {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #888888;
}
.brands .about_block .oil-sort_top .catalog-pagination .pagination-num ul {
  display: flex;
}
.brands .about_block .oil-sort_top .catalog-pagination .pagination-num ul button {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #2b5dd3;
  padding: 4px;
  border: 1px solid transparent;
}
.brands .about_block .oil-sort_top .catalog-pagination .pagination-num ul button:hover {
  border: 1px solid #bfbfbf;
  padding: 4px;
  box-shadow: 0px 0px 2px 3px #e6e6e6 inset;
}
.brands .about_block .oil-sort_top .catalog-pagination ul {
  display: flex;
}
.brands .about_block .oil-sort_top .catalog-pagination .sort-view button {
  display: inline-block;
  border-width: 0px, 1px, 0px, 1px;
  border-style: solid;
  border-color: #2b5dd3;
  padding: 15px 16px;
}
.brands .about_block .oil-sort_top .catalog-pagination .sort-view button:first-child {
  margin-right: -7px;
}
.brands .about_block .product-block .product-info {
  margin-bottom: 58px;
}
.brands .about_block .product-block .product-info img {
  text-align: center;
  display: block;
  margin-bottom: 5px;
  margin: 0 auto;
}
.brands .about_block .product-block .product-info .product-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  color: #0263b0;
  margin-bottom: 10px;
}
.brands .about_block .product-block .product-info .product-title span {
  border-bottom: 1px dashed #0263b0;
}
.brands .about_block .product-block .product-info .pr-articul {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #0263b0;
  margin-bottom: 3px;
}
.brands .about_block .product-block .product-info .pr-articul span {
  border-bottom: 1px solid #0263b0;
}
.brands .about_block .product-block .product-info .pr-link {
  display: block;
  max-width: 205px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #0263b0;
  margin-bottom: 22px;
}
.brands .about_block .product-block .product-info .pr-link span {
  border-bottom: 1px solid #0263b0;
}
.brands .about_block .product-block .product-info .product-things {
  background: #fbfbfb;
  border: 1px solid #bfbfbf;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 5px;
}
.brands .about_block .product-block .product-info .product-things .product-select,
.brands .about_block .product-block .product-info .product-things .srok,
.brands .about_block .product-block .product-info .product-things .nalichi {
  display: flex;
  align-items: center;
  gap: 5px;
}
.brands .about_block .product-block .product-info .product-things .product-select select,
.brands .about_block .product-block .product-info .product-things .srok select,
.brands .about_block .product-block .product-info .product-things .nalichi select {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  border: none;
}
.brands .about_block .product-block .product-info .product-things .product-select span,
.brands .about_block .product-block .product-info .product-things .srok span,
.brands .about_block .product-block .product-info .product-things .nalichi span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #323232;
}
.brands .about_block .product-block .product-info .product-things .product-select p,
.brands .about_block .product-block .product-info .product-things .srok p,
.brands .about_block .product-block .product-info .product-things .nalichi p {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #000000;
  margin: 0;
  width: 60px;
}
.brands .about_block .product-block .product-info .pr-quantity {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.brands .about_block .product-block .product-info .pr-quantity .quantity-selector {
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #c2c9d0;
}
.brands .about_block .product-block .product-info .pr-quantity .quantity-selector button {
  background-color: #f1f1f1;
  border: none;
  padding: 1px 5px;
  cursor: pointer;
}
.brands .about_block .product-block .product-info .pr-quantity .quantity-selector input {
  width: 28px;
  text-align: center;
  border: none;
  outline: none;
}
.brands .about_block .product-block .product-info .pr-quantity .cart-button {
  border: none;
  background: transparent;
}
.brands .about_block .product-block .pagination {
  display: flex;
  justify-content: center;
}
.brands .about_block .product-block .pagination .page-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #333333;
}
.brands .about_block .pr-filter {
  background-color: #f7f7f7;
  padding: 15px;
}
.brands .about_block .pr-filter .accordion {
  border: none;
  background: #f7f7f7;
}
.brands .about_block .pr-filter .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.brands .about_block .pr-filter .accordion .accordion-button {
  font-size: 17px;
  font-weight: 300;
  line-height: 20.53px;
  letter-spacing: -0.03em;
  border: none;
  color: #000000;
  cursor: pointer;
  background-color: transparent;
  margin-bottom: 8px;
}
.brands .about_block .pr-filter .accordion .accordion-item {
  border: none;
  background: transparent;
  border-bottom: 1px solid #e6e6e6;
}
.brands .about_block .pr-filter .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.brands .about_block .pr-filter .accordion .accordion-item:first-of-type > .accordion-header .accordion-button {
  border: none;
}
.brands .about_block .pr-filter #myInput {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 300;
  line-height: 18.11px;
  letter-spacing: -0.03em;
  padding: 9px 14px;
  border: 1px solid #2b5dd3;
  margin-bottom: 12px;
}
.brands .about_block .pr-filter #myInput:focus {
  outline: 0px solid #ddd;
}
.brands .about_block .pr-filter .dropdown-content {
  display: block;
  background-color: #f6f6f6;
  overflow: auto;
  z-index: 1;
}
.brands .about_block .pr-filter .dropdown-content .pr-sort {
  margin-bottom: 20px;
}
.brands .about_block .pr-filter .dropdown-content .pr-sort button {
  font-size: 10px;
  font-weight: 400;
  line-height: 12.08px;
  letter-spacing: -0.03em;
  color: #000000;
  border: 0;
  background-color: transparent;
}
.brands .about_block .pr-filter .dropdown-content .pr-sort button:hover {
  color: #2b5dd3;
}
.brands .about_block .pr-filter .dropdown-content .pr-sort button:first-child {
  border-right: 1px solid #000;
  padding-right: 5px;
}
.brands .about_block .pr-filter .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.brands .about_block .pr-filter .dropdown a:hover {
  background-color: #ddd;
}
.brands .about_block .pr-filter .show {
  display: block;
}
.brands .about_block .pr-filter .filter-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.brands .about_block .pr-filter .filter-checkbox .form-group {
  display: flex;
  align-items: center;
  align-items: 9px;
  margin-bottom: 15px;
  width: 50%;
}
.brands .about_block .pr-filter .filter-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.brands .about_block .pr-filter .filter-checkbox .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  line-height: 14.49px;
  letter-spacing: -0.03em;
  color: rgb(0, 0, 0);
}
.brands .about_block .pr-filter .filter-checkbox .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #2b5dd3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.brands .about_block .pr-filter .filter-checkbox .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #2b5dd3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.brands .about_block .pr-filter .filter-checkbox__app {
  flex-direction: column;
}
.brands .about_block .pr-filter .filter-checkbox__app .form-group {
  width: 100%;
}
.brands .about_block .pr-filter .view-btn {
  font-size: 15px;
  font-weight: 300;
  line-height: 18.11px;
  letter-spacing: -0.03em;
  color: #fff;
  background-color: #2b5dd3;
  border: 0;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
}

.search_block {
  margin-bottom: 23px;
}
.search_block .search-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_block .search_group {
  background-color: #ffffff;
  border-radius: 10px;
  width: 610px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 4px 29px;
}
.search_block .input-icon {
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.search_block .input-icon #search-input {
  outline: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  border: none;
  background-color: transparent;
  width: 95%;
  padding-right: 10px;
}
.search_block .input-icon #pcode {
  outline: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  border: none;
  background-color: transparent;
  width: 95%;
  padding-right: 10px;
}
.search_block .input-icon a img {
  width: 20px;
}
.search_block #search-button {
  padding: 11px 19px 12px 21px;
  border: none;
  background-color: #007bff;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  width: 92px;
  border-radius: 6px;
}
.search_block #search-button:hover {
  background-color: #0056b3;
}

.second_search {
  margin-bottom: 47px;
}
.second_search .search_group {
  border: 2px solid #2b5dd3;
  border-radius: 10px;
}

.your_cart {
  margin-bottom: 453px;
}
.your_cart h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 21px;
}
.your_cart a {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 16px;
  max-width: 157px;
  background-color: #2b5dd3;
  color: #ffffff;
  border-radius: 6px;
}

.your_cart_block .about_block h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 37px;
}
.your_cart_block .about_block h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.98px;
  letter-spacing: -0.03em;
}

.home_block .about_block {
  text-align: center;
}
.home_block .about_block h1 {
  font-size: 300px;
  font-weight: 400;
  line-height: 434.4px;
  letter-spacing: -0.03em;
  font-family: "Dela Gothic One", sans-serif;
  color: #ffffff;
}
.home_block .about_block h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.73px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.home_block .about_block img {
  margin: 0 auto;
  margin: 60px 0;
}

.tabs_block {
  margin-top: 53px;
  margin-bottom: 159px;
}
.tabs_block .about_block h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 31.47px;
  color: #000000;
  margin-bottom: 28px;
}
.tabs_block .about_block .tabs_block {
  margin-bottom: 85px;
}
.tabs_block .about_block .tabs_block .nav-link {
  background-color: transparent;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 24.2px;
  color: #1e1e1e !important;
}
.tabs_block .about_block .tabs_block .block_links .active {
  padding: 9px;
  border: 1px solid #000000;
  border-radius: 3px;
  border-bottom: none;
}
.tabs_block .about_block .tabs_block .border-bottom {
  border-bottom: 1px solid #000000 !important;
  margin-bottom: 41px !important;
}
.tabs_block .about_block .tabs_block .p-5 {
  padding: 0 !important;
}
.tabs_block .about_block .tabs_block .rounded-3 {
  border: none !important;
  padding: 0 !important;
}
.tabs_block .about_block .tabs_block .block_form .attention {
  max-width: 1187px;
  padding: 20px 25px 34px 21px;
  border: 1px solid #2b5dd3;
  border-radius: 6px;
  margin-bottom: 80px;
}
.tabs_block .about_block .tabs_block .block_form .attention h4 {
  font-size: 26px;
  font-weight: 300;
  line-height: 31.47px;
  color: #d32b2b;
  margin-bottom: 20px;
}
.tabs_block .about_block .tabs_block .block_form .attention p {
  font-size: 22px;
  font-weight: 300;
  line-height: 26.63px;
  color: #000000;
}
.tabs_block .about_block .tabs_block .block_form .input_group {
  display: flex;
  align-items: center;
  margin-bottom: 41px;
  position: relative;
}
.tabs_block .about_block .tabs_block .block_form .input_group:last-child {
  margin-bottom: 0;
}
.tabs_block .about_block .tabs_block .block_form .input_group p {
  font-size: 22px;
  font-weight: 300;
  line-height: 26.63px;
  color: #1e1e1e;
  width: 369px;
}
.tabs_block .about_block .tabs_block .block_form .input_group .input_block {
  position: relative;
  border: 2px solid #2b5dd3;
  border-radius: 10px;
  width: 425px;
  height: 54px;
  margin-left: 21px;
}
.tabs_block .about_block .tabs_block .block_form .input_group .input_block input {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  width: 94%;
}
.tabs_block .about_block .tabs_block .block_form .input_group .input_block img {
  position: absolute;
  right: 12px;
  top: 19px;
}
.tabs_block .about_block .tabs_block .block_form .input_group .select_b select {
  border: none;
  position: absolute;
  right: 8px;
  top: 5px;
  padding: 0;
  width: 95%;
  height: 80%;
}
.tabs_block .about_block .tabs_block .block_form .input_group .select_b img {
  right: 30px;
}
.tabs_block .about_block .tabs_block .block_form .textarea .input_block {
  border: none;
}
.tabs_block .about_block .tabs_block .block_form .textarea textarea {
  resize: none;
  border: 2px solid #2b5dd3;
  width: 425px;
  height: 162px;
  margin-left: 21px;
  border-radius: 10px;
  outline: none;
  padding: 10px;
}
.tabs_block .about_block .bottom_input {
  display: flex;
  align-items: center;
  margin-bottom: 51px;
}
.tabs_block .about_block .bottom_input input {
  width: 16px;
  height: 16px;
  margin-right: 11px;
}
.tabs_block .about_block .bottom_input p {
  font-size: 22px;
  font-weight: 300;
  line-height: 26.63px;
  color: #1e1e1e;
}
.tabs_block .about_block .bottom_input p a {
  font-size: 22px;
  font-weight: 300;
  line-height: 26.63px;
  color: #1e1e1e;
  text-decoration: underline !important;
}
.tabs_block .about_block .button_form {
  text-align: center;
}
.tabs_block .about_block .button_form button {
  font-size: 15px;
  font-weight: 300;
  line-height: 18.11px;
  letter-spacing: -0.03em;
  color: #ffffff;
  padding: 13px;
  width: 246px;
  height: 45px;
  background-color: #2b5dd3;
  border-radius: 5px;
  border: none;
}
.tabs_block .accordion-item {
  max-width: 800px;
  border: 1px solid #f7f7f7;
}
.tabs_block .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  background-color: #f7f7f7;
}
.tabs_block .accordion-button:focus {
  box-shadow: none;
}
.tabs_block .accordion-button:not(.collapsed)::after {
  position: absolute;
  left: 5px;
}
.tabs_block .accordion-button::after {
  position: absolute;
  left: 5px;
}
.tabs_block .accordion-button {
  padding: 15px;
  padding-left: 30px;
}
.tabs_block .accordion-header {
  margin-bottom: 0 !important;
}
.tabs_block .accordion-item:first-of-type > .accordion-header .accordion-button {
  background-color: #f7f7f7;
}
.tabs_block .accordion-body {
  padding: 15px;
}
.tabs_block .block_input .top_group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tabs_block .block_input .top_group .form_b {
  width: 100%;
  margin-right: 30px;
}
.tabs_block .block_input .top_group .form_b:last-child {
  margin-right: 0;
}
.tabs_block .block_input .top_group .form_b p {
  font-size: 16px;
  font-weight: 300;
  line-height: 14.49px;
  letter-spacing: -0.03em;
  color: rgb(0, 0, 0);
  margin-bottom: 8px;
}
.tabs_block .block_input .top_group .form_b input {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 300;
  line-height: 18.11px;
  letter-spacing: -0.03em;
  padding: 9px 14px;
  outline: none;
  border: 1px solid rgba(20, 8, 8, 0.2196078431);
  margin-bottom: 16px;
  border-radius: 7px;
}
.tabs_block .block_input .top_group .form_b input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.tabs_block .block_input .top_group .form_b input[type=date] {
  -moz-appearance: textfield;
}
.tabs_block .block_input .top_group .form_b select {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 300;
  line-height: 18.11px;
  letter-spacing: -0.03em;
  padding: 9px 14px;
  outline: none;
  border: 1px solid rgba(20, 8, 8, 0.2196078431);
  margin-bottom: 16px;
  border-radius: 7px;
}
.tabs_block .block_input .top_group .form_b .cheks {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.tabs_block .block_input .top_group .form_b .cheks:last-child {
  margin-bottom: 0;
}
.tabs_block .block_input .top_group .form_b .cheks input {
  width: 30px;
  margin-bottom: 0;
}
.tabs_block .block_but {
  width: 100%;
  background-color: #f7f7f7;
  padding: 15px;
  display: flex;
  align-items: end;
  justify-content: end;
}
.tabs_block .block_but button {
  background-color: rgba(86, 77, 77, 0.2470588235);
  border: none;
  border-radius: 7px;
  padding: 14px;
  margin-right: 7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 14.49px;
  letter-spacing: -0.03em;
  color: rgb(0, 0, 0);
}
.tabs_block .block_but button:last-child {
  margin-right: 0;
  background-color: #2b5dd3;
  color: #FFFFFF;
}

.logo {
  margin: 62px 0 125px 0;
}

.about_use {
  margin-bottom: 59px;
}
.about_use h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 42px;
}
.about_use p {
  font-size: 30px;
  font-weight: 500;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  color: #3e3e3e;
}
.about_use p span {
  color: #2b5dd3;
}

.about_company {
  background-color: #1f1f1f;
  padding: 67px 0 101px 0;
  background-image: url(../img/bg_block.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  margin-bottom: 76px;
}
.about_company .about_block h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  letter-spacing: -0.03em;
  color: #2b5dd3;
  margin-bottom: 61px;
}
.about_company .about_block h2 span {
  color: #ffffff;
}
.about_company .about_block .block_items {
  margin-bottom: 122px;
}
.about_company .about_block .block_items .item {
  padding: 57px 14px 50px 13px;
  border: 1px solid #2b5dd3;
  border-radius: 20px;
  height: 200px;
}
.about_company .about_block .block_items .item p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  text-align: center;
}
.about_company .about_block h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 109px;
}
.about_company .about_block h3 span {
  color: #2b5dd3;
}
.about_company .about_block .text_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about_company .about_block .text_bottom .texts span {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  padding: 10px;
  border: 1px solid #2b5dd3;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
}
.about_company .about_block .text_bottom .texts p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  padding-left: 14px;
}

.assortment {
  padding: 63px 0 75px 0;
  background-color: #f8f8f8;
  margin-bottom: 104px;
}
.assortment .about_block h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 125px;
}
.assortment .about_block h2 span {
  color: #2b5dd3;
}
.assortment .about_block .block_text .texts {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}
.assortment .about_block .block_text .texts:last-child {
  margin-bottom: 0;
}
.assortment .about_block .block_text .texts span {
  display: block;
  font-size: 8px;
  font-weight: 400;
  line-height: 9.68px;
  letter-spacing: -0.03em;
  padding: 7px;
  border: 1px solid #2b5dd3;
  border-radius: 50%;
  margin-right: 18px;
  width: 24px;
  height: 24px;
  color: #2b5dd3;
}
.assortment .about_block .block_text .texts p {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  color: #000000;
}
.assortment .about_block .block_text .texts p span {
  font-size: 24px;
  font-weight: 800;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.equipped .about_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 137px;
}
.equipped .about_block .block_text h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 32px;
}
.equipped .about_block .block_text h2 span {
  color: #2b5dd3;
}
.equipped .about_block .block_text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  color: #3e3e3e;
  margin-bottom: 72px;
}
.equipped .about_block .block_text .text_bottom {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
}
.equipped .about_block .block_text .text_bottom:last-child {
  margin-bottom: 0;
}
.equipped .about_block .block_text .text_bottom span {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  padding: 10px;
  border: 1px solid #2b5dd3;
  border-radius: 50%;
  margin-right: 39px;
}
.equipped .about_block .block_text .text_bottom p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  color: #000000;
}

.advantages {
  margin-bottom: 147px;
}
.advantages .about_block h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 38px;
}
.advantages .about_block h2 span {
  color: #2b5dd3;
}
.advantages .about_block p {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  color: #3e3e3e;
  margin-bottom: 56px;
}
.advantages .about_block .block_items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.advantages .about_block .block_items .item {
  background-color: #2c51a7;
  position: relative;
  padding: 20px 20px 20px 20px;
  height: 240px;
  max-width: 420px;
  border-radius: 20px;
}
.advantages .about_block .block_items .item img {
  padding: 8px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 17px;
}
.advantages .about_block .block_items .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 0;
}
.advantages .about_block .block_items .first_it {
  margin-bottom: 55px;
}
.advantages .about_block .second_it {
  justify-content: space-around;
}

.guarantee_block {
  margin-bottom: 105px;
}
.guarantee_block .about_block h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  letter-spacing: -0.03em;
  margin-bottom: 46px;
}
.guarantee_block .about_block h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.guarantee_block .about_block h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000000;
  margin-bottom: 74px;
}
.guarantee_block .about_block .block_text {
  padding: 65px 120px 50px 49px;
  border: 2px solid #2b5dd3;
  border-radius: 20px;
  margin-bottom: 97px;
}
.guarantee_block .about_block .block_text:last-child {
  margin-bottom: 0;
}
.guarantee_block .about_block .block_text p {
  font-size: 30px;
  font-weight: 500;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  margin-bottom: 26px;
  color: #000000;
}
.guarantee_block .about_block .block_text p span {
  font-weight: 700;
  color: #000000;
}
.guarantee_block .about_block .block_text ul {
  padding-left: 26px;
}
.guarantee_block .about_block .block_text ul li {
  font-size: 30px;
  font-weight: 500;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  list-style: disc;
  color: #000000;
}
.guarantee_block .about_block .block_text ul li a {
  font-size: 30px;
  font-weight: 600;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  color: #000000;
}
.guarantee_block .about_block .block_text ol {
  margin-bottom: 100px;
}
.guarantee_block .about_block .block_text ol li {
  font-size: 30px;
  font-weight: 500;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  list-style: auto;
  color: #000000;
}
.guarantee_block .about_block .block_text h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #000000;
}

.your_cart_block {
  margin-bottom: 78px;
}
.your_cart_block .about_block h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36.31px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 37px;
}
.your_cart_block .about_block h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.98px;
  letter-spacing: -0.03em;
  color: #000000;
}
.your_cart_block .about_block .table {
  margin-top: 78px;
}
.your_cart_block .about_block .table thead tr th {
  font-size: 17px;
  font-weight: 300;
  line-height: 20.53px;
  letter-spacing: -0.03em;
  vertical-align: middle;
  text-align: center;
  background-color: #F7F7F7;
}
.your_cart_block .about_block .table thead tr .second_th {
  width: 100px;
}
.your_cart_block .about_block .table thead tr .name {
  text-align: left;
  padding-left: 23px;
}
.your_cart_block .about_block .table thead tr .brand {
  text-align: left;
}
.your_cart_block .about_block .table thead .thead-space td {
  padding: 50px 0 0 0;
  border: none;
}
.your_cart_block .about_block .table tbody tr td {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.03em;
  vertical-align: middle;
  text-align: center;
}
.your_cart_block .about_block .table tbody tr td h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.74px;
  letter-spacing: -0.03em;
  color: #2B5DD3;
  margin: 0 auto;
  text-align: left;
}
.your_cart_block .about_block .table tbody tr td .input-group-custom {
  width: 58px;
  margin: 0 auto;
}
.your_cart_block .about_block .table tbody tr td .input-group-custom button {
  padding: 6px;
  width: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 14.49px;
  border: none;
  height: auto;
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
}
.your_cart_block .about_block .table tbody tr td .input-group-custom button:hover {
  color: #000000;
}
.your_cart_block .about_block .table tbody tr td .input-group-custom input {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.49px;
  border: none;
  height: auto;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.your_cart_block .about_block .table tbody tr td .btn {
  background-color: #2B5DD3;
  border: none;
  width: 19px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.your_cart_block .about_block .table tbody tr .name {
  text-align: left;
  padding-left: 23px;
}
.your_cart_block .about_block .table tbody tr .price {
  text-align: right;
  padding-right: 19px;
}
.your_cart_block .about_block .last_but {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-top: 55px;
}
.your_cart_block .about_block .last_but button {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  padding: 15px 33px;
  background-color: #2B5DD3;
  border-radius: 6px;
  color: #FFFFFF;
  border: none;
}

.search-tabel {
  display: block;
  margin-bottom: 74px;
}
.search-tabel .filter-section {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.search-tabel .categories-brands,
.search-tabel .availability,
.search-tabel .stock-quantity {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-tabel button,
.search-tabel select,
.search-tabel input {
  padding: 10px 15px;
  border: none;
  background-color: transparent;
}
.search-tabel input {
  width: 50px;
}
.search-tabel .categories-brands,
.search-tabel .availability,
.search-tabel .stock-quantity {
  border: 2px solid rgb(217, 217, 217);
  border-radius: 5px;
}
.search-tabel .categories-brands button,
.search-tabel .categories-brands input,
.search-tabel .categories-brands span,
.search-tabel .categories-brands select,
.search-tabel .availability button,
.search-tabel .availability input,
.search-tabel .availability span,
.search-tabel .availability select,
.search-tabel .stock-quantity button,
.search-tabel .stock-quantity input,
.search-tabel .stock-quantity span,
.search-tabel .stock-quantity select {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.53px;
  letter-spacing: -0.03em;
  color: #000;
  border-right: 2px solid rgb(217, 217, 217);
}
.search-tabel .categories-brands button:last-child,
.search-tabel .categories-brands input:last-child,
.search-tabel .categories-brands span:last-child,
.search-tabel .categories-brands select:last-child,
.search-tabel .availability button:last-child,
.search-tabel .availability input:last-child,
.search-tabel .availability span:last-child,
.search-tabel .availability select:last-child,
.search-tabel .stock-quantity button:last-child,
.search-tabel .stock-quantity input:last-child,
.search-tabel .stock-quantity span:last-child,
.search-tabel .stock-quantity select:last-child {
  border: none;
}
.search-tabel .product-search_result {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 100px;
}
.search-tabel .product-search_result h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.98px;
  letter-spacing: -0.03em;
  color: rgb(0, 0, 0);
}
.search-tabel .product-search_result p {
  max-width: 237px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.53px;
  letter-spacing: -0.03em;
  color: rgb(0, 0, 0);
}
.search-tabel .product-search_result a {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12.08px;
  letter-spacing: -0.03em;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}
.search-tabel table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.search-tabel th,
.search-tabel td {
  padding: 16px;
  border: 1px solid rgb(230, 230, 230);
}
.search-tabel th {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20.53px;
  letter-spacing: -0.03em;
}
.search-tabel th:first-child,
.search-tabel td:first-child {
  text-align: left;
}
.search-tabel .req-articul {
  display: block;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.74px;
  letter-spacing: -0.03em;
  background: rgb(43, 93, 211);
  padding: 15px 55px;
}
.search-tabel .info-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.74px;
  letter-spacing: -0.03em;
  color: #fff;
  background: rgb(43, 93, 211);
}
.search-tabel .table-pr-name {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.74px;
  letter-spacing: -0.03em;
  text-align: left;
  color: rgb(43, 93, 211);
  border-bottom: 1px solid rgb(43, 93, 211);
}
.search-tabel .kod-detali {
  display: block;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14.49px;
  letter-spacing: -0.03em;
  color: #000;
}
.search-tabel .table-desc {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14.49px;
  letter-spacing: -0.03em;
  color: #000;
}
.search-tabel .table-nal {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18.11px;
  letter-spacing: -0.03em;
  color: #000;
  text-align: center !important;
}
.search-tabel .table-sklad {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18.11px;
  letter-spacing: -0.03em;
  color: rgb(43, 93, 211);
  padding-bottom: 2px;
  border-bottom: 1px solid rgb(43, 93, 211);
}
.search-tabel .table-srok {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18.11px;
  letter-spacing: -0.03em;
  color: #000;
}
.search-tabel .table-buy {
  display: flex;
  justify-content: space-between;
}
.search-tabel .table-buy .table-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 3px;
  width: 66%;
}
.search-tabel .table-buy .table-quantity span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14.49px;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.search-tabel .table-buy .table-quantity .quantity-value {
  padding: 5px;
}
.search-tabel .table-buy .table-quantity .quantity-plus {
  background: rgb(232, 232, 232);
  padding: 5px;
}
.search-tabel .table-buy .table-quantity .quantity-minus {
  background: rgb(232, 232, 232);
  padding: 5px;
}

.search-brands {
  display: none;
}

footer {
  background-color: #1f1f1f;
  padding: 27px 0 20px 0;
}
footer .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .about_block .left_block p {
  font-size: 18px;
  font-weight: 800;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 39px;
}
footer .about_block .left_block p:last-child {
  margin-bottom: 0;
}
footer .about_block .connecting {
  display: flex;
  align-items: center;
}
footer .about_block .connecting a {
  margin-right: 8px;
}
footer .about_block .connecting a:last-child {
  margin-right: 0;
}

.modal .modal-header {
  border: none;
  padding: 0;
  padding: 24px 23px 18px 23px;
  position: relative;
}
.modal .modal-header h1 {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: -0.03em;
  color: #000000;
}
.modal .modal-footer {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2B5DD3;
  padding: 10px 22px;
}
.modal .modal-footer a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-decoration: underline !important;
}
.modal .modal-header .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
}
.modal .modal-content {
  max-width: 345px;
  margin: 0 auto;
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-body .block_form {
  padding: 0 23px 33px 23px;
}
.modal .modal-body .block_form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal .modal-body .block_form form input {
  border: none;
  background-color: #E0E0E0;
  outline: none;
  border: 1px solid #2B5DD3;
  border-radius: 5px;
  width: 100%;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 11px;
}
.modal .modal-body .block_form form input:last-child {
  margin-bottom: 0;
}
.modal .modal-body .block_form form input::-moz-placeholder {
  color: #949494;
}
.modal .modal-body .block_form form input::placeholder {
  color: #949494;
}
.modal .modal-body .block_form form .button_block {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modal .modal-body .block_form form .button_block button {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  background-color: #2B5DD3;
  padding: 8px 19px;
  border: none;
  border-radius: 5px;
}
.modal .modal-body .block_form form .button_block a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  letter-spacing: -0.03em;
  color: #000000;
  text-decoration: underline !important;
}

@media (max-width: 1300px) {
  .personal_area .about_block .menu_block ul li a {
    font-size: 16px;
  }
  .personal_area .about_block .menu_block ul li {
    margin-right: 30px;
  }
  .personal_area .about_block .right_block .personal_a a {
    font-size: 14px;
  }
  .personal_area .about_block .right_block .personal_a {
    margin-right: 18px;
  }
}
@media (max-width: 999px) {
  .catalog .about_block .right_block {
    position: absolute;
    right: 6px;
  }
  .our_branches .about_block .block_loc {
    height: 270px;
  }
  .personal_area .about_block .right_block {
    top: 0;
  }
  .logo {
    margin-bottom: 79px;
  }
  .logo img {
    width: 74px;
  }
  .about_use p {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: -0.03em;
  }
  .about_use {
    margin-bottom: 40px;
  }
  .about_company {
    padding: 60px 0 55px 0;
    background-position: right bottom;
    background-size: contain;
    margin-bottom: 0;
  }
  .about_company .about_block h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 47px;
  }
  .about_company .about_block .block_items .item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    letter-spacing: -0.03em;
    text-align: center;
  }
  .about_company .about_block .block_items .item p br {
    display: none;
  }
  .about_company .about_block .block_items .item {
    padding: 57px 15px 47px 16px;
    margin-bottom: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about_company .about_block .block_items {
    margin-bottom: 47px;
  }
  .about_company .about_block h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: -0.03em;
    margin-bottom: 47px;
  }
  .about_company .about_block h3 span br {
    display: none;
  }
  .about_company .about_block .text_bottom {
    flex-direction: column;
  }
  .about_company .about_block .text_bottom .texts span {
    margin-bottom: 35px;
  }
  .about_company .about_block .text_bottom .texts p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    letter-spacing: -0.03em;
    padding-left: 0;
    margin-bottom: 57px;
  }
  .assortment {
    padding: 35px 0 54px 0;
    margin-bottom: 50px;
  }
  .assortment .about_block h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: -0.03em;
    margin-bottom: 35px;
  }
  .assortment .about_block h2 span br {
    display: none;
  }
  .assortment .about_block .block_text .texts {
    margin-bottom: 42px;
  }
  .assortment .about_block .block_text .texts:last-child {
    margin-bottom: 42px;
  }
  .assortment .about_block .block_text .texts p {
    font-size: 15px;
    font-weight: 800;
    line-height: 18.15px;
    letter-spacing: -0.03em;
  }
  .assortment .about_block .block_text .texts p br {
    display: none;
  }
  .assortment .about_block .block_text .texts p span {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: -0.03em;
  }
  .assortment .about_block .block_text .texts p span br {
    display: none;
  }
  .equipped .about_block .block_text h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: -0.03em;
    margin-bottom: 34px;
  }
  .equipped .about_block .block_text h2 br {
    display: none;
  }
  .equipped .about_block {
    flex-direction: column;
    margin-bottom: 56px;
    align-items: flex-start;
  }
  .equipped .about_block .block_text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: -0.03em;
    margin-bottom: 44px;
  }
  .equipped .about_block .block_text .text_bottom {
    flex-direction: column;
  }
  .equipped .about_block .block_text .text_bottom span {
    margin-right: 0;
    margin-bottom: 23px;
  }
  .equipped .about_block .block_text .text_bottom p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    letter-spacing: -0.03em;
  }
  .equipped .about_block .block_text .text_bottom p br {
    display: none;
  }
  .equipped .about_block .block_text .text_bottom {
    margin-bottom: 23px;
  }
  .equipped .about_block .block_text .text_bottom:last-child {
    margin-bottom: 46px;
  }
  .equipped .about_block .img_block img {
    width: 100%;
  }
  .advantages .about_block h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
  }
  .advantages .about_block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: -0.03em;
    margin-bottom: 40px;
  }
  .advantages .about_block p br {
    display: none;
  }
  .advantages .about_block .block_items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .advantages .about_block .block_items .item {
    padding: 13px 8px 27px 24px;
    margin-bottom: 37px;
    height: auto;
  }
  .advantages .about_block .block_items .item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    letter-spacing: -0.03em;
  }
  .advantages {
    margin-bottom: 252px;
  }
  footer .about_block .left_block p {
    font-size: 18px;
    font-weight: 800;
    line-height: 21.78px;
    letter-spacing: -0.03em;
    margin-bottom: 22px;
  }
  footer .about_block .left_block p:last-child {
    font-size: 14px;
  }
  footer .about_block .connecting {
    flex-direction: column;
  }
  footer .about_block .connecting a {
    margin-right: 0;
    margin-bottom: 17px;
  }
  footer .about_block .connecting a:last-child {
    margin-bottom: 0;
  }
  .guarantee_block .about_block h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    letter-spacing: -0.03em;
    margin-bottom: 27px;
  }
  .guarantee_block .about_block h2 br {
    display: none;
  }
  .guarantee_block .about_block .block_text {
    padding: 27px 17px 20px 23px;
    margin-bottom: 55px;
  }
  .guarantee_block .about_block .block_text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
  }
  .guarantee_block .about_block .block_text ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
  }
  .guarantee_block .about_block h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: -0.03em;
  }
  .guarantee_block .about_block .block_text ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: -0.03em;
  }
  .guarantee_block .about_block h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    letter-spacing: -0.03em;
    text-align: center;
  }
  .guarantee_block .about_block h4 br {
    display: none;
  }
  .guarantee_block .about_block .block_text ol {
    margin-bottom: 26px;
  }
  .guarantee_block .about_block .block_text ol li {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
  }
  .guarantee_block .about_block .block_text h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    letter-spacing: -0.03em;
  }
  header .about_block .menu_block ul {
    display: none;
  }
  .big_block_big7 header .about_block .hamburger-menu {
    display: block !important;
  }
  .big_block_big7 header .about_block #menu__toggle {
    opacity: 0;
  }
  .big_block_big7 header .about_block #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  .big_block_big7 header .about_block #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(deg);
  }
  .big_block_big7 header .about_block #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  .big_block_big7 header .about_block #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .big_block_big7 header .about_block .menu__btn {
    position: absolute;
    top: 44px;
    left: 40px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  .big_block_big7 header .about_block .menu__btn > span,
  .big_block_big7 header .about_block .menu__btn > span::before,
  .big_block_big7 header .about_block .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transition-duration: 0.25s;
  }
  .big_block_big7 header .about_block .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .big_block_big7 header .about_block .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .big_block_big7 header .about_block .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    z-index: 1;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #202020;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    padding: 100px 16px 7px 16px;
    align-items: start;
  }
  .big_block_big7 header .about_block .menu__box li {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .big_block_big7 header .about_block .menu__box li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-align: center;
  }
  .big_block_big7 header .about_block .menu__box .social_nets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .big_block_big7 header .about_block .menu__box span {
    font-size: 15px;
    font-weight: 300;
    line-height: 22.99px;
    color: #000000;
  }
  .big_block_big7 header .about_block .menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .big_block_big7 header .about_block .menu__item:hover {
    background-color: #cfd8dc;
  }
  header .menu__box li {
    margin-bottom: 20px !important;
  }
  header .dropdown li {
    margin: 0 !important;
  }
  header .dropdown .dropdown-toggle::after {
    display: none;
  }
  header .dropdown .dropdown-nav {
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    background-color: #bfbfbf;
    border-radius: 15px;
  }
  header .dropdown .dropdown-nav li {
    margin-bottom: 10px !important;
  }
  header .dropdown .dropdown-nav li:last-child {
    margin-bottom: 0 !important;
  }
  header .dropdown .dropdown-nav li a {
    color: #000000 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .dropdown > a {
    display: flex;
    align-items: center;
  }
  header .dropdown > a svg {
    margin-left: 13px;
  }
  header .about_block .right_block .personal_a a:last-child {
    display: none;
  }
  header .about_block .right_block .personal_a {
    margin-right: 19px;
  }
  .search_block .search_group {
    width: 100%;
    padding: 5px 5px 5px 7px;
  }
  .search_block #search-button {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    letter-spacing: -0.03em;
    padding: 9px 12px 9px 19px;
  }
  .search_block #search-input {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.1px;
    letter-spacing: -0.03em;
    width: 64%;
  }
  .search_block {
    margin-bottom: 35px;
  }
  .home_block .about_block h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 101.36px;
    letter-spacing: -0.03em;
    margin-bottom: 23px;
  }
  .home_block .about_block h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 20.57px;
    letter-spacing: -0.03em;
    margin-bottom: 23px;
  }
  .home_block .about_block h2 br {
    display: none;
  }
  .home_block .about_block img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .our_branches h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 42.36px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 35px;
  }
  .our_branches .about_block .block_loc .locations h3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 16.91px;
    letter-spacing: -0.03em;
    margin-bottom: 22px;
  }
  .our_branches .about_block .block_loc {
    margin-bottom: 49px;
  }
  .our_branches .about_block .block_loc .locations {
    margin-bottom: 27px;
  }
  .our_branches .about_block .block_loc .locations p {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.91px;
    letter-spacing: -0.03em;
  }
  .our_branches .about_block .block_loc .locations p a {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.91px;
    letter-spacing: -0.03em;
  }
  .second_header .about_block .right_block .personal_a:first-child {
    display: none;
  }
  .second_header .about_block .hamburger-menu {
    display: block !important;
  }
  .second_header .about_block #menu__toggle {
    opacity: 0;
  }
  .second_header .about_block #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  .second_header .about_block #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(deg);
  }
  .second_header .about_block #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  .second_header .about_block #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .second_header .about_block .menu__btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 33px;
    height: 27px;
    cursor: pointer;
    z-index: 2;
    background-color: #2b5dd3;
    border-radius: 2px;
  }
  .second_header .about_block .menu__btn > span,
  .second_header .about_block .menu__btn > span::before,
  .second_header .about_block .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 17px;
    height: 1px;
    background-color: #ffffff;
    transition-duration: 0.25s;
    top: 12px;
    right: 8px;
  }
  .second_header .about_block .menu__btn > span::before {
    content: "";
    top: 7px;
    right: 0px;
  }
  .second_header .about_block .menu__btn > span::after {
    content: "";
    top: -6px;
    right: 0px;
  }
  .second_header .about_block .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    z-index: 1;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #202020;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    padding: 100px 16px 7px 16px;
    align-items: start;
  }
  .second_header .about_block .menu__box li {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .second_header .about_block .menu__box li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    letter-spacing: -0.03em;
    color: #ffffff;
  }
  .second_header .about_block .menu__box .social_nets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .second_header .about_block .menu__box span {
    font-size: 15px;
    font-weight: 300;
    line-height: 22.99px;
    color: #000000;
  }
  .second_header .about_block .menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .second_header .about_block .menu__item:hover {
    background-color: #cfd8dc;
  }
  .second_header .about_block {
    position: relative;
  }
  .second_header .about_block .right_block .personal_a:last-child a img {
    position: absolute;
    top: 0;
    right: 50px;
  }
  .second_search {
    margin-bottom: 51px;
  }
  .your_cart h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.63px;
    letter-spacing: -0.03em;
    margin-bottom: 44px;
  }
  .your_cart a {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    letter-spacing: -0.03em;
    padding: 11px 21px 9px 18px;
    max-width: 123px;
  }
  .your_cart {
    margin-bottom: 124px;
  }
  .catalog .about_block .right_block .personal_a:first-child {
    display: block;
  }
  .catalog .about_block .right_block .personal_a {
    margin-right: 100px;
  }
  .brands .about_block p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20.57px;
    letter-spacing: -0.03em;
    margin-top: 27px;
    margin-bottom: 85px;
  }
  .brands .about_block .brands_group .logos {
    height: auto;
  }
  .brands .about_block .brands_group .logos img {
    width: 163px;
  }
  .brands .about_block .brands_group .logos:first-child .right_text {
    margin-left: 21px;
  }
  .brands .about_block .brands_group .logos .right_text h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.11px;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
  }
  .brands .about_block .brands_group .logos .right_text a {
    font-size: 15px;
    font-weight: 300;
    line-height: 18.11px;
    letter-spacing: -0.03em;
  }
  .brands .about_block .brands_group .logos {
    margin-bottom: 39px;
  }
  .brands .about_block .brands_group .maysan {
    margin-bottom: 39px;
  }
  .brands .about_block .brands_group .logos:last-child {
    margin-bottom: 39px;
  }
  .brands {
    margin-bottom: 117px;
  }
  .tabs_block .about_block .tabs_block .border-bottom {
    border: none !important;
    justify-content: center !important;
  }
  .tabs_block .about_block .tabs_block .block_links .active {
    border: none;
    background-color: #d9d9d9;
  }
  .tabs_block .about_block h2 {
    font-size: 17px;
    font-weight: 300;
    line-height: 20.57px;
    text-align: center;
    margin-bottom: 30px;
  }
  .tabs_block {
    margin-top: 0;
    margin-bottom: 190px;
  }
  .tabs_block .about_block .tabs_block .block_form .attention {
    padding: 20px 8px 23px 10px;
    margin-bottom: 59px;
  }
  .tabs_block .about_block .tabs_block .block_form .attention h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 21.78px;
    margin-bottom: 19px;
  }
  .tabs_block .about_block .tabs_block .block_form .attention p {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.94px;
  }
  .tabs_block .about_block .tabs_block .block_form .input_group p {
    font-size: 18px;
    font-weight: 300;
    line-height: 21.78px;
  }
  .tabs_block .about_block .tabs_block .block_form .input_group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 29px;
  }
  .tabs_block .about_block .tabs_block .block_form .input_group .input_block {
    margin-left: 0;
    margin-top: 29px;
    width: 100%;
  }
  .tabs_block .about_block .tabs_block .block_form .textarea textarea {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
    height: 115px;
  }
  .tabs_block .about_block .tabs_block {
    margin-bottom: 160px;
  }
  .tabs_block .about_block .bottom_input p {
    font-size: 12px;
    font-weight: 300;
    line-height: 14.52px;
  }
  .tabs_block .about_block .bottom_input p a {
    font-size: 12px;
    font-weight: 300;
    line-height: 14.52px;
  }
  .tabs_block .about_block .bottom_input {
    margin-bottom: 62px;
  }
  .tabs_block .about_block .button_form button {
    font-size: 15px;
    font-weight: 300;
    line-height: 18.11px;
    letter-spacing: -0.03em;
  }
  .personal_area .about_block .right_block .second_pe img {
    position: absolute;
    top: 0;
    right: 85px;
  }
  .personal_area .about_block .right_block .personal_a:first-child a img {
    position: absolute;
    top: 0;
    right: 118px;
  }
  .search-brands {
    display: block;
  }
  .search-tabel {
    display: none;
  }
  .your_cart_block .about_block h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
  .your_cart_block .about_block h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.11px;
    letter-spacing: -0.03em;
  }
  .your_cart_block .about_block .table {
    display: none;
  }
  .your_cart_block .about_block .last_but {
    display: none;
  }
  .last_pag {
    display: none !important;
  }
}
.view-filter_mob {
  display: none;
}

@media (max-width: 480px) {
  .oil-title {
    display: none;
  }
  .view-filter_mob {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    letter-spacing: -0.03em;
    color: #000000;
    padding: 10px;
    border: 1px solid #acacac;
    border-radius: 2px;
  }
  .pr-filter {
    display: none;
  }
  .pr-filter-mob {
    display: block;
  }
  .brands .about_block .pr-filter .filter-checkbox .form-group label:before {
    padding: 6px;
  }
  .brands .about_block .oil-sort_top {
    display: flex;
    flex-direction: column;
    border: none;
    background-color: transparent;
    align-items: normal;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .brands .about_block .oil-sort_top .sort-by {
    order: 2;
  }
  .brands .about_block .oil-sort_top .catalog-pagination {
    justify-content: space-between;
    order: 1;
  }
  .brands .about_block .oil-sort_top .catalog-pagination .sort-view button {
    padding: 10px 12px;
  }
  .brands .about_block .oil-sort_top .catalog-pagination .sort-view button:first-child {
    margin-right: 0;
  }
  .product-info {
    border: 1px solid rgb(172, 172, 172);
    background: rgb(249, 249, 249);
    padding: 30px 40px 20px 40px;
  }
  .brands .about_block .product-block .product-info {
    margin: 0;
  }
  .sort-po {
    display: none;
  }
  .sort-po-mob {
    display: block;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    letter-spacing: -0.03em;
    text-align: left;
    color: rgb(138, 138, 138);
    margin-bottom: 15px;
  }
  .hide-when-narrow { display: none; }
  .basketSwitcher {position: absolute; right: 0; bottom: -30px;}
}

.hidden { display: none; }

/* icons fontello */
@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="fr-icon2-"]:before, [class*=" fr-icon2-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fr-icon2-history:before { content: '\e8a5'; }

.fr-alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
}

.fr-alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
