* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_light.otf');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro.otf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_medium.otf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_bold.otf');
    font-style: normal;
    font-weight: bold;
}


@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('../fonts/DIN Pro Condensed/DINPro-CondensedRegular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('../fonts/DIN Pro Condensed/DINPro-CondensedMedium.ttf');
    font-style: normal;
    font-weight: 500;
}


@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue/BebasNeueBook.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue/BebasNeueBold.ttf');
    font-style: normal;
    font-weight: bold;
}


p {
    -webkit-text-size-adjust: none !important;
    padding: 0;
    margin: 0;
}

a img {
    border: 0;
}

input[type='submit']:hover {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.cleared {
    clear: both;
}

form label.error {
    display: none !important;
}

.clearfix:after {
    content: " ";
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
}

label.error {
    display: none !important;
}

body.compensate-for-scrollbar {
    overflow: visible;
    margin: 0;
}

a.ref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-decoration: none;
    display: block;
}

html {
    height: 100%;
}

body {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 400;
    min-width: 320px;
    /*background:url(../prices.jpg) no-repeat center 0;*/
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.page-container {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0 auto;
    opacity: 1;
    overflow-x: hidden;
}

.button {
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    background: #D1000F;
    border-radius: 100px;
    text-decoration: none;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: 'DIN Pro', sans-serif;
    text-transform: uppercase;
}

.button:hover {
    background: #a10000;
    cursor: pointer;
}

.button:active {
    background: #a10000;
}

.button a {
    color: inherit;
    text-decoration: none;
}

.button[disabled], .button[disabled]:hover, .button[disabled]:active, .button.disabled {
    background: #A7A7A7;
    cursor: default;
}

.white-button {
    color: #393939;
    border: 1px solid #393939;
    background: transparent;
}

.white-button:hover, .white-button:active {
    color: #393939;
    border: 1px solid #393939;
    background: transparent;
}

.slick-prev, .slick-next {
    width: 76px;
    height: 76px;
    background: #A7A7A7 url(../img/slider-arrow.svg) no-repeat center center;
    border-radius: 50%;
}

.slick-prev {
    background: #A7A7A7 url(../img/slider-arrow1.svg) no-repeat center center;
    z-index: 2;
    left: -106px;
}

.slick-prev:hover {
    background: #D1000F url(../img/slider-arrow1.svg) no-repeat center center;
}

.slick-next {
    right: -106px;
}

.slick-next:hover {
    background: #D1000F url(../img/slider-arrow.svg) no-repeat center center;
}

.slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after {
    display: none;
}


.main {
    clear: both;
    position: relative;
    padding: 0 0 0px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
    min-height: 100vh;
    min-height: calc(100vh - 293px);
}

.main-page-container .main {
    padding-bottom: 0px;
}

.inner-section {
    width: 1242px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

header {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 0px 0 0px 0;
    z-index: 2;
    background: #fff;
    color: #393939;
    transition: all 0s;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);*/
}

.inner-header {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

header.active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.header-placeholder {
    width: 100%;
    height: 127px;
    display: none;
}

.header.active + .header-placeholder {
    display: block;
}

.header.active .inner-header {
    padding: 12px 0;
}

.mobile-header-phone {
    display: none;
}

.header-logo {
    font-size: 0;
}

.header-logo svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
}

.header-motto {
    width: 155px;
    height: 79px;
}

.header-motto path {
    fill: #595235;
}

.header-logo svg:last-child {
    margin-right: 0;
}

.header-title {
    width: 190px;
    height: 69px;
}

.mobile-menu-toggler {
    display: none;
    width: 22px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../img/menu-icon.svg) no-repeat center center;
    z-index: 100;
}

.mobile-menu-toggler.active {
    background: url(../img/menu-close.svg) no-repeat center center;
}

.header-content {

}

.header-menu {
    margin: 0 0 18px 0;
}

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
}

.header-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.header-menu ul li:first-child {
    margin-left: 0;
}

.header-menu ul li:last-child {
    margin-right: 0;
}

.header-menu ul li a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
}

.header-menu ul li a:hover {
    color: #D1000F;
}

.header-menu-contacts {
    display: none;
    text-align: center;
}

.header-menu-contacts .slogan {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.header-menu-contacts a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.header .contacts {
    text-align: right;
    margin-bottom: -6px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

.header-contacts-item {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-right: 24px;
}

.header-contacts-item:last-child {
    margin-right: 0;
}

.header-contacts-item-text {
    display: inline-block;
    vertical-align: middle;
}

.header .contacts .phone-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    margin-top: 4px;
}

.header .contacts .title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.15em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #D1000F;
    text-align: left;
    font-family: 'DIN Pro Condensed', sans-serif;
}

.header .contacts .phone {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #D1000F;
    text-decoration: none;
}

.header .contacts .phone img {
    width: 18px;
}

.top-banner-section {
    background: url(../img/banner.jpg) no-repeat center 0;
    background-size: cover;
    padding: 0;
    z-index: 3;
    overflow: visible;
}

.top-banner-section .inner-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.top-banner-block {
    width: 610px;
    max-width: 100%;
    padding: 64px 15px 38px 15px;
    margin-left: auto;
    text-align: center;
}

.top-banner-block .button {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 24px;
}

.top-banner-images {
    position: relative;
    margin-bottom: 20px;
}

.top-banner-logo {
    width: 320px;
    right: 8px;
    bottom: -10px;
    position: absolute;
}

.top-banner-flag {
    position: absolute;
    top: -40px;
    right: -40px;
}

.top-banner-moto {
    display: inline-block;
    position: relative;
    z-index: 3;
}

.top-banner-text {

}

.top-banner-text .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.top-banner-text .subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #FFFFFF;
}


section {
    clear: both;
    position: relative;
    padding: 70px 0 70px 0;
}

section p a {
    color: #D1000F;
    text-decoration: none;
}

section p a:hover {
    text-decoration: underline;
}

.section-title {
    display: block;
    font-weight: 700;
    font-size: 70px;
    line-height: 130%;
    text-transform: uppercase;
    color: #DA2128;
    padding: 0;
    margin: 0 0 16px 0;
}

h1 {
    display: block;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #393939;
    padding: 0;
    margin: 0 0 34px 0;
}

.about-section {
    padding: 48px 0 48px 0;
}

.about-section .inner-section {
}

.about-section p {
    padding: 0 0 20px 0;
}

.regions-map-section {
    position: static;
}

#areas__canvas {
    flex: 1 1 auto;
    position: relative;
    display: block;
}

#areas__canvas svg {
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.5));
}

#areas__canvas path {
    stroke-width: 0.5;
    stroke-linejoin: round;
}

#areas__canvas [data-code] {
    stroke: #393939;
    fill: #F6F6F6;
    transition: fill 0.5s;
}

#areas__canvas [data-code].hovered {
    stroke: #393939;
    fill: #393939;
}

#areas__canvas [data-code].selected {
    stroke: #D1000F;
    fill: #D1000F;
}

#areas__canvas [data-code].selected.hovered {
    stroke: #640004;
    fill: #640004;
}

.areas-block-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 24px;
    position: relative;
}

.areas-search-block {
    width: 393px;
    flex: none;
    align-self: auto;
}

.areas-search-block-form {
    position: relative;
}

.areas-search-block-form input {
    display: block;
    width: 100%;
    height: 56px;
    background: #F6F6F6;
    border: 1px solid #393939;
    border-radius: 100px;
    outline: none;
    padding: 0 60px 0 34px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
}

.areas-search-block-form img {
    display: block;
    position: absolute;
    right: 36px;
    top: 18px;
}

.regions-map-section .search-result {
    display: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
    padding: 20px 34px 0 34px;
}

.regions-map-section .search-result ul {
    margin-left: 15px;
}

.areas__list {
    display: none;
    flex-flow: row wrap;
    list-style: none;
    padding: 16px;
    max-height: 50vh;
    overflow: auto;
    border-radius: 28px;
    border: 1px solid #393939;
    margin-top: 10px;
}

.areas__list li {
    width: 100%;
    display: block;
    color: #393939;
    margin-bottom: 16px;
}

.areas__list li:hover {
    cursor: pointer;
    color: #D1000F;
}

.areas__list li:last-child {
    margin-bottom: 0;
}

#areas__tooltip {
    position: absolute;
    display: none;
    height: 56px;
    width: 274px;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    border-width: 1px;
    border-style: solid;
    border-color: #393939;
    background-color: #fff;
    padding: 24px;
    text-align: center;
    font-family: "DIN Pro", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2;
    color: #D1000F;

    transform: translateY(-120px);
    transition: 0.5s;
}

.qa-section {
    padding: 46px 0 100px 0;
}

.qa-section .inner-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.qa-section .section-title {
    color: #393939;
    margin-bottom: 25px;
    line-height: 1.2em;
}

.qa-section-left {
    width: 390px;
    max-width: 100%;
}

.qa-section-right {
    flex: 1;
}

.qa-item {
    background: #F6F6F6;
    border: 1px solid #393939;
    border-radius: 26px;
    margin-bottom: 8px;
    padding: 0 48px;

}

.qa-item ul {
    margin-left: 15px;
}

.qa-item a {
    color: #393939;
}

.expandable-item-title {
    position: relative;
}

.expandable-item-title:hover {
    cursor: pointer;
}

.expandable-item-title:after {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    background: url(../img/chevron.svg) no-repeat center center;
    position: absolute;
    top: 0;
    right: -25px;
    z-index: 3;
}

.expandable-item.active .expandable-item-title:after {
    transform: rotate(180deg);
}

.qa-item .expandable-item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
    padding: 16px 0 16px 0;
}

.qa-item .expandable-item-title:hover {
    color: #D1000F;
}

.qa-item .expandable-item-content {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
}

.expandable-item.active .expandable-item-content {
    display: block;
    padding-bottom: 16px;
}

.donate-section {
    /*background: url(../img/donate-bg_qr.png) calc(50% + 350px) 100% / 303px no-repeat, linear-gradient(to left, rgba(47, 66, 17, 0), #768F43 1500px), url(../img/@donate-bg.jpg) right / cover no-repeat;*/
    background: linear-gradient(to left, rgba(47, 66, 17, 0), #768F43 1500px), url(../img/@donate-bg.jpg) right / cover no-repeat;
}

.donate-section-qr-block {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9;
    transform: translateX(198px);
    width: 305px;
    height: 381px;
    background: url(../img/donate-qr-bg.png) no-repeat center 0;
    background-size: 100%;
}

.donate-section-qr-block img {
    display: block;
    width: 215px;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 124px;
    z-index: 9;
    transform: translateX(-50%);
}

.donate-section .button {
    font-size: 24px;
}

.donate-section .section-title {
    color: #fff;
    margin-bottom: 35px;
}

.donate-section .section-title .small-text {
    font-weight: 500;
    font-size: 24px;
    display: block;
}

.donate-icons {
    padding-top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.donate-form__payment-icon {
}

.donate-section-checkboxes {

}

label.black-checkbox {
    color: #000;
}

label.black-checkbox a {
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

label.black-checkbox a:hover {
    border-bottom: 1px solid transparent;
}

.form-item {
    margin-bottom: 16px;
}

.form-item-group2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.form-item-group2 .form-item {
    width: 48.5%;
}

.form-item-group3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.form-item-group3 .form-item {
    width: 33%;
}

.form-item input[type="text"], .form-item input[type="email"], .form-item input[type="password"] {
    display: block;
    outline: none;
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #393939;
    border-radius: 100px;
    padding: 0 34px;
    font-family: "Din Pro", sans-serif;
    color: #393939;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
}

.form-item input[type="text"]::-webkit-input-placeholder, .form-item input[type="text"]:-moz-placeholder, .form-item input[type="email"]::-webkit-input-placeholder, .form-item input[type="email"]:-moz-placeholder {
    font-family: "Din Pro", sans-serif;
    color: #A7A7A7;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.form-item textarea {
    display: block;
    outline: none;
    width: 100%;
    height: 368px;
    background: #FFFFFF;
    border: 1px solid #393939;
    border-radius: 30px;
    padding: 23px 34px;
    font-family: "Din Pro", sans-serif;
    color: #393939;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    resize: none;
}

.form-item textarea::-webkit-input-placeholder, .form-item textarea:-moz-placeholder {
    font-family: "Din Pro", sans-serif;
    color: #A7A7A7;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.form-item select {
    display: block;
    width: 100%;
    height: 56px;
}

.form-item .select2-container {
    width: 100% !important;

}

.form-item .select2-container .select2-selection {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #393939;
    border-radius: 30px;
    padding: 13px 34px;
}

.form-item .select2-container .select2-selection__rendered {
    padding: 0;
    color: #393939;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.form-item .select2-container .select2-selection .select2-selection__arrow {
    width: 40px;
    height: 100%;
    top: 0;
    right: 27px;
    background: url(../img/arrow-down1.png) no-repeat center center;
}

.form-item .select2-selection__arrow b {
    display: none;
}

.donate-section-checkboxes label {
    display: block;
    margin-bottom: 16px;
    color: #fff;
}

.donate-section-checkboxes a {
    display: inline;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.black-checkbox .ez-checkbox {
    background: url('../img/checkbox-b.png') 0 0px no-repeat;
}

.black-checkbox .ez-checked {
    background-position: 0px -23px;
}

.donate-section-checkboxes a:hover {
    border-bottom: 1px solid transparent;
}

.donate-section-checkboxes span {
    display: inline-block;
    vertical-align: middle;
    max-width: 85%;
}

.donate-section .donate-section-checkboxes {
    padding-bottom: 30px;
}

.donate-mobile-link {
    display: none;
}

.donate-mobile-link {
    max-width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0 0 0;
    text-align: left;
    font-size: 24px;
}

.donate-mobile-link a {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
}

.donate-mobile-link a:hover {
    text-decoration: none;
}

.latest-events-section {
    background: #e7e6e2;
}

.latest-section-head {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.latest-section-head .section-title {
    color: #393939;
}

.latest-section-head .section-title-right {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 420px;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.latest-section-head .section-title-right span {
    display: inline-block;
    width: 310px;
    max-width: 100%;
}

.latest-section-head .section-title-right a {
    color: #D1000F;
    text-decoration: none;
}

.section-title-right-social {

}

.section-title-right-social a {
    width: 34px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    overflow: hidden;
}

.section-title-right-social img {
    display: block;
    max-width: 100%;
}

.latests-events-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.latests-events-list-item {
    margin-bottom: 20px;
    margin-right: 29px;
}

.latests-events-list-item:nth-child(4n+3), .latests-events-list-item:nth-child(3) {
    margin-right: 0;
}

.latests-events-list-item:nth-child(4) {
    margin-right: 29px;
}

.news-card {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background: #a7a7a7;
    color: #fff;
    text-decoration: none;
    height: 100%;
}

.news-card:hover {
    background: #D1000F;
}

.news-card-description {
    max-width: 288px;
    min-width: 288px;
    padding: 34px;
}

.news-card-title {
    height: 135px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
}

.news-card-date {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 34px;
}

.news-card-image {
    display: none;
    max-width: 317px;
    height: 317px;
    overflow: hidden;
}

.latests-events-list-item:first-child .news-card-image {
    display: block;
}

.news-card-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.show-all-button {
    display: block;
    width: 345px;
    max-width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto;
}

.show-all-button[disabled], .show-all-button[disabled]:hover, .show-all-button[disabled]:active, .show-all-button.disabled {
    background: #e7e6e2;
    border: 1px solid #a7a7a7;
    color: #a7a7a7;
}

.the-tabs-item {
    display: none;
}

.the-tabs-item.active {
    display: block;
}

.requirements-section {
    background: #e7e6e2;
}

.requirements-tabs {
    padding-top: 25px;
}

.requirements-tabs .the-tabs-head {
    margin-bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.requirements-tabs .the-tabs-head button {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 500;
    color: #a7a7a7;
    border: 0;
    border-bottom: 4px solid transparent;
    padding-bottom: 8px;
    outline: none;
    background: transparent;
    text-transform: uppercase;
    margin-right: 35px;
    font-family: 'DIN Pro', sans-serif;
}

.requirements-tabs .the-tabs-head button:hover {
    color: #D1000F;
    cursor: pointer;
}

.requirements-tabs .the-tabs-head button.active {
    color: #D1000F;
    border-color: #D1000F;
}

.requirements-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.requirements-item {
    width: 394px;
    max-width: 100%;
    padding: 34px;
    background: #fff;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
}

.requirements-item.done .requirements-item-image:after, .requirements-item.delivered .requirements-item-image:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.75);
    /*background:rgba(255,255,255,0.75) url(../img/done-stamp.png) no-repeat center center;*/
}

.requirements-item:nth-child(3n+3) {
    margin-right: 0;
}

.requirements-item-title {
    font-size: 16px;
    color: #393939;
    font-weight: 500;
    padding: 0;
    margin-bottom: 15px;
    min-height: 4.6em;
}

.requirements-item-title p {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    font-size: 16px;
    color: #393939;
    font-weight: 500;
}

.requirements-item-title strong {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2em;
    display: block;
}

.requirements-item-title span {
    color: #a7a7a7;
}

.requirements-item-image {
    margin-bottom: 24px;
    height: 325px;
    overflow: hidden;
    margin-top: auto;
    position: relative;
}

.requirements-item .label, .donate-section .label {
    font-family: 'BebasNeue', serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 1em;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #B71623;
    width: 279px;
    height: 120px;
    display: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background: url(../img/done-label.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 13;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.requirements-item .label span, .donate-section .label span {
    flex: 1 auto;
    font-size: 40px;
    line-height: 30px;
    display: block;
}

.requirements-item .label div, .donate-section .label div {
    line-height: 0.9em;
}

.requirements-item.done .label, .requirements-item.done .label div, .card-page.done .label, .card-page.done .label div {
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -0.05em;
}

.requirements-item.done .label.done, .card-page.done .label.done {
    display: flex;
}

.requirements-item.delivered .label.delivered, .card-page.delivered .label.delivered {
    display: flex;
}

.requirements-item-image img {
    display: block;
    width: 100%;
}

.requirements-item .button {
    width: 100%;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}


.with-us-section {

}

.regions-map-section {
    padding-bottom: 90px;
}

.regions-map-section ~ .with-us-section {
    position: relative;
    z-index: 1;
}

.with-us-section .section-title {
    color: #393939;
    margin-bottom: 45px;
}

.with-us-slider {
    width: 1016px;
    margin: 0 auto 40px;
    max-width: 100%;
}

.with-us-slider .slick-prev, .with-us-slider .slick-next {
    top: 160px;
}

.with-us-slider .slider-item {
    margin: 0 42px 0 42px;
}

.with-us-slider .slider-item .img {
    width: 287px;
    height: 315px;
    overflow: hidden;
    margin-bottom: 34px;
}

.with-us-slider .slider-item .img img {
    display: block;
    width: 100%;
}

.with-us-slider .slider-item .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #A7A7A7;
}

.with-us-slider .slider-item .text .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #393939;
}

.with-us-slider .slider-item .text .subtitle {

}


.hidden-reminder-toggler {
    display: inline-block;
    vertical-align: middle;
}

.hidden-reminder {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.3em;
    text-transform: uppercase;
    transition: all 0.6s;
}

.hidden-reminder.active {
    opacity: 1;
    margin-left: 50px;
}


.footer {
    background: #393939;
    padding: 24px 0 24px 0;
}

.inner-footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.footer-column {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 8px;
}

.footer-column:nth-child(2) {
    width: 440px;
}

.footer-column:nth-child(3) {
    width: 380px;
}

.footer-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-logo {

}


.footer-logo-column {
    width: 310px;
}

.footer-logo-column .footer-contacts {
    display: none;
}

.footer-logo img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.footer-logo .logo-img {
    width: 114px;
    height: 58px;
}

.footer-logo .motto-image {
    width: 140px;
    height: 50px;
    margin-right: 0;
}

.footer-top-right {
    margin-left: auto;
}

.footer-menu {
    margin: 0 0 22px 0;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 0px 16px 0;
}

.footer-menu ul li:nth-child(odd) {
    width: 173px;
}


.footer-menu ul li a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.footer-menu ul li:hover a {
    color: #D1000F;
}

.footer-phone {
    color: #fff;
    text-align: left;
    margin-bottom: 14px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-phone svg {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
}

.footer-phone .title {
    font-family: 'DIN Pro Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.15em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    padding-top: 11px;
}

.footer-phone a {
    display: inline-block;
    vertical-align: middle;
}

.footer-phone-icon {
    margin-right: 24px;
}

.footer-phone .phone {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 27px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: inherit;
    width: auto;
}

.footer-phone-text {
    flex: 1 0;
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 2px solid rgba(167, 167, 167, 0.2);
}

.footer-contacts {
    display: inline-flex;
    vertical-align: top;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-contacts p, .footer-contacts a {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    color: #A7A7A7;
    margin-bottom: 16px;
}

.footer-contacts a {
    margin-bottom: 0;
}

.footer-contacts p:nth-child(odd) {

}

.footer-contacts svg, .footer-contacts img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.footer-contacts span {
    display: inline-block;
    vertical-align: middle;
}

.footer-links {
    padding: 0px 0 0px 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    text-transform: uppercase;
    color: #A7A7A7;
}

.footer-links a {
    color: #A7A7A7;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    margin-right: 16px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links a:last-child {
    margin-right: 0;
}

.footer .copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    text-transform: uppercase;
    padding: 0px 0 0 0;
    color: #A7A7A7;
    text-align: left;
    display: block;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/*card styles*/

.content-section {
    padding: 80px 0 20px 0;
}

.content-section .inner-section {

}

.breadcrumbs {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
    margin-bottom: 34px;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.breadcrumbs li a {
    display: inline-block;
    text-decoration: none;
    color: #A7A7A7;

}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs li a:after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.card-section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #393939;
}

.card-section-title .subtitle {
    font-size: 32px;
}

.card-section-title span {
    color: #A7A7A7;
}

.card-tabs {
    width: 817px;
    max-width: 100%;
    padding: 0;
}

.card-tabs .the-tabs-head {
    margin: 0px 0 24px 0;
}

.card-tabs ul {
    margin-left: 18px;
}

.card-tabs ul li {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.3em;
}

.card-main-block-text .head {
    margin-bottom: 30px;
    font-size: 24px;
}

.card-main-block-text .gray {
    color: #A7A7A7;
}

.gray {
    color: #A7A7A7;
}

.red {
    color: #D1000F;
}

.card-main-block-text .head .gray {
    display: block;
    margin-bottom: 24px;
}

.card-main-block-text .details {
    font-size: 16px;
}

.card-main-block-text .details .title {
    color: #D1000F;
    margin-bottom: 16px;
    font-size: 20px;
}


.card-main-block-text-columns {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
}

.card-main-block-text-columns .column {
    width: 50%;
}

.card-main-block-text-columns :first-child{
    padding-right: 5px;
}

.card-main-block-text-columns :last-child{
    padding-left: 5px;
}

.card-main-block-text-columns .column img{
    max-width: 95%;
    margin: 0 10px 0 0;
}

.card-main-block-text-columns .column p{
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.2rem;
    line-height: 30px;
}



.card-main-block-image {
    margin-bottom: 24px;
}

.card-main-block-image img {
    width: 100%;
}

.card-page {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 40px;

}

.card-main-block-description {

}

.card-page .card-tabs .the-tabs-content {

}

.card-main-block-right {
    width: 390px;
    max-width: 100%;
    margin-top: 65px;
}

.card-page.no-tabs .card-main-block-right {
    margin-top: 0;
}

.card-main-block-right .donate-section {
    padding: 70px 20px 20px 20px;
    margin: 0 0 34px 0;
    background: #768F43;
    letter-spacing: 0;
}

.card-main-block-right .donate-section .inner-section {
    width: 100% !important;
    padding: 0 !important;
}

.card-main-block-right .donate-section .section-title {
    font-size: 34px;
    letter-spacing: 1px;
}

.card-main-block-right .donate-section .section-title .small-text {
    font-size: 18px;
    font-weight: 400;
}

.card-main-block-right .donate-section .donate-icons {
    padding: 0;
    justify-content: center;
}

.card-main-block-right .donate-section .hidden-reminder {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 15px 0 0 0;
    line-height: 0px;
    transition: all 0.4s;
}

.card-main-block-right .donate-section .donate-mobile-link {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: -12px;
}

.card-main-block-right .donate-section .hidden-reminder.active {
    line-height: 18px;
}

.card-main-block-right .donate-section .donate-section-checkboxes {
    padding-bottom: 20px;
}

.card-main-block-right .donate-section .donate-section-checkboxes label {
    font-size: 16px;
    line-height: 1.5em;
}

.card-main-block-right .donate-section .donate-section-checkboxes label span {
    vertical-align: top;
}

.card-main-block-right .donate-section .donate-section-qr-block {
    display: none;
}

.card-main-block-right .donate-section .support-button {
    height: 56px;
    line-height: 56px;
    width: 100%;
    font-size: 16px;
}

.card-page.done .card-main-block-right .donate-section .inner-section, .card-page.delivered .card-main-block-right .donate-section .inner-section {
    opacity: 0.6;
}

.card-page.done .card-main-block-right .donate-section, .card-page.delivered .card-main-block-right .donate-section {
    background: #bbc7a1;
}

.card-page.done .card-main-block-right .donate-section:after, .card-page.delivered .card-main-block-right .donate-section:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
    /*background:url(../img/done-stamp.png) no-repeat center center;*/
    position: absolute;
    top: 0;
    left: 0;
}

.card-page.done .card-main-block-right .donate-section:before, .card-page.delivered .card-main-block-right .donate-section:before {
    display: none !important;
}

.card-page.done .card-main-block-right .donate-section .button, .card-page.delivered .card-main-block-right .donate-section .button {
    background: #A7A7A7;
    border: 0;
    color: #fff;
}

.card-page.done .card-main-block-right .qr-block img, .card-page.delivered .card-main-block-right .qr-block img {
    display: none !important;
}

.done-other-block {
    display: none;
}

.card-page.done .card-main-block-right .done-other-block, .card-page.delivered .card-main-block-right .done-other-block,, .card-page.delivered .card-main-block-right .done-other-block2, .card-page.done .card-main-block-right .done-other-block2 {
    display: block;
    padding: 34px 36px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #4B6741;
}

.card-page.done .card-main-block-right .done-other-block .title, .card-page.delivered .card-main-block-right .done-other-block .title {
    margin-bottom: 41px;
}

.card-page.done .card-main-block-right .done-other-block .button, .card-page.delivered .card-main-block-right .done-other-block .button {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.done-other-block2 {
    border: 2px solid #4B6741;
    padding: 24px 15px;
    color: #393939;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}

.qr-block .done-other-block2 {
    width:390px;
    max-width:90vw;
    margin-left:-7px;
}

.done-other-block2 .done-logo {
    margin-bottom: 23px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.done-other-block2 .done-logo svg {
    margin-right:12px;
    max-width:80px;
}

.done-other-block2 .done-logo svg:nth-child(1) {
    width:64px;
    height:33px;
}

.done-other-block2 .done-logo svg:nth-child(2) {
    height:29px;
}

.done-other-block2 .button {
    width:100%;
}

.done-other-block2 .title h4 {
    display:block;
    color: #393939;
    font-size: 34px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    padding:0;
    margin:0 0 8px 0;
}

.done-other-block2 .title p {
    display:block;
    color: #393939;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    padding:0;
    margin:0 0 22px 0;
}

.done-other-block2 .title p:last-child {
    margin-bottom:32px;
}


.qr-block {
    width: 375px;
    max-width: 100%;
    margin: 0 auto 15px;
}

.qr-block img {
    display: block;
    width: 100%;
}

.news-page {
    text-transform: none;
    padding-bottom: 40px;
}

.news-page img {
    display: block;
    max-width: 100%;
    margin: 0 0 30px 0;
}

.news-page p {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    color: #25312F;
    padding: 0 0 20px 0;
    margin: 0;
    text-transform: none;
}

iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 25px auto;
}

.news-page .button {
    margin: 0 auto;
}


.latests-events-list-mark2 {

}

.latests-events-list-mark2 .news-card {
    display: flex;
}

.latests-events-list-mark2 .news-card .news-card-image {
    order: 1;
}

.latests-events-list-mark2 .news-card .news-card-description {
    order: 2;
}

.requirements-block-mark2 .requirements-item {
    border: 1px solid #efefef;
}

.card-main-block-text-column {
    display: inline-block;
    vertical-align: top;
    margin: 0 0px 20px 0;
    width: 48%;
}

.card-main-block-text-column label, .card-main-block-text label {
    display: block;
}

.news-page-image {
    height: 550px;
    margin-bottom: 30px;
}

.news-page-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-page .button {
    display: block;
    width: 300px;
    margin: 0 auto;
}


.iframe-container {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

/*payment pages*/

.payment-page-container {
    color: #fff;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    background: linear-gradient(90deg, #768F43 0%, rgba(118, 143, 67, 0) 100%), url(../img/payment-page-bg.jpg) center / cover no-repeat;
}

.payment-page-container .inner-section {
    width: 1220px;
    max-width: 100%;
}

.payment-page-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.payment-page-top .inner-section {
    width: 100%;
    padding: 12px 24px;
}

.payment-page-top img {
    display: block;
    max-width: 100%;
}

.payment-page-content-wrap {
    margin-bottom: auto;
    padding-top: 104px;

}

.payment-page-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.payment-logos-container {
    width: 515px;
    max-width: 100%;
    order: 3;
    opacity: 0.7;
    margin-left: auto;
}

.payment-logos-container-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}

.payment-logos-container-top img {
    display: block;
    max-width: 100%;
}

.payment-logo-v {
    max-width: none;
}

.payments-form-wrap {
    width: 660px;
    max-width: 100%;
    padding: 0 55px 60px 0;
}

.payment-order-text {

}

.payment-order-text .payment-title {
    margin-bottom: 4px;
    text-transform: none;
}

.payment-order-text a, .payment-order-text span {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.payment-block {
    margin-bottom: 34px;
}

.payment-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3em;
    margin: 0 0 25px 0;
    padding: 0;
    text-transform: uppercase;
}

.payment-page-container .form-item {
    margin-bottom: 24px;
}

.payment-page-container .form-item input {
    display: block;
    width: 100%;
    height: 56px;
    padding: 0 34px;
    background: #F6F6F6;
    border: 1px solid #393939;
    border-radius: 100px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: #393939;
    text-transform: uppercase;
}

.payment-page-container .form-item input::-webkit-input-placeholder, .payment-page-container .form-item input:-moz-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #A7A7A7;
    text-transform: uppercase;
}

.payment-card-block {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 60px;
    padding: 34px 34px;
}

.payment-card-block-bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.payment-card-block-bottom .form-item {

    width: 130px;
    margin: 0 0px 0 0;
}

.payment-page-container .donate-icons {

}

.payment-page-container .donate-form__payment-icon {

}

.payment-page-container .donate-form__payment-icon img {
    margin: 0 2px;
}

.payment-page-container .button.submit-button {
    font-size: 24px;
}

.result-success .payments-form-wrap, .result-error .payments-form-wrap {
    display: none;
}

.payment-result-block-success {
    display: none;
}

.result-success .payment-result-block-success {
    display: block;
}

.payment-result-block-error {
    display: none;
}

.result-error .payment-result-block-error {
    display: block;
}

.payment-result-block {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-align: center;
    width: 640px;
    max-width: 100%;
}

.payment-result-block .title {
    font-weight: 700;
    font-size: 70px;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.payment-result-block .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.45em;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.payment-result-block .white-button {
    margin: 0 auto;
    display: block;
    width: 350px;
    background: #FFFFFF;
    color: #393939;
    border: 0;
    max-width: 100%;
}

.payment-result-block .white-button:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #393939;
}

.payment-mobile-logos-block {
    display: none;
}

/*end of payment pages*/


.popup {
    display: none;
    padding: 34px 34px;
    background: #FFFFFF;
    border-radius: 30px;
    width: 712px;
    max-width: 100%;
}

.popup-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #393939;
    margin: 0 0 16px 0;
}

.thanks-support-popup {
    width: 712px;
    text-align: center;
}

.thanks-support-popup p {
    line-height: 1.5em;
    margin-bottom: 44px;
}

.thanks-support-popup .support-button {
    display: block;
    margin: 0 auto;
    width: 254px;
    font-size: 24px;
    border: 1px solid #D1000F;
    color: #D1000F;
    background: transparent;
}

.thanks-support-popup .support-button:hover {
    border: 1px solid #D1000F;
    background: #D1000F;
    color: #fff;
}


.word-of-support-section {
    padding: 50px 0 70px 0;
}

.word-of-support-section .section-title {
    color: #393939;
    margin-bottom: 36px;
}

.support-form {

}

.support-form .checkbox {
    font-size: 18px;
}

.support-form .checkbox span {
    vertical-align: middle;
    display: inline-block;
    max-width: 85%;
}

.support-form p {
    margin-bottom: 24px;
}

.support-form-data {
    width: 1030px;
    max-width: 100%;
    padding-top: 10px;
}

.support-form .submit-button {
    font-size: 24px;
    border: 1px solid #D1000F;
    color: #D1000F;
    background: transparent;
}

.support-form .submit-button:hover {
    border: 1px solid #D1000F;
    background: #D1000F;
    color: #fff;
}

.support-form .form-item-submit {
    padding-top: 18px;
}

.support-form .areas-search-block {
    width: 100%;
}

.mobile-qr-container {
    display: none;
}

/*new donate section*/

.donate-section2 {
    padding: 80px 0 40px 0;
    background: transparent;
}

.donate-section2 .section-title {
    color: #393939;
    margin-bottom: 40px;
}

.donate-blocks {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.donate-blocks-column {
    min-width: 295px;
}

.donate-blocks-item {
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.donate-item-card {
    width: 610px;
    background: url(../img/donate2_bg1.png) no-repeat center 0;
    color: #fff;
    padding: 24px 24px 0px 24px;
    height: 200px;
}

.donate-item-rek {
    width: 610px;
    background: url(../img/donate2_bg2.png) no-repeat center 0;
    color: #393939;
    padding: 24px 24px 0px 24px;
    height: 200px;
    border: 2px solid #768F43;
}

.donate-item-qr {
    background: #FFFFFF;
    border: 2px solid #4B6741;
    border-radius: 10px;
    color: #393939;
    text-align: center;
    padding: 62px 0 0 0;
    height: 410px;
    width: 295px;
}

.donate-item-sms {
    background: url(../img/donate2_bg4.png) no-repeat center 0;
    color: #fff;
    text-align: center;
    padding: 62px 0 0 0;
    height: 410px;
    width: 295px;
    overflow: visible;
}

.donate-blocks-item .title {
    color: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 16px 0;
}

.donate-item-qr .title {
    font-size: 24px;
    margin-bottom: 24px;
}

.donate-item-qr img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 230px;
}

.donate-item-sms .title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 8px;
}

.donate-item-sms .subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: inherit;
    padding: 0;
    margin: 0 0 12px 0;
}

.donate-item-sms p {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 190%;
    letter-spacing: 0em;
    text-transform: uppercase;
    padding: 0 0 12px 0;
    margin: 0;
    color: inherit;
}

.donate-item-sms p a {
    color: inherit;
    text-decoration: underline;
    border: 0 !important;
    padding: 5px 10px;
}

.donate-item-sms .oferta-p {
    padding-bottom:6px;
}

.donate-item-sms p a:hover {
    text-decoration: none;
}

.donate-item-sms .img-wrap {
    display:flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin:0 0 7px 0;
}

.tele2-logo {
    display: block;
    margin: 0 auto 0px auto;
    max-width: 100%;
     
}

.donate-item-sms .img-wrap img {
    display:inline-block;
    vertical-align:middle;
    margin:0 16px;
}

.donate-section2 .donate-section-checkboxes label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.donate-section2 .black label {
    color: #393939;
}

.donate-section2 .ez-checkbox {
    width: 18px;
    height: 18px;
    background-image: url(../img/checkbox2.png);
    margin-right: 7px;
}

.donate-section2 .ez-checked {
    background-position: 0 -18px;
}

.donate-section2 .black .ez-checkbox {
    background-image: url(../img/checkbox2-b.png);
}

.donate-section2 .button {
    width: 191px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
}

.donate-section2 .hidden-reminder {
    font-size: 12px;
}

.donate-section2 .hidden-reminder.active {
    margin-left: 20px;
}

.donate-section2 .donate-section-checkboxes {
    padding-bottom: 10px;
}

.donate-section-checkboxes.black a {
    color: inherit;
    border-bottom-color: inherit;
}

.donate-section-checkboxes.black a:hover {
    border-bottom-color: transparent;
}

.info-note-block {
    position: relative;
    text-align: right;
}

.info-note-title {
    display: inline-block;
}

.info-note-title svg:hover {
    cursor: pointer;
}

.info-note-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    right: 0px;
    z-index: 99;
    width: 475px;
    padding: 16px 16px;
    background: #FFFFFF;
    border: 1px solid #393939;
    border-radius: 10px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #393939;
}

.info-note-block:hover .info-note-dropdown, .info-note-dropdown.active {
    display: block;
}

.info-note-dropdown p {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #393939;
    text-transform: none;
}

.info-note-dropdown p:last-of-type {
    padding-bottom: 0;
}

.info-note-dropdown:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 9;
}

.info-note-close {
    display: none;
    border: 1px solid #D1000F;
    border-radius: 100px;
    background: transparent;
    color: #D1000F;
    height: 49px;
    line-height: 47px;
    width: 100%;
}

.info-note-close:hover {
    color: #fff;
}

.donate-item-sms .info-note-block {
    margin-top: -55px;
    margin-right: 12px;
}

.info-note-title-fancy {
    display: none;
    text-decoration: none;
}

.info-note-dropdown-mobile, .info-note-block:hover .info-note-dropdown-mobile {
    display: none;
    z-index: 9999;
    position: static;
    padding: 24px 24px;
    background: #FFFFFF;
    border-radius: 30px;
}

.info-note-dropdown-mobile p {
    font-size: 14px;
}

.info-note-dropdown-mobile .button {
    margin: 16px auto 0px;

}

/*end of new donate section*/

.card-page-multi {
    align-items: flex-start;
}

.card-page-multi .card-main-block-right {
    position: relative;
}

.choose-support-block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 57, 0.7);
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    text-transform: uppercase;
    padding: 83px 17px 20px 17px;
}

.choose-support-block .title {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    text-transform: uppercase;
    padding: 0 0 48px 0;
}

.choose-support-block .button {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    color: #fff;
    background: rgba(100, 100, 100, 0.65);
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 24px;
    height: 59px;
    line-height: 57px;
}

.people-support-block {
    padding: 34px 0 40px 0;
}

.people-support-block .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #DA2128;
    padding: 0 0 16px 0;
}

.list-of-checkboxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.list-of-checkboxes b {
    display: block;
    font-weight: 500;
}

.list-of-checkboxes .black-checkbox {
    display: block;
    margin: 0 0 24px 0;
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.list-of-checkboxes .black-checkbox .ez-radio {
    width: 22px;
    height: 22px;
    background: url(../img/checkbox.svg) no-repeat 0 0;
    background-size: 100% 100%;
    border: 0;
    outline: none;
    border-radius: 0;
}

.list-of-checkboxes .black-checkbox .ez-selected {
    background: url(../img/checkbox-checked.svg) no-repeat 0 0;
    background-size: 100% 100%;
}

.list-of-checkboxes span {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
    flex: 1 0;
}

.red-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-decoration: underline;
    text-transform: uppercase;
    color: #DA2128;
}

.red-link:hover {
    text-decoration: none;
}

.list-of-checkboxes .red-link {
    margin-top: 4px;
    display: inline-block;
    color: #DA2128;
    border-color: #DA2128;
}

.list-of-checkboxes .red-link:hover {

}

.attention {
    padding: 0 0 0 32px;
    position: relative;
    font-size: 20px;
    line-height: 1.3em;
}

.attention svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.attention span {
    display: block;
}

.hidden {
    display: none !important;
}

.blur .donate-section .inner-section, .blur .qr-block {
    filter: blur(10px);
}

.card-main-block-image img {
    display: block;
}

.full-width {
    width: 100%;
}

.requirements-content-section {

}

.requirements-content-section .card-section-title {
    margin: 0 0 24px 0;
    padding: 0;
}

.requirements-content-section .card-section-title + p {
    margin: 0 0 24px 0;
    padding: 0;
}

.region-requirements-page {
}

.region-requirements-page .areas-search-block {
    width: 100%;
}

.region-requirements-page #areas__canvas {
    display: none !important;
}

.region-requirements-page .areas__list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    max-height: 200px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.region-requirements-page .areas-tooltip {
    display: none !important;
}

.region-requirements-page .search-result {
    display: none !important;
}

.region-search-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.region-search-wrap {
    position: relative;
    width: 49%;
}

.region-search-button {
    width: 49%;
    height: 56px;
    line-height: 56px;
}

.region-search-wrap .areas-block-wrap {
    padding: 0;
    margin: 0;
}

.select2-container {
    font-family: 'DIN Pro', sans-serif;
    width: 100% !important;

}

select + .select2-container {
    margin: 0 !important;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    height: 56px;
    background: #F6F6F6;
    border: 1px solid #393939;
    border-radius: 28px !important;
    outline: none;
    padding: 0 60px 0 34px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'DIN Pro', sans-serif;
    color: #444;
    line-height: 28px;
    padding: 14px 0px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 30px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 7px 0 7px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0px 7px 8px 7px;
}

.select2-dropdown {
    border-radius: 28px !important;
    background: #fff;
    padding: 10px 0;
}

.select2-results__option {
    line-height: 28px;
    padding: 10px 20px;
    font-family: 'DIN Pro', sans-serif;
    color: #444;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #D1000F;
}

.select2-container--open {
    margin-top: 10px;
}

.select2-results__option--disabled {
    display: none;
}

.search-select + .select2-container .select2-selection__arrow b {
    display: none;
}

.search-select + .select2-container .select2-selection__arrow {
    right: 26px;
    background: url(../img/search-icon.svg) no-repeat center center !important;
}

.reports-list-container {
    margin-bottom: 50px;
}

.reports-list {
    padding: 0 0 15px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.reports-item {
    width: 393px;
    max-width: 100%;
    display: inline-block;
    margin: 0 30px 30px 0;
}

.reports-item:nth-child(3n+3) {
    margin-right: 0;
}

.reports-item .img {
    /*height:190px;*/
    overflow: hidden;
    margin: 0 0 16px 0;
}

.reports-item .img img {
    display: block;
    width: 100%;
    margin: 0;
}

.reports-item .text {

}

.reports-item .text p {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #A7A7A7;
    padding: 0 0 20px 0;
    margin: 0;
}

.reports-item .text p:last-child {
    padding-bottom: 0;
}

.reports-item .text .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
    margin: 0;
    padding: 0 0 2px 0;
}

.reports-item .text + .img {
    margin-top: 10px;
    margin-bottom: 0;
}

.reports-item .text .title a {
    text-decoration: none;
    color: #393939;
}

.reports-list-with-video .title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reports-buttons-wrap {
    margin-bottom: 25px;
}

.reports-buttons-wrap .button {
    display: inline-block;
    margin-right: 24px;
    width: auto;
}

.reports-buttons-wrap .white-button {
    border: 1px solid #D1000F;
    color: #D1000F;
}

.plain-text {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
    padding: 0 0 30px 0;
}

.plain-text a, .plain-text a:visited {
    color: #236BE6;
}

.plain-text a:hover {
    text-decoration: none;
}

.plain-text .note {
    font-size: 16px;
}

.view-all-button, .news-page .view-all-button {
    display: block;
    margin: 0 auto 20px;
}

.cut .reports-item {
    display: none;
}

.cut .reports-item:nth-child(1), .cut .reports-item:nth-child(2), .cut .reports-item:nth-child(3), .cut .reports-item:nth-child(4), .cut .reports-item:nth-child(5), .cut .reports-item:nth-child(6) {
    display: inline-block;
}

.reports-list-with-video .img iframe {
    display: none;
    height: 300px;
}

.show-iframe img {
    display: none !important;
}

.reports-list-with-video .show-iframe iframe {
    display: block;
}

.select2-search--dropdown {
    padding-left:20px;
    padding-right:20px;
}

.select2-search__field {
    width:100%;
    height: 56px;
    background: #F6F6F6;
    border: 1px solid #393939;
    border-radius: 28px;
    outline:none;
    padding:0 30px !important;
}
  
.select2-results {
    padding-right:2px;
    padding-bottom:7px;
}

.select2-results__options {
    padding-right: 10px;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    border-radius: 20px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: transparent; 
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #cdcdcd; 
    border-radius: 20px;  
    border: 0; 
}


.page404 {
    
}

.page404 .inner-section {
    display:flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    min-height:100vh;
    min-height:calc(100vh - 293px);
    padding-top:35px;
    padding-bottom:35px;
}

.img404 {
    display:block;
    margin:0 auto 24px;
    max-width:90%;
}

.page404 h2 {
    font-size: 35px;
    text-transform:uppercase;
    margin: 0 auto 42px;
}

.page404 .button {
    min-width:238px;
    font-size:24px;
}

.red-404-title {
    font-weight: 700;
    font-size: 300px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #DA2128;
    margin: 0 0 24px 0;
}

.wow-title {
    font-weight: 700;
    font-size: 150px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #393939;
    padding: 0;
    margin: 0 0 24px 0;
}

.cookies-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index:97;
    width: 100%;
    padding: 24px 10px;
    background: #F6F6F6;
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    align-items:center;
}

.cookies-modal .inner-section {
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    align-items:center;
}

.cookies-modal .modal-text {
    flex:1 0;
}

.cookies-modal .modal-title {
    color: #E40000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin:0 0 8px 0;
}

.cookies-modal p {
    color:#393939;
    padding-bottom:0;
    margin-bottom:0;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.cookies-modal p a {
    display:inline-block;
    color: #E40000;
    text-decoration:none;
    border-bottom:1px solid #E40000;
}

.cookies-modal p a:hover {
    border-color:transparent;
} 

.cookies-modal .button {
    width: 400px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
}

.support-mobile-block {
    display:none;
    padding:0 15px;
}

.suppot-mobile-block-content {
    border-radius: 15px 15px 0px 0px;
    background: #FFF;
    padding: 16px 16px;
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.support-mobile-block .title {
    color: #D1000F;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.suppot-mobile-block-content a {
    display: inline;
    text-decoration: none;
    color: #393939;
    border-bottom: 1px solid #393939;
}

.suppot-mobile-block-content a:hover {
    border-color:transparent;
}

.support-mobile-block .button {
    display:block;
    height: 48px;
    line-height: 48px;
    width: 100%;
    font-size: 16px;
    margin-bottom:8px;
    color:#fff;
    border:0;
}

.support-mobile-block .donate-section-checkboxes label {
    font-size: 14px;
    color: #393939;
}

.support-mobile-block .hidden-reminder {
    color: #282828;
    color: #D1000F;
    font-size: 13px;
    margin: 0 0 8px 0;
    text-transform: none;
    padding: 0;
    display: none;
    text-align:center;
}

.support-mobile-block .hidden-reminder.active {
    display: block;
}

.support-mobile-block .s-req {
    text-align:center;
}

.support-mobile-block .ez-checkbox {
    background: url(../img/checkbox-small.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align:middle;
}

.support-mobile-block .donate-section-checkboxes label {
    margin-bottom: 10px;
    letter-spacing: -0.7px;
}

.support-mobile-block .donate-section-checkboxes label:last-of-type {
    margin-bottom: 16px;
}

.support-mobile-block .ez-checked {
    background-position: 0 -18px;
}


.more-news-container {

}

.more-news-container h2 {
    display:block;
    color: #393939;
    font-size: 70px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin:0 0 30px 0;
    padding:0;
}

.slick-slider.more-news-slider {
    margin: 0 0 50px 0;
}

.more-news-slider .slick-prev, .more-news-slider .slick-next {
    margin-top: -50px;
}

.more-news-slider .slick-next {
    right: -98px;
}

.more-news-slider .slick-dots {
    display:none !important;
}

.more-news-item {
    width: 393px;
    max-width: 100%;
    margin: 0 30px 0 0;
}

.more-news-item .img {
    position:relative;
    overflow:hidden;
    height:230px;
    margin:0 0 16px 0;
}

.more-news-item .img img {
    display:block;
    width:100%;
}

.more-news-item .text {
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

.more-news-item .text .title {
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin: 0 0 17px 0;
}

.more-news-item .text .title a {
    color:inherit;
    text-decoration:none;
}

.more-news-item .text p {
    display:block;
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    padding:0;
    margin: 0 0 17px 0;
}

.more-news-item .text .title + p {
    margin-top:-8px;
}

.more-news-item .link {
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
    align-items:center;
    color: #D1000F;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration:none;
}

.more-news-item .link:hover {
    opacity:0.8;
}

.more-news-item .link svg {
    display:inline-block;
    margin:0 0 0 8px;
    order:2;
}


