@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

body {
  font-family: 'Proxima Nova Rg', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: #f7f8fa; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: bold; }

h1, .h1 {
  line-height: 1.235; }

h3, .h3 {
  line-height: 1.75; }

h6, .h6 {
  line-height: 2.125;
  margin-bottom: 12px; }

.main-content {
  padding: 40px 0 48px; }
  @media (max-width: 767px) {
    .main-content {
      padding: 20px 0 28px; } }
  .main-content h1, .main-content .h1 {
    font-size: 28px;
    margin-bottom: 33px; }
    @media (max-width: 767px) {
      .main-content h1, .main-content .h1 {
        font-size: 24px; } }

@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 15px; } }

.breadcrumb a {
  color: #b9b9b9; }

.section-header {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .section-header .icon-svg {
    font-size: 10px; }
  .section-header .h3 {
    line-height: 1;
    padding-right: 90px; }

.text-orange {
  color: #ff6441 !important; }

.header-bottom__favorite .icon-svg svg,
.add-favorite .icon-svg svg{
  width: 20px;
  height: 18px;
}

.icon-svg {
  vertical-align: middle;
  display: inline-block; }
  .icon-svg.icon-primary svg {
    fill: #009cd8; }
  .icon-svg.icon-lg svg {
    height: 1.21em; }
  .icon-svg.icon-sm svg {
    height: .667em; }
  .icon-svg svg {
    height: 1em;
    display: block; }
  .icon-svg.rotate-90 svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .icon-svg.rotate-180 svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.white-block {
  background-color: #fff;
  padding: 35px 30px 55px;
  border-bottom: 1px solid #f0f0f0; }
  .white-block:last-child {
    border-bottom: none; }
  @media (max-width: 575px) {
    .white-block {
      padding: 15px 15px 35px; } }

.link-more {
  color: #6d6f7b;
  padding: 0 0 3px 0;
  border-bottom: 1px dashed #6d6f7b;
  text-decoration: none; }
  .link-more:hover {
    color: #ff6441;
    text-decoration: none; }
  .link-more .icon-svg {
    font-size: 8px;
    margin-left: 10px; }

.btn-back {
  background-color: #e2e3ec;
  border-radius: 10px;
  font-size: 11px;
  padding: 6px 15px;
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
  margin-bottom: 5px; }
  .btn-back .icon-svg {
    vertical-align: -.1em; }
  .btn-back:hover {
    background-color: #d7d8e6; }

.modal-content {
  border-radius: 0; }

.modal-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.333; }

.modal-header {
  padding: 40px 50px 30px;
  border-bottom: none; }
  .modal-header .close {
    margin: -1.5rem -1.5rem -1rem auto;
    padding: 0;
    font-size: 35px; }

.modal-body {
  padding: 30px 50px 75px; }

.modal-footer {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  border-top: 0;
  padding: 75px 50px 30px;}

.btn {
  white-space: nowrap; }

.btn-outline-primary {
  color: #666; }
  .btn-outline-primary .icon-svg {
    fill: #009cd8;
    margin-right: 8px; }
  .btn-outline-primary:hover .icon-svg {
    fill: #fff; }
  .btn-outline-primary.btn-sm {
    color: #000; }

.slider-range {
  padding: 15px 0;
  width: 100%; }
  .slider-range-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .slider-range-input .slider-range-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .slider-range-input input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: calc(50% - 5px);
      margin-right: 5px;
      text-align: center;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .slider-range-input input + input {
        margin-left: 5px;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }

.ui-slider {
  height: 4px;
  border-radius: 4px;
  position: relative;
  margin: 10px 0 24px;
  background: #d0d0d0; }
  .ui-slider .ui-slider-handle {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    margin-left: -7.5px;
    top: -5px;
    -webkit-transition: none;
    transition: none;
    border: 4px solid #ff6441;
    background-color: #fff;
    outline: none; }
    .ui-slider .ui-slider-handle:before {
      display: none; }
  .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    -webkit-transition: none;
    transition: none;
    top: 0;
    border-radius: 5px;
    background-color: #ff6441; }

.form-check {
  padding-left: 30px;
  margin-bottom: 12px; }
  .form-check.form-check-slide {
    padding-left: 64px; }
    .form-check.form-check-slide input[type="checkbox"] + label {
      position: relative; }
      .form-check.form-check-slide input[type="checkbox"] + label:before {
        width: 48px;
        height: 24px;
        margin-left: -64px;
        top: -4px;
        border-radius: 12px;
        background-color: #edeff2;
        border: none; }
      .form-check.form-check-slide input[type="checkbox"] + label:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: #fff;
        border-radius: 100%;
        left: -59px; }
    .form-check.form-check-slide input[type="checkbox"]:checked + label:before {
      background-color: #84c76c;
      background-image: none; }
    .form-check.form-check-slide input[type="checkbox"]:checked + label:after {
      left: -37px; }
  .form-check input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .form-check input[type="checkbox"] + label {
      position: relative; }
      .form-check input[type="checkbox"] + label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #d0d0d0;
        border-radius: 6px;
        margin-left: -30px; }
    .form-check input[type="checkbox"]:checked + label:before {
      background-image: url('data:image/svg+xml,<svg fill="%23ff6441" viewBox="0 -46 417.81333 417" xmlns="http://www.w3.org/2000/svg"><path d="m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0"/></svg>');
      background-size: 10px;
      background-position: center;
      background-repeat: no-repeat;
      border-color: #ff6441; }

.icon-question {
  fill: #ff6441;
  margin-left: 9px; }

.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #edeff2; }

.tooltip-inner {
  background-color: #edeff2;
  color: #828282;
  line-height: 1.667;
  padding: 30px 22px;
  text-align: left; }

.form-control-sm {
  border-radius: 15px;
  color: #000; }

.form-control-lg {
  height: 50px;
  color: #000;
  border-radius: 10px;
  font-size: 16px;
  border-color: #bec6d6;
  padding-left: 26px;
  padding-right: 26px; }
  .form-control-lg:focus, .form-control-lg:active {
    border-color: #9ea9bf;
    -webkit-box-shadow: none;
            box-shadow: none; }

.custom-file {
	max-width: 280px; 
	cursor: pointer;
}
  .custom-file-lg {
    height: 50px; }
    .custom-file-lg .custom-file-label {
      height: 50px; }
  .custom-file-label {
	border-radius: 10px;
    border-style: dashed;
    border-color: #8a8dff;
    font-size: 16px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    color: #8a8dff;
    text-align: center;
	cursor: pointer;
  }
    .custom-file-label .icon-svg {
      fill: #8a8dff;
      font-size: 21px;
      margin-right: 25px; }
    .custom-file-label:focus, .custom-file-label:active {
      border-color: #9ea9bf;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .custom-file-label:after {
      display: none; }
    
    .custom-file-label.active{
      color: #fff;
      background: #ff6441;
      border: 1px solid #ff6441;
    }

    .custom-file-label.active svg{
      fill: #fff;
    }

label span {
  color: #7c7e88;
  font-style: italic; }

textarea{
  resize: none;
}

.chosen-container {
  font-size: 14px; }
  .chosen-container-single .chosen-single {
    background-image: none;
    background-color: transparent;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid #cfd3da;
    border-radius: 21px;
    height: 42px;
    padding: 0 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .chosen-container-single .chosen-single div {
      width: 35px; }
      .chosen-container-single .chosen-single div b {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 330 330" style="enable-background:new 0 0 330 330;" xml:space="preserve"><path id="XMLID_222_" d="M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z"/></svg>');
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center; }
  .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #cfd3da;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: center; }
  .chosen-container .chosen-drop {
    border: 2px solid #cfd3da;
    border-top: none;
    margin-top: -2px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .chosen-container .chosen-results {
    color: #000;
    margin: 0;
    padding: 0; }
    .chosen-container .chosen-results li {
      padding: 10px 21px; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #ff6441;
      background-image: none; }

.quantity-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #cfd3da;
    border-radius: 21px;
    height: 49px;
    width: 80px;
}
  @media (max-width: 767px) {
    .quantity-input {
      width: 79px; } }
  .quantity-input__value,
  .cart-quantity__value {
    width: 35px;
    border: none;
    height: 100%;
    padding: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .quantity-input__value,
      .cart-quantity__value {
        width: 25px; } }
  .quantity-input__button,
  .cart-input__button{
    width: 35px;
    height: 100%;
    line-height: 36px;
    text-align: center;
    font-size: 9px;
    fill: #9d9d9d;
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none; }
  .cart-input__button.disabled{
    opacity: .5;
  }
    @media (max-width: 767px) {
      .quantity-input__button,
      .cart-input__button {
        width: 25px; } }
    .quantity-input__button:active, .quantity-input__button:focus,
    .cart-input__button:active, .cart-input__button:focus {
      outline: none; }
    .quantity-input__button:hover,
    .cart-input__button:hover {
      fill: #000; }

.header {
  background-color: #fff; }
  .header-top {
    border-bottom: 1px solid #f4f4f4; }
    @media (max-width: 767px) {
      .header-top {
        padding: 5px 0;
        border-bottom: none; } }
    @media (max-width: 767px) {
      .header-top .logo {
        margin-left: 5px; } }
    @media (max-width: 767px) {
      .header-top .logo img {
        height: 40px; } }
  .header-middle {
    padding: 20px 0 26px; }
    .header-middle__phone {
      font-size: 20px;
      font-weight: bold;
      line-height: 0.89;
      color: #000; }
      .header-middle__phone:hover {
        color: #000; }
    .header-middle__email {
      line-height: 1.286;
      color: #000; }
      .header-middle__email .icon-svg {
        fill: #009cd8;
        margin-right: 8px; }
      .header-middle__email:hover {
        color: #000; }
  .header-bottom {
    border-top: 1px solid #f4f4f4;
    position: relative; }
    @media (max-width: 767px) {
      .header-bottom {
        padding-bottom: 8px; } }
    .header-bottom__catalog-btn {
      font-size: 16px;
      color: #000;
      font-weight: bold;
      line-height: 1.286;
      display: block;
      position: relative;
      padding: 14px 11px; }
      .header-bottom__catalog-btn.active + .catalog-dropdown {
        display: block; }
      .header-bottom__catalog-btn.active:before {
        display: block; }
      .header-bottom__catalog-btn:before {
        content: " ";
        display: none;
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f1f1f1;
        left: 9px;
        bottom: 0; }
      @media (max-width: 767px) {
        .header-bottom__catalog-btn:before {
          content: " ";
          display: block;
          position: absolute;
          border-bottom: none;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #000;
          left: unset;
          bottom: unset;
          right: 0;
          top: 50%;
          margin-top: -2px; }
        .header-bottom__catalog-btn.active:before {
          border-top: none;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #000; } }
      .header-bottom__catalog-btn:hover {
        text-decoration: none;
        color: #ff6441; }
    .header-bottom__auth .icon-svg {
      margin-right: 8px; }
    .header-bottom__auth a {
      color: #000;
      line-height: 1.333;
      margin-right: 4px; }
      .header-bottom__auth a:last-child {
        margin-right: 0;
        margin-left: 4px; }
    .header-bottom__search-input {
      border: none;
      font-size: 14px;
      height: 38px; }
      @media (max-width: 767px) {
        .header-bottom__search-input {
          border: 1px solid #ced4da; } }
    .header-bottom__search-btn {
      width: 38px;
      height: 38px;
      background-color: transparent;
      border: none;
      margin-left: -38px;
      font-size: 16px; }
    .header-bottom__favorite {
      width: 50px;
      height: 49px;
      text-align: center;
      line-height: 46px;
      border-left: 1px solid #f4f4f4;
      border-right: 1px solid #f4f4f4;
      font-size: 18px; }
      .header-bottom__favorite .icon-svg{
        fill: none;
        stroke: #2e303a;
      }
      .header-bottom__favorite a.active .icon-svg,
      .header-bottom__favorite:hover .icon-svg {
        fill: #ff6441;
        stroke: #ff6441; }
      @media (max-width: 767px) {
        .header-bottom__favorite {
          border: none; } }
    .header-bottom__cart a {
      text-decoration: none;
      color: #000; }
      .header-bottom__cart a:hover {
        color: #ff6441; }
    .header-bottom__cart .icon-svg {
      font-size: 25px;
      margin-right: 8px; }
    .header-bottom__cart-count {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.1; }
    .header-bottom__cart-counter {
      color: #fff;
      width: 18px;
      height: 18px;
      border: 2px solid #fff;
      border-radius: 100%;
      background-color: #ff6441;
      margin-right: -6px;
      font-size: 12px;
      z-index: 1;
      text-align: center;
      line-height: 16px; }
    .header-bottom__cart-sum {
      color: #353535;
      line-height: 1.1; }

.catalog-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #f1f1f1;
  overflow: hidden; }
  @media (max-width: 767px) {
    .catalog-dropdown {
      margin-bottom: 8px;
      position: static; } }

.catalog-menu {
  list-style: none;
  margin: 0;
  padding: 52px 0 52px 20px;
  width: 280px; }
  @media (max-width: 767px) {
    .catalog-menu {
      padding: 0;
      width: unset; } }
  .catalog-menu > li {
    margin-bottom: 0;
    line-height: 2.8; }
    @media (max-width: 767px) {
      .catalog-menu > li {
        border-bottom: 1px solid #dfdfdf; }
        .catalog-menu > li:last-child {
          border-bottom: none; } }
    .catalog-menu > li:last-child {
      margin-bottom: 0; }
    .catalog-menu > li > a {
      color: #000;
      display: block;
      position: relative; }
      .catalog-menu > li > a.active + .catalog-sub-dropdown {
        display: block; }
      .catalog-menu > li > a.active {
        color: #ff6441; }
        .catalog-menu > li > a.active:after {
          content: " ";
          display: block;
          position: absolute;
          border-top: 10px solid transparent;
          border-right: 10px solid #dfdfdf;
          border-bottom: 10px solid transparent;
          right: 0;
          top: 50%;
          margin-top: -10px; }
          @media (max-width: 767px) {
            .catalog-menu > li > a.active:after {
              display: none; } }

.catalog-sub-dropdown {
  position: absolute;
  left: 290px;
  width: calc(100% - 300px);
  height: 100%;
  top: 0;
  display: none;
  padding: 47px 0 47px 60px;
  background-color: #dfdfdf; }
  @media (max-width: 767px) {
    .catalog-sub-dropdown {
      position: static;
      left: unset;
      width: unset;
      height: unset;
      top: unset;
      padding: 16px 0 0 24px; } }
  .catalog-sub-dropdown:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 200%;
    content: " ";
    background-color: #dfdfdf;
    z-index: -1; }
    @media (max-width: 767px) {
      .catalog-sub-dropdown:after {
        display: none; } }
  .catalog-sub-dropdown .h6 {
    line-height: 1;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .catalog-sub-dropdown .h6 {
        display: none; } }

.catalog-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .catalog-sub-menu > li {
    white-space: nowrap;
    margin-bottom: 16px;
    line-height: 1.5; }
    .catalog-sub-menu > li:last-child {
      margin-bottom: 0; }
    .catalog-sub-menu > li:hover .catalog-sub-dropdown {
      display: block; }
    .catalog-sub-menu > li > a {
      display: block;
      color: #000; }
      .catalog-sub-menu > li > a:hover {
        color: #ff6441;
        text-decoration: none; }
        .catalog-sub-menu > li > a:hover .icon-svg {
          fill: #ff6441; }
      .catalog-sub-menu > li > a .icon-svg {
        font-size: 6px;
        margin-left: 5px;
        margin-right: 5px;
      }

.navbar-nav {
  line-height: 1.5;
  margin-bottom: -1px; }
  .navbar-nav .nav-item {
    margin-right: 18px; }
    .navbar-nav .nav-item:last-child {
      margin-right: 0; }
    @media (max-width: 1229px) {
      .navbar-nav .nav-item {
        margin-right: 8px; } }
  .navbar-nav .nav-link {
    color: #666;
    border-bottom: 1px solid #f4f4f4; }
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
      color: #ff6441;
      border-bottom-color: #ff6441; }

.navbar-toggler-icon .bars {
  width: 100%;
  margin-right: 0;
  display: block; }
  .navbar-toggler-icon .bars__line {
    height: 3px;
    width: 100%;
    margin: 5px 0; }

.dropdown-menu {
  background-color: #e2e3ec;
  border-radius: 5px;
  border: none;
  margin: 0;
  font-size: unset;
  padding: 10px 0; }

.dropdown-item {
  padding: 5px 26px; }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color: #ff6441;
    text-decoration: underline; }

.dropdown-toggle::after {
  vertical-align: -0.30em;
  content: "";
  border: none;
  background-color: #e2e3ec;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="6px" height="3px"><path fill-rule="evenodd"  fill="rgb(139, 142, 167)" d="M3.000,3.000 L0.009,-0.000 L5.991,-0.000 L3.000,3.000 Z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  width: 24px;
  height: 15px;
  border-radius: 15px; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 9px;
    padding-left: 9px; } }

.location {
  margin-left: 15px; }
  .location a {
    color: #0079a8;
    text-decoration: underline;
    line-height: 1.333; }
  .location .icon-svg {
    margin-right: 8px; }

.logo {
  margin-left: 15px; }

.bars {
  margin-right: 24px;
  width: 16px;
  display: inline-block; }
  .bars__line {
    display: block;
    background-color: #ff6441;
    height: 2px;
    margin-bottom: 2px; }
    .bars__line:last-child {
      margin-bottom: 0; }

.brands {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(rgba(125, 185, 232, 0)));
  background-image: linear-gradient(to bottom, #efefef 0%, rgba(125, 185, 232, 0) 100%);
  padding: 46px 0 0;
  position: relative; }
  .brands:before {
    position: absolute;
    background-image: url("../img/bg-gray.png");
    background-repeat: repeat;
    background-color: #efefef;
    content: " ";
    right: 0;
    left: 0;
    display: block;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .brands-list__item {
    height: 102px;
    line-height: 102px;
    text-align: center;
    position: relative; }
    .brands-list__item img {
      display: inline-block !important;
      width: unset !important;
      max-width: 80%; }
    .brands-list__item a {
      -webkit-filter: brightness(0) invert(85%);
              filter: brightness(0) invert(85%);
      display: block; }
      .brands-list__item a:hover, .brands-list__item a.active {
        -webkit-filter: unset;
                filter: unset; }
        .brands-list__item a:hover:before, .brands-list__item a.active:before {
          display: block; }
          @media (max-width: 991px) {
            .brands-list__item a:hover:before, .brands-list__item a.active:before {
              display: none; } }
      .brands-list__item a:before {
        display: none;
        content: " ";
        width: 28px;
        height: 14px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -14px;
        border-bottom: 14px solid #f7f8fa;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent; }

.slider {
  padding: 30px 0 0; }
  @media (max-width: 575px) {
.slider img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
} 
		 
		 
		 }
  @media (min-width: 576px) and (max-width: 767px) {
    .slider img {
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: right;
         object-position: right; } }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; }

.owl-carousel.nav_top-right .owl-nav {
  position: absolute;
  top: -76px;
  left: unset;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .owl-carousel.nav_top-right .owl-nav .owl-prev,
  .owl-carousel.nav_top-right .owl-nav .owl-next {
    font-size: 10px;
    background-color: #fff;
    padding: 13px 17px;
    fill: #afafaf; }
	
	.acces-owl-carousel.nav_top-right .owl-nav .owl-prev,
	.acces-owl-carousel.nav_top-right .owl-nav .owl-next {
		background-color: #f7f8fa;
	}
	.acces-owl-carousel.nav_top-right .owl-nav {
	  top: -70px;
	}
	
    .owl-carousel.nav_top-right .owl-nav .owl-prev:hover,
    .owl-carousel.nav_top-right .owl-nav .owl-next:hover {
      fill: #ff6441; }
  .owl-carousel.nav_top-right .owl-nav .owl-prev {
    margin-right: 1px;
    border-top-left-radius: 41px;
    border-bottom-left-radius: 41px; }
  .owl-carousel.nav_top-right .owl-nav .owl-next {
    border-top-right-radius: 41px;
    border-bottom-right-radius: 41px; }

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px; }

.owl-carousel .owl-item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: normal;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.owl-carousel__item {
  overflow: hidden;
  height: 100%; }

.owl-carousel .owl-dot {
  margin-right: 15px; }
  .owl-carousel .owl-dot.active span {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  .owl-carousel .owl-dot:last-child {
    margin-right: 0; }
  .owl-carousel .owl-dot span {
    width: 4px;
    height: 4px;
    background: #fff;
    display: block;
    border-radius: 100%; }

.owl-carousel-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .owl-carousel-thumbs li {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #dee0e2;
    margin-right: 9px; }
    .owl-carousel-thumbs li:last-child {
      margin-right: 0; }
    .owl-carousel-thumbs li.active {
      border-color: #24aade; }
    .owl-carousel-thumbs li a {
      display: block; }
    .owl-carousel-thumbs li img {
      max-width: 100%;
      max-height: 100%; }

.catalog-grid {
  padding: 40px 0 0;
  margin-bottom: -20px; }
  .catalog-grid .section-header {
    margin-bottom: 30px; }
  .catalog-grid__item {
    margin-bottom: 20px;
    height: calc(100% - 20px);
    background-color: #fff; }
    .catalog-grid__item:hover .catalog-grid__img img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .catalog-grid__item.catalog-grid__item_horizontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .catalog-grid__item.catalog-grid__item_horizontal .catalog-grid__media {
        width: 50%;
        height: 100%; }
      .catalog-grid__item.catalog-grid__item_horizontal .catalog-grid__img {
        height: 250px;
        padding: 40px 0; }
      .catalog-grid__item.catalog-grid__item_horizontal .catalog-grid__body {
        width: 50%;
        position: relative; }
        .catalog-grid__item.catalog-grid__item_horizontal .catalog-grid__body:before {
          content: " ";
          display: block;
          width: 20px;
          height: 20px;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid #fff;
          position: absolute;
          left: -20px;
          bottom: 50px; }
      .catalog-grid__item.catalog-grid__item_horizontal .catalog-grid__title {
        bottom: 45px; }
    .catalog-grid__item.catalog-grid__item_vertical .catalog-grid__media {
      height: 100%; }
    .catalog-grid__item.catalog-grid__item_vertical .catalog-grid__img {
      height: 250px;
      padding: 40px 0; }
    .catalog-grid__item.catalog-grid__item_vertical .catalog-grid__title {
      bottom: 45px; }
  .catalog-grid__img {
    padding: 12px 0 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .catalog-grid__img img {
      max-width: 100%;
      -webkit-transition: -webkit-transform .25s ease-in-out;
      transition: -webkit-transform .25s ease-in-out;
      transition: transform .25s ease-in-out;
      transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  .catalog-grid__media {
    display: block;
    color: #fff;
    text-align: center;
    position: relative; }
  .catalog-grid__title {
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .catalog-grid__title a {
      color: #fff; }
      .catalog-grid__title a:hover {
        color: #ff6441; }
  .catalog-grid__body {
    padding: 25px 30px; }
  .catalog-grid__menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .catalog-grid__menu li {
      margin-bottom: 16px; }
      .catalog-grid__menu li:last-child {
        margin-bottom: 0; }
    .catalog-grid__menu a {
      color: #000; }
      .catalog-grid__menu a.underlined{
        position: relative;
        font-weight: bold;
        z-index: 0;
      }
      .catalog-grid__menu a.underlined::after{
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 7px;
        background: #1ba6dc80;
        z-index: -1;
        content: "";
      }
      .catalog-grid__menu a:hover {
        color: #ff6441; }

.radial-gradient__green {
  background-image: radial-gradient(50% 50%, #daefd2 0%, #9dd689 100%); }

.radial-gradient__sky {
  background-image: radial-gradient(50% 50%, #ddf6ff 0%, #92cce2 100%); }

.radial-gradient__orange {
  background-image: radial-gradient(50% 50%, #ffb8a8 0%, #ff916b 100%); }

.radial-gradient__purple {
  background-image: radial-gradient(50% 50%, #d5caf2 0%, #a792e2 100%); }

.radial-gradient__yellow {
  background-image: radial-gradient(50% 50%, #ffeecb 0%, #f4b55a 100%); }

.radial-gradient__blue {
  background-image: radial-gradient(50% 50%, #babcff 0%, #8285ff 100%); }

.applicability {
  padding: 40px 0 70px;
  margin-bottom: -20px; }
  .applicability .section-header {
    margin-bottom: 30px; }
  .applicability__item {
    margin-bottom: 20px;
    height: calc(100% - 20px);
    position: relative; }
    .applicability__item a {
      display: block; }
      .applicability__item a:hover .applicability__title {
        text-decoration: underline; }
      .applicability__item a:hover .applicability__count {
        bottom: 10px; }
  .applicability__img {
    background-color: #e2e3ec;
    position: relative; }
    .applicability__img:after {
      content: " ";
      border-bottom: 24px solid #ff6441;
      border-left: 24px solid transparent;
      height: 24px;
      width: 24px;
      display: block;
      right: 0;
      bottom: 0;
      position: absolute; }
    .applicability__img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      overflow: hidden; }
    .applicability__img a {
      display: block;
      text-decoration: none; }
  .applicability__title {
    position: absolute;
    top: 20px;
    padding: 0 32px;
    color: #fff;
    line-height: 1.714; }
    @media (max-width: 1229px) {
      .applicability__title {
        padding: 0 20px;
        line-height: 1.3; } }
  .applicability__count {
    font-size: 46px;
    position: absolute;
    bottom: 0;
    padding: 0 32px;
    color: #fff;
    line-height: 25px;
    -webkit-transition: bottom .25s ease-in-out;
    transition: bottom .25s ease-in-out; }
    @media (max-width: 1229px) {
      .applicability__count {
        padding: 0 20px; } }

.product-slider {
  padding: 65px 0 80px;
  background-color: #f0f0f0; }
  .product-slider .nav-tabs {
    border: none;
    display: block;
    margin-left: auto;
    padding-right: 145px; }
    @media (max-width: 767px) {
      .product-slider .nav-tabs {
        padding-right: 100px;
        margin-left: 0;
        margin-bottom: -30px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-slider .nav-tabs {
        padding-right: 0;
        margin-left: 0;
        margin-bottom: -30px; } }
    @media (min-width: 992px) and (max-width: 1229px) {
      .product-slider .nav-tabs {
        padding-right: 110px; } }
    .product-slider .nav-tabs a {
      line-height: 1.5;
      color: #878787;
      margin-right: 50px; }
      .product-slider .nav-tabs a:hover {
        text-decoration: none;
        color: #ff6441; }
      .product-slider .nav-tabs a:last-child {
        margin-right: 0; }
      .product-slider .nav-tabs a.active {
        color: #000;
        border-bottom: 2px solid #ff6441; }
      @media (max-width: 1229px) {
        .product-slider .nav-tabs a {
          margin-right: 20px; } }
.badges{
    position: absolute;
    top: 15px;
    right: 22px;
    display: flex;
    flex-direction: column;
}

.badge:not(:last-child){
    margin-bottom: 5px;
}

.badge {
  text-transform: uppercase;
  line-height: 1.8;
  padding: 3px 15px;
  letter-spacing: 1px; }
  @media (max-width: 575px) {
    .badge {
      padding: 3px 10px;
      letter-spacing: 0; } }

.product-sort {
  margin-bottom: 20px; }
  .product-sort__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .product-sort__block {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 100;
        overflow: auto;
        right: 0;
        height: 100% !important;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        background: #fff;
        display: block; }
        .product-sort__block .close {
          font-size: 2rem;
          margin-right: 20px;
          margin-top: 10px; }
        .product-sort__block.collapse:not(.show) {
          left: -100%;
          right: 100%;
          display: block; } }
    @media (min-width: 992px) {
      .product-sort__block.collapse {
        display: block; } }
  .product-sort__label {
    color: #636363;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .product-sort__label {
        padding: 20px 20px 0;
        font-weight: bold;
        margin-bottom: 18px;
        color: #000; } }
  .product-sort__list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .product-sort__list {
        padding: 0 20px 20px; } }
    .product-sort__list li {
      margin-right: 5px;
      padding: 6px 15px;
      border-radius: 15px; }
      .product-sort__list li:last-child {
        margin-right: 0; }
      .product-sort__list li.active {
        background-color: #dadee6; }
        .product-sort__list li.active a {
          color: #000; }
      .product-sort__list li a {
        color: #636363; }
        .product-sort__list li a .icon-svg {
          margin-left: 10px; }
        .product-sort__list li a:hover {
          text-decoration: none;
          color: #ff6441; }
          .product-sort__list li a:hover .icon-svg {
            fill: #ff6441; }

.product-grid {
  margin-bottom: 37px; }
  .product-grid .row {
    margin: 0; }
  @media (min-width: 768px) and (max-width: 1229px) {
    .product-grid .col-xl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  .product-grid .product-grid__item {
    height: calc(100% - 1px);
    margin-right: 1px;
    margin-bottom: 1px;}
  .product-grid__item {
    background-color: #fff;
    height: 100%;
    border: 1px solid transparent;
    -webkit-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out; }
    .product-grid__item.stock_none .product-grid__stock {
      color: #bbb; }
      .product-grid__item.stock_none .product-grid__stock:before {
        background-color: #bbb; }
    .product-grid__item.stock_none .product-grid__buy {
      border: none;
      padding-left: 0;
      padding-right: 0; }
    .product-grid__item:hover {
      border: 1px solid #ff6441; }
  .product-grid__top {
    padding: 15px 22px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px; }
    @media (max-width: 575px) {
      .product-grid__top {
        padding: 5px 5px;
        height: 34px; } }
  .product-grid__stock {
    color: #84c76c;
    font-weight: normal;
    line-height: 1.5; }
    @media (max-width: 575px) {
      .product-grid__stock {
        font-size: 12px; } }
    .product-grid__stock:before {
      content: " ";
      display: inline-block;
      border-radius: 100%;
      width: 4px;
      height: 4px;
      background-color: #84c76c;
      vertical-align: middle;
      margin-right: 8px; }
      @media (max-width: 575px) {
        .product-grid__stock:before {
          display: none; } }
    .product-grid__stock_badge {
      border: 2px solid #84c76c;
      line-height: 24px;
      border-radius: 14px;
      display: inline-block;
      padding: 0 22px;
      white-space: nowrap; }
    .product-grid__stock_badge.stock_none{
      border-color: #bbb;
      color: #bbb;
    }
    .product-grid__stock_badge.stock_none:before{
        background-color: #bbb;
    }
  .product-grid__img {
    padding: 0 22px;
    height: 140px;
    line-height: 140px; }
    @media (max-width: 575px) {
      .product-grid__img {
        padding: 0 5px;
        height: 100px;
        line-height: 100px; } }
    .product-grid__img img {
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 100%;
      max-width: 100%;
      overflow: hidden;
      display: inline-block !important; }
    .product-grid__img a {
      display: block;
      height: 100%;
      text-decoration: none; }
  .product-grid__title {
    padding: 20px 22px 90px;
    font-size: 16px;
    line-height: 1.286; }
    @media (max-width: 575px) {
      .product-grid__title {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 75px; } }
    .product-grid__title a {
      color: #000; }
      .product-grid__title a:hover {
        color: #ff6441; }
  .product-grid__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px; }
    @media (max-width: 575px) {
      .product-grid__action {
        padding-left: 5px;
        padding-right: 5px; } }
  .product-grid__buy {
    border: 1px solid #ff6441;
    border-radius: 44px;
    height: 44px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1; }
    @media (max-width: 575px) {
      .product-grid__buy {
        padding-left: 10px;
        height: 34px; } }
  .product-grid__btn {
    margin-left: 6px; }
    @media (max-width: 575px) {
      .product-grid__btn {
        margin-left: 3px; } }
    .product-grid__btn .btn {
      height: 44px;
      margin: -1px -1px 0 0;
      border-color: transparent;
      padding: 0 15px;
      font-size: 18px;
      fill: #ff6441; }
      @media (max-width: 575px) {
        .product-grid__btn .btn {
          padding: 0 6px;
          height: 34px; } }
      .product-grid__btn .btn:hover {
        fill: #fff;
        background-color: #ff6441; }
  .product-grid__price_old {
    font-weight: normal;
    color: #676767;
    text-decoration: line-through;
    line-height: 1;
    width: 100%; }
    @media (max-width: 575px) {
      .product-grid__price_old {
        font-size: 12px; } }
    .product-grid__price_old + .product-grid__price_current {
      color: #ff6441; }
  .product-grid__price_current {
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    line-height: 1.1; }
    @media (max-width: 575px) {
      .product-grid__price_current {
        font-size: 14px; } }

.news {
  padding: 65px 0 80px;
  margin-bottom: -20px; }
  .news__item {
    background-color: #fff;
    height: calc(100% - 20px);
    position: relative;
    margin-bottom: 20px; }
  .news__img {
    background-color: #e2e3ec;
    position: relative; }
    .news__img:after {
      content: " ";
      border-bottom: 24px solid #dde1e9;
      border-left: 24px solid transparent;
      height: 24px;
      width: 24px;
      display: block;
      right: 0;
      bottom: 0;
      position: absolute; }
    .news__img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      overflow: hidden; }
    .news__img a {
      display: block;
      text-decoration: none; }
  .news__title {
    font-weight: bold;
    line-height: 1.571;
    margin-bottom: 0;
    padding: 25px 30px 51px; }
    .news__title a {
      color: #000; }
      .news__title a:hover {
        color: #ff6441; }
  .news__date {
    color: #999999;
    line-height: 1.833;
    position: absolute;
    bottom: 15px;
    padding: 0 30px; }

.category-grid {
  margin-bottom: 25px; }
  @media (min-width: 768px) and (max-width: 1229px) {
    .category-grid .col-xl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  .category-grid__item {
    margin-bottom: 20px;
    background-color: #fff; }
     .category-grid__item__active {
        border: 1px solid #ff6441;
    }
    .category-grid__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000;
      height: 56px;
      position: relative; }
      .category-grid__item a:hover {
        color: #ff6441; }
        .category-grid__item a:hover:after {
          display: block; }
      .category-grid__item a:after {
        content: " ";
        display: none;
        width: 34px;
        background-image: url('data:image/svg+xml,<svg fill="%23ff6441" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 330 330" style="enable-background:new 0 0 330 330;" xml:space="preserve"><path id="XMLID_222_" d="M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z"/></svg>');
        border-left: 1px solid #f7f8fa;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 8px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; }
  .category-grid__img {
    padding: 0 10px;
    width: 92px; }

    .category-tags {
          display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }

      .category-tags a {
        background: #ff6441;
        color: #fff;
        cursor: pointer;
        line-height: 1.8;
        padding: 3px 15px;
        border-radius: 5px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: -10px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      }

      .category-tags a:hover,
      .category-tags a.active {
          text-decoration: none;
        background: #009cd8;
      }

.filter {
  background-color: #fff; }
  @media (max-width: 767px) {
.filter {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    overflow: auto;
    right: 0;
    height: calc(100% - 57px) !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
      .filter .close {
        font-size: 2rem;
        margin-right: 20px;
        margin-top: 10px; }
      .filter.collapse:not(.show) {
        left: -100%;
        right: 100%;
        display: block; } }
  .filter-group {
    border-bottom: 1px solid #f4f4f4;
    padding: 20px; }
    .filter-group:last-child {
      border-bottom: none; }
  .filter-label {
    font-weight: bold;
    margin-bottom: 18px; }
  .filter-more {
    color: #636363;
    text-decoration: underline;
    line-height: 2.5; }
  .filter .btn {
    margin-top: 35px; }
    .filter .btn .icon-svg {
      fill: #000; }
    .filter .btn:hover .icon-svg {
      fill: #fff; }
  @media (min-width: 992px) {
    .filter.collapse {
      display: block; } }

.product-full{
  margin-bottom: 40px;
}

.product-full__slider {
  padding: 0 20px; }

.product-full__main {
  background-color: #fff;
  padding: 40px 0 16px;
  margin-bottom: 18px; }
  .product-full__main h1, .product-full__main .h1 {
    font-size: 26px;
    line-height: 1.273;
    margin-bottom: 28px; }

.product-full__info {
  padding-right: 40px; }
  @media (max-width: 767px) {
    .product-full__info {
      padding-right: 27px; } }
  @media (max-width: 991px) {
    .product-full__info {
      padding-left: 27px; } }
  @media (min-width: 767px) and (max-width: 1229px) {
    .product-full__info {
      padding-right: 0; } }

.product-full__description {
  color: #7d7d7d;
  line-height: 1.333; }

.product-full__equipment {
  margin-top: 42px; }
  @media (max-width: 1229px) {
    .product-full__equipment {
      margin-top: 21px; } }

.product-full__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 18px;
  margin: 50px 0 0; }
  @media (max-width: 767px) {
    .product-full__price {
      margin-top: 55px; } }
  @media (min-width: 768px) and (max-width: 1229px) {
    .product-full__price {
      margin-top: 25px; } }
.product-full__price_old {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    text-decoration: line-through;
    float: left;
    margin-top: 11px;
}
    @media (max-width: 767px) {
      .product-full__price_old {
        margin-right: 5px;
        font-size: 12px; } }
.product-full__price_current {
    font-size: 26px;
    font-weight: bold;
    color: #ff5650;
    float: left;
}
    @media (max-width: 767px) {
      .product-full__price_current {
        margin-right: 5px;
        font-size: 22px; } }

.product-full__extra {
  padding: 40px 27px 16px;
  border-left: 1px solid #ebedf0;
  height: calc(100% + 56px);
  margin: -40px 0 -16px; }
  @media (max-width: 991px) {
    .product-full__extra {
      margin-top: 0;
      height: calc(100% + 16px); } }

.product-full__line {
  border-top: 1px solid #ebedf0;
  margin: 30px -27px; }

.product-full__vendor {
  margin-bottom: 29px; }
  .product-full__vendor a {
    display: block; }
    
.product-full__action .btn {
  font-size: 14px;
  font-weight: bold; }
  .product-full__action .btn .icon-svg {
    fill: #fff;
    font-size: 20px;
    margin-right: 20px;
    margin-top: -2px; }



.product-full__action .add-favorite {
  text-decoration: none;
  color: #000;
  margin-left: 15px; }
  .product-full__action .add-favorite:hover {
    color: #ff6441; }
  .product-full__action .add-favorite .icon-svg {
    font-size: 18px;
    margin-right: 10px; }

.product-full__tabs .nav-tabs {
  border-bottom: 2px solid #f7f8fa;
  background-color: #fff;
  padding: 0 25px; }
  @media (max-width: 767px) {
    .product-full__tabs .nav-tabs {
      display: none; } }
  .product-full__tabs .nav-tabs .nav-item {
    margin-bottom: -2px;
    margin-right: 10px; }
    .product-full__tabs .nav-tabs .nav-item:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .product-full__tabs .nav-tabs .nav-item {
        width: 100%;
        margin-right: 0; } }
  .product-full__tabs .nav-tabs .nav-link {
    padding: 19px 24px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 1;
    border-bottom: 2px solid transparent; }
    @media (max-width: 991px) {
      .product-full__tabs .nav-tabs .nav-link {
        padding: 19px 5px; } }
    .product-full__tabs .nav-tabs .nav-link.active {
      color: #000;
      border-bottom: 2px solid #ff6441; }

.product-full__tabs .tab-content .tab-pane {
  padding: 45px 24px;
  background-color: #fff; }

/*edited*/

.product-full__tabs .tab-content .tab-pane .related_goods{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product-full__tabs .tab-content .tab-pane .related_goods .product-grid__item{
  width: calc(100% / 12 * 3);
  height: auto;
  position: relative;
}

.tab-switch {
  padding: 19px 24px;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 1;
  border-bottom: 2px solid #f7f8fa;
  background-color: #fff;
  display: none; }
  .tab-switch:hover, .tab-switch:focus {
    text-decoration: none; }
  .tab-switch.active {
    display: none;
    color: #000;
    border-bottom: 2px solid #ff6441; }
  @media (max-width: 767px) {
    .tab-switch {
      display: block; }
      .tab-switch.active {
        display: block; } }

.specs-value {
  font-weight: bold; }
  @media (max-width: 767px) {
    .specs-value {
      float: none !important;
      display: block; } }

.specs-item {
  background-color: #f0f0f0;
  padding: 7px 20px;
  margin-bottom: 5px; }
  .specs-item:last-child {
    margin-bottom: 0; }

.payment-list {
  margin: 30px 0 0;
  line-height: 2.333;
  list-style: none;
  padding: 0; }
  .payment-list .icon-svg {
    font-size: 16px;
    margin-right: 11px; }
  .payment-list a {
    color: #4c4c4c;
    text-decoration: underline; }
    .payment-list a:hover {
      color: #ff6441; }

.delivery-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .delivery-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .delivery-list li span {
      background-color: #fff;
      z-index: 1;
      padding-right: 2px; }
    .delivery-list li:before {
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 6px;
      border-bottom: 1px dotted #000; }
    .delivery-list li b {
      padding-left: 2px;
      background-color: #fff;
      z-index: 1; }

.delivery-location .icon-svg {
  font-size: 16px;
  margin-right: 11px; }

.delivery-location__city {
  font-size: 14px;
  line-height: 1.286;
  margin-top: 2px;
  display: inline-block;
  margin-bottom: 16px; }
  .delivery-location__city a {
    color: #1ba6dc;
    text-decoration: underline; }
    .delivery-location__city a:hover {
      color: #ff6441; }

.add-favorite {
    font-size: 13px;
    cursor: pointer;
}

.add-favorite svg{
  stroke: #9e9e9e;
  fill: transparent; }
  .add-favorite:hover svg{
    stroke: transparent;
    fill: #ff6441; }
  .add-favorite.active svg{
    stroke: transparent;
    fill: #ff6441; }

.cart {
  background-color: #fff;
  padding: 0 0 38px 0;
  margin-bottom: 50px; }
  .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding: 4px 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 768px) {
      .cart-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .cart-item:hover .cart-item__remove .btn {
      visibility: visible; }
    .cart-item__img {
      height: 130px;
      margin-right: 42px;
      min-width: 114px; }
      @media (max-width: 1229px) {
        .cart-item__img {
          height: auto;
          margin-right: 20px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 114px;
                  flex: 0 0 114px; } }
      .cart-item__img img {
        -o-object-fit: none;
           object-fit: none;
        width: 100%;
        overflow: hidden;
        display: inline-block !important; }
      .cart-item__img a {
        display: flex;
        align-items: center;
        height: 100%;
        text-decoration: none; }
    .cart-item__title {
      line-height: 1.286;
      font-weight: bold;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 30px;
      max-width: 260px; }
      @media (max-width: 768px) {
        .cart-item__title {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 134px);
                  flex: 0 0 calc(100% - 134px);
          max-width: unset;
          margin-bottom: 15px;
          margin-right: 0; } }
      @media (min-width: 768px) and (max-width: 1229px) {
        .cart-item__title {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 220px;
                  flex: 0 0 220px; } }
      .cart-item__title a {
        color: #000; }
        .cart-item__title a:hover {
          color: #ff6441; }
    .cart-item__info {
      margin-top: 22px; }
      @media (max-width: 768px) {
        .cart-item__info {
          margin-top: 5px; } }
      .cart-item__info > div {
        display: inline-block;
        margin-right: 20px; }
        .cart-item__info > div:last-child {
          margin-right: 0; }
    .cart-item__quantity {
      margin-left: 40px;
      margin-right: 50px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 1229px) {
        .cart-item__quantity {
          margin-left: 0;
          margin-right: 0; } }
    .cart-item__prices {
      white-space: nowrap;
      margin-right: 40px; }
      @media (max-width: 768px) {
        .cart-item__prices {
          margin-right: 0; } }
      @media (min-width: 767px) and (max-width: 1229px) {
        .cart-item__prices {
          margin-right: 20px; } }
    .cart-item__price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      line-height: 18px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .cart-item__price_item {
        width: 100%;
        text-align: right;
        color: #313131; }
      .cart-item__price_old {
        font-size: 14px;
        color: #000;
        margin-right: 10px;
        text-decoration: line-through; }
        .cart-item__price_old + .cart-item__price_current {
          color: #ff5650; }
      .cart-item__price_current {
        font-size: 18px;
        font-weight: bold;
        color: #000; }
    .cart-item__remove .btn {
      fill: #b8b8b8;
      visibility: hidden; }
      .cart-item__remove .btn:hover {
        fill: #ff6441; }

        .cart_empty_msg{
          padding: 38px 38px 0 38px;
        }

.cheque {
  background-color: #353742;
  border-radius: 10px;
  padding: 24px 10px;
  color: #aaafc7; }
  .cheque-item {
    line-height: 18px;
    padding: 0 18px;
    margin-bottom: 16px; }
    .cheque-item:last-child {
      margin-bottom: 0; }
    .cheque-item > .cheque-price {
      margin-left: 8px; }
  .cheque-price {
    color: #fff;
    font-weight: bold;
    font-size: 16px; }
    .cheque-price_big {
      font-size: 20px; }
  .cheque-dash {
    border: 1px dashed #525563;
    height: 1px;
    margin: 32px 12px; }
  .cheque .btn {
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    fill: #fff; }
    .cheque .btn .icon-svg {
      vertical-align: -.125em;
      margin-left: 16px; }
  .cheque-info {
    color: #b6bac3;
    line-height: 1.5;
    margin-top: 25px;
    padding: 0 6px; }
    .cheque-info a {
      color: #8b95a8;
      text-decoration: underline; }
      .cheque-info a:hover {
        color: #ff6441; }

.order-detail {
  margin-top: 35px;
  padding: 45px;
  background-color: #f3f4f6;
  border-radius: 10px; }
  @media (max-width: 575px) {
    .order-detail {
      padding: 15px; } }

.order-item {
  color: #6c6f7f;
  margin-bottom: 20px; }
  @media (max-width: 575px) {
    .order-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .order-item:last-child {
    margin-bottom: 0; }
  .order-item > .order-value {
    margin-left: 8px; }
    @media (max-width: 575px) {
      .order-item > .order-value {
        display: block;
        margin-left: 0;
        text-align: right; } }

.order-value {
  color: #000; }

.question {
  background-color: #edeff2;
  padding: 25px 22px;
  border-radius: 10px; }
  .question-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 14px; }
  .question-text {
    color: #828282;
    line-height: 20px; }

.toggler {
  border: 2px solid #eaedf2;
  color: #828282;
  line-height: 34px;
  display: inline-block;
  border-radius: 19px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .toggler {
      width: 100%; } }
  .toggler-item {
    cursor: pointer;
    padding: 0 60px;
    float: left; }
    @media (max-width: 767px) {
      .toggler-item {
        width: calc(100% + 4px); } }
    @media (max-width: 991px) {
      .toggler-item {
        padding: 0 30px; } }
    .toggler-item.active {
      border: 2px solid #8a8dff;
      border-radius: 19px;
      margin: -2px;
      color: #000; }

.delivery-select__item {
  background-color: #eef1f6;
  margin-bottom: 12px;
  border-radius: 30px;
  padding: 9px 30px 9px 74px;
  border: 2px solid #eef1f6;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url('data:image/svg+xml,<svg fill="%23ccd4e1" viewBox="0 -46 417.81333 417" xmlns="http://www.w3.org/2000/svg"><path d="m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0"/></svg>');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 30px center; }
  .delivery-select__item:last-child {
    margin-bottom: 0; }
  .delivery-select__item.active {
    border-color: #84c76c;
    background-image: url('data:image/svg+xml,<svg fill="%2384c76c" viewBox="0 -46 417.81333 417" xmlns="http://www.w3.org/2000/svg"><path d="m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0"/></svg>'); }
  @media (max-width: 767px) {
    .delivery-select__item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.delivery-select__logo {
  width: 70px;
  min-width: 70px;
  margin-right: 30px;
  text-align: center; }

.delivery-select__title {
  line-height: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold; }
  @media (max-width: 767px) {
    .delivery-select__title {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      margin: 12px 0; } }
  @media (min-width: 768px) and (max-width: 1229px) {
    .delivery-select__title {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 290px;
              flex: 1 0 290px; } }

.delivery-select__info {
  color: #7a7a7a;
  margin-top: 6px;
  font-weight: normal; }

.delivery-select__time {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 210px; }

.delivery-select__price {
  font-weight: bold; }

@media (min-width: 1230px) {
  .payment-select .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

.payment-select__item {
  cursor: pointer;
  border: 2px solid #eaedf2;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  padding: 9px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .payment-select__item.active {
    border: 2px solid #8a8dff; }

.payment-select__logo {
  width: 60px;
  min-width: 60px; }

.payment-select__title {
  line-height: 16px;
  font-weight: bold; }

.payment-select__info {
  font-weight: normal;
  color: #7a7a7a;
  margin-top: 6px; }

.pagination {
  font-weight: bold; }

.pagination-short .page-item {
  margin-right: 6px; }
  .pagination-short .page-item:last-child {
    margin-right: 0; }

.page-item {
  margin-right: 15px; }
  @media (max-width: 575px) {
    .page-item {
      margin-right: 5px; } }
  .page-item:last-child .page-link {
    margin-right: 0; }
  .page-item:last-child .page-link {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%; }
  .page-item:first-child .page-link {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%; }
  .page-item:last-child {
    margin-right: 0; }

.page-link {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; }
  .page-link .icon-svg {
    vertical-align: -.125em;
    font-size: 10px; }

footer {
  background-color: #353742; }

.footer-description {
  color: #c6c6c6;
  margin-top: 24px; }
  @media (max-width: 767px) {
    .footer-description {
      margin-top: 12px; } }
  .footer-description i {
    color: #5c5f6e; }

.footer-top {
  padding: 35px 0; }
  .footer-top .btn-outline-primary {
    color: #fff; }

.footer-menu {
  list-style: none;
  margin: 24px 0 0;
  padding: 0; }
  @media (max-width: 767px) {
    .footer-menu {
      margin-top: 0; } }
  .footer-menu li {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .footer-menu li {
        margin-bottom: 5px; } }
    .footer-menu li:last-child {
      margin-bottom: 0; }
  .footer-menu a {
    color: #c3c3c3; }
    .footer-menu a:hover {
      color: #ff6441;
      text-decoration: none; }

.footer-phone {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .footer-phone {
      margin-top: 12px; } }
  .footer-phone a {
    color: #fff; }
    .footer-phone a:hover {
      color: #fff; }

.footer-email {
  margin-top: 24px; }
  @media (max-width: 767px) {
    .footer-email {
      margin-top: 12px; } }
  .footer-email .icon-svg {
    fill: #009cd8;
    margin-right: 8px; }
  .footer-email a {
    color: #c6c6c6;
    font-size: 14px;
    line-height: 1.286; }
    .footer-email a:hover {
      color: #c6c6c6; }

.footer-social {
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .footer-social {
      margin-bottom: 15px; } }
  .footer-social__item {
    background-color: #2f303b;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    margin-right: 11px;
    font-size: 18px; }
    .footer-social__item .icon-svg {
      fill: #9da2c1; }
    .footer-social__item:hover .icon-svg {
      fill: #ff6441; }
    .footer-social__item:last-child {
      margin-right: 0; }

@media (max-width: 767px) {
  .footer-payment {
    margin-top: -20px;
    margin-bottom: -10px; } }

.footer-payment__item {
  display: inline-block;
  margin-right: 11px;
  font-size: 42px; }
  .footer-payment__item .icon-svg {
    fill: #9da2c1; }
  .footer-payment__item:last-child {
    margin-right: 0; }
  @media (max-width: 1229px) {
    .footer-payment__item {
      font-size: 30px; } }

.copyright {
  border-top: 1px solid #2e303a;
  color: #c6c6c6;
  padding: 20px 0;
  line-height: 1.6; }
  .copyright .text-sm-left,
.copyright .text-sm-right	{
    color: #c6c6c6; }
  .copyright a {
    color: #ad24b6; }

/*** EDIT ***/

img{
  max-width: 100%;
}

.product-full__action{
  margin-top: 28px;
}

.catalog-sub-menu{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 250px;
}

.person{
    margin: 0;
}

.person input{
    display: none;
}

.payment-select__item input{
    display:none;
}

.address{
    position: relative;
}

.address_suggestions{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 100;
}

.address_suggestion{
    width: 100%;
    color: #000;
    font-size: 16px;
    padding: 13px 26px;
    cursor: pointer;
    background: #fff;
}

.address_suggestion:hover{
  background: #eee;
}

.filter_numbers{
  display: flex;
  justify-content: space-between;
}

.filter_numbers input{
  width: calc(50% - 5px);
}

.delivery_type label{
  margin-bottom: 0;
}

.delivery_type input{
  display: none;
}

.delivery_service{
  display: none;
}

.delivery-select__item.disabled{
  opacity: .5;
}

.delivery-select__item{
  flex-wrap: wrap;
  background-position: 30px 20px;
}

.delivery-select__points{
  width: 100%
}

.delivery-select__points .delivery-select__point:first-child{
  margin-top: 20px;
}

.delivery-select__point{
  width: 100%;
  margin: 0 0 10px 0;
}

.delivery-select__point input{
  display: none;
}

.delivery-select__point_content{
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid #bec6d6;
}

.delivery-select__point input:checked + .delivery-select__point_content{
  border: 1px solid #84c76c;
}

.errors_container{
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 9999;
}

.error:last-child{
  margin-bottom: 0px;
}

.error{
  padding: 10px 20px;
  cursor: pointer;
  background: #ff5650;
  border-radius: 20px;
  color: #fff;
  margin: 0 10px 10px 10px;
}

.good_container{
  display: flex;
  width: 100%
}

.good_img{
  width: 30%;
  margin-right: 2%;
}

.good_img img{
  width: 100%;
}

.good_content{
  width: 68%;
}

.good_name{
  margin-bottom: 10px;
  width: 100%;
}

.good_price{
  font-weight: bold;
}

.favorites_section{
  min-height: calc(100vh - 600px);
}

.favorites_btn{
  margin-top: 33px;
}

.favorites_desc svg{
  fill: #ff6441;
  stroke: #ff6441;
}

.favorites_items{
  display: flex;
  flex-wrap: wrap;
}

.favorites_item{
  width: 25%;
  position: relative;
}


@media (max-width: 768px){
  .favorites_item{
    width: calc(100% / 12 * 4);
  }
}

@media (max-width: 480px){
  .favorites_item{
    width: calc(100% / 12 * 6);
  }
}

@media (max-width: 360px){
  .favorites_item{
    width: calc(100% / 12 * 12);
  }
}
.modal_actions{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.modal_actions .continue {
  cursor: pointer;
}

.modal_actions .continue svg{
  height: .5rem;
}

.modal_actions .continue i{
  margin-right: 5px;
}

.modal_actions div{
  display: flex;
  align-items: center;
}

.modal_actions .to_cart{
  padding: 10px 20px;
  background-color: #ff5650;
  border-radius: 100px;
  color: #fff;
}

.delivery_points{
  margin-top: 20px;
  display: none;
}

.delivery_points.active{
  display: block;
}

.map{
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

/*Калькулятор*/


/*Главная*/
.calc{
	width: 80%;
	background-color: #fff;
	margin-top: 32px;
	padding-top: 50px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 5%;
}
.calc h2{
 font-size: 1.8em;
 margin-top: 55px;
 width: 100%;
 margin-left: 2.5%;
}

.calc ul{
	list-style: none;
}
/*Тип двигателя*/
.engineType{
	text-align: center;
	margin-left: -2.5%;
}
.engineType li{
	width: 280px;
	height: 90px;
	border: 2px solid #eaedf2;
	border-radius: 20px;
	margin-top: 30px;
	display: inline-block;
	margin-left: 2%;
}
.engineType li:nth-child(1){
	margin-left: 0;
}
.engineType li input{
	display: none;
}
.engineType li img{
	float: left;
	margin: 15px 0px;
}
.engineType li p{
	font-size: 1em;
	margin-top: 35px;
}


.calc h2:nth-child(1){
	margin-top: 0px;
}
/*Ввод даных*/
.enter{
	text-align: center;
	margin-left: -2.5%;

}
.enter li{
	display: inline-block;
	margin-top: 25px;
	margin-left: 2%;
}
.enter input{
	width: 230px;
	height: 10px;
	border:2px solid #bec6d6 ;
	border-radius: 10px;
	margin-top: 15px;
	padding: 20px 25px;
}
.enter input:focus{
	border: 2px solid #8a8dff;
	outline: none;
}

/*Результат*/
.calc img{
 margin-left: 47.5%;
 margin-top: 40px;
}
.Title{
 text-align: center;
 margin-top: 30px;
}
.result{
	text-align: center;
	margin-top: 70px;
	margin-left: -2.5%;
}
.result h3{
	text-align: center;
	margin-top: 34px;
	font-size: 1.8em;
	text-transform: uppercase;
}
.result li{
	width: 380px;
	height: 250px;
	border:3px solid #e2e4ea;
	display: inline-block;
	border-radius: 10px;
	margin-left: 3%;

}
.result li:nth-child(2){
	border-color:#bad6b1;
}
.res li{
	width: initial;
	height: initial;
	border:none;
	margin-left: 15%;
}
.res li:nth-child(2){
	border:none;
}
.res li:nth-child(1){
	margin-left: 0;
}
.res{
	text-align: center;
}

.res li img{
	margin-left: 2%;
	margin-bottom: 0;
}
.resultText{
	color: #ff6441;
	font-weight: bold;
	font-size:1.5em;
	margin-top: 15px;
	text-align: center;
}
.calc h4{
	text-align: center;
}
.calc img{
	margin-left: 45.5%;
}

/*** BLOG **/

.blog{
  padding: 50px 0;
}
  
.blog_items{
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.blog_item{
  margin: 0 10px;
  width: calc(100% / 12 * 3);
  background: #fff
}

.blog_item_img{
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.blog_item_img img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.blog_item_content{
  padding: 15px 30px 10px 30px;
}

.blog_item_content h3{
  font-size: 14px;
  margin-bottom: 20px;
}

.blog_item_date{
  color: #999999;
  font-size: 10px;
}

.blog_pager{
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

@media (max-width: 768px){
  .blog_item{
    width: calc(100% / 12 * 4);
  }
}

@media (max-width: 480px){
  .blog_item{
    width: calc(100% / 12 * 6 - 20px);
  }
}

@media (max-width: 360px){
  .blog_item{
    width: calc(100% / 12 * 12 - 20px);
  }
}

/*** POST ***/

.post_wrapper{
  padding: 50px 0;
}

.post{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.post_content{
  width: calc(100% / 12 * 8 - 15px);
  margin: 0 15px;
  background: #fff;
  padding: 40px;
}

.post_content img:not(.not-class img){
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.not-class a {
  font-size: 17px;
  font-weight: bold;
}

.post_content h2{
  margin: 20px 0;
}

.post_content blockquote {
  font-weight: bold;
  text-align: left;
  padding-left: 25px;
  border-left: 2px solid #ff6441;
  color: #353742;
}

.post_content ul {
  margin: 20px 0;
  padding: 0;
}

.post_content ul li {
  margin-left: 40px;
  margin-top: 1rem;
}

.post_sidebar{
  margin: 0 15px;
  width: calc(100% / 12 * 4 - 15px);
}

@media (max-width: 768px){
  .post_content{
    width: 100%;
  }

  .post_sidebar{
    width: 100%;
  }
}

/*** PERSONAL ***/

.profile{
  padding: 50px 0;
}

.profile h1{
  margin-bottom: 40px;
}

.profile_login{
  margin: auto;
}

.profile_tabs{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  border-radius: 15px;
  background: #eaecf0;
}

.profile_tabs .profile_tab{
  width: 100%;
}

.profile_tab_icon{
  margin: 0 10px;
}

.profile_tabs .nav-link{
  width: 100%;
  border: 2px solid transparent;
  padding: 12px 28px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  color: #000;
  margin: 2px 0;
}

.profile_tab:last-child .nav-link{
  color: #828791;
}

.profile_tabs .nav-link.active{
  border: 2px solid #ff6441;
  background: none;
}

.profile_tabs .nav-link:hover{
  border: 2px solid transparent;
  background: #e0e3ea;
}

.profile_tabs_devider{
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #dbdee4;
}

.profile_tabs_content{
  width: 100%;
}

.profile_tabs_content .tab-pane{
  width: 100%;
}

.profile_tabs_content .tab-pane:not(.show){
  display: none;
}

.tab_content{
  padding: 30px;
  width: 100%;
  background: #fff;
}

.tab_content_title{
  font-size: 22px;
  width: 100%;
  display: flex;
  align-items: center;
}

.tab_content_header{
  margin-bottom: 40px;
}

.tab_content_body{
  display: flex;
  flex-wrap: wrap;
}

.tab_content_body .product-grid__item{
  width: calc(100% / 12 * 3);
  position: relative;
  height: auto;
}

.favorites_clear{
  font-size: 12px;
  color: #bbbfc7;
  font-weight: normal;
  margin-left: 20px;
  cursor: pointer;
}

.favorites_clear:hover{
  text-decoration: underline;
}

.tab_content_personal_data{
  width: 48%;
  margin-right: 2%;
}

.logout{
  cursor: pointer;
}

.alert{
  position: fixed;
  bottom: -100px;
  right: calc(50% - 495px);
  padding: 20px 40px;
  background: #ff6441;
  border-radius: 100px;
  color: #fff;
  transition: bottom .3s ease;
  z-index: 1000;
}

.alert.active{
  bottom: 100px;
}

.order_item{
  width: 100%;
  margin-bottom: 20px;
}

.order_item_header{
  background: #eaecf0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order_number{
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
}

.order_number span{
  color: #ff6441;
}

.order_price{
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
}

.order_status{
  border-radius: 100px;
  padding: 10px 20px;
  margin: 5px 10px;
}

.order_status.n{
  color: #fff;
  background: #8a8dff;
}

.order_date{
  font-size: 16px;
}

.order_toggle{
  background: #d8dce5;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order_toggle_icon{
  margin-left: 10px;
}

.order_toggle span{
  display: block;
  border-bottom: 1px dashed #8a8dff;
}

.order_toggle_icon{
  transform: rotate(-90deg);
}

.order_item_body{
  display: none;
  flex-wrap: wrap;
}

.order_item_body.active{
  display: flex;
}

.order_info_section{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.order_list_section{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.order_info_title,
.order_list_section_title{
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}

.order_info{
  padding: 15px 30px;
  border-radius: 15px;
  border: 1px solid #eaecf0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.order_delivery{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.order_delivery_title{
  width: 100%;
  margin-bottom: 10px;
}

.order_delivery_logo{
  margin-right: 10px;
}

.order_delivery_track{
  background: #eaecf0;
  border-radius: 100px;
  display: flex;
}

.order_delivery_track input{
  padding: 8px 16px;
  border: none;
  outline: none;
  background: inherit;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  font-weight: bold;
}

.order_delivery_track_btn{
  color: #fff !important;
  background: #ff6441;
  padding: 8px 16px;
  border-radius: 100px;
  text-decoration: none !important;
  cursor: pointer;
}

.order_list_section{
  display: flex;
  flex-wrap: wrap;
}

.order_list_section_item:first-child{
  border-top: 1px solid #f0f0f0;
}

.order_list_section_item{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.order_list_section_item_img{
  max-height: 80px;
}

.locations{
  position: relative;
}

.location_suggestions{
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 100;
}

.location_suggestions_item{
  width: 100%;
  color: #000;
  font-size: 16px;
  padding: 13px 26px;
  cursor: pointer;
  background: #fff;
}

.location_suggestions_item:hover{
  background: #eee;
}

/*** 404 ***/
.err{
  padding: 150px 0;
}

.err .container{
display: flex
}

.err_content{
  width: calc(100% / 12 * 4);
}

.err_img{
  width:  calc(100% / 12 * 6);
  margin-left: calc(100% / 12 * 2);
}

.err_code{
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-size: 180px;
  color: #ff5650;
  line-height: 1;
}

.err_heading{
  margin: 20px 0;
}

.err_heading{
  margin: 20px 0;
}

.err_links_heading{
  margin-bottom: 10px;
}

.err_links_list_item{
  position: relative;
  margin-left: 20px;
  padding: 10px 0 10px 15px;
}

.err_links_list_item::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "—";
}

@media (max-width: 991px){
	.result li{
		border: none
	}
	.res li, .res li img{
		top: 10px;
	}
	.calc{
		width: 100%;
		margin-right: 0;
	}
	.calc ul{
		padding-left: 0;
	}
	.result h3{
		margin-top: 1rem;
	}
	.res li,.res li img{
		margin-left: 0;
	}
	.result li{
		margin-top: 10px;
	}
	.result li{
		width: 100%;
	}
  .err .container{
    position: relative;
  }

  .err_content{
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .err_img{
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
  }
}

@media (max-width: 480px){
  .err_content{
    text-align: center;
  }

  .err_links_list_item{
    margin: 0;
    padding-left: 0;
  }

  .err_links_list_item::before{
    content: '';
  }

  .err{
    padding: 50px 0;
  }
}

@media (max-width: 320px){
  .err_code{
    font-size: 120px
  }
}

#pickup{
  margin-bottom: 0 !important;
}

.pickup_address{
  background-color: #eef1f6;
  border-radius: 30px;
  padding: 9px 30px 9px 74px;
  border: 2px solid #eef1f6;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('data:image/svg+xml,<svg fill="%23ccd4e1" viewBox="0 -46 417.81333 417" xmlns="http://www.w3.org/2000/svg"><path d="m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0"/></svg>');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 30px center;
}

.pickup_address {
    background-color: #eef1f6;
    border-radius: 30px;
    padding: 9px 30px 9px 74px;
    border: 2px solid #eef1f6;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url('data:image/svg+xml,<svg fill="%2384c76c" viewBox="0 -46 417.81333 417" xmlns="http://www.w3.org/2000/svg"><path d="m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0"/></svg>');
   background-repeat: no-repeat;
    background-size: 16px;
    background-position: 30px center;
    border-color: #84c76c;
}

.pickup_address__title{
  line-height: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
}

.pickup_address__info{
  color: #7a7a7a;
  margin-top: 6px;
  font-weight: normal;
}

.popluar_cities{
  margin-top: 20px;
  padding: 0 10px;
  column-count: 2;
  column-gap: 20px;
}

.popular_cities_item{
  margin: 5px 0;
  cursor: pointer;
}

.video_modal_controller{
  position: fixed;
  bottom: -100%;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  background: #fff;
  transition: all .3s ease;
  width: 300px;
  cursor: pointer;
  overflow: hidden;
}

.video_modal_controller.active{
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.video_modal_controller_close{
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.video_modal_controller_title{
  padding: 10px;
}

.video{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.7);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 10000;
}

.video video{
  width: 600px;
  max-width: 100%;
}

.video.active{
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px){
  .video_modal_controller{
    left: 0;
    border-radius: 0;
  }

  .video_modal_controller.active{
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .video_modal_controller_img{
    display: none;
  }

  .video_modal_controller_title{
    width: calc(100% - 30px);
    order: 0;
  }

  .video_modal_controller_close{
    position: static;
    border-radius: 0;
    box-shadow: none;
    order: 1;
    width: 30px;
  }
  
  
  .tab_content_personal_data {
    width: 100%;
    margin-right: 2%;
}
.order_item_header {
    display: block;
}
.order_date {
    font-size: 16px;
    padding: 5px 30px;
}
.order_number {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    padding-bottom: 0;
}
.order_info_section{display:none;}
.order_list_section_item_img {
    max-height: 50px;
    padding-right: 10px;
}
.profile .toggler-item {
    width: calc(50% - -2px);
    white-space: nowrap;
    padding: 0 0px !important;
    text-align: center;
}


}

.brands-list .owl-prev{
	position: absolute;
	left: 0;
}
.brands-list .owl-next{
	position: absolute;
	right: 0;
}
.brands h1 a{color: #000;}
.brands h1 a:hover {
	color: #ff6441;
}
#delivery_other:focus{
	outline: none;
}
#delivery_other{
	display: none;
	border-radius: 30px;
padding: 9px 30px 9px 30px;
border: 2px solid #eef1f6;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #eff1f5;
-webkit-appearance: none;
background-position-x: 95%;
background-size: 10px;
}
#delivery_other.active{
	display: block;
	border-color: #84c76c;
}

/* Скрыть ЛК START */	
.ir-header-auth-none {
    opacity:0;
    z-index:-1;
}

.ir-zakaz-auth-none {
    display: none;
}
/* Скрыть ЛК END */

/* Оформление заказа. Рассрочка тинькофф */	
.payment-select__item-rasr {
	position:relative;
}

.payment-select__item-rasr b {
	display:block;
	color: #ff8a6f;
}

.payment-select__item-rasr .vipad-list {
    position: absolute;
    transition: .3s ease all;
    width: 100%;
    height: 100%;
    left: 0;
}

.payment-select__list {
	position: absolute;
    background: #edeff2;
    width: calc(100% - 20px);
    top: 57px;
    padding: 10px 20px;
    border-radius: 19px;
    opacity: 0;
    z-index: -1;
}

.payment-select__list.active {
    opacity: 1;
    z-index: 1;
	transition: .1s ease all;
}

.form_radio_rasr {
	display: block;
    width: 100%;
}
.form_radio_rasr input[type=radio] {
	display: none;
}
.form_radio_rasr label {
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
}
.form_radio_rasr label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    border: 2px solid #ff8a6f;
    border-radius: 50%;
}
 
.form_radio_rasr input[type=radio]:checked + label:after {
	content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #ff8a6f;
    border-radius: 50%;
}
 
.form_radio_rasr label:hover:before {
	filter: brightness(120%);
}

.btn-rasr {
	width: 150px;
    margin-top: 20px;
}

@media only screen and (max-width: 576px) {
    header nav > div {
	    display: block;
	    width: 45%;
	    margin: 0;
    }
}

/* Карточка. Документация */	
.documentation-file {
	display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.documentation-file:before {
	content: '';
    background: url(/local/templates/airoterm/img/download.png) center / contain no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}


.documentation-file:last-child {
    margin-bottom: 0;
}

.seo_text-block h2 {
    font-size: 25px;
    margin: 0 0 20px;
}.seo_text-block p,
 .seo_text-block ul {
    margin: 0 0 20px;
}.seo_text-block blockquote {
    background-color: #f7f8fa;
    padding: 15px;
    margin: 0 0 20px 20px;
    border-left: 7px solid #ff6441;
}


.aaccent__regions--list {
  flex-wrap: wrap;
}

li.aaccent__regions--list-item {
  margin-bottom: 10px;
}

.chosen-container-single-nosearch {
	width: unset!important;
}

.search-page input[type="text"] {
	border: 2px solid #cfd3da;
	height: 42px;
	padding: 0 21px;
	border-radius: 21px;
}

.search-page input[type="submit"] {
	border: 1px solid #ff6441;
	background: none;
	height: 42px;
	padding: 0 21px;
	border-radius: 21px;
}

.search-page input[type="submit"]:hover {
	background: #ff6441;
	color: #fff;
}

@media (max-width:767px) {
	.search-page input[type="submit"] {
		margin: 15px 0 0 0;
	}

	.search-page input[type="text"] {
		width: 100%;
max-width: 335px;
	}
}