@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a:active,
a:visited,
a:focus,
a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[class*='col-'],
.container,
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.container {
  max-width: 1210px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container:after,
.container:before {
  content: none;
}

body {
  color: #303030;
}

body section {
  width: 100%;
}

body section.header .top {
  height: 50px;
  background-color: #404e7f;
  width: 100%;
}

body section.header .top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

body section.header .top .container .email {
  padding-left: 45px;
  background-image: url(/svg/mail.svg);
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
}

body section.header .top .container .email a {
  font-family: ProximaNovaRegular;
  color: #d1daf7;
}

body section.header .top .container .calls {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

body section.header .top .container .calls .telephones {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: right;
  padding-left: 30px;
  /*background-image: url(/svg/mobile.svg);
  background-size: 13px 22px;
  background-repeat: no-repeat;
  background-position: left center;*/
}

body section.header .top .container .calls .telephones li {
  position: relative;
  line-height: 36px;
  width: 170px;
  margin-left: 24px;
}

body section.header .top .container .calls .telephones li a {
  font-family: ProximaNovaRegular;
  color: #d1daf7;
  position: relative;
  z-index: 2;
  border-bottom: 1px dotted transparent;
}

body section.header .top .container .calls .telephones li a:hover {
  border-bottom: 1px dotted #d1daf7;
}

body section.header .top .container .calls .button {
  width: 200px;
  height: 36px;
  border: 1px solid #0181ff;
  text-align: center;
  line-height: 36px;
  font-family: ProximaNovaRegular;
  text-transform: uppercase;
  color: #d1daf7;
}

body section.header .top .container .calls .button:hover {
  background-color: #0181ff;
  border: 1px solid #0181ff;
}

body section.header .bottom {
  height: 100px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

body section.header .bottom .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

body section.header .bottom .container .logo {
  background-image: url(/svg/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 232px;
}

body section.header .bottom .container .menu {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding-left: 30px;
}

body section.header .bottom .container .menu>li {
  position: relative;
  font-family: ProximaNovaBold;
  text-transform: uppercase;
}

body section.header .bottom .container .menu>li a {
  color: #303030;
}

body section.header .bottom .container .menu>li>a:hover {
  color: #0181ff;
}

body section.header .bottom .container .menu>li.current>a,
body section.header .bottom .container .menu>li.active>a {
  color: #0181ff;
}

body section.header .bottom .container .menu>li span {
  position: relative;
  cursor: pointer;
}

body section.header .bottom .container .menu>li span:after {
  display: block;
  content: '';
  width: 8px;
  height: 5px;
  border-top: 5px solid #404e7f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 8px;
  right: -15px;
  position: absolute;
}

body section.header .bottom .container .menu>li:hover ul {
  display: block;
}

body section.header .bottom .container .menu>li.drop>a {
  position: relative;
  cursor: pointer;
}

body section.header .bottom .container .menu>li.drop>a:after {
  display: block;
  content: '';
  width: 8px;
  height: 5px;
  border-top: 5px solid #404e7f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 8px;
  right: -15px;
  position: absolute;
}

body section.header .bottom .container .menu>li ul {
  z-index: 500;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 220px;
  background-color: #fff;
  border-top: 5px solid #404e7f;
  top: 35px;
  left: -30px;
  display: none;
  position: absolute;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

body section.header .bottom .container .menu>li ul:before {
  top: -18px;
  left: 45px;
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 13px;
  border-bottom: 13px solid #404e7f;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}

body section.header .bottom .container .menu>li ul:after {
  top: -25px;
  left: 0px;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
}

body section.header .bottom .container .menu>li ul li {
  line-height: 35px;
  font-size: 14px;
}

body section.top-content .container {
  display: flex;
  justify-content: space-between;
}

body section.top-content .container .filter {
  padding-top: 0px;
  width: 370px;
  margin-right: 30px;
}

body section.top-content .container .filter h1,
body section.top-content .container .filter .title-1 {
  padding-top: 16px;
  font-family: ProximaNovaRegular;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
}

body section.top-content .container .filter h1:before,
body section.top-content .container .filter .title-1:before {
  top: 0;
  left: 1px;
  content: '';
  display: block;
  position: absolute;
  width: 125px;
  height: 7px;
  background-color: #ef7700;
}

body section.top-content .container .filter .text {
  font-family: ProximaNovaRegular;
  font-size: 20px;
  line-height: 1.25;
}

body section.top-content .container .filter form {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body section.top-content .container .filter form select {
  padding-left: 20px;
  width: 100%;
  height: 40px;
  background-color: #e8e8e8;
  border: none;
  color: #303030;
  font-family: ProximaNovaRegular;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body section.top-content .container .filter form select:focus {
  outline: none;
  border: none;
}

body section.top-content .container .filter form .col-50 {
  position: relative;
  width: 46%;
  margin-bottom: 20px;
}

/*body section.top-content .container .filter form .col-50:after {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #737373;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  pointer-events: none; }*/
body section.top-content .container .filter form .col-100 {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

/*body section.top-content .container .filter form .col-100:after {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #737373;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  pointer-events: none; }*/
body section.top-content .container .filter form button,
body section.top-content .container .filter form .submit {
  height: 50px;
  background-color: #0181ff;
  width: 100%;
  border: 2px solid #b4b4b4;
  color: #fff;
  font-family: ProximaNovaRegular;
  font-size: 16px;
  transition: all 0.5s ease 0s;
}

body section.top-content .container .filter form button:hover,
body section.top-content .container .filter form .submit:hover {
  background-color: #404e7f;
}

body section.top-content .container .car-categories {
  height: 516px;
  width: 100%;
  max-width: 770px;
  background-image: url(/img/car.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

body section.top-content .container .car-categories .part-categories {
  position: absolute;
  width: 50px;
  min-height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

body section.top-content .container .car-categories .part-categories:after,
body section.top-content .container .car-categories .part-categories:before {
  display: block;
  content: '';
  width: 15px;
  position: absolute;
  height: 15px;
  background-color: #0181ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #e1f0f6;
}

body section.top-content .container .car-categories .part-categories:before {
  top: -7.5px;
  left: -7.5px;
}

body section.top-content .container .car-categories .part-categories:after {
  bottom: -7.5px;
  right: -7.5px;
}

body section.top-content .container .car-categories .part-categories.top {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

body section.top-content .container .car-categories .part-categories.bottom {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

body section.top-content .container .car-categories .part-categories.bottom a.category-name {
  color: #fff;
  top: auto;
  bottom: -8px;
  left: 75px;
  border-bottom: 1px dashed #fff;
}

body section.top-content .container .car-categories .part-categories.bottom a.category-name:hover {
  border-bottom: 1px dashed transparent;
}

body section.top-content .container .car-categories .part-categories a.category-name {
  position: absolute;
  right: 75px;
  top: -8px;
  font-family: ProximaNovaBold;
  color: #404e7f;
  border-bottom: 1px dashed #404e7f;
}

body section.top-content .container .car-categories .part-categories a.category-name:hover {
  border-bottom: 1px dashed transparent;
}

body section.advantages h2,
body section.advantages .title-2 {
  margin-top: 60px;
  padding-top: 16px;
  font-family: ProximaNovaRegular;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

body section.advantages h2:before,
body section.advantages .title-2:before {
  top: 0;
  left: 50%;
  margin-left: -62.5px;
  content: '';
  display: block;
  position: absolute;
  width: 125px;
  height: 7px;
  background-color: #ef7700;
}

body section.advantages .boxes {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

body section.advantages .boxes .box {
  width: 50%;
}

body section.advantages .boxes .box .title {
  font-size: 28px;
  color: #303030;
  font-family: ProximaNovaRegular;
  text-align: center;
  display: block;
}

body section.advantages .boxes .box .title span {
  position: relative;
}

body section.advantages .boxes .box .title span:before {
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -40px;
  content: '';
  display: block;
  width: 60px;
  height: 64px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

body section.advantages .boxes .box .items {
  display: flex;
  flex-wrap: wrap;
  //margin-top: 55px;
  justify-content: space-between;
}

body section.advantages .boxes .box .items .item {
  width: 270px;
  padding-right: 25px;
  margin-bottom: 25px;
}

body section.advantages .boxes .box .items .item .number {
  font-family: ProximaNovaBold;
  font-size: 30px;
  margin-bottom: 8px;
}

body section.advantages .boxes .box .items .item .text {
  font-family: ProximaNovaRegular;
  line-height: 1.2;
}

body section.advantages .boxes .box.positive {
  padding-right: 45px;
}

body section.advantages .boxes .box.positive .title span:before {
  background-image: url(/svg/protection.svg);
}

body section.advantages .boxes .box.positive .items .item .number {
  color: #0181ff;
}

body section.advantages .boxes .box.negative {
  padding-left: 44px;
}

body section.advantages .boxes .box.negative .title span:before {
  background-image: url(/svg/question.svg);
}

body section.advantages .boxes .box.negative .items .item .number {
  color: #0181ff;
}

body section.gallery h2,
body section.gallery .title-2 {
  margin-top: 60px;
  padding-top: 16px;
  font-family: ProximaNovaRegular;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

body section.gallery h2:before,
body section.gallery .title-2:before {
  top: 0;
  left: 50%;
  margin-left: -62.5px;
  content: '';
  display: block;
  position: absolute;
  width: 125px;
  height: 7px;
  background-color: #ef7700;
}

body section.gallery .box {
  margin-top: 45px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

body section.gallery .box .column {
  max-width: 380px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body section.gallery .box .column .item {
  background-size: cover;
  background-repeat: no-repeat;
}

body section.gallery .box .column .item:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-color: rgba(32, 39, 63, 0.35);
  transition: all 0.5s ease 0s;
}

body section.gallery .box .column .item:hover:after {
  opacity: 0;
}

body section.gallery .box .column .item.video {
  position: relative;
}

body section.gallery .box .column .item.video:after {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  content: '►';
  padding-left: 3px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
  color: #0181ff;
  font-size: 30px;
}

body section.gallery .box .column .item.video:before {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  transition: all 0.5s ease 0s;
  color: #0181ff;
}

body section.gallery .box .column .item.video:hover:after {
  margin-left: -38px;
  margin-top: -38px;
  width: 76px;
  height: 76px;
  color: #404e7f;
  opacity: 1;
}

body section.gallery .box .column .item.col-100 {
  display: block;
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
}

body section.gallery .box .column .item.col-100 iframe {
  width: 100%;
  height: 100%;
}

body section.gallery .box .column .item.col-50 {
  display: block;
  width: calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  height: 130px;
  margin-bottom: 10px;
}

body section.gallery .box .column .item.col-50 iframe {
  width: 100%;
  height: 100%;
}

body section.content .breadcrumb {
  padding-top: 15px;
  font-family: ProximaNovaRegular;
  background-color: transparent;
  padding-left: 0;
  font-size: 14px;
}

body section.content .breadcrumb>li+li:before {
  padding: 0 15px;
}

body section.content .breadcrumb li {
  margin-bottom: 5px;
}

body section.content .breadcrumb li a {
  color: #737373;
}

body section.content .breadcrumb li a:hover {
  color: #303030;
}

body section.content .breadcrumb li span {
  color: #303030;
}

body section.content .content-box {
  min-height: 50vh;
}

body section.content .content-box h1,
body section.content .content-box .title-1 {
  margin-top: 25px;
  padding-top: 16px;
  font-family: ProximaNovaRegular;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

body section.content .content-box h1:before,
body section.content .content-box .title-1:before {
  top: 0;
  left: 50%;
  margin-left: -62.5px;
  content: '';
  display: block;
  position: absolute;
  width: 125px;
  height: 7px;
  background-color: #ef7700;
}

body section.content .content-box .contacts {
  justify-content: space-between;
  display: flex;
}

body section.content .content-box .contacts .sidebar {
  width: 100%;
  max-width: 370px;
}

body section.content .content-box .contacts .sidebar .title {
  font-family: ProximaNovaRegular;
  font-size: 28px;
  margin-bottom: 45px;
}

body section.content .content-box .contacts .sidebar .item {
  margin-bottom: 45px;
}

body section.content .content-box .contacts .sidebar .item ul li {
  font-family: ProximaNovaRegular;
  font-size: 18px;
  padding-left: 55px;
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
}

body section.content .content-box .contacts .sidebar .item ul li:before {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body section.content .content-box .contacts .sidebar .item ul li:nth-child(1):before {
  background-image: url(/svg/stock.svg);
}

body section.content .content-box .contacts .sidebar .item ul li:nth-child(2):before {
  background-image: url(/svg/shop.svg);
}

body section.content .content-box .contacts .sidebar .item ul li:nth-child(3):before {
  background-image: url(/svg/phone-1.svg);
}

body section.content .content-box .contacts .sidebar .item ul li:nth-child(4) {
  line-height: 40px;
}

body section.content .content-box .contacts .sidebar .item ul li:nth-child(4):before {
  background-image: url(/svg/mail-1.svg);
}

body section.content .content-box .contacts .sidebar .item ul li:nth-child(5) {
  line-height: 40px;
}

body section.content .content-box .contacts .sidebar .item ul li:nth-child(5):before {
  background-image: url(/svg/skype.svg);
}

body section.content .content-box .contacts .sidebar .item ul li:nth-child(6) {
  line-height: 40px;
}

body section.content .content-box .contacts .sidebar .item ul li:nth-child(6):before {
  background-image: url(/svg/insta.svg);
}

body section.content .content-box .contacts .sidebar .item ul li a {
  color: #303030;
}

body section.content .content-box .contacts .sidebar .item ul li span {
  font-size: 14px;
}

body section.content .content-box .contacts .sidebar .item table tr td {
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: ProximaNovaRegular;
  font-size: 18px;
  padding-right: 15px;
}

body section.content .content-box .contacts .sidebar .item table tr td:first-child {
  font-family: ProximaNovaBold;
}

body section.content .content-box .contacts .contacts-content {
  margin-left: 15px;
  max-width: 770px;
  width: 100%;
}

body section.content .content-box .contacts .contacts-content .map {
  width: 100%;
  height: 400px;
}

body section.content .content-box .contacts .contacts-content .map #map {
  width: 100%;
  height: 100%;
}

body section.content .content-box .contacts .contacts-content .order-call {
  width: 100%;
  background-color: #404e7f;
  position: relative;
  background-color: #404e7f;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 40px;
}

body section.content .content-box .contacts .contacts-content .order-call .corner-phone {
  width: 135px;
  height: 135px;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-left-radius: 100%;
  position: absolute;
  background-color: #7a83a6;
  right: 0;
  bottom: 0;
  z-index: 1;
}

body section.content .content-box .contacts .contacts-content .order-call .corner-phone svg {
  width: 78px;
  height: 78px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  fill: #404e7f;
  animation: animationFrames linear 10s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 10s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 10s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 10s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

body section.content .content-box .contacts .contacts-content .order-call form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

body section.content .content-box .contacts .contacts-content .order-call form input {
  height: 45px;
  margin-bottom: 20px;
  font-family: ProximaNovaRegular;
  padding-left: 20px;
  border: none;
}

body section.content .content-box .contacts .contacts-content .order-call form .col-50 {
  width: 49%;
}

body section.content .content-box .contacts .contacts-content .order-call form input.col-100 {
  width: 100%;
}

body section.content .content-box .contacts .contacts-content .order-call form textarea {
  margin-bottom: 20px;
  font-family: ProximaNovaRegular;
  padding-left: 20px;
  padding-top: 10px;
  height: 100px;
  border: none;
}

body section.content .content-box .contacts .contacts-content .order-call form textarea.col-50 {
  width: 49%;
}

body section.content .content-box .contacts .contacts-content .order-call form textarea.col-100 {
  width: 100%;
}

body section.content .content-box .contacts .contacts-content .order-call form button,
body section.content .content-box .contacts .contacts-content .order-call form .button {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #0181ff;
  font-size: 16px;
  color: #d1daf7;
  text-transform: uppercase;
  font-family: ProximaNovaRegular;
  transition: all 0.5s ease 0s;
  max-width: 270px;
  margin: auto;
}

body section.content .content-box .contacts .contacts-content .order-call form button:hover,
body section.content .content-box .contacts .contacts-content .order-call form .button:hover {
  background-color: #0181ff;
  color: #fff;
}

body section.content .content-box .reviews {
  display: flex;
  justify-content: space-between;
}

body section.content .content-box .reviews .sidebar {
  width: 100%;
  max-width: 270px;
}

body section.content .content-box .reviews .sidebar .button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-family: ProximaNovaRegular;
  background-color: #0181ff;
  color: #fff;
  text-transform: uppercase;
}

body section.content .content-box .reviews .sidebar .button:hover {
  background-color: #404e7f;
}

body section.content .content-box .reviews .reviews-box {
  padding-right: 30px;
  width: 100%;
}

body section.content .content-box .reviews .reviews-box .item {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}

body section.content .content-box .reviews .reviews-box .item .img {
  height: 115px;
  width: 170px;
  min-width: 170px;
  display: block;
  margin-right: 30px;
  background-size: cover;
  background-position: center;
}

body section.content .content-box .reviews .reviews-box .item .video {
  min-width: 320px;
  margin-right: 30px;
  width: 320px;
  height: 220px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}

body section.content .content-box .reviews .reviews-box .item .video:after {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  content: '►';
  padding-left: 3px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
  color: #0181ff;
  font-size: 30px;
}

body section.content .content-box .reviews .reviews-box .item .video:before {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  transition: all 0.5s ease 0s;
  color: #0181ff;
}

body section.content .content-box .reviews .reviews-box .item .video:hover:after {
  margin-left: -38px;
  margin-top: -38px;
  width: 76px;
  height: 76px;
  color: #404e7f;
}

body section.content .content-box .reviews .reviews-box .item .text p {
  font-family: ProximaNovaRegular;
  line-height: 1.2;
}

body section.content .content-box .reviews .reviews-box .item .text .author {
  font-family: ProximaNovaBold;
  margin-top: 15px;
}

body section.content .content-box .article,
body section.content .content-box .articles {
  font-size: 18px;
  font-family: ProximaNovaRegular;
  color: #303030;
  line-height: 1.2;
  margin-top: 40px;
  padding-bottom: 50px;
}

body section.content .content-box .article .narrow,
body section.content .content-box .articles .narrow {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

body section.content .content-box .article h2,
body section.content .content-box .articles h2 {
  margin-top: 30px;
  font-size: 22px;
}

body section.content .content-box .article p,
body section.content .content-box .articles p {
  margin-bottom: 15px;
}

body section.content .content-box .article p.large,
body section.content .content-box .articles p.large {
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 70px;
}

body section.content .content-box .article ul,
body section.content .content-box .articles ul {
  margin-top: 40px;
  margin-bottom: 40px;
}

body section.content .content-box .article ul li,
body section.content .content-box .articles ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 20px;
}

body section.content .content-box .article ul li:before,
body section.content .content-box .articles ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0181ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 0;
  top: 3px;
}

body section.content .content-box .article a.img,
body section.content .content-box .articles a.img {
  text-align: center;
  display: block;
  max-width: 970px;
  margin: 0 auto;
}

body section.content .content-box .article a.img img,
body section.content .content-box .articles a.img img {
  max-width: 100%;
}

body section.content .content-box .article .carousel,
body section.content .content-box .articles .carousel {
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
  margin-top: 70px;
}

body section.content .content-box .article .carousel .carousel-indicators,
body section.content .content-box .articles .carousel .carousel-indicators {
  position: static;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: auto;
  margin-top: 45px;
  justify-content: center;
  height: 10px;
}

body section.content .content-box .article .carousel .carousel-indicators li,
body section.content .content-box .articles .carousel .carousel-indicators li {
  display: block;
  transition: all 0.5s ease 0s;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #6d7388;
  border: none;
}

body section.content .content-box .article .carousel .carousel-indicators li.active,
body section.content .content-box .articles .carousel .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  background-color: #404e7f;
}

body section.content .content-box .article a.img {
  margin-top: 50px;
  margin-bottom: 50px;
}

body section.content .content-box .articles .narrow {
  max-width: 800px;
  column-count: 2;
  -webkit-column-count: 2;
  column-gap: 0;
  -webkit-column-gap: 0;
}

body section.content .content-box .articles .narrow .item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

body section.content .content-box .articles .narrow .item .img {
  display: block;
}

body section.content .content-box .articles .narrow .item .img img {
  width: 100%;
}

body section.content .content-box .articles .narrow .item .article-title {
  font-family: ProximaNovaBold;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

body section.content .content-box .articles .narrow .item .article-title:before {
  left: 16px;
  top: -70px;
  content: '';
  display: block;
  width: 1px;
  height: 130px;
  position: absolute;
  background-color: #0181ff;
}

body section.content .content-box .articles .narrow .item .article-title a {
  color: #303030;
}

body section.content .content-box .articles .narrow .item .article-title a:hover {
  color: #404e7f;
}

body section.content .content-box .catalog {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

body section.content .content-box .catalog .categories {
  width: 100%;
  max-width: 770px;
}

body section.content .content-box .catalog .categories h2 a,
body section.content .content-box .catalog .categories .brand a {
  font-size: 28px;
  font-family: ProximaNovaRegular;
  color: #303030;
  display: flex;
  align-items: center;
}

body section.content .content-box .catalog .categories h2 a img,
body section.content .content-box .catalog .categories .brand a img {
  transition: all .5s;
  width: 40px;
  height: 40px;
  filter: grayscale(90%);
  margin-right: 20px;
}

body section.content .content-box .catalog .categories h2 a:hover,
body section.content .content-box .catalog .categories .brand a:hover {
  color: #404e7f;
}

body section.content .content-box .catalog .categories h2 a:hover,
body section.content .content-box .catalog .categories .brand a:hover img {
  filter: grayscale(0%);
}

body section.content .content-box .catalog .categories ul.list {
  margin-top: 15px;
  width: 100%;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  margin-bottom: 35px;
}

body section.content .content-box .catalog .categories ul.list li {
  line-height: 1.5;
}

body section.content .content-box .catalog .categories ul.list li a {
  color: #303030;
  font-family: ProximaNovaRegular;
  font-size: 14px;
}

body section.content .content-box .catalog .categories ul.list li a span {
  font-family: ProximaNovaBold;
}

body section.content .content-box .catalog .categories ul.list li a:hover {
  color: #404e7f;
}

body section.content .content-box .catalog .categories ul.column {
  width: 100%;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  margin-bottom: 35px;
}

body section.content .content-box .catalog .categories ul.column .letter {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: ProximaNovaRegular;
  color: #303030;
}

body section.content .content-box .catalog .categories ul.column li {
  line-height: 1.5;
}

body section.content .content-box .catalog .categories ul.column li ul {
  margin-bottom: 25px;
}

body section.content .content-box .catalog .categories ul.column a {
  color: #303030;
  display: block;
  font-size: 14px;
  font-family: ProximaNovaRegular;
  margin-bottom: 5px;
}

body section.content .content-box .catalog .categories ul.column a:hover {
  color: #404e7f;
}

body section.content .content-box .catalog .categories .products .product {
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

body section.content .content-box .catalog .categories .products .product.star .img:after {
  content: '★';
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding-top: 5px;
  display: block;
  width: 25px;
  height: 40px;
  background-color: #ef7700;
  position: absolute;
  top: 0;
  left: 10px;
}

body section.content .content-box .catalog .categories .products .product.star .img:before {
  content: '';
  display: block;
  width: 25px;
  height: 10px;
  border-bottom: 10px solid transparent;
  border-left: 12.5px solid #ef7700;
  border-right: 12.5px solid #ef7700;
  position: absolute;
  top: 40px;
  left: 10px;
}

body section.content .content-box .catalog .categories .products .product .img {
  position: relative;
  width: 140px;
  height: 100px;
  display: block;
  background-size: cover;
  background-position: center;
}

body section.content .content-box .catalog .categories .products .product .description {
  max-width: 370px;
}

body section.content .content-box .catalog .categories .products .product .description ul li span+span {
  width: 50%;
  max-width: 50%;
}

body section.content .content-box .catalog .categories .products .product .description .product-name {
  font-family: ProximaNovaBold;
  font-size: 18px;
  color: #303030;
}

body section.content .content-box .catalog .categories .products .product .description .attributes {
  margin-top: 20px;
}

body section.content .content-box .catalog .categories .products .product .description .text {
  font-family: ProximaNovaRegular;
  line-height: 1.2;
}

body section.content .content-box .catalog .categories .products .product .right-box {
  max-width: 200px;
  margin-left: 0;
}

body section.content .content-box .catalog .categories .products .product .right-box .button {
  margin-top: 45px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-family: ProximaNovaRegular;
  color: #fff;
  background-color: #0181ff;
}

body section.content .content-box .catalog .categories .products .product .right-box .button:hover {
  background-color: #404e7f;
}

body section.content .content-box .catalog .categories .products .product>.button {
  display: none;
}

body section.content .content-box .catalog .sidebar {
  width: 100%;
  max-width: 370px;
  margin-bottom: 45px;
}

body section.content .content-box .catalog .sidebar .filter {
  width: 100%;
}

body section.content .content-box .catalog .sidebar .filter .more {
  font-family: ProximaNovaRegular;
  font-size: 16px;
  color: #404e7f;
  border-bottom: 1px dashed #404e7f;
  margin-bottom: 15px;
}

body section.content .content-box .catalog .sidebar .filter .more:hover {
  border-color: transparent;
}

body section.content .content-box .catalog .sidebar .filter form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body section.content .content-box .catalog .sidebar .filter form select {
  padding-left: 20px;
  width: 100%;
  height: 40px;
  background-color: #e8e8e8;
  border: none;
  color: #303030;
  font-family: ProximaNovaRegular;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body section.content .content-box .catalog .sidebar .filter form select:focus {
  outline: none;
  border: none;
}

body section.content .content-box .catalog .sidebar .filter form .col-50 {
  width: 46%;
  margin-bottom: 20px;
}

body section.content .content-box .catalog .sidebar .filter form .col-100 {
  width: 100%;
  margin-bottom: 20px;
}

body section.content .content-box .catalog .sidebar .filter form .additional {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

body section.content .content-box .catalog .sidebar .filter form .additional.open {
  height: auto;
  overflow: initial;
}

body section.content .content-box .catalog .sidebar .filter form .check {
  height: 25px;
  width: 100%;
  margin-bottom: 20px;
  /* Cначала обозначаем стили для IE8 и более старых версий
                      т.е. здесь мы немного облагораживаем стандартный чекбокс. */
  /* Это для всех браузеров, кроме совсем старых, которые не поддерживают
                      селекторы с плюсом. Показываем, что label кликабелен. */
  /* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
                      Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
                      в них все нижеследующие стили не сработают. В данном случае checked указывается
                      без двоеточия впереди, почему-то это срабатывает именно так. */
}

body section.content .content-box .catalog .sidebar .filter form .check .checkbox {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}

body section.content .content-box .catalog .sidebar .filter form .check .checkbox+label {
  cursor: pointer;
}

body section.content .content-box .catalog .sidebar .filter form .check .checkbox:not(checked) {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

body section.content .content-box .catalog .sidebar .filter form .check .checkbox:not(checked)+label {
  position: relative;
  padding: 0 0 0 45px;
  font-family: ProximaNovaRegular;
}

body section.content .content-box .catalog .sidebar .filter form .check .checkbox:not(checked)+label:before {
  content: '';
  position: absolute;
  border: 2px solid #b4b4b4;
  top: -4px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #e8e8e8;
  transition: .2s;
}

body section.content .content-box .catalog .sidebar .filter form .check .checkbox:not(checked)+label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #0181ff;
  opacity: 0;
  transition: .2s;
}

body section.content .content-box .catalog .sidebar .filter form .check .checkbox:checked+label:before {
  border: none;
  outline: none;
}

body section.content .content-box .catalog .sidebar .filter form .check .checkbox:focus {
  border: none;
  outline: none;
}

body section.content .content-box .catalog .sidebar .filter form .check .checkbox:checked+label:after {
  opacity: 1;
}

body section.content .content-box .catalog .sidebar .filter form button,
body section.content .content-box .catalog .sidebar .filter form .submit {
  height: 50px;
  background-color: #0181ff;
  width: 100%;
  border: 2px solid #b4b4b4;
  color: #fff;
  font-family: ProximaNovaRegular;
  font-size: 16px;
  transition: all 0.5s ease 0s;
}

body section.content .content-box .catalog .sidebar .filter form button:hover,
body section.content .content-box .catalog .sidebar .filter form .submit:hover {
  background-color: #404e7f;
}

body section.content .content-box .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

body section.content .content-box .pagination>li>a,
body section.content .content-box .pagination>li>span {
  border: none;
  font-family: ProximaNovaRegular;
  font-size: 16px;
  color: #303030;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

body section.content .content-box .pagination>.active>a,
body section.content .content-box .pagination>.active>a:focus,
body section.content .content-box .pagination>.active>a:hover,
body section.content .content-box .pagination>.active>span,
body section.content .content-box .pagination>.active>span:focus,
body section.content .content-box .pagination>.active>span:hover {
  color: #fff;
  background-color: #0181ff;
}

body section.content .content-box .pagination>li>a:focus,
body section.content .content-box .pagination>li>span:focus {
  background-color: transparent;
}

body section.content .content-box .pagination>li>a:hover {
  background-color: #eee;
}

body section.content .content-box .pagination>li>span:hover {
  background-color: transparent;
}

body section.content .content-box .product {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}

body section.content .content-box .product.star .images a.main-img:after {
  content: '★';
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding-top: 5px;
  display: block;
  width: 25px;
  height: 40px;
  background-color: #ef7700;
  position: absolute;
  top: 0;
  left: 10px;
}

body section.content .content-box .product.star .images a.main-img:before {
  content: '';
  display: block;
  width: 25px;
  height: 10px;
  border-bottom: 10px solid transparent;
  border-left: 12.5px solid #ef7700;
  border-right: 12.5px solid #ef7700;
  position: absolute;
  top: 40px;
  left: 10px;
}

body section.content .content-box .product .images {
  width: 100%;
  max-width: 370px;
  margin-right: 30px;
}

body section.content .content-box .product .images .main-img {
  position: relative;
  width: 370px;
  height: 265px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

body section.content .content-box .product .images .buttons,
.product.car .buttons {
  width: 100%;
  position: relative;
}

body section.content .content-box .product .images .buttons .owl-prev,
body section.content .content-box .product .images .buttons .owl-next,
.product.car .owl-prev,
.product.car .owl-next {
  transition: all 0.5s ease 0s;
  width: 15px;
  height: 70px;
  position: absolute;
  top: 0;
  cursor: pointer;
  background-color: #0181ff;
}

body section.content .content-box .product .images .buttons .owl-prev:hover,
body section.content .content-box .product .images .buttons .owl-next:hover,
.product.car .owl-prev:hover,
.product.car .owl-next:hover {
  background-color: #404e7f;
}

body section.content .content-box .product .images .buttons .owl-prev,
.product.car .owl-prev {
  left: 0;
}

body section.content .content-box .product .images .buttons .owl-prev:before,
.product.car .owl-prev::before {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -10px;
  display: block;
  content: '';
  border-right: 7px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

body section.content .content-box .product .images .buttons .owl-prev:after,
.product.car .owl-prev::after {
  transition: all 0.5s ease 0s;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -8px;
  display: block;
  content: '';
  border-right: 5px solid #0181ff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

body section.content .content-box .product .images .buttons .owl-prev:hover:after,
.product.car .owl-prev:hover::after {
  border-right: 5px solid #404e7f;
}

body section.content .content-box .product .images .buttons .owl-next,
.product.car .owl-next {
  right: 0;
}

body section.content .content-box .product .images .buttons .owl-next:before,
.product.car .owl-next::before {
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -10px;
  display: block;
  content: '';
  border-left: 7px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

body section.content .content-box .product .images .buttons .owl-next:after,
.product.car .owl-next::after {
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -8px;
  display: block;
  content: '';
  border-left: 5px solid #0181ff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

body section.content .content-box .product .images .buttons .owl-next:hover:after,
.product.car .owl-next:hover::after {
  border-left: 5px solid #404e7f;
}

body section.content .content-box .product .images .sub-images {
  height: 70px;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

body section.content .content-box .product .images .sub-images .img,
body section.content .content-box .product .images .sub-images .video {
  position: relative;
  display: block;
  height: 70px;
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body section.content .content-box .product .images .sub-images .video:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  content: '►';
  padding-left: 3px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  border: 10px solid transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
  color: #0181ff;
}

body section.content .content-box .product .images .sub-images .video:hover:after {
  border: 10px solid rgba(1, 129, 255, 0.15);
}

body section.content .content-box .product>.prices {
  display: none;
}

body section.content .content-box .product>.prices .byn {
  text-align: right;
  margin-bottom: 20px;
}

body section.content .content-box .product>.prices .byn .new {
  font-family: ProximaNovaRegular;
  font-size: 28px;
  color: #3f4d7e;
  margin-left: 35px;
}

body section.content .content-box .product>.prices .byn .old {
  font-family: ProximaNovaRegular;
  font-size: 20px;
  color: #737373;
  text-decoration: line-through;
}

body section.content .content-box .product>.prices .usd {
  text-align: right;
}

body section.content .content-box .product>.prices .usd .new {
  font-family: ProximaNovaRegular;
  font-size: 18px;
  color: #303030;
}

body section.content .content-box .product .description {
  width: 100%;
}

body section.content .content-box .product .description ul {
  overflow-x: hidden;
  list-style: none;
  max-width: 100%;
  margin-bottom: 20px;
}

body section.content .content-box .product .description ul li {
  font-family: ProximaNovaRegular;
  color: #303030;
  font-size: 16px;
  line-height: 1.5;
}

/*
body section.content .content-box .product .description ul li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: "..............................................................." "..............................................................." "..............................................................." "..............................................................."; }
*/
body section.content .content-box .product .description ul li span+span {
  float: right;
  padding-left: 0.33em;
  background: white;
  width: 100%;
  max-width: 310px;
}

body section.content .content-box .product .description ul li span:first-child {
  padding-right: 0.33em;
  background: white;
}

body section.content .content-box .product .right-box {
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
}

body section.content .content-box .product .right-box .prices .byn {
  text-align: right;
  margin-bottom: 20px;
}

body section.content .content-box .product .right-box .prices .byn .new {
  font-family: ProximaNovaRegular;
  font-size: 28px;
  color: #3f4d7e;
  margin-left: 35px;
}

body section.content .content-box .product .right-box .prices .byn .old {
  font-family: ProximaNovaRegular;
  font-size: 20px;
  color: #737373;
  text-decoration: line-through;
}

body section.content .content-box .product .right-box .prices .usd {
  text-align: right;
}

body section.content .content-box .product .right-box .prices .usd .new {
  font-family: ProximaNovaRegular;
  font-size: 18px;
  color: #303030;
}

body section.content .content-box .product .right-box .order-call {
  margin-top: 30px;
  background-color: #404e7f;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
  position: relative;
  padding-bottom: 35px;
}

body section.content .content-box .product .right-box .order-call .corner-phone {
  width: 135px;
  height: 135px;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-left-radius: 100%;
  position: absolute;
  background-color: #7a83a6;
  right: 0;
  bottom: 0;
  z-index: 1;
}

body section.content .content-box .product .right-box .order-call .corner-phone svg {
  width: 78px;
  height: 78px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  fill: #404e7f;
  animation: animationFrames linear 10s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 10s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 10s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 10s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

body section.content .content-box .product .right-box .order-call form {
  position: relative;
  z-index: 2;
}

body section.content .content-box .product .right-box .order-call form input {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  font-family: ProximaNovaRegular;
  padding-left: 20px;
  border: none;
}

body section.content .content-box .product .right-box .order-call form button,
body section.content .content-box .product .right-box .order-call form .button {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #0181ff;
  font-size: 16px;
  color: #d1daf7;
  text-transform: uppercase;
  font-family: ProximaNovaRegular;
  transition: all 0.5s ease 0s;
}

body section.content .content-box .product .right-box .order-call form button:hover,
body section.content .content-box .product .right-box .order-call form .button:hover {
  background-color: #0181ff;
  color: #fff;
}

body section.content .content-box .similar h2,
body section.content .content-box .similar .title-2 {
  font-family: ProximaNovaRegular;
  font-size: 28px;
  margin-bottom: 45px;
}

body section.content .content-box .similar .button-products {
  width: 100%;
  position: relative;
  z-index: 2;
}

body section.content .content-box .similar .button-products .owl-prev,
body section.content .content-box .similar .button-products .owl-next {
  transition: all 0.5s ease 0s;
  width: 15px;
  height: 70px;
  position: absolute;
  top: 65px;
  cursor: pointer;
  background-color: #0181ff;
}

body section.content .content-box .similar .button-products .owl-prev:hover,
body section.content .content-box .similar .button-products .owl-next:hover {
  background-color: #404e7f;
}

body section.content .content-box .similar .button-products .owl-prev {
  left: 0;
}

body section.content .content-box .similar .button-products .owl-prev:before {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -10px;
  display: block;
  content: '';
  border-right: 7px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

body section.content .content-box .similar .button-products .owl-prev:after {
  transition: all 0.5s ease 0s;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -8px;
  display: block;
  content: '';
  border-right: 5px solid #0181ff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

body section.content .content-box .similar .button-products .owl-prev:hover:after {
  border-right: 5px solid #404e7f;
}

body section.content .content-box .similar .button-products .owl-next {
  right: 0;
}

body section.content .content-box .similar .button-products .owl-next:before {
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -10px;
  display: block;
  content: '';
  border-left: 7px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

body section.content .content-box .similar .button-products .owl-next:after {
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -8px;
  display: block;
  content: '';
  border-left: 5px solid #0181ff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

body section.content .content-box .similar .button-products .owl-next:hover:after {
  border-left: 5px solid #404e7f;
}

body section.content .content-box .similar .products .item {
  width: 230px;
  border-left: 1px solid #e8e8e8;
  padding-left: 30px;
  padding-right: 26px;
  margin-bottom: 25px;
  margin: 0 auto;
}

body section.content .content-box .similar .products .item.star .img:after {
  content: '★';
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding-top: 5px;
  display: block;
  width: 25px;
  height: 40px;
  background-color: #ef7700;
  position: absolute;
  top: 0;
  left: 10px;
}

body section.content .content-box .similar .products .item.star .img:before {
  content: '';
  display: block;
  width: 25px;
  height: 10px;
  border-bottom: 10px solid transparent;
  border-left: 12.5px solid #ef7700;
  border-right: 12.5px solid #ef7700;
  position: absolute;
  top: 40px;
  left: 10px;
}

body section.content .content-box .similar .products .item .img {
  position: relative;
  display: block;
  width: 170px;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 15px;
}

body section.content .content-box .similar .products .item .name {
  font-family: ProximaNovaBold;
  color: #303030;
  margin-bottom: 15px;
  display: block;
}

body section.content .content-box .similar .products .item .prices {
  display: flex;
  height: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

body section.content .content-box .similar .products .item .prices .old {
  width: 100%;
  font-family: ProximaNovaRegular;
  font-size: 18px;
  color: #737373;
  text-decoration: line-through;
  height: 25px;
}

body section.content .content-box .similar .products .item .prices .new {
  font-size: 24px;
  font-family: ProximaNovaRegular;
  color: #3f4d7e;
}

body section.content .content-box .similar .products .item .prices .usd {
  font-size: 16px;
  font-family: ProximaNovaRegular;
  color: #737373;
}

body section.content .content-box .advantages {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

body section.content .content-box .advantages .item {
  display: flex;
  flex-wrap: wrap;
  width: 370px;
  align-items: center;
}

body section.content .content-box .advantages .item .name {
  font-family: ProximaNovaRegular;
  font-size: 18px;
  border-bottom: 1px solid #0181ff;
  color: #0181ff;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 10px;
}

body section.content .content-box .advantages .item .text {
  width: 100%;
  font-family: ProximaNovaRegular;
  color: #303030;
  line-height: 1.25;
  font-size: 16px;
}

body section.content .content-box .advantages .item .icon {
  margin-right: 15px;
  margin-bottom: 10px;
}

body section.content .content-box .advantages .item .icon img {
  width: auto;
  height: 50px;
}

body section.about h2,
body section.about .title-2 {
  margin-top: 50px;
  padding-top: 16px;
  font-family: ProximaNovaRegular;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
}

body section.about h2:before,
body section.about .title-2:before {
  top: 0;
  left: 1px;
  content: '';
  display: block;
  position: absolute;
  width: 125px;
  height: 7px;
  background-color: #ef7700;
}

body section.about .text p {
  font-family: ProximaNovaRegular;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}

body section.counters .box {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

body section.counters .box .item {
  max-width: 225px;
  margin-bottom: 25px;
}

body section.counters .box .item .number {
  font-family: ProximaNovaSemibold;
  font-size: 60px;
  color: #0181ff;
}

body section.counters .box .item .text {
  font-family: ProximaNovaRegular;
  font-size: 18px;
  line-height: 1.2;
}

body section.categories {
  background-color: #e8e8e8;
  padding-top: 45px;
  padding-bottom: 45px;
}

body section.categories .title {
  font-size: 20px;
  font-family: ProximaNovaRegular;
  color: #303030;
}

body section.categories .string {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

body section.categories .string .button,
body section.categories .string .see-all {
  height: 40px;
  width: 170px;
  text-align: center;
  background-color: #0181ff;
  display: block;
  line-height: 40px;
  color: #fff;
  font-family: ProximaNovaRegular;
}

body section.categories .string .button:hover,
body section.categories .string .see-all:hover {
  background-color: #404e7f;
}

body section.categories .columns {
  height: 230px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

body section.categories .columns.open {
  height: 100%;
  overflow: auto;
}

body section.categories .columns .column {
  margin-top: 45px;
  width: 100%;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
}

body section.categories .columns .column {
  columns: 1;
}

body section.categories .columns .column .letter {
  margin-bottom: 25px;
  font-size: 20px;
  font-family: ProximaNovaRegular;
  color: #303030;
}

body section.categories .columns .column li ul {
  margin-bottom: 25px;
}

body section.categories .columns .column a {
  color: #303030;
  display: block;
  font-size: 14px;
  font-family: ProximaNovaRegular;
  margin-bottom: 5px;
}

body section.categories .columns .column a:hover {
  color: #404e7f;
}

body section.order-call {
  margin-bottom: -100px;
}

body section.order-call .box {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  background-color: #404e7f;
  min-height: 250px;
  margin-top: 50px;
  padding-left: 120px;
  padding-top: 45px;
  display: flex;
  position: relative;
}

body section.order-call .box .form-box {
  width: 270px;
}

body section.order-call .box .form-box form input {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  font-family: ProximaNovaRegular;
  padding-left: 20px;
  border: none;
}

body section.order-call .box .form-box form button,
body section.order-call .box .form-box form .button {
  width: 100%;
  height: 50px;
  border: 1px solid #0181ff;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: ProximaNovaRegular;
  transition: all 0.5s ease 0s;
}

body section.order-call .box .form-box form button:hover,
body section.order-call .box .form-box form .button:hover {
  background-color: #0181ff;
}

body section.order-call .box .content-box {
  padding-left: 30px;
}

body section.order-call .box .content-box .title {
  color: #fff;
  padding-top: 16px;
  font-family: ProximaNovaRegular;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
}

body section.order-call .box .content-box .title:before {
  top: 0;
  left: 1px;
  content: '';
  display: block;
  position: absolute;
  width: 125px;
  height: 7px;
  background-color: #ef7700;
}

body section.order-call .box .content-box .text {
  color: #fff;
  font-size: 20px;
  font-family: ProximaNovaRegular;
  margin-bottom: 40px;
}

body section.order-call .box .content-box .phone a {
  font-size: 24px;
  font-family: ProximaNovaRegular;
  color: #fff;
}

body section.order-call .box .corner-phone {
  width: 135px;
  height: 135px;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-left-radius: 100%;
  position: absolute;
  background-color: #7a83a6;
  right: 0;
  bottom: 0;
}

body section.order-call .box .corner-phone svg {
  width: 78px;
  height: 78px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  fill: #404e7f;
  animation: animationFrames linear 10s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 10s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 10s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 10s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

body section.over-footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #20273f;
}

body section.over-footer.main {
  min-height: 360px;
  padding-top: 135px;
}

body section.over-footer .top {
  display: flex;
  justify-content: space-between;
}

body section.over-footer .top .logo-box {
  width: 100%;
  max-width: 370px;
}

body section.over-footer .top .logo-box .logo {
  width: 232px;
  height: 75px;
  background-image: url(/svg/logo-footer.svg);
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}

body section.over-footer .top .logo-box .text {
  margin-top: 20px;
  width: 100%;
  font-family: ProximaNovaRegular;
  color: #d1daf7;
  font-size: 12px;
  line-height: 1.2;
}

body section.over-footer .top .phone-box {
  width: 100%;
  padding-right: 100px;
  max-width: 270px;
  text-align: right;
}

body section.over-footer .top .phone-box .phones {
  margin-top: 25px;
  margin-bottom: 35px;
}

body section.over-footer .top .phone-box .phones li {
  line-height: 1.25;
}

body section.over-footer .top .phone-box .phones li a {
  color: #d1daf7;
  font-family: ProximaNovaRegular;
  font-size: 18px;
}

body section.over-footer .top .phone-box .order-call {
  transition: all 0.5s ease 0s;
  color: #d1daf7;
  font-family: ProximaNovaRegular;
  font-size: 18px;
  border-bottom: 1px solid #4c546d;
  font-size: 16px;
}

body section.over-footer .top .phone-box .order-call:hover {
  border-bottom: 1px solid transparent;
}

body section.over-footer .top .address-box {
  width: 100%;
  max-width: 270px;
  padding-top: 25px;
}

body section.over-footer .top .address-box p {
  font-family: ProximaNovaRegular;
  font-size: 16px;
  color: #d1daf7;
  line-height: 1.2;
  margin-bottom: 25px;
}

body section.over-footer .top .social-box {
  width: 100%;
  max-width: 170px;
  padding-top: 50px;
  text-align: right;
}

body section.over-footer .top .social-box .buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

body section.over-footer .top .social-box .buttons .button {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body section.over-footer .top .social-box .buttons .button.vk {
  background-image: url(/svg/vk.svg);
}

body section.over-footer .top .social-box .buttons .button.ok {
  background-image: url(/svg/ok.svg);
}

body section.over-footer .top .social-box .buttons .button.fb {
  background-image: url(/svg/fb.svg);
}

body section.over-footer .top .social-box .email {
  width: 100%;
  font-family: ProximaNovaRegular;
  color: #d1daf7;
}

body section.over-footer .bottom {
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
}

body section.over-footer .bottom .copyright {
  font-family: ProximaNovaRegular;
  color: #d1daf7;
}

body section.over-footer .bottom .developer {
  font-family: ProximaNovaRegular;
  color: #d1daf7;
}

body section.over-footer .bottom .developer a {
  color: #d1daf7;
  font-family: BPreplay-Bold;
  text-transform: uppercase;
}

body section.under-footer {
  background-color: #1a1f33;
}

body section.under-footer .menu-footer {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 770px;
  align-items: center;
  height: 40px;
  justify-content: space-between;
}

body section.under-footer .menu-footer li {
  font-family: ProximaNovaBold;
  font-size: 14px;
  text-transform: uppercase;
}

body section.under-footer .menu-footer li a {
  color: #6d7388;
}

body section.under-footer .menu-footer li a:hover,
body section.under-footer .menu-footer li a .current,
body section.under-footer .menu-footer li a .active {
  color: #fff;
}

body .jq-selectbox__select {
  padding-left: 20px;
  width: 100%;
  height: 40px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #e8e8e8;
  border: none;
  color: #303030;
  font-family: ProximaNovaRegular;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body .jq-selectbox,
body .jq-select-multiple {
  display: block !important;
}

body .jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
}

body .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

body .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #737373;
  border-top-color: #737373;
}

body .jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  background-color: #e8e8e8;
  color: #303030;
  font-family: ProximaNovaRegular;
  border-bottom: 2px solid #0181ff;
}

body .jq-selectbox li {
  min-height: 40px;
  padding: 15px 15px 15px;
  border-top: 1px solid #d3d3d3;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

body .jq-selectbox li:hover {
  background-color: #0181ff !important;
  color: #fff;
}

body .jq-selectbox li.selected {
  background-color: #0181ff !important;
  color: #fff;
}

body .jq-selectbox__search {
  padding: 5px 5px;
}

body .jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  background-color: #fff;
  color: #303030;
  border: none;
}

body .jq-selectbox__not-found {
  padding: 10px;
}

@media screen and (max-width: 1200px) {

  .product.car .images {
    max-width: 100% !important;
    width: 50% !important;
  }

  .product.car .description {
    margin-top: 35px;
    max-width: 100% !important;
  }

  .product.car .thumbs {
    max-width: 370px !important;
  }

  a.all-details {
    max-width: 450px !important;
    margin: 0 auto;
  }

  body section.content .content-box .catalog .categories ul.column {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  body section.content .content-box .catalog .categories .products .product .right-box .button {
    display: none;
  }

  body section.content .content-box .catalog .categories .products .product>.button {
    display: block;
    order: 4;
    margin-top: 25px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-family: ProximaNovaRegular;
    color: #fff;
    background-color: #0181ff;
  }

  body section.content .content-box .catalog .categories .products .product .img {
    margin-bottom: 30px;
  }

  body section.gallery .box .column:nth-child(3) {
    display: none;
  }

  body section.content .content-box .catalog .categories {
    padding-left: 30px;
  }

  body section.content .content-box .catalog .categories ul.list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  body section.categories .columns .column {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

  body section.content .content-box .product .description {
    width: 100%;
    order: 3;
  }

  body section.content .content-box .catalog .categories .products .product {
    flex-wrap: wrap;
  }

  body section.content .content-box .catalog .categories .products .product .description {
    width: 100%;
    max-width: 100%;
  }

  body section.content .content-box .similar .products .item {
    width: 100%;
  }

  body section.content .content-box .advantages .item {
    width: 30%;
  }

  body section.content .content-box .product {
    flex-wrap: wrap;
  }

  body section.content .content-box .product .description ul li span+span {
    width: 50%;
    max-width: 100%;
  }

  body section.content .content-box .product .images {
    margin-bottom: 35px;
  }

  body section.over-footer .top .phone-box {
    padding-right: 30px;
  }

  body section.over-footer .top .address-box {
    max-width: 100%;
  }

  body section.counters .box {
    flex-wrap: wrap;
  }

  body section.counters .box {
    padding-top: 0;
    justify-content: flex-start;
  }

  body section.counters .box .item {
    width: 30%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  body section.advantages .boxes {
    flex-wrap: wrap;
  }

  body section.advantages .boxes .box.positive {
    padding-left: 40px;
    padding-right: 40px;
  }

  body section.advantages .boxes .box.negative {
    padding-left: 40px;
    padding-right: 40px;
  }

  body section.advantages .boxes .box .items {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  body section.advantages .boxes .box .items .item {
    max-width: 768px;
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }

  body section.order-call .box {
    padding-left: 20px;
  }

  body section.gallery .box .column {
    width: 100%;
    max-width: 49%;
  }

  body section.gallery .box {
    flex-wrap: wrap;
  }

  body section.about {
    margin-bottom: 35px;
  }

  body section.over-footer .bottom {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1080px) {
  body section.content .content-box .contacts .sidebar {
    max-width: 100%;
    justify-content: space-between;
    display: flex;
  }

  body section.content .content-box .contacts .sidebar .item {
    width: 48%;
  }

  body section.content .content-box .contacts {
    flex-wrap: wrap;
  }

  body section.content .content-box .contacts .contacts-content {
    max-width: 100%;
    margin-left: 0;
  }

  body section.top-content .container .car-categories {
    order: 2;
    width: 100%;
    height: calc(100vw*500/770);
    height: -moz-calc(100vw*500/770);
    height: -webkit-calc(100vw*500/770);
  }

  body section.top-content .container .filter {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  body section.top-content .container {
    flex-wrap: wrap;
  }

  body section.top-content .container .filter form .col-50 {
    width: 49%;
  }

  body section.top-content .container .car-categories {
    min-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  body section.content .content-box .similar .products .item .img {
    width: 100%;
  }

  body section.header .bottom .container .menu.open li span {
    display: none;
  }

  body section.header .bottom .container .menu.open li ul {
    display: block;
    position: static;
    border-top: none;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  body section.header .bottom .container .menu.open li ul:before {
    content: none;
  }

  body section.content .content-box .similar .products .item {
    border-left: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  body section.content .content-box .catalog {
    flex-wrap: wrap;
  }

  body section.content .content-box .catalog .categories .products .product .description {
    max-width: 370px;
    order: initial;
  }

  body section.content .content-box .catalog .sidebar {
    max-width: 100%;
  }

  body section.content .content-box .catalog .sidebar .filter form .col-50 {
    width: 49%;
  }

  body section.content .content-box .catalog .categories {
    padding-left: 0;
    max-width: 100%;
  }

  body section.content .content-box .catalog .categories ul.list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

  body section.categories .columns {
    flex-wrap: wrap;
  }

  body section.categories .columns .column {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  body section.header .top {
    background-color: #fff;
    order: 2;
  }

  body section.header .top .container .email {
    background-image: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
  }

  body section.header .top .container .calls .telephones {
    background-image: none;
    padding-left: 0;
  }

  body section.header {
    display: flex;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  }

  body section.header .top .container {
    display: block;
  }

  body section.header .top .container .calls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 100%;
  }

  body section.header .top .container .calls .telephones {
    max-width: 100%;
    justify-content: flex-end;
  }

  body section.header .bottom .container .menu {
    display: none;
    padding-left: 0;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 2s ease 0s;
  }

  body section.header .bottom .container .menu.open {
    display: block;
    opacity: 1;
    z-index: 1000;
    padding-top: 20vh;
  }

  body section.header .bottom .container .menu.open li {
    text-align: center;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  body section.header .bottom .container .menu.open li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: transparent;
  }

  body section.header .bottom .container .menu.open li a:hover {
    background-color: #404e7f;
  }

  body .burger {
    display: flex;
    flex-direction: column;
    width: 30px;
    height: 20px;
    justify-content: space-between;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    z-index: 1001;
  }

  body .burger span,
  body .burger:after,
  body .burger:before {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #fff;
    display: block;
    content: '';
  }

  body .burger.active span {
    opacity: 0;
  }

  body .burger.active:after,
  body .burger.active:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    transform-origin: 50% 50%;
    transition: all 0.5s ease 0.2s;
  }

  body .burger.active:after {
    transform: rotate(45deg);
  }

  body .burger.active:before {
    transform: rotate(-45deg);
  }

  body .wrapper-menu {
    width: 100px;
    height: 100px;
    transition: all 0.5s ease 0s;
    position: fixed;
    left: 50%;
    margin-left: -50px;
    bottom: -50px;
    background: #0181ff;
    z-index: 999;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
  }

  body section.header .bottom {
    box-shadow: none;
    order: 1;
  }

  body section.header .top .container .email a {
    color: #303030;
  }

  body section.header .top .container .calls .telephones li a {
    color: #303030;
  }

  body section.header .top .container .calls .telephones li {
    position: relative;
    text-align: right;
  }

  body section.header .top .container .calls .button {
    color: #0181ff;
    line-height: 25px;
    height: 25px;
  }

  body section.header .top .container .calls .button:hover {
    color: #fff;
  }

  body section.header .bottom .container .menu.open li.drop a {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 900px) {
  body section.over-footer .top .social-box {
    width: 300px;
    max-width: 300px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
  }

  body section.over-footer .top .phone-box {
    padding-right: 15px;
  }

  body section.over-footer .top .social-box .buttons {
    justify-content: center;
  }

  body section.over-footer .top .social-box .buttons .button {
    margin-left: 10px;
    margin-right: 10px;
  }

  body section.over-footer .top {
    flex-wrap: wrap;
  }

  body section.over-footer .top .logo-box {
    max-width: 100%;
    text-align: center;
  }

  body section.over-footer .top .logo-box .logo {
    margin: 0 auto;
  }

  body section.over-footer .top .phone-box {
    width: 50%;
    max-width: 50%;
  }

  body section.over-footer .top .address-box {
    max-width: 50%;
    padding-left: 15px;
  }

  body section.order-call .box {
    flex-wrap: wrap;
    padding-right: 20px;
    padding-bottom: 50px;
  }

  body section.order-call .box .form-box {
    width: 100%;
    margin-bottom: 35px;
    order: 2;
  }

  body section.order-call .box .content-box {
    padding-left: 0;
    margin-bottom: 35px;
  }

  body section.order-call .box .content-box .text {
    margin-bottom: 20px;
  }

  body section.order-call .box .corner-phone {
    width: 70px;
    height: 70px;
  }

  body section.order-call .box .corner-phone svg {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  body section.content .content-box .products .product .right-box .prices {
    display: block;
  }

  body section.counters .box .item {
    width: 50%;
  }

  body section.gallery .box .column:nth-child(3) {
    display: flex;
  }

  body section.content .content-box .catalog .categories .products .product {
    max-width: 550px;
    margin: auto;
    margin-bottom: 35px;
  }

  body section.advantages .boxes .box.negative {
    margin-top: 35px;
    border-left: none;
    padding-left: 15%;
    padding-right: 15%;
  }

  body section.advantages .boxes .box.positive {
    padding-left: 15%;
    padding-right: 15%;
  }

  body section.advantages .boxes .box {
    width: 100%;
    margin-bottom: 25px;
  }

  body section.content .content-box .reviews .sidebar {
    order: 1;
    margin-bottom: 25px;
    max-width: 100%;
  }

  body section.content .content-box .reviews {
    flex-wrap: wrap;
  }

  body section.content .content-box .reviews .reviews-box {
    order: 2;
    padding-right: 0;
  }

  body section.top-content .container .car-categories {
    display: none;
  }

  body section.content .content-box .catalog .categories .products .product .description {
    order: 3;
  }

  body section.content .content-box .catalog .categories .products .product .right-box {
    max-width: 50%;
    order: 2;
    margin: 0;
  }

  body section.content .content-box .catalog .categories .products .product .right-box .prices {
    width: 100%;
    margin-top: 0px;
  }

  body section.gallery .box .column {
    width: 100%;
    max-width: 100%;
  }

  body section.gallery .box .column .item.col-100 {
    height: calc((100vw - 40px)*270/380);
  }

  body section.gallery .box .column .item.col-50 {
    height: calc(((100vw - 40px)/2 - 5px)*270/380);
  }

  body section.under-footer {
    display: none;
  }

  body section.content .content-box .advantages {
    flex-wrap: wrap;
  }

  body section.content .content-box .advantages .item {
    width: 100%;
    margin-bottom: 35px;
  }

  body section.content .content-box .product .images {
    margin-right: 0;
    margin: 0;
    margin-bottom: 25px;
  }

  body section.content .content-box .product>.prices {
    display: block;
  }

  body section.content .content-box .product .right-box {
    margin: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    order: 3;
  }

  body section.content .content-box .product .right-box .prices {
    display: none;
  }

  body section.content .content-box .product .images .sub-images .img,
  body section.content .content-box .product .images .sub-images .video {
    margin: 0 auto;
  }
}

@media screen and (max-width: 660px) {

  .product.car .images {
    width: 100% !important;
    max-width: 370px !important;
  }

  .product.car .thumbs {
    margin: 0 auto !important;
  }

  body section.content .content-box .catalog .categories ul.list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  body section.content .content-box .product>.prices {
    width: 100%;
    margin-bottom: 25px;
  }

  body section.content .content-box .product .images {
    margin: auto;
    margin-bottom: 25px;
  }

  body section.content .content-box .product>.prices .byn {
    text-align: center;
  }

  body section.content .content-box .product>.prices .usd {
    text-align: center;
  }

  body section.content .content-box .contacts .sidebar .item ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  body section.content .content-box .contacts .sidebar {
    flex-wrap: wrap;
  }

  body section.content .content-box .contacts .sidebar .item {
    width: 100%;
  }

  body section.content .content-box .contacts .contacts-content .order-call form input.col-50 {
    width: 100%;
  }

  body section.content .content-box .contacts .contacts-content .order-call form button,
  body section.content .content-box .contacts .contacts-content .order-call form .button {
    max-width: 100%;
  }

  .popup .box .form-box form button,
  .popup .box .form-box form .button {
    max-width: 100% !important;
  }

  body section.header .bottom {
    width: 100%;
  }

  body section.header {
    flex-wrap: wrap;
  }

  body section.header .bottom .container .logo {
    margin: auto;
  }

  body section.header .top .container .email {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  body section.header .top {
    height: auto;
    padding-bottom: 15px;
  }

  body section.header .top .container .calls .telephones {
    justify-content: center;
  }

  body section.header .top .container .calls .telephones li {
    text-align: center;
  }

  body section.header .top .container .calls {
    justify-content: center;
    align-items: center;
  }

  .popup .box .form-box form input {
    max-width: 100% !important;
  }

  .popup {
    margin: 0 !important;
    overflow: auto;
    min-height: 100vh;
  }

  .popup .box .content-box .title {
    font-size: 24px !important;
  }

  .popup .box .content-box .text {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }

  .popup .box .corner-phone {
    display: none;
  }

  body section.content .content-box .reviews .reviews-box .item {
    flex-wrap: wrap;
  }

  body section.content .content-box .reviews .reviews-box .item .video {
    margin-bottom: 20px;
  }

  body section.content .content-box .reviews .reviews-box .item .img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  body section.content .content-box .catalog .categories .products .product .description {
    width: 100%;
    max-width: 100%;
  }

  body section.content .content-box .articles .narrow .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body section.content .content-box .articles .narrow {
    column-count: 1;
    -webkit-column-count: 1;
  }
}

@media screen and (max-width: 500px) {
  body section.content .content-box .similar .products .item {
    border-left: none;
  }

  body section.categories .columns .column {
    width: 100%;
  }

  body section.categories .columns .column {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  body section.content .content-box .catalog .categories ul.column {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  body section.counters .box .item {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  body section.content .content-box .catalog .categories ul.list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  body section.content .content-box .catalog .sidebar .filter form .col-50 {
    width: 100%;
  }

  body section.top-content .container .filter form .col-50 {
    width: 100%;
  }

  body section.over-footer .top .phone-box {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    text-align: center;
  }

  body section.over-footer .top .address-box {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  body section.over-footer .bottom .copyright {
    margin-bottom: 15px;
    width: 100%;
  }

  body section.over-footer .bottom .developer {
    width: 100%;
  }

  body section.over-footer .bottom {
    flex-wrap: wrap;
    text-align: center;
  }
}

@media screen and (max-width: 410px) {

  .product.car .images {
    max-width: 320px !important;
  }

  body section.content .content-box .product .images .main-img {
    max-width: 320px;
  }

  body section.content .content-box .product .images {
    max-width: 320px;
  }

  body section.content .content-box .product .images .sub-images {
    max-width: 280px;
  }

  .product.car .thumbs {
    max-width: 320px !important;
  }

  body section.content .content-box .product .right-box .prices {
    max-width: 320px;
  }

  body section.content .content-box .product .right-box .prices .byn .new {
    display: block;
    margin-top: 15px;
  }
}

@media screen and (max-width: 350px) {

  .product.car .thumbs {
    max-width: 280px !important;
  }

  .product.car .images {
    max-width: 280px !important;
  }

  body section.content .content-box .product .images .main-img {
    max-width: 280px;
  }

  body section.content .content-box .product .images {
    max-width: 280px;
  }

  body section.content .content-box .product .images .sub-images {
    max-width: 240px;
  }

  body section.content .content-box .product .right-box .prices {
    max-width: 280px;
  }

  body section.content .content-box .reviews .reviews-box .item .video {
    min-width: 280px;
  }
}

@media (min-aspect-ratio: 1 / 1) and (max-width: 992px) {
  body .wrapper-menu.open {
    width: 150vw;
    height: 150vw;
    bottom: -25vw;
    left: -25vw;
    margin-left: 0;
  }
}

@media (max-aspect-ratio: 1 / 1) and (max-width: 992px) {
  body .wrapper-menu.open {
    width: 150vh;
    height: 150vh;
    bottom: -25vh;
    left: calc((100vw - 150vh)/2);
    left: -moz-calc((100vw - 150vh)/2);
    left: -webkit-calc((100vw - 150vh)/2);
    margin-left: 0;
  }
}

.popup-bg,
.overlay,
.wrapper-popup {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: fixed;
  z-index: 100;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  background: #404e7f;
  opacity: 0;
}

.popup-bg.active,
.overlay.active,
.wrapper-popup.active {
  opacity: 0.5;
  visibility: visible;
}

.popup.popup-review .box .content-box .title {
  margin-bottom: 40px;
}

.popup {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: fixed;
  z-index: 200;
  margin: 5% auto;
  max-width: 650px;
  width: 100%;
  padding-top: 35px;
  left: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #404e7f;
  border: 10px solid #fff;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup .request-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.popup .close {
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s ease 0s;
  top: 12px;
  right: 12px;
  cursor: pointer;
  opacity: 1;
}

.popup .close:after,
.popup .close:before {
  transition: all 0.5s ease 0s;
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -2px;
  opacity: 0.3;
}

.popup .close:after {
  transform: rotate(45deg);
}

.popup .close:before {
  transform: rotate(-45deg);
}

.popup .close:hover:after,
.popup .close:hover:before {
  opacity: 1;
}

.popup .box {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  background-color: #404e7f;
  position: relative;
}

.popup .box .form-box {
  position: relative;
  width: 100%;
  z-index: 3;
}

.popup .box .form-box form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popup .box .form-box form input {
  width: 100%;
  max-width: 270px;
  height: 45px;
  margin-bottom: 20px;
  font-family: ProximaNovaRegular;
  padding-left: 20px;
}

.popup .box .form-box form textarea {
  width: 100%;
  margin-bottom: 20px;
  font-family: ProximaNovaRegular;
  padding-left: 20px;
  padding-top: 15px;
  height: 75px;
}

.popup .box .form-box form button,
.popup .box .form-box form .button {
  margin: auto;
  margin-top: 15px;
  max-width: 270px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #0181ff;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: ProximaNovaRegular;
  transition: all 0.5s ease 0s;
}

.popup .box .form-box form button:hover,
.popup .box .form-box form .button:hover {
  background-color: #0181ff;
}

.popup .box .content-box .title {
  color: #fff;
  padding-top: 16px;
  font-family: ProximaNovaRegular;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 10px;
  position: relative;
}

.popup .box .content-box .title:before {
  top: 0;
  left: 1px;
  content: '';
  display: block;
  position: absolute;
  width: 125px;
  height: 7px;
  background-color: #ef7700;
}

.popup .box .content-box .text {
  color: #fff;
  font-size: 20px;
  font-family: ProximaNovaRegular;
  margin-bottom: 35px;
}

.popup .box .content-box .phone {
  margin-bottom: 35px;
}

.popup .box .content-box .phone a {
  font-size: 24px;
  font-family: ProximaNovaRegular;
  color: #fff;
}

.popup .box .corner-phone {
  width: 135px;
  height: 135px;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-left-radius: 100%;
  position: absolute;
  background-color: #7a83a6;
  right: 0;
  bottom: 0;
}

.popup .box .corner-phone svg {
  width: 78px;
  height: 78px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  fill: #404e7f;
  animation: animationFrames linear 10s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 10s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 10s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 10s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  77% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  80% {
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  83% {
    transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  85% {
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  88% {
    transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  93% {
    transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  95% {
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  97% {
    transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  100% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  77% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  80% {
    -moz-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  83% {
    -moz-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  85% {
    -moz-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  88% {
    -moz-transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    -moz-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  93% {
    -moz-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  95% {
    -moz-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  97% {
    -moz-transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  100% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  77% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  80% {
    -webkit-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  83% {
    -webkit-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  85% {
    -webkit-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  88% {
    -webkit-transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    -webkit-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  93% {
    -webkit-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  95% {
    -webkit-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  97% {
    -webkit-transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  100% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  77% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  80% {
    -o-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  83% {
    -o-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  85% {
    -o-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  88% {
    -o-transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    -o-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  93% {
    -o-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  95% {
    -o-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  97% {
    -o-transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  100% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-ms-keyframes animationFrames {
  .popup .box .corner-phone 0% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  .popup .box .corner-phone 77% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  .popup .box .corner-phone 80% {
    -ms-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  .popup .box .corner-phone 83% {
    -ms-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  .popup .box .corner-phone 85% {
    -ms-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  .popup .box .corner-phone 88% {
    -ms-transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  .popup .box .corner-phone 90% {
    -ms-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  .popup .box .corner-phone 93% {
    -ms-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  .popup .box .corner-phone 95% {
    -ms-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  .popup .box .corner-phone 97% {
    -ms-transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  .popup .box .corner-phone 100% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@keyframes animationFrames {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  77% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  80% {
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  83% {
    transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  85% {
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  88% {
    transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  93% {
    transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  95% {
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  97% {
    transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  100% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  77% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  80% {
    -moz-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  83% {
    -moz-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  85% {
    -moz-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  88% {
    -moz-transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    -moz-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  93% {
    -moz-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  95% {
    -moz-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  97% {
    -moz-transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  100% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  77% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  80% {
    -webkit-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  83% {
    -webkit-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  85% {
    -webkit-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  88% {
    -webkit-transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    -webkit-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  93% {
    -webkit-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  95% {
    -webkit-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  97% {
    -webkit-transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  100% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  77% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  80% {
    -o-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  83% {
    -o-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  85% {
    -o-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  88% {
    -o-transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    -o-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  93% {
    -o-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  95% {
    -o-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  97% {
    -o-transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  100% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  77% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  80% {
    -ms-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  83% {
    -ms-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  85% {
    -ms-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  88% {
    -ms-transform: rotate(10deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    -ms-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  93% {
    -ms-transform: rotate(-10deg) scaleX(1.1) scaleY(1.1);
  }

  95% {
    -ms-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }

  97% {
    -ms-transform: rotate(10deg) scaleX(1.06) scaleY(1.06);
  }

  100% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

::-webkit-input-placeholder {
  color: #303030;
  opacity: 1;
}

::-moz-placeholder {
  color: #303030;
  opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #303030;
  opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #303030;
  opacity: 1;
}

select::-ms-expand {
  display: none;
}

#searchstring {
  width: 100%;
  border: none;
  padding-left: 20px;
  height: 40px;
  background-color: #e8e8e8;
  color: #303030;
  font-family: ProximaNovaRegular;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.element {
  width: 49%;
}

.order-call .element {
  width: 100%;
}

.help-block {
  font-family: ProximaNovaRegular;
  color: #ef7700;
  font-size: 12px;
}

form h2 {
  color: white;
  font-size: 20px;
  font-family: ProximaNovaBold;
  margin-bottom: 15px;
}

form p {
  color: white;
  font-size: 14px;
  font-family: ProximaNovaRegular;
}

#reviews-forms .col-100 {
  width: 100%;
  max-width: 100%;
}

#reviews-forms .qq-upload-button {
  width: 100%;
  font-family: ProximaNovaRegular;
}

body section.content .content-box .catalog .sidebar .filter form button.disabled,
body section.content .content-box .catalog .sidebar .filter form .submit.disabled {
  background-color: #e8e8e8;
  cursor: default;
  border: none;
}

body section.content .content-box .product .description ul li {
  font-family: ProximaNovaRegular;
  color: #303030;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  font-size: 14px;
}

/*l: 1420*/
body section.content .content-box .product .description ul li span+span {
  float: right;
  padding-left: 0.33em;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
}

/*l: 1427*/
body section.content .content-box .product .description ul li span:first-child {
  padding-right: 0.33em;
  float: left;
  background: white;
  font-size: 16px;
}

/*l: 1409 (замени на after)*/
body section.content .content-box .product .description ul li:after {
  white-space: nowrap;
  overflow: hidden;
  content: '';
  display: block;
  overflow: hidden;
  height: 17px;
  border-bottom: 2px dotted #303030;
}

@media (max-width: 380px) {
  body section.content .content-box .product .description ul li span+span {
    float: right;
    padding-left: 2px;
    width: 100%;
    max-width: 170px;
    font-size: 14px;
  }

  body section.content .content-box .product .description ul li span:first-child {
    font-size: 14px;
  }

  body section.content .content-box .product .description ul li::after {
    height: 15px;
  }
}

@media (max-width: 450px) {
  body section.header .top .container .calls .telephones {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.icon-header {
  display: inline-block;
  background: url("/images/viber.png") no-repeat;
  background-size: contain;
  width: 70px;
  position: absolute;
  height: 20px;
  z-index: 1;
  left: -41px;
  top: 7px;
}

span.availability {
  font-weight: bold;
}

span.icon-svg {
  display: flex;
  align-items: center;
  font-weight: bold;
}

#instock,
#delivery,
#notstock {
  width: 15px;
  height: 15px;
  fill: #4f8f1f;
  display: inline-block;
  margin-right: 5px;
}

#delivery {
  fill: #0181ff;
}

#notstock {
  fill: #ef7700;
}

@media (max-width: 560px) {
  .popup .box .form-box form {
    flex-direction: column;
  }

  .popup .box .form-box form .element {
    width: auto;
  }
}

@font-face {
  font-family: "ProximaNovaBold";
  src: url("/fonts/ProximaNovaBold/ProximaNovaBold.eot?") format("eot"), url("/fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("/fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype"), url("/fonts/ProximaNovaBold/ProximaNovaBold.svg#ProximaNovaBold") format("svg");
}

@font-face {
  font-family: "ProximaNovaRegular";
  src: url("/fonts/ProximaNovaRegular/ProximaNovaRegular.eot?") format("eot"), url("/fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("/fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype"), url("/fonts/ProximaNovaRegular/ProximaNovaRegular.svg#ProximaNovaRegular") format("svg");
}

@font-face {
  font-family: "ProximaNovaSemibold";
  src: url("/fonts/ProximaNovaSemibold/ProximaNovaSemibold.eot?") format("eot"), url("/fonts/ProximaNovaSemibold/ProximaNovaSemibold.woff") format("woff"), url("/fonts/ProximaNovaSemibold/ProximaNovaSemibold.ttf") format("truetype"), url("/fonts/ProximaNovaSemibold/ProximaNovaSemibold.svg#ProximaNovaSemibold") format("svg");
}

@font-face {
  font-family: "BPreplay-Bold";
  src: url("/fonts/BPreplay-Bold/BPreplay-Bold.eot?") format("eot"), url("/fonts/BPreplay-Bold/BPreplay-Bold.woff") format("woff"), url("/fonts/BPreplay-Bold/BPreplay-Bold.ttf") format("truetype"), url("/fonts/BPreplay-Bold/BPreplay-Bold.svg#BPreplay-Bold") format("svg");
}







body .select2-selection {
  padding-left: 20px;
  width: 100%;
  height: 40px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #e8e8e8;
  border: none;
  color: #303030;
  font-family: ProximaNovaRegular;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body .jq-selectbox,
body .jq-select-multiple {
  display: block !important;
}

body .select2-selection__rendered {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
}

body .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

body .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #737373;
  border-top-color: #737373;
}

body .select2-results {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  background-color: #e8e8e8;
  color: #303030;
  font-family: ProximaNovaRegular;
  border-bottom: 2px solid #0181ff;
}

body .jq-selectbox li {
  min-height: 40px;
  padding: 15px 15px 15px;
  border-top: 1px solid #d3d3d3;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

body .jq-selectbox li:hover {
  background-color: #0181ff !important;
  color: #fff;
}

body .jq-selectbox li.selected {
  background-color: #0181ff !important;
  color: #fff;
}

body .select2-search {
  padding: 5px 5px;
}

body .select2-search__field {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  background-color: #fff;
  color: #303030;
  border: none;
}

body .jq-selectbox__not-found {
  padding: 10px;
}

body .top-content .filter form .check {
  height: 25px;
  width: 100%;
  margin-bottom: 20px;
}

body .top-content .filter form .check .checkbox:not(checked) {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
  vertical-align: top;
  width: 17px;
  height: 17px;
  line-height: normal;
}

body .top-content .filter form .check .checkbox:not(checked)+label {
  position: relative;
  padding: 0 0 0 45px;
  font-family: ProximaNovaRegular;
  cursor: pointer
}

body .top-content .filter form .check .checkbox:not(checked)+label:before {
  content: '';
  position: absolute;
  border: 2px solid #b4b4b4;
  top: -4px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #e8e8e8;
  transition: .2s;
}

body .top-content .filter form .check .checkbox:not(checked)+label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #0181ff;
  opacity: 0;
  transition: .2s;
}

body .top-content .filter form .check .checkbox:checked+label:after {
  opacity: 1;
}

.clear-data {
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -5px;
  right: 25px;
  cursor: pointer;
}

/*.clear-input-data{*/
/*  position: relative;*/
/*  bottom: 50%;*/
/*  left: 87%;*/
/*  z-index: 3;*/
/*  width: 28px;*/
/*  cursor: pointer;*/
/*}*/

.clear-input-data {
  position: relative;
  left: 89%;
  z-index: 3;
  width: 16px;
  height: 21px;
  cursor: pointer;
  margin-top: -21px;
}

.clear-data::after {
  position: absolute;
  transform: rotate(-45deg);
  height: 2px;
  width: 100%;
  background: #888;
  content: "";
  top: 4px;
}

.clear-input-data::after {
  position: absolute;
  transform: rotate(-45deg);
  height: 2px;
  width: 100%;
  background: #888;
  content: "";
}


.clear-data::before {
  position: absolute;
  transform: rotate(45deg);
  height: 2px;
  width: 100%;
  background: #888;
  content: "";
  top: 4px;
}

.clear-input-data::before {
  position: absolute;
  transform: rotate(45deg);
  height: 2px;
  width: 100%;
  background: #888;
  content: "";
}

.clear-data:hover:before,
.clear-data:hover:after,
.clear-input-data:hover:before,
.clear-input-data:hover:after {
  background: #0181ff;
}




.col-100,
.col-50 {
  border: 2px solid #b4b4b4;
}

.contacts .col-50 {
  border: none;
}


/*кнопка звонка*/

.callback-bt {
  background: #38a3fd;
  border: 2px solid #38a3fd;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 68px;
  position: fixed;
  right: 10%;
  bottom: 15%;
  z-index: 999;
  transition: .3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
  display: none;
}

.callback-bt .text-call {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.callback-bt .text-call span {
  text-align: center;
  color: #38a3fd;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 5px;
  top: 26px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity .3s linear;
  font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
  opacity: 1;
  font-size: 10px;
}

.callback-bt:hover i {
  display: none;
}

.callback-bt:hover {
  z-index: 1;
  background: #fff;
  color: transparent;
  transition: .3s;
}

.callback-bt:hover i {
  color: #38a3fd;
  font-size: 40px;
  transition: .3s;
}

.callback-bt i {
  color: #fff;
  font-size: 34px;
  transition: .3s;
  line-height: 60px;
  transition: .5s ease-in-out;
}

.callback-bt i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}



@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }

  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }

  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
  }

  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
  }
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }

  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }

  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
  }

  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
  }
}

/* animations icon */

@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }

  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }

  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }

  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }

  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }

  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }

  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }

  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }

  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }

  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }

  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }

  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }

  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }

  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }

  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }

  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }

  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }

  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }

  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}

/* конец кнопки звонка */






#id_wheel_diameter .select2.select2-container,
#id_disc_vylet .select2.select2-container,
#id_disc_j_width .select2.select2-container,
#id_disc_hole_count .select2.select2-container {
  width: 100% !important;
}



.filter-one-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.filter-one-line>.col-50 {
  width: 24% !important;
}


.filter-one-line .select2-container--default .select2-selection--single {
  padding-left: 8px !important;
}

.donor-car a {
  background-color: #0181ff;
}

a.all-details {
  background-color: #0181ff;
}

@media screen and (max-width: 400px) {

  a.all-details,
  .donor-car a {
    display: block;
    text-align: center;
    padding: 10px !important;
  }
}

.product.car {
  flex-wrap: wrap;
}

.product.car .description {
  max-width: 450px;
}

.product.car .sub-images {
  margin-top: 20px;
  height: 70px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.product.car .sub-images .owl-item {
  max-width: 100px;
}

.product.car .sub-images .img,
.product.car .sub-images .video {
  position: relative;
  display: block;
  height: 70px;
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product.car .thumbs {
  width: 100%;
  max-width: 850px;
  margin-top: 20px;
}

.btn-primary {
  font-family: ProximaNovaRegular;
  padding: 10px;
}

body section.content .content-box .product .right-box .prices .byn{
  position:relative;
}
body section.content .content-box .product .right-box .prices .byn .prices_block_hint{
  position: absolute;
  top:30px;
  right:-50px;
  padding:10px;
  background-color: #ffca18;
  display:none;
  z-index: 999;
  width: 200px;
  text-align: center;
}

body section.content .content-box .product .right-box .prices .byn.active .prices_block_hint{
  display: block;
}

body section.content .content-box .product .right-box .prices .prices_block_hint .usd,
body section.content .content-box .product .right-box .prices .prices_block_hint .rub{
  text-align: center;
}
body section.content .content-box .product .right-box .prices .prices_block_hint .usd .new{
  margin-left:0;
  margin-top:0;
}
body section.content .content-box .product .right-box .prices .prices_block_hint .rub .new{
  font-family: ProximaNovaRegular;
  font-size: 18px;
  color: #303030;
  margin-left:0;
  margin-top:0;
}
body section.content .content-box .product .right-box .prices .prices_block_hint .text{
  font-family: ProximaNovaRegular;
  font-size: 14px;
  color: #303030;
  margin-left:0;
}

@media screen and (max-width: 768px){
  body section.content .content-box .product .prices .byn{
    position:relative;
  }
  body section.content .content-box .product .prices .byn .prices_block_hint{
    position: absolute;
    top:30px;
    left:calc(50% - 100px);
    padding:10px;
    background-color: #ffca18;
    display:none;
    z-index: 999;
    width: 200px;
    text-align: center;
  }
  body section.content .content-box .product .prices .byn.active .prices_block_hint{
    display: block;
  }
  
body section.content .content-box .product .prices .prices_block_hint .usd,
body section.content .content-box .product .prices .prices_block_hint .rub{
  text-align: center;
}
body section.content .content-box .product .prices .prices_block_hint .usd .new{
  margin-left:0;
}
body section.content .content-box .product .prices .prices_block_hint .rub .new{
  font-family: ProximaNovaRegular;
  font-size: 18px;
  color: #303030;
  margin-left:0;
}
body section.content .content-box .product .prices .prices_block_hint .text{
  font-family: ProximaNovaRegular;
  font-size: 14px;
  color: #303030;
  margin-left:0;
}
}