.prices .prices_header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    text-transform: uppercase;
}

.prices .prices_section_header {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin: 20px 0 !important;
	color: #3A3A3A;
}

.prices .prices_section--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prices .prices_section--item {
    width: calc(33% - 11px);
    background: #FFFFFF;
    margin-right: 11px;
    margin-bottom: 11px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

/* .prices .prices_section {
    margin-bottom: 60px;
} */
.calculator_block .container--def {
	padding-top: 40px;
	padding-bottom: 40px;
}
.prices .container--def {
	padding-bottom: 49px;
}
.prices .prices_section--item_name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #3A3A3A;
    margin-top: 36px;
    margin-bottom: 18px;
}
.blank {
	visibility: hidden !important;
	height: 0  !important;
	padding: 0  !important;
	margin: 0  !important;
}
.prices .prices_section--item_subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #3A3A3A;
    margin-bottom: 24px;
}

.prices .prices_section--item_price .price_value {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    color: #68A5DD;
    margin-right: 6px;
}

.prices .prices_section--item_price .price_desc {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #68A5DD;
}

.prices .prices_section--item_price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 4px;
}

.prices .prices_section--item_price_subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #3A3A3A;
    text-align: center;
    margin-bottom: 24px;
}

.prices .prices_section--item_charcs_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #3A3A3A;
    text-align: center;
    margin-bottom: 8px;
}

.prices .prices_section--item_charcs li::marker {
    list-style-type: none;
    content: url(marker.svg);
}

.prices .prices_section--item_charcs li {
    padding-left: 6px;
}
.additional-services {
	background: #fff;
}
.additional-services__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 40px;
	cursor: pointer;
}
.additional-services__box {
	padding: 0 40px 40px;
}
.additional-services__switcher {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 40px;
	height: 40px;
	background: #263553;
	cursor: pointer;
}
.additional-services__header h2 {
	margin-bottom: 0 !important;
	line-height: 1 !important;
	border-bottom: 2px dashed;
}
.additional-services__box {
	display: none;
}
.additional-services__box tr td:not(:first-child) {
	text-align: center;
}
.additional-services__box tr td:last-child {
	text-align: right;
}
.content-section__wrapper {
    width: 100%;
    max-width: 1316px;
    padding-top: 0!important;
	padding-bottom: 60px !important;
    margin: 0 auto;
}
@media (max-width:1100px) {
    .prices .prices_section--item {
        width: calc(50% - 11px);
    }
}

@media (max-width:786px) {
    .prices .prices_section--item {
        width: 100%;
    }
	.prices .prices_section_header {
		font-size: 18px;
	}
	.content-section__wrapper,
	.prices .container--def {
		padding-bottom: 35px !important;
	}
	.prices_section--item {
		margin-bottom: 0 !important;
		margin-right: 0 !important;
	}
	.prices_section--item:not(:last-child) {
		margin-bottom: 10px !important;
	}
}
@media (max-width: 576px) {
	.additional-services__header,
	.additional-services__box	
	{
		padding: 20px 10px;
	}
	.additional-services__header {
		justify-content: center;
	}
	.additional-services__header h2 {
		font-size: 16px !important;
	}
	.additional-services__switcher {
		display: none;
	}
	.additional-services__box table {
		font-size: 11px;
		line-height: 1.2;
	}
	.additional-services__box-wrapper {
		overflow: auto;
	}
}
.prices-section__top .elementor-header-section {
	flex-direction: column;
}