

/* Start:/local/templates/2024/components/bitrix/system.pagenavigation/.default/style.css?17425667852782*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	padding: 0 8px;
	height: 44px;
	min-width: 44px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 44px;
	min-width: 44px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #3785C3;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #6CACE4;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border: 1px solid #eff0f1;
	line-height: 28px;
	padding: 0 12px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	border: 1px solid #eff0f1;
	line-height: 28px;
	padding: 0 12px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #3785C3;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/2024/components/bitrix/news.list/questions/style.css?174256678510902*/
* {
    box-sizing: border-box;
}

.expedition {

}

/* region questions */
.questions {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background-image: url("/local/templates/2024/images/mendeleev/background-1.png");
    background-position: center;
    background-size: cover;
}

.questions-list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.questions-list__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 180px 0 60px;
}

.questions-list__left {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.questions-list__left img {
    position: absolute;
    width: 539px;
    left: -52px;
    top: -99px;
}

.questions-list__right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.questions-list__right h1 {
    width: 100%;
    height: 100%;
    color: var(--white, #FFF);
    font-family: "MyFont", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
}

.questions-list__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.questions-list__item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--blue-400-base, #6CACE4);
}

.questions-list__item.not-border {
    border: none;
}

.questions-list__head {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.questions-list__head h3 {
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.questions-list__head svg {
    cursor: pointer;
    min-width: 24px;
    min-height: 24px;
}

.questions-list__body {
    display: none;
    background: var(--blue-400-base, #6CACE4);
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 30px 30px 40px;
    margin-bottom: -7px;
}

/* endregion */
/* region ask-question */
.ask-question {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ask-question h2 {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "MyFont", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.ask-question__inner--sub-title {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 5px 0 0;
}

.ask-question__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 120px 0 150px;
}

.ask-question form {
    max-width: 580px;
    width: 100%;
    margin-top: 40px;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group.mb4 {
    margin-bottom: 4px;
}

.form-group label {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 8px 11px;
    transition: .3s;
}

.form-group label.empty {
    padding: 16px 11px;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--blue-400-base, #6CACE4);
    padding: 24px 11px 6px;
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.form-group input.error, .form-group textarea.error {
    border: 2px solid var(--red, #ED3424);
}

.form-group input.empty {
    padding: 16px;
    font-size: 0;
}

.form-group .message {
    font-size: 14px;
    font-family: Rosatom, sans-serif;
    color: var(--white, #FFF);
}

.form-group .message.error {
    color: var(--red, #ED3424);
}

.form-group textarea {
    border: 1px solid var(--blue-100, #D7EDFF);
    background: var(--white, #FFF);
    color: var(--blue-400-base, #6CACE4);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
    height: 130px;
    resize: none;
    margin-top: 20px;
}

.form-group input.select {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid var(--blue-400-base, #6CACE4);
    padding: 24px 50px 6px 11px;
    appearance: none;
    background-image: url('/imgs/arrselect.svg');
    background-repeat: no-repeat;
    background-position: 97% center;
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    cursor: pointer;
}

.form-group__dropdown--items {
    z-index: 5;
    display: none;
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    background-color: #FFFFFF;
    height: fit-content;
}

.form-group__dropdown--item {
    padding: 5px 11px;
    height: 32px;
    border-top: 1px solid #6CACE4;
    cursor: pointer;
    color: var(--blue-800-base, #025EA1);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.form-group__dropdown--item:hover {
    background-color: #E9F3FB;
}

.ask-question__submit {
    display: flex;
    width: 220px;
    height: 56px;
    padding: 12px 40px 14px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 40px;
    background: var(--blue-400-base, #6CACE4);
    color: var(--white, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    margin: 30px auto 0;
    cursor: pointer;
}

.ask-question__submit.disabled {
    cursor: not-allowed;
    background-color: var(--blue-200-base, #B0DAFF);
}

.ask-question__response {
    max-width: 580px;
    width: 100%;
    min-height: 320px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--blue-400-base, #6CACE4);
    background: var(--blue-800-base, #025EA1);
    padding: 50px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ask-question__response.flex {
    display: flex;
}

.ask-question__response h2 {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.ask-question__response--text {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ask-question__response p {
    margin: 0;
}

.ask-question__response button {
    color: var(--Blue-l, #509DD5);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    margin-top: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.ask-question__response--time {
    margin-top: 50px;
    gap: 9px;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/* endregion */

@media (min-width: 1440px) {
    /* region questions */
    .questions {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        overflow: hidden;
        min-height: 100vh;
        background: var(--Blue-medium, #025EA1);
    }

    .questions-list {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .questions-list__inner {
        position: relative;
        display: grid;
        grid-template-columns: auto 681px;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 180px 0 0;
    }

    .questions-list__left {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .questions-list__left img {
        position: absolute;
        width: 728px;
        left: -186px;
        top: -126px;
    }

    .questions-list__right {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .questions-list__right h1 {
        width: 100%;
        height: 100%;
        color: var(--white, #FFF);
        font-family: "MyFont", sans-serif;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        text-transform: uppercase;
    }

    .questions-list__items {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .questions-list__item {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 17px;
        padding-bottom: 7px;
        border-bottom: 1px solid var(--blue-400-base, #6CACE4);
    }

    .questions-list__item.not-border {
        border: none;
    }

    .questions-list__head {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .questions-list__head h3 {
        color: var(--white, #FFF);
        font-family: Rosatom, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }

    .questions-list__body {
        display: none;
        background: var(--blue-400-base, #6CACE4);
        color: var(--white, #FFF);
        font-family: Rosatom, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    /* endregion */
}
/* End */
/* /local/templates/2024/components/bitrix/system.pagenavigation/.default/style.css?17425667852782 */
/* /local/templates/2024/components/bitrix/news.list/questions/style.css?174256678510902 */
