/*modal*/
#productsModal{
}

#productsModal .modal-fullscreen{
}

#productsModal .modal-fullscreen .modal-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

#productsModal{
    background-position:    center;
    background-repeat:      no-repeat;
    background-size:        cover;
    height:                 100%;
}

#productsModal .content{
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    overflow: auto;
}

#productsModal .modal-content {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    padding-top: 0px;
    /*background: transparent linear-gradient(180deg, #0B1D41 0%, #133374 100%) 0% 0% no-repeat padding-box;*/
    background: transparent 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;

}

#productsModal form{
    margin-bottom: 0px;
    max-width: 650px;
    margin: 0 auto;
}

#productsModal .search_title{
    margin: 0;
    font-weight: 700;
    padding-left: 16px;
    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center;
    font: normal normal bold 56px/60px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;

}

#productsModal .search_subtitle{
    
    text-align: center;
    font: normal normal normal 14px/25px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;

}

#productsModal .titleCot{
    color: var(--color01);
    font-size: 52px;
    font-weight: bold;
    font-family: var(--font-family01);
}

#productsModal  #wp-block-search__input-1{
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 0px;
    font: normal normal normal 22px/30px var(--font-family01);
    color: var(--color06) !important;
    opacity: 1;
    text-align: left;
    padding-left: 16px;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%);
}

#productsModal .btnSearch{
    width: 67px;
    border: 0px;
    border-radius: 0px 0px 0px 0px;
    color: fff;
    font-size: 16px;
    background: #000000 0% 0% no-repeat padding-box;
}

#productsModal .btnSearch:hover{
    background-color: #006BD6;
    color: #ffffff;
}

#productsModal .modal-dialog .modal-content .content .btn-close {
    color: #fff;
    right: 3px;
    background: none;
    opacity: 1;
    border-radius: 30px;
    font-size: 25px;
    padding: 0;
    margin-top: 0px;
    position: relative;
    border: 1px solid white;
    width: 40px;
    height: 40px;
    text-align: center;
}

/*media*/
@media (max-width: 1400px) {

}

@media (max-width: 1400px) {
  
}

@media(max-width: 1200px) {

}

@media(max-width: 991px) {

}

@media(max-width: 900px) {

}


@media(max-width: 800px) {
    
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}


@media (max-width: 500px) {

}


@media (max-width: 480px) {

}

@media (max-width: 400px) {
    
} 
