

/* Start:/bitrix/templates/nenaprasno/template_styles.css?175527377711536*/
html .main-offcanvas-user{
    display:none;
}

html .main-header-right .main-header-button-login{
    opacity: 0;
    pointer-events: none;
}

.slider-and-donation {
    padding-top: 75px;
}
.slider-and-donation-row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}
.main-header-nav-button{
    min-width: 181px;
    max-width: 100%;
    text-align: center;
}
.main-header-nav-button>svg{
    height: 16px !important;
}









.slider-and-donation .slider-col {
    position: relative;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 20px;
}
.slider-and-donation .slider-col .header-slider {
    height: 100%;
}
.slider-and-donation .slider-col .header-slider > a + a {
    display: none;
}
.slider-and-donation .slider-col .header-slider .header-slider-item {
    aspect-ratio: 668/560;
    height: auto;
    min-height: auto;
}

.slider-and-donation .donation-col {
    position: relative;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 20px;
}

.donation-by-step {
    background-color: #fff;
    padding: 55px 40px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.donation-by-step-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.donation-by-step-description {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin-bottom: 16px;
}
.donation-by-step-slider {

}
.donation-by-step-slider .slick-slide .donation-by-step-slide {
    pointer-events: none;
}
.donation-by-step-slider .slick-slide.slick-current .donation-by-step-slide {
    pointer-events: all;
}
.donation-by-step-slider .donation-by-step-slide + .donation-by-step-slide {
    display: none;
}
ul.donation-by-step-slider-steps {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
ul.donation-by-step-slider-steps li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    color: #bfbfbf;
    font-size: 12px;
}
ul.donation-by-step-slider-steps li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #c0c0c0;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
}
ul.donation-by-step-slider-steps li.active {
    color: #ec7361;
}
ul.donation-by-step-slider-steps li.active:before {
    background-color: #ec7361;
}
ul.donation-by-step-slider-steps li:first-child {
    padding-left: 0;
}
ul.donation-by-step-slider-steps li:first-child:before {
    content: none;
}
.donation-by-step-sum-select {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}
.donation-by-step-sum-select .sum-check-button {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 10px 15px;
}
.donation-by-step-sum-select .sum-check-button.check-button-2 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}
.donation-by-step-sum-select .sum-check-button input[type=radio],
.donation-by-step-sum-select .sum-check-button input[type=checkbox] {
    display: none;
}
.donation-by-step-sum-select .sum-check-button .sum-check-btn,
.donation-by-step-sum-select .sum-check-button .sum-check-input {
    overflow: hidden;
    display: block;
    border: 2px solid #f0f0f0;
    color: #808080;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.donation-by-step-sum-select .sum-check-button .sum-check-input input {
    display: block;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: transparent;
    line-height: 50px;
    text-align: center;
    outline: 0;
}
.donation-by-step-sum-select .sum-check-button .sum-check-input input.invalid {
    background-color: rgba(255, 125, 102, 0.41);
}
.donation-by-step-sum-select .sum-check-button input[type=radio]:checked + .sum-check-btn,
.donation-by-step-sum-select .sum-check-button input[type=checkbox]:checked + .sum-check-btn,
.donation-by-step-sum-select .sum-check-button input[type=radio]:checked + .sum-check-input,
.donation-by-step-sum-select .sum-check-button input[type=checkbox]:checked + .sum-check-input {
    border-color: #ec7361;
    color: #ec7361;
}
.donation-by-step-sum-select .sum-check-button input[type=radio]:checked + .sum-check-input input,
.donation-by-step-sum-select .sum-check-button input[type=checkbox]:checked + .sum-check-input input {
    color: #ec7361;
}
.donation-by-step-buttons {
    display: flex;
    margin-bottom: 25px;
}
.donation-by-step-buttons.jcb {
    justify-content: space-between;
}
.donation-by-step-buttons .btn {
    display: block;
    min-width: 140px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 5px 19px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.donation-by-step-buttons .btn + .btn {
    margin-left: 15px;
}
.donation-by-step-buttons .btn.btn-red {
    color: #FFF;
    background-color: #ec7361;
}
.donation-by-step-buttons .btn.btn-red:hover {
    background-color: #ec5e42;
}
.donation-by-step-buttons .btn.btn-gray {
    background-color: #f6f5f2;
    color: #808080;
}
.donation-by-step-buttons .btn.btn-gray:hover {
    color: #000;
    background-color: #e6e5e2;
}
.donation-by-step-buttons .btn.btn-link {
    min-width: auto;
    background-color: transparent;
    color: #c0c0c0;
    padding-left: 10px;
    padding-right: 10px;
}
.donation-by-step-buttons .btn.btn-back {
    background-image: url("/assets/images/icon-btn-arrow.svg");
    -webkit-background-size: 15px;
    background-size: 15px;
    background-position: center left 15px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.donation-by-step-info {
    font-size: 13px;
    color: #808080;
}
.donation-by-step-info a {
    color: #44b8fd;
}

.donation-by-step-inputs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 32px;
}
.donation-by-step-inputs .donation-by-step-input-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
}
.donation-by-step-inputs .donation-by-step-input-col.col-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.donation-by-step-input {
    outline: none;
    position: relative;
    color: #808080;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #f7f6f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.donation-by-step-input.invalid {
    background-color: rgba(255, 125, 102, 0.3);
    border-bottom-color: rgba(255, 125, 102, 0.5);
}
.donation-by-step-input:focus {
    border-bottom-color: #ec7361;
    background-color: transparent;
}
.donation-by-step-input::-webkit-input-placeholder {
    color: #c0c0c0;
}
.donation-by-step-input:-moz-placeholder {
    color: #c0c0c0;
}
.donation-by-step-input::-moz-placeholder {
    color: #c0c0c0;
}
.donation-by-step-input:-ms-input-placeholder {
    color: #c0c0c0;
}

.donation-methods {

}
.donation-method {
    position: relative;
    margin-bottom: 20px;
    padding: 26px 80px 22px 30px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    cursor: pointer;
    background-color: #ec7361;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.donation-method p {
    margin: 0 0 12px;
}
.donation-method.donation-method-card .donation-method-image,
.donation-method.donation-method-emoney .donation-method-image {
    height: 22px;
    width: 144px;
    background-repeat: no-repeat;
}
.donation-method.donation-method-card .donation-method-image {
    background-image: url("/assets/images/payments-card.png");
}
.donation-method.donation-method-emoney .donation-method-image {
    background-image: url("/assets/images/payments-emoney.png");
}
.donation-method:hover {
    background-color: #ec5e42;
}
.donation-method .donation-method-select-arrow {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url("/assets/images/icon-btn-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.donate-block-row-bottom{
    display:flex;
}
.donate-block-row-bottom .donation-by-step{
    flex: 0 0 60%;
    max-width: 60%;
}
@media (max-width: 600px) {
    .slider-and-donation-row {
        display: block;
    }
    .slider-and-donation .slider-col,
    .slider-and-donation .donation-col {
        max-width: 100%;
        flex: auto;
    }
    .donate-block-row-bottom .donation-by-step{
        flex: auto;
        max-width: 100%;
    }
}

.educators-grid-item-name span{
    font-size:12px;
}

@media (max-width: 1080px){
    html .main-content {
        margin-top: 0px;
    }
    body{
        padding-top: 64px;
    }
}

html .contacts-map-feedback>[class^=col-]{
    max-height: 500px;
}

.contacts-map iframe{
    max-width: 100%;
}

@media(min-width: 1080px){
    .main-header-logo img{
        width: 185px;
        height: 38px;
    }
}
@media(max-width: 1080px){
    html .main-header-logo img{
        width: auto;
        height: 30px;
        /*transform: translateY(-6px);*/
    }
    html .main-header{
        height: 48px;
    }
}

.donate-block-row.donate-block-row-bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
}

.donate-block-row.donate-block-row-bottom .donation-by-step {
    max-width: initial;
}

@media (min-width: 901px) {
    .donate-block-row.donate-block-row-bottom {
        grid-template-columns: 1fr 1fr;
    }
}

.donate-block-row.donate-block-row-bottom .donate-block-row-col.donate-block-row-col-comment {
    margin-left: 20px;
}

.donate-block__btns {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

@media (min-width: 901px) {
    .donate-block__btns {
        margin-bottom: 24px;
    }
}

.donate-block__btn {
    width: fit-content;
    padding: 15px 20px;
    border-radius: 2px;
    background-color: #ffffff;
    border: none;
    outline: none;

    font-family: inherit;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: 0;
}

.donate-block__btn--active {
    background-color: rgba(59, 175, 253, 1);
    color: #ffffff;
}

.donate-block__btn:nth-child(1) {
    justify-self: end;
}

.donate-block__btn:nth-child(2) {
    margin-left: 8px;
}

.donate-block--hide {
    display: none;
}

.donate-block .donate-block-row {
    margin: 0;
}

/* End */
/* /bitrix/templates/nenaprasno/template_styles.css?175527377711536 */
