/*phrase slogan*/
.rainbow
{
    background: linear-gradient(to right, #aa0f1f, red, orange, yellow, green, cyan, blue, violet, #633463);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slogan
{
    font-size: 34px !important;
    font-weight: 800;
    margin-bottom: 30px;
}
/*start red*/
.text_shlifarb
{
    color: #aa0f1f;
}
/*end violet*/
.text_shlifarb_1
{
    color: #633463;
}
/*bold red strong*/
.text_kat_color {
    color: #B6303E;
    font-size: 16px;
    font-weight: 900;
}
.text_strong {
    font-weight: 700;
}
.text_strong_1 {
    font-weight: 600;
}
/*bold green for New*/
.text_new {
    color: #31945e;
    font-weight: 700;
}
.text_Dual  {
    color: #0787d6;
    font-weight: 700;
}
.text_Tech  {
    color: #ef660d;
    font-weight: 700;
}
.text_green {
    color: green;
    font-weight: 800;
}
.text_yellow {
    color: #dede15;
    font-weight: 800;
}
.text_red {
    color: red;
    font-weight: 800;
}
.text_brown {
    color: brown;
    font-weight: 800;
}
/*yakisn-ficin*/
.format_tabl_official
{
width: 100%;
margin-bottom: 15px;
}
.format_tabl_official td
{
padding: 3px 14px 0 0;
}
.format_tabl_official td:nth-child(2)
{
font-size: 35px;
}
.text_kat_cert {
    color: #443e3f;
    font-size: 14px;
}
.text_hammerite {
    color: #294b76;
font-weight: 700;
}
.text_akzonobel {
    color: #3674c3;
font-weight: 700;
}
/*колір 2022 року*/
.text_bright-skies {
    color: #B0C4D3;
font-weight: 700;
}
.text_workshop {
    color: #ECD96A;
font-weight: 700;
}
.text_greenhouse {
    color: #98A9A4;
font-weight: 700;
}
.text_salon {
    color: #B0C4D3;
font-weight: 700;
}
.text_studioe {
    color: #C57463;
font-weight: 700;
}
/*tables zatverd*/
.format_tabl {
    border: 1px solid #4d6599;
    border-collapse: inherit;
    border-spacing: 5px;
    text-align: center;
}
.format_tabl td{
    border: 1px solid #000;
}
.cvet {
   background-color: #4D6599;
}
.cvet1 {
   background-color: #8893AA;
}
.white-text {
    color: whitesmoke;
    font-weight: 600;
text-align: center;
}
.text_gray {
   color: gray;
font-size: 13px !important;
}
.format_tabl td {
   padding: 10px;
}   
.text_prod {
    color: #3674c3;
    font-weight: 800;
    font-size: 18px;
}
.size_text_number
{
font-size: 30px;
}
.style_hr
{
height: 5px;
    background: #c64344;
    margin: 20px 0;
    box-shadow: 0px 0px 4px 2px rgba(204,204,204,1);
}
/*colors year 2023*/
.text_wild-wonder {
    color: #C4B591;
font-weight: 700;
}
.text_lush {
    color: #39595F;
font-weight: 700;
}
.text_buzz {
    color: #B87C7E;
font-weight: 700;
}
.text_raw {
    color: #5B4A41;
font-weight: 700;
}
.text_flow {
    color: #7C8D95;
font-weight: 700;
}
.text_COTY21 {
    color: #9D8E7E;
font-weight: 700;
}
.text_COTY17 {
    color: #7C8D95;
font-weight: 700;
}
.text_COTY19 {
    color: #A38061;
font-weight: 700;
}
.text_COTY20 {
    color: #BDC3B9;
font-weight: 700;
}

/*Colors*/
.container_colcor { position: relative; text-align: center; }
.labelcolcor {
    position: absolute;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
}
.labelcolcor_mob {
    position: absolute;
    padding: 3px 6px 2px 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}
.modal_colors {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
}
.modal_colors-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}
.modal_colors img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
}
.close_modal_colors {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close_modal_colors:hover {
    background: rgba(255, 255, 255, 0.8);
    color: black;
}
.color-box {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
}
.color-code {
    margin-left: 15px;
}