.statistics-wrapper {
    display: flex;
    justify-content: space-between;
}
.statistics__info {
    flex: 0 0 65%;
}
.statistics__img {
    flex: 0 0 35%;
}
.statistics__img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.statistics__info-line {
    display: flex;

}
.statistics__block {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 32px;
}
.statistics-lastYear {
    background-color: #302654;
}
.statistics-title {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 500;
    color: #F5F5F5;
    padding: 60px 0px;
}
.statistics-title span {
    color: #548CCF;
}
.statistics__info-smallLine {
    display: flex;
    box-sizing: border-box;
    
    justify-content: space-between;
}
.statistics__smallLine-item {
    position: relative;
    box-sizing: border-box;
}
.statistics__smallLine-item:first-child {
    flex: 0 0 35%;
    padding: 32px;
    height: 240px;
}
.statistics__smallLine-item:first-child::after {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    height: 40px;
    background-color: #6B9BD4;
    bottom: 0;
    
}
.statistics__smallLine-item:nth-child(2)::after {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    height: 40px;
    background-color: #80A9D9;
    bottom: 0;
    
}
.statistics__smallLine-item:nth-child(3)::after {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    height: 40px;
    background-color: #9FBDE1;
    bottom: 0;
    
}.statistics__smallLine-item:nth-child(4)::after {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    height: 40px;
    background-color: #C0D3E8;
    bottom: 0;
    
}
.statistics__smallLine-item:nth-child(2) {
    flex: 0 0 25%;
    padding-top: 32px;
    padding-bottom: 32px;
}
.statistics__smallLine-item:nth-child(3) {
    flex: 0 0 25%;
    padding-top: 32px;
    padding-bottom: 32px;
}
.statistics__smallLine-item:nth-child(4) {
    flex: 0 0 15%;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
}
.statistics__smallLine-title {
    font-size: 50px;
    font-weight: 400;
    
    line-height: 50px;
    color: #302654;
}
.statistics__smallLine-text {
    font-size: 24px;
    font-weight: 400;
    color: #302654;
    
    line-height: 24px;
}
.statistics__info-title {
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
    color: #302654;
}
.statistics__info-text {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #302654;
}
.smaller__blok-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #302654;
}
.smaller__blok-text {
    font-size: 16px;
    font-weight: 400;
    color: #302654;
}
.statistics__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.statistics__info-line {
    height: 100%;
}
.statistics-btn-link {
    padding: 24px 80px;
    
    display: block;
    max-width: fit-content;
    background-color: #548CCF;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    margin: auto;
    cursor: pointer;
    font-weight: 500;
    margin-top: 50px;
}
.stat__button {
    position: relative;
    
}
.stat__button::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='700' height='29' viewBox='0 0 700 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14.5L713.5 14.5M2 14.5L14.5 2M2 14.5L14.5 27' stroke='%23548CCF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 30%;
    background-position: center;
    background-size: contain;
    height: 70px;
    background-repeat: no-repeat;

    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.statistics-lastYear {
    position: relative;
    padding-bottom: 140px;
}
.statistics-lastYearBG {
    position: absolute;
    bottom: -100px;
    right: 5%;
}
.wortWithUs {
    position: relative;
    padding-bottom: 140px;
    padding-top: 140px;
}
.wortWithUs-title {
    font-size: 42px;
    line-height: 42px;
    color: #1A4A7D;
    text-transform: uppercase;
    font-weight: 500;
}
.wortWithUs__line {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.wortWithUs-block {
    flex: 0 0 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wortWithUs__item {
    display: flex;
    gap: 40px;
}
.wortWithUs__item:not(:last-child) {
    margin-bottom: 50px;
}
.wortWithUs__item-text {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}
.wortWithUs__item-text span {
    color: #548CCF;
}
.wortWithUsBG {
    position: absolute;
    left: 2%;
    bottom: -100px;
    z-index: 99;
}
.partnerPacket {
    position: relative;
    padding-top: 140px;
    background-color: #EFEFEF;
    background-image: url('/images/partners/start-bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 140px;
    background-size: contain;
}
.partnerPacket-wrapper {
    max-width: 55%;
    margin-left: auto;
}
.partnerPacket-title {
    font-size: 36px;
    font-weight: 600;
    color: #1A4A7D;
}
.form__one input{
    height: 60px!important;
}
.partnersForm {
    padding: 140px 0px!important;
}
.form__one-past input{
    height: 60px!important;
}
.form__privacy {
    flex: 0 0 100%;
}
.form__one {
    flex: 0 0 100%;
}
.partnersForm .form__one:nth-child(1),
.partnersForm .form__one:nth-child(2),
.partnersForm .form__one:nth-child(3),
.partnersForm .form__one:nth-child(4) {
    flex: 0 0 48%;
}
.partnersForm .btn-white {
    color: #0073B9;
}

.partnerPacket-title {
    margin-bottom: 40px;
}

.partnerPacket-title span {
    box-sizing: border-box;
    display: block;
    padding: 15px 20px;
    margin-top: 15px;
    max-width: fit-content;
    color: #FFFFFF;
    background-color: #548CCF;
}
.partner__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}
.partner__list li {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    list-style-image: url("data:image/svg+xml,%3Csvg width='58' height='16' viewBox='0 0 58 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.0936 15.4578C46.37 14.9822 48.3679 13.3675 50.3446 12.1563C52.5018 10.8414 54.6159 9.4589 56.7195 8.05203C57.6989 7.39537 58.0119 5.65667 56.7531 5.07904C54.6489 4.05255 52.5189 3.0723 50.3607 2.18575C48.346 1.34243 46.1434 0.0787464 43.9254 0.331372C43.8176 0.338608 43.7138 0.376261 43.6257 0.440128C43.5376 0.503995 43.4685 0.591561 43.4263 0.69304C43.384 0.794518 43.3703 0.905914 43.3865 1.01478C43.4027 1.12365 43.4483 1.22571 43.5182 1.30955C44.87 2.89156 47.0527 3.53545 48.8637 4.48114C49.2615 4.68048 49.6332 4.93199 49.9958 5.13543C42.3279 5.28092 34.6567 5.33898 26.9823 5.30962C22.5344 5.29863 18.0859 5.26381 13.6366 5.20515C9.5972 5.15409 4.98607 4.54951 1.11287 5.88744C0.884649 5.96813 0.686486 6.11906 0.545761 6.31938C0.405036 6.5197 0.328699 6.75953 0.3273 7.0057C0.325901 7.25188 0.399509 7.49226 0.53795 7.69362C0.676392 7.89498 0.872831 8.04736 1.10012 8.12973C4.91011 9.66209 9.58064 9.24647 13.6185 9.3272C18.07 9.4177 22.5188 9.48427 26.965 9.5269C33.3312 9.58686 39.6908 9.55129 46.0491 9.53944C44.6294 10.1391 43.3191 10.9797 42.174 12.0255C40.7267 13.4846 42.165 15.8625 44.0936 15.4578Z' fill='%23548CCF'/%3E%3C/svg%3E%0A");
}
.partner__list li {
    padding-left: 20px;
    transform: translateX(-20px);
}
.partner__redball {
    display: flex;
    gap: 20px;
    align-items: center;
}
.partner__redBall-text {
    font-size: 18px;
    font-weight: 400;
    color: #1A4A7D;
}
.partner__list {
    padding-left:00px;
}
.getPartner{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background-color: #548CCF;
    padding: 24px 64px;
    display: block;
    max-width: fit-content;
    margin-top: 50px;
}
.partner__redballList {
    padding-left: 0px;
}
.partner__redballList li{
    list-style-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.76024 34.0288C7.79458 36.0966 10.2543 37.6969 12.9688 38.7187C15.6833 39.7405 18.5875 40.1592 21.48 39.9459C24.3724 39.7326 27.1838 38.8923 29.7191 37.4833C32.2545 36.0744 34.453 34.1305 36.1621 31.7865C37.8713 29.4426 39.0501 26.7547 39.6169 23.9094C40.1837 21.0641 40.1249 18.1295 39.4445 15.3092C38.7641 12.489 37.4784 9.85054 35.6766 7.57705C33.8749 5.30355 31.6002 3.44943 29.0105 2.14331C31.7519 4.92833 33.6174 8.45589 34.3765 12.29C35.1355 16.1241 34.7548 20.0966 33.2814 23.7166C31.808 27.3366 29.3065 30.4454 26.086 32.6587C22.8656 34.872 19.0673 36.0928 15.1608 36.1702C11.8984 36.2457 8.66829 35.5099 5.76024 34.0288Z' fill='%23D43038'/%3E%3Cpath d='M5.75533 34.0331C8.66339 35.5142 11.8935 36.2501 15.1559 36.1745C19.0624 36.0971 22.8607 34.8763 26.0811 32.663C29.3016 30.4497 31.8031 27.3409 33.2765 23.7209C34.7499 20.1009 35.1306 16.1284 34.3715 12.2943C33.6125 8.46023 31.747 4.93267 29.0055 2.14765C26.0976 0.660066 22.8638 -0.0761012 19.5987 0.00621798C15.6914 0.0820306 11.8921 1.30206 8.67076 3.51536C5.4494 5.72866 2.94735 8.8381 1.47423 12.459C0.00110626 16.0799 -0.378456 20.0534 0.382442 23.8879C1.14334 27.7224 3.01134 31.2496 5.75533 34.0331Z' fill='%23F05469'/%3E%3Cpath d='M11.4944 31.9982C9.42808 30.3955 8.55648 28.0596 9.54764 26.7809C10.5388 25.5022 13.0174 25.765 15.0837 27.3677C17.1501 28.9705 18.0217 31.3063 17.0305 32.585C16.0394 33.8637 13.5608 33.601 11.4944 31.9982Z' fill='%23302654'/%3E%3C/svg%3E%0A");
    font-size: 18px;
    font-weight: 400;
    padding-left: 0px;
    color: #1A4A7D;
}
.partner__redballList {
    margin: auto;
}
.partner__redballList li {
    padding-left: 20px;
    transform: translateX(-20px);
}
.partner__redballList li span {
    transform: translateY(-25px);
    display: block;
}
.video-fest__parent-player {
    width: 100%!important;
}
.videoForPartners h2 {
    padding-top: 140px;
}
.residentBlok {
    background:  linear-gradient(90deg, #B8DECF 50%, #087D8F 50%);
    padding: 140px 0px;
}
.residentBlok__wrapper{
    display: flex;
    justify-content: space-between;
}
.residentBlok-item {
    flex: 0 0 40%;
}
.residentBlok__title{
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    color: #087D8F;
    margin-bottom: 60px;
}
.residentBlok__title.light {
    color: #B8DECF;
}
.residentBlok__button {
    display: block;
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 24px 0px;
    margin: auto;
    margin-top: 40px;

}
.residentBlok__button#yarmarka {
    color: #1A4A7D;
    background-color: #7AC9B5;
}
.residentBlok__button#food {
    color: #fff;
    background-color: #087D8F;
}
.residentBlok__button#volonter {
    color: #fff;
    background-color: #1A4A7D;
}
.residentBlok__button#example {
    color: #fff;
    background-color: #302654;
}
.residentBlok__button#akkredit {
    color: #1A4A7D;
    background-color: #B8DECF;
}
.residentBlok {
    position: relative;
}
.residentBlokBG1 {
    position: absolute;
    left: 0;
    top: 40%;
}
.residentBlokBG2 {
    position: absolute;
    right: 0;
    bottom: 10%;
}
.partnersForm{
    background-color: #0073B9!important;
    background-image: url('/images/partners/form-bg.png')!important;
    background-size: contain!important;
    background-position: left top!important;
    background-repeat: no-repeat!important;
}
.partnerForm-title {
    margin: 0;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    color: #F5F5F5;
}
.ticketPartnersWrapper {
    max-width: 48%;
    margin-left: auto;
}
.partnerForm-title {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.ticketPartnersWrapper .modal__form{
    width: 100%;
    max-width: 100%!important;
}
.partner__listForm {
    display: flex;justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 1500px){
    .stat__button::after {
        width: 20%;
    }
    .partnerPacket {
        padding: 0px 0px;
    }
    .partnerPacket-wrapper {
        max-width: 45%;
    }
    .videoForPartners {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .residentBlokBG1 {
        top: -16%;
    }
    .partnersForm {
        padding: 0px 0px !important;
    }
    .ticketPartnersWrapper {
        background-color: #0073B9!important;
        padding: 50px;
    }
    .statistics__info-title {
        font-size: 50px;
    }
    .statistics__info-text {
        font-size: 24px;
    }
    .statistics__smallLine-title {
        font-size: 40px;
    }
    .statistics__smallLine-text{
        font-size: 20px;
    }
    .smaller__blok-title {
        font-size: 25px;
    }
    .smaller__blok-text {
        font-size: 14px;
    }
    .statistics__smallLine-item:nth-child(3){
        flex: 0 0 21.5%;
    }
    .statistics__smallLine-item:nth-child(2) {
        flex: 0 0 21.5%;
    }
    .statistics__smallLine-item:nth-child(4) {
        flex: 0 0 22%;
    }
    .partnerPacket-wrapper {
        background-color: #EFEFEF;
        padding: 50px;
        
        padding-left: 100px;
    }
    .residentBlokBG1 {
        max-width:15%;
        left: auto;

        
    }
}
@media screen and (max-width: 999px) {
    .statistics-wrapper {
        flex-wrap: wrap;
    }
   
    .statistics__img {
        flex: 0 0 100%;
    }
    .statistics__info {
        flex: 0 0 100%;
    }
    .stat__button::after {
        display: none;
    }
    .statistics-title {
        font-size: 42px;
    }
    .wortWithUs__item-text{
        font-size: 20px;
    }
    .wortWithUs-title {
        font-size: 40px;
    }
    .partnerPacket-wrapper {
        max-width: 100%;
        padding: 80px 106px;
        margin: auto;
        
    }
    .videoForPartners h2 {
        padding-top: 80px;
    }
    .residentBlok__wrapper {
        flex-wrap: wrap;
    }
    .residentBlok-item {
        flex: 0 0 100%;
    }
    .residentBlok {
        background: linear-gradient(180deg, #B8DECF 63%, #087D8F 37%);
    }
    .residentBlok__title {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 33px;
    }
    .residentBlok__button {
        font-size: 20px;
        margin-top: 20px;
        padding: 16px 0px;

    }
    .statistics-title {
        line-height: 40px;
    }
    .wortWithUsBG {
        bottom: -50px;
    }
    .residentBlokBG1 {
        max-width: 100px;
        left: auto;
        
    }
    .residentBlokBG1 {
        top: -3%;
    }
    .partnerPacket {
        background-size: contain;
        background-position: center bottom;
        background-image: url("/images/partners/start-bgMB.png");
        padding-bottom: 80vw;
    }
    .wortWithUsBG {
        max-width: 20%;
    }
    .partnerPacket-wrapper {
        padding: 80px 20px 40px 20px;
    }
    .partner__list {
        padding-left: 70px;
    }
    .partner__redball {
        padding-left: 70px;
    }
    .wortWithUs__line {
        flex-wrap: wrap;
    }
    .ticketPartnersWrapper {
        max-width: 100%;
    }
    .partnersForm {
        background-image: url("/images/partners/form-bgMB.png")!important;
        background-position: center bottom!important;
        padding-bottom: 120vw!important;
        background-size: contain!important;
    }
    .wortWithUsBG img {
        max-width: 100%;
    }
    .residentBlokBG2 {
        max-width: 200px;
    }
    .residentBlok-item:last-child {
        margin-top: 80px;
    }
    .residentBlokBG2 {
        bottom: 1%;
    }
}
@media screen and (max-width: 600px) {
    .statistics__info-line {
        display: block;
    }
    .statistics__info-smallLine {
        display: block;
    }
    .statistics-title {
        font-size: 28px;
        line-height: 30px;
    }
    .statistics__block {
        padding: 16px;
    }
    .statistics__info-title {
        font-size: 28px;
        line-height: 30px;
    }
    .statistics__info-text {
        font-size: 16px;
        line-height: 25px;
    }
    .statistics-btn-link{
        padding: 16px 20px;
        text-align: center;
        font-size: 20px;
        margin-top: 20px;
    }
    .statistics-lastYearBG {
        max-width: 200px;
        bottom: -70px;
    }
    .wortWithUs-title {
        font-size: 28px;
        line-height: 30px;
    }
    .wortWithUs-block {
        flex: 0 0 100%;
    }
    .wortWithUs__item-plus svg {
        width: 40px;
        height: 40px;
    }
    .wortWithUs__item {
        display: block;
    }
    .wortWithUs__item-text {
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
    }
    .wortWithUs__item:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .wortWithUs-block:last-child {
        margin-top: 30px;
    }
    .wortWithUs {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .wortWithUs__line {
        margin-top: 40px;
    }
    .statistics-lastYear {
        padding-bottom: 80px;
    }
    .statistics__smallLine-item:first-child {
        height: initial;
    }
    .statistics__smallLine-item {
        padding: 16px!important;
    }
    .statistics__smallLine-item:last-child {
        padding: 0px!important;
    }
    .smaller__blok {
        position: relative;
        padding: 16px;
    }
    .smaller__blok-title {
        position: relative;z-index: 111;
    }
    .smaller__blok-text {
        position: relative;z-index: 1111;
    }
    .smaller__blok-title {
        font-size: 24px;
        line-height: 25px;
        font-weight: 500;
    }
    .smaller__blok-text {
        line-height: 25px;
    }
    .smaller__blok:first-child::after {
        content: '';
        width: 90%;
        background-color: #C0D3E8;
        position: absolute;
        left: 0;
        height: 100%;
        bottom: 0;
    }
    .smaller__blok:last-child::after {
        content: '';
        width: 95%;
        background-color: #EFF1F3;
        position: absolute;
        left: 0;
        height: 100%;
        bottom: 0;
    }
    .statistics__smallLine-title {
        font-size: 24px;
        line-height: 25px;
        position: relative;
        font-weight: 500;
        z-index: 11;
    }
    .statistics__smallLine-item:first-child::after {
        width: 60%;
    }
    .statistics__smallLine-item:nth-child(2)::after{
        width: 70%;
    }
    .statistics__smallLine-item:nth-child(3)::after{
        width: 80%;
    }
    .statistics-title {
        padding: 40px 16px 16px 0px;
    }
    .statistics__smallLine-item::after {
        height: 100%!important;
        z-index: 1;
    }
    .statistics__smallLine-text {
        font-size: 16px;
        position: relative;
        z-index: 11;
    }
    .statistics__smallLine-item:nth-child(4)::after {
        display: none;
    }
    .partnerPacket-title {
        font-size: 24px;
        line-height: 25px;
    }
    .wortWithUsBG {
        max-width: 110px;
    }
    .partner__list li {
        font-size: 16px;
        line-height: 20px;
    }
    .partner__list li {
        list-style-image: url("data:image/svg+xml,%3Csvg width='39' height='11' viewBox='0 0 39 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.3954 10.9718C30.913 10.6547 32.2449 9.57825 33.5628 8.77075C35.0009 7.8942 36.4103 6.97252 37.8127 6.0346C38.4656 5.59683 38.6742 4.4377 37.8351 4.05262C36.4323 3.36828 35.0123 2.71478 33.5735 2.12375C32.2304 1.56154 30.762 0.719083 29.2833 0.8875C29.2114 0.892324 29.1422 0.917426 29.0835 0.960004C29.0247 1.00258 28.9787 1.06096 28.9505 1.12861C28.9224 1.19626 28.9132 1.27053 28.924 1.34311C28.9348 1.41569 28.9652 1.48372 29.0118 1.53962C29.913 2.59429 31.3681 3.02355 32.5754 3.65401C32.8407 3.7869 33.0885 3.95458 33.3302 4.0902C28.2182 4.1872 23.1041 4.22591 17.9879 4.20633C15.0226 4.19901 12.0569 4.17579 9.09076 4.13669C6.39781 4.10264 3.32372 3.69959 0.741585 4.59155C0.58944 4.64534 0.457332 4.74596 0.363515 4.87951C0.269699 5.01305 0.218807 5.17294 0.217874 5.33705C0.216942 5.50117 0.266013 5.66143 0.358308 5.79567C0.450603 5.9299 0.581562 6.03149 0.733088 6.08641C3.27308 7.10798 6.38677 6.8309 9.07868 6.88472C12.0463 6.94505 15.0122 6.98943 17.9764 7.01785C22.2205 7.05783 26.4602 7.03411 30.6991 7.02621C29.7526 7.42599 28.8791 7.98639 28.1157 8.6836C27.1508 9.65634 28.1097 11.2416 29.3954 10.9718Z' fill='%23548CCF'/%3E%3C/svg%3E%0A");
    }
    .partner__list {
        padding-left: 35px;
    }
    .partner__redballList li span {
        font-size: 14px;
        line-height: 19px;
    }
    .partner__redball {
        padding-left: 35px;
    }
    .getPartner {
        font-size: 20px;
        padding: 16px 0px;
        width: 100%;
        margin-top: 20px;
        max-width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
    }    
    .partnerPacket {
        padding-bottom: 85vw;
    }
    .videoForPartners h2 {
        padding-bottom: 20px;
    }
    .residentBlok {
        padding: 80px 0px;
        padding-bottom: 160px;
    }
    .ticketPartnersWrapper {
        padding: 0px;
        padding-top: 80px;
    }
    .form__one-past input {
        height: 48px!important;
    }
    .form label{
        font-size: 16px;
    }
    .form__one-past {
        flex: 0 0 100%;
    }
    .form input {
        margin-bottom: 15px;
    }
    .partners .btn  {
        display: block;
        width: 100%;
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        padding: 16px 0px;
        text-align: center;

    }
    .residentBlok {
        background: linear-gradient(180deg, #B8DECF 60%, #087D8F 37%);
    }
    .form__one input {
        height: 48px!important;
    }
    .partnerForm-title {
        font-size: 28px;

    }
    .residentBlokBG1 {
        max-width: 70px;
    }

    .partnersForm .form__one:nth-child(1), .partnersForm .form__one:nth-child(2), .partnersForm .form__one:nth-child(3), .partnersForm .form__one:nth-child(4) {
        flex: 0 0 100%;
    }
}
