@media screen and (max-width: 1400px) {
    .calc-right {
        padding-right: 0;
    }
}
@media screen and (max-width: 1300px) {
    .about-wrap {
        align-items: flex-start;
    }
    .about-txt {
        padding-top: 20px;
    }
    .review-widget-top-part {
        padding-left: 40px;
        align-items: flex-start;
        width: auto;
    }
    .review-widget-top-part:first-child {
        padding-left: 0;
    }
    .contacts-wrap {
        justify-content: space-between;
    }
    .contacts-wrap-right {
        width: 100%;
    }
}
@media screen and (max-width: 1250px) {
    .about-add-txt {
        position: relative;
        width: 100%;
        transform: unset;
    }
    .about-txt {
        padding: 0;
    }
    .section-title {
        font-size: 76px;
        margin-bottom: 20px;
    }
    .section {
        margin-top: 65px;
    }
    .about-section{
        padding-bottom: 0;
    }
    .how-work-item {
        width: calc(25% - 15px);
    }
    .how-work-wrap {
        margin-top: 30px;
    }
    .our-works-slide {
        margin: 0 10px;
    }
    .our-works-slider {
        margin-top: 30px;
    }
    .section-prices {
        padding: 65px 0;
    }
    .section-subtitle {
        font-size: 30px;
    }
    .price-add-img {
        max-width: 100%;
    }
    .price-add-txt {
        right: -80px;
    }
    .calc-title {
        font-size: 30px;
    }
    .review-widget-txt br {
        display: none;
    }
    .review-widget-txt.long-txt {
        max-width: 200px;
    }
    .review-widget-top-part {
        padding-left: 3%;
    }
    .faq-qst {
        font-size: 30px;
    }
    .faq-wrap {
        margin-top: 0;
    }
    .articles-wrap {
        margin-top: 40px;
        gap: 20px;
    }
    .article-title {
        font-size: 20px;
        margin-top: 10px;
    }
    .article-item {
        width: calc(33.33% - 14px);
    }
}
@media screen and (max-width: 1150px) and (min-width: 901px) {
    .calc-right {
        width: 40%;
    }
    .calc-img {
        width: 100%;
        max-width: 100%;
    }
    .calc-total {
        width: 100%;
        min-width: 290px;
        padding: 0 20px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        height: 85px;
    }
    .calc-total-txt {
        margin-right: 5%;
    }
    .calc-value {
        width: 220px;
        height: 70px;
    }
    .calc-value select {
        padding: 0 35px 0 15px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .about-txt p {
        margin-bottom: 20px;
    }
    .about-wrap {
        align-items: center;
    }
    .prices-name {
        padding-right: 5px;
    }
    .prices-value {
        padding-left: 5px;
    }
    .prices-table {
        column-gap: 30px;
    }
    .contacts-wrap {
        gap: 5%;
    }
    .contacts-title {
        font-size: 36px;
    }
    .contacts-wrap-txt {
        max-width: 400px;
    }
    .footer-logo img {
        width: 180px;
    }
    .footer-top {
        gap: 30px;
    }
    .footer-contacts {
        gap: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .container {
        padding: 0 20px;
    }
    .top-section {
        height: 700px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .top-section-bg {
        height: 100%;
        width: auto;
        max-width: unset;
    }
    .menu {
        right: 20px;
    }
    .about-wrap {
        align-items: flex-start;
    }
    .about-add-txt {
        position: absolute;
        width: calc(50% - 15px);
        transform: unset;
        left: 0;
        right: unset;
        top: unset;
        bottom: 0;
        padding: 30px 40px;
    }
    .price-impact-txt {
        padding: 60px 20px 70px 30px;
    }
    .price-impact-img {
        width: 50%;
    }
    .price-add-txt {
        font-size: 18px;
        padding: 30px 115px 30px 60px;
    }
    .all-our-works {
        gap: 20px;
    }
    .all-our-works .our-works-slide {
        width: calc(33.333% - 14px);
    }
}
@media screen and (max-width: 900px) {
    .prices-table {
        column-count: 1;
        margin-bottom: 0;
    }
    .price-impact-title {
        margin-bottom: 30px;
    }
    .price-impact-txt li {
        margin-bottom: 20px;
    }
    .price-impact-txt {
        padding: 50px 20px 60px 30px;
    }
    .calc-wrap {
        flex-direction: column;
        gap: 0;
    }
    .calc-right {
        position: relative;
    }
    .calc-left {
        padding-bottom: 0;
    }
    .calc-btn {
        margin-top: 170px;
    }
    .calc-total {
        position: absolute;
        bottom: 100%;
        margin-bottom: 120px;
    }
    .calc-img {
        margin-top: 30px;
    }
    .review-widget {
        margin-top: 30px;
    }
    .review-widget-top {
        flex-direction: column;
        gap: 30px;
    }
    .review-widget-top-part:nth-child(n) {
        width: 100%;
        padding: 0 20px 30px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        border-left: none;
    }
    .review-widget-top-part:last-child {
        border-bottom: none;
    }
    .review-widget-txt.long-txt {
        max-width: unset;
    }
    .review-widget-top {
        padding: 40px 30px 10px 30px;
    }
    .review-sort {
        margin-top: 40px;
    }
    .footer-menu {
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0;
    }
    .footer-contacts {
        flex-direction: column;
        gap: 0;
    }
    .footer-left {
        justify-content: flex-start;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .wp-block-heading {
        font-size: 30px;
    }
}
@media screen and (max-width: 800px) {
    .black-theme .wrapper-top {
        padding-top: 82px;
    }
    header {
        padding: 20px 0;
    }
    .logo {
        width: 200px;
    }
    .soc-btn {
        width: 40px;
        height: 40px;
        font-size: 15px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .menu-btn {
        height: 40px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .header-btns {
        gap: 25px;
    }
    .menu {
        position: fixed;
        top: 82px;
        margin-top: 0;
        right: -100%;
        bottom: 0;
        z-index: 10;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.122);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .menu.active {
        right: 0;
    }
    .black-theme .menu {
        background-color: #000104;
    }
    .header-line-menu {
        flex-direction: column;
        gap: 0;
    }
    .header-line-menu a {
        display: block;
        padding: 20px 20px;
        border-bottom: 1px solid rgba(255,255,255,.5);
        margin-left: 0;
    }
    .top-section {
        height: 100vh;
    }
    .top-sec-short-about {
        padding: 20px 30px;
    }
    .about-wrap-img {
        width: 100%;
    }
    .about-txt {
        width: 100%;
    }
    .about-add-txt {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }
    .about-wrap {
        gap: 0;
    }
    .how-work-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }
    .how-work-item {
        width: calc(50% - 10px);
        padding: 40px 20px;
    }
    .how-work-item i {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .prices-contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding-top: 30px;
    }
    .price-impact {
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .price-impact-txt:before {
        display: none;
    }
    .price-impact-txt {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
    }
    .price-impact-img {
        width: auto;
        max-width: 80%;
        margin-top: -260px;
        display: none;
    }
    .price-add {
        margin-top: 30px;
    }
    .review-item {
        flex-direction: column;
        padding: 30px 0 40px;
        gap: 20px;
    }
    .review-more-btn {
        margin-top: 40px;
    }
    .faq-qst {
        font-size: 24px;
        padding-top: 20px;
    }
    .faq-qst i {
        font-size: 20px;
    }
    .faq-item {
        padding-bottom: 0;
    }
    .faq-answ {
        padding-bottom: 30px;
    }
    .faq-answ p {
        margin-bottom: 10px;
    }
    .article-title {
        font-size: 18px;
    }
    .contacts-wrap {
        padding: 0 40px;
        gap: 1%;
    }
    .footer-top {
        flex-direction: column;
    }
    .footer-bottom>.container {
        flex-direction: column;
        gap: 20px;
    }
    .footer-left {
        align-items: center;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-right-title {
        text-align: center;
    }
    .footer-right-bottom .footer-right-title {
        margin-bottom: 20px;
    }
    .all-our-works {
        gap: 10px;
    }
    .all-our-works .our-works-slide {
        width: calc(33.333% - 7px);
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }
}
@media screen and (max-width: 700px) {
    .top-section-title {
        font-size: 41px;
    }
    .calc-value {
        width: 220px;
        height: 70px;
    }
    .calc-value select {
        padding: 0 35px 0 15px;
        font-size: 18px;
    }
    .contacts-wrap {
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }
    .contacts-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .contacts-title br {
        display: none;
    }
    .contacts-wrap-left {
        padding: 40px 0 110px;
    }
    .contacts-wrap .soc-btn-group {
        margin-top: 40px;
    }
    .contacts-wrap-txt {
        max-width: unset;
    }
    .contacts-wrap-right {
        max-height: 200px;
        overflow: hidden;
        justify-content: flex-end;
        align-items: flex-start;
        position: absolute;
        bottom: 0;
        right: 10%;
    }
}

@media screen and (max-width: 600px) {
    .menu-btn {
        width: 40px;
    }
    .menu-btn span {
        display: none;
    }
    .section-title {
        font-size: 56px;
    }
    .section {
        margin-top: 50px;
    }
    .section-prices {
        padding: 50px 0;
    }
    .section-subtitle {
        font-size: 18px;
        text-align: left;
    }
    .prices-wrap {
        background-color: #fff;
        padding: 40px 20px;
        margin-top: 30px;
    }
    .price-add-txt {
        width: 80%;
        right: -20px;
        bottom: unset;
        top: 100%;
        padding: 30px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        transform: translate(0, -50%);
    }
    .price-add-txt br {
        display: none;
    }
    .section-prices {
        padding-bottom: 100px;
    }
    .calc-wrap {
        margin-top: 30px;
        padding: 30px 20px 0 20px;
    }
    .calc-title {
        font-size: 24px;
    }
    .calc-total {
        width: 100%;
        height: 80px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        margin-bottom: 100px;
    }
    .calc-btn {
        margin-top: 126px;
    }
    .calc-img {
        max-width: 100%;
    }
    .articles-wrap {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }
    .article-item {
        width: 100%;
    }
    .article-item-img:before {
        padding-top: 50%;
    }
    .article-title {
        font-size: 20px;
    }

}
@media screen and (max-width: 500px) {
    .header-btns>.soc-btn-group {
        display: none;
    }
    .menu-btns {
        display: block;
    }
    .menu-btns .soc-btn-group {
        margin-bottom: 10px;
        justify-content: flex-start;
        gap: 20px;
    }
    .menu-btns .soc-btn-group a {
        margin-right: 0;
    }
    .top-section-title {
        font-size: 33px;
    }
    .menu-btns .soc-btn {
        height: 50px;
        width: 50px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
        font-size: 20px;
    }
    .menu-btns .soc-btn:hover {
        color: #fff;
    }
    .about-add-txt {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 30px 20px;
    }
    .about-wrap-img img {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px;
    }
    .how-work-item {
        width: 100%;
        padding: 40px 20px;
    }
    .our-works-slide {
        margin: 0 5px;
    }
    .our-works-link a {
        position: relative;
        bottom: unset;
        right: unset;
        text-align: center;
        display: block;
        margin: 30px auto 0;
    }
    .our-works-slider {
        padding-bottom: 80px;
    }
    .prices-name {
        white-space: normal;
    }
    .prices-item {
        font-size: 16px;
    }
    .price-add-txt {
        width: 90%;
        left: 5%;
        right: 5%;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }
    .calc-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .calc-value {
        width: 100%;
        height: 50px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .calc-value-inp {
        font-size: 20px;
    }
    .calc-value select {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .review-widget-top-part:nth-child(n) {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .review-widget-btn i.icon-profiru {
        font-size: 25px;
        margin-right: 15px;
    }
    .review-widget-btn i.icon-right-arr {
        font-size: 18px;
    }
    .review-widget-top-part>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .review-widget-top-part:last-child>div {
        flex-direction: column;
    }
    .review-widget-top-part img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .review-widget-top {
        gap: 20px;
    }
    .review-sort {
        width: 100%;
    }
    .review-item {
        padding: 20px 0 30px;
    }
    .review-item:last-child {
        border-bottom: none;
    }
    .review-more-btn {
        width: 100%;
        height: 70px;
        margin-top: 20px;
    }
    .article-item-img:before {
        padding-top: 77%;
    }
    .contacts-wrap-right {
        right: 20px;
    }
    .contacts-wrap {
        padding: 0 20px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
    }
    .contacts-wrap .soc-btn {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }
    .footer-menu {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer-right-bottom-wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer-conatacts-column {
        text-align: center;
    }
    .black-theme .wrapper-top {
        padding-top: 80px;
    }
    .menu {
        top: 80px;
    }
    .all-our-works .our-works-slide {
        width: calc(50% - 5px);
    }
}
@media screen and (max-width: 400px) {
    .top-section-title {
        font-size: 26px;
    }
    .yellow-points li {
        padding-left: 20px;
    }
    .top-sec-short-about {
        padding: 20px;
    }
    .section-title {
        font-size: 40px;
    }
    .prices-item {
        margin-bottom: 30px;
    }
    .prices-value {
        white-space: normal;
        text-align: right;
    }
    .prices-wrap {
        padding: 40px 10px;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .price-impact-txt {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        padding: 40px 10px 50px 10px;
    }
    .price-impact-img {
        margin-top: -220px;
    }
    .calc-wrap {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 40px 10px 0 10px;
    }
    .calc-total {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
        gap: 5px;
    }
    .calc-total-txt {
        width: 100%;
    }
    .calc-total-val {
        font-size: 28px;
    }
    .review-widget {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .review-widget-top {
        padding: 40px 10px 0 10px;
    }
    .review-widget-val {
        font-size: 30px;
    }
    .contacts-wrap-right {
        position: relative;
        right: unset;
        bottom: unset;
        justify-content: center;
    }
    .contacts-wrap-left {
        padding-bottom: 20px;
    }
    .contacts-wrap .soc-btn-group {
        margin-top: 25px;
    }

}
@media screen and (max-width: 350px) {
    .prices-item {
        font-size: 14px;
    }
    .prices-item:before {
        top: 8px;
    }
}