* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Arimo';
  text-align: center;
  color: #999;
  font-size: 17px;
  line-height: 21px;
}

body button, body input, body textarea {
  outline: none;
}

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

body textarea {
  resize: none;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body li {
  list-style-type: none;
}

/********* navbar *****/
#fixedOnTop {
  top: 0;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

section, .section {
  padding: 70px 0px;
}

section#first, .section#first {
  margin-top: 80px;
}

.section-title {
  font-size: 34px;
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #444;
}

.info-title {
  margin-bottom: 60px;
}

.button {
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-o {
  border-color: #2579ba;
  color: #777777;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #2579ba;
  border-radius: 5px;
  color: #777777;
  background-color: transparent;
}

@media (min-width: 768px) {
  .button-o:hover {
    cursor: pointer;
    background-color: #7ecefd;
    border-color: #7ecefd;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.style-descr {
  width: 70%;
}

.footer {
  border-top: 1px solid #f0f0f0;
  padding: 45px 0px;
}

.footer-resume a {
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}

.footer-resume {
  margin-bottom: 10px;
}

.footer-copy {
  display: block;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #666666;
}

.footer-ya {
  margin-left: 0px;
  margin-top: 5px;
}

.footer-author {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-logo {
  display: block;
}

.footer-logo img {
  height: 30px;
  vertical-align: middle;
}

.footer-contacts {
  font-size: 19px;
  color: #2579ba;
}

.footer-contacts__descr {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-contacts__addr, .footer-contacts__phone, .footer-contacts__email {
  margin-bottom: 6px;
}

.footer-contacts__phone a.phone_alloka {
  color: #666666 !important;
}

.footer-contacts__phone a.phone_alloka:last-child {
  display: block;
}

.footer-contacts__phone a.footer-contacts__txt {
  color: #666666 !important;
}

@media (min-width: 768px) {
  .footer-contacts__phone a.footer-contacts__txt:hover, .footer-contacts__phone a.footer-contacts__txt span:hover {
    color: #0056b3 !important;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    cursor: pointer !important;
  }
}

.footer-contacts__phone a:first-child {
  margin-bottom: 3px;
}

.footer-contacts__txt {
  color: #666666 !important;
  font-size: 17px;
}

.footer-contacts__txt a {
  color: #666666;
}

@media (min-width: 768px) {
  .footer-contacts__txt a:hover {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.footer-contacts .icon img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.footer-contacts__right {
  padding-right: 0px;
}

.footer .ya {
  display: block;
  margin-top: 15px;
}

.footer .copy {
  margin: 0px !important;
}

a.footer-contacts__txt:hover, a.footer-contacts__txt > span:hover, .info-item__phone > .info-item__descr > a:hover {
  color: #0056b3 !important;
  cursor: pointer !important;
}

#contactform input {
  font-size: 16px;
}

/******* custom styles ********/
.gray {
  background-color: #f9f9f9;
}

span.blue {
  color: #7fc9ff;
  font-weight: bold;
}

span.black {
  color: black;
  margin-left: 0px;
  font-weight: bold;
}

.fa-icon {
  width: 30px;
  height: 35px;
}

@media (max-width: 575px) {
  .hide-before-sm {
    display: none;
  }
}

.icon-wrap {
  padding: 25px;
  border-radius: 50px;
  border: 2px solid #2579ba;
}

@media (min-width: 768px) {
  .icon-wrap:hover {
    cursor: pointer;
    border-color: #7ecefd;
    color: #444444;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.icon-wrap img {
  width: 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footer-contacts__phone span.punkt {
    display: none;
  }
  .footer-contacts__phone a:first-child {
    display: block;
    margin-bottom: 3px;
  }
  .footer-contacts__phone a:last-child {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  .dropdown-menu {
    border: none;
  }
  .dropdown-divider {
    width: 230px;
    margin: .5rem auto;
    height: 1px;
    color: #e9ecef;
  }
}

@media (max-width: 768px) {
  section, .section {
    padding: 50px 0px;
  }
  .footer-contacts {
    font-size: 17px;
  }
  .footer-contacts__addr, .footer-contacts__phone, .footer-contacts__email {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  section, .section {
    padding: 40px 0px;
  }
  .footer {
    padding: 35px 0px;
  }
  .footer-logo img {
    height: 30px;
    margin-left: 0px;
  }
  .footer-copy {
    padding-left: 0px;
    margin-top: 10px;
  }
  .footer-info {
    width: 205px;
    margin: 0 auto;
  }
  .footer-contacts {
    font-size: 17px;
    margin: 0 auto;
    margin-top: 30px;
    width: 205px;
  }
}

@media (max-width: 480px) {
  section, .section {
    padding: 30px 0px;
  }
  .section-title {
    font-size: 30px;
  }
}

.contactus-descr {
  padding: 0 60px;
  margin: 0;
}

.contactus-form {
  margin-top: 30px;
  padding: 0px 40px;
}

.contactus-form fieldset {
  width: 100%;
  margin: 0 auto;
}

.contactus-form__btn-group {
  margin-top: 30px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* align-content: flex-end; */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.contactus-form__btn-group .label-capcha {
  position: absolute;
  top: -20px;
  right: 210px;
  font-size: 12px;
  color: #c0392b;
}

.contactus-form__btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 20px;
}

.contactus-form__input, .contactus-form__txtarea {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  padding: 13px 20px;
  border: 2px solid #dddddd;
  border-radius: 5px;
}

.contactus-form__label {
  display: block;
  color: transparent;
  margin: 3px 0px 1px 0px;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
}

@media (max-width: 992px) {
  .contactus-form {
    padding: 0px;
    margin-top: 10px;
  }
  .contactus-descr {
    padding: 10px 30px;
  }
  .contactus-form__btn-group .label-capcha {
    right: 20%;
  }
}

@media (max-width: 768px) {
  .contactus-form__btn-group .label-capcha {
    right: 30%;
  }
}

@media (max-width: 576px) {
  .contactus-form__btn {
    margin-top: 20px;
    margin-left: 5px;
  }
  .contactus-form__btn-group {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contactus-descr {
    padding: 0px;
  }
  .contactus-form__btn-group .label-capcha {
    right: 0%;
  }
  .recaptcha {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform-origin: 150px 0;
    transform-origin: 150px 0;
    -webkit-transform-origin: 150px 0;
  }
}

.map {
  height: 500px;
  border-top: 1px solid #f0f0f0;
}

/* MAP */
#map {
  height: 340px;
  padding: 0;
  background-image: url(../../../img/map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

@media (max-width: 992px) {
  .map {
    height: 400px;
  }
}

.modal-header {
  padding: 20px;
}

.modal-header .close {
  padding: 0;
  margin: 0;
}

.modal-header .popup-title {
  color: #444444;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
}

.modal-offer form {
  margin-top: 0px;
  padding-bottom: 20px;
}

.modal-offer form-form__btn-group {
  margin-top: 20px;
}

.modal-offer .modal-header .section-title {
  margin: 10px auto;
}

.modal-offer .modal-body .contactus-descr {
  margin-top: 10px;
}

.modal-success, .modal-error {
  display: none;
  background-color: white;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #dddddd;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 25%;
}

.modal-title {
  padding: 20px;
  font-size: 20px;
  color: #444444;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  color: #777777;
}

@media (min-width: 768px) {
  .modal-close:hover {
    cursor: pointer;
    color: #444444;
  }
}

.modal-service .modal-header .popup-subtitle {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 20px 0px 20px;
}

.modal-service .modal-body .popup-txt {
  padding: 20px 35px 0px 35px;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  margin-bottom: 0px;
  font-size: 15px;
}

.modal-service .modal-body .popup-txt::first-letter {
  /*margin-top: 30px  */
  /* color: #444444  */
  font-size: 24px;
  font-weight: bold;
  color: #2579ba;
}

.modal-service .modal-body .popup-txt__models {
  color: #777777;
  font-weight: bold;
}

.modal-service .modal-body .popup-txt__list {
  text-align: left;
  -moz-text-align-last: unset;
  text-align-last: unset;
  padding: 20px 20px;
  font-size: 15px;
}

.modal-service .modal-body .popup-txt__list ul {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  padding: 30px;
}

.modal-service .modal-body .popup-txt__list ul:last-child {
  margin-left: 20px;
}

.modal-service .modal-body .popup-txt__list ul li {
  list-style-type: disc;
}

.modal-service .modal-body .popup-subtitle {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 20px 0px 20px;
}

.modal-service .modal-body .popup-img {
  background: url("../../img/ph-between.jpg") center no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-align: center;
  height: 150px;
  width: 80%;
  margin: 20px auto 0px auto;
}

.modal-service .modal-body .popup-button {
  display: inline-block;
  margin: 20px auto;
}

.modal-service .modal-button {
  /*margin-top: 30px  */
  /* color: #444444  */
}

@media (max-width: 992px) {
  .modal-header .popup-title {
    font-size: 20px;
  }
  .modal-service .modal-body .popup-txt {
    padding: 5px 25px 0px 25px;
  }
  .modal-header {
    padding: 15px;
  }
}

.models-imgs {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.style {
  background-color: #f9f9f9;
}

.style-descr {
  margin-top: 30px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #6c757d;
}

.style-img {
  margin-top: 30px;
  vertical-align: middle;
  width: 100%;
  height: 250px;
  text-align: center;
  overflow: hidden;
}

.style-img img {
  max-height: 100%;
}

.bugs h2 {
  margin-bottom: 30px;
}

.bugs-item {
  text-align: center;
  padding-bottom: 10px;
}

.bugs-item__title {
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
  color: #444;
  font-size: 24px;
}

@media (min-width: 768px) {
  .bugs-item__title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #2579ba;
            text-decoration-color: #2579ba;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .bugs .icon-wrap:hover {
    cursor: pointer;
  }
}

.offer {
  padding: 70px 0px 70px 0px;
  margin-top: 80px;
}

.offer .main-title {
  text-align: left;
  font-size: 45px;
  line-height: 70px;
  font-weight: bold;
  color: #444444;
}

.offer-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 5px 30px 30px;
  border-radius: 2px;
}

.offer-wrap__last {
  padding: 25px 25px 13px 25px;
}

.offer-wrap__contacts, .offer-wrap__works, .offer-wrap__map {
  margin-bottom: 15px;
}

.offer-wrap__contacts h2, .offer-wrap__works h2, .offer-wrap__map h2 {
  color: #444444;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.offer-wrap__contacts {
  margin-top: 5px;
  margin-bottom: 15px;
}

.offer-wrap__contacts h2 {
  margin-bottom: 5px;
}

.offer-wrap__contacts .fa-icon {
  width: 30px;
  height: 29px;
  vertical-align: top;
  margin-right: 10px;
}

.offer-wrap__contacts a {
  font-size: 22px;
  font-weight: 600;
  color: #2579ba !important;
}

@media (min-width: 768px) {
  .offer-wrap__contacts a:hover {
    color: #7fc9ff !important;
    cursor: pointer !important;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
  }
}

.offer-wrap__contacts a:last-child {
  display: block;
  margin-left: 50px;
  margin-top: 0px;
}

.offer-wrap__works {
  margin-bottom: 17px;
}

.offer-wrap__works .fa-icon {
  vertical-align: top;
  width: 30px;
  height: 29px;
}

.offer-wrap__works div {
  padding-left: 10px;
  display: inline-block;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #2579ba;
}

.offer-wrap__works h2 {
  margin-bottom: 5px;
}

.offer-wrap__map a {
  color: #444444;
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .offer-wrap__map a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #2579ba;
            text-decoration-color: #2579ba;
  }
}

.offer-button {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0px;
  margin-top: 73px;
  color: #444444;
  border-color: #2579ba;
  padding: 16px 20px;
}

.advantgs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.advantgs-item {
  padding-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  border-right: 2px solid #2579ba;
}

.advantgs .col-12:last-child .advantgs-item {
  border-right: none;
}

.advantgs-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.advantgs-txt__title {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  color: #444444;
}

.advantgs-txt__descr {
  margin-top: 5px;
  width: 75%;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
}

.advantgs .circle {
  font-size: 45px;
  color: #2579ba;
}

.advantgs-img img {
  height: 55px;
  vertical-align: middle;
  margin-top: 20px;
}

.advantgs-img .img-1 {
  height: 50px;
}

.advantgs-img .img-4 {
  height: 65px;
}

.workflow-item {
  text-align: left;
  border: 2px solid #dddddd;
  border-radius: 2px;
  border-color: #2579ba;
  padding: 17px 15px;
  height: 200px;
  color: #444444;
}

@media (min-width: 768px) {
  .workflow-item:hover {
    background-color: rgba(127, 201, 255, 0.1);
    border-color: #7fc9ff;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
}

.workflow-item__title {
  font-size: 23px !important;
  font-weight: bold;
  padding-left: 5px;
  line-height: 23px;
}

.workflow-txt {
  position: relative;
  color: #aaaaaa;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.workflow-txt__descr {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  width: 85%;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 22px;
  margin: 0;
}

.workflow-txt__number {
  text-align: right;
  font-size: 55px;
  font-weight: bold;
  color: #2579ba;
  line-height: 60px;
  margin-top: 70px;
}

.artcl-txt__subtitle {
  text-align: center;
  margin-top: 40px;
  color: #444444;
  font-weight: bold;
}

.artcl-txt__descr {
  margin-top: 20px;
  text-indent: 20px;
  font-size: 16px;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.artcl-txt__descr:first-letter {
  font-size: 20px;
  font-weight: bold;
  color: #2579ba;
}

@media (max-width: 1352px) {
  .advantgs-item {
    height: 150px;
  }
  .offer {
    height: 475px;
  }
  .offer-wrap {
    height: 100%;
  }
  .offer-wrap__last {
    height: 100%;
  }
}

@media (max-width: 1347px) {
  .workflow-item {
    padding: 15px 13px;
  }
  .workflow-txt__number {
    margin-top: 80px;
  }
  .col-xl-3 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .col-xl-3:first-child {
    padding-left: 0px;
  }
  .col-xl-3:last-child {
    padding-right: 0px;
  }
}

@media (max-width: 1300px) {
  .offer .row .col-lg-4 {
    padding-left: 30px !important;
  }
  .offer-wrap .main-title {
    font-size: 41px;
  }
}

@media (max-width: 1242px) {
  .workflow-item {
    height: 200px;
    padding: 11px 9px;
  }
}

@media (max-width: 1199px) {
  .offer .fa-icon {
    width: 25px;
    height: 24px;
  }
  .offer-wrap .main-title {
    font-size: 38px;
  }
  .offer-wrap__last {
    padding-right: 20px;
  }
  .offer-wrap__last h2, .offer-wrap__map a {
    font-size: 28px;
  }
  .offer-wrap__works div {
    font-size: 19px;
  }
  .offer-wrap__contacts a {
    font-size: 21px;
  }
  .offer-wrap .button {
    margin-top: 60px;
  }
  .offer .row .col-lg-4 {
    padding-left: 20px !important;
  }
  .workflow-item {
    height: 170px;
    padding: 17px 15px;
  }
  .workflow-txt__number {
    margin-top: 40px;
  }
  .col-xl-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-3:first-child {
    padding-left: 15px;
  }
  .col-xl-3:last-child {
    padding-right: 15px;
  }
  .advantgs-item {
    padding-right: 30px;
  }
  .col-12:nth-child(2) .advantgs-item {
    border-right: none;
  }
}

@media (max-width: 1099px) {
  .offer .fa-icon {
    width: 25px;
    height: 24px;
  }
  .offer-wrap {
    padding-left: 20px;
  }
  .offer-wrap .main-title {
    font-size: 35px;
  }
  .offer-wrap__last {
    padding-right: 15px;
    padding-left: 17px;
  }
  .offer-wrap__last h2, .offer-wrap__map a {
    font-size: 27px;
  }
  .offer-wrap__works div {
    font-size: 18px;
    padding-left: 7px;
  }
  .offer-wrap__contacts .fa-icon {
    margin-right: 7px;
  }
  .offer-wrap__contacts a {
    font-size: 20px;
  }
  .offer-wrap .button {
    margin-top: 57px;
  }
  .offer .row .col-lg-4 {
    padding-left: 15px !important;
  }
  .offer .row .col-lg-8 {
    padding-right: 0px !important;
  }
}

@media (max-width: 1024px) {
  .offer {
    text-align: center;
  }
  .offer-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .workflow-item {
    height: 190px;
  }
  .workflow-txt__number {
    margin-top: 60px;
  }
  .advantgs-item {
    height: 130px;
  }
  .bugs h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .offer {
    height: unset;
  }
  .offer .fa-icon {
    width: 25px;
    height: 24px;
  }
  .offer-wrap {
    height: unset;
    padding: 30px;
    padding-top: 15px;
    text-align: center;
  }
  .offer-wrap .main-title {
    text-align: center;
    font-size: 35px;
  }
  .offer-wrap__last {
    height: unset;
    width: 70%;
    margin: 0 auto;
    margin-top: 25px;
    padding: 30px;
  }
  .offer-wrap__last h2, .offer-wrap__map a {
    font-size: 27px;
  }
  .offer-wrap__works {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .offer-wrap__works div {
    font-size: 18px;
    padding-left: 7px;
    text-align: left;
  }
  .offer-wrap__contacts .fa-icon {
    margin-right: 7px;
  }
  .offer-wrap__contacts a {
    font-size: 20px;
  }
  .offer-wrap__contacts a:last-child {
    margin-left: 0;
    margin-right: 40px;
  }
  .offer-wrap .button {
    margin-top: 30px;
  }
  .offer-wrap__map {
    margin-bottom: 5px;
  }
  .offer .row .col-lg-4 {
    padding-left: 15px !important;
  }
  .offer .row .col-lg-8 {
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .advantgs-item {
    height: unset;
  }
  .offer-wrap {
    padding: 30px;
  }
  .offer .main-title {
    font-size: 30px;
    line-height: 35px;
  }
  .advantgs-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    border-right: none;
    border-bottom: 2px solid #2579ba;
  }
  .col-12:last-child .advantgs-item {
    border-bottom: none;
  }
  .section-title {
    font-size: 26px;
  }
  .bugs-item__title {
    font-size: 23px;
    text-decoration: underline;
    -webkit-text-decoration-color: #2579ba;
            text-decoration-color: #2579ba;
  }
  .bugs h2 {
    margin-bottom: 0px;
  }
  .artcl-txt__subtitle {
    font-size: 21px;
  }
  .contactus-descr {
    margin-top: -10px;
  }
}

@media (max-width: 655px) {
  .workflow-item {
    height: 200px;
    padding: 17px 11px;
  }
  .workflow-txt__number {
    margin-top: 70px;
  }
  .col-xl-3 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .col-xl-3:nth-child(1), .col-xl-3:nth-child(3) {
    padding-left: 0px;
  }
  .col-xl-3:nth-child(2), .col-xl-3:nth-child(4) {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  .remont-title.remont-1 {
    background: url(../img/r-1-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.remont-2 {
    background: url(../img/r-2-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.remont-3 {
    background: url(../img/r-3-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.remont-4 {
    background: url(../img/r-4-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.remont-5 {
    background: url(../img/r-5-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.remont-6 {
    background: url(../img/r-6-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.remont-7 {
    background: url(../img/r-7-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.remont-8 {
    background: url(../img/r-8-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.remont-9 {
    background: url(../img/r-9-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.remont-10 {
    background: url(../img/r-10-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-1 {
    background: url(../statyi/1/2-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-2 {
    background: url(../statyi/2/1-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-3 {
    background: url(../statyi/3/1-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-4 {
    background: url(../statyi/4/1-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-5 {
    background: url(../statyi/5/2-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-6 {
    background: url(../statyi/6/4-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-7 {
    background: url(../statyi/7/1-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-8 {
    background: url(../statyi/8/1-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-9 {
    background: url(../statyi/9/2-mobile.png) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-10 {
    background: url(../statyi/10/2-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-11 {
    background: url(../statyi/11/2-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-12 {
    background: url(../statyi/12/3-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-13 {
    background: url(../statyi/13/2-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-14 {
    background: url(../statyi/14/1-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .remont-title.statyi-15 {
    background: url(../statyi/15/1-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .workflow .section-title {
    margin-bottom: -5px;
  }
  .workflow-item {
    height: 170px;
    padding: 17px 15px;
  }
  .workflow-txt__number {
    margin-top: 40px;
  }
  .col-xl-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-3:nth-child(1), .col-xl-3:nth-child(3) {
    padding-left: 15px;
  }
  .col-xl-3:nth-child(2), .col-xl-3:nth-child(4) {
    padding-right: 15px;
  }
  .offer .fa-icon {
    width: 25px;
    height: 24px;
  }
  .offer-wrap {
    padding: 30px;
    text-align: center;
  }
  .offer-wrap .main-title {
    text-align: center;
    font-size: 29px;
    line-height: 35px;
  }
  .offer-wrap__last {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    padding: 30px;
  }
  .offer-wrap__last h2, .offer-wrap__map a {
    font-size: 26px;
  }
  .offer-wrap__works {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .offer-wrap__works div {
    font-size: 18px;
    padding-left: 7px;
    text-align: left;
  }
  .offer-wrap__contacts .fa-icon {
    margin-right: 7px;
  }
  .offer-wrap__contacts a {
    font-size: 20px;
  }
  .offer-wrap__contacts a:last-child {
    margin-left: 0;
    margin-right: 40px;
  }
  .offer-wrap .button {
    margin-top: 30px;
  }
  .offer-wrap__map {
    margin-bottom: 5px;
  }
  .offer .row .col-lg-4 {
    padding-left: 15px !important;
  }
  .offer .row .col-lg-8 {
    padding-right: 15px !important;
  }
}

@media (max-width: 480px) {
  .workflow-item {
    height: 185px;
  }
  .workflow-txt__number {
    margin-top: 55px;
  }
  .offer {
    padding: 50px 0px 50px 0px;
    background-position: 50% 0;
    background-size: 150%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .offer-wrap {
    padding: 20px 10px;
  }
  .offer-wrap .main-title {
    font-size: 22px;
  }
  .offer-wrap__last h2, .offer-wrap__map a {
    font-size: 22px;
  }
  .offer-wrap__works {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .offer-wrap__works div {
    font-size: 17px;
    padding-left: 7px;
    text-align: left;
  }
  .offer-wrap__contacts .fa-icon {
    margin-right: 7px;
  }
  .offer-wrap__contacts a {
    font-size: 17px;
  }
  .offer-wrap__contacts a:last-child {
    margin-left: 0;
    margin-right: 40px;
  }
  .offer-wrap .button {
    margin-top: 20px;
  }
}

a.smallPhone span.myPhone {
  display: block;
}

.offer {
  background: url(../../../img/bg-notebook.jpg) center no-repeat;
  background-size: cover;
}

.offer-wrap__last {
  height: 100%;
}

.modal-service .modal-body .popup-img {
  background: url("../../../img/nb-between.jpg") 0% 65% no-repeat;
  background-size: cover;
}

.posts-slider__item1, .posts-slider__item2, .posts-slider__item3, .posts-slider__item4, .posts-slider__item5, .posts-slider__item6, .posts-slider__item7, .posts-slider__item8, .posts-slider__item9, .posts-slider__item10, .posts-slider-main__item1, .posts-slider-main__item2, .posts-slider-main__item3, .posts-slider-main__item4, .posts-slider-main__item5, .posts-slider-main__item6, .posts-slider-main__item7, .posts-slider-main__item8, .posts-slider-main__item9, .posts-slider-main__item10, .posts-repair__item1, .posts-repair__item2, .posts-repair__item3, .posts-repair__item4, .posts-repair__item5, .posts-repair__item6, .posts-repair__item7, .posts-repair__item8, .posts-repair__item9, .posts-repair__item10 {
  text-align: left;
  border: 2px solid #2579ba;
  padding: 17px 15px;
  height: 410px;
  color: #444444;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  background-color: #ffffff;
}

.posts-slider__item1:hover, .posts-slider__item2:hover, .posts-slider__item3:hover, .posts-slider__item4:hover, .posts-slider__item5:hover, .posts-slider__item6:hover, .posts-slider__item7:hover, .posts-slider__item8:hover, .posts-slider__item9:hover, .posts-slider__item10:hover, .posts-slider-main__item1:hover, .posts-slider-main__item2:hover, .posts-slider-main__item3:hover, .posts-slider-main__item4:hover, .posts-slider-main__item5:hover, .posts-slider-main__item6:hover, .posts-slider-main__item7:hover, .posts-slider-main__item8:hover, .posts-slider-main__item9:hover, .posts-slider-main__item10:hover, .posts-repair__item1:hover, .posts-repair__item2:hover, .posts-repair__item3:hover, .posts-repair__item4:hover, .posts-repair__item5:hover, .posts-repair__item6:hover, .posts-repair__item7:hover, .posts-repair__item8:hover, .posts-repair__item9:hover, .posts-repair__item10:hover {
  background-color: rgba(127, 201, 255, 0.1);
  border-color: #7fc9ff;
}

.posts-slider__item1 .posts-slider__item-img, .posts-slider__item1 .posts-repair__item-img, .posts-slider-main__item1 .posts-slider__item-img, .posts-slider-main__item1 .posts-repair__item-img, .posts-repair__item1 .posts-slider__item-img, .posts-repair__item1 .posts-repair__item-img {
  background: url(../../../img/r-1.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item2 .posts-slider__item-img, .posts-slider__item2 .posts-repair__item-img, .posts-slider-main__item2 .posts-slider__item-img, .posts-slider-main__item2 .posts-repair__item-img, .posts-repair__item2 .posts-slider__item-img, .posts-repair__item2 .posts-repair__item-img {
  background: url(../../../img/r-2.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item3 .posts-slider__item-img, .posts-slider__item3 .posts-repair__item-img, .posts-slider-main__item3 .posts-slider__item-img, .posts-slider-main__item3 .posts-repair__item-img, .posts-repair__item3 .posts-slider__item-img, .posts-repair__item3 .posts-repair__item-img {
  background: url(../../../img/r-3.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item4 .posts-slider__item-img, .posts-slider__item4 .posts-repair__item-img, .posts-slider-main__item4 .posts-slider__item-img, .posts-slider-main__item4 .posts-repair__item-img, .posts-repair__item4 .posts-slider__item-img, .posts-repair__item4 .posts-repair__item-img {
  background: url(../../../img/r-4.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item5 .posts-slider__item-img, .posts-slider__item5 .posts-repair__item-img, .posts-slider-main__item5 .posts-slider__item-img, .posts-slider-main__item5 .posts-repair__item-img, .posts-repair__item5 .posts-slider__item-img, .posts-repair__item5 .posts-repair__item-img {
  background: url(../../../img/r-5.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item6 .posts-slider__item-img, .posts-slider__item6 .posts-repair__item-img, .posts-slider-main__item6 .posts-slider__item-img, .posts-slider-main__item6 .posts-repair__item-img, .posts-repair__item6 .posts-slider__item-img, .posts-repair__item6 .posts-repair__item-img {
  background: url(../../../img/r-6.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item7 .posts-slider__item-img, .posts-slider__item7 .posts-repair__item-img, .posts-slider-main__item7 .posts-slider__item-img, .posts-slider-main__item7 .posts-repair__item-img, .posts-repair__item7 .posts-slider__item-img, .posts-repair__item7 .posts-repair__item-img {
  background: url(../../../img/r-7.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item8 .posts-slider__item-img, .posts-slider__item8 .posts-repair__item-img, .posts-slider-main__item8 .posts-slider__item-img, .posts-slider-main__item8 .posts-repair__item-img, .posts-repair__item8 .posts-slider__item-img, .posts-repair__item8 .posts-repair__item-img {
  background: url(../../../img/r-8.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item9 .posts-slider__item-img, .posts-slider__item9 .posts-repair__item-img, .posts-slider-main__item9 .posts-slider__item-img, .posts-slider-main__item9 .posts-repair__item-img, .posts-repair__item9 .posts-slider__item-img, .posts-repair__item9 .posts-repair__item-img {
  background: url(../../../img/r-9.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item10 .posts-slider__item-img, .posts-slider__item10 .posts-repair__item-img, .posts-slider-main__item10 .posts-slider__item-img, .posts-slider-main__item10 .posts-repair__item-img, .posts-repair__item10 .posts-slider__item-img, .posts-repair__item10 .posts-repair__item-img {
  background: url(../../../img/di.jpg) center no-repeat;
  background-size: cover;
}

.posts-slider__item-img, .posts-slider-main__item-img, .posts-repair__item-img {
  width: 100%;
  height: 150px;
  background-color: #f5f5f5;
  background-size: cover;
}

.posts-slider__item-title, .posts-slider-main__item-title, .posts-repair__item-title {
  font-size: 23px !important;
  font-weight: bold;
  line-height: 23px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #444444;
}

.posts-slider__item-title:hover, .posts-slider-main__item-title:hover, .posts-repair__item-title:hover {
  color: #2579ba;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.posts-slider__item-descr, .posts-slider-main__item-descr, .posts-repair__item-descr {
  position: relative;
  margin-top: 5px;
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
}

.posts-slider__item-link, .posts-slider-main__item-link, .posts-repair__item-link {
  position: absolute;
  right: 30px;
  bottom: 15px;
  height: 20px;
  width: 20px;
  background: url("../../../img/lb-2.svg") center no-repeat;
  background-size: cover;
}

.posts-slider__item-link img, .posts-slider-main__item-link img, .posts-repair__item-link img {
  width: 100%;
  height: 100%;
}

.posts-slider__item-link:hover, .posts-slider-main__item-link:hover, .posts-repair__item-link:hover {
  cursor: pointer;
  background: url("../../../img/ls-2.svg") center no-repeat;
  background-size: cover;
}

.posts-repair__item1, .posts-repair__item2, .posts-repair__item3, .posts-repair__item4, .posts-repair__item5, .posts-repair__item6, .posts-repair__item7, .posts-repair__item8, .posts-repair__item9, .posts-repair__item10 {
  height: 360px;
}

.posts-repair__item-descr {
  margin-bottom: 0px;
}

.posts-repair__item-texts {
  max-height: 167px;
  overflow: hidden;
}

.problems-grid {
  margin-top: 35px;
}

.problems-item {
  text-align: left;
  margin-bottom: 10px;
}

.problems-item__img {
  display: block;
  float: left;
}

.problems-item__img img {
  height: 15px;
  width: 15px;
}

.problems-item__title {
  display: block;
  width: 90%;
  margin-left: 20px;
}

.problems-item__title:hover {
  text-decoration: underline;
}

.remont-title {
  background: url(../../../img/bg-notebook.jpg) center no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding: 100px 0px 50px 0px;
}

.remont-title.remont-1 {
  background: url(../../../img/r-1-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.remont-2 {
  background: url(../../../img/r-2-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.remont-3 {
  background: url(../../../img/r-3-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.remont-4 {
  background: url(../../../img/r-4-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.remont-5 {
  background: url(../../../img/r-5-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.remont-6 {
  background: url(../../../img/r-6-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.remont-7 {
  background: url(../../../img/r-7-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.remont-8 {
  background: url(../../../img/r-8-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.remont-9 {
  background: url(../../../img/r-9-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.remont-10 {
  background: url(../../../img/r-10-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-1 {
  background: url(../../../img/statyi/1/2-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-2 {
  background: url(../../../img/statyi/2/1-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-3 {
  background: url(../../../img/statyi/3/1-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-4 {
  background: url(../../../img/statyi/4/1-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-5 {
  background: url(../../../img/statyi/5/2-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-6 {
  background: url(../../../img/statyi/6/4-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-7 {
  background: url(../../../img/statyi/7/1-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-8 {
  background: url(../../../img/statyi/8/1-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-9 {
  background: url(../../../img/statyi/9/2-big.png) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-10 {
  background: url(../../../img/statyi/10/2-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-11 {
  background: url(../../../img/statyi/11/2-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-12 {
  background: url(../../../img/statyi/12/3-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-13 {
  background: url(../../../img/statyi/13/2-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-14 {
  background: url(../../../img/statyi/14/1-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title.statyi-15 {
  background: url(../../../img/statyi/15/1-big.jpg) center no-repeat;
  background-size: cover;
}

.remont-title .section-title {
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 100px;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
}

.remont-link {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: underline;
  margin-bottom: 0;
}

.remont-content {
  padding-top: 0;
  padding-bottom: 30px;
}

.remont-column__left, .remont-column__right {
  text-align: left;
  padding: 0px 20px;
}

.remont-column__left .block, .remont-column__right .block {
  margin-bottom: 30px;
}

.remont-column__left h2, .remont-column__right h2 {
  color: #444444;
  font-size: 24px;
  font-weight: bold;
}

.remont-column__left p, .remont-column__right p {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
}

.remont-column__left p:first-letter, .remont-column__left p span, .remont-column__right p:first-letter, .remont-column__right p span {
  color: #2579ba;
  font-weight: bold;
}

.remont-column__left ul, .remont-column__right ul {
  margin-top: 10px;
  font-size: 16px;
}

.remont-column__left ul span, .remont-column__right ul span {
  color: #2579ba;
  font-weight: bold;
}

.remont-column__left ul li, .remont-column__right ul li {
  list-style-type: disc;
}

.remont-column__left ul li::before, .remont-column__right ul li::before {
  content: "\2022";
  color: #2579ba;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.remont-column__left .img, .remont-column__right .img {
  width: 100%;
  padding: 150px 0px;
  background-color: #dddddd;
  text-align: center;
  margin-bottom: 40px;
}

.remont-column__left #photoSlider, .remont-column__right #photoSlider {
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
  background-size: cover;
  margin-bottom: 40px;
}

.remont-column__left #photoSlider .slider-img, .remont-column__right #photoSlider .slider-img {
  height: 100%;
  width: 100%;
  text-align: center;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
}

.remont-column__left #photoSlider .carousel-control-prev, .remont-column__right #photoSlider .carousel-control-prev {
  left: -30px;
}

.remont-column__left #photoSlider .carousel-control-next, .remont-column__right #photoSlider .carousel-control-next {
  right: -30px;
}

.remont-column__left #photoSlider .carousel-control-prev-icon, .remont-column__right #photoSlider .carousel-control-prev-icon {
  background-image: url(../../../img/lb-1.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 25px;
  width: 25px;
}

.remont-column__left #photoSlider .carousel-control-next-icon, .remont-column__right #photoSlider .carousel-control-next-icon {
  background-image: url(../../../img/lb-1.svg);
  height: 25px;
  width: 25px;
}

.remont-column__left #photoSlider .carousel-inner, .remont-column__left #photoSlider .carousel-item, .remont-column__right #photoSlider .carousel-inner, .remont-column__right #photoSlider .carousel-item {
  height: 100%;
}

.remont-column__left {
  padding-top: 40px;
}

.remont-column__right {
  padding-top: 75px;
}

.remont-column__right #photoSlider {
  width: 100%;
  height: 250px;
  background-color: #f5f5f5;
  background-size: cover;
  margin-bottom: 30px;
}

.remont-column__right #photoSlider .slider-img {
  height: 100%;
  text-align: center;
}

.remont-column__right #photoSlider .slider-img img {
  height: 100%;
  margin: 0 auto;
}

.remont-column__right #photoSlider .carousel-inner, .remont-column__right #photoSlider .carousel-item {
  height: 100%;
}

.breadcrambs {
  text-align: left;
  margin-bottom: 10px;
}

.artcl {
  padding-top: 40px;
}

.artcl-txt {
  padding: 0px;
}

.artcl h3 {
  margin-bottom: 15px;
}

.artcl p span, .artcl ul span {
  color: #2579ba;
  font-weight: bold;
}

.artcl p span.black, .artcl ul span.black {
  color: black;
  margin-left: 0px;
  font-weight: bold;
}

.artcl p span.blue, .artcl ul span.blue {
  color: #7fc9ff;
  font-weight: bold;
}

.artcl p {
  -moz-text-align-last: center;
  text-align-last: center;
  text-indent: unset;
  text-align: justify;
}

.artcl ul {
  text-align: left;
  padding-left: 15%;
}

.artcl ul li {
  list-style-type: disc;
  margin-left: 0;
  list-style-position: outside;
  margin-bottom: 10px;
}

.artcl ul li::before {
  content: "\2022";
  color: #2579ba;
  display: inline-block;
  width: 1em;
  margin-left: -1.01em;
}

.artcl #photoSlider {
  width: 100%;
  height: 360px;
  background-color: #f5f5f5;
  background-size: cover;
  margin-bottom: 40px;
}

.artcl #photoSlider .slider-img {
  height: 100%;
  width: 100%;
  text-align: center;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
}

.artcl #photoSlider .slider-img img {
  height: 100%;
  margin: 0 auto;
}

.artcl #photoSlider .carousel-inner, .artcl #photoSlider .carousel-item {
  height: 100%;
}

.artcl #photoSlider .carousel-control-prev {
  left: -40px;
}

.artcl #photoSlider .carousel-control-next {
  right: -40px;
}

.artcl #photoSlider .carousel-control-prev-icon {
  background-image: url(../../../img/lb-1.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 25px;
  width: 25px;
}

.artcl #photoSlider .carousel-control-next-icon {
  background-image: url(../../../img/lb-1.svg);
  height: 25px;
  width: 25px;
}

.artcl #photoSlider .carousel-inner, .artcl #photoSlider .carousel-item {
  height: 100%;
}

.sidebar {
  height: 100%;
  width: 100%;
  margin-top: 40px;
}

.sidebar .order-block {
  position: relative;
}

.sidebar .order-block .modal-success, .sidebar .order-block .modal-error {
  width: 100%;
  top: 20px;
  left: 0;
}

.sidebar .order-block .contactus-form {
  margin-top: 0px;
  padding: 0;
}

.sidebar-block {
  background-color: #f5f5f5;
  text-align: left;
  padding: 30px 20px;
  margin-top: 30px;
}

.sidebar-block__title {
  text-align: left;
  color: #2579ba;
  font-size: 20px;
  font-weight: bold;
}

.sidebar-block__list {
  text-align: left;
  padding-left: 20px;
  font-size: 15px;
  margin-top: 10px;
}

.sidebar-block__list li {
  list-style-type: disc;
  list-style-position: outside;
}

.sidebar-block__list li::before {
  content: "\2022";
  color: #2579ba;
  display: inline-block;
  width: 1em;
  margin-left: -1.1em;
}

.sidebar-block__list .problems-item__title {
  margin-left: 0;
  width: unset;
  display: inline;
}

.sidebar-block form#sidebar-form {
  padding-left: 0 !important;
}

.sidebar-block form#sidebar-form label {
  line-height: 10px;
}

.sidebar-block form#sidebar-form .contactus-form__btn-group {
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
}

.sidebar-block form#sidebar-form .contactus-form__btn-group .label-capcha {
  position: relative;
  top: unset;
  right: unset;
  margin-right: 20px;
}

.sidebar-block form#sidebar-form .recaptcha {
  -ms-transform: scale(0.72);
  transform: scale(0.72);
  -webkit-transform: scale(0.72);
  -ms-transform-origin: 310px 0;
  transform-origin: 310px 0;
  -webkit-transform-origin: 310px 0;
}

.sidebar-block form#sidebar-form .button-wrapper {
  /* display: -webkit-box */
  display: block;
  width: 100%;
  /* display: flex */
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  /* flex-direction: column; */
  /* flex-wrap: wrap; */
  /* margin-left: 10px; */
  margin-left: 0;
}

.sidebar-block form#sidebar-form .button-wrapper .contactus-form__btn {
  /* align-self: flex-start; */
  padding: 10px 20px;
  margin-left: 0px;
  display: inline-block;
  width: 100%;
}

.sidebar-block form#sidebar-form .button-wrapper .politica-text {
  width: 100%;
}

.brands-item {
  text-align: center;
  height: 170px;
  width: 100%;
  margin-bottom: 20px;
}

.brands-item1, .brands-item2, .brands-item3, .brands-item4, .brands-item5, .brands-item6, .brands-item7, .brands-item8, .brands-item9, .brands-item10, .brands-item11, .brands-item12, .brands-item13, .brands-item14, .brands-item15, .brands-item16 {
  text-align: center;
  height: 195px;
  width: 100%;
  margin-bottom: 20px;
}

.brands .main_container {
  width: 100%;
  height: 170px;
}

.brands .flip_card {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.flip_card:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.front_card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  border-color: #7fc9ff;
  border-radius: 2px;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  border: 2px solid #2579ba;
  color: #444444;
}

.front_card img {
  height: 50%;
  margin-top: 35px;
}

.brands-grid {
  display: none;
}

.brands-item1 .front_card img, .brands-item2 .front_card img, .brands-item6 .front_card img, .brands-item8 .front_card img, .brands-item9 .front_card img {
  margin-top: 10px;
  height: 80%;
}

.brands-item11 .front_card img, .brands-item12 .front_card img, .brands-item14 .front_card img, .brands-item15 .front_card img {
  margin-top: 0px;
  height: 100%;
}

.brands-item13 .front_card img, .brands-item16 .front_card img {
  margin-top: 10px;
  height: 80%;
}

.brands-item16 .front_card img {
  margin-top: 27px;
  height: 60%;
}

.back_card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  padding: 13px;
  text-align: center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: rgba(127, 201, 255, 0.1);
  border: 2px solid #7fc9ff;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.back_card p {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 180px;
  margin-bottom: 0;
  overflow-y: auto;
}

.back_card p span {
  color: #2579ba;
}

.contactus-form__btn-group {
  margin-top: 30px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.contactus-form__btn-group .label-capcha {
  position: absolute;
  top: -20px;
  right: 390px;
  font-size: 12px;
  color: #c0392b;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
}

.button-wrapper .contactus-form__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 10px 100px;
  margin-left: 0px;
}

.button-wrapper .politica-text {
  font-size: 11px;
  line-height: 11px;
  width: 290px;
  text-align: center;
  margin-top: 5px;
}

.button-wrapper .politica-link {
  font-weight: bold;
  display: inline;
}

.button-wrapper .politica-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.politica-title {
  text-align: left;
  margin: 0 !important;
  padding-left: 30px !important;
}

.politica-subtitle {
  text-align: left;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 30px 0px 30px;
}

.politica-txt {
  text-align: left;
  padding: 7px 30px 0px 30px;
  /* text-align: justify */
  margin-bottom: 0px;
  font-size: 17px;
}

.politica-txt a {
  color: #0056b3;
}

.politica-txt__list {
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 0;
  text-align: left;
}

.politica-number {
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  color: #444444;
}

.politica-button {
  display: block;
  width: 110px;
  margin: 0 auto;
  margin-top: 20px;
}

.back-to-top {
  position: fixed;
  z-index: 2000;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  color: #ffffff;
  background-color: #7fc9ff;
  font-size: 12px;
  padding: 17px 20px;
  height: 60px;
  width: 60px;
}

.back-to-top:hover {
  background-color: #2579ba;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.back-to-top img {
  width: 20px;
}

.post-article {
  text-align: left;
  border: 2px solid #2579ba;
  position: relative;
  padding: 17px 15px;
  height: 150px;
  color: #444444;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  background-color: #ffffff;
}

.post-article:hover {
  background-color: rgba(127, 201, 255, 0.1);
  border-color: #7fc9ff;
}

.post-article__texts {
  height: 97px;
  overflow: hidden;
}

.post-article__descr {
  margin-bottom: 0;
}

.post-article__img {
  width: 100%;
  height: 150px;
  background-color: #f5f5f5;
  background-size: cover;
}

.post-article__title {
  font-size: 21px !important;
  font-weight: bold;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 5px !important;
  color: #444444;
}

.post-article__title:hover {
  color: #2579ba;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.post-article__txt .post-article__descr {
  position: relative;
  margin-top: 5px;
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.post-article__link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 20px;
  width: 20px;
  background: url("../../../img/lb-2.svg") center no-repeat;
  background-size: cover;
}

.post-article__link img {
  width: 100%;
  height: 100%;
}

.post-article__link:hover {
  cursor: pointer;
  background: url("../../../img/ls-2.svg") center no-repeat;
  background-size: cover;
}

@media (max-width: 1370px) {
  .sidebar-block form#sidebar-form .recaptcha {
    -ms-transform-origin: 320px 0;
    transform-origin: 320px 0;
    -webkit-transform-origin: 320px 0;
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}

@media (max-width: 1347px) {
  .artcl-blog .col-xl-3:first-child {
    padding-left: 9px;
  }
  .artcl-blog .col-xl-3:last-child {
    padding-right: 9px;
  }
  .sidebar-block form#sidebar-form .recaptcha {
    -ms-transform-origin: 300px 0;
    transform-origin: 300px 0;
    -webkit-transform-origin: 300px 0;
    -ms-transform: scale(0.69);
    transform: scale(0.69);
    -webkit-transform: scale(0.69);
  }
}

@media (max-width: 1260px) {
  .posts-repair__item1, .posts-repair__item2, .posts-repair__item3, .posts-repair__item4, .posts-repair__item5, .posts-repair__item6, .posts-repair__item7, .posts-repair__item8, .posts-repair__item9, .posts-repair__item10 {
    height: 370px;
  }
  .sidebar-block form#sidebar-form .recaptcha {
    -ms-transform-origin: 300px 0;
    transform-origin: 300px 0;
    -webkit-transform-origin: 300px 0;
    -ms-transform: scale(0.66);
    transform: scale(0.66);
    -webkit-transform: scale(0.66);
  }
}

@media (max-width: 1230px) {
  .sidebar-block form#sidebar-form .recaptcha {
    -ms-transform-origin: 300px 0;
    transform-origin: 300px 0;
    -webkit-transform-origin: 300px 0;
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
  }
}

@media (max-width: 1199px) {
  .posts-slider__item1, .posts-slider__item2, .posts-slider__item3, .posts-slider__item4, .posts-slider__item5, .posts-slider__item6, .posts-slider__item7, .posts-slider__item8, .posts-slider__item9, .posts-slider__item10 {
    height: 400px;
  }
  .posts-repair__item-title {
    font-size: 21px !important;
    line-height: 21px;
  }
  .remont-content .sidebar-block {
    padding: 25px 15px;
  }
  .remont-content .sidebar-block__title, .remont-column__left h2 {
    font-size: 18px;
  }
  .sidebar-block form#sidebar-form .recaptcha {
    margin: 0 auto;
  }
  .remont-column__left #photoSlider .carousel-control-prev, .remont-column__right #photoSlider .carousel-control-prev, .artcl #photoSlider .carousel-control-prev {
    left: 0px;
  }
  .remont-column__left #photoSlider .carousel-control-next, .remont-column__right #photoSlider .carousel-control-next, .artcl #photoSlider .carousel-control-next {
    right: 0px;
  }
  .remont-column__left #photoSlider .carousel-control-prev-icon, .remont-column__right #photoSlider .carousel-control-prev-icon, .artcl #photoSlider .carousel-control-prev-icon {
    background-image: url(../../../img/lw-1.png);
  }
  .remont-column__left #photoSlider .carousel-control-next-icon, .remont-column__right #photoSlider .carousel-control-next-icon, .artcl #photoSlider .carousel-control-next-icon {
    background-image: url(../../../img/lw-1.png);
  }
  .remont-column__left #photoSlider .slider-img, .remont-column__right #photoSlider .slider-img, .artcl #photoSlider .slider-img {
    background-size: cover;
  }
  .sidebar-block form#sidebar-form .recaptcha {
    -ms-transform-origin: 290px 0;
    transform-origin: 290px 0;
    -webkit-transform-origin: 290px 0;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .post-article {
    height: 145px;
  }
  .post-article__texts {
    height: 90px;
  }
  .artcl-blog .col-xl-3:first-child {
    padding-left: 15px;
  }
  .artcl-blog .col-xl-3:last-child {
    padding-right: 15px;
  }
}

@media (max-width: 1100px) {
  .sidebar-block form#sidebar-form .recaptcha {
    -ms-transform-origin: 290px 0;
    transform-origin: 290px 0;
    -webkit-transform-origin: 290px 0;
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}

@media (max-width: 991px) {
  .offer {
    margin-top: 76px;
  }
  .sidebar-block form#sidebar-form .contactus-form__btn-group {
    overflow: unset;
  }
  .sidebar-block form#sidebar-form .contactus-form__btn-group .label-capcha {
    position: absolute;
    top: -17px;
    right: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .posts-slider__item1, .posts-slider__item2, .posts-slider__item3, .posts-slider__item4, .posts-slider__item5, .posts-slider__item6, .posts-slider__item7, .posts-slider__item8, .posts-slider__item9, .posts-slider__item10 {
    height: 410px;
  }
  .posts-repair__item1, .posts-repair__item2, .posts-repair__item3, .posts-repair__item4, .posts-repair__item5, .posts-repair__item6, .posts-repair__item7, .posts-repair__item8, .posts-repair__item9, .posts-repair__item10 {
    height: 375px;
  }
  .problems-grid ul.third {
    padding-left: 31%;
  }
  .posts .posts-slider__item-txt {
    padding-bottom: 15px;
    max-height: 150px;
  }
  .posts .posts-slider__item-descr {
    max-height: 130px;
    overflow: hidden;
  }
  .remont-title {
    margin-top: 75px;
  }
  .artcl .artcl-txt ul {
    padding-left: 0;
  }
  .remont-content .remont-column__left {
    text-align: center;
  }
  .remont-content .remont-column__left p, .remont-content .remont-column__right p {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  .remont-content .remont-column__left ul, .remont-content .remont-column__right ul {
    text-align: left;
    padding-left: 20%;
  }
  .remont-content .sidebar {
    margin-top: 15px;
  }
  .remont-content .sidebar .mobile-wrapper {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-firection: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .remont-content .sidebar .mobile-wrapper .sidebar-block {
    width: 49%;
  }
  .remont-content .sidebar .sidebar-block {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .remont-content .sidebar .sidebar-block.order-block {
    margin-top: 25px;
  }
  .remont-content .col-12.col-lg-4.col-xl-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sidebar-block form#sidebar-form .contactus-form__btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sidebar-block form#sidebar-form .button-wrapper {
    width: 240px;
  }
  .sidebar-block form#sidebar-form .recaptcha {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: unset;
    margin-right: 10px;
    -webkit-transform: unset;
            -ms-transform: unset;
            transform: unset;
  }
  .brands-item1, .brands-item2, .brands-item3, .brands-item4, .brands-item5, .brands-item6, .brands-item7, .brands-item8, .brands-item9, .brands-item10, .brands-item11, .brands-item12, .brands-item13, .brands-item14, .brands-item15, .brands-item16 {
    height: 155px;
  }
  .brands-item1 .back_card p, .brands-item2 .back_card p, .brands-item3 .back_card p, .brands-item4 .back_card p, .brands-item5 .back_card p, .brands-item6 .back_card p, .brands-item7 .back_card p, .brands-item8 .back_card p, .brands-item9 .back_card p, .brands-item10 .back_card p, .brands-item11 .back_card p, .brands-item12 .back_card p, .brands-item13 .back_card p, .brands-item14 .back_card p, .brands-item15 .back_card p, .brands-item16 .back_card p {
    max-height: 145px;
  }
}

@media (max-width: 767px) {
  .brands-item1, .brands-item2, .brands-item3, .brands-item4, .brands-item5, .brands-item6, .brands-item7, .brands-item8, .brands-item9, .brands-item10 {
    height: 135px;
  }
  .brands-item1 .back_card p, .brands-item2 .back_card p, .brands-item3 .back_card p, .brands-item4 .back_card p, .brands-item5 .back_card p, .brands-item6 .back_card p, .brands-item7 .back_card p, .brands-item8 .back_card p, .brands-item9 .back_card p, .brands-item10 .back_card p {
    max-height: 125px;
  }
  .brands-item1 .front_card img, .brands-item2 .front_card img, .brands-item6 .front_card img, .brands-item8 .front_card img, .brands-item9 .front_card img, .brands-item11 .front_card img, .brands-item12 .front_card img, .brands-item13 .front_card img, .brands-item14 .front_card img, .brands-item15 .front_card img {
    margin-top: 0px;
    height: 100%;
  }
  .brands-item .front_card img {
    margin-top: 10px;
    height: 87%;
  }
  .brands-item3 .front_card img, .brands-item4 .front_card img, .brands-item5 .front_card img, .brands-item7 .front_card img, .brands-item10 .front_card img {
    height: 50%;
    margin-top: 25px;
  }
  .sidebar-block form#sidebar-form .contactus-form__btn-group .label-capcha {
    margin-right: -100px;
  }
  .posts-slider__item1, .posts-slider__item2, .posts-slider__item3, .posts-slider__item4, .posts-slider__item5, .posts-slider__item6, .posts-slider__item7, .posts-slider__item8, .posts-slider__item9, .posts-slider__item10 {
    height: unset;
  }
  .posts-repair__item1, .posts-repair__item2, .posts-repair__item3, .posts-repair__item4, .posts-repair__item5, .posts-repair__item6, .posts-repair__item7, .posts-repair__item8, .posts-repair__item9, .posts-repair__item10 {
    height: 380px;
  }
  .problems-grid ul.second, .problems-grid ul.first, .problems-grid ul.third {
    padding-left: 24%;
  }
  .contactus-form__btn-group {
    margin-top: 10px;
  }
  .contactus-form__btn-group .button-wrapper {
    margin-top: 10px;
  }
  .remont-title {
    padding: 70px 0px 30px 0px;
  }
  .remont-content p, .remont-content ul {
    font-size: 15px;
  }
  .remont-content .sidebar {
    margin-top: 0px;
  }
  .remont-content .sidebar .mobile-wrapper {
    margin-top: 20px;
  }
  .remont-content .sidebar .sidebar-block {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .remont-content .sidebar .sidebar-block.order-block {
    margin-top: 5px;
  }
  .sidebar-block form#sidebar-form .contactus-form__btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .sidebar-block form#sidebar-form .button-wrapper {
    width: 300px;
    margin: 0 auto;
  }
  .sidebar-block form#sidebar-form .recaptcha {
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .back-to-top {
    bottom: 30px;
    right: 30px;
    text-decoration: none;
    color: #ffffff;
    background-color: #7fc9ff;
    font-size: 12px;
    padding: 10px;
    height: 45px;
    width: 47px;
  }
}

@media (max-width: 655px) {
  .posts .slick-list.draggable {
    max-height: 390px;
  }
  .artcl-blog .col-xl-3:first-child {
    padding-left: 7px;
  }
  .artcl-blog .col-xl-3:last-child {
    padding-right: 7px;
  }
  .artcl-blog .col-xl-3:nth-child(3), .artcl-blog .col-xl-3:nth-child(2), .artcl-blog .col-xl-3:nth-child(4) {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 575px) {
  .posts-repair__item1, .posts-repair__item2, .posts-repair__item3, .posts-repair__item4, .posts-repair__item5, .posts-repair__item6, .posts-repair__item7, .posts-repair__item8, .posts-repair__item9, .posts-repair__item10 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .contactus-form__btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .contactus-form__btn-group .button-wrapper {
    display: block;
    text-align: center;
    margin-top: 0;
  }
  .contactus-form__btn-group .button-wrapper .contactus-form__btn {
    margin-top: 0;
  }
  .posts .slick-list.draggable {
    max-height: unset;
  }
  .problems-grid {
    margin-top: 5px;
  }
  .problems .section-title {
    margin-bottom: 20px;
  }
  .sidebar-block form#sidebar-form .button-wrapper .contactus-form__btn {
    margin-top: 0;
  }
  .remont-column__left #photoSlider .slider-img, .remont-column__right #photoSlider .slider-img {
    background-size: cover;
  }
  .remont-title .section-title {
    padding: 40px 25px;
    font-size: 33px;
  }
  .remont-content .sidebar .mobile-wrapper {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .remont-content .sidebar .mobile-wrapper .sidebar-block {
    width: 100%;
  }
  .artcl-txt {
    padding: 0px;
  }
  .politica-txt {
    padding-left: 0;
    padding-right: 0;
  }
  .post-article {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .post-article__texts {
    height: 70px;
  }
  .artcl-blog .col-xl-3:first-child, .artcl-blog .col-xl-3:last-child, .artcl-blog .col-xl-3:nth-child(1), .artcl-blog .col-xl-3:nth-child(2), .artcl-blog .col-xl-3:nth-child(3), .artcl-blog .col-xl-3:nth-child(4), .artcl-blog .col-xl-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .offer {
    background-size: cover;
  }
  .brands-item1, .brands-item2, .brands-item3, .brands-item4, .brands-item5, .brands-item6, .brands-item7, .brands-item8, .brands-item9, .brands-item10, .brands-item11, .brands-item12, .brands-item13, .brands-item14, .brands-item15, .brands-item16 {
    height: 175px;
  }
  .brands-item1 .back_card p, .brands-item2 .back_card p, .brands-item3 .back_card p, .brands-item4 .back_card p, .brands-item5 .back_card p, .brands-item6 .back_card p, .brands-item7 .back_card p, .brands-item8 .back_card p, .brands-item9 .back_card p, .brands-item10 .back_card p, .brands-item11 .back_card p, .brands-item12 .back_card p, .brands-item13 .back_card p, .brands-item14 .back_card p, .brands-item15 .back_card p, .brands-item16 .back_card p {
    max-height: 165px;
  }
  .problems-grid ul.second, .problems-grid ul.first, .problems-grid ul.third {
    padding-left: 10%;
  }
  .sidebar-block form#sidebar-form .button-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .sidebar-block form#sidebar-form .recaptcha {
    -ms-transform: scale(0.74);
    transform: scale(0.74);
    -webkit-transform: scale(0.74);
    -ms-transform-origin: 160px 0;
    transform-origin: 160px 0;
    -webkit-transform-origin: 160px 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .carousel-control-next:hover, .carousel-control-prev:hover {
    cursor: pointer;
  }
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
}

.button-wrapper .contactus-form__btn {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 10px 100px;
  margin-left: 0;
}

.button-wrapper .politica-text {
  font-size: 11px;
  line-height: 11px;
  width: 290px;
  text-align: center;
  margin-top: 5px;
}

.button-wrapper .politica-link {
  font-weight: bold;
  display: inline;
}

.button-wrapper .politica-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.politica-title {
  text-align: left;
  margin: 0 !important;
  padding-left: 30px !important;
}

.politica-subtitle {
  text-align: left;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 30px 0 30px;
}

.politica-txt {
  text-align: left;
  padding: 7px 30px 0 30px;
  margin-bottom: 0;
  font-size: 17px;
}

.politica-txt a {
  color: #0056b3;
}

.politica-txt__list {
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 0;
  text-align: left;
}

.politica-number {
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  color: #444;
}

.politica-button {
  display: block;
  width: 110px;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .modal-politica .modal-dialog {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .contactus-form__btn-group .button-wrapper .contactus-form__btn {
    margin-top: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 10px 80px;
  }
  .contactus-form__btn-group .button-wrapper .politica-text {
    width: 250px;
  }
  .politica-txt, .politica-subtitle, .politica-title {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .politica-txt__list {
    padding-left: 15px;
    padding-right: 10px;
  }
}

@media (max-width: 576px) {
  .contactus-form__btn-group .button-wrapper .contactus-form__btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    margin-top: 0;
  }
}

.navbar {
  z-index: 20;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff !important;
  margin: 0;
  padding: 16px 0px 13px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg > .container {
  max-height: 97%;
}

.navbar .dropdown-toggle {
  color: #666666 !important;
}

.navbar .dropdown-toggle {
  padding-right: unset !important;
  padding-left: unset !important;
  padding-bottom: 0px !important;
  display: unset;
}

.navbar .dropdown-item {
  line-height: 17px;
  position: relative;
}

.navbar .dropdown-item:hover {
  background-color: #7ecefd;
}

.navbar a.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar a.navbar-brand img {
  height: 35px;
  margin-bottom: 5px;
}

.navbar-nav {
  padding: 5px 0px 5px 40px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-nav .nav-item a.active {
}

.navbar-nav li {
  padding: 0px;
}

.navbar-nav li:nth-child(1), .navbar-nav li:nth-child(4) {
  padding-right: 8px;
}

.navbar-nav li a {
  width: 100%;
  font-family: "Arimo", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .3px;
  text-align: left;
  color: #666;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navbar-nav li a:hover {
  }
}

.navbar-nav li:first-child a {
  margin: 0;
}

.navbar-toggler {
  background-color: #7ecefd;
}

.navbar .mydropdown {
  position: relative;
}

.navbar .mydropdown-img1, .navbar .mydropdown-img2, .navbar .mydropdown-img3, .navbar .mydropdown-img4, .navbar .mydropdown-img22, .navbar .mydropdown-img23 {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
}

.navbar .mydropdown-img1 {
  left: 60px;
}

.navbar .mydropdown-img2, .navbar .mydropdown-img22, .navbar .mydropdown-img23 {
  left: 60px;
}

.navbar .mydropdown-img3 {
  left: 60px;
}

.navbar .mydropdown-img4 {
  left: 85px;
}

.navbar .mydropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.navbar .mydropdown-menu a.dropdown-item {
  text-align: left;
}

.navbar .mydropdown-menu .dropdown-item {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-transform: uppercase;
  padding: .25rem 1.5rem;
}

.navbar .mydropdown-menu .dropdown-item__child {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

.navbar .mydropdown-menu .dropdown-item__child:hover {
  color: #16181b;
  background-color: #7ecefd;
  cursor: pointer;
}

.navbar .mydropdown-menu .dropdown-item a {
}

.navbar .mydropdown-menu .dropdown-item a:hover {
  color: #16181b;
  background-color: #7ecefd;
}

.navbar .mydropdown-menu .dropdown-item .mydropdown-menu__child {
  position: absolute;
  top: -2px;
  left: 150px;
  z-index: 1000;
  display: none;
  float: left;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.navbar .mydropdown-menu .dropdown-item .mydropdown-menu__child .dropdown-item {
  width: 290px;
  white-space: normal;
}

.navbar .mobile-dropdown {
  width: 190px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
}

.navbar .mobile-dropdown li {
  padding: 4px 0 0 7px !important;
}

.navbar .mobile-dropdown li a, .navbar .mobile-dropdown li .mobile-dropdown__child {
  font-size: 12px !important;
}

.navbar .mobile-dropdown li .mobile-dropdown__child {
  width: 100%;
  font-family: "Arimo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .3px;
  text-align: left;
  line-height: 17px;
  color: #666;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-transform: uppercase;
}

.navbar .mobile-dropdown li .mobile-dropdown__child .item {
  float: left;
}

.navbar .mobile-dropdown li .mobile-dropdown__child-menu {
  display: none;
}

.navbar .mobile-dropdown li .mobile-dropdown__child .clicked {
  display: block;
}

@media (min-height: 320px) {
  .navbar-nav {
    max-height: 230px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 420px) {
  .navbar-nav {
    max-height: 330px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 520px) {
  .navbar-nav {
    max-height: 430px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 576px) {
  .navbar-nav {
    max-height: 500px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 620px) {
  .navbar-nav {
    max-height: 520px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 720px) {
  .navbar-nav {
    max-height: 620px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 767px) {
  .navbar-nav {
    max-height: 700px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 850px) {
  .navbar-nav {
    max-height: 770px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 920px) {
  .navbar-nav {
    max-height: 850px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 991px) {
  .navbar-nav {
    max-height: 920px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (max-width: 1387px) {
  .navbar {
    padding: 15px 0px;
  }
}

@media (max-width: 1352px) {
  .navbar {
    padding: 15px 0;
  }
}

@media (max-width: 1199px) {
  .navbar a.navbar-brand img {
    height: 22px;
  }
  .navbar-nav {
    padding: 5px 0px 5px 15px;
  }
  .navbar-nav li a {
    font-size: 11px;
  }
  .navbar .mydropdown-img1 {
    right: unset;
    left: 55px;
  }
  .navbar .mydropdown-img2 {
    right: unset;
    left: 55px;
  }
  .navbar .mydropdown-img3 {
    right: unset;
    left: 55px;
  }
  .navbar .mydropdown-img4 {
    right: unset;
    left: 77px;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 17px 0px;
  }
  .navbar a.navbar-brand img {
    height: 30px;
  }
  .navbar-nav {
    padding: 5px;
    padding: 5px;
    width: 205px;
    margin: 0 auto 0 200px;
    text-align: left !important;
  }
  .navbar-nav li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav li a {
    font-size: 13px;
  }
  .navbar-nav li a .navbar-brand img {
    height: 35px;
    margin-bottom: 0px;
  }
  .navbar .nav-item.mydropdown {
    color: #7db9e8;
    padding: 10px 0px 0px 0px;
  }
  .navbar .nav-item.mydropdown:first-child {
    padding-top: 0;
  }
  .navbar .mobile-dropdown {
    padding-left: 0px;
  }
  .navbar .mobile-dropdown li {
    list-style: square;
    list-style-position: outside;
    padding-left: 0px !important;
    margin-left: 30px;
  }
  .navbar .mobile-dropdown li .mobile-dropdown__child .item {
    float: unset;
  }
  .navbar .mobile-dropdown__child {
    padding-top: 5px;
  }
  .navbar .mobile-dropdown__child-menu .dropdown-item {
    padding: 4px 15px 3px 15px;
    white-space: unset;
    width: 450px;
    line-height: 17px;
    text-align: left;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .navbar .mydropdown-img {
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .navbar .mydropdown-img1, .navbar .mydropdown-img2, .navbar .mydropdown-img3 {
    left: 65px;
  }
  .navbar .mydropdown-img2, .navbar .mydropdown-img3, .navbar .mydropdown-img4 {
    top: 15px;
  }
  .navbar .mydropdown-img4 {
    left: 90px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    margin: 0 auto 0 100px;
    overflow-y: auto;
    width: 390px;
  }
  .navbar .mobile-dropdown {
    margin-left: 0px;
  }
  .navbar .mobile-dropdown__child-menu .dropdown-item {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .navbar-nav {
    margin: 0 auto 0px 10px;
    width: 320px;
  }
  .navbar .mobile-dropdown__child-menu .dropdown-item {
    padding-left: 0;
    padding-right: 5px;
    width: 260px;
  }
}

@media (max-width: 480px) {
  .navbar a.navbar-brand img {
    height: 30px;
  }
  .navbar-nav {
    width: 100%;
    margin: 0 auto;
  }
  .navbar .mobile-dropdown__child-menu .dropdown-item {
    width: 190px;
  }
}

@media (min-width: 992px) {
  .mobile-dropdown {
    display: none;
  }
  .navbar-nav {
    overflow-y: unset;
  }
}

#infobaner {
  color: white;
  background-color: red;
  position: fixed;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
  top: 84px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 19;
}

#infobaner.active {
  display: block;
}

#infobaner.inActive {
  display: none;
}

@media (max-width: 1199px) {
  #infobaner {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #infobaner {
    font-size: 14px;
    top: 75px;
  }
}

@media (max-width: 767px) {
  #infobaner {
    padding: 10px 15px;
    line-height: 17px;
    position: absolute;
    top: 75px;
  }
}