@media screen and (max-width: 1390px) {
    .fst-google-reviews-container {
        width: var(--width-container);
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --width-container: 960px;
    }

    .header-menu {
        margin-left: 0;
    }

    .header-right .call-btn {
        margin-right: 12px;
    }

    .footer-menus__item {
        margin-right: 48px;
    }

    .footer-links {
        width: 635px;
    }

    .custom-logo-link img {
        max-width: 200px;
    }

    .call-block-content {
        max-width: 580px;
        padding: 70px 0;
    }

    .call-block__image {
        width: calc(50% - 130px);
    }

    .how-item__wrapp {
        max-width: 500px;
    }

    .how-item__content {
        width: 100%;
    }

    .how-item__img img {
        max-width: 420px;
    }

    .recent-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1023px) {
    :root {
        --width-container: 720px;
    }

    .header-top {
        display: flex;
        align-items: center;
        width: var(--width-container);
        justify-content: space-between;
        padding: 12px 0;
    }

    .header-wrapper {
        z-index: 999;
        position: fixed;
        top: 0;
        right: -1000px;
        /* right: 0; */
        width: 100%;
        height: 100%;
        background: var(--dark-blue);
        -webkit-transition: var(--trans);
        -o-transition: var(--trans);
        transition: var(--trans);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-y: scroll;
    }

    .header-wrapper.active {
        right: 0;
    }

    .header-wrapper .logo {
        display: none;
    }

    .header-menu {
        width: var(--width-container);
        margin-left: auto;
        margin-right: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px;
    }

    .header-menu li {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .header-menu li a {
        font-size: 18px;
    }

    .mobile-menu-close {
        display: block;
        text-align: right;
    }

    .mobile-menu-close span {
        display: block;
        margin-left: auto;
        position: relative;
    }

    .mobile-menu-close span::before {
        content: '';
        width: 20px;
        height: 20px;
        background: url('data:image/svg+xml,<svg viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.35355 6.64647L14 2.32756e-05L14.7071 0.70713L8.06065 7.35358L14.7071 14L14 14.7071L7.35355 8.06068L0.7071 14.7071L-7.62939e-06 14L6.64644 7.35358L-7.24196e-06 0.70713L0.7071 2.32756e-05L7.35355 6.64647Z" fill="%23FFFFFF"/></svg>');
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        position: absolute;
        top: calc(50% - 12px);
        right: 0;
    }

    .header-mobile {
        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;
    }

    .header-mobile-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .burger-menu {
        margin-left: 64px;
        width: 24px;
        cursor: pointer;
        z-index: 3;
        padding: 2px 0px;
    }

    .burger-menu span {
        display: block;
        border-bottom: 2px solid var(--white);
        border-radius: 10px;
        margin-left: auto;
    }

    .burger-menu span:nth-child(2) {
        margin: 5px 0px;
    }

    .header .custom-logo-link img {
        max-width: 100px;
    }

    .header {
        padding: 12px 0;
    }

    .head-title {
        font-size: 52px;
    }

    .block-padding {
        padding: 100px 0;
    }

    .title {
        font-size: 40px;
    }

    .footer {
        padding: 60px 0 24px;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-links {
        width: 100%;
    }

    .footer-menus {
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
    }

    .footer-links {
        margin-top: 40px;
    }

    .header-menu li a {
        font-size: 16px;
    }

    .header-right .call-btn {
        margin-right: 24px;
    }

    .header-right {
        margin-top: 36px;
    }

    .menu-item-has-children::after,
    .menu-item-has-children:hover::after {
        width: 18px;
        height: 9px;
        background-image: url('data:image/svg+xml,<svg viewBox="0 0 18 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 1L9 8L1 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        transform: rotate(0deg);
    }

    .menu-item-has-children:hover>a,
    .header-menu .menu-item-has-children a:hover {
        color: var(--white);
    }

    .menu-item-has-children:hover>.sub-menu {
        visibility: hidden;
    }

    .menu-item-has-children.active .sub-menu {
        visibility: visible !important;
        display: block;
    }

    .menu-item-has-children.active::after {
        transform: rotate(-180deg);
    }

    .header-menu .sub-menu {
        position: static;
        display: none;
    }

    .header-menu .sub-menu {
        width: 100%;
        padding: 24px 24px 0;
    }

    .header-menu .sub-menu li {
        margin-bottom: 24px;
    }

    .header-menu .sub-menu a {
        font-size: 15px;
    }

    .call-block__image {
        position: static;
        height: 320px;
        width: 100%;
    }

    .call-block-content {
        max-width: 100%;
    }

    .call-block-content,
    .call-block-content .title {
        text-align: center;
    }

    .how-item__img img {
        max-width: 300px;
    }

    .how-item__wrapp {
        max-width: 380px;
    }

    .how .title {
        max-width: 652px;
        margin-left: auto;
        margin-right: auto;
    }

    .cost-table tr th:nth-child(3),
    .cost-table tr th:nth-child(4),
    .cost-table tr td:nth-child(3),
    .cost-table tr td:nth-child(4) {
        max-width: 150px;
    }

    .recent-item {
        margin-left: 8px;
        margin-right: 8px;
        box-shadow: 0px 0px 20px 0px rgba(39, 39, 39, 0.08);
    }

    .recent-item:hover {
        border: none;
    }

    .recent-title {
        font-size: 20px;
    }

    .recent-price {
        font-size: 20px;
    }

    .recent-wrapper .slick-slider .slick-next {
        right: 12px;
    }

    .recent-wrapper .slick-slider .slick-prev {
        left: 12px;
    }

    .ready-ship .container {
        flex-direction: column;
    }

    .ready-ship-content {
        margin-bottom: 48px;
    }

    .ready-ship-content__img img {
        max-width: 80px;
    }

    .ready-ship-main__text {
        font-size: 16px;
    }

    .thank-title {
        font-size: 52px;
        line-height: 130%;
        max-width: 613px;
    }

    .thank-text {
        max-width: 613px;
    }

    .transit-table {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --width-container: 540px;
    }

    .head-title {
        font-size: 40px;
    }

    .title {
        font-size: 32px;
    }

    .footer-menus {
        flex-wrap: wrap;
    }

    .footer-menus__item {
        margin-bottom: 40px;
    }

    .footer-menus__item:last-child {
        margin-bottom: 0;
    }

    .call-block__image {
        height: 280px;
    }

    .call-block__phone {
        margin: 8px 0 32px;
    }

    .call-block-content {
        padding: 64px 0;
    }

    .how-item,
    .how-item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .how-item__img {
        text-align: center;
    }

    .how-item__img img {
        width: 100%;
        max-width: 380px;
    }

    .how-item__wrapp {
        margin-top: 24px;
        max-width: 100%;
    }

    .how-item__content h3 {
        margin-bottom: 16px;
    }

    .transit-table {
        width: 100%;
    }

    .cost-table tr th,
    .cost-table tr td {
        padding: 20px 5px;
        text-align: center;
    }

    .cost-table tr th {
        text-transform: none;
    }

    .cost-table tr th {
        font-size: 16px;
        line-height: 115%;
    }

}

@media screen and (max-width: 574px) {
    :root {
        --width-container: 380px;
    }

    .head-title {
        font-size: 30px;
        line-height: 130%;
    }

    .head {
        padding: 116px 0 153px;
    }

    .head-benefits__item {
        margin-bottom: 4px;
    }

    .head-benefits__item p {
        font-size: 14px;
    }

    .box-buttons,
    .header-right {
        flex-direction: column-reverse;
        width: 100%;
    }

    .box-buttons .btn,
    .header-right .btn {
        width: 100%;
    }

    .box-buttons .btn:last-child,
    .header-right .btn:last-child {
        margin-left: 0;
        margin-bottom: 24px;
    }

    .header-right {
        width: var(--width-container);
    }

    .block-padding {
        padding: 64px 0;
    }

    .fst-google-reviews {
        background-size: 300%;
    }

    .footer-menus {
        flex-direction: column;
    }

    .footer-menus__item {
        margin-right: 0;
    }

    .mobile-table {
        display: block;
    }

    .mobile-table-wrapper {
        padding: 18px 10px;
    }

    .mobile-table__item {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .mobile-table__item p {
        margin-bottom: 0;
        font-size: 16px;
        color: var(--black);
    }

    .mobile-table-wrapper .mobile-table__item:last-child {
        margin-bottom: 0;
    }

    .mobile-table-title {
        width: 110px;
        min-width: 110px;
        margin-right: 60px;
        font-weight: 600;
        color: var(--black);
    }

    .call-block .call-btn {
        width: 100%;
    }

    .call-block__image {
        display: none;
    }

    .how-item__content h3 {
        font-size: 24px;
    }

    .cost-table {
        display: none;
    }

    .cost .mobile-table .mobile-table-wrapper:nth-child(odd) {
        background: var(--white);
    }

    .cost .mobile-table .mobile-table-wrapper:nth-child(even) {
        background: #DFF4FF;
    }

    .cost-tab {
        width: 50%;
        padding: 0;
        padding-bottom: 10px;
        margin-bottom: 24px;
    }

    .cost-tab h3 {
        font-size: 18px;
    }

    .ready-ship-content {
        flex-direction: column;
    }

    .ready-ship-main {
        text-align: center;
    }

    .ready-ship-content__img {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .ready-ship {
        padding: 48px 0;
    }

    .ready-ship-main__title {
        font-size: 24px;
    }

    .ready-ship-content {
        margin-bottom: 23px;
    }

    .thank {
        padding: 140px 0 160px;
        text-align: left;
    }

    .thank-title {
        font-size: 30px;
    }

    .thank-text {
        font-size: 16px;
        line-height: 130%;
        margin: 16px 0 32px;
        max-width: 350px;
    }

    .thank .btn {
        width: 100%;
    }
}

@media screen and (max-width: 410px) {
    :root {
        --width-container: calc(100% - 30px);
    }

    .head {
        padding: 100px 0 130px;
    }

    .title {
        font-size: 26px;
    }

    .recent-img {
        height: 210px;
    }
}

@media screen and (max-width: 359px) {
    .head-title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 16px;
    }

    .head {
        padding: 80px 0 100px;
    }

    .footer-copyright p {
        font-size: 13px;
    }

    .head-benefits__item p {
        font-size: 13px;
    }

    .title {
        font-size: 22px;
    }

    .header-menu li {
        margin-bottom: 32px;
    }

    .call-block-content .title,
    .call-block__phone {
        font-size: 26px;
    }

    .cost-tab h3 {
        font-size: 16px;
    }

    .mobile-table-title {
        margin-right: 40px;
    }
}




/* Circle block - START */
@media screen and (max-width: 1279px) {
    .lib-circle-container {
        width: 960px;
    }

    .lib-title {
        font-size: 40px;
    }

    .lib-circle .lib-title {
        max-width: 440px;
    }

    .lib-circle__item:nth-child(1) .lib-circle__item-icon,
    .lib-circle__item:nth-child(3) .lib-circle__item-icon,
    .lib-circle__item:nth-child(5) .lib-circle__item-icon,
    .lib-circle__item:nth-child(7) .lib-circle__item-icon {
        margin-left: 20px;
    }

    .lib-circle__item:nth-child(2) .lib-circle__item-icon,
    .lib-circle__item:nth-child(4) .lib-circle__item-icon,
    .lib-circle__item:nth-child(6) .lib-circle__item-icon,
    .lib-circle__item:nth-child(8) .lib-circle__item-icon {
        margin-right: 20px;
    }

    /* items-7, 6 */
    .lib-circle-wrapper.items-7,
    .lib-circle-wrapper.items-6 {
        width: 372px;
        height: 372px;
    }

    .items-7 .lib-circle__item .lib-circle__item-icon,
    .items-6 .lib-circle__item .lib-circle__item-icon {
        width: 78px;
        height: 78px;
    }

    .items-7 .lib-circle__item .lib-circle__item-content,
    .items-6 .lib-circle__item .lib-circle__item-content {
        max-height: 78px;
    }

    .items-7 .lib-circle__item-title,
    .items-6 .lib-circle__item-title {
        font-size: 16px;
    }

    .items-7 .lib-circle__item-text,
    .items-6 .lib-circle__item-text {
        font-size: 14px;
        line-height: 142%;
    }

    .items-7 .lib-circle__item-content,
    .items-6 .lib-circle__item-content {
        width: 265px;
    }

    .items-7 .lib-circle__item:nth-child(1) .lib-circle__item-icon,
    .items-7 .lib-circle__item:nth-child(3) .lib-circle__item-icon,
    .items-7 .lib-circle__item:nth-child(5) .lib-circle__item-icon,
    .items-6 .lib-circle__item:nth-child(1) .lib-circle__item-icon,
    .items-6 .lib-circle__item:nth-child(3) .lib-circle__item-icon,
    .items-6 .lib-circle__item:nth-child(5) .lib-circle__item-icon {
        margin-left: 12px;
    }

    .items-7 .lib-circle__item:nth-child(2) .lib-circle__item-icon,
    .items-7 .lib-circle__item:nth-child(4) .lib-circle__item-icon,
    .items-7 .lib-circle__item:nth-child(6) .lib-circle__item-icon,
    .items-6 .lib-circle__item:nth-child(2) .lib-circle__item-icon,
    .items-6 .lib-circle__item:nth-child(4) .lib-circle__item-icon,
    .items-6 .lib-circle__item:nth-child(6) .lib-circle__item-icon {
        margin-right: 12px;
    }

    .items-7 .lib-circle__item:nth-child(7) {
        top: -125px;
        width: 320px;
        left: calc(50% - 320px / 2);
    }

    .items-7 .lib-circle__item:nth-child(7) .lib-circle__item-content {
        margin-bottom: 16px;
    }

    .lib-circle-wrapper.items-7 {
        margin-top: 160px;
    }

    .lib-circle-wrapper.items-6 {
        margin-top: 60px;
    }

    .items-7 .lib-circle__item:nth-child(1),
    .items-7 .lib-circle__item:nth-child(2),
    .items-6 .lib-circle__item:nth-child(1),
    .items-6 .lib-circle__item:nth-child(2) {
        top: 30px;
    }

    .items-7 .lib-circle__item:nth-child(5),
    .items-7 .lib-circle__item:nth-child(6),
    .items-6 .lib-circle__item:nth-child(5),
    .items-6 .lib-circle__item:nth-child(6) {
        bottom: 30px;
    }

    .items-7 .lib-circle__item:nth-child(2),
    .items-7 .lib-circle__item:nth-child(6),
    .items-6 .lib-circle__item:nth-child(2),
    .items-6 .lib-circle__item:nth-child(6) {
        right: -280px;
    }

    .items-7 .lib-circle__item:nth-child(1),
    .items-7 .lib-circle__item:nth-child(5),
    .items-6 .lib-circle__item:nth-child(1),
    .items-6 .lib-circle__item:nth-child(5) {
        left: -280px;
    }

    .items-7 .lib-circle__item:nth-child(3),
    .items-7 .lib-circle__item:nth-child(4),
    .items-6 .lib-circle__item:nth-child(3),
    .items-6 .lib-circle__item:nth-child(4) {
        top: 146px;
    }

    .items-7 .lib-circle__item:nth-child(4) {
        right: -320px;
    }

    .items-6 .lib-circle__item:nth-child(4) {
        right: -290px;
    }

    .items-7 .lib-circle__item:nth-child(3) {
        left: -320px;
    }

    .items-6 .lib-circle__item:nth-child(3) {
        left: -290px;
    }

    .items-6 .lib-circle__item:nth-child(3) .lib-circle__item-content,
    .items-6 .lib-circle__item:nth-child(4) .lib-circle__item-content {
        width: 240px;
    }

    /* items-6 */

}

@media screen and (max-width: 1023px) {

    .circle-block .subtitle.text-center,
    .circle-block .title.text-center {
        text-align: left;
    }

    .lib-circle-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 770px;
    }

    .lib-circle-wrapper {
        margin: 40px auto !important;
        border: none;
    }

    .lib-title {
        font-size: 30px;
    }

    .lib-circle .lib-title {
        max-width: 340px;
    }

    .lib-circle-wrapper.items-4,
    .lib-circle-wrapper.items-5,
    .lib-circle-wrapper.items-6,
    .lib-circle-wrapper.items-7,
    .lib-circle-wrapper.items-8 {
        width: auto;
        height: auto;
        border: none;
        border-radius: 0;
    }

    .items-7 .lib-circle__item:nth-child(7) {
        width: 100%;
    }

    .lib-circle__item {
        width: 100%;
        position: static;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
        text-align: left !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-radius: 8px;
        background: var(--black);
        margin-bottom: 20px;
        padding: 16px;
    }

    .lib-circle__item:last-child {
        margin-bottom: 0;
    }

    .lib-circle-img {
        display: none;
    }

    .lib-circle__item-icon {
        min-width: 80px;
        width: 80px !important;
        height: 80px !important;
        margin-left: 0 !important;
        margin-right: 16px !important;
        background-color: transparent;
    }

    .lib-circle__item-content {
        width: auto !important;
        max-height: 100% !important;
    }

    .lib-circle__item-title {
        font-size: 20px !important;
        line-height: 150% !important;
    }

    .lib-circle__item-text {
        font-size: 16px !important;
        line-height: 150% !important;
        color: var(--white);
        max-width: 552px;
    }

    .items-7 .lib-circle__item:nth-child(7) .lib-circle__item-content {
        margin-bottom: 0;
    }
}


@media screen and (max-width: 410px) {

    .lib-circle__item-icon {
        min-width: 68px;
        width: 68px !important;
        height: 68px !important;
        margin-right: 12px !important;
    }

    .lib-circle__item-title {
        font-size: 18px !important;
        line-height: 140% !important;
    }

    .lib-circle__item-text {
        font-size: 14px !important;
    }

}

@media screen and (max-width: 359px) {
    .lib-circle__item-icon {
        min-width: 60px;
        width: 60px !important;
        height: 60px !important;
    }

    .lib-circle__item-text {
        font-size: 13px !important;
        line-height: 140%;
    }

    .lib-circle__item-title {
        font-size: 15px !important;
    }

    .lib-circle__item {
        margin-bottom: 24px;
    }
}

/* Circle block - END */