div.clients-logos-list-container {
    background: #C9E8F6;
}

div.clients-logos-list {
    display: flex;
    flex-wrap: wrap;
    padding: 60px;
}

div.clients-logos-list > div {
    min-width: 1px;
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

div.clients-logos-list > div > a {
    display: flex;
}

div.clients-logos-list > div img {
    max-width: 100%;
    max-height: 100%;
}

div.section + div.section {
    margin-top: -180px;
}

div.feedback-swiper-container {
    padding: 0 0 60px 78px;
    position: relative;
}

div.feedback-swiper-container:before {
    content: '';
    background: url("../assets/dec-1.svg") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 26px;
    top: 26px;
    width: 26px;
    height: 26px;
}

div.feedback-swiper {
}

div.feedback-swiper .swiper-slide {
}

div.feedback-swiper-item {
    font-size: 18px;
}

div.feedback-swiper-item .name {
    text-transform: uppercase;
    font-size: 1.77em;
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.1;
}

.feedback-swiper-container .swiper-button-next,
.feedback-swiper-container .swiper-button-prev {
    background: none;
    top: auto;
    left: 78px;
    right: auto;
    bottom: 0;
}

.feedback-swiper-container .swiper-button-next {
    transform: translate(40px, 0);
}

.feedback-swiper-container .swiper-button-next svg,
.feedback-swiper-container .swiper-button-prev svg{
    height: auto !important;
    width: auto !important;
}

.feedback-swiper-container .swiper-button-next:after,
.feedback-swiper-container .swiper-button-prev:after {
    display: none;
}

div.footer-content .intpa {
    flex: auto;
    display: flex;
    border-left: 1px solid #2E3A4E;
    padding: 0 0 0 60px;
    margin: 0 0 0 60px;
}

div.project-swiper-container {
    position: relative;
}

div.project-swiper {
}

div.project-swiper-item {
    background: #C9E8F6;
    display: flex;
}

div.project-swiper-item > div {
    flex: 1 1 100%;
    max-width: 50%;
}

div.project-swiper-item .cont {
    padding: 75px 75px 115px 75px;
    font-size: 15px;
    line-height: 1.8;
}

div.project-swiper-item .cont .title {
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .6em;
    display: flex;
    color: #2e3a4e;
}

div.project-swiper-item .media {
    display: flex;
    overflow: hidden;
}

div.project-swiper-item .media img {
    flex: auto;
    width: 100%;
    object-fit: cover;
}

div.project-swiper-more {
    position: absolute;
    z-index: 100;
    left: 75px;
    bottom: 55px;
}

div.project-swiper-more a {
    font-size: 15px;
    color: #2E3A4E;
    font-weight: 700;
    text-transform: uppercase;
}

div.project-swiper-more a i{
    font-size: 1.3em;
    display: flex;
}

div.project-swiper-more a span{
    letter-spacing: .1em;
}

div.page-top-photo-section:before{
    content: '';
    position: absolute;
    left: 5.2vw;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.49;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 38.46%, #000 78.09%);
}

div.titled-ilustration div{
    z-index: 2;
}

div.titled-ilustration:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.49;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 38.46%, #000 78.09%);
}

div.content-menu-container.fixed{
    z-index: 333;
}

div.heba-heba{
    display: flex;
    align-items: center;
    justify-content: center;
}

div.heba-heba .cont{
    background: #eef9fd;
    padding: 60px;
}

div.heba-heba .cont br{
    display: none;
}

div.heba-heba .cont a{
    color: #2E3A4E;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: .5em 0;
}

div.heba-heba .cont a .fa-light{
    min-width: 1em;
    margin-right: .5em;
}

div.development-list-photo{
    display: flex;
}

div.development-list-photo img{
    width: 100%;
}

div.development-list-container{}

div.development-list{
    display: flex;
    flex-wrap: wrap;
}

div.development-list > div{
    min-width: 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    padding: 5.2vw;
}

div.development-list > div:nth-child(1),
div.development-list > div:nth-child(4),
div.development-list > div:nth-child(5),
div.development-list > div:nth-child(8),
div.development-list > div:nth-child(9),
div.development-list > div:nth-child(12){
    background: #C9E8F6;
}

div.development-list .icon{
    display: flex;
    margin-bottom: 1em;
}

div.development-list .icon svg{
    height: 65px;
    width: auto !important;
}

div.development-list .icon svg path{
    fill: #C9E8F6 !important;
}

div.development-list > div:nth-child(1) .icon svg path,
div.development-list > div:nth-child(4) .icon svg path,
div.development-list > div:nth-child(5) .icon svg path,
div.development-list > div:nth-child(8) .icon svg path,
div.development-list > div:nth-child(9) .icon svg path,
div.development-list > div:nth-child(12) .icon svg path{
    fill: #fff !important;
}

div.development-list .title{
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: .5em;
}

div.development-list .cont{}

div.numbers-container .cont{
    max-width: 100%;
    height: 100%;
    padding: 1.3vw 5.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.achievements-swiper-container{
    max-width: 100%;
    position: relative;
    display: flex;
}

div.achievements-swiper-container .swiper-button-prev,
div.achievements-swiper-container .swiper-button-next{
    display: flex !important;
    background: none;
    align-items: center;
    justify-content: center;
}

div.achievements-swiper-container .swiper-button-prev:after,
div.achievements-swiper-container .swiper-button-next:after{
    display: none;
}

div.achievements-swiper-container .swiper-button-prev svg,
div.achievements-swiper-container .swiper-button-next svg{
    width: auto;
    height: auto;
}

div.achievements-swiper-container .swiper-button-prev{
    transform: translate(calc(-5.2vw + 10px), 0);
}

div.achievements-swiper-container .swiper-button-next{
    transform: translate(calc(5.2vw - 10px), 0);
}

div.achievements-swiper{}

div.achievements-swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

div.achievements-swiper .swiper-slide.swiper-slide-next,
div.achievements-swiper .swiper-slide.swiper-slide-prev{
    transition: opacity 0s !important;
}

div.achievements-swiper-item{
    display: flex;
    flex-direction: column;
    font-size: 25px;
    text-align: center;
}

div.achievements-swiper-item .icon{}

div.achievements-swiper-item .titlez{
    font-size: 1.6em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
}

div.achievements-swiper-item .descrz{}

/*INPUTS*/

label.styled_checkbox {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #fff;
}

label.styled_checkbox i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    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;
    opacity: 0;
    font-style: normal;
}

label.styled_checkbox i:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
}

label.styled_checkbox input {
    position: absolute;
    left: -20px;
    top: -20px;
}

label.styled_checkbox input:checked + i {
    opacity: 1;
}

label.styled_radio {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #fff;
}

label.styled_radio i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    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;
    opacity: 0;
}

label.styled_radio i:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
}

label.styled_radio input {
    position: absolute;
    left: -20px;
    top: -20px;
}

label.styled_radio input:checked + i {
    opacity: 1;
}

@media (max-width: 767px) {

    div.clients-logos-list-container{
        margin: 0 -15px;
    }

    div.clients-logos-list{
        padding: 30px;
    }

    div.clients-logos-list > div{
        padding: 30px;
        max-width: 50%;
    }

    div.section + div.section{
        margin-top: -30px;
    }

    div.project-swiper-container{
        margin: 0 -15px;
    }

    div.project-swiper-item > div{
        max-width: 100%;
    }

    div.project-swiper-item{
        flex-direction: column;
    }

    div.project-swiper-item .cont{
        padding: 30px;
    }

    div.project-swiper-item .cont .title{
        font-size: 3em;
    }

    div.project-swiper-more{
        position: static;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    div.half-content-list > div{
        text-align: left;
    }

    div.page-top-photo-section:before{
        left: 0;
    }

    div.heba-heba .cont{
        padding: 30px;
        margin: 0 -5.2vw;
        width: calc(100% + 10.4vw);
    }

    div.heba-heba .cont a{
        font-size: 20px;
    }

    div.development-list-photo{
        margin: 0 -5.2vw;
    }

    div.development-list-container{
        margin: 0 -5.2vw;
    }

    div.development-list{
        flex-direction: column;
    }

    div.development-list > div{
        min-width: 100%;
        max-width: 100%;
    }

    div.contacts-list-container{
        margin-bottom: 0;
    }

    div.development-list .icon svg{
        height: 38px;
    }

    div.development-list .title{
        font-size: 2em;
    }

    div.footer-content .intpa{
        padding: 0;
        margin: 15px 0 0;
        border: 0;
        display: flex;
        justify-content: center;
    }

    div.footer-content .intpa svg{
        width: 111px !important;
        height: auto;
    }

    div.numbers-container .cont{
        padding: 15px 40px;
    }

    div.achievements-swiper-item{
        font-size: 16px;
    }

    div.achievements-swiper-container .swiper-button-prev{
        transform: translate(-40px, 0);
    }

    div.achievements-swiper-container .swiper-button-next{
        transform: translate(40px, 0);
    }

}

@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 1023px) {

    div.main-menu-container > div > ul > li > a{
        padding: 0 1em;
        font-size: 14px;
    }

    div.main-menu-container > div > ul > li:first-child > a{
        padding-left: 2em;
    }

    div.main-menu-container > div > ul > li:first-child > a:after{
        left: 3em;
    }

    div.section + div.section{
        margin-top: -60px;
    }

    div.heba-heba .cont a{
        font-size: 26px;
    }

    div.development-list{
        flex-direction: column;
    }

    div.development-list > div{
        min-width: 100%;
        max-width: 100%;
    }

    div.development-list .title{
        font-size: 2.5em;
    }

    div.contacts-list-container{
        margin-bottom: 0;
    }

    div.achievements-swiper-item{
        font-size: 16px;
    }

    div.project-swiper-item .cont{
        padding: 30px;
    }

    div.project-swiper-item .cont .title{
        font-size: 2em;
    }

    div.project-swiper-more{
        position: static;
    }

}

@media (min-width: 1024px) and (max-width: 1279px) {

    div.section + div.section{
        margin-top: -60px;
    }

    div.heba-heba .cont a{
        font-size: 26px;
    }

    div.achievements-swiper-item{
        font-size: 20px;
    }

}

@media (min-width: 1280px) {

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}

/*CK*/

section.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    padding: 38px 0;
    transition: all ease 1.3s;
    transform: translate(0, 100%);
}

section.cookies.visible {
    transform: translate(0, 0%);
}

div.cookies-container {
    font-size: 14px;
}

div.cookies-header {
    display: flex;
    margin-bottom: 20px;
}

div.cookies-header .text-label {
    margin-left: 30px;
}

div.cookies-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}

div.cookies-content > * {
    padding: 0 15px !important;
}

ul.cookies-selection {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

ul.cookies-selection > li {
    display: flex;
    padding: 5px 10px;
    width: 50%;
}

ul.cookies-selection .cookies-item {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
}

ul.cookies-selection .cookies-item.disabled {
    cursor: default;
    opacity: .5;
}

ul.cookies-selection .cookies-item label {
    margin-right: 1em
}

div.cookies-more-info {
    min-width: 1px;
    flex: auto;
}

div.cookies-action {
    display: flex;
}

div.cookies-action a {
    white-space: nowrap;
    cursor: pointer;
}

div.cookies-action a + a {
    margin-left: 20px;
}

@media (max-width: 1023px) {

    div.cookies-content {
        flex-direction: column;
    }

    div.cookies-content > * + * {
        margin-top: 15px;
    }

}

@media (max-width: 767px) {

    section.cookies {
        padding: 15px 0
    }

    div.cookies-header img {
        max-width: 80px;
    }

    div.cookies-container {
        font-size: 12px;
    }

    ul.cookies-selection {
        flex-wrap: wrap;
        margin-top: 5px;
    }

    ul.cookies-selection > li {
        margin-top: 5px;
    }

    div.cookies-action .ext_button {
        padding: 0 1em
    }

}