.t450__container {
    padding: 70px 0 0 !important;
}


.t450__list_item a.t-menu__link-item {
    margin: 0 !important;
    padding: 26px 0 !important;
    display:block;
}

.t450__list_item:first-child {
    background-color: #fff;
    margin: 0 40px 60px;
}
.t450__list_item:first-child a.t-menu__link-item {
    padding: 20px 0 !important;
}
.t450__list_item .t-active {
    background-color: #CCA571;
    opacity: 1;
}

.t450__list_item {
}

.t-menusub__menu {
    border-bottom: none;
}
.t-menusub__list-item {
    margin-bottom: 27px;
}

#rec371333558 .tn-elem[data-elem-id="1636876034820"] .tn-atom,
#rec372755685 .tn-elem[data-elem-id="1637059219263"] .tn-atom {
    background-size: contain !important;
}


.form_radio_group {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.form_radio_group-item {
	background: #FFFFFF;
}
.form_radio_group input[type=radio] {
	display: none;
}
.form_radio_group label {
	display: inline-block;
	cursor: pointer;
	padding: 10px 18px;
	font-size: 16px;
	line-height: 20px;
	user-select: none;
}
 
/* Checked */
.form_radio_group input[type=radio]:checked + label {
	background: #CCA571;
}

/* Hover */
.form_radio_group label:hover {
	background: #BCD0E7;
}

.donation {
    background: #D1DDEA;
    padding: 55px;
    font-family: 'Montserrat', sans-serif;
    color: #1C435B;
    text-align: center;
}
.donation-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.donation-subtitle {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 40px;
}

input.donation-button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  /* отображаем курсор в виде руки при наведении; некоторые
  считают, что необходимо оставлять стрелочный вид для кнопок */
  cursor: pointer;
}

input.donation-button {
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    padding: 10px 20px;
    min-width: 310px;
    border: none;
    background-color: #1c435b;
    text-align: center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.donation-button:hover {
    background-color: #cca571;
    color: #1c435b;
}

.donation-inp {
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    border: none;
    padding: 10px 18px;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 20px;
    user-select: none;
    color: #1C435B;
    display: block;
    box-sizing: border-box;
    width: 100%;
    transition: 0;
    transition: opacity 1s ease-out;
    opacity: 1;
}
.donation-inp:focus-visible {
    outline: none;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: start;
    width: 100%;
    margin: 22px 0 40px;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  flex-shrink: 0;
  flex-grow: 0;
    border: 0.25em solid #ffffff;
    background: #ffffff;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
    border: none;
    border: 0.25em solid #ffffff;
    background: #CCA571;
}
p.oferta {
    display: block;
    text-align: center;
    margin: 20px auto -25px;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .donation {
        background: #D1DDEA;
        padding: 50px 28px;
    }
}
@media screen and (max-width: 960px) {
    .t-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media screen and (max-width: 640px) {
    .donation-title {
        font-size: 18px;
        padding-bottom: 6px;
    }
    .donation-subtitle {
        font-size: 12px;
        padding-bottom: 24px;
    }
    .form_radio_group label {
        padding: 6px 10px;
        font-size: 12px;
    }
    .donation {
        background: #D1DDEA;
        padding: 30px 12px;
    }
    .custom-checkbox+label {
        font-size: 12px;
        margin: 16px 0 24px;
    }
    .donation-inp {
        padding: 6px 10px;
        margin: 16px 0 0;
        font-size: 12px;
    }
    .donation-button {
        width: 100%;
        box-sizing: border-box;
    }
    p.oferta {
        font-size: 12px;
        margin: 15px auto -15px;
    }
}
@media screen and (max-width: 380px) {
    .form_radio_group-item:nth-child(4) {
        display: none;
    }
    
}

.donation-inp.hide {
    display: none;
    opacity: 0;
}
.donation-inp.error {
    border: 1px solid red; 
}
/* убираем заголовок у новостей */
.js-feed-popup-title.t-feed__post-popup__close-text.t-descr.t-descr_xxs {
    opacity: 0;
}
