

/* Start:/local/templates/almanah/components/bitrix/menu/main_menu/style.css?17663136522385*/
.header__nav {
    padding: 10px;
}

.header__nav .hover-link {
    display: flex;
    gap: 20px;
}

.mob .hover-link {
    display: block;
}
.burger-menu.mob nav a {
    border-bottom: 0 !important;
}
.burger-menu.mob nav .header__item:last-child {
    border-bottom: 1px solid;
}
.burger-menu.mob nav .submenu a {
    padding: 10px;
}
.header__item {
    position: relative;
}

.header__link {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.header-submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    z-index: 100;
}

.header-submenu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.header-submenu a:hover {
    background: #eee;
}

/* Показываем подменю при наведении */
.header__item:hover .header-submenu {
    display: block;
}
.color-bg-red .header-submenu {
    color: #CDAFA6;
    background: #441f1d;
    border-color: #CDAFA6;
}
.color-bg .header-submenu {
    color: #CFCFB5;
    background: #484838;
    border-color: #CFCFB5;
}
.color-bg .header-submenu a:hover {
     background-color: #CFCFB5;
     color: #3a3a22;
}
.color-bg-red .header-submenu a:hover {
    background-color: #CDAFA6;
    color: #000;
}

@media (max-width: 768px) { /* Только для мобильных */
    .header__nav .hover-link {
        display: block;
    }

    .header__item {
        position: relative;
    }

    /* Открытие подменю в мобильной версии */
    .mob .header-submenu {
        display: block; /* Делаем видимым, но скрываем */
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
        position: static; /* Чтобы меню оставалось в потоке документа */
    }

    /* Активное (открытое) подменю */
    .mob .header__item.open .header-submenu {
        max-height: 500px; /* Достаточно большое значение, чтобы вместить контент */
        opacity: 1;
        overflow: visible;
    }
    .burger-menu.mob .header-submenu a {
        padding: 10px 0 10px 10px;
    }
}

/* End */


/* Start:/local/templates/almanah/components/bitrix/form.result.new/form/style.css?176631365283*/
.item_form_pole textarea.form-message[name='form_textarea_2'] {
    height: auto;
}
/* End */


/* Start:/local/templates/almanah/styles.css?17663136512198*/
.footnote {
    color: #441f1d;
    cursor: pointer;
    text-decoration: underline;
}

.footnote-popup {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    max-width: 300px;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.bx-editor-foo-btn {
    background: url("/bitrix/images/alfa.footnote/footnote_icon.png") no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
}
@media (max-width: 768px) {
    .book-page__content div.scroll img {
        max-width: 100%;  /* Чтобы картинка не выходила за границы */
        height: auto;      /* Сохраняем пропорции */
        max-height: none;  /* Отменяем ограничение в 450px */
        float: none;       /* Отменяем float, чтобы картинка не вылезала */
        display: block;    /* Чтобы занимала всю ширину родителя */
        margin: 0 auto 10px; /* Выравниваем по центру */
    }
    .footnote-popup {
        max-width: 90%;
        left: 5% !important;
        right: 5%;
    }
}
.video__title {
    width: 100%;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    font-size: 14px;
    padding-bottom: 5px;
}
body.color-bg .audio-player {
    background-color: #CFCFB5;
    color: #3a3a22;
}
body.color-bg .subtitles-text {
    background-color: #CFCFB5;
    color: #3a3a22;
}
body.color-bg .favorite-toggle svg path {
    fill: var(--icon-color, #ddd); /* Основной цвет */
    transition: fill 0.3s ease; /* Плавное изменение */
}
body.color-bg .favorite-toggle[data-favorite="true"] svg path {
    fill: var(--icon-active-color, #3a3a20);
}
.privacy-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.privacy-block__top {
    display: flex;
    justify-content: flex-end;
}

.privacy-block__content {
    background-color: #f9f9f9;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
}
/* End */


/* Start:/local/templates/almanah/template_styles.css?176631365120811*/
.fancybox__carousel {
	background-color: #271a18bd;

}
.fancybox__thumbs {
	background-color: #271a18bd;
}

.diploma-works__body {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.diploma-works .video-block {
	margin-bottom: 0 !important;
}
@media (min-width: 500px) {
	#video_rev.tab-item.diploma-works .diploma-works__body .video-block {
		width: 47% !important;
		white-space: nowrap;
	}
	#diploma-works.tab-item.diploma-works .diploma-works__body .video-block {
		width: 47% !important;
		white-space: nowrap;
	}
}
@media (min-width: 800px) {
	#diploma-works.tab-item.diploma-works .diploma-works__body .video-block {
		width: 31% !important;
		white-space: nowrap;
	}
}
.video-block__video iframe, .video-block__video img, .video-block__video video {
	border-radius: 5px;
}

.paragraph-arrow::before {
	/*background-image: none !important;
	content: '//' !important;
	width: 10px !important;*/
	display: none !important;
}
.stories-text p {
	font-size: 14px;
	font-weight: 400;
	color: #441f1cff;
}
.stories-text a {
	border-bottom: 1px solid;
}
.feedback-grid__item.feedback-item.your-feedback h4 a {
	border-bottom: 1px solid;
}
#pag, #pag3 {
	padding-top: 40px;
	max-width: 689px;
	margin-left: auto;
	margin-right: auto;
}
.diploma-works .btn-long {
	padding: 20px !important;
}

.video-block.container.pro__almanakh_video {
	padding-top: 80px;
}

.methods-body__quote.narrower {
	max-width: 1025px;
	margin-left: auto;
	margin-right: auto;
}
.pair-body__text.pair-text.narrower {
	max-width: 572px;
	margin-left: auto;
	margin-right: auto;
}
.methods-body__content.narrower_b {
	display: block !important;
}
.pair-body__text.pair-text.narrower p {
	padding: 20px 0 20px 0;
}
.video_block_about_pairs {
	padding: 20px 0 20px 0;
}
.table_block_about_pairs tbody a:hover {
	border-bottom: 1px solid;
}
.table_block_about_pairs {
	margin: 20px 0 20px 0;
}
.audio-item.about_pairs {
	margin: 20px 0 20px 0;
}
table.table_block_about_pairs {
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	border-spacing: 0;
	display: block;
	overflow-x: auto;
}
table.table_block_about_pairs th, td {
	padding: 7px;
	border: 1px solid;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
table.table_block_about_pairs tr:last-child td {
	border-bottom-width: 1px;
}
table.table_block_about_pairs td:nth-child(2n) {
	border-right-width: 1px;
}
table.table_block_about_pairs th:nth-child(2n) {
	border-right-width: 1px;
}
.pair-nav .sub-menu a, .pair-nav .sub-menu p {
	border-radius: 50px;
	border: 1px solid #3a3a20;
	padding: 7px 16px;
	font-size: 14px;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
}
@media (max-width: 500px) {
	.pair-nav .sub-menu a, .pair-nav .sub-menu p  {
		font-size: 12px !important;
		padding: 3px 13px;
		margin-right: 5px;
		text-transform: none;
	}
	.pair-nav .sub-menu__body {
		margin-top: 5px !important;
	}
}
.pair-nav .sub-menu__body {
	margin-top: 15px;
	background: none !important;
}
.pair-nav .sub-menu__body a.sub-manu {
	background-color: #f5f5f5;
}
.sub-menu__title.actvive {
	background-color: #484838;
	color: #fff;
}

.practica.color-bg-red .btn-nav {
	border: 1px solid #CDAFA6;
}
.practica.color-bg-red .btn-nav.active {
	background-color: #CDAFA6;
	color: #000;
}

.feedback-item__author img {
	border-radius: 50%;
}

/* Стили всплывающего окна по-умолчанию */
.modal {
	position: fixed; /* фиксированное положение */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5); /* фон */
	z-index: 1050;
	opacity: 0; /* по умолчанию модальное окно прозрачно */
	-webkit-transition: opacity 200ms ease-in; 
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in; /* анимация перехода */
	pointer-events: none; /* элемент невидим для событий мыши */
	margin: 0;
	padding: 0;
}
/* При отображении модального окно */
.modal:target, .modal.active {
	opacity: 1; /* делаем окно видимым */
	  pointer-events: auto; /* элемент видим для событий мыши */
	overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
	  max-width: 660px;
	  margin: 30px auto; /* отображение окна по центру */
  }
  .new__form {
	  padding: 30px 70px;
  }
}
/* Стили для блока с контентом окна */ 
.modal-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
	  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
/* Стили заголовка окна */
.modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
}
.modal-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 26.4px;
	font-size: 24px;
	font-weight: 400;
	color: #3a3a22;
	text-align: center;
	
}
/* Стили кнопки "х" ("Закрыть")  */
.close {
	float: right;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 100;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	text-decoration: none;
	position: absolute;
	top: 20px;
	right: 30px;
}
/* Стили для закрывающей кнопки в фокусе или наведении */
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .75;
}
/* Стили блока основного содержимого окна */
.modal-body {
  position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
	overflow: auto;
}
.new__form .item_form_pole {
	padding: 10px 0 10px 0;
}
.new__form .agree {
	padding: 20px 0 20px 0;
	font-size: 11px;
	color: black;
	line-height: 17px;
	display: flex;
}
.new__form .agree .personal {
	padding-left: 10px;
}
.new__form .agree a {
	border-bottom: 1px solid;
}
.new__form .agree input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.new__form .agree input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.new__form .agree input+label::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #adb5bd;
  border-radius: 100%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.new__form .agree input:checked+label::before {
  background-color: #adb5bd;
}
.item_form_pole input {
	background-color: #f3f3f3;
	width: 100%;
	height: 50px;
	padding: 20px;
	font-size: 14px;
}
.item_form_pole textarea {
	background-color: #f3f3f3;
	width: 100%;
	height: 120px;
	padding: 20px;
}
.item_dubmit_pole input {
	cursor: pointer;
	width: 100%;
	height: 55px;
	border-radius: 50px;
	background-color: #48483A;
	color: white;
	font-size: 20px;
	margin-top: 10px;
}
.new__form .confirm {
	font-size: 24px;
	font-weight: 400;
	color: #3a3a22;
	text-align: center;
}
.home-page.__no-repeat-anim.color-bg .btn-nav {
	border-color: #CFCFB5;
}
.home-page.__no-repeat-anim.color-bg .btn-nav.active {
	background-color: #CFCFB5;
	color: #3a3a22;
}
.home-page.__no-repeat-anim.color-bg .pair-nav .sub-menu p {
	border-color: #CFCFB5;
	background-color: #CFCFB5;
	color: #3a3a22;
}
.home-page.__no-repeat-anim.color-bg .pair-nav .sub-menu a {
	border-color: #CFCFB5;
	background-color: #CFCFB5;
	color: #3a3a22;
}
.home-page.__no-repeat-anim.color-bg .methods-page__nav>div {
	border-left: 1px solid #CFCFB5;
}
.practica.__no-repeat-anim.color-bg-red .audio {
	border-color: #c7b0a6;
	background-color: #c7b0a6;
}
.practica.__no-repeat-anim.color-bg-red .audio__title {
	color: #48483A;
}

.diplom .pair-nav__right {
	border-left: 1px solid;
	margin-left: auto;
	text-decoration: none;
}
.diplom .stories-nav a:first-child::before {
	background: none !important;
}
.diplom .sub-menu__title {
	border: 1px solid;
	border-radius: 50px;
	text-align: center;
	min-width: 80px;
	cursor: pointer;
}
.diplom .sub-menu__body {
	display: grid;
	font-size: 14px !important;
	position: absolute;
	width: 80px;
	opacity: 0;
}
.diplom .sub-menu.active .sub-menu__body {
	opacity: 1;
	transition-duration: .2s;
}
.diplom .sub-menu__body .sub-manu {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.diplom .sub-menu.active .sub-menu__title svg {
	transform: rotate(180deg);
	margin-bottom: 3px;
}
.diplom .sub-menu__title svg {
	transition-duration: .2s;
	vertical-align: middle;
}
@media (max-width: 500px) {
	.diplom .stories-nav>div a:first-child {
		display: block !important;
	}
}
.header__nav nav a {
	font-weight: 500;
}
.btn-big span {
	font-size: 25px;
}
.intro__bottom {
  margin-left: 0 !important;
}
.book-window__notes .content h3 {
  padding-bottom: 15px;
}
.audio__title {
	padding-top: 0 !important;
	height: 29px;
}
.audio__play, .audio__play path, .audio__title h3 {
	white-space: normal !important;
}
/*@media (max-width: 670px) {
	.diplom .methods-page__nav.stories-nav {
		display: block;
	}
}*/
.main__homepage .about__wrapper {
	max-width: 100%;
}
@media (min-width: 900px) {
	.main__homepage .about__wrapper .about__right {
		margin-left: 40px;
		flex: 0 1 790px;
		display: inline-flex;
	}
	.main__homepage .about__wrapper .about__right .video-block.container.pro__almanakh_video {
		margin-top: auto;
		margin-bottom: auto;
	}
	.main__homepage .about__wrapper .video-block__video {
		padding-top: 56.125%;
	}
	.main__homepage .video-block.container .video-block__wrapper .video-block__video {
		max-width: 890px;
		padding-top: 35%;
		margin-left: auto;
		margin-right: auto;
	}
	.main__homepage .about__right .video-block.container .video-block__wrapper .video-block__video {
		padding-top: 59%;
		max-width: 790px;
	}
}
body:not(.color-bg-red, .color-bg) header .btn_wrap {
	background: #484838;
	color: #fff;
}
body:not(.color-bg-red, .color-bg) header .btn_wrap::after {
	background-image: url(/local/templates/almanah/assets/img/icon/arrow-white.svg);
}
body.color-text-red header .btn_wrap {
	background: #441f1d;
}
body.color-bg header .btn_wrap {
	background-color: #CFCFB5;
	color: #3a3a22;
}
body.color-bg header .btn_wrap::after {
	background-image: url(/local/templates/almanah/assets/img/icon/arrow-dark.svg);
}
body.color-bg-red header .btn_wrap {
	background-color: #CDAFA6;
	color: #000;
}
body.color-bg-red header .btn_wrap::after {
	background-image: url(/local/templates/almanah/assets/img/icon/arrow-dark.svg);
}
.page-template.methods-page.donate .page-template__body {
	margin-bottom: 30px !important;
}
.page-template.methods-page.donate .form_tip, .page-template.methods-page.donate .form_sum {
	display: flex;
	gap: 10px;
}
.page-template.methods-page.donate h1 {
	font-size: 120px;
}
.page-template.methods-page.donate .methods-discussion__left {
	flex: 0 1 331px;
}
.page-template.methods-page.donate .methods-discussion__left img {
	max-width: 331px;
}
.page-template.methods-page.donate .methods-discussion__right {
	flex: 0 1 909px;
}
.page-template.methods-page.donate .methods-body__quote.form__pay {
	width: 100%;
}
.page-template.methods-page.donate .form_tip, .page-template.methods-page.donate .form_sum, .page-template.methods-page.donate .form_input {
	padding: 48px 0 48px 0;
}
.page-template.methods-page.donate .methods-body__quote.form__pay .form_tip .form_radio_btn {
	width: 50%;
}
.page-template.methods-page.donate .methods-body__quote.form__pay .form_tip .form_radio_btn label {
	width: 100%;
}
.page-template.methods-page.donate .form_radio_btn input[type=radio] {
	display: none;
}
.page-template.methods-page.donate .form_radio_btn.anysumm {
	width: 100%;
	height: 58px;
}
.page-template.methods-page.donate .form_radio_btn.anysumm input {
	padding: 16px 52px 16px 32px;
	background: none;
	border: 1px solid #CDAFA6CC;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	width: 100%;
	cursor: pointer;
}
.page-template.methods-page.donate .form_radio_btn.anysumm input.active {
	background: #fff;
	color: #441F1D;
}
.page-template.methods-page.donate .form_radio_btn.anysumm:after {
	content: '₽';
	position: relative;
	left: 90%;
	top: -39px;
	z-index: 10;
}
.page-template.methods-page.donate .form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #CDAFA6CC;
	border-radius: 50px;
	user-select: none;
	padding: 18px 18px;
	text-align: center;
	width: 100%;
}
.page-template.methods-page.donate .form_radio_btn a.btn-tab {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #CDAFA6CC;
	border-radius: 50px;
	user-select: none;
	padding: 18px 32px;
	text-align: center;
	min-width: 148px;
	width: 100%;
}
.page-template.methods-page.donate .form_radio_btn a.btn-tab.active {
	background: #fff;
	color: #441F1D;
}
.page-template.methods-page.donate .form_sum .grid_summ {
	display: flex;
	gap: 10px;
	width: 100%
}
.page-template.methods-page.donate .form_sum .grid_summ:nth-last-child(1) {
	width: 100%;
}
.page-template.methods-page.donate .form_radio_btn input[type=radio]:checked + label {
	background: #fff;
	color: #441F1D;
}
.page-template.methods-page.donate .form_pole {
	display: flex;
	gap: 20px;
}
.page-template.methods-page.donate .form_pole .pole {
	width: 50%;
}
.page-template.methods-page.donate .form_pole input {
	padding: 18px 32px 18px 32px;
	border: 1px solid #CDAFA6CC;
	border-radius: 50px;
	background: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
	width: 100%;
}
.page-template.methods-page.donate .form_pole input.invalid {
	color: #d20808;
	border-color: #d20808;
}
.page-template.methods-page.donate .form__comment {
	padding-top: 20px;
}
.page-template.methods-page.donate .form__comment textarea {
	padding: 18px 32px 18px 32px;
	border: 1px solid #CDAFA6CC;
	border-radius: 50px;
	background: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
	width: 100%;
	resize: none;
	overflow: hidden;
	height: 62px;
}
.page-template.methods-page.donate .agree_block {
	padding-bottom: 48px;
}
.page-template.methods-page.donate .agree_block label {
	margin-bottom: 10px;
}
.page-template.methods-page.donate .agree_block label a {
	border-bottom: 1px solid;
}
.page-template.methods-page.donate .agree_block .custom-checkbox {
   position: absolute;
   z-index: -1;
   opacity: 0;
}
.page-template.methods-page.donate .agree_block .custom-checkbox+label {
   display: block;
   font-weight: 300;
}
.page-template.methods-page.donate .agree_block .custom-checkbox+label::before {
   content: '';
   display: inline-block;
   width: 1em;
   height: 1em;
   flex-shrink: 0;
   flex-grow: 0;
   border: 1px solid #adb5bd;
   border-radius: 100%;
   margin-right: 0.5em;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 50% 50%;
}
.page-template.methods-page.donate .agree_block .custom-checkbox:checked+label::before {
   border-color: #fff;
   background-color: #fff;
   background-image: url("/local/templates/almanah/assets/img/chek.svg");
}

.page-template.methods-page.donate .form_subbmit input {
	font-size: 20px;
	padding: 18px 32px 18px 32px;
	border: 1px solid #CDAFA6CC;
	border-radius: 50px;
	background: #fff;
	text-align: center;
	color: #441F1D;
	width: 100%;
	cursor: pointer;
}
.page-template.methods-page.donate .form_subbmit input:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.methods-body__quote.form__pay form {
	padding-bottom: 48px;
}
.methods-body__quote.form__pay .payment_methods {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 40px;
}
.donate .methods-discussion__left .methods-body__quote.narrower {
	display: flex;
}
.donate .methods-discussion__left .methods-body__quote.narrower img {
	margin-left: auto;
	margin-right: auto;
}
.donate__form .form_radio_btn.anysumm input {
	text-align: center;
}
.form_radio_btn {
	width: 100%;
}
@media (max-width: 1400px) {
  .page-template.donate h1 {
	  font-size: 70px !important;
  }
}
@media (max-width: 1000px) {
  .page-template.donate h1 {
  	font-size: 60px !important;
  }
  .page-template.methods-page.donate .form_sum .grid_summ {
	  display: block;
  }
}
@media (max-width: 1172px) and (min-width: 1001px) {
	.page-template.methods-page.donate .form_radio_btn.anysumm {
		width: 50%;
	}
}
@media (max-width: 900px) {
	.donate__form label, .donate__form .form_radio_btn.anysumm input, .form_input .pole input , .form_input .form__comment textarea, .form_radio_btn.anysumm, .page-template.methods-page.donate .form_radio_btn a.btn-tab {
		font-size: 16px !important;
	}
	.form_input .form__comment textarea {
		height: 56px !important;
	}
	.page-template.methods-page.donate .form_tip, .page-template.methods-page.donate .form_sum, .page-template.methods-page.donate .form_input {
		padding: 20px 0 20px 0 !important;
	}
	.page-template.methods-page.donate .form_radio_btn.anysumm:after {
		top: -35px;
	}
}
@media (max-width: 1000px) and (min-width: 901px) {
	.page-template.methods-page.donate .form_radio_btn.anysumm {
		bottom: -10px !important;
	}
	.donate__form.onetime p.personal_data {
		padding-top: 50px !important;
	}
}
@media (max-width: 800px) {
  .page-template.donate h1 {
	font-size: 50px !important;
  }
}
@media (max-width: 700px) {
	.page-template.methods-page.donate .methods-discussion__left {
		flex: auto;
	}
}
@media (max-width: 500px) {
	.page-template.methods-page.donate .form_pole, .page-template.methods-page.donate .form_tip, .page-template.methods-page.donate .form_sum  {
		display: block !important;
	}
	.page-template.methods-page.donate .form_pole .pole, .page-template.methods-page.donate .form_tip .form_radio_btn, .page-template.methods-page.donate .form_sum .form_radio_btn label, .form_radio_btn.anysumm, .form_radio_btn.anysumm input {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.page-template.methods-page.donate .form_sum .form_radio_btn {
		margin-right: 0 !important;
	}
	.page-template.methods-page.donate .form_tip .form_radio_btn, .page-template.methods-page.donate .form_sum .form_radio_btn label {
		margin-bottom: 20px;
	}
	.page-template.methods-page.donate .form_pole .pole:nth-child(1) {
		margin-bottom: 20px;
	}
	.agree_block label {
		line-height: 20px;
	}
	.page-template.donate h1 {
		font-size: 40px !important;
	}
}
@media (max-width: 1000px) and (min-width: 500px) {
	.page-template.methods-page.donate .form_sum .grid_summ .form_radio_btn {
	  	margin-bottom: 10px;
	  }
	.page-template.methods-page.donate .form_sum .grid_summ, .page-template.methods-page.donate .form_sum .grid_summ .form_radio_btn label {
		width: 100%;
	}
	.page-template.methods-page.donate .form_sum {
		position: relative;
	}
	.page-template.methods-page.donate .form_radio_btn.anysumm {
		position: absolute;
		bottom: -40px;
	}
	.donate__form.onetime p.personal_data {
		padding-top: 60px;
	}
}
#qr_code {
	border: 1px solid #3F211E;
	color: #000;
	border-radius: 50px;
	text-align: center;
	min-width: 80px;
	cursor: pointer;
	margin-left: auto;
	display: flex;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 17px;
	padding: 5px 30px 5px 15px;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none; /* Safari и Chrome */
	-moz-appearance: none; /* Mozilla */
	-ms-appearance: none; /* IE */
	background-image: url("data:image/svg+xml,<svg height='15px' width='15px' viewBox='0 0 16 16' fill='' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
}
.hide_qr img {
	width: 300px;
}
.hide_qr {
	display: none !important;
}
.hide_qr.show{
	display: flex !important;
}
.meta-warning {
    font-size: 10px;
    color: gray;
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/almanah/assets/css/new_book.css?17689132094315*/
html {
  font-size: 62.5% !important;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}
.intro {
	margin: 15rem 0 16.6rem;
  }
  @media (max-width: 768px) {
	.intro {
	  margin: 6rem 0 8rem;
	}
  }
  
  .intro__title {
	font-weight: 500;
	font-size: 13rem;
	line-height: 110%;
	text-transform: uppercase;
	color: #3A3A20;
  }
  @media (max-width: 992px) {
	.intro__title {
	  font-size: 9rem;
	}
  }
  @media (max-width: 768px) {
	.intro__title {
	  font-size: 4.8rem;
	}
  }
  
  .intro__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8rem;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  @media (max-width: 768px) {
	.intro__body {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
		  -ms-flex-direction: column-reverse;
			  flex-direction: column-reverse;
	  margin-top: 3rem;
	}
  }
  
  .intro__content {
	max-width: 57.2rem;
  }
  @media (max-width: 992px) {
	.intro__content {
	  max-width: 43rem;
	}
  }
  @media (max-width: 768px) {
	.intro__content {
	  max-width: 100%;
	}
  }
  
  .intro__suptitle {
	font-size: 3rem;
	line-height: 120%;
	color: #3A3A20;
	margin-bottom: 3rem;
  }
	.link-underline-hover {
		position: relative;
		display: inline-block;
	}
	.link-underline-hover:before {
		content: '';
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #3a3a20;
		-webkit-transform: scale(0,1);
		-ms-transform: scale(0,1);
		transform: scale(0,1);
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
	}
	.link-underline-hover:hover {
		text-decoration: none;
	}
	.link-underline-hover:hover:before {
		-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
	}
  @media (max-width: 768px) {
	.intro__suptitle {
	  font-size: 2rem;
	  margin-bottom: 2rem;
	}
  }
  
  .intro__text p {
	font-size: 1.7rem;
	line-height: 130%;
	color: #3A3A20;
	margin-bottom: 3rem;
  }
  .intro__text p:last-child {
	margin-bottom: 0;
  }
  @media (max-width: 992px) {
	.intro__text p {
	  font-size: 1.5rem;
	}
  }
  @media (max-width: 768px) {
	.intro__text p {
	  margin-bottom: 2rem;
	}
  }
  
  .intro__photo {
	max-width: 49.6rem;
  }
  @media (max-width: 768px) {
	.intro__photo {
	  max-width: 100%;
	  margin-bottom: 7rem;
	}
  }
  
  .intro__img {
	position: relative;
	max-width: 61.4rem;
  }
  .intro__img img {
	width: 100%;
  }
  @media (max-width: 768px) {
	.intro__img img {
	  -webkit-filter: blur(1.5px);
			  filter: blur(1.5px);
	}
  }
  @media (max-width: 768px) {
	.intro__img {
	  max-width: 100%;
	  margin-left: 4rem;
	}
  }
  
  .intro__link {
	font-size: 1.4rem;
	line-height: 1.2142857143;
	text-transform: uppercase;
	color: #3A3A20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	background: #FFFFFF;
	width: 40%;
	height: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  .intro__link:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
			transform: translate(-50%, -50%) scale(1.1);
  }
  
  .intro__bottom {
	margin-left: 14rem;
  }
  @media (max-width: 992px) {
	.intro__bottom {
	  margin-left: 10rem;
	}
  }
  @media (max-width: 768px) {
	.intro__bottom {
	  margin-left: 0;
	  margin-top: -3rem;
	}
  }
  
  .intro__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
  }
  
  .intro__avatar {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	margin-right: 1rem;
  }
  .intro__avatar img {
	width: 100%;
	border-radius: 100%;
  }
  
  .intro__name {
	font-size: 1.6rem;
	line-height: 110%;
	color: rgba(58, 58, 32, 0.4);
  }
  
  .intro__prof {
	font-size: 1.2rem;
	line-height: 110%;
	color: rgba(58, 58, 32, 0.4);
	margin-top: 0.5rem;
  }
[class*=__container] {
	  width: 100%;
	  padding: 0 1.5rem;
	  margin: auto;
	  max-width: 131rem;
	}
/* End */
/* /local/templates/almanah/components/bitrix/menu/main_menu/style.css?17663136522385 */
/* /local/templates/almanah/components/bitrix/form.result.new/form/style.css?176631365283 */
/* /local/templates/almanah/styles.css?17663136512198 */
/* /local/templates/almanah/template_styles.css?176631365120811 */
/* /local/templates/almanah/assets/css/new_book.css?17689132094315 */
