﻿

/*@media screen and (min-width: 1280px) {
    .container {*/
        /* width: 1200px; */
        /*padding: 0;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/

.section--video-background {
    position: relative !important;
    overflow: hidden !important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gradient-overlay {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    /*background-image: linear-gradient(90deg, rgba(16,7,39, 1) 0%, rgba(16,7,39, 0.99) 25%, rgba(16,7,39, 0.95) 50%, rgba(16,7,39, 0.7) 75%, rgba(16,7,39, 0.4) 100% );*/
    /*background: linear-gradient(90deg,#100727,linear-gradient(90deg, rgba(16,7,39, 1) 0%, rgba(16,7,39, 0.99) 25%, rgba(16,7,39, 0.95) 50%, rgba(16,7,39, 0.7) 75%, rgba(16,7,39, 0.4) 100% ));*/
}

.video-background {
    /* width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%; */
    margin: 0 auto;
    margin-left: 50vw;
    /* margin-left: 70vw; */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -2;
    pointer-events: none;
    opacity: .99;
}

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

@media (min-width: 768px) {
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 769px) {
    .section-full > .container > .row {
        min-height: calc(100vh - 7.5rem * 2 - 5.8125rem);
    }
}

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

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

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

.font-weight-400 {
    font-weight: 400;
}

.lh-45 {
    line-height: 45px;
}

.ls-1 {
    letter-spacing: .5rem;
}

.lead {
    font-size: 24px;
    font-weight: 300;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.bg-dark .text-smart, .bg-dark-extra .text-smart, .bg-primary .text-smart, .bg-purple .text-smart, .news-box:hover .news-front, .news-box:hover .news-front .text-smart, .text-white {
    color: #fff !important;
}

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

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.mb-5, .quote-container {
    margin-bottom: 3rem !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1000px) {
    .home-intro {
        font-size: 36px;
        margin-top: 0;
    }
}
@media (min-width: 720px) {
    .home-intro {
        font-size: 28px;
        margin-top: -30px;
    }
}
@media (min-width: 640px) {
    .home-intro {
        font-size: 26px;
        padding-bottom: 7vw;
    }
}
.home-intro {
    /*font-size: 20px;*/
    font-weight: 300;
    line-height: 1.5;
    margin-top: -65px;
    padding-bottom: 50px;
    color: #3e3e3e;
    font-family: Geomanist,Helvetica,sans-serif;
   
 
}

/*--------------------------------------------------*/

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* <a href="https://www.jqueryscript.net/accordion/">Accordion</a> responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}


/*----------------------------------------------*/

@media (min-width: 600px) {
    .css-jqza8p {
        font-size: calc(24px + (32 - 24) * ((100vw - 400px) / (1800 - 400)));
    }
}
@media (min-width: 600px) {
    .css-jqza8p {
        line-height: 1.5;
        margin-bottom: calc(18px + (24 - 18) * ((100vw - 400px) / (1800 - 400)));
    }
}


.css-i6bazn {
    overflow: hidden;
}

.css-1g99crr {
    line-height: 1.3;
    margin-bottom: calc(88px + (176 - 88) * ((100vw - 400px) / (1800 - 400)));
    margin-bottom: 0px;
    font-family: 'altis-mojoregular',system-ui,sans-serif;
    font-size: calc(34px + (50 - 29) * ((100vw - 400px) / (1800 - 400)));
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
}

.css-aboutUs {
    line-height: 1.3;
    margin-bottom: calc(88px + (176 - 88) * ((100vw - 400px) / (1800 - 400)));
    margin-bottom: 0px;
    /*font-family: 'altis-mojoregular',system-ui,sans-serif;*/
    font-size: calc(16px + (50 - 29) * ((100vw - 400px) / (1800 - 400)));
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
}
  

.css-1rms5oe {
    line-height: 1.3;
    margin-bottom: calc(88px + (176 - 88) * ((100vw - 400px) / (1800 - 400)));
    display: block;
    margin-bottom: calc(44px + (88 - 44) * ((100vw - 400px) / (1800 - 400)));
    font-size: calc(29px + (50 - 29) * ((100vw - 400px) / (1800 - 400)));
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
}






/*-------------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .main-section {
        background: url('/img/Background/cover_2560_1182.jpg') 50%  no-repeat;
    }
}
.main-section {
    background: url('/img/Background/cover_2560_1182.jpg') 50%  no-repeat;
    height: 100vh;
    min-height: 650px;
    color: #686868;
    text-align: center;
    font-family: FFTisaWebPro,Times,serif;
    position: relative;
}

[data-type=fade-in].animated {
    opacity: 1;
}

.main-section .main-content {
    width: 70%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

[data-type=fade-in] {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.main-section .main-content img {
    display: inline;
    width: 85%;
    max-width: 480px;
    margin-bottom: 20px;
}

fieldset, img {
    border: 0;
}
.main-section .main-content .text-block {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    width: 780px;
    margin: 0 auto 50px;
    text-align: center;
    color: #686868;
    font-family: AkagiProLight,Arial,sans-serif;
}
    .main-section .main-content .text-block p {
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        font-family: AkagiPro,Arial,sans-serif;
        margin: 0;
        color: hsla(0,0%,100%,.68);
    }
.page-wrapper .links-block {
    text-align: center;
}

    .page-wrapper .links-block .btn-view {
        margin: 0 45px;
        position: relative;
    }
    .page-wrapper .links-block .btn-view {
        margin: 0 45px;
        position: relative;
    }




/*------------------------------------*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../font/bebasneue-webfont.eot');
    src: url('../font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../font/bebasneue-webfont.woff') format('woff'), url('../font/bebasneue-webfont.ttf') format('truetype'), url('../font/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=4.0.3');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* 
-------------------------------------------------- */

@media (min-width: 1000px) {
    .home-intro {
        font-size: 36px;
        margin-top: 0;
    }
}

@media (min-width: 720px) {
    .home-intro {
        font-size: 28px;
        margin-top: -30px;
    }
}

@media (min-width: 640px) {
    .home-intro {
        font-size: 26px;
        padding-bottom: 7vw;
    }
}

    .home-intro b {
        color: #DE45E6;
        font-weight: 700
    }

@media (min-width:640px) {
    .home-intro {
        font-size: 26px;
        padding-bottom: 7vw
    }
}

@media (min-width:720px) {
    .home-intro {
        font-size: 28px;
        margin-top: -30px
    }
}

@media (min-width:1000px) {
    .home-intro {
        font-size: 36px;
        margin-top: 0
    }
}

@media (min-width:1400px) {
    .home-intro {
        padding-bottom: 100px
    }
}

.home-intro__blinker {
    animation: cursor-blink 1s step-end infinite
}


.wrapper {
    max-width: 1124px;
}

.wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}





/*---------------------------------------------------------
*/
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: Montserrat,Arial,sans-serif;
    line-height: 1;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0;
    position: relative;
    background-color: #fff;
        /*#fafafa;*/
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 60px; /* Margin bottom by footer height */
    font-family: "apercu",sans-serif;
}


body, html {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

iframe {
    border: transparent
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

    a:active, a:focus, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 40px;
    margin: 0;
}

@media screen and (max-width:600px) {
    h1 {
        font-size: 30px;

    }
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 15px
}

h2, h3, h4, h5, p {
    margin: 0
}

/*p {
    font-size: 15px
}*/


mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: auto
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

    button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
        outline: none
    }

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

blockquote {
    padding-left: 15px;
    border-left: 5px solid #DE45E6;
    font-size: 16px;
    line-height: 22px;
    font-style: italic
}

    blockquote em {
        display: block;
        font-size: 80%
    }

.container.no {
    padding: 50px 0
}

    .container.no h3 {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 15px
    }

    .container.no p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
        color: #555
    }

.no-wrp {
    white-space: nowrap
}

.content-icon {
    font-size: 40px;
    display: inline-block;
    margin-right: 20px
}

    .content-icon.isoi-bullet-w {
        width: 5px;
        height: 5px;
        background: #fff
    }

    .content-icon.isoi-bullet-blue {
        width: 5px;
        height: 5px;
        background: #FF13A2;
    }

@media screen and (max-width:768px) {
    html[lang=nb-No] h1, html[lang=nb-No] h2 {
        font-size: 20px !important
    }
}

.h1, h1 {
    font-size: 40px;
    line-height: 1.25
}

.h2, h2 {
    font-size: 30px
}

.h2, .h3, h2, h3 {
    line-height: 1.33
}

.h3, h3 {
    font-size: 15px
}



    p.small-text {
        font-size: 13px;
        font-weight: 300;
        line-height: 1.54
    }

/*.white-text {
    color: #fff
}*/

/*.blue-color {
    color: #FF13A2;
}*/

/*.gray-color {
    color: #555
}*/

.h1 ~ p, h1 ~ p {
    margin-top: 25px
}

.h2 ~ p, h2 ~ p {
    margin-top: 15px
}

.h3 ~ p, h3 ~ p {
    margin-top: 5px
}

/*------------------navbar ---------------------*/


a {
    background-color: transparent;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/*---------------------------------------------------------------------------------*/
.cta-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 160px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wellcome-section {
    padding: 110px 0px 70px;
}

    .wellcome-section .section-title {
        margin-bottom: 70px;
    }

.section-title {
    position: relative;
}

.fact-counter {
    position: relative;
    padding: 75px 0px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    background: #c1147d;
    /*background: #282e35;*/
}

    .fact-counter .column {
        position: relative;
        margin-bottom: 40px;
        z-index: 5;
    }

    .fact-counter .count-outer {
        position: relative;
        font-size: 55px;
        font-weight: 400;
        padding-left: 70px;
        color: #ffffff;
        padding-bottom: 15px;
        font-family: 'Unna', serif;
    }


    .fact-counter .column .counter-title {
        position: relative;
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.4);
        line-height: 28px;
        padding-top: 5px;
        font-family: 'Open Sans', sans-serif;
    }

    .fact-counter .item {
        position: relative;
        padding: 15px 40px;
    }
/*---------------------------------------------------------------------------*/
.subscribe-section .social-links li {
    display: inline-block;
    margin: 5px;
}
/*---------------------------------- footer .......................................*/
.footer-behrena {
    height: 600px;
}

.subscribe-section {
    margin: 40px;
    font-size: 18px;
}



footer {
    /*background: #282e35;*/
    /*#c1147d;*/
    padding: 80px 0;
}

    footer .social a {
        color: #777;
        font-size: 18px;
        margin: 15px 15px;
    }


    footer .social p {
        color: #999;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


/*--------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------*/





.footer {
    padding: 50px 0 0 30px;
    margin: 0 auto;
    background-color: #282e35; /*#c1147d;*/ /*url(../img/word_map.png)*/
    width: 100%;
}

.footer__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 50px;
    font-size: 14px;
    line-height: 1.71;
    border-bottom: 1px solid rgba(217, 39, 159, 0.06)
}

@media screen and (max-width:1220px) {
    .footer__flexbox {
        padding: 0 40px 50px
    }
}

@media screen and (max-width:1023px) {
    .footer__flexbox {
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .footer__flexbox {
        line-height: 2.43;
        margin: auto
    }
}

.footer__copyright {
    font-size: 14px;
    margin-top: 25px;
    padding: 0 30px 0 0;
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    /*background-color: #c1147d;*/
}


@media screen and (max-width:1220px) {
    .footer__copyright {
        padding: 0 40px
    }
}

@media screen and (max-width:460px) {
    .footer__copyright {
        margin-top: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer__year {
    font-size: inherit;
    font-weight: 600;
    color: white;
}


.footer__privacy {
    color: #323232;
    font-weight: 300;
    border-left: 1px solid rgba(50,50,50,.5);
    padding-left: 15px;
    margin-left: 10px
}

    .footer__privacy:hover {
        color: #DE45E6;
        /* color: #c1147d */
    }

@media screen and (max-width:767px) {
    .footer__privacy {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        display: block;
        padding-bottom: 5px
    }
}

.footer__menu {
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.31;
    color: #323232
}

@media screen and (max-width:1023px) {
    .footer__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__menu .has-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0
}

@media screen and (max-width:1023px) {
    .footer__menu .has-dropdown {
        padding: 0 20px 40px;
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .footer__menu .has-dropdown {
        padding: 0;
        width: 100%;
        border-top: 1px solid hsla(0,0%,59%,.15)
    }

        .footer__menu .has-dropdown:last-child {
            border-bottom: 1px solid hsla(0,0%,59%,.15)
        }
}

.footer__menu .has-dropdown > a {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    line-height: 1;
    color: #323232
}

    .footer__menu .has-dropdown > a:hover {
        /* color: #FF13A2; */
        color: #DE45E6;
    }

@media screen and (max-width:767px) {
    .footer__menu .has-dropdown > a:before {
        content: "";
        background-image: url(/img/arrow-right.svg);
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        height: 14px;
        width: 7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
    }
}

@media screen and (max-width:767px) {
    .footer__menu .has-dropdown > a {
        line-height: 2.86;
        margin-bottom: 0;
        width: 100%
    }
}

.footer__menu .has-dropdown .arrow-down:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

@media screen and (max-width:767px) {
    .footer__menu .sub-menu {
        padding-left: 10px;
        height: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

.footer__menu .sub-menu a {
    color: #323232;
    font-weight: 400
}

    .footer__menu .sub-menu a:hover {
        /* color: #FF13A2; */
        color: #DE45E6;
    }

.footer__about {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px
}

@media screen and (max-width:767px) {
    .footer__about {
        margin-top: 40px;
        padding: 0
    }
}

.footer__office:nth-child(odd) {
    margin-top: 15px;
    display: -ms-grid;
    display: grid
}

.footer__heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 14px;
    color: #323232;
    cursor: pointer;
    display: inline-block
}

    .footer__heading:hover {
        /* color: #FF13A2 */
        color: #DE45E6;
    }

.footer__email {
    position: relative;
    color: #DE45E6;
    /* color: #FF13A2; */
    font-size: 14px;
    font-weight: 600
}

    .footer__email:after {
        content: "";
        position: absolute;
        bottom: 0;
        display: block;
        height: 1px;
        width: 100%;
        background-color: #DE45E6;
        /* background-color: #FF13A2; */
        transition: transform .45s cubic-bezier(.835,-.005,.06,1),-webkit-transform .45s cubic-bezier(.835,-.005,.06,1);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    .footer__email:hover {
        color: #DE45E6;
        /* color: #FF13A2; */
    }

        .footer__email:hover:after {
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1)
        }

.footer__phone {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    padding: 8px 0 10px
}

.footer__address {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    padding-bottom: 10px
}

@media screen and (max-width:1023px) {
    .footer__address {
        max-width: 145px
    }
}

.footer__address a.footer__link {
    padding: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400
}

    .footer__address a.footer__link:hover i {
        margin-left: 10px
    }

    .footer__address a.footer__link i {
        margin-left: 0;
        -webkit-transition: margin-left .3s ease;
        transition: margin-left .3s ease
    }

@media screen and (max-width:460px) {
    .footer__copy-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin-top: 35px
    }
}

@media screen and (max-width:460px) {
    .footer__social {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.form {
    margin-top: 20px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


@media screen and (max-width:767px) {
    .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.form__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600
}

.form__lead {
    font-size: 12px;
    line-height: 18px;
    color: #bababa;
    padding: 7.5px
}

@media screen and (max-width:1023px) {
    .form__lead {
        font-size: 10px
    }
}

.form__submit {
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #DE45E6;
    /* background: #FF13A2; */
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    display: block;
    width: 100%
}

    .form__submit [class*=" isoi-"], .form__submit [class^=isoi-] {
        font-size: 12px;
        color: #DE45E6;
        /* color: #FF13A2; */
        padding-left: 12px;
        display: block
    }

    .form__submit:hover {
        background: #DE45E6;
        /* background: #FF13A2; */
        border-color: #DE45E6;
        color: #fff
    }

        .form__submit:hover [class*=" isoi-"], .form__submit:hover [class^=isoi-] {
            color: #fff
        }

    .form__submit:active {
        background: #323232;
        border-color: #323232;
        color: #fff
    }

        .form__submit:active [class*=" isoi-"], .form__submit:active [class^=isoi-] {
            color: #fff
        }

.form__submit--green {
    background: #17ca8e
}

    .form__submit--green:hover {
        background: #15da98
    }

.form__submit--contact {
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    padding: 0 20px;
    text-transform: uppercase;
    background: #DE45E6;
    /* background: #FF13A2; */
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap;
    background: transparent;
    border: 2px solid #fff;
    height: 50px;
    min-width: 170px;
    color: #fff;
    background: #17ca8e;
    border: 2px solid #17ca8e;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: .81;
    text-align: center;
    display: inline-block;
    z-index: 10
}

    .form__submit--contact [class*=" isoi-"], .form__submit--contact [class^=isoi-] {
        font-size: 12px;
        color: #DE45E6;
        /* color: #FF13A2; */
        padding-left: 12px;
        display: block
    }

    .form__submit--contact:hover {
        background: #DE45E6;
        border-color: #DE45E6;
        /* background: #FF13A2;
        border-color: #FF13A2; */
    }

        .form__submit--contact:hover [class*=" isoi-"], .form__submit--contact:hover [class^=isoi-] {
            color: #fff
        }

    .form__submit--contact:active {
        background: #323232;
        border-color: #323232;
        color: #fff
    }

        .form__submit--contact:active [class*=" isoi-"], .form__submit--contact:active [class^=isoi-] {
            color: #fff
        }

    .form__submit--contact:hover {
        color: #323232;
        background: #fff;
        border: 2px solid #fff;
        color: #fff;
        background: #15da98;
        border: 2px solid #15da98
    }

    .form__submit--contact:active {
        color: #323232;
        background: hsla(0,0%,88%,.8);
        border: 2px solid hsla(0,0%,88%,.1)
    }

@media screen and (max-width:1023px) {
    .form__submit--contact {
        max-width: 355px
    }
}

@media screen and (max-width:320px) {
    .form__submit--contact {
        font-size: 11px;
        padding: 0
    }
}

.form__submit--contact-page {
    max-width: 385px
}

.form__valid-fill {
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding-right: 7.5px;
    width: 100%
}

.form__valid-fill--black {
    color: #000
}

.form__inform-data {
    color: #323232;
    opacity: .6
}

.form__checkbox-label, .form__inform-data {
    display: inline-block;
    position: relative;
    outline: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal
}

.form__checkbox-label {
    padding-left: 30px;
    color: #fff;
    cursor: pointer
}

    .form__checkbox-label:after, .form__checkbox-label:before {
        background-color: rgba(50,50,50,.03);
        border: 1px solid #eaeaea;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 17px;
        width: 17px;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

    .form__checkbox-label:after {
        content: "";
        color: rgba(0,0,0,.87);
        opacity: 0;
        width: 9px;
        height: 5px;
        background: transparent;
        top: 4px;
        left: 4px;
        border: 2px solid #DE45E6;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.form__checkbox-label--gray {
    color: rgba(50,50,50,.6)
}

.form__checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    width: 17px;
    height: 17px
}

    .form__checkbox:checked ~ label:after {
        opacity: 1
    }

.form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    color: rgba(50,50,50,.6);
    border-radius: 0;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 100%;
    padding-left: 17px;
    line-height: 1.5
}

.form__appearance:before {
    content: "";
    background-image: url(/img/arrow-1-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 7px
}

.form__select-container {
    width: 100%
}

    .form__select-container:before {
        content: "";
        /* background-image: url(../../assets/img/select-arrow-new.svg); */
        background-size: contain;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-repeat: no-repeat
    }

    .form__select-container .form__select {
        height: 40px;
        border: 1px solid hsla(0,0%,59%,.25);
        font-size: 15px;
        line-height: 1.67;
        text-align: left;
        color: #323232
    }

.form__textarea {
    border: none;
    border-radius: 0;
    min-height: 120px;
    padding: 17px 35px 0 17px;
    width: 100%;
    resize: none
}

.form__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
    height: 30px
}

.form__footer_consent {
    margin: 15px 0 25px
}

.form__footer_consent-link {
    text-decoration: underline
}

    .form__footer_consent-link:hover {
        text-decoration: none
    }

.form__box {
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .form__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.form__box .form-group {
    /*width: 50%*/
}

@media screen and (max-width:767px) {
    .form__box .form-group {
        width: 100%
    }
}

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

    .form__box--contact-page .form-group {
        width: 100%;
        margin-right: 0
    }

.form-group {
    color: #000;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    padding: 7.5px
}

    .form-group:after {
        content: "";
        position: absolute;
        -webkit-transform: translate(150%,-50%);
        -ms-transform: translate(150%,-50%);
        transform: translate(150%,-50%);
        -webkit-transition: -webkit-transform .1s ease;
        transition: -webkit-transform .1s ease;
        transition: transform .1s ease;
        transition: transform .1s ease,-webkit-transform .1s ease;
        right: 15px;
        top: 50%
    }

    .form-group .clear-attach {
        display: none;
        position: absolute;
        top: 5px;
        left: -5px;
        padding: 0;
        border: none;
        color: #DE45E6;
        width: 20px;
        background-color: transparent
    }

    .form-group input {
        /*[type=text]*/
        border: none;
        border-radius: 0;
        height: 45px;
        line-height: 45px;
        vertical-align: middle;
        padding: 0 35px 0 20px;
        width: 100%
    }

        .form-group input[type=file] {
            width: .1px;
            height: .1px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            z-index: -1
        }

    .form-group.has-error {
        color: #e74c3c
    }

        .form-group.has-error:before {
            display: none
        }

        .form-group.has-error:after {
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 17px;
            width: 20px
        }

        .form-group.has-error .upload__label--white {
            color: #e74c3c
        }

    .form-group.has-success:not(.js-emptyFiles) {
        color: #26ad5f
    }

        .form-group.has-success:not(.js-emptyFiles):before {
            display: none
        }

        .form-group.has-success:not(.js-emptyFiles):after {
            /* background-image: url(img/icons/has-success.svg); */
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 12px;
            width: 16px
        }

        .form-group.has-success:not(.js-emptyFiles) .upload__label--white {
            color: #26ad5f
        }

    .form-group label.has-error {
        display: none !important
    }

.contact__error {
    display: none;
    color: #cd5c5c;
    text-align: center;
    padding: 5px
}

.upload__label {
    background-color: transparent;
    border: 2px dashed #d0d0d0;
    cursor: pointer;
    text-align: center;
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 50px;
    width: 100%
}

    .upload__label i.isoi-upload {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 17px;
        font-size: 17px;
        left: -30px
    }

    .upload__label span {
        position: relative;
        pointer-events: none;
        line-height: 1
    }

.upload__label--white {
    border-color: hsla(0,0%,82%,.5);
    color: #fff
}

.flex-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

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

.flex-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media screen and (max-width:1023px) {
    .flex-3 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media screen and (max-width:767px) {
    .flex-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 0
    }
}

.flex-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:1023px) {
    .flex-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 50%
    }

        .flex-4 br {
            display: none
        }
}

@media screen and (max-width:767px) {
    .flex-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%
    }
}

.js-thx:not(.thank) {
    color: #000;
    display: none;
    font-size: 18px;
    padding: 15px 0;
    width: 100%
}

.js-delay {
    display: block
}

.thx--contact-page {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

@media screen and (max-width:1023px) {
    .form--home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.form--home .form-group {
    margin: 15px 0 0
}

@media screen and (max-width:1023px) {
    .form--home .form-group {
        margin: 15px 0 0
    }
}

.form--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    display: none
}

.form--contact--rating {
    max-width: 455px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form--contact .no-validation-icon {
    margin-bottom: 0;
    width: 100%
}

    .form--contact .no-validation-icon:after {
        display: none
    }

.form--contact-page {
    max-width: 600px;
    margin: -7.5px
}

.form-spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

    .form-spinner > div {
        background-color: #DE45E6;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: form-spinner 1.2s infinite ease-in-out;
        animation: form-spinner 1.2s infinite ease-in-out
    }

    .form-spinner.js-show {
        opacity: 1
    }

    .form-spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s
    }

    .form-spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s
    }

    .form-spinner .rect4 {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s
    }

    .form-spinner .rect5 {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s
    }

select::-ms-expand {
    display: none
}

@-webkit-keyframes form-spinner {
    0%,40%,to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes form-spinner {
    0%,40%,to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}


.form-choose-file {
    /*-ms-flex-preferred-size: 50%;*/
    flex-basis: 50%;
    max-width: 125px;
    height: 30px;
    margin: 0;
    width: auto;
    border: none
}

@media screen and (max-width:767px) {
    .form-choose-file {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%
    }
}


.form-choose-file .clear-attach {
    display: none;
    position: absolute;
    top: 10px;
    left: -5px;
    padding: 0;
    border: none;
    color: #DE45E6;
    width: 20px;
    background-color: transparent
}

.form-choose-file .uploaded__label {
    padding: 0;
    height: 25px;
    font-size: 15px;
    line-height: 1.67;
    color:#DE45E6;
    border: none;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .form-choose-file .uploaded__label {
        font-size: 14px
    }
}

.form-choose-file .uploaded__label i {
    padding-right: 12px
}

.agreement__text {
    opacity: .46;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #323232;
    margin-top: 20px
}

    .agreement__text a {
        color: #323232 !important;
        text-decoration: underline
    }

.privacy__text {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #323232 !important;
    opacity: .6;
    margin-top: 20px
}

    .privacy__text a {
        color: #323232 !important;
        text-decoration: underline
    }

.form-wrap {
    /* background-image: url(img/bg-ebook.jpg); */
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 55px 0 39px;
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1023px) {
    .form-wrap {
        position: relative
    }
}

.form-wrap__flexbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-wrap__flexbox--contact-page {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto
}

@media screen and (max-width:1023px) {
    .form-wrap__flexbox--contact-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-wrap__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%
}

.form-wrap__right {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

@media screen and (min-width:768px) {
    .form-wrap__right {
        min-height: 161px
    }
}

@media screen and (max-width:1023px) {
    .form-wrap__right {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }
}

.form-wrap__title {
    text-transform: uppercase;
    position: relative;
    color: #DE45E6;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px
}

@media (max-width:767px) {
    .form-wrap__title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 40px;
        padding-right: 40px
    }
}

.form-wrap__title:before {
    content: "";
    /* background-image: url(img/icon-ebook.svg); */
    position: absolute;
    left: 0;
    bottom: -68px;
    width: 37px;
    height: 50px
}

@media (max-width:767px) {
    .form-wrap__title:before {
        top: 10px;
        right: 0;
        left: auto
    }
}

.form-wrap__lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
    width: 100%
}

.form-wrap--nobg {
    background: none;
    color: #000;
    padding: 0;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .form-wrap--nobg:nth-child(2n) {
        margin-top: 70px
    }

.form-wrap__title--home {
    color: #000;
    font-size: 26px;
    line-height: 1;
    margin: 0;
    text-transform: none
}

@media screen and (max-width:767px) {
    .form-wrap__title--home {
        font-size: 24px
    }
}

.form-wrap__title--home:before {
    display: none
}

.form-wrap--contact {
    padding: 50px 0;
    /* background-image: url(img/form-ratings/bg-contact-form.jpg); */
    width: 100%
}

@media screen and (max-width:1400px) {
    .form-wrap--contact {
        padding: 30px 0
    }
}

@media screen and (max-width:767px) {
    .form-wrap--contact {
        padding: 28px 0;
        /* background-image: url(img/form-ratings/bg-contact-form.jpg) */
    }
}

.form-wrap__title--contact {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px
}

    .form-wrap__title--contact span {
        color:#DE45E6;
    }

@media screen and (max-width:767px) {
    .form-wrap__title--contact {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 35px;
        padding: 0
    }
}

.form-wrap__title--contact:before {
    display: none
}

.form-wrap__title--contact-page {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 30px;
    width: 294px
}

    .form-wrap__title--contact-page:before {
        display: none
    }

@media screen and (max-width:1023px) {
    .form-wrap__title--contact-page {
        margin-bottom: 50px;
        width: 100%
    }
}

.form-wrap--contact-page {
    background-image: none;
    padding: 70px 0
}

@media screen and (max-width:767px) {
    .form-wrap--contact-page {
        padding: 50px 0
    }
}
/*-----------------------------section----------------------------------*/

.contact-section {
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:767px) {
    .contact-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.contact-section .contact-wrap {
    width: 100%;
    padding: 44px 0 0 0;
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



@media screen and (max-width:1400px) {
    .contact-section .contact-about-wrap {
        padding: 25px 0 30px;
    }
}

@media screen and (max-width:767px) {
    .contact-section .contact-about-wrap {
        width: 100%;
    }
}

.contact-section .contact-about-wrap .contact-about-header {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.13;
    text-align: center;
    /*color: #fff;*/
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .contact-section .contact-about-wrap .contact-about-header {
        max-width: 350px;
        line-height: 38px
    }
}

.contact-section .contact-about-wrap .contact-about-stats {
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 86.364%;
    max-width: 570px;
    height: 150px;
    border: 1px solid hsla(0,0%,100%,.5);
    border-radius: 14px
}

@media screen and (max-width:1400px) {
    .contact-section .contact-about-wrap .contact-about-stats {
        margin: 0 auto 70px
    }
}

@media screen and (max-width:1200px) {
    .contact-section .contact-about-wrap .contact-about-stats {
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .contact-section .contact-about-wrap .contact-about-stats {
        margin: 21px auto 54px;
        height: 100px
    }
}

@media screen and (max-width:480px) {
    .contact-section .contact-about-wrap .contact-about-stats {
        width: 100%
    }
}

.contact-section .contact-about-wrap .contact-about-stats .stat-item {
    /*-ms-flex-preferred-size: 33.33333%;*/
    flex-basis: 33.33333%;
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    color: #fff
}

    .contact-section .contact-about-wrap .contact-about-stats .stat-item:not(:last-child) {
        border-right: 1px solid hsla(0,0%,100%,.5)
    }

    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
        display: block;
        margin: 0 auto;
        font-size: 60px
    }

@media screen and (max-width:1023px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
        font-size: 40px
    }
}

@media screen and (max-width:480px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-num {
        font-size: 35px;
        line-height: 1.29
    }
}

.contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-desc {
    display: block;
    margin: 0 auto;
    width: 96px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase
}

@media screen and (max-width:1023px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-desc {
        font-size: 14px
    }
}

.contact-section .contact-wrap {
    width: 50%;
}

@media screen and (max-width:480px) {
    .contact-section .contact-about-wrap .contact-about-stats .stat-item .stat-desc {
        font-size: 10px;
        width: 78px
    }
}

.contact-section .form-wrap__flexbox {
    position: relative;
    /*width: 50%;*/
    /*max-width: 455px;*/
    /*height: 690px;*/
    padding: 50px;
    background-color: #fff
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox {
        padding: 33px 50px;
        /*height: 630px;*/
        margin-bottom: 100px;
    }
}

.subscribe {
    /*background-image: url(../img/word_map.png);*/
    background: #c1147d;
}

@media screen and (max-width:1023px) {
    .contact-section .form-wrap__flexbox {
        padding: 40px;
        height: 727px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width:767px) {
    .contact-section .form-wrap__flexbox {
        padding: 30px;
        width: 100%;
        height: 740px;
        margin-bottom: 100px;
    }
}

.contact-section .form-wrap__flexbox .form__box {
    width: 100%;
    /*max-width: 355px;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1023px) {
    .contact-section .form-wrap__flexbox .form__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}



.contact-section .form-wrap__flexbox .form__box .form-group {
    /*max-width: 170px*/
}

@media screen and (max-width:1023px) {
    .contact-section .form-wrap__flexbox .form__box .form-group {
        /*max-width: 355px*/
    }
}

.contact-section .form-wrap__flexbox .form-group {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    /*-ms-flex-positive: 0;*/
    flex-grow: 0;
    width: 100%;
    /*max-width: 355px;*/
    margin-bottom: 10px;
    padding: 0;
    color: rgba(50,50,50,.6);
    border: none
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form-group {
        margin-bottom: 14px;
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .contact-section .form-wrap__flexbox .form-group {
        margin-bottom: 18px;
    }
}

.contact-section .form-wrap__flexbox .form-group .form__select {
    height: 40px;
    border: 1px solid rgba(50,50,50,.1)
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form-group .form__select {
        /*height: 33px;
        line-height: 34px*/
    }
}

.contact-section .form-wrap__flexbox .form-group input[type=text] {
    padding: 0 35px 0 16px;
    height: 40px;
    width: 100%;
    /*max-width: 355px;*/
    vertical-align: middle;
    color: #323232;
    border: 1px solid rgba(50,50,50,.1);
    -moz-appearance: none;
    -webkit-appearance: none
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form-group input[type=text] {
        /*height: 33px;
        line-height: 34px*/
    }
}

.contact-section .form-wrap__flexbox .form-group input[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(50,50,50,.1)
}

.contact-section .form-wrap__flexbox .form-group--description {
    padding: 0;
    margin-bottom: 10px
}

    .contact-section .form-wrap__flexbox .form-group--description .form__textarea {
        color: #323232;
        padding: 10px 35px 0 16px;
        height: 100px;
        min-height: auto;
        border: 1px solid rgba(50,50,50,.1);
        -moz-appearance: none;
        -webkit-appearance: none
    }

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form-group--description .form__textarea {
        height: 85px
    }
}

.contact-section .form-wrap__flexbox .form__footer {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 355px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1400px) {
    .contact-section .form-wrap__flexbox .form__footer {
        margin: 0 auto 27px
    }
}

.contact-section .form-wrap__flexbox .form__footer .no-validation-icon {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 110px;
    margin: 0;
    width: auto;
    border: none
}

.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67;
    color: rgba(50,50,50,.6)
}

@media screen and (max-width:420px) {
    .contact-section .form-wrap__flexbox .form__footer .form__checkbox-label {
        font-size: 12px;
        line-height: 2.2
    }
}

.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label:before {
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: rgba(50,50,50,.03);
    border: 1px solid #eaeaea
}

.contact-section .form-wrap__flexbox .form__footer .form__checkbox-label:after {
    top: 8px;
    left: 6px;
    border-left: 2px solid #DE45E6;
    border-bottom: 2px solid #DE45E6
}

.contact-section .form-wrap__flexbox .form__footer .upload-wrapper {
    /*-ms-flex-preferred-size: 50%;*/
    flex-basis: 50%;
    max-width: 120px;
    height: 30px;
    margin: 0;
    width: auto;
    border: none
}

    .contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label {
        padding: 0;
        height: 25px;
        font-size: 15px;
        line-height: 1.67;
        color: #DE45E6;
        border: none
    }

        .contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label i {
            padding-right: 12px
        }

@media screen and (max-width:420px) {
    .contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label {
        font-size: 12px
    }
}

.contact-section .form-spinner {
    position: absolute;
    bottom: 40px
}

/*-------------------------------social icons ---------------------------------------------------------*/


.social-box .linkedin:hover {
    background-color:#DE45E6;
}

.social-box .linkedin svg {
    width: 15px;
    height: 15px
}

.social-box .facebook:hover {
    background-color: #DE45E6;
}

.social-box .facebook svg {
    width: 11px;
    height: 14px
}

.social-box .twitter:hover {
    background-color: #00c7ff
}

.social-box .twitter svg {
    width: 15px;
    height: 12px
}

.social-box .flickr:hover {
    background-color: #DE45E6
}

.social-box .flickr svg {
    width: 15px;
    height: 13px
}

.social-box .youtube:hover {
    background-color: #DE45E6
}

.social-box .youtube svg {
    width: 25px;
    height: 15px;
    margin-left: 2px
}



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

    .social_list, .social_list .social-box__icon {
        /*-js-display: flex;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.social-box__list, .social-box__list .social-box__icon {
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .social-box__list .social-box__icon {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 15px;
        width: 25px;
        height: 25px;
        border-radius: 20px;
        background-color: rgba(50,50,50,.2)
    }


.social_list .social-box__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: rgba(50,50,50,.2)
}


    .social_list .social-box__icon:last-child {
        margin-right: 0
    }

    .social_list .social-box__icon:hover {
        -webkit-animation: icon-zoom .3s linear 1;
        animation: icon-zoom .3s linear 1
    }

.social-box__list .social-box__icon:last-child {
    margin-right: 0
}

.social-box__list .social-box__icon:hover {
    -webkit-animation: icon-zoom .3s linear 1;
    animation: icon-zoom .3s linear 1
}

.social-box__list svg {
    fill: #fff;
    margin: 0 auto
}

.social_list svg {
    fill: #fff;
    margin: 0 auto
}

@-webkit-keyframes icon-zoom {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes icon-zoom {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@font-face {
    font-display: swap;
    font-family: social-share-kit;
    src: url(/fonts/fontssocial-share-kit.eot);
    src: url(/fonts/social-share-kit.eot?#iefix) format("embedded-opentype"),url(fonts/social-share-kit.woff) format("woff"),url(/fonts/social-share-kit.ttf) format("truetype"),url(fonts/social-share-kit.svg#social-share-kit) format("svg");
    font-weight: 400;
    font-style: normal
}

/*--------------------------------------------------------------*/
@media screen and (max-width:1023px) {
    .container {
        padding: 0 30px
    }
}

@media screen and (min-width:1280px) {
    .container {
   /*     width: 1200px;*/
        padding: 0
    }
}

.container--flex {
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .container--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:1024px) {
    .container--post {
        width: 1000px
    }
}

a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}






.btn, .btn--loader {
    -webkit-box-align: center;
    align-items: center;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 2.875rem;
    max-height: 2.875rem;
    margin: .25rem .125rem;
    padding: 0 1.5rem;
    text-align: center;
    text-decoration: none;
    /*border-radius: 1.625rem;*/
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn {
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 13px;
    /*padding: 0 20px;*/
    font-weight: 600;
    text-transform: uppercase;
    background:  #DE45E6 ;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap
}



.btn-style-one {
    color: white;
}

.btn [class*=" isoi-"], .btn [class^=isoi-] {
    font-size: 12px;
    color:  #DE45E6 ;
    padding-left: 12px;
    display: block
}

.btn:hover {
    background:  #DE45E6 ;
    border-color:  #DE45E6 ;
    color: #fff
}

    .btn:hover [class*=" isoi-"], .btn:hover [class^=isoi-] {
        color: #fff
    }

.btn:active {
    background: #323232;
    border-color: #323232;
    color: #fff
}

    .btn:active [class*=" isoi-"], .btn:active [class^=isoi-] {
        color: #fff
    }

.btn.btn--about-news {
    height: 50px;
    min-width: 170px
}

.btn--fluid {
    width: 100%;
    padding: 0
}

#fp-nav ul li:last-child {
    display: none
}

.js-show {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.overflow-hidden {
    overflow: hidden
}

.js-hide {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.static {
    padding-top: 230px
}

.notify {
    background-color: #DE45E6;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    width: 350px;
    opacity: 0;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    z-index: 9
}

.text-white {
    color: #fff !important
}

.text-center {
    text-align: center
}

.m-none {
    margin: 0 !important
}

.m-left-none {
    margin-left: 0 !important
}

.m-right-none {
    margin-right: 0 !important
}

@media screen and (min-width:768px) {
    .m-right-md-none {
        margin-right: 0 !important
    }
}

.m-top-none {
    margin-top: 0 !important
}

.m-bottom-none {
    margin-bottom: 0 !important
}

.p-none {
    padding: 0 !important
}

.p-left-none {
    padding-left: 0 !important
}

.p-right-none {
    padding-right: 0 !important
}

.p-top-none {
    padding-top: 0 !important
}

.p-bottom-none {
    padding-bottom: 0 !important
}

@media screen and (max-width:768px) {
    .flex-dir-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:1023px) {
    .hide-tablet {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .hide-mobile {
        display: none !important
    }
}

@media screen and (min-width:1023px) {
    .show-tablet {
        display: none
    }
}

.bg-fluid {
    background-size: cover;
    background-position: 50%
}

.section-margin {
    margin-bottom: 80px
}

@media screen and (max-width:767px) {
    .section-margin {
        margin-bottom: 40px
    }
}

.egg {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 9999;
    display: block
}

.m-bottom-35 {
    margin-bottom: 35px
}

.parallax-image-100 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1
}

.stats {
    position: relative;
    padding: 90px 0 114px;
    text-align: center;
    color: #fff;
    overflow: hidden
}

    .stats .bg-stats-clients {
        /*-js-display: flex;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #DE45E6;
        z-index: -1
    }

        .stats .bg-stats-clients .bg-img {
            display: block;
            margin: 0 auto;
            width: 180%;
            max-width: 180%;
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
            -webkit-animation: 30s scale-in infinite linear;
            animation: 30s scale-in infinite linear
        }

@media (min-width:520px) {
    .stats .bg-stats-clients .bg-img {
        width: 120%;
        max-width: 120%
    }
}

@media (min-width:768px) {
    .stats .bg-stats-clients .bg-img {
        width: 80%;
        max-width: 80%
    }
}

@media (min-width:1040px) {
    .stats .bg-stats-clients .bg-img {
        width: 65%;
        max-width: 65%
    }
}

@media (min-width:1200px) {
    .stats .bg-stats-clients .bg-img {
        width: 50%;
        max-width: 50%
    }
}

@-webkit-keyframes scale-in {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes scale-in {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.stats--blue {
    background-color: #DE45E6;
    background-image: none;
    padding: 45px 0
}

.stats--white {
    color: #DE45E6;
    background-color: #fff;
    background-image: none;
    padding: 0
}

.stats__wrapper {
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -35px 0
}

.stats__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase
}

.stats__lead {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 60px
}

.stats__item {
    width: 33%;
    padding: 35px 0
}

.stats__item--4 {
    width: 25%
}

.stats__content {
    max-width: 230px;
    width: 100%;
    margin: 0 auto
}

.stats__content--vertically {
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.stats__number {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px
}

.stats__number--inline {
    margin: 0
}

.stats__number--massive {
    font-size: 80px
}

.stats__number--large {
    font-size: 40px
}

.stats__heading {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: uppercase
}

.stats__heading--inline {
    margin: 0;
    padding-left: 15px
}

.stats__heading--black {
    color: #323232
}

.stats__text {
    line-height: 1.33;
    opacity: .8
}

@media screen and (max-width:1023px) {
    .stats__item--4 {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .stats__item, .stats__item--4 {
        width: 100%
    }
}

@media screen and (min-width:1280px) {
    .stats--overlay {
        background-color: #DE45E6;
        margin-top: -130px;
        position: relative;
        z-index: 2
    }
}

@media (max-device-width:1024px) {
    .stats__content--vertically {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .stats__heading--inline {
        padding-left: 0;
        padding-top: 5px
    }

    .stats__item {
        padding: 25px 0
    }
}

.clients-success {
    padding-bottom: 60px;
    position: relative
}

@media screen and (max-width:767px) {
    .clients-success {
        padding-bottom: 13px
    }
}

.clients-success .container {
    width: 100%;
    max-width: 1120px;
    /*-js-display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .clients-success .container h2.title {
        padding: 60px 0 10px;
        font-size: 32px;
        font-weight: 600;
        line-height: .94;
        text-align: center;
        color: #323232
    }

@media screen and (max-width:767px) {
    .clients-success .container h2.title {
        font-size: 24px;
        line-height: 30px;
        padding-top: 21px
    }
}

a.all-link {
    margin: 0 auto;
    color: #DE45E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 191px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    white-space: nowrap
}

    a.all-link:hover {
        color: #DE45E6
    }

    a.all-link i {
        padding-left: 12px
    }

a.all-link-about {
    margin-top: 27px
}

@media screen and (max-width:767px) {
    a.all-link .container {
        padding: 0
    }

        a.all-link .container h2.title {
            margin: 3px 0;
            padding: 46px 0;
            font-size: 24px;
            line-height: 1.25;
            background-color: #fff
        }
}

.swiper-container {
    width: 100%;
    /*height: 420px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .6s ease,-webkit-transform .3s ease;
    transition: opacity .6s ease,-webkit-transform .3s ease;
    transition: opacity .6s ease,transform .3s ease;
    transition: opacity .6s ease,transform .3s ease,-webkit-transform .3s ease
}

@media screen and (max-width:767px) {
    .swiper-container {
        height: 360px
    }
}

.swiper-container.main-slider {
    margin: 40px 0 2px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.03);
    box-shadow: 0 3px 15px rgba(0,0,0,.03)
}

@media screen and (max-width:480px) {
    .swiper-container.main-slider {
        margin-top: 18px;
        height: auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.swiper-container.nav-slider {
    width: 100%;
    height: 110px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background-color: rgba(0,0,0,.03);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.03);
    box-shadow: 0 3px 15px rgba(0,0,0,.03)
}

@media screen and (max-width:767px) {
    .swiper-container.nav-slider {
        height: 80px
    }
}

@media screen and (max-width:480px) {
    .swiper-container.nav-slider {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px
    }
}

.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

    .swiper-container.nav-slider .swiper-slide .logo-nav {
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-bottom: 2px solid transparent;
        -webkit-transition: border-bottom .3s ease;
        transition: border-bottom .3s ease
    }

        .swiper-container.nav-slider .swiper-slide .logo-nav .entity-img {
            opacity: .7;
            -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease
        }

    .swiper-container.nav-slider .swiper-slide.swiper-slide-active .logo-nav {
        border-bottom: 2px solid #DE45E6
    }

        .swiper-container.nav-slider .swiper-slide.swiper-slide-active .logo-nav .entity-img {
            opacity: 1
        }

.swiper-container.loading {
    opacity: 0;
    visibility: hidden
}

.swiper-slide {
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    : flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .swiper-slide .entity-img {
        width: 100%;
        max-width: 120px;
        max-height: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.main-slider .slide-wrapper {
    width: 100%;
    height: 100%;
    : flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media screen and (max-width:480px) {
    .main-slider .slide-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.main-slider .clients-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

    .main-slider .clients-image .entity-img {
        display: none
    }

@media screen and (max-width:480px) {
    .main-slider .clients-image {
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-height: 202px;
        height: 100%;
        min-height: 200px
    }
}

.main-slider .content {
    padding: 50px 40px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    height: 100%;
    color: #323232;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .main-slider .content {
        padding: 30px 25px
    }
}

@media screen and (max-width:480px) {
    .main-slider .content {
        padding: 30px 25px 25px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-height: 100%;
        height: 100%
    }
}

.main-slider .content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    color: #323232;
    text-transform: capitalize
}

@media screen and (max-width:767px) {
    .main-slider .content .title .title {
        font-size: 18px;
        line-height: 1
    }
}

@media screen and (max-width:480px) {
    .main-slider .content .title {
        padding: 0;
        font-size: 24px;
        line-height: 1.25
    }
}

.main-slider .content .caption {
    margin: 13px auto 36px;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #323232;
    display: block;
    opacity: 1
}

    .main-slider .content .caption.show {
        opacity: 1
    }

@media screen and (max-width:767px) {
    .main-slider .content .caption {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width:480px) {
    .main-slider .content .caption {
        margin: 13px auto
    }
}

.main-slider .content .content-link-more {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color:#DE45E6;
    text-transform: uppercase;
    position: absolute;
    bottom: 45px;
    : flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .main-slider .content .content-link-more i {
        font-size: 11px;
        margin-left: 15px;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

@media screen and (max-width:767px) {
    .main-slider .content .content-link-more {
        opacity: 1;
        font-size: 13px;
        bottom: 10px
    }
}

@media screen and (max-width:480px) {
    .main-slider .content .content-link-more {
        font-size: 13px;
        bottom: 10px
    }
}

.main-slider:hover .content-link-more {
    opacity: 1;
    bottom: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .main-slider:hover .content-link-more i {
        margin-left: 12px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

@media screen and (max-width:767px) {
    .main-slider:hover .content-link-more {
        bottom: 20px
    }
}

@media screen and (max-width:480px) {
    .main-slider:hover .content-link-more {
        bottom: 50px
    }
}

.ranking {
    width: 100%;
    height: 500px;
    background: #fff
}

@media screen and (max-width:599px) {
    .ranking {
        height: 450px
    }
}

.ranking .owl-carousel .owl-stage-outer {
    height: 200px;
    padding-top: 30px
}

.ranking .owl-dot span {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: hsla(0,0%,61%,.3);
    margin: 0 10px
}

.ranking .owl-dot.active span {
    border-left: 50px solid #FF13A2
}

.ranking .owl-dots {
    : flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 140px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ranking .owl-carousel .owl-item img {
    width: 100%
}

.ranking__item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 90px;
    height: 77px;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in,-webkit-transform .5s ease-in;
    margin: 0 auto
}

    .ranking__item:hover {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8)
    }

        .ranking__item:hover .ranking__img {
            -webkit-filter: none;
            filter: none;
            opacity: 1
        }

@media screen and (max-width:599px) {
    .ranking__item {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8)
    }

        .ranking__item .ranking__img {
            -webkit-filter: none;
            filter: none;
            opacity: 1
        }
}

.ranking__img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7
}

.ranking__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #323232;
    text-transform: uppercase;
    padding: 95px 0 75px
}

@media screen and (max-width:320px) {
    .ranking__title {
        width: 100%;
        word-break: normal
    }
}

.ranking-form {
    width: 100%;
    max-width: 423px;
    background: transparent
}

    .ranking-form .owl-dot span {
        width: 50px;
        height: 2px;
        display: inline-block;
        background: hsla(0,0%,100%,.4);
        margin: 0 10px
    }

@media screen and (max-width:599px) {
    .ranking-form .owl-dot span {
        width: 27px
    }
}

.ranking-form .owl-dot.active span {
    border-left: 50px solid #fff
}

@media screen and (max-width:599px) {
    .ranking-form .owl-dot.active span {
        border-left: 27px solid #fff
    }
}

.ranking-form .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px
}

@media screen and (max-width:1400px) {
    .ranking-form .owl-dots {
        padding-top: 35px
    }
}

@media screen and (max-width:1023px) {
    .ranking-form .owl-dots {
        padding-top: 26px
    }
}

.ranking-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .ranking-form__item img {
        max-height: 170px;
        max-width: 265px
    }

.ranking-form__sign {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1;
    color: #323232
}

.ranking-form__sign, .ranking-form__title {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center
}

.ranking-form__title {
    margin: 0 auto 60px;
    font-size: 18px;
    line-height: 1.22;
    color: #fff
}

@media screen and (max-width:1400px) {
    .ranking-form__title {
        margin: 0 auto 35px
    }
}

@media screen and (max-width:1023px) {
    .ranking-form__title {
        margin: 0 auto 30px
    }
}

@media screen and (max-width:480px) {
    .ranking-form__title {
        width: 100%;
        max-width: 240px;
        word-break: normal
    }
}

.section-offers {
    position: relative
}

@media screen and (max-width:767px) {
    .section-offers .container {
        padding: 0
    }
}

.section-partners {
    position: relative;
}

@media screen and (max-width:767px) {
    .section-partners .container {
        padding: 0;
    }
}



.offers {
    padding: 80px 0 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offers-title {
    margin-bottom: 70px;
    line-height: .94;
    text-align: center
}

.offers-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    max-width: 930px;
    margin-bottom: 70px;
    overflow: hidden
}

.offers-tablinks {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(50,50,50,.1);
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

@media screen and (max-width:1023px) {
    .offers-tablinks {
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .offers-tablinks {
        font-size: 12px
    }
}

.offers-tablinks:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.offers-tablinks.active, .offers-tablinks:hover {
    color:  #DE45E6
}

    .offers-tablinks.active:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }

.offers-tabcontent {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    max-width: 1120px;
    max-height: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.03);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.03);
    box-shadow: 0 3px 15px rgba(0,0,0,.03);
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

@media screen and (max-width:1023px) {
    .offers-tabcontent {
        max-width: 602px
    }
}

@media screen and (max-width:659px) {
    .offers-tabcontent {
        max-width: 300px
    }
}

.offers-tabcontent.active {
    max-height: none;
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.offers-tabcontent .tabcontent-item {
    padding: 30px 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 480px;
    min-width: 300px;
    min-height: 190px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

    .offers-tabcontent .tabcontent-item:not(:nth-child(n+4)) {
        margin-bottom: 2px
    }

    .offers-tabcontent .tabcontent-item:first-child {
        border-top-left-radius: 7px
    }

    .offers-tabcontent .tabcontent-item:last-child {
        border-bottom-right-radius: 7px
    }

    .offers-tabcontent .tabcontent-item:nth-child(3) {
        border-top-right-radius: 7px
    }

    .offers-tabcontent .tabcontent-item:nth-child(4) {
        border-bottom-left-radius: 7px
    }

@media screen and (max-width:1023px) {
    .offers-tabcontent .tabcontent-item {
        padding-top: 25px
    }

        .offers-tabcontent .tabcontent-item:not(:nth-child(n+5)) {
            margin-bottom: 2px
        }

        .offers-tabcontent .tabcontent-item:nth-child(5) {
            border-bottom-left-radius: 7px
        }

        .offers-tabcontent .tabcontent-item:nth-child(2) {
            border-top-right-radius: 7px
        }

        .offers-tabcontent .tabcontent-item:nth-child(3) {
            border-top-right-radius: 0
        }

        .offers-tabcontent .tabcontent-item:nth-child(4) {
            border-bottom-left-radius: 0
        }

        .offers-tabcontent .tabcontent-item:nth-child(odd) {
            margin-right: 2px
        }
}

@media screen and (max-width:767px) {
    .offers-tabcontent .tabcontent-item {
        padding-top: 20px
    }

        .offers-tabcontent .tabcontent-item:nth-child(odd) {
            margin-right: 2px
        }

        .offers-tabcontent .tabcontent-item:not(:nth-child(n+5)) {
            margin-bottom: 2px
        }
}

@media screen and (max-width:659px) {
    .offers-tabcontent .tabcontent-item:nth-child(odd) {
        margin-right: 0
    }

    .offers-tabcontent .tabcontent-item:not(:last-child) {
        margin-bottom: 2px
    }

    .offers-tabcontent .tabcontent-item:first-child {
        border-top-right-radius: 7px
    }

    .offers-tabcontent .tabcontent-item:last-child {
        border-bottom-left-radius: 7px
    }

    .offers-tabcontent .tabcontent-item:nth-child(5) {
        border-bottom-left-radius: 0
    }

    .offers-tabcontent .tabcontent-item:nth-child(2) {
        border-top-right-radius: 0
    }
}

.offers-tabcontent .tabcontent-item .offer-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 10px;
}


    .offers-tabcontent .tabcontent-item .offer-image g > path {
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

.offers-tabcontent .tabcontent-item .offer-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 260px;
    padding-left: 3px
}

.offers-tabcontent .tabcontent-item .offer-content-title {
    max-width: 260px;
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: #323232;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:767px) {
    .offers-tabcontent .tabcontent-item .offer-content-title {
        font-size: 14px;
        max-width: 180px
    }
}

.offers-tabcontent .tabcontent-item .offer-content-description {
    margin: 0 0 12px;
    font-size: 13.5px;
    line-height: 1.43;
    text-align: left;
    color: rgba(50,50,50,.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:1023px) {
    .offers-tabcontent .tabcontent-item .offer-content-description {
        font-size: 13px
    }
}

@media screen and (max-width:767px) {
    .offers-tabcontent .tabcontent-item .offer-content-description {
        font-size: 13px;
        max-width: 180px
    }
}

.offers-tabcontent .tabcontent-item .offer-content-link-more {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    /*color: #fff;*/
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .offers-tabcontent .tabcontent-item .offer-content-link-more i {
        background: #DE45E6;
        
    }

    /* .offers-tabcontent a .isoi-angle-right */
.offers-tabcontent .tabcontent-item:hover {
    background: #DE45E6;
}

    .offers-tabcontent .tabcontent-item:hover .offer-content-title {
        color: #fff
    }

    .offers-tabcontent .tabcontent-item:hover .offer-content-description {
        color: hsla(0,0%,100%,.85)
    }

    .offers-tabcontent .tabcontent-item:hover .offer-content-link-more {
        opacity: 1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .offers-tabcontent .tabcontent-item:hover .offer-content-link-more i {
            margin-left: 5px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            -webkit-transition-delay: .2s;
            transition-delay: .2s
        }

    .offers-tabcontent .tabcontent-item:hover .offer-image {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .offers-tabcontent .tabcontent-item:hover .offer-image g > path, .offers-tabcontent .tabcontent-item:hover .offer-image g > polygon, .offers-tabcontent .tabcontent-item:hover .offer-image g > polyline {
            stroke: hsla(0,0%,100%,.3);
            -webkit-transition: all .3s linear;
            transition: all .3s linear
        }

@media screen and (max-width:767px) {
    .offices .container {
        padding: 0
    }
}

.offices__title {
    padding-top: 40px;
    padding-bottom: 40px
}

    .offices__title h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: .94;
        text-align: center;
        color: #323232
    }

    .offices__title p {
        font-size: 18px;
        line-height: 1.67;
        text-align: center;
        color: #555
    }

.offices-slider {
    position: relative;
    display: block !important;
    height: 360px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #f6f6f6
}

    .offices-slider .offices-slider__item {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        height: 360px;
        position: relative;
        width: 100%;
        z-index: 1;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        overflow: hidden
    }

        .offices-slider .offices-slider__item:hover .offices-slider__content .offices-slider__overlay {
            opacity: 1
        }

        .offices-slider .offices-slider__item:hover .offices-slider__content .offices-slider__text {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

            .offices-slider .offices-slider__item:hover .offices-slider__content .offices-slider__text .offices-slider__address {
                visibility: visible;
                opacity: 1;
                -webkit-transition-delay: .3s;
                transition-delay: .3s
            }

        .offices-slider .offices-slider__item .offices-slider__content {
            padding: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            height: 100%;
            width: 100%;
            color: #fff;
            background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.45)));
            background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.45));
            background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.45));
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in
        }

@media screen and (max-width:1023px) {
    .offices-slider .offices-slider__item .offices-slider__content {
        padding: 15px
    }
}

@media screen and (max-width:767px) {
    .offices-slider .offices-slider__item .offices-slider__content {
        padding: 30px;
        max-width: 100%
    }
}

@media screen and (min-width:1600px) {
    .offices-slider .offices-slider__item .offices-slider__content {
        padding: 0
    }
}

.offices-slider .offices-slider__item .offices-slider__content .offices-slider__overlay {
    opacity: 0;
    background-color: #DE45E6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: -1
}

.offices-slider .offices-slider__item .offices-slider__content .offices-slider__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

    .offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__city {
        margin: 0 auto;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
        text-align: center
    }

    .offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__address {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s linear .5s,opacity .8s linear;
        transition: visibility 0s linear .5s,opacity .8s linear
    }

        .offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__address p {
            margin: 0;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.3;
            text-align: center
        }

            .offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__address p a {
                color: #fff
            }

                .offices-slider .offices-slider__item .offices-slider__content .offices-slider__text .offices-slider__address p a:hover {
                    text-decoration: underline
                }

.offices-slider .owl-next, .offices-slider .owl-prev {
    font-size: 0;
    position: absolute;
    /* background: hsla(0,0%,100%,0) url(../img/arrow-left-dark.svg) no-repeat 50%; */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80px;
    width: 40px
}

    .offices-slider .owl-next.disabled, .offices-slider .owl-prev.disabled {
        display: none
    }

.offices-slider .owl-prev {
    left: 8px
}


    .offices-slider .owl-next, .offices-slider .owl-prev:hover {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

.offices-slider .owl-next {
    right: 8px
}

    .offices-slider .owl-next:hover {
        /* background: hsla(0,0%,100%,.06) url(../img/arrow-right-light.svg) no-repeat 50%; */
        -webkit-transform: translateY(-50%) rotate(1turn);
        -ms-transform: translateY(-50%) rotate(1turn);
        transform: translateY(-50%) rotate(1turn)
    }
