@import 'GraphikLCG.css';
@import 'font-awesome.min.css';
@import '../js/fancybox/jquery.fancybox.css';
@import '../js/owlcarousel/assets/owl.carousel.min.css';
@import '../js/owlcarousel/assets/owl.theme.default.min.css';
* {
  font-size: 1em;
}
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption {
  border: 0px;
  margin: 0px;
  outline: 0px;
  padding: 0px;
}
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Graphik LCG', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  overflow-y: scroll;
}
a {
  color: #269437;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
article {
  font-size: 14px;
  line-height: 22px;
  overflow-x: auto;
  overflow-y: hidden;
}
article p {
  margin-bottom: 20px;
}
article ul,
article ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
article ul li {
  list-style-image: url('../images/dot.png');
}
article img {
  max-width: 100%;
}
.text_buttons {
  margin-bottom: 30px;
}
.text_buttons a {
  margin: 0 10px 10px 0;
}
.text_buttons a:last-child {
  margin-right: 0;
}
hr {
  height: 1px;
  padding: 0px;
  line-height: 1px;
  color: #cccccc;
  background: #cccccc;
  border: 0px;
}
input,
textarea {
  font-family: 'Graphik LCG', sans-serif;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.after:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.mess_err {
  color: #e03c42;
  font-weight: 700;
}
.mess_ok {
  color: #269437;
  font-weight: 700;
}
.popup__page {
  padding: 40px;
}
.wrap {
  width: 100%;
  max-width: 1500px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
a.button {
  display: inline-block;
  padding: 0 30px;
  color: #ffffff;
  text-decoration: none;
  line-height: 54px;
  background: linear-gradient(360deg, #269437 0%, #25d366 100%);
  border-radius: 55px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
a.button:hover {
  color: #ffffff;
  background: linear-gradient(360deg, #25d366 0%, #269437 100%);
}
header {
  background: #121212;
  color: #ffffff;
}
header a {
  color: #ffffff;
  text-decoration: none;
}
header a:hover {
  color: #269437;
}
header .header {
  border-bottom: 1px solid #5c5c5c;
  padding: 20px 0;
}
header .header .logo {
  float: left;
}
header .header .logo a {
  display: block;
}
header .header .logo a img {
  height: 54px;
  display: block;
  /*
					display:inline-block;
					vertical-align:middle;
					margin-right:35px;
					&:last-child{
						margin:0;
					}
					*/
}
header .header .btn {
  float: right;
  margin-left: 30px;
}
header .header .contacts {
  float: right;
  margin-left: 30px;
  text-align: center;
  margin-top: 10px;
}
header .header .contacts .phone {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
header .header .contacts .mail {
  font-size: 13px;
  line-height: 17px;
}
header .header .region {
  float: right;
  background: url("../images/icon_address.svg") no-repeat top left;
  min-height: 40px;
  padding-left: 30px;
  margin-top: 10px;
  position: relative;
}
header .header .region .city {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
header .header .region .address {
  font-size: 12px;
  line-height: 20px;
}
header .header .social {
  float: right;
  margin-left: 15px;
  margin-top: 15px;
}
header .header .social a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 15px;
}
header .header .social a.whatsapp {
  background-image: url("../images/icon_whatsapp.svg");
}
header .header .social a.max {
  background-image: url("../images/icon_max.svg");
  border-radius: 50%;
}
header .header .social a.viber {
  background-image: url("../images/icon_viber.svg");
}
header .header .social a.telegram {
  background-image: url("../images/icon_telegram.svg");
}
header .nav {
  padding: 15px 0;
}
header .nav .opener {
  display: none;
  cursor: pointer;
}
header .nav ul {
  list-style: none;
  float: left;
}
header .nav ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  margin-right: 20px;
}
header .nav ul li a,
header .nav ul li span {
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
header .nav ul li.active > a,
header .nav ul li a:hover {
  color: #269437;
}
header .nav ul li:hover > ul {
  display: block;
}
header .nav ul li:last-child {
  margin: 0;
}
header .nav ul li ul {
  float: none;
  position: absolute;
  top: 20px;
  left: 0;
  background: #121212;
  z-index: 10;
  display: none;
  padding: 10px 0;
}
header .nav ul li ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #5c5c5c;
  text-transform: none;
  min-width: 200px;
  padding: 5px 0;
  line-height: 18px;
}
header .nav ul li ul li:last-child {
  border: 0;
}
header .nav ul li ul li ul {
  left: 100%;
  top: 0;
}
header .nav .search {
  float: right;
  white-space: nowrap;
  position: relative;
  height: 20px;
}
header .nav .search input[type=submit],
header .nav .search i {
  display: inline-block;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: url("../images/icon_search.svg") no-repeat center center;
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: -100px;
}
header .nav .search input[type=text] {
  width: 200px;
  height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 0;
  margin-right: 2px;
}
header .nav .search input[type=text]:focus {
  outline: none;
}
header .nav .search form {
  position: absolute;
  top: -5px;
  right: 0;
  display: none;
}
header .nav .search form input {
  display: inline-block;
  vertical-align: top;
}
header .nav .search form input[type=submit] {
  margin-top: 5px;
}
.slide {
  background: url("../images/slide.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0 60px;
}
.slide .l1 {
  font-size: 64px;
  line-height: 65px;
  font-weight: 300;
}
.slide .l2 {
  font-size: 72px;
  line-height: 60px;
  font-weight: 900;
}
.slide .l3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 10px;
}
.slide .l4 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: #25d366;
  margin-bottom: 70px;
}
.slide .btn {
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}
.slide .btn a {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-right: 65px;
}
.slide .btn a:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/arrow_right.svg") #ffffff no-repeat center center;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 12px;
}
.slide .btn .button_call {
  display: none;
}
.slide .btn span {
  font-size: 14px;
  line-height: 20px;
}
.slide .btn span strong {
  font-weight: 500;
}
.slide .social {
  display: none;
  text-align: center;
}
.slide .social a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.slide .social a.whatsapp {
  background-image: url("../images/icon_whatsapp.svg");
}
.slide .social a.max {
  background-image: url("../images/icon_max.svg");
  border-radius: 50%;
}
.slide .social a.viber {
  background-image: url("../images/icon_viber.svg");
}
.slide .social a.telegram {
  background-image: url("../images/icon_telegram.svg");
}
.index_services,
.index_articles,
.index_instagram {
  padding: 40px 0;
}
.index_services .title,
.index_articles .title,
.index_instagram .title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.index_services .title:after,
.index_articles .title:after,
.index_instagram .title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  height: 2px;
  background: #000000;
}
.index_instagram .title span {
  display: inline-block;
  vertical-align: top;
  width: 205px;
  background: url("../images/logo_tuning.svg") no-repeat center center;
  background-size: contain;
  overflow: hidden;
  text-indent: -1000px;
}
.index_instagram .items .item {
  box-sizing: border-box;
  max-height: 670px;
  overflow: auto;
}
.index_services .items .item {
  float: left;
  width: calc(25%  - 25px);
  margin: 0 25px 25px 0;
  height: 240px;
  background: url("../images/sb.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}
.index_services .items .item:first-child {
  height: 505px;
}
.index_services .items .item a {
  display: block;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
.index_services .items .item a:before {
  content: '';
  display: block;
  background: url("../images/icon_chip.svg") no-repeat center center;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.index_services .items .item a:after {
  content: '';
  display: block;
  background: url("../images/arrow_right_white.svg") #131313 no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
}
.index_services .items .item a span {
  display: block;
}
.index_services .items .item a .name {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-right: 60px;
}
.index_services .items .item a .name:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background: #ffffff;
}
.index_services .items .item a .name span {
  display: none;
  width: 30px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.index_services .items .item a .announce {
  font-size: 14px;
  line-height: 18px;
}
.index_services .items .item a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.index_services .items .item.check {
  color: #ffffff;
  width: calc(50% - 25px);
}
.index_services .items .item.check .inner {
  padding: 30px;
  text-align: center;
}
.index_services .items .item.check .h3 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 700;
}
.index_services .items .item.check input[type=text] {
  width: 100%;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  border: 0;
  height: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.index_services .items .item.check .desc {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.index_services .items .item.check input[type=submit] {
  display: block;
  width: 100%;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  background: linear-gradient(360deg, #269437 0%, #25d366 100%);
  border-radius: 20px;
  border: 0;
  cursor: pointer;
}
.index_services .items .item.check input[type=submit]:hover {
  background: linear-gradient(360deg, #25d366 0%, #269437 100%);
}
.index_services .items .item.inside {
  float: right;
  width: 25%;
  margin: 0 0 20px 20px;
}
.index_services .items .item.inside:first-child {
  height: 240px;
}
.index_calc {
  background: url("../images/index_calc_bg.jpg") no-repeat center top;
  background-size: cover;
  min-height: 900px;
  padding-top: 55px;
  box-sizing: border-box;
}
.index_calc .right {
  width: 500px;
  box-sizing: border-box;
}
.index_calc .right .calc {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 30px;
}
.index_calc .right .calc .name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.index_calc .right .calc .name:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background: #000000;
}
.index_calc .right .calc .announce {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.index_calc .right .calc form .groupname {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.index_calc .right .calc form label {
  display: block;
  margin-bottom: 15px;
}
.index_calc .right .calc form label.label_19 {
  display: none;
}
.index_calc .right .calc form label > span {
  display: none;
}
.index_calc .right .calc form label input[type=text],
.index_calc .right .calc form label input[type=email],
.index_calc .right .calc form label input[type=password],
.index_calc .right .calc form label select,
.index_calc .right .calc form label textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 24px;
  font-family: 'Graphik LCG', sans-serif;
  border: 1px solid #cccccc;
}
.index_calc .right .calc form label input[type=text]:focus,
.index_calc .right .calc form label input[type=email]:focus,
.index_calc .right .calc form label input[type=password]:focus,
.index_calc .right .calc form label select:focus,
.index_calc .right .calc form label textarea:focus {
  border-color: #269437;
  outline: none;
}
.index_calc .right .calc form label input[type=text],
.index_calc .right .calc form label input[type=email],
.index_calc .right .calc form label input[type=password],
.index_calc .right .calc form label select {
  height: 48px;
  padding: 0 15px;
}
.index_calc .right .calc form label textarea {
  height: 70px;
  resize: vertical;
  padding: 10px 15px;
}
.index_calc .right .calc form select optgroup {
  font-weight: 500;
}
.index_calc .right .calc form .los label {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  padding-right: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.index_calc .right .calc form .options {
  margin-bottom: 15px;
}
.index_calc .right .calc form .options .labels {
  margin-bottom: 15px;
}
.index_calc .right .calc form .options .labels label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}
.index_calc .right .calc form .options .labels label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.index_calc .right .calc form .options .labels label input[type=checkbox] + i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../images/icon_check.svg") no-repeat;
}
.index_calc .right .calc form .options .labels label input[type=checkbox]:checked + i {
  background-image: url("../images/icon_check_checked.svg");
}
.index_calc .right .calc form .options .labels label:last-child {
  margin: 0;
}
.index_calc .right .calc form .options .price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #269437;
}
.index_calc .right .calc form .options .price strike {
  color: #e03c42;
}
.index_calc .right .calc form .options .price i {
  font-size: 14px;
}
.index_calc .right .calc form .disclamer {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
  display: none;
}
.index_calc .right .calc form .contacts {
  position: relative;
  display: none;
}
.index_calc .right .calc form .contacts .submit input {
  padding: 0 30px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  line-height: 48px;
  background: linear-gradient(360deg, #269437 0%, #25d366 100%);
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.index_calc .right .calc form .contacts .submit input:hover {
  color: #ffffff;
  background: linear-gradient(360deg, #25d366 0%, #269437 100%);
}
.index_calc .right .calc form .rules {
  margin: 0;
  padding-top: 15px;
}
.index_calc .right .calc form .rules a {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.index_calc .right .calc form .rules a:hover {
  border-color: transparent;
}
.index_calc .left {
  width: calc(100% - 500px);
  padding-right: 20px;
  box-sizing: border-box;
}
.index_calc .left .l1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
.index_calc .left .l2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.index_calc .left .l2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background: #000000;
}
.index_calc .left .l3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
.index_calc .left .items {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px 0 0 10px;
  padding: 40px 20px;
  text-align: center;
}
.index_calc .left .items .item {
  display: inline-block;
  vertical-align: top;
  padding: 125px 20px 0;
  width: calc(33.33% - 5px);
  box-sizing: border-box;
  background: url("../images/icon_calc_item.svg") no-repeat center top;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.location_confirm {
  border: 1px solid #cccccc;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  width: 200px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
}
.location_confirm .current {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
.location_confirm a {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  text-decoration: none;
}
.location_confirm a.yes {
  background: #269437;
  color: #ffffff;
}
.location_confirm a.yes:hover {
  background: #f6881f;
}
.location_confirm a.change:hover {
  color: #f6881f;
}
.location_confirm i {
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.gb .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 40px);
  margin: 0 35px 40px 0;
  background: #ffffff;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.gb .item .name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.gb .item .name a {
  color: #000000;
  text-decoration: none;
}
.gb .item .name a:hover {
  color: #036ca7;
}
.gb .item .auto {
  color: #036ca7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.gb .item .auto a {
  color: #036ca7;
  text-decoration: none;
  border-bottom: 1px solid rgba(3, 108, 167, 0.5);
}
.gb .item .auto a:hover {
  border-color: transparent;
}
.gb .item .message {
  font-size: 14px;
  line-height: 20px;
}
.questions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.questions .item {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.questions .item .question {
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.questions .item .question i {
  color: #f6881f;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.questions .item .question.active i {
  background: #f6881f;
  color: #ffffff;
}
.questions .item .answer {
  padding-top: 10px;
  font-size: 14px;
  line-height: 21px;
  display: none;
}
footer .map {
  height: 595px;
  position: relative;
}
footer .map #map_canvas {
  width: 100%;
  height: 100%;
}
footer .map .onmap {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 0px;
}
footer .map .onmap .wrap {
  height: 0px;
}
footer .map .onmap .contacts {
  float: left;
  background: #ffffff;
  width: 370px;
  box-shadow: 0px 0px 20px rgba(102, 108, 118, 0.2);
  border-radius: 10px;
  padding: 20px;
  max-height: 480px;
  overflow: auto;
}
footer .map .onmap .contacts .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 15px;
}
footer .map .onmap .contacts .title strong {
  font-weight: 600;
}
footer .map .onmap .contacts .item {
  margin-bottom: 15px;
}
footer .map .onmap .contacts .item .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
footer .map .onmap .contacts .item .legal {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
footer .map .onmap .contacts .item .phone {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
footer .map .onmap .contacts .item .phone a {
  color: #000000;
  text-decoration: none;
}
footer .map .onmap .contacts .item .phone a:hover {
  color: #269437;
}
footer .map .onmap .contacts .item .address,
footer .map .onmap .contacts .item .hours {
  line-height: 18px;
  padding-left: 25px;
  font-size: 14px;
  min-height: 21px;
  background-repeat: no-repeat;
  background-position: center left;
}
footer .map .onmap .contacts .item .address {
  background-image: url("../images/icon_address_map.svg");
}
footer .map .onmap .contacts .item .hours {
  background-image: url("../images/icon_hours_map.svg");
}
footer .map .onmap .contacts .mail {
  font-size: 18px;
}
footer .map .onmap .contacts .mail a {
  color: #f6881f;
  text-decoration: none;
  border-bottom: 1px solid rgba(246, 136, 31, 0.5);
}
footer .map .onmap .contacts .mail a:hover {
  border-color: transparent;
}
footer .map .onmap .contacts .social {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #cccccc;
}
footer .map .onmap .contacts .social .name {
  float: left;
  font-size: 18px;
  line-height: 20px;
}
footer .map .onmap .contacts .social .links {
  float: right;
}
footer .map .onmap .contacts .social .links a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 15px;
}
footer .map .onmap .contacts .social .links a.max {
  background-image: url("../images/icon_max.svg");
  border-radius: 50%;
}
footer .map .onmap .contacts .social .links a.whatsapp {
  background-image: url("../images/icon_whatsapp.svg");
}
footer .map .onmap .contacts .social .links a.viber {
  background-image: url("../images/icon_viber.svg");
}
footer .map .onmap .contacts .social .links a.telegram {
  background-image: url("../images/icon_telegram.svg");
}
footer .footer {
  background: #1f1f1f;
  color: #ffffff;
}
footer .footer a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer .top {
  padding: 30px 0;
  border-bottom: 1px dotted #acacac;
}
footer .footer .top .left,
footer .footer .top .right {
  width: calc(50% - 50px);
}
footer .footer .top .name {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
footer .footer .top .announce {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}
footer .footer .top .right {
  max-width: 530px;
}
footer .footer .top .right form {
  position: relative;
}
footer .footer .top .right form label {
  display: block;
  background: #ffffff;
  height: 52px;
  border-radius: 26px;
  padding: 2px 30px;
  margin-top: 10px;
  box-sizing: border-box;
}
footer .footer .top .right form label.phone {
  margin: 0;
}
footer .footer .top .right form label input[type=tel],
footer .footer .top .right form label input[type=text] {
  height: 48px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 0;
  margin: 0;
}
footer .footer .top .right form label input[type=tel]:focus,
footer .footer .top .right form label input[type=text]:focus {
  outline: none;
}
footer .footer .top .right form .rules label {
  background: none;
  height: auto;
  border-radius: 0;
  padding: 0;
  margin: 0 0 5px 0;
}
footer .footer .top .right form .rules label a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer .top .right form .rules label a:hover {
  border-color: transparent;
}
footer .footer .top .right form input[type=submit] {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 48px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  padding: 0 25px;
  text-transform: uppercase;
  background: linear-gradient(360deg, #269437 0%, #25d366 100%);
}
footer .footer .top .right form input[type=submit]:hover {
  background: linear-gradient(360deg, #25d366 0%, #269437 100%);
}
footer .footer .top .right form .rules {
  padding: 10px 30px;
}
footer .footer .top .right form .hide {
  display: none;
}
footer .footer .middle {
  padding: 30px 0;
  border-bottom: 1px dotted #acacac;
}
footer .footer .middle .logo {
  float: left;
}
footer .footer .middle .logo a {
  display: block;
}
footer .footer .middle .logo a img {
  height: 40px;
  /*
						display:inline-block;
						vertical-align:middle;
						margin-right:35px;
						&:last-child{
							margin:0;
						}
						*/
}
footer .footer .middle .contacts {
  float: right;
  margin-left: 30px;
  text-align: center;
  margin-top: 10px;
}
footer .footer .middle .contacts .phone {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
footer .footer .middle .contacts .mail {
  font-size: 13px;
  line-height: 17px;
}
footer .footer .middle .region {
  float: right;
  background: url("../images/icon_address.svg") no-repeat top left;
  min-height: 40px;
  padding-left: 30px;
  margin-top: 10px;
  position: relative;
}
footer .footer .middle .region .city {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
footer .footer .middle .region .address {
  font-size: 12px;
  line-height: 20px;
}
footer .footer .middle .social {
  float: right;
  margin-left: 15px;
  margin-top: 15px;
}
footer .footer .middle .social a {
  display: inline-blcok;
  vertical-align: top;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 15px;
}
footer .footer .middle .social a.max {
  background-image: url("../images/icon_max.svg");
  border-radius: 50%;
}
footer .footer .middle .social a.whatsapp {
  background-image: url("../images/icon_whatsapp.svg");
}
footer .footer .middle .social a.viber {
  background-image: url("../images/icon_viber.svg");
}
footer .footer .middle .social a.telegram {
  background-image: url("../images/icon_telegram.svg");
}
footer .footer .bottom {
  padding: 15px 0;
  line-height: 35px;
}
footer .footer .bottom .copy {
  float: left;
  text-transform: uppercase;
}
footer .footer .bottom .social {
  float: right;
  margin-left: 40px;
}
footer .footer .bottom .social a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-left: 10px;
}
footer .footer .bottom .social a:hover {
  background: #ffffff;
}
footer .footer .bottom .links {
  float: right;
  line-height: 15px;
  padding-top: 10px;
  margin-left: 40px;
}
footer .footer .bottom .links a {
  display: inline-block;
  vertical-align: top;
  color: #767676;
  border-bottom: 1px solid #767676;
  margin-left: 20px;
}
footer .footer .bottom .links a:hover {
  color: #ffffff;
}
footer .footer .bottom .pk {
  float: right;
}
footer .footer .bottom .pk img {
  max-height: 35px;
}
.index_news .items .item,
.index_articles .items .item {
  display: inline-block;
  vertical-align: top;
}
.index_news .items .owl-item .item,
.index_articles .items .owl-item .item {
  display: block;
}
.index_text {
  padding: 40px 0;
}
.index_text h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.index_news {
  padding: 40px 0;
}
.index_news .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.index_news .title a {
  color: #000000;
  text-decoration: none;
}
.index_news .title a:hover {
  color: #269437;
}
.index_news .items .item {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px;
}
.index_news .items .item .date {
  font-size: 12px;
  line-height: 15px;
  color: #878787;
  margin-bottom: 10px;
}
.index_news .items .item .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.index_news .items .item .name a {
  text-decoration: none;
}
.index_news .items .item .name a:hover {
  color: #000000;
}
.index_news .items .item .announce {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
.index_news .items .item .more a {
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 148, 55, 0.5);
}
.index_news .items .item .more a:hover {
  border-color: transparent;
}
.index_articles .items .item {
  width: calc(33.33% - 20px);
  margin: 0 15px 20px 0;
}
.index_articles .items .item a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}
.index_articles .items .item a img {
  display: block;
  width: 100%;
}
.index_articles .items .item a span {
  display: block;
}
.index_articles .items .item a .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.index_articles .items .item a .over .views {
  position: absolute;
  top: 30px;
  left: 30px;
  background: url("../images/icon_views.svg") no-repeat center left;
  padding-left: 25px;
  font-size: 12px;
  line-height: 20px;
}
.index_articles .items .item a .over .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
.index_articles .items .item a .over .bottom .date {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  color: #f6881f;
}
.index_articles .items .item a .over .bottom .name {
  font-size: 24px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
.index_articles .items .item a:hover .over {
  background: rgba(0, 0, 0, 0.5);
}
.index_articles .items .owl-item .item {
  display: block;
  width: 100%;
  margin: 0;
}
.index_auto {
  margin-bottom: 30px;
}
.index_auto .item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2) inset;
}
.index_auto .item .l,
.index_auto .item .r {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  height: 590px;
  padding: 35px;
  box-sizing: border-box;
}
.index_auto .item .l .title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.index_auto .item .l .title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background: #000000;
}
.index_auto .item .l .name {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 25px;
  font-weight: 300;
}
.index_auto .item .l .name a {
  color: #f6881f;
  text-decoration: none;
}
.index_auto .item .l .name a:hover {
  color: #269437;
}
.index_auto .item .l .photo {
  padding: 0 80px;
}
.index_auto .item .r {
  position: relative;
  box-shadow: 28px 0px 9px -10px rgba(0, 0, 0, 0.04) inset;
}
.index_auto .item .r .announce {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.index_auto .item .r .announce img {
  display: none;
}
.index_auto .item .r .more {
  position: absolute;
  bottom: 0;
  left: 35px;
  width: calc(100% - 70px);
  padding: 35px 0;
  background: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.index_auto .item .r .more a {
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 148, 55, 0.5);
}
.index_auto .item .r .more a:hover {
  border-color: transparent;
}
#graf_photos {
  margin-bottom: 40px;
}
#graf_photos .owl-nav {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#graf_photos .owl-nav .owl-prev,
#graf_photos .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 28px;
}
#graf_photos .owl-nav .owl-prev i,
#graf_photos .owl-nav .owl-next i {
  display: none;
}
#graf_photos .owl-nav .owl-prev:hover,
#graf_photos .owl-nav .owl-next:hover {
  opacity: .9;
}
#graf_photos .owl-nav .owl-prev {
  left: 15px;
  background-image: url("../images/arrow_left_black.svg");
}
#graf_photos .owl-nav .owl-next {
  right: 15px;
  background-image: url("../images/arrow_right_black.svg");
}
#graf_photos .owl-dots {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -40px;
  left: 0;
  text-align: center;
}
#graf_photos .owl-dots .owl-dot span {
  background: #adadad;
}
#graf_photos .owl-dots .owl-dot.active span {
  background: #000000;
}
.graf_photos .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 15px 0;
}
.after_tuning .owl-nav {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.after_tuning .owl-nav .owl-prev,
.after_tuning .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent !important;
  border-radius: 0;
  font-size: 28px;
}
.after_tuning .owl-nav .owl-prev i,
.after_tuning .owl-nav .owl-next i {
  display: none;
}
.after_tuning .owl-nav .owl-prev:hover,
.after_tuning .owl-nav .owl-next:hover {
  opacity: .9;
}
.after_tuning .owl-nav .owl-prev {
  left: 15px;
  background-image: url("../images/arrow_left_w2.svg") !important;
}
.after_tuning .owl-nav .owl-next {
  right: 15px;
  background-image: url("../images/arrow_right_w2.svg") !important;
}
.after_tuning .owl-dots {
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 20px 0;
}
.after_tuning .owl-dots .owl-dot span {
  background: #adadad;
}
.after_tuning .owl-dots .owl-dot.active span {
  background: #000000;
}
#index_auto .owl-nav,
#spec .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
}
#index_auto .owl-nav .owl-prev,
#spec .owl-nav .owl-prev,
#index_auto .owl-nav .owl-next,
#spec .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 28px;
}
#index_auto .owl-nav .owl-prev i,
#spec .owl-nav .owl-prev i,
#index_auto .owl-nav .owl-next i,
#spec .owl-nav .owl-next i {
  display: none;
}
#index_auto .owl-nav .owl-prev:hover,
#spec .owl-nav .owl-prev:hover,
#index_auto .owl-nav .owl-next:hover,
#spec .owl-nav .owl-next:hover {
  opacity: .9;
}
#index_auto .owl-nav .owl-prev,
#spec .owl-nav .owl-prev {
  left: 35px;
  background-image: url("../images/arrow_left_black.svg");
}
#index_auto .owl-nav .owl-next,
#spec .owl-nav .owl-next {
  right: 35px;
  background-image: url("../images/arrow_right_black.svg");
}
#index_auto .owl-dots,
#spec .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}
#index_auto .owl-dots .owl-dot span,
#spec .owl-dots .owl-dot span {
  background: #adadad;
}
#index_auto .owl-dots .owl-dot.active span,
#spec .owl-dots .owl-dot.active span {
  background: #000000;
}
#spec .owl-nav,
#spec .owl-dots {
  width: 100%;
}
#spec .owl-dots {
  position: relative;
  bottom: auto;
  left: auto;
  padding-top: 30px;
}
#spec .owl-nav .owl-prev,
#spec .owl-nav .owl-next {
  background-color: transparent;
}
.page_top {
  color: #ffffff;
  background: url("../images/page_top.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}
.page_top a {
  color: #ffffff;
  text-decoration: none;
}
.page_top a:hover {
  color: #269437;
}
.page_top .bc {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
}
.page_top h1 {
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.page_top h1:after {
  content: '';
  display: block;
  width: 315px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_top .announce {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.page_top .page_top_text {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.page_top .page_top_text .text,
.page_top .page_top_text .items {
  width: calc(50% - 10px);
}
.page_top .page_top_text .text h1 {
  font-size: 42px;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.page_top .page_top_text .text h1:after {
  display: none;
}
.page_top .page_top_text .text .announce {
  padding-top: 30px;
}
.page_top .page_top_text .items {
  display: flex;
  gap: 10px;
}
.page_top .page_top_text .items .item {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 16px;
  font-size: 16px;
  line-height: 110%;
  text-align: left;
}
.page_top .page_top_text .items .item span {
  font-size: 30px;
  line-height: 110%;
  display: inline-block;
  white-space: nowrap;
}
.marks .marks_group {
  width: calc(16.66% - 5px);
  display: inline-block;
  vertical-align: top;
}
.marks .marks_group .marks_block {
  margin-bottom: 20px;
}
.marks .marks_group .marks_block .letter {
  width: 30px;
  float: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #269437;
}
.marks .marks_group .marks_block .marks_list {
  width: calc(100% - 30px);
  float: right;
  box-sizing: border-box;
  border-left: 2px solid #269437;
  padding-left: 10px;
}
.marks .marks_group .marks_block .marks_list .marks_item {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
.marks .marks_group .marks_block .marks_list .marks_item a {
  color: #000000;
  text-decoration: none;
}
.marks .marks_group .marks_block .marks_list .marks_item.active > a,
.marks .marks_group .marks_block .marks_list .marks_item a:hover {
  color: #269437;
}
.marks .marks_group .marks_block.hidden {
  display: none;
}
.marks .mark_all {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  height: 10px;
}
.marks .mark_all span {
  color: #46a549;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: #ffffff;
  padding: 0 10px;
  cursor: pointer;
  border-bottom: 1px dotted #46a549;
}
.marks .mark_all span:hover {
  border-color: transparent;
}
.marks .marks_more {
  display: none;
}
.page_middle {
  padding: 40px 0;
}
.chip_models .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 75px);
  margin: 0 70px 40px 0;
}
.chip_models .item a {
  display: block;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
.chip_models .item a span {
  display: block;
}
.chip_models .item a span.name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.chip_models .item a span.photo {
  margin-bottom: 10px;
  padding-bottom: 1px;
  height: 170px;
  border-bottom: 1px solid #c1c1c1;
}
.chip_models .item a span.photo img {
  max-width: 100%;
  max-height: 100%;
}
.chip_models .item a:hover {
  background: rgba(204, 204, 204, 0.1);
  color: #269437;
}
#calc_page {
  box-shadow: 0px 0px 20px rgba(102, 108, 118, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#calc_page .auto_info {
  width: 50%;
  box-sizing: border-box;
  padding: 25px 50px;
  position: relative;
  min-height: 100%;
}
#calc_page .auto_info {
  float: left;
}
#calc_page .auto_info .name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#calc_page .auto_info .name:after {
  content: '';
  display: block;
  width: 200px;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
#calc_page .auto_info .auto {
  font-size: 36px;
  line-height: 40px;
  color: #269437;
}
#calc_page .auto_info .photo img {
  max-width: 100%;
}
#calc_page .auto_info + form {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding: 25px 50px;
}
#calc_page:after {
  content: '';
  display: block;
  clear: both;
}
#calc_page:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -17px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: .5;
}
#calc_page .selects .left {
  float: none;
}
#calc_page .selects .select {
  margin-bottom: 20px;
}
#calc_page .selects .select label {
  font-weight: 500;
}
#calc_page .selects .select select,
#calc_page .selects .select input {
  border: 1px solid rgba(204, 204, 204, 0.5);
  font-size: 14px;
  padding: 0 25px;
  margin: 5px 0;
  width: 440px;
  height: 48px;
  border-radius: 24px;
  box-sizing: border-box;
}
#calc_page .selects .select select:focus,
#calc_page .selects .select input:focus {
  outline: none;
  border-color: #cccccc;
}
#calc_page .selects .select input,
#calc_page .selects .select.select_carmodification,
#calc_page .selects .select.select_ecu {
  display: none;
}
.page_iframe #calc_page {
  box-shadow: none;
  border-radius: 0;
}
.page_iframe #calc_page:before {
  display: none;
}
.tags {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.tags a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  color: #036ca7;
  text-decoration: none;
  border-bottom: 1px solid rgba(3, 108, 167, 0.5);
}
.tags a:hover {
  border-color: transparent;
}
.pages {
  padding: 20px 0;
  text-align: center;
  color: #269437;
}
.pages ul {
  list-style: none;
}
.pages ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.pages ul li a {
  color: #000000;
  text-decoration: none;
}
.pages ul li a:hover {
  color: #269437;
}
#contacts_map .top {
  background: #000000;
  color: #ffffff;
  padding: 20px 0;
  font-size: 16px;
  line-height: 20px;
}
#contacts_map .top .h1 {
  float: left;
}
#contacts_map .top .addr_all {
  float: right;
}
#contacts_map .top a {
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 148, 55, 0.5);
}
#contacts_map .top a:hover {
  border-color: transparent;
}
.page_top_11 + .page_middle,
.page_top_76 + .page_middle {
  padding-top: 0;
}
.order_catalog p label,
.selects .select label {
  line-height: 25px;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.order_catalog p {
  font-weight: 500;
  margin-bottom: 10px;
}
.selects p.t {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}
.selects .select label,
.order_catalog p {
  font-size: 14px;
  position: relative;
}
.anc p,
.anc li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}
.anc a {
  text-decoration: none;
  border-bottom: 1px dotted #46a549;
}
.anc a:hover {
  border-color: transparent;
}
.anc ul {
  margin-left: 20px;
}
.ask {
  margin-right: 7px;
  float: right;
  background: url('../images/ask.png') no-repeat center left;
  padding-left: 18px;
}
.ask a {
  color: #313131;
}
.addr_item_phone,
.addr_item_phone + .social {
  margin-bottom: 10px;
}
.addr_item_phone p {
  padding-top: 0 !important;
  margin-top: 0;
}
.page_iframe {
  width: 700px;
  margin: 15px auto;
}
.page_iframe .chip_inner,
.page_iframe .fb_form {
  display: none !important;
}
.middle_main,
.middle,
.page_contacts {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
.white_block {
  box-shadow: 0 0 5px 0px rgba(195, 198, 201, 0.7);
  padding: 15px 25px;
  border-radius: 5px;
  background: #ffffff;
}
.textonmain {
  margin-bottom: 30px;
}
.mb h1 {
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 5px;
}
.mb h2 {
  color: #515151;
  font-size: 25px;
  line-height: 27px;
  font-weight: 300;
}
.mb_items {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
}
.mb_item {
  display: table-cell;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.mb_item:hover a,
.mb_item_active a {
  color: #f6881f;
}
.mb_item_pic {
  background: url('../images/mb_bg.png') no-repeat;
  width: 106px;
  height: 106px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.mb_item:hover .mb_item_pic,
.mb_item_active .mb_item_pic {
  background: url('../images/mb_bg_hov.png') no-repeat;
}
.mb_item_pic a {
  display: block;
  width: 106px;
  height: 106px;
}
.mb_item_1 .mb_item_pic a {
  background: url('../images/mb1.png') no-repeat center center;
}
.mb_item_2 .mb_item_pic a {
  background: url('../images/mb2.png') no-repeat center center;
}
.mb_item_3 .mb_item_pic a {
  background: url('../images/mb3.png') no-repeat center center;
}
.mb_item_4 .mb_item_pic a {
  background: url('../images/mb4.png') no-repeat center center;
}
.spec {
  background: url('../images/spec.png') #ffffff no-repeat top right;
}
.chip_inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.chip_inner .result_item_chip {
  display: none;
}
.spec .h1,
.chip_inner .h1,
.modif .h1,
.graf .h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
}
.chip_inner .h1,
.modif .h1,
.graf .h1 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.fb_form .h1 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.fb_form .h2 {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 15px;
}
.spec .h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 8px;
}
.spec .h2 span,
.spec_desc span {
  font-weight: 700;
  color: #46a549;
}
.graf .h3,
.tags .h3 {
  margin-top: 14px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.spec p {
  font-size: 14px;
  line-height: 14px;
}
.spec p span {
  color: #3b3b3b;
}
.right_spec {
  background: url('../images/rspec.png') no-repeat center bottom;
  padding: 15px 20px 70px;
}
.spec_desc {
  font-size: 19px;
  margin-bottom: 15px;
}
.m {
  background: url('../images/m.png') no-repeat center top;
  height: 260px;
  margin-bottom: 10px;
}
.mbv {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.mbv_item {
  display: table-cell;
  padding: 20px 50px;
  text-align: center;
}
.mbv_item_photo {
  width: 150px;
  height: 150px;
  margin: 10px auto;
}
.mbv_item p {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.mbv_item p a {
  color: #2a2a2a;
}
.result .h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
/*
.main_left{
	float:left;
	width:560px;
	margin-bottom:20px;
}
.main_left .h1, #contacts_map .h1{
	font-size:25px;
	color:#3b3b3b;
	line-height:25px;
	background:url('../images/mlstr.png') no-repeat center right;
	padding-right:17px;
	display:inline-block;
}
 #contacts_map .h1{
	margin-bottom:20px;
	white-space:nowrap;
 }
#contacts_map .addr_all{
	float:right;
	font-size:16px;
}
#contacts_map .addr_all a{
	color:#46a549;
	border-bottom:1px dotted #46a549;
	text-decoration:none;
}
#contacts_map .addr_all a:hover{
	border-color:transparent;
}
.main_left .h1 span, #contacts_map .h1 span,.main_left .h1 a, #contacts_map .h1 a{
	color:#46a549;
	border-bottom:1px dotted #46a549;
	text-decoration:none;
}
.main_left .h1 span:hover, #contacts_map .h1 span:hover,.main_left .h1 a:hover, #contacts_map .h1 a:hover{
	border:0px;
}
.main_right{
	float:right;
	width:375px;
	margin-bottom:20px;
}
*/
.right_block {
  padding: 15px 20px;
  margin-bottom: 10px;
}
.right_block .h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.right_block .h3 a {
  text-decoration: none;
  color: #383838;
}
.right_block_border {
  background: url('../images/rbb.png') #ffffff no-repeat top right;
  border-bottom: 7px solid #3aa23b;
}
.page_right .right_block {
  background: url('../images/rbbi.png') #ffffff no-repeat top right;
}
#content {
  position: relative;
}
.result_item {
  width: 450px;
  margin-top: 15px;
}
.result_item_pic {
  float: left;
  width: 102px;
  height: 88px;
  background: url('../images/result.png') no-repeat center center;
  cursor: pointer;
}
.result_item_pic.stage_1 {
  background-image: url('../images/stage1.png');
}
.result_item_pic.stage_2 {
  background-image: url('../images/stage2.png');
}
.result_item_pic.stage_3 {
  background-image: url('../images/stage3.png');
}
.result_item_text {
  width: calc(100% - 120px);
  float: right;
}
.result_item_name {
  color: #46a549;
  font-size: 15px;
  margin-bottom: 10px;
}
.result_item_name .price_stage {
  float: right;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  display: none;
  padding-right: 20px;
}
.result_item_name .price_stage strong strike {
  color: #666666;
  display: block;
  margin-bottom: 5px;
}
.result_item_name .price_stage sup {
  vertical-align: top;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 10px;
  color: #ffffff;
  background: #de3d46;
}
.result_item_name .price_stage sup + em {
  display: none;
  position: absolute;
  top: -20px;
  white-space: nowrap;
  left: 10px;
  background: #fafafa;
  color: #000000;
  font-size: 10px;
  font-weight: 700;
  padding: 0 7px;
  line-height: 15px;
  border-radius: 3px;
}
.result_item_name .price_stage sup:hover + em {
  display: block;
}
.result_item_text table {
  width: 100%;
}
.result_item_text table td {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 7px;
  vertical-align: middle;
  width: 25%;
}
.result_item_text table td a.button {
  background: #34843a;
  border-bottom: 3px solid #165c1b;
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 35px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.ls,
.hm {
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.ls sup,
.hm sup {
  display: none;
  position: absolute;
  top: -27px;
  left: 0;
  height: 26px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  vertical-align: middle;
  text-transform: none;
}
.ls:hover sup,
.hm:hover sup {
  display: block;
}
.ls {
  background-image: url('../images/ls.png');
}
.hm {
  background-image: url('../images/hm.png');
}
.ls sup {
  background-image: url('../images/sup_ls.png');
  width: 83px;
}
.hm sup {
  background-image: url('../images/sup_hm.png');
  width: 130px;
  color: #ffffff;
}
.pccalc {
  font-weight: 700;
  text-transform: lowercase;
  font-size: 12px;
  line-height: 22px;
  padding: 0 10px;
  background: #46a549;
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
}
.result_item_text table td.pctd {
  text-align: center;
  vertical-align: bottom;
}
.pc {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
.pp {
  width: 336px;
  height: 32px;
  position: relative;
  background: url('../images/pp.png') no-repeat;
  margin-top: 7px;
  margin-right: 15px;
}
.ticket_form input[type=text] {
  width: 336px;
  height: 32px;
  position: relative;
  background: url('../images/pp.png') no-repeat;
  margin-top: 7px;
  margin-right: 15px;
  box-sizing: border-box;
  border: 0px;
  padding: 0 10px;
}
.ticket_form input[type=text]:focus {
  outline: none;
}
.pp input[type=text] {
  color: #46a549;
  margin-left: 5px;
  width: 300px;
  margin-top: 7px;
  border: 0px;
}
.page_right .pp {
  background: url('../images/pp_right.png') no-repeat;
  width: 235px;
}
.page_right .ticket_form input[type=text] {
  background: url('../images/pp_right.png') no-repeat;
  width: 235px;
}
.page_right .pp input[type=text] {
  width: 200px;
}
.pp input[type=submit] {
  width: 13px;
  height: 15px;
  position: absolute;
  cursor: pointer;
  right: 3px;
  top: 7px;
  border: 0px;
  overflow: hidden;
  text-indent: -100px;
  background: url('../images/ico_search.png') no-repeat;
}
.gb_item {
  margin-bottom: 15px;
}
.gb_item_name {
  color: #46a549;
  font-size: 15px;
  margin-bottom: 7px;
}
.gb_item_car {
  font-size: 15px;
  margin-bottom: 5px;
}
.gb_item_more {
  width: 11px;
  height: 12px;
  display: inline-block;
  background: url('../images/gbm.png') no-repeat;
}
.form {
  width: 400px;
}
.form label {
  display: block;
  margin-bottom: 15px;
}
.form label strong {
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.form label strong + input[type=text],
.form label strong + select {
  margin-top: 10px;
}
.form label strong small {
  font-weight: 400;
  font-size: 12px;
}
.form label label {
  line-height: 35px;
  font-size: 14px;
  margin: 0;
}
.form label label:nth-child(4) {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.form label label + input[type=text],
.form label label + select {
  width: 200px;
}
.form input[type=text],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.form input[type=text],
.form input[type=password],
.form select {
  height: 35px;
  padding: 0 15px;
}
.form textarea {
  height: 100px;
  padding: 15px;
  resize: vertical;
}
.form input[type=submit] {
  background: #46a549;
  color: #ffffff;
  height: 35px;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
  padding: 0 20px;
}
.addr_item {
  display: inline-block;
  vertical-align: top;
  width: calc(45%);
  margin-top: 20px;
  box-sizing: border-box;
  padding: 10px;
}
.addr_name {
  color: #46a549;
  font-size: 25px;
  margin-bottom: 5px;
  line-height: 25px;
}
.addr_item_photo {
  height: 147px;
  margin-bottom: 10px;
}
.addr_item_photo img {
  border-bottom: 3px solid #46a549;
}
.addr_item_addr {
  background: url('../images/addr_map.png') no-repeat left top;
  padding-left: 30px !important;
  font-size: 13px;
  line-height: 18px;
  color: #2e2e2e;
  margin-bottom: 10px;
}
.addr_item_addr .lm {
  font-size: 12px;
}
.addr_item_addr .wr span {
  color: #46a549;
}
.addr_item_phone {
  font-size: 25px;
  line-height: 25px;
  background: url('../images/addr_phone.png') no-repeat left top;
  padding-left: 30px !important;
}
.addr_item_phone a {
  color: #383838;
  text-decoration: none;
}
.addr_item_phone a:hover {
  color: #46a549;
}
.info_content {
  font-size: 13px;
  line-height: 17px;
}
.info_content span {
  color: #46a549;
}
#addr_map {
  border-top: 1px solid #46a549;
  margin-top: 15px;
  padding-top: 15px;
}
#contacts_map #map_canvas {
  width: 100%;
  height: 730px;
}
.popup_page {
  padding: 40px;
}
.page_left h1,
.page_left h2,
.page_left h3,
.page_contacts h1,
.page_contacts h2,
.page_contacts h3,
.popup_page h1 {
  margin-bottom: 15px;
}
.page_left h1,
.page_contacts h1,
.popup_page h1 {
  font-size: 30px;
  line-height: 30px;
}
.page_left h2,
.page_contacts h2 {
  font-size: 25px;
  line-height: 25px;
}
.page_left h3,
.page_contacts h3 {
  font-size: 20px;
  line-height: 20px;
}
.page_right .right_spec_cnt {
  padding: 0px;
}
.page_right .gb_item_car {
  font-weight: 700;
}
.car_sel_table {
  width: 100%;
  table-layout: fixed;
}
.car_sel_table label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  padding-left: 5px;
}
.car_sel_table label sup {
  color: #ff0000;
}
.car_sel_table select {
  width: 282px;
  padding-left: 10px;
  height: 38px;
  border: 1px solid #c3c6c9;
  box-shadow: 0 0 5px 0px rgba(195, 198, 201, 0.7);
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
}
.chip_inner {
  margin-top: 15px;
}
.chip_inner .result_item_name {
  font-size: 19px;
  text-decoration: none;
}
.result_item_pc {
  background: #46a547;
  border: 1px;
  border-radius: 5px;
  color: #ffffff;
  padding: 13px 15px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}
.result_item_pc .pc {
  font-size: 50px;
  line-height: 52px;
}
.result_item_chip {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-bottom: 15px;
}
.chip_price {
  float: left;
  font-size: 32px;
  line-height: 36px;
}
.chip_price .price_old {
  color: #ff0000;
  text-decoration: line-through;
}
.chip_price .valut {
  font-size: 14px;
}
.chip_order,
.chip_more {
  float: right;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.chip_order {
  background: url('../images/chip_order.png') no-repeat;
  width: 203px;
  margin-left: 12px;
}
.chip_more {
  background: url('../images/chip_more.png') no-repeat;
  width: 189px;
}
.chip_order a,
.chip_more a {
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.fb_form {
  margin-top: 15px;
}
.fb_form table {
  width: 100%;
}
.fb_form table td {
  width: 33.33%;
  padding-right: 5px;
  padding-bottom: 10px;
}
.fb_form table td input[type=text],
.fb_form table td select {
  width: 100% !important;
  box-sizing: border-box;
  margin: 0;
  border-right: 1px solid #cccccc;
}
.fb_form table td label {
  display: block;
}
.fb_form label span,
.fb_form td br {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.fb_form label sup {
  color: #ff0000;
}
.fb_form input[type=text],
.fb_form select {
  background: url('../images/input.png') no-repeat;
  width: 195px;
  height: 38px;
  padding: 0 10px;
  margin-right: 10px;
  border: 0px;
}
.fb_form input[type=submit],
.ticket_form input[type=submit] {
  background: url('../images/submit.png') center center;
  background-size: cover;
  width: 100% !important;
  height: 38px;
  border: 0px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 3px;
}
.ticket_form input[type=submit] {
  margin: 10px auto;
  display: block;
}
.chip_inner_inner {
  margin-bottom: 15px;
}
.sn {
  font-size: 11px;
  margin: 20px 0px;
}
.sn sup {
  color: #ff0000;
}
.modif,
.graf {
  margin-top: 15px;
}
.modif p {
  margin: 5px 0px;
}
.modif table {
  width: 100%;
}
.modif table th,
.modif table td {
  padding: 0 15px;
}
.modif table th {
  text-align: left;
  background: #46a547;
  line-height: 27px;
  color: #ffffff;
}
.modif table td {
  line-height: 27px;
  background: #f2f2f2;
}
.graf .gd1 {
  text-decoration: underline;
  margin-top: 20px;
  font-size: 15px;
}
.dgt {
  width: 100%;
  margin-top: 20px;
}
.dgt td {
  padding: 10px 0px 10px 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.dgt .dgt1 {
  background-image: url('../images/dgt1.png');
}
.dgt .dgt2 {
  background-image: url('../images/dgt1.png');
}
.dgt .dgt3 {
  background-image: url('../images/dgt1.png');
}
.dgt .dgt4 {
  background-image: url('../images/dgt1.png');
}
.text_more p {
  margin-top: 20px;
  font-size: 18px;
}
.text_more .addr_item_phone {
  float: left;
  margin-right: 70px;
  font-weight: 700;
}
.map_form_desc {
  margin-top: 20px;
  padding-bottom: 20px;
}
.map_form_desc_left {
  float: left;
  font-size: 25px;
  line-height: 40px;
}
.map_form_desc_left a {
  text-decoration: none;
}
.map_form_desc_left a:hover {
  text-decoration: underline;
}
.map_form_desc_left .addr_item_phone {
  line-height: 40px;
  font-size: 32px;
  font-weight: 700;
  background-position: left center;
}
.map_form_desc_right {
  float: right;
  margin-top: 35px;
}
.map_form_desc_right a {
  background: url('../images/coz.png') no-repeat;
  color: #ffffff;
  width: 233px;
  height: 37px;
  line-height: 37px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.contact_items {
  padding: 20px 0px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.contact_item {
  width: calc(45%);
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.contact_item .social a {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  padding-left: 40px;
  color: #000000;
  text-decoration: none;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.contact_item .social a.max {
  background-image: url("../images/icon_max.svg");
  background-size: 35px;
}
.contact_item .social a.whatsapp {
  background-image: url("../images/icon_whatsapp.svg");
}
.contact_item .social a.viber {
  background-image: url("../images/icon_viber.svg");
}
.contact_item .social a.telegram {
  background-image: url("../images/icon_telegram.svg");
}
.contact_item .social a:hover {
  color: #269437;
}
.contact_item .social a:last-child {
  margin: 0;
}
.contact_item_left {
  border-right: 1px solid #cccccc;
}
.contact_item_name {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 5px;
}
.contact_item_legal {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.contact_item .addr_item_addr p {
  margin-bottom: 4px;
}
.addr_item_serv {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 13px;
  line-height: 18px;
}
.addr_item_serv p {
  margin-bottom: 0;
}
.addr_item_serv ul li {
  list-style-image: none;
}
.modif {
  margin-bottom: 20px;
}
.modif .price {
  font-weight: 700;
}
.modif .price_old {
  color: #ce0000;
  text-decoration: line-through;
}
.modif_sazh {
  margin-bottom: 20px;
}
.car_sel_block {
  padding-top: 20px;
}
.marks_inner {
  border-bottom: 1px solid #cccccc;
}
.chip_marks {
  margin-bottom: 20px;
}
.chip_mark {
  float: left;
  width: 140px;
  margin: 10px;
}
.chip_mark_photo {
  margin-bottom: 10px;
}
.chip_mark_photo a {
  background: #3aa23b;
  height: 140px;
  display: block;
}
.chip_mark_name {
  height: 20px;
  text-align: center;
}
.question_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3aa23b;
}
.question_title {
  color: #3aa23b;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}
.question_question {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 10px;
}
.article_item {
  margin-bottom: 20px;
}
.article_item_hide {
  display: none;
}
.article_item_hide.article_item_blur {
  display: block;
  overflow: hidden;
  height: 100px;
  position: relative;
}
.article_item_hide.article_item_blur .mask {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  height: 100px;
  width: 100%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.show_more,
.show_all {
  text-align: center;
  color: #3aa23b;
  height: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.show_more i {
  margin-left: 5px;
}
.show_more span,
.show_all a {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  background: #ffffff;
  padding: 0 10px;
  border-bottom: 1px dotted #3aa23b;
  text-decoration: none;
}
.show_more span:hover,
.show_all a:hover {
  border-color: transparent;
}
.article_item_photo {
  float: left;
  width: 200px;
}
.article_item_text {
  float: right;
  width: 440px;
}
.article_photos {
  padding-top: 15px;
}
.article_photos a {
  text-decoration: none;
}
.article_photos a img {
  margin-right: 15px;
  margin-bottom: 15px;
}
.article_item .date {
  font-size: 11px;
}
.article_item h3 {
  margin: 5px 0px;
}
.article_item h3 a {
  text-decoration: none;
}
.article_item h3 a:hover,
.article_item_hide.article_item_blur:hover h3 a {
  border-bottom: 1px dotted #46a549;
}
.mark_all_more {
  display: none;
}
.mark_filter {
  margin-bottom: 20px;
}
.mark_filter label {
  font-size: 14px;
}
.mark_filter select {
  border: 1px solid #cccccc;
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  font-size: 12px;
  margin: 0 10px;
}
.si {
  margin-top: 10px;
}
.price_link {
  font-size: 16px;
  line-height: 40px;
  background: url('../images/icon_price.png') no-repeat center left;
  padding-left: 50px;
  margin-bottom: 20px;
}
.price_link a {
  text-decoration: none;
}
.price_link a:hover {
  text-decoration: underline;
}
.error_block {
  color: #e03c42;
  font-weight: 700;
  font-size: 12px;
  padding: 15px 0;
}
.price_result {
  display: none;
  margin-bottom: 20px;
}
.price_result em {
  font-style: normal;
}
.add_price {
  padding: 10px 0;
  line-height: 30px;
}
.add_price span {
  color: #e03c42;
  font-weight: 700;
  font-size: 16px;
}
a.button_green,
button.button_green {
  color: #ffffff;
  display: inline-block;
  line-height: 25px;
  padding: 0 15px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #4cb524, #269437);
  text-decoration: none;
  cursor: pointer;
  border: 0px;
}
a.button_green:hover,
button.button_green:hover {
  background: linear-gradient(to bottom, #269437, #4cb524);
}
.price_result a.button_green {
  line-height: 30px;
  padding: 0 20px;
  font-size: 15px;
  margin-top: 20px;
}
.calc_form {
  display: none;
  margin-top: 30px;
}
.calc_form .call {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 54px;
}
.calc_form .call a {
  padding-left: 55px;
  position: relative;
  margin-right: 20px;
}
.calc_form .call a:last-child {
  margin-left: 20px;
  margin-right: 0;
  padding: 0 30px;
}
.calc_form .call a:last-child.hide {
  display: none;
}
.calc_form .call i {
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 25px;
  line-height: 54px;
}
.fancybox-inner #calc_page {
  padding: 40px;
}
.fancybox-inner #calc_page form > div {
  display: none !important;
}
.fancybox-inner #calc_page form #calc_form {
  display: block !important;
  margin: 0;
}
#body #calc_page {
  display: block !important;
}
#calc_page .logo {
  margin-bottom: 15px;
}
#calc_page .logo img {
  max-width: 100%;
}
.options label {
  display: block;
  width: 450px;
  line-height: 25px;
  position: relative;
}
.options p label {
  width: auto;
}
.options .st.sthide {
  height: 80px;
  overflow: hidden;
  position: relative;
}
.options .sthide div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ffffff);
}
span.tip,
span.darr {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
span.darr {
  right: -130px;
  font-weight: 700;
  color: #269437;
  cursor: pointer;
}
span.darr span {
  margin-left: 5px;
}
span.darr_bottom {
  position: relative;
  right: auto;
  margin-top: 10px;
}
span.tip span.q,
span.darr span {
  display: inline-block;
  color: #269437;
  border: 1px solid #269437;
  background: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
span.tip span.description {
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  border: 1px solid #269437;
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
  background: #ffffff;
  z-index: 20;
  min-width: 200px;
}
span.tip:hover span.description {
  display: block;
}
.fb_form p.rules label {
  text-transform: none;
}
.planned {
  position: fixed;
  left: 0;
  top: 0;
  width: 105%;
  height: 105%;
  background: rgba(231, 231, 231, 0.8);
  overflow-y: scroll;
  z-index: 7;
}
.planned .banner {
  z-index: 8;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 800px;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform-origin: 412px 0;
  transform-origin: 412px 0;
  -webkit-animation: sign-swing 3s infinite ease-in-out;
  animation: sign-swing 3s infinite ease-in-out;
}
.planned .banner .lines {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.planned .banner .lines svg {
  position: absolute;
  top: 0;
  left: 3.6%;
  width: 92.8%;
  height: 100%;
  stroke: grey;
}
.planned .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 30px 30px 40px;
  font-size: 14px;
  border-radius: 12px;
  box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #e8e8e8;
  text-align: center;
}
.planned .info i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  cursor: pointer;
}
.planned .info i:hover {
  color: #46a549;
}
.planned .info .h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.planned .info .button a {
  color: #ffffff;
  display: inline-block;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 20px;
  text-decoration: none;
  background: #46a549;
}
.planned .info .button a:hover {
  background: #f6881f;
}
@keyframes sign-swing {
  0% {
    -webkit-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);
  }
  50% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  100% {
    -webkit-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);
  }
}
#price_old {
  display: none;
  color: #666;
  padding-right: 10px;
}
#price_old span {
  color: #666;
}
.video_block iframe {
  max-width: 100%;
  max-height: 140px;
}
.video-items {
  position: relative;
}
.video-items .item .name {
  background: #ffffff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 30px;
}
.video-items .item .content p,
.video-items .item .content div {
  font-size: 0px;
  line-height: 0px;
}
.video-items .item .content p iframe,
.video-items .item .content div iframe {
  display: block;
}
.video-items .owl-nav {
  position: absolute;
  top: 5px;
  z-index: 100;
  width: 100%;
}
.video-items .owl-prev,
.video-items .owl-next {
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 16px;
}
.video-items .owl-prev {
  left: 0;
}
.video-items .owl-next {
  right: 0;
}
#map_canvas p {
  margin-bottom: 0;
}
.cookie_policy {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 100px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  line-height: 30px;
  z-index: 100;
}
.cookie_policy a {
  display: inline-block;
  padding: 0 15px;
  margin-left: 15px;
  background: #46a549;
  color: #ffffff;
  border: 2px solid #46a549;
  box-sizing: border-box;
  text-decoration: none;
}
.cookie_policy a i {
  margin-right: 5px;
}
.cookie_policy a:hover {
  background: #ffffff;
  color: #46a549;
}
.quick_links a {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  background-color: #46a549;
  font-size: 16px;
  text-decoration: none;
}
.quick_links a.price {
  background-color: #ea088c;
}
.quick_links a.promo {
  background-color: #f6881f;
}
.quick_links a:hover {
  background-color: #383838;
}
.owl_catalog .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 95px;
  display: block !important;
}
.owl_catalog .owl-nav .owl-prev,
.owl_catalog .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 20px;
  background: #ffffff;
}
.owl_catalog .owl-nav .owl-prev:hover,
.owl_catalog .owl-nav .owl-next:hover {
  background: #ffffff;
  color: #269437;
  border-color: #269437;
}
.owl_catalog .owl-nav .owl-prev {
  left: 0px;
}
.owl_catalog .owl-nav .owl-next {
  right: 0px;
}
.shop_items {
  margin-bottom: 50px;
}
.shop_items .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.shop_items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 30px);
  margin: 0 25px 25px 0;
  text-align: center;
}
.shop_items .item .photo {
  margin-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}
.shop_items .item .photo a {
  display: block;
}
.shop_items .item .photo a img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.shop_items .item .name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.shop_items .item .name a {
  color: #000000;
  text-decoration: none;
}
.shop_items .item .name a:hover {
  color: #269437;
}
.shop_items .item .price {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.shop_items .item .price_old {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #e03c42;
  text-decoration: line-through;
  margin-bottom: 10px;
}
.shop_items .owl-item .item {
  display: block;
  width: 100%;
  margin: 0;
}
.shop_detail .photos {
  width: 40%;
  float: left;
  text-align: center;
}
.shop_detail .photos img {
  max-width: 100%;
}
.shop_detail .photos .small {
  text-align: center;
}
.shop_detail .photos .small a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.shop_detail .right {
  width: 60%;
  float: right;
  border-left: 1px solid #cccccc;
  padding-left: 30px;
  box-sizing: border-box;
}
.shop_detail .right .art {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.shop_detail .right .announce {
  position: relative;
}
.shop_detail .right .announce .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.shop_detail .right .announce .more a {
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 148, 55, 0.5);
}
.shop_detail .right .announce .more a:hover {
  border-color: transparent;
}
.shop_detail .right .announce.open {
  max-height: none;
}
.shop_detail .right .announce.open .more {
  display: none;
}
.shop_detail .top {
  margin-bottom: 40px;
}
.shop_detail .top .price_old {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: line-through;
  color: #e03c42;
}
.shop_detail .top .price_old span {
  font-size: 22px;
}
.shop_detail .top .price {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.shop_detail .top .price span {
  font-size: 22px;
}
.shop_detail .top .n {
  margin-bottom: 20px;
}
.shop_detail .top .buy {
  margin: 0 auto 20px;
  max-width: 400px;
  display: none;
}
.shop_detail .top .buy.open {
  display: block;
}
.shop_detail .top .buy .title {
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  background: #269437;
  color: #ffffff;
  cursor: pointer;
}
.shop_detail .top .buy form {
  display: none;
}
.shop_detail .top .buy form label {
  display: block;
  margin-bottom: 10px;
}
.shop_detail .top .buy form label span {
  display: none;
}
.shop_detail .top .buy form label input[type=text],
.shop_detail .top .buy form label input[type=email],
.shop_detail .top .buy form label input[type=tel],
.shop_detail .top .buy form label textarea {
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.shop_detail .top .buy form label input[type=text]:focus,
.shop_detail .top .buy form label input[type=email]:focus,
.shop_detail .top .buy form label input[type=tel]:focus,
.shop_detail .top .buy form label textarea:focus {
  border-color: transparent;
}
.shop_detail .top .buy form label textarea {
  height: 100px;
  resize: vertical;
  padding: 10px 15px;
}
.shop_detail .top .buy form label.comment {
  display: none;
}
.shop_detail .top .buy form .label {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}
.shop_detail .top .buy form .label > span,
.shop_detail .top .buy form .label .vars {
  display: inline-block;
  vertical-align: top;
}
.shop_detail .top .buy form .label > span {
  font-weight: 500;
}
.shop_detail .top .buy form .label .vars {
  padding-left: 20px;
}
.shop_detail .top .buy form .label .vars label {
  display: block;
  margin-bottom: 2px;
}
.shop_detail .top .buy form .label .vars label span {
  display: inline-block;
}
.shop_detail .top .buy form .rules {
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}
.shop_detail .top .buy form .rules a {
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 148, 55, 0.5);
}
.shop_detail .top .buy form .rules a:hover {
  border-color: transparent;
}
.shop_detail .top .buy form .submit {
  padding-top: 10px;
}
.shop_detail .top .buy form .submit input {
  height: 40px;
  background: #269437;
  border: 0;
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}
.related {
  background: #ffffff;
  padding: 20px;
  max-width: 1170px;
}
.related .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.related table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.related table tr td {
  padding: 10px;
  border-bottom: 2px solid #CACACA;
}
.related table tr td.photo {
  width: 100px;
}
.related table tr td.text .name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.related table tr td.text .name a {
  color: #000000;
  text-decoration: none;
}
.related table tr td.text .name a:hover {
  color: #269437;
}
.related table tr td.text .announce,
.related table tr td.text .part {
  color: #454545;
}
.related table tr td.price {
  width: 200px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.related table tr td.price span {
  font-size: 16px;
}
.related table tr td.price strike {
  color: #e03c42;
}
.related table tr td.buy {
  text-align: right;
}
.related table tr td.buy input[type=checkbox] {
  width: 30px;
  height: 30px;
}
.related table tr td.buy a.button {
  line-height: 30px;
  padding: 0 20px;
  border-radius: 15px;
  font-size: 12px;
}
@media (max-width: 1600px) {
  footer .map .onmap .contacts {
    margin-left: 50px;
  }
}
@media (max-width: 1390px) {
  header .header .btn,
  header .header .contacts {
    margin-left: 20px;
  }
}
@media (max-width: 1360px) {
  #calc_page .auto_info + form {
    padding: 25px;
  }
  .result_item_text table td a.button {
    padding: 0 15px;
  }
}
@media (max-width: 1279px) {
  .index_services .items .item {
    width: calc(50% - 25px);
  }
  #calc_page:before {
    display: none;
  }
  #calc_page .auto_info {
    float: none;
    width: 100%;
    min-height: auto !important;
  }
  #calc_page .auto_info .inner {
    position: relative !important;
    top: auto !important;
  }
  #calc_page .auto_info + form {
    float: none;
    width: 100%;
  }
  .page_top .page_top_text {
    flex-wrap: wrap;
  }
  .page_top .page_top_text .text,
  .page_top .page_top_text .items {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  header .nav ul {
    width: calc(100% - 25px);
  }
  header .nav ul li {
    margin: 0;
    text-transform: none;
    font-size: 13px;
  }
  header .nav ul li a,
  header .nav ul li span {
    padding: 0 5px;
  }
  header .nav ul li ul {
    width: auto;
  }
  .page_top h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .chip_models .item {
    width: calc(25% - 25px);
    margin: 0 20px 20px 0;
  }
  .index_auto .item {
    box-shadow: none;
  }
  .index_auto .item .l,
  .index_auto .item .r {
    float: none;
    width: 100%;
    height: auto;
  }
  .index_auto .item .r {
    box-shadow: none;
  }
  #index_auto .owl-dots,
  #spec .owl-dots {
    width: 100%;
  }
  .index_calc .left,
  .index_calc .right {
    float: none;
    width: 100%;
    padding: 0;
  }
  footer .footer .top .left,
  footer .footer .top .right {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .header {
    padding: 10px 0;
  }
  header .header .logo {
    margin-left: 35px;
  }
  header .header .logo a {
    width: 125px;
    padding-top: 0px;
  }
  header .header .logo a img {
    height: 20px;
    max-width: 1800px;
    /*
						margin:0;
						max-width:100%;
						&:first-child{
						//&:nth-child(2){
							display:none;
						}
						*/
  }
  header .header .btn {
    display: none;
  }
  header .header .contacts {
    margin: 0;
  }
  header .header .contacts .phone {
    padding: 0;
    margin: 0;
  }
  header .header .contacts .phone a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon_phone_m.svg") no-repeat center center;
    text-indent: -1000px;
    overflow: hidden;
  }
  header .header .contacts .mail {
    display: none;
  }
  header .header .social {
    display: none;
  }
  header .header .region {
    padding: 0;
    margin: 0;
    background: none;
    min-height: auto;
    margin-right: 30px;
  }
  header .header .region .city a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon_address_m.svg") no-repeat center center;
    text-indent: -1000px;
    overflow: hidden;
  }
  header .header .region .address {
    display: none;
  }
  header .nav {
    padding: 0;
  }
  header .nav .opener {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  header .nav ul {
    display: none;
    position: absolute;
    top: 46px;
    left: 0px;
    width: 100%;
    background: #000000;
    z-index: 200;
    float: none;
  }
  header .nav ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .nav ul li > a,
  header .nav ul li > span {
    text-transform: none;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  header .nav ul li ul {
    display: block;
    top: auto;
    left: auto;
    position: relative;
    background: none;
    padding: 0;
  }
  header .nav ul li ul li {
    border: 0;
    min-width: 100%;
    font-weight: 400;
  }
  header .nav ul li ul li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px;
    color: #cecece;
  }
  header .nav ul li ul li > a:before {
    content: '- ';
  }
  header .nav ul li ul li ul {
    display: none !important;
  }
  header .nav .search {
    position: absolute;
    top: 10px;
    right: 35px;
  }
  header .nav .search i {
    background-image: url("../images/icon_search_m.svg");
  }
  a.button {
    padding: 10px 20px;
    line-height: 20px;
    text-align: center;
  }
  .page_top {
    padding: 15px 0;
    text-align: center;
  }
  .page_top h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 0;
  }
  .page_top h1:after {
    display: none;
  }
  article img {
    height: auto !important;
  }
  article iframe {
    max-width: 100%;
  }
  .marks .marks_group {
    width: calc(50% - 5px);
  }
  .chip_models .item {
    width: calc(50% - 15px);
    margin: 0 10px 20px 0;
  }
  .chip_models .item a {
    padding: 10px;
  }
  .chip_models .item a span.photo {
    height: 80px;
  }
  #calc_page {
    box-shadow: none;
    border-radius: 0;
  }
  #calc_page:before {
    display: none;
  }
  #calc_page .auto_info {
    float: none;
    width: 100%;
    padding: 10px;
  }
  #calc_page .auto_info + form {
    padding: 10px;
  }
  #calc_page .selects .select select,
  #calc_page .selects .select input {
    width: 100%;
  }
  #contacts_map .top .h1,
  #contacts_map .top .addr_all {
    float: none;
  }
  .contact_item {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-right: 0;
  }
  .index_articles .items .item {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .slide {
    padding: 70px 0;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  }
  .slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .slide .wrap {
    position: relative;
    z-index: 2;
  }
  .slide .l1 {
    font-size: 26px;
    line-height: 30px;
  }
  .slide .l2 {
    font-size: 40px;
    line-height: 40px;
  }
  .slide .l3 {
    font-size: 18px;
    line-height: 20px;
  }
  .slide .l4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .slide .btn {
    display: block;
  }
  .slide .btn .button_call {
    display: block;
  }
  .slide .btn .button_call + a {
    display: none;
  }
  .slide .btn span {
    display: none;
  }
  .slide .social {
    display: block;
  }
  .index_services,
  .index_articles,
  .index_instagram,
  .index_news {
    padding: 20px 0;
  }
  .index_services .title,
  .index_articles .title,
  .index_instagram .title,
  .index_news .title {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .index_services .title:after,
  .index_articles .title:after,
  .index_instagram .title:after,
  .index_news .title:after {
    display: none;
  }
  .index_text h1 {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .index_text h1:after {
    display: none;
  }
  .index_services .items .item {
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0 0 5px 0;
  }
  .index_services .items .item.check {
    width: 100%;
  }
  .index_services .items .item.inside {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .index_services .items .item.inside:first-child {
    height: 240px;
  }
  .index_services .items .item a {
    padding: 15px 20px;
    position: relative;
  }
  .index_services .items .item a:before {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .index_services .items .item a .name {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 30px;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
  }
  .index_services .items .item a .name span {
    display: block;
  }
  .index_services .items .item a .name:after {
    display: none;
  }
  .index_services .items .item a .announce {
    display: none;
  }
  .index_services .items .item a:after {
    display: none;
  }
  .index_auto .item {
    box-shadow: none;
    border-radius: 0;
  }
  .index_auto .item .l,
  .index_auto .item .r {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .index_auto .item .l {
    margin-bottom: 10px;
  }
  .index_auto .item .l .photo {
    padding: 0;
  }
  .index_auto .item .l .title {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
  }
  .index_auto .item .l .title:after {
    display: none;
  }
  .index_auto .item .l .name {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
  }
  .index_auto .item .r {
    box-shadow: none;
    max-height: 200px;
  }
  .index_auto .item .r .more {
    padding: 10px 0;
    left: 0;
    width: 100%;
  }
  #index_auto .owl-nav,
  #spec .owl-nav,
  #index_auto .owl-dots,
  #spec .owl-dots {
    width: 100%;
  }
  #index_auto .owl-nav,
  #spec .owl-nav {
    top: 150px;
    margin: 0;
  }
  #index_auto .owl-nav .owl-prev,
  #spec .owl-nav .owl-prev {
    left: 10px;
  }
  #index_auto .owl-nav .owl-next,
  #spec .owl-nav .owl-next {
    right: 10px;
  }
  #index_auto .owl-dots,
  #spec .owl-dots {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 10px 0;
  }
  #spec .owl-nav {
    display: none;
    top: 50%;
    margin-top: -20px;
  }
  .index_calc .left,
  .index_calc .right {
    float: none;
    width: 100%;
    padding: 0;
  }
  .index_calc .left {
    text-align: center;
  }
  .index_calc .left .l1 {
    font-size: 20px;
    line-height: 20px;
  }
  .index_calc .left .l2 {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .index_calc .left .l2:after {
    width: 140px;
    height: 1px;
    left: 50%;
    margin-left: -70px;
  }
  .index_calc .left .l3 {
    font-size: 14px;
    line-height: 20px;
  }
  .index_calc .left .items {
    padding: 20px;
  }
  .index_calc .left .items .item {
    display: block;
    width: 100%;
    padding-top: 100px;
    margin-bottom: 20px;
  }
  .index_calc .right .calc {
    border-radius: 0;
    padding: 20px;
  }
  .index_calc .right .calc .name {
    font-size: 20px;
    line-height: 20px;
  }
  .index_calc .right .calc form .los label {
    padding: 0;
    display: block;
    width: 100%;
  }
  .index_calc .right .calc form .contacts .submit {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .index_calc .right .calc form .contacts .submit input {
    width: 100%;
  }
  .location_confirm {
    right: 0;
    padding: 10px;
    left: auto;
    top: 30px;
  }
  .gb .item {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
  }
  footer .map {
    height: auto;
  }
  footer .map #map_canvas {
    height: 300px;
  }
  footer .map .onmap {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  footer .map .onmap .wrap {
    height: auto;
  }
  footer .map .onmap .contacts {
    float: none;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
  }
  footer .footer .top {
    padding: 15px 0;
  }
  footer .footer .top .left,
  footer .footer .top .right {
    float: none;
    width: 100%;
  }
  footer .footer .top .name {
    font-size: 20px;
    line-height: 25px;
  }
  footer .footer .top .announce {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer .top .left {
    margin-bottom: 10px;
  }
  footer .footer .top .right form {
    height: auto;
    background: none;
    border-radius: 0;
    padding: 0;
  }
  footer .footer .top .right form input[type=tel] {
    margin-bottom: 10px;
    border-radius: 24px;
    padding: 0 20px;
  }
  footer .footer .top .right form input[type=submit] {
    position: relative;
    top: auto;
    right: auoto;
    width: 100%;
    margin-top: 10px;
  }
  footer .footer .middle {
    text-align: center;
    padding: 15px 0;
  }
  footer .footer .middle .logo,
  footer .footer .middle .contacts,
  footer .footer .middle .social,
  footer .footer .middle .region {
    float: none;
    margin: 0 0 15px 0;
    padding: 0;
  }
  footer .footer .middle .logo a img {
    margin: 0 0 5px 0;
    height: 20px;
    max-width: 100%;
  }
  footer .footer .middle .region {
    background: none;
    padding: 0;
  }
  footer .footer .bottom {
    text-align: center;
    padding: 15px 0;
  }
  footer .footer .bottom .social,
  footer .footer .bottom .links,
  footer .footer .bottom .pk,
  footer .footer .bottom .copy {
    float: none;
    margin: 0 0 15px 0;
    padding: 0;
  }
  footer .footer .bottom .pk img {
    max-width: 100%;
  }
  .options label {
    width: 100%;
  }
  .cookie_policy {
    padding: 10px;
  }
  .popup_page {
    padding: 20px;
  }
  .form {
    width: 100%;
  }
  .fb_form table,
  .fb_form table tr,
  .fb_form table td,
  .fb_form tbody {
    display: block;
    width: 100%;
    padding: 0;
  }
  .result_item_pic {
    width: 50px;
    background-size: contain;
  }
  .result_item_text {
    width: calc(100% - 55px);
  }
  .result_item_text table td {
    padding: 2px;
    vertical-align: top;
  }
  .result_item_text table td a.button {
    display: block;
    padding: 0;
  }
  .pccalc {
    line-height: 14px;
  }
  .shop_items .item {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .shop_detail .photos,
  .shop_detail .right {
    float: none;
    width: 100%;
  }
  .shop_detail .photos {
    margin-bottom: 20px;
  }
  .shop_detail .right {
    padding: 0;
    border: 0;
  }
  .related table tr td {
    padding: 5px;
  }
  .related table tr td.text .name {
    font-size: 12px;
    line-height: 15px;
  }
  .related table tr td.price {
    width: auto;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
  }
  .calc_form .call a {
    padding-left: 35px;
    margin-right: 5px;
    text-transform: none;
    font-weight: 400;
  }
  .calc_form .call a i {
    line-height: 20px;
    top: 10px;
    left: 10px;
  }
  .calc_form .call a:last-child {
    padding: 10px 20px;
    margin-left: 5px;
  }
  .fb_form table td input[type=text],
  .fb_form table td select {
    background: none;
    border: 1px solid #cccccc;
  }
  .page_top .page_top_text .text h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .page_top .page_top_text .items {
    flex-wrap: wrap;
  }
  .page_top .page_top_text .items .item {
    width: calc(50% - 5px);
  }
  .page_top .page_top_text .items .item span {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  header .header .logo a img {
    max-width: 180px;
  }
}
.price2022 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}
#calc_page .auto_info + form table td.vin {
  display: none;
}
#calc_page .auto_info + form table td.hide {
  display: none !important;
}
.fancybox-inner #calc_page:before {
  display: none;
}
.fancybox-inner #calc_page .auto_info {
  display: none;
}
.fancybox-inner #calc_page .auto_info + form {
  float: none;
  width: 100%;
  max-width: 400px;
  padding: 0;
}
.fancybox-inner #calc_page .auto_info + form table,
.fancybox-inner #calc_page .auto_info + form tbody,
.fancybox-inner #calc_page .auto_info + form tr,
.fancybox-inner #calc_page .auto_info + form td {
  display: block;
  width: 100%;
}
.fancybox-inner #calc_page .auto_info + form table td input[type=text] {
  background: none;
  border: 1px solid #cccccc;
}
.fancybox-inner #calc_page .auto_info + form table td.vin {
  display: block;
}
.fancybox-inner #calc_page article {
  display: none;
}
.fancybox-inner #calc_page .calc_form .call {
  display: none;
}
.logout {
  text-align: right;
  margin-bottom: 25px;
}
.logout a {
  line-height: 45px;
}
.notes {
  display: none;
}
.notes .item {
  background: white;
  padding: 5px 10px;
  border: 2px solid orange;
  margin-bottom: 10px;
}
.notes .item p,
.notes .item span,
.notes .item div {
  font-size: 14px !important;
  line-height: 20px;
  font-family: 'Graphik LCG', sans-serif !important;
  color: #000000 !important;
}
.popup_page_18 .label_message {
  display: none;
}
.auto_seo ul {
  margin-top: 40px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(102, 108, 118, 0.2);
  border-radius: 10px;
}
.auto_seo ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 10px 0;
  font-size: 14px;
  line-height: 20px;
}
.auto_seo ul li a {
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 148, 55, 0.5);
}
.auto_seo ul li a:hover {
  border-color: transparent;
}
.market {
  margin-bottom: 30px;
}
.market .market_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.market .marks_group {
  width: 100%;
  display: block;
}
.market .marks_group .marks_block {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 5px);
}
@media (max-width: 599px) {
  .market .marks_group .marks_block {
    width: calc(50% - 5px);
  }
}
.zapis {
  max-width: 310px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.zapis .logo {
  margin-bottom: 40px;
}
.zapis .logo img {
  display: blcok;
  margin: auto;
}
.zapis .descr {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 20px;
}
.zapis .contacts {
  margin-bottom: 40px;
}
.zapis .contacts .phone {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.zapis .contacts .phone a {
  color: #000000;
  text-decoration: none;
}
.zapis .contacts .phone a:hover {
  color: #269437;
}
.zapis .contacts .mail {
  font-size: 16px;
  line-height: 20px;
}
.zapis .contacts .mail a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 148, 55, 0.5);
}
.zapis .contacts .mail a:hover {
  color: #269437;
  border-color: transparent;
}
.zapis .buttons .item {
  margin-bottom: 20px;
}
.zapis .buttons .item a {
  display: block;
  border: 1px solid #269437;
  padding: 16px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 55px;
}
.zapis .buttons .item a span {
  padding-left: 25px;
  background-position: cenetr left;
  background-repeat: no-repeat;
  display: inline-block;
}
.zapis .buttons .item a.calc span {
  background-image: url("../images/icon_zapis_calc.svg");
}
.zapis .buttons .item a.telegram span {
  background-image: url("../images/icon_zapis_telegram.svg");
}
.zapis .buttons .item a.max span {
  background-image: url("../images/icon_zapis_max.svg");
}
.zapis .buttons .item a.site span {
  background-image: url("../images/icon_zapis_site.svg");
}
.zapis .buttons .item a:hover span {
  color: #269437;
}
.zapis .buttons .item a.button {
  color: #ffffff;
  border-color: transparent;
}
.zapis .buttons .item:last-child {
  margin: 0;
}
.body_138 {
  height: 100%;
}
.body_138 .page_middle {
  padding: 0;
  height: 100%;
}
.body_138 .page_middle .wrap {
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  .page_iframe {
    width: 100%;
    box-sizing: border-box;
  }
  .add_price > span {
    display: block;
  }
}
.shorts .items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.shorts .items.owl-carousel {
  display: block;
}
.shorts .items .vk-open {
  width: calc(20% - 16px);
  aspect-ratio: 405 / 720;
  text-decoration: none;
}
.shorts .items .owl-item .vk-open {
  width: 100% !important;
  display: block;
}
.shorts .video-thumb {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.shorts .video-thumb .name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.8);
}
.shorts .video-thumb .play {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shorts .video-thumb .play:after {
  content: '';
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.vk-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.vk-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.vk-modal__content {
  position: relative;
  width: 80%;
  max-width: 900px;
  margin: 5% auto;
  z-index: 2;
}
.vk-modal__close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
}
.vk-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 720/405 ≈ 56.25% */
  background: #000;
}
.vk-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1279px) {
  .shorts .items .vk-open {
    width: calc(25% - 15px);
  }
}
@media (max-width: 767px) {
  .shorts .items .vk-open {
    width: calc(50% - 10px);
  }
}
