@font-face {
  font-family: 'Proxima Nova';
  font-weight: 300;
  src: url("../../external.html?link=https://dandrelectronics.com/fonts/proxima-nova/proxima-nova-thin.otf") format("opentype"),
       url("../../external.html?link=https://dandrelectronics.com/fonts/proxima-nova/proxima-nova-thin.woff") format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 500;
  src: url("../../external.html?link=https://dandrelectronics.com/fonts/proxima-nova/proxima-nova-regular.otf") format("opentype"),
       url("../../external.html?link=https://dandrelectronics.com/fonts/proxima-nova/proxima-nova-regular.woff") format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 700;
  src: url("../../external.html?link=https://dandrelectronics.com/fonts/proxima-nova/proxima-nova-bold.otf") format("opentype")
       url("../../external.html?link=https://dandrelectronics.com/fonts/proxima-nova/proxima-nova-bold.woff") format('woff');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 700;
  src: url("../../external.html?link=https://dandrelectronics.com/fonts/proxima-nova/proxima-nova-bold.otf") format("opentype")
       url("../../external.html?link=https://dandrelectronics.com/fonts/proxima-nova/proxima-nova-bold.woff") format('woff');
}

@font-face {
  font-family: 'Blippo Black';
  font-weight: 500;
  src: url("../../external.html?link=https://dandrelectronics.com/fonts/blippo-black/blippo-black-regular.otf") format("opentype")
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Proxima Nova";
  font-weight: 500;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

a {
  text-decoration: none;
}

p {
  line-height: 135%;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.mb40 {
  margin-bottom: 40px;
}

.blippo-black {
  font-family: "Blippo Black";
}

.ttu {
  text-transform: uppercase;
}

.wp-content {
  position: relative;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 118px;
  z-index: 3;
  background: #fff;
  box-shadow: 0px 1px 16px 0px rgba(51, 101, 138, 0.47);
}

.content {
  position: relative;
  margin-top: 118px;
}

.logo {
  display: block;
  position: absolute;
  left: 58px;
  top: 5px;
}

.logo {
  max-width: 530px;
}

.home-page {
  padding: 0 60px;
  text-align: center;
}

.h-container {
  width: calc(100% - 660px);
  margin: 10px 0px 10px 0;
  float: right;
}

.h-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #5e6a77;
}

.top-menu {
  margin-top: 9px;
  float: left;
}

.top-menu a {
  font-size: 12px;
  color: #757575;
}

.top-menu a span {
  font-weight: bold;
}

.top-menu a:not(:last-child) {
  margin-right: 30px;
}

.top-menu a.tm-itemS,
.top-menu a:hover {
  text-decoration: underline;
}

.ht-r {
  float: right;
  padding-right: 2em;
}

.htr-phone {
  display: inline-block;
  margin-top: 8px;
  margin-right: 30px;
  padding: 1px 0 4px 30px;
  font-size: 12px;
  color: #757575;
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-phone.png") 0 0 no-repeat;
}

.htr-phone-toll {
  display: inline-block;
  margin-top: 8px;
  margin-right: 30px;
  padding: 1px 0 4px 30px;
  font-size: 12px;
  color: #757575;
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-toll-free.png") 0 0 no-repeat;
}

.htr-phone:hover,
.htr-phone-toll:hover {
  text-decoration: underline;
}

.search-form {
  display: inline-block;
}

.search-input {
  width: 275px;
  margin: 0 30px;
  padding: 11px 32px 11px 10px;
  font-size: 11px;
  color: #757575;
  border: 1px solid #141414;
  border-radius: 9px;
  outline: 0;
  background: #f8fafc url("../../external.html?link=https://dandrelectronics.com/images/icons/search.png") 97% 50% no-repeat;
}

a.login-form img {
  vertical-align: middle;
}

.inquire-trigger {
  display: inline-block;
  padding: 8px 30px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fafafa;
  border-radius: 16px;
  background: rgb(32, 58, 117);
  background-color: #739fc7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#739fc7),
    to(#6dd5ed)
  );
  background-image: -webkit-linear-gradient(top, #739fc7, #6dd5ed);
  background-image: -moz-linear-gradient(top, #739fc7, #6dd5ed);
  background-image: -ms-linear-gradient(top, #739fc7, #6dd5ed);
  background-image: -o-linear-gradient(top, #739fc7, #6dd5ed);
  background-image: linear-gradient(to bottom, #739fc7, #6dd5ed);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#739FC7, endColorstr=#6DD5ED);
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
}

.inquire-trigger:hover {
  box-shadow: 0px 0 10px rgba(83, 83, 83, 0.74);
}

.responsive-menu-trigger {
  float: right;
  height: 40px;
  width: 40px;
  margin-left: 12px;
  cursor: pointer;
  display: none;
}

.responsive-menu-trigger span {
  display: block;
  width: 35px;
  height: 4px;
  margin: 5px auto;
  background: #71abcf;
  transition: background 0.5s;
}

.responsive-menu-trigger:hover span {
  background: #4c8db6;
}

.responsive-menu-trigger span:first-child {
  margin-top: 9px;
}

.responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 86px;
  z-index: 11;
}

.responsive-menu-container a:link,
.responsive-menu-container a:visited {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #c3c3c3;
  text-decoration: none;
  color: #fff;
}

.responsive-menu-container a:hover {
  background: rgba(0, 0, 0, 0.7);
}

.responsive-search {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
}

.responsive-search input {
  margin: 1%;
  min-width: 98%;
  box-sizing: border-box;
}

.h-cat-menu {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-right: 30px;
}

.h-cat-menu a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #003049;
}

.h-cat-menu a.cm-itemS,
.h-cat-menu a:hover {
  text-decoration: underline;
}

.home-about-us-block {
  background-size: cover;
  background-position: 50% 50%;
}

.home-about-block,
.home-about-us-block {
  padding: 5em;
}

.common-link {
  display: inline-block;
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0 67px 0 19px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  background: rgb(32, 58, 117);
  background-color: #739fc7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5680d0),
    to(#8fc4e7)
  );
  background-image: -webkit-linear-gradient(top, #5680d0, #8fc4e7);
  background-image: -moz-linear-gradient(top, #5680d0, #8fc4e7);
  background-image: -ms-linear-gradient(top, #5680d0, #8fc4e7);
  background-image: -o-linear-gradient(top, #5680d0, #8fc4e7);
  background-image: linear-gradient(to bottom, #5680d0, #8fc4e7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5680d0, endColorstr=#8fc4e7);
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
  cursor: pointer;
}

.common-link::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.5s;
}

.common-link:hover::after {
  transform: scale(-1, 1);
}

.common-link.more::after {
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-right-arrow.png");
}

.common-link.talk::after {
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-talk.png");
}

.hab-l .common-link,
.habr-title .common-link {
  margin-bottom: 20px;
  margin-right: 20px;
}

.secondary-button {
  display: inline-block;
  position: relative;
  letter-spacing: 2.5px;
  border-bottom: 1px dashed #000;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 40px;
  padding-bottom: 8px;
  color: #000;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.secondary-button::after {
  content: "";
  display: block;
  height: 15px;
  width: 33px;
  position: absolute;
  right: -3px;
  bottom: 12px;
  background: no-repeat;
  background-image: url(../../external.html?link=https://dandrelectronics.com/images/icons/icon-arrow-right.png);
}

.secondary-button:hover > .secondary-button::after {
  background-image: url(../../external.html?link=https://dandrelectronics.com/images/icons/icon-arrow-right-hover.png);
}

.secondary-button:hover {
  color: #739fc7;
  border-bottom: 1px dashed #739fc7;
}

.text-block {
  padding: 0 10px 35px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.text-block h1 {
  display: inline-block;
  position: relative;
  padding-top: 50px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 45px;
  color: #040f0f;
  text-transform: uppercase;
  text-align: center;
}

.text-block h1::before {
  content: "";
  display: block;
  position: absolute;
  /* top: 0; */
  bottom: 20px;
  left: -200px;
  width: 150px;
  height: 2px;
  background: #040f0f;
}

.text-block h1::after {
  content: "";
  display: block;
  position: absolute;
  /* top: 0; */
  bottom: 20px;
  /* left: -200px; */
  width: 150px;
  right: -200px;
  height: 2px;
  background: #040f0f;
}

.text-block p {
  position: relative;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 800;
  color: #040f0f;
}

.text-block p:not(:last-child) {
  margin-bottom: 1em;
}

.tb-shadow-title {
  white-space: nowrap;
  font-weight: 900;
  font-size: 180px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.categories-descr:not(:first-child) {
  display: none;
}

.home-thumbs {
  margin-bottom: 55px;
  text-align: center;
}

.home-thumbs a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  width: 410px;
  min-height: 425px;
  margin: 0 22px 45px;
  border-radius: 28px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
  transition: box-shadow 0.5s;
}

.ht-body {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 0 0 50px;
  background: url("../../external.html?link=https://dandrelectronics.com/images/home-thumb-bg.png");
  background-size: cover;
}

.ht-body .wrapper {
  display: block;
  width: 215px;
  text-align: left;
}

.ht-icon {
  display: block;
  margin-bottom: 5px;
}

.ht-icon img {
  max-width: 60px;
  max-height: 60px;
}

.ht-title {
  display: block;
  height: 210px;
  position: relative;
}

.ht-title h4 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 40px;
  color: #040f0f;
}

.ht-more {
  display: inline-block;
  margin-top: 5px;
  padding-right: 65px;
  font-size: 30px;
  color: #040f0f;
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-arrows.png");
  background-position: 96% 8px;
  background-repeat: no-repeat;
  transition: background-position 0.5s;
}

.home-thumbs a:hover {
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.75);
}

a:hover .ht-more {
  background-position: 100% 8px;
}

.home-info-block {
  margin-bottom: 45px;
  position: relative;
  padding: 0 10px 10px;
  box-sizing: border-box;
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/home-info-bg.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.hib-title {
  text-align: center;
  position: absolute;
  top: 130px;
  left: 10px;
  right: 10px;
}

.hib-title h1 {
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 48px;
  color: #124ea2;
}

.hib-title p {
  font-size: 24px;
  color: #040f0f;
}

.hib-block {
  max-width: 300px;
  color: #040f0f;
  position: absolute;
}

.hib-block.block-1 {
  left: 2%;
  top: 25%;
}

.hib-block.block-2 {
  right: 1%;
  top: 25%;
}

.hib-block.block-3 {
  left: 2%;
  bottom: 47%;
}

.hib-block.block-4 {
  right: 1%;
  bottom: 47%;
}

.hib-block.block-5 {
  left: 2%;
  bottom: 25%;
}

.hib-block.block-6 {
  right: 1%;
  bottom: 25%;
}

.hib-block h5 {
  font-weight: 700;
  font-size: 16px;
}

.hib-block p {
  font-size: 14px;
}

.hab-l {
  position: relative;
  float: left;
  width: 48%;
}

.hab-l img {
  width: 100%;
  display: block;
  border-radius: 26px;
  box-shadow: 0px 32px 115.9px 6.1px rgba(202, 229, 255, 0.5);
}

.habl-border {
  margin: 0 auto;
  height: 26px;
  max-width: 90%;
  background: url(../../external.html?link=https://dandrelectronics.com/images/home-about-pic-border.jpg) 50% 0 no-repeat;
  background-size: contain;
}

.hab-r {
  float: right;
  width: 49%;
  position: relative;
}

.hab-r .second-img {
  position: absolute;
  right: -10%;
  top: 15%;
  box-shadow: none;
  width: 40%;
}

.video-button {
  background-color: rgba(255, 255, 255, 0.685);
  position: absolute;
  bottom: 15%;
  left: 5%;
  border-radius: 70px;
  padding: 1em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.video-button[data-fancybox] {
  cursor: pointer;
}

.video-button img {
  border-radius: 50%;
  box-shadow: none !important;
  cursor: pointer;
}

.vd-btn-text {
  padding: 1em;
}

.vd-btn-text h5 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}

.hab-r .video-button img {
  border-radius: 50%;
  box-shadow: none !important;
  cursor: pointer;
}

.habr-title {
  margin-bottom: 20px;
  position: relative;
}

.habr-title p a {
  color: #fff;
  text-decoration: underline;
}

.habr-title p a:hover {
  text-decoration: none;
}

.habr-shadow-title {
  white-space: nowrap;
  font-weight: 900;
  font-size: 180px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: -23px;
  pointer-events: none;
}

.habr-title h2 {
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 47px;
  color: #739fc7;
}

.habr-title h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #757575;
}

.habr-title p {
  position: relative;
  font-size: 18px;
  color: #040f0f;
}

.home-about-us-block .habr-title p,
.home-about-us-block .habr-title h4,
.habr-adv {
  color: #fff;
}

.home-about-us-block .hab-l img {
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
  left: -10%;
}

.home-about-us-block .secondary-button {
  color: white;
  border-bottom: 1px dashed #fff;
}

.home-about-us-block .secondary-button:hover {
  color: #739fc7;
  border-bottom: 1px dashed #739fc7;
}

.home-about-us-block .secondary-button::after {
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-arrow-right-white.png");
}

.circle-bg {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: #739ec73d;
  position: absolute;
  z-index: 1;
  left: 10%;
}

.circle-bg-2 {
  width: 515px;
  height: 515px;
  border-radius: 50%;
  background: #739ec77a;
  position: relative;
  display: block;
  z-index: 2;
  top: 7%;
  left: 7%;
}

.habr-advantages {
  margin: 20px 0;
  font-size: 0;
}

.habr-adv {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.habr-adv:first-child {
  margin-right: 2%;
}

.habr-title p:not(:last-child) {
  margin-bottom: 1em;
}

.hab-r img {
  border-radius: 25px;
  box-shadow: 0px 0px 25.65px 1.35px rgba(74, 120, 203, 0.45);
}

.hab-r h5 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.habr-advantages h5 {
  padding-left: 100px;
  min-height: 78px;
  margin-bottom: 0;
}

.hab-r ul {
  margin-bottom: 35px;
  list-style: none;
}

.hab-r li {
  margin-bottom: 1em;
  padding-top: 2px;
  padding-left: 31px;
  font-size: 18px;
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-position.png") 0 0 no-repeat;
}

.search-by-car {
  min-height: 365px;
  padding: 5em;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-size: cover;
}

.search-by-car h2 {
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
}

.search-by-car p {
  max-width: 825px;
  margin: 0 auto 35px;
  /* letter-spacing: 2px; */
  color: #fff;
  font-size: 18px;
}

.cus-link {
  display: inline-block;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 67px 0 19px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  border: 2px solid #fff;
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
}

.cus-link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 5px;
  border-radius: 50%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-talk.png");
  transform: scale(1);
  transition: transform 0.5s;
}

.cus-link:hover::after {
  transform: scale(-1, 1);
}

.cus-link.more::after {
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-right-arrow.png");
}

.demo-swiper .swiper-slide {
  font-size: 25px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
}

.demo-swiper .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
}

.demo-swiper {
  margin: 0px 0 35px;
  font-size: 18px;
  height: 120px;
}

.demo-swiper.demo-swiper-auto .swiper-slide {
  width: 85%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
  width: 70%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
  width: 30%;
}

.blue-link {
  display: inline-block;
  padding: 8px 30px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fafafa;
  border-radius: 16px;
  background: rgb(32, 58, 117);
  background-color: #739fc7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#739fc7),
    to(#6dd5ed)
  );
  background-image: -webkit-linear-gradient(top, #739fc7, #6dd5ed);
  background-image: -moz-linear-gradient(top, #739fc7, #6dd5ed);
  background-image: -ms-linear-gradient(top, #739fc7, #6dd5ed);
  background-image: -o-linear-gradient(top, #739fc7, #6dd5ed);
  background-image: linear-gradient(to bottom, #739fc7, #6dd5ed);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#739FC7, endColorstr=#6DD5ED);
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
  cursor: pointer;
  outline: none;
  border: 0;
}

.blue-link:hover {
  box-shadow: 0px 0 10px rgba(83, 83, 83, 0.74);
}

#subscribe-newsletter-popup {
  display: none;
}

.susbcribe-newsletter-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 9px;
  text-align: center;
  position: relative;
}

.susbcribe-newsletter-wrapper .susbcribe-spinner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5) url('spinner.svg') no-repeat 50% 50%;
}

.susbcribe-newsletter-wrapper input {
  display: block;
  width: 250px;
  margin-bottom: 1em;
  padding: 11px 10px;
  font-size: 11px;
  color:#272727;
  border: 1px solid#141414;
  border-radius: 9px;
  outline: 0;
  background:#f8fafc;
}

.newsletter-popup-error > div {
  border-bottom: 1px solid rgb(255, 170, 170);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.newsletter-popup-success {
  font-size: 21px;
  color: rgb(0, 95, 0);
}

.footer {
  padding: 85px 10px;
  color: #fff;
  background: #070813;
}

.footer .wrapper {
  max-width: 1350px;
  margin: 0 auto;
}

.extra-top {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 2em;
}

.fot-l,
.fot-r {
  width: 50%;
}

.fot-r .third-button {
  float: right;
}

.fot-l span {
  font-size: 30px;
  color: #739fc7;
}

.third-button {
  display: inline-block;
  letter-spacing: 2px;
  height: 39px;
  line-height: 39px;
  padding: 5px 22px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  background: #739fc7;
  transition: background 0.5s ease-in-out;
  box-shadow: 0px 0px 14.76px 3.24px rgba(88, 147, 212, 0.45);
}

.third-button:hover {
  background: #4061ab;
  box-shadow: none;
}

.f-top {
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 50px;
}

.f-item {
  position: relative;
  margin: 0 1% 20px;
}

.f-item h5 {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  transform: rotate(180deg);
}

.f-item .socials a {
  display: inline-block;
  margin-right: 30px;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.fi-wrapper {
  padding-left: 80px;
}

.f-contact-block {
  margin-bottom: 25px;
}

.f-contact-block p {
  font-size: 18px;
  letter-spacing: 2px;
}

.f-contact-block div {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 1em;
}

.f-descr {
  max-width: 335px;
}

.f-product-menu div {
  max-width: 215px;
  margin-bottom: 1em;
}

.f-product-menu a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
}

.f-product-menu a:hover span {
  text-decoration: underline;
}

.f-nav-menu div {
  max-width: 215px;
  margin-bottom: 1.5em;
}

.f-nav-menu a {
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
}

.f-nav-menu a:hover {
  text-decoration: underline;
}

.f-item h4 {
  letter-spacing: 2px;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.f-descr {
  margin-bottom: 20px;
  font-size: 12px;
}

.f-download {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  padding: 0 22px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  background: #d10000;
  transition: background 0.5s;
}

.f-download:hover {
  background: #a10000;
}

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

.f-bottom p {
  font-size: 14px;
  letter-spacing: 2px;
}

.f-bottom a {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: border-bottom 0.5s;
}

.f-bottom a:hover {
  border-bottom: 1px solid transparent;
}

.products-splash {
  margin-bottom: 40px;
  padding: 0 60px;
}

.products-thumbs {
  padding: 0 60px;
  text-align: center;
}

.products-thumbs .prd-filters {
  justify-content: center;
}

.ps-l {
  width: 260px;
  float: left;
}

.filters {
  padding: 15px 22px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.11);
}

.fr-item {
  padding: 30px 0;
}

.fr-item:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}

.custom-checkbox-block {
  margin-left: -2px;
}

.custom-checkbox-block span {
  position: relative;
  bottom: -3px;
}

.checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-position: 15px 0;
}

.checkbox input {
  display: none;
}

.fr-item label {
  margin-bottom: 8px;
  display: block;
}

.fr-item label span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #757575;
}

.fr-item label .f-itemS {
  font-weight: 700;
  color: #040f0f;
}

.fr-item h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #040f0f;
}

.fr-menu {
  margin-left: 30px;
  margin-bottom: 8px;
}

.fr-menu div {
  max-width: 130px;
  box-sizing: border-box;
  padding: 8px 4px;
}

.fr-menu div:not(:last-child) {
  border-bottom: 1px solid #d7d6d6;
}

.fr-menu a {
  font-size: 12px;
  color: #757575;
}

.fr-menu a:hover {
  text-decoration: underline;
}

.ps-r {
  position: relative;
  /* width: calc(100% - 310px); */
  /* float: right; */
}

.breadcrumbs {
  margin-bottom: 11px;
}

.breadcrumbs * {
  font-size: 16px;
  color: #757575;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span:last-child {
  font-weight: 700;
}

.ps-r h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  color: #040f0f;
}

.select-block {
  display: inline-block;
  position: relative;
}

.filter-responsive {
  display: none;
  margin: 0 0 30px;
}

.select-options {
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0.209px 2.993px 6.72px 0.28px rgba(74, 120, 203, 0.5);
}

.select-options::before {
  content: "";
  display: block;
  width: 41px;
  height: 27px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-dropdown-triangle.png");
}

.select-options span {
  display: block;
  width: 220px;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 0;
}

.select-options span:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.select-options span:hover {
  text-decoration: underline;
}

.spec-val {
  display: block;
  padding-right: 24px;
  font-size: 18px;
  cursor: pointer;
  color: #141414;
  border-bottom: 1px solid #3d3d3e;
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-arrow-down.png");
  background-position: 100% 10px;
  background-repeat: no-repeat;
  transition: background 0.5s;
}

.select-block:hover .spec-val {
  background-position: 100% 12px;
}

.ps-r .thumbs {
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}

.thumbs a {
  margin-bottom: 30px;
  /* padding: 27px 32px 44px; */
  box-sizing: border-box;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
  transition: box-shadow 0.5s;
}

.thumbs > a {
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
  text-align: center;
  position: relative;
}

.no-carousel {
  margin: 0 -1%;
}

.no-carousel a {
  display: inline-block;
  margin-bottom: 30px;
  width: 330px;
  min-height: 380px;
  /* padding: 27px 32px 44px; */
  box-sizing: border-box;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
  transition: box-shadow 0.5s;
}

.t-icon {
  margin: 20px 20px 5px;
  display: block;
  height: 26px;
  text-align: right;
  z-index: 1;
}

.t-dscr {
  display: block;
  padding: 15px;
  width: 100%;
  min-height: 80px;
  box-sizing: border-box;
}

.t-dscr span {
  margin-top: 10px;
  font-size: 18px;
  color: #013155;
}

.td-type {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  color: #ab4421;
}

.td-cars {
  display: block;
  color: #EF6B00;
  padding-top: 5px;
}

.td-cars label {
  color: #5BA9E3;
}

.td-cars font {
  color: #5BA9E3;
}

.t-pic {
  display: block;
  height: 216px;
  box-sizing: border-box;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.t-pic img {
  max-width: 99%;
  max-height: 99%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.t-dscr h4 {
  font-weight: 700;
  font-size: 22px;
  color: #013155;
  text-transform: uppercase;
}

.t-more {
  display: inline-block;
  margin-top: 5px;
  padding-right: 45px;
  font-size: 24px;
  color: #040f0f;
  background-image: url(../../external.html?link=https://dandrelectronics.com/images/icons/icon-arrows.png);
  background-position: 96% 5px;
  background-repeat: no-repeat;
  transition: background-position 0.5s;
}

a:hover .t-more {
  background-position: 100% 5px;
}

.thumbs a:hover {
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.75);
}

.product-page {
  padding: 0 60px;
}

.pp-main {
  margin-top: 40px;
}

.ppm-l {
  margin-bottom: 20px;
  float: left;
  width: 34.5%;
}

.pp-gallery {
  font-size: 0;
}

.pp-gallery a {
  margin-bottom: 37px;
  display: inline-block;
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
  transition: box-shadow 0.5s;
}

.pp-gallery a:first-child {
  padding: 10px;
  width: 100%;
  height: 395px;
}

.pp-gallery a:not(:first-child) {
  width: 29%;
  height: 117px;
}

.pp-gallery a:nth-child(3n + 3) {
  margin-left: 6.5%;
  margin-right: 6.5%;
}

.pp-gallery a:hover {
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.75);
}

.pp-gallery a:first-child img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.pp-gallery a:not(:first-child) img {
  object-fit: cover;
  height: 100%;
}

.ppm-cr-wrapper {
  float: right;
  width: 61%;
}

.ppm-c {
  margin-bottom: 57px;
  float: left;
  margin-right: 1.5%;
  width: 59%;
}

.ppm-c .wrapper {
  max-width: 660px;
}

.ppm-c h1 {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 48px;
  color: #040f0f;
}

.pp-type {
  min-height: 25px;
  padding-left: 37px;
  padding-top: 1px;
  font-weight: 700;
  font-size: 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.pp-type.electronic {
  color: #a11c26;
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-electronic.png");
}

.pp-type.metal {
  color: #013155;
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-metal.png");
}

.ppmc-sep {
  margin: 26px 0;
  height: 1px;
  background: #d7d6d6;
}

.ppm-c h5 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 30px;
  color: #040f0f;
  text-transform: uppercase;
}

.pp-descr {
  margin-bottom: 35px;
}

.pp-descr p {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #040f0f;
}

.pp-descr ul {
  margin-left: 1em;
}

.pp-descr li {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #040f0f;
}

.pdf-link {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 9px 0 0 59px;
  min-height: 32px;
  color: #989c94;
  font-size: 18px;
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-pdf.png") 0 0 no-repeat;
}

.pdf-link span {
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}

.pdf-link:hover span {
  border-bottom: 1px solid #989c94;
}

.ppm-r {
  margin-bottom: 57px;
  float: right;
  width: 33%;
}

.main-features {
  padding: 35px 35px 45px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.main-features h5 {
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
  color: #141414;
}

.main-features .wrapper {
  margin-left: 11px;
}

.mf-features {
  margin-bottom: 30px;
}

.pdf-link-small {
  min-height: 26px;
  margin-bottom: 14px;
  padding-top: 8px;
  padding-left: 40px;
  float: left;
  clear: left;
  color: #141414;
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-pdf-download.png") 0 0 no-repeat;
}

.pdf-link-small:hover {
  text-decoration: underline;
}

.mf-body {
  margin-bottom: 35px;
  font-size: 18px;
  color: #757575;
}

.mf-body a,
.mf-remark a {
  color: #4a78cb;
  text-decoration: underline;
}

.mf-body a:hover,
.mf-remark a:hover {
  text-decoration: none;
}

.mf-remark p {
  font-size: 10px;
  color: #a0a0a0;
}

.main-features .common-link {
  margin-bottom: 30px;
}

.pp-specs-and-form {
  padding: 88px 60px 40px;
  background: #f6f7f7;
}

.pps-l,
.pps-r {
  margin-bottom: 30px;
  width: 50%;
  float: left;
}

.pps-r:first-child {
  width: 100%;
  float: none;
}

.pps-l:last-child {
  width: 100%;
  float: none;
}

.pp-specs-and-form h2 {
  margin-bottom: 42px;
  line-height: 1;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #040f0f;
}

.pps-l .wrapper {
  margin-right: 40px;
  /* max-width: 780px; */
}

.specs-table {
  margin-top: -11px;
}

.st-row {
  padding: 11px 7px;
  font-size: 18px;
  color: #141414;
}

.st-row:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}

.st-label {
  padding-right: 10px;
  box-sizing: border-box;
}

.st-label:not(:last-child) {
  width: 50%;
  float: left;
}

.st-value {
  width: 50%;
  float: left;
}

.similar-products {
  padding: 60px 10px;
}

.sp-title {
  margin-bottom: 50px;
  text-align: center;
}

.sp-title h2 {
  margin-bottom: 17px;
  line-height: 1;
  font-weight: 700;
  font-size: 48px;
  color: #124ea2;
}

.sp-title p {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  color: #040f0f;
}

.title-block {
  margin-bottom: 50px;
  height: 110px;
  padding: 10px;
  text-align: center;
  background: url("../../external.html?link=https://dandrelectronics.com/images/title-block-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.title-block h1 {
  font-weight: 700;
  font-size: 60px;
  /* color: #fff; */
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.paragraph {
  padding: 0 60px;
  margin-bottom: 40px;
  position: relative;
}

.par-txt {
  width: 48.5%;
  font-size: 16px;
}

.par-txt:first-child:last-child {
  width: 100%;
}

.par-txt .common-link {
  margin-right: 1em;
}

.par-pic {
  width: 48.5%;
}

.par-r .par-pic {
  float: right;
  position: relative;
}

.par-r .par-txt {
  float: left;
}

.par-l .par-pic {
  float: left;
}

.par-l .par-txt {
  float: right;
}

.par-l .par-txt:not(:first-child:last-child) .wrapper {
  max-width: 840px;
}

.par-txt-large {
  width: 68.5%;
  font-size: 16px;
}

.par-txt-large:first-child:last-child {
  width: 100%;
}

.par-txt-large .common-link {
  margin-right: 1em;
}

.par-pic-small {
  width: 28.5%;
}

.par-r .par-pic-small {
  float: right;
  position: relative;
}

.par-r .par-txt-large {
  float: left;
}

.par-l .par-pic-small {
  float: left;
}

.par-l .par-txt-large {
  float: right;
}

.par-l .par-txt-large:not(:first-child:last-child) .wrapper {
  max-width: 840px;
}

.abt-us .par-pic img {
  width: 100%;
  display: block;
  /* border-radius: 28px;
  box-shadow: 0px 0px 25.65px 1.35px rgba(74, 120, 203, 0.45); */
}

.play-btn {
  position: absolute;
  left: 22%;
  top: 45%;
}

.kw-more {
  padding: 30px 20px;
  text-align: center;
  background: #edeff0;
}

.kw-title {
  margin-bottom: 30px;
}

.kw-title h1 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 48px;
  color: #739fc7;
}

.kw-title p {
  font-size: 24px;
}

.kw-title p:not(:last-child) {
  margin-bottom: 1em;
}

.kw-title p a {
  color: #4a78cb;
  text-decoration: underline;
}

.kw-title p a:hover {
  text-decoration: none;
}

.kw-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.kw-items a {
  width: 350px;
  margin: 0 25px 25px;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 1px 16px 0px rgba(74, 120, 203, 0.55);
  transform: scale(1);
  transition: transform 0.5s;
}

.kw-items a:hover {
  transform: scale(1.05);
}

.kw-items a[data-fancybox] .kwi-pic::after {
  content: "";
  display: block;
  width: 60px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-play-youtube.png");
}

.kw-items a[data-fancybox] .kwi-body::after {
  content: "Read More";
  margin-top: 20px;
  display: block;
  font-weight: 800;
  font-size: 16px;
  color: #013155;
  text-decoration: underline;
}

.kw-items a[data-fancybox]:hover .kwi-body::after {
  text-decoration: none;
}

.kwi-pic {
  position: relative;
  display: block;
  height: 259px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.kwi-body {
  display: block;
  padding: 16px 20px;
}

.kwi-body p {
  font-size: 16px;
  color: #013155;
  letter-spacing: 2px;
}

.par-title h1 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 48px;
  color: #417db3;
}

.par-title h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #757575;
}

.par-title p {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 24px;
  color: #417db3;
}

.par-txt .wrapper > p {
  margin-bottom: 1em;
  font-size: 18px;
  color: #141414;
}

.par-txt h3 {
  font-size: 24px;
  margin-bottom: 1em;
}

.par-txt ul {
  font-size: 18px;
}

.par-txt ul li {
  margin-bottom: 10px;
  list-style: none;
}

.why-block {
  background-image: url(../../external.html?link=https://dandrelectronics.com/images/why-block-bg.jpg);
  background-size: cover;
  color: #fff;
  padding: 70px 0 30px;
  margin-bottom: 60px;
}

.par-link {
  display: inline-block;
  padding: 0 72px 5px 0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #001730;
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-arrow-right.png");
  background-position: 100% 3px;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #001730;
  transition: all 0.5s ease;
  transition-property: border-bottom, background-position;
}

.par-link:hover {
  background-position: 97% 3px;
  border-bottom: 1px dashed transparent;
}

.dovetail-page .par-link {
  margin-top: 20px;
}


.dvtl-why {
  background-image: url("../../external.html?link=https://dandrelectronics.com/images/why-block-bg.jpg");
  background-size: cover;
  color: #fff;
  padding: 41px 0 10px;
}

.dvtl-why:not(:last-child) {
  margin-bottom: 60px;
}

.why-block .par-txt .par-title h1,
.why-block .par-txt p,
.why-block .par-txt .par-title p {
  color: #fff;
}

.why-block .par-txt .par-link {
  color: #fff;
  border-bottom: 1px dashed #ffffff;
  background-image: url(../../external.html?link=https://dandrelectronics.com/images/icons/icon-arrow-right-white.png);
  margin-top: 1em;
}

.why-block .wrapper {
  font-size: 0;
}

.video-link {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 55px;
  box-shadow: 0px 0px 25.65px 1.35px rgba(251, 251, 251, 0.45);
}

.video-link.blue {
  box-shadow: 0px 0px 25.65px 1.35px rgba(74, 120, 203, 0.45);
}

.video-link span {
  border-radius: 55px;
  overflow: hidden;
  width: 100%;
}

.video-link span img {
  width: 100%;
  display: block;
  border-radius: 55px;
}

.dvtl-why h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.why-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.why-dv-adv {
  max-width: 360px;
  margin: 0 1% 20px;
  width: calc(90% / 3);
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 1em;
}

.why-dv-adv h3 {
  text-transform: uppercase;
  margin: 1em 0;
  font-size: 24px;
}

.wb-title {
  display: inline-block;
  vertical-align: top;
  width: 31.3%;
  margin: 0 1% 44px;
  padding-left: 7px;
  box-sizing: border-box;
  max-width: 100%;
  line-height: 60px;
  text-transform: uppercase;
}

.wb-title p {
  font-weight: 700;
  font-size: 48px;
}

.wb-title div {
  font-size: 60px;
}

.wb-title span:first-child {
  color: #d10000;
}

.wb-title span:last-child {
  color: #124ea2;
}

.wb-item {
  display: inline-block;
  vertical-align: top;
  width: 31.3%;
  max-width: 100%;
  min-height: 185px;
  padding: 28px 32px 28px 20px;
  margin: 0 1% 44px;
  box-sizing: border-box;
  border-radius: 28px;
  box-shadow: 0px 14px 6.48px 1.52px rgba(25, 18, 18, 0.38);
}

.wb-item:nth-child(even) {
  background: rgba(255, 255, 255, 0.32);
}

.wb-item:nth-child(odd) {
  background: rgba(0, 48, 73, 0.81);
}

.wb-num {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 100px;
  line-height: 73px;
  width: 65px;
  padding-right: 5px;
}

.wb-item:nth-child(even) .wb-num {
  color: #f5f4ff;
}

.wb-item:nth-child(odd) .wb-num {
  color: #4e80a8;
}

.wb-descr {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 70px);
}

.wb-descr h3 {
  margin: -4px 0 11px;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 130%;
}

.wb-descr p {
  font-size: 18px;
}

.products {
  margin-bottom: 30px;
}

.products .categories-thumbs {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}

.products .categories-thumbs:first-child {
  display: flex;
}

.prd-filters {
  display: flex;
  width: 98%;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
}

.fltr-selcted {
  padding: 0.5em 1.5em;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 49px 0px rgba(74, 120, 203, 0.48);
}

.prd-filters li {
  margin: 0 15px 30px;
  display: inline-block;
  list-style: none;
  cursor: pointer;
  padding: 0.5em 1.5em;
  font-size: 24px;
}

.prd-filters li:hover {
  color: #739fc7;
}

.product-thumb {
  /* padding: 10px 10px 20px; */
  width: 9%;
  border-radius: 25px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 16px 0px rgba(51, 101, 138, 0.47);
  min-height: 180px;
  cursor: pointer;
  color: #000;
  margin: 1%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: box-shadow 0.5s;
}

.pt-img {
  display: block;
  height: 133px;
}

.pt-img img {
  max-width: 95%;
  max-height: 95%;
  position: relative;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}

.electronic-devices {
  color: #4061ab;
}

.metal-devices {
  color: #a11c26;
}

.product-thumb.EL:not(.M) {
  border-bottom: 5px solid #4061ab;
  color: #000;
}

.product-thumb.M:not(.EL) {
  border-bottom: 5px solid #a11c26;
  color: #000;
}

.product-thumb.M.EL {
  border-top: 5px solid #4061ab;
  border-bottom: 5px solid #a11c26;
  color: #000;
}

.product-thumb h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 10px 10px;
}

.product-thumb:hover {
  box-shadow: 0px 1px 16px 0px rgba(51, 100, 138, 0.705);
}

.no-cats-text {
  display: none;
  font-size: 18px;
  font-weight: 800;
  color: #040f0f;
}

.literature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 60px 50px;
}

.mat-blc {
  display: block;
  width: 20%;
  text-align: center;
  margin: 0 2.5% 30px;
}

.m-img img {
  box-sizing: border-box;
  border-radius: 10px;
}

.m-img .shadowed {
  box-shadow: 0px 0px 6.72px 0.28px rgba(64, 97, 171, 0.45);
}

.m-dscr {
  font-size: 18px;
  padding: 1em 0;
}

.m-dscr .dwl-file {
  text-transform: uppercase;
  margin-top: 10px;
  color: #4061ab;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}

.m-dscr .dwl-file:hover {
  text-decoration: underline;
}

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

.text-block .row p {
  max-width: 100%;
}

.newsletter-page {
  padding: 0 60px;
  margin-bottom: 60px;
}

.leftcolumn {
  float: left;
  width: 67%;
}

.rightcolumn {
  padding-bottom: 40px;
  float: left;
  width: 28%;
  padding-left: 3%;
  margin-left: 1%;
  border-left: 2px solid #0a0713;
}

.rightcolumn .card h2 {
  font-size: 30px;
}

.read-mr-btn {
  display: inline-block;
  height: 14px;
  line-height: 12px;
  padding-right: 26px;
  font-size: 18px;
  color: #4061ab;
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-chevrons-learn-more.png") 100% 0 no-repeat;
}

.read-mr-btn:hover {
  text-decoration: underline;
}

.blogimg {
  position: relative;
  width: 47%;
  border-radius: 5px;
  margin: 0 3% 0 0;
  height: 295px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  box-shadow: 0px 0px 9.6px 0.4px rgba(64, 97, 171, 0.45);
}

.blogimg[data-fancybox] {
  cursor: pointer;
}

.blogimg-small {
  margin-right: 20px;
  display: inline-block;
  width: 120px;
  height: 110px;
  border-radius: 5px;
}

.blogtxt {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: 2px;
}

.blogimg + .blogtxt {
  width: 48%;
}

.blogtxt h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 30px;
  color: #0a0713;
  letter-spacing: 3px;
}

.blogtxt p {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 1em;
}

.rightcolumn .blogimg {
  box-shadow: 0px 0px 12.35px 0.65px rgba(12, 17, 33, 0.14);
  min-height: 100px;
  width: 20%;
}

.card {
  font-size: 0;
  background-color: white;
  margin-bottom: 20px;
  border-bottom: 1px solid #757575;
  padding-bottom: 20px;
  max-width: 1100px;
  overflow: hidden;
}

.card h3 {
  margin-bottom: 1em;
}

.card .services {
  display: block;
  padding: 0 10px;
  padding-bottom: 0px;
  width: 90%;
  margin: 0;
  cursor: pointer;
  border-bottom: none;
}

.card .service {
  display: block;
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 0.5em 0.5em;
  margin-bottom: 1em;
}

.card .socials a {
  margin-right: 10px;
}

div.card:nth-last-child(1) {
  border-bottom: none;
}

.rightcolumn h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
}

.blogtxt-small {
  display: inline-block;
  vertical-align: top;
}

.blogimg-small + .blogtxt-small {
  width: calc(100% - 140px);
}

.blogtxt-small h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3px;
  color: #0a0713;
}

.blogtxt-small p {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 1em;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.text-block.blog-page {
  padding: 5em;
}

.text-block.blog-page h2 {
  text-align: left;
  font-size: 36px;
}

.text-block.blog-page h3 {
  margin: 2em 0 1em;
  font-size: 24px;
  text-align: left;
}

.text-block.blog-page h5 {
  color: #757575;
  text-align: left;
}

.text-block.blog-page .blogimg {
  display: inline-block;
  width: 29%;
}

.text-block.blog-page .blogtxt {
  display: inline-block;
  width: 69%;
  text-align: left;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #040f0f;
}

.quote-paragraph {
  border-left: 1px solid #757575;
  padding-left: 25px;
  font-style: italic;
}

.blog-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.show {
  display: block;
}

.scf-block {
  position: relative;
  color: #000;
}

.scf-val {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 25px;
  border: 1.5px solid rgb(238, 237, 237);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: rgba(221, 221, 221, 0.425) url(../../external.html?link=https://dandrelectronics.com/images/icons/dropdown-icon.png)
    95% 50% no-repeat;
}

.scf-options {
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 77px;
  left: 0;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0.209px 2.993px 6.72px 0.28px rgba(74, 120, 203, 0.21);
}

.scf-options::before {
  content: "";
  display: block;
  width: 41px;
  height: 27px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../external.html?link=https://dandrelectronics.com/images/icons/icon-dropdown-triangle.png);
}

.scf-options span {
  display: block;
  width: 220px;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 0;
}

.scf-options span:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.scf-options span:hover {
  text-decoration: underline;
}

.fd-select {
  margin-bottom: 25px;
  position: relative;
  color: #000;
}

.fd-val {
  display: block;
  width: 100%;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 2px solid #d2d2d2;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #757575;
  font-size: 14px;
  background: #fff url(../../external.html?link=https://dandrelectronics.com/images/icons/dropdown-icon.png) 95% 50% no-repeat;
}

.fd-options {
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 77px;
  left: 0;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0.209px 2.993px 6.72px 0.28px rgba(74, 120, 203, 0.21);
}

.fd-options::before {
  content: "";
  display: block;
  width: 41px;
  height: 27px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../external.html?link=https://dandrelectronics.com/images/icons/icon-dropdown-triangle.png);
}

.fd-options span {
  display: block;
  width: 220px;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 0;
}

.fd-options span.fd-small {
  padding: 2px 0;
}

.fd-options span:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.fd-options span:hover {
  text-decoration: underline;
}

.js-provinces {
  display: none;
}

.tac {
  text-align: center;
}

.gallery-content {
  padding: 0 60px;
  margin-bottom: 70px;
  font-size: 0;
}

.gallery-menu-responsive-block {
  display: none;
  text-align: center;
}

.gallery-menu-responsive {
  display: inline-block;
}

.grid-menu {
  width: 320px;
  padding-right: 60px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.gm-main {
  margin-bottom: 32px;
  position: relative;
}

.gm-main a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  width: 19px;
  height: 9px;
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-dropdown-category.png");
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.gm-main a.active::after {
  opacity: 1;
}

.gm-main a:not(.active):hover::after {
  opacity: 0.5;
}

.gm-main a {
  font-weight: 700;
  font-size: 27px;
  color: #001730;
  text-transform: uppercase;
}

.grid {
  width: calc(100% - 320px);
  display: inline-block;
  font-size: 0;
}

.gm-sub {
  padding-left: 12px;
}

.gm-sub a {
  position: relative;
  margin-bottom: 30px;
  float: left;
  clear: left;
  font-size: 24px;
  color: #001730;
}

.gm-sub a::before {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: -17px;
  background: url("../../external.html?link=https://dandrelectronics.com/images/icons/icon-submenu.png");
  opacity: 0;
  transition: opacity 0.5s;
}

.gm-sub a:not(.active):hover::before {
  opacity: 0.5;
}

.gm-sub a.active {
  font-weight: 700;
  color: #4a78cb;
}

.gm-sub a.active::before {
  opacity: 1;
}

.grid-sizer,
.grid-item {
  width: 32.333%;
  margin: 4px;
}

.grid-item img {
  width: 100%;
}

.fancybox-close-small {
  background: #fff !important;
  border-radius: 20px !important;
}

.page-err {
  min-height: 40vh;
  padding: 50px 10px;
  text-align: center;
  max-width: 850px;
}

.page-err * {
  margin-bottom: 1em;
}

.page-err a {
  color: #003049;
}

.page-err a:hover {
  text-decoration: underline;
}

.coming-soon {
  padding: 15px;
  font-size: 19px;
}

.tc-icon {
  width: 152px;
  height: 116px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -76px;
  background: url(../../external.html?link=https://dandrelectronics.com/images/icons/icon-play-youtube-large.png);
}

.news-inner {
  padding-top: 35px;
}

.news-inner p {
  line-height: 163%;
  font-size: 18px;
}

.news-inner ul {
  margin-left: 1em;
}

.news-inner a:hover {
  text-decoration: underline;
}

.news-inner a:active {
  color: inherit;
}

.blog-posted {
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #333333;
  font-family: Verdana;
  font-size: 8pt;
}

.blog-posted span {
  position: absolute;
  top: -1px;
  left: 80px;
  width: 19px;
  height: 11px;
  background: url(../../external.html?link=https://dandrelectronics.com/images/comment-arr.gif) no-repeat;
}

.blog-posted font {
  color: #2f7aee;
}

.blog-comments {
  padding-top: 50px;
}

.blog-comments label {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14pt;
  text-transform: uppercase;
}

.bcm-new {
  position: relative;
  display: none;
}

.bcm-new label {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 10pt;
  border-bottom: 1px solid #bebebe;
}

.bcm-new-btn {
  text-align: center;
  padding-top: 30px;
}

.bcm-new-btn a:link,
.bcm-new-btn a:visited {
  border: 1px solid #23356a;
  color: #23356a;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 12pt;
  text-decoration: none;
}

.bcm-new-btn a:hover {
  background-color: #b2b2b2;
  color: #fff;
}

.bcm-input {
  padding-bottom: 10px;
}

.bcm-input span {
  display: block;
  float: left;
  width: 70px;
  padding-top: 3px;
  text-align: right;
  padding-right: 10px;
  font-family: Verdana;
  font-size: 8pt;
}

.bcm-input div {
  float: left;
}

.bcm-input input {
  width: 400px;
  font-family: Verdana;
  font-size: 9pt;
  padding: 2px;
  border: 1px solid #bebebe;
  background-color: #fff;
}

.bcm-input textarea {
  width: 400px;
  height: 100px;
  font-family: Verdana;
  font-size: 9pt;
  padding: 2px;
  border: 1px solid #bebebe;
  background-color: #fff;
  resize: none;
}

.bcm-btn {
  padding-left: 80px;
}

.bcm-none {
  color: #e83731;
}

.bcm-warning {
  padding-left: 80px;
  color: #ff0000;
  padding-bottom: 20px;
}

.faq-news {
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1500px;
}

.news-date {
  font-size: 11pt;
  text-transform: uppercase;
  color: #757575;
}

.news-ttl {
  position: relative;
  z-index: 1;
  padding: 10px 0 15px;
  margin-bottom: 10px;
  font-size: 23pt;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

A.news-link{
	display: inline-block;
	margin-top: 20px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	padding: 10px 35px;
	background-color: #000;
	position: relative;
	z-index: 1;
	text-decoration: none;
	font-weight: 600;
	color: #FFF;
}

A.news-link .lbl{
	position: relative;
	z-index: 3;
}

A.news-link .icn{
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 2;
	width: 0;
	height: calc(100% - 6px);
	background-color: #FFF;
}

A.news-link:hover{
	color: #000;
}

A.news-link:hover .icn {
	width: calc(100% - 6px);
}

.ajax-error-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

#js-ajax-error {
  display: none;
}

.fancybox-stage .dealers-popup {
  width: 795px;
  min-height: 150px;
  background-color: #fff !important;
  padding: 15px;
  color: #333;
  border-radius: 5px;
}

.ds-full {
  padding: 4px 4px 10px 4px;
  position: relative;
}

.ds-fullFirst {
  padding: 5px 15px 10px 15px;
  position: relative;
}

.ds-full-company {
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #505054;
  color: #505054;
  text-transform: uppercase;
  font-size: 14pt;
}

.ds-full-left {
  float: left;
  width: 110px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}

.ds-full-right {
	float: left;
	width: 100%;
  max-width: 570px;
  padding-bottom: 5px;
}

.ds-full-right a {
  color: #000;
  text-decoration: underline;
}

.ds-full-comment {
	width: 100%;
  max-width: 560px;
  padding: 10px 20px 0 120px;
}

.dealers-popup-wrapper {
  position: relative;
  display: none;
}

.ds-full-province {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.login-popup {
  display: none;
}

.login-wrapper {
  padding: 10px;
  min-width: 280px;
  background: #fff;
}

.nl-input input {
  margin-top: 10px;
  width: 99%;
  height: 38px;
  line-height: 38px;
  text-indent: 15px;
  font-size: 14px;
  color: #292929;
  border: 1px solid #e5e8ee;
  border-radius: 3px;
}

.rl-btn {
  margin-top: 10px;
}

.rl-btn button {
  cursor: pointer;
  width: 99%;
  height: 38px;
  line-height: 38px;
  text-indent: 15px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #739fc7;
  box-shadow: 0 0 10px rgba(0,0,0,0);
  transition: box-shadow .5s;
}

.nl-links {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.nl-links a {
  font-size: 12px;
}

.nl-links a:hover {
  text-decoration: underline;
}

.rl-btn button:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.login-error-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px 20px;
}

ul.login-error {
  padding-bottom: 10px;
  margin-left: 1em;
}

ul.login-error li {
  color: #FF0000;
  font-size: 10pt;
}

.downloads-content,
.register-content{
  width: 763px;
  margin: 0 auto;
  padding: 30px 30px;
}

.reg-left{
  float: left;
  width: 260px;
}

.reg-right{
  float: right;
  width: 440px;
  padding-left: 40px;
}

.reg-login{
  border: 1px solid #808588;
  padding: 15px;
}

.reg-msg{
  color: #000;
  padding-bottom: 20px;
  font-size: 10pt;
}

.reg-right table td,
.reg-left table td{
  font-size: 10pt;
}

.reg-right table td:first-child,
.reg-left table td:first-child {
  white-space: nowrap;
  padding-right: 10px;
}

.reg-loginInput {
  border: 1px solid #FFF;
  width: 130px;
  color: #363634;
  font-size: 8pt;
  font-family: Verdana;
  padding: 1px;
  background-color: #ECECE1;
}

.reg-regInput {
  width: 250px;
  height: 30px;
  border: 1px solid #FFF;
  color: #363634;
  font-family: Verdana;
  font-size: 8pt;
  padding: 1px;
  background-color: #ECECE1;
  box-sizing: border-box;
}

input[type="text"].reg-regInput {
  text-indent: 3px;
}

.reg-loginBtn {
  padding-top: 10px;
}

.reg-mainOptions {
  color: #0A4A76;
  font-weight: bold;
}

.reg-captcha {
  border: 1px dotted #8C9C92;
  color: #363634;
  width: 70px;
  font-size: 9pt;
  font-weight: bold;
  background-color: #ECECE1;
  padding: 1px 0 2px;
  text-align: center;
}

#logged-in-popup {
  display: none;
  background: #fff;
}

#logged-in-popup .wrapper {
  padding: 10px;
  min-width: 280px;
  background: #fff;
}

.cart-btn {
  margin-top: 5px;
}

.reg-ok {
  margin-bottom: 20px;
  color: #809FB6;
}

.nothing {
  text-align: center;
  margin: 10px 10px 30px;
}

.cart-data{
  width: 750px;
  margin-bottom: 10px;
  padding: 5px 5px 15px;
}

.cart-data div{
  float: left;
}

.ch-image{
  width: 160px;
}

.ch-product{
  width: 380px;
  padding-right: 10px;
}

.ch-product2{
  width: 480px;
  padding-right: 10px;
}

.cart-title{
  display: block;
  font-weight: bold;
  color: #FF7200;
  text-transform: uppercase;
}

.ch-quantity{
  text-align: center;
  width: 100px;
}

.ch-action{
  text-align: center;
  width: 100px;
}

.cart-qlabel{
  float: right;
  width: 20px;
  padding-right: 20px;
  padding-top: 5px;
  font-weight: bold;
  color: #FF7200;
  text-transform: uppercase;
}

.cart-quantity, A.cart-quantity:link, A.cart-quantity:visited{
  display: block;
  float: right;
  margin-right: 10px;
  width: 40px;
  padding-top: 3px;
  height: 19px;
  font-weight: bold;
  font-size: 9pt;
  color: #FFF;
  text-align: center;
  background-color: #0986DC;
  text-decoration: none;
}

.cart-quantity input{
  font-size:8pt;
  font-family:Verdana;
  color:#3C586D;
  padding: 0;
  text-align: center;
  border: 0;
}

.cart-quantity button{
  font-size: 7pt;
  font-family: Verdana;
  color: #FFF;
  border:1px solid #FFF;
  font-weight: bold;
  background-color: #0D4C78;
  cursor: pointer;
  text-decoration: none;
  margin-top: 3px;
  padding: 1px 3px;
}

.cart-action{
  padding-top: 5px;
}

.cart-action A:link, .cart-action A:visited{
  color: #DA7C82;
  text-decoration: none;
  font-weight: bold;
}

.cart-action A:hover {
  text-decoration: underline;
}

.cart-thank {
  text-align: center;
  padding: 10px 40px 50px;
}

#dl-state {
  padding-top: 10px;
  display: none;
}

.cart-comments {
  border-bottom: 1px solid #5E6061;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cart-comments label {
  display: block;
  padding-bottom: 5px;
  font-size: 10pt;
  color: #FFF;
}

.cart-notes textarea {
  width: 100%;
  height: 170px;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #d2d2d2;
  border-radius: 10px;
  font-size: 18px;
  outline: 0;
  resize: none;
}

.cart-submit {
  padding-bottom: 10px;
}

.cart-submit div {
  padding-bottom: 5px;
}

.cart-submit div.cart-label {
  color: #FFF;
  font-weight: bold;
  padding-bottom: 10px;
}

.cart-content {
  max-width: 750px;
  margin: 20px auto;
}

@media (max-width: 1700px) {
  .ppm-c {
    width: 65%;
  }
}

@media (max-width: 1680px) {
  .search-input {
    width: 205px;
  }
}

@media (max-width: 1640px) {
  .hib-block {
    max-width: 260px;
  }
}

@media (max-width: 1625px) {
  .home-about-us-block .hab-l img {
    left: 0;
  }
}

@media (max-width: 1610px) {
  .logo {
    max-width: 450px;
    top: 0;
    left: 20px;
  }

  .h-container {
    width: calc(100% - 530px);
  }
}

@media (max-width: 1590px) {
  .products-thumbs {
    padding: 0 10px;
  }

  .product-page {
    padding: 0 10px;
  }

  .ppm-cr-wrapper {
    float: right;
    width: 64%;
  }

  .main-features {
    padding: 10px;
  }

  .habr-adv {
    width: 100%;
  }

  .habr-adv:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 1575px) {
  .gm-main a {
    font-size: 25px;
  }

  .gm-main a::after {
    top: 9px;
  }

  .gm-sub a {
    font-size: 18px;
  }

  .gm-sub a::before {
    top: 7px;
    left: -11px;
  }

  .gallery-content {
    padding: 0 20px;
  }
}

@media (max-width: 1560px) {
  .paragraph {
    padding: 0 20px;
  }
}

@media (max-width: 1510px) {
  .home-page {
    padding: 0 10px;
  }

  .habr-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 1480px) {
  .circle-bg {
    display: none;
  }

  .logo {
    left: 10px;
  }

  .h-container {
    width: calc(100% - 482px);
  }

  .hib-block {
    max-width: 230px;
  }

  .hib-block.block-3 {
    bottom: 41%;
  }

  .hib-block.block-4 {
    bottom: 41%;
  }

  .home-about-block {
    margin: 0 10px;
  }

  .products-splash {
    padding: 0 10px;
  }

  .ps-r {
    width: calc(100% - 280px);
  }

  .pp-specs-and-form {
    padding: 40px 10px 0;
  }

  .ppm-c h1 {
    font-size: 40px;
  }

  .main-features {
    padding: 15px 10px 25px;
  }
}

@media (max-width: 1430px) {
  .header {
    height: 101px;
  }

  .content {
    margin-top: 101px;
  }

  .htr-phone {
    display: none;
  }

  .h-cat-menu a {
    font-size: 13px;
  }

  .tb-pattern-l,
  .tb-pattern-r {
    opacity: 0.5;
  }
}

@media (max-width: 1425px) {
  .thumbs > a {
    width: 31.33%;
  }
}

@media (max-width: 1420px) {
  .product-thumb {
    width: 10.5%;
  }
}

@media (max-width: 1365px) {
  .wb-title p,
  .wb-title div {
    font-size: 40px;
  }

  .home-about-block,
  .home-about-us-block {
    padding: 30px 10px;
  }
}

@media (max-width: 1345px) {
  .common-link {
    font-size: 15px;
  }

  .par-title h1 {
    font-size: 38px;
  }

  .home-thumbs {
    margin-bottom: 15px;
  }

  .home-info-block {
    background: none;
    text-align: center;
  }

  .home-info-block > img {
    display: none;
  }

  .hib-title {
    position: static;
    margin-bottom: 30px;
  }

  .hib-block {
    position: static;
    max-width: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 1330px) {
  .habr-shadow-title {
    display: none;
  }
}

@media (max-width: 1290px) {
  .newsletter-page {
    padding: 0 20px;
  }

  .rightcolumn h2 {
    font-size: 38px;
  }
}

@media (max-width: 1275px) {
  .hab-r .second-img {
    right: 1%;
  }

  .why-dv-adv h3 {
    font-size: 20px;
  }
}

@media (max-width: 1255px) {
  .header {
    height: 86px;
  }

  .content {
    margin-top: 86px;
  }

  .htr-phone {
    display: inline-block;
  }

  .top-menu {
    display: none;
  }

  .h-cat-menu {
    display: none;
  }

  .responsive-menu-trigger {
    display: block;
  }

  .h-top {
    padding-top: 14px;
    border-bottom: none;
  }

  .wb-descr h3 {
    font-size: 20px;
  }
}

@media (max-width: 1230px) {
  .ppm-c {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .ppm-r {
    clear: both;
    float: none;
    width: auto;
  }

  .pp-gallery a {
    margin: 0 0 15px;
    border-radius: 10px;
  }

  .pp-gallery a:not(:first-child) {
    width: 49%;
    height: 117px;
  }

  .pp-gallery a:nth-child(2n + 2) {
    margin-right: 2%;
  }

  .pp-gallery a:nth-child(3n + 3) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .paragraph {
    padding: 0 10px;
  }

  .why-block {
    padding: 40px 0 1px;
  }

  .mat-blc {
    width: 30%;
    margin-left: 1.6%;
    margin-right: 1.6%;
  }
}

@media (max-width: 1160px) {
  .htr-phone {
    display: none;
  }
}

@media (max-width: 1150px) {
  .tb-shadow-title {
    display: none;
  }
}

@media (max-width: 1145px) {
  .home-about-block {
    margin: 0 10px 20px;
  }
}

@media (max-width: 1140px) {
  .pp-gallery a:first-child {
    width: 100%;
    height: 395px;
  }

  .pp-gallery a:first-child {
    height: 295px;
  }

  .pp-gallery a {
    margin-bottom: 17px;
  }

  .pp-main {
    margin-top: 20px;
  }

  .sp-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 1130px) {
  .habr-title h2 {
    margin-bottom: 0;
    font-size: 50px;
  }

  .footer {
    padding: 35px 10px;
  }

  .similar-products {
    padding: 30px 10px;
  }

  .grid-menu {
    width: 320px;
    padding-right: 30px;
  }

  .grid-menu {
    width: 260px;
  }

  .grid {
    width: calc(100% - 260px);
    display: inline-block;
  }

  .grid-sizer,
  .grid-item {
    width: 47%;
  }

  .grid-sizer,
  .grid-item {
    width: 47%;
  }
}

@media (max-width: 1125px) {
  .product-thumb {
    width: calc(92% / 4);
  }
}

@media (max-width: 1095px) {
  .leftcolumn {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .rightcolumn {
    padding-bottom: 20px;
    float: none;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

@media (max-width: 1090px) {
  .thumbs > a {
    width: 48%;
  }
}

@media (max-width: 950px) {
  .fancybox-stage .dealers-popup {
    width: 100%;
  }

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

  .ds-full-right:not(:last-child) {
    padding-bottom: 15px;
  }
}

@media (max-width: 900px) {
  .why-wrapper {
    display: block;
  }

  .why-dv-adv {
    max-width: none;
    width: auto;
  }
}

@media (max-width: 1085px) {
  .pp-specs-and-form h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .mat-blc {
    width: 45%;
  }
}

@media (max-width: 1080px) {
  .video-button {
    padding: 5px;
  }
}

@media (max-width: 1055px) {
  .par-title h1 {
    font-size: 34px;
  }
}

@media (max-width: 1050px) {
  .inquire-trigger {
    margin-right: 10px;
  }

  .search-form {
    display: none;
  }

  .responsive-search {
    display: block;
  }
}

@media (max-width: 1025px) {
  .why-block {
    padding: 40px 10px;
  }

  .wb-title {
    width: 100%;
    margin: 0 0 30px;
  }

  .wb-title * {
    display: inline;
  }

  .wb-title p,
  .wb-title div {
    margin-right: 10px;
  }

  .wb-item {
    width: 48%;
    margin: 0 1% 30px;
  }
}

@media (max-width: 1010px) {
  .f-top {
    flex-wrap: wrap;
  }

  .f-item {
    width: 48%;
  }

  .habr-title h2 {
    font-size: 40px;
  }

  .f-item h5 {
    font-size: 20px;
  }

  .f-item h4 {
    font-size: 20px;
  }

  .fi-wrapper {
    padding-left: 40px;
  }
}

@media (max-width: 980px) {
  .home-thumbs {
    font-size: 0;
  }

  .home-thumbs a {
    width: 46%;
    margin: 0 2% 20px;
  }

  .ht-title h4 {
    font-size: 30px;
  }

  .kw-title h1 {
    font-size: 35 px;
  }
}

@media (max-width: 975px) {
  .pps-l,
  .pps-r {
    width: auto;
    margin-bottom: 0;
    float: none;
  }

  .pps-l .wrapper {
    margin-right: 0;
    max-width: none;
  }
}

@media (max-width: 960px) {
  .paragraph {
    margin-bottom: 20px;
  }

  .par-txt,
  .par-pic,
  .par-txt-large,
  .par-pic-small {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .par-txt,
  .par-txt-large {
    text-align: center;
  }

  .dvtl-why h1 {
    font-size: 40px;
  }
}

@media (max-width: 940px) {
  .text-block h1,
  .hib-title h1,
  .habr-title h2,
  .sp-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 895px) {
  .title-block h1 {
    font-size: 40px;
  }
}

@media (max-width: 860px) {
  .gallery-menu-responsive-block {
    display: block;
    padding-bottom: 30px;
  }

  .grid-menu {
    display: none;
  }

  .grid {
    width: 100%;
  }

  .grid-sizer,
  .grid-item {
    width: 49%;
  }
}

@media (max-width: 850px) {
  .hab-l {
    float: none;
    width: auto;
    margin-bottom: 25px;
  }

  .hab-r {
    float: none;
    width: auto;
  }

  .search-by-car h2 {
    font-size: 40px;
  }

  .home-about-us-block .hab-l img {
    max-width: 400px;
    margin: 0 auto;
  }

  .about-title {
    padding: 0 20px;
  }

  .home-about-block {
    margin: 0 10px;
  }

  .kw-items a {
    width: 350px;
    margin: 0 0 25px;
  }
}

@media (max-width: 830px) {
  .ps-r h1 {
    font-size: 28px;
  }
}

@media (max-width: 810px) {
  .ppm-c h1 {
    font-size: 35px;
  }

  .ppmc-sep {
    margin: 15px 0;
  }

  .grid-sizer,
  .grid-item {
    width: 46%;
  }
}

@media (max-width: 790px) {
  .thumbs > a {
    width: 98%;
  }
}

@media (max-width: 765px) {
  .wb-title {
    line-height: inherit;
  }

  .wb-item {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media (max-width: 740px) {
  .header {
    height: 63px;
  }

  .content {
    margin-top: 63px;
  }

  .h-top {
    padding-top: 10px;
  }

  .ht-r {
    padding-right: 0;
  }

  .logo {
    max-width: 260px;
    top: 6px;
  }

  .h-container {
    width: calc(100% - 180px);
    margin: 0px 10px 0 0;
  }

  .h-top {
    border: none;
  }

  .inquire-trigger {
    padding: 10px;
  }

  .responsive-menu-container {
    top: 59px;
  }
}

@media (max-width: 680px) {
  .header {
    padding-bottom: 0px;
  }

  .home-thumbs a {
    width: 96%;
    min-height: 365px;
    margin: 0 2% 20px;
  }

  .ht-title {
    height: 150px;
  }

  .text-block h1 {
    padding-top: 20px;
  }

  .ppm-l {
    width: auto;
    float: none;
  }

  .ppm-cr-wrapper {
    width: auto;
    float: none;
  }
}

@media (max-width: 675px) {
  .fot-l,
  .fot-r {
    width: auto;
  }

  .fot-l {
    margin-right: 10px;
  }
}

@media (max-width: 670px) {
  .paragraph {
    padding-bottom: 0;
  }

  .why-wrapper {
    display: block;
  }

  .why-dv-adv {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 650px) {
  .search-by-car h2 {
    font-size: 30px;
  }

  .search-by-car p {
    margin: 0 auto 15px;
  }
}

@media (max-width: 615px) {
  .ps-l {
    display: none;
  }

  .ps-r {
    float: none;
    width: auto;
  }

  .ps-r .thumbs {
    margin-left: 0;
  }

  .thumbs > a {
    width: 48%;
  }

  .mat-blc {
    width: 100%;
  }

  .product-thumb {
    width: calc(94% / 3);
  }
}

@media (max-width: 600px) {
  .extra-top {
    display: block;
  }

  .fot-r {
    padding-top: 10px;
  }

  .fot-r .third-button {
    float: none;
  }

  .literature {
    padding: 0 20px 20px;
  }
}

@media (max-width: 590px) {
  .newsletter-page {
    margin-bottom: 20px;
  }

  .grid-sizer,
  .grid-item {
    width: 100%;
  }

  .blogimg {
    width: auto;
    margin: 0 0 10px;
    display: block;
  }

  .blogtxt {
    display: block;
    width: auto;
  }
}

@media (max-width: 540px) {
  .f-item {
    width: 98%;
  }

  .f-descr {
    max-width: none;
  }
}

@media (max-width: 510px) {
  .thumbs > a {
    width: 98%;
  }
}

@media (max-width: 500px) {
  .st-row {
    padding: 3px 7px;
  }

  .st-row:not(:last-child) {
    border-bottom: none;
  }

  .st-label {
    display: inline-block;
    float: none;
    width: auto;
    font-weight: 700;
  }

  .st-label::after {
    content: ":";
  }

  .st-value {
    float: none;
    width: auto;
  }

  .product-thumb {
    width: 48%;
  }

  .hab-r .video-button img {
    display: none;
  }

  .hab-r h5 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .video-button {
    padding: 5px;
  }

  .vd-btn-text {
    padding: 5px 15px;
  }
}

@media (max-width: 480px) {
  .search-by-car h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .about-title {
    padding: 0 10px;
  }
}

@media (max-width: 470px) {
  .logo {
    max-width: 210px;
    top: 11px;
  }

  .text-block h1,
  .hib-title h1,
  .habr-title h2,
  .sp-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .logo {
    max-width: 156px;
    top: 14px;
  }

  .header {
    height: 56px;
  }

  .content {
    margin-top: 56px;
  }

  .h-top {
    padding-top: 9px;
  }

  .inquire-trigger {
    padding: 10px 2px;
    font-size: 14px;
  }

  .secondary-button {
    font-size: 16px;
    padding-right: 0;
  }

  .secondary-button::after {
    display: none;
  }
}

@media (max-width: 375px) {
  .blogimg-small {
    width: 100%;
    margin-bottom: 10px;
  }

  .blogtxt-small {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .inquire-trigger {
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .text-block h1,
  .hib-title h1,
  .habr-title h2,
  .sp-title h2 {
    font-size: 25px;
  }
}
