@media (max-width: 1260px) {
  .adress-item:last-child {
    display: none;
  }
  .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .company-item {
    margin: 20px 15px;
    width: calc(33.3333% - 30px);
  }
  .types-image {
    width: 100%;
  }
  .scope-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .scope-item {
    width: calc(25% - 30px);
    padding: 20px 12px;
  }
  .how-row {
    position: relative;
  }
  .how-left {
    position: relative;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .how-picture {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 70%;
  }
  .response-row {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .response-row .col-5 {
    width: 100%;
  }
  .response-row .col-7 {
    width: 100%;
    position: static;
  }
  .response-list {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

@media (max-width: 992px) {
  .promo-row {
    display: block;
  }
  .promo-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .promo-right {
    width: 100%;
  }
  .promo-picture {
    text-align: right;
    max-width: 500px;
    margin-left: auto;
  }
  .promo-picture-single {
    margin-right: auto;
  }
  .promo-image {
    width: 100%;
  }
  .promo-decor-one {
    top: 158px;
  }
  .promo-decor-thue {
    bottom: 101px;
    left: -143px;
  }
  .response-end {
    display: block;
  }
  .response .policy {
    margin-left: 0;
    margin-top: 15px;
  }
  .company-list {
    display: block;
    text-align: center;
  }
  .company-item {
    width: 100%;
  }
  .company-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .how-picture {
    height: 100%;
    bottom: 0;
  }
  .how-image {
    height: 100%;
  }
  .cat-item {
    width: calc(50% - 34px);
  }
  .contacts-row {
    display: block;
  }
  .contacts-row .col-6 {
    width: 100%;
  }
  .contacts-area {
    text-align: left;
  }
  .contacts-map {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    padding: 10px 0;
    border-width: 1px;
    border-color: #d9d9d9;
    border-style: solid;
    background-color: white;
    -webkit-box-shadow: 4.5px 5.362px 9px 0px rgba(0, 1, 1, 0.08);
            box-shadow: 4.5px 5.362px 9px 0px rgba(0, 1, 1, 0.08);
  }
  .header.show .header-right,
  .header.show .header-center {
    display: block;
  }
  .header-row {
    position: relative;
  }
  .header-mobile {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header-mobile-icon {
    display: inline-block;
    min-width: 30px;
    width: 30px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/header-mobile-icon.png);
  }
  .header-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-right {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: none;
  }
  .header-center {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
  .adress-list {
    display: block;
  }
  .adress-item {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .adress-item:last-child {
    display: block;
  }
  .adress-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .adress-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto;
  }
  .nav {
    background-color: transparent;
  }
  .nav-list {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .nav-item:hover, .nav-item:focus, .nav-item.active {
    background-color: transparent;
  }
  .nav-link {
    color: #252b41;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
  }
  .promo {
    text-align: center;
  }
  .promo-decor {
    display: none;
  }
  .promo-more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .promo-more-btn {
    margin: 10px;
  }
  .company-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company-left {
    width: 100%;
  }
  .company-right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .types-row {
    display: block;
  }
  .types .col-6 {
    width: 100%;
    margin: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .types-more {
    position: static;
  }
  .consult-row {
    display: block;
  }
  .consult-left {
    width: 100%;
  }
  .consult-right {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .how-row {
    display: block;
  }
  .how-left {
    width: 100%;
  }
  .how-right {
    width: 100%;
  }
  .how-picture {
    position: static;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .how-image {
    width: 100%;
    height: auto;
  }
  .use-image {
    height: 120px;
  }
  .better-body {
    padding-left: 0;
    padding-right: 0;
  }
  .better-list {
    margin: 0 -15px;
    font-size: 13px;
  }
  .better-item {
    width: calc(33.3333% - 30px);
    margin: 10px 15px;
  }
  .similar-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .similar-item {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .footer {
    padding-bottom: 30px;
  }
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .col-5 {
    width: 100%;
  }
  .footer .col-3 {
    width: 50%;
  }
  .footer .col-4 {
    width: 50%;
  }
  .preview-row {
    display: block;
  }
  .preview-row .col-3 {
    width: 100%;
  }
  .preview-row .col-9 {
    width: 100%;
    margin-top: 30px;
  }
  .preview-image {
    height: auto;
    max-width: 256px;
  }
  .single-wrapper {
    display: block;
  }
  .single-picture {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .news-wrapper {
    display: block;
  }
  .news-title {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .consult {
    margin-top: 25px;
  }
  .consult-body {
    margin: 0 -15px;
    padding: 30px 15px;
    text-align: center;
  }
  .consult-right {
    text-align: center;
  }
  .consult-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .scope-item {
    width: calc(33.3333% - 30px);
  }
  .use-list {
    display: block;
  }
  .use-item {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .use-item:last-child {
    margin-bottom: 0;
  }
  .use-image {
    height: auto;
  }
  .better-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .better-item {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .better-item:last-child {
    margin-bottom: 0;
  }
  .info-row {
    display: block;
  }
  .info-row .col-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-row .col-6:last-child {
    margin-bottom: 0;
  }
  .cat-item {
    width: 100%;
  }
  .indicator {
    text-align: center;
  }
  .indicator-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .indicator .col-4 {
    width: 100%;
  }
  .indicator .col-8 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 30px;
  }
  .way-title {
    text-align: center;
  }
  .way-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .way-item {
    width: 100%;
  }
  .way-picture {
    text-align: center;
  }
  .way-subtitle {
    text-align: center;
  }
  .way-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .how-blue {
    margin-left: auto;
    margin-right: auto;
  }
  .programs {
    text-align: center;
  }
  .programs-subtitle {
    margin-top: 40px;
  }
  .programs-subtitle:first-child {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .contacts-title {
    text-align: center;
  }
  .contacts-list {
    margin-top: 40px;
  }
  .contacts-item {
    margin-right: 15px;
  }
  .feedback-title {
    text-align: center;
  }
  .feedback-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .feedback-item {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .preview-body {
    padding: 25px 25px;
  }
  .news {
    margin-bottom: 50px;
  }
  .news-picture {
    margin-right: 0;
  }
  .news-image {
    width: 100%;
    height: auto;
  }
  .pagination {
    margin-top: 40px;
  }
  .pagination-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 425px) {
  .header-mobile {
    top: 5px;
  }
  .logo-picture {
    margin-right: 10px;
  }
  .logo-image {
    width: 50px;
  }
  .logo-text {
    font-size: 13px;
  }
  .promo-title {
    font-size: 24px;
  }
  .promo-descr {
    font-size: 14px;
  }
  .promo-list {
    margin-top: 20px;
    font-size: 14px;
  }
  .company {
    text-align: center;
  }
  .company-list {
    margin-left: 0;
    margin-right: 0;
  }
  .company-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .company-item:last-child {
    margin-bottom: 0;
  }
  .company-wrapper {
    display: block;
  }
  .company-picture {
    position: static;
    margin-right: 0;
  }
  .consult-info {
    display: block;
  }
  .consult-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .consult-title {
    font-size: 22px;
  }
  .scope-item {
    width: calc(50% - 30px);
  }
  .how {
    text-align: center;
  }
  .use {
    text-align: center;
  }
  .better {
    text-align: center;
  }
  .similar {
    text-align: center;
  }
  .similar-list {
    margin-left: 0;
    margin-right: 0;
  }
  .similar-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .similar-image {
    height: auto;
  }
  .info {
    text-align: center;
  }
  .info-item {
    margin-bottom: 20px;
  }
  .info-item:last-child {
    margin-bottom: 0;
  }
  .info-wrapper {
    display: block;
  }
  .info-picture {
    margin-right: 0;
  }
  .response-field {
    width: 100%;
  }
  .footer {
    text-align: center;
  }
  .footer .logo {
    position: static;
  }
  .footer .logo-body {
    display: block;
  }
  .footer .logo-picture {
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
    left: -10px;
  }
  .footer .col-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .col-4 {
    width: 100%;
  }
  .findus-wrapper {
    display: block;
  }
  .findus-picture {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contacts {
    margin-top: 50px;
  }
  .contacts-list {
    margin-top: 40px;
    display: block;
  }
  .contacts-item {
    margin-right: 0;
  }
  .feedback-end {
    display: block;
  }
  .feedback .policy {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 375px) {
  .single-image {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=media.css.map */