
/* Zaslaw */
:root {
    --pf-color-fst: #223259;
    --pf-color-snd: #FECF1B;
    ;
}


.searched_elements .srBox-title-body {
    background: #fafafa;
   
}

.searched_elements img {

  

}

.searched_elements .srBox-title-text  {
    color: #233E81;
}

.searched_elements .srBox:hover .srBox-img * {
    transform: none;
}

.searched_elements .srBox .srBox-img img {
border:0.3rem solid #FEDC00;
border-radius:0.5rem;
height:calc(100% - 0.6rem);
}

/*  CONTACT WITH US */

.cant_find_your_part .contact_with_us {
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.cant_find_your_part .contact_with_us form > div:nth-child(1) {
    background-color: var(--pf-color-snd);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 0.2rem;
}

.cant_find_your_part .contact_with_us form > div:nth-child(1) > div:nth-child(1) {
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 2rem 10rem;
    background: white;
}



.cant_find_your_part .contact_with_us::after {
    display: block;
    background-image: url(https://localhost:5173/api/pictures/contact_with_us_triangles_right);
    content: ' ';
    position: absolute;
    top: 0rem;
    bottom: 0;
    right: 2.5rem;
    width: 5rem;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
}

.cant_find_your_part .contact_with_us::before {
    display: block;
    background-image: url(https://localhost:5173/api/pictures/contact_with_us_triangles_left);
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0rem;
    left: 2.5rem;
    width: 5rem;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
    background-size: contain;
}

.cant_find_your_part .contact_with_us .contact_with_us_button {
    position: absolute;
    bottom: -15px;
}

.cant_find_your_part .contact_with_us_button button
{
position: relative;
    z-index: 0;
    background: transparent;
}

.cant_find_your_part .contact_with_us_button button:hover:before{
 background:#e8e8e8;
transition: all 0.2s ease-in-out;
}

.cant_find_your_part .contact_with_us_button button:before {
transform: skew(-10deg,0deg) rotate(0);
    left: -10px;
   top: 0;
right: 0;
bottom: 0;
content: '';
position: absolute;
z-index: -1;
background: var(--pf-color-fst);
transition: all 0.2s ease-in-out;
}

.cant_find_your_part .contact_with_us button[type="submit"] {
 border:none;
}

/*HEADER*/
.header .menu .menu_nav:before {
    transform: skew(20deg,0deg) rotate(0);
    left: -10px;
   top: 0;
right: 0;
bottom: 0;
content: '';
position: absolute;
z-index: -1;
background: var(--pf-color-fst);
}

.header .menu .menu_nav a {
    color: var(--pf-color-snd);
}


@media (max-width: 768px) {

    .cant_find_your_part .contact_with_us form > div:nth-child(1) > div:nth-child(1) {
        padding: 2rem 2.5rem;
    }

    .cant_find_your_part .contact_with_us {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .cant_find_your_part .contact_with_us::after {
        width: 2rem;
        right: -1rem;
    }

    .cant_find_your_part .contact_with_us::before {
        width: 2rem;
        left: -1rem;
    }

.header .menu .menu_nav:before { 
       transform: none;
        left: 0;

     }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .cant_find_your_part .contact_with_us form > div:nth-child(1) > div:nth-child(1) {
        padding: 2rem 4rem;
    }

    .cant_find_your_part .contact_with_us {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .cant_find_your_part .contact_with_us::after {
        width: 3rem;
        right: -1rem;
    }

    .cant_find_your_part .contact_with_us::before {
        width: 3rem;
        left: -1rem;
    }

   
}

.form_control{
    box-shadow: var(--pf-color-snd) 2px 2px 0px;
    ;
}



.footer_first_line {
    color: var(--pf-color-snd);
}

.footer_first_line a {
    color: var(--pf-color-snd);
}

.footer_first_line a:hover {
    color: white;
}

.footer > div:nth-child(2) {
    background-color: #2F2F2F;
}

.header .menu {
    
}



.header .menu .menu_nav a:hover {
    color: white;
}


.srBox, .srBox-price-tag{

    background:#fafafa;
}






