@font-face {
    font-family: 'NeutrTexGre';
    src: url('fonts/NeutrTexGreLig.otf');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'NeutrTexGre';
    src: url('fonts/NeutrTexGreDem.otf');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: 'NeutrTexGre';
    src: url('fonts/NeutrTexGreBoo.otf');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'NeutrTexGre';
    src: url('fonts/NeutrTexGreBol.otf');
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Regular.otf');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Semibold.otf');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Bold.otf');
    font-weight: 900;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-weight: 700;
    line-height: 36px;
    font-size: 30px;
    margin-bottom: 8px;
    color: #a276b4;
    font-family: 'NeutrTexGre', serif;
}
h3 {
    font-weight: 900;
    font-size: 21px;
    color: #a276b4;
    font-family: 'NeutrTexGre', serif;
}
h4 {
    font-weight: 500;
    font-size: 23px;
    margin: 0px 0px 20px;
}

header {
    max-width: 1480px;
    padding-left: 25px;
    margin: 0 auto;
}

header img {
    padding: 13px 0px;
    position: absolute;
}


body {
    margin: 0;
    padding: 0;
    color: #757678;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}

.ocm-logo {
    display: block;
}

.ocm-mob-logo {
    width: 297px;
    display: none;
}

.ocm-form .button, a.button {
    background-image: linear-gradient(#a276b4, #a276b4);
    border: 1px solid #a276b4;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding: 8px 64px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.ocm-form .button {
    padding: 16px 44px !important;
    font-size: 21px !important;
    font-family: 'NeutrTexGre', serif;
}

.ocm-form input, select {
    padding: 8px;
    border-radius: 5px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    width: 100%;
    font-style: italic;
    margin-bottom: 20px;
}

.ocm-form:after {
    content: "";
    background: url(images/hr_bg.png) no-repeat transparent;
    background-size: contain;
    width: 100%;
    position: absolute;
    bottom: 91px;
    left: 0;
    z-index: -1;
    height: 33px;
}

span.ocm-terms {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 47px;
}

.ocm-slider {
    height: 750px;
    overflow: hidden;
    background: url(images/dna_slider.jpg);
    background-position: center top;
}


.ocm-main {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1345px;
    margin: 0 auto;
}

.ocm-container {
    max-width: 1070px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.ocm-form {
    max-width: 1070px;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px 61px 31px;
    transform: translate(0px, -111px);
    margin-bottom: -111px;
}

.row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.row:after, .row:before {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}

col-sm-12 {
    flex: 100%;
}

.col-sm-11 {
    flex: 91.66666667%;
}

.col-sm-10 {
    flex: 83.33333333%;
}

.col-sm-9 {
    flex: 75%;
}

.col-sm-8 {
    flex: 66.66666667%;
}

.col-sm-7 {
    flex: 58.33333333%;
}

.col-sm-6 {
    flex: 50%;
}

.col-sm-5 {
    flex: 41.66666667%;
}

.col-sm-4 {
    flex: 33.33333333%;
}

.col-sm-3 {
    flex: 25%;
}

.col-sm-2 {
    flex: 16.66666667%;
}

.col-sm-1 {
    flex: 8.33333333%;
}

.col-sm-12.btn, .col-sm-12.acpt {
    text-align: center;
    clear: both;
    float: none;
    width: 100%;
}

.col-sm-7.right-way {
    float: right;
}

.ocm-icon img {
    margin: 15px auto;
    max-height: 62px;
}

.ocm-icon {
    text-align: center;
    margin-top: 20px
}

a.button {
    clear: both;
    margin-top: 60px;
    margin-bottom: 21px;
    display: table;
    font-size: 19px;
    cursor: pointer;
    font-family: 'NeutrTexGre', serif;
    padding: 8px 34px;
}

.floater-wrapper {
    max-width: 1335px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.ocm-slide-floater {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.ocm-slide-floater img
{
    width: 65%;
    max-width: 450px;
}

img.ocm-slide-floater {
    width: 26%;
    max-width:323px;
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%, -50%);
}

footer {
    padding-bottom: 30px;
    position: relative;
}

footer .ocm-logo {
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
}

.center-align {
    text-align: center;
}

i.fa.fa-chevron-up {
    display: block;
    margin: -8px 0px;
    font-size: 18px;
}

footer .button {
    position: absolute;
    bottom: 25px;
    right: 16px;
    padding: 11px 44px 2px;
    cursor: pointer;
}


.fillerha-2 {
    background: url(images/cr_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


.fillerha-4 {
    background: url(images/cr_3.jpg);
    background-size: cover;
    background-position: left;
}


.inner-col {
    max-width: 530px;
    margin: 40px 25px;
    float: left;
}

.inner-col.inner-col-right {
    float: right;
}

.inner-col.pad-133 {
    margin-top: 133px;
}

.icon-title
{
    font-family: 'NeutrTexGre', serif;
    font-weight: 900;
    color: #a276b4;
}

.inner-col span
{
    font-family: 'MyriadPro', serif;
}


@media screen and (max-width: 1089px) {

    .inner-col {
        margin: 15px 25px;
    }

    .inner-col.pad-133 {
        margin-top: 32px;
    }

    img.ocm-slide-floater {
        width: unset;
        max-width: 323px;
        position: absolute;
        left: 21%;
        top: 23%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 769px) {

    .floater-wrapper {
        position: relative;
    }

    .row {
        flex-direction: column !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        flex: 100%;
    }

    .ocm-form:after {
        bottom: 152px;
    }

    .ocm-form h2 {
        font-size: 17px;
        line-height: 23px;
        margin-top: 0;
    }

    .ocm-container {
        padding: 6%;
        margin-bottom: 20px;
    }

    a.button {
        margin: 21px auto;
        padding: 8px 33px;
    }

    .ocm-main {
        text-align: center;

    }

    footer .ocm-logo {
        max-width: 250px;
    }

    .row.row-icons {
        flex-direction: row !important;
        flex-flow: row wrap;
    }

    .col-sm-3.ocm-icon {
        flex: 50%;
    }

    .ocm-logo:not(.ocm-footer) {
        display: none;
    }

    .ocm-slider {
        overflow: hidden;
        height: 400px;
        background-position: 88% top;
        background-size: cover;
    }
    .ocm-slide-floater {
    }
    .ocm-slide-floater img {
        width: 100%;
        max-width: 170px;
        margin-bottom: 23px;
    }

    img.ocm-slide {
        width: 250% !important;
        margin: 0 auto;
        margin-left: -75%;
    }

    .ocm-form {
        margin: 27px;
        padding: 17px;
        margin-bottom: -108px;
        transform: translate(0px, -109px);
    }

    img.ocm-slide-floater {
        width: 198px;
        bottom: unset;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
    }

    footer .button {
        position: initial;
        padding: 11px 44px 2px;
        cursor: pointer;
    }

    header a {
        display: block;
        width: 298px;
        margin: 0 auto;
    }

    header img {
        padding: 7px 0px 7px;
        width: 63px;
        margin: 0 auto -45px;
    }

    .inner-col {
        margin: -36px 24px 0px;
        background: white;
        padding-top: 4px;
        width: calc(100% - 48px);
        max-width: 100%;
    }

    .inner-col.pad-133 {
        margin-top: -36px;
    }

    .col-sm-7.border {
        min-height: 480px;
    }

    .fillerha-2 {
        background: url(images/cr_1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right -20px;
    }


    .fillerha-4 {
        background: url(images/cr_3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center -10px;
     }
    .ocm-mob-logo {
        width: 90%;
        display: block;
    }

    .ocm-mob-logo img {
        width: 84px;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media screen and (max-width: 480px) {

    .ocm-mob-logo img {
        width: 63px;
        left: unset;
        transform: none;
    }

    .ocm-mob-logo {
        display: block;
        width: 100%;
    }

    img.ocm-slide-floater {
        display: none;
    }
    .ocm-slider {
        height: 263px;
    }
    .col-sm-7.border {
        min-height: 210px;
    }
}


