html {
    scroll-behavior: smooth;
}

.main {
    max-width: 1025px;
    font-family: 'elisabethische', serif;
    font-weight: 500;
    font-size: 20px;

}

.el .line {}

.custom-btn:hover {
    cursor: pointer;
}

#mob {
    display: none;
}

.mob {
    display: none;
}

h5 {
    color: #ad0504;
}

p {
    width: fit-content;
}

table {
    width: 100%;
}

td .test {
    background: #000;
}

.table-content {
    text-align: left;
    vertical-align: top;
    width: fit-content;
}

td {
    height: 30px;
}

tr:nth-child(n+2) td:nth-child(n+1) {
    height: 250px;
}

td .table-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb {
    display: none !important;
}

.page-title {
    display: none !important;
}

td:not(:last-child) {
    border-right: 1px solid;
}



th {
    /* background: #f3ede6; */
    vertical-align: top;
    font-weight: 400;
    font-size: 20px;
    width: 33%;
    background-size: 100% 50%;
}

th:not(:last-child) {
    border-right: 1px solid;
}


th:first-child .table-content {
    margin: 0 auto;

}

th:not(:first-child) .table-content {
    max-width: 67%;
    margin-left: 30px;

}

.row {
    position: relative;
}

.background {
    position: absolute;
    background-color: #f3ede6;
    z-index: -1;
}

.description {
    line-height: 2rem;
    margin-top: 20px;
    max-width: 500px;
    font-weight: 500;
}

.description .text-row {
    text-align: justify;
}

.description .text-row:nth-child(1):not(.justify) {
    letter-spacing: 0.9px;
}

.description .text-row:nth-child(2) {
    letter-spacing: -0.1px;
}
.mb-3, .my-3{
    margin-bottom: 0 !important;
    width: 300px;
}
.description .text-row:nth-child(3) {}

.block-0 {
    display: flex;
    justify-content: space-between;
}

.block-1 {
    text-align: center;
}

.block-1 .title {
    margin-bottom: 20px;
}

.block-1 .background {
    top: 42px;
    right: 15px;
    height: 140px;
    width: 715px;
}

.description {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.line {
    border-top: 1px solid;
}

.block-2 {
    padding: 20px 20px 50px 50px;
    background-color: #f3ede6;
    display: flex;
}

.block-2 .text-row {
    line-height: 1.5rem;
    width: 300px;
}

.block-2 .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}


.block-2 .left h5 {
    letter-spacing: -0.25px;
    font-size: 18px;
    line-height: 120%;
}

.block-2 .right {
    letter-spacing: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-2 .custom-btn {
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/red_btn.png');
    background-size: cover;
    width: 103%;
    height: 62px;
    margin-top: 20px;
}

.block-2 .subtitle {
    font-size: 15px;
}

.subtitle p {
    margin-bottom: 0;
}



.price {
    padding-top: 18px;
    display: inline;
    color: #ad0504;
    font-size: 20px;

}

.price .number {
    display: inline-block;
    font-size: 60px;
    line-height: 0.5;
}

.block-3 {
    position: relative;
    justify-content: center;
    margin-bottom: 60px;
}

.block-3 .title {
    margin-bottom: 60px;
    font-size: 2.5rem;
}

.block-3 p {
    margin-bottom: 0;
}

.block-3 .background {
    top: 147px;
    right: 0;
    height: 59px;
    width: 100%;
}

.block-4 {
    padding-top: 20px;
}

.block-4 .subtitle {
    margin-bottom: 14px;
    text-align: justify;
    max-width: 400px;
    font-size: 18px;
}

.block-4 .personal-form {
    width: 400px;
}

.block-4 .form-title {
    font-size: 24px;
    line-height: 30px;
}

.block-4 .left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container_16 {
    min-width: 1025px;
}

.container {
    width: 100%;
    padding: 0;
}

.b24-form-control-icon-after .b24-form-control,
.b24-form-control-icon-after .b24-form-control-label,
.b24-form-field-agreement .b24-form-field-agreement-link {
    font-family: 'elisabethische', serif;
}

.b24-form-header-description {
    font-family: 'elisabethische', serif;
    font-size: 21px;

    line-height: 24px;

}


.b24-form-header {
    padding: 0;
    padding-top: 15px;
}

@media screen and (max-width: 676px) {
    .description .text-row:nth-child(3) {
        max-width: 265px;
    }

    .description .text-row:nth-child(1):not(.justify) {
        letter-spacing: 0.2px;
    }

    .main {
        font-size: 13px;
    }

    .row {
        margin: 0;
    }

    .col-12 {
        padding: 0;
    }

    .col-md-6 {
        padding: 0;
    }

    .description {
        padding-left: 20px;
        display: flex;
        margin-top: 25px;
        line-height: 1rem;
    }

    .block-0 {
        display: block;
        position: relative;
        justify-content: space-between;
        min-height: 220px
    }

    .block-0 img {
        transform: scale(0.7);
        position: absolute;
    }

    .block-0 img:nth-child(1) {
        top: 0;
        left: 0;
    }

    .block-0 img:nth-child(2) {
        top: 90px;
        left: 0;
        transform: scale(0.5);
    }

    .block-0 img:nth-child(3) {
        top: -12px;
        left: 83px;
        transform: scale(0.5);
    }

    .block-0 img:nth-child(4) {
        top: 0;
        right: 0;
    }

    .block-1 .background {
        height: 140px;
        width: 325px;
        right: 0;
        top: 113px;

    }

    #mob {
        display: block;
    }

    #full {
        display: none;
    }

    .block-1.row {
        flex-direction: column;
        padding: 0;
    }

    .block-1 .description {
        line-height: 1.4rem;
        font-size: 12px;
        flex-direction: column;
        max-width: 70%;
    }

    .block-1 .description .text-row:nth-child(2) {
        letter-spacing: -0.4px;
    }

    .block-2.row {
        flex-direction: column-reverse;
        padding: 0;
    }

    .block-2 .right {
        padding-top: 60px;
        padding-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .block-2 .right .text-row {

        width: 175px;
        padding: 10px 0;
    }

    .block-2 img {
        max-width: 180px;
        height: 1%;
    }

    .block-2 .text-row {
        line-height: 1rem;
    }

    .block-2 .left {
        margin-top: 60px;
        flex-direction: row-reverse;
    }

    .block-2 .left h5 {
        font-size: 1.1rem;
    }

    .block-2 .left .subtitle {
        margin: 10px 0;
        line-height: 1rem;
    }

    .price .number {
        font-size: 45px;
    }

    .block-2 .custom-btn {
        background: url('../images/red_btn_mob.png');
        height: 42px;
        width: 200px;
    }

    .block-3 {
        display: block;
    }

    .block-3 .el .line {
        margin: 10px 30px;

    }

    .block-3 .title {
        margin: 15px;
        text-align: center;
        font-size: 1.5rem;
    }

    .block-3 table,
    .block-3 .background {
        display: none;
    }

    .block-3 .mob {
        display: block;

    }

    .block-3 .mob .title {
        color: #ad0504;
        background-color: #f3ede6;
        margin-bottom: 0;
        padding: 15px 0;

    }

    .block-3 .el .title {
        margin-right: 0;
    }

    .block-3 .mob p {
        margin-left: 20px;
        font-size: 18px;
    }

    .content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .text-content {
        margin-top: 10px;
        max-width: 70%
    }

    .block-4 .subtitle {
        margin: 0 30px;
        text-align: justify;
        max-width: 400px;
        font-size: 15px;
    }

    .block-4 .left {
        display: none;
    }

    .block-4 .right {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .block-4 .right .mob {
        padding: 10px 20px;
        text-align: center;
        display: block;
    }

    .block-4 .img-container {
        margin: 0 20px;
        display: flex;
        justify-content: center;
        padding-top: 10px;
        margin-top: 10px;
    }

    .block-4 .img-container img {
        max-width: 300px;
    }

    .b24-form-header {
        text-align: center;
        padding-left: 18px;
    }

    .b24-form-header-description {
        font-size: 19px;
    }

    .personal-form {
        max-width: 350px;
    }

    .personal-form.line {
        border-top: 0;
    }
.page-container .container_16 .grid_16 {
margin:0;
width: 100%;
}
}

@media screen and (max-width: 407px) {
    .block-3 .mob p {
        font-size: 16px;
    }

    .description .text-row:nth-child(1):not(.justify) {
        letter-spacing: -0.3px;
    }

    .block-1 .description .text-row:nth-child(2) {
        letter-spacing: -0.9px;
    }

    .description .text-row:nth-child(3) {
        max-width: 240px;
    }
	.block-1 .description{
		padding-left: 5px;
	}
}

@media (max-width: 930px) {
    .sunken__img{
        width: 350px;
    }
    .block-2 .right{
        align-items: flex-start;
    }
}
@media (max-width: 820px) {
    .block-2{
        flex-direction: column;
        padding-left: 250px;
    }
}
@media(max-width: 768px) {
    .block-2 .left{
        align-items: flex-start;
    }
    .block-2 .text-row{
        margin-bottom: 10px;
    }
    .description .text-row:nth-child(2){
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 676px) {
    .block-2 .right{
        align-items: center;
    }
    .description{
        padding-left: 0;
        margin-top: 10px;
        align-items: center;
    }
    .block-2 .left{
        flex-direction: column;
        align-items: center;
    }
    .block-2 img{
        max-width: 300px;
    }
    .block-2 .left{
        margin-top: 10px;
        padding-bottom: 30px;
    }
    .block-4 .right{
        width: 320px;
    }
    .block-4 .right .mob{
        padding: 10px 0px;
    }
    .block-2 .right .text-row{
        font-size: 16px;
    }
    .b24-form-header{
        padding-left: 0;
    }
    .block-0 img:nth-child(4){
        right: -15px;
    }
}
@media(max-width:320px){
    .block-2 .left,
    .block-2 .right{
        width: 320px;
    }
    .b24-form-padding-side{
        width: 320px;
    }
    .b24-form-wrapper{
        max-width: 320px;
    }
    .b24-form{
        width: 320px;
    }
    .block-4 .personal-form{
        max-width: 320px;
    }

    .block-0 img:nth-child(3){
        left: 65px;
    }
}