html, body, div, span, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

body {
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh;
    font-family: var(--font-roboto);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-black-1);
}
@media screen and (min-width: 1024px) {
    body {
        font-size: 18px;
        line-height: 24px;
    }
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}
.page-wrapper.hidden {
    display: none;
}
.page-wrapper__content {
    flex: 1;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}
@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
}

.slider a {
    display: block;
    font-size: 0;
    line-height: 0
}

.slider.merch {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .swiper-slide {
        width: 25%
    }
}

/*.mainHeading {
    font-family: var(--font-roboto);
    font-size: 2rem;
    line-height: 2.8rem;
    color: #34373E
}*/

.pageContent.hidden {
    height: 0;
    opacity: 0;
    pointer-events: none
}

.swiper-pagination {
    pointer-events: all
}

.scroll-content {
    height: 100%
}

.speaker {
    position: absolute;
    bottom: 3.7rem;
    left: 5.7rem;
    width: 2.8rem;
    height: 2.8rem;
    background: url(../img/Speaker.svg) no-repeat center center/33%;
    opacity: 0;
    -webkit-transition: 1s 0.5s, background-color .5s 0;
    transition: 1s 0.5s, background-color .5s 0;
    border-radius: 50%
}

.speaker.visible {
    opacity: 1
}

.speaker:hover {
    cursor: pointer;
    background-color: #F4F5F5
}

.cursor {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    opacity: 0;
    border-radius: 50%;
    background: #149A9A;
    pointer-events: none;
    -webkit-transition: opacity 0.5s, width 0.5s, height 0.5s, -webkit-transform .25s;
    transition: opacity 0.5s, width 0.5s, height 0.5s, -webkit-transform .25s;
    transition: opacity 0.5s, width 0.5s, height 0.5s, transform .25s;
    transition: opacity 0.5s, width 0.5s, height 0.5s, transform 0.25s, -webkit-transform .25s;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.cursor.visible {
    width: 4rem;
    height: 4rem;
    opacity: 1
}

.cursor.play .stage {
    background-image: url(../img/pause.png)
}

.cursor.clicked {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.cursor .stage {
    position: absolute;
    top: 51%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20%;
    height: 20%;
    background: url(../img/triangle.svg) no-repeat center center/contain;
    -webkit-transition: .5s;
    transition: .5s
}

.scrollBar {
    position: fixed;
    z-index: 30;
    right: 0;
    top: 200px;
    width: 5px;
    height: 10px;
    background: #149A9A;
    opacity: 0;
    -webkit-transition: opacity 1s, top 1s;
    transition: opacity 1s, top 1s
}

.scrollBar.visible {
    opacity: 1
}

.swiper-wrapper {
    cursor: -webkit-grab;
    cursor: grab
}

.scrollbar-track-y {
    background: transparent !important
}

.scrollbar-thumb-y {
    width: 6px !important;
    background: #149A9A !important;
    border-radius: 0 !important;
    right: 0 !important;
    left: initial !important
}

.preloader .container {
    position: fixed;
    top: 47%;
    left: 50.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 42rem;
    height: 38rem;
    overflow: visible;
}

.preloader .container .round {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #18a099;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

.preloader .container .round1 {
    border-color: #8bcfcc;
    width: 93%;
    height: 97%;
    -webkit-animation-name: rotate1;
    animation-name: rotate1
}

.preloader .container .round2 {
    border-color: #b9e2e0;
    width: 94%;
    height: 97%;
    -webkit-animation-name: rotate2;
    animation-name: rotate2
}

.preloader .container .brand {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 39%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preloader .container .brand:hover {
    cursor: pointer
}

.preloader .container .brand .text {
    margin-left: .25rem;
    margin-bottom: 5rem
}

.preloader .container .brand small {
    font-family: var(--font-georgia);
    font-size: 1.1rem;
    line-height: 1.1;
    width: 70%;
    display: block;
    margin-top: 1.3rem;
    margin-bottom: 1.4rem;
    color: #34373E
}

.preloader .container .brand .name {
    width: 8.8rem;
    height: 3.4rem;
    margin-top: -1.1rem;
    background: url(../img/vera.svg) no-repeat center center/contain
}

.preloader .container .brand + .closer {
    display: none
}

.preloader .container .logo {
    height: 93%;
    width: 4.7rem;
    margin-bottom: 2.8rem;
    margin-right: .4rem;
    background: url(../img/oduvan.svg) no-repeat center center/contain
}

.preloader .container .progressBar {
    position: absolute;
    top: 66.3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: var(--font-roboto);
    font-size: 1rem;
    color: #c6c7c8
}

.preloader .container .progressBar span {
    color: #000
}

.ui-widget-header {
    border: none !important
}

.error404 {
    width: 100%;
    height: 91vh;
    background-image: url('../img/404Error/descErrorBg1.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.error404 .errorContainer {
    position: absolute;
    width: 100%;
    top: 78%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.error404 .errorContainer .p {
    margin: 10rem 0 3rem;
    font-family: var(--font-roboto);
    font-size: 1.125rem;
    text-transform: uppercase;
    color: gray;
    text-align: center
}

.error404 .errorContainer .b-button {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s
}

.search {
    position: fixed;
    top: 80px;
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 700;
    background: #F8FBFB;
    overflow: auto;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    opacity: 0;
    -webkit-transition: opacity .5s 0.3s, -webkit-transform 0 .8s;
    transition: opacity .5s 0.3s, -webkit-transform 0 .8s;
    transition: opacity .5s 0.3s, transform 0 .8s;
    transition: opacity .5s 0.3s, transform 0 0.8s, -webkit-transform 0 .8s;
    pointer-events: none
}

.search.withBanner {
    top: 22.5vh;
    height: 78vh
}

.search.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s 0.3s, -webkit-transform 0 0;
    transition: opacity .5s 0.3s, -webkit-transform 0 0;
    transition: opacity .5s 0.3s, transform 0 0;
    transition: opacity .5s 0.3s, transform 0 0s, -webkit-transform 0 0;
    pointer-events: all
}

.search.empty .emptyMessage {
    display: block
}

.search.empty .searchAnswers {
    display: none
}

.search .searchAnswers {
    max-width: 1200px;
    width: 75rem;
    margin: 0 auto;
    padding-bottom: 2rem
}

.search .counter {
    font-size: 1rem;
    color: #BFC0C0;
    margin-top: 3rem;
    margin-left: .15rem;
    font-family: var(--font-roboto);
    margin-bottom: 2rem
}

.search .answerItem {
    padding: 2.3rem 2.5rem 3rem;
    background: #fff;
    margin-bottom: .65rem
}

.search .answerItem .breadCrumbs {
    margin-top: 0
}

.search .answerItem h3 {
    margin-top: 1.95rem;
    font-family: var(--font-roboto);
    font-size: 1.5rem
}

.search .answerItem p {
    width: 67%;
    font-family: var(--font-roboto);
    font-size: 1rem;
    line-height: 1.625rem;
    margin-top: .85rem
}

.search .emptyMessage {
    display: none;
    text-align: center
}

.search .emptyMessage h3 {
    margin-top: 5rem;
    margin-bottom: 1rem;
    font-family: var(--font-roboto);
    font-size: 1.125rem
}

.search .emptyMessage p {
    font-family: var(--font-roboto);
    font-size: 1rem
}

.pageContainer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 40px;
    padding: 0 32px;
}

.pageContainer--no-margin-bottom {
    margin-bottom: 0;
}

.pageContainer .meaning > .wow {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .pageContainer {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .pageContainer--no-margin-bottom {
        margin-bottom: 0;
    }
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info img {
    margin-right: 3rem;
    width: 50%
}

.info .left {
    margin-bottom: 2.85rem
}

.info .bottom:empty {
    display: none
}

.info .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-roboto);
    font-size: .875rem;
    margin-top: 3.7rem;
    text-transform: uppercase
}

.info .bottom .details {
    position: relative;
    display: block;
    color: #149A9A;
    font-family: var(--font-roboto);
    margin-right: 3rem
}

.info .bottom .details:hover {
    cursor: pointer
}

.info .bottom .details:after {
    content: '';
    position: absolute;
    top: -7%;
    right: -23%;
    width: .5rem;
    height: 100%;
    background: url(../img/firtsTypePage/greenArrow.png) no-repeat center center/contain
}

.info .bottom .btn.help {
    display: block;
    color: #fff;
    padding: 1.45rem 3.8rem;
    background: #149A9A;
    border-radius: 4px;
    -webkit-transition: background .5s;
    transition: background .5s;
    font-family: var(--font-roboto);
    letter-spacing: .5px
}

.info .bottom .btn.help:hover {
    background: #077E7E;
    cursor: pointer
}

.belt.firstType {
    margin-top: 3.85rem;
    padding: 6.95rem 17.9rem 7.6rem 16.1rem
}

.belt.firstType p {
    max-width: 896px;
    margin: 0 auto
}

.firstTypePage .avatarBlock {
    margin-top: 3.7rem
}

.avatarBlock {
    padding-bottom: 6rem
}

.avatarBlock h3 {
    margin-top: 5.5rem;
    font-family: var(--font-roboto);
    font-size: 1.5rem
}

.avatarBlock img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.avatarBlock .box {
    margin-top: 3.5rem
}

.avatarBlock .box .avatarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 0;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0
}

.avatarBlock .box .avatarRow.open {
    height: auto;
    opacity: 1
}

.avatarBlock .box .volunteer {
    width: 31.6%;
    margin-bottom: 2rem;
    color: #000
}

.avatarBlock .box .volunteer:not(:nth-of-type(3)) {
    margin-right: 2.6%
}

.avatarBlock .box .volunteer .avatar {
    height: 15rem;
    margin-bottom: 2.45rem
}

.avatarBlock .box .volunteer .name {
    font-family: var(--font-roboto);
    font-size: 1.5rem
}

.avatarBlock .box .volunteer .name small {
    font-family: var(--font-roboto);
    font-size: 1rem
}

.avatarBlock .box .volunteer .message {
    position: relative;
    margin-top: .85rem;
    font-family: Roboto, Arial;
    font-size: 1rem;
    line-height: 1.7rem
}

.avatarBlock .showMore {
    font-family: var(--font-roboto);
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    margin-top: 2rem
}

.avatarBlock .showMore.hidden {
    display: none
}

.avatarBlock .mobile {
    display: none
}

.intro {
    margin-top: 3rem;
    padding-bottom: 0
}

.intro p {
    position: relative;
    margin-top: 40px;
    max-width: 640px;
}

.intro .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-roboto);
    font-size: .875rem;
    margin-top: 2.4rem;
    text-transform: uppercase
}

.intro .bottom .details {
    position: relative;
    display: block;
    color: #149A9A;
    font-family: var(--font-roboto);
    margin-right: 3rem
}

.intro .bottom .details:hover {
    cursor: pointer
}

.intro .bottom .details:after {
    content: '';
    position: absolute;
    top: -7%;
    right: -23%;
    width: .5rem;
    height: 100%;
    background: url(../img/secondTypePage/greenArrow.png) no-repeat center center/contain
}

.intro .bottom .btn.help {
    display: block;
    color: #fff;
    padding: 1.45rem 3rem;
    background: #149A9A;
    border-radius: 4px;
    -webkit-transition: background .5s;
    transition: background .5s;
    font-family: var(--font-roboto);
    letter-spacing: .5px
}

.intro .bottom .btn.help:hover {
    background: #077E7E;
    cursor: pointer
}

.eventOrganisation {
    width: 47rem;
    margin: 2.875rem auto 0 13.8rem;
    font-family: var(--font-roboto);
}

.eventOrganisation h2 {
    width: 65%;
    font-family: var(--font-roboto);
    font-size: 2.25rem;
    line-height: 2.5625rem
}

.eventOrganisation .organisationProcess {
    position: relative;
    margin-top: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.eventOrganisation .organisationProcess .left {
    position: relative;
    width: 10%
}

.eventOrganisation .organisationProcess .left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    background: #ECEDEE
}

.eventOrganisation .organisationProcess .left div {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background: #F2F7F7
}

.eventOrganisation .organisationProcess .left div:first-of-type {
    margin-bottom: 4.8rem
}

.eventOrganisation .organisationProcess .left div:nth-of-type(2) {
    margin-bottom: 10.45rem
}

.eventOrganisation .organisationProcess .left div:nth-of-type(3) {
    margin-bottom: 4rem
}

.eventOrganisation .organisationProcess .left div:nth-of-type(4) {
    margin-bottom: 13.2rem
}

.eventOrganisation .organisationProcess .left div span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: var(--font-roboto);
    color: #636365
}

.eventOrganisation .organisationProcess .right {
    margin-left: 29%;
    width: 71%
}

.eventOrganisation .organisationProcess .right .number {
    position: absolute;
    top: 0;
    left: -40%;
    transform: translateY(-27%);
    font-family: var(--font-roboto);
    width: 4.5rem;
    height: 4.5rem;
    background: #F2F7F7;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.eventOrganisation .organisationProcess .right > div {
    position: relative;
    padding-top: .2rem;
    padding-bottom: 2.8rem
}

.eventOrganisation .organisationProcess .right > div:not(:last-of-type):before {
    position: absolute;
    top: 0;
    left: -33.5%;
    content: '';
    width: 2px;
    height: 100%;
    background: #ECEDEE
}

.eventOrganisation .organisationProcess .right > div h4 {
    font-family: var(--font-roboto);
    font-size: 1.5rem;
    margin-bottom: 1.45rem
}

.eventOrganisation .organisationProcess .right > div h4:first-letter {
    text-transform: capitalize
}

.eventOrganisation .organisationProcess .right > div p {
    font-family: var(--font-roboto);
    font-size: 1rem;
    line-height: 1.625rem
}

.eventOrganisation .organisationProcess .right > div .btn {
    display: inline-block;
    font-family: var(--font-roboto);
    color: #fff;
    background: #149A9A;
    font-size: .85rem;
    margin-top: 1.7rem;
    margin-bottom: .4rem;
    padding: 1.5rem 3.1rem;
    border-radius: 4px;
    -webkit-transition: background .5s;
    transition: background .5s
}

.eventOrganisation .organisationProcess .right > div .btn:hover {
    cursor: pointer;
    background: #077E7E
}

.eventOrganisation .organisationProcess .right > div h5 {
    font-family: var(--font-roboto);
    margin-top: 1.75rem;
    margin-bottom: .3rem
}

.eventOrganisation .organisationProcess .right > div h5:last-of-type {
    margin-top: 2.4rem
}

.button-wrapper {
    padding: 20px 0
}

.button-title {
    font-family: var(--font-roboto);
    font-size: 1.5rem;
    margin-bottom: 30px
}

.button-body {
    text-align: center
}

.button-free {
    border-radius: 5px;
    min-width: 11.7rem;
    display: inline-block;
    text-align: center;
    padding: 18px 12px;
    font-family: var(--font-roboto);
    transition: opacity .5s;
    -webkit-transition: opacity .5s
}

.button-free:hover {
    opacity: .8
}

.text-wrapper {
    margin: 20px 0
}

.text-title {
    font-family: var(--font-roboto);
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-top: 5.5rem
}

.text-body {
    font-family: var(--font-roboto);
    line-height: 1.2
}

.slider {
    margin-top: 3.3rem
}

.slider.merch {
    margin-top: 4.5rem;
    margin-bottom: 3rem
}

.slider .h3 {
    font-family: var(--font-roboto);
    font-size: 1.5rem;
    color: #34373E
}

.slider .swiper-container {
    display: none;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 4.5rem
}

.slider .swiper-container.swiper-container-initialized {
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0
}

.slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.slider-item__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-item__description::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 0
}

.slider-item__description__inner {
    padding: 20px;
    color: #34373E;
    font-size: 20pt;
    font-family: var(--font-roboto);
    text-align: center;
    z-index: 1
}

@media screen and (max-width: 540px) {
    #fullWidth-slider .slider-item {
        height: 232px !important
    }

    .slider-item__description__inner {
        font-size: 13pt
    }
}

.fullWidth-slider .slider-item {
    height: auto !important;
    padding-bottom: 100%
}

.fullWidth-slider h3 {
    margin-top: 5.5rem;
    font-family: var(--font-roboto);
    font-size: 1.5rem
}

.slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    justify-content: center
}

.slider.merch .swiper-container:not(.swiper-container-initialized) {
    margin: 0 -15px
}

.slider.merch .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    margin: 0 15px
}

.slider .swiper-container p {
    margin-top: 1rem;
    font-family: var(--font-roboto);
    font-size: 1rem;
    text-align: center
}

.slider .swiper-container a {
    color: #000
}

.slider .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px
}

.slider .swiper-container .swiper-pagination-bullet-active {
    background: #149A9A
}

.slider img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.questions {
    width: 90%;
    margin: 5.5rem auto 0
}

.questions .firstLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.questions .firstLine .left {
    font-family: var(--font-roboto);
    font-size: 1.5rem;
    line-height: 2rem;
    width: 40%;
    margin-right: 11.6%
}

.questions .firstLine .right {
    font-family: var(--font-roboto);
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 52.4%;
    margin-top: .3rem
}

.questions .firstLine .right p:first-of-type {
    width: 77%
}

.questions .firstLine .right p:nth-of-type(2) {
    width: 66%;
    margin-top: 1.75rem
}

.questions .firstLine .right b {
    display: block;
    margin-top: 3.5rem;
    font-family: var(--font-roboto);
    font-size: 1.25rem
}

.questions .firstLine .right span {
    display: block;
    margin-top: .3rem
}

.questions .secondLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1440px;
    margin: 5.5rem auto 0;
    padding: 0 32px;
}
@media (max-width: 767px) {
    .questions .secondLine {
        padding: 0 15px;
    }
}

.questions .secondLine .left {
    font-family: var(--font-roboto);
    font-size: 1.5rem;
    line-height: 2rem;
    width: 24%;
    margin-right: 11.6%
}

.questions .secondLine .right {
    margin-top: .2rem;
    width: 57.3%;
    font-family: var(--font-roboto);
    font-size: 1.25rem;
    line-height: 1.75rem
}

.questions .secondLine .right form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.85rem;
    border: 1px solid #eaedee;
    border-radius: 4px;
    border-right: none;
    font-family: var(--font-roboto);
    overflow: hidden
}

.questions .secondLine .right form.success .successMessage {
    display: block
}

.questions .secondLine .right form input {
    width: 100%;
    font-size: 1rem;
    padding: 1.2rem 0 1.2rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none
}

.questions .secondLine .right form button {
    width: 30.5%;
    border: none;
    background: #149A9A;
    font-size: 1rem;
    padding: 1.2rem;
    border-radius: 0 4px 4px 0;
    color: #fff;
    -webkit-transition: background .5s;
    transition: background .5s;
    font-family: var(--font-roboto);
    letter-spacing: .5px
}

.questions .secondLine .right form button:hover {
    cursor: pointer;
    background: #077E7E
}

.questions .secondLine .right form .successMessage {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FAFAFA;
    font-family: var(--font-roboto);
    font-size: 1rem;
    line-height: 3.4rem;
    text-align: center;
    border-right: 1px solid #EAEDEE;
    border-radius: 4px
}

.questions .secondLine .right p.error {
    font-size: .8rem;
    color: #FF5C5C;
    font-family: var(--font-roboto);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.questions .secondLine .right p.error.visible {
    opacity: 1
}

.questions .secondLine .right .moreQuestions {
    margin-top: 3.1rem;
    margin-left: -.2rem
}

.questions .secondLine .right .moreQuestions a {
    margin-left: .9rem;
    font-size: 1.125rem;
    text-decoration: underline;
    -webkit-text-decoration-color: #e1e1e1;
    text-decoration-color: #e1e1e1;
    color: #000
}

.requisites {
    margin-top: 12.5rem;
    border-top: 2px solid #ECEDEE;
    padding-bottom: 3rem;
    margin-bottom: 6rem
}

.requisites .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.5rem
}

.requisites img {
    margin-left: -1.1rem;
    margin-top: .5rem;
    width: 39%;
    height: 24rem;
    -o-object-fit: cover;
    object-fit: cover
}

.requisites .content {
    width: 32%;
    margin-top: 4.2rem;
    margin-left: 10.85rem
}

.requisites .content h3 {
    font-family: var(--font-roboto);
    font-size: 1.5rem;
    line-height: 2.5rem;
    width: 80%;
    margin-bottom: .8rem
}

.requisites .content p {
    position: relative;
    font-family: var(--font-roboto);
    font-size: 1rem;
    line-height: 1.75rem
}

.requisites .content a {
    display: inline-block;
    color: #000;
    font-family: var(--font-roboto);
    font-size: .875rem;
    padding: 1.55rem 4.5rem;
    background: #F2F7F7;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2.65rem;
    -webkit-transition: background 0.5s, color .5s;
    transition: background 0.5s, color .5s
}

.requisites .content a:hover {
    cursor: pointer;
    background: #149A9A;
    color: #fff
}

.introWithTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
    overflow: visible
}

.introWithTitle h1,
.introWithTitle h2,
.introWithTitle h3,
.introWithTitle h4 {
    margin-top: 0;
}

.introWithTitle img {
    margin-top: -1rem;
    margin-right: 1rem;
    width: 50%;
    height: 27rem;
    -o-object-fit: cover;
    object-fit: cover
}

.introWithTitle h1 span {
    display: block
}

.introWithTitle p {
    position: relative;
    width: 92%;
}

.introWithTitle .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-roboto);
    font-size: .875rem;
    margin-top: 2.5rem;
    text-transform: uppercase
}

.introWithTitle .bottom.mobile {
    display: none
}

.introWithTitle .bottom .details {
    position: relative;
    display: block;
    color: #149A9A;
    font-family: var(--font-roboto);
    margin-right: 3rem
}

.introWithTitle .bottom .details:hover {
    cursor: pointer
}

.introWithTitle .bottom .details:after {
    content: '';
    position: absolute;
    top: -7%;
    right: -23%;
    width: .5rem;
    height: 100%;
    background: url(../img/secondTypePage/greenArrow.png) no-repeat center center/contain
}

.introWithTitle .bottom .btn.help {
    display: block;
    color: #fff;
    padding: 1.45rem 3rem;
    background: #149A9A;
    border-radius: 4px;
    -webkit-transition: background .5s;
    transition: background .5s;
    font-family: var(--font-roboto);
    letter-spacing: .5px
}

.introWithTitle .bottom .btn.help:hover {
    cursor: pointer;
    background: #077E7E
}


.belt {
    background: #FAFAFA;
    font-family: var(--font-roboto);
    font-size: 1.5rem;
    line-height: 2.625rem;
    color: #34373E;
    text-align: center;
    margin-top: 3rem;
    padding: 5.3rem 14rem
}

.belt.narrow {
    padding: 8rem 0 9rem
}

.belt.narrow p {
    width: 45%;
    margin: 0 auto
}

.belt.thirdType {
    margin-top: 90px;
    padding: 85px 0
}

.belt strong {
    font-family: var(--font-roboto);
}

.FAQ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 5.5rem
}

.FAQ h2 {
    font-family: var(--font-roboto);
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 2.3rem
}

.FAQ .right {
    width: 66%
}

.FAQ .right .questions {
    width: 100%;
    margin: 0
}

.FAQ .right h3 {
    position: relative;
    padding-right: 50px;
    font-family: var(--font-roboto);
    font-size: 1.25rem
}

.FAQ .right h3:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1rem;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    width: .7rem;
    height: .5rem;
    background: url(../img/thirdTypePage/faqArrow.svg) no-repeat center center/contain;
    -webkit-transition: .5s;
    transition: .5s
}

.FAQ .right p {
    width: 75%;
    margin-top: 1.45rem
}

.FAQ .right .questions .question {
    margin-bottom: 1rem;
    background: #FAFAFA;
    padding: 2.45rem 2.6rem
}

.FAQ .right .questions .question.close .answer {
    max-height: 0
}

.FAQ .right .questions .question.close h3:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.FAQ .right .questions .question:hover {
    cursor: pointer
}

.FAQ .answer {
    max-height: 15rem;
    font-family: var(--font-roboto);
    font-size: 1.25rem;
    line-height: 1.75rem;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden
}

.FAQ .btn {
    font-size: 1rem;
    background: #149A9A;
    color: #fff;
    padding: .63rem 2.4rem;
    border-radius: 4px;
    margin-top: 2.1rem;
    display: inline-block;
    -webkit-transition: background .5s;
    transition: background .5s;
    font-family: var(--font-roboto);
    letter-spacing: .5px
}

.FAQ .btn:hover {
    cursor: pointer;
    background: #077E7E
}

.FAQ .moreQuestions {
    margin-top: 3.9rem;
    margin-left: .2rem;
    font-family: var(--font-roboto);
    font-size: 1.25rem
}

.FAQ .moreQuestions a {
    font-family: var(--font-roboto);
    font-size: 1.125rem;
    color: #34373E;
    text-decoration: underline;
    -webkit-text-decoration-color: #e1e1e1;
    text-decoration-color: #e1e1e1;
    margin-left: .56rem
}

.introWithoutImg {
    margin-top: 30px;
}
.introWithoutImg h1,
.introWithoutImg h2,
.introWithoutImg h3,
.introWithoutImg h4 {
    margin-top: 0;
}

.container--breadcrumb + .pageContainer > .waysToHelp,
.container--breadcrumb + .pageContainer > .info,
.container--breadcrumb + .pageContainer > .intro,
.container--breadcrumb + .pageContainer > .activity,
.container--breadcrumb + .pageContainer > .meaning,
.container--breadcrumb + .pageContainer > .editor_content,
.container--breadcrumb + .pageContainer > .title,
.container--breadcrumb + .contacts {
    margin-top: 30px !important;
}

/*
.introWithoutImg p {
    position: relative;
    margin-top: 2.75rem;
    width: 68%;
    font-family: var(--font-roboto);
    font-size: 1.75rem;
    line-height: 1.22
}
*/

.line {
    margin-top: 6.2rem;
    border-top: 1px solid #F1F1F1
}

@media all and (max-width: 1367px) {
    html {
        font-size: 15px
    }
}

@media all and (max-width: 1280px) {
    html {
        font-size: 14px
    }
}

@media all and (max-width: 1023px) {
    html {
        font-size: 13px
    }
}

@media all and (max-width: 960px) {
    html {
        font-size: 12px
    }
}

@media all and (min-width: 1024px) and (max-width: 1500px) {
    section.belt.narrow {
        padding: 8rem 0 9rem
    }

    section.belt.narrow p {
        width: 55%
    }
}

@media screen and (max-width: 1023px) {
    .error404 {
        width: 100%;
        height: 85vh;
        margin-top: 10vh
    }

    .error404 .errorContainer {
        top: 95%;
        width: 100%
    }

    .error404 .errorContainer .p {
        text-align: center;
        font-size: 3vmin;
        margin-top: 0;
        margin-bottom: 3rem;
    }

    .error404 .errorContainer .btn {
        width: 30%;
        padding: 2vmin 4vmin;
        font-size: 3vmin;
        margin-top: 6vh
    }
}

@media screen and (max-width: 767px) {
    .error404 {
        height: 90vh;
        background: url(../img/404Error/mobErrorBg1.png) no-repeat top 4vh center/100% auto
    }

    .error404 .errorContainer .p {
        font-size: 4.5vmin
    }

    .error404 .errorContainer .btn {
        width: 40%;
        padding: 5vmin 13vmin;
        font-size: 4vmin;
        margin-top: 6vh
    }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
    .error404 {
        height: 75vh;
        background: url(../img/404Error/descErrorBg1.png) no-repeat center center/contain
    }
}

@media screen and (max-width: 1023px) {
    .preloader .container {
        width: 80vmin;
        height: 71vmin
    }

    .preloader .container .progressBar {
        font-size: 5vmin
    }

    .preloader .container .brand {
        width: 55%
    }

    .preloader .container .brand small {
        width: 86%;
        font-size: 3.8vmin;
        margin-top: 3vmin;
        margin-bottom: 5vmin
    }

    .preloader .container .brand .text {
        margin-left: 1.1vmin;
        margin-bottom: 11vmin
    }

    .preloader .container .brand .name {
        width: 27vmin;
        height: 11vmin;
        margin-top: -4vmin
    }

    .preloader .container .logo {
        width: 17vmin;
        margin-bottom: 8vmin;
        margin-right: 1vmin
    }
}

@media screen and (max-width: 1023px) {
    .indexContainer footer {
        padding-top: 4vh
    }

    .indexContainer footer .mobileFooter .top .phones {
        margin-top: 0
    }

    .swiper-wrapper {
        align-items: stretch;
        align-content: stretch;
    }

    .slider.merch .swiper-slide {
        height: auto;
    }
}

@media screen and (max-width: 1023px) {
    .info img {
        display: none
    }

    .info span {
        font-size: 5.3vmin;
        line-height: 7.5vmin
    }

    .info .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 7.8vmin
    }

    .info .bottom .details {
        width: 100%;
        margin-right: 0;
        text-align: center;
        font-size: 3.7vmin;
        background: #F2F7F7;
        margin-top: 3.3vmin;
        padding: 4.7vmin;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        color: #34373E;
        letter-spacing: 1px
    }

    .info .bottom .details:after {
        display: none
    }

    .info .bottom .btn.help {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 3.7vmin;
        padding: 4.7vmin
    }

    .line {
        display: none
    }

    .belt {
        padding: 6vmin;
        font-size: 4vmin;
        line-height: 6vmin
    }

    .belt.firstType {
        padding: 0;
        padding: 6vmin;
        font-size: 4vmin;
        line-height: 6vmin
    }

    .belt.narrow {
        padding: 14vmin 2vmin
    }

    .belt.narrow p {
        width: auto
    }

    .belt.thirdType {
        margin-top: 50px;
        padding: 40px 0;

    }

    .avatarBlock {
        padding-bottom: 0
    }

    .avatarBlock h3 {
        padding-top: 4vmin;
        text-align: center;
        font-size: 4vmin
    }

    .avatarBlock .swiper-container {
        margin-top: 8vmin;
        border-radius: 8px
    }

    .avatarBlock .swiper-container img {
        width: 100%;
        height: 54vmin;
        border-radius: 8px 8px 0 0
    }

    .avatarBlock .swiper-container a {
        color: #000
    }

    .avatarBlock .swiper-container .swiper-slide {
        border-radius: 8px;
        border: 1px solid #F0F0F0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 12vmin
    }

    .avatarBlock .swiper-container .name {
        font-family: var(--font-roboto);
        font-size: 4vmin;
        margin: 8vmin auto 0;
        width: 85%
    }

    .avatarBlock .swiper-container .name small {
        font-family: var(--font-roboto);
        font-size: 3vmin
    }

    .avatarBlock .swiper-container .message {
        font-family: var(--font-roboto);
        font-size: 4vmin;
        line-height: 6.5vmin;
        width: 85%;
        margin: 3.2vmin auto
    }

    .avatarBlock .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
        width: 1.7vmin;
        height: 1.7vmin
    }

    .avatarBlock .swiper-container .swiper-pagination-bullet-active {
        background: #149A9A
    }

    .avatarBlock .desktop {
        display: none
    }

    .avatarBlock .mobile {
        display: block
    }

    .mobileFooter {
        display: block
    }

    .mobileFooter .top {
        padding: 6.1vmin
    }

    .mobileFooter .top nav a {
        font-family: var(--font-roboto);
        font-size: 5vmin;
        color: #000;
        display: block;
        letter-spacing: .85px;
        margin-bottom: 6.8vmin
    }

    .mobileFooter .top .tel {
        font-family: var(--font-roboto);
        font-size: 6.3vmin;
        color: #149A9A;
        margin-top: 0;
        transform: translateY(0)
    }

    .mobileFooter .top .tel a {
        color: #149A9A
    }

    .mobileFooter .top .tel span {
        font-size: 3.76vmin;
        font-family: var(--font-roboto);
        display: block;
        color: #000;
        margin-top: 2.2vmin
    }

    .mobileFooter .top .phones {
        font-family: var(--font-roboto);
        font-size: 4.3vmin;
        margin-top: 11vmin
    }

    .mobileFooter .top .phones .phone {
        margin-bottom: 3vmin;
        color: #000
    }

    .mobileFooter .top .phones .phone a {
        color: #000
    }

    .mobileFooter .top .mail {
        font-family: var(--font-roboto);
        font-size: 4.3vmin;
        color: #149A9A;
        margin-top: 6.4vmin;
        text-decoration: underline;
        -webkit-text-decoration-color: #e7ebeb;
        text-decoration-color: #e7ebeb
    }

    .mobileFooter .bottom {
        background: linear-gradient(to bottom, #fff 0%, #fff 23%, #FCFCFC 23%, #FCFCFC 100%);
        padding: 6vmin 6.5vmin 0;
        font-family: var(--font-roboto);
    }

    .mobileFooter .bottom .DIlogo {
        margin-top: 3vmin;
        margin-bottom: 3vmin;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 14.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobileFooter .bottom .tm {
        font-size: 3.7vmin;
        line-height: 7vmin;
        color: #34373E
    }

    .mobileFooter .bottom .disclaimer {
        font-size: 2.5vmin;
        color: #B3B9BF;
        margin-top: 3vmin;
        line-height: 4.3vmin
    }

    .mobileFooter .bottom .sharing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 9vmin 4vmin;
        padding-top: 0
    }

    .mobileFooter .bottom .sharing a {
        position: relative;
        display: block;
        width: 9.5vmin;
        height: 9.5vmin;
        border-radius: 50%;
        border: 1px solid #AEB5BC;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mobileFooter .bottom .sharing svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70%;
        height: 70%
    }
}

@media screen and (max-width: 1023px) {
    .intro {
        margin-top: 8vmin;
        padding-bottom: 0
    }

    .intro p {
        width: 100%;
        margin-top: 30px;
    }

    .intro .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }

    .intro .bottom .details {
        width: 100%;
        margin-right: 0;
        text-align: center;
        font-size: 3.7vmin;
        background: #F2F7F7;
        margin-top: 3.3vmin;
        padding: 4.7vmin;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        color: #34373E;
        letter-spacing: 1px
    }

    .intro .bottom .details:after {
        display: none
    }

    .intro .bottom .btn.help {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 3.7vmin;
        padding: 4.7vmin
    }

    .eventOrganisation {
        margin: 10.6vmin 0;
        width: 100%
    }

    .eventOrganisation h2 {
        width: 85%;
        font-size: 4.48vmin;
        line-height: 7.9vmin;
        text-align: center;
        text-transform: uppercase;
        margin: 0 auto
    }

    .eventOrganisation .organisationProcess {
        margin-top: 9.5vmin
    }

    .eventOrganisation .organisationProcess .number {
        display: block
    }

    .eventOrganisation .organisationProcess .left {
        display: none
    }

    .eventOrganisation .organisationProcess .right {
        width: 100%;
        margin-left: 0
    }

    .eventOrganisation .organisationProcess .right > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .eventOrganisation .organisationProcess .right > div h4 {
        font-family: var(--font-roboto);
        text-align: center;
        font-size: 4.5vmin;
        margin-top: 6vmin;
        margin-bottom: 3.1vmin;
        letter-spacing: -.5px
    }

    .eventOrganisation .organisationProcess .right > div p {
        line-height: 7vmin;
        font-size: 4.2vmin;
        text-align: center;
        width: 84%
    }

    .eventOrganisation .organisationProcess .right > div .btn {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 3.9vmin;
        padding: 5vmin;
        margin-bottom: 3vmin
    }

    .eventOrganisation .organisationProcess .right > div:nth-of-type(3) p {
        margin-bottom: 3vmin
    }

    .eventOrganisation .organisationProcess .right > div:nth-of-type(5) h4 {
        width: 70%;
        text-align: center;
        margin-top: 4vmin;
        line-height: 6.5vmin;
        margin-bottom: 2.8vmin
    }

    .eventOrganisation .organisationProcess .right > div h5 {
        margin-top: 1.6vmin;
        margin-bottom: 1vmin;
        font-size: 4.3vmin
    }

    .eventOrganisation .organisationProcess .right > div h5:last-of-type {
        margin-top: 11vmin
    }

    .eventOrganisation .organisationProcess .right .number {
        position: static;
        width: 15vmin;
        height: 15vmin;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: var(--font-roboto);
        font-size: 3.7vmin;
        background: #F2F7F7;
        border-radius: 50%
    }

    .slider {
        text-align: center
    }

    .slider .h3 {
        font-size: 4.5vmin
    }

    .slider img {
        width: 75%;
        height: 56vmin
    }

    .slider.merch img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider .swiper-container p {
        margin-top: 7.3vmin;
        font-size: 4vmin
    }

    .questions {
        width: 100%;
        margin: 16.7vmin 0 0
    }

    .questions .firstLine {
        width: 90%;
        display: block
    }

    .questions .firstLine .left {
        width: 87%;
        font-size: 4.5vmin;
        line-height: 6.4vmin;
        letter-spacing: -.4px;
        margin-bottom: 3.5vmin
    }

    .questions .firstLine .right {
        width: 100%;
        font-size: 4.5vmin;
        line-height: 6.4vmin;
        letter-spacing: -.4px
    }

    .questions .firstLine .right p:first-of-type {
        width: 100%
    }

    .questions .firstLine .right p:nth-of-type(2) {
        width: 100%
    }

    .questions .firstLine .right b {
        margin-top: 5.5vmin;
        font-size: 4.5vmin
    }

    .questions .firstLine .right span {
        margin-top: 0
    }

    .questions .secondLine.mailing {
        width: initial;
        margin-top: 10vmin;
        display: block;
        border-top: 8px solid #F8F8F8;
        border-bottom: 8px solid #F8F8F8
    }

    .questions .secondLine.mailing .left {
        width: 67.5%;
        margin: 7.5vmin 0 0;
        font-size: 4.2vmin;
        line-height: 6.5vmin;
        padding-left: 4vmin
    }

    .questions .secondLine.mailing .right {
        width: 91.5%;
        margin: 3.4vmin auto 0;
        font-size: 4.5vmin;
        line-height: 6.4vmin
    }

    .questions .secondLine.mailing .right form {
        margin-top: 9.5vmin;
        height: 12vmin
    }

    .questions .secondLine.mailing .right form input {
        font-size: 4vmin;
        padding: 4vmin 0 4vmin 4vmin
    }

    .questions .secondLine.mailing .right form button {
        width: 38.5%;
        font-size: 4.5vmin;
        padding: 2vmin;
        height: 100%
    }

    .questions .secondLine.mailing .right form.success .successMessage {
        font-size: 4vmin;
        line-height: 12vmin
    }

    .questions .secondLine.mailing .right .moreQuestions {
        margin-top: 8vmin;
        margin-left: 0;
        font-size: 4vmin;
        margin-bottom: 9vmin
    }

    .questions .secondLine.mailing .right .moreQuestions a {
        margin-left: 1vmin;
        font-size: 3.5vmin
    }

    .questions .secondLine.mailing p.error {
        font-size: 3vmin
    }

    .requisites {
        margin-top: 14vmin;
        margin-bottom: 10vmin;
        border-radius: 8px
    }

    .requisites .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #ECEDEE;
        padding-bottom: 5vmin
    }

    .requisites img {
        width: 86%;
        margin: 0 auto;
        height: 60vmin
    }

    .requisites .content {
        width: 86.5%;
        margin: 0 auto
    }

    .requisites .content h3 {
        width: 100%;
        font-size: 4.26vmin;
        margin-top: 1.4vmin;
        line-height: 1.4
    }

    .requisites .content p {
        width: 91%;
        font-size: 4vmin;
        line-height: 6.5vmin;
        letter-spacing: .6px
    }

    .requisites .content a {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 3.8vmin;
        padding: 4vmin
    }
}

@media screen and (max-width: 1023px) {
    .introWithTitle {
        margin-top: 20px;
    }

    .introWithTitle img {
        display: none
    }

    .introWithTitle p {
        width: 100%;
    }

    .introWithTitle .bottom {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 7.8vmin
    }

    .introWithTitle .bottom.mobile {
        display: block
    }

    .introWithTitle .bottom .details {
        width: 100%;
        margin-right: 0;
        text-align: center;
        font-size: 3.7vmin;
        background: #F2F7F7;
        margin-top: 3.3vmin;
        padding: 4.7vmin;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        color: #34373E;
        letter-spacing: 1px
    }

    .introWithTitle .bottom .details:after {
        display: none
    }

    .introWithTitle .bottom .btn.help {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 3.7vmin;
        padding: 4.7vmin
    }

    .FAQ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 4vmin
    }

    .FAQ h2 {
        font-size: 4.5vmin;
        margin-top: 7.5vmin
    }

    .FAQ .right {
        width: 100%
    }

    .FAQ .right .questions {
        margin: 11vmin 0 8.5vmin
    }

    .FAQ .right .questions .question {
        padding: 8.6vmin 5vmin
    }

    .FAQ .right h3 {
        font-size: 4.3vmin
    }

    .FAQ .right h3:after {
        right: 1.5vmin;
        width: 3vmin;
        height: 3vmin
    }

    .FAQ .right p {
        width: 100%;
        margin-top: 8vmin;
        font-size: 4.5vmin;
        line-height: 7.8vmin
    }

    .FAQ .right .btn {
        display: block;
        width: 96%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 4vmin;
        padding: 4vmin;
        margin: 8.1vmin auto 0;
        text-transform: uppercase
    }

    .FAQ .answer {
        max-height: 80vmin
    }

    .FAQ .moreQuestions {
        margin-left: 0;
        margin-top: 0;
        font-size: 5.35vmin
    }

    .FAQ .moreQuestions a {
        display: block;
        margin-left: 0;
        margin-top: 4vmin;
        font-size: 4.8vmin
    }

    .slider.merch {
        margin-top: 5vmin;
        margin-bottom: 10vmin
    }
}

@media screen and (max-width: 1023px) {
    .container--breadcrumb + .pageContainer > .waysToHelp,
    .container--breadcrumb + .pageContainer > .info,
    .container--breadcrumb + .pageContainer > .intro,
    .container--breadcrumb + .pageContainer > .activity,
    .container--breadcrumb + .pageContainer > .meaning,
    .container--breadcrumb + .pageContainer > .editor_content,
    .container--breadcrumb + .pageContainer > .title,
    .container--breadcrumb + .contacts {
        margin-top: 20px !important;
    }

    .introWithoutImg {
        margin-top: 20px;
    }

   /* .introWithoutImg p {
        width: 100%;
        font-size: 4.2vmin;
        margin-top: 6.5vmin;
        line-height: 6.5vmin;
        letter-spacing: .13px
    }*/
}

@media screen and (max-width: 1023px) {
    .search .searchAnswers {
        width: 95%;
        margin: 13vh auto 10vh
    }

    .search .counter {
        margin-left: 6vmin;
        margin-bottom: 10vmin
    }

    .search .answerItem {
        padding: 7vmin 8vmin
    }

    .search .answerItem h3 {
        margin-top: 5vmin;
        font-size: 6vmin
    }

    .search .answerItem p {
        width: 100%;
        font-size: 4vmin;
        line-height: 5vmin;
        margin-top: 3vmin
    }

    .search .emptyMessage h3 {
        margin-top: 20vmin;
        margin-bottom: 4vmin;
        font-size: 6vmin
    }

    .search .emptyMessage p {
        font-size: 4vmin
    }
}

@media all and (min-width: 1024px) {
    .info .left {
        width: 56.5%
    }

    .introWithTitle .left {
        width: 55%
    }

    .slider.merch {
        margin-top: 4.5rem;
        margin-bottom: 3rem
    }

    .slider.merch img {
        width: 100%;
        height: 38vw;
        max-height: 700px;
        object-fit: contain;
    }

    .slider img {
        width: 100%
    }

    .avatarBlock img {
        width: 100%
    }
}

.iframe-container {
    position: relative
}

.iframe-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 1023px) {
    .pageContainer.withBanner {
        margin-top: 45vmin
    }

    .pageContainer .meaning > .wow {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pageContainer.withBanner {
        margin-top: 75vmin
    }
}

@media screen and (max-width: 1023px) {

    fieldset.single-step {
        display: contents
    }

    .mobileFooter .mail {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .links-block__width-mobile {
        width: 100%
    }

    .links-block__width-mobile .btn {
        width: 100% !important
    }

    .links-block__hide-mobile {
        display: none
    }
}

.fadeInUpBig span:empty {
    display: none
}

@media (max-width: 991px) {
    .questions .secondLine .right form .successMessage {
        font-size: 4.5vmin;
        line-height: 92px
    }
}

.slider.merch .swiper-slide {
    text-align: center;
}

.secondTypePage .slider.merch img,
.fourthTypePage .slider.merch img {
    width: 100%;
}

.txttohtmllink {
    margin-top: 0 !important;
}

@media (max-width: 991px) {
  .pageContainer td {
    padding-right: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .fullWidth-slider .slider-item {
    padding-bottom: initial;
  }
}

.img_description {
    left: 0;
    right: 0;
}
