

/* Start:/local/templates/gofromir/components/bitrix/news.list/cases/style.css?17864448541872*/
.port-container {
    font-size: 0;
}

.port-container > a {
    display: inline-block;
    width: calc(33.333% - 40px);
    margin: 0 20px 40px;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.port-container > a:hover {
    z-index: 2;
}

.port-container > a .port-item-block {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    background-color: #EBEBEB;
}

.port-item-block .port-item {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 200ms ease;
}



.port-item-block .blur {
    display: none;
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    z-index: 1;
}

.port-container span {
    pointer-events: none;
    z-index: 2;
    width: calc(100% - 32px);
    text-align: center;
    line-height: 1.3;
}

.port-container > a:hover .blur,
.port-container > a:hover span {
    display: block;
}

@media screen and (max-width: 1023px) {
    .port-container > a {
        width: calc(33.333% - 20px);
        margin: 0 10px 20px;
    }

    .port-container > a .port-item-block {
        width: 100%;
        margin: 0;
        border-radius: 8px;
    }
}

@media screen and (max-width: 479px) {
    .port-container > a {
        width: calc(33.333% - 14px);
        margin: 0 7px 14px;
    }

    .port-container > a .port-item-block {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 420px) {
    .port-item-block .port-item:not(.port-item-small) {
        display: none;
    }

    .port-item-block .port-item-small {
        display: block;
    }
}

/* End */


/* Start:/local/templates/gofromir/components/bitrix/news.list/faq/style.css?17815472261249*/
 .faq-content {
    display: none;
  }

  /* отображаем только тот контент, который соответствует отмеченной радоикнопки */
  #faq-btn-1:checked~#content-1,
  #faq-btn-2:checked~#content-2,
  #faq-btn-4:checked~#content-4,
  #faq-btn-3:checked~#content-3 {
    display: block;
  }

section.faq-nn {
    padding: 72px 0 0;
	background: var(--BG-light-gray-95, #F5F5F5);
}
.faq-nn .faq {
    padding-bottom: 52px;
}
section.faq-nn .faq__title {
    margin-bottom: 40px;
}
section.faq-nn input {
    position: absolute;
    z-index: -5;
    opacity: 0;
}
section.faq-nn label {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 40px;
    color: var(--Text-text-primary, #3E3E3E);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: 300ms all ease;
}
section.faq-nn label:hover,
section.faq-nn input:checked + label {
    
    color: var(--main-green, #3DB845);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 1px solid;
}
/* End */
/* /local/templates/gofromir/components/bitrix/news.list/cases/style.css?17864448541872 */
/* /local/templates/gofromir/components/bitrix/news.list/faq/style.css?17815472261249 */
