

/* Start:/local/templates/department/components/bitrix/news.list/faq-antispam-new/style.css?17876703616646*/
.text-error {
    color: red;
    line-height: 1.2em;
}

        .tabs {
            min-width: 320px;
            max-width: 800px;
            padding: 0px;
            margin: 0 auto;
			margin-top: 27px;
        }   
        .tabs > section {
            display: none;
            padding: 25px 0;
            background: #fff;
            border-top: 1px solid #ddd;
        }
        .tabs > section > p {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }
        @-webkit-keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        .tabs > input {
            display: none;
            position: absolute;
        } 
        .tabs > label {
            display: inline-block;
            margin: 0 0 -2px;
            padding: 9px 20px;
			font-family: MuseoSans-700;
            text-align: center;
            color: #aaa;
            /*border: 0px solid #ddd;*/
            border-width: 1px 1px 1px 1px;
            background: #f1f1f1;
            /*border-radius: 3px 3px 0 0;*/
        }        
        .tabs > label:before {
            
            font-weight: normal;
            margin-right: 10px;
        }    
        .tabs > label:hover {
            color: #888;
            cursor: pointer;
        }
        .tabs > input:checked + label {
            color: #555;
            border-top: 1px solid #009933;
            border-bottom: 1px solid #fff;
            background: #fff;
        }      
        #tab1:checked ~ #content-tab1,
        #tab2:checked ~ #content-tab2,
        #tab3:checked ~ #content-tab3,
        #tab4:checked ~ #content-tab4,
		#tab5:checked ~ #content-tab5, 
		#tab6:checked ~ #content-tab6,
		#tab7:checked ~ #content-tab7,
		#tab8:checked ~ #content-tab8, 
		#tab9:checked ~ #content-tab9{
            display: block;
        }    
        @media screen and (max-width: 680px) {
            /*.tabs > label {
                font-size: 0;
            }*/
            .tabs > label:before {
                margin: 0;
                font-size: 18px;
            }
        }
		
		
		/*второй ряд вкладок*/
		
		.second-row-tabs{}
		.second-row-tabs section{padding: 25px;}
		
.fancybox-caption{
	text-align:center;
}
.slide-list{
    margin-bottom: 60px;
}
.tabs > input:checked + label{
	border-top: 2px solid #00AEEF!important;
    border-left: 2px solid #00AEEF!important;
    border-right: 2px solid #00AEEF!important;
    border-bottom: 2px solid #fff!important;
}
.tabs > section{
	border-top: 2px solid #00AEEF!important;
}
.tabs > label{
	border-bottom: 2px solid #00AEEF!important;
}
.faq-item a{
	word-break: break-word;
}


        a {
            text-decoration: none;
            color: inherit;
        }
        p {
            font-size: 1.1em;
            margin: 1em 0;
        }
        ul {
            list-style: none;
            padding: 0;
        }
        ul .inner {
            padding: 1em;
            overflow: hidden;
            display: none;
            border: 1px solid #fff;
            opacity: 0;
            border-radius: 0 0 0.15em 0.15em;
            font: normal 16px/25px "MuseoSans-300", Helvetica, 'Helvetica Neue', Arial, serif;
        }
        ul .inner p{
            font-size: inherit;
        }
        ul .inner.show {
            /*display: block;*/
            border: 1px solid #f1f1f1;
            opacity: 1;
        }
        ul.accordion li {
            margin: 0.5em 0;
            padding: 0;

        }
        ul.accordion li a.toggle {
            width: 100%;
            display: block;
            background: #f1f1f1;
            color: #333;
            padding: 0.75em;
            border-radius: 0.15em 0.15em 0 0;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        ul.accordion li a.toggle.active{
            background: rgb(89, 189, 66);
            color:#fff;
        }
        ul.accordion li a.toggle:hover {
            background: rgb(152, 152, 152);
            color:#fff;
        }
        ul.accordion li a.toggle.active:hover{
            background: rgb(65, 136, 49);

        }
        ul.accordion>li:after{
            display: none;
        }
        ul .inner a{
            color: rgb(89, 189, 66);
            word-break: break-word;
        }
        /*.svg-arrow {
            position: absolute;
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            align-content: center;
            align-items: center;
            width: 76px;
            height: 76px;
            left: 0;
            top: 0;
            transform: translate(-100%, -16px);
            transition: background 0.3s ease;
        }
        .toggle.show .svg-arrow {
            background-color: transparent;
        }
        .toggle .svg-arrow svg {
            width: 100px;
            height: 70px;
            transform: rotate(0deg);
            transition: transform 0.3s ease;
        }
        .toggle.show .svg-arrow svg {
            width: 100px;
            height: 70px;
            transform: rotate(90deg);
        }*/


#content-tab2 .faq-ask {
    padding: 30px 30px 35px 30px;
}

.document-container ul.accordion li:first-child {
    margin-top: 0;
}


@media(max-width: 500px) {
    .documents-page .document-container {
        padding: 40px 20px;
    }
    .tabs {
        min-width: auto
    }
    .tabs > label {
        padding: 5px 10px;
    }
}

@media(max-width: 400px) {
    .tabs > label {
        width: 100%;
        margin: 0 0 3px;
        border-top: 2px solid #fff!important;
        border-bottom: 2px solid #fff!important;
    }

    .tabs > input:checked + label{
        border-top: 2px solid #00AEEF!important;
        border-left: 2px solid #00AEEF!important;
        border-right: 2px solid #00AEEF!important;
        border-bottom: 2px solid #00AEEF!important;
    }

    .tabs > section {
        border-top: 2px solid #fff!important;
    }

    #content-tab2 .faq-ask {
        padding: 30px 20px 35px 20px;
    }
}

.form__input--invisible{
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
input[type="checkbox"] {
    appearance: auto;
}
/* End */
/* /local/templates/department/components/bitrix/news.list/faq-antispam-new/style.css?17876703616646 */
