@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/package/css/swiper.min.css';
@import '../libs/fontawesome-pro-5.7.2-web/css/all.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/dist/jquery.fancybox.min.css';
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --color-1: #054a97;
    --color-2: #00070f;
    --color-3: #053468;

}

html {
    height: 100%;
}

body {
    min-height: 100vh;
    color: var(--color-2);
    font-weight: normal;
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    text-decoration: none;
    outline: none;
    color: var(--color-1);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: var(--color-3);
}

#page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    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-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

div.container.fluid {
    width: 100%;
    padding: 0 30px;
}

footer {
    height: 98px;
    clear: both;
    position: relative;
    z-index: 3;
    background: var(--color-1);
    color: #ffffff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer a {
    color: #ffffff !important;
}

footer a:hover {
    text-decoration: underline;
    color: #ffffff;
}

div.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
}

div.footer-content > * {
    padding: 0 20px;
    border-left: 1px solid #ffffff;
}

div.footer-content > *:first-child {
    border: none;
}

header {
    position: relative;
    z-index: 222;
    background: #fff;
    height: 90px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header > .container {
    position: relative;
    height: 100%;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

div.header-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 220px;
}

a.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 175px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    background: url(../images/logo-new.png) left center no-repeat;
    background-size: contain;
    z-index: 15;
}

section {
    padding: 100px 0;
}

div.index-swiper-container {
    position: relative;
}

div.index-swiper-container .swiper-pagination {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
}

div.index-swiper-container .swiper-pagination * {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #fff;
    margin: 7px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: calc(100vh - 160px);
    min-height: 555px;
}

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;
    background: rgba(50, 50, 50, .2);
    color: #fff;
    padding: 40px 0 140px;
}

div.index-swiper div.swiper-slide-content h2 {
    font-weight: 500;
    margin: 0;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.25;
    text-align: center;


}

div.index-swiper div.swiper-slide-content .action {
    margin-top: 30px;
    font-size: 14px;
}

.euro-image {
    position: absolute;
    top: 110px;
    right: 10px;
    width: 200px;
    height: 200px;
    z-index: 1;
}

.euro-image img {
    width: 100%;
    height: auto;
    display: block;
    -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;
}

.euro-image img:hover {
    transform: scale(1.1);
}

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;
}

section.fancy-blocks-section {
    margin-top: -135px;
    padding: 0;
    z-index: 1;
    position: relative;
}

div.fancy-blocks {
    display: flex;
}

div.fancy-blocks > div {
    display: flex;
}

div.fancy-blocks-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    min-height: 270px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(5, 74, 151, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(5, 74, 151, 0.2);

}

div.fancy-blocks-item .ico {
    min-height: 90px;
}

div.fancy-blocks-item .ico img {
    height: 82px;
    width: auto;
    display: flex;
    margin: auto;
}

div.fancy-blocks-item .title {
    font-size: 18px;
    color: var(--color-2);
    font-weight: 500;
    line-height: 1.2;
    margin-top: 25px;

}

div.fancy-blocks-item .title b {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-1);
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;

}

div.accorditions-block > div {
    margin: 10px 0 0;
    border-bottom: 1px solid var(--color-1);
}

div.accorditions-block > h2 {
    margin: 1em 0;
}

div.accorditions-block > div:first-child {
    margin: 0;
}

div.accorditions-block .accord-toggler {
    display: block;
    text-decoration: none !important;
    padding: 1.5em 20px 1.5em 20px;
    font-size: 22px;
    color: var(--color-2);
    font-weight: 600;
    line-height: 1.1;;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ceedf9;
}

div.accorditions-block .accord-toggler:after {
    color: var(--color-1);
    font-family: "Font Awesome 5 Pro";
    content: '\f067';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    font-size: 1em;
    -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.accorditions-block .accord-toggler.opened:after {
    content: '\f068';
}

div.accorditions-block .accord-toggler:hover {
    color: var(--color-1);
}

div.accorditions-block .accord {
    display: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.accorditions-block .accord-toggler.opened {
    color: var(--color-1);
}

div.accorditions-block .accord > div {
    padding: 20px 15px;
}

section.footer-colls-section {
    color: var(--color-2);
    font-size: 22px;
    line-height: 2;
    font-weight: 600;
    padding: 0;
    overflow: hidden;
}

div.footer-colls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(109, 111, 112, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(109, 111, 112, 0.2);

}

div.footer-colls:before {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: -100vw;
    right: -100vw;
    background: var(--color-1);
    content: '';
    z-index: -1;

}

div.footer-colls > div {
    padding: 20px 15px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-right: 2px solid #e7e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

div.footer-colls > div:last-child {
    border: none;
}

div.footer-colls .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.81em;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--color-1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

div.footer-colls .title .ico {
    margin-right: 14px;
}

div.footer-colls a {
    color: var(--color-1)
}

div.footer-colls a:hover {
    color: var(--color-3)
}

div.socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

div.socials-list a {
    margin: 0 15px;
    color: var(--color-2);
}

div.socials-list a:hover {
    margin: 0 15px;
    color: var(--color-1);
}

div.projects-list-swiper {
    position: relative;
}

div.projects-list-swiper:before {
    background: url("../images/misc/dec-1.png") no-repeat;
    width: 596px;
    height: 843px;
    position: absolute;
    left: -167px;
    top: -320px;
    content: '';
    z-index: -1;
}

div.projects-list-swiper:after {
    background: url("../images/misc/dec-2.png") no-repeat;
    width: 596px;
    height: 805px;
    position: absolute;
    right: -517px;
    bottom: -380px;
    content: '';
    z-index: -1;
}

div.projects-list > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.projects-list .pure-u-md-1-2 {
    margin-top: 30px;
}

a.projects-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

a.projects-list-item .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.projects-list-item .photo picture {
    flex: auto;
}

a.projects-list-item .photo img {
    width: 100%;
    height: auto;
    display: block;
}

a.projects-list-item .city {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 400;

}

a.projects-list-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgb(5, 74, 151);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 74, 151, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(5, 74, 151, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(5, 74, 151, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#054a97", endColorstr="#ffffff", GradientType=1);
}

a.projects-list-item .descr {
    position: absolute;
    padding: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.6;
    -webkit-transform: translate(0, 54px);
    -ms-transform: translate(0, 54px);
    transform: translate(0, 54px);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

a.projects-list-item .descr .title {
    margin-bottom: 20px;
}

a.projects-list-item .link {
    font-weight: 500;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
}

a.projects-list-item .link .ico {
    margin-left: 15px;
}

a.projects-list-item:hover .descr {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

section.page-top-photo-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 300px;
    padding: 40px 0;
}

section.page-top-photo-section:before {
    background: rgba(0, 67, 147, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

section.page-top-photo-section .container {
    position: relative;
    z-index: 2;
}

section.page-top-photo-section h1 {
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.25;

}

a.product-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.product-item .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.product-item .photo img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
}

a.product-item .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 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;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    background: rgba(0, 67, 147, 0.56);

}

div.boxes-top {
    margin-top: -40px;
    z-index: 1;
    display: block;
    position: relative;
}

div.boxes-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    background: #fff;
}

div.boxes-container > div {
    display: block;
    flex: auto;
    min-width: calc(100% / 8);
    border-right: 1px solid #ebebeb;
    margin: 10px 0;
    padding: 10px;

}

div.boxes-container > div:last-child {
    border-right: none;
}

a.boxes-item {
    display: flex;
    flex-direction: column;
    align-items: center;

    justify-content: center;
    padding: 10px 0;

}

div.langs-cont {
    display: flex;
    padding-left: 10px;
}

ul.langs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.langs > li {
    display: flex;
}

ul.langs > li > a {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 0 10px;
}

a.boxes-item .ico {
    max-height: 80px;
    max-width: 100px;
    display: flex;
}

a.boxes-item .title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

a.boxes-item .ico img {
    width: 100%;
    height: auto;
    display: block;
}

div.product-list {
    margin-top: -30px;
}

div.product-list > div {
    margin-top: 30px;
}

section.content-colls-section {
    position: relative;
}

section.content-colls-section:before {
    position: absolute;
    background: url("../images/misc/dec-1.png");
    width: 596px;
    height: 843px;
    top: 40px;
    left: -55px;
    content: '';
    z-index: -1;
}

div.content-colls {
    display: flex;
    margin: 0 -15px;
}

div.content-colls > * {
    padding: 0 15px;
}

aside {
    min-width: 300px;
    flex-basis: 300px;
}

div.mainbar {
    min-width: 1px;
    flex: auto;
}

div.page-module .descr {
    max-width: 770px;
    margin: auto;
    text-align: center;


}

div.gallery {
    margin-bottom: -30px;
}

div.gallery > div {
    margin-bottom: 30px;
}

div.gallery > div a {
    display: block;
}

div.gallery > div a img {
    width: 100%;
    height: auto;
    display: block;
}

div.page-module + div.product-list {
    margin-top: 30px;
}

div.project-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.project-item .photo img {
    width: 100%;
    height: auto;
    display: block;
}

div.project-item .descr {
    width: 370px;
    height: 250px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 65px 30px 0 30px;
}

div.project-item .descr .title {
    font-size: 30px;
    color: var(--color-1);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;

}

div.project-item .descr:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent rgba(255, 255, 255, 0.95) transparent transparent;


}

div.project-swiper-container {
    position: relative;
}

div.video-box {
    position: relative;
}

div.video-box .play-button {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 47px;
    height: 58px;
}

div.video-box .play-button img {
    -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.video-box .play-button:hover img {
    transform: scale(1.2);
}

div.stats-item {
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(109, 111, 112, 0.2);
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

div.stats-item .ico {
    margin-bottom: 10px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.stats-item .ico img {
    width: 65px;
    height: auto;
}

div.stats-item .title {
    font-size: 22px;
    color: var(--color-1);
    font-weight: 600;

}

div.team-item {

}

div.team-item .photo {
    display: flex;
}

div.team-item .photo picture {
    flex: auto;
}

div.team-item .photo img {
    width: 100%;
    height: auto;
    display: block;
}

div.team-item {
    margin-bottom: -30px;
    box-shadow: 0 8px 16px 0 rgba(230, 230, 230, .3);
}

div.team-item > div {
    margin-bottom: 30px;
}

div.team-item .descr {
    padding: 20px 15px;
    /*margin: -35px 15px 0 15px;*/
    z-index: 1;
    position: relative;
    background-color: rgb(255, 255, 255);

}

div.team-item .descr .name {
    font-size: 18px;
    color: var(--color-1);
    line-height: 1.6;

}

div.team-item .descr .title {
    margin-bottom: 5px;
}

div.team-item .descr a i.fa {
    margin-right: 8px;
}

div.team-item .descr a {
    display: flex;
    line-height: 2;
    align-items: center;
    color: var(--color-2);
    font-size: 12px;
}

div.team-item .descr a:hover {
    color: var(--color-1);
}

a.go-to-top {
    position: absolute;
    bottom: 180px;
    right: 35px;
    width: 60px;
    height: 60px;
    background: var(--color-1);
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

a.go-to-top i {
    -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.go-to-top:hover i {
    transform: scale(1.2);
}

div.product-item-swiper {
    position: relative;
}

div.product-item-swiper .swiper-button-next {
    right: 0;
}

div.product-item-swiper .swiper-button-prev {
    left: 0;
}

div.product-inside-swiper img {
    width: 100%;
    height: auto;
    display: block;
}

div.sized-container {
    max-width: 900px;
}

div.sized-container .action {
    font-size: 16px;
    margin: 60px -15px 0 -15px;
}

div.sized-container .action a {
    margin: 0 15px;
}

div.sized-container .action a i {
    margin-right: 5px;
}

div.sized-container .action a:hover i {
    -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.sized-container .action a:hover i {
    transform: translate(-10px);
}


div.document a {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

div.document a span {
    display: flex;
    align-items: center;
}

div.document .title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--color-2);
}

div.document a:hover .title {
    color: var(--color-1);
}

div.document a i.fa {
    margin-right: 10px;
}

/*!*LISTS*!*/

nav.main-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -30px;
}

ul.main-menu > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.main-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-2);
    line-height: 1.5;
    position: relative;

}

ul.main-menu > li > a:before {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 3px;
    background: var(--color-1);
    content: '';
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

ul.main-menu > li:hover > a,
ul.main-menu > li.selected > a {
    color: var(--color-1);
}

ul.main-menu > li:hover > a:before,
ul.main-menu > li.selected > a:before {
    opacity: 1;
    visibility: visible;
}

ul.main-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: calc(100% - 3px);
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid var(--color-1);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(109, 111, 112, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(109, 111, 112, 0.2);


}

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

ul.main-menu > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 10px 17px;
    font-size: 16px;
    color: rgba(26, 25, 30, 0.8);
    line-height: 1.5;

}


ul.main-menu > li > ul > li:first-child > a {
    padding-top: 20px;
}

ul.main-menu > li > ul > li:last-child > a {
    padding-bottom: 20px;
}

ul.main-menu > li > ul > li:hover > a,
ul.main-menu > li > ul > li.selected > a {
    color: #ffffff;
    background: var(--color-1);
}

div.content-menu-container {
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(109, 111, 112, 0.2);

}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu li > a {
    display: flex;
    padding: 0.625em 20px;
    align-items: center;
    font-size: 16px;
    color: var(--color-2);
    line-height: 1.5;

}

ul.content-menu li:first-child > a {
    padding-top: 1.125em;
}

ul.content-menu li:last-child > a {
    padding-bottom: 1.125em;
}

ul.content-menu li:hover > a,
ul.content-menu li.selected > a {
    color: var(--color-1);
}

ul.content-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu ul > li > a {
    font-size: 13px;
    padding: 1em 26px 1em 52px;
}

ul.content-menu ul ul > li > a {
    font-size: 12px;
    padding: .8em 26px .8em 78px;
}

/*!*INPUTS*!*/

/*!*HEADERS*!*/

.custom-title-1 {
    font-weight: 500;
    margin-bottom: 1.1em;
    font-size: 48px;
    color: rgb(0, 7, 15);
    line-height: 1.25;


}

.custom-title-2 {
    margin-bottom: 2em;
    font-size: 22px;
    color: var(--color-2);
    font-weight: 600;
    line-height: 1.364;

}

div.titled-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px
}

div.titled-line .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.titled-line .action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: var(--color-1);
    text-transform: uppercase;
    font-weight: 500;

}

div.titled-line .action a .ico {
    margin-left: 17px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.titled-line .action a:hover .ico {
    -webkit-transform: translate(10px);
    -ms-transform: translate(10px);
    transform: translate(10px);
}

/*!*BUTTONS*!*/
.ext_button {
    display: inline-flex;
    align-items: center;
    height: 3.750em;
    line-height: 1.2;
    padding: 0 3.750em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.blue-style {
    background: var(--color-1);
    color: #fff;
}

.ext_button.blue-style:hover {
    background: #00366d;
    color: #fff;
}

/*COLORS*/

.semi-black-color {
    color: #323232;
}

/*SPECIAL*/

svg:not([fill="none"]) {
    fill: currentColor;
}

.fa {
    display: block;
}

/*MISC*/
div.go-to-bot {
    position: absolute;
    bottom: 190px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 111;
}

div.go-to-bot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.go-to-bot a:hover {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    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: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(5, 74, 151, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(5, 74, 151, 0.2);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

}

.swiper-button-next {
    right: -95px;
}

.swiper-button-prev {
    left: -95px;
}

.swiper-button-next:after {
    content: url("../images/icons/svg/ico-13.svg");
    font-family: normal;
    font-size: 0;
    margin-top: 1px;
}

.swiper-button-prev:after {
    font-family: normal;
    font-size: 0;
    margin-top: 1px;
    content: url("../images/icons/svg/ico-13.svg");
    transform: rotate(180deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*svg style*/

.st0 {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.st1 {
    font-size: 164.6898px;
}

.st2 {
    font-size: 96.0142px;
}

/* XS */
@media (max-width: 767px) {

    body {
        font-size: 16px;
    }

    a.smart_menu_caller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }

    a.smart_menu_caller *:before {
        font-weight: 300;
    }

    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: var(--color-1);
        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 {
        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;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    div.mob-search-container.mob-position-fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 221;
    }

    div.mob-search-container.mob-position-fixed.opened + header.mob-position-fixed {
        top: 40px;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
        -webkit-appearance: none;
        border-radius: 0;
        background: none;
    }

    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: fixed;
        left: 0;
        top: 0;
        right: 0;
    }

    header.mob-position-fixed + div,
    header.mob-position-fixed + main {
        margin-top: 70px;
    }

    a.logo {
        left: 15px;
        top: 0;
        padding: 0 0 0 60px;
        width: 140px;
        font-size: 14px;
    }

    div.header-content {
        display: none;
    }

    ul.main-menu {
        display: block;
        margin: 0;
    }

    ul.main-menu > li {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
    }

    ul.main-menu > li > a:before {
        content: none;
    }

    div.euro-image {
        position: static;
        width: 100%;
    }

    ul.main-menu > li.has-submenu > a {
        padding-right: 45px;
    }

    ul.main-menu > li:hover > a,
    ul.main-menu > li.selected > a {
        background: #fff;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #fff;
        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;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border-left: 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 > ul {
        -webkit-box-shadow: 0px 8px 16px 0px rgba(109, 111, 112, 0.08);
        box-shadow: 0px 8px 16px 0px rgba(109, 111, 112, 0.08);
        position: static;
        border: none;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
    }

    ul.main-menu > li > ul > li:last-child > a {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    section {
        padding: 30px 0;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    div.index-swiper {
        height: 100vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 100vw;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 100vw;
        max-height: 100vw;
    }

    div.index-swiper div.swiper-slide-content {
        padding: 30px 15px;
        text-align: center;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 30px;
    }

    div.index-swiper div.swiper-slide-content h2 br {
        display: none;
    }

    div.index-swiper-container .swiper-pagination {
        display: none;
    }

    section.fancy-blocks-section {
        margin: 0;
    }

    .mobile-menu-toggler {
        display: flex !important;
        padding: 15px 45px 15px 15px;
        position: relative;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
    }

    .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: -30px -15px 25px;
    }

    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:first-child > a {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    footer {
        margin: 0;
        height: auto;
        padding: 15px;
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    div.footer-content > * {
        border: none;
    }

    .custom-title-1 {
        font-size: 30px;
        text-align: center;
    }

    .custom-title-2 {
        text-align: center;
    }

    div.document a span {
        justify-content: center;
    }

    div.document .title {
        text-align: center;
    }

    div.footer-colls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    section.page-top-photo-section {
        padding: 30px 15px;
        text-align: center;
        height: auto;
    }

    section.page-top-photo-section h1 {
        font-size: 30px;
    }

    div.project-item {
        display: block;
    }

    div.project-item .descr {
        position: relative;
        width: auto;
        height: auto;
        padding: 30px 15px;
    }

    div.projects-list div.pure-u-md-2-3 {
        margin-top: 30px;
    }

    div.projects-list div.pure-u-md-2-3 .pure-g {
        flex: auto;
    }

    a.projects-list-item .descr {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    a.projects-list-item {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    a.projects-list-item .photo {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    div.go-to-bot {
        display: none;
    }

    div.titled-line {
        -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;
        margin-bottom: 30px;
    }

    a.product-item .photo {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    div.content-colls {
        flex-direction: column;
    }

    aside {
        min-width: auto;
        flex-basis: auto;
    }

    a.go-to-top {
        display: none;
    }

    div.product-item-swiper {
        margin-top: 30px;
    }

    div.sized-container .action {
        margin: 20px 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }
}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {
    ul.main-menu > li > a {
        padding: 10px 15px;
        font-size: 14px;
    }

    ul.main-menu {
        margin: 0 -20px;
    }

    a.projects-list-item .descr {
        font-size: 15px;
    }

    a.projects-list-item .link {
        font-size: 14px;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    div.go-to-bot {
        bottom: 30px;
        right: 34px;
        left: auto;
    }

    div.block-stats {
        margin-bottom: -30px;
    }

    div.block-stats div.stats-item {
        margin-bottom: 30px;
    }

    aside {
        min-width: 270px;
        flex-basis: 270px;
    }

    div.team-item {
        margin-bottom: 30px;
    }

    div.dream-team {
        margin-bottom: -30px;
    }

    div.product-item-swiper {
        margin-top: 30px;
    }

    a.go-to-top {
        bottom: 235px;
    }
}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {
    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    div.go-to-bot {
        bottom: 150px;
    }

    div.projects-list .pure-u-md-1-2 {
        margin-top: 35px;
    }
}

/* XL */
@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }

    header.fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        height: 60px;
    }

    header.fixed + * {
        margin-top: 60px;
    }

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}