html,body {
    font-family: TT Interfaces, serif;
}

.menu-wrap {
    max-width: 788px;
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    margin: 15px auto 0;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 25px;
    padding-right: 8px;
}
nav.navbar {
    padding-left: 8px;
    padding-right: 8px;
}
.navbar-brand {
    width: 70px;
    height: 23px;
    flex-shrink: 0;
    background-image: url("../images/Logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: flex;
    margin: 15px 0 18px 0px;
}
.navbar-collapse {
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.navbar-collapse .navbar-nav li a {
    color: #004381;
    font-family: TT Interfaces, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
}

.menu-wrap .navbar-nav {
    text-align: center;
    display: inline-flex;
    align-items: flex-start;
    gap: 41px;
}
.navbar-collapse {
    flex-basis: auto
}
.invite-arrow {
    width: 44px;
    height: 44px;
    background-position: center center;
    background-size: 100% 100%;
    background-image: url("../images/invite-arrow-btn.svg");
    display: inline-block;
}
.menu-wrap .btn{
    width: 175px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #3F69FF;
    box-shadow: 0px 5px 5px 0px rgba(4, 218, 0, 0.05);
}

.info-block {
    width: 100%;
    flex-shrink: 0;
}

.info-block .info-wrap {
    max-width: 1312px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

.info-block-ettn {
    min-height: 926px;
    background-image: url("../images/head.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.info-block.info-block-ettn .info-wrap {

}

.info-block.info-block-ettn .info-wrap .block-wrap{
    min-height: 926px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-bottom: rgba(1, 0, 61, 0.2) solid 1px;
}


.info-block-ettn .invite-link {
    border-radius: 4px;
    background: #3F69FF;
    box-shadow: 0px 5px 5px 0px rgba(4, 218, 0, 0.05);
    width: 225px;
    height: 52px;
    color: #FFF;
    text-align: center;
    font-family: TT Interfaces, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
    padding-right: 0px;
}

.info-block-ettn .invite-link .invite-arrow {
    float: right;
    position: relative;
    bottom: 3px;
    right: 4px;
}

.info-block-ettn .invite-link .label {
    float: left;
    position: relative;
    top: 10px;
    text-align: center;
    width: 150px;
}
.info-block-ettn .btn-invite,
.info-block-ettn .sub-title {
    margin-top: 28px;
}
.info-block-ettn .btn-invite {
    margin-bottom: 148px;
}

.btn.invite-link:active {
    background: #01003D;
}

.info-block.info-block-ettn .title {
    color: #01003D;
    font-family: TT Interfaces, serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.info-block.info-block-ettn .sub-title {
    color: #004381;
    font-family: TT Interfaces, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-block.info-block-general .title {
    margin-top: 53px;
    color: #01003D;
    font-family: TT Interfaces, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info-block.info-block-general .sub-title {
    margin-top: 16px;
    font-family: TT Interfaces, serif;
    color: #01003D;
    font-size: 24px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
}



.info-block-general .general-items {
    margin-top: 51px;
}
.info-block-general .general-items > div .wrap {
    display: -webkit-flex;

    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 256px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    background: rgba(242, 247, 250, 0.95);
    padding: 32px 32px 36px 32px;
}
.info-block-general .general-items .button-wrap {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
}

.info-block-general .general-items .button-wrap button {
    display: flex;
    width: 189px;
    height: 49px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border:none;
    cursor: default;
}

.info-block-general .general-items .button-wrap button.btn-1 {
    background: #00D436;
}
.info-block-general .general-items .button-wrap button.btn-2 {
    background: linear-gradient(235deg, rgba(0, 207, 62, 0.80) 0%, rgba(42, 146, 255, 0.80) 100%);
}
.info-block-general .general-items .button-wrap button.btn-3 {
    background: #3F69FF;
}
.info-block-general .general-items .label-item {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    color: #01003D;
    font-family: TT Interfaces, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 584;
    line-height: normal;
}

.info-block-for {
    margin-top: 64px;
}
.info-block-for .image-wrapper {
    text-align: center;
    padding: 64px;
}
.info-block-for .title {
    color: #01003D;
    font-size: 40px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
    padding-top: 65px;
}

.info-block-for .description {
    color: #545958;
    font-size: 18px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
    padding-top: 19px;
    padding-bottom: 19px;
}

.info-block-for .for {
    color: #01003D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info-block-for .image-wrapper img {
    width: 80%;
}

.info-block-for .info-wrap > div {
    border-radius: 12px;
    border:none;
}
.info-block-for .info-wrap.bg-color-1 > div {
    background: #F0FCF3;
}
.info-block-for .info-wrap.bg-color-2 > div {
    background: #F2F7FA;
}

.info-block.info-block-for .info-wrapper.bottom-info {
    padding-bottom: 25px;
    padding-right: 25px;
}


.info-block-for .info-wrap .for-list
{
    display: grid;
    grid-template-columns: 10fr 7fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 27px;
    margin-top: 45px;
}

.info-block-for .info-wrap .for-list.grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
}

.info-block-for .info-wrap .for-list .for-item-1 { grid-area: 1 / 1 / 2 / 2; }
.info-block-for .info-wrap .for-list .for-item-2 { grid-area: 2 / 1 / 3 / 3; }
.info-block-for .info-wrap .for-list .for-item-3 { grid-area: 3 / 1 / 4 / 3; }
.info-block-for .info-wrap .for-list .for-item-4 { grid-area: 1 / 2 / 2 / 3; }

.info-block-for .info-wrap .for-list .for-item {
    color: #545958;
    font-size: 18px;
    height: 50px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;

    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.info-block-for .info-wrap .for-list .for-item .icon {
    width: 50px;
    height: 50px;
    padding: 16px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px;
    flex: 0 1 auto;
}

.info-block-for .info-wrap.bg-color-1 .for-list .for-item .icon {background-color: #DCE8DF;}
.info-block-for .info-wrap.bg-color-2 .for-list .for-item .icon {background-color: #D5D8E1;}

.info-block-for .info-wrap .for-list .for-item .label {
    display: flex;
    position: relative;
    padding-left: 16px;
    height: 50px;
    width: 150px;

    color: #545958;
    font-size: 18px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
    flex: 1 1 auto;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.icon.route-icon {background-image: url("../images/route.png");}
.icon.truck-icon {background-image: url("../images/truck-01.svg");}
.icon.pack-icon {background-image: url("../images/package.png");}
.icon.shop-icon {background-image: url("../images/shopping-bag-02.png");}
.icon.agro-icon {background-image: url("../images/2335.png");}
.icon.code-icon {background-image: url("../images/code-02.svg");}
.icon.build-icon {background-image: url("../images/building-06.svg");}

.info-block-accredited .info-wrap .wrap-row {
    margin-top: 120px;
    border-radius: 40px;
    border: 3px solid #000;
    background: #1F2D3C;
    min-height: 253px;
    padding-top: 83px;
    padding-left: 66px;
    padding-right: 66px;
}

.info-block-accredited .info-wrap .wrap-row .image-inn img {
    width: 132px;
    height: 43px;
}
.info-block-accredited .info-wrap .wrap-row .image-inn {
    text-align: left;
}
.info-block-accredited .info-wrap .wrap-row .label-inn {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
    margin-top: 8px;
}
.info-block-accredited .info-wrap .wrap-row .image-ua-minsterstvo-infr {
    text-align: right;
}
.info-block-accredited .info-wrap .wrap-row .image-ua-minsterstvo-infr img
{
    height: 73px;
}
.image-ua-minsterstvo-infr-mobile {
    display: none;
}
.info-block-app .button-mobile {
    display: none;
}
.info-block-how-it-work .title-1 {
    color: #01003D;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 117px;
}
.info-block-how-it-work .title-2 {
    margin-top: 52px;
    color: #01003D;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.info-block-how-it-work .title-3 {
    margin-top: 20px;
    color: #01003D;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
}
.register-button .invite-link {
    border-radius: 4px;
    background: #3F69FF;
    box-shadow: 0px 5px 5px 0px rgba(4, 218, 0, 0.05);
    width: 350px;
    height: 52px;
    color: #FFF;
    text-align: center;
    font-family: TT Interfaces, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
    padding-right: 0px;
}
.info-block-register {
    margin-top: 111px;
}
.info-block-register .register-button {
    margin-top: 95px;
    text-align: center;
}

.info-block-register .register-block {
    text-align: center;
}

.info-block-register .register-block.register-block-left {
    border-right: 1px solid rgba(0,0,0, 0.2);
}

.info-block-register .register-icon {
    width: 258px;
    height: 258px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.info-block-register .register-icon-1 {
    background-image: url("../images/register1.svg");
}

.info-block-register .register-icon-2 {
    background-image: url("../images/register2.svg");
}


.register-button .invite-link .invite-arrow {
    float: right;
    position: relative;
    bottom: 3px;
    right: 4px;
}

.register-button .invite-link .label {
    float: left;
    position: relative;
    top: 10px;
    text-align: center;
    width: 280px;
}
.info-block-system {
    margin-top: 220px;
}
.info-block-system .auto-system-text .title {
    color: #01003D;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.info-block-system .auto-system-text .info {
    color: #01003D;
    font-size: 22px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
    margin-top: 40px;
    max-width: 509px;
}
.info-block-system-last .info-wrap .auto-system-image,
.info-block-system-last .info-wrap .auto-system-text
{
    padding-bottom: 158px;
    border-bottom: 1px solid rgba(1, 0, 61, 0.2);
}

.info-block-app .app-image {
    margin-top: 105px;
    margin-bottom: 100px;
}

.info-block-app .title {
    color: #01003D;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info-block-app .app-description {
    color: #01003D;
    font-size: 20px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
}

.info-block-app .app-invite button .invite-arrow-down {
    width: 56px;
    height: 44px;
    position: relative;
    bottom: 3px;
    left: 8px;
    background-position: center center;
    background-size: 100% 100%;
    background-image: url("../images/invite-arrow-down.svg");
    display: inline-block;
    float: right;
}
.info-block-app .app-invite button .label {
    display: inline-block;
    position: relative;
    width: 200px;
    top: 7px;
    float: left;
}
.info-block-app .app-invite button {
    width: 284px;
    height: 52px;
    border-radius: 4px;
    background: #3F69FF;
    box-shadow: 0px 5px 5px 0px rgba(4, 218, 0, 0.05);
    margin-top: 40px;
}
.info-block-app-last {
    padding-bottom: 125px;
    border-bottom: 1px solid #F2F1F6;
}
footer .info-wrap {
    height: 121px;
    padding-top: 37px;
    padding-bottom: 37px;
    overflow: hidden;
}
footer .info-wrap .title {
    color: #01003D;
    font-size: 16px;
    font-style: normal;
    font-weight: 584;
    line-height: normal;
    padding-bottom: 9px;
}
footer .info-wrap .address {
    color: #01003D;
    font-size: 14px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
}
footer .info-wrap .mail {
    height: 46px;
    color: #01003D;
    font-size: 18px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

footer .info-wrap .links {
    display: -webkit-flex;
    height: 46px;
    gap: 38px;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

footer .info-wrap .links a {
    color: #01003D;
    font-size: 14px;
    font-style: normal;
    font-weight: 492;
    line-height: normal;
    text-decoration: none;
}

.container-wrap-padding,
.container-wrap-padding-sm {
    width: 100%;
    overflow: hidden;
}

.container-wrap-full-width {
    width: 100%;
    overflow: hidden;
}
.info-block-app .app-invite-mobile {
    display: none;
}
.info-block-app .app-invite-desktop {
    display: block;
}
footer.info-block .info-wrap .mail {
    text-decoration: none;
}
@media (max-width: 966px) {
    .info-block-for .info-wrap .for-list {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
    }

    .info-block-for .info-wrap .for-list.grid-3 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
    }

    .info-block-for .info-wrap .for-list .for-item .label {
        font-size: 14px;
    }

    .info-block-for .info-wrap .for-list .for-item-1 { grid-area: 1 / 1 / 2 / 2; }
    .info-block-for .info-wrap .for-list .for-item-2 { grid-area: 2 / 1 / 3 / 2; }
    .info-block-for .info-wrap .for-list .for-item-3 { grid-area: 3 / 1 / 4 / 2; }
    .info-block-for .info-wrap .for-list .for-item-4 { grid-area: 4 / 1 / 5 / 2; }
}

@media (max-width: 767px) {
    footer.info-block .row .copyrights-info {
        order: 2;
    }

    footer.info-block .row .email-info {
        order: 1;
    }

    nav.navbar .menu-wrap {
        justify-content: space-between;
    }

    nav.navbar .navbar-brand {
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    nav.navbar .invite-link {
        width: 118px;
        font-size: 11px;
    }

    .info-block.info-block-ettn .title {
        font-size: 28px;
        line-height: 36px;
    }

    .info-block.info-block-ettn .sub-title {
        font-size: 14px;
        text-align: center;
        display: block;
        width: 100%;
    }

    .info-block.info-block-ettn .btn-invite {
        margin-bottom: 42px;
        margin-top: 60px;
    }

    .info-block.info-block-general .title {
        font-size: 40px;
        margin-top: 30px;
    }
    .info-block.info-block-general .sub-title {
        font-size: 16px;
        margin-top: 13px;
    }
    .info-block-general .general-items {
        margin-top: 16px;
    }
    .info-block-general .general-items > div {
        margin-top: 24px;
    }
    .info-block-general .general-items .button-wrap button {
        font-size: 12px;
        width: 158px;
    }
    .info-block-general .general-items .label-item {
        margin-top: 56px;
        font-size: 16px;
    }
    .info-block-general .general-items > div .wrap {
        padding: 16px;
        height:  auto;
    }
    .info-block-for {
        margin-top: 32px;
    }
    .info-block-for .title {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 32px;
        font-size: 24px;
    }

    .info-block-for .image-wrapper {
        padding: 32px 12px 0 12px;
    }
    .info-block-for .image-wrapper img {
        width: calc(100% - 48px);
    }
    .info-block.info-block-for .info-wrapper.bottom-info {
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .info-block.info-block-for .info-wrapper.bottom-info .description {
        -webkit-order: 2;
        order: 2;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .info-block.info-block-for .info-wrapper.bottom-info .for {
        -webkit-order: 1;
        order: 1;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .info-block.info-block-for .info-wrapper.bottom-info .for-list {
        -webkit-order: 3;
        order: 3;
        margin-top: 0;
        margin-bottom: 0;
    }
    .bottom-info .title {
        display: none;
    }
    .info-block-for .description,
    .info-block-for .for,
    .info-block-for .for-list
    {
        padding-left: 24px;
        padding-right: 24px;
    }
    .info-block-for .description {
        font-size: 14px;
    }
    .info-block .info-wrap {
        padding-right: 0;
        padding-left: 0;
    }
    .info-block-accredited .info-wrap .wrap-row {
        border-radius: 0;
    }

    .image-ua-minsterstvo-infr {
        display: none;
    }
    .image-ua-minsterstvo-infr-mobile {
        display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .info-block-accredited .info-wrap .wrap-row {
        padding: 48px 24px;
    }

    .info-block-accredited .info-wrap .wrap-row .image-inn
    {
        text-align: center;
    }
    .info-block-accredited .info-wrap .wrap-row .label-inn {
        margin-top: 23px;
        text-align: center;
    }
    .info-block-accredited .info-wrap .wrap-row .herb-mobile,
    .info-block-accredited .info-wrap .wrap-row .minsterstvo-infr-mobile {
        -webkit-align-content: center;
        align-content: center;
    }
    .info-block-accredited .info-wrap .wrap-row .herb-mobile > div {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-bottom: 24px;
        margin: 54px 24px 24px 24px;
        border-bottom: 1px solid rgba(255,255,255, 0.2);
    }
    .info-block-accredited .info-wrap .wrap-row {
        margin-top: 40px;
        padding-bottom: 80px;
    }
    .container-wrap-padding {
        padding-left: 16px;
        padding-right: 16px;
    }
    .container-wrap-padding-sm {
        padding-left: 8px;
        padding-right: 8px;
    }

    .info-block-how-it-work .title-1 {
        font-size: 38px;
    }
    .info-block-how-it-work .title-2 {
        font-size: 24px;
    }
    .info-block-how-it-work .title-3 {
        font-size: 16px;
    }
    .info-block-register {
        margin-top: 64px;
    }
    .info-block-register .register-block.register-block-left {
        margin-bottom: 72px;
        border-right: none;
    }
    .info-block-register .register-button {
        margin-top: 32px;
    }

    .info-block-register .register-block.register-block-left .register-button
    {
        padding-bottom: 64px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .info-block-system {
        margin-top: 80px;
    }

    .info-block-system .auto-system-text .title {
        font-size: 24px;
    }

    .info-block-system .auto-system-text .info {
        font-size: 16px;
        margin-top: 24px;
        max-width: 100%;
    }

    .info-block-system .info-wrap > div {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        align-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .info-block-system .info-wrap > div .auto-system-text .title {
        -webkit-order: 1;
        order: 1;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto;
    }

    .info-block-system .info-wrap > div .auto-system-image {
        -webkit-order: 2;
        order: 2;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto;
        margin-top: 43px;
    }
    .info-block-system-last .info-wrap .auto-system-text,
    .info-block-system-last .info-wrap .auto-system-image {
        border:none;
        padding-bottom: 0;
    }
    .info-block-system .info-wrap > div .auto-system-image {
        margin-top: 42px;
    }
    .info-block-app .app-invite-mobile {
        margin-top: 72px;
        display: block;
    }
    .info-block-app .app-image {
        margin-top: 16px;
        margin-bottom: 32px;
    }
    .info-block-app .app-description {
        font-size: 16px;
    }
    .info-block-app .app-invite-desktop {
        display: none;
    }
    .info-block-app-last {
        border-bottom: none;
    }
    .info-block-app .button-mobile {
        display: block;
    }
    .info-block-app .title {
        font-size: 24px;
    }
    .info-block-accredited .info-wrap .wrap-row .minsterstvo-infr-mobile img {
        width: 100%;
    }
    footer {
        border-top: 1px solid #F2F1F6;
    }
    footer.info-block .info-wrap {
        height: auto;
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 22px;
    }
    footer .info-wrap .title {
        font-size: 12px;
        font-weight: 500;
    }
    footer .info-wrap .address {
        font-size: 10px;
        font-weight: 500;
    }
    footer.info-block .info-wrap .mail {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 14px;
        font-weight: bold;
    }
    footer .info-wrap .links a{
        font-size: 9px;
    }
    footer .info-wrap .links {
        -webkit-justify-content: center;
        justify-content: center;
        height: 11px;
    }
    .info-block-ettn .info-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .info-block.info-block-ettn
    {
        min-height: 100vh;
    }

    .info-block.info-block-ettn .info-wrap .block-wrap {
        min-height: 100vh;
    }
}

@media (max-width: 576px) {
    .info-block-ettn .btn-invite .invite-link,
    .info-block-ettn .btn-invite {
        width: 100%;
    }

    .info-block-ettn .btn-invite .invite-link .label {
        width: calc(100% - 62px);
    }

    .register-button .invite-link,
    .info-block-app .app-invite button
    {
        max-width: 100%;
    }

    .register-button .invite-link .label {
        width: calc(100% - 55px);
        font-size: 14px;
    }
    .info-block-app .app-invite button .label {
        width: calc(100% - 60px);
        font-size: 14px;
    }
}
@media (max-width: 300px) {
    .register-button .invite-link .label {
        line-height: 14px;
        vertical-align: middle;
        height: 36px;
        padding-left: 15px;
        padding-right: 15px;
        top: 5px;
    }
}