@charset "UTF-8";
/*==============================FONTS==============================*/
@font-face {
  font-family: 'OpenSansSemiBold';
  src: url("/font/OpenSansSemiBold.eot");
  src: url("/font/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("/font/OpenSansSemiBold.woff") format("woff"), url("/font/OpenSansSemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("/font/OpenSansRegular.eot");
  src: url("/font/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("/font/OpenSansRegular.woff") format("woff"), url("/font/OpenSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansLight';
  src: url("/font/OpenSansLight.eot");
  src: url("/font/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("/font/OpenSansLight.woff") format("woff"), url("/font/OpenSansLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlabBold';
  src: url("/font/RobotoSlabBold.eot");
  src: url("/font/RobotoSlabBold.eot?#iefix") format("embedded-opentype"), url("/font/RobotoSlabBold.woff") format("woff"), url("/font/RobotoSlabBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlabRegular';
  src: url("/font/RobotoSlabRegular.eot");
  src: url("/font/RobotoSlabRegular.eot?#iefix") format("embedded-opentype"), url("/font/RobotoSlabRegular.woff") format("woff"), url("/font/RobotoSlabRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MinionPro-Regular';
  src: url("/font/MinionPro-Regular.eot");
  src: url("/font/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("/font/MinionPro-Regular.woff") format("woff"), url("/font/MinionPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

a{
  cursor: pointer;
}
/*==============================PLUGINS==============================*/
/*---------------------arcticmodal------------------------*/
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

/*-----------------slick-slider---------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider-theme */
.slick-loading .slick-list {
  background: #fff url("/i/ajax-loader.gif") center center no-repeat;
}

.slick-arrow {
  position: absolute;
  display: block;
  font-size: 0;
  background: transparent;
  z-index: 20;
}

.slick-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.slick-dots li.slick-active button {
  background-color: #0078b5;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  background-color: #fff;
  border-radius: 100%;
}

/*---------------------formstyler------------------------*/
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

/*--theme--*/
.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #AAA;
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

/*----custom-----*/
.jq-selectbox__select {
  position: relative;
  padding: 0 50px 0 15px;
  height: 57px;
  line-height: 57px;
  background-color: #fff;
  border-radius: 3px;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  color: #010101;
  font-family: 'RobotoSlabRegular';
  font-size: 16px;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.5px;
  margin-left: -5px;
  width: 10px;
  height: 7px;
  background-image: url(/i/icon-select-arrow.png);
}

.jq-selectbox__dropdown {
  position: absolute;
  padding: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.jq-selectbox {
  display: block;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 10px 10px 10px 15px;
  color: #010101;
  font-family: 'RobotoSlabRegular';
}

.jq-selectbox li:hover {
  background-color: #006ba0;
  color: #FFF;
}

.jq-selectbox li.selected {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  width: 100%;
  margin: 0;
  padding: 5px 25px 5px 10px;
  color: #333;
  border: 1px solid #000;
  outline: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: fff;
  font-size: 13px;
}

.jq-selectbox .placeholder {
  color: #fff;
}

/*==============================GENERAL==============================*/
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'OpenSansLight';
  min-width: 320px;
  line-height: 1.15;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}

.main-title{
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-family: 'RobotoSlabBold';
  text-align: center;
  text-transform: uppercase;
}
.main-title_border{
  text-transform: none;
  font-family: 'RobotoSlabRegular';
}

p {
  margin-bottom: 20px;
  font-size: 16px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}


.btn_template{
  display: inline-block;
  width: 352px;
  background-image: -webkit-linear-gradient(bottom, #7d7c7c 0%, #a8aaab 100%);
  background-image: -o-linear-gradient(bottom, #7d7c7c 0%, #a8aaab 100%);
  background-image: linear-gradient(to top, #7d7c7c 0%, #a8aaab 100%);
  line-height: 57px;
  font-family: 'OpenSansRegular';
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.28);
  background: #2d7ed0;
  color: #fff;
}
/*--------------form-styles-------------------*/
.radio-item {
  margin-bottom: 7px;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item label {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: 'RobotoSlabRegular';
  line-height: 24px;
  padding-left: 27px;
  font-size: 16px;
  cursor: pointer;
}

.radio-item label:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #a1a1a1;
  border: 1px solid #fff;
  z-index: 1;
}

/*---------------modal-window--------------------*/
.box-modal {
  margin: 0 auto;
  position: relative;
  width: 421px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.13);
}

#modal-catalog-iframe.box-modal {
  width: 100%;
  padding: 0;
}

.arcticmodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url(/i/close.png);
  cursor: pointer;
  background-position: center center;
  background-repeat: repeat;
}

.modal-content__title {
  margin-bottom: 20px;
  font-family: 'RobotoSlabRegular';
  font-size: 30px;
  color: #606060;
  text-align: center;
}

.modal-form__field {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  color: #606060;
  background-color: white;
  height: 60px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-family: "Roboto Slab";
  font-size: 18px;
}

.modal-form__area {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 15px;
  height: 165px;
  text-align: center;
  color: #606060;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-family: "Roboto Slab";
  font-size: 18px;
}

.modal-form__btn {
  width: 100%;
}

/*==============================INDEX==============================*/
/*---------------------header------------------------*/
.header-top {
  position: relative;
  overflow: hidden;
}


.header-top .center-wrapper {
  z-index: 10;
}

.header-top__menu {
  float: left;
}

.header-top__menu li {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  padding-right: 25px;
}

.header-top__menu li:last-child {
  padding-right: 10px;
}

.header-top__menu li a {
  font-size: 16px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.header-contact {
  float: right;
  position: relative;
  padding-left: 15px;
}

a.header-contact__phone {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-family: 'OpenSansSemiBold';
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

a.header-contact__phone span {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
  display: block;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #f0f0f0;
  font-size: 16px;
  border-radius: 50%;
}

.header-contact__callback {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding: 0 15px;
  font-family: 'OpenSansSemiBold';
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
}

.header-contact__callback span {
  display: block;
}


.header-logo {
  float: left;
  margin-right: 60px;
  height: 103px;
  padding: 5px 0 0 320px;
  background-image: url(/i/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.header-logo__title {
  font-family: 'RobotoSlabRegular';
  font-size: 50px;
}

.header-logo__subtitle {
  font-size: 16px;
  text-transform: uppercase;
}

.header-info {
  float: left;
  padding-top: 15px;
  font-family: 'OpenSansRegular';
  line-height: 1.2;
}

.header-info__timetable {
  margin-bottom: 10px;
}

.header-info__timetable span {
  display: block;
  font-size: 16px;
}

.header-cart {
  float: right;
  width: 298px;
  margin-top: 22px;
}

.header-cart__title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  font-family: 'OpenSansSemiBold';
  font-size: 18px;
}

.header-cart__title span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
}

.header-cart__value {
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 16px;
}

.header-cart__btn {
  width: 100%;
  line-height: 37px;
  font-size: 16px;
  text-transform: none;
}

/*---------------------main-top------------------------*/
.main-top {
  background: #f0f0f0;
  overflow: hidden;
}
.main-menu-mobile{
  padding: 10px 0;
  display: none;
  border-bottom: 2px solid #fff;
}
.main-menu__switcher {
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
  width: 35px;
  height: 30px;
  cursor: pointer;
}

.main-menu__switcher span,
.main-menu__switcher span:before,
.main-menu__switcher span:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 35px;
  height: 5px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu__switcher span:before {
  top: -10px;
}

.main-menu__switcher span:after {
  top: auto;
  bottom: -10px;
}

.main-menu__switcher.active {
  border-radius: 5px 5px 0 0;
}

.main-menu__switcher.active span {
  background-color: transparent;
}

.main-menu__switcher.active span:before,
.main-menu__switcher.active span:after {
  top: 0;
  background: #fff;
}

.main-menu__switcher.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-menu__switcher.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-menu li {
  float: left;
  width: 185px;
}

.main-menu li:last-child {
  width: 298px;
}

.main-menu li:last-child a {
  border-right: 2px solid #fff;
}

.main-menu li a {
  display: table;
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 16px;
  font-family: 'OpenSansRegular';
  text-decoration: none;
}

.main-menu li a:hover {
  background-image: -webkit-linear-gradient(bottom, #0092c8 0%, #0075b3 100%);
  background-image: -o-linear-gradient(bottom, #0092c8 0%, #0075b3 100%);
  background-image: linear-gradient(to top, #0092c8 0%, #0075b3 100%);
}

.main-menu li a span {
  display: table-cell;
  vertical-align: middle;
  
  
  
}

.main-search-form__field-wrap {
  float: left;
  display: block;
  background: #fff;
  overflow: hidden;
  width: 73%;
  margin: 10px 0;
}

.main-search-form__field {
  padding: 12px 20px;
  width: 100%;
  font-size: 15px;
}

.main-search-form__btn {
  float: left;
  display: inline-block;
  width: 25%;
  margin: 10px 0 0 10px;
  font-family: 'OpenSansRegular';
  font-size: 16px;
  height: 41px;
}

.main-search-form__btn span {
  display: block;
}

/*---------------------brands------------------------*/
.brands {
  padding: 20px 0 25px 0;
}

.brands__title {
  margin-bottom: 35px;
  font-family: 'RobotoSlabRegular';
  text-align: center;
  font-size: 30px;
}

.brands__title a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #606060;
  text-decoration: none;
}

.brands-carousel {
  padding: 0 30px;
}

.brands-carousel .slick-arrow {
  top: 50%;
  margin-top: -58px;
  width: 27px;
  height: 107px;
  background-repeat: no-repeat;
}

.brands-carousel .slick-prev {
  left: 0;
  background-image: url(/i/icon-carousel-prev-active.png);
}

.brands-carousel .slick-prev.slick-disabled {
  background-image: url(/i/icon-carousel-prev.png);
}

.brands-carousel .slick-next {
  right: 0;
  background-image: url(/i/icon-carousel-next-active.png);
}

.brands-carousel .slick-next.slick-disabled {
  background-image: url(/i/icon-carousel-next.png);
}

.brand-carousel__slide {
  text-align: center;
}

.brand-item {
  display: inline-block;
  height: 107px;
}

.brand-item:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.brand-item img {
  display: inline-block;
  vertical-align: middle;
}

/*---------------------main-catalog------------------------*/
.main-catalog {
  margin-bottom: 30px;
}

.main-catalog-inner {
  padding: 8px 20px 9px 10px;
  border-radius: 3px;
}

.mc-column_pt {
  padding-top: 20px;
}

.main-catalog__item {
  display: table;
  padding: 20px;
  text-decoration: none;
  box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.13);
  background-repeat: no-repeat !important;
  font-family: 'RobotoSlabRegular';
  font-size: 24px;
}

.main-catalog__item span {
  display: table-cell;
  vertical-align: middle;
}

.main-catalog__item i {
  display: block;
  font-style: normal;
}

.main-catalog__item_1 {
  padding: 85px 15px 0;
  width: 272px;
  height: 478px;
  text-align: center;
  background-position: 5px 230px;
}

.main-catalog__item_1 span {
  vertical-align: top;
}

.main-catalog__item_2 {
  margin-bottom: 23px;
  width: 265px;
  height: 143px;
  background-position: 110px 0;
}

.main-catalog__item_3 {
  width: 171px;
  height: 143px;
  text-align: center;
  background-position: right -17px top 90px;
}

.main-catalog__item_3 span {
  vertical-align: top;
}

.main-catalog__item_4 {
  width: 470px;
  height: 143px;
  background-position: right -10px top -30px;
}

.main-catalog__item_5 {
  margin-bottom: 26px;
  width: 351px;
  height: 309px;
  text-align: center;
  padding-top: 50px;
  background-position: 40% 130px;
}

.main-catalog__item_5 span {
  vertical-align: top;
}

.main-catalog__item_6 {
  width: 338px;
  height: 143px;
  background-position: 120px -20px;
}

.main-catalog__item_7 {
  margin-left: 28px;
  width: 483px;
  height: 143px;
  background-position: 220px -25px;
}

/*---------------------main-slider------------------------*/
.main-slider-block {
  margin-bottom: 35px;
  border-radius: 6px;
  overflow: hidden;
}

.main-slider {
  overflow: hidden;
}

.main-slider .slick-arrow {
  top: 50%;
  margin-top: -40px;
  width: 90px;
  height: 90px;
  background: #ebebeb;
  border-radius: 50%;
  background-repeat: no-repeat;
  z-index: 20;
}

.main-slider .slick-prev {
  left: -45px;
  background-image: url(/i/icon-slider-prev.png);
  background-position: 75% 50%;
}

.main-slider .slick-next {
  right: -45px;
  background-image: url(/i/icon-slider-next.png);
  background-position: 25% 50%;
}

.main-slider__slide {
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slider-item {
  display: table;
  width: 100%;
  height: 310px;
  padding-left: 700px;
  font-family: 'RobotoSlabRegular';
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.13);
  font-size: 80px;
}

.main-slider-item span {
  display: table-cell;
  vertical-align: middle;
}

/*--------------------main-products------------------------*/
.main-products {
  padding: 28px 0 40px 0;
  border-radius: 3px;
}

.products-carousel .slick-dots{
  bottom: -30px;
}


.product-item {
  margin: 0 auto 20px auto;
  padding: 20px 10px 10px;
  height: 436px;
  width: 271px;
  border-radius: 3px;
  text-align: center;
}

.product-item__image {
  display: table;
  width: 100%;
  height: 200px;
}

.product-item img{
  display: inline-block;
}

.product-item__image a {
  display: table-cell;
  vertical-align: middle;
  background-size: contain !important;
  background-position: center !important;
  background-repeat:no-repeat !important;
}

.product-item__image img {
  max-width: 100%;
}

.product-item__type {
  margin-bottom: 8px;
  font-size: 14px;
  height: 50px;
  display: block;
  overflow: hidden;
}

.product-item__title {
  position: relative;
  margin-bottom: 8px;
  padding: 5px 15px;
  margin-left: -10px;
  margin-right: -10px;
  font-family: 'OpenSansSemiBold';
  font-size: 14px;
  text-transform: uppercase;
}

.product-item__articul {
  margin-bottom: 15px;
  font-family: 'OpenSansRegular';
  font-size: 14px;
}

.product-item__price {
  margin-bottom: 20px;
  font-family: 'OpenSansRegular';
  font-size: 24px;
}
.product-item__price .oldPrice, .priceDiv .oldPrice{
  font-size: 12px;
  text-decoration: line-through;
}
.priceDiv .oldPrice{
  display: inline;
}

.product-item__btn {
  display: inline-block;
  line-height: 47px;
  width: 185px;
  font-size: 18px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

.product-item__btn span {
  display: block;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
}

.label-discount, .label-like {
  display: block;
  position: absolute;
  width: 120px;
  padding:10px;
  margin-left: -10px;
  text-align: center;
  margin-top: -10px;
}
.tovarCard .label-discount{
  margin-top: 5px;
}
.label-like{
  margin-top: 35px;
}
.tovarCard .label-like{
  margin-top: 50px;
}
/*---------------------about------------------------*/
.about {
  padding: 35px 0 5px 0;
}

.about-block:nth-child(even) .about-image {
  float: left;
  text-align: left;
}

.about-block:nth-child(even) .about-text {
  float: right;
}

.about__title {
  margin-bottom: 25px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 30px;
  font-family: 'RobotoSlabBold';
  text-transform: uppercase;
}


.about-image {
  float: right;
  text-align: right;
  width: 32%;
}

.about-image img {
  max-width: 100%;
  height: auto;
}

.about-text {
  float: left;
  width: 67%;
}

.about-text p {
  margin-bottom: 20px;
  font-size: 16px;
}

/*---------------------footer------------------------*/
.footer {
  padding: 30px 0;
}

.footer-row {
  display: table;
  width: 100%;
}

.footer-cell {
  display: table-cell;
  vertical-align: top;
  padding-right: 70px;
  font-size: 14px;
}

.footer-cell:last-child {
  padding-right: 0;
}

.footer-logo {
  white-space: nowrap;
}

.footer-logo__title {
  font-family: 'RobotoSlabRegular';
  font-size: 50px;
}

.footer-logo__subtitle {
  margin-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
}

a.footer-phone {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-family: 'OpenSansSemiBold';
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
}

a.footer-phone span {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
  display: block;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  border-radius: 50%;
}

.footer-timetable {
  margin-bottom: 15px;
}

.footer-timetable span {
  display: block;
}

.footer-address {
  margin-bottom: 15px;
}

.footer-social {
  width: 280px;
  line-height: 48px;
  text-transform: none;
  font-size: 24px;
}

.footer__title {
  margin-bottom: 20px;
  font-family: 'RobotoSlabRegular';
  font-size: 16px;
}

.footer-menu {
  white-space: nowrap;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu li a {
   font-family: 'OpenSansRegular';
 }

.footer-text {
  margin-bottom: 20px;
  line-height: 20px;
}

.footer-callback {
  float: right;
  width: 383px;
  line-height: 48px;
  font-size: 21px;
  text-transform: none;
}

.compsit{
  background: url(/i/compsit.png) no-repeat bottom;
  display: block;
  width: 110px;
  padding-bottom: 34px;
}

/*==============================CATALOG==============================*/
.content_inner {
  padding-bottom: 30px;
}

.breadcrumbs {
  padding: 15px 0 10px 0;
  font-size: 0;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 5px 0;
}

.breadcrumbs li:last-child a:after {
  display: none;
}

.breadcrumbs li a, .breadcrumbs li span {
  position: relative;
  font-size: 15px;
  text-decoration: none;
}

.breadcrumbs li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: -11px;
  width: 5px;
  height: 9px;
  background-image: url(/i/icon-breadcrumbs-arrow.png);
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.catalog-block {
  margin-bottom: 35px;
  padding: 20px 15px 8px;
  border-radius: 3px;
}

.catalog-row {
  margin-left: -6px;
  margin-right: -6px;
}

.catalog-column {
  float: left;
  width: 20%;
  padding: 0 6px 12px;
}

.catalog-item {
  display: block;
  padding: 10px;
  margin: 0 auto;
  width: 219px;
  text-align: center;
  height: 238px;
  border-radius: 3px;
  box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.13);
}

.catalog-item a {
  text-decoration: none;
}

.catalog-item__body {
  display: inline-block;
}



.catalog-item__image {
  display: table;
  margin-bottom: 2px;
  width: 100%;
  height: 170px;
}

.catalog-item__image span {
  display: table-cell;
  vertical-align: middle;
}

.catalog-item__title {
  display: block;
  font-family: 'RobotoSlabRegular';
  font-size: 17px;
  text-decoration: none;
}

/*---------------------parts------------------------*/
.parts {
  margin-bottom: 20px;
}

.parts-inner {
  margin-bottom: 30px;
  padding: 30px 15px 35px 15px;
  border-radius: 3px;
}

.parts__title {
  margin-bottom: 25px;
  font-family: 'RobotoSlabRegular';
  font-size: 30px;
}

.parts-row {
  padding-bottom: 25px;
}

.part-item {
  float: left;
  position: relative;
  padding-left: 60px;
  margin-right: 3.5%;
  margin-bottom: 7px;
  width: 31%;
  height: 57px;
  line-height: 57px;
  border-radius: 3px;
  font-family: 'RobotoSlabRegular';
  font-size: 18px;
  overflow: hidden;
  cursor: pointer;
}

.part-item:nth-child(3n) {
  margin-right: 0;
}

.part-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 57px;
  background: #b2b5b9;
}

.part-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28.5px 0 28.5px 14px;
  border-color: transparent transparent transparent #b2b5b9;
}



.parts-bottom {
  padding: 15px 0 0 0;
}

.parts-bottom-column {
  width: 49%;
}

.part-form-item {
  margin-bottom: 15px;
  display: table;
  height: 57px;
  width: 100%;
}

.part-form-item__title {
  display: table-cell;
  padding-right: 15px;
  width: 155px;
  font-family: 'RobotoSlabRegular';
  vertical-align: middle;
  font-size: 18px;
}

.part-form-item__select {
  display: table-cell;
  vertical-align: middle;
}

.part-form__btn {
  display: block;
  width: 403px;
  margin-left: 155px;
}

.paginator {
  text-align: center;
}

.paginator-list {
  font-family: 'RobotoSlabRegular';
  font-size: 18px;
  font-size: 0;
}

.paginator-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  font-size: 18px;
}

.paginator-list li a {
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
}


.paginator-list li span {
  font-size: 18px;
  padding-right: 10px;
}

.catalog-content {
  padding: 20px 0;
}

.catalog-content-row {
  margin-left: -1.16%;
  margin-right: -1.16%;
  width: 100%;
}

.catalog-content-item {
  float: left;
  width: 18%;
  margin: 0 1%;
  height: 280px;
  padding: 28px 20px 10px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ececec;
}

.catalog-content-item:hover {
  box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.13);
}

.catalog-content-item__image {
  margin: 0 auto 25px;
  width: 171px;
  height: 171px;
  overflow: hidden;
}

.catalog-content-item__title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

/*==============================CABINET==============================*/
.cart-content {
  margin-bottom: 30px;
}

.cart-table {
  float: left;
  width: 770px;
}

.cart-table table tr:nth-child(even) td {
  background: #f1f1f1;
}

.cart-table table td {
  vertical-align: middle;
  padding: 17px 15px;
  background: #ebebeb;
  font-family: 'RobotoSlabRegular';
  border: 1px solid #fff;
  white-space: nowrap;
}

.cart-table table td:nth-child(3) {
  white-space: normal;
}

.cart-field {
  margin-right: 3px;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  text-align: center;
}

.cart-close {
  font-size: 18px;
  cursor: pointer;
}

.cart-info {
  float: right;
  width: 370px;
  border-radius: 3px;
}

.cart-info-block {
  padding: 25px 15px;
  border-bottom: 1px solid #fff;
}

.cart-info-block:last-child {
  border-bottom: 0;
}

.cart-info-block__title {
  margin-bottom: 15px;
  font-family: 'RobotoSlabRegular';
  font-size: 18px;
  text-align: center;
}

.cart-form-left {
  float: left;
  width: 570px;
}

.cart-form-item {
  margin-bottom: 15px;
}

.cart-form-item {
  display: table;
  width: 100%;
}

.cart-form-item__title {
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  font-family: 'RobotoSlabRegular';
  font-size: 18px;
}

.cart-form-item__field {
  display: table-cell;
}

.form-field {
  width: 100%;
  padding-left: 20px;
  height: 59px;
  font-family: 'RobotoSlabRegular';
  border-radius: 3px;
  font-size: 18px;
}

.form-area {
  width: 100%;
  padding: 20px;
  height: 205px;
  font-family: 'RobotoSlabRegular';
  font-size: 18px;
  border-radius: 3px;
}
.cart-form-right {
  float: right;
  width: 570px;
}

.cart-total {
  padding-bottom: 2px;
  border-bottom: 1px solid #ebebeb;
}

.cart-total__title {
  margin-bottom: 10px;
  font-family: 'RobotoSlabRegular';
  font-size: 30px;
}

.cart-total-item {
  display: table;
  margin-bottom: 10px;
  font-family: 'RobotoSlabRegular';
}

.cart-total-item__title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  width: 160px;
  font-size: 16px;
}

.cart-total-item__value {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}

.cart-form-price {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 30px;
  font-family: 'RobotoSlabRegular';
}

.cart-form-price span {
  font-family: 'RobotoSlabBold';
}

.cart-form__link {
  float: left;
  margin-top: 12px;
  font-family: 'RobotoSlabRegular';
  font-size: 16px;
}

.cart-form__btn {
  float: right;
}

/*==============================SEARCH-RESULT==============================*/
.search-result {
  margin-bottom: 50px;
}

.search-result-row {
  background: #ebebeb;
}

.search-result-row:nth-child(odd) {
  background: #f1f1f1;
}
.search-result-row:hover{
  background: #fff;
}

.search-result-row:after {
  content: '';
  display: block;
  clear: both;
}

.search-result-cell {
  float: left;
  width: 50%;
  text-align: center;
  font-family: 'RobotoSlabRegular';
  font-size: 16px;
  padding: 5px;
}

.search-result-cell:last-child {
  border-right: 0;
}

.search-result-cell__title {
  padding: 10px;
  font-size: 20px;
  background: #ebebeb;
}

.search-block{
  font-size: 14px;
}

.center{
  text-align: center;
}
.th_table_header{
  margin-top: 10px;
  font-weight: bold;
  background: #ebebeb;
  border-radius: 4px;
}
.search-block__title {
  font-family: 'RobotoSlabRegular';
  font-size: 19px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}

.search-block-table {
  display: table;
  width: 100%;
}

.search-block-cell {
  padding: 5px 10px;
  display: table-cell;
  font-family: 'RobotoSlabRegular';
  /*vertical-align: top;*/
  width: 25%;
}
.big_class {
  border-top: 1px solid #ccc;
}
.search-block-cell:last-child {
  width: 50%;
}

.search-block__name {
  text-decoration: none;
  font-weight:bold;
  cursor:default;
}

.search-block__name span {
  font-size: 16px;
}

.search-item-table {
  display: table;
  width: 100%;
}

.search-item-row {
  display: table-row;
}


.search-item-cell {
  display: table-cell;
  padding: 5px 10px;
  position: relative;
  width: 25%;
  white-space: nowrap;
}

.search-item-cell:first-child {
  padding-left: 20px;
}
.search-item-cell:last-child {
  text-align: right;
}

.search-item__price {
  font-family: 'RobotoSlabBold';
}

.col_add_search{
  border: 1px solid #ccc;
  padding: 7px 0;
  width: 41px;
  text-align: center;
  border-radius: 4px;
  font-family: 'OpenSansRegular';
  font-size: 14px;
}
.search-item__btn {
  width: 111px;
  height: 32px;
  line-height: 30px;
  font-family: 'OpenSansRegular';
  font-size: 14px;
  text-transform: none;
  border-radius: 4px;
}

.search-item__btn i {
  margin-right: 5px;
}

.search-item__btn span {
  display: block;
}

.search-item__show {
  padding: 15px 0;
  background: #f7f7f7;
  padding-left: 100px;
  font-family: 'RobotoSlabRegular';
  font-size: 12px;
}

.search-item__show span {
  width: 50%;
  float: right;
}


.filter .filter_checkbox label{
  width: 50%;
  float: left;
  display: block;
  overflow: hidden;
  padding:2px;
}
.filter .filter_checkbox{
  overflow-y:scroll;
  max-height:150px;
}
/*.filter .filterHolder{
  margin-bottom: 15px;
}*/
.filter .filter_structure label{
  width: 100% !important;
}
.filter .filter_structure{
  overflow-y: auto;
}
.filter_block{
  padding:5px !important;
}
.filter .filterTitle{
  font-family: 'RobotoSlabBold';
  margin-bottom: 5px;
}
.filter_block select, .filter_block input[type="text"], .filter_block input[type="submit"]{
  border:1px solid #ccc;
  padding:5px;
  width: 100%;
}
.filter_block input[type="submit"]{
  cursor: pointer;
}
.filter .slider_interval .holderrange{
  margin-top:10px;
}
.filter .slider_interval .holderrange input{
  width:60px;
  text-align: center;
}



/* search_link */
.show_col_filtered{
  display: block;
  position: absolute;
  width: 200px;
  line-height: 28px;
  padding-right: 20px;
  text-align: center;
  font-weight: bold;
  margin-left: 286px;
  z-index: 10;
  display: none;
}
.show_col_filtered .arrow{
  width: 0px;
  height: 0px;
  border: 15px solid transparent;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: -5px;
}
.show_col_filtered .arrow.left{
  transform: rotate(90deg) translate(0px, 25px);
  -webkit-transform: rotate(90deg) translate(0px, 25px);
  -moz-transform: rotate(90deg) translate(0px, 25px);
  -o-transform: rotate(90deg) translate(0px, 25px);
  -ms-transform: rotate(90deg) translate(0px, 25px);
}



/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1260px) {
  .parts-innerD .grid_item:first-child {
    width: 100% !important;
  }
  .parts-innerD .grid_item:last-child {
    margin-left: 0% !important;
    width: 100% !important;
  }
  .center-wrapper{
    max-width: 1007px;
  }
  .header-top__menu li {
    padding-right: 12px;
  }
  .header-top__menu li a {
    font-size: 14px;
  }
  a.header-contact__phone {
    padding-left: 35px;
    font-size: 19px;
  }
  .header-contact__callback {
    margin-left: 5px;
    padding: 0 10px;
  }
  .header-contact {
    padding-left: 5px;
  }
  .header-top:after {
    left: 75%;
  }
  .header-logo {
    margin-right: 20px;
  }
  .header-logo__title {
    font-size: 40px;
  }
  .header-logo__subtitle {
    font-size: 13px;
  }
  .header-cart {
    width: 275px;
  }
  .main-menu li {
    width: 155px;
  }
  .main-menu li:last-child {
    width: 255px;
  }
  .main-search-form__field {
    width: 310px;
  }
  .mc-column_pt {
    padding-top: 10px;
  }
  .main-catalog__item_1 {
    width: 255px;
    height: 485px;
  }
  .main-catalog__item_2 {
    margin-bottom: 15px;
  }
  .main-catalog__item_5 {
    margin-bottom: 15px;
    width: 290px;
    height: 301px;
  }
  .main-catalog__item_4 {
    background-position: right -90px top -30px;
  }
  .main-catalog__item_7 {
    margin-left: 15px;
    width: 325px;
    background-position: 154px -25px;
  }
  .main-catalog__item_4 {
    width: 375px;
  }
  .main-catalog__item_2 {
    width: 185px;
  }
  .main-slider-item {
    padding-left: 600px;
    font-size: 63px;
  }
  .main-slider__slide {
    background-position: -100px 0;
  }
  .product-column {
    padding: 0 5px 20px;
  }
  .footer-callback {
    width: 335px;
  }
  .footer-cell {
    padding-right: 35px;
  }
  .part-form__btn {
    width: 295px;
  }
  .part-item {
    width: 49%;
    margin-right: 2% !important;
  }
  .part-item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .catalog-column {
    width: 25%;
  }
  .cart-table {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .cart-table table {
    width: 100%;
  }
  .cart-info {
    float: none;
    display: table;
    width: 100%;
  }
  .cart-info-block {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
  .cart-form-left {
    width: 385px;
  }
  .cart-form-item__title {
    width: 135px;
  }
  .catalog-content-item{
    width:23%;
  }
}
.m10{
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1021px) {
  .center-wrapper {
    max-width: 750px;
  }
  .header-top:after {
    display: none;
  }
  .header-top__menu {
    float: none;
    width: 100%;
    display: table;
  }
  .header-top__menu li a {
    font-size: 16px;
  }
  .header-contact {
    background: transparent;
    font-size: 0;
  }
  .header-contact:before {
    display: none;
  }
  a.header-contact__phone {
    padding: 0 15px 0 50px;
  }
  a.header-contact__phone span {
    left: 10px;
  }
  .header-contact__callback {
    margin: 0;
    padding: 0 15px;
    
    
    
  }
  .header-contact__callback span {
    
    
    
  }
  .header-info {
    display: none;
  }
  .mc-column_main {
    float: none;
    width: 100%;
  }
  .product-column {
    width: 50%;
    padding: 0 10px 20px;
  }
  .main-slider__slide {
    background-position: 50% 0;
  }
  .main-slider-item {
    padding: 0 70px;
    position: relative;
    text-align: center;
  }
  .main-slider-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
  .main-slider-item span {
    position: relative;
    z-index: 10;
  }
  .mc-column_pt {
    padding-top: 15px;
  }
  .main-catalog__item_1 {
    padding-top: 15px;
    width: 100%;
    height: 143px;
    background-position: 50% 40px;
  }
  .main-catalog__item_5 {
    width: 300px;
  }
  .main-catalog__item_7 {
    width: 337px;
  }
  .brands__title {
    font-size: 25px;
  }
  .footer-cell {
    float: left;
    display: block;
    width: 50%;
    padding-right: 20px;
  }
  .footer-cell:last-child {
    padding-top: 50px;
    width: 100%;
  }
  .footer-callback {
    /*float: none;*/
    width: 280px;
  }
  .main-top {
    padding-bottom: 1px;
  }
  .main-top-column {
    float: none;
  }
  .main-menu li {
    width: 25%;
  }
  .main-menu li:last-child {
    width: 50%;
  }
  .main-search-form__field-wrap {
    position: relative;
    float: none;
    border: 0;
    
    
    
  }
  .main-search-form__field {
    width: 100%;
  }
  .main-search-form__btn {
    position: absolute;
    right: 15px;
    bottom: 0;
    
    
    
  }
  .main-search-form__btn span {
    
    
    
  }
  .main-menu li a {
    
    
    
  }
  .main-menu li a span {
    
    
    
  }
  .catalog-column {
    width: 33.333%;
  }
  .parts-bottom-column {
    width: 100%;
    float: none;
  }
  .part-form__btn {
    width: 75%;
    float: right;
  }
  .catalog-content-row {
    margin: 0;
  }
  .catalog-content-item {
    width: 31%;
  }
  .part-form-item__title {
    width: 25%;
  }
  .part-form-item__select {
    width: 75%;
  }
  .cart-table table td {
    font-size: 14px;
  }
  .cart-form-left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .cart-form-right {
    float: none;
    width: 100%;
  }
  .search-item__show {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {

  .catalog-content-item {
    width: 48%;
  }
  .footer-callback {
    /*float: none;*/
    width: 100%;
  }.footer-social {
    /*float: none;*/
    margin-bottom: 10px;
    width: 100%;
  }
  .range_block {

    padding-left: 10px;
    padding-right: 10px ;
    width: 100% !important;
    margin-right: 0% !important;
  }
  .header-top__menu li {
    padding-right: 10px;
  }
  .header-top__menu li a {
    font-size: 13px;
  }
  .header-logo {
    margin-right: 0;
    padding-left: 0;
    width: 280px;

  }
  .header-logo__title {
    font-size: 46px;
  }
  .header-logo__subtitle {
    font-size: 15px;
  }
  .brands__title {
    font-size: 21px;
  }
  .main-catalog-inner {
    padding: 10px;
  }
  .mc-column {
    float: none;
  }
  .main-catalog__item {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 20px 15px 0 15px;
    height: 170px;
    display: block;
    text-align: center;
    background-position: 50% 50px;
  }
  .main-catalog__item span {
    display: block;
  }
  .main-catalog__item i {
    display: inline;
  }
  .main-catalog__item_4 {
    background-position: right 50px;
  }
  .main-catalog__item_7 {
    margin-bottom: 0;
  }
  .mc-column_pt {
    padding-top: 0;
  }
  .main-slider-item {
    padding: 0 60px;
  }
  .main-slider-item {
    font-size: 55px;
  }
  .about-image {
    float: none;
    text-align: center !important;
    width: 100%;
    margin-bottom: 25px;
  }
  .about-text {
    float: none;
    width: 100%;
  }
  .footer-cell {
    width: 100%;
  }
  .footer-cell {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-cell:last-child {
    padding-top: 0;
  }
  .footer-cell {
    padding-right: 0;
  }
  .catalog-column {
    width: 50%;
  }
  .part-item {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .part-form-item__title {
    width: 30%;
  }
  .part-form-item__select {
    width: 70%;
  } 
  .main-title_border:after {
    display: none;
  }
  .cart-info {
    display: block;
  }
  .cart-info-block {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .cart-table table td {
    padding: 15px 7px;
    font-size: 13px;
  }
  .search-result-cell__title {
    font-size: 24px;
  }
  .search-block-table {
    display: block;
  }
  .search-block-cell {
    display: block;
    width: 100%;
    text-align: center;
  }
  .search-block-cell:last-child {
    width: 100%;
  }
  .search-item__show {
    padding: 15px 0;
  }
  .search-item__show span {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {
  .header-top__menu {
    font-size: 0;
    padding: 5px 0;
  }
  .catalog-content-item {
    width: 99%;
  }
  .header-top__menu li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    height: auto;
    width: 50%;
  }
  .header-logo {
    width: 185px;
    padding-top: 0;
  }
  .header-logo__title {
    margin-bottom: 5px;
    font-size: 31px;
  }
  .header-cart {
    width: 250px;
    padding-top: 0;
  }
  .header-cart__value {
    font-size: 14px;
  }
  .brands__title {
    font-size: 18px;
  }
  .main-slider-item {
    font-size: 42px;
  }
  .product-column {
    width: 100%;
  }
  .part-form-item {
    padding-bottom: 15px;
  }
  .part-form-item__title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .part-form-item__select {
    display: block;
    width: 100%;
  }
  .part-form__btn {
    margin: 0;
    width: 100%;
  }
  .cart-table table tr {
    display: block !important;
    position: relative;
    margin-bottom: 20px;
  }
  .cart-table table td {
    display: block !important;
    font-size: 18px;
    padding-left: 20px;
  }
  .cart-table table td:last-child{
    padding: 0;
  }
  .cart-close {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .cart-form__link {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
  }
  .cart-form__btn {
    float: none;
  }
  .search-item-cell:first-child {
    padding-left: 10px;
  }
  .search-result-cell {
    float: none;
    width: 100%;
  }
  .name_of_the_part_search{
    display: none;
  }
  .search-result-cell__title {
    padding: 12px;
  }
  .search-result-cell__title:first-child {
    border-bottom: 0;
  }
  .box-modal {
    width: 430px;
    padding: 25px 30px 40px;
  }
}

@media only screen and (max-width: 520px) {
  .catalog-column {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) {
  .main-menu{
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  .main-menu-mobile{
    display: block;
  }
  .main-top {
    padding: 0 10px;
  }
  .main-menu{
    display: none;
  }
  .header-contact {
    float: none;
    padding-left: 0;
  }
  a.header-contact__phone {
    padding-right: 5px;
    width: 60%;
    font-size: 16px;
  }
  .header-contact__callback {
    padding: 0 5px;
    width: 40%;
    text-align: center;
    font-size: 12px;
  }
  .header-logo {
    float: none;
    width: 100%;
    margin: auto;
    max-height: 50px;
    margin-bottom: -20px;
  }
  .header-logo__title {
    font-size: 35px;
  }
  .header-cart {
    float: none;
    width: 100%;
  }
  .main-top .center-wrapper {
    padding: 0;
  }
  .main-menu li {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #fff;
  }
  .main-menu li:last-child {
    width: 100%;
  }
  .main-menu li:last-child a {
    border: 0;
  }
  .main-menu li a {
    border: 0;
    height: auto;
    padding: 13px 0;
  }
  .main-search-form__btn {
    right: 0;
  }
  .main-catalog__item {
    font-size: 20px;
  }
  .main-slider-item {
    padding: 0 30px;
  }
  .main-slider .slick-arrow {
    width: 35px;
    height: 50px;
    background-color: transparent;
  }
  .main-slider .slick-prev {
    left: 0;
  }
  .main-slider .slick-next {
    right: 0;
  }
  .paginator-list li {
    margin: 0;
  }
  .paginator-list li span {
    font-size: 16px;
  }
  .paginator-list li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
  }
  .cart-form-item__title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .cart-form-item__field {
    display: block;
    width: 100%;
  }
  .cart-form-price span {
    display: block;
  }
  .cart-form__btn {
    width: 100%;
  }
  .cart-total-item__title {
    padding-left: 0;
    width: 110px;
  }
  .search-item__btn {
    width: 135px;
  }
  .search-item__show {
    font-size: 16px;
  }
  .search-item-cell {
    padding: 10px 5px;
  }
  .search-item-cell:last-child {
    padding-left: 10px;
    padding-right: 0;
  }
  .box-modal {
    width: 100%;
  }
  .modal-form__field {
    font-size: 16px;
  }
  .modal-form__area {
    font-size: 16px;
  }
  .main-products{
    padding: 28px 10px 40px 10px;
  }
  .product-item{
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .search-item-cell:last-child{

    display: block;
    padding-right: 10px;
    margin: auto;
  }
  .search-item-row{
    display: block;
  }
}

@media only screen and (max-width: 374px) {
  .footer-logo__title {
    font-size: 45px;
  }
  .product-item__type {
    margin-bottom: 15px;
  }
  a.header-contact__phone {
    width: 100%;
    text-align: center;
    padding: 0 5px;
  }
  .header-contact__callback {
    width: 100%;
    font-size: 16px;
  }
  .header-top__menu li {
    width: 100%;
    text-align: center;
  }
  .part-item {
    padding-left: 40px;
  }
  .part-item:before {
    width: 15px;
  }
  .part-item:after {
    left: 15px;
  }
  .paginator-list li a {
    width: 24px;
  }
  .paginator-list li span {
    padding-right: 5px;
  }

  .search-block-cell {
    padding: 10px 0;
  }
  .search-item-row {
    position: relative;
    display: block;
  }
  .search-item-cell {
    display: block;
    position: static;
    width: 100%;
    text-align: left;
    font-size: 18px;
  }

  .arcticmodal-container_i2 {
    padding: 10px;
  }
  .box-modal {
    padding: 25px 20px 35px;
  }
  .modal-content__title {
    font-size: 24px;
  }
  .modal-form__area {
    height: 130px;
  }
  .search-item-row{
    font-size: 0;
  }
  .search-item-cell{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .search-item-cell:nth-child(3){
    width: 50%;
  }
  .search-item-cell:last-child{
    width: 100%;
    display: block;
    padding-right: 10px;
    text-align: center;
  }
}
