

/* Start:/local/templates/xpage/components/bitrix/news/main/style.css?17325854935493*/
.SearchINN__cont{
    /* display: flex;
    flex-direction: row;
 
    justify-content: center;
    align-items: flex-start; */
 
    width: 100%;
    margin: 0 auto;
    display: grid;
       gap: 64px 20px;
       grid-template-columns: repeat(12, 1fr);
 }
 .modalserviceSector{
    grid-column: 1 / 5;
    padding: 60px;
    max-width: 297px;
    max-width: 560px ;
    border: 3px solid #e04e39;
    background: #fff;
    border-radius: 30px;
    color: #000;
    cursor: pointer;
 }
 .SearchINN{
    background: radial-gradient(40.4% 48.7% at 3.71% 4.44%, rgba(224, 78, 57, .12) 0, rgba(224, 78, 57, 0) 88.49%), #f6f6f6;
    border-radius: 30px;
    grid-column: 5 / 13 ;
    padding: 60px;
 }
 .page-header{
    margin-bottom: 30px;
 }
 #modalserviceSector{
    display: none;
 }

 .banner-desktop {
   display: block;
}

.banner-mobile {
   display: none;
}

@media (max-width: 768px) {
   .banner-desktop {
       display: none;
   }

   .banner-mobile {
       display: block;
   }
}

 .arrowForSphere {
   width: 40px;
 }
 
 .modalServiceSearch_cont{
    display: flex;
    
    justify-content: center;
    align-items: center
 }
 
 .modalServiceSearch_cont .span{
    font-size: 35px ;
 }
 
 .serviceSectors {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    grid-gap: 20px;
 }
 
 .serviceSector__item {
    cursor: pointer;
       width: 200px !important;
       height: 100px !important;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
 }
 .serviceSector__item.active {
    border: 3px solid #e04e39;
    /* Толщина и цвет обводки */
 }
 
 h3 .page-header {
    font-size: 40px;
 }
 
.titleINN {
    font-size: 30px;
    margin-bottom: 1rem;
}
 
 #modalWindow{
    display: none;
 }
 .modal-window {
    position: fixed;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 
 .modal-window__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: white;
    padding: 35px 30px;
 }
 
 .modal-window__content__title {
    margin-bottom: 20px;
    max-width: 600px;
    font-size: 32px;
    text-align: center;
 }
 
 .btn-close {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
 }
 
 .modal-window__form{
    width: 100%;
    height: 200px;
    padding:0 10px;
    overflow: auto;
 }
 
 .modal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
 }
 
 .service {
    padding: 5px 10px ;
    width: 100%;
    flex-grow: 1;
    font-weight: bold;
    word-wrap: break-word;
 }

 .innPrefix {
    margin-top: 1rem;
 }
 
 .btn--s {
    padding: 5px 10px !important; 
 }
 @media screen and (min-width: 1721px){
    .SearchINN__cont{
       margin-left: -40px;
       margin-right: -40px;
       width: calc(100% + 80px);
    }
 } 
 @media screen and (max-width: 1720px) {
    .modalserviceSector,
    .SearchINN {
       padding: 40px;
    }
 }
 
 @media screen and (max-width: 1380px) {
    .modalserviceSector,
       .SearchINN{
       border-radius: 20px;
       padding: 40px 30px;
       max-height: 297px;
 
    }
    .span{
       font-size:45px;
    }
 }
 
 @media screen and (max-width: 1024px){
    .modalserviceSector,.SearchINN{
    padding: 30px 20px;
    }
    .serviceSectors {
       grid-gap: 10px;
    }
    .serviceSector__item{
       width: 200px !important;
       height: 100px !important;
    }
    .innPrefix {
        margin-top: 1rem;
        margin-bottom: 1rem;
     }
 }
 @media screen and (max-width: 820px){
    .modalserviceSector{ 
       padding: 24px 12px;
       max-width: 97vw;   
    }
    .span{
       font-size: 40px;
    }
    .SearchINN__cont{
       grid-column: auto;
       grid-template-columns: 100%;
    }
    .SearchINN{
       grid-column:auto ;
       padding: 24px 12px;
    }
       .serviceSectors {
          grid-template-columns: repeat(2, 1fr) !important;
          height: 400px;
          grid-gap: 5px !important;
          overflow: auto;
       }

       .innPrefix {
        margin-top: 1rem;
        margin-bottom: 1rem;
     }
 }
 @media screen and (max-width: 521px) {
    .modalserviceSector{
       width: 94vw; 
    }
    .btn-text {
       font-size: 14px;
    }

    .innPrefix {
        margin-top: 1rem;
        margin-bottom: 1rem;
     }
    
 }
 
 @media screen and (max-width: 473px) {
    .serviceSectors {
       margin: 10px;
    }
 
    .serviceSector__item {
          width: 150px !important;
          height: 25px;
    }
    .serviceSector__item:nth-child(2n) {
       margin-right: -5px;
    }
 
 }
 .serviceSectors {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    grid-gap: 20px;
 }

 .innPrefix {
    margin-top: 1rem;
    margin-bottom: 1rem;
 }
 
 .serviceSector__item {
    cursor: pointer;
    width: 300px;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
 }
 
 .serviceSector__item.active {
    outline: 3px solid rgba(224, 78, 57, 0);
    /* Толщина и цвет обводки */
 }
 
 
/* End */
/* /local/templates/xpage/components/bitrix/news/main/style.css?17325854935493 */
