.form-control-feedback{
    color: #d9534f; text-align: left; font-size: 14px; float: left; margin-top: 10px;
}
.d--n{
    display: none !important;
}

.more-cont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.back-link {
    color: #e42127;
    border-bottom: 1px solid #e42127;
}
main .content .wrapper .contacts .select-city {
  position: relative;
}
main .content .wrapper .contacts .select-city span {
  cursor: pointer;
  display: block;
  width: 152px;
  box-sizing: border-box;
  border-radius: 11px;
  padding: 12px 40px 12px 15px;
  position: relative;
  z-index: 1;
}

main .content .wrapper .contacts .select-city ul {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
  height: 0;
  overflow-y: scroll;
  background: #fff;
}

main .content .wrapper .contacts .select-city ul li {
  padding: 8px 15px;
  cursor: pointer;
}

main .content .wrapper .contacts .select-city ul.opened {
  height: 150px;
}
.icon-link{text-decoration: none!important; border: none!important; display: block;}

.inner-page header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  transition: padding .5s ease;
  border-bottom: 1px solid transparent;
}

.inner-page main {
  padding-top: 224px;
}

.inner-page header.fixed {
  border-color: #eee;
  padding: 25px 61px;
}


@media only screen and (max-width: 1701px) {
  
  .inner-page header.fixed {
    padding: 25px 25px;
  }

}

@media only screen and (max-width: 1024px) {

  header .logo {
    width: 10rem;
    margin-right: 1rem;
  }

  main .top-block .right .footer .phone,
  main .top-block .right .footer .mail {
    font-size: 1rem;
  }

  main .top-block .right .footer .phone a,
  main .top-block .right .footer .mail a {
    font-size: 1.5rem;
  }

  main .services-list .left {
    display: none;
  }

  body.head-style .services-list {
    margin-top: 3rem;
  }

  main .services-list .list {
    display: flex;
    align-items: center;
    margin: 0 0 1.2rem;
  }

  main .services-list .list > div {
    display: block;
    width: auto !important;
    margin-right: 1.2rem;
  }

  main .services-list .right .img:after {
    display: none;
  }

  main .services-list .right .img:before {
    display: none;
  }

  main .services-list .right {
    width: 100%;
  }

  main .services  .services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.4rem 1rem;
  }

  main .services .service {
    width: 100%;
  }

  main .services .service .text {
    height: auto !important;
  }

  footer {
    padding: 15px 0 0;
  }

  footer address div, footer address .fancybox {
    font-size: 1rem;
  }

  footer address .foot_phone {
    font-size: 2rem;
  }

}

@media only screen and (max-width: 720px) {

  header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  header nav {
    padding: 1.2rem 0  0;
  }

  main .top-block .right {
    margin-top: 2rem;
  }

  main .top-block .right .footer {
    margin-top: 2rem;
  }

  header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  header nav ul li {
    display: block;
    margin-bottom: 0.6rem;
  }

  header nav ul li a {
    margin: 0;
    font-size: 1rem;
  }

  main .top-block .right {
    padding: 0 15px;
  }

  main .news {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 2rem;
  }

  main .news h2 {
    margin: 0;
    font-size: 1.8rem;
    width: auto !important;
  }

  main .news h2:first-child {
    margin-right: 1.2rem;
  }

  body.head-style .news .left,
  body.head-style .news .right {
    width: 100%;
    margin: 0;
  }

  body.head-style .news .left .more,
  body.head-style .news .right .more {
    font-size: 1rem;
  }

  main .news .right div > a {
    font-size: 1rem;
  }

  header nav ul li:not(:last-child) {
    margin-right: 0.3rem;
  }

  body.head-style .news {
    margin-top: 4rem;
  }

  main .top-block .right h2 {
    font-size: 2rem;
  }

  main .services .service .img {
    height: 100px;
    background-size: contain;
  }

  main .services h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  main .services .service h3 {
    font-size: 1.4rem;
  }

  main .services .service h3 {
    margin: 1rem 0;
  }

  main .services .service .text {
    padding-top: 1rem;
  }

  body.head-style .services {
    margin-top: 2rem;
  }

  footer address .fancybox {
    padding: 0.5rem !important;
    font-size: 0.8rem;
    text-align: center;
  }

  footer address .foot_phone {
    font-size: 1.4rem;
  }

  footer .copy {
    left: 15px;
  }

  footer .dev {
    width: auto;
    right: 15px;
  }
}

@media only screen and (max-width: 500px) {

  header {
    padding: 0 15px;
  }

  main .top-block .right .footer {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1.4rem;
  }

  main .top-block .right .footer .mail {
    margin: 0;
  }

  main .services  .services {
    grid-template-columns: 100%;
  }

  main .services .service .img {
    height: 60px;
  }

  main .services-list .right {
    padding: 0;
  }

  footer {
    padding-bottom: 4rem !important;
  }

  footer address {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1rem;
  }

  footer address .foot_phone {
    order: -1;
  }

  footer address .foot_phone > div {
    display: none;
  }

  footer .dev {
    display: none;
  }

  footer .copy {
    min-height: unset;
    bottom: 1rem !important;
    font-size: 0.8rem;
  }

  footer nav .menu li:not(:first-child) {
    margin-left: 0.4rem;
  }
  
  footer nav .menu li a {
    font-size: 0.8rem;
  }
}

