/* price_table start */
.price_table td {border:1px solid #ddd;padding:10px 20px;text-align: center;}
.price_table th {border: 1px solid #ddd;padding: 15px 20px;background: #0e619f;color: #fff;font-weight: 600;font-size: 16px; text-align:center;}
.price_table .zagolovok {background: #f6f9fc; font-weight: 600;}
.price_table td:first-child {text-align:left;}
.price_table {margin:0 0 26px;}
.price_table sup {font-size:10px;}
@media screen and (max-width: 979px)
{
.price_table {display: block; overflow: auto;}
}

.comment {
    background: #f6f9fc;
    border-radius: 7px;
    position: relative;
    font-size: 16px;
    padding: 30px 40px;
}

.possession-single-section{background-color:#f5f5f5}.possession-single-widget.widget .contact_us_title{background:#f1f7ff}

.divider-10{margin-top:10px}.divider-15{margin-top:15px}.divider-20{margin-top:20px}.divider-23{margin-top:23px}.divider-25{margin-top:25px}.divider-28{margin-top:28px}.divider-30{margin-top:30px}.divider-31{margin-top:31px}.divider-40{margin-top:40px}.divider-45{margin-top:45px}.divider-48{margin-top:48px}.divider-50{margin-top:50px}.divider-55{margin-top:55px}.divider-58{margin-top:58px}.divider-60{margin-top:60px}.divider-70{margin-top:70px}.divider-76{margin-top:76px}.divider-80{margin-top:80px}.divider-90{margin-top:90px}.divider-100{margin-top:100px}

.possession-single-section .col-lg-6 {
    width: 49%;
}

.possession-single-section .py-md-80 p {
text-align:right;	
}
.possession-single-section .content-center {
    margin: 0 auto;
    max-width: 600px;
    padding-left: 50px!important;
    padding-right: 50px!important;
	    padding-bottom: 60px;
    padding-top: 60px;
}

.possession-single-section .special-heading {
	text-align: right;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    word-wrap: break-word;
}
.possession-single-section h3.special-heading {
    font-size: 29px;
    /* color: #333; */
    font-weight: 400;
}

.possession-single-section .button.button-icon:hover {
	border-width: 1px;
    color: #333;
    
}
.possession-single-section .button.button-icon {
	text-decoration:unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
	min-width: 140px;
    padding: 12px 23px 10px;
    font-size: 16px;
    line-height: 1.5;
	position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    padding: 17px 33px 15px;
    font-size: 18px;
    line-height: 1.34;
    border: 2px solid;
    font-weight: 500;
    letter-spacing: .075em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
	float:right;
    transition: 250ms all ease-in-out;
}

@media (max-width:600px){
	.possession-single-section .col-lg-6 {
	padding:0;
    width: 100%;
}
.possession-single-section .content-center {
    margin: 0 auto;
    max-width: 100%;
  padding-left: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 60px;
    padding-top: 60px;
}
.possession-single-section .special-heading {
    text-align: center;
}
.possession-single-section .py-md-80 p {
    text-align: center;
    padding: 0 16px;
}
.possession-single-section .button.button-icon {
	float:unset;
}

}