.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    max-width: 100%;
    margin-bottom: 20px;
}
.boxViewSee{
    margin-top: 30px;
}
table {
    border-collapse: collapse;
    background-color: transparent;
    border-spacing: 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
th {
    text-align: inherit;
}
caption, th {
    text-align: left;
}
td, th {
    padding: 0;
}
h4 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 21px;
}

.delivery-grid{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	padding-bottom: 35px;
}
.delivery-grid .delivery-grid-left{
	width: 204px;
	padding-right: 33px;
}
.delivery-grid .delivery-grid-right{
	width: calc(100% - 204px)
}
.delivery-border-red{
	padding: 24px 3%;
	border: 1px solid #f86d57;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-o-border-radius: 26px;
	-ms-border-radius: 26px;
	border-radius: 26px;
	text-align: center;
}
.delivery-border-red2{
	padding: 24px 3%;
	border: 1px solid #f86d57;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-o-border-radius: 26px;
	-ms-border-radius: 26px;
	border-radius: 26px;
	text-align: center;
}
.delivery-border-red.big{
	height: 100%;
}
p.delivery-border-red{
	padding: 11px 3vh;
}
.delivery-border-red h3{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}
.delivery-border-red img{
	margin-bottom: 27px;
}
.delivery-grid-text .text{
	display: none;
}
.delivery-grid-text .active{
	display: block;
}
.delivery-grid-text .show{
	text-decoration: underline;
	cursor: pointer
}
#main_page{
	overflow: hidden
}
.visible {
    opacity: 1;
    transition: all .4s ease-in-out;
    transform: translateY(0px);
}
.table-grid{
	position: relative;
	padding: 0px 0;
	margin-bottom: 50px;
}
/*
.table-grid::after{
	content: '';
    background: #f4f4f4;
    top: 0;
    width: calc(100% + 100vw - 1600px);
    height: 100%;
    position: absolute;
    left: calc((100vw - 1600px) / 2 * -1);
    z-index: -1;
}*/
.delivery-grid .accordion-title{
	font-size: 16px;
	font-weight: bold;
	padding: 16px 31px;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
    position: relative;
	cursor: pointer
}
.accordion-title::after {
    content: '';
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    position: absolute;
    left: 17px;
    top: 24px;
    border: 5px solid transparent;
    border-left: 6px solid #f8745f;
}
.accordion-title.active::after{
    border-left: 6px solid #000;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg); 
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
    top: 26px;
}
.accordion-title.active{
	background: #f4f4f4
}
.accordion-content{
	padding: 11px 33px 22px 33px;
}
.accordion-content p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 18px;
}
.delivery-grid .accordion-section{
	margin-bottom: 6px;
}
#mobile_table2{
	display: none
}
#mobile_table2 .accordion-title{
	font-size: 30px;
    padding: 14px 15px 14px 35px;
	background: #fff;
	position: relative
}
#mobile_table2 .accordion-section{
	margin-bottom: 3px;
}
#mobile_table2 .accordion-title::after {
	top: 32px;
}
#mobile_table2 .accordion-content{
	background: #fff;
	font-size: 22px;
	color:#4a4c4d
} 
#mobile_table2 .accordion-content ul li{
	margin-bottom: 15px;
    overflow: hidden;
    display: flex;
}
#mobile_table2 .accordion-content ul li span:first-child{
	float: right;
    padding-left: .2em;
    position: relative;
    display: block;
}
#mobile_table2 .accordion-content ul li span:nth-child(1)::after {
    content: '';
    position: absolute;
    margin-left: .3em;
    bottom: .35em;
    width: 10000%;
    border-bottom: .1em dotted;
}
#mobile_table2 .accordion-content ul span:nth-child(2){
	position: relative;
    display: block;
    align-self: flex-end;
    margin-left: 8px;
	background: #fff;
    margin-left: auto;
    text-align: right;
}
.delivery-coll{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.delivery-coll::after{
	clear: both;
	display: table;
	content: '';
}
.delivery-coll.tree .delivery-border-red:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.delivery-coll.two .delivery-border-red:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.delivery-coll.tree{
	padding: 0 0px;
}
.delivery-coll.two .delivery-border-red{
	position: relative;
    float: left;
    width: calc(50% - 10px);
    margin: 0 0 0px 30px;
	text-align: left;
}
.delivery-coll.tree .delivery-border-red {
    position: relative;
    float: left;
    width: calc(33.333% - 76px);
    margin: 0 0 0px 114px;
}
.delivery-grid-text p{
	line-height: 20px;
}
.delivery-border-red ul{
	margin-bottom: 10px;
}
.delivery-border-red ul li{
	position: relative;
    margin-left: 20px;
	margin-bottom: 8px;
}

.delivery-grid-image svg{
	width:68px;
	height:68px;
	fill:#f86d57;
	margin-bottom: 25px;
}
.delivery-border-red ul li::after{
	content: '';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 9px;
	height: 9px;
	position: absolute;
	left:-19px;
	top:3px;
	background: #f86d57;
}
.delivery_h{
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: bold;
}
.delivery-background-box{
	position: relative
}
.delivery-background-box h3{
	font-size: 40px;
	line-height: 48px;
	padding: 0px 0 31px 0;
	text-align: left;
}
/*
.delivery-background-box::after {
    content: '';
	background: url(/dostavka-i-oplata/background.jpg) no-repeat;
    background-size: cover;
    width: calc(100% + 100vw - 1600px);
    height: 1px;
    position: absolute;
    left: calc((100vw - 1600px) / 2 * -1);
	bottom: 0px;
	background: #e9e9e9;
    z-index: -1;
}*/
.delivery-border-bottom{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.tborder{
    border-bottom: 1px solid #f86d57!important;
    border-top: 1px solid #f86d57!important;
}
.border-left{
	position: relative;
}
.border-left::after{
    content: '';
    position: absolute;
    top: -1px;
    left: -5px;
    border: 1px solid #f86d57!important;
    width: 6px;
    background: #fff;
    z-index: 111111;
    bottom: -1px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none!important;
}
.border-right::after{
    content: '';
    position: absolute;
    top: -1px;
    right: -5px;
    border: 1px solid #f86d57!important;
    width: 6px;
    background: #fff;
    z-index: 111111;
    bottom: -1px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none!important;
}
.border-right{
	position: relative;
}
.star{
	color:#f86d57
}
.star.pos{
	position: absolute;
	top:0px;
	right: -10px;
}
.tborder.bb{
    border: 1px solid #f86d57;
    height: 77px;
    margin: -8px 0;
    padding: 8px 0;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
#desktop_table2{
	max-width: 100%!important;
	background: #fff;
	/*padding: 30px;*/
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	margin-bottom: 20px;
}
/*
#desktop_table2 .gray{
	background: #f9f9f9!important
}*/
#desktop_table2  thead tr th{
    vertical-align: top;
}
#desktop_table2  thead tr th:not(:first-child){
	text-align: center;
}
#desktop_table2 tbody tr{
	position: relative;
}
#desktop_table2 tr td{
	text-align: center
}
#desktop_table2 tr th .label{
	background: #f86d57;
	color:#fff;
	text-transform: uppercase;
	font-size: 10px;
	display: table;
	margin: 0 auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 4px;
}
.table th{
    font-weight: 400;
}
.table th b{
	font-weight: bold;
}
.table th b span{
	display: block;
	text-transform: uppercase
}

.zvezda_inner{
	position: relative;
}
.zvezda{
	position: absolute;
	margin-left: 15px;
	color:#f86d57
}
.space{
	font-size: 12px;
}
#desktop_table2 tr th .label span{
	padding: 0 6px;
}
#desktop_table2 tr td,#desktop_table2 tr th{
	border-bottom: 1px solid #f4f4f4;
	background: #fff!important;
}
#desktop_table2 tbody tr:hover td,#desktop_table2 tbody tr:hover th{
	
	background: #fee2dd!important;
}
#desktop_table2 tbody tr:hover{
	cursor: pointer
}
.delivery-list{
	margin-bottom: 30px;
}
@media screen and (min-width: 769px){
	.delivery-grid-left .delivery-grid-image{
		width: 100%;
	}
	.delivery-grid-left .delivery-border-red{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
}
@media screen and (min-width: 769px){
	.delivery-grid-left .delivery-border-red{
		height:336px;
	}
}
@media screen and (max-width: 768px){
	.table-grid::after{
    	left: -20px;
		width: calc(100% + 40px);
	}
	.accordion-content{
		padding: 11px 0;
	}
}
@media screen and (max-width: 958px){
	.delivery-grid{
		padding-bottom: 30px;
	}
	.delivery-grid-left .delivery-border-red>div{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	.mht_left{
		float: left;
	}
	.mht_right{
		float: right;
	}
	.mobile_head_table{
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin-bottom: 6px;
		background: #fff;
    	padding: 21px 15px;
		font-size: 20px;
		text-transform: uppercase;
		height: 71px;
	}
	.mobile_head_table::after{
		clear: both;
		content: '';
		display: table;
	}
	.table-grid{
        margin-bottom: 18px;
	}
	p.delivery-border-red{
    	padding: 11px 5%;
	} 
	#mobile_table2{
		margin-bottom: 20px;
    	padding: 0px;
		display: block
	}
	#desktop_table2{
		display: none;
	}
	.table-grid .delivery-border-red{
		border:2px solid #fff;
		margin-top: 33px;
	}
	.delivery-background-box::after {
		width: calc(100% + 30px);
    	left: -15px;
	}
	.delivery-coll{
		padding: 0!important;
	}
	.delivery-coll{
		display: block;
		display: -webkit-block;
		display: -webkit-block;
		display: -ms-block;
		
	}
	.delivery-border-red{
		width: 100%!important;
    	margin: 0 0 45px 0px!important;
	}
	.delivery-grid div:not(.table-grid) .delivery-border-red{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	.delivery-grid-image{
    	width: 30%;
		margin: 0 auto
	}
	.delivery-grid .delivery-grid-text{
    	width: 70%;
		text-align: left
	}
	.delivery-grid .delivery-grid-text h3{
		text-align: left!important
	}
	.delivery-grid{
		display: block;
		display: -webkit-block;
		display: -webkit-block;
		display: -ms-block;
	}
	.delivery-grid .delivery-grid-left,.delivery-grid .delivery-grid-right{
		width:100%;
	}
	.accordion-title h4,
    #mobile_table2 .accordion-title{
		font-size: 14px;
		line-height: normal
	}
	.delivery-grid .accordion-title::after {
		top: 21px!important;
	}
	.delivery-grid .delivery-grid-left{
		margin-bottom: 24px;
    	padding-right: 0px;
	}
}
.boxViewSee{
    margin-top: 35px;
}