
.image-container {
    position: relative;
    width: 300px;
    height: 400px;
    overflow: hidden;
}

.masked-image {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url('../images/brush.png');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('../images/brush.png');
    mask-size: cover;

    mask-repeat: no-repeat;
}


.text-bb {
    color: #005b9c;
}

.bg-yellow {
    background-color: #ffcc79;
}

.bg-yellow .wp-block-columns {
    background: transparent;
}

.startpoint {
    width: 100px;

}

.image-container {
    position: relative;
    width: 100%;
    height: auto;

}

.fun1 img {
    border-radius: 30px;
    transform: rotate(-5deg);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .4);
}

.fun2 img {
    border-radius: 30px;
    transform: rotate(5deg);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .4);
}

.fun1 img,
.fun2 img {
    z-index: 20;
    position: relative;
}

.masked-image {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    transform: rotate(-5deg);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .4);
    /*     -webkit-mask-image: url('../images/brush3.svg');
         -webkit-mask-size: contain;
         -webkit-mask-repeat: no-repeat;
         mask-image: url('../images/brush3.svg');*/
    mask-size: contain;

    mask-repeat: no-repeat;
}

.masked-image.ver1 {
    transform: rotate(5deg) /*    -webkit-mask-image: url('../images/brush4.svg');
        mask-image: url('../images/brush4.svg');*/
}

.z-20 {
    z-index: 20;
}

.trip {
    width: 90vw;
    left: 100px;
    bottom: 50px;
    background-image: url("../images/trip.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 0;
    height: 50vw;
    background-position: 0 bottom;
    pointer-events: none;

}

.start {
    width: 100px;
    left: 100px;
    bottom: 50px;
    background-image: url("../images/start.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 0;
    height: 50vw;
    background-position: 0 bottom;
}

.full-width {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    width: auto !important;
}

.bigger-gap.wp-block-columns {
    gap: 6rem;
}

.wp-block-buttons.programm a {
    border-color: #ffcc79 !important;
    background-color: #ffcc79 !important;
    color: #005b9c !important;
    font-weight: bold !important;
    border-radius: 30px;
}

.page-id-5288 {
    p {
        color: #000000;
        line-height: 1.5;
    }
}

.bg-001 {
    background-color: rgba(204, 204, 204, 0.6);
}
.full-width .wp-block-group__inner-container {
    max-width: 1147px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.full-width .wp-block-group__inner-container .wp-block-columns{
     background-color: transparent;

}

.right-rounded {
    border-radius: 20px;
    border: solid 10px #fff;
    transform: rotate(5deg);
    box-shadow: 0px 0px 20px -5px  rgba(0,0,0,.3);
}


.left-rounded {
    border-radius: 20px;
    border: solid 10px #fff;
    transform: rotate(-5deg);
    box-shadow: 0px 0px 20px -5px  rgba(0,0,0,.3);
}
.page-id-5288 {
    .text--cont .h2 {
        font-size: 6rem;
    }

    .text--cont .h2 ul li span {
        color: #fff;
        background-color: #005b9c;

    }

}

.bg-002 {
    background-color: #2776952b;
}
.bg-003 {
    background-color: #dfb46f36 ;
}


.mt--6 {
    margin-top: -6rem;
}


@media screen and (max-width: 1024px) {
    .wp-block-group__inner-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

#content h2, footer h2, .sidebar h2, article h2 {
    line-height: 1.4;
}


.article ul {

    font-size: 1.8rem;
    color: #005b9c;
    line-height: 130%;
    padding: 0.5rem 0;
}

.article li {

    font-size: 1.8rem;
    color: #005b9c;
    line-height: 130%;
    padding: 0.5rem 0;
    list-style: initial;
    margin-left: 15px;
}
.article li::marker {

    color: #ffcc79;

}



.article ol {

    font-size: 1.8rem;
    color: #005b9c;
    line-height: 130%;
    padding: 0.5rem 0;
}

.slick-prev, .slick-next {
    height: 40px;
    width: 40px;
    border-radius: 40px;

}

.slick-next:before {
    font-family: 'FontAwesome';
    content: "\f105" !important;
    font-size: 38px;
    right: -2px;
    position: relative;
}.slick-prev:before {
     font-family: 'FontAwesome';

    content: "\f104" !important;
     font-size: 38px;
     left: -2px;
     position: relative;
}


header .container .logo {
    width: 25rem;
}

.bg-lightgray {
    background-color: #f2f2f2 !important;

}


.fullWidth {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    width: auto !important;
}

.wp-block-columns {
    background-color: transparent;
}

.fullWidth .wp-block-group__inner-container {
    max-width: 1177px;
}

.mix-blend-mode, .mix-blend-mode img {
    mix-blend-mode: multiply;
}

.box-shadow img {
    box-shadow: 0px 0px 50px 20px #cacaca;
}

.box-shadow.text-center a {
    display: inline-block;
}

.green-img {
    background-color: #99d521;
}

.info-box {
    background: white;
    border-radius: 10px;
    padding: 20px 20px;
    display: inline-block;
    margin-top: -130px;
    box-shadow: 0px 0px 20px #7a7a7a;
    list-style: none;
    column-count: 2;
}

@media screen and (max-width: 1024px) {
    .info-box {
        column-count: 1;
        margin-top: 20px;
    }
}

.info-box li {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0;

}

.info-box li:before {

    display: inline-block;
    border: solid 2px #1d5b9c;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;


}

.info-box li:nth-child(1):before {
    content: "1";
}

.info-box li:nth-child(2):before {
    content: "2";
}

.info-box li:nth-child(3):before {
    content: "3";
}

.info-box li:nth-child(4):before {
    content: "4";
}

.info-box li:nth-child(5):before {
    content: "5";
}

.info-box li:nth-child(6):before {
    content: "6";
}

.info-box li:nth-child(7):before {
    content: "7";
}

.info-box li:nth-child(8):before {
    content: "8";
}

.info-box li:nth-child(9):before {
    content: "9";
}

.info-box li:nth-child(10):before {
    content: "10";
}

.info-box li:nth-child(11):before {
    content: "11";
}

.info-box li:nth-child(12):before {
    content: "12";
}

.bg-blue {
    background-color: #1b578c;
}

.bg-light-blue {
    background-color: #50c0dd;
}

.allwhite * {
    color: white !important;
}

.rounded-full {
    border-radius: 50%;
}

.rounded-full img {
    border-radius: 50%;
}

.text-white-important {
    color: white !important;
}

.border-radius img {
    border-radius: 15px;
}

.flex-group .wp-block-group__inner-container {
    display: flex;
    justify-content: center;

}

.mr-12 {
    margin-right: 12px;
}

.millBall {
    border-radius: 400px;
    background-color: #50c0dd;
    text-align: center;
    color: white;
    display: block;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    margin-top: 30px;
}

.milNr {
    color: white;
    font-size: 200px;
    font-weight: bold;
    line-height: 1;
}

.millText {
    color: white;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;

}

.aligncenter img {
    margin: auto;
    display: block;
}

@media screen and (max-width: 800px) {
    .millBall {
        width: 80vw;
        height: 80vw;
        max-width: 300px;
        max-height: 300px;
    }

    .milNr {
        color: white;
        font-size: 100px;
    }

    .millText {
        font-size: 30px;


    }
}

@media (min-width: 1207px) {
    .container {
        max-width: 1177px !important;
    }
}

.page-id-4406 .sli-img {
    height: 80rem
}

@media screen and (min-width: 1200px) {
    .page-id-4406 .text--cont {

        left: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .max-w-100 {
        max-width: 100px;
    }
}

.ukraina-eto-rossija .wp-block-group__inner-container {
    flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
    .ukraina-eto-rossija h2 {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .mnjah {
        font-size: 20px;
    }
    footer ul li {
        line-height: 1.3;
    }
}
figure img{
    border-radius: 10px;
    overflow:hidden;
}
figure {

    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right:0;
}

.fullWidth .wp-block-group__inner-container {
    margin: auto;
}