/* SINGLE */

.template-properties--single
{
    position: relative;
    width: 100%;
    height: auto;
}


.template-properties--single .properties-single-001
{
    position: relative;
    width: 100%;
    height: auto;
}


.template-properties--single .properties-single-001--title
{
    font-size: var(--typography-title-middle-font-size--sm);
    line-height: var(--typography-title-middle-line-height--sm);
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

@media(min-width: 768px)
{
    .template-properties--single .properties-single-001--title
    {
        font-size: var(--typography-title-middle-font-size--md);
        line-height: var(--typography-title-middle-line-height--md);
    }
}

@media(min-width: 992px)
{
    .template-properties--single .properties-single-001--title
    {
        font-size: var(--typography-title-middle-font-size--lg);
        line-height: var(--typography-title-middle-line-height--lg);
    }
}

@media(min-width: 1200px)
{
    .template-properties--single .properties-single-001--title
    {
        font-size: var(--typography-title-middle-font-size--xl);
        line-height: var(--typography-title-middle-line-height--xl);
    }
}

@media(min-width: 1400px)
{
    .template-properties--single .properties-single-001--title
    {
        font-size: var(--typography-title-middle-font-size--xxl);
        line-height: var(--typography-title-middle-line-height--xxl);
    }
}

.template-properties--single .properties-single-001--description
{
    position: relative;
    display: block;
    font-size: var(--typography-text-middle-font-size--sm);
    line-height: var(--typography-text-middle-line-height--sm);
    font-weight: var(--typography-text-middle-font-weight--sm);
    margin-top: 50px;
}

@media(min-width: 768px)
{
    .template-properties--single .properties-single-001--description
    {
        font-size: var(--typography-text-middle-font-size--md);
        line-height: var(--typography-text-middle-line-height--md);
        font-weight: var(--typography-text-middle-font-weight--md);
    }
}

@media(min-width: 992px)
{
    .template-properties--single .properties-single-001--description
    {
        font-size: var(--typography-text-middle-font-size--lg);
        line-height: var(--typography-text-middle-line-height--lg);
        font-weight: var(--typography-text-middle-font-weight--lg);
    }
}

@media(min-width: 1200px)
{
    .template-properties--single .properties-single-001--description
    {
        font-size: var(--typography-text-middle-font-size--xl);
        line-height: var(--typography-text-middle-line-height--xl);
        font-weight: var(--typography-text-middle-font-weight--xl);
    }
}

@media(min-width: 1400px)
{
    .template-properties--single .properties-single-001--description
    {
        font-size: var(--typography-text-middle-font-size--xxl);
        line-height: var(--typography-text-middle-line-height--xxl);
        font-weight: var(--typography-text-middle-font-weight--xxl);
    }
}

.template-properties--single .properties-single-001--items
{
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    margin-top: 30px;
}

.template-properties--single .properties-single-001--item
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50px;
    display: grid;
    align-items: center;
    grid-template-columns: 50% auto;
    border-bottom: 1px solid #A0A8AB;
    padding: 10px 0 10px 0;
    font-size: var(--typography-label-middle-font-size--sm);
    line-height: var(--typography-label-middle-line-height--sm);
}

@media(min-width: 768px)
{
    .template-properties--single .properties-single-001--item
    {
        font-size: var(--typography-label-middle-font-size--md);
        line-height: var(--typography-label-middle-line-height--md);
    }
}

@media(min-width: 992px)
{
    .template-properties--single .properties-single-001--item
    {
        font-size: var(--typography-label-middle-font-size--lg);
        line-height: var(--typography-label-middle-line-height--lg);
    }
}

@media(min-width: 1200px)
{
    .template-properties--single .properties-single-001--item
    {
        font-size: var(--typography-label-middle-font-size--xl);
        line-height: var(--typography-label-middle-line-height--xl);
    }
}

@media(min-width: 1400px)
{
    .template-properties--single .properties-single-001--item
    {
        font-size: var(--typography-label-middle-font-size--xxl);
        line-height: var(--typography-label-middle-line-height--xxl);
    }
}

.template-properties--single .properties-single-001--item-col-1-label
{
    font-weight: 300;
}

.template-properties--single .properties-single-001--item-col-1-value
{
    font-weight: bold;
}


.template-properties--single .properties-single-001--gallery-item
{
    transition: transform 200ms;
    cursor: pointer;
}

@media(min-width: 1200px)
{
    /*.template-properties--single .properties-single-001--gallery-item:hover*/
    /*{*/
    /*    transform: scale(1.1);*/
    /*    transition: transform 300ms;*/
    /*}*/
}

.template-properties--single .properties-single-001--gallery
{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    margin-bottom: 50px;
}

@media(min-width: 1200px)
{
    .template-properties--single .properties-single-001--gallery
    {
        grid-template-columns: auto auto auto;
    }
}

.template-properties--single .properties-single-001--gallery-main
{
    grid-column-start: 1;
    grid-column-end: 3;
}

@media(min-width: 1200px)
{
    .template-properties--single .properties-single-001--gallery-main
    {
        grid-column-start: 1;
        grid-column-end: 4;
    }

}

.template-properties--single .properties-single-001--gallery-mini
{

}

.template-properties--single .properties-single-001--gallery-img
{
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-radius: 7px;
}

.template-properties--single .properties-single-001--carousel
{
    position: relative;
    width: 100%;
    height: auto;
}

.template-properties--single .properties-single-001--carousel-item
{
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.template-properties--single .properties-single-001--carousel-img
{
    width: auto;
    height: auto;
    border-radius: 7px;
    aspect-ratio: 3/2;
    object-fit: contain;
}


.template-properties--single .properties-single-001--carousel-button
{
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    background-color: var(--secondary-regular);
    border-radius: 50%;

}


@media(min-width: 768px)
{
    .template-properties--single .properties-single-001--carousel-button
    {
        width: 28px;
        height: 28px;
    }
}

@media(min-width: 992px)
{
    .template-properties--single .properties-single-001--carousel-button
    {
        width: 32px;
        height: 32px;
    }
}

@media(min-width: 1200px)
{
    .template-properties--single .properties-single-001--carousel-button
    {
        width: 34px;
        height: 34px;
    }
}

@media(min-width: 1400px)
{
    .template-properties--single .properties-single-001--carousel-button
    {
        width: 36px;
        height: 36px;
    }
}


.template-properties--single .properties-single-001--carousel-button-svg
{
    width: 14px;
    height: 14px;
}

@media(min-width: 768px)
{
    .template-properties--single .properties-single-001--carousel-button-svg
    {
        width: 18px;
        height: 18px;
    }
}

@media(min-width: 992px)
{
    .template-properties--single .properties-single-001--carousel-button-svg
    {
        width: 22px;
        height: 22px;
    }
}

@media(min-width: 1200px)
{
    .template-properties--single .properties-single-001--carousel-button-svg
    {
        width: 24px;
        height: 24px;
    }
}

@media(min-width: 1400px)
{
    .template-properties--single .properties-single-001--carousel-button-svg
    {
        width: 26px;
        height: 26px;
    }
}

.template-properties--single .properties-single-001--carousel-button-path
{
    fill: var(--secondary-contrast);
}

.template-properties--single .properties-single-001--carousel-button-left
{
    left: 10px;
}

.template-properties--single .properties-single-001--carousel-button-right
{
    right: 10px;
}


.template-properties--single .template-properties--single-buttons
{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.template-properties--single .button-001
{
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-regular);
    color: var(--primary-contrast);
    padding: 0 20px 0 20px;
    border-radius: 3px;
    font-size: var(--typography-label-small-font-size--sm);
    line-height: var(--typography-label-small-line-height--sm);
    font-weight: 600;
    word-wrap: anywhere;
    text-decoration: none;
    white-space: nowrap;
    gap: 7px;
    margin-top: 30px;
}@media(min-width: 768px)
{
    .template-properties--single .button-001 {
        width: fit-content;
        font-size: var(--typography-label-small-font-size--md);
        line-height: var(--typography-label-small-line-height--md);
        gap: 8px;
        height: 41px;
        margin-top: 40px;
    }
}@media(min-width: 992px)
{
    .template-properties--single .button-001 {
        font-size: var(--typography-label-small-font-size--lg);
        line-height: var(--typography-label-small-line-height--lg);
        gap: 8px;
        height: 42px;
        margin-top: 45px;
    }
}@media(min-width: 1200px)
{
    .template-properties--single .button-001 {
        font-size: var(--typography-label-small-font-size--xl);
        line-height: var(--typography-label-small-font-size--xl);
        gap: 9px;
        height: 43px;
        margin-top: 50px;
    }
}@media(min-width: 1400px)
{
    .template-properties--single .button-001 {
        font-size: var(--typography-label-small-font-size--xxl);
        line-height: var(--typography-label-small-font-size--xxl);
        gap: 10px;
        height: 45px;
        margin-top: 60px;
    }
}

.template-properties--single .button-001--svg {
    width: 10px;
}@media(min-width: 768px)
{
    .template-properties--single .button-001--svg {
        width: 11.5px;
    }
}@media(min-width: 992px)
{
    .template-properties--single .button-001--svg {
        width: 12px;
    }
}@media(min-width: 1200px)
{
    .template-properties--single .button-001--svg {
        width: 12.5px;
    }
}@media(min-width: 1400px)
{
    .template-properties--single .button-001--svg {
        width: 13px;
    }
}

.template-properties--single .button-001--svg-path
{
    fill: #FFFFFF;
}


.template-properties--single-video
{
    position: relative;
    width: 100%;
    height: auto;
    padding: var(--section-padding-middle--sm);
}

@media(min-width: 768px)
{
    .template-properties--single-video
    {
        padding: var(--section-padding-middle--md);
    }
}

@media(min-width: 992px)
{
    .template-properties--single-video
    {
        padding: var(--section-padding-middle--lg);
    }
}

@media(min-width: 1200px)
{
    .template-properties--single-video
    {
        padding: var(--section-padding-middle--xl);
    }
}

@media(min-width: 1400px)
{
    .template-properties--single-video
    {
        padding: var(--section-padding-middle--xxl);
    }
}


.template-properties--single-video .midow-video
{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    min-width: 280px;
    margin:0;
}

.template-properties--single-video .midow-video iframe
{
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
}

.template-properties--single-video .midow-video--size-1
{
    position: relative;
    display: block;
    width: 100%;
    margin:0;
    padding:0;
    max-width: 300px;
}

.template-properties--single-video .midow-video--size-2
{
    position: relative;
    display: block;
    width: 100%;
    margin:0;
    padding:0;
    max-width: 560px;
}

.template-properties--single-video .midow-video--size-3
{
    position: relative;
    display: block;
    width: 100%;
    margin:0;
    padding:0;
    max-width: 640px;
}

.template-properties--single-video .midow-video--size-4
{
    position: relative;
    display: block;
    width: 100%;
    margin:0;
    padding:0;
    max-width: 800px;
}

.template-properties--single-video .midow-video--size-5
{
    position: relative;
    display: block;
    width: 100%;
    margin:0;
    padding:0;
    max-width: 960px;
}

.template-properties--single-video .midow-video--size-6
{
    position: relative;
    display: block;
    width: 100%;
    margin:0;
    padding:0;
    max-width: 100%;
}

.template-properties--single-video .midow-video--align-left
{
    justify-content: flex-start;
}

.template-properties--single-video .midow-video--align-center
{
    justify-content: center;
}

.template-properties--single-video .midow-video--align-right
{
    justify-content: flex-end;
}


