@media screen and (max-width: 1299px) {
    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --width-container: 960px;
        --header-height: 85px;
    }

    .header-right .btn {
        margin-left: 12px;
        padding: 15.5px 22px 14.5px;
    }

    .header-menu li {
        margin-right: 24px;
    }

    .logo img {
        max-width: 180px;
    }

    .slick-next {
        right: -20px;
    }

    .slick-prev {
        left: -20px;
    }

    .how-item__img img {
        max-width: 360px;
    }

    .recent-item {
        width: calc(33.33% - 8px);
    }

    .recent-img {
        height: 210px;
    }

    .ready-image {
        width: calc(50% - 200px);
    }
}

@media screen and (max-width: 1023px) {
    :root {
        --width-container: 720px;
        --header-height: 63px;
    }

    .header-wrapper {
        z-index: 999;
        position: fixed;
        top: 0;
        right: -1000px;
        /* right: 0; */
        width: 100%;
        height: 100%;
        background: #fff;
        -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;
    }

    .header-menu li {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .header-menu li a {
        font-size: 18px;
    }

    .header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-right .btn {
        margin-left: 0;
        margin-top: 32px;
    }

    .mobile-menu-close {
        display: block;
        width: var(--width-container);
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        padding: 14px 0;
    }

    .mobile-menu-close span {
        display: block;
        margin-left: auto;
        width: 40px;
        height: 40px;
        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="%230F1B24"/></svg>');
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        position: absolute;
        top: calc(50% - 12px);
        right: calc(50% - 10px);
    }

    .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 #043148;
        border-radius: 10px;
        margin-left: auto;
    }

    .burger-menu span:nth-child(2) {
        margin: 6px 0px;
    }

    .block-padding,
    .feedback {
        padding: 60px 0;
    }

    .how-item__content {
        width: 354px;
    }

    .how-item__img img {
        max-width: 300px;
    }

    .slick-next {
        right: -16px;
    }

    .slick-prev {
        left: -16px;
    }

    .feedback-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .header {
        padding: 10px 0;
    }

    .head {
        padding: 180px 0 80px;
        background-position: 40% center;
    }

    .head-title {
        font-size: 52px;
        line-height: 115%;
    }

    .head-content {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .head-bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        margin-top: 324px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .head-subtitle {
        margin: 8px 0 54px;
    }

    .title {
        font-size: 40px;
    }

    .how-subtitle {
        font-size: 16px;
    }

    .how-wrapper {
        margin: 46px 0 62px;
    }

    .how-item__content h3 {
        margin-bottom: 18px;
    }

    .how-item__content {
        padding-top: 70px;
    }

    .how-number {
        top: -5px;
    }

    .how-item {
        margin-bottom: 60px;
    }

    .cost-table tr th {
        padding: 24px 22px;
    }

    .transit-table {
        width: 100%;
    }

    .recent-wrapper {
        margin-left: -8px;
        margin-right: -8px;
    }

    .recent-item {
        margin-left: 8px;
        margin-right: 8px;
    }

    .ready-image {
        position: static;
        height: 320px;
        width: 100%;
    }

    .ready-content {
        text-align: center;
        max-width: 100%;
        padding: 90px 0;
    }

    .ready-content-buttons {
        justify-content: center;
    }

    .ready-content .title {
        text-align: center;
    }

    .ready-text {
        margin: 16px 0 32px;
    }

    .thank-wrapper {
        padding: 140px 0px 90px;
    }

    .thank-title {
        font-size: 44px;
        line-height: 52px;
    }

    .thank-text {
        margin: 12px auto 32px;
        max-width: 373px;
    }

    .page-wrapper {
        padding: 50px 0px;
    }

    .page-content {
        font-size: 16px;
        line-height: 28px;
    }

    .popup-call .popup-wrapper {
        width: 556px;
    }

    .popup-call-content {
        padding: 32px 24px 40px;
    }

    .popup-call__title {
        font-size: 24px;
    }

    .popup-call__image {
        height: 188px;
    }

    .popup-call-thank .popup-wrapper {
        width: 410px;
    }

    .popup-call-thank .popup-call__title {
        text-align: left;
    }

    .popup-call-thank .popup-call__image {
        height: 140px;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --width-container: 540px;
        --header-height: 60px;
    }

    .how-item,
    .how-item:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .header {
        padding: 8px 0;
    }

    .head {
        padding: 110px 0 42px;
    }

    .head-bottom {
        margin-top: 80px;
    }

    .head-subtitle {
        margin: 16px 0 54px;
    }

    .how-item__content {
        width: 100%;
        margin-top: 10px;
    }

    .cost-table tr th,
    .cost-table tr td {
        padding: 20px 5px;
        text-align: center;
    }

    .cost-table tr th {
        text-transform: none;
    }

    .recent-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .recent-item {
        max-width: 370px;
        min-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .recent-img {
        height: 240px;
    }

    .recent-wrapper .slick-next {
        right: 24px;
    }

    .recent-wrapper .slick-prev {
        left: 24px;
    }

    .center-block-btn .call-btn,
    .ready-content-buttons .call-btn {
        margin-right: 16px;
    }

    .big-buttons .btn {
        min-width: 250px;
    }
}

@media screen and (max-width: 574px) {
    :root {
        --width-container: 380px;
    }

    .head-title {
        font-size: 40px;
    }

    .head-subtitle {
        color: rgba(255, 255, 255, 0.80);
    }

    .btn {
        width: 100%;
    }

    .center-block-btn,
    .ready-content-buttons {
        flex-direction: column;
    }

    .center-block-btn .call-btn,
    .ready-content-buttons .call-btn {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .header-mobile-right .phone {
        display: none;
    }

    .head-bottom__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        max-width: 53px;
        margin-right: 70px;
    }

    .head-bottom__item p {
        margin-left: 0;
    }

    .title {
        font-size: 30px;
        line-height: 126%;
    }

    .slick-next {
        right: -10px;
    }

    .slick-prev {
        left: -10px;
    }

    .how-subtitle {
        max-width: 295px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-item__content h3 {
        font-size: 24px;
        line-height: 32px;
    }


    .mobile-table {
        display: block;
    }

    .mobile-table-wrapper {
        padding: 18px 10px;
    }

    .mobile-table__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
    }

    .mobile-table__item p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .mobile-table-wrapper .mobile-table__item:last-child {
        margin-bottom: 0;
    }

    .mobile-table-title {
        width: 125px;
        margin-right: 60px;
        font-weight: 500 !important;
    }

    .cost-table {
        display: none;
    }

    .cost .mobile-table .mobile-table-wrapper:nth-child(odd) {
        background: #fff;
    }

    .cost .mobile-table .mobile-table-wrapper:nth-child(even) {
        background: #F3F6FC;
    }

    .cost-tab {
        width: 50%;
        margin-bottom: 24px;
    }

    .recent-item {
        min-width: auto;
        max-width: none;
    }

    .recent-wrapper .slick-next {
        right: -10px;
    }

    .recent-wrapper .slick-prev {
        left: -10px;
    }

    .block-padding,
    .feedback {
        padding: 50px 0;
    }

    .recent-wrapper {
        margin-top: 32px;
    }

    .questions-details summary {
        padding: 16px 16px 16px 24px;
    }

    details[open]>summary {
        padding: 16px 16px 16px 24px;
    }

    .questions-details p {
        font-size: 14px;
        padding: 0px 24px 16px 24px;
    }

    .questions-details summary h3 {
        font-size: 18px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ready-content {
        padding: 60px 0;
    }

    .ready-image {
        display: none;
    }

    .footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 0 48px;
    }

    .footer-buttons {
        margin-top: 40px;
    }

    .footer-copyright p {
        font-size: 12px;
    }

    .footer-buttons .btn:first-child {
        margin-bottom: 16px;
    }

    .thank-img img {
        max-width: 100%;
    }

    .thank-wrapper {
        padding: 40px 0 50px;
    }

    .thank-title {
        font-size: 40px;
    }

    .thank-text {
        font-size: 16px;
        margin: 12px auto 40px;
        line-height: 150%;
        max-width: 296px;
    }

    .popup-call .popup-wrapper,
    .popup-call-thank .popup-wrapper {
        max-width: calc(100% - 20px);
    }

    .popup-call__image {
        height: 144px;
    }

    .popup-call-content {
        padding: 32px 16px;
    }

    .popup-call__list {
        padding: 24px 0px;
    }
}

@media screen and (max-width: 410px) {
    :root {
        --width-container: calc(100% - 30px);
    }

    .recent-title {
        font-size: 20px;
    }

    .popup-call__image {
        display: none;
    }

    .popup-call-content {
        padding: 56px 16px;
    }

    .popup-call__title {
        text-align: left;
    }

    .popup-call__text {
        text-align: left;
    }

    .popup-close__icon {
        background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.16113 19L18.8388 1.32233" stroke="%23252525" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.16113 1L18.8388 18.6777" stroke="%23252525" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

    .popup-call__list {
        margin: 20px 0 24px;
    }

    .popup-call__list li {
        align-items: flex-start;
    }

    .fill-form {
        display: inline-block;
        margin-top: 16px;
    }

    .popup-call-thank .popup-call__title {
        max-width: 250px;
    }
}

@media screen and (max-width: 359px) {
    .head {
        padding: 70px 0 42px;
    }

    .head-title {
        font-size: 34px;
    }

    .head-bottom__item {
        margin-right: 50px;
    }

    .feedback-slider {
        margin-top: 32px;
    }

    .feedback-item__text {
        font-size: 14px;
        line-height: 150%;
    }

    .how-item__img img {
        max-width: 100%;
    }

    .how-number {
        font-size: 100px;
        top: 5px;
    }

    .how-item__content {
        padding-top: 65px;
    }

    .how-wrapper {
        margin: 40px 0 24px;
    }

    .cost-tab h3 {
        font-size: 16px;
    }

    .title {
        font-size: 28px;
    }

    .mobile-table-title {
        width: 115px;
        margin-right: 30px;
    }

    .recent-img {
        height: 185px;
    }

    .thank-img {
        margin-top: 60px;
    }

}



/* Circle responsive */
@media screen and (max-width: 1320px) {
    .lib-circle-wrapper {
        width: 480px;
        height: 480px;
    }

    .lib-circle__item-icon {
        width: 102px;
        height: 102px;
    }

    .lib-circle__item-content {
        width: 260px;
        max-height: 102px;
    }

    .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: 25px;
    }

    .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: 25px;
    }

    .lib-circle-wrapper {
        margin-top: 37px;
    }

    /* items-5 */
    .lib-circle-wrapper.items-5 {
        margin-top: 180px;
    }

    .items-5 .lib-circle__item:nth-child(5) .lib-circle__item-content {
        margin-bottom: 20px;
    }

    .items-5 .lib-circle__item:nth-child(1),
    .items-5 .lib-circle__item:nth-child(2) {
        top: 120px;
    }

    .items-5 .lib-circle__item:nth-child(1) {
        left: -325px;
    }

    .items-5 .lib-circle__item:nth-child(2) {
        right: -325px;
    }

    .items-5 .lib-circle__item:nth-child(4) {
        right: -250px;
    }

    .items-5 .lib-circle__item:nth-child(3) {
        left: -250px;
    }

    /* items-6 */
    .items-6 .lib-circle__item:nth-child(3),
    .items-6 .lib-circle__item:nth-child(4) {
        top: 187px;
    }

    .items-6 .lib-circle__item:nth-child(2),
    .items-6 .lib-circle__item:nth-child(6) {
        right: -280px;
    }

    .items-6 .lib-circle__item:nth-child(1),
    .items-6 .lib-circle__item:nth-child(5) {
        left: -280px;
    }

    .items-6 .lib-circle__item:nth-child(4) {
        right: -320px;
    }

    .items-6 .lib-circle__item:nth-child(3) {
        left: -320px;
    }

    /* items-7 */
    .items-7 .lib-circle__item:nth-child(7) {
        left: calc(50% - 130px);
    }

    .items-7 .lib-circle__item:nth-child(3),
    .items-7 .lib-circle__item:nth-child(4) {
        top: 188px;
    }

    .items-7 .lib-circle__item:nth-child(2),
    .items-7 .lib-circle__item:nth-child(6) {
        right: -296px;
    }

    .items-7 .lib-circle__item:nth-child(1),
    .items-7 .lib-circle__item:nth-child(5) {
        left: -296px;
    }

    .items-7 .lib-circle__item:nth-child(4) {
        right: -335px;
    }

    .items-7 .lib-circle__item:nth-child(3) {
        left: -335px;
    }

    /* items-8 */
    .items-8 .lib-circle__item:nth-child(2),
    .items-8 .lib-circle__item:nth-child(8) {
        right: -230px;
    }

    .items-8 .lib-circle__item:nth-child(1),
    .items-8 .lib-circle__item:nth-child(7) {
        left: -230px;
    }

    .items-8 .lib-circle__item:nth-child(4),
    .items-8 .lib-circle__item:nth-child(6) {
        right: -330px;
    }

    .items-8 .lib-circle__item:nth-child(3),
    .items-8 .lib-circle__item:nth-child(5) {
        left: -330px;
    }

    .items-8 .lib-circle__item:nth-child(3),
    .items-8 .lib-circle__item:nth-child(4) {
        top: 115px;
    }

    .items-8 .lib-circle__item:nth-child(5),
    .items-8 .lib-circle__item:nth-child(6) {
        bottom: 115px;
    }
}


@media screen and (max-width: 1279px) {
    .lib-circle-container {
        width: 960px;
    }

    .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-5 */
    .lib-circle-wrapper.items-5 {
        width: 340px;
        height: 340px;
    }

    .items-5 .lib-circle__item .lib-circle__item-icon {
        width: 90px;
        height: 90px;
    }

    .items-5 .lib-circle__item .lib-circle__item-content {
        max-height: 90px;
    }

    .items-5 .lib-circle__item:nth-child(1),
    .items-5 .lib-circle__item:nth-child(2) {
        top: 80px;
    }

    .items-5 .lib-circle__item:nth-child(3),
    .items-5 .lib-circle__item:nth-child(4) {
        bottom: 0;
    }

    .items-5 .lib-circle__item:nth-child(2) {
        right: -325px;
    }

    .items-5 .lib-circle__item:nth-child(1) {
        left: -325px;
    }

    .items-5 .lib-circle__item:nth-child(5) {
        top: -155px;
    }

    .items-5 .lib-circle__item:nth-child(5) {
        left: calc(50% - 130px);
    }

    .items-5 .lib-circle__item:nth-child(4) {
        right: -290px;
    }

    .items-5 .lib-circle__item:nth-child(3) {
        left: -290px;
    }

    /* items-6 */
    .lib-circle-wrapper.items-6 {
        width: 377px;
        height: 377px;
    }

    .items-6 .lib-circle__item .lib-circle__item-icon {
        width: 80px;
        height: 80px;
    }

    .items-6 .lib-circle__item-content {
        max-height: 80px;
    }

    .items-6 .lib-circle__item-text {
        font-size: 15px;
        font-weight: 300;
        line-height: 166%;
    }

    .items-6 .lib-circle__item-title {
        font-size: 18px;
    }

    .items-6 .lib-circle__item-content {
        width: 240px;
    }

    .items-6 .lib-circle__item:nth-child(2),
    .items-6 .lib-circle__item:nth-child(6) {
        right: -265px;
    }

    .items-6 .lib-circle__item:nth-child(1),
    .items-6 .lib-circle__item:nth-child(5) {
        left: -265px;
    }

    .items-6 .lib-circle__item:nth-child(1),
    .items-6 .lib-circle__item:nth-child(2) {
        top: 30px;
    }

    .items-6 .lib-circle__item:nth-child(5),
    .items-6 .lib-circle__item:nth-child(6) {
        bottom: 30px;
    }

    .items-6 .lib-circle__item:nth-child(3),
    .items-6 .lib-circle__item:nth-child(4) {
        top: 147px;
    }

    .items-6 .lib-circle__item:nth-child(4) {
        right: -300px;
    }

    .items-6 .lib-circle__item:nth-child(3) {
        left: -300px;
    }

    .lib-circle__item .lib-circle__item-title {
        margin-bottom: 0;
    }

    .items-6 .lib-circle__item-text {
        line-height: 140%;
    }

    /* items-7 */
    .lib-circle-wrapper.items-7 {
        width: 372px;
        height: 372px;
    }

    .items-7 .lib-circle__item .lib-circle__item-icon {
        width: 78px;
        height: 78px;
    }

    .items-7 .lib-circle__item .lib-circle__item-content {
        max-height: 78px;
    }

    .items-7 .lib-circle__item-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .items-7 .lib-circle__item-text {
        font-size: 14px;
        line-height: 142%;
    }

    .items-7 .lib-circle__item-content {
        width: 220px;
    }

    .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 {
        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 {
        margin-right: 12px;
    }

    .items-7 .lib-circle__item:nth-child(7) {
        left: calc(50% - 115px);
        top: -120px;
    }

    .lib-circle-wrapper.items-7 {
        margin-top: 160px;
    }

    .items-7 .lib-circle__item:nth-child(1),
    .items-7 .lib-circle__item:nth-child(2) {
        top: 30px;
    }

    .items-7 .lib-circle__item:nth-child(5),
    .items-7 .lib-circle__item:nth-child(6) {
        bottom: 30px;
    }

    .items-7 .lib-circle__item:nth-child(2),
    .items-7 .lib-circle__item:nth-child(6) {
        right: -235px;
    }

    .items-7 .lib-circle__item:nth-child(1),
    .items-7 .lib-circle__item:nth-child(5) {
        left: -235px;
    }

    .items-7 .lib-circle__item:nth-child(3),
    .items-7 .lib-circle__item:nth-child(4) {
        top: 146px;
    }

    .items-7 .lib-circle__item:nth-child(4) {
        right: -270px;
    }

    .items-7 .lib-circle__item:nth-child(3) {
        left: -270px;
    }

    /* items-8 */
    .lib-circle-wrapper.items-8 {
        width: 343px;
        height: 343px;
    }

    .items-8 .lib-circle__item-icon {
        width: 74px;
        height: 74px;
    }

    .items-8 .lib-circle__item-content {
        max-height: 74px;
    }

    .items-8 .lib-circle__item-title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .items-8 .lib-circle__item-text {
        font-size: 13px;
        line-height: 145%;
    }

    .items-8 .lib-circle__item-content {
        width: 220px;
    }

    .items-8 .lib-circle__item:nth-child(1) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(3) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(5) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(7) .lib-circle__item-icon {
        margin-left: 13px;
    }

    .items-8 .lib-circle__item:nth-child(2) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(4) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(6) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(8) .lib-circle__item-icon {
        margin-right: 13px;
    }

    .items-8 .lib-circle__item:nth-child(2),
    .items-8 .lib-circle__item:nth-child(8) {
        right: -200px;
    }

    .items-8 .lib-circle__item:nth-child(1),
    .items-8 .lib-circle__item:nth-child(7) {
        left: -200px;
    }

    .items-8 .lib-circle__item:nth-child(3),
    .items-8 .lib-circle__item:nth-child(5) {
        left: -260px;
    }

    .items-8 .lib-circle__item:nth-child(4),
    .items-8 .lib-circle__item:nth-child(6) {
        right: -260px;
    }

    .items-8 .lib-circle__item:nth-child(3),
    .items-8 .lib-circle__item:nth-child(4) {
        top: 77px;
    }

    .items-8 .lib-circle__item:nth-child(5),
    .items-8 .lib-circle__item:nth-child(6) {
        bottom: 77px;
    }

    .items-8 .lib-circle__item:nth-child(1),
    .items-8 .lib-circle__item:nth-child(2) {
        top: -25px;
    }

    .items-8 .lib-circle__item:nth-child(7),
    .items-8 .lib-circle__item:nth-child(8) {
        bottom: -25px;
    }
}

@media screen and (max-width: 1023px) {
    .lib-circle-container {
        width: 720px;
    }

    .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: 12px;
    }

    .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: 12px;
    }

    .lib-circle__item .lib-circle__item-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .lib-circle__item-text {
        font-size: 14px;
        line-height: 150%;
    }

    .lib-circle__item-content {
        /* width: 180px; */
        width: 220px;
    }

    /* items-5 */
    .lib-circle-wrapper.items-5 {
        width: 278px;
        height: 278px;
    }

    .items-5 .lib-circle__item .lib-circle__item-icon {
        width: 75px;
        height: 75px;
    }

    .items-5 .lib-circle__item .lib-circle__item-content {
        max-height: 75px;
    }

    .items-5 .lib-circle__item:nth-child(5) .lib-circle__item-content {
        width: 290px;
    }

    .items-5 .lib-circle__item:nth-child(5) {
        left: calc(50% - 145px);
    }

    .items-5 .lib-circle__item:nth-child(5) .lib-circle__item-content {
        margin-bottom: 17px;
    }

    .items-5 .lib-circle__item:nth-child(5) {
        top: -125px;
    }

    .lib-circle-wrapper.items-5 {
        margin-top: 155px;
    }

    .items-5 .lib-circle__item:nth-child(2) {
        right: -255px;
    }

    .items-5 .lib-circle__item:nth-child(1) {
        left: -255px;
    }

    .items-5 .lib-circle__item:nth-child(1),
    .items-5 .lib-circle__item:nth-child(2) {
        top: 30px;
    }

    .items-5 .lib-circle__item:nth-child(4) {
        right: -230px;
    }

    .items-5 .lib-circle__item:nth-child(3) {
        left: -230px;
    }

    /* items-6 */
    .lib-circle-wrapper.items-6 {
        height: 300px;
        width: 300px;
    }

    .items-6 .lib-circle__item-text {
        font-size: 13px;
    }

    .items-6 .lib-circle__item-content {
        /* width: 180px; */
        width: 220px;
    }

    .items-6 .lib-circle__item .lib-circle__item-icon {
        width: 65px;
        height: 65px;
    }

    .items-6 .lib-circle__item .lib-circle__item-content {
        max-height: 65px;
        /* width: 180px; */
        width: 220px;
    }

    .items-6 .lib-circle__item:nth-child(2),
    .items-6 .lib-circle__item:nth-child(6) {
        /* right: -180px; */
        right: -220px;
    }

    .items-6 .lib-circle__item:nth-child(1),
    .items-6 .lib-circle__item:nth-child(5) {
        /* left: -180px; */
        left: -220px;
    }

    .items-6 .lib-circle__item:nth-child(3) {
        /* left: -220px; */
        left: -250px;
    }

    .items-6 .lib-circle__item:nth-child(4) {
        /* right: -220px; */
        right: -250px;
    }

    .items-6 .lib-circle__item:nth-child(1),
    .items-6 .lib-circle__item:nth-child(2) {
        /* top: 10px; */
        top: 0px;
    }

    .items-6 .lib-circle__item:nth-child(5),
    .items-6 .lib-circle__item:nth-child(6) {
        bottom: 10px;
    }

    .items-6 .lib-circle__item:nth-child(3),
    .items-6 .lib-circle__item:nth-child(4) {
        top: 114px;
    }

    /* items-7 */
    .lib-circle-wrapper.items-7 {
        width: 300px;
        height: 300px;
    }

    .items-7 .lib-circle__item:nth-child(7) .lib-circle__item-content {
        margin-bottom: 10px;
    }

    .items-7 .lib-circle__item .lib-circle__item-icon {
        width: 64px;
        height: 64px;
    }

    .items-7 .lib-circle__item .lib-circle__item-content {
        max-height: 64px;
    }

    .lib-circle-wrapper.items-7 {
        margin-top: 130px;
    }

    .items-7 .lib-circle__item:nth-child(7) {
        top: -110px;
    }

    .items-7 .lib-circle__item-content {
        width: 210px;
    }

    .items-7 .lib-circle__item:nth-child(7) .lib-circle__item-content {
        width: 230px;
    }

    .items-7 .lib-circle__item:nth-child(7) .lib-circle__item-content {
        max-height: 80px;
    }

    .items-7 .lib-circle__item:nth-child(2),
    .items-7 .lib-circle__item:nth-child(6) {
        right: -220px;
    }

    .items-7 .lib-circle__item:nth-child(1),
    .items-7 .lib-circle__item:nth-child(5) {
        left: -220px;
    }

    .items-7 .lib-circle__item:nth-child(3),
    .items-7 .lib-circle__item:nth-child(4) {
        top: 116px;
    }

    .items-7 .lib-circle__item:nth-child(4) {
        right: -240px;
    }

    .items-7 .lib-circle__item:nth-child(3) {
        left: -240px;
    }

    .items-7 .lib-circle__item:nth-child(1),
    .items-7 .lib-circle__item:nth-child(2) {
        top: 10px;
    }

    .items-7 .lib-circle__item:nth-child(5),
    .items-7 .lib-circle__item:nth-child(6) {
        bottom: 10px;
    }

    /* items-8 */
    .lib-circle-wrapper.items-8 {
        width: 280px;
        height: 280px;
    }

    .items-8 .lib-circle__item:nth-child(1) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(3) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(5) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(7) .lib-circle__item-icon {
        margin-left: 10px;
    }

    .items-8 .lib-circle__item:nth-child(2) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(4) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(6) .lib-circle__item-icon,
    .items-8 .lib-circle__item:nth-child(8) .lib-circle__item-icon {
        margin-right: 10px;
    }

    .items-8 .lib-circle__item-icon {
        height: 62px;
        width: 62px;
    }

    .items-8 .lib-circle__item-content {
        max-height: 62px;
    }

    .items-8 .lib-circle__item:nth-child(4),
    .items-8 .lib-circle__item:nth-child(6) {
        right: -250px;
    }

    .items-8 .lib-circle__item:nth-child(3),
    .items-8 .lib-circle__item:nth-child(5) {
        left: -250px;
    }

    .items-8 .lib-circle__item:nth-child(3),
    .items-8 .lib-circle__item:nth-child(4) {
        top: 60px;
    }

    .items-8 .lib-circle__item:nth-child(5),
    .items-8 .lib-circle__item:nth-child(6) {
        bottom: 60px;
    }

    .items-8 .lib-circle__item-text {
        line-height: 120%;
    }
}

@media screen and (max-width: 815px) {
    .lib-circle-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .lib-circle-wrapper {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .lib-circle-wrapper {
        margin: 50px auto !important;
        border: none;
    }

    .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;
    }

    .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: #F5F5F5;
        padding: 13px 30px 13px 45px;
        margin-bottom: 20px;
    }

    .lib-circle__item:last-child {
        margin-bottom: 0;
    }

    .lib-circle-img {
        display: none;
    }

    .lib-circle__item-icon {
        min-width: 78px;
        width: 78px !important;
        height: 78px !important;
        margin-left: 0 !important;
        margin-right: 27px !important;
        background-color: #FFFFFF;
    }

    .lib-circle__item-content {
        width: auto !important;
        max-height: 100% !important;
    }

    .lib-circle__item-title {
        font-size: 16px !important;
        line-height: 115% !important;
    }

    .lib-circle__item-text {
        font-size: 14px !important;
        line-height: 142% !important;
    }

    .lib-circle__item {
        background: #FFF;
        padding: 13px 30px;
    }
}

@media screen and (max-width: 574px) {
    .lib-circle__item {
        padding: 17px;
    }

    .lib-circle__item-icon {
        margin-right: 17px !important;
    }

    .lib-circle-wrapper {
        margin: 40px auto !important;
    }
}

@media screen and (max-width: 349px) {
    .lib-circle__item {
        padding: 17px 15px 15px 9px;
    }

    .lib-circle__item-icon {
        margin-right: 9px !important;
    }
}

/* Circle responsive - END*/