.popup h2{
    margin-bottom: 20px;
    color: #000 !important;
    text-align: center;
}
.popup .content{
    overflow: hidden !important;
}
.popup{
    width: 450px !important;
    height: 100vh !important;
    overflow-y: auto;
}
@media(min-width: 768px) {
    .popup {
        height: 850px !important;
    }
}
@media(min-width: 1920px) {
    .popup {
        height: auto !important;
    }
}
.popup .close {
    font-size: 30px !important;
    color: #000 !important;
    top: 10px !important;
    right: 10px !important;
}
.mktoForm {
    width: 100% !important;
}
.mktoForm .mktoFormCol {
    width: 100%;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField
.mktoFieldWrap.mktoRequiredField, .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    width: 100% !important;
    padding: 10px !important;
}
span.mktoButtonWrap.mktoGlow {
    margin: 0 !important;
}
.mktoForm .mktoFormCol{
    margin-bottom: 15px !important;
}
.mktoForm .mktoFieldWrap {
    width: 100%;
}
.mktoForm .mktoOffset, .mktoForm .mktoGutter{
    display: none;
}
.mktoHtmlText.mktoHasWidth, .linkNew {
    width: 100% !important;
}
.mktoButtonRow {
    display: flex;
    justify-content: center;
}
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    color: #000 !important;
    background: #fff;
    border: none !important;
    padding: 11px 22px !important;
    font-size: 1.4em !important;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    font-family: TTHoves !important;
    box-shadow: none !important;
    background-color: #0c6 !important;
    background-image: none !important;
    font-weight: 700 !important;
}
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
    background-color: #07ec79 !important;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth{
    width: 100% !important;
}
/* Header css for tablet and mobile*/
.app-container .title {
    font-size: calc(1.75rem + (64 - 28) * ((100vw - 768px) / (1920 - 768))) !important;
}
/* Header css for tablet and mobile*/
@media(max-width: 1200px) {
    .app-container .header {
        height: auto;
        flex-direction: column-reverse;
        padding: 30px;
        align-items: baseline;
    }
    .app-container .header .header-logo {
        height: auto !important;
    }
    .app-container .header-text {
        padding-left: 0 !important;
        width: 100% !important;
    }
    .app-container .header .header-logo img {
        width: 350px !important;
        margin-bottom: 10px !important;
    }
}
@media (min-width: 500px) {
    .app-container .description-block {
        height: auto !important;
        padding-bottom: 15px !important;
    }
}
/* Header css for tablet and mobile*/
@media (max-width: 576px) {
    .popup{
        width: 100% !important;
        height: 100vh !important;
        overflow-y: auto !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
    }
    .mktoForm .mktoLabel {
        display: none !important;
    }
    .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField
    .mktoFieldWrap.mktoRequiredField, .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
        height: 40px;
        font-size: 15px;
        padding: 7px !important;
    }
    .linkNew a {
        padding: 0;
    }
    /* Header css for tablet and mobile*/
    .app-container .title {
        font-size: calc(1.75rem + (64 - 28) * ((100vw - 576px) / (1920 - 576))) !important;
    }
    .app-container .header .header-logo img {
        width: 250px !important;
    }
}
.app-container .sub-header {
    height: 100px !important;
}
/* Header css for tablet and mobile*/