@media screen and (max-width: 1360px) {
    .container {
        width: 1200px;
    }

    .how-item-content {
        margin-left: 16px;
    }

    .how-item-content {
        width: 510px;
    }

    .step-content {
        width: 880px;
    }
}

@media screen and (max-width: 1279px) {
    .container {
        width: 960px;
    }

    .header-menu {
        margin-right: 50px;
    }

    .header .phone {
        margin-right: 24px;
    }

    .header-menu li {
        margin-right: 28px;
    }

    .how-item {
        position: relative;
        align-items: flex-start;
    }

    .how-item__number {
        font-size: 95px;
        position: absolute;
        top: calc(20px + 78px);
        left: 20px;
        color: rgba(255, 255, 255, 0.70);
    }

    .how-item:first-child .how-item__number {
        top: 20px;
    }

    .how-item:nth-child(even) .how-item__number {
        left: auto;
        right: 320px;
    }

    .how-item__img {
        width: 450px;
        overflow: hidden;
    }

    .how-item-content {
        padding: 0;
        width: 480px;
        margin: 0;
    }

    .how-item__title {
        max-width: 100%;
        font-size: 28px;
    }

    .benefits-wrapper {
        margin-left: -13px;
    }

    .benefits-item {
        padding: 32px 24px;
        width: calc(33% - 13px);
    }

    .actionBlock2 {
        padding: 120px 35px;
    }

    .actionBlock2 .actionBlock-main {
        margin-right: 15px;
    }

    .actionBlock2 .actionBlock-content {
        width: 440px;
    }

    .actionBlock2 .actionBlock-box {
        justify-content: space-between;
    }

    .footer-item {
        margin-right: 50px;
    }

    .step-nav {
        width: 265px;
    }

    .step-content {
        padding: 32px 20px 40px;
        width: 675px;
    }

    .thank-main {
        padding-bottom: 270px;
    }

    .social-media-content p {
        font-size: 20px;
    }

    .social-media-content h3 {
        font-size: 28px;
    }

    .thank-title {
        font-size: 68px;
    }

    .article-content {
        padding-right: 0;
    }

    .article {
        width: calc(33.33% - (16px * 2) / 3);
    }

    .article-img {
        height: 190px;
    }

    .article-img img {
        max-width: 330px;
    }
}

@media screen and (max-width: 1023px) {
    :root {
        --header-height: 72px;
    }

    .container {
        width: 720px;
    }

    .logo img {
        max-width: 77px;
    }

    .header {
        padding: 16px 0px;
    }

    .header-phone-mobile {
        display: block;
        margin: 0 !important;
    }

    .mobile-menu {
        display: block;
    }

    .header-content {
        z-index: 999;
        position: fixed;
        top: 0;
        right: -1000px;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all .2s;
        flex-direction: column;
        justify-content: flex-start;
        padding: 24px;
        overflow-y: scroll;
    }

    .header-content.active {
        right: 0;
    }

    .mobile-menu-close {
        display: block !important;
        margin-left: auto;
        line-height: 0;
        padding: 8px;
    }

    .mobile-menu {
        width: 32px;
        cursor: pointer;
        z-index: 3;
    }

    .mobile-menu span {
        display: block;
        border-bottom: 2px solid #043148;
        border-radius: 10px;
        margin-left: auto;
    }

    .mobile-menu span:nth-child(1) {
        width: 24px;
    }

    .mobile-menu span:nth-child(2) {
        margin: 10.5px 0px;
    }

    .mobile-menu span:nth-child(3) {
        width: 16px;
    }

    .header-menu {
        flex-direction: column;
        text-align: center;
        margin-top: 64px;
        margin-right: 0;
    }

    .header-menu li,
    .header .phone {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .head-content {
        text-align: center;
        max-width: none;
    }

    .head-title {
        font-size: 35px;
    }

    .head-text {
        font-weight: 600;
        margin-top: 24px;
        max-width: 473px;
        margin-left: auto;
        margin-right: auto;
    }

    .head-items {
        justify-content: center;
        margin: 40px 0px 48px;
    }

    .head {
        padding: 288px 0px;
        background-position: 100% center;
    }

    .head-overlay {
        background: rgb(0, 0, 0);
        background: linear-gradient(209deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.6) 43%);
    }

    .title {
        font-size: 24px;
        font-weight: 600;
    }

    .circle-block .title {
        max-width: 255px;
    }

    .circle-block,
    .how,
    .benefits,
    .faq,
    .actionBlock {
        padding: 100px 0px;
    }

    .how-subtitle {
        font-size: 16px;
        margin-top: 4px;
    }

    .how-item__img {
        width: 300px;
        height: 335px;
        border-radius: 4px;
        position: relative;
    }

    .how-item__img img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    .how-item-content {
        width: 404px;
    }

    .how-item:nth-child(even) .how-item-content {
        width: 386px;
    }

    .how-item__title {
        font-size: 20px;
    }

    .how-item__text {
        margin-top: 16px;
    }

    .how-item__text p {
        margin-top: 8px;
    }

    .how-wrapper {
        margin-top: 40px;
    }

    .how-item__number {
        font-size: 72px;
    }

    .how-item {
        margin-top: 56px;
        padding-top: 56px;
    }

    .how-item__number {
        top: calc(20px + 56px);
    }

    .how-item:nth-child(even) .how-item__number {
        right: 208px;
    }

    .how-btn {
        margin-top: 40px;
    }

    .benefits-wrapper {
        margin-left: -16px;
    }

    .benefits-item {
        width: calc(50% - 16px);
        margin-left: 16px;
        padding: 16px 16px 24px 18px;
    }

    .actionBlock-box {
        flex-direction: column;
    }

    .actionBlock .actionBlock-title {
        font-size: 24px;
        font-weight: 500;
    }

    .actionBlock-content {
        width: 390px;
    }

    .actionBlock2 .actionBlock-content {
        width: 330px;
    }

    .actionBlock-subtitle {
        font-size: 16px;
    }

    .actionBlock-main {
        justify-content: center;
        margin-right: 0;
        margin-bottom: 32px;
    }

    .actionBlock__img {
        padding-right: 20px;
        margin-right: 20px;
    }

    .actionBlock__img img {
        max-height: 64px;
        max-width: 64px;
        height: auto;
    }

    .faq-item summary {
        padding: 30px 0px;
        padding-right: 40px !important;
    }

    .actionBlock2 .actionBlock-main {
        margin-right: 0;
    }

    .actionBlock2 {
        margin-bottom: 100px;
    }

    .footer-content {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 78px;
    }

    .footer-item {
        margin-right: 32px;
        margin-bottom: 40px;
    }

    .footer-item:nth-child(3) {
        margin-right: 0;
    }

    .footer-logo-text {
        display: block;
        color: #fff;
        margin-top: 8px;
        font-size: 12px;
        font-weight: 400;
        line-height: 150%;
        min-width: 140px;
    }

    .footer-copyright {
        margin-top: 40px;
        padding-top: 24px;
    }

    .social-item {
        margin-right: 24px;
    }

    .footer {
        padding: 48px 0px;
    }

    .cookiealert .closecookies {
        position: static;
        margin-left: 16px;
    }

    .step-box {
        flex-direction: column;
    }

    .step-nav {
        margin-bottom: 24px;
        margin-top: 0;
    }

    .step-content,
    .step-nav {
        width: 100%;
    }

    .step-nav__item {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .step-nav__item span {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-right: 8px;
    }

    .step-nav__item span img {
        max-width: 18px;
    }

    .step-nav__item::before {
        left: 15px;
        width: 1.5px;
        height: 50px;
    }

    .step-content {
        padding: 32px 20px 40px;
    }

    .step-cta {
        display: flex;
        justify-content: space-between;
        padding: 12px 32px 12px 16px;
        align-items: center;
    }

    .step-cta__title,
    .step-cta__btn {
        margin: 0;
    }

    .step-cta-content {
        border: none;
        padding: 0;
        margin: 0;
    }

    .step-cta__title {
        max-width: 400px;
    }

    .step-cta-content br {
        display: none;
    }

    .step-cta::before {
        width: 284px;
        height: 284px;
        top: -50px;
        left: -190px;
    }

    .moving-services {
        margin-top: 32px;
    }

    .thank {
        padding: 100px 0px;
    }

    .thank-title {
        font-size: 35px;
    }

    .thank-main {
        padding-bottom: 240px;
    }

    .thank-main__text {
        margin: 32px auto 56px;
    }

    .thank-main__img {
        width: 450px;
    }

    .social-media {
        padding: 60px 0px;
    }

    .social-media-box {
        flex-direction: column;
        text-align: center;
    }

    .social-media-content {
        max-width: 100%;
        margin-right: 0;
        padding-left: 0;
        border-left: none;
    }

    .social-media-content h3 {
        font-size: 24px;
    }

    .social-media-content p {
        font-size: 16px;
    }

    .social-media .social {
        border-top: 1px solid rgba(255, 255, 255, 0.40);
        padding-top: 40px;
        margin-top: 40px;
    }

    .guides-wrapper {
        flex-direction: column;
    }

    .article {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .article-img {
        width: 335px;
        height: 240px;
    }

    .article-img img {
        max-width: 360px;
    }

    .article-content {
        width: 370px;
        margin-top: 0;
    }

    .article-info {
        margin: 8px 0px;
    }

    .guides-title {
        font-size: 24px;
    }

    .guides-wrapper {
        margin: 32px 0px 8px;
    }

    .guides {
        padding-top: 100px;
    }

    .actionBlock:not(.actionBlock2) .btn {
        width: 100%;
    }

    .social-item {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .head {
        padding: 200px 0px 150px;
    }

    .head-items {
        flex-wrap: wrap;
    }

    .head-item {
        margin-bottom: 8px;
    }

    .how-item {
        flex-direction: column;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-item:nth-child(even) {
        flex-direction: column;
    }

    .how-item-content,
    .how-item:nth-child(even) .how-item-content {
        width: 100%;
    }

    .how-item__img {
        width: 100%;
        height: auto;
        overflow: visible;
        text-align: center;
        margin-bottom: 24px;
    }

    .how-item__img img {
        position: static;
        min-width: auto;
        min-height: auto;
        border-radius: 8px;
        max-width: 100%;
    }

    .how-item:nth-child(even) .how-item__number {
        right: auto;
        left: 20px;
    }

    .circle-block,
    .how,
    .benefits,
    .faq,
    .actionBlock {
        padding: 80px 0px;
    }

    .cookiealert {
        text-align: left;
    }

    .selects-box .select-wrapp {
        width: calc(33.33% - 10px * 2 / 3);
    }

    .article {
        flex-direction: column;
        max-width: 410px;
        margin-left: auto;
        margin-right: auto;
    }

    .article-content {
        width: 100%;
        margin-top: 8px;
    }

    .article-img {
        width: 100%;
    }

    .article-img img {
        max-width: 100%;
    }

    .guides-title {
        text-align: center;
    }

    .guides .see-all {
        width: 210px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .step-cta-content br {
        display: block;
    }

    .step-cta__title {
        max-width: 240px;
    }
}

@media screen and (max-width: 574px) {
    .container {
        width: 380px;
    }

    .head-content {
        text-align: left;
    }

    .head-text {
        font-size: 15px;
        font-weight: 500;
    }

    .head-items {
        flex-direction: column;
        align-items: flex-start;
        margin: 32px 0px 24px;
    }

    .head {
        padding: 190px 0px 75px;
        background-position: 80% center;
    }

    .btn {
        width: 100%;
    }

    .benefits-wrapper {
        flex-direction: column;
        margin-left: 0;
    }

    .benefits-item {
        width: 100%;
        margin-left: 0;
        padding: 16px 20px 24px;
    }

    .actionBlock-content {
        width: auto;
        max-width: 245px;
    }

    .actionBlock2 .btn {
        max-width: 210px;
    }

    .actionBlock2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-content {
        margin-left: 0;
        margin-top: 24px;
    }

    .footer-logo-text {
        display: none;
    }

    .cookiealert {
        padding: 16px 20px;
    }

    .actionBlock2 .actionBlock-content {
        width: auto;
    }

    .header .btn {
        max-width: 335px;
        margin-left: auto;
        margin-right: auto;
    }

    .selects-box {
        flex-direction: column;
    }

    .selects-box .select-wrapp {
        width: 100%;
        margin-bottom: 24px;
    }

    .selects-box .select-wrapp:last-child {
        margin-bottom: 0;
    }

    .check-wrapper {
        margin-top: 28px;
    }

    .quote-wrapper {
        padding: 24px 0px 85px;
    }

    .inp-item {
        margin-bottom: 24px;
    }

    .step-content-top {
        margin-bottom: 28px;
    }

    .verification {
        width: 96%;
        max-width: 462px;
        padding: 48px 32px;
    }

    .thank-main__img {
        width: 100%;
        right: 0;
        bottom: -5px;
    }

    .thank-main {
        padding-bottom: 200px;
    }

    .thank {
        padding: 64px 0px;
    }

    .guides .see-all {
        width: 100%;
    }

    .step-buttons .btn-next {
        width: 100%;
    }

    .switcher-select,
    .other-details {
        margin-top: 24px;
    }

    .step-cta {
        flex-direction: column;
    }

    .step-cta::before {
        width: 391px;
        height: 391px;
        left: -285px;
        top: 0;
    }

    .step-cta__title,
    .step-cta__btn {
        max-width: 215px;
        margin-left: auto;
        margin-right: auto;
    }

    .step-cta-content {
        margin-bottom: 12px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(248, 249, 249, 0.25);
    }

    .step-cta {
        display: block;
        padding: 16px 0px 12px;
    }
}

@media screen and (max-width: 410px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .head {
        padding: 80px 0px 137px;
    }

    .head-title {
        max-width: 230px;
    }

    .head-item {
        padding: 6px 15px;
    }

    .head-item__img {
        height: auto;
    }

    .head-item__img img {
        height: auto;
        max-height: 28px;
    }

    .circle-block,
    .how,
    .benefits,
    .faq,
    .actionBlock {
        padding: 64px 0px;
    }

    .how-item__title {
        font-weight: 600;
    }

    .how-item {
        margin-top: 40px;
        padding-top: 40px;
    }

    .how-item__number {
        top: calc(20px + 40px);
    }

    .faq-item p {
        padding: 0 0px 20px 0;
    }

    .footer-item {
        margin-right: 16px;
    }

    .header-menu {
        margin-top: 40px;
    }

    .header-menu li,
    .header .phone {
        margin-bottom: 32px;
    }

    .another-vehicle {
        margin: 20px 0px;
    }

    .remove-btn {
        margin-bottom: 24px;
    }

    .temp-container .temp-inputs:nth-child(n+2) {
        padding-top: 32px;
    }

    .datepicker-calendar .ui-datepicker {
        width: 280px;
    }

    .datepicker-calendar .ui-datepicker td span,
    .datepicker-calendar .ui-datepicker td a {
        height: 32px;
    }

    .popup-verification {
        align-items: unset;
    }

    .verification {
        margin-top: auto;
        padding: 80px 20px 50px;
        width: 100%;
        border-radius: 8px 8px 0px 0px;
    }

    .verification-title {
        font-size: 24px;
    }

    .verification-buttons {
        margin-top: 50px;
    }

    .thank-main__img {
        display: none;
    }

    .thank-main {
        padding-bottom: 64px;
    }

    .thank {
        padding: 48px 0 64px;
    }

    .social-media-content p {
        max-width: 290px;
    }

    .guides {
        padding-top: 64px;
    }

    .article-img {
        height: 190px;
    }

    .page-wrapper {
        padding: 50px 0px;
    }

    .page-content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 359px) {

    .header-phone-mobile {
        font-size: 14px;
        padding-left: 0;
    }

    .header-phone-mobile::before {
        display: none;
    }

    .head-title {
        font-size: 32px;
    }

    .head-text {
        font-size: 14px;
        font-weight: 400;
        margin-top: 16px;
    }

    .head {
        padding: 50px 0px 60px;
    }

    .head-item__img img {
        max-height: 24px;
    }

    .head-items {
        margin: 20px 0px 16px;
    }

    .head-item {
        padding: 8px 14px;
    }

    .head-item__text {
        font-size: 15px;
    }

    .text {
        font-size: 15px;
    }

    .how-item__number {
        font-size: 60px;
    }

    .faq-item summary h3 {
        font-size: 18px;
    }

    .faq-item summary {
        padding: 24px 0px;
    }

    .actionBlock2 .actionBlock__img {
        display: none;
    }

    .select-move-size .select2-default {
        font-size: 14px;
    }

    .verification {
        padding: 50px 20px 20px;
    }

    .verification-buttons {
        margin-top: 32px;
    }

    .article-info {
        margin: 10px 0px 8px;
    }

    .thank-main__text {
        font-size: 15px;
    }

    .social-media .social-item {
        width: 44px;
        height: 44px;
        margin-right: 16px;
    }

    .social-media-content h3 {
        font-size: 22px;
    }

    .article-img {
        height: 160px;
    }

    .article__title {
        font-size: 18px;
    }

    .article__text {
        font-size: 15px;
    }

    .datepicker-calendar .ui-datepicker {
        width: 250px;
    }

    .datepicker-calendar .ui-datepicker td span,
    .datepicker-calendar .ui-datepicker td a {
        height: 28.5px;
    }

    .datepicker-availiable__text {
        width: 100%;
    }

    .datepicker-calendar .ui-datepicker td span,
    .datepicker-calendar .ui-datepicker td a {
        font-size: 13px;
    }

    .social-item {
        margin-right: 20px;
    }

    .error-response-text {
        font-size: 15px;
    }

    .other-details p {
        font-size: 15px;
    }
}


@media screen and (min-width: 1023px) and (max-height: 770px) {
    .head {
        padding: 90px 0px 140px;
    }

    .head-items {
        margin: 55px 0px 50px;
    }

    .head-title {
        font-size: 68px;
    }
}


/* 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 */
    .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;
    }

    .items-7 .lib-circle__item-text {
        font-size: 14px;
        line-height: 142%;
    }

    .items-7 .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 {
        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) {
        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;
    }

    .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: -280px;
    }

    .items-7 .lib-circle__item:nth-child(1),
    .items-7 .lib-circle__item:nth-child(5) {
        left: -280px;
    }

    .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: -315px;
    }

    .items-7 .lib-circle__item:nth-child(3) {
        left: -315px;
    }
}

@media screen and (max-width: 1023px) {
    .lib-circle-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 540px;
    }

    .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: 4px;
        background: #fff;
        padding: 16px;
        margin-bottom: 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: 14px !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;
    }

    .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: 8px !important;
    }

}

@media screen and (max-width: 359px) {
    .lib-circle__item {
        padding: 12px 10px;
    }

    .lib-circle__item-icon {
        min-width: 60px;
        width: 60px !important;
        height: 60px !important;
        margin-right: 6px !important;
    }

    .lib-circle__item-text {
        font-size: 13px !important;
    }

    .lib-circle__item-title {
        font-size: 15px !important;
    }
}

/* Circle block - END */