@media (max-width: 1270.98px) {
    .header .container {
        max-width: 1270px;
    }
    
    .header__search input.form-control {
      width: 297px;
    }
    
    .menu a {
        font-size: 11px;
    }
    
    .header .header__contacts-item .btn__modal {
        font-size: 13px;
        line-height: 11px;
    }
    
    .header .header__bottom .row,
    .header .header__top .row.row-content {
        padding-right: 0;
    }
    
    .header .header__top .row {
        padding: 7px 0 8px 47px
    }
}

@media (max-width: 1199.98px) {
  .header .header-search input.form-control {
    width: 250px;
  }
  .header .header__sociate {
    max-width: 150px;
    width: 100%;
  }
  .header .header__sociate .social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100px;
    width: 100%;
  }
  .header .social__item-wrapper {
    margin-right: 0;
    margin-top: 6px;
    width: 30%;
  }
  .header .header__bottom .header__contacts-item {
    margin-left: 7px;
  }
  .header__search input.form-control {
    width: 286px;
  }
  .footer__right-block {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .header__top {
    padding: 10px 0;
  }
  .header__logo {
    margin-right: 0;
  }
  .header .callback {
    margin-left: 20px;
  }
  .header .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .menu__item {
    width: 100%;
    position: relative;
  }
  .header .menu__item a {
    display: block;
    padding: 12px 45px 12px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .header .menu__item a.home-link {
    display: block;
    padding: 12px 45px 12px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
  .header .menu__item a.home-link::before {
    display: none;
  }
  .header .menu .dropdown__button {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 44px;
    height: 44px;
  }
  .header .menu .dropdown__button::after {
    content: "\e930";
    display: inline-block;
    vertical-align: middle;
    font-family: "feather";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .header .menu .dropdown__button--active::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header .menu ul.menu__dropdown {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
  }
  .header .menu ul.menu__dropdown::before {
    display: none;
  }
  .header .menu ul.menu__dropdown li.menu__item:first-child {
    padding-top: 10px;
  }
  .header .menu ul.menu__dropdown li.menu__item:last-child {
    padding-bottom: 10px;
  }
  .header .menu ul.menu__dropdown li.menu__item a {
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    padding: 5px 15px;
    background: transparent;
  }
  .header .menu ul.menu__dropdown li.menu__item--active a {
    color: #37AAF9;
    color: #4D9FD7;
    background: transparent;
  }
  .header .header__top .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7px 0px 8px 73px;
    margin: 0;
    width: 100%;
    background: linear-gradient(69deg, transparent 3%, #3949ab 0%);
  }
  .header .header__top-wrapper {
    width: 100%;
  }
  .header .header__soc-block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header .header__sociate .social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
  }
  .header .social__item-wrapper {
    margin-right: 6px;
    margin-top: 0px;
    width: 20px;
  }
  .header .social__item-wrapper:nth-last-child(1) {
    margin-right: 0;
  }
  .header .header__bottom .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
  }
  .btn__search {
    font-size: 34px;
    margin-left: 30px;
  }
  .menu__button {
    font-size: 40px;
  }
  .dits-news-form .dits-news-title {
    font-size: 24px;
    line-height: 30px;
  }
  .tab__nav-item {
    width: 50%;
  }
  .tab__nav-link {
    width: 100%;
    min-width: auto;
  }
  .navigation {
    position: fixed;
    z-index: 999;
    left: -100%;
    top: 0;
    width: 70%;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
  }
  .navigation--active {
    left: 0;
  }
  .footer__buttons-top {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__buttons-top .btn {
    margin-right: 0;
    margin-top: 10px;
  }
  .header__search {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    top: 0;
    right: 0;
    z-index: 100;
    display: none;
  }
  .header__search button.btn {
    z-index: 110;
    width: 50px;
  }
  .header__search .search-form {
    width: 100%;
    height: 100%;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff;
  }
  .header__search .form-inline {
    position: relative;
    border-radius: 5px;
  }
  .header__search .form-inline .input-group {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .header__search .form-inline .input-group-btn {
    height: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
  }
  .header__search .form-control {
    height: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #37AAF9;
  }
  .header__search .form-control::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #37AAF9;
  }
  .header__search .form-control::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #37AAF9;
  }
  .header__search .form-control:-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #37AAF9;
  }
  .header__search .form-control:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #37AAF9;
  }
  .header__search .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header__search .btn {
    border: none;
    padding: 0 30px;
    height: 100%;
    width: 100%;
    text-align: center;
    background: transparent;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #37AAF9;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
  }
  .header__search .btn:hover {
    color: #4D9FD7;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header__search .btn:hover .rg,
.header__search .btn:hover .fas,
.header__search .btn:hover .far,
.header__search .btn:hover .fab,
.header__search .btn:hover .feather {
    color: #4D9FD7;
  }
  .header__search .btn .rg,
.header__search .btn .fas,
.header__search .btn .far,
.header__search .btn .fab,
.header__search .btn .feather {
    margin: 0;
    color: #37AAF9;
    margin-right: 8px;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
  }
  .service-page .service__main:nth-child(4) {
    margin-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .header .header__top .row {
    padding-right: 20px;
    padding-left: 50px;
    background: linear-gradient(69deg, transparent 6%, #3949ab 0%);
  }
  .header .header__phone {
    margin-right: 10px;
  }
  .header__bottom {
    padding: 0;
  }
  .header .header__sociate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 102px;
  }
  .header__slogan {
    width: 100%;
  }
  .header__contacts-item {
    margin-left: 20px;
  }
  .header .header__contacts-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header .header__soc-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header .header__sociate .social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100px;
    width: 100%;
  }
  .header .social__item-wrapper {
    margin-right: 0;
    margin-top: 6px;
    width: 30%;
  }
  .btn__search {
    font-size: 26px;
  }
  .btn__search:hover {
    background: transparent;
    border-color: #e0e0e0;
    color: #37AAF9;
  }
  .slider__wrapper-main .slider {
    height: 400px !important;
  }
  .slider__wrapper-main .slider .slider__carousel-btn {
    width: 70px;
    height: 70px;
    background-size: 14px 26px;
  }
  .section__page {
    margin-top: 40px;
  }
  .advantages__item-wrapper:nth-child(3) {
    margin-top: 30px;
  }
  .section__page .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article__item-title {
    font-size: 20px;
    line-height: 24px;
  }
  .form__main-intro {
    max-width: none;
    margin-bottom: 40px;
  }
  .footer {
    text-align: center;
  }
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
  .footer__block:nth-child(1), .footer__block:nth-child(3) {
    margin-top: 0;
  }
  .footer__menu, .footer__contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__menu-item {
    margin-right: 0;
  }
  .footer__socials-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__title {
    padding-top: 15px;
  }
  .footer__block-item {
    padding-right: 0;
  }
  .footer__contacts-phone, .footer__contacts-mail {
    margin-top: 5px;
  }
  .footer__contacts-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__contacts-top, .footer__contacts-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__contacts-track, .footer__contacts-avia, .footer__contacts-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__contacts-avia, .footer__contacts-help {
    margin-top: 7px;
  }
  .footer__contacts-bottom {
    margin-top: 0;
  }
  .footer__contacts-link {
    margin-top: 7px;
  }
  .footer__buttons-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subscribe {
    padding: 30px 0;
    max-width: 320px;
    margin: 0 auto;
  }
  .stock__item {
    padding: 30px 20px;
  }
  .stock__item-title {
    font-size: 26px;
    line-height: 32px;
  }
  .news .row {
    margin-top: 25px;
  }
  .news__item {
    margin-top: 30px;
  }
  .block__header {
    text-align: center;
  }
  .row {
    margin-top: 30px;
  }
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .section__page-img {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
  }
  .about .section__page-text {
    padding: 0 5%;
    margin-top: 30px;
  }
  .purpose__item-wrapper {
    margin-top: 30px;
  }
  .purpose__item-wrapper:nth-child(1) {
    margin-top: 0;
  }
  .purpose__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  .purpose__item-description {
    margin-top: 30px;
    padding: 0 5%;
  }
  .purpose__item-title {
    text-align: center;
  }
  .purpose__item-style {
    text-align: center;
  }
  .purpose__item-img {
    background-size: cover;
    min-height: 180px;
    max-height: 180px;
  }
  .team__item-wrapper {
    margin-top: 30px;
  }
  .team__item-wrapper:nth-child(1), .team__item-wrapper:nth-child(2) {
    margin-top: 0;
  }
  .slider__wrapper {
    height: 400px;
  }
  .slider__wrapper .slider__carousel-btn {
    width: 70px;
    height: 70px;
    background-size: 14px 26px;
  }
  .insurance,
.associations,
.presentation,
.partners {
    margin-top: 40px;
  }
  .insurance__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .insurance__item-img {
    margin-top: 30px;
    max-width: 363px;
    max-height: 225px;
  }
  .associations .row {
    margin-top: 30px;
  }
  .associations__item-wrapper {
    margin-top: 30px;
  }
  .associations__item-img {
    max-width: 400px;
  }
  .associations__item-description {
    margin-top: 30px;
    padding: 0 5%;
  }
  .associations__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .associations__item.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .presentation__wrapper {
    height: 350px;
  }
  .presentation .prslider__item-img {
    max-width: 500px;
  }
  .presentation .prslider__item-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .presentation__btn {
    margin-top: 30px;
  }
  .service-page .service__main,
.service-page .service__main:nth-child(3),
.service-page .service__main:nth-child(4) {
    margin-top: 30px;
  }
}
@media (max-width: 680px) {
  .header .header__top .row {
    background: linear-gradient(69deg, transparent 10%, #3949ab 0%);
  }
  
  .header .header__top {
      padding-right: 20px;
  }
  
  
  .header .header__top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header__contacts-block,
.header .header__soc-block {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .header__mail {
    margin-right: 30px;
  }
  .header .header__phone {
    margin-right: 0;
  }
  .header .header__soc-block {
    margin-top: 20px;
  }
  .header .header__sociate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 160px;
    width: 100%;
    margin-right: 30px;
  }
  .header .header__sociate .social-block {
    width: 100%;
    max-width: 100%;
  }
  .header .social__item-wrapper {
    margin-right: 6px;
    margin-top: 0px;
    width: 20px;
  }
  .header .social__item-wrapper:nth-last-child(1) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .header .header__content {
    padding: 0;
  }
  .header .header__top {
    padding: 13px 20px 0 0;
  }
  .header .header__top .row {
    padding: 20px;
    background: linear-gradient(69deg, transparent 0%, #3949ab 0%);
  }
  .header .header__top-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header .header__mail {
    margin-right: 15px;
  }
  .header .header__sociate {
    margin-right: 15px;
  }
  .header .header__contacts-block {
    margin-right: 10px;
  }
  .header .header__soc-block {
    margin-top: 0;
  }
  .header .social__item-wrapper {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .header .header__bottom .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container {
    padding: 0 15px;
  }
  .page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 36px;
    font-size: 28px;
  }
  .page__header:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__logo a {
    font-size: 18px;
    line-height: 18px;
  }
  .header__logo-wrapper,
.header__contacts,
.header__contacts-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider__wrapper-main .slider {
    height: 320px !important;
  }
  .slider .slick-dots {
    top: 20px;
    left: 20px;
  }
  .slider__item-content {
    padding: 20px;
  }
  .slider__item-name {
    font-size: 26px;
    line-height: 32px;
  }
  .slider__item-text {
    font-size: 13px;
    line-height: 20px;
  }
  .ajax-search-item .search-img {
    width: 20%;
  }
  .ajax-search-item .search-title {
    width: 80%;
    font-size: 13px;
    line-height: 18px;
  }
  .modal {
    padding: 30px 15px 20px;
  }
  .modal__form-title {
    font-size: 24px;
    line-height: 28px;
  }
  .form__main {
    padding: 40px 25px 30px;
  }
  .form__main .btn {
    padding: 14px;
  }
  .section__page-img {
    min-height: 300px;
  }
  .price__table-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price__table-title {
    margin: 10px 15px 10px 0;
  }
  .price__table-dotted {
    display: none;
  }
  .price__table-cost {
    min-width: auto;
  }
  .price__list-title {
    font-size: 18px;
    line-height: 24px;
  }
  .prices__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prices__item-info {
    width: auto;
    margin-bottom: 10px;
  }
  .prices__item-price {
    width: auto;
  }
  .news__page-img,
.stock__page-img {
    padding: 30px;
    min-height: 350px;
    margin-bottom: 50px;
  }
  .news__page-header,
.stock__page-header {
    font-size: 30px;
    line-height: 38px;
  }
  .service__item-title,
.news__item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .news__item-right {
    padding-left: 20px;
  }
  .tab__nav-link {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .article__page-img {
    min-height: 300px;
  }
  .article__page-header {
    font-size: 30px;
    line-height: 36px;
  }
  .article__page-intro {
    font-family: "Futura PT", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
  .service {
    margin-top: 30px;
  }
  .service__item-photo {
    height: 180px;
  }
  .advantage__item {
    height: auto;
  }
  .advantage__item-img {
    height: 160px;
  }
  .advantages__item-wrapper {
    margin-top: 15px;
  }
  .advantages__item-wrapper:nth-child(2),
.advantages__item-wrapper:nth-child(3) {
    margin-top: 15px;
  }
  .advantages__item-wrapper:nth-child(3n) {
    padding-right: 15px;
  }
  .certificates__wrapper {
    height: 250px;
  }
  .reviews__carousel,
.certificates__carousel {
    margin-top: 60px;
  }
  .certificate__item img {
    height: auto;
    max-width: 330px;
  }
  .team__item-wrapper:nth-child(2) {
    margin-top: 30px;
  }
  .slider__wrapper {
    height: 300px;
  }
  .presentation .container {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .presentation__wrapper,
.presentation .slick-slider,
.presentation .slock-list {
    width: 100%;
  }
  .presentation .prslider__item-img {
    max-width: 350px;
  }
  .partners-slider__item {
    height: 50px;
    max-width: 140px;
  }
  .service-page .service__main,
.service-page .service__main:nth-child(2),
.service-page .service__main:nth-child(3),
.service-page .service__main:nth-child(4) {
    margin-top: 30px;
  }
  .page__contacts-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page__contacts-map .page__contacts-info {
    position: relative;
    top: auto;
    left: auto;
    background: transparent;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page__contacts-map iframe {
    min-height: 270px;
    margin-top: 20px;
  }
  .page__contacts-map .contacts-item {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}
@media (max-width: 455px) {
  .row {
    margin-top: 25px;
  }
  .header .header__top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header__contacts-block,
.header .header__soc-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  .header .header__soc-block {
    margin-top: 20px;
  }
  .header .header__mail {
    margin-right: 20px;
  }
  .header__contacts-item {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 22px;
  }
  .header__contacts-item:last-child {
    margin-bottom: 0;
  }
  .header__slogan {
    font-size: 9px;
  }
  .header__search .form-inline {
    padding-left: 40px;
  }
  .header__search .form-inline::before {
    width: 40px;
    font-size: 18px;
  }
  .header__search .form-control {
    font-size: 14px;
  }
  .header__search .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .header__search .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .header__search .form-control:-moz-placeholder {
    font-size: 14px;
  }
  .header__search .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .header__search .btn {
    padding: 0 10px;
    font-size: 14px;
  }
  .slider__wrapper-main .slider .slider__carousel-btn,
.slider__wrapper .slider__carousel-btn {
    width: 40px;
    height: 40px;
    background-size: 10px 20px;
  }
  .service__page-order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service__page-price {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .reviews__carousel,
.certificates__carousel {
    margin-top: 0px;
  }
  .reviews__carousel-btn,
.certificates__carousel-btn {
    width: 46px;
    height: 25px;
  }
  .certificate__item img {
    max-width: 260px;
  }
  .news__wrapper {
    margin-top: 30px;
  }
  .news__wrapper:nth-child(1) {
    margin-top: 0;
  }
  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 280px;
    height: 100%;
    margin-top: 0;
  }
  .news__item-img {
    height: 100%;
    width: 100%;
  }
  .news__item-right {
    padding-left: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news__item-intro {
    max-width: 100%;
  }
  .about .row {
    margin-top: 30px;
  }
  .partners-slider__item {
    height: 48px;
    max-width: 80px;
  }
  .presentation__wrapper {
    height: 220px;
  }
  .presentation .prslider__item-img {
    max-width: 290px;
  }
}
@media (max-width: 360px) {
  .header .btn__search {
    margin-left: 6px;
  }
  p,
.purpose__item-info,
.insurance__item-info {
    text-align: center;
  }
  .header__logo a {
    font-size: 16px;
    line-height: 16px;
    white-space: normal;
  }
  .search .form-inline {
    padding-left: 15px;
  }
  .search .form-inline::before {
    display: none;
  }
  .search .form-inline .btn {
    padding: 0 15px;
  }
  .certificate__item img {
    max-width: 210px;
  }
  .reviews__carousel-btn,
.certificates__carousel-btn {
    width: 36px;
  }
  .news .page__header-link {
    text-align: center;
  }
  .page__contacts-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page__contacts-map .page__contacts-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .page__contacts-map .page__contacts-address,
.page__contacts-map .page__contacts-block {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .page__contacts-map .contacts-item {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
}
@media (max-width: 280px) {
  .header .header__bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .menu__button-wrapper {
    margin-top: 10px;
  }
}