.fancybox-toolbar {
  visibility: visible !important;
}
.fancybox-is-open .fancybox-toolbar {
  opacity: 1;
}
.smallnav {
  margin: 0 -20px 0px 0px;
  overflow: hidden;
  list-style: none;
}

.smallnav li {
  float: left;
  margin-right: 12px;
  padding: 3px 9px;
}
.smallnav li:first-child {
  padding-left: 0;
}

.smallnav li.active {
  border-radius: 4px;
  background: #2260AD;
  padding-left: 10px;
}

.smallnav li.active a {
  color: #fff;
  border: 0;
}

.smallnav li a {
  color: #2873BD;
  display: block;
  height: 100%;
  border-bottom: 1px dashed #2260AD;
}

.smallnav li a:hover {
  border: 0;
  text-decoration: none;
}

.smallnav li a.help { color: #ff0000; border-bottom: 1px dashed #ff0000; } 
.smallnav li a.help:hover { border-bottom: 0px; text-shadow: 1px 1px 2px rgba(0,0,0, 0.2);  } 

h3.head1 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 13px 5px;
  color: #000;
}
h3.head1 span {
  font-size: 14px;
}

.leftcol {
  float: left;
  width: 198px;
  margin: 0 20px 0 0;
}

.text-format {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 12px 7px 12px 8px;
  color: #414141;
  background: #fcfcfc;
  font-size: 11px;
  overflow: hidden;
}

.text-format p:first-child {
  color: #525252;
  margin: 0;
}

.text-format > ul {
  list-style: none;
}

.text-format > ul li {
  line-height: 23px;
  color: #414141;
}
.text-format > ul li .small-lbreak {
  line-height: 11px;
}

.text-format a {
  text-decoration: underline;
}

.rightcol {
  float: left;
  color: #414141;
  overflow: hidden;
  width: 950px;
  position: relative;
}

.rightcol .images { position: absolute; top: 20px; right: 20px; width: 278px; overflow: hidden; }
.rightcol .images ul { list-style: none; height: 400px; height: 306px; overflow-y: auto; overflow-x: hidden; }
.rightcol .images li { padding: 6px 10px; margin-bottom: 4px; width: 246px; display: inline-block; background: #eee; cursor: pointer; position: relative; }
.rightcol .images li:hover { background: #e2e2e2; }
.rightcol .images li a { font-size: 10px; color: #000; padding: 6px; position: absolute; top: 0px; right: 0px; background: #e2e2e2; }
.rightcol .images p { font-weight: bold; margin-bottom: 10px; }

.bold {
  font-weight: bold;
}

.small-lbreak {
  width: 60px;
  float: left;
}

.markup1 {
  float: left;
  margin-left: 7px;
  margin-right: 4px;
}

.markup2 {
  overflow: hidden;
  margin-top: 24px;
}

.edit-file {
  color: #2f2f2f;
  font-size: 14px;
  float: left;
  margin: 20px 0 7px 2px;
}

.backto-list {
  float: right;
  margin: 4px 0 5px;
}

.backto-list a {
  color: #0040a1;
  font-size: 12px;
}

.edit-form {
  clear: both;
  width: 708px;
  background: #f1f4f2;
  padding: 0 0 10px 15px;
  border: 1px solid #cadbcd;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.edit-form.first {
  margin-bottom: 70px;
}
.edit-form .button-wrap.first {
  clear: both;
  margin-right: 10px;
}
.edit-form .button-wrap {
  float: left;
}

.edit-form-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 168px;
  height: 189px;
  padding: 0 13px 0 17px;
  background: #ebeeec;
  font-size: 11px;
  line-height: 12px;
}

.edit-form-info > p {
  font-weight: bold;
  margin: 13px 0 7px;
  color: #414141;
}

.edit-form-labels {
  float: left;
  margin-top: 15px;
  width: 61px;
}
.edit-form-labels.second {
  margin-top: 10px;
}

.edit-form-labels p {
  line-height: 20px;
  font-weight: bold;
  color: #414141;
  margin-bottom: 12px;
}

.file-name {
  margin: 15px 0 8px;
  line-height: 22px;
  color: #2f2f2f;
  width: 430px;
}

.file-name > span {
  color: #0040a1;
  border-bottom: 1px dashed #0040a1;
  margin-left: 6px;
}

.edit-form select {
  margin-bottom: 10px;
}

.edit-form option {
  padding-right: 10px;
}

.textarea-wrap {
  width: 402px;
  height: 50px;
  padding: 4px 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #93b7cd;
  margin-bottom: 12px;
}

.textarea-wrap textarea {
  resize: none;
  overflow: auto;
  height: 50px;
  width: 100%;
  color: #1e1e1e;
  border: 0;
}

.textarea-wrap textarea:focus {
  outline: none;
}

.edit-file-cancel {
  float: left;
  background: #f4a670;
  background: -moz-linear-gradient(top, #f4a670 2%, #ea8436 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #f4a670), color-stop(100%, #ea8436));
  background: -webkit-linear-gradient(top, #f4a670 2%, #ea8436 100%);
  background: -o-linear-gradient(top, #f4a670 2%, #ea8436 100%);
  background: -ms-linear-gradient(top, #f4a670 2%, #ea8436 100%);
  background: linear-gradient(to bottom, #f4a670 2%, #ea8436 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4a670', endColorstr='#ea8436',GradientType=0 );
  width: 92px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
}

.edit-file-cancel a {
  color: #fff;
  display: block;
  width: 100%;
  height: 25px;
}

.edit-file-cancel a:hover {
  text-decoration: none;
}

.placeholder {
  color: #1e1e1e;
}

.wrap1 {
  overflow: hidden;
  width: 260px;
  margin: 10px 0;
}
.wrap1 input {
  margin: 0;
}
.wrap1 a {
  display: block;
  float: left;
  border: 1px solid #a1a3a2;
  width: 65px;
  height: 22px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec 50%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #ececec), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 50%, #eeeeee 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ececec 50%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #ececec 50%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #ececec 50%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 );
  text-align: center;
  line-height: 22px;
  color: #5e5e5e;
}
.wrap1 a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

/***************** store-edit *********/
h3.markup3 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin: 0 0 13px 5px;
}
h3.markup3 span {
  font-size: 14px;
}

.store-edit-form {
  border: 1px solid #bdd3c1;
  border-radius: 8px;
  padding: 22px 0px 22px 26px;
  background: #f4f8f5;
  color: #2f2f2f;
}
.store-edit-form p {
  color: #2f2f2f;
}
.store-edit-form > p {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}

.user-edit1 {
  border: 1px solid #90b3c9;
  border-radius: 8px;
  padding: 12px 18px;
  width: 642px;
  height: 125px;
  background: #fff;
  margin-bottom: 27px;
  overflow: auto;
  resize: none;
  color: #2f2f2f;
}

.example1 {
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 27px 10px 0 18px;
  width: 642px;
  height: 125px;
  margin-bottom: 11px;
  background: #fff;
}
.example1 a {
  color: #195299;
}
.example1 .head {
  font-weight: bold;
  margin: 0;
}
.example1 p {
  margin-bottom: 12px;
}
.example1 p:last-child {
  margin: 0;
}

/********** profile ***********/
.leftcol2 {
  width: 174px;
  padding-right: 20px;
  float: left;
  margin-right: 13px;
  margin-top: 19px;
  text-align: center;
}

.rightcol2 {
  float: left;
  color: #414141;
  overflow: hidden;
  width: 743px;
  margin-top: 19px;
  padding-bottom: 30px;
}

.logo {
  max-width: 194px;
  margin: 0 0 10px;
}

.wrapper_1100 .contacts {
  background: #fff;
  padding: 10px 13px 17px 15px;
  margin-bottom: 11px;
  text-align: left;
}
.contacts .head {
  font-weight: bold;
}
.contacts p.head2 {
  color: #a8a8a8;
  padding-bottom: 4px;
  margin-bottom: 11px;
  border-bottom: 1px solid #edefee;
}
.contacts p {
  margin-bottom: 4px;
  color: #000;
}
.contacts p.links1 {
  margin-bottom: 10px;
}
/*.contacts a {
  color: #1e5599;
  text-decoration: underline;
}*/
.contacts a:hover {
  text-decoration: none;
}
.contacts span {
  font-size: 10px;
}

.certificate, .wrapper_1100 .contacts, .logo, .ecovita-block {
  display: inline-block;
padding-top: 13px;
width: 100%;
}

.wrapper_1100 .contacts { 
  border: 1px solid #edefee;
  border-radius: 8px;
}

.certificate {
  max-width: 194px;
  margin: 0 0 10px;
}

.certificate img { max-width: 194px; }

.ecovita-block {
  background: #fff;
  padding: 18px 20px 20px;
  margin-bottom: 20px;
  width: 701px;
}
.ecovita-block h3 {
  font-size: 19px;
  margin-bottom: 17px;
  color: #2f2f2f;
}
.ecovita-block .head2 {
  font-size: 15px;
  font-weight: bold;
}
.ecovita-block .head3 {
  font-weight: bold;
}
.ecovita-block p {
  margin-bottom: 6px;
  color: #2f2f2f;
}
.ecovita-block p.head3 {
  margin-bottom: 0;
}
.ecovita-block p.head2 {
  margin-bottom: 5px;
}
.ecovita-block p.head2.first {
  margin-bottom: 17px;
}
.ecovita-block a.expand {
  border-bottom: 1px dashed #1e5599;
  margin-left: 650px;
  font-size: 10px;
}
.ecovita-block a.expand:hover {
  border-bottom: 0;
  text-decoration: none;
}
.ecovita-block a {
  color: #1e5599;
}
.ecovita-block span {
  font-weight: bold;
  /*font-style: italic;*/
}

.files {
  border-top: 1px solid #efefef;
  margin: 40px 0 35px;
  overflow: hidden;
}
.files p.head {
  margin: 20px 0 12px;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
.files .item {
  overflow: hidden;
  margin-bottom: 10px;
  color: #000;
}
.files .item:last-child {
  margin: 0;
}
.files .item > img {
  margin: 5px 5px 0 10px;
  display: block;
  float: left;
}
.files .item > div {
  width: 650px;
  line-height: 19px;
  float: left;
}
.files .item > div span {
  color: #747474;
  margin-left: 5px;
}
.files .item a {
  color: #1457a3;
  text-decoration: underline;
}
.files .item a:hover {
  text-decoration: none;
}

.dealer-message-head {
  font-size: 15px;
  font-weight: bold;
  color: #204a7b;
  /*border-bottom: 1px dashed #204a7b;*/
}

.dealer-message {
  margin: 10px 0 0;
  border: 1px solid #bdd1d6;
  border-radius: 8px;
  background: #fafbfb;
  position: relative;
  height: 209px;
}
.dealer-message .head {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  color: #000;
  position: absolute;
  right: 584px;
}
.dealer-message .head.first {
  top: 26px;
}
.dealer-message .head.second {
  top: 61px;
}
.dealer-message .head.third {
  top: 96px;
}
.dealer-message .head.fourth {
  top: 162px;
}
.dealer-message .submit {
  width: 102px;
  height: 27px !important;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
  border: 0;
  border-top: 1px solid #7bb5dc;
  border-bottom: 1px solid #7bb5dc;
  background: #006ab7;
  background: -moz-linear-gradient(top, #006ab7 0%, #007fc7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006ab7), color-stop(100%, #007fc7));
  background: -webkit-linear-gradient(top, #006ab7 0%, #007fc7 100%);
  background: -o-linear-gradient(top, #006ab7 0%, #007fc7 100%);
  background: -ms-linear-gradient(top, #006ab7 0%, #007fc7 100%);
  background: linear-gradient(to bottom, #006ab7 0%, #007fc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006ab7', endColorstr='#007fc7',GradientType=0 );
}
.dealer-message .button-wrap {
  height: 27px;
  width: 102px;
  position: absolute;
  top: 162px;
  left: 476px;
}

.important-message {
  position: absolute;
  top: 93px;
  left: 586px;
  font-size: 10px;
  font-weight: bold;
  color: #b05207;
}

input.i-wrap1, input.i-wrap2, .i-wrap3, input.i-wrap4 {
  position: absolute;
  left: 170px;
  border: 1px solid #bdd1d6;
  background: #fff;
  border-radius: 5px;
  padding: 4px 5px;
  width: 396px;
  margin: 0;
}

input.i-wrap1, input.i-wrap2, input.i-wrap4 {
  height: 17px;
}

input.i-wrap4 {
  width: 280px;
  top: 162px;
}

.i-wrap3 {
  height: 52px;
  top: 90px;
  resize: none;
  overflow: auto;
}

.i-wrap1 {
  top: 20px;
}

.i-wrap2 {
  top: 55px;
}

/**************** info-edit **********/
.leftcol3 {
  float: left;
  width: 198px;
  margin-right: 20px;
}

.rightcol3 {
  float: left;
  width: 732px;
  padding-bottom: 30px;
}

.submit-button {
  width: 92px;
  height: 25px !important;
  line-height: 23px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding-bottom: 2px;
  border: 0;
  border-top: 1px solid #7bb5dc;
  border-bottom: 1px solid #7bb5dc;
  background: #006ab7;
  background: -moz-linear-gradient(top, #006ab7 0%, #007fc7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006ab7), color-stop(100%, #007fc7));
  background: -webkit-linear-gradient(top, #006ab7 0%, #007fc7 100%);
  background: -o-linear-gradient(top, #006ab7 0%, #007fc7 100%);
  background: -ms-linear-gradient(top, #006ab7 0%, #007fc7 100%);
  background: linear-gradient(to bottom, #006ab7 0%, #007fc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006ab7', endColorstr='#007fc7',GradientType=0 );
}

.info-edit-form {
  border: 1px solid #bdd3c1;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f8f5;
  padding: 0 0 30px 30px;
  margin-bottom: 28px;
}
.info-edit-form p {
  color: #2f2f2f;
}

.part1 {
  float: left;
  margin-right: 30px;
}
.part1 .head {
  font-weight: bold;
  font-size: 14px;
  margin: 28px 0 10px;
}

.part2 {
  float: left;
}
.part2 p {
  margin-bottom: 13px;
}
.part2 p.head {
  font-weight: bold;
  font-size: 14px;
  margin: 28px 0 10px;
}

.textarea-wrap1 {
  border: 1px solid #90b3c9;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 18px 5px 5px 20px;
  width: 417px;
  height: 333px;
  background: #fff;
  resize: none;
  overflow: auto;
  color: #2f2f2f;
  display: block;
}

.example2 {
  border: 1px solid #efefef;
  border-radius: 8px;
  background: #fff;
  padding: 4px 6px 5px 7px;
  width: 181px;
  height: 347px;
}
.example2 a {
  text-decoration: underline;
  color: #1e5599;
}
.example2 a:hover {
  text-decoration: none;
}

.smalltext {
  font-size: 10px;
}

h3.markup4 {
  color: #000;
  font-size: 18px;
  margin: 0 0 15px 4px;
  font-weight: normal;
}
h3.markup4 span {
  font-size: 14px;
}

.city-head {
  font-size: 14px;
  font-weight: bold;
  color: #2f2f2f;
  margin-bottom: 5px;
}

.text-format2 {
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 5px 0 18px;
  color: #414141;
  background: #fff;
  display: none;
}
.text-format2 a {
  text-decoration: underline;
  color: #1e5599;
}
.text-format2 a:hover {
  text-decoration: none;
}

.text-format2 > p {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 7px 9px;
}

.text-format2 > ul {
  list-style: none;
}
.text-format2 > ul li {
  line-height: 20px;
  color: #000;
  overflow: hidden;
}
.text-format2 > ul li .small-lbreak {
  line-height: 11px;
  text-align: right;
}
.text-format2 > ul li div {
  float: left;
}
.text-format2 > ul li .second {
  width: 12px;
  margin: 0 2px;
}
.text-format2 > ul li .first {
  text-align: right;
  width: 88px;
}
.text-format2 > ul li .third {
  text-align: left;
}

/************* settings ************/
p.markup5 {
  color: #2f2f2f;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

.settings-form {
  border: 1px solid #bdd3c1;
  border-radius: 8px;
  margin-bottom: 40px;
  background: #f4f8f5;
  position: relative;
  padding-top: 10px;
  padding-bottom: 16px;
}
.settings-form p.head {
  color: #414141;
  position: absolute;
  right: 563px;
}
.settings-form p.head.first {
  top: 24px;
}
.settings-form p.head.second {
  top: 58px;
}
.settings-form p.head.third {
  top: 93px;
}
.settings-form p.head.fourth {
  top: 138px;
}
.settings-form p.head.fifth {
  top: 182px;
}
.settings-form .button-wrap {
  position: absolute;
  top: 226px;
  left: 186px;
}

.field { position: relative; min-height: 24px; margin-top: 10px; }

.field label {
   color: #414141;
   text-align: right;
   display: inline-block;
   width: 147px;
   font-size: 12px;
}

.field input[type="text"] {
  position: absolute;
  top: 0px;
  border: 1px solid #90b3c9;
  background: #fff;
  padding: 4px 5px;
  width: 342px;
  min-height: 14px;
  margin: 0;
  left: 164px;
}

.field .submit-button { margin-left: 164px; }

.i-wrap5 {
  top: 19px;
}

.i-wrap6 {
  top: 53px;
}

.i-wrap7 {
  top: 88px;
}

.i-wrap8 {
  top: 138px;
}

.i-wrap9 {
  top: 182px;
}

.password-form {
  position: relative;
  height: 131px;
  margin-bottom: 25px;
}
.password-form p.head {
  color: #414141;
  position: absolute;
  right: 595px;
  font-size: 12px;
}
.password-form p.head.first {
  top: 8px;
}
.password-form p.head.second {
  top: 42px;
}
.password-form p.head.third {
  top: 76px;
}
.password-form .button-wrap {
  position: absolute;
  top: 104px;
  left: 154px;
}

input.i-wrap10, input.i-wrap11, input.i-wrap12 {
  position: absolute;
  left: 154px;
  border: 1px solid #90b3c9;
  background: #fff;
  padding: 4px 5px;
  width: 342px;
  height: 28px;
  margin: 0;
}

.i-wrap10 {
  top: 0;
}

.i-wrap11 {
  top: 34px;
}

.i-wrap12 {
  top: 68px;
}

.markup6 {
  margin-top: 12px;
}

.arrow {
  text-align: center;
}

.italic {
  font-style: italic;
}

input:focus, textarea:focus {
  outline: 0 none;
}

/* file_edit */
.file-edit-wrap {
  padding: 6px;
  background: #f4f8f5;
}

.file-edit-item {
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  padding: 11px 129px 11px 0;
  /*width: 571px;*/
}
.file-edit-item:last-child {
  margin: 0;
}

.file-edit-item_manager {
    padding: 11px 11px 1px 0;
    width: 454px !important;
    display: inline-block;
    vertical-align: top;
}

.file-edit-item a {
  color: #0d53a3;
}

.file-type {
  padding: 2px 6px;
  color: #fff;
  margin: 0 6px 8px 14px;
  float: left;
}
.file-type.first {
  background: #66a17d;
}
.file-type.second {
  background: #5686af;
}

.file-name1 {
  margin: 3px 0 0 0;
  color: #4c4d4d;
  float: left;
}
.file-name1 a {
  text-decoration: underline;
}
.file-name1 a:hover {
  text-decoration: none;
}

.edit-file1 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 420px;
  height: 17px;
  overflow: hidden;
  text-align: right;
}
.published {
    margin-left: 10px;
}

.edit-file1 .edit-text {
  text-decoration: none;
  border-bottom: 1px dashed #0d53a3;
}
.edit-file1 .edit-text:hover {
  border: 0;
}
.edit-file1 .delete-button {
  margin-left: 16px;
  height: 10px;
  width: 10px;
  float: right;
  display: block;
  margin-top: 3px;
  background: url(../images/close.png) top left no-repeat;
}

.file-description {
  clear: both;
  margin-left: 14px;
  color: #707070;
  font-size: 11px;
  line-height: 16px;
}

select {
  border: solid 1px #93b7cd;
  padding: 4px 4px;
}

.store-actions input {
    border: solid 1px #93b7cd;
    padding: 4px 8px;
    margin-top: 10px;
    width: 150px;
    font: 13px/22px "Segoe UI";
}

.store-actions .additional-number-save-info {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    color: forestgreen;
}

.multiple-select {
  margin-bottom: 30px;
}
.multiple-select select {
  height: 243px;
  width: 342px;
  margin-left: 13px;
}

.button-wrap {
  width: 92px;
  height: 25px;
  overflow: hidden;
  border-radius: 3px;
  filter: none;
  display: inline-block;
  margin-top: 20px;
}

.dealers-admin-menu .button-wrap, form .button-wrap { margin-top: 0px; }


.dealers-admin-menu { 
    list-style: none;
    position: absolute;
    top: -4px; 
    right: 2px;
    text-align: right;
    z-index: 20;
}

.dealers-admin-menu .submit-button {
    font-size: 12px;
}

.dealers-admin-menu li { display: inline-block; margin-left: 20px; vertical-align: middle; }
.dealer-list .file-edit-item { width: auto; }
.dealer-list .file-name1 { margin-bottom: 5px; margin-left: 14px; margin-top: -4px;  }
.new-dealer { width: auto; width: 100%; text-align: right; }
.new-dealer ul { list-style: none; }
.new-dealer ul li { margin-bottom: 6px; }
.new-dealer form { padding-top: 30px; padding-bottom: 30px; height: auto; }
.new-dealer ul input { padding: 4px 6px; margin-left: 20px; width: 280px; margin-right: 300px; }
.new-dealer .button-wrap { position: static; margin-left: 556px; margin-top: 10px; }

.content ul.dealer-text-list { margin-left: 20px; }
.leftcol ul { margin-left: 0px; }


#snapshots { margin-right: 20px; }
.rightcol3 .button-wrap { vertical-align: middle; margin-top: 0px; }
.rightcol3 .published { position: absolute; left: -10px; }



.city-shops {margin:8px 0 0;}
.city-shops__inner {}
.city-shops__list {
    margin:0;
    padding:0;
    list-style:none;
}
.city-shops__item {
    background:#ffffff;
    border:1px solid #ebeff1;
    border-top:none;
    padding:8px 0;
}
.city-shops__item:first-child, .city-shops__first-visible-item {
    border-top:1px solid #ebeff1;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    overflow:hidden;
}
.city-shops__item:last-child, .city-shops__last-visible-item {
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
    overflow:hidden;
    list-style: none;
}
.city-shops__item_visible_no { display:none; }
.city-shops__item_type_brand {
    background:#fafafa;
    padding-bottom:10px;
    position:relative;
    overflow:hidden;
}
.city-shops__item_type_brand:before {
    content:'ÐžÑ„Ð¸Ñ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ð¹';
    padding:0 26px 0 17px;
    display:block;
    font:bold 12px/15px arial;
    color:#1d7000 !important;
    float:left;
    position:relative;
    z-index:1;
}
.city-shops__item_type_brand:after {
    content:'';
    background:-moz-linear-gradient(top, #e6e6e6, #fafafa); /* Firefox 3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#fafafa)); /* Chrome 1-9, Safari 4-5 */
    background:-webkit-linear-gradient(top, #e6e6e6, #fafafa); /* Chrome 10+, Safari 5.1+ */
    background:-o-linear-gradient(top, #e6e6e6, #fafafa); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #e6e6e6, #fafafa); /* IE10 */
    background:linear-gradient(top, #e6e6e6, #fafafa); /* W3C */
    width:100%;
    height:13px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:0;
}
.city-shops__item_type_brand:first-child:after {
    -moz-border-radius:14px 14px 0 0;
    -webkit-border-radius:14px 14px 0 0;
    border-radius:14px 14px 0 0;
}
.city-shops__item-content {
    padding:0 25px 0 12px;
    overflow:hidden;
    position:relative;
    z-index:1;
}
.city-shops__name {
    font:bold 12px/15px arial;
    color:#4c4c4c !important;
}
.city-shops__info {
    font:12px/15px arial;
    color:#4c4c4c !important;
}

.city-shops__item-map-link {
    margin:-10px 0 0;
    padding:0 24px 0 25px;
    font:12px/20px arial;
    color:#1e58aa !important;
    text-decoration:underline;
    cursor:pointer;
    display:none;
    position:absolute;
    top:50%;
    right:0;
    z-index:3;
}
.city-shops__item-map-link:hover { text-decoration:none; }

.city-shops__item_onmap_yes { position:relative; }
.city-shops__item_onmap_yes .city-shops__item-content { padding-right:125px; }
.city-shops__item_onmap_yes .city-shops__item-map-link { display:block; }


.city-shops__item_type_online .city-shops_img { display: inline-block;width: 128px; vertical-align: middle; }




.city-spokesmen {margin:9px 0 0;}
.city-spokesmen__inner {
    border:1px solid #ebeff1;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    padding:9px 9px 8px;
    background: #f5f6f7;
    text-align: left;
    width: 184px;
}
.city-spokesmen__caption {
    margin:0;
    font:12px arial;
    color:#909090 !important;
}
.city-spokesmen__list {
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}
.city-spokesmen__item {
    border-top:1px solid #e7ebee;
    margin:8px 0 0;
    padding:7px 0 1px;
    font:12px/15px arial;
    color:#414141 !important;
}
.city-spokesmen__item b {
    font-weight:bold;
    display:block;
}

.select2-selection {
  border-color: #90b3c9 !important;
  border-radius: 0 !important;
}

/*related to dealers new design (RUS-3388) ================================ end*/
html {
    overflow-y: inherit !important;
}


.content-wrapper {
    width: auto !important;
}

.for-dealers-page {
    color: #2B1B35 !important;
}

.for-dealers-page .icon {
    float:none !important;
    -webkit-background-size: initial !important;
    -moz-background-size: initial !important;
    -o-background-size: initial !important;
    background-size:initial !important;
}

.page-content {
	position:relative;
	padding-bottom:64px;
}

.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs {
    display: none!important;
}

.jq-selectbox__select {
    display: none;
}

.popup-run-new {
    display: none;
    padding: 0!important;
    overflow: hidden !important;
    width: 100%;
}

.main-block-title {
	font: 40px/48px "Proxima Nova Ex";
	text-align:center;
	margin-top:64px;
	margin-bottom:40px;
	position:relative;
}
.dealer-login {
	position:absolute;
	right:0;
	top:-14px;
	max-width:440px;
	width:100%;
	font: 16px/20px "Proxima Nova Rg";
	text-align:right;
	pointer-events: none;
}
.dealer-login * {
	pointer-events: all;
}
.dealer-login .sm-name {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	padding:20px 0px;
	letter-spacing: 1.35px;
	text-transform: uppercase;
	color: #164CB5;
	font: 12px/15px "Proxima Nova Bl";
	display:inline-block;
	position:relative;
}
.dealer-login .sm-name span {
	cursor:pointer;
	transition: all .15s ease-in-out;
	background: #F1F6FF;
	display:block;
	padding:12px 24px;
	border-radius:50px;
}
.dealer-login .sm-name span:hover {
	opacity:0.5;
}
.dealer-login.active .sm-name {
	z-index:5;
	background:#fff;
	box-shadow: 0px 20px 50px rgba(43, 27, 53, 0.25);
}
.dealer-login.active .sm-name span {
	background:#fff;
}
.dealer-login .sm-name:after {
	left:24px;
	right:24px;
	height:1px;
	background: #E4E7EB;
	content:'';
	position:absolute;
	bottom:0;
	opacity:0;
}
.dealer-login.active .sm-name:after {
	opacity:1;
}
.dealer-login .form-block {
	background:#fff;
	border-radius: 20px;
	border-top-right-radius:0px;
	padding:32px 24px;
	color: #2B1B35;
	position:relative;
	text-align:left;
	display:none;
 
	transition: all .35s ease-in-out;
}
.dealer-login.active .form-block {
	box-shadow: 0px 20px 50px rgba(43, 27, 53, 0.25);
}
.dealer-login .form-block:after {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:6;
	content:'';
	border-radius: 20px;
	border-top-right-radius:0px;
}
.dealer-login .form-block .input-block {
	position:relative;
	z-index:7;
	margin:0 0 24px;
}
.dealer-login .form-block .input-block label {
	color: #2B1B35;
	font: 14px/16px "Proxima Nova Rg";
	opacity: 0.5;
	display:block;
	margin: 0 0 12px;
	cursor:default;
}
.dealer-login .form-block .input-block input[type="text"], .dealer-login .form-block .input-block input[type="password"] {
	display:block;
	background: #FFFFFF;
	border: 1px solid #E4E7EB;
	box-sizing: border-box;
	width:100%;
	border-radius:50px;
	padding:10px 16px;
	font: 16px/19px "Proxima Nova Rg";
	transition: all .35s ease-in-out;
}
.dealer-login .form-block .input-block input[type="text"]:hover, .dealer-login .form-block .input-block input[type="password"]:hover {
	border-color:rgba(0, 73, 188, 0.5);
}
.dealer-login .form-block .input-block input[type="text"]:focus, .dealer-login .form-block .input-block input[type="password"]:focus{
	border-color:#1248B2;
}
.dealer-login .form-block .input-block.checkbox {
	padding:3px 0 0 36px;
	cursor:pointer;
}
.dealer-login .form-block .input-block label.checkbox {
	color: #2B1B35;
	font: 16px/20px "Proxima Nova Rg";
	opacity:1;
	cursor:pointer;
}
.dealer-login .form-block .input-block div.jq-checkbox {
	width:24px;
	height:24px;
	background: #FFFFFF;
	border: 1px solid #E4E7EB;
	box-sizing: border-box;
	border-radius: 5px;
	position:absolute;
	left:0;
	top:0;
	transition: all .35s ease-in-out;
}
.dealer-login .form-block .input-block.checkbox:hover div.jq-checkbox {
	border-color: rgba(18, 72, 178, 0.5);
}
.dealer-login .form-block .input-block div.jq-checkbox.checked {
	border-color:transparent!important;
}
.dealer-login .form-block .input-block div.jq-checkbox div {
	position:absolute;
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	background: url(../images/dealers_new_design/checkbox-active.svg) center center no-repeat;
	opacity:0;
	transition: all .35s ease-in-out;
}
.dealer-login .form-block .input-block div.jq-checkbox.checked div {
	opacity:1;
}
.dealer-login .form-block .input-block .password-container {
	position:relative;
}
.dealer-login .form-block .input-block .password-container input[type="password"], .dealer-login .form-block .input-block .password-container input[type="text"] {
	padding-right:72px;
}
.dealer-login .form-block .input-block .show-password {
	background: #fff;
	position:absolute;
	top:4px;
	bottom:4px;
	right:4px;
	width:56px;
	border-radius:50px;
    transition: all .35s ease-in-out;
	cursor:pointer;
}
.dealer-login .form-block .input-block .show-password:hover {
	background: #F1F6FF;
}
.dealer-login .form-block .input-block .show-password.active {
	background: #F1F6FF;
}
.dealer-login .form-block .input-block .show-password:before, .dealer-login .form-block .input-block .show-password:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
    transition: all .35s ease-in-out;
}
.dealer-login .form-block .input-block .show-password:before {
	background: url(../images/dealers_new_design/show-password-icon.svg) center center no-repeat;
}
.dealer-login .form-block .input-block .show-password:after {
	opacity:0;
	background: url(../images/dealers_new_design/hide-password-icon.svg) center center no-repeat;
}
.dealer-login .form-block .input-block .show-password.active:before {
	opacity:0;
}
.dealer-login .form-block .input-block .show-password.active:after {
	opacity:1;
}
.dealer-login .form-block button {
	position:relative;
	z-index:7;
	width:180px;
}
.block-title {
	font: 32px/40px "Proxima Nova Ex";
	margin:40px 0 24px;
	text-align:center;
}
.sm-block-title {
	font: 24px/32px "Proxima Nova Bl";
	margin: 40px 0 30px;
	text-align:center;
}
.offer-block {
	display:flex;
	justify-content: center;
	position:relative;
	padding:0 0 64px;
	margin:0 0 64px;
}
.offer-block:after {
	bottom:0;
	left:-100px;
	right:-100px;
	height:1px;
	background: #2B1B35;
	opacity: 0.1;
	content:'';
	position:absolute;
}
.offer-block .block {
	font: 16px/20px "Proxima Nova Bl";
	max-width:200px;
	text-align:center;
	margin:0 0 0 40px;
}
.offer-block .block:first-child {
	margin-left:0;
}
.offer-block .block .icon {
	width:52px;
	height:52px;
	margin: 0 auto 20px auto;
}
.offer-block .block .icon.ico-1 {
	background: url(../images/dealers_new_design/offer-icon-1.svg) center center no-repeat;
}
.offer-block .block .icon.ico-2 {
	background: url(../images/dealers_new_design/offer-icon-2.svg) center center no-repeat;
}
.offer-block .block .icon.ico-3 {
	background: url(../images/dealers_new_design/offer-icon-3.svg) center center no-repeat;
}
.offer-block .block .icon.ico-4 {
	background: url(../images/dealers_new_design/offer-icon-4.svg) center center no-repeat;
}
.offer-block .block .icon.ico-5 {
	background: url(../images/dealers_new_design/offer-icon-5.svg) center center no-repeat;
}
.become-block {
	display:flex;
	position:relative;
	padding:0 0 64px;
}
.become-block:after {
	bottom:0;
	left:-100px;
	right:-100px;
	height:1px;
	background: #2B1B35;
	opacity: 0.1;
	content:'';
	position:absolute;
}
.become-block .block {
	width:50%;
}
.become-block .block .centered {
	width:210px;
	margin: 0 auto;
	text-align:center;
}
.become-block .block .icon {
	width:152px;
	height:152px;
	margin:0 auto;
}
.become-block .block .icon.ico-1 {
	background: url(../images/dealers_new_design/dealer-icon-1.svg) center center no-repeat;
}
.become-block .block .icon.ico-2 {
	background: url(../images/dealers_new_design/dealer-icon-2.svg) center center no-repeat;
}
.become-block .block .type {
	font: 20px/26px "Proxima Nova Bl";
	margin: 24px 16px;
}
.become-block .block .phone {
	font: 24px/32px "Proxima Nova Bl";
}
.become-block .line {
	font: 18px/24px "Proxima Nova Rg";
	position:relative;
	display: flex;
	align-items: center;
}
.become-block .line:after {
	content:'';
	width:1px;
	left:50%;
	margin-left:-0.5px;
	top:0;
	bottom:0;
	height:100%;
	background: #2B1B35;
	opacity: 0.1;
	display:block;
	position:absolute;
}
.become-block .line span {
	position: relative;
	z-index: 1;
	padding: 24px 0;
	display: block;
	background: #fff;
}
.representations-block {
	display:flex;
	flex-wrap: wrap;
	position:relative;
}
.representations-block:after {
	content:'';
	display:block;
	position:absolute;
	left:50%;
	margin-left:-0.5px;
	top:0;
	bottom:0;
	background: #2B1B35;
	opacity: 0.1;
	width:1px;
}
.representations-block .block {
	width:calc(50% - 20px);
	display:flex;
	padding:32px 24px 24px 24px;
	margin:0 0 14px 0;
	position:relative;
}
.representations-block .block:nth-child(even) {
	margin-left:40px;
	padding-bottom:0;
}
.representations-block .block:after {
	background: #2B1B35;
	opacity: 0.1;
	height:1px;
	width:100%;
	left:0;
	right:0;
	bottom:-4px;
	content:'';
	position:absolute;
}
.representations-block .block:nth-last-child(-n+2) {
	margin-bottom:0;
}
.representations-block .block:nth-last-child(-n+2):after {
	display:none;
}
.representations-block .block .left-side {
	width:50%;
}
.representations-block .block .left-side .country {
	font: 24px/32px "Proxima Nova Bl";
	margin: 0 0 7px;
}
.representations-block .block .left-side span {
	display:block;
	opacity: 0.5;
	font: 16px/20px "Proxima Nova Rg";
}
.representations-block .block .right-side {
	width:50%;
	margin: 5px 0 0 40px;
}
.representations-block .block .right-side .list {
	font: 16px/20px "Proxima Nova Bl";
	margin-bottom:16px;
	padding-left:32px;
	position:relative;
}
.representations-block .block .right-side .list a {
	color: #164CB5;
	transition: all .35s ease-in-out;
}
.representations-block .block .right-side .list a:hover {
	opacity:0.5;
}
.representations-block .block .right-side .list:before {
	content:'';
	position:absolute;
	left:0;
	top:-2px;
	width:24px;
	height:24px;
	display:block;
}
.representations-block .block .right-side .list.location:before {
	background: url(../images/dealers_new_design/representations-location-ico.svg) center center no-repeat;
}
.representations-block .block .right-side .list.mail:before {
	background: url(../images/dealers_new_design/representations-mail-ico.svg) center center no-repeat;
}
.representations-block .block .right-side .list.website:before {
	background: url(../images/dealers_new_design/representations-website-ico.svg) center center no-repeat;
}
.representations-block .block .right-side .list.phone:before {
	background: url(../images/dealers_new_design/representations-phone-ico.svg) center center no-repeat;
}
.representations-block .block .right-side .list.fax:before {
	background: url(../images/dealers_new_design/representations-fax-ico.svg) center center no-repeat;
}
@media only screen and (max-width: 1399px) {
	.offer-block:after, .become-block:after {
		left: -72px;
		right: -72px;
	}
	.offer-block .block {
		max-width:176px;
		margin: 0 0 0 32px;
	}
	.representations-block .block .right-side {
		width: 60%;
		margin: 5px 0 0 32px;
	}
	.representations-block .block {
		width: calc(50% - 16px);
	}
	.representations-block .block:nth-child(even) {
		margin-left: 32px;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 1259px) {
	.offer-block:after, .become-block:after {
		left: -44px;
		right: -44px;
	}
	.main-block-title {
		font: 32px/40px "Proxima Nova Ex";
	}
	.block-title {
		font: 24px/32px "Proxima Nova Ex";
	}
	.sm-block-title {
		font: 20px/26px "Proxima Nova Bl";
	}
	.offer-block .block {
		max-width:136px;
		margin: 0 0 0 24px;
	}
	.representations-block .block {
		width: calc(50% - 12px);
		display: block;
		margin:0 0 3px 0;
	}
	.representations-block .block:after {
		bottom: 1px;
	}
	.representations-block .block .left-side, .representations-block .block .right-side {
		width:100%;
		margin:0;
	}
	.representations-block .block .left-side {
		margin:0 0 27px;
	}
	.representations-block .block .left-side .country {
		font: 20px/24px "Proxima Nova Bl";
	}
	.representations-block .block:nth-child(even) {
		margin-left: 24px;
		padding-bottom: 0;
	}
	.representations-block .block .right-side .list div {
		display:inline-block;
	}
}
@media only screen and (max-width: 1019px) {
	.offer-block:after, .become-block:after {
		left: -44px;
		right: -44px;
	}
	.offer-block {
		flex-wrap: wrap;
		max-width:670px;
		margin: 0 auto 40px auto;
	}
	.offer-block .block {
		max-width:152px;
		margin-bottom:24px;
	}
	.become-block .block .icon {
		width:128px;
		height:128px;
		background-size:cover!important;
	}
	.become-block .block .phone {
		font: 20px/26px "Proxima Nova Bl";
		margin-top: -7px;
	}
	.become-block {
		margin: 0 0 64px;
	}
}
@media only screen and (max-width: 759px) {
	.offer-block:after, .become-block:after {
		left: -28px;
		right: -28px;
	}
	header .logo {
		margin: 0 auto;
	}
	.for-dealers-page .main-block-title {
		text-align: left !important;
	}
	.block-title {
		font: 23px/32px "Proxima Nova Ex";
	}
	.representations-block {
		display: block;
	}
	.representations-block:after {
		display:none;
	}
	.representations-block .block {
		width: 100%;
		display: flex;
		padding: 9px 0 12px 0;
		margin: 0 0 12px 0;
	}
	.representations-block .block .left-side, .representations-block .block .right-side {
		width: auto;
		margin: 0;
	}
	.representations-block .block .left-side {
		width:50%;
	}
	.representations-block .block .right-side {
		width:60%;
	}
	.representations-block .block:nth-child(even) {
		margin-left:0;
		padding-bottom: 0;
	}
	.representations-block .block:nth-last-child(-n+2):after {
		display:block;
	}
	.representations-block .block:last-child:after {
		display:none;
	}
	.representations-block .block:nth-last-child(-n+2) {
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 559px) {
	.offer-block:after, .become-block:after {
		left: -40px;
		right: -40px;
	}
	.for-dealers-page .main-block-title {
		text-align: center !important;
		margin-bottom: 104px;
	}
	.dealer-login {
		right: auto;
		top: 46px;
		width: 100%;
		text-align: center;
	}
	.sm-block-title {
		margin: 32px 0 30px;
	}
	.offer-block {
		justify-content: left;
	}
	.offer-block .block {
		max-width: calc(50% - 12px);
		width: 100%;
		margin-bottom: 24px;
	}
	.offer-block .block:nth-child(odd) {
		margin-left:0;
	}
	.become-block {
		flex-wrap: wrap;
	}
	.become-block .block {
		width: 100%;
		position:relative;
		z-index:2;
	}
	.become-block .line {
		justify-content: center;
		width: 100%;
	}
	.become-block .line:after {
		width: 100%;
		left: 0;
		right: 0;
		margin-left: 0;
		top: 50%;
		bottom: 0;
		height: 1px;
		margin-top:-0.5px;
	}
	.become-block .line span {
		padding: 24px;
	}
	.become-block .block .button-btn {
		display:block;
		width:100%;
	}
	.become-block .block .centered {
		width:100%;
	}
	.representations-block .block {
		display: block;
	}
	.representations-block .block .left-side, .representations-block .block .right-side {
		width:100%;
	}
	.representations-block .block .left-side {
		margin: 0 0 26px;
	}
	.representations-block .block:nth-child(even) {
		margin-left: 0;
		padding-bottom: 12px;
	}
}

.content-wrapper {
	max-width:1600px;
	min-width:296px;
	margin:0 auto;
	padding:0 100px;
	position:relative;
}
@media only screen and (max-width: 1399px) {
	.content-wrapper {
		padding: 0 72px;
	}
}
@media (max-width: 1259px) {
	.content-wrapper {
		padding: 0 44px;
	}
}
@media only screen and (max-width: 759px) {
	.content-wrapper {
		padding: 0 28px;
	}
}
@media only screen and (max-width: 559px) {
	.content-wrapper {
		padding: 0 40px;
	}
}
.speedbar {
	font: 10px/12px "Proxima Nova Bl";
	letter-spacing: 1.35px;
	text-transform: uppercase;
	color: #fff;
}
.speedbar ul {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0;
    margin: 16px 0 0 0;
}
.speedbar ul li {
	margin-right:8px;
	position:relative;
	white-space: nowrap;
}
.speedbar ul li.hidden-speedbar {
	display:none;
}
.speedbar ul li a {
	color: #164CB5;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.speedbar ul li a:hover {
	opacity:0.5;
}
.speedbar ul li:after {
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:1px;
	content:'';
	background: #2B1B35;
	opacity: 0.1;
	margin:0 0 0 8px;
}
.speedbar ul li:last-child:after {
	display:none;
}
.speedbar ul li.hidden-speedbar {
	display:none;
}
.speedbar ul li.hidden-speedbar .circle-button {
	display:block;
    background:#F1F6FF url(../images/dealers_new_design/dotted-icon.html) center center no-repeat;
	cursor:pointer;
}
.speedbar ul li.hidden-speedbar ul {
	display: block;
	position: absolute;
	z-index: 1;
    left: 50%;
    background: #FFFFFF;
    border: 1px solid #E4E7EB;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 16px 24px;
    transform: translateX(-50%);
}
.speedbar ul li.hidden-speedbar ul:before {
	background: #fff;
	transform: rotate(45deg);
	content:'';
	width:16px;
	height:16px;
	position:absolute;
	top:-8px;
	left:50%;
	margin-left:-8px;
}
.speedbar ul li.hidden-speedbar ul li:after, .speedbar ul li.hidden-speedbar:after {
	display:none;
}
.speedbar ul li.hidden-speedbar ul li a {
	letter-spacing: 1.35px;
	text-transform: uppercase;
	color: #1248B2;
	font: 10px/12px "Proxima Nova Bl";
}
@media only screen and (max-width: 559px) {
	.speedbar ul {
		overflow-x: auto;
		margin-right:-40px;
		margin-left:-40px;
		padding:0 40px;
		width:100%
	}
	.speedbar > ul > li:last-child {
		padding-right:40px;
	}
}

/*buttons*/
.button-btn {
    cursor: pointer;
    border:0;
    padding:0 32px;
    text-align:center;
    border-radius:100px;
    letter-spacing: 1.35px;
    text-transform:uppercase;
    box-sizing:border-box;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.button-btn.blue {
	background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2;
	color: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(0, 56, 166, 0.4);
}
.button-btn.blue:hover {
	background: #073FAB;
	box-shadow: 0px 5px 10px rgba(0, 56, 166, 0.4);
}
.button-btn.blue:active {
	background: #003499;
	box-shadow: 0px 2px 5px rgba(0, 56, 166, 0.4);
}
.button-btn.blue.disable {
	opacity: 0.5;
	cursor:default;
	background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2!important;
	box-shadow: 0px 5px 10px rgba(0, 56, 166, 0.4)!important;
}
.button-btn.white {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2D9E2 100%), #FFFFFF;
	box-shadow: 0px 10px 20px rgba(43, 33, 55, 0.15);
	color: #1248B2;
}
.button-btn.white:hover {
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(43, 27, 53, 0.15);
}
.button-btn.white:active {
	background: rgba(255,255,255, 0.85);
	box-shadow: 0px 2px 5px rgba(43, 27, 53, 0.15);
}
.button-btn.transparent {
	color:#fff;
}
.button-btn.transparent:hover {
	background: rgba(255,255,255, 0.2);
}
.button-btn.transparent:active {
	background: rgba(255,255,255, 0.15);
}
.button-btn.pink {
	background: linear-gradient(180deg, #EB4785 0%, rgba(238, 0, 90, 0) 100%), #EE005A;
	box-shadow: 0px 5px 10px rgba(238, 0, 90, 0.4);
	color:#fff;
}
.button-btn.pink:hover {
	background: #DB0053;
	box-shadow: 0px 5px 10px rgba(238, 0, 90, 0.4);
}
.button-btn.pink:active {
	background: #B80045;
	box-shadow: 0px 2px 5px rgba(204, 0, 77, 0.4);
}
.button-btn.pink.disable {
	cursor:default;
	background: linear-gradient(180deg, #EB4785 0%, rgba(238, 0, 90, 0) 100%), #EE005A;
}
.button-btn.light{
	color: #1248B2;
	background: #F1F6FF;
}
.button-btn.light:hover {
	color:rgba(18,72,178, 0.5);
}
.button-btn.light:active {
	color:rgba(18,72,178, 0.5);
	background: #E6EFFF;
}
.button-btn.light.disable {
	background: #F1F6FF;
	color:rgba(18,72,178, 0.5);
	opacity:0.5;
	cursor:default;
}
.button-btn.big {
	padding-top:16.5px;
	padding-bottom:16.5px;
	font: 14px/15px "Proxima Nova Bl";
}
.button-btn.normal {
	padding-top:12.67px;
	padding-bottom:12.67px;
	font: 12px/15px "Proxima Nova Bl";
}

/*grid center*/
.grid-text-center {
	max-width:920px;
	margin:0 auto;
        color: #2B1B35;
        font: 18px/24px "Proxima Nova Rg";
}
.grid-text-center p {
	margin:0 0 24px !important;
}
@media (max-width: 1360px) {
	.grid-text-center {
		max-width: 800px;
	}
}
@media (max-width: 1259px) {
	.grid-text-center {
		max-width: 616px;
	}
}
@media (max-width: 1019px) {
	.grid-text-center {
		max-width: 504px;
	}
}
/*slider arrow*/
.circle-button {
	width:40px;
	height:40px;
	border:2px solid rgba(22, 76, 181, 0.1);
	background:#fff;
	border-radius:40px;
	text-indent:-99999px;
    padding: 0;
    margin: 0;
	position:relative;
	cursor:pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.circle-button.prev-arrow:after, .circle-button.next-arrow:after {
	width:14px;
	height:10px;
	content:'';
	display:block;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.circle-button.prev-arrow:after {
	background: url(../images/dealers_new_design/slider-arrow-prev.html) center center no-repeat;
}
.circle-button.next-arrow:after {
	background: url(../images/dealers_new_design/slider-arrow-next.html) center center no-repeat;
}
.circle-button:hover {
	background: #F1F6FF;
	border-color: #F1F6FF;
}
.circle-button:active {
	background: #F1F6FF;
	border-color: #F1F6FF;
}
.circle-button:active:after {
	opacity:0.5;
}
ul.slick-dots {
	text-align:center;
	z-index:1;
}
ul.slick-dots li {
	cursor:pointer;
	width:8px;
	height:8px;
	background: #0049BC;
	opacity: 0.1;
	margin:0 6px;
	display:inline-block;
	border-radius:10px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
ul.slick-dots li.slick-active, ul.slick-dots li:hover {
	opacity:1;
}
ul.slick-dots li button {
	display:none;
}
/*tabs*/
.page-tabs {
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-bottom:1px solid #E4E7EB;
}
.page-tabs .tab-list {
	height:80px;
	width:100%;
    display: flex;
    justify-content: space-between;
}
.page-tabs .tab-list ul {
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	letter-spacing: 1.35px;
	text-transform: uppercase;
	color: #164CB5;
	font: 12px/15px "Proxima Nova Bl";
}
.page-tabs .tab-list ul li {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
	align-self: baseline;
}
.page-tabs .tab-list ul li.active {
	color:#2B1B35;
}
.page-tabs .tab-list ul li span {
	align-self: center;
	cursor:pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.page-tabs .tab-list ul li.disable span {
	cursor:defaul;
}
.page-tabs .tab-list ul li span:hover {
	opacity: 0.5;
}
.page-tabs .tab-list ul li.active:after {
	content:'';
	display:block;
	width:100%;
	height:3px;
	background:#164CB5;
	align-self: flex-end;
}
.page-tabs .tab-list ul li.active span {
	align-self: flex-end;
}

/*wrap*/
/*1600 wrap*/
@media only screen and (min-width: 1400px) {
.on-wrap-1600-of-wrap-1600, .on-wrap-1600 {
	display:block;
}
}
@media only screen and (min-width: 1260px) {
.on-wrap-1600-of-wrap-1300 {
	display:block;
}
}
@media only screen and (min-width: 1020px) {
.on-wrap-1600-of-wrap-1024 {
	display:block;
}
}
@media only screen and (min-width: 760px) {
.on-wrap-1600-of-wrap-768 {
	display:block;
}
}
@media only screen and (min-width: 560px) {
.on-wrap-1600-of-wrap-560 {
	display:block;
}
}
@media only screen and (min-width: 300px) {
.on-wrap-1600-of-wrap-375 {
	display:block;
}
}


/*1300 wrap*/
@media only screen and (max-width: 1399px) and (min-width: 1260px) {
.on-wrap-1300 {
	display:block;
}
}
@media only screen and (max-width: 1399px) and (min-width: 1020px) {
.on-wrap-1300-of-wrap-1024 {
	display:block;
}
}
@media only screen and (max-width: 1399px) and (min-width: 760px) {
.on-wrap-1300-of-wrap-768 {
	display:block;
}
}
@media only screen and (max-width: 1399px) and (min-width: 560px) {
.on-wrap-1300-of-wrap-560 {
	display:block;
}
}
@media only screen and (max-width: 1399px) and (min-width: 300px) {
.on-wrap-1300-of-wrap-375 {
	display:block;
}
}


/*1024 wrap*/
@media only screen and (max-width: 1259px) and (min-width: 1020px) {
.on-wrap-1024 {
	display:block;
}
}
@media only screen and (max-width: 1259px) and (min-width: 760px) {
.on-wrap-1024-of-wrap-768 {
	display:block;
}
}
@media only screen and (max-width: 1259x) and (min-width: 560px) {
.on-wrap-1024-of-wrap-560 {
	display:block;
}
}
@media only screen and (max-width: 1259px) and (min-width: 300px) {
.on-wrap-1024-of-wrap-375 {
	display:block;
}
}


/*768 wrap*/
@media only screen and (max-width: 1019px) and (min-width: 760px) {
.on-wrap-768 {
	display:block;
}
}
@media only screen and (max-width: 1019px) and (min-width: 560px) {
.on-wrap-768-of-wrap-560 {
	display:block;
}
}
@media only screen and (max-width: 1019px) and (min-width: 300px) {
.on-wrap-768-of-wrap-375 {
	display:block;
}
}


/*560 wrap*/
@media only screen and (max-width: 759px) and (min-width: 560px) {
.on-wrap-560 {
	display:block;
}
}
@media only screen and (max-width: 759px) and (min-width: 300px) {
.on-wrap-560-of-wrap-375 {
	display:block;
}
}


/*375 wrap*/
@media only screen and (max-width: 559px) and (min-width: 300px) {
.on-wrap-375 {
	display:block;
}
}

/*related to dealers new design (RUS-3388) ================================ end*/