#index .container.container-full {
    padding: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}
.carousel .carousel-item figure {
    display: block;
    position: relative;
    max-height: 600px;
}
.carousel .carousel-item figure:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgba(0,0,0,0.15) 0%, rgba(102,102,102,0) 100%);

}
.carousel .carousel-inner {
    height: auto;
    max-height: 600px;
    min-height: 320px;
    margin-bottom: 0;
}
.carousel .carousel-item {
    max-height: 600px;
}
.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 320px;
    max-height: 600px;
    object-position: bottom;
}
.carousel .carousel-indicators {
    display: block!important;
    z-index: 2;
}
.carousel .direction {
    display: none!important;
}
.carousel-indicators {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    padding-left: 0;
    margin-left: 0;
    margin: 0;
}
.carousel-indicators .active {
    background-color: #000;
}
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 1px 4px;
}
.carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 1px 4px;
    border: 1px solid #000000;
    border-radius: 20px;
    border-color: #000000;
}
.carousel .carousel-item .caption {
    bottom: 50px;
    left: 90px;
    max-width: 575px;
}
.carousel .carousel-item .caption h2.title-caption {
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-shadow: 2px 0px 2px white;
}
.carousel .carousel-item .caption .caption-description .page-content.page-cms ul, 
.carousel .carousel-item .caption .caption-description p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.carousel .carousel-item .caption a.caption-link {
    display: table;
    margin: 30px 0 0;
    background: #000;
    color: #fff;
    outline: 0 !important;
    border: none !important;
    font-size: 22px;
    line-height: 28px;
    padding: 12px 62px 13px 17px;
    border-radius: 6px;
    position: relative;
}
.carousel .carousel-item .caption a.caption-link:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 16px;
    background-image: url(/themes/condor/assets/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 1px;
}
.carousel .carousel-item .caption a.caption-link:hover {
    background: #1DC9D1;
    color: #000;
}
.carousel .carousel-item .caption a.caption-link:hover:after {
    background-image: url(/themes/condor/assets/img/arrow-hover.svg);
}
#block-reassurance {
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 40px auto;
}
#block-reassurance .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.block-reassurance-item {
    display: flex;
    align-items: center;
    column-gap: 14px;
    justify-content: flex-start;
    margin: 0 0 16px;
}
.block-reassurance-content {
    width: calc(100% - 101px);
}
.block-reassurance-thumb {
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1DC9D1;
    border-radius: 50%;
}
#block-reassurance img {
    width: auto;
    margin-right: 0;
    height: auto;
    max-width: 67px;
    max-height: 67px;
    object-fit: contain;
}
.block-reassurance-content .h6 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 4px;
}
.block-reassurance-content .text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    max-width: 189px;
}
/*** htmlbox ***/
.block-text-home {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0 50px;
    text-align: center;
}
.block-text-home h2 {
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 20px;
    font-weight: 700;
}
.block-text-home p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
}
.block-boxs-home h2 {
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 35px;
    font-weight: 700;
    text-align: center;
}
.block-boxs-home {
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0 60px;
}
.block-boxs-home .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
}
.block-boxs-home .row .col-md-6 {
    padding: 0;
    width: calc(50% - 20px);
}
.block-boxs-home .box-home {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.block-boxs-home .box-home .cover img {
    width: 100%;
    height: auto;
    transition: transform 0.3s linear;
}
.block-boxs-home .box-home:hover .cover img {
    transform: scale(1.1);
}
.block-boxs-home .box-home .box-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.box-home a.link-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}
.box-home .box-link .btn-link {
    max-width: 254px;
    width: 254px;
    display: table;
    background: #000;
    color: #fff;
    padding: 13px 74px 14px 22px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    outline: 0 !important;
}
.box-home .box-link .btn-link:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 15px;
    background-image: url(/themes/condor/assets/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 28px;
    margin-top: 1px;
}
.box-home .box-link .btn-link:hover, .box-home:hover .box-link .btn-link {
    background: #1DC9D1;
    color: #000;
}
.box-home .box-link .btn-link:hover:after, .box-home:hover .box-link .btn-link:after {
    background-image: url(/themes/condor/assets/img/arrow-hover.svg);
}
/*** section-boxs-icon ***/
.section-boxs-icon {
    background: #1DC9D1;
    position: relative;
    padding: 40px 0 20px;
}
.section-boxs-icon .container-fluid {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.section-boxs-icon .box-icon {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 330px;
    position: relative;
    transition: transform 0.3s linear;
}
.section-boxs-icon .box-icon .icon {
    background: #FFFFFF;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}
.section-boxs-icon .box-icon .text h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #000;
    text-transform: none !important;
}
.section-boxs-icon .box-icon .text p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0 !important;
}
.section-boxs-icon .box-icon .box-link {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}
.section-boxs-icon .box-icon:hover h2, .section-boxs-icon .box-icon:hover p {
    color: #000;
}
.section-boxs-icon .box-icon:hover {
    transform: translateY(-10px);
}
/*** featured ***/
section.featured-products.private-sale {
    padding: 50px 0 40px;
}
section.featured-products .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1920px;
    width: 100%;
}
section.featured-products.new-products-section {
    padding: 80px 0 100px;
}
section.featured-products-section.featured-products {
    padding: 80px 0 0;
}
/**** responsive ***/
@media (max-width: 1560px) {
section.featured-products .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
.product-miniature .product-title a {
    font-size: 18px;
    line-height: 24px;
}
.section-boxs-icon .box-icon .text h2 {
    font-size: 22px;
}
.section-boxs-icon .box-icon .text p {
    font-size: 17px;
    line-height: 28px;
}
.carousel .carousel-item .caption a.caption-link {
    font-size: 20px;
    padding: 12px 58px 13px 17px;
}
.carousel .carousel-item .caption a.caption-link:after {
    background-size: 30px;
    width: 30px;
    height: 14px;
}
section.featured-products.private-sale {
    padding: 50px 0 20px;
}
}
@media (max-width: 1400px) {
    .carousel .carousel-item .caption h2.title-caption {
        font-size: 44px;
        line-height: 58px;
    }
    .carousel .carousel-item .caption a.caption-link {
        font-size: 20px;
        line-height: 26px;
        padding: 11px 60px 12px 17px;
    }
    .carousel .carousel-item .caption {
        bottom: 50%;
        transform: translateY(50%);
        margin-bottom: -20px;
        left: 70px;
        max-width: 506px;
    }
    section.featured-products .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .block-reassurance-content .h6 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 1200px) {
    section.featured-products .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .block-reassurance-thumb {
        width: 74px;
        height: 74px;
    }
    #block-reassurance img {
        max-width: 46px;
        max-height: 40px;
    }
    .block-reassurance-content .h6 {
        font-size: 18px;
        line-height: 22px;
    }
    .block-reassurance-content {
        width: calc(100% - 87px);
    }
    .block-reassurance-item {
        align-items: flex-start;
    }
    .block-reassurance-content .text {
        font-size: 14px;
        line-height: 20px;
        max-width: inherit;
    }
    .block-text-home h2 {
        font-size: 32px;
        line-height: 48px;
    }
    .block-text-home {
        padding: 30px 0 40px;
    }
    .block-boxs-home h2 {
        font-size: 32px;
        line-height: 48px;
    }
    .box-home .box-link .btn-link {
        max-width: 254px;
        width: auto;
        padding: 9px 54px 10px 16px;
        border-radius: 6px;
        font-size: 18px;
        line-height: 25px;
    }
    .box-home .box-link .btn-link:after {
        right: 14px;
        width: 24px;
        height: 14px;
        background-size: 23px;
        margin-top: 1px;
    }
    .block-boxs-home .row {
        column-gap: 24px;
    }
    .block-boxs-home .row .col-md-6 {
        width: calc(50% - 12px);
    }
    .block-boxs-home {
        padding: 40px 0 20px;
    }
    .featured-products .products-section-title {
        font-size: 32px;
        line-height: 48px;
    }
    section.featured-products.private-sale {
        padding: 40px 0 20px;
    }
    section.featured-products.new-products-section {
        padding: 40px 0 40px;
    }
    section.featured-products-section.featured-products { 
        padding: 40px 0 0;
    }
}
@media (max-width: 992px) and (min-width: 767px) {
#block-reassurance >.row > .col-md-3:nth-child(2n) {
    padding-right: 10%;
}
#block-reassurance >.row > .col-md-3:nth-child(2n + 1) {
    padding-left: 10%;
}
#block-reassurance >.row > .col-md-3 {
    width: 50%;
    display: flex;
}
.block-reassurance-item {
    display: flex;
    align-items: center;
}
}
@media (max-width: 992px) {
    
    .carousel {
        left: 0;
        width: 100%;
        padding-bottom: 0;
        margin-left: auto;
        background-color: aliceblue;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
.carousel .carousel-item .caption {
    position: absolute;
    margin: 0;
    text-align: left;
    bottom: 50%;
    left: 30px;
    max-width: 460px;
}
.carousel .carousel-item .caption h2.title-caption {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 16px;
}
.carousel .carousel-item .caption a.caption-link {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 52px 10px 16px;
}
.carousel .carousel-item .caption a.caption-link:after {
    right: 12px;
    width: 30px;
    height: 14px;
    background-size: 30px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 1px 3px;
}
.carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 1px 3px;
}
#block-reassurance {
    margin: 30px auto 10px;
}
.block-boxs-home .box-home .cover img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.block-boxs-home .row {
    column-gap: 16px;
}
.block-boxs-home .row .col-md-6 {
    width: calc(50% - 8px);
}
}
@media (max-width: 768px) {
.carousel .carousel-item .caption h2.title-caption {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 16px;
}
.carousel .carousel-item .caption {
    max-width: 416px;
}
.carousel .carousel-item .caption a.caption-link {
    padding: 10px 48px 11px 16px;
}
.carousel .carousel-item .caption a.caption-link:after {
    background-size: 28px;
}
.carousel-indicators {
    bottom: 14px;
}
.block-reassurance-item {
    align-items: center;
}
.block-text-home h2 {
    font-size: 24px;
    line-height: 32px;
}
.block-text-home {
    padding: 30px 0 20px;
}
.block-boxs-home {
    padding: 20px 0 20px;
}
.block-boxs-home h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
}
.block-boxs-home .box-home .box-link {
    bottom: 20px;
    left: 20px;
}
.box-home .box-link .btn-link {
    padding: 7px 44px 8px 12px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
}
.box-home .box-link .btn-link:after {
    right: 12px;
    width: 22px;
    height: 12px;
    background-size: 22px;
    margin-top: 1px;
}
.featured-products .products-section-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
}
.block-boxs-home {
    padding: 20px 0 0;
}
.section-boxs-icon {
    padding: 30px 0 20px;
}
.section-boxs-icon .box-icon .icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
}
.section-boxs-icon .box-icon .text h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0 8px;
}
.section-boxs-icon .box-icon .text p {
    font-size: 16px;
    line-height: 24px;
}
.section-boxs-icon {
    padding: 30px 0 10px;
}
section.featured-products .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
}

}
@media (max-width: 576px) {
    .carousel .carousel-item .caption h2.title-caption {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px;
    }
    .carousel .carousel-item .caption {
        left: 15px;
        bottom: 60px;
        transform: translateY(0);
        margin-bottom: 0;
    }
    .carousel .carousel-item .caption a.caption-link {
        font-size: 16px;
        line-height: 22px;
    }
    .carousel .carousel-item .caption a.caption-link {
        padding: 8px 44px 9px 14px;
    }
    .carousel .carousel-item .caption a.caption-link:after {
        background-size: 23px;
        right: 11px;
        width: 24px;
        height: 12px;
        margin-top: 1px;
    }
    .block-boxs-home .row {
        column-gap: 0;
        flex-wrap: wrap;
    }
    .block-boxs-home .row .col-md-6 {
        width: 100%;
    }
    .block-boxs-home .box-home .box-link {
        bottom: 30px;
        left: inherit;
        right: 30px;
    }
    .block-text-home p {
        font-size: 16px;
        line-height: 28px;
    }
    .product-miniature .product-actions2 {
        opacity: 1;
        visibility: visible;
    }
    section.featured-products .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-text-home {
        padding: 20px 10px 20px;
        text-align: left;
    }
    .block-text-home h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 10px;
    }
    .block-boxs-home .col-md-6:first-child .box-home {
        margin: 0 0 20px;
    }
    .block-boxs-home h2 {
        text-align: left;
        padding-left: 25px;
    }
    .featured-products .products-section-title {
        text-align: left;
        margin-left: 10px;
    }
}
@media (max-width: 425px) {
    #block-reassurance {
        margin: 25px auto 0px;
    }
    .block-reassurance-thumb {
        width: 64px;
        height: 64px;
    }
    #block-reassurance img {
        max-width: 38px;
        max-height: 34px;
    }
    .block-reassurance-content {
        width: calc(100% - 76px);
    }
    .block-text-home h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 16px
    }
    .block-boxs-home h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 24px;
    }
    section.featured-products.private-sale {
        padding: 36px 0 36px;
    }
    .featured-products .products-section-title {
        font-size: 22px;
        line-height: 30px;
        margin: 0px 0 20px;
    }
    .product-miniature .product-flags li.product-flag {
        min-width: 56px;
        padding: 5px 8px;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }
    section.featured-products.new-products-section {
        padding: 36px 0 36px;
    }
    section.featured-products-section.featured-products {
        padding: 36px 0 0;
    }
}