body.popup_opened
{
    overflow: hidden;
}

.popup_c
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding: 55px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    overflow-y: auto;
}

.popup_c::after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1152px;
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 100%);
    opacity: 0.9;
}

.popup
{
    width: 100%;
    max-width: 550px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}

.popup .image_c
{
    width: 100%;
    float: left;
}

/* MOD: IB @ 02.11.2021 - Defined in HTML */
/*.popup .image_c img
{
    width: 100%;
    height: auto;
}*/

.popup .content_c
{
    width: 100%;
    float: left;
    box-sizing: border-box;
	padding:40px 60px 55px 60px
}



.popup .title
{
    width: 100%;
    float: left;
    padding-bottom: 15px;
    color: #57652C;
    font: 400 2rem/120% 'Open Sans', Tahoma, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.popup .subtitle
{
    width: 100%;
    float: left;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    font: 400 1.389em/140% 'Open sans', Tahoma, sans-serif;
    color: #B89672;
}

.popup .subtitle::after
{
   /* content: " ";
    position: absolute;
    left: 152px;
    bottom: 0;
    width: 130px;
    height: 5px;
    background-color: #50535A;
    text-align: center;*/
	content: '';
    background: #5C4B36;
    width: 110px;
    height: 1px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 56px);
}

.popup .text
{
    width: 100%;
    float: left;
    padding-top: 20px;
    text-align: center;
	font: 400 1.125em/150% 'Open sans', Tahoma, sans-serif;
    color: #3F442C;
}

.popup .text a
{
  
    color: #3F442C;
	text-decoration: underline;
}

.popup .text a:hover
{
  
	text-decoration: none;
}

.popup strong
{
    font-weight: 500;
}

.popup .text ul
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.popup .text ul li
{
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
}

.popup .text ul li::after
{
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #B6925D;
}

.popup .line
{
  /*  width: 100%;*/
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
    align-items: center;
	left: calc(50% - 136px);
    position: relative;
}

.popup .price_c
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.popup .price_c .prefix
{
    font-family: Open sans,sans-serif;
	font-size: 20px;
	font-weight: 600;
    color: #CC1237;
}

.popup .price_c .price
{
    font-family: Open sans,sans-serif;
    color: #CC1237;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 1px;
}

.popup .price_c .price > span
{
    position: relative;
}

.popup .price_c .price > span::after
{
    content: "*";
    position: absolute;
    top: 10px;
    right: 0;
    font: 400 1rem/100% Georgia,serif;
    color: #CE1237;
}

.popup .popup_link
{
    padding: 12px 20px;
    font:400 0.833em/120% 'Open sans', Tahoma, sans-serif;
    min-width:169px;
    display: inline-block;
   
    text-decoration:none !important;
    text-transform: uppercase;
    text-align:center;
    background-color:#455A27;
    color: #fff;
	
	/*color: #333339;
    text-decoration: none;
    border: 2px solid #333539;
    padding: 8px 17px;
	font: 300 1rem/160% Titillium Web, Arial, sans-serif;
    position: relative;
    transition: color 0.3s;
	margin: 20px 0 20px;
	text-align: center;*/
}

.popup .popup_link a
{color: #fff;}

.popup .popup_link a:hover
{color: #fff;}


.popup .popup_link:hover,
.popup .popup_link:focus
{
    background-color:#455A27;
    color:#ffffff;
}


.popup .mention
{
    width: 100%;
    float: left;
    padding-top: 22px;
    margin-left: -25px;
	font: 600 0.875em/170% 'Muli', Tahoma, Geneva, sans-serif;
    color: #333339;
}

.close_popup
{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -60px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    /*width: 26px;*/ /* MOD: IB @ 02.11.2021 */
}

/* MOD: IB @ 02.11.2021 - Defined in HTML */
/*.close_popup img
{   
    width: 100%;
}*/

@media(max-width: 800px) {
    .close_popup {
        right: -25px;
        /*width: 20px;*/ /* MOD: IB @ 02.11.2021 */
    }
    /* MOD: IB @ 02.11.2021 */
    .close_popup img {   
        width: 20px;
        height: 21px;
    }
}

@media(max-width: 650px) {
    .popup .image_c img {
	   /* MOD: IB @ 02.11.2021 */
        /*width: 100%;*/
        /*height: 144px;*/
        width: 300px;
        height: 200px;
    }
    .popup_c
    {
        padding: 52px 0;
    }
    .popup_c::after
    {
        /*min-height: 800px;*/
		min-height: 1200px;
    }
    .popup
    {
        max-width: 300px;
    }
    .popup .content_c
    {
        padding: 10px 25px 20px;
    }
    /*.popup .text
    {
        display: none;
    }*/
    .popup .title
    {
        font-size: 24px;
    }
	.popup .subtitle {
    	font-size: 18px;
    }
    .popup .line
    {
        flex-direction: clolumn;
		margin-left: 0;
		margin-top: 0;
    }
    .popup .price_c
    {
        width: 100%;
    }
    .popup .price_c .price
    {
        font-size: 32px;
    }
    .popup .mention
    {
        padding-top: 15px;
        margin-left: 0;
    }

    .close_popup
    {
        top: -5px;
        right: 0;
        /*width: 20px;*/ /* MOD: IB @ 02.11.2021 */
    }
}

@media(max-width: 620px) {
    .popup .line {
	   left: calc(50% - 127px);
	   padding-top: 15px;
    }
}