    .modalWindowCMSubscribes-Header {
        background-image: url(../images/modal-window-subscribers-header.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 288px;
        height: 116px;
        display: none;
    }
    
    #modalWindowCMSubscribes {
        width: 627px;
    }
    
    .modalWindowCMSubscribes-header-text-container { 
        margin: 0; 
        padding-top: 10px; 
        font-size: 19px; 
        font-family: 'Helen_ProL_ight';
    }
    
    #modalWindowCMSubscribes .header-title {
        line-height: 23px;
        padding-bottom: 16px;
        padding-top: 22px;
        display: block;
    }
    
    #content span {
        
    }
    
    .subscribe-title-container .subscribe-title {
        font-family: 'Helen_Pro';
        font-size: 50px;
        line-height: 55px;
        color: #636363;
        font-weight: bold;
    }
    
    .subscribe-captcha-container {
        padding-top: 24px;
        display: inline-flex;
    }
    
    .subscribe-captcha-container #captcha {
        width: calc(100% - 116px);
        margin-top: 0;
        padding-left: 50px;
        padding-right: 40px;
    }
    
    .sbscrb-left {
        float: left;
        height: 630px;
        width: 212px;
        padding-right: 27px;
        background-image: url(../images/modal-window-subscribers-header-left.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 27px;
    }
    
    .modalWindowCMSubscribes-Header a {
        text-align: right;
        padding-right: 20px;
        color: #ffffff;
        padding-top: 10px;
        float: right;
    }
    
    .subscribe-captcha-container input {
        width: 100%;
        letter-spacing: 12px;
        font-size: 11px;
        line-height: 0px;
        vertical-align: middle;
        padding-left: 17px;
        padding-right: 0;
    }
            
    .modalWindowCMSubscribes-Content input {
        height: 32px !important;
        width: 100%;
        box-sizing: border-box;
    }
    
    #modalWindowCMSubscribes .select {
        padding: 0 !important;
        width: 100% !important;
    }
    .modalWindowCMSubscribes-Content .form-container {
        margin: 0;
        padding-top: 20px;
    }

    .greetings-messages-container {
        width: 80%; 
        margin: 0 auto; 
        display: none; 
        padding: 30px 0;
    }
    
    .subscribe-button-container {
        margin: 0 0; 
        position: relative;
        top: 16px;
        padding-bottom: 20px;
    }
    
    .agreement-container {
        text-align: left;
        /* padding-bottom: 20px; */
    }
    
    .agreement-container span {
        font-size: 20px; 
        text-align: left;
        font-size: 11px; 
        line-height: 12px; 
        display: inline-block;
    }
    
    .subscribe-button-container button:after {
        top: 0 !important;
        bottom: 0 !important;
        border-left-width: 0px !important;
        border-right-width: 0px !important;
    }
    
    .subscribe-button-container button {
        width: 100%; 
        background-color: #ffffff !important;
        text-align: center !important;
        color: #000000 !important;
        border-color: #8d8d8d;
        background-image: none !important;
        padding: 7px 7px 7px 7px !important;
    }
    
    .subscribe-button-container button.active, .subscribe-button-container button.active:after {
        background-color: #636363 !important;
        color: #FFFFFF !important;
        border-color: #636363;   
        background-image: none !important;
        padding: 7px 7px 7px 7px !important;
        border-left-width: 0px !important;
        border-right-width: 0px !important;
    }
    
    .subscribe-button-container button:hover, .subscribe-button-container button:hover:after {
        background-color: #053779 !important;
        color: #ffffff !important;
        background-image: none !important;
        padding: 7px 7px 7px 7px !important;
    }
     
    .greetings-messages-container {
        padding-top: 100px;
    }
    
    .greetings-messages-container span {
        color: #636363;
        font-size: 25px;
        line-height: 27px;
    }
    
    .aggreedError {
        margin-top: 0 !important;
        padding-left: 19px;
    }
    
    .captchaError {
        padding-left: 122px;
    }
    
    .modalWindowCMSubscribes-Content #content {
        height: auto !important;
        max-height: 680px !important; 
    }
    
    #text_agree a {
        color: #0358b2;
    }
    
    .modal-close {
        background-image: url(../images/x-black.svg);
        float: right;
        width: 30px;
        height: 8px;
        background-repeat: no-repeat;
        position: relative;
        top: 16px;
        padding-right: 11px;
        cursor: pointer;
        background-position: center center;
    }
    
    .modalWindowCMSubscribes-Content .select ul {
	max-height: 120px !important;
    }
    
    #modalWindowCMSubscribes .register {
       border: 0 !important;
       width: 100%;
       padding-left: 0 !important;
    }
    
    #CM-pop-up .select strong {
        color: #767676; /* placeholder color for default zero value */
        border-color: rgb(195, 195, 195);
        background-image: url(../images/arrow_down_grey.png);
    }

    #chkbx_agree {
        display: inline-block;
        width: 14px; 
        vertical-align: top;
    }
    #text_agree {
        display: inline-block;
        width: calc(100% - 20px);
        padding-top: 5px;
    }
    
    @media only screen 
        and (min-device-width : 320px) 
        and (max-device-width : 480px) {

            .modalWindowCMSubscribes-Header {
                width: 100%;
                height: 146px;
            }
            
            .subscribe-title-container {
                width: 210px;
                margin-top: -1px;
                padding-bottom: 22px;
            }
            
            .subscribe-title {
                font-family: Helen_Pro_Bold;
                font-size: 32px;
                line-height: 32px;
                color: #636363;
            }
            
            .subscribe-captcha-container {
                display: inline-block;
                width: 100%;
                height: 35px;
                padding-top: 19px;
            }
            .subscribe-captcha-container a, 
            .subscribe-captcha-container img, 
            .subscribe-captcha-container input[type="text"] {
                margin-top: 0 !important;
                margin-bottom: 0;
            }
            .subscribe-captcha-container input {
                width: 113px;
                letter-spacing: 12px;
                font-size: 11px;
                line-height: 0px;
                vertical-align: middle;
                padding-left: 17px;
                padding-right: 0;
            }
            
            .form-container .select {
                margin-bottom: 10px;
            }
        
    }
    
      @media only screen and (max-width : 415px) {
            .modalWindowCMSubscribes-Header {
                height: 116px;
            }
      }
      
    /*****************************************************************************/
    /********************* Campaign Monitor Subscribe Button *********************/
    /*****************************************************************************/
    
    .campaign-monitor-button {
        display: inline-block;
        box-sizing: border-box;
        font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
    }
    
    .campaign-monitor-button button {
        cursor: pointer;
        background-clip: padding-box;
        box-sizing: border-box;
        background-position: 0 -245px;
        min-height: 22px;
        font-size: 11.5px;
        padding-left: 32px;
        padding-right: 2px;
        padding-top: 0;
        cursor: pointer;
        border: none;
        position: relative;
        padding: 0;
        color: #fff;
        background-image: url(../images/campaign-monitor-button.png);
        overflow: visible;
        outline: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        font-weight: 700;
    }
    
    .campaign-monitor-button button .cm-text {
        margin-top: 1px;
        display: inline-block;
        padding-bottom: 2px;
        vertical-align: middle;
        white-space: nowrap;
        box-sizing: border-box;
        text-shadow: 0 1px 0 rgba(0,0,0,.6);
        font-size: 11.5px;
        padding-left: 30px;
        padding-right: 1px;
        text-transform: none;
    }
    
    .campaign-monitor-button button .cm-cap {
        display: inline-block;
        background-position: 100% -245px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -6px;
        width: 7px;
        height: 100%;
        z-index: 100;
        background-image: url(../images/campaign-monitor-button.png);
        background-color: transparent;
        background-repeat: no-repeat;
    }
    
    #test { margin: 0 !important; }
        
    /********************************************/
    /************** Mobile App Modal ************/
    /********************************************/
    .modalWindowCover {
        background-image: url(../images/mobile-cover-window-645.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100%;
        width: 645px;
        height: 291px;
    }
    
    #modalWindowMobileApp .modal-close-app {
        width: 26px;
        height: 9px;
        position: absolute;
        top: 17px;
        right: 9px;
        padding-right: 0;
        cursor: pointer;
    }
    
    .kronodesing-mobile-app-logo {
        width: 230px;
        padding-top: 105px;
        margin: 0 auto;
    }
    .kronodesing-mobile-app-logo img {
        width: 100%;
    }
    
    .modalWindowMobileApp-Content #content {
        height: auto !important;
    }
    
    .modalWindowMobileApp-Header .modal-close {
        top: 8px;
    }
    
    .mobile-app-text {
        padding-top: 37px; 
        padding-bottom: 29px; 
        display: inline-block; 
        text-align: center; 
        font-size: 20px; 
        font-family: 'Helen_ProL_ight'; 
        line-height: 21px;
    }
    
    .mobile-app-icon-container {
        margin: 0 auto; 
        width: 265px; 
        padding-bottom: 51px; 
        height: 32px;
    }
    
    .mobile-app-text-container {
        margin: 0 auto; 
        width: 430px;
    }
     
    #header .helper_menu li.mobile-app-icon-open a {
        z-index: 9999;
    }
    #header .helper_menu li.mobile-app-icon-open {
        position: relative;
        width: 50px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 16px !important;
    }
    
    #header > .mobile-app-header-container .icon-container {
        position: absolute;
        float: right;
        right: 0;
        top: 5px;
        height: 13px;
        width: 22px;
    }
    
    #header > .phone-contact-header-container .icon-container {
        position: absolute;
        float: right;
        right: 0;
        top: 0;
        height: 13px;
        width: 22px;
    }
    
    #header > .mobile-app-header-container {
        background-color: black;
        position: absolute;
        right: 0;
        top: 0;
        height: 74px;
        line-height: 74px;
        display: block;
        position: absolute;
        z-index: 999;
        width: 350px;
        display: none;
    }
    
    #header > .mobile-app-header-container .text_2 {
        width: 100px;
        line-height: 14px;
        padding-left: 10px;
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        padding-top: 7px;
        vertical-align: super;
    }
    
    #header > .phone-contact-header-container {
        background-color: black;
        position: absolute;
        right: 0;
        top: 0;
        height: 74px;
        line-height: 74px;
        display: block;
        position: absolute;
        z-index: 999;
        width: 350px;
        display: none;
    }
    
    #header > .phone-contact-header-container .text_2 {
        width: 150px;
        line-height: 28px;
        padding-left: 10px;
        display: inline-block;
        text-transform: uppercase;
        font-size: 17px;
        padding-top: 2px;
        vertical-align: super;
        border-right: 1px solid white;
        border-left: 1px solid white;
        padding-left: 20px;
        margin-left: 20px;
    }
    
    #header .app-phone-container {
        display: none;
    }
    
    .mobile-app-text sup {
        font-size: 16px;
        vertical-align: super;
        line-height: 0;
    }
    
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    #modalWindowCMSubscribes {
        width: 90% !important;
    }
    
    #modalWindowMobileApp {
        width: 288px !important;
    }
      
    .modalWindowCover {
        background-image: url(../images/mobile-cover-window-320.jpg);
        width: 288px;
        height: 240px;
        background-attachment:scroll;
    }
    
    .mobile-app-text {
        padding-top: 30px;
        padding-bottom: 24px;
        font-size: 17px;
        line-height: 19px;
    }
    
    .kronodesing-mobile-app-logo {
        width: 200px;
        padding-top: 68px;
    }
    
    .mobile-app-text-container {
        margin: 0 auto; 
        width: 225px;
    }
    
    .mobile-app-icon-container {
        padding-bottom: 40px;
    }
    
    #wrapper #header .navigation > .header_contact_info, 
    #wrapper #header .navigation > .mobile-app-icon-open {
        display: none;
    }
    
    #header .app-phone-container {
        width: 63px;
        height: 57px;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 5px;
        display: table-cell;
        vertical-align: middle;
    }
    
    .app-phone-container a {
        display: inline-block;
        height: 28px;
        border-left: 1px solid white;
        border-left-color: #dedede;
        margin-top: 15px;
    }
    
    .app-phone-container ul li {
        display: inline-block;
        height: 57px;
        white-space: normal;
        text-align: center;
        vertical-align: middle;
        line-height: 80%;
    }
    
    .app-phone-container ul li:hover {
        background-color: #373737;
    }
    
    .app-phone-container ul li {
        -webkit-transition: background-color .5s;
        -moz-transition: background-color .5s;
        -o-transition: background-color .5s;
        transition: background-color .5s;
    }
    
    .phone-link {
        margin-top: 12px;
        height: 23px;
        padding-left: 8px !important;
        padding-right: 9px !important;
    }
    
    .phone-link img {
        padding-top: 7px;
    }
    
    .smartphone-link {
        padding-top: 0;
        padding-left: 11px !important;
        padding-right: 6px !important;
    }
    
    .temp-phone {
        position: relative;
        top: -68px;
        right: 39px;
    }
    
    .temp-smartphone {
        position: relative;
        top: -68px;
        right: 9px;
    }
    
    .smartphone-link img {
        padding-top: 3px;
    }
    
    .mobile-app-text sup {
        font-size: 14px;
        vertical-align: super;
        line-height: 0;
    }
}

@media only screen 
and (min-device-width : 481px) 
and (max-device-width : 767px) {
    #modalWindowCMSubscribes {
        width: 90% !important;
    }
    
    #modalWindowMobileApp {
        width: 436px !important;
    }
    
    .modalWindowCover {
        background-image: url(../images/mobile-cover-window-480.png);
        width: 436px;
        height: 233px;
        background-attachment:scroll;
    }
    
    .kronodesing-mobile-app-logo {
        width: 200px;
        padding-top: 50px;
    }
    
    .mobile-app-text-container {
        margin: 0 auto; 
        width: 85%;
    }
    
    .show-mobile-app-window {
        padding-top: 6px;
    }
    
    #header .helper_menu li.mobile-app-icon-open a img {
        position: absolute;
        left: 19px;
        top: 23px;
    }
    
    .header_contact_info {
        padding-left: 0;
        padding-right: 0;
    }
    
    .mobile-app-text sup {
        font-size: 16px;
        vertical-align: super;
        line-height: 0;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
   /*
    #modalWindowCMSubscribes {
        width: 395px;
    }
   */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
    #modalWindowCMSubscribes {
        width: 90% !important;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    #header > .mobile-app-header-container, 
    #header > .phone-contact-header-container  {
        top: 0;
        height: 74px;
    }
    
    #modalWindowMobileApp {
        width: 436px !important;
    }
    
    .modalWindowCover {
        background-image: url(../images/mobile-cover-window-480.png);
        background-size: 100%;
        width: 436px;
        height: 233px;
        background-attachment:scroll;
    }
    
}

/* Header menu breakpoint  ----------- */
@media only screen 
and (min-device-width : 481px) 
and (max-device-width : 799px) {
    /*
    #header > .mobile-app-header-container, 
    #header > .phone-contact-header-container  {
        top: 68px;
        height: 68px;
    }
    */
    .subscribe-title-container .subscribe-title {
        font-size: 40px;
        line-height: 40px;
    }
    
}

@media screen and (max-width: 640px) {
    .sbscrb-left {
        width: 196px;
    }
    
    .subscribe-captcha-container #captcha {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    
    .subscribe-title-container .subscribe-title {
        font-size: 32px;
        line-height: 32px;
    }
    
    .sbscrb-left {
        display: none;
    }
    
    .modalWindowCMSubscribes-Header {
        display: block;
    }
    
    .modal-close {
        position: absolute;
        right: 0;
        background-image: url(../images/x.svg);
    }
    
    .modalWindowCMSubscribes-Content .form-container {
        width: 85%;
        margin: 0 auto;
    }
    
    .subscribe-captcha-container #captcha {
        width: calc( 100% - 130px);
    }
    
    #fieldCaptcha {
        display: contents;
        margin-top: 0 !important;
        padding-left: 130px;
    }
    
    .subscribe-button-container {
        margin-bottom: 20px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {      
    
    #modalWindowMobileApp {
        width: 436px !important;
    }
    
    .modalWindowCover {
        background-image: url(../images/mobile-cover-window-480.png);
        width: 436px;
        height: 233px;
        background-attachment:scroll;
    }
    
    .kronodesing-mobile-app-logo {
        width: 230px;
        padding-top: 105px;
        margin: 0 auto;
    }
    .kronodesing-mobile-app-logo img {
        width: 100%;
    }
    
    .modalWindowMobileApp-Content #content {
        height: auto !important;
    }
    
    .modalWindowMobileApp-Header .modal-close {
        top: 8px;
    }
    
    .mobile-app-text-container {
        margin: 0 auto; 
        width: 430px;
    }
}


@media screen and (max-width: 768px) {
#header > .mobile-app-header-container, 
    #header > .phone-contact-header-container  {
        top: 68px;
        height: 68px;
    }
    
    #modalWindowMobileApp {
        width: 436px !important;
    }
    
    .modalWindowCover {
        background-image: url(../images/mobile-cover-window-480.png);
        width: 436px;
        height: 233px;
        background-attachment:scroll;
    }
    
    .mobile-app-text-container {
        margin: 0 auto; 
        width: 85%;
    }  
}

/* iPhone 4/4S ----------- */
@media screen and (max-width: 480px) {
    
    #modalWindowMobileApp {
        width: 288px !important;
    }
    
    .modalWindowCover {
        background-image: url(../images/mobile-cover-window-320.jpg);
        width: 288px;
        height: 240px;
        background-attachment:scroll;
    }
    
    .mobile-app-text-container {
        margin: 0 auto; 
        width: 85%;
    }
    
    .kronodesing-mobile-app-logo {
        width: 230px;
        padding-top: 40px;
        margin: 0 auto;
    }
}