.main__tariffs-card {
    border: 1px solid #BBC4CD;
    border-radius: 35px;
    padding: 40px 45px 20px;
}

.tariffs__top {
    display: flex;
    justify-content: space-between;
}

.tariffs__top .main_desc {
    width: 50%;
}

.tariffs__all-open {
    text-align: right;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #4E4E4E;
    margin-top: 40px;
    margin-bottom: 40px;
}

.main__tariffs-title {
    font-size: 35px;
    font-weight: 400;
    line-height: 52.8px;
    letter-spacing: -2px;
    text-align: center;
}

.main__tariffs-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: #1C1F23;
    opacity: 50%;
    margin-top: 10px;
}

.main__tariffs-cont {
    display: flex;
    justify-content: space-between;
}

.main__tariffs-left {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #1C1F23;
    opacity: 50%;
}

.main__tariffs-right {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
    color: #1C1F23;
    width: 100px;
}

.main__tariffs-text-danger {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #FF3D00;
}

.main__tariffs-price {
    font-size: 32px;
    font-weight: 500;
    line-height: 35.2px;
    letter-spacing: -2px;
    text-align: center;
    color: #1C1F23;
    margin-bottom: 47px;
}

.main__tariffs-btn {
    display: flex;
    justify-self: anchor-center;
    border-radius: 500px;
    background-color: #FF3D00;
    padding: 18px 104px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.94px;
    text-align: left;
    color: #FFFFFF;
    border: 0;
}

.showMoreBtn.btn-link,
.showLessBtn.btn-link {
    display: flex;
    justify-self: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #4E4E4E;
}

.main__line {
    width: 100%;
    border: 1px solid #BBC4CD;
    margin: 30px 0;
}
.tariffsSlider  .swiper-pagination, .tariffs__all-open-mobile {
	display: none;
}
@media (min-width: 1200px) and (max-width: 1920px) {
	.main__tariffs-title {
		font-size: 30px;
		line-height: normal;
	}
	.main__tariffs-left,
	.main__tariffs-right,
	.main__tariffs-text-danger {
		font-size: 16px;
		line-height: 20px;
	}
	.main__tariffs-price {
		font-size: 28px;
		font-weight: 500;
	}
	.main__tariffs-cont {
		padding-bottom: 5px;
	}
	.main__line {
		margin: 20px 0;
	}
	.tariffs__top .tariffs__name {
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
	.tariffs__top .tariffs__name {
		font-size: 16px;
	}
	.tariffs__all-open {
		font-size: 20px;
		margin: 20px 0;
	}
	.main__tariffs-title {
		font-size: 30px;
		line-height: normal;
	}
	.main__tariffs-left,
	.main__tariffs-right,
	.main__tariffs-text-danger {
		font-size: 16px;
		line-height: 20px;
	}
	.main__tariffs-price {
		font-size: 28px;
		font-weight: 500;
	}
	.main__tariffs-cont {
		padding-bottom: 5px;
	}
	.main__line {
		margin: 20px 0;
	}
}
@media (max-width: 992px) {
	.main__tariffs-left {
        max-width: 180px;
    }
}
@media (max-width: 768px) {
	.tariffs__top {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.tariffs__top .main_desc {
		width: 100%;
	}
	.tariffs__all-open {
		display: none;
	}
	.tariffs__all-open-mobile,
	.tariffs__all-open-mobile .tariffs__all-open {
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
		line-height: 16px;
	}
	.tariffsSlider {
		position: relative;
		padding-bottom: 30px;
	}
	.tariffsSlider  .swiper-pagination {
		display: block;
		bottom: 0px!important;
	}
	.main__tariffs-left {
        max-width: none;
    }
}
@media (max-width: 520px) {
	.main__tariffs-title {
		font-size: 30px;
	}
	.main__tariffs-price {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.main__tariffs-card {
		padding: 30px 35px 20px;
	}
}