.block-tariff .element-column-left {
    margin-left: auto;
    margin-right: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.block-first-screen-image img {
	object-fit: cover;
    width: 100%!important;
}

.block-first-screen-image .et_pb_image_wrap {
    width: 100%;
}

.block-tariff-first-screen .element-h1 {
    font-weight: 700;
    font-size: 56px;
}

.block-tariff-first-screen .element-month-price {
    font-weight: 700;
    font-size: 40px;
	margin-top: 40px;
}

.block-first-screen-trustpilot-text p {
    font-weight: 400;
}

.block-tariff .element-benefits ul {
    list-style: none;
	padding: 0px;
}

.block-tariff .element-benefits ul li {
    margin: 12px auto;
	font-weight: 400;
    display: flex;
}

.block-tariff .element-benefits ul li:before {
    content: url(/wp-content/plugins/e2e4-api-forms/assets/media/Vector.svg);
	padding-right: 12px;
}

.element-month-price .element-span {
    font-weight: 700;
    font-size: 16px;
    position: relative;
}

.block-button {
	margin-top: 20px;
    height: 51px;
	background: #000000;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.03em;
    border: none;
}

.block-tariff-first-screen .element-button {
    display: block;
    width: 157px;
    text-align: center;
    line-height: 50px;
}

.block-button a {
    color: white;
}

.block-tariff-first-screen .element-links {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: fit-content;
}

.block-tariff-first-screen .element-a {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-decoration-line: underline;
}

@media screen and (max-width: 767px){
    
    .block-tariff-first-screen .element-h1 {
		font-size: 36px;
	}

    .block-tariff-first-screen .element-month-price {
		font-size: 28px;
		margin-top: 20px;
	}

    /* .block-tariff-first-screen .element-month-price .element-span::after{
		content: url(/wp-content/plugins/e2e4-api-forms/assets/media/Group-8436.svg);
        position: absolute;
		top: -5px;
		right: -15px;
	} */

    .block-tariff .element-benefits ul li:before {
        content: url(/wp-content/plugins/e2e4-api-forms/assets/media/Vector-2.svg);
    }

    .block-tariff .element-benefits ul li {
		display: flex;
        font-size: 16px;
    }
    
}
