.Header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3%
}

.Header a {
    font-size: 16px;
    color: #fff
}

.Header a:hover {
    color: #ff914c
}

.Header__container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.Header__ExtraLarge,.Header__Large {
    display: none
}

@media(min-width: 1200px) {
    .Header {
        height:44px
    }

    .Header__ExtraLarge {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

    .Header__container {
        width: 500px
    }

    .Header__container img {
        width: 132px;
        height: 100%
    }
}

@media(min-width: 576px)and (max-width:767.98px),(min-width:768px)and (max-width:991.98px),(min-width:992px)and (max-width:1199.98px) {
    .Header {
        height:26px;
        justify-content: center
    }

    .Header__Large {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

    .Header__container:first-of-type {
        width: 300px
    }

    .Header__container:nth-of-type(2) {
        width: 116px
    }

    .Header__container:nth-of-type(2) img {
        cursor: pointer;
        width: 24px;
        height: 24px
    }
}

@media(max-width: 575.98px) {
    .Header {
        height:26px;
        justify-content: center
    }

    .Header a {
        font-size: 14px
    }

    .Header__Large {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

    .Header__container:first-of-type {
        width: 300px
    }

    .Header__container:nth-of-type(2) {
        width: 116px
    }

    .Header__container:nth-of-type(2) img {
        cursor: pointer;
        width: 24px;
        height: 24px
    }
}

.LanguageSwitch {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.LanguageSwitch__text p {
    font-size: 14px;
    color: #fff
}

@media(min-width: 1200px) {
    .LanguageSwitch {
        width:124px;
        height: 44px;
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 10px;
        cursor: pointer
    }

    .LanguageSwitch:hover {
        border: 1px solid #ff914c
    }

    .LanguageSwitch img:first-of-type {
        width: 18px;
        height: 18px
    }

    .LanguageSwitch img:nth-of-type(2) {
        width: 12px;
        height: 12px
    }

    .LanguageSwitch__text {
        display: block
    }
}

@media(max-width: 1199.98px) {
    .LanguageSwitch {
        width:24px;
        height: 24px
    }

    .LanguageSwitch img:nth-of-type(2),.LanguageSwitch__text {
        display: none
    }
}

.CalculatePriceHome {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.CalculatePriceHome p {
    width: 100%;
    color: #fff
}

.CalculatePriceHome__cities {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.CalculatePriceHome__cities-items {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.CalculatePriceHome__cities-items__item {
    width: 100%;
    border: 1px solid #8f8e8e;
    border-radius: 20px;
    display: flex;
    color: #8f8e8e;
    justify-content: space-between;
    align-items: center;
    height: 43px;
    padding: 0 20px;
    font-size: 16px
}

.CalculatePriceHome__cities-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #656464;
    border-radius: 50px;
    cursor: pointer
}

.CalculatePriceHome__cities-image img {
    width: 20px;
    height: 20px
}

.CalculatePriceHome__options {
    width: 100%;
    display: flex;
    color: #fff;
    gap: 10px
}

.CalculatePriceHome__options-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    height: 31px
}

.CalculatePriceHome__submit {
    width: 100%;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px
}

.CalculatePriceHome__submit button {
    width: 100%;
    height: 100%;
    background-color: #ff914c;
    border: none;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer
}

@media(min-width: 1200px) {
    .CalculatePriceHome {
        height:284px
    }

    .CalculatePriceHome p {
        font-size: 36px
    }

    .CalculatePriceHome__cities-items {
        width: 310px
    }

    .CalculatePriceHome__cities__item {
        height: 43px
    }

    .CalculatePriceHome__options {
        flex-direction: row
    }

    .CalculatePriceHome__options-item {
        width: 50%
    }
}

@media(min-width: 992px)and (max-width:1199.98px) {
    .CalculatePriceHome {
        height:303px
    }

    .CalculatePriceHome p {
        font-size: 20px
    }

    .CalculatePriceHome__cities-items {
        width: 230px
    }

    .CalculatePriceHome__options {
        flex-direction: column
    }

    .CalculatePriceHome__options-item {
        width: 100%
    }
}

@media(min-width: 768px)and (max-width:991.98px) {
    .CalculatePriceHome {
        height:303px
    }

    .CalculatePriceHome p {
        font-size: 20px
    }

    .CalculatePriceHome__cities-items {
        width: 230px
    }

    .CalculatePriceHome__options {
        flex-direction: column
    }

    .CalculatePriceHome__options-item {
        width: 100%
    }
}

@media(min-width: 576px)and (max-width:767.98px) {
    .CalculatePriceHome {
        height:241px
    }

    .CalculatePriceHome p {
        font-size: 18px
    }

    .CalculatePriceHome__cities-items {
        width: 206px;
        gap: 4px
    }

    .CalculatePriceHome__cities__item {
        height: 35px
    }

    .CalculatePriceHome__options {
        flex-direction: column;
        gap: 5px
    }

    .CalculatePriceHome__options-item {
        width: 100%
    }
}

@media(max-width: 575.98px) {
    .CalculatePriceHome {
        height:270px
    }

    .CalculatePriceHome p {
        font-size: 24px
    }

    .CalculatePriceHome__cities-items {
        width: 305px;
        gap: 8px
    }

    .CalculatePriceHome__options {
        flex-direction: row
    }

    .CalculatePriceHome__options-item {
        width: 50%
    }
}

.LogisticCard {
    border: 2px solid #d9d9d9;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px
}

.LogisticCard button {
    cursor: pointer
}

.LogisticCard__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.LogisticCard__header-text {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px
}

.LogisticCard__header-text p {
    font-size: 16px;
    font-weight: 700
}

.LogisticCard__header button {
    width: 125px;
    text-align: center;
    height: 100%;
    background-color: #ff914c;
    color: #fff;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer
}

.LogisticCard__main {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.LogisticCard__main-link {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px
}

.LogisticCard__main-link img {
    width: 10px;
    height: 10px
}

.LogisticCard__main-link a {
    color: #3d3bff;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px
}

.LogisticCard__main-countries {
    width: 100%;
    gap: 10px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.LogisticCard__main-countries__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 5px;
    cursor: pointer
}

.LogisticCard__main-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between
}

.LogisticCard__main-buttons button {
    background-color: #ff914c;
    height: 43px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.Home__main-logistic__cards,.slider {
    position: relative;
    overflow: hidden
}

.slider {
    width: 100%
}

.slider__track {
    display: flex;
    transition: transform .5s ease-in-out;
    width: 300%
}

.slider__slide {
    flex: 1 0 100%;
    max-width: 100%
}

.slider__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer
}

.slider__button--prev {
    left: 10px
}

.slider__button--next {
    right: 10px
}

@media(min-width: 1200px) {
    .LogisticCard {
        width:356px;
        height: 600px
    }

    .LogisticCard__header {
        height: 43px
    }

    .LogisticCard__main-countries {
        padding-left: 10px
    }

    .LogisticCard__main-countries__item {
        padding-left: 10px;
        width: 100%;
        height: 44px;
        border-radius: 25px;
        border: 2px solid #d9d9d9
    }

    .LogisticCard__main-countries__item img:nth-of-type(2) {
        width: 28px;
        height: 28px
    }

    .LogisticCard__main-buttons {
        padding-left: 10px;
        margin-top: 30px
    }

    .LogisticCard__main-buttons button {
        width: 100%
    }
}

@media(min-width: 992px)and (max-width:1199.98px) {
    .LogisticCard {
        width:456px;
        height: 400px
    }

    .LogisticCard__header {
        height: 43px
    }

    .LogisticCard__main-countries__item {
        padding-left: 10px;
        width: fit-content;
        height: 44px;
        border-radius: 25px;
        border: 2px solid #d9d9d9
    }

    .LogisticCard__main-countries__item img:nth-of-type(2) {
        width: 28px;
        height: 28px
    }

    .LogisticCard__main-buttons {
        margin-top: 20px
    }

    .LogisticCard__main-buttons button {
        width: 48%
    }
}

@media(min-width: 768px)and (max-width:991.98px) {
    .LogisticCard {
        width:336px;
        height: 520px
    }

    .LogisticCard__header {
        background-color: #efefef;
        height: 43px;
        border-radius: 35px;
        padding: 10px
    }

    .LogisticCard__header-text p {
        text-transform: uppercase;
        color: #333
    }

    .LogisticCard__header-chevron {
        cursor: pointer;
        width: 16px;
        height: 16px
    }

    .LogisticCard__main-link {
        margin-top: 12px
    }

    .LogisticCard__main-link a {
        color: #8f8e8e;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400
    }

    .LogisticCard__main-countries {
        margin-top: 16px
    }

    .LogisticCard__main-countries__item {
        width: 100%;
        height: 42px
    }

    .LogisticCard__main-countries__item img:nth-of-type(2) {
        width: 24px;
        height: 24px
    }

    .LogisticCard__main-buttons {
        margin-top: 16px
    }

    .LogisticCard__main-buttons button:first-of-type,.LogisticCard__main-buttons button:nth-of-type(2) {
        width: 48%
    }

    .LogisticCard__main-buttons button:nth-of-type(3) {
        width: 100%
    }
}

@media(min-width: 576px)and (max-width:767.98px) {
    .LogisticCard {
        width:246px;
        height: 600px
    }

    .LogisticCard__header {
        background-color: #efefef;
        height: 43px;
        border-radius: 35px;
        padding: 10px
    }

    .LogisticCard__header-text p {
        text-transform: uppercase;
        color: #333
    }

    .LogisticCard__header-chevron {
        cursor: pointer;
        width: 16px;
        height: 16px
    }

    .LogisticCard__main-link {
        margin-top: 20px
    }

    .LogisticCard__main-link a {
        font-weight: 400;
        color: #8f8e8e;
        text-decoration: none;
        font-size: 16px
    }

    .LogisticCard__main-countries__item {
        width: 100%;
        height: 42px
    }

    .LogisticCard__main-countries__item img:nth-of-type(2) {
        width: 24px;
        height: 24px
    }

    .LogisticCard__main-buttons {
        margin-top: 20px
    }

    .LogisticCard__main-buttons button {
        width: 100%
    }
}

@media(max-width: 575.98px) {
    .LogisticCard {
        width:320px;
        height: 550px
    }

    .LogisticCard__header {
        background-color: #efefef;
        height: 43px;
        border-radius: 35px;
        padding: 10px
    }

    .LogisticCard__header-text p {
        text-transform: uppercase;
        color: #333
    }

    .LogisticCard__header-chevron {
        cursor: pointer;
        width: 16px;
        height: 16px
    }

    .LogisticCard__main-link {
        margin-top: 20px
    }

    .LogisticCard__main-link a {
        font-weight: 400;
        color: #8f8e8e;
        text-decoration: none;
        font-size: 16px
    }

    .LogisticCard__main-countries__item {
        width: 100%;
        height: 42px
    }

    .LogisticCard__main-countries__item img:nth-of-type(2) {
        width: 24px;
        height: 24px
    }

    .LogisticCard__main-buttons {
        margin-top: 20px
    }

    .LogisticCard__main-buttons button:first-of-type,.LogisticCard__main-buttons button:nth-of-type(2) {
        width: 45%
    }

    .LogisticCard__main-buttons button:nth-of-type(3) {
        width: 100%
    }
}

.MainQuestions {
    width: 100%;
    display: flex;
    height: auto;
    justify-content: center;
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 75px
}

.MainQuestions__container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between
}

.MainQuestions__container-h1 {
    height: 100%
}

.MainQuestions__container-items {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(min-width: 1200px) {
    .MainQuestions {
        padding-top:60px;
        padding-bottom: 60px
    }

    .MainQuestions__container {
        width: 100%;
        height: auto
    }

    .MainQuestions__container-h1 {
        width: 260px;
        height: 100%
    }

    .MainQuestions__container-h1 h1 {
        font-size: 36px;
        font-weight: 700
    }

    .MainQuestions__container-items {
        width: 736px
    }
}

@media(min-width: 992px)and (max-width:1199.98px) {
    .MainQuestions {
        padding-top:40px;
        padding-bottom: 60px
    }

    .MainQuestions__container {
        width: 100%;
        height: auto
    }

    .MainQuestions__container-h1 {
        height: 100%;
        width: 216px
    }

    .MainQuestions__container-h1 h1 {
        font-size: 32px;
        font-weight: 700
    }

    .MainQuestions__container-items {
        width: 616px
    }
}

@media(min-width: 768px)and (max-width:991.98px) {
    .MainQuestions {
        padding-top:40px;
        padding-bottom: 60px
    }

    .MainQuestions__container {
        width: 100%;
        height: auto
    }

    .MainQuestions__container-h1 {
        height: 100%;
        width: 157px
    }

    .MainQuestions__container-h1 h1 {
        font-size: 20px;
        font-weight: 700
    }

    .MainQuestions__container-items {
        width: 516px
    }
}

.MainQuestionsItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.MainQuestionsItem__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.MainQuestionsItem__question img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform .3s ease;
    user-select: none
}

.MainQuestionsItem__description {
    width: 100%;
    height: auto;
    font-size: 16px;
    transition: max-height .3s ease-out
}

@media(min-width: 1200px) {
    .MainQuestionsItem {
        width:100%
    }

    .MainQuestionsItem__question h3 {
        font-size: 20px;
        font-weight: 700
    }

    .MainQuestionsItem__description {
        margin-top: 20px
    }
}

@media(min-width: 992px)and (max-width:1199.98px) {
    .MainQuestionsItem {
        width:100%
    }

    .MainQuestionsItem__question h3 {
        font-size: 20px;
        font-weight: 700
    }

    .MainQuestionsItem__description {
        margin-top: 20px
    }
}

@media(min-width: 768px)and (max-width:991.98px) {
    .MainQuestionsItem {
        width:100%
    }

    .MainQuestionsItem__question h3 {
        font-size: 18px;
        font-weight: 700
    }

    .MainQuestionsItem__description {
        margin-top: 8px
    }
}

.SupplierBlock {
    background-color: #ffdac4;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    cursor: pointer
}

.SupplierBlock__link {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.SupplierBlock__link p, .SupplierBlock__link p a {
    color: #151619
}

.SupplierBlock__link img {
    position: static;
    width: 36px;
    height: 36px
}

@media(min-width: 1200px) {
    .SupplierBlock {
        width:261px;
        height: 261px;
        border-radius: 30px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 17px
    }

    .SupplierBlock img {
        position: absolute;
        top: -15%;
        right: -30%;
        width: 250px;
        height: 250px
    }

    .SupplierBlock__link p {
        font-size: 20px;
        font-weight: 600
    }

    .SupplierBlock__link img {
        position: static;
        width: 36px;
        height: 36px
    }
}

@media(min-width: 992px)and (max-width:1199.98px) {
    .SupplierBlock {
        width:216px;
        height: 216px;
        border-radius: 24px;
        padding-bottom: 15px;
        padding-left: 14px;
        padding-right: 14px
    }

    .SupplierBlock img {
        position: absolute;
        top: -15%;
        right: -30%;
        width: 200px;
        height: 200px
    }

    .SupplierBlock__link p {
        font-size: 20px;
        font-weight: 600
    }

    .SupplierBlock__link img {
        position: static;
        width: 36px;
        height: 36px
    }
}

@media(min-width: 768px)and (max-width:991.98px) {
    .SupplierBlock {
        width:336px;
        height: 120px;
        border-radius: 20px;
        padding-bottom: 15px;
        padding-left: 14px;
        padding-right: 14px
    }

    .SupplierBlock img {
        position: absolute;
        top: -20%;
        right: -10%;
        width: 180px;
        height: 180px
    }

    .SupplierBlock__link p {
        font-size: 20px;
        font-weight: 600
    }
}

@media(min-width: 576px)and (max-width:767.98px) {
    .SupplierBlock {
        width:246px;
        height: 120px;
        border-radius: 20px;
        padding-bottom: 12px;
        padding-left: 10px;
        padding-right: 14px
    }

    .SupplierBlock img {
        position: absolute;
        top: -25%;
        right: -20%;
        width: 150px;
        height: 150px
    }

    .SupplierBlock__link {
        z-index: 2
    }

    .SupplierBlock__link p {
        font-size: 20px;
        font-weight: 600
    }
}

@media(max-width: 575.98px) {
    .SupplierBlock {
        width:351px;
        height: 120px;
        border-radius: 20px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 14px
    }

    .SupplierBlock img {
        position: absolute;
        top: -10%;
        right: -15%;
        width: 200px;
        height: 200px
    }

    .SupplierBlock__link {
        z-index: 2
    }

    .SupplierBlock__link p {
        font-size: 20px;
        font-weight: 600
    }
}

.Home {
    display: flex;
    flex-direction: column;
    align-items: center
}

.Home,.Home__header {
    width: 100%;
    height: auto
}

.Home__header {
    background-color: #000
}

.Home__main {
    justify-content: center
}

.Home__main,.Home__main-logistic {
    width: 100%;
    height: auto;
    display: flex
}

.Home__main-logistic {
    flex-direction: column;
    align-items: center
}

.Home__main-logistic__cards {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.Home__main-logistic h2 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #151619
}

.Home__main-logistic__footer {
    width: 100%;
    display: flex;
    justify-content: center
}

.Home__main-logistic__footer button {
    width: 200px;
    height: 43px;
    border-radius: 24px;
    background-color: #ff914c;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px
}

.Home__main-searchSupplier {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.Home__main-searchSupplier h2 {
    width: 100%;
    color: #151619;
    text-align: center
}

.Home__questions {
    justify-content: center
}

.Home__container,.Home__questions {
    width: 100%;
    height: auto;
    display: flex
}

.Home__container {
    justify-content: space-between;
    flex-wrap: wrap
}

@media(min-width: 1200px) {
    .Home__main-logistic {
        margin-top:80px;
        gap: 40px
    }

    .Home__main-logistic h2 {
        font-size: 36px
    }

    .Home__main-logistic__cards {
        gap: 24px
    }

    .Home__main-searchSupplier {
        gap: 24px;
        margin-top: 80px
    }

    .Home__main-searchSupplier h2 {
        font-size: 36px;
        font-weight: 600
    }

    .Home__header {
        height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 70px
    }

    .Home__header-TextBlock {
        width: 550px;
        height: auto
    }

    .Home__header-calculator {
        width: 360px;
        height: auto
    }
}

@media(min-width: 992px)and (max-width:1199.98px) {
    .Home__main-logistic {
        margin-top:40px;
        gap: 24px
    }

    .Home__main-logistic h2 {
        font-size: 32px
    }

    .Home__main-logistic__cards {
        gap: 24px
    }

    .Home__main-searchSupplier {
        gap: 24px;
        margin-top: 80px
    }

    .Home__main-searchSupplier h2 {
        font-size: 32px;
        font-weight: 600
    }

    .Home__header {
        height: 470px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px
    }

    .Home__header-TextBlock {
        width: 376px;
        height: auto
    }

    .Home__header-calculator {
        width: 280px;
        height: auto
    }
}

@media(min-width: 768px)and (max-width:991.98px) {
    .Home__main-logistic {
        margin-top:40px;
        gap: 20px
    }

    .Home__main-logistic h2 {
        font-size: 20px
    }

    .Home__main-logistic__cards {
        gap: 24px
    }

    .Home__main-searchSupplier {
        gap: 24px;
        margin-top: 40px
    }

    .Home__main-searchSupplier h2 {
        font-size: 20px;
        font-weight: 600
    }

    .Home__header {
        height: 470px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px
    }

    .Home__header-TextBlock {
        width: 336px;
        height: auto
    }

    .Home__header-calculator {
        width: 280px;
        height: auto
    }
}

@media(min-width: 576px)and (max-width:767.98px) {
    .Home__main-logistic {
        margin-top:40px;
        gap: 20px
    }

    .Home__main-logistic h2 {
        font-size: 20px
    }

    .Home__main-logistic__cards {
        gap: 24px
    }

    .Home__main-searchSupplier {
        gap: 24px;
        margin-top: 40px
    }

    .Home__main-searchSupplier h2 {
        font-size: 20px;
        font-weight: 600
    }

    .Home__header {
        height: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px
    }

    .Home__header-TextBlock {
        width: 247px;
        height: auto
    }

    .Home__header-calculator {
        width: 250px;
        height: auto
    }
}

@media(max-width: 575.98px) {
    .Home__main-logistic {
        margin-top:50px;
        gap: 40px
    }

    .Home__main-logistic h2 {
        font-size: 20px
    }

    .Home__main-logistic__cards {
        width: 91%!important;
        gap: 24px
    }

    .Home__main-searchSupplier {
        gap: 16px;
        margin-top: 40px
    }

    .Home__main-searchSupplier h2 {
        font-size: 20px;
        font-weight: 600
    }

    .Home__header {
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px
    }

    .Home__header-TextBlock {
        width: 100%;
        margin-top: 60px;
        height: auto
    }

    .Home__header-calculator {
        width: 350px;
        height: auto;
        margin-top: 60px
    }
}

.TextBlockHome {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 30px
}

.TextBlockHome__H1 h1 {
    color: #ff914c;
    font-weight: 700
}

.TextBlockHome__P p {
    color: #8f8e8e
}

.TextBlockHome__PRICE {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.TextBlockHome__PRICE p {
    color: #8f8e8e
}

.TextBlockHome__PRICE h2 {
    color: #fff;
    font-weight: 500
}

@media(min-width: 1200px) {
    .TextBlockHome__H1 h1 {
        font-size:56px
    }

    .TextBlockHome__P p {
        font-size: 16px
    }

    .TextBlockHome__PRICE p {
        font-size: 20px
    }

    .TextBlockHome__PRICE h2 {
        font-size: 36px
    }
}

@media(min-width: 992px)and (max-width:1199.98px) {
    .TextBlockHome__H1 h1 {
        font-size:36px
    }

    .TextBlockHome__P p,.TextBlockHome__PRICE p {
        font-size: 16px
    }

    .TextBlockHome__PRICE h2 {
        font-size: 24px
    }
}

@media(min-width: 768px)and (max-width:991.98px) {
    .TextBlockHome__H1 h1 {
        font-size:36px
    }

    .TextBlockHome__P p {
        font-size: 16px
    }

    .TextBlockHome__PRICE p {
        font-size: 20px
    }

    .TextBlockHome__PRICE h2 {
        font-size: 24px
    }
}

@media(min-width: 576px)and (max-width:767.98px) {
    .TextBlockHome__H1 h1 {
        font-size:24px
    }

    .TextBlockHome__P p {
        font-size: 12px
    }

    .TextBlockHome__PRICE p {
        font-size: 14px
    }

    .TextBlockHome__PRICE h2 {
        font-size: 16px
    }
}

@media(max-width: 575.98px) {
    .TextBlockHome__H1 h1 {
        font-size:32px
    }

    .TextBlockHome__P p,.TextBlockHome__PRICE p {
        font-size: 16px
    }

    .TextBlockHome__PRICE h2 {
        font-size: 24px
    }
}
