/* Main styles */

html, body {
  width: 100%;
  min-width: 100%;
  height: 100%;
  font-size: 10pt;
}

body {
  color: #434343;
}

a, a:hover, a:active, a:focus {
  color: #5abf1c;
  outline: none;
}

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

a:focus {
  text-decoration: none;
}

svg {
  vertical-align: top;
}

.new-year {
  width: 150px;
  margin-left: 45px;
}

a:focus:hover {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

h1 {
  font-size: 28pt;
}

.radius2 {
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
}

.font-size11 {
  font-size: 12pt !important;
  line-height: 15pt;
}

.font-size12 {
  font-size: 12pt !important;
  line-height: 15pt;
}

.font-size13 {
  font-size: 13pt !important;
  line-height: 15pt;
}

.font-size14 {
  font-size: 14pt !important;
  line-height: 16pt;
}

.font-size22 {
  font-size: 22pt !important;
  line-height: 25pt;
}

.btn-primary, .btn-modal {
  background-color: #c33a4e;
  background: -moz-linear-gradient(bottom, #b53a4b 0%, #cd3a4f 50%, #d54c60 51%, #e75d71 100%);
  background: -webkit-linear-gradient(bottom, #b53a4b 0%, #cd3a4f 50%, #d54c60 51%, #e75d71 100%);
  background: -o-linear-gradient(bottom, #b53a4b 0%, #cd3a4f 50%, #d54c60 51%, #e75d71 100%);
  background: -ms-linear-gradient(bottom, #b53a4b 0%, #cd3a4f 50%, #d54c60 51%, #e75d71 100%);
  background: linear-gradient(bottom, #b53a4b 0%, #cd3a4f 50%, #d54c60 51%, #e75d71 100%);
  border: none;
  padding: 14px 35px 15px 35px;
  font-size: 14pt;
  text-align: center;
  color: white;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.btn-primary:hover, .btn-modal:hover {
  background: -moz-linear-gradient(top, #c24b5c 0%, #cb3f53 50%, #ca2e45 51%, #e13a52 100%);
  background: -webkit-linear-gradient(top, #c24b5c 0%, #cb3f53 50%, #ca2e45 51%, #e13a52 100%);
  background: -o-linear-gradient(top, #c24b5c 0%, #cb3f53 50%, #ca2e45 51%, #e13a52 100%);
  background: -ms-linear-gradient(top, #c24b5c 0%, #cb3f53 50%, #ca2e45 51%, #e13a52 100%);
  background: linear-gradient(top, #c24b5c 0%, #cb3f53 50%, #ca2e45 51%, #e13a52 100%);
  text-decoration: none;
}

.btn-modal {
  color: #fff!important;
  padding: 10px 15px 11px 15px;
  font-size: 16px!important;
}

.btn-primary:active {}

.decor-underline {
  text-decoration: underline !important;
}

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

.margin0 {
  margin: 0 !important;
}

.margin-bottom25 {
  margin-bottom: 25px !important;
}

.margin-bottom40 {
  margin-bottom: 40px !important;
}

.padding0 {
  padding: 0 !important;
}

.scroll-to-top {
  position: absolute !important;
  right: 30px !important;
  bottom: 140px !important;
}

.top-menu, .container {
  min-width: 970px;
}

.md-grey-text {
  color: #5d768c;
  font-size: 12pt;
  text-align: right;
}

.red-number {
  color: #ae2034 !important;
  font-size: 34pt;
  margin: 0;
  font-weight: bold;
}

.mail-text {
  color: #e9d2d6 !important;
}

.grey-separator {
  border-bottom: 1px solid #e5e5e5;
}

.content-block {
  padding: 40px 15px;
}

.content-block h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23pt;
  font-weight: bold;
  color: #191919;
  margin-top: 0;
  text-align: center;
  padding-bottom: 23px;
}

.content-block h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22pt;
  font-weight: bold;
  color: #191919;
  margin-top: 0;
  text-align: center;
  padding-bottom: 15px;
}

.content-block h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17pt;
  font-weight: bold;
  color: #191919;
  margin-top: 0;
  margin-bottom: 15px;
}

.content-block .text p {
  /*   color: #556e84;
line-height: 17pt;
font-size: 10.5pt; */
  margin-bottom: 25px;
}

.content-block .icon-list {
  padding: 30px 0 20px 0;
}

.content-block .icon-list .row {
  margin: 0;
}

.content-block .icon-list .col-xs-6 {
  background: url(../images/ico-list-marker.png) left top no-repeat;
  color: #556e84;
  font-size: 12pt;
  line-height: 14pt;
  padding-left: 60px;
  padding-top: 8px;
  padding-bottom: 20px;
}

.sales-label {
  position: absolute;
  right: 21px;
  top: -15px;
  width: 212px;
  height: 115px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  background: url(../images/sales-label.png) right top no-repeat;
}

.blue-icon-list-block {
  color: white;
  font-size: 11pt;
  padding: 20px 70px 20px 29px;
}

.blue-icon-list-block div {
  padding-left: 55px;
  font-size: 10.5pt;
  line-height: 16pt;
  position: relative;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 5px;
}

.blue-icon-list-block div span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px 13px 8px 13px;
  font-weight: bold;
  color: #5e9bd2;
  font-size: 12pt;
  line-height: 13pt;
  border: 3px solid #5e9bd2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.red-num-list {
  margin-bottom: 35px;
}

.red-num-list div {
  padding-left: 55px;
  font-size: 10.5pt;
  line-height: 17pt;
  position: relative;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.red-num-list div span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  padding: 9px 13px 8px 13px;
  font-weight: bold;
  background-color: #b52338;
  color: white;
  font-size: 12pt;
  line-height: 13pt;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.red-num-list div b {
  color: black;
}

.red-num-list div p:last-of-type {
  margin-bottom: 0;
}

.main-banner {
  background: url(../images/main-banner.jpg) right top no-repeat;
  height: 386px;
  position: relative;
  margin-bottom: 50px;
  display: none;
}

.main-banner .text-block {
  height: 386px;
  width: 478px;
  position: relative;
  background: url(../images/main-banner-opac.png) right top no-repeat;
}

.main-banner .text-block .btn-primary {
  position: absolute;
  bottom: -24px;
  left: 130px;
  padding: 10px 65px 11px 65px;
}

.grey-block {
  background-color: #f6f9fb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 60px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 60px;
}

.grey-block .row {
  margin: 0;
}

.grey-block .row.sep {
  margin: 0;
  background: url(../images/grey-block-sep.png) center top repeat-y;
}

.grey-block .row .col-xs-6 {
  padding: 0 30px 0 30px;
}

.grey-block .text p {
  margin-bottom: 0;
}

.grey-block .btn-primary {
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -110px;
}

.grey-block .first {
  left: 25%;
}

.grey-block .second {
  left: 75%;
}

.grey-block .title {
  color: #456ea0;
  font-size: 19pt;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}

.icon-line {
  width: 100%;
  margin-bottom: 35px;
}

.icon-line .icon-block {
  width: 23%;
  vertical-align: top;
  text-align: center;
  padding: 20px 2px 0 2px;
  font-size: 10.5pt;
}

@media (max-width: 1200px) {
  .icon-line .icon-block {
    width: 15%;
  }
}

.icon-line .icon-block a {
  color: #2c6dbd;
}

.icon-line .separator {
  position: relative;
}

.icon-line .icon-block img {
  margin: 0 35px 12px 35px;
}

.icon-line .separator img {
  position: absolute;
  top: 60px;
  width: 65px;
  margin-left: -33px;
  left: 50%;
}

.icon-line .separator.second img {
  top: 45px;
}

.breadcrumbs {
  border: 1px solid #d7dfe8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 10.5pt;
  padding-bottom: 1px;
  margin-bottom: 30px;
}

.breadcrumbs div {
  border-bottom: 1px solid #d7dfe8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 20px;
}

.breadcrumbs a {
  color: black;
  text-decoration: none;
}

.breadcrumbs a.active {
  text-decoration: none;
  color: #7c92ae;
  cursor: default;
}

.breadcrumbs .separator {
  margin: 0 10px;
}

.blue-icons-line {
  padding-top: 15px;
  text-align: center;
  padding-bottom: 30px;
}

.blue-icons-line a {
  display: inline-block;
  text-align: center;
  color: black;
  font-size: 19pt;
  margin-left: 10%;
  font-family: 'Roboto Condensed', sans-serif;
}

.blue-icons-line a:first-of-type {
  margin-left: 0;
}

.blue-icons-line a img {
  margin-bottom: 15px;
}

.original-icon-list {
  padding-top: 20px;
}

.original-icon-list .item {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 80px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.original-icon-list .item img {
  position: absolute;
  left: 0;
  top: 0;
}

.original-icon-list .item p {
  font-family: 'Roboto Condensed', sans-serif;
  display: table-cell;
  font-size: 13pt;
  vertical-align: middle;
  height: 65px;
}

.original-icon-list .item p b {
  font-size: 16pt;
}

.form-consultation {
  background-color: #f6f9fb;
  padding: 20px 30px 40px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 35px;
}

.form-consultation .btn-primary {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 12pt;
}

.form-consultation input[type="text"] {
  border: none;
  width: 100%;
  font-size: 11pt;
  padding: 14px 35px 15px 35px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-bottom: 1px solid #e0ebf2;
}

.form-consultation input[placeholder] {
  font-style: italic;
  color: #647a8e;
}

.form-consultation .text {
  color: #637988;
  font-size: 14pt;
  padding-top: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}

.form {
  background-color: #f6f9fb;
  padding: 20px 30px 40px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 35px;
}

.form .label-block {
  color: #48555e;
  font-size: 14pt;
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
}

.form .btn-primary {
  font-size: 13pt;
  padding: 11px 48px 14px 48px;
}

.form input[type="text"] {
  border: none;
  width: 100%;
  font-size: 10.5pt;
  padding: 14px 30px 15px 30px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-bottom: 1px solid #e0ebf2;
  margin-bottom: 10px;
}

.form input[type="text"][placeholder] {
  font-style: italic;
  color: #647a8e;
}

.form .footnote {
  color: #cb2f45;
  font-size: 11pt;
  position: relative;
  top: -5px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 25px;
}

.form .separator {
  color: #4d7bb2;
  text-align: center;
  font-size: 17pt;
  border-top: 1px solid #dde4e9;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}

.form .separator div {
  border-top: 1px solid white;
  padding-top: 15px;
  padding-bottom: 20px;
}

.select select {
  width: 100%;
  margin-bottom: 10px;
}

.ui-selectmenu-button {
  background-color: white;
  padding: 14px 30px 15px 30px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-bottom: 1px solid #e0ebf2;
}

.ui-selectmenu-button:focus {
  outline: none;
}

.ui-selectmenu-menu ul {
  background-color: white !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border: none;
}

.ui-menu-item, .ui-menu-item:hover {
  font-size: 10.5pt;
  padding: 12px 13px !important;
  margin: 0 !important;
}

.ui-menu-item:hover {
  color: white;
  background-color: #cb2f45;
}

.ui-selectmenu-button span.ui-icon {
  width: 22px;
  height: 34px;
  right: 14px !important;
  top: 5px !important;
  background: url(../images/select-arrow.jpg) left bottom no-repeat;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 3px 0 0 0 !important;
  font-size: 10.5pt;
}

.call-agent-form {
  width: 430px;
}

/* End main styles */

/* Header */

.top-menu {
  background-color: #2e6fbf;
}

.top-menu td {
  height: 49px;
  vertical-align: middle;
  text-align: center;
  width: 1px;
  padding: 0 40px;
}

@media (max-width: 1200px) {
  .top-menu td {
    padding: 0 25px;
  }
}

.top-menu td.empty {
  width: auto;
  padding: 0;
}

.top-menu td.active {
  background-color: #164e92;
}

.top-menu td.separator {
  width: 1px;
  overflow: hidden;
  padding: 0;
  font-size: 1px;
  background: url(../images/top-menu-sep.png) center center no-repeat;
}

.top-menu td a {
  color: white;
  font-size: 11pt;
}

.mobile-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin: 2px 0;
  background: url('../images/menu.png') no-repeat center;
  background-size: 32px;
  cursor: pointer;
  float: left;
}

.logo-block-mobile {
  display: none;
}

.logo-mobile {
  display: none;
}

.logo {
  position: relative;
  height: 150px;
}

.logo .logo-block {
  position: absolute;
  top: 36px;
  left: 55px;
  text-align: center;
}

.logo .logo-block p {
  margin-top: 5px;
}

.logo .logo-block a {
  color: #2762AE;
  font-size: 40px;
}

.logo .logo-block a:hover {
  text-decoration: none;
}

.logo .form-block {
  position: absolute;
  right: -3px;
  text-align: center;
  bottom: 10px;
  /* width: 320px; */
  /*border: 1px solid #a63d4d;*/
  background:#2e6fbf;
  border-radius: 10px;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
}

.logo .form-block a {
  color: #fff;
}

.m_search_gibdd {
  color: #ae2034;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 39%;
  top: 40%;
}

.logo .phone-block {
  position: absolute;
  right: 0;
  top: 15px;
}

.logo .phone-block img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

header .form-block input {
  background-color: #f5f7f9;
  border: none;
  padding: 8px 20px 8px 20px;
  border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  /* width: 60%; */
  font-size: 10pt;
}

header .form-block input[placeholder] {
  font-style: italic;
  color: #235f98;
}

header .form-block input {
  color: #235f98;
  border: 1px solid #235f98;
  padding: 2px 7px;
  position: absolute;
  right: 5px;
  width: 200px;
}

header .form-block button {
  background: #942E3C;
  border: none;
  font-size: 9.5pt;
  color: white;
  padding: 4px 10px;
  /*   border-radius: 0 25px 25px 0;
-webkit-border-radius: 0 25px 25px 0;
-moz-border-radius: 0 25px 25px 0; */
  font-family: arial;
  /* text-shadow: 0 1px 1px black; */
  position: relative;
  left: -3px;
  width: 220px;
}

header .form-block button:hover {
  background: linear-gradient(to top, #2E6FBF, #a7bdd7);
}

.form-send-button.hidden {
  display: none;
}

.main-menu {
  border-bottom: 1px solid #4f0913;
  background: -moz-linear-gradient(top, #a63d4d 0%, #a63d4d 50%, #942e3c 51%, #942e3c 100%);
  background: -webkit-linear-gradient(top, #a63d4d 0%, #a63d4d 50%, #942e3c 51%, #942e3c 100%);
  background: -o-linear-gradient(top, #a63d4d 0%, #a63d4d 50%, #942e3c 51%, #942e3c 100%);
  background: -ms-linear-gradient(top, #a63d4d 0%, #a63d4d 50%, #942e3c 51%, #942e3c 100%);
  background: linear-gradient(top, #a63d4d 0%, #a63d4d 50%, #942e3c 51%, #942e3c 100%);
}

.main-menu .row {
  margin: 0;
  border-right: 1px solid #ae5661;
  border-left: 1px solid #822331;
}

.main-menu .col-xs-3 {
  text-align: center;
  border-left: 1px solid #ae5661;
  border-right: 1px solid #822331;
  padding: 0;
  position: relative;
}

.main-menu .col-xs-3 .sub-block {
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 999;
  display: none;
}

.main-menu .col-xs-3:hover .sub-block {
  display: block;
}

.main-menu .col-xs-3.active, .main-menu .col-xs-3:hover, .main-menu .col-xs-12:hover {
  background: -moz-linear-gradient(top, #993241 0%, #993241 50%, #77212e 51%, #77212e 100%);
  background: -webkit-linear-gradient(top, #993241 0%, #993241 50%, #77212e 51%, #77212e 100%);
  background: -o-linear-gradient(top, #993241 0%, #993241 50%, #77212e 51%, #77212e 100%);
  background: -ms-linear-gradient(top, #993241 0%, #993241 50%, #77212e 51%, #77212e 100%);
  background: linear-gradient(top, #993241 0%, #993241 50%, #77212e 51%, #77212e 100%);
  padding: 0;
}

.main-menu .col-xs-12:hover {
  padding-left: 10px;
}

.main-menu .col-xs-3 a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13.5pt;
  color: white;
  font-weight: lighter;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 12px 0 13px 0;
}

.main-menu .col-xs-3 a:hover {
  text-decoration: none;
}

.main-menu-ico {
  height: 191px;
  width: 100%;
  background: url(../images/back-head.jpg) center center no-repeat #131313;
}

.main-menu-ico .col {
  width: 14%;
  float: left;
  text-align: center;
  padding: 35px 0;
}

.main-menu-ico .col a {
  font-size: 13pt;
  display: block;
  color: white;
}

.main-menu-ico .col a:first-of-type {
  margin-bottom: 10px;
}

/* End header */

/* Footer */

.footer a {
  text-decoration: underline;
}

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

.foot-menu-top {
  background-color: #164e92;
}

.foot-menu-top .row {
  border-right: 1px solid #3065a5;
  border-left: 1px solid #073875;
  margin: 0;
}

.foot-menu-top .col-xs-4 {
  text-align: center;
  border-left: 1px solid #3065a5;
  border-right: 1px solid #073875;
  padding: 20px 0;
}

.foot-menu-top a {
  color: white;
  position: relative;
  top: 2px;
  text-decoration: none;
  font-size: 15pt;
  border-bottom: 1px dashed white;
}

.foot-menu-top a:hover {
  border: 0;
}

.foot-bottom {
  background-color: #902c3b;
  padding: 30px 0;
}

.foot-bottom .container {
  padding-right: 280px;
  position: relative;
  height: 150px;
}

.foot-bottom .contacts-block {
  position: absolute;
  right: 0;
  top: 0;
}

.foot-bottom .contacts-block p {
  color: white;
  font-size: 10.5pt;
}

.foot-bottom .contacts-block {
  position: absolute;
  right: 15px;
  top: 0;
}

.foot-bottom .contacts-block a {
  text-decoration: underline;
  font-size: 10.5pt;
  color: white;
}

.foot-bottom .contacts-block a.map {
  margin-top: 5px;
  display: inline-block;
}

.foot-bottom .title {
  font-size: 14pt !important;
  /*font-weight: bold;*/
  margin-bottom: 18px;
  color: white;
}

.foot-bottom .sub-menu div {
  padding: 0 0 0 13px;
  margin-bottom: 8px;
  background: url(../images/sub-menu-foot-arrow.png) left 7px no-repeat;
}

.foot-bottom .sub-menu a {
  font-size: 10.5pt;
  color: #e9d2d6;
}

.foot-bottom .col-xs-4:first-of-type {
  padding-top: 60px;
  line-height: 18pt;
}

.foot-bottom .copyright {
  font-size: 10.5pt;
  color: white;
}

/* End footer */

/* Left col */

.left-col {
  float: left;
  width: 283px;
}

.left-col .slider-left {
  padding: 30px 35px 20px 35px;
}

.left-col .slider-left .slide-list {
  overflow: hidden;
  height: 370px;
  position: relative;
}

.left-col .slider-left .item {
  text-align: center;
  display: none;
  display: inline-block;
  width: 213px;
  height: 370px;
}

.left-col .slider-left .item a {
  display: inline-block;
  margin-bottom: 20px;
}

.left-col .slider-left .item .image {
  display: block;
}

.left-col .slider-left .arrows {
  text-align: center;
}

.left-col .slider-left .arrows span {
  display: inline-block;
  width: 13px;
  height: 23px;
  overflow: hidden;
  cursor: pointer;
}

.left-col .slider-left .arrows .arrow-left {
  margin-right: 20px;
  background: url(../images/mini-slider-arrow-left.jpg) left -23px no-repeat;
}

.left-col .slider-left .arrows .arrow-left:hover {
  background: url(../images/mini-slider-arrow-left.jpg) left 0 no-repeat;
}

.left-col .slider-left .arrows .arrow-right {
  background: url(../images/mini-slider-arrow-right.jpg) left -23px no-repeat;
}

.left-col .slider-left .arrows .arrow-right:hover {
  background: url(../images/mini-slider-arrow-right.jpg) left 0 no-repeat;
}

.left-col .blue-block {
  width: 283px;
  margin-bottom: 35px;
  background: url(../images/left-menu-back.jpg) left top no-repeat;
}

.left-col .blue-block .title {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19pt;
  font-weight: lighter;
  padding-left: 85px;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
}

.left-col .blue-block .content {
  background-color: white;
  box-shadow: 0 1px 5px 0 #e4e4e4;
  -webkit-box-shadow: 0 1px 5px 0 #e4e4e4;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}

.left-col .blue-block .title {
  height: 56px;
  position: relative;
}

.left-col .blue-block .title .ico {
  position: absolute;
  left: 14px;
  top: 14px;
}

.left-col .menu {
  padding: 10px 0;
}

.left-col .menu div {}

.left-col .menu a {
  color: black;
  padding: 12px 20px 12px 37px;
  display: block;
  text-decoration: underline;
  font-size: 10.5pt;
  background: url(../images/left-menu-arrow.png) 20px 18px no-repeat;
}

.left-col .menu a:hover, .left-col .menu a.active {
  color: #2e6fbf;
  background: #f0f0f0 url(../images/left-menu-arrow.png) 20px 18px no-repeat;
}

/* End left col */

/* Right col */

.right-col {
  padding-left: 320px;
}

/* End right col */

/* Offers */

.offers {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.offers .item {
  position: relative;
  padding: 0 0 0 360px;
  border-bottom: 3px solid #d7dfe8;
}

.offers .item .image {
  height: 226px;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 330px;
  text-align: center;
  overflow: hidden;
}

.offers .item .image div {
  display: table-cell;
  height: 229px;
  vertical-align: bottom;
}

.offers .item .anons {
  padding: 30px 0 30px 0;
}

.offers .item .title {
  color: #c2293f;
  font-size: 20pt;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 5px;
}

.offers .item .link {
  margin-bottom: 20px;
  color: #010101;
  font-size: 17pt;
  line-height: 17pt;
  font-family: 'Roboto Condensed', sans-serif;
}

.offers .item .link a {
  color: #010101;
  font-size: 17pt;
  line-height: 17pt;
  font-family: 'Roboto Condensed', sans-serif;
}

.offers .item .text {
  color: #556e84;
  font-size: 10.5pt;
  line-height: 17pt;
}

.offers img {
  width: 100%;
  height: auto;
}

/* End offers */

.form-block .m_form_content, .form-consultation.m_form_content {
  display: block;
}

.m_form_content .non_empty_field.has_error {
  border-color: #b94a48;
  border-style: solid;
  border-width: 1px;
}

.modal-content .bg-success {
  background-color: #dff0d8;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}

.m_form_content .modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #F6FBFC;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19pt;
  font-weight: lighter;
}

.btn-primary.normal {
  padding: 5px 15px;
  margin: 0px 10px;
  font-size: 14px;
}

.osago-result {
  width: 100%;
  margin-bottom: 25px;
}

.osago-result tr td, .osago-result tr th {
  padding: 6px;
  text-align: left;
  border: 1px solid #ccc;
}

.osago-result tr td {}

.osago-result tr th {}

.form-group .calendar-icon {
  display: none;
}

table.popup-window {
  display: none;
}

.contacts-form-wrapper {
  width: 50%;
  border: 1px solid #ddd;
}

.contacts-form-wrapper.m_form_content {
  display: block;
}

.contacts-form-wrapper.m_form_content .contact-input {
  background: none;
}

.contacts-form-wrapper.m_form_content .contact-input>textarea {
  width: 94%!important;
}

#MapModal.modal-content.m_form_content {
  width: 100%;
}

.faq-list {}

.faq-list .faq-block {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  box-shadow: 0 1px 5px 0 #e4e4e4;
  margin-bottom: 20px;
  padding: 10px;
}

.faq-list .faq-block p {}

.faq-list .faq-block .header {
  font-size: 16px;
  font-weight: bold;
}

.faq-list .faq-block .question {}

.faq-list .faq-block .answer {
  padding-left: 20px;
}

.ask_qst {
  margin-bottom: 20px;
}

#kaskoWrapper.m_form_content {
  display: block;
}

#kaskoWrapper .contact-input {
  background: none;
}

#kaskoWrapper .side-block {
  width: 50%;
  float: left;
  padding-left: 67px;
}

#kaskoWrapper .form-fields-wrapper {
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 0 4px #ccc;
  margin: 0 10px !important;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}

#kaskoWrapper .modal-footer {
  width: 100%;
  clear: both;
}

#kaskoWrapper .form-control {
  width: 240px;
}

#kaskoWrapper .blue, #kaskoWrapper .blue option {
  background-color: #3372C1!important;
}

#kaskoWrapper .non_empty_field.has_error {}

#kaskoWrapper_modal .contact-input {
  background: none;
}

#kaskoWrapper_modal .side-block {
  width: 50%;
  float: left;
  padding-left: 67px;
}

#kaskoWrapper_modal .form-fields-wrapper {
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 0 4px #ccc;
  margin: 0 10px !important;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}

#kaskoWrapper_modal {
  background: #FFF;
  width: 67%;
  top: 55%!important;
  font-size: 0.5vw;
  left: 33%!important;
}

#kaskoWrapper_modal .modal-footer {
  width: 100%;
  clear: both;
}

#kaskoWrapper_modal .form-control {
  width: 240px;
}

#kaskoWrapper_modal .blue, #kaskoWrapper_modal .blue option {
  background-color: #3372C1!important;
}

.faq-left p {
  padding: 0 20px;
}

.faq-left a {}

.faq-block p {
  padding-top: 5px;
}

.question p {
  padding-left: 20px;
}

.faq-list.line .question p {
  border-bottom: 2px solid #434343;
}

.table_price {
  background-color: #f6f9fb;
  border-radius: 10px;
  margin-bottom: 20px;
}

.table_price td {
  padding: 5px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  border: 1px solid #95acc1;
}

.number_dogovor p {
  font-size: 16px;
}

.col.col_16 {
  width: 16% !important;
}

.col.col_25 {
  width: 25% !important;
}

.block_npl {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.block_npl a {
  text-decoration: underline;
}

.block_npl a:hover {
  text-decoration: none;
}

a.li_a_one {
  float: left;
  text-align: center;
  width: 50%;
}

a.li_a_one img {
  padding-bottom: 10px;
}

.name_block_npl {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17pt;
  font-weight: bold;
  color: #191919;
  margin-top: 0;
  margin-bottom: 15px;
}

img.photo_ser {
  float: right;
}

.blank_dkp {
  text-align: center;
  background-color: #3399CC;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  opacity: 0.8;
}

.blank_dkp:hover {
  opacity: 1;
}

.blank_dkp a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  font-family: 'Roboto Condensed', sans-serif;
}

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

#slideshow {
  position: relative;
}

#slideshow #slidesContainer {
  margin: 0 auto;
  width: 820px;
  height: 425px;
  overflow: auto;
  /* разрешаем прокрутку */
  position: relative;
}

#slideshow #slidesContainer .slide {
  margin: 0 auto;
  width: 540px;
  height: 425px;
}

/**
 * Slideshow controls style rules.
 */

.control {
  display: block;
  width: 39px;
  height: 263px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}

#leftControl {
  top: 14%;
  left: 0;
  background: transparent url(/images/control_left.png) no-repeat 0 0;
}

#rightControl {
  top: 14%;
  right: 0;
  background: transparent url(/images/control_right.png) no-repeat 0 0;
}

.text-slider p {
  padding-left: 55px;
  font-size: 10.5pt;
  line-height: 16pt;
  padding-bottom: 5px;
  width: 410px;
  color: #FFF;
}

.text-slider {
  padding-top: 10%;
}

.banner-2 {
  background: url(/images/red-action.png) right top no-repeat;
}

.banner-2 strong {
  font-size: 20px;
  margin-bottom: 33px;
  display: block;
}

p.plus_slider {
  text-align: center;
  width: 70%;
  margin: -5px 0 10px 0;
  padding: 0;
  font-size: 25px;
}

.banner-2 p span {
  font-weight: bold;
  color: #DC3A51;
}

.banner-2 p small {
  font-style: italic;
}

.form-consultation input[type="text"] {
  color: rgb(35, 95, 152);
  border: 1px solid rgb(35, 95, 152);
  padding: 15px 20px;
}

.hide {
  display: none !important;
}

.news-block {
  overflow: hidden;
}

.news-block .onew_news {
  border-bottom: 1px solid #d7dfe8;
  margin-bottom: 30px;
}

.news-block .onew_news .date {
  width: 100%;
  padding: 5px 10px;
  background: #3675C2;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.news-block .onew_news h2 {
  font-size: 16pt;
  text-align: left;
  margin-bottom: 0;
}

.main-menu .sub-block a {
  padding: 5px 0!important;
}

.main-menu .sub-block {
  border-bottom: 1px solid #4f0913;
  background: #942e3c;
}

.flex_2_images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#Order5Minut .text.custom {
  padding-top: 0;
  padding-bottom: 25px;
}

#Order5Minut .files-row {
  margin-bottom: 25px;
}

#Order5Minut .files-row label {
  cursor: pointer;
}

#Order5Minut .files-row input {}

.yamap_metki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

.yamap_metki>div {
  width: 24%;
  margin-bottom: 5px;
  margin-right: 0px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yamap_metki span {
  display: block;
  margin-top: 10px;
  background: #164e92;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  width: 100px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.yamap_metki>div a {
  color: #164e92!important;
}

.mobile-view {
  display: none;
}

.red-number {
  font-size: 160%;
}

#YMapsID {
  height: 800px;
}

.ineedhelp {
  /*     color: #ae2034; */
  float: right;
  /*     padding: 0 15px;
border: 1px solid #a63d4d;
border-radius: 10px;
height: 30px;
line-height: 30px; */
}

/* .ineedhelp:hover {
  color: #ae2034;
} */

.gibdd_address {
  overflow: hidden;
  border: 1px solid #1a569f;
  padding: 7px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cart_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 25px;
  margin: 25px 0;
  background: #F6F9FB;
}

.cart_item>.title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #4b7ab4;
  font-size: 20px;
  line-height: 1.2em;
}

.title p {
  margin-bottom: 0!important;
}

p.cart_title_desc {
  margin-bottom: 10px!important;
  font-size: 11px;
  color: #000;
  letter-spacing: 0.02em;
}

.cart_item .price {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}

.cart_item ul {
  padding-left: 30px;
}

.cart_item {
  width: 48%;
}

ul.ul-red-num-list {
  counter-reset: myCounter;
}

ul.ul-red-num-list li {
  list-style: none;
}

ul.ul-red-num-list li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: white;
  background: #b52338;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.left-col .menu a.newslink {
  padding: 0;
  background: none;
  text-decoration: none;
  border-bottom: 1px #ccc solid;
  display: inline
}

.left-col .menu a.newslink span {
  color: #1a569f
}

.lombard-link {
  position: absolute;
  bottom: 10px;
  right: 300px;
}

.lombard-link a, .kaska-link a {
  color: #a63d4d;
  border: 1px solid #a63d4d;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  border-radius: 10px
}

.kaska-link {
  position: absolute;
  bottom: 10px;
  right: 600px;
}

.tonewcar-slider {
  margin: 0px 0 20px 0;
  background: url(../images/newcar-slider.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 25px;
  position: relative
}

.newcar-slider:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 380px;
  background: url(../images/newcar-slider2.png) 50% 50% no-repeat
}
@media (min-width: 1250px) and (max-width:1500px) {
	.newcar-slider:after {
		right: 80px;
	}
}
@media (min-width: 1501px) and (max-width:1800px) {
	.newcar-slider:after {
		right: 180px;
	}
}
@media (min-width: 1801px) {
	.newcar-slider:after {
		right: 380px;
	}
}
.newcar-slider__left {
  width: calc(100% - 380px)
}

.newcar-slider__title {
  font-weight: bold;
  font-size: 45px;
  line-height: 53px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #2F70C0;
  font-family: 'Roboto Condensed'
}

.newcar-slider__title span {
  color: #E31E24
}

.newcar-slider__list ul {
  column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0
}

.newcar-slider__list ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  padding: 2px 0 2px 22px;
  margin: 8px 0;
  font-size: 18px;
  line-height: 21px;
}

.newcar-slider__list ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMC41IiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHJ4PSI3LjUiIGZpbGw9IiNFMzFFMjQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljk3MTQ5IDkuNTI4NThMMTMuMTY2NyAzLjMzMzMxTDE0LjEwOTYgNC4yNzYxMkw2Ljk3MTQ5IDExLjQxNDJMMy4xNjY3NSA3LjYwOTQ2TDQuMTA5NTYgNi42NjY2NUw2Ljk3MTQ5IDkuNTI4NThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=) 50% 50% no-repeat;
}

.advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 30px;
  margin: 1.5em auto;
}

.advantages__item {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.advantages__icon {
  flex: 0 0 60px;
  text-align: center;
}

.advantages__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
}

.advantages__text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
}


	.foot-bottom .contacts-block a.footer-ph {font-weight:bold;font-size:18px;text-decoration:none}
	
		.mobile-view2 {display:none}
		@media (min-width: 768px) and (max-width:1024px) {
			.phone-top {display:block;float:left;margin:12px 0 0 50px}
			.mobile-view.logo-top {width:auto!important;left:0!important}
			.logo-mobile .red-number {display:none}
			.logo-mobile > div {display:flex;justify-content:space-between}
		}
		
.left-menu .menu.content table {
	margin:auto;
}
.left-menu .menu.content table td {
	padding: 6px 5px 6px 0;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	font-size: 15px;
}


	#osago-section{
		background: #F6F9FB;
		border-radius: 10px;
		padding: 40px 0 20px 0;
		margin-bottom:20px;
	}
	#osago-section h2{
		padding-bottom: 0;
	}
	#osago-section .form-consultation .text{
		padding-top: 0;
	}
	#osago-section label{
		font-weight:400;
	}
	#osago-section .mrgn-10{
		margin-bottom: 10px;
	}
	#osago-section .form-consultation{
		margin-top:40px;
		box-shadow: 6px -12px 42px -10px #000000;
	}
	#osago-section .big-title{
		font-size: 36px;
		color: #B52338;
		font-weight: bold;
	}
	
	.faq-wrapper {margin:45px 0 0}
	.faq-bigtitle {font-size:24px;margin:15px 0;color:#1a569f}
	
	.flex-three-block {
		display: flex;
		flex-flow: wrap;
		justify-content: space-evenly;
		gap:1rem;
	}

	.flex-three-block__item {
		width: 31%;
		min-width: 165px;
		height: 165px;
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
		text-align: center;

		background-size: cover;
		background-repeat: no-repeat;
		padding: 1rem;
		position: relative;
	}

	.flex-three-block__item.spectehnik1 {
		background-image: url(../images/spec1.png);
	}
	.flex-three-block__item.spectehnik2 {
		background-image: url(../images/spec2.png);
	}
	.flex-three-block__item.spectehnik3 {
		background-image: url(../images/spec3.png);
	}
	
	.flex-three-block__item.kvadrik1 {
		background-image: url(../images/kvadrik1.jpg);
	}
	.flex-three-block__item.kvadrik2 {
		background-image: url(../images/kvadrik2.jpg);
	}
	.flex-three-block__item.kvadrik3 {
		background-image: url(../images/kvadrik3.jpg);
	}

	.flex-three-block__item:before{
		content:'';
		 background-color: rgb(0 0 0 / 40%);
		 position: absolute;
		 top:0;
		 left:0;
		 width:100%;
		 height:100%;
		
	}

	.flex-three-block-title {
		color: #fff;
		z-index: 1;
		font-size: 1.5rem;
		text-align: left;
	}

	.flex-three-block-button {
		z-index: 1;
		display:none;
	}

	.flex-three-block-button a {
		background: #e97800;
		padding: 0.5rem 1rem;
		width: 80%;
		margin: 0 auto;
		color: #fff !important;
		text-decoration: none !important;
		display: block;
	}

	.flex-three-block__item:hover {
		justify-content: space-between;
	}

	.flex-three-block__item:hover .flex-three-block-button {
		display:block;
	}


	@media (max-width:980px){

	.flex-three-block-button {
		display:block;
	}
	.flex-three-block__item {
		justify-content: space-between;
	}
	}


	.elsamokat .img1 {	background-image: url(/images/new_block/samokat1.jpg);}
	.elsamokat .img2 {	background-image: url(/images/new_block/samokat2.jpg);}
	.elsamokat .img3 {	background-image: url(/images/new_block/samokat3.jpg);}