/*Variables*/
/*COLORS*/
/*ANIMATIONS*/
/*FONTS*/
b, strong {
  font-family: 'GothamPro-Bold', sans-serif;
  font-weight: normal; }

/*MEDIA QUERY*/
@font-face {
  font-family: 'GothamPro';
  src: url("fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro.otf") format("opentype"), url("fonts/GothamPro.woff") format("woff"), url("fonts/GothamPro.ttf") format("truetype"), url("fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Medium';
  src: url("fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Medium.otf") format("opentype"), url("fonts/GothamPro-Medium.woff") format("woff"), url("fonts/GothamPro-Medium.ttf") format("truetype"), url("fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Light';
  src: url("fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Light.otf") format("opentype"), url("fonts/GothamPro-Light.woff") format("woff"), url("fonts/GothamPro-Light.ttf") format("truetype"), url("fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Bold';
  src: url("fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Bold.otf") format("opentype"), url("fonts/GothamPro-Bold.woff") format("woff"), url("fonts/GothamPro-Bold.ttf") format("truetype"), url("fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Black';
  src: url("fonts/11024.eot?#iefix") format("embedded-opentype"), url("fonts/11024.otf") format("opentype"), url("fonts/11024.woff") format("woff"), url("fonts/11024.ttf") format("truetype"), url("fonts/11024.svg#11024") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, iframe {
  border: 0; }

ul, nav {
  list-style: none; }

input:focus, button:focus, a:focus, textarea:focus, select:focus {
  outline: none !important; }

textarea {
  resize: none; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  font: 18px/30px  'GothamPro', sans-serif;
  background: #fbfbfb;
  min-width: 320px;
  color: #262628;
  margin: 0;
  overflow-x: hidden; }

section {
  max-width: 100%; }

a {
  color: #262628;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #f7c876; }

a img {
  border: none; }

img {
  max-width: 100%;
  display: block;
  border-style: none; }

noscript div {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 77777;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 3px solid red;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #707070; }

noscript div a {
  text-decoration: underline;
  color: blue; }

input,
textarea,
select {
  vertical-align: middle;
  color: #262628; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none; }

input[type="image"] {
  padding: 0;
  border: none; }

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="submit"],
input[type="button"] {
  cursor: pointer; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button {
  cursor: pointer; }

p {
  max-width: 100%;
  margin: 0; }

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word; }

div {
  word-wrap: break-word; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

a {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  color: #262628; }
  a:hover {
    color: #f7c876; }

b, strong {
  font-family: 'GothamPro-Bold', sans-serif; }

*, *:after, *:before {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  outline: none !important; }

.clearfix:before, .container:before,
.clearfix:after, .container:after {
  display: table;
  content: " "; }

.clearfix:after, .container:after {
  clear: both; }

.desktop ::-webkit-scrollbar {
  width: 8px; }

.desktop ::-webkit-scrollbar:horizontal {
  height: 8px; }

.desktop ::-webkit-scrollbar-thumb {
  width: 8px;
  border-color: #f7c876;
  background-color: #f7c876; }

.desktop ::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #f7c876;
  background-color: #f7c876; }

.desktop ::-webkit-scrollbar-track {
  border-width: 0; }

.desktop ::-webkit-scrollbar-track-piece {
  background: #262628; }

body {
  max-width: 100%; }

body.noscroll {
  overflow: hidden; }

input, textarea {
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }

.hidden {
  display: none; }

@media only screen and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media only screen and (max-width: 599px) {
    .visible-xs {
      display: block !important; } }

@media only screen and (max-width: 599px) {
  .hidden-xs {
    display: none !important; } }

.wrapper {
  min-height: 100%;
  position: relative;
  max-width: 100%; }

.container {
  width: 1310px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px; }

.flex-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.tt-upp {
  text-transform: uppercase; }

.mobile .animated {
  -webkit-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important; }

h1, h2, h3, h4, h5 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'GothamPro-Bold', sans-serif; }

h1 {
  font-size: 30px;
  line-height: 38px; }
  @media only screen and (max-width: 599px) {
    h1 {
      font-size: 22px;
      line-height: 28px; } }

h2 {
  font-size: 28px;
  line-height: 36px; }
  @media only screen and (max-width: 599px) {
    h2 {
      font-size: 20px;
      line-height: 26px; } }

h3 {
  font-size: 26px;
  line-height: 34px; }
  @media only screen and (max-width: 599px) {
    h3 {
      font-size: 18px;
      line-height: 24px; } }

h4 {
  font-size: 24px;
  line-height: 32px; }
  @media only screen and (max-width: 599px) {
    h4 {
      font-size: 18px;
      line-height: 24px; } }

h5 {
  font-size: 20px;
  line-height: 28px; }
  @media only screen and (max-width: 599px) {
    h5 {
      font-size: 18px;
      line-height: 24px; } }

.content a:not(.btn) {
  font-style: italic;
  color: #f7c876; }
  .content a:not(.btn):hover {
    text-decoration: underline; }

.content p {
  margin-bottom: 25px; }

.content ul li, .list-box li {
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
  font-size: 24px;
  line-height: 30px; }

.content ul li:before, .list-box li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f7c876; }

.content ol, .list-number-box {
  list-style-position: inside; }

.content ol li, .list-number-box li {
  margin-bottom: 15px;
  color: #f7c876; }

.content ol li span, .list-number-box li span {
  padding-left: 10px;
  color: #262628;
  font-family: 'GothamPro', sans-serif; }

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 38px;
  height: 40px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #f7c876;
  font-family: 'GothamPro-Medium', sans-serif;
  background: transparent;
  border: 1px solid #f7c876;
  padding: 0 15px;
  text-align: center;
  min-width: 160px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 1279px) {
    .btn {
      min-width: 0; } }
  .btn:hover, .btn:focus {
    color: #262628;
    background: #f7c876; }
  .btn--white {
    color: #262628;
    line-height: 38px;
    border: 1px solid #f7c876;
    background: transparent; }
    .btn--white:hover, .btn--white:focus {
      color: #262628;
      background: #f7c876; }
  .btn--yellow {
    color: #262628;
    line-height: 38px;
    border: 1px solid #f7c876;
    background: #f7c876; }
    .btn--yellow:hover, .btn--yellow:focus {
      color: #262628;
      background: transparent; }

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  position: relative; }

.header {
  position: relative;
  z-index: 111;
  padding: 10px 0;
  background: #99102e; }

.logo {
  margin-right: 10px; }

.header-menu ul {
  display: block; }
  .header-menu ul li {
    display: inline-block;
    margin-right: 50px; }
    .header-menu ul li a, .header-menu ul li span {
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      color: #fff;
      font-family: 'GothamPro-Medium', sans-serif;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .header-menu ul li a:hover, .header-menu ul li span {
      text-decoration: none;
      color: #f7c876; }

.phone-box {
  padding: 0 15px;
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .phone-box a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .phone-box a:hover {
      text-decoration: none;
      color: #f7c876; }

.right-nav ul {
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .right-nav ul li {
    display: inline-block;
    margin-left: 15px; }
    .right-nav ul li a, .right-nav ul li span {
      display: block;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      color: #fff;
      font-family: 'GothamPro-Medium', sans-serif;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .right-nav ul li a:hover, .right-nav ul li span {
      text-decoration: none;
      color: #f7c876; }

.rn-b {
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .rn-b:hover {
    opacity: 0.5;
    color: #262628; }
  .rn-b img {
    display: inline-block;
    vertical-align: middle; }

.count {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f7c876;
  font-size: 10px;
  font-family: 'GothamPro-Medium', sans-serif; }

.search {
  position: absolute;
  z-index: 55;
  top: 80px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .search form input {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    border: none;
    background: #fff;
    height: 30px;
    font-size: 14px;
    color: #262628;
    font-family: 'GothamPro-Medium', sans-serif; }
    .search form input::-webkit-input-placeholder {
      color: #262628; }
    .search form input:-moz-placeholder {
      color: #262628; }
    .search form input::-moz-placeholder {
      color: #262628; }
    .search form input:-ms-input-placeholder {
      color: #262628; }
  .search span {
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .search span:hover {
      opacity: 0.5; }
  .search.active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1; }

/* header */
/* main */
.section-search {
  padding: 50px 0 60px;
  background: #fdfdfd; }

.heading-section, .modal__title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 34px;
  line-height: 40px;
  font-family: 'GothamPro-Black', sans-serif; }

.search-box {
  width: 965px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 3px 18px rgba(61, 95, 160, 0.25);
  box-shadow: 0 3px 18px rgba(61, 95, 160, 0.25);
  padding: 35px; }

.check-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
  width: 440px;
  max-width: 50%; }
  .check-item label {
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: 'GothamPro-Bold', sans-serif;
    color: #a5a6aa;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .check-item label:hover {
      color: #99102e;
      -webkit-box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25);
      box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25); }
  .check-item input:checked ~ label {
    color: #99102e;
    -webkit-box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25);
    box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25); }

.search-range {
  text-align: center; }

.search-range__head {
  margin-bottom: 30px;
  font-size: 16px;
  font-family: 'GothamPro-Medium', sans-serif;
  color: #a5a6aa; }
  .search-range__head span {
    color: #99102e; }

.noUi-marker-horizontal.noUi-marker {
  display: none; }

.noUi-target {
  height: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: none;
  background: #f7c876;
  background: -webkit-linear-gradient(left, #f7c876 0%, #f59d55 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f7c876), to(#f59d55));
  background: -o-linear-gradient(left, #f7c876 0%, #f59d55 100%);
  background: linear-gradient(to right, #f7c876 0%, #f59d55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c876', endColorstr='#f59d55',GradientType=1 ); }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -10px; }

.noUi-handle:after, .noUi-handle:before {
  content: none; }

.noUi-handle {
  width: 21px !important;
  height: 17px !important;
  background: url(../images/range.png) no-repeat;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.noUi-pips-horizontal {
  padding: 0;
  height: 40px;
  color: #262628;
  font-family: 'GothamPro-Medium', sans-serif;
  font-size: 16px; }

.noUi-target {
  margin-bottom: 68px; }

.col1 {
  width: 30%;
  padding-right: 10px;
  color: #262628;
  font-family: 'GothamPro-Medium', sans-serif;
  font-size: 16px;
  line-height: 22px; }
  .col1 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #99102e; }

.col2, .col3 {
  padding: 0 5px; }
.col3 {
	min-width: 80px;
}
.col4 {min-width: 35px;}
.srch-check {
  position: relative;
	font-size: 12px;
	width: 30px;
  padding: 0 5px; }
.srch-check span {
	position: absolute;
	z-index: 22;
  top: 85%;
  left: 0;
  /*font-size: 12px;*/
  -webki-transform: translateX(-50%);
  transform: translateX(-25%);
  white-space: nowrap;
  max-width: none;
  font-family: 'GothamPro-Medium', sans-serif;
  font-size: 16px;
}

.srch-check span small{
  font-size: 10px;
}

.buy-modal{
  display: none;
}

  .srch-check:before {
    content: attr(data-size);
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-family: 'GothamPro-Medium', sans-serif;
    white-space: nowrap;
    color: #cfd0d2;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%); }
  .srch-check input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
  .srch-check input[disabled] + label {
    pointer-events: none;
    border-color: #bdbdbe; }
  .srch-check label {
    cursor: pointer;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #262628; }
    .srch-check label:after {
      content: '';
      position: absolute;
      left: 7px;
      top: 0px;
      width: 5px;
      height: 15px;
      border-bottom: 1px solid #99102e;
      border-right: 1px solid #99102e;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .srch-check input:checked + label:after {
    opacity: 1; }

.amount {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.amount .btn-count {
  width: 15px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 18px; }
  .amount .btn-count img {
    display: inline-block;
    vertical-align: middle; }

.amount .btn-count:hover {
  opacity: 0.5; }

.amount input {
  width: 40px;
  border: none;
  text-align: center;
  height: 20px;
  font-size: 12px;
  font-family: 'GothamPro-Medium', sans-serif;
  color: #99102e; }

.col4 {
  padding-left: 10px; }

.cart {
  display: block;
  position: relative;
  width: 25px;
  height: 20px; }
  .cart .h {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .cart img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .cart:hover img {
    opacity: 0; }
  .cart:hover .h {
    opacity: 1; }

.search-row {
	border-bottom: 1px solid #cecece;
  /*padding-bottom: 16px;*/
  /*margin-bottom: 10px;*/
      /*padding-top: 10px;*/
      padding: 10px 10px 16px;
}

.search-row:hover {
	background: #f1f1f1;
}

.search-row:first-child, .search-row:last-child {
	border-bottom: none;
}

.search-products {
  padding: 30px 0 0; }

.section-about {
  padding: 50px 0 43px 0;
  background: url(../images/about.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff; }
  .section-about .btn {
    margin-top: 15px; }
  .section-about p {
    margin-bottom: 25px; }

.about-head {
  display: block;
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  font-family: 'GothamPro-Black', sans-serif; }

.section-catalog {
  padding: 70px 0 53px; }
  .section-catalog .heading-section, .section-catalog .modal__title {
    margin-bottom: 48px; }
  .section-catalog .container {
    width: 1600px; }
  .section-catalog .align-center {
    margin-top: 60px; }

.slider-catalog {
  position: relative;
  padding: 0 125px; }

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .slick-arrow:hover {
    opacity: 0.5; }

.slick-arrow.slick-prev {
  left: 15px; }

.slick-arrow.slick-next {
  right: 15px; }

.slide-item {
  width: 380px;
  margin: 0 40px; }

.slide-item a {
  display: block;
  overflow: hidden;
  position: relative; }
  .slide-item a img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .slide-item a .flex-wrap {
    height: 80px;
    background: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'GothamPro-Bold', sans-serif; }
  .slide-item a:hover img {
    opacity: 0.8; }

.section-price {
  padding: 45px 0 60px;
  background: url(../images/price.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .section-price .heading-section, .section-price .modal__title {
    margin-bottom: 67px; }

.price-item {
  cursor: pointer;
  margin-bottom: 25px;
  width: 220px;
  max-width: 25%;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: 'GothamPro-Bold', sans-serif;
  color: #a5a6aa;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .price-item:hover {
    color: #99102e;
    background: #fff;
    -webkit-box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25);
    box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25); }

.section-delivery {
  padding: 50px 0 30px;
  background: url(../images/delivery.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff; }
  .section-delivery p {
    margin-bottom: 30px; }
  .section-delivery .heading-section, .section-delivery .modal__title {
    margin-bottom: 49px; }

.del-item {
  margin-bottom: 28px;
  padding-top: 30px;
  width: 320px;
  max-width: 33.333%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-family: 'GothamPro-Medium', sans-serif; }

.del-item__img {
  height: 86px;
  line-height: 86px;
  text-align: center;
  margin-bottom: 22px; }
  .del-item__img img {
    display: inline-block;
    vertical-align: middle; }

.section-testimonials {
  padding: 47px 0 31px; }
  .section-testimonials .heading-section, .section-testimonials .modal__title {
    margin-bottom: 52px; }
  .section-testimonials .container {
    width: 1600px; }

.testimonials-slider {
  padding: 0 125px; }

.testi-img {
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }

.testi-author {
  width: -webkit-calc(100% - 62px);
  width: calc(100% - 62px);
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase; }
  .testi-author span {
    display: block;
    margin-top: 15px;
    color: #919192; }

.testi-item {
  padding: 0 50px;
  max-width: 100%;
  margin: 0 40px; }

.testi-body {
  padding: 35px 0 15px;
  position: relative;
  font-size: 14px;
  line-height: 23px; }
  .testi-body:before, .testi-body:after {
    content: '';
    position: absolute;
    z-index: 5;
    width: 30px;
    height: 26px;
    background: url(../images/q.png) no-repeat; }
  .testi-body:before {
    top: 0;
    left: -50px; }
  .testi-body:after {
    bottom: 0;
    right: -50px; }

/* footer */
.footer {
  display: table-footer-group;
  position: relative;
  z-index: 15;
  background: #262628; }
  .footer .container {
    width: 1280px; }

.footer-top {
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .footer-top ul {
    width: 100%;
    margin-left: 15%; }
    .footer-top ul li a, .footer-top ul li span {
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      font-family: 'GothamPro-Medium', sans-serif;
      color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .footer-top ul li a:hover, .footer-top ul li span {
      color: #f7c876; }

.footer-bottom {
  padding: 58px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  font-family: 'GothamPro', sans-serif; }
  .footer-bottom .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .footer-bottom .col-md-3:last-child {
      border-right: none; }

.foot-box {
  display: inline-block;
  text-align: left; }
  .foot-box span:last-child {
    padding-left: 20px;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff; }
  .foot-box a {
    color: #fff; }
    .foot-box a:hover {
      color: #f7c876; }

.to-top {
  position: fixed;
  cursor: pointer;
  z-index: 555;
  bottom: 50px;
  right: 50px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .to-top:hover {
    opacity: 0.5; }

.news-page {
  background: url(../images/news.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 60px; }

.breadcrumbs {
  padding: 19px 0; }
  .breadcrumbs ul {
    display: block; }
    .breadcrumbs ul li {
      display: inline; }
    .breadcrumbs ul li + li:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #262628; }
    .breadcrumbs ul a, .breadcrumbs ul span {
      font-size: 12px;
      font-family: 'GothamPro-Medium', sans-serif; }
    .breadcrumbs ul span {
      color: #cfd0d2; }

.pagination .prev {
  margin-right: 10px; }

.pagination .next {
  margin-left: 10px; }

.pagination ul li a, .pagination ul li span {
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border: 1px solid rgba(247, 202, 125, 0.5);
  font-size: 12px; }

.pagination ul li span, .pagination ul li a:hover {
  color: #262628;
  background: #f7c876;
  border-color: #f7c876; }

.news-item {
  width: 380px;
  margin-bottom: 60px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .news-item:hover {
    background: #fff;
    -webkit-box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25);
    box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25); }

.news-img {
  display: block; }
  .news-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.news-body {
  display: block;
  padding: 25px 22px; }

.news-date {
  color: #a5a6aa;
  font-size: 12px;
  line-height: 16px;
  font-family: 'GothamPro-Medium', sans-serif; }

.news-detail {
  color: #f7c876;
  font-size: 12px;
  line-height: 16px;
  font-family: 'GothamPro-Medium', sans-serif;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.news-item:hover .news-detail {
  opacity: 1; }

.news-name {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 17px;
  color: #262628;
  font-family: 'GothamPro-Medium', sans-serif; }

.heading-news {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-family: 'GothamPro-Bold', sans-serif; }

.content .news-date {
  display: block;
  margin-bottom: 20px; }

.content img[align=right] {
  max-width: 50%;
  float: right;
  margin-left: 50px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25);
  box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25); }

.content img[align=left] {
  max-width: 50%;
  float: left;
  margin-right: 50px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25);
  box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25); }

.content p {
  margin-bottom: 20px; }

.mark {
  display: block;
  margin-bottom: 15px;
  color: #99102e; }

.other-news {
  padding: 30px 0 0; }

.found-page {
  padding: 155px 0 70px 0;
  background: url(../images/404.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.found-cont {
  width: 840px;
  max-width: 100%;
  margin: 0 auto; }
  .found-cont img {
    display: block;
    margin: 0 auto 70px; }
  .found-cont b {
    display: block;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 30px;
    font-family: 'GothamPro-Bold', sans-serif; }
  .found-cont p {
    margin-bottom: 50px;
    font-size: 16px; }

.found-block {
  width: 400px;
  max-width: 100%;
  margin: 0 auto; }

.search-page {
  padding: 0 0 40px 0;
  background: url(../images/404.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .search-page .mark {
    display: inline;
    margin: 0; }
  .search-page .heading-section, .search-page .modal__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
    text-align: left; }

.search-item {
  padding-bottom: 18px;
  padding-left: 19px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e9e9e9; }
  .search-item:last-child {
    border-bottom: none; }

.search-head {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px; }
  .search-head:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #99102e; }

.search-body {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px; }

.contact-page {
  padding: 0;
  background: url(../images/news.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.head-cont {
  font-size: 24px;
  line-height: 30px;
  font-family: 'GothamPro-Bold', sans-serif;
  margin-bottom: 25px; }

.map {
  width: 100%;
  height: 650px; }
  .map img {
    max-width: none;
    max-height: none; }

.contact-info__head {
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  font-family: 'GothamPro-Bold', sans-serif;
  margin-bottom: 20px; }

.form-contact {
  width: 420px;
  max-width: 100%;
  margin-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25);
  box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25);
  padding: 35px 42px 40px;
  text-align: center; }
  .form-contact button {
    margin-top: 25px; }

.form-contact__head {
  font-size: 24px;
  line-height: 30px;
  font-family: 'GothamPro-Bold', sans-serif;
  margin-bottom: 5px; }

.input-field {
  position: relative;
  margin-bottom: 15px;
  text-align: left; }
  .input-field label {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-family: 'GothamPro-Medium', sans-serif;
    margin-bottom: 8px; }
  .input-field input, .input-field textarea {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-family: 'GothamPro', sans-serif;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .input-field textarea {
    padding: 15px;
    height: 80px; }

.input-field.error input, .input-field.error textarea {
  border-color: red; }

.input-field.error:after {
  content: attr(data-error);
  position: absolute;
  top: 100%;
  margin-top: 3px;
  right: 0;
  font-size: 12px;
  line-height: 14px;
  color: red; }

.contact-page .content img {
  -webkit-box-shadow: none;
  box-shadow: none; }

.contact-info-block .col-lg-8 ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 15px;
  line-height: 38px;
  color: #393939; }

.contact-blocks {
  padding: 15px 0 0; }

.contact-item {
  margin-bottom: 30px; }
  .contact-item b {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'GothamPro-Medium', sans-serif;
    color: #99102e; }
  .contact-item ul {
    display: block; }
    .contact-item ul li {
      display: block;
      font-size: 14px;
      line-height: 25px; }

.cart-page {
  background: #fff; }
  .cart-page .amount {
    width: 70px;
    margin: 0 auto; }
  .cart-page .amount input {
    background: transparent; }
  .cart-page .form-contact {
    margin: 37px auto 60px; }

.cart-block {
  padding: 37px 0 0; }

.cart-head {
  border-bottom: 1px solid #cccccc;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-family: 'GothamPro-Bold', sans-serif;
  padding-bottom: 25px; }

.cart-row--head {
  color: #a5a6aa;
  font-size: 18px;
  line-height: 22px;
  font-family: 'GothamPro-Bold', sans-serif; }
  .cart-row--head .col {
    padding: 22px 0 33px; }

.remove {
  width: 11px;
  margin-left: auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .remove:hover {
    opacity: 0.5; }

.cart-row:not(.cart-row--head) {
  margin-bottom: 20px;
  position: relative;
  background: #f1f1f1;
  font-size: 16px;
  padding: 26px 0; }
  .cart-row:not(.cart-row--head):after, .cart-row:not(.cart-row--head):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1000px;
    background: #f1f1f1; }
  .cart-row:not(.cart-row--head):before {
    right: 100%; }
  .cart-row:not(.cart-row--head):after {
    left: 100%; }

.cart-row .col {
  -ms-flex-preferred-size: 24%;
  -webkit-flex-basis: 24%;
  flex-basis: 24%;
  max-width: 24%;
  width: 24%;
  text-align: center; }

.cart-row-count .col {
	width: 19%!important;
	max-width: 19%!important;
}

.cart-row .col:last-child {
  -ms-flex-preferred-size: 4%;
  -webkit-flex-basis: 4%;
  flex-basis: 4%;
  max-width: 4%;
  width: 4%;
  text-align: right; }

.cart-row .col:first-child {
  text-align: left; }

.cart-total {
  width: 260px;
  max-width: 100%;
  padding-top: 10px;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-family: 'GothamPro-Bold', sans-serif;
  text-align: left; }
  .cart-total b {
    display: inline-block;
    margin-left: 15px;
    font-family: 'GothamPro-Black', sans-serif;
    color: #99102e;
    font-size: 34px; }
  .cart-total .btn--yellow {
    margin-top: 30px;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: 'GothamPro-Bold', sans-serif; }

.catalog-page {
  padding: 0;
  background: url(../images/catalog.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.heading-inside {
  display: block;
  margin-bottom: 25px;
  font-family: 'GothamPro-Bold', sans-serif;
  font-size: 24px;
  line-height: 30px; }

.catalog-item {
  display: inline-block;
  margin-bottom: 60px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .catalog-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .catalog-item .flex-wrap {
    height: 80px;
    background: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'GothamPro-Bold', sans-serif; }
  .catalog-item:hover {
    -webkit-box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25);
    box-shadow: 0 0px 18px rgba(61, 95, 160, 0.25); }

body.white-bg {
  background: #fff; }

.select2-container {
  width: 100px !important; }

.select2-container--default .select2-selection--single {
  background: none;
  border: none;
  font-size: 16px;
  color: #262628; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(../images/right.png) 50% 50% no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.select2-dropdown {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  background: #f1f1f1;
  border: none;
  font-size: 16px; }

.cart-list--product .cart-row {
  font-size: 16px;
  padding: 10px 0; }
  .cart-list--product .cart-row .col:first-child {
    text-align: center; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #f7c876;
  background: transparent; }

.fancybox-slide--html .fancybox-content {
  width: 400px;
  max-width: 100%; }
  .fancybox-slide--html .fancybox-content .modal__title {
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 15px; }

.modal__content {
  text-align: center; }

.cart-row .col {
  padding-left: 3px;
  padding-right: 3px; }

@media only screen and (max-width: 1300px) {
  .header-menu ul li {
    margin-right: 30px; }
  .slide-item, .testi-item {
    margin: 0 15px; }
  .slider-catalog, .testimonials-slider {
    padding: 0 80px; }
  .footer-bottom {
    padding: 30px 0; }
  .footer-top {
    padding: 15px 0; }
  .catalog-item .flex-wrap {
    font-size: 16px; } }

@media only screen and (max-width: 1100px) {
  .cart-row--head {
    font-size: 16px; }
  .rn-b {
    width: 45px; }
  .header-menu ul li {
    margin-right: 20px; }
  .map {
    height: 500px; } }

@media only screen and (max-width: 1023px) {
  .foot-box {
    margin-bottom: 20px; }
  .map {
    height: 400px; }
  .catalog-item {
    width: 100%; }
    .catalog-item img {
      height: 400px; }
  .catalog-item {
    margin-bottom: 30px; }
  .content img[align=right], .content img[align=left] {
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%; }
  .form-contact {
    margin: 0 auto 30px; }
  .header-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #99102e;
    padding: 30px;
    border-top: 1px solid #cecece;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  .mobile-nav-butt {
    display: block;
    float: right;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  .mobile-nav-butt span {
    display: block;
    position: absolute;
    height: 3px;
    background: #fff;
    opacity: 1;
    left: 5px;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .mobile-nav-butt span:first-child {
    top: 13px; }
  .mobile-nav-butt span:nth-child(2) {
    top: 23px; }
  .mobile-nav-butt span:nth-child(3) {
    top: 33px; }
  .mobile-nav-butt.active span:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .mobile-nav-butt.active span:nth-child(2) {
    left: auto;
    right: 0;
    opacity: 0; }
  .mobile-nav-butt.active span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .header-menu ul li {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px; }
  .right-nav {
    margin-left: auto;
    margin-right: 15px; }
  .testi-item {
    padding: 0 20px; }
  .testi-body:before {
    left: -19px; }
  .testi-body:after {
    right: -19px; }
  .testi-body:before, .testi-body:after {
    width: 15px;
    height: 13px;
    -webkit-background-size: cover;
    background-size: cover; } }

@media only screen and (max-width: 767px) {
  .found-page {
    padding: 50px 0; }
  .select2-container--default .select2-selection--single, .select2-dropdown, .cart-list--product .cart-row {
    font-size: 14px; }
  .heading-news {
    font-size: 20px;
    line-height: 30px; }
  .news-name {
    height: auto !important; }
  .contact-info__head {
    font-size: 16px;
    line-height: 30px; }
  .map {
    height: 300px; }
  .cart-row--head .col {
    padding: 10px 2px; }
  .cart-block {
    padding: 0; }
  .cart-row--head {
    font-size: 14px; }
  .cart-row:not(.cart-row--head) {
    font-size: 14px; }
  .check-item, .price-item {
    height: auto;
    min-height: 40px;
    max-width: 50%; }
  .contact-info-block .col-lg-8 ul {
    font-size: 15px;
    line-height: 26px; }
  .col1 {
    width: 25%;
    font-size: 14px;
    line-height: 20px; }
  .section-about .btn {
    margin-bottom: 25px; }
  .slider-catalog, .testimonials-slider {
    padding: 0 50px; }
  .slide-item a .flex-wrap {
    font-size: 15px; }
  .foot-logo img {
    display: block;
    margin: 0 auto; }
  .footer-top ul {
    margin-left: 0;
    margin-top: 15px; }
  .section-price .heading-section, .section-price .modal__title, .section-price .modal__title {
    margin-bottom: 30px; }
  .heading-section, .modal__title, .modal__title, .about-head {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px; }
  body {
    font-size: 16px;
    line-height: 26px; }
  .section-catalog {
    padding: 40px 0 20px; }
  .testi-item {
    margin: 0; }
  .news-item {
    width: 100%;
    margin-bottom: 30px; } }

@media only screen and (max-width: 599px) {
  .found-cont img, .found-cont b {
    margin-bottom: 30px; }
  .search-head {
    font-size: 18px; }
  .search-body {
    font-size: 14px; }
  .cart-list--product .cart-row {
    font-size: 12px;
    margin: 0 -15px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0; }
  .cart-list--product .cart-row .col {
    padding-left: 2px;
    padding-right: 2px;
    -ms-flex-preferred-size: 23%;
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
    max-width: 23%;
    width: 23%; }
  .amount input {
    width: 35px;
    font-size: 11px; }
  .cart-list--product .cart-row .col:last-child {
    -ms-flex-preferred-size: 8%;
    -webkit-flex-basis: 8%;
    flex-basis: 8%;
    max-width: 8%;
    width: 8%; }
  .contact-item ul li {
    font-size: 12px; }
  .map {
    height: 200px; }
  .catalog-item img {
    height: 200px; }
  .form-contact {
    padding: 20px 15px; }
  .cart-row--head, .cart-row:not(.cart-row--head) {
    font-size: 12px; }
  .cart-total {
    font-size: 20px; }
    .cart-total b {
      font-size: 26px; }
  .slide-item {
    margin: 0; }
  .price-item {
    width: 100%;
    max-width: 100%;
    font-size: 16px; }
  body {
    font-size: 14px;
    line-height: 22px; }
  .logo img {
    max-width: 100px; }
  .del-item {
    width: 100%;
    max-width: 100%; }
  .right-nav ul {
    display: block;
    padding-top: 14px; }
    .right-nav ul li {
      display: block; }
  .rn-b {
    width: 40px; }
  .check-item label {
    font-size: 15px; }
  .col1 {
    width: 70px;
	  font-size: 12px;
    margin-bottom: 10px; 
  }
  .srch-check span small {
    display: block;
  }
	.col2 {
		min-width: 50px;
	}
	.search-products {
		margin: 0 -10px;
	}
  .phone-box {
    width: 35px;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .phone-box a {
      display: block;
      width: 16.5px;
      height: 28.5px;
      background: url(../images/phone.png) 50% 50% no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      font-size: 0;
      line-height: 0; }
      .phone-box a:nth-child(2) {
        display: none; }
  .mobile-nav-butt {
    width: 35px; }
  .right-nav {
    margin-right: 10px; }
  .to-top {
    bottom: 15px;
    right: 15px; }
  .rn-b {
    width: 35px; }
  .right-nav ul li {
    margin-left: 10px; }
  .mobile-nav-butt {
    margin-right: -10px; }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0; }
  .slider-catalog, .testimonials-slider {
    padding: 0 25px; }
  .foot-box span:last-child {
    padding: 0; }
  .foot-box span {
    display: block;
    width: 100%; }
    .foot-box span img {
      margin: 0 auto 10px; }
  .srch-check:before {
    margin-bottom: 10px; }
  .col3 {
    margin-top: 15px;
    width: 50%; }
  .col4 {
    width: 50%;
    margin-top: 15px; }
  .cart {
    margin-left: auto; }
  .search-box {
    width: auto;
    margin: 0 -15px;
    padding: 15px;
    max-width: none; }
  .footer-top ul {
    display: block; }
  .footer-top ul li {
    display: block;
    margin-bottom: 10px;
    text-align: center; }
  .footer-bottom .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .foot-box span, .foot-box span:last-child {
    font-size: 12px;
    text-align: center; }
  .catalog-item .flex-wrap {
    font-size: 14px; } }
.search-tab {
  display: none;
}
.search-tab.active {
  display: block;
}


.js_close_modal{
  position: relative;
}

.js_buy_main {
  cursor: pointer;
}