.q-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.q-partner {
  width: calc(50% - 15px);
  margin-bottom: 25px;
  background: #fff;
  padding: 30px 30px 40px 30px;
}

.q-partner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 54px;
  margin-bottom: 8px;
}
.q-partner__logo img {
  display: block;
  max-height: 54px;
}

.q-partner__title {
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000000;
  font-size: 24px;
  line-height: 31px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  position: relative;
}
.q-partner__title:before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  top: 0;
  left: -30px;
}

.q-partner__description {
  margin-bottom: 15px;
  color: #000000;
  font-size: 14px;
  line-height: 23px;
}

.q-partner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.q-partner__btn a {
  display: block;
  border-width: 1px;
  border-style: solid;
  padding: 14px 64px 14px 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.q-partner__btn a:hover {
  text-decoration: none;
}
.q-partner__btn a:before {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  right: 22px;
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.q-partner_1 .q-partner__title:before {
  background: #a71c02;
}
.q-partner_1 .q-partner__btn a {
  border-color: #a71c02;
  color: #a71c02;
}
.q-partner_1 .q-partner__btn a:before {
  border-color: #a71c02;
}
.q-partner_1 .q-partner__btn a:hover {
  background: #a71c02;
  color: #fff;
}
.q-partner_1 .q-partner__btn a:hover:before {
  border-color: #fff;
}

.q-partner_2 .q-partner__title:before {
  background: #1e2d5d;
}
.q-partner_2 .q-partner__btn a {
  border-color: #1e2d5d;
  color: #1e2d5d;
}
.q-partner_2 .q-partner__btn a:before {
  border-color: #1e2d5d;
}
.q-partner_2 .q-partner__btn a:hover {
  background: #1e2d5d;
  color: #fff;
}
.q-partner_2 .q-partner__btn a:hover:before {
  border-color: #fff;
}

.q-partner_3 .q-partner__title:before {
  background: #0084bf;
}
.q-partner_3 .q-partner__btn a {
  border-color: #0084bf;
  color: #0084bf;
}
.q-partner_3 .q-partner__btn a:before {
  border-color: #0084bf;
}
.q-partner_3 .q-partner__btn a:hover {
  background: #0084bf;
  color: #fff;
}
.q-partner_3 .q-partner__btn a:hover:before {
  border-color: #fff;
}

.q-partner_4 .q-partner__title:before {
  background: #7aceda;
}
.q-partner_4 .q-partner__btn a {
  border-color: #7aceda;
  color: #7aceda;
}
.q-partner_4 .q-partner__btn a:before {
  border-color: #7aceda;
}
.q-partner_4 .q-partner__btn a:hover {
  background: #7aceda;
  color: #fff;
}
.q-partner_4 .q-partner__btn a:hover:before {
  border-color: #fff;
}

.q-partner_5 .q-partner__title:before {
  background: #5d85ef;
}
.q-partner_5 .q-partner__btn a {
  border-color: #5d85ef;
  color: #5d85ef;
}
.q-partner_5 .q-partner__btn a:before {
  border-color: #5d85ef;
}
.q-partner_5 .q-partner__btn a:hover {
  background: #5d85ef;
  color: #fff;
}
.q-partner_5 .q-partner__btn a:hover:before {
  border-color: #fff;
}

.q-dealers__city {
  position: relative;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-left: 4px solid #007db3;
  color: #000000;
  font-size: 28px;
  line-height: 31px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.q-dealers__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.q-dealer {
  width: calc(33.3% - 30px);
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  padding: 24px;
}

.q-dealer__title {
  margin-bottom: 12px;
  color: #000000;
  font-size: 21px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.q-dealer__contacts {
  padding-bottom: 6px;
}
.q-dealer__contacts p {
  margin-bottom: 12px;
  padding-left: 20px;
  color: #000000;
  font-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.q-dealer__contacts p.q-dealer__tel {
  background-image: url(../img/tel-icon.png);
}
.q-dealer__contacts p.q-dealer__email {
  background-image: url(../img/email-icon.png);
}
.q-dealer__contacts p.q-dealer__site {
  background-image: url(../img/site-icon.png);
}
.q-dealer__contacts p b {
  font-weight: 600;
}
.q-dealer__contacts p a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.q-dealer__contacts p a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.q-dealer__map-link a {
  color: #007db3;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed #007db3;
  padding-bottom: 2px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.q-dealer__map-link a:hover {
  color: #005980;
  border-color: #005980;
}

.q-contacts__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.q-contacts__card {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  width: calc(25% - 30px);
  background: #fff;
  padding: 20px 30px 65px 30px;
  position: relative;
}

.q-contacts__card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  height: 30px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.q-contacts__card-img img {
  display: block;
  max-height: 30px;
}

.q-contacts__card-title {
  margin-bottom: 4px;
  color: #000000;
  font-size: 21px;
  line-height: 27px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.q-contacts__card-description {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}

.q-contacts__card-link {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #007db3;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px dashed #007db3;
}
.q-contacts__card-link:hover {
  text-decoration: none;
}

.q-contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.q-contacts__item {
  padding: 30px;
}

.q-contacts__item-title {
  color: #000000;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.q-contacts__item-description {
  margin-bottom: 12px;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}
.q-contacts__item-description a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.q-contacts__item-description a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.q-contacts__item-logo {
  height: 39px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.q-contacts__item-logo img {
  display: block;
  max-height: 39px;
}

.q-contacts__map {
  border-bottom: 5px solid #007db3;
  overflow: hidden;
  height: 470px;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.q-contacts__map:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.q-contacts__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.q-contacts__btn a {
  display: block;
  padding: 12px 46px;
  text-transform: uppercase;
  font-size: 18px;
  border: 3px solid #007db3;
  color: #000;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.q-contacts__btn a:hover {
  text-decoration: none;
  background: #007db3;
  color: #fff;
}

.q-ref-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.q-ref-card {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  background: #fff;
  width: calc(25% - 30px);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.q-ref-card__img {
  width: 86px;
  margin-bottom: 20px;
}
.q-ref-card__img img {
  display: block;
  width: 100%;
}

.q-ref-card__title {
  margin-bottom: 20px;
  width: calc(100% - 86px);
  padding-left: 15px;
  color: #000000;
  font-size: 21px;
  line-height: 27px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.q-ref-card__link {
  display: block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.q-ref-card__link:hover {
  text-decoration: none;
  color: #fff;
}

.q-ref-card__blue .q-ref-card__link {
  background: #647aed;
}
.q-ref-card__blue .q-ref-card__link:hover {
  background: #3653e8;
}

.q-ref-card__green .q-ref-card__link {
  background: #4d8f51;
}
.q-ref-card__green .q-ref-card__link:hover {
  background: #3b6e3e;
}

.q-ref-card__red .q-ref-card__link {
  background: #cf423c;
}
.q-ref-card__red .q-ref-card__link:hover {
  background: #ad302b;
}

.q-ref-card__violet .q-ref-card__link {
  background: #975cc9;
}
.q-ref-card__violet .q-ref-card__link:hover {
  background: #7e3cb6;
}

.q-ref-aside__open {
  width: 100%;
  display: none;
}

.q-ref-menu__title {
  color: #333333;
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  margin-left: 20px;
}

.q-aside .q-ref-menu__links {
  padding-left: 20px;
}
.q-aside .q-ref-menu__links ul {
  padding: 0;
  padding-left: 18px;
  padding-top: 10px;
}
.q-aside .q-ref-menu__links li {
  margin-bottom: 10px;
}
.q-aside .q-ref-menu__links li a {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  display: block;
  position: relative;
}
.q-aside .q-ref-menu__links li a.q-active {
  color: #007db3;
  text-decoration: underline;
}
.q-aside .q-ref-menu__links li a.q-ref-menu__open {
  font-size: 14px;
  font-weight: 600;
  background: url(../img/chevron_down.svg) 3px top no-repeat;
  background-size: 18px 18px;
  padding-left: 24px;
}
.q-aside .q-ref-menu__links li a.q-ref-menu__open.childs_no {
    background: none !important;
}
.q-aside li.noact a {
    font-weight: 400 !important;
}
.q-aside .q-ref-menu__links li a.q-ref-menu__open.q-opened {
  background: url(../img/chevron_down_open.svg) left top no-repeat;
  background-size: 18px 18px;
}
.q-aside .q-ref-menu__links li a.q-ref-menu__open.q-opened:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  left: 8px;
  top: 19px;
  width: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #007db3;
  border-bottom: 1px solid #007db3;
  display: none;
}
.q-aside .q-ref-menu__links li a.q-ref-menu__open.q-opened.q-last:before {
  display: none;
}

.q-ref-nav {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.q-ref-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.q-ref-nav__item {
  background-size: 24px 12px;
  display: block;
  max-width: calc(50% - 10px);
}
.q-ref-nav__item span {
  display: block;
  color: #a09f9f;
  font-size: 15px;
  line-height: 18px;
  font-family: "Oswald", sans-serif;
}
.q-ref-nav__item b {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #2b2c2c;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.q-ref-nav__prev {
  padding-left: 40px;
  background: url(../img/left-arrow.png) left center no-repeat;
}

.q-ref-nav__next {
  text-align: right;
  padding-right: 40px;
  background: url(../img/right-arrow.png) right center no-repeat;
}

.q-ref-nav_dark {
  border: none;
  margin-bottom: 0;
  background: #393838;
}
.q-ref-nav_dark .q-ref-nav__item b {
  color: #fff;
}
.q-ref-nav_dark .q-ref-nav__prev {
  background-image: url(../img/left-arrow-white.png);
}
.q-ref-nav_dark .q-ref-nav__next {
  background-image: url(../img/right-arrow-white.png);
}

.q-ref-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.q-ref-top .q-aside__header {
  margin: 0;
  margin-right: 40px;
  margin-bottom: 30px;
}

.q-ref-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.q-ref-info__date {
  margin-right: 40px;
  padding-left: 35px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url(../img/date-icon.png) left top no-repeat;
  background-size: 28px 28px;
  color: #999999;
  font-size: 17px;
  line-height: 22px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
}
.q-ref-info__date b {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #007db3;
}

.q-ref-info__download {
  margin-bottom: 15px;
  background: url(../img/pdf-icon.png) left top no-repeat;
  background-size: 24px 28px;
  color: #000000;
  font-size: 17px;
  line-height: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "Oswald", sans-serif;
  text-decoration: underline;
  padding-left: 32px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}



@media screen and (max-width: 800px) {
    .table-striped th{
      padding: 12px 2px !important;
      font-size: 12px !important;
      line-height: 12px !important;
    }
    .table-striped>tbody>tr:first-child>td{
      padding: 12px 2px !important;
      font-size: 12px !important;
      line-height: 12px !important;
    }
}

@media screen and (max-width: 360px) {
  .table-striped th{
      padding: 12px 2px !important;
      font-size: 11px !important;
      line-height: 12px !important;
    }
}