.container_lg {
  width: 100%;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.row {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  flex: 1 1 0px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col_4, .col_5, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col_3_5 {
  flex: 0 0 27%;
  max-width: 27%;
  padding-left: 15px;
  padding-right: 15px;
}

.col_4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col_5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col_7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col_8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col_10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col_11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.justify_content_center {
  justify-content: center !important;
}

.justify_content_between {
  justify-content: space-between !important;
}

.justify_content_around {
  justify-content: space-around !important;
}

.justify_content_end {
  justify-content: flex-end !important;
}

.align_items_bottom {
  align-items: flex-end !important;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

@media only screen and (max-width: 992px) {
  .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12 {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col_sm_1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col_sm_2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col_sm_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col_sm_4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col_sm_5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col_sm_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col_sm_7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col_sm_8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col_sm_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col_sm_10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col_sm_11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col_sm_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hidden_sm {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col_xs_1, .col_xs_2, .col_xs_3, .col_xs_4, .col_xs_5, .col_xs_6, .col_xs_7, .col_xs_8, .col_xs_9, .col_xs_10, .col_xs_11, .col_xs_12 {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col_xs_1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col_xs_2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col_xs_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col_xs_4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col_xs_5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col_xs_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col_xs_7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col_xs_8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col_xs_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col_xs_10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col_xs_11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col_xs_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

:root {
  font-size: 62.5%;
  --color-switch: #ccc;
  --color-switch-checked: #1170F6;
  --color-switch-thumb: #ffffff;
  --color-switch-thumb-active: #ffffff;
  --color-switch-border: transparent;
  --color-background: #f0f0f5;
  --color-white: #ffffff;
  --color-shadow: rgba(0, 0, 0, 0.2);
}

#price_mailing_subscription {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: flex-end;
  align-items: center;
}

.switch {
  min-width: 38px;
  --_switch-height: 2.5rem;
  --_switch-border: 1px;
  --_switch-border-multitply: calc(var(--_switch-border) * 2);
  --_switch-gap: 0.5rem;
  --_swicth-gap-multitply: calc(var(--_switch-gap) * 2);
  --_switch-multiply: calc(
          var(--_swicth-gap-multitply) + var(--_switch-border-multitply)
  );
  --_switch-thumb-width: calc(var(--_switch-height) - var(--_switch-multiply));
  --_switch-width: calc(
          var(--_switch-thumb-width) * 2 + var(--_switch-multiply)
  );
  --_switch-radius: 0;
  --_swith-radius-thumb: 0;
  position: relative;
  overflow: hidden;
  width: var(--_switch-width);
  height: var(--_switch-height);
  border-radius: var(--_switch-radius);
  border: var(--_switch-border) solid var(--color-switch-border);
  box-shadow: 0 0 1rem -1px rgba(0, 0, 0, 0.2);
  background-color: var(--color-switch);
  transition: 0.6s ease-in;
}

.switch.switch--rounded {
  --_switch-radius: calc(var(--_switch-height) / 2);
  --_switch-radius-thumb: calc(var(--_switch-thumb-width) / 2);
}

.switch.switch--square {
  --_switch-radius: 0.4rem;
  --_swith-radius-thumb: 0.4rem;
}

.switch:has(input[data-type=checkbox]:checked) {
  background-color: var(--color-switch-checked);
}

.switch:has(input[data-type=checkbox]:checked) .switch__thumb::after {
  transform: translateX(var(--_switch-thumb-width));
  background-color: var(--color-switch-thumb-active);
}

.switch:hover {
  opacity: 0.7;
}

.switch__input {
  pointer-events: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  color: transparent;
  background: transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  caret-color: transparent;
  accent-color: transparent;
}

.switch__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  cursor: pointer;
}
.switch__thumb:after {
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: var(--_switch-gap);
  left: var(--_switch-gap);
  content: "";
  width: var(--_switch-thumb-width);
  height: var(--_switch-thumb-width);
  border-radius: var(--_switch-radius-thumb);
  background-color: var(--color-switch-thumb);
  transition: 0.2s ease;
}

input {
  display: block;
  width: 200px;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
}

.header_title_category .price_catalog_filter .bt-dropdown a {
  width: 200px !important;
}
.header_title_category .price_catalog_filter .bt-dropdown .bt-dropdown-options {
  overflow: hidden;
}

.container-slider {
  width: 100%;
  margin-top: 0.5em !important;
}
.container-slider .slider-background {
  width: calc(100% - 10px);
  height: 1px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: yellow;
  margin-top: 25px;
  left: 5px;
}
.container-slider .slider-btn {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FEF252;
  display: inline-block;
  position: absolute;
  left: 0;
}
.container-slider .slider-btn.active {
  z-index: 99;
}
.container-slider .slider-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.container-slider .slider-labels > * {
  flex-basis: 60px;
  max-width: 60px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 7px 5px;
}
.container-slider .slider-labels input {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  border: none;
  width: 60px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.container-slider .slider-labels input::-webkit-outer-spin-button, .container-slider .slider-labels input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container-slider .slider-labels input[type=number] {
  -moz-appearance: textfield;
}
.container-slider .slider-labels .save_volume_filter {
  background-color: #1170F6;
  border-radius: 5px;
  padding: 5px 0;
  color: #fff;
  display: block;
  box-sizing: border-box;
  text-align: center;
  flex-basis: 45px;
  transition: 0.2s ease;
}
.container-slider .slider-labels .save_volume_filter:hover {
  opacity: 0.9;
}

.wrap_list_filters .price_slider {
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
}
.wrap_list_filters .price_slider .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrap_list_filters .price_slider .wrapper input {
  padding-left: 0;
  padding-right: 0;
}
.wrap_list_filters .price_slider .multi-range-slider, .wrap_list_filters .price_slider .multi-range-price-slider {
  position: relative;
  width: 100%;
  height: 20px;
  display: block;
  border: none;
  margin-top: 20px;
}
.wrap_list_filters .price_slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 5;
  height: 100%;
  margin: 0;
  pointer-events: none;
  border: none;
}
.wrap_list_filters .price_slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.wrap_list_filters .price_slider input[type=range]:focus {
  outline: none;
}
.wrap_list_filters .price_slider input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.wrap_list_filters .price_slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0 none;
  width: 15px;
  height: 15px;
  background-color: #FEF252;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.wrap_list_filters .price_slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  border: 0 none;
  width: 15px;
  height: 15px;
  background-color: #FEF252;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.wrap_list_filters .price_slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.wrap_list_filters .price_slider input[type=range]::-ms-thumb {
  pointer-events: all;
  border: 0 none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-color: #FEF252;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.wrap_list_filters .price_slider input[type=range].hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}
.wrap_list_filters .price_slider input[type=range].hover::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}
.wrap_list_filters .price_slider input[type=range].hover::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}
.wrap_list_filters .price_slider input[type=range].active::-webkit-slider-thumb {
  box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}
.wrap_list_filters .price_slider input[type=range].active::-moz-range-thumb {
  box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}
.wrap_list_filters .price_slider input[type=range].active::-ms-thumb {
  box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}
.wrap_list_filters .price_slider input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
}
.wrap_list_filters .price_slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}
.wrap_list_filters .price_slider input[type=range]::-moz-range-track {
  background: transparent;
}
.wrap_list_filters .price_slider input[type=range]::-ms-track {
  background: transparent;
}
.wrap_list_filters .price_slider input[type=range]::-ms-fill-lower {
  background: transparent;
}
.wrap_list_filters .price_slider input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}
.wrap_list_filters .price_slider input[type=range]::-ms-fill-upper {
  background: transparent;
}
.wrap_list_filters .price_slider input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}
.wrap_list_filters .price_slider .slider, .wrap_list_filters .price_slider .price-range-slider {
  position: absolute;
  width: 100%;
  top: 8.5px;
  z-index: 1;
  height: 2px;
}
.wrap_list_filters .price_slider .slider > .track,
.wrap_list_filters .price_slider .price-range-slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #EDEDED;
}
.wrap_list_filters .price_slider .slider > .range,
.wrap_list_filters .price_slider .price-range-slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #2698D9;
}
.wrap_list_filters .price_slider .price__wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 20px;
  width: 100%;
}
.wrap_list_filters .price_slider .price__wrapper input {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  width: 60px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.wrap_list_filters .price_slider .price__wrapper input::-webkit-outer-spin-button, .wrap_list_filters .price_slider .price__wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wrap_list_filters .price_slider .price__wrapper input[type=number] {
  -moz-appearance: textfield;
}
.wrap_list_filters .price_slider .price__wrapper a {
  background-color: #1170F6;
  border-radius: 5px;
  padding: 6px 12px;
  color: #fff;
  display: block;
  box-sizing: border-box;
  text-transform: uppercase;
}
.wrap_list_filters .price_slider .price__wrapper a:hover {
  background-color: #0e58c0;
}

body {
  font: 400 14px "Gilroy", sans-serif;
  line-height: 1.6;
}

a {
  transition: 0.2s;
  text-decoration: none;
}

button {
  font-family: "Gilroy", sans-serif;
}

select {
  display: none;
}

input {
  font-family: "Gilroy";
}

input, textarea {
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
}
input:focus, textarea:focus {
  border-color: #1170F6;
}

.btn_default {
  padding: 10px 15px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  border: none;
  background-color: #FEF252;
  border-radius: 3px;
  box-shadow: 0 2px 0 #B1A93C;
  outline: none;
  display: inline-block;
}
.btn_default:hover {
  background-color: #1170F6;
  color: #fff;
  box-shadow: 0 2px 0 #0049b9;
}

.title_style_circle {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
}
.title_style_circle:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 50%;
  background-color: #FEF252;
  z-index: -1;
}

.outside_img {
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
}
.outside_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title_style_section {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.title_style_section:first-line {
  background-color: #FEF252;
}
.title_style_section span {
  position: relative;
}
.title_style_section span:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1170F6;
  position: absolute;
  right: -20px;
  bottom: 15px;
}

.btn_square_style {
  background-color: #1170F6;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  width: 200px;
  height: 200px;
  display: block;
}
.btn_square_style:not(.no_animation):hover img, .btn_square_style:not(.no_animation):hover svg {
  width: 60%;
}
.btn_square_style span {
  position: absolute;
  width: 100%;
  padding: 10px 18px 10px 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
}
.btn_square_style img, .btn_square_style svg {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 50%;
  height: 17px;
  transition: 0.2s;
}

.btn_phone_style {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 17px;
  border-radius: 3px;
  text-decoration: none;
}
.btn_phone_style img {
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
  height: auto;
}

.checkbox_style {
  position: relative;
}
.checkbox_style input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
}
.checkbox_style input:hover + span {
  color: #1170F6;
}
.checkbox_style span {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  display: inline-block;
}
.checkbox_style span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e2e2e2;
  background: #fff;
  transition: 0.2s;
  border-radius: 3px;
}
.checkbox_style input:checked + span:before {
  background: #1170F6 url("../images/icons/checked.svg") center center no-repeat;
  border-color: #1170F6;
}
.checkbox_style input:checked + span {
  color: #1170F6;
  font-weight: 600;
}

.radio_style {
  position: relative;
}
.radio_style input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
}
.radio_style input:hover + span {
  color: #1170F6;
}
.radio_style span {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  display: inline-block;
}
.radio_style span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #909090;
  background: #fff;
  transition: 0.2s;
  border-radius: 50%;
  display: block;
}
.radio_style span:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 3px;
  border-radius: 50%;
  background: transparent;
  display: block;
}
.radio_style input:checked + span:before {
  border-color: #1170F6;
}
.radio_style input:checked + span:after {
  background: #1170F6;
}
.radio_style input:checked + span {
  color: #1170F6;
}

.bt-dropdown {
  border: none;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
}
.bt-dropdown.open .bt-dropdown-toggle span.icon {
  transform: rotate(180deg);
  background-position: center center;
  opacity: 0.3;
}

.bt-dropdown-toggle {
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  font-weight: 600;
  width: 100% !important;
  border-radius: 3px;
}
.bt-dropdown-toggle span.icon {
  background-image: url(../images/icons/chevron-down-dark.svg);
  background-position: center center;
  right: 7px;
}

.bt-dropdown-options {
  overflow: auto;
  border: 1px solid #e2e2e2;
  right: 0;
  z-index: 9;
}
.bt-dropdown-options a {
  padding: 8px 15px;
}
.bt-dropdown-options a:hover {
  color: #1170F6;
}

.bt-dropdown-option {
  border: none;
}
.bt-dropdown-option:hover {
  background: transparent;
}

.bg_user_wrap_active {
  z-index: 19;
}

.user_menu_wrap {
  background-color: #fff;
  padding: 40px 20px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 20;
  width: 330px;
  transform: translateX(100%);
  transition: 0.4s;
}
.user_menu_wrap .user_name {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.user_menu_wrap .user_name .thumb {
  width: 60px;
  padding-right: 10px;
}
.user_menu_wrap .user_name .thumb img {
  width: 100%;
  border: 2px solid #1170F6;
  border-radius: 50%;
}
.user_menu_wrap .user_name .name {
  font-size: 16px;
  color: #3a3a3a;
}
.user_menu_wrap .user_name .link {
  margin-left: 10px;
}
.user_menu_wrap .user_name .link a {
  color: #1170F6;
  text-decoration: underline;
}
.user_menu_wrap .user_name .link a:hover {
  color: #000;
  text-decoration: none;
}
.user_menu_wrap .title_label {
  padding: 7px 0;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.user_menu_wrap .title_label a {
  color: #000;
}
.user_menu_wrap .title_label a:hover {
  color: #1170F6;
}
.user_menu_wrap .title_label img, .user_menu_wrap .title_label svg {
  vertical-align: middle;
  margin-right: 10px;
}
.user_menu_wrap p {
  color: #707070;
  font-size: 13px;
}
.user_menu_wrap .btn_logout {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #1170F6;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: 0 2px 0 #0E4DA5;
  margin: 50px 30px 20px;
}
.user_menu_wrap .btn_logout:hover {
  background-color: #0028f6;
}

.banner_home_wrap .list_slides {
  position: relative;
  margin-bottom: 50px;
}
.banner_home_wrap .content {
  position: relative;
}
.banner_home_wrap .item_slide {
  padding: 170px 0 110px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.banner_home_wrap .item_slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_home_wrap .item_slide .title {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2;
}
.banner_home_wrap .item_slide .title:first-line {
  background-color: #1170F6;
}
.banner_home_wrap .item_slide .title span {
  position: relative;
}
.banner_home_wrap .item_slide .title span:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FEF252;
  position: absolute;
  right: -20px;
  bottom: 15px;
}
.banner_home_wrap .item_slide .btn_default {
  margin-top: 70px;
}
.banner_home_wrap .slide_dots {
  width: 100%;
  max-width: 1170px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  bottom: 20px;
  position: absolute;
  z-index: 0;
  display: flex;
  list-style: none;
  display: flex;
}
.banner_home_wrap .slide_dots li {
  padding: 3px 0;
  margin-right: 10px;
  cursor: pointer;
}
.banner_home_wrap .slide_dots li.dot_active span {
  background-color: #1170F6;
}
.banner_home_wrap .slide_dots li span {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  width: 30px;
}

.more_info {
  margin-top: -430px;
  height: 460px;
}
.more_info .btn_square_style {
  margin-bottom: 30px;
}
.more_info .wrapper_h {
  height: 100%;
  align-items: flex-end;
}
.more_info .list_social {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-end;
  list-style: none;
  padding-bottom: 80px;
}
.more_info .list_social li {
  padding: 7px 0;
}

.list_advant_home {
  padding: 20px 0;
}
.list_advant_home .title_style_circle {
  margin: 20px 0;
}
.list_advant_home p {
  font-size: 15px;
}
.list_advant_home .advant_home_wrap {
  background: url(../images/icons/arrow-lg-down-dark.svg) 99% center no-repeat;
}
.list_advant_home .item_advant .ico {
  height: 50px;
}

.dark_logo_bg_wrap {
  background: url(../images/icons/logo-bg-dark.svg) 85% center no-repeat;
}

.about_us_home {
  margin: 70px 0;
  padding: 60px 0;
  position: relative;
}
.about_us_home .title_style_section {
  margin-bottom: 40px;
}
.about_us_home .btn_square_style {
  position: absolute;
  bottom: -30px;
  right: -30px;
}

.catalog_home {
  padding: 60px 0;
}
.catalog_home .title_style_section {
  margin-bottom: 50px;
}
.catalog_home .item_catalog {
  padding: 0 30px 40px 0;
  height: 100%;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
}
.catalog_home .item_catalog .title_style_circle {
  margin: 20px 0;
}
.catalog_home .item_catalog .ico {
  width: calc(100% + 32px);
  background-color: #fff;
}
.catalog_home .item_catalog ul li {
  list-style: none;
  padding: 8px 0;
}
.catalog_home .item_catalog ul li a {
  color: #1170F6;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
}
.catalog_home .item_catalog ul li a:hover {
  text-decoration: none;
  color: #000;
}
.catalog_home .btn_default {
  margin-top: 50px;
}

.for_dealers_home {
  padding: 150px 0;
  background: #F8F8F8 url(../images/icons/logo-bg-light.svg) 20% 0 no-repeat;
  position: relative;
}
.for_dealers_home .title_style_section {
  margin-bottom: 50px;
}
.for_dealers_home .outside_img {
  right: 0;
  width: 50%;
}
.for_dealers_home .outside_img .btn_square_style {
  position: absolute;
  bottom: 0;
  left: 0;
}

.dark_logo_bg_wrap_2 {
  background: url(../images/icons/logo-bg-dark.svg) 90% calc(100% - 300px) no-repeat;
}

.oil_category_home {
  padding: 80px 0;
}
.oil_category_home .title_style_section {
  margin-bottom: 50px;
}
.oil_category_home .subtitle_section {
  font-weight: 600;
  font-size: 15px;
  margin: 30px 0 20px;
}
.oil_category_home .item:not(.btn_square_style) {
  position: relative;
  height: 170px;
  border: 1px solid #e2e2e2;
  padding: 30px 15px;
  transition: 0.2s;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #fff;
}
.oil_category_home .item:not(.btn_square_style):hover {
  border-color: #1170F6;
}
.oil_category_home .item:not(.btn_square_style):hover span {
  color: #000;
  text-decoration: none;
}
.oil_category_home .item:not(.btn_square_style) span {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 15px;
  color: #1170F6;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}
.oil_category_home .btn_square_style {
  width: 100%;
  height: 170px;
}
.oil_category_home .list_oils .container, .oil_category_home .list_marks .container {
  padding: 0 20px;
}
.oil_category_home .list_oils div[class*=col_], .oil_category_home .list_marks div[class*=col_] {
  padding: 0 10px;
}

.blog_home {
  padding: 40px 0;
}
.blog_home .title_style_section {
  margin-bottom: 30px;
}

.list_news {
  padding: 40px 0;
}
.list_news .item {
  margin-bottom: 30px;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  border: 1px solid #E2E2E2;
}
.list_news .item .category_label {
  color: #000;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: #FEF252;
  padding: 6px 8px;
  margin-left: 15px;
  margin-top: 15px;
  display: inline-block;
}
.list_news .item .date_label {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #fff;
  border-bottom: 3px solid #1170F6;
  color: #000;
  text-align: center;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 11px;
  display: none;
}
.list_news .item .date_label span {
  display: block;
  color: #000;
  text-align: center;
  font-family: Gilroy;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.list_news .thumb {
  height: 172px;
  width: 100%;
  display: block;
}
.list_news .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_news .title {
  color: #1F2937;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 20px 15px;
  margin-bottom: 15px;
}
.list_news .title a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.list_news .title a h4 {
  margin-bottom: 12px;
}
.list_news .title a:hover {
  color: #1170F6;
}
.list_news .title p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.list_news .link_more {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.list_news .link_more a {
  font-weight: 600;
  color: #1170F6;
}
.list_news .link_more svg {
  vertical-align: middle;
  margin-left: 10px;
}

.subscribe_wrap {
  padding: 20px 0;
  background-color: #1170F6;
}
.subscribe_wrap .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.subscribe_wrap input[type=email] {
  background-color: #fff;
  font-size: 18px;
  border-radius: 3px;
}
.subscribe_wrap input[type=submit] {
  cursor: pointer;
  transition: 0.2s;
}
.subscribe_wrap input {
  padding: 14px;
  width: 100%;
  margin: 0;
}

.dark_logo_bg_wrap_about {
  background: url(../images/icons/logo-bg-dark.svg) 85% top no-repeat;
}

.breadcrumbs_row {
  padding: 20px 0;
  width: 100%;
}
.breadcrumbs_row li {
  list-style: none;
  font-size: 15px;
  margin-right: 10px;
  color: #a5a5a5;
  display: inline-block;
}
.breadcrumbs_row li a {
  color: #000;
}
.breadcrumbs_row li a:hover {
  color: #1170F6;
}

.video_wrap_content {
  padding-right: 30px;
  position: relative;
  float: left;
}
.video_wrap_content a.btn_open_video {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #1170F6;
  text-align: center;
  padding: 47px 0;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  transition: 0.2s;
}
.video_wrap_content a.btn_open_video:hover {
  background-color: #000;
}

.about_company_page {
  padding: 50px 0;
}
.about_company_page .title_style_section {
  margin-bottom: 50px;
}
.about_company_page .signature {
  text-align: right;
  margin: 20px 0;
}
.about_company_page .signature .name_owner {
  max-width: 300px;
}
.about_company_page .signature .name_owner .name {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.about_company_page .signature .name_owner .position {
  color: #1170F6;
  font-weight: 500;
  font-size: 15px;
}

.list_advant_about_page {
  background: #F8F8F8 url(../images/icons/logo-bg-light.svg) 20% top no-repeat;
  padding-top: 50px;
  position: relative;
}
.list_advant_about_page .outside_img {
  right: 0;
}
.list_advant_about_page .outside_img .btn_phone_style {
  position: absolute;
  bottom: 55px;
  left: 125px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.list_advant_about_page .outside_img .btn_phone_style:hover {
  background-color: #fff;
  color: #1170F6;
}
.list_advant_about_page .title_style_section {
  margin-bottom: 40px;
}
.list_advant_about_page .item_advant {
  margin-bottom: 50px;
}
.list_advant_about_page .item_advant p {
  font-size: 15px;
}
.list_advant_about_page .item_advant .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.counter_about_us {
  padding: 20px 0;
}
.counter_about_us .item_count {
  text-align: center;
  font-size: 15px;
}
.counter_about_us .item_count div:first-child {
  font-size: 64px;
  font-weight: 500;
}

.dark_logo_bg_wrap_blog {
  background: url(../images/icons/logo-bg-dark.svg) 85% top no-repeat;
}

.partner_about_us {
  padding: 40px 0 60px;
  position: relative;
  color: #fff;
  background: #1170F6;
  margin: 40px 0;
}
.partner_about_us .outside_img {
  right: 0;
}
.partner_about_us .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}
.partner_about_us p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.partner_about_us .btns_row {
  margin-top: 40px;
}
.partner_about_us .btns_row .btn_phone_style {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  margin-left: 30px;
}
.partner_about_us .btns_row .btn_phone_style:hover {
  background-color: #fff;
  color: #1170F6;
}

.variant_select_about {
  padding: 70px 0 50px;
  text-align: center;
  background: linear-gradient(to right, #498FF1 0%, #498FF1 50%, #FEF252 50%, #FEF252 100%);
}
.variant_select_about .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.variant_select_about p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.variant_select_about .btn_default {
  margin-top: 50px;
}
.variant_select_about .item_partner, .variant_select_about .item_work {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.variant_select_about .item_partner {
  color: #fff;
}
.variant_select_about .item_partner a {
  color: #fff;
}
.variant_select_about .item_partner a:hover {
  color: #FEF252;
}
.variant_select_about .item_partner .btn_default {
  color: #000;
}
.variant_select_about .item_partner .btn_default:hover {
  color: #fff;
}
.variant_select_about .item_work a {
  color: #000;
}
.variant_select_about .item_work a:hover {
  color: #1170F6;
}
.variant_select_about .item_work .btn_default {
  background-color: #1170F6;
  box-shadow: 0 2px 0 #0049b9;
  color: #fff;
}
.variant_select_about .item_work .btn_default:hover {
  box-shadow: 0 2px 0 #1170F6;
  background: #498ff1;
  color: #fff;
}

.we_needs_wrap {
  position: relative;
}
.we_needs_wrap .we_needs_img img {
  display: block;
  margin: 0 auto;
}
.we_needs_wrap .content {
  padding: 50px 0;
}
.we_needs_wrap .content p {
  font-size: 15px;
}
.we_needs_wrap .content .title_style_section {
  margin-bottom: 40px;
}
.we_needs_wrap .content .btn_phone_style {
  background-color: #1170F6;
  color: #fff;
  box-shadow: 0 2px 0 #0049b9;
  margin-top: 40px;
  display: inline-block;
}
.we_needs_wrap .content .btn_phone_style:hover {
  color: #000;
  background-color: #FEF252;
  box-shadow: 0 2px 0 #B1A93C;
}
.we_needs_wrap .content .btn_phone_style:hover img {
  filter: invert(1);
}

.list_vacancies_wrap {
  padding: 50px 0;
  background: #F8F8F8 url(../images/icons/logo-bg-light.svg) right top no-repeat;
}
.list_vacancies_wrap .title_style_section {
  margin-bottom: 40px;
}
.list_vacancies_wrap .item_vacancy_wrap {
  padding: 10px 0;
}
.list_vacancies_wrap .title_vacancy {
  display: flex;
  align-items: center;
}
.list_vacancies_wrap .title_vacancy .ico {
  width: 70px;
  height: 70px;
  border: 2px solid #1170F6;
  background: url(../images/icons/arrow-md-down-blue.svg) center center no-repeat;
  margin-right: 30px;
  transition: 0.2s;
}
.list_vacancies_wrap .title_vacancy .title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px dashed #000;
  transition: 0.2s;
  cursor: pointer;
}
.list_vacancies_wrap .title_vacancy .title:hover {
  color: #1170F6;
  border-color: #1170F6;
}
.list_vacancies_wrap .title_vacancy.active .ico {
  background: #1170F6 url(../images/icons/arrow-md-down-light.svg) center center no-repeat;
}
.list_vacancies_wrap .title_vacancy.active .title {
  color: #1170F6;
  border-color: #1170F6;
}
.list_vacancies_wrap .description_vacancy_wrap {
  padding: 30px 0;
  display: none;
}
.list_vacancies_wrap .item_block {
  padding: 20px 0;
  font-size: 15px;
}
.list_vacancies_wrap .item_block h4 {
  font-size: 18px;
  font-weight: 700;
}
.list_vacancies_wrap .item_block ul {
  padding: 10px 0;
}
.list_vacancies_wrap .item_block ul li {
  list-style: none;
  padding: 5px 0;
}
.list_vacancies_wrap .btn_default {
  margin-top: 20px;
}

#modal_response_vacancy {
  display: none;
  width: 100%;
  max-width: 880px;
}

.modal_response_vacancy {
  padding: 10px 30px;
}
.modal_response_vacancy .header_modal {
  padding: 10px 0 20px;
  text-align: center;
  line-height: 1.2;
}
.modal_response_vacancy .header_modal .logo {
  margin-bottom: 20px;
}
.modal_response_vacancy .header_modal img {
  width: 100%;
  max-width: 180px;
}
.modal_response_vacancy .header_modal .title {
  font-weight: 700;
  font-size: 40px;
}
.modal_response_vacancy .header_modal .subtitle {
  font-weight: 600;
  font-size: 18px;
}
.modal_response_vacancy label {
  display: block;
  padding: 7px 0;
  font-size: 15px;
}
.modal_response_vacancy input[type=submit], .modal_response_vacancy button {
  background: #1170F6;
  font: 600 18px "Gilroy";
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 0 2px 0 #0E4DA5;
  transition: 0.2s;
  display: inline-block;
  width: auto;
  cursor: pointer;
  margin-top: 10px;
}
.modal_response_vacancy input[type=submit]:hover, .modal_response_vacancy button:hover {
  color: #000;
  background-color: #FEF252;
  box-shadow: 0 2px 0 #B1A93C;
}
.modal_response_vacancy .btn_send {
  text-align: right;
}

.we_offer_wrap {
  padding: 50px 0;
}
.we_offer_wrap .title_style_section {
  margin-bottom: 40px;
}
.we_offer_wrap .item_offer {
  text-align: center;
  padding: 10px 30px 20px;
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.we_offer_wrap .item_offer .ico {
  padding: 15px 0;
}
.we_offer_wrap .item_offer p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
.we_offer_wrap .item_offer.active {
  background: #FEF252;
  border-color: #FEF252;
}

.prof_progress_wrap {
  position: relative;
  padding: 50px 0;
  color: #fff;
  background-color: #498FF1;
}
.prof_progress_wrap .outside_img {
  right: 0;
  width: 40%;
}
.prof_progress_wrap h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.prof_progress_wrap p {
  font-weight: 600;
  font-size: 16px;
}
.prof_progress_wrap .list_counter {
  margin-top: 30px;
}
.prof_progress_wrap .list_counter .item {
  text-align: center;
  padding: 20px;
  font-size: 15px;
  display: inline-block;
}
.prof_progress_wrap .list_counter .item div:first-child {
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
}

.blog_page {
  background: url(../images/icons/logo-bg-dark.svg) right top no-repeat;
}
.blog_page .list_news {
  padding: 50px 0 0;
}
.blog_page .list_news .item {
  margin-bottom: 30px;
}

.pagination_row {
  padding: 20px 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.pagination_row li {
  list-style: none;
  display: inline-block;
  margin: 0 6px;
}
.pagination_row li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  text-decoration: none;
  color: #a5a5a5;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.pagination_row li a:hover {
  color: #1170F6;
  border-color: #1170F6;
}
.pagination_row li.active a {
  color: #1170F6;
  border-color: #1170F6;
}

.btn_back_page {
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #1170F6;
  border-radius: 3px;
  color: #1170F6;
  font-size: 15px;
  background: transparent;
}
.btn_back_page svg {
  margin-right: 10px;
}
.btn_back_page path {
  fill: #1170F6;
}
.btn_back_page:hover {
  background-color: #1170F6;
  color: #fff;
}
.btn_back_page:hover path {
  fill: #fff;
}

.default_page_content {
  padding: 20px 0 70px;
  font-size: 15px;
}
.default_page_content h1, .default_page_content h2, .default_page_content h3, .default_page_content h4 {
  margin: 15px 0;
}
.default_page_content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.default_page_content h2 {
  font-size: 28px;
  font-weight: 700;
}
.default_page_content h3 {
  font-size: 22px;
  font-weight: 600;
}
.default_page_content h4 {
  font-size: 18px;
  font-weight: 600;
}
.default_page_content ul, .default_page_content ol {
  padding-left: 20px;
  margin: 15px 0;
}
.default_page_content table td {
  border: 1px solid #e2e2e2;
  padding: 5px;
}
.default_page_content p a {
  color: #1170F6;
  text-decoration: none;
}
.default_page_content p a:hover {
  color: #707070;
}

.contact_page {
  background: url(../images/map-country.png) 75% top no-repeat;
  padding-bottom: 80px;
}
.contact_page input {
  padding: 15px;
  margin-bottom: 15px;
}
.contact_page .title_style_section {
  margin: 40px 0 80px;
}
.contact_page .subtitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact_page .btn_default {
  width: auto;
  cursor: pointer;
  font-family: "Gilroy";
}
.contact_page .row_contact {
  margin-top: 100px;
  font-size: 15px;
}
.contact_page .row_contact .c_col {
  padding: 0 15px 0 50px;
  position: relative;
  max-width: 250px;
}
.contact_page .row_contact .c_col:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 20px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 15px;
}
.contact_page .row_contact .title_col {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact_page .row_contact a {
  color: #000;
  text-decoration: none;
}
.contact_page .row_contact a:hover {
  color: #1170F6;
}

.title_style_category {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.header_title_category {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
.header_title_category .btn_set_table_style, .header_title_category .btn_set_line_style {
  background: transparent;
  border: none;
}
.header_title_category .btn_set_table_style path, .header_title_category .btn_set_line_style path {
  fill: #a5a5a5;
}
.header_title_category .btn_set_table_style:hover path, .header_title_category .btn_set_line_style:hover path {
  fill: #1170F6;
}
.header_title_category .btn_set_table_style.active path, .header_title_category .btn_set_line_style.active path {
  fill: #1170F6;
}
.header_title_category .list_filter_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header_title_category .list_filter_head .item_filter_head {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.header_title_category .list_filter_head .item_filter_head .label_filter {
  font-weight: 600;
  font-size: 15px;
  margin-right: 10px;
}
.header_title_category .list_filter_head .bt-dropdown {
  border: none;
  margin-bottom: 0;
}
.header_title_category .list_filter_head .bt-dropdown-toggle {
  line-height: 1.1;
  width: 80px !important;
}
.header_title_category .list_filter_head .bt-dropdown-toggle span.icon {
  top: 2px;
  right: 3px;
  background: url(../images/icons/chevron-down-dark.svg) center center no-repeat;
}
.header_title_category .list_filter_head .bt-dropdown-options {
  overflow: auto;
  border: 1px solid #e2e2e2;
  right: 0;
  margin-top: -1px;
  border-top: none;
}
.header_title_category .list_filter_head .bt-dropdown-options .bt-dropdown-option a {
  padding: 5px;
}
.header_title_category .list_filter_head .bt-dropdown-options .bt-dropdown-option:hover {
  background-color: transparent;
}
.header_title_category .list_filter_head .bt-dropdown-options .bt-dropdown-option:hover a {
  color: #1170F6;
}
.header_title_category .list_filter_head .dropdown_filter_category, .header_title_category .list_filter_head .bt-dropdown-toggle {
  padding: 5px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #1170F6;
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s;
}
.header_title_category .list_filter_head .dropdown_filter_category:hover, .header_title_category .list_filter_head .bt-dropdown-toggle:hover {
  border-color: #1170F6;
}
.header_title_category .list_filter_head .dropdown_filter_category {
  padding-right: 30px;
  position: relative;
}
.header_title_category .list_filter_head .dropdown_filter_category:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icons/chevron-down-dark.svg) center center no-repeat;
  position: absolute;
  right: 7px;
  top: 5px;
}
.header_title_category .list_filter_head .dropdown_filter_category.active:after {
  transform: rotate(180deg);
}

.list_brands_dropdown {
  padding: 30px 0;
  background: #F3F8FF;
  border-bottom: 1px solid #e2e2e2;
  display: none;
}
.list_brands_dropdown a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  height: 70px;
}
.list_brands_dropdown a img {
  max-height: 100%;
}
.list_brands_dropdown a:hover {
  border-color: #1170F6;
}
.list_brands_dropdown .row {
  width: calc(100% + 14px);
  margin-left: -7px;
  margin-right: -7px;
}
.list_brands_dropdown .col {
  flex: none;
  padding: 0 7px;
  width: 7.14%;
}
.list_brands_dropdown .item {
  padding: 7px 0;
  height: 100%;
}

.sidebar_wrap {
  width: 240px;
}

.sidebar_filters {
  padding: 30px 0;
}
.sidebar_filters .wrap_list_filters {
  padding: 20px 0 10px;
  border-bottom: 1px solid #e2e2e2;
}
.sidebar_filters .wrap_list_filters .title_style_circle {
  font-size: 15px;
}
.sidebar_filters .list_filters {
  padding: 15px 0;
  transition: max-height 0.8s;
}
.sidebar_filters .list_filters li {
  list-style: none;
  padding: 5px 0;
}

.search_wrapper .title_style_section {
  font-size: 32px;
}
.search_wrapper .title_style_section:first-line {
  background-color: transparent;
}

.list_product_line {
  padding: 50px 0 30px;
}
.list_product_line .item_product {
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  display: flex;
}
.list_product_line .item_product .thumb {
  flex: 0 170px;
  text-align: center;
  padding: 15px;
  border-right: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product_line .item_product .thumb img {
  max-height: 150px;
}
.list_product_line .item_product .content {
  padding: 10px 30px;
  flex: 1;
  color: #707070;
  font-weight: 500;
  line-height: 1.4;
}
.list_product_line .item_product .content a {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
.list_product_line .item_product .content a:hover {
  color: #1170F6;
}
.list_product_line .item_product .content .name {
  margin-bottom: 10px;
}
.list_product_line .item_product .btns {
  flex: 0 210px;
  padding: 10px 30px;
  text-align: right;
  align-self: center;
}
.list_product_line .item_product .btns a, .list_product_line .item_product .btns button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #1170F6;
  color: #fff;
  font-size: 15px;
  background: #1170F6;
  border-radius: 3px;
}
.list_product_line .item_product .btns a svg, .list_product_line .item_product .btns button svg {
  margin-right: 10px;
  vertical-align: middle;
}
.list_product_line .item_product .btns a path, .list_product_line .item_product .btns button path {
  fill: #f8f8f8;
}
.list_product_line .item_product .btns a:hover, .list_product_line .item_product .btns button:hover {
  color: #1170F6;
  background-color: #fff;
}
.list_product_line .item_product .btns a:hover path, .list_product_line .item_product .btns button:hover path {
  fill: #1170F6;
}
.list_product_line .item_product .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.list_product_line .item_product .price .price_with_nds {
  font-size: 16px;
  display: block;
  color: dimgray;
}
.list_product_line .item_product .price span {
  color: #A5A5A5;
  margin-left: 7px;
  font-size: 14px;
  font-weight: 400;
}
.list_product_line .item_product .stock, .list_product_line .item_product .outstock {
  font-weight: 600;
  padding: 2px 0 5px;
}
.list_product_line .item_product .stock {
  color: #1170F6;
}
.list_product_line .item_product .outstock {
  color: #d64646;
}

.list_product_table {
  padding: 50px 0 30px;
}
.list_product_table table {
  width: 100%;
}
.list_product_table table tr:first-child td {
  color: #000;
  font-weight: 600;
  padding: 12px 7px;
  background-color: #F5F5F6;
}
.list_product_table table td {
  padding: 7px;
  border: 1px solid #e2e2e2;
  color: #707070;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.list_product_table table td input {
  margin: 0;
  padding: 3px 5px 3px 17px;
  text-align: center;
}
.list_product_table table .btn_add_basket_table {
  color: #1170F6;
  font-weight: 600;
  font-size: 16px;
}
.list_product_table table .btn_add_basket_table img, .list_product_table table .btn_add_basket_table svg {
  vertical-align: middle;
  margin-right: 7px;
}
.list_product_table table .articul {
  width: 130px;
}
.list_product_table table .volume {
  width: 75px;
}
.list_product_table table .count {
  width: 95px;
}
.list_product_table table .price, .list_product_table table .more {
  width: 100px;
}
.list_product_table table .name a {
  color: #707070;
}
.list_product_table table .name a:hover {
  color: #1170F6;
}
.list_product_table table .btn_more {
  color: #1170F6;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}
.list_product_table table .btn_more:hover {
  text-decoration: none;
  color: #000;
}
.list_product_table table .in_basket_label {
  font-weight: 600;
  font-size: 16px;
  color: #00C72C;
}
.list_product_table table tr.in_basket td, .list_product_table table tr.in_basket .name a {
  color: #e2e2e2;
}
.list_product_table .add_to_basket_btn {
  background-color: #1170F6;
  border-radius: 5px;
  padding: 5px 0 0;
  color: #fff;
  display: block;
  box-sizing: border-box;
}
.list_product_table .add_to_basket_btn svg {
  width: 20px;
  height: 20px;
}

.counter_product {
  display: flex;
  flex: 0 110px;
}
.counter_product input, .counter_product button {
  background-color: #fff;
  padding: 4px;
  color: #3a3a3a;
  line-height: 1;
  margin: 0;
  width: 30px;
  text-align: center;
}
.counter_product button {
  border: 1px solid #e2e2e2;
  font-size: 20px;
}
.counter_product button:hover {
  color: #1170F6;
}
.counter_product input {
  border-radius: 0;
}
.counter_product input:focus {
  border: 1px solid #e2e2e2;
}
.counter_product .minus_count {
  border-radius: 3px 0 0 3px;
  margin-right: -1px;
}
.counter_product .plus_count {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
}

.modal_basket_wrap {
  display: none;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  border-radius: 6px;
}
.modal_basket_wrap .title_modal {
  padding: 10px 0 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.modal_basket_wrap .item_product {
  padding: 15px;
  background-color: #F8FAFB;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.modal_basket_wrap .name_product {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  flex: 1;
  padding: 0 15px;
}
.modal_basket_wrap .btn_delete {
  flex: 0 40px;
  background-color: transparent;
  border: none;
}
.modal_basket_wrap .price_product {
  flex: 0 90px;
  text-align: right;
  font-weight: 600;
}
.modal_basket_wrap .total_price {
  text-align: right;
  padding-bottom: 10px;
  font-size: 18px;
}
.modal_basket_wrap .total_price span {
  font-weight: 700;
}
.modal_basket_wrap .btns {
  text-align: center;
}
.modal_basket_wrap .btns button, .modal_basket_wrap .btns a {
  display: inline-block;
  padding: 15px 18px;
  border-radius: 3px;
  font-weight: 600;
  margin: 10px;
  border: 2px solid #1170F6;
  vertical-align: top;
  font-size: 14px;
}
.modal_basket_wrap .btns a {
  background-color: #1170F6;
  box-shadow: 0 2px 0 #0E4DA5;
  color: #fff;
  text-decoration: none;
  padding: 11px 15px;
}
.modal_basket_wrap .btns a:hover {
  background-color: #0028f6;
  border-color: #0028F6;
}
.modal_basket_wrap .btns button {
  background-color: #fff;
  color: #1170F6;
  transition: 0.2s;
}
.modal_basket_wrap .btns button:hover {
  background-color: #1170F6;
  color: #fff;
}

.single_good_page {
  padding-top: 40px;
}
.single_good_page h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.single_good_page .thumb_good {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 600px;
  padding: 0 15px;
}
.single_good_page .thumb_good .ico_zoom {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.single_good_page .thumb_good img {
  max-height: 400px;
}
.single_good_page .description_good .articul {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.single_good_page .description_good .info_for_login {
  padding: 20px 10px;
  background-color: #F3F8FF;
  border: 1px solid #498FF1;
  border-radius: 3px;
  margin: 10px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.single_good_page .description_good .price_good {
  font-size: 55px;
  font-weight: 700;
}
.single_good_page .description_good .price_good .price_with_nds {
  font-size: 24px;
  color: dimgray;
  display: block;
}
.single_good_page .description_good .price_good span {
  font-size: 24px;
  font-weight: 600;
}
.single_good_page .description_good .characteristics_good .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.single_good_page .description_good .characteristics_good li {
  list-style: none;
  padding: 3px 0;
  font-weight: 500;
  font-size: 15px;
  color: #707070;
}
.single_good_page .description_good .dark_btn {
  padding: 10px 0;
  margin-bottom: 20px;
}
.single_good_page .description_good .dark_btn img, .single_good_page .description_good .dark_btn svg {
  vertical-align: middle;
  margin-right: 10px;
}
.single_good_page .description_good .dark_btn a {
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background-color: #1170F6;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 0 #0E4DA5;
  border-radius: 3px;
}
.single_good_page .description_good .dark_btn a:hover {
  background-color: #0028f6;
}
.single_good_page .payment_delivery_wrap {
  border: 1px solid #e2e2e2;
}
.single_good_page .payment_delivery_wrap .btns_row {
  display: flex;
}
.single_good_page .payment_delivery_wrap .btns_row button {
  width: 50%;
  padding: 10px;
  text-align: center;
  background: #F3F8FF;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
.single_good_page .payment_delivery_wrap .btns_row button:hover {
  color: #1170F6;
}
.single_good_page .payment_delivery_wrap .btns_row button:hover path {
  fill: #1170F6;
}
.single_good_page .payment_delivery_wrap .btns_row button svg {
  vertical-align: middle;
  margin-right: 5px;
}
.single_good_page .payment_delivery_wrap .btns_row button path {
  fill: #000;
}
.single_good_page .payment_delivery_wrap .btns_row button.active {
  background-color: #fff;
  font-weight: 700;
  color: #1170F6;
}
.single_good_page .payment_delivery_wrap .btns_row button.active path {
  fill: #1170F6;
}
.single_good_page .payment_delivery_wrap .item {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.single_good_page .payment_delivery_wrap .item:last-child {
  border: none;
}
.single_good_page .payment_delivery_wrap .item.active_c {
  display: block;
}
.single_good_page .payment_delivery_wrap .item.active_c .text {
  display: block;
}
.single_good_page .payment_delivery_wrap .item.active .title {
  color: #1170F6;
}
.single_good_page .payment_delivery_wrap .item.active .title:after {
  transform: rotate(180deg);
}
.single_good_page .payment_delivery_wrap .item .title {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 30px 5px 0;
  cursor: pointer;
  position: relative;
}
.single_good_page .payment_delivery_wrap .item .title:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  background: url(../images/icons/chevron-down-dark.svg) center center no-repeat;
}
.single_good_page .payment_delivery_wrap .item .title:hover {
  color: #1170F6;
}
.single_good_page .payment_delivery_wrap .item .text {
  color: #707070;
  font-size: 13px;
  padding: 15px 0 5px;
  font-weight: 400;
  display: none;
}
.single_good_page .payment_delivery_wrap .item .text p {
  margin-bottom: 5px;
}
.single_good_page .payment_delivery_wrap .item .text ol, .single_good_page .payment_delivery_wrap .item .text ul {
  padding-left: 15px;
  padding-bottom: 5px;
}
.single_good_page .payment_delivery_wrap .item .text strong {
  color: #000;
  font-size: 16px;
}
.single_good_page .payment_delivery_wrap .payment_wrap {
  display: none;
}
.single_good_page .content_good {
  padding: 50px 0;
  margin-top: 10px;
  border-top: 1px solid #e2e2e2;
  width: 100%;
}
.single_good_page .content_good h3, .single_good_page .content_good h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.single_good_page .content_good h4 {
  font-size: 16px;
}
.single_good_page .content_good h3 {
  font-size: 18px;
}
.single_good_page .content_good ul, .single_good_page .content_good ol {
  margin-bottom: 10px;
  padding-left: 15px;
}
.single_good_page h2 {
  font-size: 40px;
  font-weight: 700;
}
.single_good_page .related_goods {
  padding: 40px 0;
  background-color: #F8F8F8;
}
.single_good_page .related_goods .list_product_table table tr:first-child td {
  background-color: #a5a5a5;
}
.single_good_page .wrap_link_more_flexible {
  background-color: #fff;
  box-shadow: 0px -15px 10px #fff;
}

.partners_page {
  background: url(../images/icons/logo-bg-dark.svg) 75% top no-repeat;
  padding-bottom: 80px;
}
.partners_page .title_style_section {
  margin: 40px 0;
}
.partners_page .item_partner {
  padding: 30px 0;
}
.partners_page .thumb {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e2e2;
  padding: 30px;
}
.partners_page h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.partners_page p {
  font-size: 15px;
}
.partners_page p a {
  color: #1170F6;
  text-decoration: underline;
}
.partners_page p a:hover {
  text-decoration: none;
  color: #000;
}
.partners_page .title_contact {
  font-weight: 600;
  font-size: 18px;
  margin: 40px 0 30px;
}
.partners_page .item_style_contact {
  background-color: #F3F8FF;
  padding: 15px;
  display: flex;
  align-items: center;
}
.partners_page .item_style_contact:hover p {
  color: #1170F6;
}
.partners_page .item_style_contact .ico_wrap {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  flex: 0 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.partners_page .item_style_contact .ico_wrap svg {
  width: 35px;
  height: 35px;
}
.partners_page .item_style_contact .ico_wrap.ico_wrap_mail path {
  fill: #1170F6;
}
.partners_page .item_style_contact .ico_wrap.ico_wrap_phone path {
  fill: #FEF252;
}
.partners_page .item_style_contact p {
  flex: 1;
  margin: 0;
  padding: 0 20px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}

.modal_success_wrap {
  max-width: 600px;
  text-align: center;
  width: 100%;
  padding: 100px;
  border-radius: 5px;
}
.modal_success_wrap .subtitle {
  font-size: 24px;
  color: #008000;
  font-weight: 600;
  line-height: 1.2;
}
.modal_success_wrap .text {
  font-size: 16px;
  margin-top: 10px;
}

.error_page {
  padding: 50px 0 80px;
  text-align: center;
}
.error_page .text {
  font-weight: 600;
  padding: 30px 0;
  font-size: 16px;
}
.error_page .text p {
  margin: 0;
}
.error_page .link_home {
  display: inline-block;
  background-color: #1170F6;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 2px 0 #0e4da5;
  padding: 10px;
  text-align: center;
}
.error_page .link_home:hover {
  background-color: #FEF252;
  box-shadow: 0 2px 0 #B1A93C;
  color: #000;
}

.filter_checked_wrap {
  padding-top: 20px;
}
.filter_checked_wrap .item_checked {
  margin: 5px;
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.filter_checked_wrap .item_checked button, .filter_checked_wrap .item_checked a {
  vertical-align: sub;
  margin-left: 7px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #000;
}
.filter_checked_wrap .item_checked button:hover path, .filter_checked_wrap .item_checked a:hover path {
  fill: #000 !important;
}
.filter_checked_wrap button.item_checked.clear_filter, .filter_checked_wrap a.item_checked.clear_filter {
  background-color: #f8f8f8;
  color: #a5a5a5;
  font-weight: 700;
  font-size: 12px;
  padding: 9px 25px;
}
.filter_checked_wrap button.item_checked.clear_filter:hover, .filter_checked_wrap a.item_checked.clear_filter:hover {
  background-color: #fff;
  color: #1170F6;
  border-color: #1170F6;
}

footer.footer {
  padding-top: 20px;
  color: #fff;
  background-color: #000;
}
footer.footer a {
  color: #fff;
  text-decoration: none;
}
footer.footer a:hover {
  color: #1170F6;
}
footer.footer li {
  list-style: none;
}
footer.footer .menu_footer li {
  padding: 4px 0;
}
footer.footer .logo_footer {
  padding: 30px 0;
}
footer.footer .title_col_menu {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 17px;
  line-height: 1.2;
}
footer.footer .custom_col {
  max-width: 300px;
  padding: 0 15px;
}
footer.footer .list_social_wrap {
  margin-top: -10px;
  padding: 15px 0 30px;
}
footer.footer .list_social_wrap .list_social {
  display: flex;
}
footer.footer .list_social_wrap .list_social li {
  margin-right: 20px;
}
footer.footer .copy {
  border-top: 1px solid #A5A5A5;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

.page_main_description {
  padding: 55px 0;
  background-color: #F3F8FF;
}
.page_main_description p {
  font-weight: 500;
}
.page_main_description h1, .page_main_description h2, .page_main_description h3, .page_main_description h4 {
  margin: 15px 0;
}
.page_main_description h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.page_main_description h2 {
  font-size: 28px;
  font-weight: 700;
}
.page_main_description h3 {
  font-size: 22px;
  font-weight: 600;
}
.page_main_description h4 {
  font-size: 18px;
  font-weight: 600;
}
.page_main_description ul, .page_main_description ol {
  padding-left: 20px;
  margin: 15px 0;
}
.page_main_description table td {
  border: 1px solid #e2e2e2;
  padding: 5px;
}
.page_main_description p a {
  color: #1170F6;
  text-decoration: none;
}
.page_main_description p a:hover {
  color: #707070;
}

.wrapper_flexible {
  max-height: 224px;
  overflow: hidden;
}
.wrapper_flexible.active {
  max-height: none;
}
.wrapper_flexible.active + .wrap_link_more_flexible {
  box-shadow: none;
}

.wrap_link_more_flexible {
  position: relative;
  height: 25px;
  background: #F3F8FF;
  box-shadow: 0px -15px 10px #F3F8FF;
}

.link_more_flexible {
  cursor: pointer;
  text-decoration: underline;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #1170F6;
  display: none;
}
.link_more_flexible:hover {
  text-decoration: none;
}

.akcii_arch {
  margin-top: 30px;
}
.akcii_arch .row .col_3 {
  margin-bottom: 27px;
}

.pages {
  padding: 20px 0;
  min-height: 500px;
}
.pages ul {
  margin: 20px 0;
  list-style: inside;
}

header .subheader .select_user_search {
  max-width: 200px;
}
header .user_block .user_name div {
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-dropdown {
  width: auto !important;
  min-width: 260px;
}

@media only screen and (max-width: 992px) {
  header.header {
    position: relative;
  }
  header.header .subheader {
    padding: 10px 0;
  }
  header.header .subheader .btn_open_main_category {
    padding: 15px;
  }
  header.header .subheader .btn_open_main_category img {
    margin-right: 0;
  }
  header.header .subheader .btn_open_main_category span {
    display: none;
  }
  header.header .subheader .btn_nav_head {
    flex: 0 0 80px;
    max-width: 80px;
  }
  header.header .subheader .user_wrap .user_ico {
    display: none;
  }
  header.header .subheader .wrap_menu_category ul {
    width: 100%;
  }
  header.header .subheader .wrap_menu_category .list_items_child, header.header .subheader .wrap_menu_category .list_brands_menu_wrap {
    position: static;
  }
  header.header .subheader .wrap_menu_category .menu_category_level_1 .list_brands_menu li {
    width: 25%;
  }
  header.header .subheader .wrap_menu_category .list_items_child {
    width: 100%;
  }
  header.header .logo {
    padding: 15px 0;
  }
  header.header .main_menu li a {
    padding: 10px 0;
  }
  .nav_menu {
    order: 3;
  }
  .banner_home_wrap .item_slide {
    padding: 70px 0 80px;
  }
  .banner_home_wrap .item_slide .title {
    font-size: 34px;
  }
  .more_info {
    margin-top: -180px;
    height: 150px;
    float: right;
    width: 50px;
  }
  .outside_img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .about_us_home {
    padding: 0;
  }
  .about_us_home .btn_square_style {
    bottom: 0;
    right: 0;
  }
  .for_dealers_home {
    padding: 0 0 30px;
  }
  .for_dealers_home .outside_img {
    width: 100%;
  }
  .catalog_home {
    padding-top: 0;
  }
  .title_style_section {
    font-size: 34px;
  }
  .oil_category_home {
    padding: 50px 0;
  }
  .subscribe_wrap input[type=email] {
    margin-bottom: 15px;
  }
  .subscribe_wrap .title {
    margin-bottom: 15px;
  }
  .list_advant_about_page {
    padding-top: 0;
  }
  .partner_about_us {
    padding-top: 0;
  }
  .variant_select_about {
    background: #FEF252;
  }
  .variant_select_about .item_partner {
    color: #000;
    margin-bottom: 20px;
  }
  .variant_select_about .item_partner .btn_default {
    background-color: #1170f6;
    box-shadow: 0 2px 0 #0049b9;
    color: #fff;
  }
  .variant_select_about .btn_default {
    margin-top: 20px;
  }
  .prof_progress_wrap {
    padding-top: 0;
  }
  .prof_progress_wrap .outside_img {
    width: 100%;
  }
  .modal_response_vacancy {
    padding: 10px 0;
  }
  .modal_response_vacancy .header_modal .title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .default_page_content h1 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1;
  }
  .sidebar_wrap {
    width: 100%;
  }
  .list_brands_dropdown .col {
    width: 20%;
  }
  .title_style_category {
    margin-bottom: 15px;
  }
  .authorization_page .title_block {
    font-size: 28px;
    line-height: 1;
  }
  .order_page .title_section {
    font-size: 28px;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .list_product_line .item_product {
    flex-direction: column;
  }
  .list_product_line .item_product .thumb {
    flex: 0 100%;
  }
  .list_product_line .item_product .btns {
    flex: 0 auto;
  }
  .list_brands_dropdown .col {
    width: 33.3333%;
  }
  .modal_basket_wrap .item_product {
    flex-direction: column;
  }
  .modal_basket_wrap .price_product {
    flex: none;
  }
  .counter_product {
    flex: none;
    margin: 20px 0;
  }
  .list_product_table {
    overflow: auto;
  }
  .search_wrap {
    order: 1;
  }
  header.header .logo_wrap, header.header .phone_wrap_head {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  header.header .logo_wrap {
    max-width: 105px;
  }
  header.header .phone a {
    font-size: 14px;
  }
  header.header .subheader .btn_nav_head {
    order: 2;
  }
  header.header .subheader .user_block {
    order: 3;
  }
  header.header .subheader .user_block .user_name {
    padding-left: 0;
  }
  header.header .subheader .basket_btn_wrap {
    order: 4;
    margin-left: auto;
  }
  header.header .main_menu {
    display: none;
  }
  header.header .main_menu ul {
    flex-direction: column;
    text-align: right;
    padding-bottom: 20px;
  }
  header.header .main_menu ul li {
    padding: 0;
  }
  header.header .main_menu ul li a {
    padding: 5px 0;
  }
  .user_menu_wrap {
    width: 270px;
  }
  .btn_open_mobile_menu {
    width: 35px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: none;
    margin-left: auto;
  }
  .btn_open_mobile_menu span {
    height: 1px;
    background-color: #000;
    margin: 3px;
    width: 100%;
  }
  .single_good_page h1 {
    font-size: 28px;
  }
  .single_good_page .thumb_good {
    flex: none;
  }
  .single_good_page .payment_delivery_wrap {
    margin-top: 30px;
  }
  .authorization_page .title_block {
    color: #fff !important;
  }
  .authorization_page .left_block {
    padding-bottom: 0;
  }
  .authorization_page .bg_block, .authorization_page .left_block, .authorization_page .right_block {
    width: 100%;
  }
  .authorization_page .right_block {
    padding-left: 0;
  }
  .order_page .wrap_section {
    overflow: auto;
  }
  .order_page .wrap_delivery_form {
    width: 100%;
  }
  .order_page .wrap_delivery_form .row_fields {
    flex-direction: column;
  }
  .order_page .wrap_delivery_form .row_fields input {
    width: 100% !important;
    margin-left: 0;
  }
  .success_page .title_success {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1;
    text-align: center;
  }
  .success_page .title_success svg {
    margin-right: 0;
  }
  .success_page .wrap_section {
    overflow: auto;
  }
  .success_page .wrap_section .total_price span {
    font-size: 16px;
  }
  .success_page .info > div:first-child div {
    font-size: 14px;
  }
  .success_page .total_all_price div {
    font-size: 18px !important;
  }
}

/*# sourceMappingURL=main.css.map */
