    .talk-popup-wrapp.hidden {
        display: none;
    }
    .talk-popup-wrapp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index:9999;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .talk-popup {
        max-width: 759px;
        height: 435px;
        padding: 55px 25px 25px 25px;
        color: #fff;
        width: 100%;
        background: url(/img/main-bg.png) left bottom no-repeat;
        background-size: cover;
        position: relative;
        margin:0 auto;
        margin-top: calc(50vH - 217px);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .talk-popup-close {
        position: absolute;
        right: -14px;
        top: -12px;
    }
    .talk-popup-michal {
        position: absolute;
        left: 80px;
        bottom: 0;
    }
    .talk-popup-michal img {
        display: block;
    }
    .talk-popup-left {
        width: 50%;
        float: left;
    }

    .talk-popup-right {
        width: 50%;
        float: left;
        text-align: right;
    }

    .talk-popup-header {
        font-size: 33px;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .talk-popup-text {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 50px;
    }

    .talk-popup-text .bolder {
        font-weight: bold;
    }

    .talk-popup-cta a {
        display: inline-block;
        padding: 16px 40px 16px 25px;
        background: #e20d2b url(/img/cta-arrow.png) right 20px center no-repeat;
        border-radius: 24px;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 1px;
        -webkit-transition: background 0.5s; /* Safari */
        transition: background 0.5s;
    }

    .talk-popup-cta a:hover {
        background: #e20d2b url(/img/cta-arrow.png) right 10px center no-repeat;
        -webkit-transition: background 0.5s; /* Safari */
        transition: background 0.5s;
    }

    .hs-richtext {
      font-size: 10px;
    }

    .hs-form-booleancheckbox {
      font-size: 12px;
    }

    .hs-error-msg {
      font-size: 12px;
    }

    .content_h2 h2 {
      display: block !important;
      text-align: center;
      text-transform: uppercase;
      font-size: 24px;
      width: 100%;
      margin: 0;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      padding-top: 100px;
      margin-bottom: 40px;
    }

    .content_h2 h2:nth-of-type(2) {
      padding-top: 30px !important;
    }

    div.input > #message-e2aa5513-2eab-41c5-87d2-a16589ae7a34 {
      resize: none;
      width: 470px;
      height: 100px;
      font-size: 16px;
      line-height: 1.8;
    }

    .hs_error_rollup {
      display: none;
    }

    div.hs-fieldtype-text > ul.hs-error-msgs {
      display: none !important;
    }

    .submitted-message {
      padding-left: 30px;
    }

    .async-hide {
      opacity: 0 !important
    }

    section.content_h2 .orn1 {
      position: relative;
      background: url(/img/orn1.png) no-repeat;
      width: 221px;
      height: 59px;
      left: -50px;
      top: 0px;
      display: block;
    }

    section.content_h2 .orn2 {
      position: relative;
      background: url(/img/orn2.png) no-repeat;
      width: 221px;
      height: 59px;
      left: 830px;
      top: -600px;
      display: block;
    }

    @media only screen and (max-width: 1023px) {
        .talk-popup-close {
            position: absolute;
            right: 5px;
            top: 5px;
        }
    }

    @media only screen and (max-width: 767px) {
        .talk-popup-michal {
            display: none;
        }
        .talk-popup-left, .talk-popup-right {
            width: 100%;
        }

        .talk-popup {
            padding: 25px;
        }
        .talk-popup-logos {
            margin-bottom: 20px;
        }
        .talk-popup-header, .talk-popup-text {
            margin-bottom: 40px;
        }
    }

    @media only screen and (max-width: 479px) {
        .talk-popup-header {
            font-size: 26px;
        }
        .talk-popup {
            background: #4538df;
        }
        .talk-popup-text {
            font-size: 15px;
        }
    }


    @media only screen and (max-width: 650px) {
        .hs-form-booleancheckbox-display .hs-input {
            margin-bottom:-30px;
        }
    }

    section.subpages .applyButton {
      visibility: hidden;
      width: auto;
    }

    @media only screen and (max-width: 1520px) {
        header div.menubar div.logo {
            left: 168px;
        }
    }
