@media screen and (max-width: 1700px) {
    .shipping-states-map {
        margin-right: -205px;
    }

    .states-background-top {
        left: -40px;
        top: -231px;
    }

    .states-background-bottom {
        left: 498px;
    }
}


@media screen and (max-width: 1600px) {
    .shipping-states-map {
        margin-right: -20px;
        max-width: 790px;
        height: auto;
    }

    .states-background-top {
        min-width: 1230px;
        width: 1230px;
        top: -159px;
        left: 57px;
    }

    .states-background-bottom {
        width: 435px;
        left: 489px;
        bottom: -53px;
    }

    .statesBlock {
        padding: 160px 0 45px;
    }
}


@media screen and (max-width: 1199px) {
    :root {
        --width-container: 960px;
    }

    .services-wrapper {
        margin: 40px 32px 0;
    }

    .slick-next {
        right: -48px;
    }

    .slick-prev {
        left: -48px;
    }

    .statesBlock-box {
        flex-direction: column-reverse;
    }

    .shipping-states-map {
        max-width: 100%;
        margin-right: 0;
    }

    .statesBlock {
        padding: 90px 0;
    }

    .states-background-top {
        min-width: 1475px;
        width: 1475px;
        top: -213px;
        left: -400px;
    }

    .states-info {
        margin-top: 24px;
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .states-info-content__items {
        display: flex;
    }

    .states-info__item:nth-child(2) {
        margin-left: 80px;
    }

    .states-background-bottom {
        width: 530px;
        left: 108px;
        bottom: 227px;
    }

    .how-item:nth-child(1):before,
    .how-item:nth-child(2):before {
        left: 136px;
        width: 160px;
    }

    .about-video-wrapper {
        max-width: calc(100% - 420px - 64px);
    }

    .ready-content {
        max-width: 580px
    }

    .ready-image {
        width: calc(50% - 130px)
    }

    .call-block-content {
        max-width: 580px;
        padding: 70px 0;
    }

    .call-block__image {
        width: calc(50% - 130px);
    }

    .how-transport-item__wrapp {
        max-width: 500px;
    }

    .how-transport-item__content {
        width: 100%;
    }

    .how-transport-item__img img {
        max-width: 420px;
    }

    .recent-title {
        font-size: 22px;
    }

    .ready-ship-content {
        max-width: 470px;
    }
}

@media screen and (max-width: 1023px) {
    :root {
        --width-container: 720px;
    }

    .header-top {
        display: none;
    }

    .header {
        height: auto;
        margin-top: 0;
    }

    .header-main {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .header .custom-logo-link img {
        max-width: 55px;
    }

    .header-wrapper .custom-logo-link,
    .header-wrapper .header-phone {
        display: none;
    }

    .header-box {
        width: var(--width-container);
        flex-direction: column;
        align-items: flex-start;
    }

    .header-menu {
        padding: 40px 0;
        width: 100%;
        flex-direction: column;
    }

    .header-menu li {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .header-last {
        margin-left: 0;
    }

    .header-btn {
        margin-left: 0;
    }

    .menu-item-has-children::after,
    .menu-item-has-children:hover::after {
        width: 18px;
        height: 9px;
        top: 4px;
        background-image: url('data:image/svg+xml,<svg width="18" height="9" 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: 40px 24px 0;
    }

    .header-menu .sub-menu li {
        margin-bottom: 32px;
    }

    .header-menu .sub-menu a {
        font-size: 15px;
    }

    .header-wrapper {
        z-index: 999;
        position: fixed;
        top: 62px;
        right: -1000px;
        /* right: 0; */
        width: 100%;
        height: 100%;
        background: var(--black);
        -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-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 11px 0;
    }

    .burger-menu {
        display: block;
        width: 26px;
        cursor: pointer;
        z-index: 3;
        position: relative
    }

    .burger-menu span {
        display: block;
        border-bottom: 2px solid var(--white);
        margin-left: auto;
        border-radius: 10px;
        transition: var(--trans)
    }

    .burger-menu span:nth-child(2) {
        margin: 6px 0
    }

    .burger-menu.close span:nth-child(1) {
        transform: rotate(45deg)
    }

    .burger-menu.close span:nth-child(2) {
        transform: scaleX(.1);
        opacity: 0;
        margin: 0;
        display: none
    }

    .burger-menu.close span:nth-child(3) {
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .head-title {
        font-size: 52px;
        line-height: 130%;
    }

    .head .subtext {
        margin: 8px 0 54px;
    }

    .title {
        font-size: 40px;
    }

    .block-padding .container {
        padding: 100px 0;
    }

    .footer-main {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .footer-links-item:last-child {
        margin-right: 0;
    }

    .footer-info {
        width: 244px;
    }

    .footer-links {
        margin-top: 48px;
    }

    .services-item__title {
        font-size: 20px;
    }

    .services-item__text {
        font-size: 14px;
        margin: 12px 0 20px;
    }

    .services-item {
        padding: 24px 20px;
    }

    .security-logo img {
        max-width: 160px !important;
    }

    .security-logos {
        margin-top: 40px;
    }

    .security-logos-wrapper {
        justify-content: space-around;
    }

    .statesBlock-box {
        margin-top: 54px;
    }

    .states-background-top {
        min-width: 1100px;
        width: 1100px;
        top: -89px;
        left: -298px;
    }

    .states-background-bottom {
        width: 396px;
        left: 81px;
        bottom: 246px;
    }

    .how-number {
        font-size: 40px;
    }

    .how-item__title {
        margin: 24px 0 8px;
        font-size: 24px;
    }

    .how-item:nth-child(1):before,
    .how-item:nth-child(2):before {
        left: 135px;
        width: 80px;
    }

    .about-wrapper {
        flex-direction: column-reverse;
    }

    .about-video-wrapper {
        height: 415px;
        width: 100%;
        max-width: 100%;
    }

    .about-content {
        margin-top: 64px;
        max-width: 100%;
    }

    .about-content__text {
        margin: 40px 0;
    }

    .ready-image {
        position: static;
        height: 320px;
        width: 100%
    }

    .ready-content {
        text-align: center;
        max-width: 100%;
        padding: 80px 0;
    }

    .ready-content .title {
        text-align: center
    }

    .ready-text {
        max-width: 688px;
        margin: 16px auto 32px
    }

    .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-transport-item__img img {
        max-width: 300px;
    }

    .how-transport-item__wrapp {
        max-width: 380px;
    }

    .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;
    }

    .transit-table {
        width: 100%;
    }

    .recent-item {
        margin-left: 8px;
        margin-right: 8px;
    }

    .recent-item:hover {
        border: none;
    }

    .recent-item:hover {
        outline: 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;
    }

    .recent-wrapper .slick-next {
        right: 0;
    }

    .recent-wrapper .slick-prev {
        left: 0;
    }

    .recent-wrapper .slick-arrow {
        background: rgba(0, 0, 0, 0.5);
        z-index: 3;
    }

    .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;
    }

    .ready-ship-content {
        max-width: 100%;
    }

    .thank-you {
        padding: 160px 0 280px;
    }

    .thank-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --width-container: 540px;
    }

    .head {
        padding: 200px 0 220px;
    }

    .footer-wrapper {
        flex-direction: column;
        position: relative;
    }

    .footer-info {
        position: static;
        order: 0;
        margin-top: 32px;
    }

    .footer .custom-logo-link {
        order: -1;
    }

    .footer-main {
        order: 2;
        margin-top: 60px;
    }

    .footer-links {
        width: 100%;
        margin-top: 0;
    }

    .footer-social {
        position: absolute;
        top: 14px;
        right: 0;
    }

    .security-logos-wrapper {
        justify-content: space-between;
    }

    .states-background-top {
        min-width: 880px;
        width: 880px;
        top: 13px;
        left: -263px;
    }

    .states-background-bottom {
        width: 330px;
        left: 41px;
        bottom: 250px;
    }

    .how-wrapper {
        flex-direction: column;
        margin-top: 40px;
    }


    .how-item:nth-child(1):before,
    .how-item:nth-child(2):before {
        display: none;
    }

    .how-content {
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        max-width: none;

    }

    .how-content p {
        width: 100%;
        margin-top: 24px;
    }

    .how-item {
        margin-bottom: 40px;
        flex-direction: column;
    }

    .how-item:last-child {
        margin-bottom: 0;
    }

    .how-item__title {
        font-size: 24px;
        max-width: calc(100% - 64px - 16px);
        margin: 0;
        margin-left: 16px;
    }

    .how-number {
        margin-bottom: 16px;
    }

    .about-video-wrapper {
        height: 315px;
    }

    .call-block__image {
        height: 280px;
    }

    .call-block__phone {
        margin: 8px 0 32px;
    }

    .call-block-content {
        padding: 64px 0;
    }

    .how-transport-item,
    .how-transport-item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .how-transport-item__img {
        text-align: center;
    }

    .how-transport-item__img img {
        width: 100%;
        max-width: 380px;
    }

    .how-transport-item__wrapp {
        margin-top: 24px;
        max-width: 100%;
    }

    .how-transport-item__content h3 {
        margin-bottom: 16px;
    }

    .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 {
        padding: 120px 0 180px;
    }

    .head-title {
        font-size: 40px;
    }

    .head .subtext {
        margin: 18px 0 40px;
    }

    .btn {
        width: 100%;
    }

    .header-last {
        width: 100%;
    }

    .block-padding .container {
        padding: 64px 0;
    }

    .title {
        font-size: 30px;
    }

    .footer-links {
        justify-content: space-between;
    }

    .footer-links-item {
        margin-right: 20px;
    }

    .services-wrapper {
        margin: 0;
        margin-top: 40px;
    }

    .services-item {
        border-bottom: 1px solid #B688F8;
    }

    .services-item:last-child {
        border-bottom: none;
    }

    .security-logo img {
        max-width: 115px !important;
    }

    .security-logos {
        padding: 48px 0;
    }

    .statesBlock {
        padding: 60px 0;
    }

    .states-info {
        width: 100%;
    }

    .states-info__title {
        font-size: 18px;
        line-height: 24px;
    }

    .states-info__title {
        padding: 20px;
    }

    .states-info-content {
        padding: 24px 20px 20px;
    }

    .states-info__item-title {
        font-size: 14px;
        line-height: 20px;
    }

    .states-info__item-text strong {
        font-size: 20px;
    }

    .states-info__item:nth-child(2) {
        margin-left: 40px;
    }

    .shipping-states-map {
        display: none;
    }

    .states-map {
        width: 100%;
        line-height: normal;
        padding-bottom: 90px;
    }

    .states-slider-mobile {
        display: block !important;
        margin-left: -10px;
        margin-right: -10px;
    }

    .states-table {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        border-top: 1px solid var(--black);
        border-left: 1px solid var(--black);
        ;
        margin: 0 10px;
    }

    .states-table__item {
        width: 50%;
        padding: 15px;
        line-height: 20px;
        border-bottom: 1px solid var(--black);
        border-right: 1px solid var(--black);
        text-transform: capitalize;
        cursor: pointer;
        text-align: center;
        background: transparent;
        color: var(--black);
    }

    .states-table__item.active {
        background: var(--color-primary);
        color: var(--black);
    }

    .states-slider-mobile .slick-arrow {
        font-size: 0;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        bottom: -64px;
        right: calc(50% - 56px);
        background: rgba(13, 11, 24, 0.20);
        padding: 0;
        outline: none;
        top: auto;
        bottom: -60px;
    }

    .states-slider-mobile .slick-arrow::before {
        content: '';
        width: 8px;
        height: 15px;
        background-image: url('data:image/svg+xml,<svg viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 13.5L7 7.5L1 1.5" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 7.5px);
        left: calc(50% - 2px);
    }

    .states-slider-mobile .slick-prev {
        right: auto;
        left: calc(50% - 56px);
    }

    .states-slider-mobile .slick-prev::before {
        transform: rotate(180deg);
        left: calc(50% - 5px);
    }

    .statesBlock-box {
        margin-top: 32px;
    }

    .states-info {
        margin-top: 0;
    }

    .states-background-bottom {
        bottom: -70px;
    }

    .about-content__text {
        margin: 32px 0 40px;
    }

    .about-content {
        margin-top: 48px;
    }

    .about-content__text p {
        font-size: 16px;
    }

    .about-video-wrapper {
        height: 230px;
    }

    .questions-details p {
        padding: 0 24px 24px 24px;
    }

    .ready-image {
        display: none;
    }

    .ready-content,
    .ready-content .title {
        text-align: left;
    }

    .ready-content {
        padding: 64px 0;
    }

    .ready-text {
        font-size: 16px;
        margin: 8px 0 32px;
    }

    .circle-call-buttons,
    .how-transport-call-buttons,
    .ready-ship-buttons {
        width: 100%;
        flex-direction: column-reverse;
    }

    .circle-call-buttons .btn-transparent-violet,
    .how-transport-call-buttons .btn-transparent-violet {
        margin-right: 0;
        margin-top: 24px;
    }

    .ready-ship-buttons .btn:last-child {
        margin-left: 0;
        margin-bottom: 24px;
    }

    .call-block .call-btn {
        width: 100%;
    }

    .call-block__image {
        display: none;
    }

    .how-transport-item__content h3 {
        font-size: 24px;
    }

    .how-transport .title {
        max-width: 316px;
        margin-left: auto;
        margin-right: auto;
    }

    .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: #AAB2C5;
    }

    .cost-tab {
        width: 50%;
        padding: 0;
        padding-bottom: 10px;
        margin-bottom: 24px;
    }

    .cost-tab h3 {
        font-size: 18px;
    }

    .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);
    }

    .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-you {
        padding: 130px 0 200px;
    }

    .thank-title {
        font-size: 30px;
        max-width: 335px;
    }

    .thank-text {
        margin: 32px 0;
    }

    .popup-call .popup-wrapper,
    .popup-call-thank .popup-wrapper {
        max-width: calc(100% - 30px);
    }

    .popup-call__image,
    .popup-call-thank .popup-call__image {
        height: 200px;
    }

    .popup-call-content,
    .popup-call__title,
    .popup-call__text,
    .popup-phone {
        text-align: left;
    }

    .popup .btn-transparent-violet,
    .maybe-later {
        width: 100%;
    }

    .popup-call-content {
        padding: 24px 20px;
    }

    .popup-call-thank .popup-call-content {
        padding: 24px;
    }

    .popup-call-thank .popup-call__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 410px) {
    :root {
        --width-container: calc(100% - 30px);
    }

    .popup-shipping-service-wrapper {
        padding: 24px 16px;
    }

    .popup-shipping-service__title {
        font-size: 21px;
    }

    .head-title {
        font-size: 38px;
    }

    .security-logo {
        width: calc(33% - 4px);
    }

    .security-logo img {
        max-width: 100% !important;
    }

    .states-info-content__items {
        justify-content: space-between;
    }

    .states-info__item:nth-child(2) {
        margin-left: 16px;
    }

    .states-table__item {
        font-size: 14px;
    }

    .states-info__title {
        font-size: 16px;
    }

    .head-benefits {
        flex-direction: row;
    }

    .head-benefits__item {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .head-benefits__item:last-child {
        max-width: 91px;
    }

    .head-benefits__item p {
        font-size: 14px;
    }

    .head-benefits__item img {
        margin-right: 0;
        margin-bottom: 4px;
    }

    .head .subtext {
        margin: 16px 0 40px;
    }

    .head-benefits {
        margin-bottom: 40px;
    }

    .head .subtext {
        font-size: 17px;
    }

    .head {
        padding: 120px 0 100px;
    }

    .recent-img {
        height: 210px;
    }

    .thank-text {
        font-size: 16px;
    }

    .popup-call__title {
        font-size: 24px;
    }

    .popup-call-thank .popup-call-content {
        padding: 24px 11px;
    }
}

@media screen and (max-width: 359px) {
    .popup-shipping-service__title {
        font-size: 19px;
    }

    .head-title {
        font-size: 34px;
    }

    .subtext {
        font-size: 16px;
    }

    .header-menu li {
        margin-bottom: 42px;
    }

    .title {
        font-size: 28px;
    }

    .security-logos {
        padding: 30px 0;
    }

    .states-info-content__items {
        flex-direction: column;
    }

    .states-info__item:nth-child(2) {
        margin-left: 0;
    }

    .how-item__title {
        font-size: 22px;
    }

    .about-video-wrapper {
        height: 195px;
    }

    .questions-details summary h3 {
        font-size: 18px;
    }

    .questions-details summary {
        padding: 16px;
    }

    .questions-details p {
        padding: 0 16px 24px 16px;
    }

    .head-benefits {
        display: none;
    }

    .call-block-content .title,
    .call-block__phone {
        font-size: 26px;
    }

    .how-transport-item__content p {
        font-size: 14px;
    }

    .cost-tab h3 {
        font-size: 16px;
    }

    .mobile-table-title {
        margin-right: 40px;
    }

    .recent-img {
        height: 185px;
    }
}





/* 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;
        background: var(--black);
        margin-bottom: 20px;
        padding: 16px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.10);
    }

    .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: 16px !important;
        line-height: 130% !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 */