﻿.main-popup-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

blockquote {
    font-style: italic;
    color: #bb9743;
    text-transform: uppercase;
    margin: 0;
}

    blockquote * {
        color: #bb9743 !important;
    }

ol li{
    list-style: decimal
}



.content-2-cols {
    display: flex;
}

.content-col-left {
    width: 50%;
    padding-right:10px
}

.content-col-right {
    width: 50%;
    padding-left: 10px
}

@media (max-width:767px) {
    .content-2-cols {
        flex-direction: column;
    }

    .content-col-left {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0
    }

    .content-col-right {
        width: 100%;
        padding-left: 0
    }
}


.main-tab-page {
    max-width: 1300px
}

@media (min-width: 1200px) {

    .wp-detail-products-page .container {
        max-width: 1300px;
    }
}

.ct-editor-web .number-price {
    color: #CCA10C
}

.item-contact-footer .text {
    white-space: pre-line;
}

.txt-info-contact a {
    white-space: pre-line;
}


.text-box-content .content-news-title * {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 49px;
    font-family: 'font-custom-vuland';
    font-weight: 700;
    margin-bottom: 10px;
}