 @media (max-width: 1300px) {
  .width-wrap {
    width: 100%;
    padding: 0 48px;
  }
  .nav-wrap .nav-item {
    margin-left: 0;
  }
  .width-wrap.nav-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 26px 10% 3px;
  }
  main#main {
    height: 375px;
  }
  main#main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 32%;
    height: 202px;
    width: 65.6%;
    background: white;
    border-radius: 0 8px 8px 0;
  }
  h1 + p {
    font-weight: normal;
    font-size: 20px;
    margin: 26px 0 27px;
  }
  .main-wrap {
    max-width: 85%;
  }
  h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 129%;
  }
  h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-top: 14px;
  }
  #main button.button {
    min-width: 244px;
  }
  .text-bg-white {
    background: rgb(255 255 255 / 85%);
    border-radius: 0 12px 12px 0;
    display: inline-block;
    padding: 22px 41px 31px 0;
  }
  .section {
    padding: 54px 0 32px;
  }
  .services-item {
    width: 48%;
  }
  section#love {
    padding: 0 48px;
    background-color: #2b2c35;
  }
  #love .width-wrap {
    background-color: white;
    border-radius: 14px;
    margin: 0 auto;
    width: 100%;
    padding: 30px 39px;
  }
  .love-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 21px 0 42px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 57px 12%;
  }
  .love-item {
    font-size: 24px;
    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;
    font-weight: bold;
    max-width: 25%;
    text-align: center;
    line-height: 124%;
  }
  .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-img {
    background-size: cover;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 512px;
    border-radius: 14px;
    margin-left: 0;
    margin-bottom: 26px;
  }
  img.img-pattern-1.abs {
    left: 0;
    top: 0px;
  }
  .title {
    font-size: 48px;
    margin-bottom: 19px;
    font-weight: bold;
    line-height: 120%;
  }
  .separator {
    width: 67%;
  }
  .tr-item {
    border-left: 2px solid;
    font-size: 32px;
    width: 47%;
    line-height: 125%;
    padding-left: 23px;
    max-width: 100%;
    font-weight: 600;
    padding-right: 20px;
    padding-bottom: 41px;
    margin-bottom: 23px;
  }
  .tr-item b {
    display: block;
    font-size: 48px;
    line-height: 100%;
    padding: 46px 0 10px;
  }
  .tr-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 29px 0 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-img.about-img2 {
    height: 490px;
  }
  .bg-bottom {
    background-position: top;
  }
  p.text-small {
    font-size: 20px;
    line-height: 128%;
    padding: 10px 0;
  }
  form.form {
    background: #fbbd32;
    padding: 26px 27px;
    border-radius: 10px;
    margin: 0 0 51px;
  }
  .form .title + p {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0;
    line-height: 124%;
  }
  .form .custom-input {
    width: 31.5%;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  footer {
    padding: 22px 0;
  }
  .footer-item {
    max-width: 47%;
    width: 44%;
  }
  footer .width-wrap.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 10%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer {
    padding: 33px 0;
  }
  #main.main-small {
    height: 301px;
  }
  .flex-vertical {
    padding-top: 0;
  }
  .case-item {
    width: 48%;
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
  }
  .cases-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 17px 0 44px;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .quote-offer.bg-white.flex {
    border-radius: 12px;
    padding: 26px 23px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* font-size: 22px; */
    font-weight: bold;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .quote-offer button.button {
    padding: 15px 76px;
    margin: 0 0%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 26px;
  }
  #about .about-img {
    background-size: cover;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 373px;
    border-radius: 23px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  #about .about-img.about-img3 {
    height: 426px;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
  section#reviews {
    background: #2b2c35;
    padding-top: 17px;
    padding: 17px 50px;
  }
  .about-wrap.about-wrap-left {
    margin-top: 52px;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 34px;
  }
  .width-wrap.review-width-wrap {
    background: white;
    border-radius: 12px;
    padding: 24px 24px;
  }
  #reviews .overflow-x.custom-scrollbar {
    padding: 0;
    white-space: normal;
  }
  .review-item {
    border: 2px solid #fbbd32;
    border-radius: 12px;
    width: 100%;
    padding: 24px 24px 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #747474;
    margin-bottom: 24px;
  }
  .reviews-wrap {
    padding: 5px 0 0px;
    margin-bottom: 0;
    display: block;
    gap: 24px;
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    inline-size: auto;
  }
  .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 51px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-img {
    background-size: cover;
    border-radius: 12px;
    height: 462px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
    margin-bottom: 31px;
  }
  .contact-content {
    margin: 0 auto;
    width: 456px;
  }
  .contact-content p {
    font-size: 20px;
    line-height: 128%;
    padding: 0 63px 23px;
  }
  .overflow-x .review-item:nth-child(n + 4) {
    display: none;
  }
  .overflow-x .reviews-wrap-collapsed .review-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .cases-wrap.reviews-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    inline-size: -webkit-max-content;
    inline-size: -moz-max-content;
    inline-size: max-content;
  }
  .about-img.about-img3 {
    height: 490px;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
    background-position: center;
  }
  .overflow-x .case-item {
    width: 320px;
    white-space: normal;
  }
  #handyman-about #about .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #handyman-about #about .about-img {
    height: 443px;
    margin-top: 30px;
  }
  #main.main-smallest {
    height: 324px;
  }
  .cases-wrap.cases-wrap-collapsed .case-item:nth-child(4) {
    display: block;
  }
  .cases-wrap.cases-wrap-collapsed .case-item:nth-child(n + 5) {
    display: none;
  }
  .lg-none {
    display: block;
  }
  .services-wrap.service-wrap-big .services-item {
    padding: 16px 21px 17px;
    width: 31%;
  }
  .services-wrap-5,
  .services-wrap-4,
  .services-wrap-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services-wrap-4.services-wrap.service-wrap-big .services-item,
  .services-wrap-2.services-wrap.service-wrap-big .services-item {
    width: 48%;
  }
  .services-item.services-item-long {
    width: 50%;
    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;
    text-align: center;
  }
}

/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------MOBILE------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
@media (max-width: 767px) {
  .width-wrap {
    width: 100%;
    max-width: 420px;
    padding: 0 24px;
  }
  .width-wrap.header-wrap.flex {
    display: block;
  }
  img.logo {
    margin-bottom: 48px;
  }
  .width-wrap.nav-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 28px 24px 0;
    -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;
    font-weight: 500;
  }
  .nav-wrap .nav-item {
    margin-left: 0;
    margin-bottom: 28px;
  }
  main#main {
    height: 384px;
  }
  main#main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 24%;
    height: 198px;
    width: 93.6%;
    background: white;
    border-radius: 0 12px 12px 0;
  }
  .main-wrap {
    max-width: 100%;
  }
  h1 + p {
    font-weight: normal;
    font-size: 16px;
    margin: 13px 0 14px;
    font-weight: 500;
  }
  /* #main button.button {
    min-width: 130px;
    font-size: 16px;
    padding: 13px 20px;
  } */
  .section {
    padding: 27px 0 27px;
  }
  .title {
    font-size: 24px;
    margin-bottom: 7px;
    font-weight: bold;
    line-height: 120%;
  }
  .services-item {
    width: 100%;
    height: 177px;
    padding: 0 10%;
    line-height: 120%;
  }
  .quote-offer {
    border-radius: 12px;
    padding: 19px 25px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* font-size: 22px; */
    font-weight: bold;
  }
  p.text-bold {
    font-size: 16px;
    font-weight: bold;
    line-height: 127%;
    padding-bottom: 21px;
  }
  .quote-offer h2 {
    font-weight: bold;
  }
  .services-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
    gap: 25px;
    padding: 10px 0 0px;
  }
  section#love {
    padding: 0 24px;
    background-color: #2b2c35;
  }
  #love .width-wrap {
    background-color: white;
    border-radius: 14px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 24px 29px;
  }
  .love-item {
    font-size: 16px;
    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;
    font-weight: bold;
    max-width: 100%;
    text-align: center;
    line-height: 112%;
    width: 100%;
  }
  #love button.button {
    width: 100%;
    font-size: 20px;
  }
  .about-img {
    background-size: cover;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 378px;
    border-radius: 14px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  p.text-small {
    font-size: 16px;
    line-height: 125%;
    padding: 11px 0;
  }
  .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .separator {
    width: 100%;
    margin: 12px auto;
  }
  #about .title {
    font-size: 24px;
  }
  .tr-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 22px 0 0;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .tr-item {
    text-align: center;
    border-left: 0;
    border-top: 2px solid;
    font-size: 24px;
    width: 100%;
    max-width: 100%;
    line-height: 125%;
    padding-left: 23px;
    font-weight: 600;
    padding-right: 20px;
    padding-bottom: 41px;
    margin-bottom: 0;
    padding: 10px 10% 50px;
  }
  .tr-item b {
    display: block;
    font-size: 32px;
    line-height: 100%;
    padding: 17px 0 10px;
  }
  img.img-pattern-1,
  img.img-pattern-2 {
    display: none;
  }
  section#about {
    padding-bottom: 6px;
  }
  .full-img {
    width: calc(100% - 50px);
    margin: 0 auto;
    border-radius: 12px;
  }
  .form .title + p {
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0;
    line-height: 124%;
  }
  .form .title {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .form .custom-input {
    width: 100%;
  }
  .custom-input {
    font-weight: bold;
    font-size: 16px;
    background: white;
    border-radius: 10px;
    height: 43px;
    padding: 0 10px;
    border: 2px solid white;
  }
  .form .custom-input.input-l {
    width: 100%;
  }
  button.button.small-button.button-submit {
    padding: 14px 26px;
    font-size: 16px;
  }
  form.form {
    background: #fbbd32;
    padding: 26px 27px;
    border-radius: 10px;
    margin: 0 0 25px;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .footer-item {
    max-width: 100%;
    width: 100%;
  }
  footer img.logo {
    margin-bottom: 19px;
  }
  p.copy {
    font-size: 13px;
    line-height: 124%;
    font-weight: 500;
    margin-top: 0;
  }
  .footer-nav a {
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 28px;
    margin-top: 11px;
  }
  .text-regular {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 14px;
  }
  h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 129%;
  }
  .text-bg-white {
    /* background: rgb(255 255 255 / 76%); */
    border-radius: 0 12px 12px 0;
    display: inline-block;
    padding: 23px 32px 24px 0;
  }
  .case-item {
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
  }
  .cases-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px 0 23px;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .case-img {
    width: 100%;
    background-size: cover;
    height: 228px;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .quote-offer .title {
    font-size: 25px;
  }
  .quote-offer button.button {
    padding: 12px 76px;
    margin: 10px 0% 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
    width: 100%;
    margin-right: 0;
  }
  a.text-medium {
    font-size: 17px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 14px;
    padding-top: 1px;
  }
  #about .about-img {
    height: 419px;
    background-position: center;
  }
  #about .about-wrap.about-wrap-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 28px;
  }
  #about .about-img.about-img3 {
    height: 186px;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
  section#reviews {
    background: #2b2c35;
    padding-top: 17px;
    padding: 9px 24px;
    max-width: 420px;
    margin: 0 auto;
  }
  #reviews .title {
    font-size: 24px;
  }
  .reviews-wrap {
    padding: 13px 0 0px;
  }
  .review-avatar {
    width: 64px;
    height: 64px;
    background-size: cover;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 7px;
  }
  .review-header.flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12px;
  }
  .review-name span {
    font-size: 16px;
  }
  .review-rating {
    height: 16px;
    margin: 7px 2px;
    background-size: contain;
    width: 95px;
    background-repeat: space repeat-x;
    background-repeat: space;
  }
  .rating-4 { 
    width: 73px; 
  }
  .review-date.flex {
    font-size: 14px;
    font-weight: 500;
    padding: 1px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
  .review-content {
    font-size: 16px;
    line-height: 132%;
    margin-top: 10px;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-clamp: 7;
    box-orient: vertical;
  }
  .overflow-x .case-item {
    width: 228px;
    white-space: normal;
  }
  .review-content strong {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
  }
  .overflow-x .case-item {
    width: 228px;
    white-space: normal;
    font-weight: 500;
    font-size: 16px;
  }
  .review-item {
    border: 2px solid #fbbd32;
    border-radius: 12px;
    width: 100%;
    padding: 11px 23px 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #747474;
    margin-bottom: 24px;
  }
  .contact-content {
    margin: 0 auto;
    width: 100%;
  }
  p.text-small {
    font-size: 16px;
    line-height: 125%;
    padding: 7px 6px 16px;
  }
  .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 21px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-img {
    background-size: cover;
    border-radius: 12px;
    height: 322px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
    margin-bottom: 18px;
  }
  .popup form.form {
    /* background: white; */
    padding: 20px 18px;
    margin: 0;
  }
  .popup .form .title + p {
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    line-height: 128%;
  }
  .popup .form .title {
    margin-bottom: 7px;
  }
  .close {
    position: absolute;
    right: 7px;
    top: -7px;
    z-index: 10;
    /* color: white; */
    font-size: 36px;
    cursor: pointer;
    padding: 10px;
  }
  .popup .form-wrap {
    margin: 12px 0px 12px;
    gap: 10px;
  }
  .nav-dropdown {
    right: auto;
    left: -21px;
  }
  .nav-dropdown a {
    text-align: left;
  }
  #about .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #main button.button {
    min-width: 244px;
    padding: 13px 30px;
    font-size: 20px;
  }
  .about-img.about-img3 {
    height: 264px;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
    background-position: center;
  }
  .about-img.about-img2 {
    height: 264px;
  }
  .about-wrap.about-wrap-left {
    margin-top: 47px;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
  }
  .full-img {
    width: calc(100% - 50px);
    margin: 0 auto 40px;
    height: 324px;
    background-position: center;
    border-radius: 12px;
  }
  #handyman-about #about .about-img {
    height: 313px;
    margin-top: 30px;
  }
  .quote-offer p + button.button {
    margin: 0 0 14px 0;
  }
  section.big-image { 
    background-size: cover;
    height: 392px;
  }
  .mt-5 {
    margin-top: 17px;
  }
  .big-image .flex-vertical {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 28px;
  }
  p.qoute-descr {
    font-weight: 500;
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    padding: 8px 0 4px;
  }
  .services-wrap.service-wrap-big .services-item {
    padding: 19px 21px 17px;
    width: 100%;
    height: auto;
  }
  .services-wrap-4.services-wrap.service-wrap-big .services-item,
  .services-wrap-2.services-wrap.service-wrap-big .services-item {
    width: 100%;
  }
  .about-img.mobile-horizonal {
    height: 163px;
  }
  #main.main-small {
    height: 301px;
    padding-top: 14%;
  }.sendform-response p {
    margin: 5vw 0;
    font-size: 4.1vw;
    line-height: 140%;
    color: green;
  }.sendform-response p small {
    font-size: 3vw;
    color: black;
  }.sendform-response{
    font-size: 4.1vw;
    margin: 7vw 0;
  }
}