@charset "UTF-8";
@media all and (min-width: 767px) {
  .app-header .menu-h.fixedPanel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

/*
@media all and (min-width: 940px) {
  .app-header .menu-h.fixedPanel {
    left: 50%;
    margin-left: -470px;
    right: auto;
    width: 940px;
  }
}

*/

@media all and (max-width: 1100px) {
  .reviews-block .tns-controls {
    display: none;
  }
  .reviews-block .tns-nav {
    display: block;
    margin-bottom: 5px;
  }
}

@media all and (min-width: 1025px) {
  .services-prices:before {
    content: "";
    position: absolute;
    right: 50%;
    max-width: 800px;
    width: 100%;
    bottom: 0;
    height: 190px;
    background: url("../imgs/services-prices-l.png") 100% 0 no-repeat;
  }

  .services-prices:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    max-width: 800px;
    bottom: 0;
    height: 190px;
    background: url("../imgs/services-prices-r.png") 100% 0 no-repeat;
  }
}


@media all and (max-width: 1600px) {
  .services-prices:before {
    left: 0;
  }
}
/*
@media all and (max-width: 1320px) {
  .services-prices:before {
    left: 0;
  }
}
*/

@media all and (max-width: 1024px) {

  .slider-inner-group .tns-controls-wrapper {
    margin-top: 10px;
  }

  .menu-h__db-content {
    width: 339px;
  }

}

@media all and (max-width: 940px) {
  .app-footer__content {
    padding: 15px 20px;
  }

  .app-footer .menu-h {
    display: none;
  }
}

@media all and (max-width: 862px) {

.app-header__logo {
	width: 360px;
}
.app-header__contacts {
	width: 360px;
}

.tag {
	font-size: 20px;
}

}

@media all and (max-width: 766px) {
  h1,
  .h1 {
    font-size: 26px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 19px;
  }

  .site-title {
    font-size: 26px;
  }

  .app__wrapper {
    padding-top: 0;
  }

  .app-header__top {
    padding: 0;
  }

  .app-header__bottom {
    padding: 7px 0 0;
  }

  .app-header__information {
    border: none;
    font-size: 14px;
    padding: 10px 10px;
  }

  .app-header__information .svg-icon {
    display: none;
  }

  .app-header__content {
    display: block;
    text-align: left;
	overflow: hidden;
  }

  .app-header__logo {
    margin: 7px 0 7px;
    text-align: center;
    display: block;
    width: auto;
  }

  .app-header__logo img {
    max-width: 400px;
  }

  .app-header__contacts {
    display: block;
	width: auto;
  }

  .app-header__phone {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
  }

  .app-header__callback-button .site-btn {
    font-size: 22px;
    padding: 7px 18px;
  }

  .app-header__phone a {
    margin-top: 8px;
    font-size: max(7vw, 30px);
  }
/*
  .app-header__callback-button {
    display: none;
  }
*/

/*
  .app-header .menu-h {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    display: none;
  }*/

/*  .app-header .menu-h.opened {
    opacity: 1;
    visibility: visible;
  }*/

/*  .app-header .menu-h.opened .menu-h__ul {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
*/
/*  .app-header .menu-h:before {
    display: none;
  }*/

/*  .app-header .menu-h__close {
    display: block;
  }*/

/*  .app-header .menu-h__ul {
    width: 300px;
    background: #52ac49;
    box-shadow: none;
    border: none;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    -webkit-overflow-scrolling: touch;
  }*/

/*  .app-header .menu-h__item {
    display: block;
    text-align: left;
  }*/

/*  .app-header .menu-h__item > a {
    padding: 16px 15px;
  }*/

  .app-header {
    padding-top: 30px;
  }

  .app-header .menu-h {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
  }

  .app-header .menu-h__ul .menu-h__item {
    display: none;
  }

  .app-header .svg-home {
    height: 25px;
    width: 28px;    
    margin-top: 2px;
  }

  .app-header .menu-h__ul .menu-h__item.burger,
  .app-header .menu-h__ul .menu-h__item.home, 
  .app-header .menu-h__ul .menu-h__item.call {
    display: inline-block;
  }

  .app-header .menu-h__ul .menu-h__item.burger {
    margin-right: 12px;
  }

  .app-header__burger {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 30px;
    cursor: pointer;
    display: none;
  }

  .app-header__burger span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    height: 18px;
    width: 20px;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
  }

  .app-header__burger span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
  }

  .menu-h__db .menu-h__ul.menu-top {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255, 0.20);
  }

  .menu-h__db .menu-h__ul {
    display: block;
  }

  .app__content {
    display: block;
  }

  .app__aside--left {
    margin: 20px 0 0;
  }

  .advantages-block {
    padding: 0;
  }

  .advantages-block__inner {
    margin-top: 0;
    padding-top: 15px;
  }

  .advantages-block__inner:before {
    display: none;
  }

  .advantages-block__title {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .advantages-block__title span {
    padding: 0 5px;
  }

  .advantages-block__body {
    display: block;
  }

  .advantages-block__column-title {
    margin-bottom: 20px;
  }

  .advantages-block__item-icon {
    -ms-flex: 0 0 30px;
        flex: 0 0 30px;
    margin-right: 10px;
  }

  .advantages-block__item-icon .svg-icon {
    width: 30px;
    height: 30px;
  }

  .callback-block__content {
    padding: 0 20px;
  }

  .callback-form-main__inner:before {
    height: 260px;
  }

  .callback-form-main__image {
    max-width: 268px;
  }

  .callback-form-main__image img {
    max-height: 300px;
  }

  .callback-form {
    max-width: 340px;
    width: 100%;
  }

  .callback-form__title {
    font-size: 22px;
    margin: 0 -15px 6px;
  }

  .callback-form__form {
    display: block;
    padding: 25px 20px;
  }

  .callback-form__item {
    margin-right: 0;
  }

  .callback-form--type2 {
    max-width: 620px;
  }

  .callback-form--type2 .callback-form__title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .callback-form--type2 .callback-form__title span {
    font-size: 18px;
  }

  .contacts-bottom__title {
    margin-top: -24px;
    margin-bottom: 15px;
  }

  .contacts-bottom__title span {
    padding: 9px 15px;
  }

  .contacts-bottom__body {
    display: block;
    padding: 0 10px 15px;
  }

  .contacts-bottom__content {
    margin: 0 0 15px;
  }

  .contacts-bottom__logo {
    margin: 0;
    text-align: center;
  }

  .informers-block__title {
    margin-bottom: 15px;
  }

  .informers-block__body {
    display: block;
  }

  .informers-block__item {
    text-align: center;
    margin-right: 0;
  }

  .link-block__inner {
    display: block;
  }

  .link-block__group {
    margin-right: 0;
  }

  .our-partners {
    padding: 20px 20px;
  }

  .our-partners__title {
    margin-bottom: 25px;
  }

  .our-partners__item {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    max-width: 40%;
    max-height: 75px;
  }

  .our-partners__item img {
    max-height: 75px;
  }

  .reviews-block {
    padding: 20px 20px 20px;
  }

  .reviews-block__title {
    margin-bottom: 25px;
  }

  .services-block__inner {
    padding: 25px 0 5px;
    display: block;
  }

  .services-block__item {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .services-prices {
    padding-top: 20px;
  }
  .menu-h.menu-footer {
    display: none;
  }
  .app-footer {
    padding-bottom: 0;
  }
  .about-us__inner {
    padding: 15px 0 17px;
  }
  .app-footer__inner {
    display: block;
  }
}

@media all and (max-width: 630px) {

  .site-table table,
  .site-table table td,
  .site-table table th {
    display: block;
    width: 100%;
  }

  .site-table table {
    background: none;
    margin-bottom: 15px;
  }

  .site-table table tr {
    background: #fff;
    border: 1px solid #a2a2a2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-table table th {
    font-size: 17px;
    line-height: 23px;
  }

  .site-table table td {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #a2a2a2;
  }

  .site-table table .mb-w {
    width: 50%;   
    border: 0;
    padding: 0 0 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .site-table table .mb-w + .mb-w {
    border-left: 1px solid #a2a2a2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .site-table table .mb-w strong {
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; 
    justify-content: center;
  }
  .site-table table .mb-w br {
    display: none;
  }

  .site-table table .mb-w + .mb-w .mb-title {
    border-left: 1px solid #fff;
    margin-left: -1px;
  }

  .site-table .mibile-hide {
    display: none;
  }

  .site-table table tr {
    margin-bottom: 20px;
  }
  .site-table table tr:first-child {
    margin-bottom: 10px;
    border: 0;
  }

  .site-table table tr:last-child {
    margin-bottom: 0;
  }

  .site-table .mb-title {
    display: block;
    padding: 10px;
    background: #52ac49;
    margin-bottom: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  .services-prices__more-button {
    margin-bottom: 7px;
  }
}

@media all and (max-width: 420px) {
  .about-us__inner {
    display: block;
    padding: 10px 0 15px;
  }

  .about-us__image {
    text-align: center;
    margin: 0 0 10px;
  }

  .about-us__text {
    font-size: 14px;
  }

  .callback-form-main__inner {
    display: block;
  }

  .callback-form-main__inner:before {
    display: none;
  }

  .callback-form-main__image {
    display: none;
  }

  .reviews-thumbs__inner {
    display: block;
    text-align: center;
  }

  .reviews-thumbs__photo {
    margin: 0 0 10px;
  }
  .app-header__phone a {
    font-size: max(8vw, 30px);
}

@media all and (max-width: 360px) {
  .app-header__bottom {
    padding: 1px 7px;
  }
  
  .app-header__phone a {
    font-size: max(8vw, 27px);
}
}