* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0; }
  *:before, *:after {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0; }

[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: none; }

ul,
ol,
nav {
  list-style-type: none; }
  ul li,
  ol li,
  nav li {
    list-style-type: none; }

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

html {
  background: #f1f1f1; }

body {
  font-family: 'Futura';
  font-size: 14px;
  font-weight: 400;
  max-width: 1920px;
  color: #252525;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  body.index-page {
    background: url("../img/bg1.jpg") no-repeat top 180px left, url("../img/bg2.jpg") no-repeat top 180px right, url("../img/bg3-3.jpg") no-repeat bottom 200px left, url("../img/bg4-4-4-4.jpg") no-repeat bottom 200px right; }
    @media only screen and (max-width: 1500px) {
      body.index-page {
        background: url("../img/bg1.jpg") no-repeat top left, url("../img/bg2.jpg") no-repeat top right, url("../img/bg3-3.jpg") no-repeat bottom left, url("../img/bg4-4-4-4.jpg") no-repeat bottom right; } }
    @media only screen and (max-width: 1200px) {
      body.index-page {
        background: none; } }
  body.catalog-page {
    background: url("../img/bg1.jpg") no-repeat top 180px left, url("../img/bg2.jpg") no-repeat top 180px right, url("../img/bg3-3.jpg") no-repeat bottom 300px left, url("../img/bg4-4-4-4.jpg") no-repeat bottom 200px right; }
    @media only screen and (max-width: 1500px) {
      body.catalog-page {
        background: url("../img/bg1.jpg") no-repeat top left, url("../img/bg2.jpg") no-repeat top right, url("../img/bg3-3.jpg") no-repeat bottom left, url("../img/bg4-4-4-4.jpg") no-repeat bottom right; } }
    @media only screen and (max-width: 1200px) {
      body.catalog-page {
        background: none; } }
  body.reviews-page {
    background: url("../img/bg1.jpg") no-repeat top 180px left, url("../img/bg2.jpg") no-repeat top 180px right, url("../img/bg3.jpg") no-repeat bottom 300px left, url("../img/bg4.jpg") no-repeat bottom 300px right; }
    @media only screen and (max-width: 1700px) {
      body.reviews-page {
        background: url("../img/bg1.jpg") no-repeat top 180px left, url("../img/bg2.jpg") no-repeat top 180px right; } }
    @media only screen and (max-width: 1200px) {
      body.reviews-page {
        background: none; } }
  body.category-page {
    background: url("../img/bg1.jpg") no-repeat top 180px left, url("../img/bg2.jpg") no-repeat top 180px right, url("../img/bg3-3.jpg") no-repeat bottom 300px left, url("../img/bg4-4-4.jpg") no-repeat bottom 300px right; }
    @media only screen and (max-width: 1500px) {
      body.category-page {
        background: url("../img/bg1.jpg") no-repeat top left, url("../img/bg2.jpg") no-repeat top right, url("../img/bg3-3.jpg") no-repeat bottom left, url("../img/bg4-4-4.jpg") no-repeat bottom right; } }
    @media only screen and (max-width: 1200px) {
      body.category-page {
        background: none; } }
  body.contact-page {
    background: url("../img/bg1.jpg") no-repeat top 180px left, url("../img/bg2.jpg") no-repeat top 180px right; }
    @media only screen and (max-width: 1500px) {
      body.contact-page {
        background: url("../img/bg1.jpg") no-repeat top left, url("../img/bg2.jpg") no-repeat top right; } }
    @media only screen and (max-width: 1200px) {
      body.contact-page {
        background: none; } }
  body.product-page {
    background: url("../img/bg1.jpg") no-repeat top 180px left, url("../img/bg2.jpg") no-repeat top 180px right; }
    @media only screen and (max-width: 1500px) {
      body.product-page {
        background: url("../img/bg1.jpg") no-repeat top left, url("../img/bg2.jpg") no-repeat top right; } }
    @media only screen and (max-width: 1200px) {
      body.product-page {
        background: none; } }
  body.content-page {
    background: url("../img/bg1.jpg") no-repeat top 180px left, url("../img/bg2.jpg") no-repeat top 180px right, url("../img/bg3-3-3.jpg") no-repeat bottom 200px left, url("../img/bg4-4-4.jpg") no-repeat bottom 250px right; }
    @media only screen and (max-width: 1500px) {
      body.content-page {
        background: url("../img/bg1.jpg") no-repeat top left, url("../img/bg2.jpg") no-repeat top right, url("../img/bg3-3-3.jpg") no-repeat bottom left, url("../img/bg4-4-4.jpg") no-repeat bottom right; } }
    @media only screen and (max-width: 1200px) {
      body.content-page {
        background: none; } }
  @media only screen and (max-width: 1200px) {
    body {
      padding: 0; } }

body::-webkit-scrollbar,
.change-scroll::-webkit-scrollbar {
  width: 10px; }

body::-webkit-scrollbar-track,
.change-scroll::-webkit-scrollbar-track {
  background: #e8e8e8; }

body::-webkit-scrollbar-thumb,
.change-scroll::-webkit-scrollbar-thumb {
  background: #d65a00; }

.sidebar {
  margin-left: auto;
  width: 270px; }

.main {
  margin-right: auto;
  background: #f1f1f1;
  width: 915px;
  padding: 17px 30px 30px 30px; }
  @media only screen and (max-width: 1200px) {
    .main {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 575px) {
    .main {
      padding: 0 10px; } }
  .main.type2 {
    padding-top: 0;
    padding-right: 0; }
    @media only screen and (max-width: 1200px) {
      .main.type2 {
        padding: 0 15px; } }
    @media only screen and (max-width: 575px) {
      .main.type2 {
        padding: 0 10px; } }

.container {
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 575px) {
    .container {
      padding: 0 10px; } }

.btn-black {
  width: 270px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #252525;
  border: 1px solid #252525;
  font-size: 16px;
  border-radius: 35px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer; }
  @media only screen and (max-width: 1500px) {
    .btn-black {
      height: 35px; } }
  @media only screen and (max-width: 1000px) {
    .btn-black {
      width: auto;
      padding: 0 25px; } }
  @media only screen and (max-width: 575px) {
    .btn-black {
      font-size: 13px;
      padding: 0 15px;
      height: 30px; } }
  .btn-black:before {
    display: inline-block;
    margin-right: 10px; }
  .btn-black:hover {
    background: #252525;
    color: #fff; }

.btn-orange {
  font-size: 16px;
  border-radius: 35px;
  width: 270px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(59deg, #b61818 0%, #cb5a08 100%); }
  @media only screen and (max-width: 1500px) {
    .btn-orange {
      height: 35px; } }
  @media only screen and (max-width: 1000px) {
    .btn-orange {
      width: auto;
      padding: 0 25px; } }
  @media only screen and (max-width: 575px) {
    .btn-orange {
      font-size: 13px;
      padding: 0 15px;
      height: 30px; } }
  .btn-orange:before {
    display: inline-block;
    margin-right: 10px; }
  .btn-orange:hover {
    background-image: linear-gradient(59deg, #b61818 0%, #b61818 100%); }

.btn-orange2 {
  font-size: 16px;
  border-radius: 35px;
  width: 270px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #252525;
  border: 1px solid #d65a00;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  @media only screen and (max-width: 1500px) {
    .btn-orange2 {
      height: 35px; } }
  @media only screen and (max-width: 1000px) {
    .btn-orange2 {
      height: auto;
      padding: 0 25px; } }
  @media only screen and (max-width: 575px) {
    .btn-orange2 {
      font-size: 13px;
      padding: 0 15px;
      height: 30px; } }
  .btn-orange2:before {
    display: inline-block;
    margin-right: 10px; }
  .btn-orange2:hover {
    background: #d65a00;
    color: #fff; }

.page-title {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1000px) {
    .page-title {
      font-size: 26px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 575px) {
    .page-title {
      font-size: 20px; } }

.form {
  width: 100%; }
  .form-item {
    width: 100%;
    margin-bottom: 10px; }
  .form-action {
    width: 90%;
    margin: 30px auto 0 auto; }
    @media only screen and (max-width: 575px) {
      .form-action {
        margin-top: 10px;
        width: 100%; } }
  .form__input {
    min-width: 100%;
    max-width: 100%;
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px 40px;
    border-radius: 22px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    color: #252525;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    @media only screen and (max-width: 575px) {
      .form__input {
        height: auto;
        font-size: 12px;
        padding: 10px 15px; } }
    .form__input::-webkit-input-placeholder {
      font-size: 16px;
      color: #252525; }
    .form__input::-moz-placeholder {
      font-size: 16px;
      color: #252525; }
    .form__input:-ms-input-placeholder {
      font-size: 16px;
      color: #252525; }
    .form__input::-ms-input-placeholder {
      font-size: 16px;
      color: #252525; }
    .form__input::placeholder {
      font-size: 16px;
      color: #252525; }
      @media only screen and (max-width: 575px) {
        .form__input::-webkit-input-placeholder {
          font-size: 12px; }
        .form__input::-moz-placeholder {
          font-size: 12px; }
        .form__input:-ms-input-placeholder {
          font-size: 12px; }
        .form__input::-ms-input-placeholder {
          font-size: 12px; }
        .form__input::placeholder {
          font-size: 12px; } }
    .form__input:hover, .form__input:focus {
      border: 1px solid #252525;
      padding-left: 20px; }
      @media only screen and (max-width: 575px) {
        .form__input:hover, .form__input:focus {
          padding-left: 15px; } }
  .form textarea {
    min-height: 75px; }
  .form__btn {
    width: 100%; }

.pagination {
  padding: 30px 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pagination li {
    margin: 0 4px; }
  .pagination a {
    border-radius: 100%;
    color: #252525;
    font-weight: 500;
    width: 25px;
    height: 25px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 575px) {
      .pagination a {
        width: 20px;
        height: 20px; } }
    .pagination a.active, .pagination a:hover {
      color: #fff;
      background: #f35907; }
    .pagination a.prev, .pagination a.next {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      background: none; }
      .pagination a.prev:hover:before, .pagination a.next:hover:before {
        color: #f35907; }
      .pagination a.prev:before, .pagination a.next:before {
        font-size: 25px;
        color: #aaaaaa; }
        @media only screen and (max-width: 575px) {
          .pagination a.prev:before, .pagination a.next:before {
            font-size: 16px; } }
    .pagination a.prev {
      margin-right: 10px; }
      @media only screen and (max-width: 575px) {
        .pagination a.prev {
          margin-right: 0; } }
      .pagination a.prev:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .pagination a.next {
      margin-left: 10px; }
      @media only screen and (max-width: 575px) {
        .pagination a.next {
          margin-left: 0; } }
      .pagination a.next:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }

.text-container img {
  display: block;
  float: left;
  max-width: 470px;
  margin: 0 20px 20px 0; }
  @media only screen and (max-width: 700px) {
    .text-container img {
      max-width: 600px;
      width: 100%; } }

.text-container h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px; }
  @media only screen and (max-width: 700px) {
    .text-container h2 {
      font-size: 18px; } }

.text-container h3,
.text-container h4,
.text-container h5 {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 20px; }
  @media only screen and (max-width: 700px) {
    .text-container h3,
    .text-container h4,
    .text-container h5 {
      font-size: 16px; } }

.text-container p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px; }
  @media only screen and (max-width: 700px) {
    .text-container p {
      font-size: 13px; } }

.text-container ol {
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 18px; }
  @media only screen and (max-width: 700px) {
    .text-container ol {
      font-size: 13px; } }
  .text-container ol li {
    list-style-type: decimal;
    margin-bottom: 4px; }

.text-container ul {
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 700px) {
    .text-container ul {
      font-size: 13px; } }
  .text-container ul li {
    position: relative;
    margin-bottom: 4px; }
    .text-container ul li:before {
      content: '';
      display: block;
      position: absolute;
      left: -20px;
      top: 8px;
      width: 7px;
      height: 7px;
      background: #d65a00;
      border-radius: 50px; }
      @media only screen and (max-width: 700px) {
        .text-container ul li:before {
          top: 4px; } }

.text-container table {
  width: 100%; }
  @media only screen and (max-width: 700px) {
    .text-container table {
      overflow: auto;
      display: block; } }
  .text-container table td {
    border: 1px solid #e8e8e8;
    padding: 18px 20px; }
    @media only screen and (max-width: 700px) {
      .text-container table td {
        padding: 10px; } }
  .text-container table thead {
    font-weight: 500;
    background: #d65a00;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px; }
    @media only screen and (max-width: 700px) {
      .text-container table thead {
        font-size: 13px;
        width: 800px;
        display: block; } }
  .text-container table tbody {
    background: #fff;
    font-size: 16px; }
    @media only screen and (max-width: 700px) {
      .text-container table tbody {
        font-size: 13px;
        width: 800px;
        display: block; } }
  @media only screen and (max-width: 700px) {
    .text-container table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (max-width: 700px) {
    .text-container table td {
      display: block;
      width: 25%; } }

.header {
  width: 100%;
  margin-bottom: 30px;
  background: #fff; }
  @media only screen and (max-width: 1500px) {
    .header {
      margin-bottom: 15px; } }
  .header .top {
    width: 100%;
    padding: 12px 0; }
    @media only screen and (max-width: 1500px) {
      .header .top {
        padding: 6px 0; } }
    .header .top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media only screen and (max-width: 1000px) {
        .header .top .container {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
  .header .logo {
    padding: 22px 32px;
    border: 1px solid #d65a00;
    border-radius: 50px; }
    @media only screen and (max-width: 1500px) {
      .header .logo {
        padding: 16px 24px; } }
    @media only screen and (max-width: 1000px) {
      .header .logo {
        border: none;
        padding: 0; } }
    .header .logo__img {
      display: block;
      width: 205px;
      height: auto;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      @media only screen and (max-width: 1500px) {
        .header .logo__img {
          width: 150px; } }
      @media only screen and (max-width: 700px) {
        .header .logo__img {
          width: 110px; } }
      .header .logo__img:hover {
        opacity: .5;
        -webkit-transform: scale(0.9);
        transform: scale(0.9); }
  .header .block {
    max-width: 550px; }
    @media only screen and (max-width: 1000px) {
      .header .block {
        max-width: 400px; } }
    @media only screen and (max-width: 575px) {
      .header .block {
        max-width: inherit;
        width: 100%;
        margin-top: 10px; } }
    .header .block__text {
      margin-bottom: 10px;
      line-height: 1.1; }
      @media only screen and (max-width: 1500px) {
        .header .block__text {
          margin-bottom: 5px;
          font-size: 12px; } }
      @media only screen and (max-width: 1000px) {
        .header .block__text {
          font-size: 10px; } }
    .header .block-line {
      width: 100%;
      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; }
  .header .search {
    position: relative; }
    @media only screen and (max-width: 575px) {
      .header .search {
        width: 49%; } }
    .header .search__input {
      width: 370px;
      height: 45px;
      border-radius: 35px;
      border: 1px solid #d65a00;
      padding: 0 50px 0 35px;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      color: #252525;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      @media only screen and (max-width: 1500px) {
        .header .search__input {
          height: 35px;
          font-size: 14px; } }
      @media only screen and (max-width: 1000px) {
        .header .search__input {
          width: 240px;
          font-size: 11px;
          padding-left: 20px; } }
      @media only screen and (max-width: 575px) {
        .header .search__input {
          width: 100%;
          height: 30px; } }
      .header .search__input::-webkit-input-placeholder {
        color: #252525;
        text-transform: uppercase;
        font-weight: 700; }
      .header .search__input::-moz-placeholder {
        color: #252525;
        text-transform: uppercase;
        font-weight: 700; }
      .header .search__input:-ms-input-placeholder {
        color: #252525;
        text-transform: uppercase;
        font-weight: 700; }
      .header .search__input::-ms-input-placeholder {
        color: #252525;
        text-transform: uppercase;
        font-weight: 700; }
      .header .search__input::placeholder {
        color: #252525;
        text-transform: uppercase;
        font-weight: 700; }
      .header .search__input:hover, .header .search__input:focus {
        border: 1px solid #252525;
        padding-left: 20px; }
    .header .search__btn {
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      border-radius: 100%;
      background: #d65a00;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      cursor: pointer; }
      @media only screen and (max-width: 1500px) {
        .header .search__btn {
          height: 35px;
          width: 35px;
          font-size: 16px; } }
      @media only screen and (max-width: 575px) {
        .header .search__btn {
          width: 30px;
          height: 30px;
          font-size: 14px; } }
      .header .search__btn:hover {
        background: #252525; }
  .header .basket-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #252525;
    margin: 0 auto 0 30px; }
    @media only screen and (max-width: 1000px) {
      .header .basket-link {
        margin: 0 auto 0 10px; } }
    @media only screen and (max-width: 575px) {
      .header .basket-link {
        margin-left: 2%;
        width: 49%; } }
    .header .basket-link:hover .basket-link__icon {
      background: #252525; }
    .header .basket-link__icon {
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      display: block;
      width: 45px;
      height: 45px;
      background: #d65a00;
      color: #fff;
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 100%; }
      @media only screen and (max-width: 1500px) {
        .header .basket-link__icon {
          width: 35px;
          height: 35px; } }
      @media only screen and (max-width: 575px) {
        .header .basket-link__icon {
          width: 30px;
          height: 30px; } }
    .header .basket-link__num {
      margin-left: 10px;
      font-weight: 500; }
      .header .basket-link__num:after {
        content: '\f158';
        font-family: fontello;
        font-size: 13px;
        margin-left: 5px; }
  @media only screen and (max-width: 700px) {
    .header .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 10px;
      width: 100%; } }
  .header .links li:not(:last-child) {
    margin-bottom: 10px; }
    @media only screen and (max-width: 1500px) {
      .header .links li:not(:last-child) {
        margin-bottom: 5px; } }
    @media only screen and (max-width: 700px) {
      .header .links li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 2%; } }
  @media only screen and (max-width: 700px) {
    .header .links li {
      width: 49%; } }
  .header .show-catalog {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none; }
    @media only screen and (max-width: 1200px) {
      .header .show-catalog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .header .show-catalog:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      background: url("../img/dots.svg") no-repeat center center/cover; }
  .header .menu-wrap {
    width: 100%;
    background: #b61818;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .header .menu-wrap {
        padding: 5px 0; } }
    @media only screen and (max-width: 1200px) {
      .header .menu-wrap .container {
        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; } }
  .header .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .header .menu {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #b61818;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        z-index: 10; } }
    .header .menu li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .header .menu li:last-child a:before {
        display: none; }
    .header .menu a {
      padding: 20px 0;
      position: relative;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      font-weight: 500; }
      @media only screen and (max-width: 1500px) {
        .header .menu a {
          padding: 10px 0;
          font-size: 14px; } }
      .header .menu a:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        background: #fff;
        height: 20px;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .header .menu a:hover {
        color: #b61818;
        background: #fff; }

.burger {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  background: none;
  padding: 0;
  outline: none;
  display: none; }
  @media only screen and (max-width: 1200px) {
    .burger {
      display: block;
      margin-left: auto; } }
  .burger .bar {
    padding: 0;
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 50%; }
  .burger .bar1 {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    top: 20%; }
  .burger .bar2 {
    top: 50%;
    width: 60%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  .burger .bar3 {
    top: 80%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  .burger.active .bar1 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .burger.active .bar2 {
    background-color: transparent; }
  .burger.active .bar3 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.footer {
  background: #d65a00;
  padding: 30px 0;
  color: #fff;
  width: 100%;
  margin-top: 85px; }
  @media only screen and (max-width: 1500px) {
    .footer {
      padding: 15px 0;
      margin-top: 60px; } }
  @media only screen and (max-width: 1000px) {
    .footer {
      margin-top: 30px; } }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer .menu-wrap {
    width: 20%; }
    @media only screen and (max-width: 1000px) {
      .footer .menu-wrap {
        width: 100%;
        margin-bottom: 30px; } }
  .footer .menu {
    width: 100%; }
    @media only screen and (max-width: 1000px) {
      .footer .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 575px) {
      .footer .menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 1000px) {
      .footer .menu li {
        margin: 0 10px; } }
    @media only screen and (max-width: 575px) {
      .footer .menu li {
        width: 100%;
        margin-left: 0; } }
    .footer .menu li:not(:last-child) {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1500px) {
        .footer .menu li:not(:last-child) {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 1000px) {
        .footer .menu li:not(:last-child) {
          margin: 5px 10px;
          margin-bottom: 5px; } }
      @media only screen and (max-width: 575px) {
        .footer .menu li:not(:last-child) {
          margin-left: 0; } }
    .footer .menu a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 16px;
      line-height: 1; }
      .footer .menu a:hover {
        text-decoration: underline; }
  .footer .blocks {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 1px solid rgba(37, 37, 37, 0.7); }
    @media only screen and (max-width: 1000px) {
      .footer .blocks {
        width: 100%;
        border: none; } }
  .footer .block {
    padding: 0 0 0 30px;
    width: 33.33%; }
    .footer .block:nth-child(2) {
      border-left: 1px solid rgba(37, 37, 37, 0.7);
      border-right: 1px solid rgba(37, 37, 37, 0.7); }
      @media only screen and (max-width: 1000px) {
        .footer .block:nth-child(2) {
          border: none; } }
    @media only screen and (max-width: 1000px) {
      .footer .block:last-child {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px; } }
    @media only screen and (max-width: 575px) {
      .footer .block:last-child {
        margin-top: 0; } }
    @media only screen and (max-width: 1000px) {
      .footer .block {
        width: 50%;
        padding: 0; } }
    @media only screen and (max-width: 575px) {
      .footer .block {
        width: 100%;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 1000px) {
      .footer .block-inner {
        width: 50%; } }
    @media only screen and (max-width: 575px) {
      .footer .block-inner {
        width: 100%; } }
    .footer .block__icon {
      color: #fff;
      font-size: 20px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1500px) {
        .footer .block__icon {
          margin-bottom: 10px; } }
  .footer .list li:not(:last-child) {
    margin-bottom: 30px; }
    @media only screen and (max-width: 1500px) {
      .footer .list li:not(:last-child) {
        margin-bottom: 15px; } }
  .footer .list a {
    color: #fff;
    font-size: 16px; }
    .footer .list a:hover {
      text-decoration: underline; }
  .footer .text {
    font-style: normal;
    font-size: 16px; }
    .footer .text span {
      display: block;
      width: 100%;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1500px) {
        .footer .text span {
          margin-bottom: 15px; } }
    .footer .text a {
      color: #fff;
      font-size: 16px; }
      .footer .text a:hover {
        text-decoration: underline; }

.contact {
  margin-bottom: 60px; }
  .contact .inner {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact .blocks {
    width: 45%; }
    @media only screen and (max-width: 700px) {
      .contact .blocks {
        width: 100%; } }
  .contact .block {
    position: relative;
    padding-left: 50px;
    margin-bottom: 55px; }
    @media only screen and (max-width: 700px) {
      .contact .block {
        padding-left: 30px; } }
    .contact .block__icon {
      position: absolute;
      left: 0;
      top: 0;
      color: #d65a00;
      font-size: 20px;
      margin-bottom: 20px; }
  .contact .list li:not(:last-child) {
    margin-bottom: 5px; }
  .contact .list a {
    font-weight: 500;
    color: #252525;
    font-size: 16px; }
    .contact .list a:hover {
      text-decoration: underline; }
  .contact .text {
    font-style: normal;
    font-size: 16px;
    font-weight: 500; }
    .contact .text span {
      display: block;
      width: 100%;
      margin-bottom: 5px; }
    .contact .text a {
      color: #252525; }
      .contact .text a:hover {
        text-decoration: underline; }
  .contact .map-wrap {
    background: #fff;
    padding: 10px;
    width: 55%; }
    @media only screen and (max-width: 700px) {
      .contact .map-wrap {
        width: 100%; } }
  .contact #map {
    width: 100%;
    height: 415px; }

.b-map {
  width: 100%;
  padding: 50px 0; }
  @media only screen and (max-width: 1000px) {
    .b-map {
      padding: 25px 0; } }
  .b-map .container {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .b-map .left {
    width: 35%; }
    @media only screen and (max-width: 1000px) {
      .b-map .left {
        width: 100%; } }
  .b-map .right {
    width: 65%;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
    box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09); }
    @media only screen and (max-width: 1000px) {
      .b-map .right {
        width: 100%; } }
  .b-map .item {
    font-size: 18px;
    position: relative;
    padding-left: 60px; }
    @media only screen and (max-width: 1000px) {
      .b-map .item {
        margin-bottom: 25px; } }
    .b-map .item:not(:last-child) {
      margin-bottom: 80px; }
      @media only screen and (max-width: 1000px) {
        .b-map .item:not(:last-child) {
          margin-bottom: 25px; } }
    .b-map .item:before {
      content: '\e724';
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0;
      font-family: fontello;
      font-size: 60px;
      color: #d65a00; }
    .b-map .item__title {
      font-weight: 900; }
  .b-map #map {
    width: 100%;
    height: 350px; }

.callback {
  background: #fff url("../img/callback-bg.jpg") no-repeat center center/cover;
  -webkit-box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
  box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
  width: 680px;
  margin: 0 auto;
  padding: 35px 50px; }
  @media only screen and (max-width: 700px) {
    .callback {
      width: 100%;
      padding: 20px 15px; } }
  .callback .form {
    max-width: 420px;
    margin: 0 auto; }

.reviews {
  margin-bottom: 60px; }
  .reviews .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
    box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
    padding: 25px;
    margin-bottom: 20px; }
    .reviews .item-left {
      width: 20%; }
      @media only screen and (max-width: 575px) {
        .reviews .item-left {
          width: 100%; } }
    .reviews .item-right {
      width: 80%;
      padding-left: 30px;
      border-left: 1px solid #e8e8e8; }
      @media only screen and (max-width: 575px) {
        .reviews .item-right {
          width: 100%;
          padding-left: 0;
          border: none; } }
    .reviews .item__name {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 575px) {
        .reviews .item__name {
          margin-bottom: 10px; } }
    @media only screen and (max-width: 575px) {
      .reviews .item__date {
        margin-bottom: 15px; } }
    .reviews .item__text {
      font-size: 16px;
      line-height: 1.6; }

.catalog .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.catalog .item {
  width: 31.3%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  margin: 1%;
  -webkit-box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
  box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09); }
  @media only screen and (max-width: 1000px) {
    .catalog .item {
      padding: 15px; } }
  @media only screen and (max-width: 700px) {
    .catalog .item {
      width: 48%; } }
  .catalog .item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .catalog .item__img {
    display: block;
    height: auto;
    max-height: 105px;
    max-width: 90%;
    width: auto;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1000px) {
      .catalog .item__img {
        max-height: 85px; } }
  .catalog .item__text {
    text-transform: uppercase;
    color: #252525;
    font-size: 16px;
    font-weight: 500; }
    @media only screen and (max-width: 1000px) {
      .catalog .item__text {
        font-size: 14px; } }
    @media only screen and (max-width: 575px) {
      .catalog .item__text {
        font-size: 12px; } }

.nice-select {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  line-height: 1;
  width: auto;
  height: auto;
  min-height: 0;
  border-radius: 0; }
  .nice-select * {
    border-radius: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    line-height: 1;
    width: auto;
    height: auto; }
  .nice-select .list {
    border-radius: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    line-height: 1;
    width: auto;
    height: auto; }
    .nice-select .list li {
      border-radius: 0;
      line-height: 1;
      padding: 0;
      margin: 0;
      border: none;
      background: none;
      width: auto;
      height: auto;
      min-height: 0; }

.category .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.category .output {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px; }
  .category .output-filter {
    width: 220px;
    height: 24px;
    vertical-align: middle;
    border: 1px solid #aaaaaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
    background: #fff; }
    @media only screen and (max-width: 575px) {
      .category .output-filter {
        width: 100%;
        margin: 1% 0; } }
    .category .output-filter:not(:last-child) {
      margin-right: 30px; }
      @media only screen and (max-width: 575px) {
        .category .output-filter:not(:last-child) {
          margin-right: 0; } }
    .category .output-filter:after {
      border-color: #d65a00; }
    .category .output-filter .current {
      color: #252525;
      text-overflow: ellipsis;
      width: calc(100% - 5px);
      overflow: hidden;
      display: block; }
      @media only screen and (max-width: 575px) {
        .category .output-filter .current {
          font-size: 12px; } }
    .category .output-filter .list {
      border: 1px solid #aaaaaa;
      width: 100%;
      top: 120%;
      background: #fff; }
      .category .output-filter .list li {
        background: #fff;
        width: 100%;
        line-height: 2;
        padding: 0 10px; }
        @media only screen and (max-width: 575px) {
          .category .output-filter .list li {
            font-size: 12px; } }
        .category .output-filter .list li:hover {
          background: #f1f1f1; }

.category .item {
  width: 31.3%;
  margin: 1%;
  background: #fff;
  -webkit-box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
  box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
  padding: 30px;
  text-align: center;
  color: #252525; }
  @media only screen and (max-width: 1000px) {
    .category .item {
      padding: 15px; } }
  @media only screen and (max-width: 700px) {
    .category .item {
      width: 48%; } }
  @media only screen and (max-width: 575px) {
    .category .item {
      padding: 10px; } }
  @media only screen and (max-width: 370px) {
    .category .item {
      padding: 10px 5px; } }
  .category .item.green .status {
    color: #52ac62; }
  .category .item.red .status {
    color: #cb1c1c; }
  .category .item.add .basket-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .category .item.add .item__btn {
    background: #52ac62; }
  .category .item__btn-remove {
    color: #cb1c1c;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background: none;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer; }
    @media only screen and (max-width: 575px) {
      .category .item__btn-remove {
        font-size: 10px; } }
    .category .item__btn-remove:hover {
      color: #252525; }
  .category .item .codes {
    text-align: right;
    padding: 0;
    font-size: 12px;
    width: 100%;
    margin-bottom: 15px; }
    @media only screen and (max-width: 370px) {
      .category .item .codes {
        display: none; } }
    .category .item .codes-item {
      width: 100%; }
      @media only screen and (max-width: 575px) {
        .category .item .codes-item {
          font-size: 10px; } }
  .category .item .img-wrap {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1000px) {
      .category .item .img-wrap {
        margin-bottom: 20px; } }
  .category .item__img {
    display: block;
    max-height: 105px;
    max-width: 90%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0 auto; }
    .category .item__img:hover {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
  .category .item__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 55px;
    margin-bottom: 10px;
    color: #252525; }
    @media only screen and (max-width: 1000px) {
      .category .item__title {
        margin-bottom: 10px;
        font-size: 16px; } }
    @media only screen and (max-width: 575px) {
      .category .item__title {
        font-size: 12px;
        min-height: 30px; } }
    .category .item__title:hover {
      color: #d65a00; }
  .category .item .status {
    margin-bottom: 18px; }
    @media only screen and (max-width: 700px) {
      .category .item .status {
        margin-bottom: 10px; } }
  .category .item .price {
    width: 100%;
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1; }
    @media only screen and (max-width: 700px) {
      .category .item .price {
        padding: 10px; } }
    .category .item .price__num {
      font-weight: 700;
      font-size: 24px; }
      @media only screen and (max-width: 575px) {
        .category .item .price__num {
          font-size: 18px; } }
      @media only screen and (max-width: 400px) {
        .category .item .price__num {
          font-size: 16px; } }
      .category .item .price__num:after {
        content: '\f158';
        font-family: fontello;
        font-size: 19px;
        margin-left: 5px;
        display: inline-block; }
        @media only screen and (max-width: 575px) {
          .category .item .price__num:after {
            font-size: 15px; } }
    .category .item .price__old {
      font-size: 16px;
      text-decoration: line-through; }
      @media only screen and (max-width: 575px) {
        .category .item .price__old {
          font-size: 14px; } }
      .category .item .price__old:after {
        content: '\f158';
        font-family: fontello;
        font-size: 14px;
        display: inline-block;
        margin-left: 5px; }
        @media only screen and (max-width: 575px) {
          .category .item .price__old:after {
            font-size: 12px; } }
  .category .item .counter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .category .item .basket-link {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #f35907;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    display: none; }
    @media only screen and (max-width: 575px) {
      .category .item .basket-link {
        width: 25px;
        height: 25px;
        font-size: 10px; } }
    .category .item .basket-link:hover {
      background: #252525; }
    .category .item .basket-link .num {
      background: #fff;
      border-radius: 5px;
      padding: 2px 0;
      background: #fff;
      position: absolute;
      border: 1px solid #aaaaaa;
      z-index: 3;
      right: -30px;
      top: -5px;
      font-size: 12px;
      font-weight: 700;
      color: #252525;
      width: 40px;
      text-align: center; }
      @media only screen and (max-width: 575px) {
        .category .item .basket-link .num {
          font-size: 8px;
          width: 35px;
          right: -10px;
          top: -10px; } }
  .category .item .counter {
    margin: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .category .item .counter__num {
      background: none;
      border: none;
      font-size: 14px;
      width: 100px;
      text-align: center;
      width: 40px;
      margin: 0 10px; }
      @media only screen and (max-width: 575px) {
        .category .item .counter__num {
          width: 30px;
          margin: 0 5px; } }
    .category .item .counter__btn {
      width: 25px;
      height: 25px;
      font-size: 16px;
      line-height: 1;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 100%;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      background: #f35907;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .category .item .counter__btn:hover {
        background-image: linear-gradient(59deg, #b61818 0%, #cb5a08 100%); }
  .category .item__btn {
    display: block;
    width: 100%;
    cursor: pointer; }

.product .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px; }
  .product .top-left {
    width: 60%;
    padding: 0 35px; }
    @media only screen and (max-width: 700px) {
      .product .top-left {
        width: 100%;
        margin-bottom: 15px; } }
  .product .top-right {
    width: 40%;
    padding-left: 30px; }
    @media only screen and (max-width: 700px) {
      .product .top-right {
        width: 100%; } }

.product .codes {
  text-align: center;
  padding: 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px; }
  .product .codes-item {
    width: 50%; }
    @media only screen and (max-width: 575px) {
      .product .codes-item {
        width: 100%; } }

.product .action button {
  padding: 15px 75px;
  height: auto;
  width: auto; }
  @media only screen and (max-width: 1200px) {
    .product .action button {
      padding: 15px 25px; } }

.product .slider-for,
.product .slider-nav {
  position: relative; }
  .product .slider-for .slide,
  .product .slider-nav .slide {
    background: #fff;
    border: 1px solid #252525;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .product .slider-for .slick-arrow,
  .product .slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #d65a00;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: none;
    width: auto;
    height: auto;
    z-index: 2;
    display: inline-block;
    cursor: pointer; }
    .product .slider-for .slick-arrow:hover,
    .product .slider-nav .slick-arrow:hover {
      color: #252525; }
    .product .slider-for .slick-arrow.left,
    .product .slider-nav .slick-arrow.left {
      left: -25px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .product .slider-for .slick-arrow.left:before,
      .product .slider-nav .slick-arrow.left:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .product .slider-for .slick-arrow.right,
    .product .slider-nav .slick-arrow.right {
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: -25px; }
      .product .slider-for .slick-arrow.right:before,
      .product .slider-nav .slick-arrow.right:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }

.product .slider-for {
  margin-bottom: 15px; }
  .product .slider-for .slide {
    height: 260px; }
    .product .slider-for .slide__img {
      display: block;
      max-width: 90%;
      max-height: 90%; }

.product .slider-nav {
  width: calc( 100% + 20px);
  margin-left: -10px; }
  .product .slider-nav .slide {
    height: 80px;
    margin: 0 10px; }
    .product .slider-nav .slide.slick-current {
      border-color: #d65a00; }
    .product .slider-nav .slide__img {
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      display: block;
      max-width: 80%;
      max-height: 80%; }
  .product .slider-nav .slick-arrow.left {
    left: -15px; }
  .product .slider-nav .slick-arrow.right {
    right: -15px; }

.product .status {
  margin-bottom: 18px; }
  .product .status.green {
    color: #52ac62; }
  .product .status.red {
    color: #cb1c1c; }
  .product .status__num {
    display: block;
    font-weight: 500;
    padding-top: 10px;
    color: #252525; }

.product .price {
  width: auto;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1; }
  .product .price__num {
    font-weight: 700;
    font-size: 24px; }
    .product .price__num:after {
      content: '\f158';
      font-family: fontello;
      font-size: 19px;
      margin-left: 5px;
      display: inline-block; }
  .product .price__old {
    font-size: 16px;
    text-decoration: line-through; }
    .product .price__old:after {
      content: '\f158';
      font-family: fontello;
      font-size: 14px;
      display: inline-block;
      margin-left: 5px; }

.product .counter {
  margin: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .product .counter__num {
    background: none;
    border: none;
    font-size: 14px;
    width: 100px;
    text-align: center;
    width: 40px;
    margin: 0 10px; }
  .product .counter__btn {
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #d65a00;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .product .counter__btn:hover {
      background-image: linear-gradient(59deg, #b61818 0%, #cb5a08 100%); }

.product .sizes {
  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;
  padding: 5px 0 30px; }
  .product .sizes li:not(:last-child):after {
    content: '/';
    display: inline-block; }

.product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #aaaaaa; }

.product .tabs {
  height: auto;
  width: auto;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0; }
  .product .tabs .ui-tabs-panel {
    padding: 0;
    margin: 0; }
  .product .tabs-list {
    height: auto;
    width: auto;
    background: none;
    color: inherit;
    padding: 0;
    margin: 0 0 20px; }
    .product .tabs-list li {
      margin: 0;
      padding: 0;
      border: none;
      background: none; }
      .product .tabs-list li:not(:last-child) {
        margin-right: 20px; }
    .product .tabs-list .ui-tabs-anchor {
      color: #979797;
      font-weight: 900;
      font-size: 24px;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 700px) {
        .product .tabs-list .ui-tabs-anchor {
          font-size: 20px; } }
      @media only screen and (max-width: 575px) {
        .product .tabs-list .ui-tabs-anchor {
          font-size: 16px; } }
    .product .tabs-list .ui-tabs-active a {
      color: #d65a00; }

.product .ui-widget-content {
  height: auto; }

.product .ui-widget {
  font-family: inherit;
  font-size: inherit; }

.mainslider .slide__img {
  display: block;
  width: 100%;
  height: auto; }

.mainslider .slider-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15px; }
  .mainslider .slider-counter__all {
    font-size: 14px; }
  .mainslider .slider-counter__curr {
    font-size: 18px;
    font-weight: 700; }

.mainslider .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #d65a00;
  z-index: 2;
  cursor: pointer; }
  .mainslider .slick-arrow:before {
    font-size: 20px; }
  .mainslider .slick-arrow:hover {
    background: #252525; }
  .mainslider .slick-arrow.left {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .mainslider .slick-arrow.left:before {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .mainslider .slick-arrow.right {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .mainslider .slick-arrow.right:before {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.mainslider .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px; }

.popular-category {
  padding: 45px 0 20px; }
  .popular-category .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 700; }
    @media only screen and (max-width: 575px) {
      .popular-category .title {
        font-size: 20px;
        margin-bottom: 10px; } }
    .popular-category .title span {
      color: #d65a00; }
  .popular-category .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .popular-category .item {
    height: 180px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px; }
    @media only screen and (max-width: 700px) {
      .popular-category .item {
        margin: 1%; } }
    @media only screen and (max-width: 575px) {
      .popular-category .item {
        height: 150px; } }
    .popular-category .item.small {
      width: 32%; }
      @media only screen and (max-width: 700px) {
        .popular-category .item.small {
          width: 48%; } }
    .popular-category .item.middle {
      width: 43%; }
      @media only screen and (max-width: 700px) {
        .popular-category .item.middle {
          width: 48%; } }
    .popular-category .item.big {
      width: 55%; }
      @media only screen and (max-width: 700px) {
        .popular-category .item.big {
          width: 100%; } }
    .popular-category .item:hover .item__img {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    .popular-category .item__img {
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      display: block;
      max-width: 80%;
      max-height: 80%; }
    .popular-category .item__btn {
      height: auto;
      position: absolute;
      width: 80%;
      padding: 10px 20px;
      bottom: 20px;
      left: 10%; }
      @media only screen and (max-width: 575px) {
        .popular-category .item__btn {
          width: 95%;
          left: 2.5%;
          padding: 5px 5px;
          bottom: 5px; } }

.free-delivery {
  width: 100%;
  padding: 30px 0; }
  @media only screen and (max-width: 1200px) {
    .free-delivery {
      padding: 15px 0; } }
  .free-delivery .row {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0; }
    @media only screen and (max-width: 1200px) {
      .free-delivery .row {
        padding: 15px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .free-delivery .row:last-child .left {
      padding-right: 0;
      padding-left: 50px; }
      @media only screen and (max-width: 1200px) {
        .free-delivery .row:last-child .left {
          padding-left: 20px; } }
      @media only screen and (max-width: 700px) {
        .free-delivery .row:last-child .left {
          padding-left: 0; } }
  .free-delivery .left {
    width: 60%;
    padding-right: 50px; }
    @media only screen and (max-width: 1200px) {
      .free-delivery .left {
        padding-right: 20px;
        width: 70%; } }
    @media only screen and (max-width: 700px) {
      .free-delivery .left {
        width: 100%; } }
  .free-delivery__img {
    display: block;
    width: 40%;
    -webkit-box-shadow: -12px 12px 56px 6px rgba(0, 0, 0, 0.09);
    box-shadow: -12px 12px 56px 6px rgba(0, 0, 0, 0.09); }
    @media only screen and (max-width: 1200px) {
      .free-delivery__img {
        width: 30%; } }
    @media only screen and (max-width: 700px) {
      .free-delivery__img {
        display: none; } }
  .free-delivery .title {
    font-family: 'Montserrat Alternates', sans-serif;
    color: #252525;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 900; }
    @media only screen and (max-width: 1200px) {
      .free-delivery .title {
        font-size: 20px; } }
    @media only screen and (max-width: 575px) {
      .free-delivery .title {
        font-size: 18px; } }
    .free-delivery .title span {
      display: block;
      text-transform: uppercase;
      width: 100%;
      font-size: 25px;
      color: #d65a00; }
      @media only screen and (max-width: 575px) {
        .free-delivery .title span {
          font-size: 18px; } }
  .free-delivery .action {
    max-width: 270px; }
    @media only screen and (max-width: 1000px) {
      .free-delivery .action {
        max-width: 200px; } }

.popular-products {
  padding: 25px 0 60px;
  width: 100%; }
  .popular-products .slider {
    position: relative;
    width: calc( 100% + 20px);
    margin-left: -10px; }
    .popular-products .slider .slick-arrow {
      position: absolute;
      width: 30px;
      height: 30px;
      bottom: -50px;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      background: #d65a00;
      z-index: 2;
      cursor: pointer; }
      .popular-products .slider .slick-arrow:before {
        font-size: 20px; }
      .popular-products .slider .slick-arrow:hover {
        background: #252525; }
      .popular-products .slider .slick-arrow.left {
        left: 46%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
        @media only screen and (max-width: 900px) {
          .popular-products .slider .slick-arrow.left {
            left: 40%; } }
        .popular-products .slider .slick-arrow.left:before {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .popular-products .slider .slick-arrow.right {
        right: 46%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
        @media only screen and (max-width: 900px) {
          .popular-products .slider .slick-arrow.right {
            right: 40%; } }
        .popular-products .slider .slick-arrow.right:before {
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .popular-products .slide {
    background: #fff;
    padding: 10px;
    margin: 0 10px;
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 575px) {
      .popular-products .slide {
        padding: 5px;
        margin: 5px;
        min-height: 180px; } }
    .popular-products .slide__img {
      display: block;
      max-width: 100%;
      height: 120px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 575px) {
        .popular-products .slide__img {
          height: 100px; } }
    .popular-products .slide__title {
      text-align: center;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      display: block;
      width: 100%;
      color: #252525; }
      @media only screen and (max-width: 575px) {
        .popular-products .slide__title {
          font-size: 14px; } }

.seo {
  width: 100%;
  padding: 50px 0; }
  .seo h2 {
    color: #d65a00; }

.popup {
  background: #fff;
  padding: 35px 50px;
  -webkit-box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
  box-shadow: -11.594px 12.433px 56.42px 5.58px rgba(0, 0, 0, 0.09);
  max-width: 570px;
  margin: 50px auto 0;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .popup {
      padding: 25px; } }
  .popup__title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 35px;
    margin-bottom: 25px;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      .popup__title {
        font-size: 20px; } }

.breadcrumbs {
  margin: 0 0 30px 0; }
  .breadcrumbs ul {
    width: 100%; }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: middle; }
    .breadcrumbs li:not(:last-child):after {
      content: '>';
      display: inline-block;
      font: 18px;
      margin: 0 5px; }
    .breadcrumbs li:last-child a {
      pointer-events: none; }
  .breadcrumbs a {
    color: #252525;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500; }
    @media only screen and (max-width: 575px) {
      .breadcrumbs a {
        font-size: 14px; } }
    .breadcrumbs a:hover {
      color: #d65a00; }

.catalog-links-wrap {
  background-image: linear-gradient(59deg, #b61818 0%, #cb5a08 100%);
  padding: 20px;
  margin-bottom: 30px; }

.catalog-links-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 500; }
  @media only screen and (max-width: 1200px) {
    .catalog-links-title::after {
      content: '\e760';
      font-family: 'fontello';
      display: inline-block;
      font-size: 16px;
      color: #fff;
      margin-left: 10px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); } }
  .catalog-links-title:hover {
    color: #252525; }
  .catalog-links-title:before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    width: 13px;
    height: 13px;
    background: url("../img/dots.svg") no-repeat center center/contain; }

.catalog-links > li {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}

.catalog-links > li > a {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 20px;
}

.catalog-links > li > a:hover {
  color: #252525;
}

.catalog-links > li > .icon-down-open-mini,
.catalog-links > li > ul > li > .icon-down-open-mini {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.catalog-links > li > ul > li > .icon-down-open-mini {
  right: -7px;
}

.catalog-links > li > .icon-down-open-mini.active,
.catalog-links > li > ul > li > .icon-down-open-mini.active {
  background: #d65a00;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-links > li > .icon-down-open-mini:hover,
.catalog-links > li > ul > li > .icon-down-open-mini:hover {
  background: #d65a00;
}

.catalog-links > li > ul  {
  padding: 15px 10px;
  background: #d65a00;
  width: 100%;
}

.catalog-links > li > ul > li > ul {
  padding: 5px 10px 15px 10px;
}

.catalog-links > li > ul > li > a,
.catalog-links > li > ul > li > ul > li > a {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
}

.catalog-links > li > ul > li > a:hover,
.catalog-links > li > ul > li > ul > li > a:hover {
  color: #252525;
}

.catalog-links > li > ul > li {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .sidebar {
    position: absolute;
    width: 270px;
    left: -100vw;
    z-index: 5;
    top: 146px;
    min-height: 100vh;
    bottom: 0;
    background: rgba(241, 241, 241, 0.5);
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar.show {
      left: 15px; } }
    @media only screen and (max-width: 1200px) and (max-width: 575px) {
      .sidebar.show {
        left: 10px; } }

.sidebar-inner {
  width: 270px;
  height: 100%;
  background: #f1f1f1; }

.sidebar-inner2 {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .sidebar-inner2 {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

@media only screen and (max-width: 1200px) {
  .sidebar-links {
    padding: 0 10px; } }

.sidebar-links li {
  margin-bottom: 10px; }

.sidebar-links a {
  width: 100%; }

.sidebar-filters {
  padding: 30px 10px; }
  .sidebar-filters__title {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 25px; }
  .sidebar-filters-btns {
    width: 100%;
    margin-top: 15px; }
    .sidebar-filters-btns li {
      margin-bottom: 10px; }
  .sidebar-filters button {
    display: block;
    width: 100%; }

.sidebar .price {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  margin-bottom: 30px; }
  .sidebar .price-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
  .sidebar .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sidebar .price-block__label {
      font-size: 18px;
      margin-right: 12px; }
    .sidebar .price-block__input {
      width: 80px;
      height: 24px;
      text-align: center;
      border: 1px solid #aaaaaa;
      background: none; }
  .sidebar .price-slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .sidebar .price-slider-wrap span {
      font-size: 18px; }
  .sidebar .price-slider {
    margin: 0 20px;
    width: 100%; }

.sidebar .property {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  margin-bottom: 30px; }
  .sidebar .property-block {
    margin-bottom: 30px; }
  .sidebar .property__title {
    font-weight: 700;
    margin-bottom: 15px; }

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 6px; }
  .checkbox:hover .checkbox__mark:before {
    background: #aaaaaa; }
  .checkbox__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2; }
    .checkbox__input:checked ~ .checkbox__mark:after {
      display: block; }
  .checkbox__mark {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .checkbox__mark:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 16px;
      height: 16px;
      border: 1px solid #aaaaaa;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .checkbox__mark:after {
      content: '\2713';
      position: absolute;
      font-size: 40px;
      left: 0px;
      top: -17px;
      display: none;
      color: #d65a00;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }

.ui-widget-content {
  height: 4px;
  background: #aaaaaa;
  border: none !important;
  border-radius: 0; }

.ui-widget-header {
  background: #d65a00;
  border: none !important;
  border-radius: 0; }

.ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  background: #d65a00;
  border-radius: 100%;
  border: 4px solid #aaaaaa;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.subsections {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.subsections a {
  /*color: #252525;*/
  padding: 20px;
  /*border: 1px solid #aaaaaa;*/
  margin: 0 10px 10px 0;
  /*-webkit-box-shadow: -11.594px 12.433px 56.42px 5.58px rgb(0 0 0 / 9%);*/
  /*box-shadow: -11.594px 12.433px 56.42px 5.58px rgb(0 0 0 / 9%);*/
  /*background: #fff;*/
  width: 200px;
  text-align: center;
}

/*.subsections a:hover {*/
/*  color: #fff;*/
/*  border-color: #d65a00;*/
/*  background: #d65a00;*/
/*}*/

@media (max-width: 768px) {
  .subsections {
    justify-content: center;
  }
}

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


.b-map .container .left{

background-image: url('https://avgur.dn.ua/images/contacts_bg.png');
background-repeat: no-repeat;
background-size: cover;
padding: 60px 100px 60px 45px;

}
.b-map .item{
padding-left: 50px;}