@font-face {
    font-family: 'iCielNovecentosans-UltraBold';
    src: url(../fonts/iCielNovecentosans-UltraBold.ttf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SVN-Gotham-Bold';
    src: url(../fonts/ARIAL.ttf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Avanti;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/AvantiBold.woff) format("woff"),url(../fonts/AvantiBold.woff2) format("woff2")
}

@font-face {
    font-family: 'SVN-Gotham-Regular';
    src: url(../fonts/ARIAL.ttf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ARIAL';
    src: url(../fonts/ARIAL.ttf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ARIALBD';
    src: url(../fonts/ARIALBD.ttf);
    font-weight: normal;
    font-style: normal
}

@media screen and (max-width: 320px) {
    .logo img {
        /* display: none; */
        transition: opacity .5s ease;
        margin-top: 13px !important;
        /* display: block; */
        width: 147px !important;
        float: left;
    }

    .push--large--5-5 {
        left: 41%;
    }

    .medium--4-4 {
        width: 60%;
    }
}

@media screen and (max-width: 375px) {
    .mobile-nav__toggle {
        position: absolute;
        z-index: 99;
        width: 1%;
        right: 14%;
        top: 38% !important;
    }

    #NavDrawer ul.mobile-nav > li.mobile-nav__item {
        padding: 0px;
        display: table;
        height: 20%;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        background: transparent;
        border-left: 0px solid transparent;
        border-bottom: 1px solid hsla(0,0%,100%,.08);
    }

    .logo img {
        /* display: none; */
        transition: opacity .5s ease;
        margin-top: 5px;
        /* display: block; */
        width: 165px !important;
        float: left;
    }

    header.hd-home .hd-btnMenu > a {
        display: inline-block;
        color: #ffffff;
        background: black;
        width: 58px;
        position: relative;
        margin: 0px 0 0;
        height: 35px;
        padding: 0;
    }

    .header_name {
        float: left;
        font-family: SVN-Gotham-Bold;
        text-transform: uppercase;
        margin-top: 9px;
        margin-bottom: 15px;
        padding-left: 13px;
        padding-right: 6px;
        color: white;
        max-width: 129px;
        font-size: 11px;
    }

    header.hd-home .hd-btnMenu {
        display: inline-block;
        float: right;
        margin-top: 3px;
        position: relative;
        margin-right: 0px;
    }

    .hd-btnMenu .icon-fallback-text:before {
        content: "";
        display: block;
        position: absolute;
        width: 44px;
        height: 1px;
        background-color: white;
        left: 7px;
        top: 14px;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease;
    }

    .hd-btnMenu .icon-fallback-text:after {
        content: "";
        display: block;
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: white;
        top: 22px;
        left: 7px;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease;
    }

    .hd-other .hd-btnMenu .icon-fallback-text:before {
        content: "";
        display: block;
        position: absolute;
        width: 53px;
        height: 1px;
        background-color: white;
        left: 2px;
        top: 14px;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease;
    }

    .hd-other .hd-btnMenu .icon-fallback-text:after {
        content: "";
        display: block;
        position: absolute;
        width: 53px;
        height: 1px;
        background-color: white;
        top: 22px;
        left: 2px;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease;
    }

    header.hd-other .hd-btnMenu {
        float: right;
        position: relative;
        background: black;
        width: 57px;
        margin-top: 4px;
        height: 37px;
        margin-left: 7px;
        display: block;
        cursor: pointer;
    }

    .content {
        padding-top: 92px
    }

    .content__cols {
        margin-top: 28px;
        margin-bottom: 14px
    }

    .content__title {
        margin-top: 9px
    }

    .content__wrapper {
        padding: 0 14px
    }
}

@media screen and (max-width: 414px) {
    .mobile-nav__toggle {
        position: absolute;
        z-index: 99;
        width: 1%;
        right: 14%;
        top: 35% !important;
    }
}

@media screen and (max-width: 480px) {
    .content {
        padding-top: 93px
    }

    .content__cols {
        margin-top: 25px
    }

    .content__title {
        margin-top: 9px
    }

    .content__wrapper {
        padding: 0 22px
    }
}

@media screen and (max-width: 767px) {
.card__col {

    margin-bottom: 10px;
}
.contacts__row   .card {
 
    flex-wrap: wrap;
}
.contentpage-content img{max-width:100%;height:auto!important}


.article-title {
    font-weight: bold;
}
.article-item .article-title a {
    display: inline-block;
    color: #000000;
    height: auto;
}

.article-item .article-desc {
    color: #000000;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 15px;
}
.article-title{}
.article-title a{
    font-size: 14px!important;
}
    #NavDrawer .drawer__header {
        height: 65px;
        border-bottom: 0px;
        padding: 0px 0px;
        position: absolute;
        width: 0;
        visibility: visible !important;
        z-index: 9;
        left: 0;
        right: unset;
    }

    .drawer__close {
        width: 100%;
        left: 0;
        text-align: center;
        font-size: 1.125em;
    }


    #NavDrawer .drawer__header .drawer__close {
        text-align: left;
    }

        #NavDrawer .drawer__header .drawer__close button {
            left: -12px;
            top: -14px;
            right: unset;
            color: #ffffff;
            background: transparent;
            outline: 0px;
            border: 0px;
            border-radius: 0px;
            padding-right: 0px;
        }

    .cates-box .head__title span {
        font: 700 33px/59px SVN-Gotham-Bold,sans-serif;
        color: #1c1c1c;
        max-width: 570px;
        display: block;
        letter-spacing: -.45px;
    }

    .cates-box .head__info {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        float: right;
        -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
        transition: opacity 1s ease,-webkit-transform 1s ease;
        transition: opacity 1s ease,transform 1s ease;
        transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
    }

    .cates-box .head .info__text {
        font: 400 14px/22px Fatum,sans-serif;
        color: #1c1c1c;
        opacity: .6;
        margin-top: 12px;
        padding-left: 2px;
        max-width: 100%;
    }

    .cates-box .head__title {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        padding-left: 0;
    }

    .mobile-nav__toggle {
        position: absolute;
        z-index: 99;
        width: 1%;
        right: 14%;
        top: 22%;
    }

    .slider-content-box:nth-child(2) .slider-content-box-text {
        vertical-align: top;
        height: auto !important;
        padding-top: 10px;
    }

    .slider-content-box-text {
        display: table-cell;
        padding-left: 0;
    }

    .slider-content {
        /* position: absolute; */
        /* bottom: 40%; */
        /* height: auto !important; */
        /* padding-left: 0 !important; */
        /* z-index: 999; */
    }

    .logo img {
        /* display: none; */
        transition: opacity .5s ease;
        margin-top: 5px;
        /* display: block; */
        width: 184px;
        float: left;
    }

    .cases .list__item:first-child .item__block:first-child {
        width: 100%;
        margin-right: 2%;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }

    .cases .list__item:first-child .item__block:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }

    .cases .list__item:nth-child(2n) .item__block:first-child {
        width: 100%;
        margin-right: 2%;
        margin-left: 0;
        margin-top: 0;
        float: none;
        text-align: left;
    }

    .cases .list__item:nth-child(2n) .item__block:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }

    .cases .item__block:first-child {
        width: 100%;
        margin-right: 2%;
        margin-left: 0;
        margin-top: 0;
        float: none;
        text-align: left;
    }

    .cases .item__block:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }

    .cases .list__item:nth-child(2n) .item__block:first-child {
        width: 100%;
        margin-right: 2%;
        margin-left: 0;
        margin-top: 0;
        float: none;
        text-align: left;
    }

    #NavDrawer ul.mobile-nav {
        margin: 0px;
        /* text-align: center; */
        /* margin-top: 40px; */
        height: 100%;
        padding: 0px 0 0px;
        width: calc(100% - 2px);
        height: calc(100% - 10px);
        top: 5px;
        left: 0px;
    }

    .services__wrapper {
        padding: 0 0 33px 7px;
    }

    .steps__title .line {
        text-align: left !important;
    }

    .cases .list__item:nth-child(2n) .item__block:first-child {
        width: 100%;
        margin-right: 2%;
        margin-left: 0;
        margin-top: 0;
        float: none;
        text-align: left;
    }

    .cases .list__item:nth-child(2n) .item__block:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }

    .partner-img {
        width: 50%;
    }

    .content-images-slider.owl-carousel .owl-nav .owl-prev {
        left: 50px;
    }

    .content-images-slider.owl-carousel .owl-nav .owl-next {
        right: 50px;
    }

    .content-images-block {
        min-height: 225px;
        float: left;
        width: 100%;
        margin: 55px 0 20px;
        padding: 0 20px;
        background: black;
    }

    .content-boxs {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        min-height: 225px;
        height: 100%;
    }

    .no-padding-left-0-mobi {
        padding-left: 0;
    }

    .header_name {
        float: right;
        font-family: SVN-Gotham-Bold;
        text-transform: uppercase;
        margin-top: 9px;
        margin-bottom: 15px;
        padding-left: 17px;
        color: white;
        max-width: 129px;
        font-size: 11px;
    }

    .logo {
        position: absolute;
        padding-left: 0;
        padding-right: 0;
        top: 0;
        /* display: none !important; */
        left: 0;
        /* width: 100%; */
        z-index: 3;
        height: 88px;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
    }

    .content {
        padding-top: 88px
    }

    .content__col {
        margin-right: 38px
    }

    .content__cols {
        margin-top: 32px
    }

    .content__wrapper {
        padding: 0 28px
    }

    .content__title {
        max-width: 85%;
        line-height: 31px;
        margin-top: 6px
    }
}

@media screen and (max-width: 320px) {
    .mobile-nav__toggle {
        position: absolute;
        z-index: 99;
        width: 1%;
        right: 14%;
        top: 31%;
    }

    .cases .list__item:first-child .item__block:first-child .item__info {
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        padding-top: 0;
        width: auto;
    }
}

@media screen and (max-width: 375px) {


    .cases .list__item:first-child .item__block:first-child .item__info {
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        padding-top: 10px;
        margin-bottom: 10px;
        width: auto;
    }

    .cates-box .head__title span {
        font: 700 26px/59px SVN-Gotham-Bold,sans-serif;
        color: #1c1c1c;
        line-height: 1.3;
        max-width: 570px;
        display: block;
        letter-spacing: -.45px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 767px) {
    .slider-title {
        color: white;
        text-align: center;
        height: auto;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .services__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .services__col {
        max-width: none;
        width: 100% !important;
        float: left;
    }

    .slider-content {
        /* position: absolute; */
        /* bottom: 40%; */
        /* height: auto !important; */
        /* padding-left: 6.5%; */
        /* z-index: 999; */
    }

    .slider-desc {
        font: 18px SVN-Gotham-Bold;
        color: white;
        height: auto;
        max-width: 100%;
        text-align: center;
        padding: 0px 30px;
        margin-top: 0;
    }

    .slider-title {
        font-size: 58px;
        color: white;
        text-align: center;
        height: auto;
        margin-bottom: 0;
    }

    .slider-content:before {
        content: "";
        display: block;
        width: 0%;
        position: absolute;
        top: 50%;
        height: 1px;
        left: 0;
        background: white;
        z-index: 99;
        transition: 5s;
        -webkit-transition: 5s;
        -moz-transition: 5s;
        opacity: 0;
    }

    .cases .item__block:nth-child(2) .item__img:after {
        padding-top: 65.4%;
    }

    .cases .item__block:nth-child(2) .item__img:after {
        padding-top: 65.4%;
    }

    .cases .list__item:nth-child(2n) .item__block:first-child .item__img:after {
        padding-top: 65.4%;
    }

    .item__info {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .cases {
        padding-top: 12px;
    }

        .cases .head__info {
            width: 50%;
            float: none;
            display: inline-block;
            vertical-align: top;
        }

    .cates-box .head__info {
        padding-left: 48px;
        padding-top: 5px;
    }

    .cates-box .head__info {
        width: 50%;
        float: right;
        display: inline-block;
        vertical-align: top;
    }


    .cates-box .head__title {
        max-width: 50%;
        width: 50%;
        padding-left: 0;
    }

        .cates-box .head__title span {
            font-size: 32px;
            line-height: 42px;
            letter-spacing: .1px;
        }

    .cates-box-desc span {
        font: 400 23px ARIAL,sans-serif;
        color: #1c1c1c;
        opacity: .6;
        margin-top: 16px;
        float: right;
        padding-left: 2px;
        max-width: 406px;
    }

    .header_name {
        float: right;
        font-family: ARIAL;
        text-transform: uppercase;
        padding-left: 27px;
        margin-top: 14px;
        margin-bottom: 15px;
        text-align: right;
        color: white;
        font-size: 17px;
    }

    .cates-box {
        float: left;
        width: 100%;
        padding: 0 15px;
    }

    .logo {
        position: absolute;
        padding-left: 23px;
        padding-right: 9px;
        top: 0;
        left: 0;
        /* width: 100%; */
        z-index: 3;
        height: 88px;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
    }

    .hd-other .logo img {
        transition: opacity .5s ease;
        margin-top: 3px;
        display: block;
        width: 223px;
        float: left;
    }

    .medium--4-4 {
        width: 49%;
    }

    .push--large--5-5 {
        left: 46%;
    }

    header.hd-other .header_address {
        color: black !important;
        display: none;
    }

    header.hd-other .header_phone {
        color: black !important;
        display: none;
    }

    .cases .list__item:first-child .item__block:first-child {
        width: 100%;
        margin-right: 2%;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }

    .cases .list__item:first-child .item__block:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }

    .cases .list__item:nth-child(2n) .item__block:first-child {
        width: 100%;
        margin-right: 2%;
        margin-left: 0;
        margin-top: 0;
        float: none;
        text-align: left;
    }

    .cases .list__item:nth-child(2n) .item__block:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }

    .cases .item__name {
        font: 700 27px ARIAL,sans-serif;
        color: #363636;
        text-transform: uppercase;
        margin: 10px 0;
        letter-spacing: 1px;
    }

    .cases .list__item:nth-child(2n) .item__block:first-child .item__name {
        font-size: 27px;
        margin: 10px 0;
    }

    .cases .list__item:first-child .item__block:first-child .item__info {
        display: inline-block;
        font-size: 27px;
        vertical-align: top;
        margin: 10px 0;
        padding-left: unset;
        padding-top: unset;
        width: auto;
    }

    .cases .list__item:first-child .item__block:first-child .item__name {
        font-size: 27px;
    }

    .cases .item__square span {
        font: 400 20px ARIAL,sans-serif;
        color: #1c1c1c;
        text-transform: uppercase;
        letter-spacing: 2px;
        opacity: .7;
        margin-bottom: 10px;
    }

    .cases .list__item:nth-child(2n) .item__block:first-child .item__square {
        padding-top: 0;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 991px) {
    .header_phone {
        display: none;
    }

    .header_address {
        display: none;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (min-width: 1530px) {
.container {
    width: 1520px;
}}
@media screen and (min-width: 1200px) {

    .projects_form {
        max-width: 470px;
        width: 470px;
        display: block;
        margin: 0 auto;
        float: unset;
    }

    .services__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .padding-right-20 {
        padding-right: 20px !important;
    }

    .no-padding-pc {
        padding: 0 !important;
    }

    .content {
        padding-top: 122px
    }

    .content__year {
        display: block;
        width: 100%;
        padding-top: 0;
        font-size: 9px
    }

    .content__ct {
        display: block;
        width: 100%
    }

    .content__wrapper {
        padding: 0 31px
    }

    .content__title {
        max-width: 100%;
        /* font-size: 32px; */
        line-height: 34px;
        margin-top: 4px;
    }

    .content__cols {
        margin-top: 25px;
        margin-left: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 768px) {
    #NavDrawer .drawer__header .drawer__close {
        text-align: left;
    }

        #NavDrawer .drawer__header .drawer__close button {
            right: unset;
            left: -10px;
            color: #ffffff;
            background: transparent;
            outline: 0px;
            border: 0px;
            top: -15px;
            border-radius: 0px;
            padding-right: 0px;
        }
}

@media screen and (max-width: 991px) {
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important
}

.d_page {
    width: 100%;
    margin: 15px 0 25px 0;
    float: left;
    text-align: center;
    display: inline-block;
}

    .d_page b {
        background-color: black;
        border-color: black;
        color: #fff;
        margin-right: 8px;
        width: 34px;
        height: 34px;
        font-size: 17px;
        font-weight: 400;
        display: inline-block;
        line-height: 35px;
    }

    .d_page a {
        margin: 0 2.5px;
        background: #fff;
        text-align: center;
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 17px;
        color: #b5b0b0;
        font-weight: 400;
        border: 1px solid #b5b0b0;
        text-decoration: none;
    }

        .d_page a:hover {
            background-color: black;
            border-color: black;
            color: #fff;
        }


.rte img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
}
