

/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/news.detail/universal/style.css?1779456599898*/
.news-detail-gallery-mobile {
    display: none;
    position: relative;
}

.news-detail-gallery-mobile .news-detail-gallery-swiper {
    width: 100%;
    overflow: hidden;
}

.news-detail-gallery-mobile swiper-slide {
    height: auto;
}

.news-detail-gallery-slide {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f5f5;
}

.news-detail-gallery-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-detail-gallery-mobile .navigation-button {
    display: block;
}

.news-detail-gallery-mobile .navigation-button[aria-disabled="true"],
.news-detail-gallery-mobile .swiper-button-disabled {
    display: none;
}

@media (max-width: 767px) {
    .news-detail-gallery-desktop {
        display: none;
    }

    .news-detail-gallery-mobile {
        display: block;
        margin: 24px 0;
    }
}

/* End */


/* Start:/local/components/innet/form/templates/popap/style.css?17787486665806*/
.errortext {
    color: red !important;
}

.faq-ant .__ask .__title {
    color: #252525 !important;
}

.faq .__ask {
    border: 1px solid #e1e1e1 !important;
}

.index-form .textfield {
    border: 0;
    border: 1px solid #ccc;
    padding: 17px 20px;
    min-height: 20px;
}


.modal div.header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.modal .container {
    padding: 40px;
    width: auto;
}

.modal div.title {
    /*margin-bottom: 10px;*/
    font-size: 36px;
    font-weight: 700;
    color: black;
    margin-bottom:20px;
}

.modal div.description {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#register_product.modal {
    border-radius: 10px;
    padding-bottom: 0;
    max-width: 690px;
}

.modal .buttons {
    gap: 10px;
    margin-bottom: 40px;
    display: flex;
}

.modal .buttons a {
    font-size: 19px;
    border-radius: 10px;
    border: solid 1px #F5C186;
    padding: 20px;
}

.modal .buttons a:hover {
    background-color: #F5C186;
    color: black;
    cursor: pointer;
}

.modal div.btn-register a {
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 425px) {
    .modal .buttons {
        flex-direction: column;
    }
}

.modal form {
    display: flex;
    flex-direction: column;
}

.modal form input, .modal form textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 5px;
    font-size: 20px;
    margin: 0;
    margin-bottom: 26px;
    font-family: inherit;
    color: inherit;
    width: 100%;
    background: unset;
    height: auto;
}

.modal form input::placeholder,.modal form textarea::placeholder{
    color:#A1A0A0;
}

.modal form input:last-child,.modal form textarea:last-child {
    margin-bottom: 0px;
}

.modal form input:focus-visible, .modal form textarea:focus-visible {
    outline: none;
}

.modal form label i {
    background: url('/local/templates/innet_focus_s1_new_design/img/unchecked.svg') no-repeat center center;
    background-size: contain;
    border: none;
    margin-left: -30px;
}

.input-invisible:checked + i {
    background: url('/local/templates/innet_focus_s1_new_design/img/checked.svg') no-repeat center center;
    background-size: contain;
}

.modal form label i:before {
    content: '';
}

.modal form .custom-checkbox {
    padding-left: 30px;
}

.modal form [type="submit"], .form-btn {
    /*max-width: 260px;*/
    height: 69px;
    border: none;
    background-color: var(--color-orange);
    border-radius: 5px;
    font-size: 24px;
    color: white;
    text-transform: none;
    padding: 26px;
    line-height: 0;
    cursor:pointer;
}
@media (max-width:360px){
    .modal form [type="submit"], .form-btn {
        padding: 0;
    }
}
.modal {
    max-width: 560px;
}

.modal label > span {
    font-weight: normal;
}

.modal label > span a {
    color: var(--color-orange);
}

#register_product.modal button.fs-custom_dropdown-selected {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal div.fs-custom_dropdown-options {
    font-size: 20px;
}


.input-file {
    position: relative;
    display: flex;
    align-items: center;
}

.input-pic{
    background: url('/images/pick_file.svg') center/cover no-repeat;
    height:20px;
    width:20px;
}
.text-btn{
    text-decoration: underline;
}
.input-file-btn {
    position: relative;
    display: flex;
    gap: 20px;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    border: 1px dashed #735F54;
    line-height: 0;
    padding: 20px;
    margin: 0;
    transition: background-color 0.2s;
    height:65px;
    line-height: 25px;
}
.input-file-text {
    padding: 0 10px;
    display: inline-block;
    font-size:16px;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.modal form .input-wrp label span {
    color:#434242;
}

.form-rating-wrp {
    margin-bottom: 26px;
}

.modal form .form-rating-wrp input {
    margin: 0;
    padding: 0;
    width: auto;
}

.form-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 6px;
}

.form-rating input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-rating label {
    width: 28px;
    height: 28px;
    margin: 0;
    cursor: pointer;
}

.form-rating label::before {
    content: "★";
    display: block;
    color: #D9D9D9;
    font-size: 28px;
    line-height: 1;
    transition: color .15s ease;
}

.form-rating label:hover::before,
.form-rating label:hover ~ label::before,
.form-rating input:checked ~ label::before {
    color: var(--color-orange);
}

@media (max-width:480px){
    .input-file{
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .input-file-btn{
        justify-content: center;
        width: 100%;
        font-size: 18px;
    }
    .modal form [type="submit"], .form-btn{
        width: 100%;
        max-width:unset;
        font-size: 20px;
    }
    .input-file input[type=file]{
        z-index: 99;
    }
    .modal .header .title{
        font-size: 26px;
    }
    .modal .header .description{
        font-size: 16px;
    }
}

/* End */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/news.detail/universal/style.css?1779456599898 */
/* /local/components/innet/form/templates/popap/style.css?17787486665806 */
