.service-includes-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 70px;
}
.service-includes-title-container h2 {
	font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
}
.service-includes-section {
	background: #BBC4CD;
	border-radius: 80px;
	padding-top: 100px;
	padding-bottom: 220px;
	padding-left: 3.75rem;
    padding-right: 3.75rem;
}
.service-includes-item {
	width: 491px!important;
    height: 491px!important;
    background: #1C1F23;
    border-radius: 500px;
    display: flex!important;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	color: white;
	padding: 100px;
}
.service-includes-item div:first-child {
	font-weight: 400;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -2px;
	text-align: center;
	margin-bottom: 20px;
	height: 160px;
}
.service-includes-item div:last-child {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
}
.service-includes-button-container {
	display: flex;
}
.service-includes-button {
	position: relative;
	padding: 15px 25px;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
	border-radius: 50px;
	background: #1C1F23;
}
.service-includes-button-nd {
	width: 55px;
	height: 55px;
	color: white;
	border-radius: 50px;
	background: #1C1F23;
	position: relative;
	cursor: pointer;
}
.service-includes-button-nd::after {
    content: '';
	position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    background: url(/img/services/vector-includes.svg);
	background-repeat: no-repeat;
    background-size: cover;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-includes-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #BBC4CD;
    background: url(/img/services/background-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}
.service-includes-button-container-mob {
	display: none;
}
@media screen and (max-width: 1200px) {
    .service-includes-button-container {
    	display: none;
	}
}
@media screen and (max-width: 992px) {
    .service-includes-button-container {
    	display: none;
	}
	.service-includes-content .swiper-wrapper {
		flex-direction: column!important;
		align-items: center!important;
		margin-bottom: 40px;
	}
	.service-includes-title-container h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.service-includes-section {
		background: #BBC4CD;
		border-radius: 20px;
		padding-top: 50px;
		padding-bottom: 180px;
		padding-left: 0;
		padding-right: 0;
	}
	.service-includes-item {
		width: 340px !important;
		height: 340px !important;
		padding: 50px;
	}
	.service-includes-item div:first-child {
		font-size: 32px;
		height: auto;
	}
	.service-includes-item div:last-child {
		font-size: 16px;
	}
	.service-includes-button-container-mob {
		display: block;
	}
	.service-includes-header {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 63.9em) {
    .service-includes-section {
        margin-left: -3.75rem;
        margin-right: -3.75rem;
    }
}






.seo-promotion-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 20px 70px 60px;
    color: #fff;
	margin-bottom: 120px;
}
.seo-promotion-header {
    margin-bottom: 40px;
	max-width: 1050px;
}
.seo-promotion-title {
    font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 120px;
	line-height: 90%;
	letter-spacing: -5px;
}
.seo-promotion-highlight {
    color: #FF3D00;
}
.seo-promotion-description {
    font-size: 24px;
    margin-bottom: 40px;
	max-width: 590px;
}
.seo-promotion-form-container {
    max-width: 650px;
}
.seo-promotion-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.container-form-group {
	display: flex;
	gap: 45px;
}
.container-form-group .form-group {
    width: 100%;
}
.container-form-group .form-input {
    width: 100%;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
    color: white;
    padding: 20px;
    border-bottom: 1px solid #838d97;
    border-radius: unset;
}
.container-form-group .form-input::placeholder {
    color: #838d97;
    opacity: 1;
}
.container-form-group .form-input:-ms-input-placeholder {
    color: #838d97;
}
.seo-promotion-form .form-button {
    padding: 14px;
    font-size: 16px;
    color: #fff;
    background-color: #FF3D00;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}
@media (max-width: 992px) {
	.seo-promotion-title {
		font-weight: 400;
		font-size: 50px;
		line-height: 90%;
		letter-spacing: -2px;
		width: 100%;
	}
	.seo-promotion-description {
		font-size: 16px;
		margin-bottom: 30px;
		max-width: 590px;
		width: 100%;
	}
	.seo-promotion-section {
		margin-bottom: 80px;
		padding: 110px 15px 70px 15px;
		border-radius: 10px;
	}
}
@media (max-width: 768px) {
	.container-form-group {
		gap: 15px;
		flex-direction: column;
	}
	.seo-promotion-section {
		padding: 110px 15px 250px 15px;
	}
}




.about_company {
	margin-bottom: 120px;
}
.about_company .about_company-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
}
.about_company .about_company-items-container {
	display: flex;
	justify-content: space-between;
}
.about_company-advtg .about_company-advtg-item {
	display: flex;
}
.about_company-desc {
	max-width: 680px;
}
.about_company-desc.big_text{
    font-weight: 400;
    font-size: 40px;
    line-height: 133%;
    letter-spacing: -2px;
    max-width: 815px;
}
.advtg-item-title {
	font-family: 'Source Sans 3';
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -5px;
	text-align: left;
	width: 110px;
    margin-right: 40px;
}
.advtg-item-desc {
    display: flex;
    align-items: center;
}
.about_company-head {
	margin-bottom: 70px;
}
.about_company-circle-btn {
	width: 145px;
    height: 145px;
    background: #FF3D00;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: 400;
    user-select: none;
}

@media (max-width: 1500px) {
	.about_company-desc {
		max-width: 500px;
	}
	.about_company-desc.big_text {
		max-width: 500px;
		font-size: 30px;
	}
}
@media (max-width: 1400px) {
	.about_company-desc {
		max-width: 350px;
	}
	.about_company-desc.big_text {
		max-width: 350px;
		font-size: 25px;
	}
}
@media (max-width: 1200px) {
	.about_company .about_company-items-container {
		flex-direction: column;
		gap: 40px;
	}
	.about_company-desc {
		max-width: none;
		width: 100%;
	}
	.about_company-desc.big_text {
		max-width: none;
		width: 100%;
	}
	.about_company-circle-btn {
		width: 400px;
		height: auto;
		padding: 20px;
	}
}
@media screen and (max-width: 992px) {
    .about_company .about_company-head {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.about_company-head {
		margin-bottom: 30px;
	}
	.about_company {
		margin-bottom: 80px;
	}
}
@media (max-width: 768px) {
	.about_company-circle-btn {
		width: 100%;
	}
	.advtg-item-desc {
		width: 240px;
	}
	.about_company-advtg .about_company-advtg-item {
		justify-content: space-between;
	}
	.about_company-advtg {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.advtg-item-title {
		font-family: 'Source Sans 3';
		font-weight: 400;
		font-size: 54px;
		line-height: 110%;
		letter-spacing: -3px;
		text-align: left;
		width: 110px;
		margin-right: 0;
	}
	.about_company-desc.big_text {
		font-weight: 400;
		font-size: 16px;
		line-height: 130%;
		letter-spacing: 0px;
    }
}


.services_reviews-item:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: black;
    right: 50px;
    top: 50px;
    border-radius: 50%;
}

/* ########## FORM BLOCK ########## */
.consultation-section {
    background: #FF3D00;
    border-radius: 70px;
    position: relative;
    overflow: visible;
    padding: 70px 170px 100px 170px;
	margin-bottom: 180px;
}

.consultation-container {
	display: flex;
	justify-content: space-between;
    position: relative;
    z-index: 2;
}

.consultation-form-wrapper {
    max-width: 800px;
}

.consultation-form__description {
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.form-group-container {
	display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
}

.form-input {
    width: 100%;
    padding: 18px 24px;
    font-size: 18px;
    color: black;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-button {
    width: 100%;
    padding: 19px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    background-color: #1C1F23;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
}

.form-button:active {
    transform: scale(0.98);
}

.form-button:disabled {
    cursor: not-allowed;
}
.consultation-image-wrapper {
	width: 420px;
}
.consultation-image-wrapper-img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 950px;
    background-image: url('/img/services/image-hand1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
	transform: translateY(-50%);
}
@media (max-width: 1550px) {
	.consultation-form-wrapper {
		max-width: 600px;
	}
	.consultation-section {
		padding: 70px 150px 100px 150px;
	}
	.consultation-form__description {
		font-size: 36px;
	}
}
@media (max-width: 1400px) {
	.consultation-form-wrapper {
		max-width: 500px!important;
	}
}
@media (max-width: 1200px) {
	.consultation-image-wrapper {
		display: none;
	}
	.consultation-container {
		display: block!important;
	}
	.consultation-form-wrapper {
        max-width: none!important;
		width: 100%;
    }
	.consultation-section {
		background: #FF3D00;
		border-radius: 70px;
		position: relative;
		overflow: visible;
		padding: 70px 170px 100px 170px;
		margin-bottom: 120px;
	}
}
@media (max-width: 992px) {
	.consultation-form__description  {
		font-size: 26px;
		margin-bottom: 40px;
	}
    .consultation-section {
        border-radius: 20px;
        padding: 60px 15px 30px 15px;
        margin-bottom: 80px;
    }
}
@media (max-width: 768px) {
	.form-group-container {
		margin-bottom: 25px;
		flex-direction: column;
	}
	.form-button {
		padding: 15px;
		font-size: 13px;
	}
	.form-input {
		padding: 10px 20px;
		font-size: 16px;
	}
}
@media screen and (max-width: 64.1em) {
    .consultation-section {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 63.9em) {
	.consultation-section {
		margin-left: -3.75rem;
		margin-right: -3.75rem;
	}
}
/* ########## END FORM BLOCK ########## */


/* ########## FORM BLOCK 2 ########## */
.consultation-section-nd {
    background: #FF3D00;
    border-radius: 70px;
    position: relative;
    overflow: visible;
    padding: 70px 170px 100px 170px;
	margin-bottom: 150px;
}

.consultation-section-nd .consultation-container {
	display: flex!important;
	justify-content: space-between;
    position: relative;
    z-index: 2;
}

.consultation-section-nd .consultation-form-wrapper {
    max-width: 900px;
}

.consultation-form__title {
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.consultation-section-nd .consultation-form__description {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.form-group-container {
	display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
}

.form-input {
    width: 100%;
    padding: 18px 24px;
    font-size: 18px;
    color: black;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-button {
    width: 100%;
    padding: 19px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    background-color: #1C1F23;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
}

.form-button:active {
    transform: scale(0.98);
}

.form-button:disabled {
    cursor: not-allowed;
}
.consultation-image-wrapper-nd {
	width: 720px;
}
.consultation-image-wrapper-nd .consultation-image-wrapper-img {
    position: absolute;
    top: 60%;
    right: 0;
    width: 100%;
    height: 950px;
    background-image: url('/img/services/image-hand2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
	transform: translateY(-50%);
}
@media (max-width: 1650px) {
	.consultation-section-nd {
		padding-right: 0;
	}
	.consultation-section-nd .consultation-form-wrapper {
		max-width: 600px;
	}
}
@media (max-width: 1550px) {
	.consultation-form-wrapper {
		max-width: 600px;
	}
	.consultation-section-nd {
		padding: 70px 0px 100px 150px;
	}
	.consultation-form__description {
		font-size: 36px;
	}
}
@media (max-width: 1400px) {
	.consultation-image-wrapper-nd .consultation-image-wrapper-img {
		display: block;
	}
	.consultation-section-nd .consultation-form-wrapper {
        max-width: none;
		width: 100%;
    }
	.consultation-section-nd {
		background: #FF3D00;
		border-radius: 70px;
		position: relative;
		overflow: visible;
		padding: 70px 170px 100px 170px;
		margin-bottom: 120px;
	}
	.consultation-section-nd .consultation-container {
		flex-direction: column-reverse;
	}
	.consultation-image-wrapper-nd {
		width: 100%;
	}
	.consultation-image-wrapper-nd .consultation-image-wrapper-img {
		width: 250px;
		height: 400px;
		right: 0;
		background-size: cover;
		background-image: url(/img/services/image-hand3.png);
	}
	.consultation-section-nd .consultation-form__title {
		padding-right: 150px;
	}
}
@media (max-width: 992px) {
	.consultation-form__description  {
		font-size: 26px;
		margin-bottom: 40px;
	}
    .consultation-section-nd {
        border-radius: 20px;
        padding: 60px 15px 30px 15px;
        margin-bottom: 80px;
    }
    .consultation-form__title {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.consultation-section-nd .consultation-form__description {
		font-weight: 400;
		font-size: 22px;
		letter-spacing: 0px;
		padding-right: 80px;
	}
}
@media (max-width: 768px) {
    .consultation-section-nd {
        padding: 0px 15px 30px 15px;
        margin-bottom: 80px;
    }
    .consultation-image-wrapper-nd {
        height: 150px;
    }
	.consultation-section-nd .consultation-form__description {
		font-size: 18px;
		padding-right: 0px;
	}
	.consultation-image-wrapper-nd .consultation-image-wrapper-img {
		top: 35%;
	}
	.consultation-section-nd .consultation-form__title {
		margin-bottom: 30px;
	}
	.form-group-container {
		margin-bottom: 25px;
		flex-direction: column;
	}
	.form-button {
		padding: 15px;
		font-size: 13px;
	}
	.form-input {
		padding: 10px 20px;
		font-size: 16px;
	}
	.consultation-section-nd .consultation-form__title {
		padding-right: 50px;
	}
    .consultation-section-nd .consultation-form__description p{
        margin-bottom: 10px;
    }
    .consultation-section-nd .consultation-form__description {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 64.1em) {
    .consultation-section {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 63.9em) {
	.consultation-section-nd {
		margin-left: -3.75rem;
		margin-right: -3.75rem;
	}
}
/* ########## END FORM BLOCK 2 ########## */


.description-section {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	flex-direction: column;
}
.description-section-container {
	display: flex;
	flex-direction: column;
}
.description-section .description-section-text {
	margin-bottom: 40px;
}
.description-section .description-section-text p {
	margin-bottom: 10px;
}
.description-section-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
	text-align: center;
	margin-bottom: 70px;
}
.description-section-head span {
	color: #FF3D00; 
}
.description-section-btn {
	display: flex;
	text-decoration: none;
	gap: 2px;
	margin-top: 40px;
	align-self: center;
	cursor: pointer;
}
.description-section-btn span:first-child {
	padding: 15px 12px;
	border-radius: 50px;
	border: 1px solid black;
	color: black;
}
.description-section-btn span:last-child {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    border: 1px solid black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description-section-btn span:last-child::after {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url('/img/services/Vector.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
@media screen and (max-width: 992px) {
    .description-section-head {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
		margin-bottom: 30px;
    }
	.description-section .description-section-text {
		margin-bottom: 30px;
	}
}


.specialization-section .specialization-header {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
	max-width: 780px;
}
.specialization-section .specialization-header {
    margin-bottom: 70px;
}
.specialization-section {
    margin-bottom: 120px;
}
.specialization-list {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: space-between;
}
.specialization-list li {
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    color: #333;
	list-style: none;
}
.specialization-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
}
@media (max-width: 1200px) {
    .specialization-list {
		grid-template-columns: repeat(3, auto);
	}
}
@media (max-width: 992px) {
    .specialization-section .specialization-header {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.specialization-section {
		margin-bottom: 80px;
	}
	.specialization-section .specialization-header {
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.specialization-list {
		grid-template-columns: repeat(2, auto);
	}
	.specialization-list li {
		padding-left: 0px;
		list-style: disc;
        	margin-left: 10px;
	}
	.specialization-list li::before {
		content: none;
	}
	.specialization-list {
		padding: 0;
        padding-left: 10px;
	}
}


.advantages-section {
	display: flex;
	gap: 80px;
	margin-bottom: 120px;
}
.advantages-header h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
}
.advantages-container .advantages-grid {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 110px;
}
.advantage-item .advantage-title {
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -2px;
	margin-bottom: 25px;
}
@media (max-width: 1450px) {
	.advantages-container .advantages-grid {
		gap: 40px;
	}
	.advantages-section {
		gap: 70px;
		margin-bottom: 120px;
		flex-direction: column;
	}
}
@media (max-width: 992px) {
	.advantages-header h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.advantages-container .advantages-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.advantage-item .advantage-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.advantages-section {
        gap: 30px;
		margin-bottom: 80px;
    }
}



.tariffs-swiper2 {
	overflow: hidden;
}
.tariffs-item-description ul {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0px;
}
.tariffs-item-name {
	font-weight: 400;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -2px;
	margin-bottom: 24px;
}
.tariffs-item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
    position: relative;
    padding-left: 24px;
}

.tariffs-item-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: black;
    border-radius: 50%;
}
.tariffs-item-header {
	display: flex;
    justify-content: space-between;
    gap: 10px;
	align-items: center;
	margin-bottom: 60px;
}
.tariffs-item-subtitle {
	max-width: 210px;
    text-align: end;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0px;
	height: 80px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.tariffs-item {
	padding: 44px 44px 40px 44px;
	background: #BBC4CD;

	min-height: 700px!important;
	border-radius: 50px;
	display: flex!important;
    flex-direction: column;
    justify-content: space-between;
}
.tariffs-section {
	background: #EEF1F3;
	padding-top: 100px;
	border-radius: 80px;
	padding-bottom: 320px;
	padding-left: 3.75rem;
    padding-right: 3.75rem;
	margin-top: -120px;
}
.tariffs-title-container h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
}
.tariffs-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 70px;
}
.tariffs-item-footer {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.tariffs-item-price {
	font-weight: 700;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: 0px;
}
.tariffs-item-button {
	position: relative;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    border-radius: 50px;
    background: #1C1F23;
}
.tariffs-item-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #BBC4CD;
    background: url(/img/services/background-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.tariffs-arrows .tariffs-arrow-prev {
    background-image: url(/local/templates/main_new/template/img/arrow_left.png);
}
.tariffs-arrows .tariffs-arrow-next {
    background-image: url(/local/templates/main_new/template/img/arrow_right.png);
    right: 0;
}
.tariffs-arrows button {
    width: 55px;
    height: 55px;
    background-color: unset;
    border: 1px solid #BBC4CD;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
    cursor: pointer;
}
@media screen and (min-width: 63.9em) {
    .tariffs-section {
        margin-left: -3.75rem;
        margin-right: -3.75rem;
    }
}
@media screen and (max-width: 992px) {
	.tariffs-content {
		display: flex!important;
    		flex-direction: column!important;
		gap: 20px;
	}
	.tariffs-title-container h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
}
@media screen and (max-width: 568px) {
	.tariffs-arrows {
		display: none;
	}
	.tariffs-header {
		margin-bottom: 30px;
	}
	.tariffs-item-subtitle {
		max-width: 180px;
		font-size: 12px;
		line-height: 120%;
		letter-spacing: 0px;
		height: 40px;
	}
	.tariffs-item-title {
		font-weight: 500;
		font-size: 14px;
		padding-left: 16px;
		width: 120px;
	}
	.tariffs-item-title::after {
		width: 8px;
		height: 8px;
	}
	.tariffs-item-name {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.tariffs-item-header {
		margin-bottom: 30px;
	}
	.tariffs-item-footer {
		flex-direction: column;
		gap: 30px;
	}
	.tariffs-item-content {
		margin-bottom: 50px;
	}
}









.policy-form {
	color: white;
	text-align: center;
}
.discount-banner__button {
	width: 100%;
    padding: 19px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    background-color: #1C1F23;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
	margin-bottom: 15px;
}
.discount-banner__form {
	width: 450px;
}
.discount-banner__form-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 60px;
}
.discount-banner__form input {
	border-radius: 10px;
	background: #FFFFFF;
	padding: 18px 24px;
	color: black;
	outline: none;
	border: none;
}
.discount-banner {
	background: #FF3D00;
	padding: 90px 90px 70px 90px;
	border-radius: 50px;
	display: flex;
	margin-bottom: 120px;
	margin-top: -250px;
	justify-content: space-between;
}
.discount-banner__content {
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.discount-banner__text {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: white;
	margin-bottom: 45px;
}
.discount-banner__phone-mob {
    display: none;
}
.discount-banner__phone {
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 100%;
    color: white;
    text-decoration: none;
}
.discount-banner::after {
    content: '';
    position: absolute;
    top: -70px;
    right: -50px;
    width: 350px;
    height: 350px;
    background-image: url('/img/services/discount_isometric.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
@media screen and (max-width: 1450px) {
    .discount-banner__text {
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 100%;
		letter-spacing: -3px;
		color: white;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 992px) {
    .discount-banner__text {
		font-size: 36px;
		margin-bottom: 40px;
		text-align: center;
		line-height: 110%;
		letter-spacing: -1.5px;
	}
	.discount-banner {
		flex-direction: column;
	}
	.discount-banner__content,
	.discount-banner__form {
		width: 100%;
	}
	.discount-banner__phone {
		display: none;
	}
	.discount-banner {
		margin-bottom: 80px;
		margin-top: -200px;
	}
	.discount-banner::after {
		content: '';
		position: absolute;
		top: -90px;
		right: 0px;
		width: 200px;
		height: 200px;
		background-image: url('/img/services/discount_isometric_.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}
	.discount-banner__phone-mob {
		display: block;
		text-align: center;
		color: white;
		font-weight: 400;
		font-size: 36px;
		text-decoration: none;
	}
	.discount-banner__form {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
    .discount-banner {
		padding: 90px 15px 30px 15px;
	}
	.discount-banner__form-container {
		margin-bottom: 25px;
	}
	.discount-banner__button {
		padding: 17px;
		font-size: 13px;
	}
}




.swiper-calculater .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FF3D00!important;
}
.swiper-calculater .swiper-pagination-bullet {
	background: #BBC4CD;
}
.calculator-form label {
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -2px;
	margin-bottom: 20px;
	display: block;
}
.calculator-form input {
	background: #ffffff00;
	border: 1px solid black;
    border-radius: 500px;
}
.swiper-calculater {
	overflow: hidden;
}
.swiper-calculater {
	overflow: hidden;
	margin-bottom: 40px;
}
.swiper-calculater .swiper-pagination {
	position: relative;
}
.calculator-section {
    background: #EEF1F3;
    margin-bottom: 120px;
    border-radius: 70px;
}
.calculator-container {
    display: flex;
}
.calculator-image  {
    border-radius: 70px;
}
.calculator-image img {
    width: 100%;
    height: 100%;
    border-radius: 70px;
	object-fit: cover;
	filter: grayscale(1);
}
.calculator-content,
.calculator-image {
    width: 50%;
}
.calculator-content {
    padding: 70px 120px 200px 60px;
}
.calculator-header h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
    margin-bottom: 60px;
}
.calculator-form .form-button {
    width: 100%;
    padding: 19px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    background-color: #FF3D00;
    border: none;
    border-radius: 500px;
    cursor: pointer;
    text-transform: uppercase;
}
@media screen and (min-width: 63.9em) {
    .calculator-section {
        margin-left: -3.75rem;
        margin-right: -3.75rem;
    }
}
@media screen and (max-width: 992px) {
    .calculator-container {
		flex-direction: column-reverse;
	}
	.calculator-content, .calculator-image {
		width: 100%;
	}
	.calculator-image img {
		border-radius: 20px;
	}
	.calculator-section {
		margin-bottom: 80px;
		border-radius: 20px;
	}
    .calculator-header h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
		margin-bottom: 50px;
    }
	.calculator-form label {
		font-size: 22px;
	}
	.calculator-content {
		padding: 30px 15px;
	}
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide.tariffs-item {
    justify-content: space-between;
}
.swiper-button-next, .swiper-button-prev {
    color: #000;
}
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}



.accordion-item-main {
	margin-right: 90px;
	width: 100%;
}
.section-faq-title {
    position: relative;
    display: block;
}

.section-faq-title::after {
    content: "";
    position: absolute;
	top: 150px;
    /*top: 50%;*/
    left: -68px;
    /*transform: translateY(-50%);*/
    width: 100%;
    /*height: 100%;*/
	height: 500px;
    background-image: url(/img/services/circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-faq-title {
	font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
    margin-right: 110px;
}
.section-faq {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
	gap: 50px;
}
.accordion {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
	align-items: center;
}
.accordion-item {
    overflow: hidden;
	border-bottom: 2px solid #1C1F23;
	display: flex;
    align-items: center;
	justify-content: space-between;
	width: 100%;
}
.accordion-item:first-child {
	border-top: 2px solid #1C1F23;
}

.accordion-header {
    padding: 30px 0px;
    cursor: pointer;
    position: relative;
}
.content-accord {
	margin-bottom: 30px;
}
.accordion-icon {
    width: 55px;
    height: 55px;
    background-image: url(/img/services/vector-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
	display: block;
}
.accordion-icon.open {
    width: 55px;
    height: 55px;
    background-image: url(/img/services/vector-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.accordion-content {
	font-family: Source Sans Pro, sans-serif;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.active .accordion-content {
    max-height: 700px;
}
.text-accord {
	font-family: Source Sans Pro, sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    color: #4E4E4E;
	width: calc(100% - 36px);
}
.section-faq-question {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-faq-question-desc {
	font-weight: 400;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -2px;
	max-width: 900px;
}
.section-faq-question-btn {
	padding: 14px 20px;
    border-radius: 50px;
    border: 1px solid black;
    color: black;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
@media (max-width: 1450px) {
	.section-faq-question-desc {
		font-size: 36px;
		max-width: 600px;
	}
}
@media (max-width: 992px) {
	.text-accord {
		font-size: 22px;
		width: 100%;
	}
	.section-faq-title {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
	}
	.section-faq {
		margin-bottom: 80px;
		flex-direction: column;
		gap: 0px;
	}
	.section-faq-title {
		margin-bottom: 30px;
	}
	.section-faq-title::after {
		content: none;
	}
	.accordion-icon, .accordion-icon.open {
		display: none;
	}
	.accordion-item-main {
		margin-right: 0px;
	}
	.section-faq-question {
		display: none;
	}
}



.cases-block {
    margin-bottom: 120px;
}
.cases-items {
    display: flex;
    gap: 20px;
    overflow: hidden;
    width: 100%;
    align-items: center;
}
.cases-block .cases-title {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.cases-block .cases-title .cases-title-description {
	display: flex;
    gap: 90px;
	align-items: center;
}
.cases-block .cases-title .cases-title-description div:first-child {
	max-width: 350px;
	font-size: 22px;
}
.cases-block .cases-container-items {
	display: flex;
    gap: 10px;
	margin-bottom: 70px;
	align-items: center;
}
.cases-block .cases-container-items .cases-item {
	padding: 7px 20px;
	border-radius: 100px;
	border: 1px solid #4D4D4D;
	width: fit-content;
	cursor: pointer;
	transition: 0.45s;
	height: fit-content;
	user-select: none;
}
.cases-block .cases-container-links .cases-link {
	border-radius: 50px;
	position: relative;
	display: block;
	width: 100%;
}
.cases-block .cases-container-items .cases-item:hover {
	background: #FF3D00;
	color: white;
	border: 1px solid transparent;
}
.cases-block .cases-container-items .cases-item.active {
	background: #FF3D00;
	color: white;
	border: 1px solid transparent;
}
.cases-link-block {
	display: none;
}
.cases-block .cases-link-block.active {
    display: block;
}
.cases-block .cases-link-block .cases-link a {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.cases-title-h1 h1 {
    font-weight: 400;
    font-size: 120px;
    line-height: 80px;
    letter-spacing: -5px;
    margin: 0;
}
.cases-link {
    border-radius: 3rem;
    padding: 3rem;
    color: white;
    height: 34rem;
}
.cases-link .case_item_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	width: 40%;
}
.cases-link .case_item_img img {
    height: 100%;
    border-radius: 50px;
	width: 100%;
    object-fit: contain;
}
.case_item_desc {
	position: absolute;
    bottom: 3rem!important;
	font-weight: 700;
    font-size: 1.75rem;
    line-height: 130%;
    margin-right: 40%;
	color: white;
}

.case-item-full {
	width: 100%;
	display: flex;
}
.case-item-full .case-item-left, .case-item-full .case-item-right {
	width: 50%;
}

.case-item-full .case-item-right {
	padding: 15px 0 0 20px;
}

.case-item-full .case-item-right .case-site-address-link {
	text-align: end;
	margin-bottom: 35px;
}

.case-item-full .case-item-right .case-site-address-link a {
	text-decoration: underline;
    color: black;
}

.case-item-full .case-item-right .case-item-rigth-st {
	margin-bottom: 40px;
}

.case-item-full .case-item-right .case-result-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
}

.cases-title h2 {
	font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
	margin-right: 110px;
}

@media screen and (max-width: 992px) {
	.cases-block {
		margin-bottom: 80px;
	}
    .cases-title h2  {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.cases-block .cases-container-items {
		align-items: flex-start;
		flex-direction: column;
	}
	.cases-block .cases-container-items .cases-item {
		font-size: 14px;
	}
	.cases-items {
		gap: 10px;
		overflow: auto;
	}
	.case-item-full {
		flex-direction: column;
		gap: 40px;
	}
	.case-item-full .case-item-left, .case-item-full .case-item-right {
		width: 100%;
	}
	.case-item-full .case-item-right {
		padding: 0px;
	}
	.cases-link {
		padding: 1rem;
	}
	.case_item_desc {
		top: 3rem !important;
		margin-right: 20%;
	}
	.cases-link .case_item_img {
		width: 60%;
	}
	.case-item-full .case-item-right .case-site-address-link {
		text-align: start;
		position: absolute;
		top: -110px;
		left: 1rem;
		margin: 0;
	}
	.case-item-full .case-item-right .case-site-address-link a {
		color: white;
	}
	.cases-block .cases-container-items {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 552px) {
    .cases-link {
		height: 25rem;
	}
	.case_item_desc {
		font-size: 20px;
	}
}

@media screen and (min-width: 47.9em) {
    .case_item_desc {
        bottom: 3rem!important;
    }
}


.services_reviews {
	margin-bottom: 120px;
}

.services_reviews-list {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 70px;
}

.services_reviews-item {
    list-style-type: none;
    background-color: #EEF1F3;
    padding: 50px 50px 100px;
    border-radius: 30px;
    position: relative;
}

.services_reviews-link,
.cases__all-link {
    color: #1C1F23;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
.cases__all-link{
    width: 100%;
    justify-content: end;
}

.services_reviews-link::after,
.cases__all-link::after {
    content: '';
    width: 55px;
    height: 55px;
    display: block;
    border: 1px solid #BBC4CD;
    border-radius: 50%;
    background: url('/local/templates/main_new/template/img/arrow_right.png') center center no-repeat;
    transition: all .3s ease-in-out;
    transform: rotate(-45deg);
}

.services_reviews-link:hover::after,
.cases__all-link:hover::after {
    border-color: #1C1F23;
}

.services_reviews-title {
    display: flex;
    align-items: center;
    gap: 27px;
    margin-bottom: 44px;
}

.services_reviews-title .review-name {
    color: #1C1F23;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -2px;
}

.services_reviews-img {
    width: 74px;
    aspect-ratio: 1/1;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 50%;
}

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

.services_reviews-item p {
    font-size: 16px;
    line-height: 22px;
}

.services_reviews-item .reviews_read_more {
    text-transform: uppercase;
    color: #FF3D00;
    font-size: 18px;
    line-height: 19px;
    margin-top: 20px;
    text-decoration: none;
	cursor: pointer;
}

.services_reviews .services_reviews-head {
	font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
}

.services_reviews .services_reviews-head {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.services_reviews-link-mob,
.cases__all-link-mob {
	display: none;
}

@media screen and (max-width: 1400px) {
    .services_reviews-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 992px) {
    .services_reviews-list {
        grid-template-columns: 1fr;
    }
	.services_reviews-list li {
        left: 0;
    }
	.services_reviews h2 {
		font-weight: 400;
		font-size: 36px;
		line-height: 110%;
		letter-spacing: -1.5px;
	}
	.services_reviews-title .review-name {
		font-size: 24px;
	}
	.services_reviews-item {
		padding: 24px;
	}
	.services_reviews .services_reviews-head .services_reviews-link, .cases-container .cases-container-items .cases__all-link {
		display: none;
	}
	.services_reviews-list {
		margin-top: 30px;
	}
	.services_reviews-item .reviews_read_more {
		display: none;
	}
	.services_reviews-link-mob, .cases__all-link-mob {
		display: flex;
        justify-content: flex-end;
        margin-top: 30px;
	}
	.services_reviews-list {
		margin-top: 30px;
	}
	.services_reviews {
		margin-bottom: 80px;
	}
}


.partners {
	background: none!important;
	position: relative!important;
}

.partners.__slider {
	display: flex;
    flex-direction: column;
    padding: 0!important;
}

.partners.__slider .service__partners-head h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
}

.service__partners-head {
    margin-top: 0px!important;
}

.service__partners {
    margin-top: 70px!important;
    margin-left: 0;
    margin-bottom: 120px!important;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .partners.__slider .service__partners-head h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.service__partners {
		display: grid;
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column;
		gap: 10px;
		margin-bottom: 80px!important;
	}
}


.team-section .team-section__header h2 {
	font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
}
.team-section .team-section__header {
	margin-bottom: 70px;
}
.team-section {
    margin-bottom: 190px;
	overflow: hidden;
}
.team-items-container .team-member {
    height: 100%;
}
.team-items-container .team-member:nth-child(even) {
    height: 220px;
}
.team-items-container .team-member__photo {
	margin-bottom: 10px;
}
.team-items-container .team-member__photo,
.team-items-container .team-member__photo img {
	height: 100%;
}
.team-items-container .team-member__photo img {
	object-fit: cover;
	filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.team-items-container .team-member__photo img:hover {
    filter: grayscale(0%);
}
.team-items-container .team-member__name {
	font-weight: 700;
	font-size: 24px;
}
.team-items-container .team-member__position {
	font-weight: 400;
	font-size: 16px;
}

.team-items-container .swiper-pagination {
	display: none!important;
}
.team-items-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FF3D00!important;
}
.team-items-container .swiper-pagination .swiper-pagination-bullet {
	background: #BBC4CD!important;
}
@media (max-width: 1200px) {
	.team-section {
		margin-bottom: 120px;
	}
}
@media screen and (max-width: 992px) {
    .team-section .team-section__header h2{
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.team-section {
		margin-bottom: 80px;
	}
	.team-section .team-section__header {
		margin-bottom: 30px;
	}
	.team-items-container .swiper-pagination {
		display: block!important;
		position: relative!important;
		top: 0!important;
	}
	.team-items-container .swiper-wrapper {
		margin-bottom: 30px;
	}
	.team-items-container .team-member:nth-child(even) {
		height: 100%;
	}
}


.popup_feedback_form-tarif,
.popup_feedback_form-callback{
	display: none;
}
#services-form-tarif{
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	text-align: center;
	width: 100%;
}
#services-form-tarif .p_name{
	font-size: 24px;
}
#services-form-tarif .div_select{
	font-size: 20px;
}
.closed_popup,
.closed_popup-callback {
	z-index: 10;
}
.closed_popup.closed_popup-tarif{
    width: 3rem;
    height: 3rem;
}
.closed_popup-callback {
    width: 3rem;
    height: 3rem;
    border: unset;
    background: unset;
    position: absolute;
    top: .6rem;
    right: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_feedback_form-tarif.open,
.popup_feedback_form-callback.open{
	display: flex;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FF3D00;
	padding: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	color: #fff;
	width: 500px;
	max-width: 90%;
	border-radius: 50px;
}
.popup_feedback_form-callback.open{
	width: 800px;
}
.closed_popup,
.closed_popup-callback {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}
.closed_popup-callback::before, .closed_popup-callback::after {
    content: '';
    width: 1.3rem;
    height: .1rem;
    background-color: white;
    display: block;
    position: absolute;
}
.closed_popup-callback::before {
    transform: rotate(45deg);
}
.closed_popup-callback::after {
    transform: rotate(-45deg);
}

#services-form-callback {
	display: flex;
	gap: 15px;
	align-items: center;
	text-align: center;
	width: 100%;
	flex-direction: column;
}
.callback-form-block {
	display: flex;
	gap: 20px;
	width: 100%;
	text-align-last: center;
}
.callback-form-block .form-input{
    width: 100%;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
    color: white;
    padding: 20px;
    padding-left: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: unset;
}
.callback-form-block .form-input::placeholder {
    color: white;
}
@media screen and (max-width: 768px) {
	.callback-form-block {
		flex-direction: column;
	}
	main{
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.specialization-list>li{
		left: 0px;
	}
}
@media screen and (max-width: 425px) {
	.specialization-list {
		grid-template-columns: repeat(1, auto);
	}
}

.between-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.description-section-container .bottom__h2{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
    text-align: center;
    /*margin-top: 70px;*/
    margin-bottom: 70px;
}
.description-section-container p,
.description-section-container ul li{
    margin-bottom: 10px;
}

.description-section-container.no_read_more{
	max-height: 780px;
	overflow: hidden;
}


.service-result-item {
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 30px);
	max-width: 100%;
}
.section-result {
	padding-bottom: 120px;
}
.section-result-title {
	font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 80px;
	line-height: 110%;
	letter-spacing: -3px;
	padding-bottom: 50px;
}
.section-result-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.result__icon {
	background-image: url(/img/services/icon.png);
	height: 70px;
	width: 70px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.result__name {
	padding: 35px 0 25px;
	font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -2px;
}
.result__desc {
	font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
	color: #4E4E4E;
}
@media (max-width: 1860px) {
.service-result-item {
	width: calc(100% / 3 - 30px);
	max-width: 435px;
}
}
@media (max-width: 992px) {
	.section-result {
		padding-bottom: 80px;
	}
	.section-result-title {
		font-size: 36px;
		letter-spacing: -1.5px;
	}
	.section-result-container {
		gap: 20px;
	}
	.service-result-item {
		width: calc(100% / 2 - 20px);
	}
	.result__icon {
		background-image: url(/img/services/icon.png);
		height: 50px;
		width: 50px;
	}
	.result__name {
		font-size: 22px;
		line-height: 100%;
		letter-spacing: -1px;
	}
	.result__desc {
		font-size: 16px;
		line-height: 130%;
		letter-spacing: 0px;
	}
	.description-section-container .bottom__h2 {
		font-weight: 400;
		font-size: 36px;
		line-height: 110%;
		letter-spacing: -1.5px;
		margin-bottom: 30px;
	}
}
@media (max-width: 440px) {
    .seo-promotion-section {
        padding-top: 130px;
    }
}


.contextual-ad-promotion-section {
    position: relative;
    padding: 130px 20px 70px 60px;
    color: #fff;
    border-radius: 40px;
    z-index: 1;
}
.contextual-ad-promotion-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
}
/*
.contextual-ad-promotion-section::after {
    content: '';
    position: absolute;
    right: 8%;
    bottom: -200px;
    background-image: url(/img/services/banner2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    width: 350px;
    height: 200px;
}
*/
.contextual-ad-promotion-header {
    margin-bottom: 40px;
    max-width: 1040px;
}
.contextual-ad-promotion-form-container .container-form-group {
    flex-wrap: wrap;
}
.container-form-group .form-group.w-50 {
    width: calc(50% - 45px / 2);
}
.contextual-ad-promotion-form-container .container-form-group {
    gap: 30px 45px;
}
.contextual-ad-promotion-form-container .seo-promotion-form{
    gap: 0;
}
.contextual-ad-promotion-title {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 120px;
    line-height: 90%;
    letter-spacing: -5px;
}
.contextual-ad-promotion-highlight {
    color: #FF3D00;
}
.contextual-ad-promotion-description {
    font-size: 24px;
    margin-bottom: 40px;
    max-width: 650px;
}
.contextual-ad-promotion-form-container {
    max-width: 650px;
    z-index: 10;
}
.contextual-ad-promotion-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.container-form-group {
    display: flex;
    gap: 45px;
}
.container-form-group .form-group {
    width: 100%;
}
.container-form-group .form-input {
    width: 100%;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
    color: white;
    padding: 20px;
    border-bottom: 1px solid #838d97;
    border-radius: unset;
}
.container-form-group .form-input::placeholder {
    color: #838d97;
    opacity: 1;
}
.container-form-group .form-input:-ms-input-placeholder {
    color: #838d97;
}
.contextual-ad-promotion-form .form-button {
    padding: 14px;
    font-size: 16px;
    color: #fff;
    background-color: #FF3D00;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}
@media (max-width: 992px) {
    .contextual-ad-promotion-title {
        font-weight: 400;
        font-size: 50px;
        line-height: 90%;
        letter-spacing: -2px;
        width: 100%;
    }
    .contextual-ad-promotion-description {
        font-size: 16px;
        margin-bottom: 30px;
        max-width: 590px;
        width: 100%;
    }
    .contextual-ad-promotion-section {
        margin-bottom: 80px;
        padding: 110px 15px 70px 15px;
        border-radius: 10px;
    }
}
@media (max-width: 768px) {
    .container-form-group {
        gap: 15px;
        flex-direction: column;
    }
    .contextual-ad-promotion-section {
        padding: 110px 15px 250px 15px;
    }
	.contextual-ad-promotion-section::after {
		width: 249px;
   		height: 140px;
		bottom: -140px;
	}
    .contextual-ad-promotion-section {
        margin-bottom: 120px;
    }
	.contextual-ad-promotion-section::before {
		background-image: url(background-context-mob.png);
		border-radius: 10px;
	}
	.contextual-ad-promotion-background,
	.contextual-ad-promotion-background-nd {
		display: block!important;
		position: absolute;
	}
	.contextual-ad-promotion-background,
	.contextual-ad-promotion-background-nd {
		display: block!important;
		position: absolute;
	}
	.contextual-ad-promotion-background {
		width: 544px;
		height: 700px;
		left: -170px;
		bottom: 0px;
		object-fit: cover;
		filter: blur(15px);
		z-index: -1;
	}
	.contextual-ad-promotion-background-nd {
		width: 456px;
		height: 570px;
		object-fit: contain;
		bottom: -50px;
		right: -32px;
		z-index: -1;
	}
	.contextual-ad-promotion-background-container {
		display: block!important;
	    overflow: hidden;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media (max-width: 510px) {
	.contextual-ad-promotion-background-nd {
        width: 249px;
        height: 570px;
        object-fit: cover;
        bottom: -50px;
        right: 15%;
        z-index: -1;
    }
}


.contextual-benefits-section {
    margin-bottom: 120px;
}
.benefits-main-title {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    margin-bottom: 60px;
}
.benefits-main-title span {
    color: #FF3D00;
}
.contextual-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.benefit-card {
    position: relative;
    padding: 10px 40px 40px 40px;
}
.benefit-card::before,
.benefit-card::after,
.bottom-line,
.left-line {
    background: black;
    content: '';
    position: absolute;
}
.benefit-card::before {
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
}
.benefit-card::after {
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
}
.bottom-line {
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
}
.first-card .left-line {
    top: 20px;
    left: 0;
    bottom: 20px;
    width: 1px;
}
.benefit-number {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #EEF1F3;
    margin-bottom: 25px;
}
.benefit-title {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -2px;
    margin-bottom: 30px;
    height: 70px;
}
.benefit-description {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #4E4E4E;
}

@media (max-width: 768px) {
    .benefits-main-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .contextual-benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        padding: 30px 0px;
    }
    
    .benefit-card::before,
    .benefit-card::after,
    .first-card .left-line {
        display: none;
    }
    
    .bottom-line {
        left: 0;
        right: 0;
		background: #BBC4CD;
    }

    .benefit-card:last-child .bottom-line {
        display: none;
    }
    
    .benefit-title {
        height: auto;
        font-size: 22px;
		margin-bottom: 15px;
    }
    .benefit-number {
        font-size: 80px;
		margin-bottom: 15px;
    }
}

.faq-content {
	padding-bottom: 170px;
}

.faq-item-main {
    margin-right: 90px;
    width: 100%;
	display: flex;
}

.faq-header {
    position: relative;
    display: flex;
	justify-content: space-between;
	padding: 70px 0 100px 0
}
.faq-header .faq-header-title {
    max-width: 890px;
}
.faq-header .faq-header-title h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
	color: #FFFFFF;
}
.faq-header .faq-header-title h2 span {
    color: #FF3D00;
}
.faq-header .faq-header-description {
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
	color: #FFFFFF;
	max-width: 580px;
    padding-top: 20px;
}
.faq-header .faq-header-description p {
	margin-bottom: 40px;
}

.faq-block {
	background: #1C1F23;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
}
@media screen and (max-width: 768px) {
   .faq-block {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -20px;
   }
    .tariffs-section {
        background: #EEF1F3;
		margin-left: -10px;
		margin-right: -10px;
        padding-top: 100px;
        border-radius: 20px;
        padding-bottom: 320px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: -120px;
    }
	.tariffs-section.tariffs-section-prod{
	        padding-top: 0px;
	        margin-top: 0px;
	}
	.tariffs-item {
        padding: 15px;
        background: #BBC4CD;
        min-height: unset !important;
        border-radius: 20px;
        flex-direction: column;
        justify-content: space-between;
    }
	.faq-accordion {
		margin-bottom: 100px!important;
	}
	.faq-content .faq-item:last-child {
		border-bottom: none!important;
	}
	.faq-content .faq-item {
		border-bottom: 1px solid #4E4E4E!important;
	}
}
.faq-accordion {
    margin-bottom: 30px;
    /* overflow: hidden;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-content .faq-item {
    overflow: hidden;
    border-bottom: 1px solid #BBC4CD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	background: none;
	padding: 40px 0;
}

.faq-content .faq-item:first-child {
    border-top: 1px solid #BBC4CD;
}

.faq-content .faq-question {
    cursor: pointer;
    position: relative;
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.faq-content .faq-question-container {
	display: flex;
	align-items: flex-start;
}

.faq-content .faq-answer-text {
    margin-bottom: 30px;
	max-width: 370px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0px;
	color: #EEF1F3;
}

.faq-content .faq-toggle-icon {
    width: 55px;
    height: 55px;
    background-image: url(/img/services/vector-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
}

.faq-content .faq-toggle-icon.open {
    width: 55px;
    height: 55px;
    background-image: url(/img/services/vector-open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
}

.faq-content .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
	display: flex;
}

.faq-content .faq-answer {
    font-family: Source Sans Pro, sans-serif;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.faq-content .active .faq-answer {
    max-height: 700px;
}

.faq-content .faq-question-text {
    font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -2px;
	color: #FFFFFF;
	width: 615px;
}

.faq-content .faq-question-num {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0px;
	color: #EEF1F3;
	margin-right: 40px;
	width: 50px;
}

.faq-content .faq-image {
    width: 380px;
    height: 380px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -470px;
}
.faq-content .faq-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.faq-content .faq-item.active {
    overflow: visible;
}

.faq-content .faq-item.active .faq-answer {
    overflow: visible !important;
}

@media screen and (min-width: 63.9em) {
    .faq-block{
        margin-left: -3.75rem;
        margin-right: -3.75rem;
		padding-left: 3.75rem;
		padding-right: 3.75rem;
    }
}

@media (max-width: 992px) {
    .faq-content .faq-question-text {
        font-size: 22px;
        width: 100%;
    }
    .faq-header h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
    .faq-content .faq-block {
        margin-bottom: 80px;
        flex-direction: column;
    }
    .faq-content .faq-header {
        margin-bottom: 30px;
    }
    .faq-content .faq-header::after {
        content: none;
    }
    .faq-content .faq-item-main {
        margin-right: 0px;
    }
}
@media (max-width: 1400px) {
	.faq-content .faq-item-main {
		margin-right: 0px;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.faq-content .faq-question {
		align-items: flex-start;
		margin-right: 0px;
		width: 100%;
		flex-direction: column;
	}
    .faq-content .faq-question-num {
		font-weight: 400;
        font-size: 18px;
        width: auto;
        margin-right: 0;
		color: #4E4E4E;
		margin-bottom: 10px;
    }
	.faq-header .faq-header-title h2 {
		font-weight: 400;
		font-size: 36px;
		line-height: 110%;
		letter-spacing: -1.5px;
	}
	.faq-header {
		position: relative;
		display: flex;
		justify-content: space-between;
		padding: 40px 0 20px 0;
		flex-direction: column;
	}
	.faq-header .faq-header-description {
		max-width: none;
	}
	.faq-header .faq-header-title {
		max-width: none;
	}
	.faq-header .faq-header-description p {
		margin-bottom: 20px;
	}
	.faq-content .faq-question-text {
		font-weight: 400;
		font-size: 26px;
		line-height: 100%;
		letter-spacing: -2px;
	}
	.faq-content .faq-answer {
		display: flex;
		flex-direction: column;
	}
	.faq-content .faq-answer-text {
		margin-bottom: 22px;
		max-width: 100%;
		font-family: Source Sans Pro;
		font-weight: 400;
		font-size: 14px;
		line-height: 160%;
		letter-spacing: 0px;
	}
	.faq-content .faq-image {
		width: 380px;
		height: 380px;
		top: auto;
		transform: none;
		position: relative;
		right: auto;
	}
	.faq-content .faq-block {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	.faq-content .faq-item {
		align-items: flex-start;
		padding: 0;
	}
	.faq-content .faq-question-container {
		align-items: flex-start;
		padding: 40px 0;
	}
	.faq-content .faq-toggle {
		padding: 40px 0 40px;
	}
}
@media (max-width: 1024px) {
	.faq-content .faq-block {
		padding: 0 16px;
margin-left: -16px;
        margin-right: -16px;
	}
}
@media (max-width: 768px) {
	.faq-header .faq-header-description p {
		margin-bottom: 10px;
	}
	.faq-content .faq-image {
		width: 100%;
		top: auto;
		transform: none;
		position: relative;
		right: auto;
	}
	.faq-content .faq-answer-text {
		max-width: 100%;
	}
    .faq-image {
        width: calc(100% + 34px);
		margin-bottom: 25px;
    }
	.faq-toggle-icon,
	.faq-toggle-icon.open {
		width: 34px!important;
		height: 34px!important;
	}
	.faq-toggle {
		padding: 55px 0 40px;
	}
	.faq-content {
		padding-bottom: 55px;
	}
}
.tariffs-item-description .tariffs-item-description-title {
font-family: Source Sans Pro;
    color: #FF3D00;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0px;
    padding-bottom: 15px;
}
.discount-banner__text.lower__text{
    font-family: Source Sans 3;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -5px;
    margin-bottom: 20px;
    color: white;
}
.discount-banner__phone.lower__text{
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    color: white;
    max-width: 700px;
}
@media screen and (max-width: 1450px) {
    .discount-banner__text.lower__text {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -3px;
        color: white;
        margin-bottom: 45px;
    }
    .discount-banner__phone.lower__text {
	font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
	color: white;
	max-width: 700px;
    }
}
@media screen and (max-width: 1024px) {
    .discount-banner__text.lower__text {
        font-size: 36px;
        margin-bottom: 40px;
        text-align: center;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
    .discount-banner__phone.lower__text {
        margin-bottom: 40px;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0px;
        text-align: center;
    }
}
.discount-banner__phone.lower__text {
    display: block;
}

.trust-section {
    margin-bottom: 120px;
}

.trust-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.trust-header {
    margin-bottom: 70px;
}

.trust-header h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
    margin: 0;
}

.trust-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 435px;
    width: 100%;
}

.trust-card__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #1C1F23;
    margin-bottom: 24px;
}

.trust-card__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.trust-card__icon {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
}

/* Адаптивные стили */
@media (max-width: 1200px) {
    .trust-header h2 {
        font-size: 70px;
    }
    
    .trust-card {
        max-width: 350px;
    }
}

@media (max-width: 992px) {
    .trust-header h2 {
        font-size: 60px;
        letter-spacing: -2px;
    }
    
    .trust-card {
        max-width: 100%;
    }
    
    .trust-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .trust-card__title {
        font-size: 28px;
    }
    
    .trust-card__text {
        font-size: 18px;
    }
    
    .trust-card__icon {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .trust-section {
        margin-bottom: 80px;
    }
    
    .trust-header {
        margin-bottom: 50px;
    }
    
    .trust-header h2 {
        font-size: 48px;
        letter-spacing: -1.5px;
    }
    
    .trust-card__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .trust-card__text {
        font-size: 16px;
    }
    
    .trust-card__icon {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .trust-header h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }
    
    .trust-card__title {
        font-size: 22px;
    }
    
    .trust-card__icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    
    .trust-header {
        margin-bottom: 40px;
    }
    
    .trust-section {
        margin-bottom: 60px;
    }
}
.experts {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    flex-wrap: wrap;
}

.experts__header {
    width: 60%;
    border-right: 1px solid black;
    padding-right: 50px;
    box-sizing: border-box;
}

.experts__header .experts__title-wrap .experts__title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
    margin-bottom: 65px;
}

.experts__description {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
    width: 490px;
    max-width: 100%;
}

.experts__features {
    padding-left: 50px;
    width: 40%;
    box-sizing: border-box;
}

.feature-card {
    display: flex;
    gap: 70px;
    padding: 30px 10px 30px 0;
    border-bottom: 1px solid black;
}

.feature-card:last-child {
    border-bottom: none;
}

.feature-card__number {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #BBC4CD;
    min-width: 40px;
}

.feature-card__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
}
.experts__features-mobile {
	display: none;
}
/* Адаптивные стили */
@media (max-width: 1200px) {
    .experts__header .experts__title-wrap .experts__title {
        font-size: 70px;
    }
    
    .feature-card {
        gap: 40px;
    }
    
    .feature-card__text {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .experts {
        flex-direction: column;
    }
    
    .experts__header {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid black;
        padding-right: 0;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    
    .experts__features {
        width: 100%;
        padding-left: 0;
    }
    
    .experts__header .experts__title-wrap .experts__title {
        font-size: 60px;
        margin-bottom: 40px;
    }
    
    .experts__description {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .experts__header .experts__title-wrap .experts__title {
        font-size: 48px;
        letter-spacing: -2px;
    }
    
    .experts__description {
        font-size: 18px;
    }
    
    .feature-card {
        flex-direction: column;
        gap: 15px;
        padding: 25px 0;
    }
    
    .feature-card__text {
        font-size: 20px;
    }
    
    .experts {
        margin-bottom: 80px;
    }
	.experts__features {
		display: none;
	}
	.experts__features-mobile {
		display: block;
		position: relative;
    	overflow: hidden;
		padding-bottom: 30px;
	}
	.experts__features-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #FF3D00!important;
	}
	.experts__features-mobile .swiper-pagination .swiper-pagination-bullet {
		background: #D9D9D9!important;
	}
    .feature-card {
        border: none;
    }
	.feature-card__number {
		font-weight: 400;
		font-size: 100px;
		leading-trim: Cap height;
		line-height: 120%;
		letter-spacing: 0px;
		text-align: center;
		color: #FF3D00;
	}
	.feature-card__text {
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 0px;
		text-align: center;
		margin-bottom: 20px;
	}
	.experts__header {
        	border-bottom: none;
	}
}

@media (max-width: 576px) {
    .experts__header .experts__title-wrap .experts__title {
        font-size: 36px;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }
    
    .experts__description {
        font-size: 16px;
    }
    
    .feature-card__text {
        font-size: 18px;
    }
    
    .experts__header {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    
    .experts {
        margin-bottom: 60px;
    }
}

.description-section-head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #1C1F23;
	text-align: center;
	margin-bottom: 70px;
}
.description-section-head span {
	color: #FF3D00;
	font-weight: 700;
}
.description-section-container .bottom__h3 {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
}
@media screen and (max-width: 992px) {
    .description-section-head {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
		margin-bottom: 30px;
    }
	.description-section-container .bottom__h3 {
	    font-family: Source Sans Pro;
	    font-weight: 400;
	    font-size: 32px;
	    line-height: 110%;
	    letter-spacing: -2px;
	    text-align: center;
	    margin-bottom: 40px;
	}
}
.awards_h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
    margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
    .awards_h2 {
        display: none;
    }
}
.avard_item.nagrada .avard_item_desc {
    height: auto;
}
.awards_h2 {
	font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
	margin-bottom: 60px;
}
.avards .avards_container {
	max-width: none!important;
	margin: 0 auto;
	background-color: #EEF1F3;
	border-radius: 3.125rem;
	padding: 3.75rem 3.75rem 6.4375rem 4.3125rem;
	overflow: hidden;
}
.avards {
    background-color: #EEF1F3;
    border-radius: 50px;
    padding: .875rem 0;
    margin-bottom: 200px!important;
}
.avards .awards_title {
    font-size: 20px !important;
	font-weight: 400;
	line-height: 40px !important;
	letter-spacing: 0 !important;
	padding: 0 0 1.5rem 0 !important;
    margin-right: 0;
    width: 100%;
    color: #1C1F23;
    border-bottom: 1px solid #BBC4CD;
    margin-bottom: 60px;

}
@media screen and (min-width: 89.9em) {
    .avards {
        margin: 0px 0px 200px 0px!important
    }
}

@media (max-width: 768px) {
	.avards .avards_container {
		max-width: none !important;
		background-color: #EEF1F3;
		border-radius: 3.125rem;
		padding: 30px 16px 50px 16px;
		overflow: hidden;
	}
	.avards {
		margin: 0 -1rem 200px -1rem!important;
	}
}
@media screen and (max-width: 551px) {
    .avards .awards_title {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: -2px;
		padding: 0px 0px 30px 0px !importan;
		margin: 0px 0px 30px 0px !important;
		width: 100%;
    }
	.avards_items .avard_item:nth-child(1) {
		margin-left: 0!important;
	}
}
@media screen and (max-width: 992px) {
    .awards_h2 {
		display: none;
	}
    .avards .awards_title {
        font-weight: 400;
        font-size: 36px !important;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
}

.case-preview_text{
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
}
.case-result{
font-family: Source Sans Pro;
font-weight: 400;
font-size: 16px;
line-height: 140%;
letter-spacing: 0px;
}
.site__name {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -2px;
    padding-bottom: 18px;
}

@media screen and (max-width: 992px) {
	.site__name {
	    font-family: Source Sans 3;
	    font-weight: 400;
	    font-size: 26px;
	    line-height: 100%;
	    letter-spacing: -2px;
	}
	.case-preview_text{
	    font-family: Source Sans Pro;
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 130%;
	    letter-spacing: 0px;
	}
	.case-result{
		font-family: Source Sans Pro;
		font-weight: 400;
		font-size: 14px;
		line-height: 160%;
		letter-spacing: 0px;
	}
}

@media (max-width: 992px) {
    .consultation-image-wrapper {
        width: auto;
        display: block;
    }
    .consultation-section.show {
        border-radius: 20px;
        padding: 180px 15px 30px 15px;
        margin-bottom: 80px;
    }
    .consultation-image-wrapper-img {
	display: none;
    }
    .consultation-image-wrapper-img.show {
	display: block;
        position: absolute;
        top: -650px;
        right: 0 !important;
        width: 255px;
        height: 380px;
        background-size: contain;
        background-image: url(/img/services/image-hand1.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
        transform: none;
    }

.container-form-group .form-group.w-50 {
    width: 100%;
}
}
@media (max-width: 768px) {
    .consultation-image-wrapper-img.show {
        top: -710px;
    }
}
@media (max-width: 400px) {
    .consultation-image-wrapper-img.show {
        top: -750px;
    }
}

.partners .swiper-container .swiper-wrapper{
	align-items: center;
}

.partners {
	background: none!important;
	position: relative!important;
}

.partners.__slider {
	display: flex;
    flex-direction: column;
    padding: 0!important;
}

.partners.__slider .service__partners-head h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: -3px;
    color: #1C1F23;
}

.service__partners-head {
    margin-top: 0px!important;
}

.partners .service__partners {
    margin-top: 70px!important;
    margin-left: 0;
    margin-bottom: 120px!important;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    text-align: center;
}
.__slider .service__partners {
	overflow: hidden;
	width: calc(100% - 100px);
	margin-left: 50px;
}
.partners .services-container {
    display: none; /*flex*/
    justify-content: space-between;
    height: 55px;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    top: 55%;
    transform: translateY(-50%);
}
.partners .swiper-slide {
    align-content: center;
}
.partners .swiper-button-next, .partners .swiper-button-prev {
    position: relative;
    width: 55px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    position: relative !important;
}
.partners .swiper-button-next, .partners .swiper-button-prev {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50px;
    border: 1px solid #BBC4CD;
}
.partners .swiper-button-prev {
    transform: rotate(180deg);
}
.partners .swiper-button-next::before, .partners .swiper-button-prev::before {
    content: '' !important;
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #BBC4CD;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.partners .swiper-button-next::after, .partners .swiper-button-prev::after {
    content: '' !important;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #BBC4CD;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.partners .swiper-wrapper {
    justify-content: center;
    /*margin-left: 50px;*/
    margin-right: -150px;
}
@media screen and (max-width: 992px) {
    .partners.__slider .service__partners-head h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.partners .service__partners {
		display: grid;
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column;
		gap: 10px;
		margin-bottom: 80px!important;
	}
	.partners .services-container {
	    display: flex;
	    justify-content: center;
	    gap: 10px;
	    height: 55px;
            position: unset;
	    margin-left: 0px;
	    margin-right: 0px;
	}
.__slider .service__partners {
    width: 100%;
    margin-left: 0;
}
}



.contextual-ad-promotion-section {
    position: relative;
    padding: 110px 20px 70px 60px;
    color: #fff;
    margin-bottom: 120px;
    border-radius: 40px;
    z-index: 1;
}
.contextual-ad-promotion-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/services/bckmain.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
	border-radius: 40px;
}
.contextual-ad-promotion-section::after {
    content: '';
    position: absolute;
    right: 5%;
    bottom: -200px;
    background-image: url(/img/services/banner2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    width: 350px;
    height: 200px;
}
.contextual-ad-promotion-header {
    margin-bottom: 40px;
    max-width: 1040px;
}
.contextual-ad-promotion-title {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 120px;
    line-height: 90%;
    letter-spacing: -5px;
}
.contextual-ad-promotion-highlight {
    color: #FF3D00;
}
.contextual-ad-promotion-description {
    font-size: 24px;
    margin-bottom: 40px;
    max-width: 650px;
}
.contextual-ad-promotion-form-container {
    max-width: 650px;
}
.contextual-ad-promotion-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.container-form-group {
    display: flex;
    gap: 45px;
}
.container-form-group .form-group {
    width: 100%;
}
.container-form-group .form-input {
    width: 100%;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
    color: white;
    padding: 20px;
    border-bottom: 1px solid #838d97;
    border-radius: unset;
}
.container-form-group .form-input::placeholder {
    color: #838d97;
    opacity: 1;
}
.container-form-group .form-input:-ms-input-placeholder {
    color: #838d97;
}
.contextual-ad-promotion-form .form-button {
    padding: 14px;
    font-size: 16px;
    color: #fff;
    background-color: #FF3D00;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}
.contextual-ad-promotion-background-nd,
.contextual-ad-promotion-background-container-nd {
	display: none;
}
.contextual-ad-promotion-background {
    position: absolute;
    width: 590px;
    right: 0;
    bottom: -160px;
	z-index:-1;
}
@media (max-width: 992px) {
    .contextual-ad-promotion-title {
        font-weight: 400;
        font-size: 50px;
        line-height: 90%;
        letter-spacing: -2px;
        width: 100%;
    }
    .contextual-ad-promotion-description {
        font-size: 16px;
        margin-bottom: 30px;
        max-width: 590px;
        width: 100%;
    }
    .contextual-ad-promotion-section {
        margin-bottom: 80px;
        padding: 110px 15px 70px 15px;
        border-radius: 10px;
    }
}
@media (max-width: 768px) {
    .container-form-group {
        gap: 15px;
        flex-direction: column;
    }
    .contextual-ad-promotion-section {
        padding: 110px 15px 310px 15px;
    }
	.contextual-ad-promotion-section::after {
		/*
		width: 249px;
   		height: 140px;
		bottom: -140px;
		right: 7.6%;
		*/
		display: none;
	}
    .contextual-ad-promotion-section {
        margin-bottom: 120px;
    }
	.contextual-ad-promotion-section::before {
		background-image: url(/img/services/background-context-mob.png);
		border-radius: 10px;
	}
	.contextual-ad-promotion-background,
	.contextual-ad-promotion-background-nd {
		display: block!important;
		position: absolute;
	}
	.contextual-ad-promotion-background {
		width: 544px;
		height: 700px;
		left: -150px;
		bottom: 0px;
		object-fit: cover;
		filter: blur(15px);
		z-index: -1;
	}
	.contextual-ad-promotion-background-nd {
		width: 259px;
        height: 650px;
        object-fit: cover;
        bottom: -119px;
        right: 1%;
        z-index: -1;
	}
	.contextual-ad-promotion-background-container {
		display: block!important;
	    overflow: hidden;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.contextual-ad-promotion-background-container-nd {
		display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
	}
}
@media (max-width: 1650px) {
	.contextual-ad-promotion-section::after {
		right: 6%;
	}
}
@media (max-width: 1500px) {
	.contextual-ad-promotion-section::after {
		right: 7%;
	}
}

@media (max-width: 1250px) {
	.contextual-ad-promotion-section::after {
		right: 8%;
	}
}
@media (max-width: 1150px) {
	.contextual-ad-promotion-section::after {
		right: 9%;
	display: none;
	}
.contextual-ad-promotion-background {
	display: none;
}
}
@media (max-width: 768px) {
	.contextual-ad-promotion-section::after {
		right: 6%;
	}
}
@media (max-width: 700px) {
	.contextual-ad-promotion-section::after {
		right: 8%;
	}
}
@media (max-width: 510px) {
	.contextual-ad-promotion-background-nd {
        width: 249px;
        height: 570px;
        object-fit: cover;
        bottom: -50px;
        right: 15%;
        z-index: -1;
    }
}
@media (max-width: 510px) {
	.contextual-ad-promotion-background-nd {
        width: 259px;
        height: 650px;
        object-fit: cover;
        bottom: -119px;
        right: 1%;
        z-index: -1;
    }
}

@media (max-width: 440px) {
    .contextual-ad-promotion-section {
        padding-top: 130px;
    }
}
.avard_item_img {
    height: 100%;
}
.avard_item_img img{
    height: 100% !important;
}


@media screen and (min-width: 2000px) {
	.faq-content .faq-image img{
		width: 480px;
		height: 480px;
	}
	.faq-content .faq-image{
		display: flex;
		width: 480px;
		height: 480px;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
		right: -600px;
		align-items: center;
	}
	.avards_items{
		justify-content: center;
	}
}


.tariffs-item-content {
    width: 100%;
}
.tariffs-section-prod .tariffs-item-name {
    height: 105px;
}
.tariffs-section.tariffs-section-prod{
    margin-bottom: 120px;
    padding-bottom: 0;
}
.tariffs-section-prod.tariffs-item-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
.tariffs-section-prod .tariffs-item-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
    align-items: center;
}
.tariffs-item-button {
    position: relative;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    border-radius: 50px;
    background: #1C1F23;
}
.tariffs-section-prod .tariffs-item-price div:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: right;
}

/*Превью блок*/
@media screen and (min-width: 63.9em) {
    .prodvizhenie-promotion-section {
        margin-left: -3.75rem;
        margin-right: -3.75rem;
    }
    .prodvizhenie-promotion-section .promotion-background {
        padding: 50px 3.75rem 150px 3.75rem;
    }
}
.prodvizhenie-promotion-section .promotion-border-container {
    border: 20px solid white;
    border-radius: 80px;
	padding: 80px 50px;
	display: flex;
    justify-content: space-between;
}
.prodvizhenie-promotion-section .promotion-left-block {
	display: flex;
    flex-direction: column;
}
.prodvizhenie-promotion-section .promotion-left-block .promotion-left-block-content {
	background: white;
	padding: 50px 50px 55px 36px;
	border-radius: 53px;
	max-width: 756px;
	margin-bottom: 29px;
}
.prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title,
.prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title h1 {
	font-weight: 400;
	font-size: 72px;
	line-height: 110%;
	letter-spacing: -3px;
	color: #1C1F23;
	margin-bottom: 21px;
}
.prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title h1 {
	margin: 0;
}
.prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title span {
	color: #FF3D00;
}
.prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-description {
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -2px;
	max-width: 546px;
}
.prodvizhenie-promotion-section .promotion-left-block .promotion-left-block-btn {
	background: #FF3D00;
	font-family: Source Sans 3;
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	width: 100%;
	border-radius: 50px;
	padding: 24.5px 0;
	text-align: center;
	cursor: pointer;
}
.prodvizhenie-promotion-section .promotion-icons-right {
	display: flex;
	gap: 25px;
}
.prodvizhenie-promotion-section .promotion-icons-right .promotion-icon-item {
	width: 80px;
	height: 80px;
}
@media screen and (max-width: 1439px) {
	.prodvizhenie-promotion-section .promotion-border-container {
		gap: 20px;
	}
    .prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title
    .prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title h1 {
        font-size: 64px;
    }
    .prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-description {
        font-size: 28px;
    }
}
@media screen and (max-width: 1199px) {
    .prodvizhenie-promotion-section .promotion-border-container {
        padding: 60px 40px;
    }
    .prodvizhenie-promotion-section .promotion-left-block .promotion-left-block-content {
        padding: 40px 40px 45px 30px;
    }
    .prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title,
    .prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title h1 {
        font-size: 56px;
        letter-spacing: -2.5px;
    }
}
@media screen and (max-width: 1023px) {
    .prodvizhenie-promotion-section {
        margin-left: 0;
        margin-right: 0;
    }
    .prodvizhenie-promotion-section .promotion-background {
        padding: 40px 30px 200px;
    }
    .prodvizhenie-promotion-section .promotion-border-container {
        flex-direction: column-reverse;
        border-width: 15px;
        border-radius: 60px;
        padding: 50px 40px;
    }
    .prodvizhenie-promotion-section .promotion-icons-right {
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .prodvizhenie-promotion-section {
        margin-left: -10px;
        margin-right: -10px;
    }
    .prodvizhenie-promotion-section .promotion-background {
        padding: 74px 16px 200px 16px;
    }
    .prodvizhenie-promotion-section .promotion-border-container {
        border: none;
        padding: 0;
		gap: 50px;
    }
    .prodvizhenie-promotion-section .promotion-left-block .promotion-left-block-content {
        padding: 65px 19px;
        border-radius: 53px;
    }
    .prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title h1 {
		margin: 0;
		font-weight: 400;
		font-size: 40px;
		line-height: 100%;
    }
    .prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-title {
		font-weight: 400;
		font-size: 40px;
		line-height: 100%;
		margin-bottom: 30px;
    }
    .prodvizhenie-promotion-section .promotion-left-block .promotion-block-content-description {
		font-weight: 400;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: -1px;
    }
    .prodvizhenie-promotion-section .promotion-left-block .promotion-left-block-btn {
		font-weight: 700;
		font-size: 16px;
		line-height: 100%;
		padding: 10px 0;
    }
}
/*Конец превью*/
/*Ваши клиенты точно найдут вас*/
.business-promo {
	background: #EEF1F3;
	padding: 62px 3.75rem 200px 3.75rem;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	margin-top: -80px;
}
.business-promo .business-promo__text {
	display: flex;
    align-items: center;
	margin-bottom: 100px;
}
.business-promo .business-promo__text .business-promo__title {
	font-weight: 400;
	font-size: 80px;
	line-height: 110%;
	letter-spacing: -3px;
	max-width: 844px;
}
.business-promo .business-promo__text .business-promo__description {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
	max-width: 653px;
}
.business-promo .business-promo__slider {
	margin: 0px 209px;
}
.business-promo-arrows {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.business-promo-arrows div {
    width: 55px;
    height: 55px;
    background-color: unset;
    border: 1px solid #BBC4CD;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
    cursor: pointer;
}
.business-promo-arrows .business-promo-prev {
    background-image: url(/local/templates/main_new/template/img/arrow_left.png);
	left: 5%;
}
.business-promo-arrows .business-promo-next {
    background-image: url(/local/templates/main_new/template/img/arrow_right.png);
    right: 5%;
}
@media screen and (max-width: 64.1em) {
    .business-promo {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 63.9em) {
    .business-promo {
        margin-left: -3.75rem;
        margin-right: -3.75rem;
    }
}
@media (max-width: 1600px) {
	.business-promo .business-promo__text {
		display: flex;
		align-items: center;
		margin-bottom: 100px;
		justify-content: space-between;
	}
	.business-promo .business-promo__text .business-promo__description {
		font-weight: 400;
		font-size: 20px;
		line-height: 140%;
		letter-spacing: 0px;
		max-width: 350px;
	}
}
@media (max-width: 1224px) {
	.business-promo .business-promo__text {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.business-promo .business-promo__text .business-promo__title {
		margin-bottom: 20px;
    }
    .business-promo .business-promo__text .business-promo__description {
        max-width: unset;
    }
}
@media (max-width: 992px) {
	.business-promo .business-promo__text {
		display: flex;
		align-items: flex-start;
		margin-bottom: 30px;
		flex-direction: column;
	}
	.business-promo .business-promo__text .business-promo__title {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
		margin-bottom: 20px;
    }
	.business-promo-arrows {
		display: flex;
		position: relative;
		z-index: 1;
		width: 100%;
		top: 0;
		transform: unset;
		justify-content: center;
		gap: 12px;
	}
	.business-promo-arrows .business-promo-prev {
		background-image: url(/local/templates/main_new/template/img/arrow_left.png);
		left: 0;
	}
	.business-promo-arrows .business-promo-next {
		background-image: url(/local/templates/main_new/template/img/arrow_right.png);
		right: 0;
	}
	.business-promo .business-promo__slider {
		margin: 0px 0px 25px 0px;
	}
}
@media (max-width: 768px) {
	.business-promo {
        margin-left: -10px;
        margin-right: -10px;
		padding: 40px 10px 80px 10px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		margin-top: -40px;
    }
}

/*Ваши клиенты точно найдут вас конец*/
/*Выгоды продвижения*/
.business-advantages {
	margin-bottom: 120px;
	border-radius: 80px;
	margin-top: -80px;
	padding-top: 130px;
	background: white;
}
@media screen and (max-width: 64.1em) {
    .business-advantages {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 63.9em) {
    .business-advantages {
        margin-left: -3.75rem;
        margin-right: -3.75rem;
		padding-left: 3.75rem;
		padding-right: 3.75rem;
    }
}
.business-advantages .section-header .section-title {
	font-weight: 400;
	font-size: 80px;
	line-height: 110%;
	letter-spacing: -3px;
}
.business-advantages .section-header {
	margin-bottom: 100px;
}
.business-advantages .section-header .section-title span {
	color: #FF3D00;
}
.business-advantages .section-header .section-title div:nth-child(2) {
	padding-left: 35%;
}
.business-advantages .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 34px;
}
.business-advantages .advantages-grid .advantage-item {
  min-width: 250px;
  padding: 57px 22px 42px 22px;
  box-sizing: border-box;
  border-radius: 40px;
}
.business-advantages .advantages-grid .advantage-item:nth-child(odd) {
  background-color: #EEF1F3;
}
.business-advantages .advantages-grid .advantage-item:nth-child(even) {
  background-color: #E6EAEC;
}
.business-advantages .advantages-grid .advantage-item .advantage-content-name {
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -2px;
	height: 70px;
	margin-bottom: 70px;
}
.business-advantages .advantages-grid .advantage-item .advantage-content-text {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
}
.business-advantages .advantages-grid .advantage-item .advantage-content-icon {
	margin-bottom: 35px;
}
.business-advantages .advantages-grid .advantage-item .advantage-content-icon img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}
.business-advantages .section-actions .action-button {
	border-radius: 61px;
	background: #FF3D00;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	padding: 23px 0;
	cursor: pointer;
}
.section-title-mob {
	display: none;
}
@media (max-width: 1650px) {
	.business-advantages .section-header .section-title div:nth-child(2) {
		padding-left: 15%;
	}
}
@media (max-width: 1450px) {
	.business-advantages .section-header .section-title div:nth-child(1),
	.business-advantages .section-header .section-title div:nth-child(2) {
		display: none
	}
	.section-title-mob {
		display: block;
	}
}
@media (max-width: 1200px) {
    .business-advantages .section-header .section-title {
        font-size: 70px;
    }
	.business-advantages .section-header {
		margin-bottom: 70px;
	}
}

@media (max-width: 992px) {
	.business-advantages .section-header .section-title {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.business-advantages .section-header {
		margin-bottom: 30px;
	}
	.business-advantages {
		margin-bottom: 80px;
		padding-top: 40px;
        background: white;
	}
}

@media (max-width: 768px) {
	.business-advantages {
		padding-left: 10px;
        padding-right: 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding-top: 40px;
        background: white;
        margin: -20px -10px 80px -10px;
    }
	.business-advantages .advantages-grid .advantage-item .advantage-content-name {
		font-weight: 400;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: -1px;
	}
	.business-advantages .advantages-grid .advantage-item .advantage-content-text {
		font-weight: 400;
		font-size: 16px;
		line-height: 130%;
		letter-spacing: 0px;
	}
	.business-advantages .advantages-grid .advantage-item {
		padding: 50px 20px 42px 20px;
		box-sizing: border-box;
		border-radius: 40px;
	}
	.business-advantages .section-actions .action-button {
		border-radius: 500px;
		background: #FF3D00;
		text-align: center;
		text-transform: uppercase;
		color: white;
		padding: 10px 0;
		cursor: pointer;
		font-size: 18px;
	}
	.business-advantages .advantages-grid {
		margin-bottom: 25px;
	}
}
/*Выгоды конец*/
/*Этапы продвижения*/
.steps-section {
	margin-bottom: 210px;
}
.steps-section .steps__h {
	font-weight: 400;
	font-size: 80px;
	line-height: 110%;
	letter-spacing: -3px;
	margin-bottom: 69px;
}
.steps-section .steps__box .steps__card {
	padding: 35px 0;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.steps-section .steps__box .steps__card:first-child {
	border-top: 1px solid #D9D9D9;
}
.steps-section .steps__box .steps__card .steps__info {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.steps-section .steps__box  .steps__num {
	width: 22px;
	height: 22px;
	border-radius: 500px;
	background: #FF3D00
}
.steps-section .steps__box .steps__name {
	font-weight: 400;
	font-size: 64px;
	line-height: 110%;
	letter-spacing: -5px;
	margin-bottom: 26px;
}
.steps-section .steps__box .steps__text {
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -2px;
	max-width: 510px;
}
.steps-section .steps__box .steps__img {
	width: 1006px;
	height: 395px;
}
.steps-section .steps__box .steps__img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1650px) {
    .steps-section {
        margin-bottom: 180px;
    }
    .steps-section .steps__h {
        font-size: 70px;
        margin-bottom: 60px;
    }
    .steps-section .steps__box .steps__name {
        font-size: 56px;
        margin-bottom: 22px;
    }
    .steps-section .steps__box .steps__text {
        font-size: 28px;
        max-width: 450px;
    }
    .steps-section .steps__box .steps__img {
        max-width: 850px;
        max-height: 350px;
    }
}
@media (max-width: 1440px) {
    .steps-section .steps__box .steps__img {
        max-width: 550px;
        max-height: 280px;
    }
    .steps-section .steps__box .steps__name {
        font-size: 48px;
    }
    .steps-section .steps__box .steps__text {
        font-size: 24px;
        max-width: unset;
    }
}
@media (max-width: 992px) {
	.steps-section .steps__box .steps__img {
        max-width: 450px;
        max-height: 200px;
    }
    .steps-section .steps__h {
        font-weight: 400;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1.5px;
    }
	.steps-section .steps__box .steps__name {
        font-size: 28px;
		letter-spacing: -1px;
    }
	.steps-section .steps__box .steps__text {
        font-size: 22px;
        letter-spacing: -1px;
    }
}
@media (max-width: 768px) {
	.steps-section .steps__box .steps__card {
		padding: 0px;
		gap: 0px;
		flex-direction: column-reverse;
	}
	.steps-section .steps__box {
		display: flex;
		flex-direction: column;
		gap: 50px;
	}
    .steps-section .steps__box .steps__img {
        max-width: unset;
        max-height: unset;
		width: 100%;
		margin-bottom: 40px;
    }
	.steps-section .steps__box .steps__card:first-child,
	.steps-section .steps__box .steps__card {
		border: none;
	}
	.steps-section .steps__h {
        margin-bottom: 67px;
    }
	.steps-section .steps__box .steps__num {
		width: 14px;
		height: 14px;
		margin-bottom: 20px;
	}
    .steps-section .steps__box .steps__name {
		font-weight: 400;
		font-size: 32px;
		line-height: 100%;
		letter-spacing: -1.5px;
		margin-bottom: 20px;
    }
    .steps-section .steps__box .steps__text {
		font-weight: 400;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: -1px;
		max-width: 288px;
    }
	.steps-section .steps__box .steps__img {
        max-height: 250px;
    }
}
@media (max-width: 420px) {
	.steps-section .steps__box .steps__img {
        max-height: 140px;
    }
}
/*Этапы конец*/
/*Аудит*/
.promo {
    background: #FF3D00;
    border-radius: 70px;
    position: relative;
    overflow: visible;
    padding: 70px 170px 100px 170px;
    margin-bottom: 180px;
}
.promo__box {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.promo__main {
    max-width: 900px;
}
.promo__h {
	font-weight: 400;
	font-size: 64px;
	line-height: 110%;
	letter-spacing: -5px;
	color: white;
	margin-bottom: 60px;
}
.promo__p p {
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -2px;
	color: white;
	margin-bottom: 32px;
}
.promo__p ul li {
	font-family: Source Sans Pro;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
	color: white;
}
.promo__p {
	margin-bottom: 60px;
}
.promo__btn {
	border-radius: 50px;
	padding: 15px 0px;
	max-width: 766px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	text-transform: uppercase;
	background: #1C1F23;
	color: white;
	cursor: pointer;
}
.promo__img-box {
    width: 420px;
}
.promo__img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 950px;
    background-image: url('/img/services/image-hand1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transform: translateY(-50%);
}
.promo__form-wrap {
	display: none;
}
.promo-form__btn {
	display: none;
}
@media (max-width: 1650px) {
    .promo__main {
        max-width: 600px;
    }
    .promo {
        padding: 70px 150px 100px 150px;
    }
    .promo__p {
        font-size: 36px;
    }
}
@media (max-width: 1310px) {
	.promo__box {
		flex-direction: column-reverse;
	}
	.promo__main {
        max-width: 100%;
    }
	.promo__btn {
		max-width: 100%;
	}
	.promo {
        padding: 180px 3.75rem 100px 3.75rem;
    }
	.promo__img-box {
		width: 100%;
	}
	.promo__img {
		top: -440px;
		width: 250px;
		height: 570px;
		transform: unset;
	}
}
@media screen and (max-width: 992px) {
	.promo__h {
		font-size: 52px;
		letter-spacing: -3px;
	}
	.promo__p p {
		font-size: 24px;
		line-height: 110%;
	}
	.promo__p ul li {
		font-size: 20px;
	}
	.promo {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 768px) {
	.promo__h {
		font-weight: 400;
		font-size: 36px;
		line-height: 110%;
		letter-spacing: -1.5px;
		margin-bottom: 79px;
		max-width: 500px;
	}
	.promo__p p {
		font-weight: 400;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}
	.promo__p ul li {
		font-weight: 400;
		font-size: 14px;
		line-height: 160%;
		letter-spacing: 0px;
	}
	.promo__p {
		margin-bottom: 10px;
	}
	.promo {
		border-radius: 20px;
		padding: 185px 16px 30px 16px;
	}
	.promo__btn {
        display: none;
    }
	.promo__form-wrap {
		display: block;
	}
	.promo__form-wrap .promo-form .promo-form__field input {
		width: 100%;
		border-radius: 8px;
		border: unset;
		background: #FFFFFF;
		padding: 11px 20px;
	}
	.promo__form-wrap .promo-form .promo-form__field:first-child {
		margin-bottom: 20px;
	}
	/*.promo__form-wrap .promo-form .promo-form__field .promo-form__btn {*/
	.promo-form__btn {
		display: block;
		background: #1C1F23;
		width: 100%;
		border-radius: 10px;
		border: unset;
		font-weight: 400;
		font-size: 13px;
		line-height: 100%;
		letter-spacing: 0px;
		text-align: center;
		text-transform: uppercase;
		color: white;
		padding: 17px 0;
		margin-top: 25px;
	}
	.promo__form-wrap .promo-form .policy-form {
		font-weight: 400;
		font-size: 14px;
		line-height: 160%;
		letter-spacing: 0px;
		text-align: center;
		color: white;
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px) {
	.promo__h {
		max-width: 320px;
	}
    .promo__img {
        top: -290px;
        width: 140px;
        height: 340px;
        transform: unset;
    }
}
@media screen and (max-width: 64.1em) {
    .promo {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 63.9em) {
    .promo {
        margin-left: -3.75rem;
        margin-right: -3.75rem;
    }
}
/*Аудит конец*/
/*Продвижение на картах*/
.geo-marketing-cta {
	margin-bottom: 100px;
}
.geo-marketing-cta .geo-marketing-cta__heading {
	font-weight: 400;
	font-size: 120px;
	line-height: 90%;
	letter-spacing: -5px;
	color: black;
	max-width: 1575px;
}
.geo-marketing-cta .geo-marketing-cta__heading span {
	color: #FF3D00;
}
.geo-marketing-cta .geo-marketing-cta__visual {
	top: -70px;
    right: 40px;
	width: 538px;
	height: 780px;
	position: absolute;
	z-index: 10;
}
@media screen and (max-width: 1650px) {
	.geo-marketing-cta .geo-marketing-cta__visual {
		top: -200px;
		right: 40px;
		width: 338px;
		height: 480px;
	}
	.geo-marketing-cta .geo-marketing-cta__heading {
		margin-right: 350px;
	}
}
@media screen and (max-width: 992px) {
	.geo-marketing-cta .geo-marketing-cta__heading {
		font-weight: 400;
		font-size: 40px;
		line-height: 100%;
		letter-spacing: -1.5px;
		margin-right: 0px;
	}
	.geo-marketing-cta .geo-marketing-cta__visual {
		top: -200px;
		right: 40px;
		width: 294px;
		height: 425px;
	}
}
@media screen and (max-width: 768px) {
	.geo-marketing-cta .geo-marketing-cta__visual {
        top: 70px;
        right: -10px;
        width: 220px;
        height: 325px;
	}
}
/*Продвежение на картах конец*/