@font-face {
  font-family: 'Conv_DINPro-Regular';
  src: url('../fonts/DINPro-Regular.eot');
  src: local('O'), url('../fonts/DINPro-Regular.woff') format('woff'), url('../fonts/DINPro-Regular.ttf') format('truetype'), url('../fonts/DINPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_DINPro-Light';
  src: url('../fonts/DINPro-Light.eot');
  src: local('O'), url('../fonts/DINPro-Light.woff') format('woff'), url('../fonts/DINPro-Light.ttf') format('truetype'), url('../fonts/DINPro-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_DINPro-Medium';
  src: url('../fonts/DINPro-Medium.eot');
  src: local('O'), url('../fonts/DINPro-Medium.woff') format('woff'), url('../fonts/DINPro-Medium.ttf') format('truetype'), url('../fonts/DINPro-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_DINPro-Bold';
  src: url('../fonts/DINPro-Bold.eot');
  src: local('O'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype'), url('../fonts/DINPro-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_DINPro-Black';
  src: url('../fonts/DINPro-Black.eot');
  src: local('O'), url('../fonts/DINPro-Black.woff') format('woff'), url('../fonts/DINPro-Black.ttf') format('truetype'), url('../fonts/DINPro-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
header,
footer,
section,
nav,
article,
aside,
div,
p,
span,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
img,
table,
tbody,
th,
tr,
td,
a {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body {
  font-family: 'Conv_DINPro-Regular', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #4d5163;
  line-height: 25px;
}

a {
  text-decoration: none;
}

a:-webkit-any-link {
  text-decoration: none;
}

a.modal,
a.button,
button,
.form-button {
  text-decoration: none;
  cursor: pointer;
}

div {
  display: block;
}

html,
body,
img {
  border: 0;
}

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

textarea {
  resize: none;
}

.clear {
  float: none;
  clear: both;
}

.hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

.green {
  color: #26a300;
}

.yellow {
  color: #ffa800;
}

a.button:hover {}

h1,
.h1 {
  color: #455a64;
  font-size: 24px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 12px;
}

.h1 {
  font-family: 'Conv_DINPro-Bold', sans-serif;
}

h2,
.h2 {
  color: #455a64;
  font-size: 18px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  margin: 0;
  padding-bottom: 5px;
}

h3,
.h3 {
  color: #455a64;
  font-size: 18px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  margin: 0;
  padding-bottom: 5px;
}

.container {
  max-width: 1170px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}

.inner-wrapper {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

#top {
  background-color: #263c4a;
  min-height: 50px;
}

#top-nav {
  float: left;
}

#top-menu {
  list-style-type: none;
  display: block;
  padding-top: 10px;
}

#top-menu li {
  display: inline-block;
  padding-bottom: 5px;
}

#top-menu li a {
  color: #5a85a0;
  font-size: 15px;
  font-weight: 300;
  margin-right: 15px;
  line-height: 26px;
}

#top-menu li a:hover {
  text-decoration: underline;
}

#top a.modal {
  display: block;
  float: right;
  width: 227px;
  height: 34px;
  border: 1px solid #be0a37;
  text-align: center;
  box-sizing: border-box;
  margin-top: 8px;
}

#top a.modal span {
  background: url('../img/button-arrow.png') no-repeat right center transparent;
  padding-right: 14px;
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Conv_DINPro-Medium', sans-serif;
}

#top a.modal:hover {
  background-color: #be0a37;
}

#header-contacts {
  min-height: 145px;
}

#header-contacts .logo {
  display: block;
  float: left;
  margin: 40px 0 0 15px;
}

.header-addr {
  float: right;
  width: 400px;
  margin-top: 45px;
}

.header-addr .hours {
  float: left;
  width: 50%;
}

.header-addr .addr {
  float: left;
  width: 50%;
}

.header-addr p {
  color: #435e6f;
  font-size: 14px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  line-height: 17px;
}

.header-addr .title,
.header-phones .title {
  color: #bac7cf;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 15px;
}

.header-addr span {
  color: #be0a37;
}

.header-phones {
  float: right;
  width: 370px;
  margin-top: 42px;
}

.header-phones span {
  font-size: 20px;
  color: #be0a37;
  font-family: 'Conv_DINPro-Medium', sans-serif;
}

.header-phones span:first-child {
  padding-right: 35px;
}

.header-phones .phones br {
  display: none;
}

#main-menu {
  min-height: 80px;
  background-color: #435e6f;
}

.main-menu {
  display: block;
  min-height: 80px;
}

.main-menu > li {
  display: block;
  height: 100%;
  width: 200px;
  background-color: #435e6f;
  position: relative;
  float: left;
  position: relative;
  height: 80px;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}

.main-menu > li:last-child {
  width: 168px;
  border-right: 1px solid #fff;
}

.main-menu > li > a {
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0 0 65px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  position: relative;
}

.main-menu > li:last-child > a {
  padding: 15px 20px 0 10px;
}

.main-menu > li img {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.main-menu > li:hover,
.main-menu > li.active {
  background-color: #263c4a;
}


/*.home .main-menu > li.active:after {*/

.main-menu > li.active:after {
  content: "";
  display: block;
  width: 36px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  background: url('../img/menu-triangle.png') no-repeat center center transparent;
}

.home .main-menu > li:last-child ul.level1 {
  position: absolute;
  list-style-type: none;
  display: block;
  background-color: #435e6f;
  width: 100%;
}

.main-menu ul.level1 {
  height: 380px;
}

.main-menu ul.level1 li {
  display: block;
  background: url('../img/border-horizontal.png') repeat-x left bottom transparent;
  width: 100%;
  padding-bottom: 3px;
}

.main-menu ul.level1 li.noborder {
  background: none;
}

.main-menu ul.level1 li:hover {
  background-color: #263c4a;
}

.main-menu ul.level1 li a {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-family: 'Conv_DINPro-Light', sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  display: block;
}

.main-menu ul.level1 li:last-child {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -73px;
  width: 146px;
  height: 34px;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
}

.main-menu ul.level1 li:last-child a {
  font-size: 14px;
  color: #fff;
  font-family: 'Conv_DINPro-Medium', sans-serif;
  text-transform: uppercase;
  display: block;
  height: 100%;
  padding: 0;
  line-height: 27px;
  border: 3px solid #5a85a0;
  box-sizing: border-box;
}

.main-menu ul.level1 li:last-child a:hover {
  text-decoration: none;
  background-color: #5a85a0;
}

#mobile {
  padding: 25px 0 15px;
  background-color: #eaeef1;
}

.manufacturers {
  margin-right: 170px;
}

.manufacturers .item {
  width: 200px;
  float: left;
  height: 115px;
  background: url('../img/border-vertical.png') repeat-y right top transparent;
}

.manufacturers .item:nth-child(5) {
  background: none;
}

.manufacturers .item .title {
  color: #be0a37;
  font-size: 18px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  font-weight: 500;
  margin-left: -5px;
}

.manufacturers .item .title:hover {
  text-decoration: underline;
}

.manufacturers .img-wrapper {
  width: 60px;
  text-align: right;
  height: 100%;
  float: left;
  margin-right: 15px;
}

.manufacturers .img-wrapper img {
  padding-top: 7px;
}

.manufacturers .models {
  list-style-type: none;
}

.manufacturers .models li {
  line-height: 17px;
}

.manufacturers .models a {
  color: #435e6f;
  font-size: 12px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

.manufacturers .models a:hover {
  text-decoration: underline;
}

.manufacturers .other-models {
  color: #4a86ad;
  font-size: 12px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  text-transform: lowercase;
  text-decoration: underline;
  line-height: 20px;
}

.manufacturers .other-models:hover {
  text-decoration: none;
}

#other-manufacturers {
  padding-bottom: 25px;
  background-color: #f8f9fa;
}

.companies-list {
  margin-right: 170px;
}

.companies-list .title {
  color: #bac7cf;
  font-size: 14px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  text-transform: uppercase;
  padding: 5px 0 10px;
}

.companies-list ul {
  display: block;
  float: left;
  width: 145px;
  height: 160px;
}

.companies-list ul:nth-child(7) {
  width: 130px;
}

.companies-list ul li {
  display: block;
  line-height: 22px;
}

.companies-list ul li a {
  color: #be0a37;
  font-size: 14px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

.companies-list ul li a:hover {
  text-decoration: underline;
}

#tab-headers {
  padding-top: 75px;
  border-bottom: 1px solid #eceff1;
}

.tab-headers {
  margin-bottom: -2px;
}

.tab-headers .tab-header {
  display: inline-block;
  padding: 0 10px;
}

.tab-headers a {
  color: #9fb2bd;
  font-size: 14px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}

.tab-headers a:hover,
.tab-headers .tab-header.active a {
  color: #be0a37;
  border-bottom: 3px solid #be0a37;
}

#tab-content,
#ad {
  padding: 30px 0 70px;
}

.tab-content,
.ad {
  padding-left: 10px;
  float: left;
  width: 870px;
}

.tab-content p,
.ad p {
  color: #607d8b;
  font-size: 14px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  line-height: 24px;
}

.tab-content h1 + p,
.ad h1 + p {
  float: right;
  display: block;
}

.tab-content h2,
.ad h2 {
  padding-top: 10px;
}

.tab-content img,
.ad img {
  display: block;
  float: left;
  margin: 0 15px 5px 0;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.faults {
  float: right;
  width: 270px;
}

.faults p {
  color: #607d8b;
  font-size: 14px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  padding-bottom: 8px;
}

.faults ul {
  list-style-type: none;
}

.faults ul li {
  margin-bottom: 5px;
}

.faults ul li a {
  padding: 1px 30px 3px 8px;
  border: 1px solid #eceff1;
  color: #be0a37;
  font-size: 14px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  box-sizing: border-box;
}

.faults ul li a:hover {
  color: #fff;
  background-color: #be0a37;
}

#request {
  background-color: #263c4a;
  padding: 28px 0 17px;
}

.request {
  position: relative;
}

.request > img {
  position: absolute;
  left: -25px;
  top: -12px;
}

#request-form {
  min-height: 47px;
  text-align: right;
}

#request-form .form-title {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  text-align: left;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Conv_DINPro-Bold', sans-serif;
  margin-top: -3px;
}

#request-form .name,
#request-form .phone {
  width: 270px;
  height: 47px;
  border: none;
  display: inline-block;
  margin-right: 27px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #90aebc;
  font-size: 24px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  vertical-align: top;
}

#request-form .form-button {
  height: 47px;
  width: 270px;
  box-sizing: border-box;
  border: 3px solid #be0a37;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Conv_DINPro-Bold', sans-serif;
  background-color: #263c4a;
  display: inline-block;
  vertical-align: top;
}

#request-form .form-button:hover {
  background-color: #be0a37;
}

#service911 {
  padding: 50px 0 70px;
}

#service911 .h1 {
  padding: 0 0 20px 5px;
}

.benefit {
  width: 270px;
  margin-left: 30px;
  float: left;
  display: block;
}

.benefit:nth-child(1) {
  margin-left: 0;
}

.benefit .img-wrapper {
  width: 100%;
  height: 124px;
  opacity: 0.9;
}

.benefit:hover .img-wrapper {
  opacity: 1;
}

.benefit .title {
  background-color: #be0a37;
  color: #fff;
  font-size: 13px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  display: block;
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 30px;
}


/*.benefit:hover .title {
  text-decoration: underline;
}*/

.benefit .text {
  padding: 5px 10px;
  border: 1px solid #edf0f1;
  height: 105px;
  box-sizing: border-box;
}

.benefit .text > * {
  color: #607d8b;
  font-size: 13px;
  font-family: 'Conv_DINPro-Light', sans-serif;
  line-height: 17px;
}

#footer {
  background-color: #263238;
  padding-top: 35px;
}

#bottom {
  padding-bottom: 15px;
}

.home #bottom {
  padding-bottom: 15px;
}

#bottom ul {
  list-style-type: none;
  padding-left: 15px;
}

#bottom section {
  width: 200px;
  float: left;
}

#bottom section p {
  color: #bac7cf;
  font-size: 15px;
  font-family: 'Conv_DINPro-Medium', sans-serif;
  margin-bottom: 5px;
  padding-left: 15px;
}

#bottom ul li {
  line-height: 18px;
}

#bottom ul a {
  color: #758497;
  font-size: 12px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

#bottom ul a:hover {
  text-decoration: underline;
}

.bottom-logo {
  display: block;
  float: right;
  width: 170px;
  margin-top: 8px;
}

.bottom-logo img {
  width: 100%;
  height: auto;
}

.banks p {
  padding-left: 0 !important;
}

.banks .wrapper {
  width: 110px;
  margin-bottom: 5px;
}

.banks a {
  display: block;
}

.visa {
  float: left;
  margin-top: 20px;
}

.mastercard {
  float: right;
  margin-top: 10px;
}

.other-payments {
  color: #758497;
  font-size: 12px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  line-height: 15px;
  display: inline !important;
}

.other-payments span {
  padding-right: 25px;
  border-bottom: 1px dotted #758497;
}

.other-payments:hover span {
  border: none;
}

#copyright {}

.copyright {
  color: #35464e;
  font-size: 10px;
  display: block;
  float: left;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  line-height: 12px;
  padding-left: 15px;
}

.strogov {
  color: #616d7c;
  font-size: 12px;
  display: block;
  float: right;
  padding-top: 5px;
}

.strogov span {
  color: #96a3ae;
  font-size: 15px;
  padding-left: 18px;
  background: url('../img/strogov.png') no-repeat left 5px transparent;
  font-family: 'Conv_DINPro-Medium', sans-serif;
}

.strogov span + span {
  color: #616d7c;
  font-size: 15px;
  background: none;
  padding: 0;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

.breadcrumbs {
  padding: 10px 15px;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs .divider {
  color: #bac7cf;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

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

#categories {
  padding: 10px 0;
}

.categories header h1 {
  padding: 0 15px 0;
}

.categories header p {
  color: #be0a37;
  font-size: 18px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  padding: 0 15px 10px;
}

.category {
  text-align: center;
  border: 1px solid transparent;
  width: 170px;
  margin: 0 30px 5px 0;
  display: block;
  float: left;
  box-sizing: border-box;
  /*height: 40px;*/
  padding: 10px 0;
}

.category:nth-child(-n+12) {
  /*height: 185px;*/
  padding: 0;
  padding: 0 0 30px;
}

.category:nth-child(6n) {
  margin-right: 0;
}

.category .img-wrapper {
  display: none;
  height: 135px;
  width: 100%;
  position: relative;
  opacity: 0.9;
}

.category:nth-child(-n+12) .img-wrapper {
  display: block;
}

.model-list .category .img-wrapper {
  display: block;
}

.category .img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: auto !important;
  height: auto !important;
  max-width: 110px;
  max-height: 110px;
}

.category .title {
  color: #435e6f;
  font-size: 14px;
  line-height: 18px;
  padding: 0 35px;
}

.category:hover {
  border: 1px solid #be0a37;
}

.category:hover .img-wrapper {
  opacity: 1;
}

.category:hover .title {
  color: #be0a37;
  text-decoration: underline;
}

#content {
  border-bottom: 1px solid #e5eaed;
  padding-bottom: 80px;
}

#content header h1 {
  padding: 10px 15px 35px;
}

.column-left {
  width: 255px;
  float: left;
  margin: 0 30px 0 15px;
}

.column-right {
  width: 870px;
  float: right;
}

.main-img {
  width: 100%;
}

.main-img img {
  width: 100%;
  height: auto;
}

.pluses {
  display: block;
  list-style-type: none;
  margin-top: 15px;
}

.pluses li {
  background: url('../img/list-style.png') no-repeat left 12px transparent;
  padding-left: 15px;
  font-size: 14px;
  color: #263c4a;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

.description {
  color: #607d8b;
  font-size: 14px;
  font-family: 'Conv_DINPro-Light', sans-serif;
  line-height: 24px;
}

.services {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}

.headers {
  width: 100%;
  border-bottom: 1px solid #e5eaed;
  padding: 3px 0 6px;
}

.headers .type,
.headers .price {
  float: left;
  color: #263c4a;
  font-size: 18px;
  font-family: 'Conv_DINPro-Medium', sans-serif;
}

.headers .type {
  width: 425px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
}

.headers .price {
  width: 145px;
  text-align: center;
  box-sizing: border-box;
}

.service {
  border-bottom: 1px solid #e5eaed;
  padding: 3px 0 6px;
  cursor: text;
}

.service:hover {
  background-color: #f4f7f8;
}

.service .name,
.service .value,
.service .modal {
  float: left;
  box-sizing: border-box;
}

.service .name {
  width: 425px;
  text-align: left;
  padding-left: 20px;
}

.service .name a {
  color: #607d8b;
  font-size: 16px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

.service .name a:hover {
  text-decoration: underline;
}

.service .value {
  text-align: center;
  width: 145px;
  color: #69ad48;
  font-size: 16px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

.service .modal {
  text-align: right;
  width: 300px;
  padding-right: 20px;
}

.service .modal a {
  color: #be0a37;
  font-size: 16px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

.service .modal a:hover {
  text-decoration: underline;
}

.call-us {
  padding-top: 45px;
  text-align: center;
}

.call-us p {
  font-size: 16px;
  color: #263c4a;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

.call-us .phone {
  font-size: 16px;
  color: #be0a37;
  font-family: 'Conv_DINPro-Regular', sans-serif;
}

.call-us .phone span {
  font-family: 'Conv_DINPro-Bold', sans-serif;
}

#request-form {
  /*  //min-height: 47px;
    //text-align: right;*/
}

#modal-form2 .modal-form,
#modal-form .modal-form {
  background-color: #455a64;
  width: 320px;
  /*height: 480px;*/
  padding-bottom: 10px;
}

#modal-form2 .form-title,
#modal-form .form-title {
  font-size: 24px;
  color: #fff;
  font-family: 'Conv_DINPro-Light', sans-serif;
  line-height: 23px;
  padding: 20px 0 40px 70px;
  background: url('../img/pink-plane.png') no-repeat left 14px transparent;
  width: 280px;
  margin: 0 auto;
  box-sizing: border-box;
}

#modal-form2 .name,
#modal-form2 .phone,
#modal-form .name,
#modal-form .phone {
  width: 270px;
  height: 47px;
  border: none;
  display: block;
  margin: 0 auto 15px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #4a575e;
  font-size: 18px;
  font-family: 'Conv_DINPro-Light', sans-serif;
}

#modal-form2 textarea,
#modal-form textarea {
  width: 270px;
  height: 150px;
  margin: 0 auto 25px;
  display: block;
  border: none;
  box-sizing: border-box;
  color: #4a575e;
  font-size: 18px;
  font-family: 'Conv_DINPro-Light', sans-serif;
  padding: 10px 10px 0;
}

#modal-form2 .form-button,
#modal-form .form-button {
  height: 47px;
  width: 270px;
  box-sizing: border-box;
  border: 3px solid #db3259;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Conv_DINPro-Medium', sans-serif;
  background-color: #455a64;
  display: block;
  margin: 0 auto 15px;
}

#modal-form2 .form-button:hover,
#modal-form .form-button:hover {
  background-color: #db3259;
}

#simplemodal-container {
  position: relative;
}

.full {
  display: none;
  color: #be0a37;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline !important;
  margin-top: 10px;
  font-family: 'Conv_DINPro-Medium', sans-serif;
}

.full:hover {
  text-decoration: none !important;
}

::-webkit-input-placeholder {
  color: #90aebc;
}

#modal-form2 input::-webkit-input-placeholder,
#modal-form2 textarea::-webkit-input-placeholder,
#modal-form input::-webkit-input-placeholder,
#modal-form textarea::-webkit-input-placeholder {
  color: #4a575e;
}

::-moz-placeholder {
  color: #90aebc;
}

#modal-form2 input::-moz-placeholder,
#modal-form2 textarea::-moz-placeholder,
#modal-form input::-moz-placeholder,
#modal-form textarea::-moz-placeholder {
  color: #4a575e;
}

:-moz-placeholder {
  color: #90aebc;
}

#modal-form2 input:-moz-placeholder,
#modal-form2 textarea:-moz-placeholder,
#modal-form input:-moz-placeholder,
#modal-form textarea:-moz-placeholder {
  color: #4a575e;
}

:-ms-input-placeholder {
  color: #90aebc;
}

#modal-form2 input:-ms-input-placeholder,
#modal-form2 textarea:-ms-input-placeholder,
#modal-form input:-ms-input-placeholder,
#modal-form textarea:-ms-input-placeholder {
  color: #4a575e;
}

:focus::-webkit-input-placeholder,
#modal-form2 *:focus::-webkit-input-placeholder,
#modal-form *:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder,
#modal-form2 *:focus::-moz-placeholder,
#modal-form *:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder,
#modal-form2 *:focus:-moz-placeholder,
#modal-form *:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder,
#modal-form2 *:focus:-ms-input-placeholder,
#modal-form *:focus:-ms-input-placeholder {
  color: transparent;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #be0a37;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #be0a37;
  border-color: #be0a37
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #607d8b;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #607d8b;
  cursor: not-allowed;
  background-color: #fff
}

.quick-search {
  width: 320px;
  margin: 5px 15px 20px;
  max-width: 100%;
}

.quick-search select {
  display: block;
  width: 100%;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  border-radius: 3px;
}

.body {
  margin: 10px 15px;
}

.body ul,
.body ol {
  margin-left: 30px;
}

body p {
  margin: 0 0 0.7em;
  line-height: 1.5em;
}

body p:last-child {
  margin-bottom: 0;
}

.header-addr p {
  margin-bottom: 0;
}

.fleft {
  display: block;
  float: left;
  margin: 7px 30px 15px 0;
  max-width: 100%;
  height: auto;
}

#bottom section p a {
  display: inline-block;
  line-height: 1;
}

#bottom section p a:hover {
  text-decoration: underline;
}

.grc {
  width: 304px;
  margin: 0 auto 15px;
}

#footer .tels {
  clear: right;
  color: #be0a37;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.2;
}

#news-last {
  padding: 40px 0;
}
.news-list .h1 {
  display: block;
  color: #455a64;
  font-size: 24px;
  font-family: 'Conv_DINPro-Regular', sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 16px;
}
.news-list .h1:hover {
  text-decoration: none;
}
.news-list .list {
  margin: 0 -15px;
}
.news-list .item {
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.news-list .item .inner {
  padding: 10px;
  border: 1px solid #ebeff2;
  overflow: hidden;
}
.news-list .img-link {
  float: left;
  width: 81px;
  height: 81px;
  margin: 0 15px 0 0;
}
.news-list .img-link img {
  max-width: 100%;
}
.news-list .text {
  color: #455a64;
  overflow: hidden;
}
.news-list .title-link {
  display: block;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
}
.news-list .title-link:hover {
  text-decoration: none;
}
.news-list .teaser {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

/* Slider */

.s-slider {
  margin: 0 0 1em 0;
}

.s-slider__wrap {}

.s-slider__main {
  margin: 0 0 0.375em 0;
}

.s-slider__preview {
  margin-bottom: 1em;
}

.s-content-gallery__preview {}

.s-main {}

.s-main__title-wrap {
  color: #182933;
}

.s-main__title-wrap p {
  color: currentColor;
  font-size: 3.6875em;
}

.s-main__title {
  text-transform: uppercase;
  font-size: 2.25em;
  color: currentColor;
  line-height: 1.2em;
}

.s-main__descr-wrap {}

.s-main__list {
  
}

.s-main__img-wrap {}

.s-main__img {
  max-width: 840px;
}

.s-preview {}

.body .s-preview__list,
.s-preview__list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s-preview__item {
  width: auto;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  max-width: 24%;
  flex-basis: 25%;
}

.s-preview__item--push-down-1 {
  transform: translateY(-3%);
}

.s-preview__content {
  margin: 0;
  padding: 0;
}

.s-preview__title {}

.s-preview__descr-wrap {}

.s-preview__img-wrap {}

.s-preview__img {
  border-radius: 8px;
  width: 100%;
}

.s-bottom-text {
  font-weight: bold;
  color: #182933;
  font-size: 1.875em;
  line-height: 1.3;
  margin-bottom: 1em;
  padding-left: 10px;
}

.s-link {}

.s-important-text {
  color: #e52977;
}

.s-underline-text {
  position: relative;
  display: inline-block;
}

.s-underline-text::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: currentColor;
}

@media screen and (max-width: 1215px) {
  .s-slider__main {
    margin: 0 0 1.25em 0;
  }

  .s-main__img {
    max-width: none;
    width: 100%;
  }

  .s-preview__item {
    max-width: 49%;
    flex-basis: 50%;
  }

  .s-preview__item--push-down-1 {
    transform: translateY(-5%);
  }
}

@media screen and (max-width: 576px) {
  .s-preview__item {
      max-width: 100%;
      flex-basis: 100%;
  }
}

/* /Slider */

/* Fancybox */

.s-fancybox {
  margin: 0 0 1em 1em;
}

.s-fancybox--right {
  float: right;
  max-width: 222px;
}

.s-fancybox__img-wrap {
  border: 0.5em solid #ececec;
  margin-bottom: 0.5em;
}

.s-fancybox__img {
  display: block;
  width: 100%;
  height: auto;
}

.s-fancybox__descr {
  font-style: italic;
  color: #182933;
  padding: 0 1em;
  font-weight: bold;
}

@media screen and (max-width: 400px) {
  .s-fancybox {
    width: 100%;
    max-width: none;
    margin: 0 auto 1em auto;
  }
}

/* /Fancybox */