body {
  background: #fff;
  font-family: 'Evolventa', sans-serif;
  font-weight: normal;
  min-width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

input, a {
  font-family: 'Evolventa', sans-serif;
}

#pix2pix {
  max-width: none;
  top: 0 !important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(199, 0, 19, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 0, 19, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 0, 19, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 0, 19, 0.6);
}

a {
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

.kat-btn {
  border:1px solid #C70013;
  color: #C70013;
}
.kat-btn-red {
  background: #C70013;
  color: #fff;
  border:1px solid #C70013;
}
.kat-btn:hover {
  border-color: #860000;
  color: #860000;
}
.kat-btn-red:hover {
  background: #860000;
  border-color: #860000;
}

.kat-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.kat-header {
  background: #ffffff;
}
.kat-header__top {
  padding: 15px 0 27px;
}
.kat-header__top .kat-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.5;
}
.kat-header__left {
}
.kat-adress {
  display: flex;
  align-items: flex-start;
  padding: 8px 0 0;
}
.kat-adress__image {
  margin-right: 10px;
  margin-top: 2px;
}
.kat-container-header {
  display: flex;
}
.kat-adress__text {
  color: #C70013;
  line-height: 1.9;
}
.kat-adress__text span {
  display: block;
  color: #000;
}

.hece-config-site {
  display: flex;
  align-items: center;
}
.kat-header__left-2,
.kat-header__left-3,
.kat-header__left-4{
  margin-right: 10px;
  text-align:left;
  font-size: 18px;
  padding: 6px 0 0;
}
.kat-header__left-2 a {
  display:block;
}
.kat-header__phone-icon {
  margin: 0 0 0 4px;
}
.kat-header__phone-icon img {}
.kat-header__phone-link,
.kat-header__mail-link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  line-height: 1.6;
}

.kat-phone__other {
  margin-left: 85px;
}
.kat-header__right {position: relative;padding: 2px 0 0 35px;line-height: 1;}
.kat-header__right img {
  position: absolute;
  left: 0;
  top: 10px;
}
.kat-header__right a {
  color: #000;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.kat-header__right a:hover {
  text-decoration: none;
}
.kat-header__content {
  background: #ffffff;
  padding: 0 0 29px;
}
.kat-header__content .kat-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.kat-header__logo {
  width: 165px;
}
.kat-header__logo img {}
.kat-header__search {
  background: #f5f5f5;
  border: 1px solid #9D9D9D;
  border-radius: 10px;
  width: 550px;
  margin-right: 20px;
  margin-left: 20px;
}
.kat-header__search form {
  margin: 0;
}
.kat-header__search fieldset {
  position: relative;
  padding: 4px;
}
.kat-header__search fieldset .kat-header__search-text {
  background: transparent;
  margin: 0;
  border: none;
  padding: 0 30px 0 20px;
  font-size: 14px;
  height: 41px;
  font-family: 'Evolventa', sans-serif;
  line-height: 41px;
  width: calc(100% - 75px);
  box-shadow: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.kat-header__search fieldset .kat-header__search-btn {
  background: #C70013 url('../images/icons/find.png') 50% 50% no-repeat;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 0;
  border-radius: 10px;
  border: none;
  height: 40px;
  width: 40px;
  text-indent: -999px;
  overflow: hidden;
}


.kat-header-top-main .btn-navbar {
  display: none !important;
  cursor: pointer;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  background-color: #293239;
}

.kat-header-top-main .nav-collapse  a{
  padding: 5px 20px 5px;
  color: #fff;

}

.kat-header-top-main {
  background-color: #293239;
  padding: 10px 5px;
}
.kat-navigation-mobile {
  display: none;
}

.active_mob-clicker {
  background-color: #888888;;
}

.kat-mobile-clicker {
  display: none;
  position: relative;
  margin: 15px 7px;
}

.burger_mob_clicker {
  position: absolute;
  right: 10px;
  top: 7px;
}

.kat-navigation__list-mob .kat-navigation__list-item a{
  text-align: left;
}


.kat-navigation__list-mob {
  margin: 0;
}

.burger_mob_clicker .icon-bar{
  display: block;
  width: 20px;
  margin-top: 5px;
  height: 2px;
  background: white;
}
@media (max-width: 979px) {
  .kat-header-top-main .btn-navbar {
    display: block !important;
  }
  .kat-header-top-main .nav-collapse {
    height: 0;
  }

  #yw0 {
    flex-direction: column;
  }
}


.tires-block {
  display: flex;
}

.kat-header-top-main .btn-navbar .icon-bar{
  display: block;
  width: 20px;
  height: 2px;
  background: white;
}

#yw0 {
  display: flex;
  justify-content: space-around;
  max-width: 518px;
  margin-bottom: 0px;
}

.pers-cab-wrap #yw0 {
  display: table;
}

.pagination-centered #yw0 {
  display: inline-block;
}

.kat-header__cart-link {
  background: #fef9f9;
}
.kat-header__cart-link a {
  color: #464646;
  font-weight: bold;
  padding: 7px 17px;
  font-size: 16px;
  display: inline-block;
}
.kat-header__cart-link a i {
  background: url('../images/icons/busket.png') 50% 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 36px;
}

.btn-info {
  background-color: #ed4b4b;
  background-image: linear-gradient(to bottom, #ed4b4b, #ee6e6e);
}

.nav.nav-vavto {
  border-radius: 7px;
}

.kat-header__cart-link-2 {
  width: 142px;
  margin-right: 20px;
}

.kat-header__mail-link img {
  width: 35px;
  margin-right: 5px;
}

.kat-header__mail-link span {
  position: relative;
  top: 5px;
}

.kat-header__cart-link-1 a {
  font-weight: bold;
  padding: 14px 0 11px 15px;
  margin-top: 0;
  font-size: 17px;
  display: block;
  width: 125px;
  text-transform: uppercase;
  text-decoration: none;
}

.kat-header__cart-link-1 #shopping-cart {
  display: flex;
  align-items: center;
}
.kat-header__cart-link-2 a {
  padding: 14px 0 12px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  text-align: center;
}
.kat-header__cart-link-1 a i {
  background: url('../images/icons/busket.png') 50% 50% no-repeat;
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-bottom: -3px;
}


.kat-navigation {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.kat-navigation ul,
.kat-navigation ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kat-navigation__list {
  display: flex;
  justify-content: space-between;
}
.kat-navigation__list-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 62px;
  text-transform: uppercase;
}
.kat-navigation__list-item-link {
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding: 0 15px;
  height: 100%;
  line-height: 62px;
  text-align: center;
  width: 100%;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.kat-navigation__list-item-link:hover {
  background: #C70013;
  color: #fff;
}
.kat-navigation__list-item:first-child .kat-navigation__list-item-link {
  text-align: left;
}
.kat-navigation__sublist {
  position: absolute;
  display: none;
  z-index: 2;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0,0,0,.2);
}
.kat-navigation__list-item--active .kat-navigation__sublist {
  display: block;
  min-width: 200px;
  z-index: 200;
}
.kat-navigation__sublist li {}
.kat-navigation__sublist li a {
  color: #888888;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 0 15px;
  margin: 15px 0;
  text-transform: none;
}

.kat-right-2 {
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
}

.kat-banner {
  padding: 27px 0 25px;
  text-align: center;
}
.kat-banner img {
  width: 100%;
}

.bg-color {
  background: #DCD9D1;
}

.kat-image-links {
  padding: 0 0 135px;
  display: flex;
  justify-content: space-between;
}
.kat-image-links__item {
  width: 23%;
}
.kat-image-links__item a {
  display: block;
  color: #fff;
  background: #F0E6DC;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
  text-decoration: none;
}
.kat-image-links__item a:hover {
  transform: scale(0.88);
}
.kat-image-links__item-image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 262px;
  position: relative;
}
.kat-image-links__item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-42%);
  max-width: 100%;
}
.kat-image-links__item a h3 {
  background: #000;
  text-align: center;
  display: flex;
  font-size: 17px;
  padding: 0;
  min-height: 50px;
  align-items: center;
  max-width: 177px;
  width: 100%;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  font-weight: bold;
  text-transform: uppercase;
}

.kat-info-box {
  padding: 60px 0;
  text-align: center;
}
.kat-info-box h2 {
  margin-bottom: 44px;
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 17px 7px;
}
.kat-info-box__form {}
.kat-info-box__form form {
}
.kat-info-box__form form fieldset {
}
.kat-info-box__form-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.kat-info-box__form-row div {
  width: 31.5%;
}
.kat-info-box__form-row div input {
  border: 1px solid #9D9D9D;
  border-radius: 10px;
  background: #f5f5f5;
  width: calc(100% - 60px);
  padding: 0 30px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.kat-info-box__form-row div small {
  font-size: 14px;
  line-height: 2.5;
}
.kat-info-box__form-row div .kat-btn-red {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}

.kat-info-box__links {
  font-size: 22px;
  padding: 4px 0 0;
}
.kat-info-box__links a {
  color: #000;
  margin: 0 30px;
  position: relative;
}
.kat-info-box__links a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  margin-right: 11px;
}
.kat-info-box__links-car i {
  background: url('../images/icons/icon-car.png') 50% 50% no-repeat;
}
.kat-info-box__links a.kat-info-box__links-wheel i {
  background: url('../images/icons/icon-wheel.png') 50% 50% no-repeat;
  margin-bottom: -5px;
}


.kat-footer-main {
  background: #DEDEDE;
  position: relative;
  padding-bottom: 20px;
}
.kat-footer-main:before {
  content:'';
  position:absolute;
  z-index:2;
  background: #000;
  top: 0;
  left: 0;
  width: 54%;
  height: 50px;
}
.kat-footer-main:after {
  content:'';
  position:absolute;
  z-index:2;
  background: #C70013;
  width: 46%;
  right: 0;
  top: 0;
  height: 50px;
}
.kat-footer {
  color: #000;
  padding: 0;
  line-height: 1.7;
  display: flex;
  position:relative;
  z-index:3;
  justify-content: space-between;
}
.kat-footer a {
  color: #000;
  font-size: 14px;
}
.kat-footer a:hover {
  text-decoration: underline;
}
.kat-footer-left {
  width: 57%;
  display: flex;
}
.kat-footer-left a {
  display: block;
  margin: 0 0 8px;
  line-height: 1.6;
  padding-right: 32px;
}
.kat-footer-left a:hover {
  text-decoration: none;
}
.kat-footer-left a:first-child {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  padding: 19px 0;
  margin: 0 0 16px;
}
.kat-footer-left a:hover:first-child {
  text-decoration: underline;
}
.kat-footer__col-1 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.kat-footer__col-2 {
  display: flex;
  flex-direction: column;
  width: 45%;
}
.kat-footer__col-3 {
  display: flex;
  flex-direction: column;
  width: 5%;
}
.kat-footer__col-4 {
  display: flex;
  flex-direction: column;
  width: 5%;
}
.kat-footer__col-title {
  display: block;
}
.kat-footer-main hr {
  border-color: #444;
  border-top: none;
}
.kat-footer-right {
  width: 40%;
  padding: 68px 0 0;
}
.kat-footer-right p {
  margin: 0 0 20px;
}
.kat-footer-right img {}
.kat-footer-free-call {
  text-transform: uppercase;
  color: #C70013;
  font-size: 15px;
  line-height: 1.5;
}
.kat-footer-free-call span {
  color: #000;
}
.kat-footer-free-call a {
  display: block;
  text-decoration: none;
  color: #C70013;
  font-size: 20px;
}
.kat-pays {
  margin: 0 0 32px;
}
.kat-copy {
  display: block;
  line-height: 3;
}
.kat-header__logo_mobile {
  display: none;
}

.kat-mobile-nav-clicker {
  display: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 10px 10px;
  margin: 15px 20px;
}

.slick-prev {
  left: 10px;
  z-index: 2;
}
.slick-next {
  right: 10px;
  z-index: 2;
}