/*****************************
*****   BANNER BLOCK     *****
*****************************/
.text-content.container{
    padding: 0;
}

.info-block .tablet-background {
    background-image: url(../../../../themes/partnersgroup/assets/images/invest-planner/TABLET_H_2.png);
    background-repeat: no-repeat;
    background-position: left 15px top 35px;
    height: 420px;
    background-size: 660px auto;
}

.info-block .text-block {
    padding: 70px 0 30px 0;
}

.info-block .text-block h1 {
    position: relative;
    top: 75px;
    font-size: 95px;
    text-transform: capitalize;
}

.info-block .text-block .text-grey {
    font-family: 'LegacySansItcTOT-Bold';
    color: #A0A5A9
}

.info-block .text-block .text-pg {
    font-family: 'LegacySansItcTOT-Bold';
    color: #AB0534;
}

.info-block .btn-ip {
    background-color: #AB0534;
    color: #fff;
    padding: 12px 21px;
    -webkit-border-radius:28px;
    -moz-border-radius:28px;
    border-radius:28px;
    font-size: 16px;
    font-family: 'LegacySansItcTOT-Medium';
    position: relative;
    top: 80px;
}

.info-block .btn-ip:hover {
    background-color: #921337;
    color: white;
    font-size: 16px;
}

.invest-planner-btn .icon-style {
    height: 22px;
    font-size: 26px;
    vertical-align: middle;
    font-weight: 100;
}
/*****************************
*****   END BANNER BLOCK   *****
*****************************/

/*****************************
*****   FIRST BLOCK      *****
*****************************/
.first-investment {
    background-color: #EBF0F3;
    margin: 0 auto;
}

.first-investment .text-block-frame .panel {
    background-color: #EBF0F3;
}

.first-investment .equal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.first-investment div[class*='col-'] {
    flex:1 1 auto;
    display: flex;
    background-color: #EBF0F3;
}

.first-investment .panel .video-text {
    flex:1 0 100%;
    background-color: #EBF0F3;
}

.first-investment .panel .video-text p {
    font-size: 16px;
    font-family: 'LegacySansItcTOT-Book';
    text-align: left;
    color: #000000;
    padding-right: 10px;
}

.first-investment .panel h2 {
    font-size: 35px;
    font-family: 'LegacySansItcTOT-Bold';
    text-align: left;
    color: #000000;
    /*padding-top: 105px;*/
    margin-bottom: 30px;
}

.panel {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    margin: 0;
    height: 417px;
}

.text-box {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: left;
    min-height: 417px;
}

.first-investment .panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.life-planner-btn {
    padding-left: 50px
}
/*****************************
**** END FIRST INFO BLOCK ****
*****************************/

/*****************************
*****   TITLE BLOCK      *****
*****************************/

.video-title {
    background-color: #ffff;
    margin: 70px 0 60px 0;
}

.video-title h1 {
    font-family: 'LegacySansItcTOT-Bold';
    font-size: 38px;
    text-transform: none;
    color: #AB0534;
    margin-bottom: 60px;
}
/*****************************
*****   END TITLE BLOCK  *****
*****************************/

/*****************************
*****   FORM BLOCK       *****
*****************************/
.form-block {
    background-color: #EBF0F3;
    position: relative;
    overflow: hidden;
}

.form-block .form-background {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.form-block .form-background img {
    position: relative;
    left: -50%;
}

.form-block .wall-paint {
    background-image: url(../../../../themes/partnersgroup/assets/images/invest-planner/nastenna_malba.png);
    background-repeat: no-repeat;
    background-position: left 475px bottom 0;
    height: 420px;
    background-size: 100% auto;
}

.form-block .person-andrej {
    background-image: url(../../../../themes/partnersgroup/assets/images/invest-planner/andrej_s.png);
    background-repeat: no-repeat;
    background-position: left 60px bottom 0px;
    height: 420px;
    background-size: 100% 100%;
}

.wrap-image {
    position: absolute;
    bottom: 0;
}
.form-block .person-right-align {
    left: 40%;
}

.form-block .text-block h2 {
    font-size: 35px;
    font-family: 'LegacySansItcTOT-Bold';
    text-align: left;
    color: #000000;
    padding-top: 70px;
    margin-bottom: 30px;
}

/***** CUSTOM CHECKBOX *****/
.checkbox-text {
    color: #A0A5A9;
    font-size: 12px;
}

.form-block .custom-checkbox {
    margin-left: -15px;
}

.custom-checkbox > [type="checkbox"],
.custom-checkbox > label{
    margin-bottom:0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > .valid [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked,
.custom-checkbox > .valid [type="checkbox"]:checked{
    position: absolute;
    left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > .valid [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label,
.custom-checkbox > .valid [type="checkbox"]:checked + label{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > .valid [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before,
.custom-checkbox > .valid [type="checkbox"]:checked + label:before{
    content: '';
    position: absolute;
    left:0;
    /*top: 50%;*/
    margin-top:0;
    width: 17px;
    height: 17px;
    /*border: 1px solid #ddd;*/
    background: #fff;
    border-radius: 2px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    /*top: 100%;*/
    bottom: 100%;
    margin-bottom:-14px;
    left: 2px;
    color: #ab0531;
    /*color: white;*/
    xtransition: all .2s;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
    color: #dadada; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {
    color: #aaa; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}
.custom-checkbox > label:hover:before {
    /*border: 1px solid #88D2FF !important;*/
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
    /*border: 1px solid #E4E4E4 !important;*/
}

.form-block input[type=text] {
    background-color: #ffffff !important;
    height: 65px !important;
    border: none;
    border-radius: 0;
    font-size: 20px;
}

.form-block .form-control::-webkit-input-placeholder { color: #000000; }  /* WebKit, Blink, Edge */
.form-block .form-control:-moz-placeholder { color: #000000; }  /* Mozilla Firefox 4 to 18 */
.form-block .form-control::-moz-placeholder { color: #000000; }  /* Mozilla Firefox 19+ */
.form-block .form-control:-ms-input-placeholder { color: #000000; }  /* Internet Explorer 10-11 */
.form-block .form-control::-ms-input-placeholder { color: #000000; }

.btn-ip-form, .btn-ip-form-disabled {
    background-color: #AB0534;
    color: #fff;
    padding: 12px 21px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-size: 16px;
    font-family: 'LegacySansItcTOT-Medium';
    position: relative;
    top: 10px;
    margin-bottom: 50px;
    float: left;
}

.btn-ip-form-disabled {
    opacity: 0.8;
}
/*****************************
*****   END FORM BLOCK   *****
*****************************/
/*cookies*/
.page-button-cookies:focus,
.page-button-cookies-cancel:focus {
    box-shadow: none;
}
.page-button-cookies-cancel:hover,
.page-button-cookies-cancel:active,
.page-button-cookies:hover,
.page-button-cookies:active {
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: none;
}

.page-button-cookies,
.page-button-cookies-cancel {
    background-color: #fff;
    padding: 8px 25px;
    border: none;
    box-shadow: none;
    color: #ab0534;
    cursor: pointer;
    border-radius: 20px;
    font-family: 'Graphik-Medium';
    font-size: 13px;
    /*min-width: 225px;*/
    text-align: center;
}

#sg-settings-modal-cookiesBar .modal-dialog .modal-content{
    background-color: #ab0534;
    border-radius: 25px;
    color: #fff;
    text-align: center !important;
}



#sg-settings-modal-cookiesBar .modal-header .close {
    color: #fff;
}
#sg-settings-modal-cookiesBar .modal-title {
    font-size: 20px;
    font-family: 'Graphik-Medium';
}

#sg-settings-modal-cookiesBar .modal-header {
    border-bottom: 0;
    display: block;
}

#sg-settings-modal-cookiesBar .modal-footer {
    border-top: none;
    padding-top: 0;
}

#sg-settings-modal-cookiesBar .content p {
    margin-bottom: 0;
    font-size: 15px;
}

#sg-settings-modal-cookiesBar .content a {
    color: #fff;
    text-decoration: underline;
}
#sg-settings-modal-cookiesBar .content a:hover {
    color: #4d4d4d;
}
#sg-settings-modal-cookiesBar .list-cookies .checkbox {
    text-align: left;
    margin: 15px 0;
    opacity: 1;
    font-size: 15px
}
#sg-settings-modal-cookiesBar .list-cookies label {
    color: #fff;
    padding-left: 0;
}
#sg-settings-modal-cookiesBar .list-cookies .help-block {
    font-size: 15px;
    color: #ffffff;
}

#sg-settings-modal-cookiesBar input[type="checkbox"] {
    margin-right: 10px;
    margin-left: 0;
    opacity: 1;
    height: auto;
}

#sg-settings-modal-cookiesBar input[type=checkbox] {
    position: relative;
    cursor: pointer;

}

#sg-settings-modal-cookiesBar input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    top: -2px;
    left: 0;
    border: 2px solid #FF0000;
    border-radius: 3px;
    background-color: white;
}

#sg-settings-modal-cookiesBar input[type=checkbox]:disabled::before {
    cursor: not-allowed;
}

#sg-settings-modal-cookiesBar input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border: solid #ab0534;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 6px;
}

#sg-settings-modal-cookiesBar input[type=checkbox]:disabled:after {
    border: solid #8e8e8e;
    border-width: 0 2px 2px 0;
    cursor: not-allowed;
}
/*****************************
*****   RESPONSIVE STYLE *****
*****************************/
@media (min-width: 1025px) {
    .info-block .text-block h1 {
        top: 35px;
        font-size: 70px;
    }
    .info-block .btn-ip {
        top: 25px;
    }
}
@media only screen and (max-width : 1200px) {
    .info-block .text-block h1 {
        top: 30px;
        font-size: 65px;
    }
    .info-block .btn-ip {
        top: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .info-block .text-block h1 {
        top: 255px;
        font-size: 70px;
    }
    .info-block .btn-ip {
        top: 25px;
    }
}
@media (max-width: 1024px) {
    .info-block .tablet-background {
        background-position: left 15px top 35px;
        height: 330px;
        background-size: 65% auto;
    }

    .info-block .text-block h1 {
        top: 35px;
        font-size: 70px;
    }
    .info-block .btn-ip {
        top: 25px;
    }
}
@media (max-width: 768px) {
    .first-investment .panel h2 {
        padding-top: 20px;
    }

    .first-investment .panel {
        height: auto;
    }

    .first-investment .panel .video-text p {
        text-align: justify;
        padding-bottom: 30px;
    }

    .form-block .person-right-align {
        left: 10%;
    }

    .info-block .btn-ip {
        padding: 12px 19px;
        font-size: 14px;
        top: 20px;
    }

    .info-block .text-block {
        padding: 30px 0 30px 0;
    }

    .info-block .text-block h1 {
        top: 15px;
        font-size: 50px;
    }

    .info-block .tablet-background {
        background-position: left 15px top 35px;
        height: 330px;
        background-size: 65% auto;
    }

    .form-block .text-block h2 {
        padding-top: 30px;
    }
}
@media (max-width: 480px) {
    .page-content {
        padding-top: 80px;
    }

    .info-block .invest-planner-btn {
        text-align: center;
    }

    .info-block .text-block {
        padding: 0px 0 30px 0;
    }

    .info-block .text-block h1 {
        top: 10px;
        text-align: center;
        font-size: 45px;
    }

    .info-block .btn-ip {
        top: 0;
        padding: 8px 15px;
        font-size: 13px;
    }

    .info-block .tablet-background {
        background-position: left 0 top 100px;
        height: 285px;
        background-size: 100% auto;
    }

    .first-investment div[class*='col-'] {
        flex:0;
        display: block;
    }

    .first-investment .panel {
        height: auto;
    }

    .first-investment {
        padding-bottom: 45px;
    }

    .first-investment .panel h2 {
        font-size: 30px;
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .first-investment .panel .video-text p {
        font-size: 15px;
        text-align: justify;
    }

    .video-title {
        margin: 35px 0 30px 0;
    }

    .video-title h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .video-title .panel {
        height: auto;
    }

    .form-block .text-block h2 {
        font-size: 20px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .form-block .btn-ip-form {
        float: none;
    }
}
@media (max-width: 320px) {
    .page-content {
        padding-top: 80px;
    }

    .info-block .invest-planner-btn {
        text-align: center;
    }

    .info-block .text-block {
        padding: 0 0 30px 0;
    }

    .info-block .text-block h1 {
        top: 10px;
        text-align: center;
        font-size: 45px;
    }

    .info-block .btn-ip {
        top: 0;
        padding: 8px 15px;
        font-size: 13px;
    }

    .info-block .tablet-background {
        background-position: left 0 top 100px;
        height: 285px;
        background-size: 100% auto;
    }
}
/*****************************
***** END RESPONSIVE STYLE ***
*****************************/
