/**
 * extra classes for Guten blocks
 */

/**
 * contact-callback
 */
.contact-callback {
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 55px 9px rgba(5, 5, 5, 0.1);
}
.contact-callback .bl-cover,
.contact-callback .form-container {
    padding-top: var(--padding-col-unit);
    padding-bottom: var(--padding-col-unit);
}
.contact-callback .cover {
    padding: 0;
}
.cover .bl-cover {
    height: 100%;
}
.contact-callback .title {
    font-family: var(--fntfamily-title);
    font-size: 2em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.contact-callback .has-background-dim:before {
    background-color: transparent;
    background-image: var(--featured-gradient);
}


@media (min-width: 600px) {
    .contact-callback .bl-cover .title,
    .contact-callback .form-container .title {
        font-size: 4rem;
    }
    .contact-callback .bl-cover p {
        font-size: 2.6rem;
    }
    .contact-callback .form-container p {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    .contact-callback {
        margin: calc(var(--margin-gtnblock) * 2) 0;
    }
}
/*@media (min-width: 1600px) {*/
/*    .contact-callback .bl-cover,*/
/*    .contact-callback .form-container {*/
/*        padding: 55px;*/
/*    }*/
/*    .contact-callback .bl-cover .title,*/
/*    .contact-callback .form-container .title {*/
/*        font-size: 5.5rem;*/
/*    }*/
/*    .contact-callback .bl-cover p {*/
/*        font-size: 3.2rem;*/
/*    }*/
/*    .contact-callback .form-container p {*/
/*        font-size: 2.4rem;*/
/*    }*/
/*}*/

@media (max-width: 599px) {
    .contact-callback .cover {
        margin-bottom: 0;
    }
    .contact-callback .cover .bl-cover {
        min-height: 190px;
    }
    .contact-callback .bl-cover .title {
        font-size: 2rem;
    }
    .contact-callback .bl-cover p {
        font-size: 1.3rem;
    }
    .contact-callback .form-container .title {
        font-size: 3.2rem;
    }
    .contact-callback .form-container p {
        font-size: 1.8rem;
    }
}


/**
 * prod-preview
 */
.prod-preview {
    overflow: visible;
}

.prod-preview .content > .inner{
    position: relative;
}
.prod-preview.thumb-left .content > .inner:after,
.prod-preview.thumb-right .content > .inner:before {
    content:'';
    position: absolute;
    top: 0;
    height: 100%;
    width:7px;
    background-image: var(--featured-gradient);
}
.prod-preview.thumb-left .content > .inner:after {
    right: 0;
}
.prod-preview.thumb-right .content > .inner:before {
    left: 0;
}

.prod-preview > .row,
.prod-preview .col {
    margin-bottom: 0;
}

.prod-preview .thumb {
    padding:0;
    position: relative;
}
.prod-preview .thumb .bl-img,
.prod-preview .thumb img {
    display: block;
    width: 100%;
}

.prod-preview .content > .inner {
    background-color: var(--color-white);
    box-shadow: 0 0 56px 9px rgba(5, 5, 5, 0.1);
}

.prod-preview .title {
    font-family: var(--fntfamily-title);
    font-weight: var(--fntweight-title);
}

.prod-preview .is-style-checkbox-bullets{
    font-size: .875em;
}

@media (min-width: 769px) {
    .prod-preview .expander-title{
        display: none;
    }
}
@media (min-width: 992px) {
    .prod-preview > .row {
        flex-wrap: nowrap;
    }
    .prod-preview .col {
        flex-grow: 0;
        flex-basis: 50%;
    }
    .prod-preview.thumb-right > .row {
        flex-direction: row-reverse;
    }
    .prod-preview.thumb-left .content > .inner {
        right: -10%;
    }
    .prod-preview.thumb-left .content > .inner {
        left: -10%;
    }

    .prod-preview .thumb img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .prod-preview .content {
        padding-top: 40px;
        padding-bottom: 40px;
        display: block;
        flex-basis:calc((var(--width-content) / 2) );
    }
    .prod-preview .content > .inner {
        position: relative;
        padding: 45px;
        width:110%;
        /*min-height: 625px;*/
    }
    .prod-preview .title {
        font-size: 2.7rem;
    }
    .prod-preview .excerpt {
        font-size: 1.125em;
    }
}
@media (max-width: 991px) {
    .prod-preview > .row {
        flex-direction: column;
    }
    .prod-preview .col {
        flex-basis: 1%;
    }

    .prod-preview .content {
        margin-top: -10%;
        opacity: .99;
    }
    .prod-preview .content > .inner {
        padding:30px;
    }
    .prod-preview .title {
        font-size: 1.8rem;
    }
    .prod-preview .excerpt {
        font-size: .875em;
    }
}
@media (max-width: 600px) {
    .prod-preview .content > .inner {
        padding:15px;
    }
}