

/* Start:/bitrix/templates/aspro_tires2/components/creativebz/termin.list/template_new/style.css?17417731708840*/
*{
    box-sizing: border-box;
}
.termin_more_info_button{
    width: 110px;
height: 36px;
border-radius: 2px;
padding-top: 9px;
padding-right: 18px;
padding-bottom: 9px;
padding-left: 18px;
background: #FFAD00;
color: #FFFFFF;
font-family: 'PT Sans Caption',sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 18px;
letter-spacing: 0%;
text-align: center;

display: flex;
}
.d-none{
    display: none !important;
}
body{
    background: white!important;
}
.glossary_filter ul li{
    cursor: pointer;
}
.glossary_filter ul li:before{
    content:none;
}
.glossary_filter ul li.active{
    background: #E5E5E5;
}
.glossary_header_input:focus-within{
  border: 1px solid #FFAD00;
}
.glossary_filter>div>.contrl-accord{
    cursor: pointer;
}
.glossary_block h2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.glossary-container h2 svg{
    display: none;
    transition: all 0.3s ease-out;
}
.glossary-container:hover h2 svg{
    display: block;
}
.glossary-container.background h2 svg{
    display: block;
    transform: rotate(180deg);
}

.glossary_filter ul li:hover{background: #E5E5E5;}
@media (min-width:1350px){
    .container{
        max-width: 1350px;
        margin: 0 auto;
    }
    .glossary_header{
        margin-bottom: 48px;
    }
    .glossary_header>div{
        display: grid;
        grid-template-columns: 800px 400px;
        justify-content: space-between;
        align-items:end;
    }
    .glossary_header p{
        font-family: 'PT Sans Caption',sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #333333;
        margin: 0;
    }
    .glossary_header_input{
        width: 400px;
        height: 40px;
        padding: 8px 12px 8px 20px;
        gap: 16px;
        border-radius: 28px;
        border: 1px solid #E6E6E6;
        position: relative;
    }
    .glossary_header_input::after{
        position: absolute;
        right: 12px;
        top: 8px;
        content: url(/images/search_24.svg);
    }
    .glossary_header_input>input{
        font-family: 'PT Sans Caption',sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #B3B3B3;
        width: 100%;
        height: 24px;
        background: white;
        border: none;
        padding: 0 52px 0 0 !important;
        background: transparent !important;
        border: 0px !important;
    }
    .glossary_filter{
        display: grid;
        grid-template-columns: auto 219px;
        grid-auto-rows: 44px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px;
    }
    .glossary_filter ul{
        display: flex;
        padding: 0;
        list-style-type: none;
        gap: 4px;
    }
    .glossary_filter ul li{
        width: 36px;
        height: 36px;
        padding: 8px !important;
        border-radius: 8px;
        background: #F2F2F2;
        font-family: 'PT Sans Caption',sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        color: #333333;
    }
    .glossary_filter>div{
        display: flex;
        justify-content: space-between;
    }
    .glossary_filter>div>.contrl-accord{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        color: #333333;
    }
    .glossary_filter>div>.contrl-accord:hover{
        color:#FFAD00!important;
    }
    .glossary_block{
        display: grid;
        grid-template-columns: 80px auto;
        gap: 30px;
        padding-bottom: 32px;
    }
    .glossary_block>a{
        font-size: 22px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #B3B3B3;
        text-decoration: none;
        height: 60px;
        padding: 19px 0;
    }
    .glossary_block h2{
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        color: #333333;
        margin: 0;
        padding: 20px 32px;
		transition: .2s;
		transition-timing-function: ease-out;
    }
    .glossary_block_detail{
        padding-bottom: 48px;
        border-bottom: 1px solid #EEEEEE;
    }
    .glossary_active{
        background: #F5F5F5;
    }
    .glossary-container{
        border-radius: 8px;
        margin-bottom: 5px;
        cursor: pointer;
    }
    .glossary-container.background, .glossary-container:hover{
        background: #F5F5F5;
    }
	.glossary-container:hover h2{
		padding: 20px 36px;
	}
    .glossary_active .glossary_block_detail_text, .glossary-container.active .glossary_block_detail_text{
        display: block;
    }
    .glossary_block_detail_text{
        display: none;
        width: 800px;
        padding: 0 0 32px 32px;
    }
    .glossary_block_detail_text{
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        color: #333333;

    }
}
@media (max-width: 1349px){
    .termin_more_info_button{
        margin-top: 12px;
    }
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .glossary_header{
        margin-bottom: 48px;
    }
    .glossary_header>div{
        display: grid;
        align-items:end;
        gap: 32px;
    }
    .glossary_header p{
        font-family: 'PT Sans Caption',sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #333333;
        margin: 0;
    }
    .glossary_header_input{
        width: 100%;
        height: 40px;
        padding: 8px 12px 8px 20px;
        gap: 16px;
        border-radius: 28px;
        border: 1px solid #E6E6E6;
        position: relative;
    }
    .glossary_header_input::after{
        position: absolute;
        right: 12px;
        top: 8px;
        content: url(/images/search_24.svg);
    }
    .glossary_header_input>input{
        font-family: 'PT Sans Caption',sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #B3B3B3;
        width: 100%;
        height: 24px;
        background: white;
        border: none;
        padding: 0 52px 0 0 !important;
        background: transparent !important;
        border: 0px !important;
    }
    .glossary_filter{
        display: grid;
        margin-bottom: 32px;
        gap: 20px;
    }
    .glossary_filter ul{
        display: flex;
        padding: 0;
        list-style-type: none;
        gap: 4px;
        flex-wrap: wrap;
        margin: 0;
    }
    .glossary_filter ul li{
        width: 36px;
        height: 36px;
        padding: 8px !important;
        border-radius: 8px;
        background: #F2F2F2;
        font-family: 'PT Sans Caption',sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        color: #333333;
    }
    .glossary_filter>div{
        display: flex;
        gap: 20px;
    }
    .glossary_filter>div>.contrl-accord{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        color: #333333;
    }
    .glossary_filter>div>.contrl-accord:hover{
        color:#FFAD00!important;
    }
    .glossary_block{
        display: grid;
        grid-template-columns: 20px auto;
        gap: 15px;
        padding-bottom: 32px;
    }
    .glossary_block>a{
        font-size: 22px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #B3B3B3;
        text-decoration: none;
        height: 60px;
        padding: 19px 0;
    }
    .glossary_block h2{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #333333;
        margin: 0;
        padding: 12px 16px;
    }
    .glossary_block_detail{
        padding-bottom: 48px;
        border-bottom: 1px solid #EEEEEE;
    }
    .glossary_active{
        background: #F5F5F5;
    }
    .glossary_active .glossary_block_detail_text{
        display: block;
    }
    .glossary_block_detail_text{
        display: none;
        width: 100%;
        padding: 0 16px 16px 16px;
    }
    .glossary_block_detail_text>p{
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #333333;

    }
	.glossary-container.background, .glossary-container:hover {
        background: #F5F5F5;
		border-radius:8px;
    }
 	.glossary_active .glossary_block_detail_text, .glossary-container.active .glossary_block_detail_text{
        display: block;
		margin-bottom: 5px;
    }
}
/* End */
/* /bitrix/templates/aspro_tires2/components/creativebz/termin.list/template_new/style.css?17417731708840 */
