@charset "UTF-8";
.news-detail h4 {
  font-size: 1.5em;
  color: #000000;
  margin: 50px 0px 30px;
  font-weight: normal;
  text-transform: none;
}
/*  search auto   */
.search-auto {
  margin-right: 15px;
}
.search-auto form {
  padding: 25px 25px 20px;
}
.search-auto a {
  margin-top: 8px;
  display: block;
  float: left;
}


@media (max-width: 768px) {
  .search-auto {
    margin-right: 0;
  }
  .search-auto a {
    float: none;
  }
  #search-auto-form .captcha-col-2 {
    padding: 8px 0;
    float: left;
    width: 180px;
  }
  #search-auto-form .captcha-col-3 {
    text-align: center;
    padding-top: 12px !important;
    width: 40px;
    float: left;
  }
  #search-auto-form .filters-col-2 {
    padding-top: 8px;
  }
}

@media (max-width: 1199.98px) {
  .search-auto {
    margin-right: 0;
  }
}

/* news section */
.news-list {
  margin: 0 0 0 15px;
  padding: 0;
  position: relative;
}
.news-item-list {
  position: relative;
}
.news-more {
  position: absolute;
  right: 0;
  top: 0;
  color: #5a5a5a;
  letter-spacing: .5px;
}
.news-item {
  margin-bottom: 20px;
}
.news-item-date {
  color: #5a5a5a;
}
.news-item {
  margin-bottom: 30px;
}
.news-item .news-title_link {
  font-weight: normal;
  font-size: 1.2em;
}
.news-item .news-date {
  font-size: 0.9em;
  color: #8c8c8c;
}
.news-item .news-desc {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
}
/*<editor-fold desc="helpers">*/
.helpers {
  margin-top: 37px;
  margin-bottom: 30px;
}
.main-helper-item-wrapper {
  border: 2px solid rgba(255, 255, 255, 0);
  width: 25%;
  height: 390px;
  float: left;
}
.main-helper-item-wrapper-en {
  height: 290px;
}
.main-helper-item-wrapper:hover {
  background-color: #fafafa;
  border: 2px solid #70bf46;
  border-radius: 4px;
}
.main-helper-item {
  cursor: pointer;
  padding: 20px 20px 0 20px;
  height: 300px;
  background: none;
  overflow: hidden;
}
.main-helper-item-en {
  height: 200px;
}

.main-helper-img-wrapper {
  text-align: center;
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  background-color: #70bf46;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.main-helper-img-wrapper > img {
  margin-top: 13px;
}
.main-helper-title {
  color: #70bf46;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.main-helper-desc {
  font-size: 13px;
  line-height: 1.3em;
  hyphens: auto;
}
.main-helper-button {
  display: none;
  text-align: center;
  padding: 22px;
}
.main-helper-item-wrapper:hover .main-helper-button {
  display: block;
}

@media (max-width: 768px) {
  .main-helper-item-wrapper {
    border: 2px solid rgba(255, 255, 255, 0);
    width: 100%;
    height: auto;
    float: none;
  }

  .main-helper-item,
  .main-helper-item-en {
    height: auto;
  }
}

/*</editor-fold>*/
/* banner-info-fundraising */
.banner-info-fundraising {
  font-family: "FuturaDemiC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: url("images/background.jpg") repeat-x 50% 50%;
  text-align: center;
}
.banner-info-fundraising .container {
  background-color: rgba(36,101,110, 0.75);
  height: 511px;
}
.banner-info-fundraising .banner-intro {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 82px;
  margin-bottom: 0;
}
.banner-info-fundraising .banner-info-date {
  font-size: 17px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.banner-info-fundraising .banner-collected-money {
  text-align: center;
  color: #ffffff;
  font-size: 68px;
  letter-spacing: 0.5px;
  margin: 40px 0 0 0;
}
.banner-info-fundraising .banner-sum,
.banner-info-fundraising .banner-currency {
  display: inline-block;
  text-transform: uppercase;
}
.banner-info-fundraising .banner-sum-cell.gap {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .banner-info-fundraising .banner-collected-money {
    font-size: 35px;
  }

  .banner-info-fundraising .banner-sum-cell.gap {
    margin-left: 10px;
  }

  .banner-info-fundraising .otchet-link {
    font-size: 20px;
  }
}

.banner-info-fundraising .banner-currency {
  font-size: 0.8em;
}
.banner-info-fundraising .otchet-link {
  background-image: url("images/icon-pdf.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 30px top 50% !important;
  padding: 20px 70px 20px 30px;
  font-size: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  margin-top: 43px;
}

@media (max-width: 768px) {

  .banner-info-fundraising .container {
    height: auto;
    padding-bottom: 16px;
  }

  .banner-info-fundraising .banner-intro {
    font-size: 22px;
  }

  .banner-info-fundraising .banner-collected-money {
    font-size: 35px;
  }

  .banner-info-fundraising .banner-sum-cell.gap {
    margin-left: 10px;
  }

  .banner-info-fundraising .otchet-link {
    font-size: 20px;
    white-space: normal;
    margin-top: 0;
  }
}


/* mobile apps section */
.mobile-apps-wrapper {
  background: #ffffff url("images/mobile-apps-bg-1.jpg") repeat-x 50% bottom;
  padding-top: 70px;
}
.mobile-apps-wrapper-en{
  padding-top: 0;
}

.mobile-apps-wrapper .container {
  background: url("images/mobile-apps-bg-35.png") no-repeat right bottom;
  /*background: none;*/
  height: 581px;
}
.mobile-apps-wrapper h2 {
  text-align: center;
  color: #acb2a8;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 40px;
}
.mobile-apps-wrapper .ma-info {
  height: 217px;
  margin-top: 0;
  margin-bottom: 0;
  width: 990px;
  padding-left: 100px;
}

.mobile-apps-wrapper .ma-info-item h4 {
  font-size: 12px;
  color: #70bf46;
  margin-bottom: 25px;
}
.mobile-apps-wrapper .ma-info ul {
  padding: 0 0 0 20px;
  font-size: 12px;
}
.mobile-apps-wrapper .ma-info li {
  list-style: disc;
  margin-bottom: 10px;
  color: #70bf46;
}
.mobile-apps-wrapper .ma-info li span {
  color: #000000;
}
.mobile-apps-wrapper .ma-links {
  padding-left: 102px;
}
.mobile-apps-wrapper .ma-links a {
  padding-right: 4px;
  font-size: 0;
  text-decoration: none;
}

@media (max-width: 768px) {

  .mobile-apps-wrapper h2 {
    margin-bottom: 16px;
  }

  .mobile-apps-wrapper .ma-info,
  .mobile-apps-wrapper .ma-links {
    width: 100%;
    padding-left: 16px;
    height: auto;
  }

  .mobile-apps-wrapper .ma-links a {
    display: inline-block;
  }

  .mobile-apps-wrapper .ma-links a img {
    width: inherit !important;
  }
  .mobile-apps-wrapper .ma-links a[href="http://parking.mos.ru/app/"] {
    width: 140px;
  }

  .mobile-apps-wrapper .container {
    background: none;
  }

}

@media (max-width: 1199.98px) {
  .mobile-apps-wrapper .ma-info,
  .mobile-apps-wrapper .ma-links {
    width: 100%;
    padding-left: 16px;
    height: auto;
  }
  .main-helper-item {
    height: auto;
  }
  .mobile-apps-wrapper .container {
    height: auto;
    padding-bottom: 16px;
  }
}

/* feedback */
.feedback-wrapper {
  height: 600px;
}
.feedback-wrapper .feedback-p1,
.feedback-wrapper .feedback-p2 {
  height: 210px;
}
.feedback-wrapper .feedback-p1 h1,
.feedback-wrapper .feedback-p2 h2 {
  font-size: 32px;
  margin: 0;
  padding: 4px 0 35px 0;
  color: #70bf46;
  text-transform: none;
}
.feedback-wrapper .feedback-p1 .feedback-text {
  background: url('/bitrix/templates/new_mosparking/images/feedback-01.png') no-repeat left top;
  padding-left: 60px;
  margin-left: 10px;
  min-height: 62px;
}
.feedback-wrapper .feedback-p2 .feedback-text {
  background: url('/bitrix/templates/new_mosparking/images/feedback-02.png') no-repeat left top;
  padding-left: 60px;
  margin-left: 10px;
  min-height: 62px;
}
.feedback-wrapper .feedback-address {
  margin-left: 70px;
  width: 445px;
}
.feedback-wrapper .feedback-time {
  width: 300px;
}
.feedback-wrapper ul {
  margin: 0;
  padding: 0;
}
.feedback-wrapper li {
  list-style-type: none;
  margin: 25px 0;
}
.feedback-wrapper .feedback-address li {
  background: url('/bitrix/templates/new_mosparking/images/home.png') no-repeat left top;
  padding-left: 40px;
}

@media (max-width: 768px) {


  .feedback-wrapper {
    height: auto;
  }
  .feedback-wrapper .feedback-p1,
  .feedback-wrapper .feedback-p2 {
    height: auto;
  }

  .feedback-wrapper .feedback-address {
    margin-left: 0;
    margin-bottom: 12px;
    width: 100%;
  }
  .feedback-wrapper .feedback-time {
    width: 100%;
  }
}

  /* faq */
.faq-wrapper {
  position: relative;
}
.faq-link {
  display: inline-block;
  text-decoration: none;
  color: #70bf46;
  font-size: 16px;
  padding: 20px 0 20px 45px;
  background: url("images/icon-faq-1.png") no-repeat left center;
}
.faq-full {
  padding: 0 0 0 45px;
}
.faq-answer_new {
    height: 18px;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 30px;
    margin-right: 5px;
    background-image: url(images/faq-label-new.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.faq-answer_title {
  font-size: 14px;
  margin-bottom: 25px;
  padding-left: 15px;
  cursor: pointer;
  background-image: url(images/icon-faq-2.png);
  background-position: 0% 0%;
  background-size: initial;
  background-repeat-x: no-repeat;
  background-repeat: no-repeat;
}
.faq-answer_title.active {
  background: url("images/icon-faq-3.png") no-repeat left top 4px;
}
.faq-answer_full {
  display: none;
  background: #f9fcf6;
  padding: 25px;
  margin-bottom: 30px;
}
.faq-filter-wrapper {
  background-color: #70bf46;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 340px;
  /*position: absolute;
 *   top: 0;
 *     right: 0;*/
}



.faq-wrapper mark.highlight {
  padding: 0;
  background-color: rgba(255, 255, 0, 0.8);
}
#faq-filter-form {
  padding: 20px 10px;
}
#faq-filter-form .form-group.row > div:first-child {
  padding-right: 0;
}
#faq-filter-res {
  display: none;
}
.pinned {
  -webkit-transition: top .5s;
  /* Safari */
  transition: top .5s;
  margin-top: 10px;
}

@media (max-width: 768px) {

  .faq-wrapper {
    padding-top: 200px;
  }

  .faq-filter-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .faq-filter-wrapper.pinned {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 170px !important;
    margin-top: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .faq-filter-wrapper .form-control {
    margin-bottom: 12px;
  }

  #faq-filter-form {
    padding: 20px 0 0 0;
  }
}

/*====================================*/
.price-table {
  display: table;
  margin-top: 35px;
}
.price-item {
  display: table-cell;
  width: 33.3%;
  padding: 10px;
}



@media (max-width: 768px) {
  .price-table {
    display: block;
    margin-top: 35px;
  }
  .price-item {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.price-item-content {
  border: 2px solid #efefef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.price-item-content:hover {
  border: 2px solid #70bf46;
  /*
 *       -webkit-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.05), inset 0px 0px 0px 1px #70bf46;
 *             -moz-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.05), inset 0px 0px 0px 1px #70bf46;
 *                   box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.05), inset 0px 0px 0px 1px #70bf46;
 *                     */
}
.price-item:first-child {
  padding-left: 0;
}
.price-item:last-child {
  padding-right: 0;
}
.price-item p {
  font-size: 18px;
  padding: 30px 30px 20px 30px;
  margin: 0;
  height: 150px;
}
.price-item label {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #737373;
  padding: 0 30px 30px 30px;
  margin: 0;
}
.price-item ul {
  margin: 0;
  padding: 0;
}
.price-item li {
  list-style: none;
  text-align: center;
  border-top: 1px solid #efefef;
  padding: 30px 20px 30px 30px;
}
.article-code-ABOUT_WIDE .price-item-content ul li:before {
  left: 0px;
}
.price-item strong {
  float: left;
  color: #70bf46;
  font-family: "FuturaDemiC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1em;
  margin-top: -5px;
}
.price-item strong span {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
.price-item a {
  display: inline-block;
  float: right;
  color: #70bf46;
  background: none;
  font-family: "FuturaDemiC", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  margin: 0;
  padding: 12px 15px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #70bf46;
  margin-top: -12px;
}
.price-item a:hover {
  background-color: #70bf46;
  color: #fff;
}

@media (max-width: 812px) {

  .price-item p{
    height: 200px;
  }

  .price-item a {
    float: none;
    margin-top: 12px;
    margin-right: auto;
    transform: translateX(-16px);
  }
}


@media (max-width: 768px) {

  .price-item p{
    height: 150px;
  }

  .price-item a {
    float: right;
    margin-top: -12px;
    margin-right: 0;
    transform: translateX(0);
  }
}



span.icon-phone-1,
span.icon-phone-2,
span.icon-phone-3 {
  background: url(https://parking.mos.ru/bitrix/templates/new_mosparking/images/icons2021.png) no-repeat 0 -39px;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 10px;
}
span.icon-phone-1:hover,
span.icon-phone-2:hover,
span.icon-phone-3:hover {
  background-position-y: 0;
}
span.icon-phone-2 {
  background-position-x: -38px;
}
span.icon-phone-3 {
  background-position-x: -78px;
}
/* feedback */
.feedback {
  width: auto;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
}
.feedback .left-col {
  float: left;
  position: relative;
  width: 100%;
}
.feedback .right-col {
  width: 340px;
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .feedback .right-col {
    width: 100%;
    position: relative;
  }
}


.feedback .group {
  position: relative;
}
.feedback label {
  display: block;
}
.feedback-select,
.feedback .input-large,
.feedback .textarea-large {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #efefef;
  width: 580px;
  display: inline-block;
  margin: 15px 0 30px 0;
  padding: 0 0 0 13px;
  font-size: 14px;
  line-height: 35px;
  margin-right: 55px;
}

@media (max-width: 768px) {
  .feedback-select,
  .feedback .input-large,
  .feedback .textarea-large {
    width: 100%;
    margin: 15px 0 30px 0;
  }
}

.feedback-select,
.feedback .input-large {
  height: 35px;
}
.captcha-img-group {
  margin-top: -10px;
  margin-bottom: 40px;
}
.captcha-img-group #captchaImg {
  margin-top: -10px;
  margin-right: 10px;
}
.input-error {
  border-color: #e77474 !important;
}
.feedback-error {
  display: block;
  position: absolute;
  top: 40px;
  left: 650px;
}
.feedback-error p {
  display: inline;
}
.feedback-submit {
  display: inline-block;
  color: white;
  background: #70bf46;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 15px 50px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  border: none;
  text-shadow: none;
  box-shadow: none;
}
.feedback-submit:hover {
  color: white;
  background: #70bf46;
}
.mf-ok-text {
  background: url("images/success-msg-icon.png") no-repeat 30px 50%;
  padding: 10px 0 10px 60px;
  color: #70bf46;
  font-size: 14px;
}
.mf-error-text {
  background: url("images/alert-msg-icon.png") no-repeat 30px 50%;
  padding: 10px 0 10px 75px;
  color: #e77474;
  font-size: 14px;
}
/************************************************/
.req-note-inline {
  padding: 10px;
  margin: 5px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*border: solid 1px #efe9b5;*/
  /*background: url("images/alert-msg-icon.png") no-repeat 20px 15px;*/
  background-color: #fff9c9;
  font-size: 14px;
}
.req-note {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 15px 15px 15px 90px;
  width: 340px;
  min-height: 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #efe9b5;
  background: url("images/alert-msg-icon.png") no-repeat 20px 15px;
  background-color: #fff9c9;
  font-size: 14px;
  float: right;
  margin-bottom: 20px;
}
.before-req-note {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  -webkit-box-sizing: border-box;
  /* Safari */
  padding-right: 20px;
  width: 650px;
  display: inline-block;
  float: left;
}

@media (max-width: 768px) {
  .before-req-note,
  .req-note {
    width: 100%;
    float: none !important;
    /*padding: 0;*/
    margin: 0 0 20px 0 !important;
  }
}

/* subscription purchase */
.sp_ok-text {
  background: url("images/success-msg-icon.png") no-repeat 0px 50%;
  padding: 10px 0 10px 30px;
  /*color: #70bf46;*/
  font-size: 14px;
}
.sp_error-text {
  background: url("images/alert-msg-icon.png") no-repeat 0px 50%;
  padding: 10px 0 10px 45px;
  /*color: #e77474;*/
  font-size: 14px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  width: 14px;
  height: 14px;
}
/*
 * .radio label,
 * .checkbox label {
 *     padding-left: 25px;
 *     }
 *     .radio-inline,
 *     .checkbox-inline {
 *         padding-left: 25px;
 *         }
 *
 *         .radio input[type="radio"],
 *         .radio-inline input[type="radio"],
 *         .checkbox input[type="checkbox"],
 *         .checkbox-inline input[type="checkbox"] {
 *             width: 20px;
 *                 height: 20px;
 *                     margin-left: -25px;
 *                         margin-top: 0px;
 *                         }
 *                         */
/**
 *  * iCheck
 *   */
/*
 * input.icheck {
 *     visibility: hidden;
 *     }
 *
 *     .icheckbox_flat-green,
 *     .iradio_flat-green {
 *         margin-left: -20px;
 *             margin-top: -4px;
 *             }
 *
 *             .radio input.icheck,
 *             .radio-inline input.icheck,
 *             .checkbox input.icheck,
 *             .checkbox-inline input.icheck {
 *                 left: 24px;
 *                 }
 *
 *                 .icheckbox_flat-green,
 *                 .iradio_flat-green {
 *                     background-image: url("images/green.png");
 *                     }
 *                     */
/* HiDPI support */
/*
 * @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
 *     .icheckbox_flat-green,
 *         .iradio_flat-green {
 *                 background-image: url("images/green@2x.png");
 *                     }
 *                     }
 *                     */
/**
 *  * Select2
 *   */
/**
 *  * MPSITE-47
 *   */
.my-blockquote {
  background-color: #ecffe2;
  border: 1px solid #d4ffbd;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  padding: 30px;
  font-size: 12px;
}
.my-blockquote.in-text {
  font-size: 14px;
  margin-bottom: 30px;
}
.my-blockquote.my-blockquote-right:before,
.my-blockquote.my-blockquote-right::before,
.my-blockquote.my-blockquote-right:after,
.my-blockquote.my-blockquote-right::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 25px;
  height: 25px;
  top: 50%;
  left: -25px;
  margin-top: -12px;
  border-right: 14px solid #ecffe2;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.my-blockquote.my-blockquote-right:before,
.my-blockquote.my-blockquote-right::before {
  margin-top: -13px;
  border-right: 15px solid #d4ffbd;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.my-blockquote.my-blockquote-bottom:before,
.my-blockquote.my-blockquote-bottom::before,
.my-blockquote.my-blockquote-bottom:after,
.my-blockquote.my-blockquote-bottom::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 25px;
  height: 25px;
  top: -25px;
  left: 50%;
  margin-left: -12px;
  border-bottom: 14px solid #ecffe2;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.my-blockquote.my-blockquote-bottom:before,
.my-blockquote.my-blockquote-bottom::before {
  margin-left: -13px;
  border-bottom: 15px solid #d4ffbd;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

@media (max-width: 768px) {
  .my-blockquote.my-blockquote-bottom:before,
  .my-blockquote.my-blockquote-bottom::before,
  .my-blockquote.my-blockquote-bottom:after,
  .my-blockquote.my-blockquote-bottom::after,
  .my-blockquote.my-blockquote-right:before,
  .my-blockquote.my-blockquote-right::before,
  .my-blockquote.my-blockquote-right:after,
  .my-blockquote.my-blockquote-right::after {
    display: none !important;
  }

  .my-blockquote {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

}

.article-code-ABOUT_WIDE h3 {
  display: none;
}
.article-code-ABOUT_WIDE h2 {
  color: #74b72d;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .article-code-ABOUT_WIDE h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.article-code-ABOUT_WIDE h2.text-center {
  color: #acb2a8;
}
.article-code-ABOUT_WIDE h5 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #010101;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 25px;
}
.article-code-ABOUT_WIDE small {
  color: #9d9d9d;
  font-size: 12px;
  font-style: italic;
}
.article-code-ABOUT_WIDE .ul-header {
  color: #70bf46;
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 20px 0;
}
.article-code-ABOUT_WIDE ul {
  padding-left: 20px;
  list-style: none;
  position: relative;
}
.article-code-ABOUT_WIDE ul li {
  color: #000;
  margin-top: 15px;
  position: relative;
}
.article-code-ABOUT_WIDE ul li:before {
  content: "•";
  position: absolute;
  left: -20px;
  color: #70bf46;
}
.article-code-ABOUT_WIDE ul li > * {
  color: #000000;
}
.article-code-ABOUT_WIDE .nav.nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0;
}
.article-code-ABOUT_WIDE .nav.nav-tabs > li {
  float: none;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article-code-ABOUT_WIDE .nav.nav-tabs > li:before {
  content: '';
}
.article-code-ABOUT_WIDE .nav.nav-tabs > li > a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #d4ffbd;
  margin: 1px;
  padding: 35px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.article-code-ABOUT_WIDE .nav.nav-tabs > li.active > a {
  border: 1px solid #70bf46;
}
.article-code-ABOUT_WIDE .nav.nav-tabs > li.active > a:before,
.article-code-ABOUT_WIDE .nav.nav-tabs > li.active > a::before,
.article-code-ABOUT_WIDE .nav.nav-tabs > li.active > a:after,
.article-code-ABOUT_WIDE .nav.nav-tabs > li.active > a::after {
  position: absolute;
  display: block;
  content: ' ';
  width: 25px;
  height: 25px;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border-top: 14px solid #d4ffbd;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.article-code-ABOUT_WIDE .nav.nav-tabs > li.active > a:before,
.article-code-ABOUT_WIDE .nav.nav-tabs > li.active > a::before {
  margin-left: -13px;
  border-top: 15px solid #70bf46;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.article-code-ABOUT_WIDE .nav.nav-tabs > li > a:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  .article-code-ABOUT_WIDE .nav.nav-tabs {
    overflow: auto;
    padding-bottom: 30px;
    margin: 0;
  }
}

  .article-code-ABOUT_WIDE .square-bordered {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}
.article-code-ABOUT_WIDE .square-bordered:before,
.article-code-ABOUT_WIDE .square-bordered::before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0.3em;
  left: 0;
  width: 50px;
  height: 50px;
  background: transparent no-repeat;
  /*background-size: contain;*/
  /*border: 3px solid white;*/
}
.article-code-ABOUT_WIDE .square-bordered.icon-10:before,
.article-code-ABOUT_WIDE .square-bordered.icon-10::before {
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-10.png");
}
.article-code-ABOUT_WIDE .square-bordered.icon-11:before,
.article-code-ABOUT_WIDE .square-bordered.icon-11::before {
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-11.png");
}
.article-code-ABOUT_WIDE .square-bordered.icon-12:before,
.article-code-ABOUT_WIDE .square-bordered.icon-12::before {
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-12.png");
}
.article-code-ABOUT_WIDE .square-gray {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}
.article-code-ABOUT_WIDE .square-gray:before,
.article-code-ABOUT_WIDE .square-gray::before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0.3em;
  left: 0;
  width: 46px;
  height: 41px;
  background: #efefef no-repeat;
  /*background-size: contain;*/
}
.article-code-ABOUT_WIDE .square-gray.icon-03:before,
.article-code-ABOUT_WIDE .square-gray.icon-03::before {
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-03.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-04:before,
.article-code-ABOUT_WIDE .square-gray.icon-04::before {
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-04.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-05:before,
.article-code-ABOUT_WIDE .square-gray.icon-05::before {
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-05.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-13:before,
.article-code-ABOUT_WIDE .square-gray.icon-13::before {
  width: 48px;
  height: 36px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-13.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-14:before,
.article-code-ABOUT_WIDE .square-gray.icon-14::before {
  width: 48px;
  height: 36px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-14.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-15:before,
.article-code-ABOUT_WIDE .square-gray.icon-15::before {
  width: 48px;
  height: 36px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-15.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-001:before,
.article-code-ABOUT_WIDE .square-gray.icon-001::before {
  width: 35px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-001.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-002:before,
.article-code-ABOUT_WIDE .square-gray.icon-002::before {
  width: 35px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-002.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-003:before,
.article-code-ABOUT_WIDE .square-gray.icon-003::before {
  width: 35px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-003.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-004:before,
.article-code-ABOUT_WIDE .square-gray.icon-004::before {
  width: 35px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-004.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-005:before,
.article-code-ABOUT_WIDE .square-gray.icon-005::before {
  width: 35px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-005.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-006:before,
.article-code-ABOUT_WIDE .square-gray.icon-006::before {
  width: 35px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-006.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-007:before,
.article-code-ABOUT_WIDE .square-gray.icon-007::before {
  width: 35px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-007.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-008:before,
.article-code-ABOUT_WIDE .square-gray.icon-008::before {
  width: 35px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-008.png");
}
.article-code-ABOUT_WIDE .square-gray.icon-009:before,
.article-code-ABOUT_WIDE .square-gray.icon-009::before {
  width: 35px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-009.png");
}

@media (max-width: 768px) {
  .article-code-ABOUT_WIDE .square-gray {
    height: 60px;
  }
}

.article-code-ABOUT_WIDE .rounded-square-top {
  text-align: center;
  padding-top: 70px;
  position: relative;
}
.article-code-ABOUT_WIDE .rounded-square-top:before,
.article-code-ABOUT_WIDE .rounded-square-top::before {
  display: block;
  position: absolute;
  content: ' ';
  width: 60px;
  height: 60px;
  top: 0;
  left: 50%;
  margin-left: -30px;
  background: #e7f0e6 no-repeat;
  /*background-size: contain;*/
  background-position-x: 50%;
  background-position-y: 100%;
}
.article-code-ABOUT_WIDE .rounded-square-top.icon-06:before,
.article-code-ABOUT_WIDE .rounded-square-top.icon-06::before {
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-06.png");
}
.article-code-ABOUT_WIDE .rounded-square-top.icon-07:before,
.article-code-ABOUT_WIDE .rounded-square-top.icon-07::before {
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-07.png");
}
.article-code-ABOUT_WIDE .rounded-square-top.icon-08:before,
.article-code-ABOUT_WIDE .rounded-square-top.icon-08::before {
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-08.png");
}
.article-code-ABOUT_WIDE .rounded-square-top.icon-09:before,
.article-code-ABOUT_WIDE .rounded-square-top.icon-09::before {
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-09.png");
}
.article-code-ABOUT_WIDE .square-gray-top {
  display: inline-block;
  padding-right: 30px;
  padding-top: 50px;
  position: relative;
}
.article-code-ABOUT_WIDE .square-gray-top:before,
.article-code-ABOUT_WIDE .square-gray-top::before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 45px;
  height: 40px;
  background: #bbbdc0 no-repeat;
  /*background-size: contain;*/
}
.article-code-ABOUT_WIDE .square-gray-top.icon-01:before,
.article-code-ABOUT_WIDE .square-gray-top.icon-01::before {
  width: 43px;
  height: 39px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-01.png");
}
.article-code-ABOUT_WIDE .square-gray-top.icon-02:before,
.article-code-ABOUT_WIDE .square-gray-top.icon-02::before {
  width: 56px;
  height: 40px;
  background-color: transparent;
  background-image: url("/bitrix/templates/new_mosparking/images/about/lgoty/icon-02.png");
}
.article-code-ABOUT_WIDE .my-bordered-list {
  display: block;
  position: relative;
  margin-left: 45px;
  margin-bottom: 15px;
  padding: 25px 30px;
  border: 1px dashed #70bf46;
}
.article-code-ABOUT_WIDE .my-bordered-list:before,
.article-code-ABOUT_WIDE .my-bordered-list::before,
.article-code-ABOUT_WIDE .my-bordered-list:after,
.article-code-ABOUT_WIDE .my-bordered-list::after {
  display: block;
  position: absolute;
  content: ' ';
  font-size: 24px;
  font-weight: bold;
  color: #70bf46;
  text-align: center;
  width: 35px;
  height: 35px;
  left: -45px;
  top: 50%;
  margin-top: -17px;
  border: 1px solid #70bf46;
  border-radius: 50%;
}
.article-code-ABOUT_WIDE .my-bordered-list:before,
.article-code-ABOUT_WIDE .my-bordered-list::before {
  width: 10px;
  height: 1px;
  left: -10px;
  top: 50%;
  margin-top: 0;
  border: none;
  border-top: 1px dashed #70bf46;
  border-radius: 0;
}
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 1):after,
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 1)::after {
  content: '1';
}
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 2):after,
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 2)::after {
  content: '2';
}
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 3):after,
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 3)::after {
  content: '3';
}
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 4):after,
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 4)::after {
  content: '4';
}
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 5):after,
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 5)::after {
  content: '5';
}
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 6):after,
.article-code-ABOUT_WIDE .my-bordered-list:nth-child( 6)::after {
  content: '6';
}
.block-blue {
  background-color: #81b964;
  padding: 20px 20px 20px 40px;
}
.ico-bg {
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  padding-left: 55px;
  min-height: 50px;
  padding-top: 5px;
}
.ico-bg.ico-money {
  background-image: url('images/ico-01-money.png');
}
.ico-bg.ico-clock {
  background-image: url('images/ico-02-clock.png');
}
.ui-dialog.ui-widget.ui-widget-content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.column-2 {
  column-count: 2;
}
.column-2 li {
  padding-left: 15px;
}
.column-2 li:before {
  left: 0px  !important;
}
.my-blockquote.my-blockquote-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
.border-dashed {
  border: 1px dashed #b1c5cb;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0px 50px 30px 0px;
  width: 600px;
}

@media (max-width: 768px) {
  .border-dashed {
    width: 100%;
    height: auto !important;
  }
}

.border-dashed h6 {
  border-bottom: 1px dashed #b1c5cb;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: normal !important;
  margin-top: 0;
}
.req-note.left {
  float: left;
  width: 600px;
}

@media (max-width: 768px) {
  .req-note.left {
    float: none;
    width: 100%;
  }
}

.hint {
  color: #9d9d9d;
  font-style: italic;
  clear: left;
}
.uppercase {
  text-transform: uppercase;
}
.green {
  color: #74b72d;
  font-weight: bold;
}
.green a {
  color: #74b72d;
}
.tab-pane .col-md-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.col-xs-5 .my-blockquote.my-blockquote-right {
  width: 340px;
  float: right;
}


@media (max-width: 768px) {
  .my-blockquote.my-blockquote-right{
    float: none;
    width: 100%;
  }
}

.title .subtitle {
  display: block;
  color: #838383;
  font-style: italic;
}
/* fix-height */
.faq-filter-wrapper.pinned {
  height: 131px;
}
ul.tile {
  list-style: none;
  margin-bottom: 80px;
  height: auto;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
}
ul.tile.t2 {
  min-height: 200px;
}
ul.tile.t2 li:nth-child(1):before {
  background-image: url('images/ico-mos-07.svg');
}
ul.tile.t2 li:nth-child(2):before {
  background-image: url('images/ico-mos-08.svg');
}
ul.tile.t2 li:nth-child(3):before {
  background-image: url('images/ico-mos-09.svg');
}
ul.tile li {
  padding-left: 5px;
  padding-right: 30px;
  display: block;
  width: 33%;
  min-height: 180px;
  float: left;
  position: relative;
  padding-top: 30px;
}

@media (max-width: 768px) {

  ul.tile {
    padding: 0;
  }

  ul.tile li {
    padding: 0;
    margin-bottom: 16px;
    display: block;
    width: 100%;
    min-height: auto;
    float: none;

  }
}

ul.tile li:before {
  content: ' ';
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  float: none;
  position: relative;
  margin-left: 20px;
  margin-bottom: 15px;
}
ul.tile li:nth-child(1):before {
  background-image: url('images/ico-mos-01.svg');
}
ul.tile li:nth-child(2):before {
  background-image: url('images/ico-mos-02.svg');
}
ul.tile li:nth-child(3):before {
  background-image: url('images/ico-mos-03.png');
}
ul.tile li:nth-child(4):before {
  background-image: url('images/ico-mos-04.svg');
}
ul.tile li:nth-child(5):before {
  background-image: url('images/ico-mos-05.svg');
}
ul.tile li:nth-child(6):before {
  background-image: url('images/ico-mos-06.svg');
}
/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .css-treeview {
    -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
  }
  @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
}
/*# sourceMappingURL=template_styles.css.map */
