@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@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/dist/jquery.fancybox.min.css';
@import '../fonts/EuclidFlex/stylesheet.css';

html {
    height: 100%;
    background-image: none !important;
}

body {
    min-height: 100%;
    height: 100%;
    color: #2e3a4e;
    font-weight: normal;
    font-family: 'Euclid Flex';
    font-size: 20px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    outline: none;
    color: #59b9e4;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: #00618d;
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

div.container.fluid {
    width: 100%;
    padding: 0 5.2vw;
    max-width: 1440px;
}

div.container.fluid.full {
    max-width: 100%;
}

#footer_guarantor {
    height: 456px;
    clear: both;
}

#footer {
    margin: 0 auto;
    margin-top: -456px;
    height: 456px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #c9e8f6;
    display: flex;
    align-items: center;
}

div.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 21px;
    color: #2e3a4e;
}

div.footer-content a {
    color: #2e3a4e;
}

div.footer-content a:hover {
    color: #59b9e4;
}

div.footer-content h2 {
    font-size: 1.33em;
    text-transform: uppercase;
}

div.footer-content .copy {
    text-align: right;
    font-size: 14px;
}

div.footer-content .copy .iconed-link {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

div.footer-content .copy .iconed-link i {
    margin-left: 1.5em;
}

div.footer-content a:hover {
    color: #4ebff2 !important;
}

#header {
    height: 75px;
    z-index: 222;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#header + div {
    margin-top: 75px;
}

#header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 75px;
}

#header.fixed div.header-elements {
    height: 75px;
}

#header.fixed div.header-elements:before {
    width: 100vw;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#header.fixed .logo {
    top: 19px;
}

#header > .container {
    position: relative;
    height: 100%;
}

div.header-content {
    position: relative;
    height: 100%;
}

a.logo {
    display: block;
    width: 114px;
    height: 40px;
    position: absolute;
    left: calc(5.2vw - 46px);
    top: 41px;
    background: url(../images/logo.png) left center no-repeat;
    z-index: 15;
    background-size: contain;
}

div.section {
    padding: 180px 0;
}

div.section.narrow {
    padding: 5.2vw 0;
}

div.index-swiper-container {
    position: relative;
    padding: 0 0 0 5.2vw;
    overflow: hidden;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
    display: none;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
    max-height: calc(100vh - 75px);
    min-height: 600px;
    object-fit: cover;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding: 8.75vw 5.4vw;
    color: #fff;
    font-size: 4.86vw;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 28px;
    display: none;
}

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: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

div.header-elements {
    position: absolute;
    right: -5.2vw;
    top: 0;
    height: 117px;
    background: #c9e8f6;
    display: flex;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.header-elements:before {
    content: '';
    background: #c9e8f6;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.header-elements > div {
    position: relative;
    z-index: 2;
}

div.langs-switcher {
    position: relative;
    z-index: 55;
    display: flex;
}

a.current-lang {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0 30px;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

a.current-lang .fa {
    margin-right: .5em;
}

ul.langs {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #c9e8f6;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

div.langs-switcher:hover ul.langs {
    opacity: 1;
    visibility: visible;
}

ul.langs > li > a {
    display: block;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

div.cases-list {
    margin: -10px -5px 0;
}

div.cases-list > div {
    margin: 10px 0 0;
    padding: 0 5px !important;
}

div.cases-list-item a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
}

div.cases-list-item a .photo {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    position: relative;
}

div.cases-list-item a:hover .photo {
    transform: scale(1.1);
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

div.cases-list-item a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
    opacity: .8;
    z-index: 5;
}

div.cases-list-item a .cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 46px;
    z-index: 6;
}

div.cases-list-item a .cont strong.title {
    display: block;
    font-size: 1.77em;
    text-transform: uppercase;
}

div.cases-list-item a .cont .additional-cont {
    display: block;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    overflow: hidden;
    max-height: 0;
}

div.cases-list-item a:hover .cont .additional-cont {
    max-height: 5em;
}

div.about-section {
    background: url("../images/misc/dec-1.png") 100% 100% no-repeat #c9e8f6;
    position: relative;
}

a.about-section-more-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #c9e8f6;
    display: flex;
    height: 75px;
    align-items: center;
    z-index: 55;
    padding: 0 70px 0 30px;
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
    text-transform: uppercase;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
    cursor: pointer;
}

a.about-section-more-btn.hiddenn {
    opacity: 0;
    visibility: hidden;
}

a.about-section-more-btn .fa {
    transform: scale(-1);
    margin-right: 30px;
    transition: all ease 0.3s;
}

a.about-section-more-btn .fa img {
    display: block;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) scale(-1);
    }
    40% {
        transform: translateY(-20px) scale(-1);
    }
    60% {
        transform: translateY(-10px) scale(-1);
    }
}

a.about-section-more-btn:hover:hover {
    background: #bae3fa;
}

a.about-section-more-btn:hover .fa {
    animation: bounce 1s infinite;
}

div.about-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 28px;
    position: relative;
    text-align: center;
}

div.about-cont:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #2e3a4e;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -40px;
    margin-top: 60px;
}

div.about-cont .ab-header {
    background: #fff;
    font-size: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 71px;
    padding: 0 88px;
    margin-bottom: .9em;
}

div.about-cont strong {
    display: block;
    font-size: 70px;
    text-transform: uppercase;
}

div.page-top-photo-section {
    position: relative;
    padding: 0 0 0 5.2vw;
}

div.page-top-photo-section img {
    display: block;
    width: 100%;
    height: auto;
}

div.page-top-photo-section > div {
    position: absolute;
    left: 5.2vw;
    bottom: 0;
}

div.page-top-photo-section h1 {
    margin: 0;
    font-size: 5.76vw;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5.2vw 5.2vw 5.2vw;
}

div.content-colls {
    margin: 0 -2.6vw;
    display: flex;
}

div.content-colls > div {
    padding: 0 2.6vw;
}

div.content-colls.half > div {
    flex: 1 1 50%;
}

div.content-colls.half.aligned {
    align-items: center;
}

div.content-colls .f-35-cont {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}

div.sidebar {
    min-width: 42%;
}

div.mainbar {
    min-width: 1px;
    flex: auto;
}

div.titled-ilustration {
    position: relative;
}

div.titled-ilustration img {
    display: block;
    width: 100%;
    height: auto;
}

div.titled-ilustration > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7.4%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    font-size: 70px;
}

div.half-content-list > div {
    display: flex;
}

div.half-content-list > div:nth-child(even) {
    flex-direction: row-reverse;
    background: #c9e8f6;
}

div.half-content-list > div > div {
    flex: 1 1 50%;
    min-width: 50%;
}

div.half-content-list .ilustration{
    display: flex;
}

div.half-content-list .ilustration img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

div.half-content-list .cont {
    display: flex;
    align-items: center;
    padding: 5.2vw;
}

div.half-content-list .cont h2 {
    font-size: 3em;
    text-transform: uppercase;
}

div.cocodzamba h2 {
    font-size: 70px;
    text-transform: uppercase;
}

div.objects-list {
    margin-top: -30px;
}

div.objects-list > div {
    margin-top: 30px;
    display: flex;
}

div.objects-list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: auto;
}

div.objects-list-item .photo {
    display: block;
    width: 100%;
    height: auto;
}

div.objects-list-item .photo {
    overflow: hidden;
    position: relative;
}

div.objects-list-item .photo img {
    display: block;
    width: 100%;
    height: auto;
}

div.objects-list-item .photo:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,050101+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(5, 1, 1, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(5, 1, 1, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(5, 1, 1, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#050101', GradientType=0); /* IE6-9 */
    opacity: .7;
}

div.objects-list-item .photo div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    color: #fff;
    z-index: 2;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

div.objects-list-item .cont {
    padding: 30px 50px;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    flex: auto;
    display: flex;
    flex-direction: column;
}

div.objects-list-item .cont p {
    margin: 0;
}

div.objects-list-item .cont:before {
    content: '“';
    font-size: 70px;
    position: absolute;
    left: 0;
    top: 0;
}

div.objects-list-item .descr {
    flex: auto;
}

div.objects-list-item .author {
    font-weight: 700;
    margin-top: 30px;
}

div.objects-list-item .status {
    height: 2.6em;
}

div.services-list > div + div {
    margin-top: 5.2vw;
}

div.services-list .titled-ilustration {
    margin-bottom: 38px;
}

div.services-list .page-module h2 {
    margin: 1.5em 0 .6em;
}

div.map-container {
    position: relative;
}

div.map-container:after {
    content: '';
    display: block;
    padding-top: 100%;
}

#map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

div.page-404 {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

div.page-404:before {
    content: '404';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20vw;
    opacity: .1;
}

div.page-404 > div {
    position: relative;
    z-index: 2;
}

div.contacts-section div.mainbar a {
    color: #2e3a4e;
}

div.contacts-section div.mainbar a:hover {
    color: #59b9e4;
}

div.numbers-container {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38.33vw;
    height: 23.61vw;
    background: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

div.numbers-container .title {
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 5.2vw;
    display: flex;
    align-items: center;
    background: rgba(201, 232, 246, .9);
    color: #2e3a4e;
    font-size: 2.36vw;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 4vw;
}

div.numbers-container .year {
    font-size: 2.15vw;
    display: flex;
}

div.numbers-container .year > div {
    border-bottom: 3px solid #2e3a4e;
}

div.numbers-container .count {
    font-size: 3.61vw;
    line-height: 1.2;
    transition: all ease 2s;
    opacity: 0;
    display: flex;
    align-items: center;
}

div.numbers-container .count.visible {
    opacity: 1;
}

div.numbers-container .count strong {
    font-size: 1.21em;
}

div.numbers-container .count .der {
    line-height: 1em;
    margin-left: .25em;
    padding-top: 1.9vw;
}

div.numbers-container .count .der sup {
    font-size: .6em;
}

div.numbers-container .descr {
    font-size: 1.73vw;
    margin-top: .5em;
}

div.numbers-container .action {
    display: flex;
    justify-content: center;
}

div.numbers-container .action a {
    padding: 10px;
    cursor: pointer;
    position: relative;
    top: 0;
}

div.numbers-container .action a:hover {
    top: 8px;
}

div.contacts-list-container {
    margin-bottom: 100px;
}

div.contacts-list {
    margin-top: -30px;
}

div.contacts-list > div {
    margin-top: 30px;
    display: flex;
}

div.contacts-list-item {
    display: flex;
    flex: auto;
    flex-direction: column;
}

div.contacts-list-item .photo {
    display: block;
    width: 100%;
    height: auto;
}

div.contacts-list-item .cont {
    padding: 15px 0 0;
}

div.contacts-list-item .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

div.contacts-list-item .status {
    font-size: 18px;
    text-transform: uppercase;
}

div.contacts-list-item .phone a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2e3a4e;
}

div.contacts-list-item .phone a:hover {
    color: #59b9e4;
}

div.contacts-list-item .email a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2e3a4e;
}

div.contacts-list-item .email a:hover {
    color: #59b9e4;
}

/*LISTS*/

div.main-menu-container,
div.main-menu-container > div {
    display: flex;
}

div.main-menu-container > div > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.main-menu-container > div > ul > li {
    position: relative;
    display: flex;
}

div.main-menu-container > div > ul > li > a {
    display: flex;
    line-height: 1.1;
    align-items: center;
    text-transform: uppercase;
    padding: 0 30px;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 700;
    position: relative;
}

div.main-menu-container > div > ul > li:first-child > a {
    padding-left: 60px;
}

div.main-menu-container > div > ul > li > a:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    height: 2px;
    background: #2e3a4e;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: .8em;
    opacity: 0;
}

div.main-menu-container > div > ul > li:first-child > a:after {
    left: 60px;
}

div.main-menu-container > div > ul > li:hover > a:after,
div.main-menu-container > div > ul > li.selected > a:after,
div.main-menu-container > div > ul > li.current_page_item > a:after,
div.main-menu-container > div > ul > li.current-page-ancestor > a:after {
    opacity: 1;
}

div.main-menu-container > div > ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #cfcfcf;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

div.main-menu-container > div > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

div.main-menu-container > div > ul > li > ul > li > a {
    display: block;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

div.content-menu-container {
    position: relative;
    padding: 110px 0;
}

div.content-menu-container.fixed {
    position: fixed;
    top: 75px;
}

div.content-menu-container:before {
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #c9e8f6;
    position: absolute;
}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

ul.content-menu > li > a {
    display: flex;
    font-size: 21px;
    color: #2e3a4e;
    align-items: center;
    line-height: 1.2;
    padding: 15px 15px 15px 0;
}

ul.content-menu > li > a:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid #2e3a4e;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-right: 30px;
}

ul.content-menu > li:hover > a:before,
ul.content-menu > li.selected > a:before,
ul.content-menu > li > a.active:before {
    background: #2e3a4e;
}

ul.content-menu > li.selected > a,
ul.content-menu > li > a.active {
    font-weight: 700;
}

/*INPUTS*/

/*HEADERS*/

.custom-title-1 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-title-1.noupp {
    text-transform: none;
}

/*BUTTONS*/

.iconed-link {
    display: inline-flex;
    height: 50px;
    align-items: center;
}

.iconed-link i {
    margin: 0 0 0 0.6em;
}

.iconed-link i:first-child {
    margin: 0 0.6em 0 0;
}

/*SPECIAL*/

.no-top-padd {
    padding-top: 0 !important;
}

br.sepa {
    line-height: 5.2vw;
}

/*NUMBERS*/

div.years-carusel-container {
    position: relative;
}

div.years-carusel {
    height: 5.25vw;
}

div.years-carusel .swiper-slide {
    width: auto;
    opacity: 1 !important;
    padding: 2.08vw 0 0;
    line-height: 1;
}

div.years-carusel .swiper-slide > div {
    transition: top ease-out .5s, opacity ease-out .5s !important;
    position: relative;
    top: 2.08vw;
    opacity: 0;
    transition-delay: 0s !important;
}

div.years-carusel .swiper-slide.swiper-slide-active > div {
    top: 0;
    opacity: 1;
    transition-delay: .5s !important;
}

div.counts-carusel-container {
    position: relative;
}

div.counts-carusel {
    height: 5.94vw;
}

div.counts-carusel .swiper-slide {
    width: auto;
    opacity: 1 !important;
    padding: 2.08vw 0;
    line-height: .7;
}

div.counts-carusel .swiper-slide > div {
    transition: top ease-out .5s, opacity ease-out .5s !important;
    position: relative;
    top: 2.08vw;
    opacity: 0;
    transition-delay: 0s !important;
}

div.counts-carusel .swiper-slide.swiper-slide-active > div {
    top: 0;
    opacity: 1;
    transition-delay: .5s !important;
    /*transition: all ease 1.1s !important;*/
}

/*MISC*/

/* XS */
@media (max-width: 767px) {

    body {
        font-size: 17px;
    }

    a.smart_menu_caller {
        display: flex;
    +
    }

    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: #2e3a4e;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        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: flex;
        align-items: center;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        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;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-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;
        -webkit-appearance: none;
        background: #fff;
        text-transform: uppercase;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: flex;
        height: 70px;
        width: 60px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
    }

    /*-----*/
    #header {
        height: 70px !important;
        position: fixed;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        transition: none !important;
    }

    .mob_menu_opened #header {
        position: absolute;
    }

    #header + div {
        margin-top: 70px !important;
    }

    a.logo {
        left: 15px;
        top: 0 !important;
        bottom: 0;
        height: auto;
        background-position: left center;
    }

    div.header-content {
        display: none;
    }

    div.main-menu-container,
    div.main-menu-container > div {
        display: block;
    }

    div.main-menu-container > div > ul {
        display: block;
        margin: 0;
    }

    div.main-menu-container > div > ul > li {
        display: block;
    }

    div.main-menu-container > div > ul > li > a {
        display: block;
        position: relative;
        padding: 18px 25px !important;
        font-size: 17px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    div.main-menu-container > div > ul > li > a:after {
        display: none !important;
    }

    div.main-menu-container > div > ul > li:hover > a,
    div.main-menu-container > div > ul > li.selected > a,
    div.main-menu-container > div > ul > li.current-menu-item > a,
    div.main-menu-container > div > ul > li.current_page_item > a {
        background: #fff;
        color: #59b9e4;
    }

    div.main-menu-container > div > ul > li > a .fa {
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    div.main-menu-container > div > ul > li.selected > a .fa:before {
        content: '\f068';
    }

    div.main-menu-container > div > ul > li.selected > ul {
        max-height: 600px;
    }

    div.main-menu-container > div > ul > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
    }

    div.main-menu-container > div > ul > li > ul > li > a {
    }

    div.section {
        padding: 30px 0;
    }

    div.index-swiper-container {
        padding: 0;
    }

    div.index-swiper {
        height: 60vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 60vw;
        min-height: 60vw;
        object-fit: cover;
    }

    div.index-swiper div.swiper-slide-content {
        font-size: 21px;
    }

    .mobile-menu-toggler {
        display: flex !important;
        padding: 15px 40px 15px 15px;
        position: relative;
        justify-content: space-between;
        align-items: center;
        color: #000;
        text-transform: uppercase;
        font-size: 15px;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        display: flex;
        align-items: 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: -5.2vw -5.2vw 0;
        padding: 0;
        position: relative !important;
        width: auto !important;
        top: 0 !important;
    }

    ul.content-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    ul.content-menu.opened {
        max-height: 500px;
    }

    ul.content-menu > li > a {
        border-top: 1px solid rgba(0, 0, 0, .1);
        font-size: 15px;
        padding: 15px;
    }

    #footer_guarantor {
        display: none;
    }

    #footer {
        margin: 0;
        height: auto;
        padding: 30px 0;
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    div.footer-content .copy {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    div.footer-content .copy br {
        display: none;
    }

    div.footer-content .copy .iconed-link {
        position: relative;
        bottom: -30px;
    }

    a.about-section-more-btn {
        position: static;
        padding: 0 30px;
        justify-content: center;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    div.about-cont:after {
        display: none;
    }

    div.about-cont .ab-header {
        height: auto;
        padding: 15px 30px;
    }

    div.about-cont {
        font-size: 20px;
        text-align: center;
        padding-top: 30px;
    }

    div.about-cont strong {
        font-size: 40px;
    }

    .custom-title-1 {
        text-align: center;
        font-size: 44px;
    }

    div.cases-list {
        margin: 0 calc(-5.2vw - 10px) -30px;
    }

    div.cases-list > div {
        margin-top: 0;
    }

    div.cases-list-item a {
        font-size: 15px;
    }

    div.cases-list-item a .cont {
        padding: 20px;
    }

    div.page-top-photo-section {
        padding: 0;
    }

    div.page-top-photo-section > div {
    }

    div.page-top-photo-section h1 {
        font-size: 30px;
    }

    div.content-colls {
        flex-direction: column;
        align-items: stretch !important;
    }

    div.content-colls > div + div {
        margin-top: 5.2vw;
    }

    div.titled-ilustration {
        margin: 0 -5.2vw;
        margin-bottom: 5.2vw !important;
    }

    div.titled-ilustration:first-child {
        margin-top: -5.2vw;
    }

    div.titled-ilustration > div {
        font-size: 34px;
    }

    div.content-colls .f-35-cont {
        font-size: 22px;
        text-align: center;
    }

    div.half-content-list {
        /*margin-top: -5.2vw;*/
    }

    div.half-content-list > div {
        flex-direction: column-reverse !important;
        margin: 0 -5.2vw;
        text-align: center;
    }

    div.cocodzamba {
        text-align: center;
    }

    div.cocodzamba h2 {
        font-size: 30px;
    }

    div.objects-list {
        margin: 0 -5.2vw;
    }

    div.objects-list > div {
        padding: 0 !important;
    }

    div.objects-list-item .cont {
        padding-right: 0;
        font-size: 14px;
    }

    div.objects-list-item .cont:before {
        left: 8px;
    }

    div.half-content-list .cont h2 {
        font-size: 2em;
    }

    div.map-container {
        margin: -5.2vw -5.2vw 0;
    }

    div.services-list > div + div {
        margin-top: 10.4vw !important;
    }

    div.contacts-list-container {
        margin-bottom: 30px;
    }

    div.contacts-list {
        margin-top: 0;
    }

    div.contacts-list > div {
        margin-top: 0;
    }

    div.contacts-list-item .photo {
        min-width: 100vw;
        margin: 0 -5.2vw;
    }

    div.contacts-list-item .cont {
        padding: 5.2vw 0;
    }

    div.numbers-container {
        position: relative;
        width: 100vw;
        height: auto;
        display: block;
    }

    div.numbers-container .title {
        position: static;
        font-size: 16px;
        height: auto;
        padding: .5em;
        justify-content: center;
    }

    div.numbers-container .cont {
        display: flex;
        justify-content: center;
        padding: 25px;
    }

    div.numbers-container .year {
        font-size: 25px;
    }

    div.years-carusel {
        height: 45px;
    }

    div.numbers-container .count {
        font-size: 40px;
    }

    div.counts-carusel {
        height: 65px;
    }

    div.counts-carusel .swiper-slide {
        padding-top: 15px;
    }

    div.numbers-container .descr {
        font-size: 18px;
    }

}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

    div.numbers-container {
        transition: all ease 1.5s;
        transform: translate(0, calc(23.61vw + 5.2vw));
    }

    div.numbers-container.visible {
        transform: translate(0, 0);
    }

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    a.logo {
        left: calc(5.2vw - 22px);
    }

    div.section {
        padding: 60px 0;
    }

    div.about-cont:after {
        margin-top: 25px;
    }

    div.index-swiper div.swiper-slide-content {
        padding: 13.75vw 5.4vw;
    }

    div.cases-list-item a .cont {
        padding: 20px;
    }

    #footer,
    #footer_guarantor {
        height: 360px;
    }

    #footer {
        margin-top: -360px;
    }

    div.titled-ilustration > div {
        font-size: 30px;
    }

    div.half-content-list > div {
        flex-direction: column-reverse !important;
    }

    div.cocodzamba h2 {
        font-size: 50px;
    }

    div.objects-list-item .cont {
        padding-right: 0;
        font-size: 14px;
    }

}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

    div.section {
        padding: 60px 0;
    }

    div.about-cont:after {
        margin-top: 25px;
    }

    div.half-content-list .cont {
        font-size: 16px;
    }

    div.objects-list-item .cont {
        font-size: 16px;
    }

    div.titled-ilustration > div {
        font-size: 50px;
    }

}

/* XL */
@media (min-width: 1280px) {

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
