.h2-title {
    font-size: 44px;
	line-height: 140%;
	line-height: 140%;
}
.page-nav {
    margin: 0;
}
.calc__text{
	margin: 24px 0;
}
.calc__block {
    width: calc(100% - 374px - 24px);
    border-radius: 35px;
    background: #FFF;
	display: flex;
	padding: 20px 30px;
	flex-direction: column;
	gap: 24px;
}
body{
	background: var(--bgbg-grey, #F5F5F5);
}
.calc__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
	align-items: flex-start;
}
.calc__avt {
    width: 374px;
    border-radius: 35px;
    background: var(--colors-white, #FFF);
    display: flex;
    padding: 36px 32px 32px 32px;
    flex-direction: column;
    gap: 24px;
}
.calc__block_item_wide .calc-item-switches {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 12px;
	gap: 10px;
	justify-content: space-between;
}
.calc__block_item_wide .calc-item-header{
	padding: 0;
}
.calc-item-header{
	display: flex;
    align-items: center;
    gap: 6px;
    color: var(--colors-gray, #A4A4A4);
    font-size: 14px;
    text-transform: none;
	width: 160px;
    padding: 0;
}
.calc__block_item_wide .calc-item-btn {
    color: #1C93F9;
    margin: 0;
    width: calc(33.3333% - 7px);
    padding: 24px 27px 16px 27px;
    border-radius: 16px;
    border: 1px solid #EBEBEB;
}
.calc__block_item_wide svg{
	width: 100%;
    margin-bottom: 12px;
	display: block;
}
.calc__block_item_wide svg>rect:first-child{
	fill:none;
	stroke:#D9D9D9
}
.calc__block_item_wide rect{
	fill:#D9D9D9
}
.calc-item-header .calc-item-radio-tip {
    top: unset;
    right: unset;
    position: relative;
}
.calc__block_item_wide .calc-item-btn>span{
	color: var(--colors-black, #0E0E0E);
    font-weight: 600;
    line-height: 140%;
    display: block;
}
.calc__block_item_wide .calc-item-btn>mark{
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
}

.calc-item-btn-has_sub.active{
	background: transparent;
	color: #000;
}
.calc__block_item_wide .active.calc-item-btn>mark,
.calc__block_item_wide .active.calc-item-btn>span{
	color:#fff
}
.calc__block_item_wide .active svg>rect:first-child{
	fill:none;
	stroke:#00995E
}
.calc__block_item_wide .active rect{
	fill:#00995E
}
.calc__block_item-sep{
	background: #EBEBEB;
    height: 1px;
}
.calc-item {
    display: flex;
    gap: 32px;
	align-items: center;
}
.calc__block_item_wide {
    flex-wrap: wrap;
	gap: 0;
}
.calc-item-checkbox {
    display: flex;
    gap: 12px;
    align-items: center;
}
.calc-item-checkbox span{
    font-size: 14px;
    font-weight: 600;
}
.calc-item-checkbox .calc-item-btn{
	border-radius: 52px;
    background: var(--colors-gray, #A4A4A4);
    width: 65px;
    height: 36px;
    border: none;
    margin: 0;
	position: relative;
	padding: 6px;
    display: flex;
    justify-content: flex-end;
}
.calc-item-checkbox .calc-item-btn::before{
	content:'';
	width: 24px;
	height: 24px;
	border-radius:50%;
	background: #fff;
    display: block;
}
.calc-item-checkbox .calc-item-btn.active{
	background: #D9F8EC;
	justify-content: flex-start;
}
.calc-item-checkbox .calc-item-btn.active::before{
	background: #00CC7E;
}
.calc-item-btn,
.calc-item-btn-has_sub>span {
    border-radius: 72px;
    border: 1px solid var(--colors-gray, #A4A4A4);
    color: var(--colors-gray, #A4A4A4);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 16px;
	display: block;
    width: fit-content;
}
.calc-item-btn.active:not(.calc-item-btn-has_sub),
.active.calc-item-btn-has_sub>span {
    background: var(--colors-color, #00CC7E);
	color:#fff;
	border-color: #00CC7E;
}
.calc-item-btn-has_sub{
	border-radius:0;
	border: none;
	padding: 0;
}
.calc-item-switches {
    margin: 0;
    padding: 0;
    width: calc(100% - 160px - 32px);
	align-items: flex-start;
}
.calc-item-time-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.calc-item-time-item i{
	border-radius: 50%;
    border: 1px solid var(--colors-color, #00CC7E);
    background: var(--colors-white, #FFF);
    width: 30px;
    height: 30px;
    display: flex;
	cursor: pointer;
	z-index: 12;
	position: relative;
	align-items: center;
	justify-content: center;
}
.calc-item-time-item.active i::before{
	content:'';
	width: 20px;
	height: 20px;
	border: 6px solid var(--colors-color, #00CC7E);
	border-radius: 50%;
}
.calc-item-time-item span{
	font-size: 14px;
}
.calc-item-time {
    display: flex;
    width: 436px;
    justify-content: space-between;
	position: relative;
}
.calc-item-time-line {
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #00CC7E;
    bottom: 15px;
    left: 10px;
}
.calc__tabs .calc-item-switches {
    width: 100%;
	display: none;
}
.calc__tab.active .calc-item-switches {
	display: flex;
}
.calc__tab.active .calc__tab_title svg {
	transform: rotate(180deg);
}
.calc__tab.active .calc__tab_title path {
	fill: #000;
}
.calc__tab.active .calc__tab_title{
	color: #000;
}
.calc__tab_title {
    color: var(--colors-gray, #A4A4A4);
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.calc__tab_title::after {
	content:'';
	background: #EBEBEB;
	height:1px;
	display:block;
	margin: 6px 0 12px 0;
	width: 100%;
}
.calc__tabs {
    width: calc(100% - 160px - 32px);
}
.calc-item-radio-header {
    color: var(--colors-black, #0E0E0E);
    font-size: 14px;
    font-weight: 500;
}
.calc-item-radio-btn {
    margin: 0 12px 0 0;
}
.calc-item-radio-text {
    color: var(--colors-gray, #A4A4A4);
    font-size: 18px;
    line-height: 140%;
}
.calc__avt_title,
.calc__avt_2title {
    color: var(--colors-gray, #A4A4A4);
}
.calc__avt_price {
    color: var(--colors-color, #00CC7E);
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.calc__avt_time.calc__avt_time-disable {
    color: var(--colors-black, #0E0E0E);
    font-weight: 600;
}
.calc__avt_time.calc__avt_time-disable>span:nth-child(2){
    color: var(--colors-gray, #A4A4A4);
    font-size: 16px;
    display: inline-block;
    position: relative;
}
.calc__avt_time.calc__avt_time-disable>span:nth-child(2)::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #00CC7E;
    position: absolute;
    transform: rotate(-6deg);
    left: 0;
    top: 9px;
}
.calc__avt_to_double .calc-item-radio-header{
	font-size: 18px;
    font-weight: 400;
}
.calc__avt_to_double{
	width: 100%;
    margin: 0;
}
.calc__avt_include {
    color: var(--colors-color, #00CC7E);
    text-align: center;
    font-size: 12px;
    text-decoration-line: underline;
    cursor: pointer;
}
.flex-start{
	align-items:flex-start;
}
.calc-item-btn-sub{
	display: none;
}
.active .calc-item-btn-sub{
	display: flex;
    margin-top: 14px;
    width: 100%;
    justify-content: center;
}
.calc-item-btn-sub .plus,
.calc-item-btn-sub .minus{
    height: 36px;
    color: #fff;
    background: #00cc7e;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
.calc-item-btn-sub .minus{
	border-bottom-left-radius: 72px;
    border-top-left-radius: 72px;
}
.calc-item-btn-sub .plus{
	border-bottom-right-radius: 72px;
    border-top-right-radius: 72px;
}
.calc__input{
	height: 32px;
    border: none;
    width: 40px;
    line-height: normal;
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 500;
}
.calc-item-btn-sub label{
    height: 36px;
    border: 1px solid #00cc7e;
    display: flex;
    align-items: center;
    width: 110px;
    justify-content: space-between;
    padding: 0 6px;
}

/*resp*/
@media (max-width:1099px){
	.calc__block {
		width: 100%;
	}
}

@media (max-width:767px){
	body {
		padding-top: 90px;
	}
}
@media (max-width:680px){
	.calc-item-header {
		width: 100%;
		margin: 0 0 12px 0;
	}
	.calc__block_item_wide .calc-item-btn {
		width: 100%;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px;
	}
	.calc__block_item_wide svg {
		width: 32px;
		height: auto;
		margin: 0;
	}
	.calc__block_item_wide .calc-item-btn>mark {
		margin-left: auto;
		font-size: 18px;
	}
	.calc__block {
		gap: 12px;
		padding: 0;
	}
	body{
		background:#fff;
		padding-top: 64px;
	}
	.calc__block_item_wide .calc-item-switches {
		margin: 0;
	}
	.calc-item {
		gap: 0;
	}
	.calc-item-switches {
		width: 100%;
	}
	.calc-item-time {
		width: 100%;
	}
	.calc__tabs {
		width: 100%;
	}
	.calc__wrapper {
		gap: 20px;
	}
	.calc__avt {
		gap: 16px;
		padding: 20px 24px;
		width: calc(100% + 48px);
		position: relative;
		margin-right: -24px;
		border-top: 1px solid #ccc;
		border-radius: 0;
		max-width: unset;
		box-sizing: border-box;
		margin-left: -24px;
	}
	.calc__avt_price {
		font-size: 24px;
	}
}