@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css?v=1';
@import '../js/johndyer-mediaelement/build/mediaelementplayer.min.css';
@import '../libs/Swiper/dist/css/swiper.min.css';
@import '../libs/font-awesome/css/font-awesome.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/source/jquery.fancybox.css';
@import '../fonts/Celias/stylesheet.css';
@import '../css/plugins/icons/icons.css';
@import '../css/plugins/simpletextrotator.css';

html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    color: #001633;
    font-weight: normal;
    font-family: 'Celias';
    font-size: 16px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    outline: none;
    color: #dc1465;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: #001633;
}

img {
    border: 0
}

p {
    margin: 1.5em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

div.container {
    padding-left: 104px;
}

/*div.container.pr {
    padding-right: 104px;
}*/

div.pr-fixed {
    padding-right: 104px;
}

.container.fluid {
    width: 100%;
    padding: 0;
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#footer_guarantor {
    height: 58px;

    clear: both;
}

#footer_guarantor.inside {
    height: 82px;
}

#footer {
    margin: 0 auto;
    margin-top: -58px;
    height: 58px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #357abf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #001633;
    font-weight: 300;
}

#footer a {
    color: #001633;
}

#footer a:hover {
    color: #fff;
}

#footer.inside {
    height: 82px;
    margin-top: -82px;
    background: #ebebeb;
    color: #001633;
}

#footer.inside div.footer-content {
    border: 0;
}

#footer.inside a:hover {
    color: #00aef0;
}

div.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 58px;
    border-top: 1px solid #b3b5b7;
}

div.footer-content div.enlarge-span span {
    font-size: 22px;
    position: relative;
    display: block;
    margin-bottom: -27px;
    margin-left: -18px;
}


#header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 222;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all ease .7s;
    transition: all ease .7s;
}

#header.invisible {
    top: -70px;
}

#header > .container {
    position: relative;
    height: 100%;
}

div.header-content {
    position: relative;
    height: 100%;
}

a.logo {
    display: block;
    width: 86px;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 104px;
    background: url(../images/logo.png) left center no-repeat;
    z-index: 15;
    background-size: contain;
}

#sidebar {
    width: 180px;
    float: left;
}

#mainbar {
    overflow: hidden;
    background: #b0b0f0;
}

div.section {
    padding: 50px 0;
}

#header + div.section {
    padding-top: calc(3vw + 70px);
    min-height: calc(100vh - 82px);
}

#header + div.section.has-small-map {
    padding-top: calc(3vw + 70px);
    min-height: calc(100vh - 18.0859375vw - 82px);
}

div.index-swiper-container {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    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;
    background: none;
    font-size: 28px;
}

div.swiper-carusel-container {
    position: relative;
    padding: 0 84px;
}

div.swiper-carusel .swiper-slide {
    width: auto;
}

div.swiper-carusel .swiper-slide a {
    display: block;
    border: 1px solid #212121;
}

div.swiper-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.swiper-carusel-container .swiper-button-prev,
div.swiper-carusel-container .swiper-button-next {
    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;
    background: none;
}

div.top-landing-section {
    /*height: 42vw;*/
    height: 100vh;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: calc(70px + 8vw) 0 13vw;
    position: relative;
}

div.top-landing-section .container {
    position: relative;
    padding-left: 15px;
}

div.top-landing-section h2 {
    color: #fff;
    text-transform: none;
    font-size: 3.125vw;
    font-weight: 400;
    margin: 0;
    padding: 0 3.38vw;
    position: relative;
}

div.top-landing-section h2:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #062142;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    display: none;
}

div.top-landing-section h2:after {
    content: '';
    width: 2px;
    height: 100vw;
    background: #062142;
    position: absolute;
    left: 2px;
    bottom: 50%;
    display: none;
}

div.header-elements {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.header-elements > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.main-menu-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b7b7b7;
    font-size: 20px;
}

a.main-menu-toggler:hover {
    color: #091e3a;
}

div.socials-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.socials-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.socials-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.socials-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b7b7b7;
}

ul.socials-menu > li:hover > a {
    color: #091e3a;
}

div.goto-next-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 13vw;
    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;
}

div.goto-next-section a {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

div.goto-next-section a span {
    display: block;
}

div.goto-next-section a .fa {
    color: #dc1565;
    font-size: 36px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
}

div.goto-next-section a:hover {
    color: #dc1565;
}

div.goto-next-section a:hover .fa {
    bottom: -2px;
}

div.footer-colls-section {
    background: #357abf;
    padding: 16px 0;
}

div.footer-colls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.gmap-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

div.gmap-section > div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

div.gmap-section .photo {
    min-width: 40%;
    max-width: 40%;
}

div.gmap-section .photo img {
    display: block;
    width: 100%;
    height: auto;
}

div.gmap-section .gmap {
    position: relative;
}

div.landing-carusel-container {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.landing-carusel { /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    -webkit-box-flex: 1;
    flex: 1;
    max-width: 25%;
}

div.landing-carusel .swiper-slide {
    width: auto;
}

div.landing-carusel .swiper-slide a {
    display: block;
    position: relative;
}

div.landing-carusel .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

/*
div.landing-carusel .swiper-slide a:after {
    content: '\f00e';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    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;
    background: rgba(2, 20, 48, .5);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    color: #fff;
    font-size: 36px;
}*/

div.landing-carusel .swiper-slide a:hover:after {
    opacity: 1;
}

div.landing-carusel-container .swiper-button-prev,
div.landing-carusel-container .swiper-button-next {
    width: 40px;
    height: 40px;
    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;
    left: -40px;
    margin-top: -20px;
    background: none;
    color: #7b8492;
    font-size: 22px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: none;
}

div.landing-carusel-container .swiper-button-prev:hover,
div.landing-carusel-container .swiper-button-next:hover {
    color: red;
}

div.landing-carusel-container .swiper-button-next {
    left: auto;
    right: -40px;
}

div.news-item-card {
    position: relative;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.news-item-card .photo {
    max-width: 36%;
    min-width: 36%;
}

div.news-item-card .photo img {
    display: block;
    width: 100%;
    height: auto;
}

div.news-item-card .cont {
    padding-right: 50px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

div.news-item-card .cont > * + * {
    margin-top: 25px;
    line-height: 1.4;
    font-size: 17px;
}

div.news-item-card-date {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-item-card-title {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    border-bottom: 1px solid #e2e2e2;
    text-transform: none;
    padding: 0 0 .5em;
    margin: 0 0 1em;
}

div.buttons-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -13px;
}

div.buttons-line > div {
    padding: 0 13px;
}

div.best-solutions {
    margin-top: -65px;
}

div.best-solutions > div {
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.best-solutions-item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.best-solutions-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #001633;
    font-size: 18px;
}

div.best-solutions-item .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .6em;
    display: block;
}

div.best-solutions-item .app-list {
    display: block;
    color: #00aeef;
    /*border-left: 2px solid #00aef0;*/
    padding: 0 0 0 18px;
    line-height: 1.2;
    position: relative;
}

div.best-solutions-item .app-list:before {
    content: ' ';
    border-left: 2px solid #00aef0;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 7px;
}

div.best-solutions-item .app-list > span {
    display: block;
    padding: 2px 0;
}

div.best-solutions-item .more {
    padding: 15px 0 0 20px;
    font-size: 14px;
    color: #dc1465;
    text-decoration: underline;
    display: block;
}

div.best-solutions-item .more:hover {
    text-decoration: none;
}

div.best-solutions-item > a:hover {

}

div.inside-h-fix {
    height: 70px
}

div.title-flex-blocks {
    margin: 0 -15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.title-flex-blocks > div {
    padding: 0 15px;
}

div.simple-tabs-container {
}

ul.simple-tabs {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;


}

ul.simple-tabs > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    /*flex: auto;*/
    margin-top: 10px;
}

ul.simple-tabs > li > a {
    display: block;
    line-height: 1.3;
    font-size: 14px;
    color: #00aef0;
    text-decoration: none !important;
    font-weight: 500;
    position: relative;
    padding: 0 36px 0 16px;
    /* border-left: 2px solid #00aef0;*/
    width: 100%;
    cursor: default;
    position: relative;
}

ul.simple-tabs > li > a:before {
    content: ' ';
    border-left: 2px solid #00aef0;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 5px;
}

ul.simple-tabs > li:hover > a,
ul.simple-tabs > li.selected > a {
    /*color: #dc1465;
    border-color: #dc1465;*/
}

div.simple-tabs-content {
    padding: 38px 0 0;
}

div.simple-tabs-content > div {
    display: none;
}

div.company-map-section {
    background: url("../images/photos/photo-6-mod.jpg") bottom left no-repeat #357abf;
    background-size: 100% auto;
    padding-bottom: 18.78vw;
    padding-top: 0 !important;
    color: #fff;
    position: relative;

}

#header + div.section.company-map-section {
    min-height: 0;
}

div.company-map-section > div {
    background: rgba(0, 0, 0, .1);
    padding-top: 2vw;
    padding-bottom: 3vw;
    background: rgba(0, 96, 192, .8);
    background: none;
}

div.company-map-section .custom-title-1 {
    color: #fff;
}

div.company-map-section .custom-title-1 span:before {
    background: #fff;
}

.company-map-anim-trigger {
    position: relative;
    top: -20vw;
}

div.company-map-anim {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: none !important;
    height: 18.78vw;
    padding: 4.82vw 24.6vw 1.26vw 25.65vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transform: translate(0,-2.7vw);
}

div.company-map-anim > div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
}

/*cma-items BEGIN*/

div.cma-item:nth-child(1) {
    position: absolute;
    border-top: 2px solid #c7165c;
    position: absolute;
    top: 3.03vw;
    right: 22.72vw;
    width: 0vw;
    height: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
}

div.cma-item:nth-child(1):before {
    content: '';
    width: 6px;
    height: 6px;
    background: #c7165c;
    position: absolute;
    right: -2px;
    top: -4px;
}

div.cma-item:nth-child(1) > div {
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    border-left: 2px solid #c7165c;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

div.cma-item:nth-child(1) h4 {
    text-transform: uppercase;
    color: #c7165c;
    font-weight: 500;
    font-size: 1vw;
    position: absolute;
    left: -2px;
    top: 100%;
    padding-top: .8vw;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.animated div.cma-item:nth-child(1) {
    width: 24.74vw;
}

.animated div.cma-item:nth-child(1) > div {
    height: 3.33vw;
}

.animated div.cma-item:nth-child(1) h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**/

div.cma-item:nth-child(2) {
    border-top: 2px solid #a2206a;
    position: absolute;
    top: 1.7vw;
    right: 23.1vw;
    width: 0vw;
    height: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

div.cma-item:nth-child(2):before {
    content: '';
    width: 6px;
    height: 6px;
    background: #a2206a;
    position: absolute;
    right: -2px;
    top: -4px;
}

div.cma-item:nth-child(2) > div {
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    border-left: 2px solid #a2206a;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

div.cma-item:nth-child(2) h4 {
    text-transform: uppercase;
    color: #a2206a;
    font-weight: 500;
    font-size: 1vw;
    position: absolute;
    top: 100%;
    padding-top: .8vw;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.animated div.cma-item:nth-child(2) {
    width: 15.3vw;
}

.animated div.cma-item:nth-child(2) > div {
    height: 4.5vw;
}

.animated div.cma-item:nth-child(2) h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**/

div.cma-item:nth-child(3) {
    border-top: 2px solid #7d3a89;
    position: absolute;
    top: 0;
    right: 22.9vw;
    width: 0vw;
    height: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

div.cma-item:nth-child(3):before {
    content: '';
    width: 6px;
    height: 6px;
    background: #7d3a89;
    position: absolute;
    right: -2px;
    top: -4px;
}

div.cma-item:nth-child(3) > div {
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    border-left: 2px solid #7d3a89;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

div.cma-item:nth-child(3) h4 {
    text-transform: uppercase;
    color: #7d3a89;
    font-weight: 500;
    font-size: 1vw;
    position: absolute;
    top: 100%;
    padding-top: .8vw;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.animated div.cma-item:nth-child(3) {
    width: 7vw;
}

.animated div.cma-item:nth-child(3) > div {
    height: 6.3vw;
}

.animated div.cma-item:nth-child(3) h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**/

div.cma-item:nth-child(4) {
    border-top: 2px solid #272161;
    position: absolute;
    top: 2.3vw;
    right: 17.4vw;
    width: 0vw;
    height: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

div.cma-item:nth-child(4):before {
    content: '';
    width: 6px;
    height: 6px;
    background: #272161;
    position: absolute;
    right: -2px;
    top: -4px;
}

div.cma-item:nth-child(4) > div {
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    border-left: 2px solid #272161;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
}

div.cma-item:nth-child(4) h4 {
    text-transform: uppercase;
    color: #272161;
    font-weight: 500;
    font-size: 1vw;
    position: absolute;
    top: 100%;
    padding-top: .8vw;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

.animated div.cma-item:nth-child(4) {
    width: 3.9vw;
}

.animated div.cma-item:nth-child(4) > div {
    height: 4vw;
}

.animated div.cma-item:nth-child(4) h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**/

div.cma-item:nth-child(5) {
    border-top: 2px solid #357abf;
    position: absolute;
    top: 3.7vw;
    left: 28vw;
    width: 0vw;
    height: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

div.cma-item:nth-child(5):before {
    content: '';
    width: 6px;
    height: 6px;
    background: #357abf;
    position: absolute;
    left: -2px;
    top: -4px;
}

div.cma-item:nth-child(5) > div {
    position: absolute;
    right: 0;
    top: 100%;
    height: 0;
    border-left: 2px solid #357abf;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
}

div.cma-item:nth-child(5) h4 {
    text-transform: uppercase;
    color: #357abf;
    font-weight: 500;
    font-size: 1vw;
    position: absolute;
    top: 100%;
    padding-top: .8vw;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

.animated div.cma-item:nth-child(5) {
    width: 9.2vw;
}

.animated div.cma-item:nth-child(5) > div {
    height: 2.6vw;
}

.animated div.cma-item:nth-child(5) h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**/

div.cma-item:nth-child(6) {
    border-top: 2px solid #2bace3;
    position: absolute;
    top: 13vw;
    left: 37.5vw;
    width: 0vw;
    height: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

div.cma-item:nth-child(6):before {
    content: '';
    width: 6px;
    height: 6px;
    background: #2bace3;
    position: absolute;
    left: -2px;
    top: -4px;
}

div.cma-item:nth-child(6) > div {
    position: absolute;
    right: 0;
    bottom: 100%;
    height: 0;
    border-left: 2px solid #2bace3;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
}

div.cma-item:nth-child(6) h4 {
    text-transform: uppercase;
    color: #2bace3;
    font-weight: 500;
    font-size: 1vw;
    position: absolute;
    bottom: 100%;
    padding-bottom: .8vw;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
    margin: 0;
}

.animated div.cma-item:nth-child(6) {
    width: 9.2vw;
}

.animated div.cma-item:nth-child(6) > div {
    height: 3.95vw;
}

.animated div.cma-item:nth-child(6) h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*cma-items END*/

div.cma-item h4 {
    width: 8vw;
    text-align: center;
    margin-left: -4vw !important;
    left: 0;
}

div.leaders-list {
    margin: 0 0 0;
}

div.leaders-list > div {
    padding: 0 !important;
}

div.leaders-list-item {
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

div.leaders-list-item .photo {
    display: block;
    width: 100%;
    height: auto;
}

div.leaders-list-item .photo.hov-photo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.leaders-list-item:hover .photo.hov-photo {
    z-index: 100;
    opacity: 1;
}

div.leaders-list-item .cont {
    padding-right: 15px;
    padding-left: 15px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.leaders-list-item .cont strong {
    display: block;
    text-transform: uppercase;
}

div.news-list {
    margin-top: -32px;
}

div.news-list > div {
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
}

div.news-list .date {
    font-size: 12px;
    color: #000;
    margin-bottom: 1.5em;
}

div.news-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -30px;
}

div.news-list-item > div {
    padding: 0 30px;
    min-width: 280px; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    -webkit-box-flex: 1;
    flex: 1;
}

div.news-list-item .cont {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
    max-height: 10.5em;
}

div.news-list-item .title {
    min-width: 300px;
    max-width: 300px;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

div.news-list-item .photo img {
    display: block;
    width: 100%;
    height: auto;
}

div.news-list-item a {
    color: #001633;
    text-decoration: none;
}

div.news-list-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
    margin-top: 30px;
    margin-left: 300px;
}

div.show-more-block {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.hiring-list {
    margin-bottom: 50px;
}

div.hiring-list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.hiring-list > ul > li {
    color: #00aef0;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
}

div.hiring-list > ul > li > ul {
    list-style: none;
    padding: 10px 0 10px 14px;
    margin: 10px 0 0 21px;
    border-left: 2px solid #00aef0;
}

div.hiring-list > ul > li > ul > li {
    font-size: 14px;
    color: #062142;
}

div.infograph-line-section {
    height: 130px;
    position: relative;
    margin-bottom: 50px;
}

div.infograph-line-section:before {
    content: '';
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: #357abf;
}

div.infograph-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    background: url("../images/misc/dec-2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 0;
    -webkit-transition: all ease 1.5s;
    transition: all ease 1.5s;
}

.sactive div.infograph-line {
    width: 100%;
}

div.infograph-line > div {
    width: 2px;
    background: #dc1565;
    position: absolute;
    top: 56px;
    height: 0;
    left: 0;
    opacity: 0;
    color: #dc1565;
}

div.infograph-line > div:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #dc1565;
    position: absolute;
    left: -2px;
    bottom: -3px;
}

div.infograph-line > div > div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    white-space: nowrap;
}

div.infograph-line > div > div strong {
    display: block;
    line-height: 1;
    font-size: 36px;
    font-weight: 500;
}

.sactive div.infograph-line > div {
    height: 70px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 1;
}

div.infograph-line > div:nth-child(2) {
    left: 21.3%;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    background: #a20067;
    color: #a20067;
}

div.infograph-line > div:nth-child(2):after {
    background: #a20067;
}

div.infograph-line > div:nth-child(3) {
    left: 34%;
    -webkit-transition: all ease .9s;
    transition: all ease .9s;
    background: #772583;
    color: #772583;
}

div.infograph-line > div:nth-child(3):after {
    background: #772583;
}

div.infograph-line > div:nth-child(4) {
    left: 44.4%;
    -webkit-transition: all ease 1.2s;
    -moz-transition: all ease 1.2s;
    -ms-transition: all ease 1.2s;
    -o-transition: all ease 1.2s;
    background: #250e62;
    color: #250e62;
}

div.infograph-line > div:nth-child(4):after {
    background: #250e62;
}

div.infograph-line > div:nth-child(5) {
    left: 83%;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    background: #357abf;
    color: #357abf;
}

div.infograph-line > div:nth-child(5):after {
    background: #357abf;
}

div.infograph-line-section-trigger {
    background: #000;
    height: 10px;
    overflow: hidden;
    position: absolute;
    margin-top: -20vw;
}

.flip span, .flip span.set {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0
}

.flip {
    display: block;
    position: relative;
    left: 50%;
    width: 100%;
    -webkit-perspective: 500;
    perspective: 500;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    height: 1.2em;
    text-shadow: 1px 1px 1px gba(0, 0, 0, .2);
}

.flip span {
    display: block;
    position: absolute;
    top: -40px;
    width: auto;
    left: -50%;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.flip span.set {
    top: 0;
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.flip span.down {
    top: 80px;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.flip span.step {
    width: 100%;
    text-align: center
}

/*LISTS*/

ul.we-a-hiring-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.we-a-hiring-menu > li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

ul.we-a-hiring-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #dc1565;
    padding: 10px 15px;
    text-decoration: underline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

ul.we-a-hiring-menu > li > a:hover {
    text-decoration: none;
}

div.footer-menu-container {
}

ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: -14px;
}

ul.footer-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #001633;
    padding: 14px;
    position: relative;
}

ul.footer-menu > li > a:before {
    content: '';
    width: 1px;
    height: 14px;
    background: #1962ab;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

ul.footer-menu > li:first-child > a:before {
    display: none;
}

ul.footer-menu > li:hover > a,
ul.footer-menu > li.selected > a {
    color: #fff;
}

div.main-menu-section {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    height: 100%;
    background: #357abf;
    color: #fff;
    z-index: 111;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding-top: 70px;
    overflow-y: auto;
}

div.main-menu-container {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.main-menu-container h3 {
    font-size: 30px;
}

ul.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.main-menu > li {
    position: relative;
}

ul.main-menu > li > a {
    padding: 10px 0;
    line-height: 1.1;
    font-size: 18px;
    color: #fff;
    display: block;
}

ul.main-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /*position: absolute;
    left: 0;
    top: 100%;*/
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    /*opacity: 0;
    visibility: hidden;*/
}

ul.main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

ul.main-menu > li > ul > li > a {
    display: block;
    padding: 5px 0 5px 18px;
    color: #fff;
    font-size: 18px;
}

ul.main-menu li:hover > a,
ul.main-menu li.selected > a {
    color: #f95f9d;
}

div.content-menu-container {
}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0 -11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.content-menu > li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
}

ul.content-menu > li > a {
    display: block;
    font-size: 12px;
    color: #b7b7b7;
    position: relative;
    padding: 0 11px;
    text-align: center;
}

ul.content-menu > li:before {
    content: '/';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 22px;
    left: -11px;
    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;
    text-decoration: none;
    color: #b7b7b7;
}
ul.content-menu > li:first-child:before {
    display: none;
}

ul.content-menu > li:hover > a,
ul.content-menu > li.selected > a {
    color: #dc1465;
    text-decoration: underline;
}

ul.content-menu > li:hover:before,
ul.content-menu > li.selected:before {
    text-decoration: none !important;
    color: #dc1465;

}

ul.content-menu > li.selected > a {
    cursor: default;
}

/*INPUTS*/

/*HEADERS*/

h1 {
    line-height: 1.2;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-weight: 500;
}

h2 {
    line-height: 1.2;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-weight: 500;
}

h3 {
    line-height: 1.2;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-weight: 500;
}

h3.push-down {
    font-size: 22px;
    margin: 14px 0 0.5em;
}

h4 {
    line-height: 1.2;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-weight: 500;
}

.custom-title-1 {
    position: relative;
    font-size: 18px;
    color: #001633;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: none;
    margin-bottom: 2em;
    font-weight: 400;
}

.custom-title-1 span {
    position: relative;
    display: block;
    padding: 0 0 .5em;
}

.custom-title-1 span:before {
    content: '';
    height: 2px;
    background: #33bef2;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    -webkit-transition: all 0.5s ease  0.5s;
    transition: all 0.5s ease  0.5s;
}

.custom-title-1.animated-title span:before {
    content: '';
    height: 2px;
    background: #33bef2;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.custom-title-1.bleck-bord span:before {
    background: #001633;
}

.blue-bg .custom-title-1 {
    color: #fff;
}

.blue-bg .custom-title-1 span:before {
    background: #fff;
}

.custom-title-2 {
    font-size: 36px;
    text-transform: none;
    line-height: 1.4;
}



/*BUTTONS*/

.ext_button {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.8857em;
    line-height: 1em;
    padding: 0 2em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.bordered {
    border: 1px solid #cecece;
}

.ext_button.rounded {
    border-radius: 0.32em;
}

.ext_button.shadowed {
    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
}

.ext_button.full-w {
    display: block;
    text-align: center;
}

.ext_button .fa {
    margin: 0 0 0 1.4em;
}

.ext_button .fa:first-child {
    margin: 0 1.4em 0 0;
}

.ext_button.pink-style {
    background: #dc1565;
    color: #fff;
    font-weight: 300;
}

.ext_button.pink-style.selected {
    background: #94003c;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.ext_button.pink-style:hover {
    background: #c4004f;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.ext_button .fa-long-arrow-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ext_button .fa-long-arrow-right:before {
    content: '\64';
    font-family: 'icon';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    font-size: 30px;
}

/*SPECIAL*/


div.cookie-section {
    background: #ebebeb;
    color: #000;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 300;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.cookie-section.visible {
    /*max-height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;*/

    /* max-height: 100px; */
    position: fixed;
    bottom: 20px;
    /* left: 0; */
    right: 20px;
    width: 400px;
    max-height: 100%;
    height: auto;
    padding: 10px 15px;

}

div.cookie-section.visible.topper {
    top: 85px;
}

div.cookie-block {
    padding: 20px 0 0 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/

}

div.cookie-block > div {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.cookie-block > div:last-child {

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.cookie-section .descr {
    /*-webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;*/
    text-align: justify;
}

div.cookie-section .descr2 {
    display: none;
}

.descr2 {
    padding: 15px;
    width: 80%;
}

.descr2 * {
    font-size: 14px;
}

.descr2 p {
    margin: 0;
}

.descr2 .cblock-1 {

    padding-bottom: 15px;
}

.descr2 .cblock-2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.descr2 .cblock-3 {

}

.descr2 table.cookie-table {

}

.descr2 table.cookie-table tr {
    border: 1px solid #ddd;
    cursor: pointer;
}

.descr2 table.cookie-table tr td {
    padding: 15px;
}

.descr2 table.cookie-table tr td:first-child {

    padding: 15px;
}

div.cookie-section .descr a {
    color: #cb003a;
}

a.submit-cookie,
a.submit-part-cookie,
a.cookie-cancel,
a.submit-none-cookie {
    cursor: pointer;
}



/*COLORS*/

.grey-bg {
    background: #f9f9f9;
}

.blue-bg {
    background: #357abf;
}

.white-color {
    color: #fff;
}

/*MISC*/

.menu-visible {
    /*overflow: hidden;*/
}

.menu-visible div.main-menu-section {
    top: 0;
    opacity: 1;
    padding-right: 16px;
}

.menu-visible #header {
    top: 0 !important;
}

.menu-visible .main-menu-toggler {
    color: #000 !important;
}

.menu-visible .main-menu-section .menu-close-button {
    position: absolute;
    top: 80px;
    right: 20px;
    font-size: 25px;
    color: #fff;
}

div.page-module ul {
    margin: 20px;
}

div.page-module ul > li {
    margin: 5px 0 0;
}

div.page-module ul > li:first-child {
    margin: 0
}

div.page-module ol {
    margin: 20px;
}

div.page-module ol > li {
    margin: 5px 0 0
}

div.page-module ol > li:first-child {
    margin: 0
}

div.page-module table {
    background: #fff
}

div.page-module table td {
    padding: 13px 18px;
    border-top: 1px solid #e5e7e7
}

div.page-module table tr:first-child td {
    border-top: 0
}

div.page-module thead td {
    background: #e1e1e1;
}

img.logo-bottom {
    width: auto;
    height: 70px;
}

div.like-h2 {
    margin-bottom: 12px;
}

div.consent-content {
    font-size: 14px;
    color: #062142;
    margin-bottom: 15px;
}

div.consent-title {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}

div.consent-title > span:first-child {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

div.consent-title .check-box-new {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #062142;
    border-radius: 2px;
    cursor: pointer;
}


.ext_button.pink-style.disabled {

    background: #efd3de;
    cursor: default;
}


.ext_button.pink-style.disabled:hover {

    background: #efd3de;
    box-shadow: none;
    cursor: default;

}

/* XS */
@media (max-width: 767px) {

    body {
        font-size: 13px;
    }

    div.container {
        padding: 0 15px !important;
    }

    a.smart_menu_caller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #dc1465;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
    }

    table.special tbody td:before {
        display: block;
        background: #7F7F7F;
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        background: #e7e7e7;
        padding: 10px;
        margin-bottom: 10px;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: #357abf;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

    div.mob_header_extention {
        display: block;
        position: absolute;
        left: 160px;
        top: 0;
        right: 70px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    div.mob-header-items > div {
        border-right: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        width: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
    }

    /*-----*/
    #header {
        height: 70px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        position: relative !important;
        top: 0 !important;
    }

    a.logo {
        left: 15px;
    }

    div.header-content {
        display: none;
    }

    div.main-menu-section {
        display: none;
    }

    ul.main-menu {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #001633;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #fff !important;
        color: #000 !important;
        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;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    ul.main-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.main-menu > li.selected > ul {
        max-height: 600px;
    }

    ul.main-menu > li.selected > a,
    ul.main-menu > li:hover > a {
        background: #fff;
    }

    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
    }

    ul.main-menu > li > ul > li > a {
        display: block;
        color: #001633;
        font-size: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 12px 0 12px 30px;
    }

    div.section {
        padding: 15px 0;
    }

    #header + div.section {
        padding-top: 15px;
    }

    div.index-swiper {
        height: 60vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 60vw;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mobile-menu-toggler {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 15px;
        border: 1px solid #f1f1f1;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        text-transform: uppercase;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        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;
        border-left: 1px solid rgba(0, 0, 0, 0.1);

    }

    .mobile-menu-toggler.opened .fa:before {
        content: '\f068';
    }

    div.content-menu-container {
        margin: 0 -15px 15px;
    }

    ul.content-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        background: #fff;
        display: block;
        margin: 0 !important;
    }

    ul.content-menu > li > a {
        text-align: left;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 15px;
    }

    ul.content-menu.opened {
        max-height: 500px;
    }

    #footer_guarantor {
        display: none;
    }

    #footer {
        margin: 0;
        height: auto;
        padding: 15px 0;
    }

    #footer:not(.inside) {
        display: none;
    }

    div.footer-content {
        display: block;
        text-align: center;
        height: auto;
    }

    div.top-landing-section {
        height: auto;
        display: block;
        padding: 30px 0;
    }

    div.top-landing-section h2 {
        font-size: 5.79vw;
        padding: 0 30px;
    }

    div.top-landing-section .goto-next-section {
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
        padding-top: 30px;
    }

    div.goto-next-section a {
        font-size: 4vw;
    }

    div.best-solutions {
        margin-top: 0;
    }

    div.best-solutions > div {
        margin: 0;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    div.best-solutions > div:last-child {
        border-bottom: 0;
    }

    div.news-item-card {
        margin: 0 !important;
    }

    div.gmap-section {
        padding: 0;
        display: block;
    }

    div.gmap-section .photo {
        width: 100%;
        min-width: 100%;
        height: 60vw;
    }

    div.gmap-section .photo img {
        height: 60vw;
    }

    div.gmap-section .gmap {
        height: 60vw;
    }

    div.footer-colls-section {
        padding: 0;
    }

    div.footer-colls {
        display: block;
    }

    ul.footer-menu {
        display: block;
        left: 0;
    }

    ul.footer-menu > li > a {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    div.socials-menu-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    ul.socials-menu > li > a {
        /* height: 36px;*/
    }

    ul.socials-menu {
        display: none;
    }

    ul.socials-menu.socials-top {
        display: flex;
    }

    #footer.inside {
        /*display: none;*/
        margin-top: 0;
    }

    div.title-flex-blocks {
        display: block;
    }

    div.title-flex-blocks h2 {
        margin-bottom: 1em !important;
    }

    ul.simple-tabs {
        display: block;
        width: 100%;
    }

    ul.simple-tabs > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    ul.simple-tabs > li > a br {
        display: none;
    }

    div.company-map-section > div {
        padding-top: 15px;
    }

    div.news-list-item {
        display: block;
    }

    div.news-list-item a br {
        display: none;
    }

    div.news-list-item .title {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 30px;
        font-size: 22px;
        margin-bottom: 1em;
    }

    div.news-list-item .cont {
        margin-bottom: 15px;
    }

    .custom-title-1 {
        margin-bottom: 1em;
    }

    .custom-title-2 {

    }

    .custom-title-2 br,
    div.news-item-card .title br {
        display: none;
    }

    .news-item-card-title {
        font-size: 26px;
    }

    div.news-item-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    div.news-item-card .photo {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    div.news-item-card .cont {
        padding-right: 0;
    }

    div.infograph-line-section {
        height: 450px;
    }

    div.infograph-line-section:before {
        display: none;
    }

    div.infograph-line {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 450px !important;
        position: relative;
        left: 30px;
    }

    div.infograph-line > div {
        top: auto;
        bottom: 60px;
        height: 70px !important;
        margin-left: 3px;
    }

    div.infograph-line > div > div {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-size: 12px;
        padding: 0 0 0 40px;
    }

    div.infograph-line > div > div strong {
        font-size: 26px;
    }

    div.infograph-line > div:nth-child(4) {
        left: 63%;
    }

    #infoWindow {
        display: none !important;
    }

    div.company-map-section {
        padding-bottom: 0 !important;
    }

    div.company-map-anim {
        display: none;
    }

    div.company-map-anim-mob {
        display: block !important;
        height: 43vw;
        background: url("../images/photos/photo-6-mob.jpg") bottom center no-repeat !important;
        background-size: 100% auto !important;
    }

    /**/
    .xs-padd-bottom-30 {
        padding-bottom: 30px;
    }

    div.landing-carusel {
        max-width: 50%;
        min-width: 50%;
    }

    div.cookie-section.visible,
    div.cookie-section.visible.topper {

        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        /*top: 70px;
        position: absolute;
        transition: unset;*/
    }

    div.cookie-section.visible.mob-fix,
    div.cookie-section.visible.topper.mob-fix {
        /* top: 0;
         position: fixed;*/

    }

    div.cookie-section.visible {
        max-height: 230px
    }

    div.cookie-section div.cookie-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.cookie-section div.cookie-block > div {
        padding: 15px;
    }

    div.cookie-section.visible.untop {
        top: 0;
    }

    div.news-list-more {
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    div.footer-content div.enlarge-span span {

        text-align: left;
        padding-left: 20%;
    }

}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

    html {
        width:100vw;
        overflow-x:hidden;
    }

    #header {

        width:100vw;
        overflow-x:hidden;
    }
}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    a.logo {
        left: 15px;
    }

    div.container {
        padding: 0 15px !important;
    }

    div.title-flex-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    div.title-flex-blocks h2 {
        margin-bottom: 1em !important;
    }

    div.news-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.news-list-item .title {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 30px;
    }

    div.news-list-item a br {
        display: none;
    }

    div.news-list-item .cont {
        max-width: 60%;
    }

    div.news-list-item .photo {
        max-width: 40%;
    }

    div.news-item-card {
        margin: 0 !important;
    }

    div.news-item-card > .pure-g {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    div.news-item-card .cont {
        padding-right: 15px;
    }

    .custom-title-2 {
        font-size: 29px;
    }

    .custom-title-2 br {
        display: none;
    }

    ul.simple-tabs {
        width: 100%;
    }

    div.infograph-line > div > div {
        font-size: 12px;
        padding-left: 10px;
    }

    div.infograph-line > div > div strong {
        font-size: 26px;
    }

    div.gmap-section {
        padding: 0;
        display: block;
    }

    div.gmap-section .photo {
        width: 100%;
        min-width: 100%;
        height: 100%;
    }

    div.gmap-section .gmap {
        height: 60vw;
    }
    div.news-list-more {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    div.fix-footer-width {
        width: 300px;

    }
}


/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

    div.title-flex-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-align-items: flex-start;
        align-items: flex-start;

    }

    div.title-flex-blocks h2 {
        margin-bottom: 1em !important;
    }

    ul.simple-tabs {
        width: 100%;
    }

    div.infograph-line > div > div {
        font-size: 13px;
    }

    div.infograph-line > div > div strong {
        font-size: 30px;
    }

    .custom-title-2 {
        font-size: 29px;
    }

}

/* XL */
@media (min-width: 1280px) {

    div.container.pr {
        padding-right: 0;
    }

    div.pure-g-mod-1 .pure-u-md-2-3 {
        padding-left: 0;
        padding-right: 120px;
    }

}

@media (min-width: 1368px) {

    a.logo {
        left: 120px;
    }

    div.container {
        width: 1270px;
        padding-left: 120px;
    }

    div.container.pr {
        padding-right: 120px;
    }

    div.pure-g-mod-1 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    div.pure-g-mod-1 .pure-u-md-1-3 {
        min-width: 400px;
    }

    div.pure-g-mod-1 .pure-u-md-2-3 {
        padding-left: 0;
        padding-right: 0;
    }

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}