.container {
    width: 70%
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

@media (min-width: 768px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.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-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

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

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.container-fluid.ewf-padding-left--none,
.container-fluid.ewf-padding-right--none {
    padding-left: 0;
    padding-right: 0;
}

.ewf-padding-left--none div[class*="col"],
.ewf-padding-right--none div[class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

.ewf-padding-left--none .row,
.ewf-padding-right--none .row {
    margin-left: 0;
    margin-right: 0;
}

.ewf-section-text {
    margin-bottom: 55px;
}

.ewf-padding-left--none .ewf-section-text,
.ewf-padding-right--none .ewf-section-text {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.ewf-item__spacing-none {
    padding-left: 0;
    padding-right: 0;
}

.ewf-item__spacing-none + .ewf-item__spacing-none,
.ewf-item__spacing-none:first-child {
    margin-top: 0;
}

.ewf-item__spacing-sm {
    padding-left: 1px;
    padding-right: 1px;
}

.ewf-item__spacing-sm + .ewf-item__spacing-sm,
.ewf-item__spacing-sm:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
}

.ewf-item__spacing-md {
    padding-right: 7px;
    padding-left: 7px;
}

.ewf-item__spacing-md + .ewf-item__spacing-md,
.ewf-item__spacing-md:first-child {
    margin-top: 14px;
    margin-bottom: 14px;
}

.ewf-item__spacing-lg {
    padding-left: 13px;
    padding-right: 13px;
}

.ewf-item__spacing-lg + .ewf-item__spacing-lg,
.ewf-item__spacing-lg:first-child {
    margin-top: 26px;
    margin-bottom: 26px;
}

.row-flow-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.row-column-reverse .ewf-section-text {
    margin-bottom: 0;
    margin-top: 55px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table, th, td {
    border: 1px solid;
    padding: 5px;
    margin: 5px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


picture img {
  border-radius: 14px;
  margin: 20px auto;
}

/*img {
    width: 100%;
    height: auto;
}*/

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex.space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex.around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex.end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex.start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.flex.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex.top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.flex.center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex.middle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex.bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.ewf-portfolio-item {
    position: relative;
    height: 100%;
}

.ewf-portfolio-item li {
    list-style: none;
}

.ewf-portfolio-item.ewf-portfolio__has-description-below {
    height: auto !important;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    background: white;
}

.ewf-portfolio-item:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
}

.ewf-portfolio-item__thumbnail {
    position: relative;
    overflow: hidden;
    height: 350px;
    line-height: 0;
}

.ewf-portfolio-item__thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.ewf-portfolio-item__overlay {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    pointer-events: none;
}

.ewf-portfolio-item__overlay:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.ewf-portfolio-item__control-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.ewf-portfolio-item__control-zoom:hover {
    text-decoration: none;
}

.ewf-portfolio-item__details + .ewf-portfolio-item__control-zoom {
    top: 40%;
}

.ewf-portfolio-item__title {
    margin-bottom: 0;
}

.ewf-portfolio-item__description {
    font-size: 13px;
    line-height: 1.25;
}

.ewf-portfolio-item__overlay .ewf-portfolio-item__details {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.25s 0.1s;
    transition: -webkit-transform 0.25s 0.1s;
    -o-transition: transform 0.25s 0.1s;
    transition: transform 0.25s 0.1s;
    transition: transform 0.25s 0.1s, -webkit-transform 0.25s 0.1s;
}

.ewf-portfolio-item__thumbnail + .ewf-portfolio-item__details {
    padding: 15px;
}

.ewf-portfolio-item:hover .ewf-portfolio-item__overlay {
    opacity: 1;
}

.ewf-portfolio-item:hover .ewf-portfolio-item__overlay:after {
    opacity: 0.85;
}

.ewf-portfolio-item:hover .ewf-portfolio-item__control-zoom,
.ewf-portfolio-item:hover .ewf-portfolio-item__overlay .ewf-portfolio-item__details {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* =Portfolio Grid
   ========================================================================== */
.container-fluid .ewf-portfolio li img {
    width: 100%;
}

.ewf-portfolio {
    list-style: none;
    position: relative;
    width: 100%;
}

.ewf-portfolio :after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
}

.ewf-portfolio li {
    margin-bottom: 0;
    position: relative;
}

.soc svg {
    width: 21px;
    fill: white;
}

.soc svg * {
    fill: white;
}

body {
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Roboto';
}

header {
    width: 100%;
    height: 60px;
    background-color: transparent;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
}

header.scroll, header.back {
    background-color: #4e3f84;
}

header .container, header .row, header .col-xs-12 {
    height: 100%;
}

header ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

header ul.menu > li {
    margin-left: 18px;
}

header ul.menu > li:last-child a {
    color: red;
    background-color: yellow;
    font-weight: 900;
}

header li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header li a {
    font-family: 'Roboto';
    color: white;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

header li:hover > a, header li.active > a {
    color: #ff3366;
}

header li ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0px;
    width: 200px;
    margin: 1px 0 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
}

header li ul.sub-menu li {
    padding: 12px 15px;
    font-size: 14px;
    -webkit-transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header li ul.sub-menu li a {
    display: block;
    width: 100%;
    height: 100%;
}

header ul > li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

a.logo {
    width: 130px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    overflow: hidden;
}

a.logo img {
    -webkit-transform: scale(2.6);
    -ms-transform: scale(2.6);
    transform: scale(2.6);
}

footer {
    overflow: hidden;
}

footer .row:after {
    display: none;
}

footer .container {
    padding: 0;
}

footer a.logo {
    width: 100%;
    transform: translateX(10px) translateY(-25px);
    overflow: hidden;
}

/*footer a.logo img {*/
/*          transform: scale(3);*/
/*}*/

footer .col5 {
    width: 160px;
}

footer .col5 > ul {
    transform: translateY(14px);
}

footer .col6 p {
    margin: 0;
    margin-right: 60px;
}

footer .col6 ul {
    display: flex;
}

footer .col6 ul li {
    margin-right: 20px;
}


.contact-us {
    position: fixed;
    bottom: -70px;
    right: 30px;
    z-index: 50;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 14px;
    background: #4e3f84;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid white;
    line-height: 1;
}

.contact-us svg {
    width: 30px;
    fill: white;
}

.contact-us h3 {
    color: white;
    font-size: 21px;
    line-height: 1;
}

.contact-us.scroll {
    bottom: 25px;
}

h1, h2, h3 {
  text-align: center;
}

h1, h2 {
    color: #212529;
    font-size: 56px;
    line-height: 70px;
    font-family: 'Hind';
}

h2 {
    font-size: 48px;
}

h3, h4 {
    color: #212529;
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
}

h4 {
    font-size: 26px;
    max-width: 800px;
}

.mp_sect7 h4 {
    margin-left: auto;
    margin-right: auto;
}

p, ol, ul {
  font-size: var(--normal-font-size);
  margin-bottom: 16px;
  line-height: 28px;
  text-align: start;
}


p {
    color: #7e8b98;
    font-family: 'Roboto';
/*    text-align: center;
    font-size: 16px;
    line-height: 1.6;*/
    max-width: 600px;
    margin: 0 auto;
}

span {
    font-family: 'Roboto';
    color: #212529;
    font-size: 16px;
}

a.button, button {
    display: inline-block;
    border: solid 1px transparent;
    color: #fff;
    min-width: 110px;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    appearance: none;
    padding: 16px 29px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    font-weight: bold;
    background-color: #ff3366;
}

a.button span, button span {
    color: white;
}

a.button:hover, button:hover {
    background-color: #3e4346;
}

.hhh {
    height: 500px;
}

section {
    width: 100%;
    position: relative;
    padding: 100px 0;
}

figure section {
    padding: 0;
}

.mp_sect1 {
    height: 700px;
    padding: 0;
    text-align: center;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.market_sect1 {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.mp_sect1 h1 {
    color: white;
}

.mp_sect1 p {
    color: #ebebeb;
    margin: 15px auto;
    margin-bottom: 20px;
}

.mp_sect1 .home-video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.mp_sect1 .home-video video {
    width: 100%;
}

.mp_sect1 .back-black {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
}

.mp_sect1 .text-wrap {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grey {
    background: rgba(78, 63, 132, 0.2);
}

.mp_sect2 {
    text-align: center;
}

.mp_sect2 .row .col1 {
    width: 100%;
    margin-bottom: 55px;
}

.mp_sect2 .block .img-wrap {
    width: 110px;
    margin: 0 auto;
    margin-bottom: -10px;
}

.mp_sect2 .block p {
    width: 80%;
    margin: 15px auto;
}

.mp_sect3, .mp_sect5, .mp_sect7 {
    background-size: cover !important;
}

.mp_sect3 h3, .mp_sect5 h3, .mp_sect7 h3,
.mp_sect3 h4, .mp_sect5 h4, .mp_sect7 h4,
.mp_sect3 p, .mp_sect5 p, .mp_sect7 p,
.mp_sect3 span, .mp_sect5 span, .mp_sect7 span,
form input {
    color: white;
}


.mp_sect3 {
    text-align: center;
}

.mp_sect3 p {
    margin: 20px auto;
}

.mp_sect4 {
    padding-top: 250px;
    padding-bottom: 300px;
}

.mp_sect4 .col-ms-12 {
    width: 100%;
}

.mp_sect4 .sinus-wrap svg {
    width: 180px;
    height: 180px;
}

.mp_sect4 .svg-wrap {
    transform: scale(1.25, 0.6);
}

.mp_sect4 .sinus-wrap svg * {
    stroke: #1f1a48;
}

.mp_sect4 .sinus-wrap .svg2 {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.mp_sect4 .sinus {
    position: relative;
}

.mp_sect4 .sinus .circle {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff3366;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mp_sect4 .sinus .circle1 {
    top: 20%;
    left: -12.5%;
}

.mp_sect4 .sinus .circle2 {
    bottom: 10%;
    left: 18.2%;
}

.mp_sect4 .sinus .circle3 {
    top: 20%;
    left: 50%;
}

.mp_sect4 .sinus .circle4 {
    bottom: 10%;
    left: 81.7%;
}

.mp_sect4 .sinus .circle5 {
    top: 19%;
    left: 112.5%;
}

.mp_sect4 .sinus .inf {
    height: 120px;
    position: absolute;
    width: 300px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mp_sect4 .sinus .inf1 {
    bottom: 100%;
    left: -13%;
}

.mp_sect4 .sinus .inf2 {
    top: 100%;
    left: 18%;
}

.mp_sect4 .sinus .inf3 {
    bottom: 100%;
    left: 50%;
}

.mp_sect4 .sinus .inf4 {
    top: 100%;
    left: 82%;
}

.mp_sect4 .sinus .inf5 {
    bottom: 100%;
    left: 113%;
}

.mp_sect5 .block span {
    margin: 10px 0;
    display: block;
}

.mp_sect5 .col2 {
    width: 100%;
    margin-bottom: 35px;
}

.mp_sect6 a img {
    width: 80%;
    margin-left: 10%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mp_sect6 a:hover img {
    -webkit-filter: none;
    filter: none;
}

.mp_sect6 .col-sm-4 {
    margin-bottom: 70px;
}

.mp_sect6 h3 {
    margin-bottom: 50px;
}

.mp_sect6 a {
    font-family: 'Roboto';
    font-size: 16px;
    color: black;
}

.mp_sect6 p {
    text-align: left;
    margin-top: 10px;
}

.mp_sect6 .magnific-gallery li {
    height: 100%;
    display: none;
}

.mp_sect6 .magnific-gallery li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mp_sect6 .magnific-gallery li > a img {
    height: 100%;
    width: auto;
}

.mp_sect6 .magnific-gallery li:first-child {
    display: block;
}

.mp_sect7 .form-wrap {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

form .input-wrap {
    position: relative;
    margin: 25px 0;
}

form .input-wrap label {
    position: absolute;
    top: 11px;
    left: 0px;
    font-family: 'GothamPro';
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

form .input-wrap label.active {
    top: -11px;
    color: white;
}

form input {
    width: 100%;
    padding: 15px 0;
    font-family: 'GothamPro';
    font-weight: 500;
    font-size: 14px;
    color: #ff3366;
    margin-bottom: 10px;
    border: none;
    border-bottom: 2px solid #ff3366;
    border-image-slice: 1;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    outline: none;
}

.mp_sect8 h3 {
    margin-bottom: 50px;
}

.mp_sect8 .row h5 img {
    width: 65px;
    margin-right: 5px;
}

.mp_sect8 .row h5 span {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    color: #ff3366;
    font-size: 20px;
}

.mp_sect8 .col-sm-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mp_sect8 .col-sm-4 > p {
    width: 80%;
}

.mp_sect8 .col-sm-4 h5 {
    margin-bottom: 10px;
}

.phone-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.phone-wrap p {
    margin: 0;
    margin-right: 10px;
}

.phone-wrap a {
    color: #7e8b98;
    font-family: 'Roboto';
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

footer {
    background-color: #4e3f84;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0;
    position: relative;
}

footer h4 {
    text-align: left;
    color: white;
    margin-bottom: 25px;
    line-height: 1;
}

footer p {
    text-align: left;
    color: white;
    height: 30px;
}

footer ul li {
    margin-bottom: 3px;
}

footer ul li a {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: white;
    height: 30px;
    transition: all 0.25s linear;
}

footer ul li a:hover {
    color: #ff3366;
}

footer .phone-wrap p {
    color: white;
    margin-right: 5px;
    height: 30px;
}

footer .phone-wrap a {
    color: white;
    height: 30px;
}

footer .soc {
    margin-bottom: 22px;
}

footer .soc2 {
    padding-left: 35px;
}

footer .soc2 a:first-child {
    margin-right: 40%;
}

.about_sect1 {
    height: 450px;
}

#youtube-video {
    margin: 55px auto;
}

.about_sect1 .text-wrap > * {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.about {
    text-align: left;
}

.about h3, .about h4, .about p {
    text-align: left;
}

.about p {
    width: 90%;
    margin: 20px 0;
    max-width: initial;
}

.about .col-sm-12 {
    text-align: center;
}

.about .col-sm-12 a.button {
    margin-top: 50px;
}

.marketing h1, .marketing h2, .marketing p {
    text-align: left;
}

.market_sect1 {
    padding-top: 120px;
    padding-bottom: 80px;
    background: #4e3f84;
}

.market_sect1 h1, .market_sect1 h2, .market_sect1 p {
    color: white;
}

.market_sect1 h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 20px 0;
}

.market_sect1 p {
    text-align: left;
    margin: 0;
    margin-top: 20px;
}

.market_sect2 p {
    margin: 20px 0;
    text-align: left;
}

.market_sect2 .text-wrap {
    margin-top: 50px;
}

.market_sect2 .text-wrap h3, .market_sect2 .text-wrap li {
    text-align: left;
}

.market_sect2 .text-wrap h3 {
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 36px;
}

.market_sect2 .text-wrap ul {
    padding-left: 25px;
}

.market_sect2 .text-wrap ul li {
    font-size: 20px;
    font-family: 'Roboto';
    margin-bottom: 10px;
    position: relative;
}

.market_sect2 .text-wrap ul li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -20px;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff3366;
}

.market_sect3, .market_sect5 {
    text-align: center;
}

.market_sect3 p, .market_sect5 p {
    text-align: center;
    margin: 15px 0;
}

.market_sect3 a.button, .market_sect5 a.button {
    margin: 20px auto;
}

.market_sect3 {
    padding: 0;
}

.market_sect3 .text-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
    background: #4e3f84;
}

.market_sect3 .text-wrap * {
    text-align: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.market_sect4 .line {
    width: 50px;
    height: 3px;
    background: #4e3f84;
    margin: 25px auto;
}

.market_sect4 h3 {
    line-height: 1.2;
    width: 90%;
    margin-left: 5%;
}

.market_sect4 .text-wrap p {
    text-align: center;
}

.market_sect4 .container .row:nth-child(odd) .img-wrap {
    transform: translateX(100px) translateY(15px);
}

.market_sect4 .container .row:nth-child(even) .img-wrap {
    transform: translateX(-100px) translateY(15px);
}

.case_sect1 .col-sm-9 p {
    margin: 20px 0;
}

.case_sect1 .case-wrap {
    text-align: center;
    margin-top: 50px;
}

.case_sect1 .case-wrap .img-wrap {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
}

.case_sect1 .case-wrap .img-wrap img {
    height: 80%;
    width: auto;
}

.row.case-wrap {
    justify-content: center;
}

.case_sect1 .case-wrap > div {
    margin-bottom: 50px;
}

.case_sect1 .case-wrap p {
    text-align: center;
}

.case_sect1 .case-wrap p span {
    color: #ff3366;
    font-weight: 700;
}

.case_sect1 h3, .case_sect1 h4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.case_sect1 .case-wrap a.button {
    margin-top: 20px;
    padding: 10px 15px;
}

.case_sect1 .case-wrap a.button span {
    font-size: 14px;
}

.single-case_sect1 {
    padding-top: 100px;
    padding-bottom: 40px;
    background-position: center center !important;
    background-size: cover !important;
}

.single-case_sect1 h1, .single-case_sect1 h3, .single-case_sect1 span, .single-case_sect1 p {
    color: white;
    line-height: 1;
}

.single-case_sect1 h1 {
    font-size: 45px;
}

.single-case_sect1 p {
    line-height: 1.5;
}

.single-case p {
    color: #212529;
}


.single-case_sect1 h3 {
    margin-top: 8px;
    text-align: left;
}

.single-case_sect1 h3 span {
    font-size: 30px;
    font-weight: 600;
}

/*.single-case h1, .single-case h3, .single-case p {
    text-align: left;
}*/

.single-case h3 {
    margin: 40px 0 15px 0;
    font-size: 24px;
    line-height: 1.2;
}

.single-case h3 span {
    font-size: 26px;
    /*color: #ff3366;*/
}

.single-case div {
    max-width: 100%;
}

.single-case h2 {
    font-size: 28px;
    line-height: 1.2;
    margin: 25px 0;
    /*color: #ff3366;*/
}

.single-case p {
    margin: 20px 0;
    width: 90%;
    max-width: initial;
}

.single-case ul {
    margin: 20px 0;
    padding-left: 20px;
}

.single-case ul li, .single-case ul li * {
    color: #212529;
    font-family: 'Roboto';
    font-weight: 500 !important;
}

.single-case ul li {
    margin-bottom: 10px;
    position: relative;
}

.single-case ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #212529;;
    position: absolute;
    top: 7px;
    left: -19px;
}

.single-case .soc {
    margin-top: 50px;
}

.single-case .soc a {
    width: 36px;
    margin-right: 15px;
}

.single-case .col-sm-4 {
    padding-left: 50px;
    text-align: center;
}

.single-case .col-sm-4 .img-wrap {
    margin-bottom: 20px;
}

.single-case .col-sm-4 p {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.single-case .col-sm-4 .text-wrap {
    margin-top: 80px;
}

.single-case .col-sm-4 h3, .single-case .col-sm-4 h4 {
    text-align: center;
}

.single-case .col-sm-4 h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.single-case .col-sm-4 h4 {
    font-size: 21px;
    font-weight: 700;
}

.single-case_sect3 {
    margin-top: 0;
    padding-top: 0;
}

.term {
    background: #4e3f84;
}


.term h1, .term p, .term li, .term h2 {
    color: white;
    text-align: left;
    max-width: initial;
    margin: 20px 0;
}

.term h1 {
    font-size: 40px;
    line-height: 1.2;
}

.term h2 {
    font-size: 36px;
    line-height: 1.2;
}

.term ul {
    padding-left: 15px;
}

.term ul li {
    position: relative;
}

.term ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
}

form button {
    margin-top: 20px;
}


div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
    border: 2px solid white !important;
    padding: 10px !important;
    font-family: 'GothamPro' !important;
    color: white !important;
}

div.wpcf7-mail-sent-ok *, div.wpcf7-validation-errors *, span.wpcf7-not-valid-tip {
    color: white !important;
}

.mobile-menu {
    width: 100%;
    background: #4e3f84;
    height: -webkit-calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    position: fixed;
    top: 50px;
    z-index: 50;
    padding-top: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    opacity: 0;
    display: none;
}

.mobile-menu.active {
    pointer-events: all;
    opacity: 1;
}

.mobile-menu li {
    margin-bottom: 20px;
}

.mobile-menu li a {
    font-size: 28px;
    font-family: 'Roboto';
    color: white;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.mobile-menu li:hover > a, .mobile-menu li.active > a {
    color: #ff3366;
}

.mobile-menu li ul {
    padding-top: 10px;
    padding-left: 30px;
}

.mobile-menu li ul li {
    margin-bottom: 10px;
}

.mobile-menu li ul li a {
    font-size: 24px;
}

.burger-wrap {
    width: 83px;
    height: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: none;
}

#burger {
    width: 33px;
    height: 16px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#burger span:nth-child(1) {
    top: 0px;
}

#burger span:nth-child(2), #burger span:nth-child(3) {
    top: 7px;
}

#burger span:nth-child(4) {
    top: 14px;
}

.burger-wrap.open #burger span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.burger-wrap.open #burger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-wrap.open #burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger-wrap.open #burger span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.mp_sect4 .line {
    position: absolute;
    top: 10px;
    left: 37px;
    width: 1px;
    height: 100px;
    background: black;
    transition: all 0.25s linear 0.6s;
    opacity: 0;
    display: none;
}

.mp_sect4 .line.active {
    opacity: 1;
}

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

    h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    h2 {
        font-size: 32px;
        line-height: 1.4;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 21px;
    }

    p {
        font-size: 15px;
    }

    span {
        font-size: 15px;
    }

    .mp_sect4 .line {
        height: 0px;
    }

    a.button, button {
        padding: 10px 20px;
    }

    a.button span, button span {
        font-size: 14px;
    }

    section {
        padding: 55px 0;
    }

    .single-case_sect1 h1 {
        font-size: 36px;
    }

    .single-case h2 {
        font-size: 26px;
    }

    .single-case_sect1 .col-sm-5 {
        width: 55%;
    }

    .single-case_sect1 .col-sm-7 {
        width: 45%;
    }

    .single-case_sect1 h3 {
        margin-top: 0;
    }

    .single-case_sect1 h3 span {
        font-size: 26;
        line-height: 1.2;
    }

    .mp_sect1 {
        height: 400px;
    }

    .mp_sect1 .text-wrap {
        top: 55%;
    }

    .mp_sect2 .block p {
        margin: 10px auto;
    }

    .mp_sect8 .col-sm-4 {
        width: 50%;
    }

    .mp_sect8 .col-sm-4:last-child {
        margin: 0 auto;
        margin-top: 35px;
    }

    footer .col1, footer .col2, footer .col3, footer .col4 {
        width: 25%;
        height: 150px;
    }

    footer .col2 > * {
        /*transform: translateX(40px);*/
    }

    footer .col2 p {
        height: auto;
    }

    footer .col3 > * {
        /*transform: translateX(-15px);*/
    }

    footer .col5 {
        width: 100%;
    }

    footer .col5 .soc {
        width: 150px;
    }

    footer .soc2 a:first-child {
        margin-right: 29%;
    }

    .burger-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    header ul.menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    footer .container {
        position: relative;
    }

    footer .col5 {
        position: relative;
    }

    footer .col5 ul {
        position: absolute;
        top: 0px;
        left: 75%;
        transform: none;
    }

    footer .col5 .soc-wrap {
        transform: translateX(34px);
    }

    footer .col6 p {
        margin-top: 10px;
        margin-left: 19px;
    }

    footer .col6 ul {
        margin-top: 10px;
    }

    header {
        height: 50px;
        background: #4e3f84 !important;
    }

    footer .col1 p {
        position: absolute;
        left: 75%;
        bottom: 0px;
    }

    a.logo img {
        -webkit-transform: scale(2.3);
        -ms-transform: scale(2.3);
        transform: scale(2.3);
    }

    footer a.logo img {
        transform: scale(2.3);
    }

    .about_sect1 {
        height: 350px;
    }

    .about_sect1 .text-wrap {
        top: 50%;
    }

    .market_sect1 {
        padding-top: 100px;
    }

    .market_sect4 .container .row:nth-child(odd) .img-wrap,
    .market_sect4 .container .row:nth-child(even) .img-wrap {
        transform: translateY(15px);
    }

    .market_sect4 .col-sm-3 {
        order: -1;
    }

    .market_sect4 .row {
        margin-bottom: 35px;
    }

    .market_sect4 .row:last-child {
        margin-bottom: 0;
    }

    .case_sect1 .case-wrap > div {
        width: 50%;
    }

    .case_sect1 .case-wrap > div:last-child {
        margin-left: 25%;
    }

    .single-case h3 span {
        font-size: 21px;
    }

    .single-case h3 {
        margin: 30px 0 10px 0;
    }

    .single-case .col-sm-4 {
        padding: 0;
    }

    .single-case .col-sm-4 h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .single-case .col-sm-4 .text-wrap {
        margin-top: 50px;
    }

    footer .phone-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mp_sect4 .svg-wrap {
        display: none;
    }

    .mp_sect4 .sinus {
        width: 100%;
    }

    .mp_sect4 .sinus .inf {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        margin-left: 70px;
        height: auto;
        margin-bottom: 50px;
    }

    .mp_sect4 .sinus .inf:last-child {
        margin-bottom: 0;
    }

    .mp_sect4 .sinus .inf::after {
        content: '';
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ff3366;
        position: absolute;
        top: 9px;
        left: -40px;
        transition: all 0.25s linear 0.4s;
        opacity: 0;
    }

    .mp_sect4 .sinus .inf.active::after {
        opacity: 1;;
    }

    .mp_sect4 .sinus .inf h3, .mp_sect4 .sinus .inf p {
        text-align: left;
    }

    .mp_sect4 .sinus .circle {
        display: none;
    }

    .mp_sect4 {
        padding: 55px 0;
    }

    .mp_sect4 .line {
        display: block;
    }

}

@media screen and (max-width: 768px) {
    .single-case_sect1 .col-sm-5,
    .single-case_sect1 .col-sm-7 {
        width: 100%;
    }

    .row {
        margin: 0;
    }

    h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    span {
        font-size: 15px;
    }

    section {
        padding: 45px 0;
    }

    .market_sect4 h3 {
        width: 100%;
        margin-left: 0;
    }

    .mp_sect1 .text-wrap {
        width: 80%;
    }

    .mp_sect1 {
        height: 350px;
    }

    .mp_sect1 .home-video video {
        height: 100%;
        width: auto;
    }

    .mp_sect2 .col-sm-6:first-child, .mp_sect5 .col-sm-3 {
        margin-bottom: 35px;
    }

    .mp_sect5 .col-sm-3:last-child {
        margin-bottom: 0px;
    }

    .mp_sect3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mp_sect6 a img {
        width: 60%;
        margin-left: 20%;
    }

    .mp_sect8 .col-sm-4 {
        width: 100%;
        margin-bottom: 35px;
    }

    .mp_sect8 .col-sm-4:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }

    footer p {
        font-size: 16px;
    }

    footer a.logo {
        transform: none;
    }

    footer .col1, footer .col5 {
        width: 50%;
    }

    footer .col1 {
        -webkit-box-ordinal-group: -2;
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }

    footer .col5 .soc-wrap {
        display: flex;
    }

    footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .col4 {
        width: 50%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 25px;
    }

    .single-case .col-sm-4 {
        margin-top: 35px;
    }

    footer .col2, footer .col3 {
        width: 50%;
    }

    footer .col3 > * {
        transform: none;
    }

    footer .phone-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .market_sect2 .text-wrap h3 {
        font-size: 30px;
    }

    .market_sect2 .text-wrap ul li {
        font-size: 18px;
    }

    .market_sect2 .text-wrap {
        padding: 20px 30px;
    }

    .market_sect4 .row .col-sm-3 {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .market_sect4 .row .col-sm-3 img {
        width: 60%;
        margin-left: 20%;
    }

    header .row > div {
        padding: 0;
    }

    .single-case_sect1 h1 {
        margin-bottom: 15px;
    }

    .case_sect1 .case-wrap > div {
        width: 100%;
    }

    .case_sect1 .case-wrap > div:last-child {
        margin-left: 0;
    }

    footer .col5 {
        position: static;
    }

    footer .col5 ul {
        position: absolute;
        top: initial;
        bottom: 0px;
        left: 0px;
        padding-left: 0px;
    }

    footer .col1, footer .col2, footer .col3, footer .col4 {
        height: auto;
    }

    footer .col1 {
        height: 150px;
        width: 80% !important;
        /*margin-bottom: -20px;*/
    }

    footer .container {
        padding-bottom: 30px;
    }

    footer .col1 p {
        left: 50%;
        width: 50%;
    }

    footer .col2 > * {
        transform: none;
    }

    footer .col6 {
        flex-direction: column;
    }

    footer .col6 p {
        order: 5;
        margin-left: 0;
    }

    footer h4 {
        font-size: 23px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    footer .col5 .soc-wrap {
        transform: none;
    }

    footer .col2, footer .col3 {
        margin-bottom: 25px;
    }

    #youtube-video {
        margin: 40px 0;
        width: calc(100% + 60px);
        margin-left: -30px;
        height: auto;
    }

    footer .soc2 {
        padding-left: 40px;
    }

    footer .soc2 a:first-child {
        margin-right: 40px;
    }

    .mp_sect4 .sinus .inf {
        margin-left: 40px;;
    }

    .mp_sect4 .line {
        left: 7px;
    }

    .single-case ul li::after {
        left: -16px;
    }

    .single-case h2 {
        font-size: 24px;
    }

}

.new_menu_class ul li a {
    font-size: 13px !important;
}

@media all and (min-width: 320px) and (max-width: 768px) {
    footer .col6 ul {
        display: inline-block;
    }

    footer .col6 ul li {
        display: inline-flex;
    }

    footer .col6 .new_menu_class ul {
        display: flex;
        flex-direction: column;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    footer .col6 .new_menu_class ul {
        flex-wrap: wrap;
        max-height: 350px;
    }

    footer .col1 {
        margin-bottom: 25px;
    }

    footer .col2, footer .col3, footer .col4, footer .col5 {
        max-width: 50%;
    }

    footer .col4 .phone-wrap {
        flex-wrap: wrap;
    }

    footer .col5 {
        justify-content: center !important;
    }

    footer .soc {
        margin-bottom: 0;
    }
}

@media all and (min-width: 769px) and (max-width: 1200px) {
    footer .col1 {
        max-height: 150px;
    }

    footer .col2 {
        padding-left: 25px;
    }

    footer .col6 {
        display: flex;
        flex-direction: column-reverse;
    }

    footer .col6 ul, footer .col6 ul li {
        display: inline-block;
    }

    footer .col6 .new_menu_class ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 130px;
        margin-top: 15px;
    }

    footer .col6 p {
        margin: 20px 20px 0px;
    }

    footer .col5 {
        justify-content: center !important;
        margin-bottom: 25px;
    }

    footer .soc {
        margin-bottom: 0;
    }
}

@media all and (min-width: 1200px) {
    footer .col6 {
        display: flex;
        flex-direction: column-reverse;
    }

    footer .col6 ul, footer .col6 ul li {
        display: inline-block;
    }

    footer .col6 .new_menu_class ul {
        display: flex;
        /*flex-wrap: wrap;*/
        margin-top: 25px;
    }

    footer .col6 p {
        margin: 30px 30px 0px;
    }
}


@media screen and (max-width: 500px) {
    footer .col5 .soc-wrap {
        display: block;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    footer .col4 .phone-wrap {
        flex-wrap: wrap;
    }
}


/*Адаптив таблиці*/


/*Табл 1*/
@media (max-width: 1000px) {

    .table-3 tr {
        display: block;
        margin-bottom: 30px;
        text-align: -webkit-center;
    }

    .table-3 th, .table-3 td {
        display: block;
        text-align: center;
    }

    .table.table-3 td {
        border-right: none;
    }

    table.table.table-3 {
        color: white;
    }

    .table-3 thead {
        display: none;
    }
}

/*Табл 2*/
@media (max-width: 1000px) {

    .table-4 tr {
        display: block;
        margin-bottom: 30px;
        text-align: -webkit-center;
    }

    .table-4 th, .table-4 td {
        display: block;
        text-align: center;
    }

    .table.table-4 td {
        border-right: none;
    }

    table.table.table-4 {
        color: white;
    }

    .table-4 .tabl-8 {
        display: none;
    }
}

/*Інлайн стилі Табл 1*/

table.table.table-3 {
    color: white;
}

.table-3 .tabl-1 {
    margin-bottom: 11px;
    flex-flow: row wrap;
    align-items: center;
}

.table-3 .tabl-2 {
    flex-basis: 20% !important;
    width: 20% !important;
    max-width: 20% !important;
    text-align: center;
}

.table-3 .tabl-3 {
    text-align: center;
    font-weight: 600;
    color: yellow;
}

.table-3 .tabl-4 {
    text-align: center;
    font-weight: bold;
    color: #ff3366;
}

.table-3 .tabl-5 {
    text-align: center;
    font-weight: 600;
    color: #18de4e;
}

.table-3 .tabl-6 {
    text-align: center;
    color: #ff3366;
}

.table-3 .tabl-7 {
    text-align: center;
}

.table-3 .tabl-7-but {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
}


/*Інлайн стилі Табл 2*/

table.table.table-4 {
    color: white;
    width: 100%;
    border: 1px solid;
}

.table-4 .tabl-9 {
    text-align: center;
    font-weight: bold;
    border: 1px solid;
}

.table-4 .tabl-10 {
    text-align: center;
    border: 1px solid;
}