@media screen and (max-width: 1200px) {
  .container {
    width: 992px;
  }
  .header-logo a {
    display: block;
  }
  .header-logo img {
    display: block;
    max-width: 270px;
  }
  .main-content {
    width: 600px;
  }
  .main-content__title {
    font-size: 40px;
  }
  .main-services__item {
    width: 24%;
    height: 350px;
  }
  .main-subservices__item {
    width: 49%;
  }
  .main-subservices__item h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .advantages-container {
    display: block;
  }
  .advantages-content {
    margin-bottom: 40px;
    width: 100%;
  }
  .advantages-list {
    width: 100%;
  }
  .news-item {
    width: 304px;
    margin-right: 20px;
  }
  .news-item__image {
    height: 230px;
  }
  .news-item__title {
    font-size: 20px;
    line-height: normal;
  }
  .section-title h2 {
    font-size: 46px;
  }
  .contacts-content {
    width: 500px;
  }
  .contacts-map {
    width: 420px;
  }
  .connection-form .main-form__item {
    width: 100%;
  }
  .connection-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .connection-form .main-form__item {
    margin-bottom: 10px;
  }
  .connection-form .main-form__item:last-child {
    margin-bottom: 0;
  }
  .connection-form .main-form__btn {
    width: 100%;
  }
  .about-advantages__paragraph {
    font-size: 18px;
  }
  .about-advantages__item {
    width: 48.5%;
  }
  .about-advantages__count {
    width: 70px;
    height: 70px;
  }
  .about-advantages__count span {
    font-size: 35px;
  }
  .calc-block {
    display: block;
    background: transparent;
  }
  .calc-info {
    width: 100%;
    margin-top: 40px;
    height: auto;
    padding-bottom: 100px;
  }
  .calc-list {
    width: 100%;
    margin-left: 0;
  }
  .offer-slider__content {
    margin-left: 30px;
  }
  .offer-slider__image img {
    max-width: 473px;
    max-height: 346px;
  }
  .offer-title {
    font-size: 50px;
    line-height: 45px;
  }
  .whom-list__title {
    font-size: 25px;
    line-height: 30px;
  }
  .whom-list {
    margin-top: 40px;
  }
  .whom-list__item {
    width: 300px;
    margin-right: 25px;
  }
  .catalog-block__item {
    width: 48%;
    margin-right: 0;
  }
  .catalog-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .whom-list__image img {
    max-height: 80px;
    max-width: 80px;
  }
  .whom-list__title {
    margin-top: 20px;
  }
  .cart-list {
    width: 63%;
  }
  .product-order__price {
    line-height: 27px;
  }
  .product-order {
    margin-top: 50px;
  }
  .product-info {
    width: 450px;
  }
  .catalog-wrap {
    display: block;
  }
  .catalog-category {
    margin-top: 20px;
  }
  .reviews-wrapper {
    display: block;
  }
  .reviews-js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .reviews-figure {
    display: none;
  }
  .recommendation-slider .catalog-block__item {
    width: 100%;
  }
  .recommendation-slider.slider-config .slider-arrow {
    bottom: -19px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 768px;
  }
  .header-nav .header-menu__item {
    margin-right: 30px;
  }
  .header-contact {
    display: none;
  }
  .header-wrap {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .main {
    padding-top: 150px;
  }
  .main-img {
    display: none;
  }
  .main-content {
    width: 100%;
  }
  .main-services {
    display: block;
    padding-left: 0 !important;
  }
  .main-services .default-space {
    display: none !important;
  }
  .main-services::after {
    display: none !important;
  }
  .main-services__item {
    width: 100%;
    height: 171px;
    margin-bottom: 20px;
  }
  .main-services__item .main-services__info h2 {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 0;
  }
  .main-services__item .main-services__info {
    max-width: unset;
    bottom: 10px;
    left: 15px;
  }
  .advantages {
    padding-top: 40px;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .advantages-list__item {
    width: 48%;
  }
  .count-list__item {
    width: 150px;
  }
  .count-list__circle {
    width: 150px;
    height: 150px;
  }
  .count-list__circle span {
    font-size: 40px;
  }
  .related-news {
    padding-top: 162px;
  }
  .related-news.main-page {
    padding-bottom: 44px;
  }
  .related-news.main-page .news-wrap .news-item {
    width: 300px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
  .related-news.main-page .related-news__link {
    display: none;
  }
  .related-news.main-page .related-news__link.mobile {
    display: block;
    margin-top: 118px;
    text-align: center;
  }
  .related-news.main-page .related-news__link a::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -5px;
  }
  .related-news__title {
    font-weight: bold;
    font-size: 35px;
    line-height: 44px;
    font-family: 'Merriweather', sans-serif;
  }
  .related-news__header {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .slider-config::after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    position: absolute;
    bottom: -60px;
    background: #E0E0E0;
  }
  .slider-config .slider-arrow {
    top: unset;
    bottom: -80px;
    width: 50px;
    height: 50px;
  }
  .slider-config .left-arrow {
    right: 50px;
  }
  .news-slider {
    margin-top: 20px;
  }
  .partners-slider {
    margin-top: 22px;
  }
  .partners {
    padding-bottom: 140px;
  }
  .contacts-container {
    display: block;
  }
  .contacts-content {
    width: 100%;
  }
  .contacts-map {
    margin-top: 30px;
    width: 100%;
  }
  .count .container {
    padding-top: 40px;
  }
  .credits-container {
    display: block;
  }
  .credits-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .credits .contacts-btns {
    margin-top: 0;
  }
  .credits-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .credits .credits-menu {
    margin-left: 0;
    width: 350px;
  }
  .about .section-title {
    width: 100%;
  }
  .about .section-title {
    padding-bottom: 30px;
  }
  .page-breadcrumbs {
    margin-bottom: 30px;
  }
  .about-advantages {
    display: block;
  }
  .about-advantages__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-advantages {
    margin-top: 0px;
  }
  .document {
    padding-top: 60px;
  }
  .document-slider__image {
    width: 147px;
  }
  .document-slider {
    margin-top: 25px;
  }
  .connection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .article-nav {
    display: none;
  }
  .article-content {
    width: 100%;
    margin-top: 0;
  }
  .article-content h2 {
    margin-top: 39px;
    font-size: 20px;
    line-height: normal;
  }
  .article-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 21px;
  }
  .article {
    background: #F4F5F9;
  }
  .article-content ul {
    margin-top: 15px;
    margin-bottom: 18px;
  }
  .article-content ul li {
    line-height: normal;
  }
  .blog .news-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog .news-item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .request-container {
    display: block;
  }
  .request-content figure {
    display: none;
  }
  .request-content {
    width: 100%;
  }
  .request-paragraph {
    margin-top: 17px;
  }
  .request-form {
    width: 100%;
    margin-top: 31px;
  }
  .request {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .offer-title {
    font-size: 40px;
  }
  .offer-slider__item {
    display: block !important;
    height: 100%;
    padding: 30px;
  }
  .offer-slider__content {
    max-width: 100%;
    margin: 0;
  }
  .offer-slider__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .offer-slider .slider-arrow.right-arrow {
    right: 20px;
  }
  .offer-slider .slider-arrow.left-arrow {
    right: 80px;
  }
  .offer-slider .slider-arrow {
    bottom: 30px;
  }
  .whom-list__item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .whom-list {
    display: block;
  }
  .cart-list {
    width: 100%;
  }
  .cart-wrapper {
    display: block;
  }
  .order-info {
    width: 100%;
    margin-top: 20px;
  }
  .cart-list__content {
    max-width: 404px;
  }
  .cart-list__title {
    line-height: 23px;
    margin-bottom: 10px;
  }
  .cart-wrapper {
    margin-top: 30px;
  }
  .product-wrapper {
    display: block;
  }
  .product-image {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .product-info {
    width: 100%;
    max-width: 100%;
  }
  .whom-list__item {
    margin-right: 0;
  }
  .catalog-filter {
    display: block;
  }
  .filter-list {
    margin-left: 0;
    margin-top: 20px;
  }
  .proposal-wrapper {
    display: block;
  }
  .proposal-content {
    padding-left: 0;
    margin-top: 40px;
  }
  .proposal-image {
    width: 100%;
    height: 300px;
  }
  .catalog-category {
    display: block;
  }
  .catalog-category__item {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #C1C1C1;
  }
  .catalog-category__item a::after {
    display: none;
  }
  .catalog-category__item:last-child {
    margin-bottom: 0;
  }
  .catalog-category::after {
    display: none;
  }
  .header-nav__offer {
    display: block;
  }
  .header-nav__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .header-search {
    width: 70%;
  }
  .header-search input {
    width: 100%;
  }
  .catalog-page {
    padding-top: 203px;
  }
  .price-services__title {
    font-size: 16px;
    padding: 20px;
  }
  .price-services__content {
    padding: 20px;
    padding-top: 0;
  }
  .main-services__item {
    width: 49%;
  }
  .main-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-services__item .main-services__info {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  
  .header-lang {
      margin-left: 0;
      margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 576px;
  }
  .header-btns {
    display: none;
  }
  .header-logo img {
    width: 158px;
  }
  .header-contacts {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .header-nav {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 37px;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
  }
  .header-nav .header-menu {
    display: block;
  }
  .header-nav .header-menu__item {
    margin-right: 0;
  }
  .header-nav .header-menu__item a {
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
  }
  .mobile-nav {
    display: block;
    margin-top: 185px;
    width: 100%;
    padding-bottom: 20px;
  }
  .mobile-nav .mobile-close {
    position: absolute;
    top: 11px;
    right: 11px;
  }
  .mobile-nav .header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .mobile-nav .header-btns button {
    width: 49%;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-nav .mobile-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-nav .mobile-wrap .header-contact {
    display: block;
  }
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-toggle {
    display: block;
    width: 30px;
    height: 10px;
    position: relative;
  }
  .header-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background: #363636;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-toggle span:nth-child(2) {
    top: unset;
    bottom: 0;
  }
  html.menu-open {
    overflow: hidden;
  }
  html.menu-open .header-nav {
    opacity: 1;
    pointer-events: all;
  }
  .main-content__title {
    font-size: 35px;
    line-height: normal;
  }
  .main {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .main-content__paragraph {
    font-size: 13px;
    line-height: normal;
    padding-left: 0;
    margin-top: 15px;
  }
  .main-content__paragraph::before {
    display: none;
  }
  .main-services {
    padding-left: 20px;
    overflow-x: auto;
  }
  .main-services::after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background: red;
  }
  .main-block {
    margin-bottom: 40px;
  }
  .main-services__item {
    width: 100%;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main-services__item:last-child {
    margin-right: 0;
  }
  .default-space {
    display: block;
    width: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main-subservices__item {
    width: 100%;
    height: 122px;
    margin-bottom: 10px;
  }
  .main-subservices__item h2 {
    font-size: 16px;
    line-height: normal;
  }
  .main-subservices__icon {
    top: 15px;
    right: 15px;
  }
  .main-subservices__icon img {
    width: 30px;
  }
  .section-title h2 {
    font-size: 35px;
    line-height: normal;
  }
  .article {
    padding-top: 90px;
  }
  .contacts-page {
    padding-top: 80px;
  }
  .advantages-content__paragraph {
    margin-top: 8px;
    font-size: 16px;
    line-height: normal;
  }
  .advantages-content__btns {
    width: 100%;
    display: block;
    text-align: center;
  }
  .advantages-content__btns .main-btn:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .advantages-content__btns .main-btn:last-child {
    margin: 0 auto;
    margin-top: 19px;
  }
  .count .container {
    padding-top: 22px;
  }
  .count-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .count-list__item {
    width: 50%;
    margin-bottom: 32px;
  }
  .count-list__circle {
    margin: 0 auto;
  }
  .count-list__title {
    margin-top: 13px;
  }
  .count-list__circle span {
    font-size: 35px;
  }
  .count-list {
    margin-top: 27px;
  }
  .count {
    padding-bottom: 10px;
  }
  .partners {
    padding-top: 34px;
  }
  .partners-slider__item {
    padding: 0;
  }
  .partners-slider__name {
    margin-top: 16px;
  }
  .news-item__published {
    font-size: 13px;
    line-height: normal;
  }
  .news-item__content {
    margin-top: 25px;
  }
  .news-item__title {
    margin-top: 15px;
  }
  .news-item__link {
    font-size: 11px;
    margin-top: 26px;
  }
  .news-item__link svg {
    width: 20px;
    margin-left: 12px;
  }
  .related-news__link a {
    font-size: 13px;
  }
  .related-news {
    padding-top: 80px;
  }
  .contacts .section-title h2 span {
    font-size: 14px;
    padding: 8px 20px 11px 20px;
  }
  .credits-logo {
    display: none;
  }
  .credits-nav {
    width: 100%;
  }
  .credits .credits-menu {
    width: 100%;
    display: block;
  }
  .credits .credits-menu li {
    text-align: center;
  }
  .credits-right {
    display: block;
    margin-top: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .credits-contacts {
    text-align: center;
  }
  .credits .contacts-btns {
    display: block;
    margin-top: 17px;
  }
  .credits .contacts-btns button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .credits .contacts-btns button:last-child {
    margin-bottom: 0;
  }
  .credits-container {
    padding-bottom: 21px;
  }
  .about-advantages__paragraph {
    font-size: 15px;
  }
  .about-advantages__count {
    width: 46px;
    height: 46px;
    margin-right: 15px;
  }
  .about-advantages__count span {
    font-size: 20px;
  }
  .about-advantages__paragraph {
    line-height: normal;
  }
  .about {
    padding-top: 82px;
  }
  .document {
    padding-top: 29px;
  }
  .connection {
    padding-top: 32px;
    padding-bottom: 30px;
  }
  .connection-form {
    margin-top: 18px;
  }
  .blog .news-wrap {
    margin-top: 26px;
  }
  .calc-type {
    display: block;
  }
  .calc-type__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .calc-type__item:last-child {
    margin-bottom: 0;
  }
  .connection-block__paragraph {
    text-align: center;
  }
  .calc {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services .section-title {
    text-align: center;
  }
  .services-content {
    text-align: center;
    width: 100%;
  }
  .services-content .main-btn {
    margin: 0 auto;
  }
  .services {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .services-paragraph {
    margin-top: 20px;
    margin-bottom: 38px;
  }
  .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .price-list {
    padding: 20px 25px 20px 25px;
  }
  .price-list__item p {
    font-size: 16px;
    line-height: normal;
  }
  .price-list__item span {
    font-size: 16px;
  }
  .price {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .price-list {
    margin-top: 23px;
  }
  .offer {
    padding-top: 100px;
  }
  .offer-title {
    font-size: 35px;
  }
  .offer-slider__title {
    font-size: 25px;
    line-height: normal;
  }
  .offer-slider__text {
    margin-top: 15px;
  }
  .offer-slider__link {
    margin-top: 30px;
  }
  .offer-slider__image img {
    max-width: 100%;
    max-height: unset;
    display: block;
    width: 100%;
  }
  .catalog-block__item {
    padding: 20px;
  }
  .cart-list__item {
    display: block;
  }
  .cart-list__image {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .cart, .product {
    padding-top: 130px !important;
  }
  .filter-list__item {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .header-nav__offer {
    display: block;
  }
  .proposal {
    padding-top: 120px;
  }
  .main-services__item a::after {
    background: linear-gradient(339.79deg, #000000 -1.99%, rgba(0, 0, 0, 0) 66.2%) !important;
    opacity: 1;
  }
  .main-subservices {
    margin-top: 0;
  }
  .reviews-js {
    margin-top: 30px;
  }
  .catalog-page {
    padding-top: 163px;
  }
  .header-nav__wrap {
    display: block;
    margin-top: 0;
  }
  .header-search {
    width: 100%;
    margin-bottom: 15px;
  }
  .price-services__item {
    width: 100%;
  }
  .header-contact {
    margin-right: 0;
  }
  .main-services {
    overflow-x: unset;
  }
}

@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
  .main {
    background-size: 500px 500px;
  }
  .main-content__title {
    font-size: 32px;
  }
  .advantages-list__item {
    width: 100%;
  }
  .count-list__circle {
    width: 120px;
    height: 120px;
  }
  .slider-config::after {
    width: 50%;
  }
  .slider-config .slider-arrow {
    width: 40px;
    height: 40px;
  }
  .slider-config .slider-arrow svg {
    width: 16px;
  }
  .slider-config .left-arrow {
    right: 40px;
  }
  .news-slider .news-item {
    margin-right: 0 !important;
  }
  .contacts-info__item a {
    font-size: 12px;
    margin-top: 5px;
  }
  .contacts-info__item {
    width: 100%;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .contacts-map iframe, .contacts-map {
    height: 400px;
    width: 100%;
  }
  .credits .politic-container {
    display: block;
  }
  .credits .politic-link a {
    font-size: 11px;
    text-align: center;
  }
  .credits .politic-link {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts .section-title h2 span img {
    width: 10px;
  }
  .contacts .section-title h2 span {
    font-size: 8px;
    padding: 7px 15px 8px 15px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .popup-body {
    width: 100%;
    top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-overlay {
    background: #fff;
  }
  .popup-close {
    top: 15px;
    right: 15px;
  }
  .popup-title {
    text-align: center;
    font-size: 30px;
    line-height: normal;
  }
  .popup .main-form {
    margin-top: 25px;
  }
  .page-breadcrumbs {
    display: none;
  }
  .about .section-title h2 {
    font-size: 22px;
  }
  .about-note {
    padding: 20px 15px;
  }
  .article-content__title {
    font-size: 30px;
    line-height: normal;
  }
  .article-content ul li strong {
    display: block;
    line-height: normal;
    margin-top: 5px;
  }
  .article-content ul li {
    padding-bottom: 10px;
    display: block;
  }
  .blog .news-item {
    width: 100%;
  }
  .page-pagination__item {
    padding: 0 6px;
  }
  .page-pagination__item.arrow {
    padding: 0 15px;
  }
  .page-pagination__item.arrow svg {
    width: 20px;
  }
  .page-pagination__item:nth-last-child(2) {
    padding-right: 10px;
  }
  .page-pagination__item:nth-child(2) {
    padding-left: 10px;
  }
  .request {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .request-form .main-form__row {
    display: block;
  }
  .request-form .main-form__row .main-form__item {
    width: 100%;
  }
  .contacts {
    padding-top: 39px;
  }
  .contacts-page {
    padding-top: 80px;
  }
  .content-block h2 {
    font-size: 20px;
    line-height: normal;
  }
  .content-block p {
    line-height: normal;
  }
  .calc-list__header p {
    font-size: 15px;
    line-height: normal;
  }
  .calc-range .range-slider .noUi-value {
    font-size: 14px;
  }
  .calc-type__item p {
    font-size: 14px;
  }
  .calc-type__item {
    padding: 12px 20px;
  }
  .calc-list__item {
    margin-bottom: 37px;
  }
  .price-list__item {
    display: block;
    padding: 0;
    padding-top: 10px;
  }
  .services {
    height: 440px;
    padding-top: 80px;
    padding-bottom: 0;
  }
  .services .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offer-title {
    font-size: 25px;
    line-height: normal;
  }
  .offer-slider {
    margin-top: 30px;
  }
  .offer-slider__title {
    font-size: 20px;
  }
  .offer-slider .slider-arrow {
    width: 36px;
    height: 36px;
  }
  .offer-slider .slider-arrow svg {
    width: 16px;
  }
  .offer-slider .slider-arrow {
    bottom: 15px;
  }
  .offer-slider__item {
    padding: 25px;
  }
  .offer {
    padding-bottom: 50px;
  }
  .whom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .whom-list__item {
    padding: 20px 15px;
  }
  .whom-list__title {
    font-size: 20px;
    line-height: 20px;
  }
  .whom-list__title {
    margin-top: 15px;
  }
  .whom-list__paragraph {
    font-size: 16px;
    line-height: 19px;
  }
  .catalog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .catalog-block__item {
    width: 100%;
  }
  .catalog-block__title {
    font-size: 17px;
    line-height: 20px;
  }
  .catalog-block__load .load-more {
    font-size: 17px;
  }
  .catalog-block__item {
    margin-bottom: 30px;
  }
  .catalog-block {
    margin-top: 30px;
  }
  .product-block {
    padding: 20px;
  }
  .cart-title {
    font-size: 30px;
  }
  .product-image {
    width: 100%;
    max-width: 380px;
    height: unset;
  }
  .product-info__title {
    font-size: 25px;
    line-height: normal;
  }
  .product-services {
    display: block;
  }
  .product-services__item {
    margin-right: 0;
  }
  .product-order {
    display: block;
  }
  .product .cart-order {
    width: 100%;
  }
  .product-order__price {
    margin-left: 0;
    margin-top: 20px;
  }
  .product .desc-list {
    display: block;
  }
  .product .desc-list__item {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .product .desc-list__item:last-child {
    margin-bottom: 0;
  }
  .catalog-filter {
    padding: 20px;
  }
  .catalog.catalog-page {
    padding-top: 100px;
  }
  .proposal-image {
    height: 200px;
  }
  .proposal-content__title {
    font-size: 25px;
    line-height: normal;
  }
  .proposal-content {
    margin-top: 20px;
  }
  .proposal-content__paragraph {
    max-width: 100%;
  }
  .proposal-wrapper {
    padding: 0;
    padding-bottom: 50px;
  }
  .recommendation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recommendation-slider {
    margin-top: 20px;
  }
  .main-services__item {
    height: 200px;
  }
  .main-services__btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=media.css.map */