html {
    font-size: 14px;
}

body {
    background: #0F2554;
    font-family: "Lato", sans-serif !important;
}

    body * {
        font-family: "Lato", sans-serif !important;
    }

main {
    margin-left: 320px;
}

.header {
    background: #0B1D44;
}

    .header .header-logo {
        padding: 35px 115px 34px 115px;
    }

        .header .header-logo a {
            display: inline-block;
        }

.lines {
    font-size: 0px;
    width: 37px;
    position: relative;
}

    .lines .line {
        margin: auto;
        display: block;
        background: #fff;
        width: 3px;
        border-radius: 50px;
    }

    .lines .icon {
        margin: 58px 0;
    }

    .lines .h-25 {
        height: 25px;
    }

    .lines .h-45 {
        height: 45px;
    }

    .lines .h-50 {
        height: 50px;
    }

    .lines .h-105 {
        height: 105px;
    }

    .lines .h-120 {
        height: 120px;
    }

    .lines .h-130 {
        height: 130px;
    }

    .lines .h-150 {
        height: 150px;
    }

    .lines .h-180 {
        height: 180px;
    }

    .lines .h-230 {
        height: 230px;
    }

    .lines .h-250 {
        height: 250px;
    }

    .lines .h-355 {
        height: 355px;
    }

    .lines .h-395 {
        height: 395px;
    }

section > div {
    display: inline-block;
    vertical-align: top;
}

.title-section {
    margin-top: 80px;
}

    .title-section > div {
        display: inline-block;
        vertical-align: top;
    }

.title-block {
    font-size: 0px;
}

    .title-block > div {
        display: inline-block;
        vertical-align: top;
        font-size: 0px;
    }

        .title-block > div img {
            margin: 25px 0 0 40px;
        }

    .title-block h1 {
        font-size: 65px;
        font-weight: 500;
        background: linear-gradient(to right, white 70%, #ADAEAF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 72px;
        margin-left: 45px;
    }

.section-title {
    display: block;
    position: relative;
    margin-top: 66px;
    font-size: 0px;
    width: 95%;
    cursor: pointer;
}

    .section-title * {
        display: inline-block !important;
        vertical-align: top;
    }

    .section-title .icon {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .section-title .arrow {
        position: absolute;
        margin: auto;
        margin-left: 14px;
        top: 0;
        bottom: 0;
    }

    .section-title h2 {
        font-size: 28px;
        color: #fff;
        margin-left: 84px;
    }

    .section-title .active {
        font-weight: bold;
        font-size:35px;
    }

.product-section {
    font-size: 0px;
}

    .product-section .lines {
        margin-top: 67px;
    }

.product-block {
    width: 90%;
}

    .product-block .product-content {
        margin-top: 45px;
    }

.product-content > div {
    /* display: inline-block;
    vertical-align: top;*/
}

.product-block .product-content .product-image {
    position: relative;
    text-align: center;
    margin-left: 58px;
    width: 545px;
    height: 545px;
}

.product-block iframe {
    margin-left: 58px;
    width: calc(100% - 58px);
}

.product-block .product-content .product-image .product-icon {
    max-width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-block .product-content .product-image .hearth-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 38px;
}

.product-block .product-content .product-text {
    font-size: 14px;
    color: #ffff;
}

    .product-block .product-content .product-text h3 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 16px;
    }

    .product-block .product-content .product-text .brand-text {
        margin-top: 15px;
        font-size: 18px;
    }

    .product-block .product-content .product-text .updated-text {
        display: block;
        margin-top: 25px;
        font-size: 14px;
    }

    .product-block .product-content .product-text .accordion {
        position: relative;
        padding: 0 22px;
        margin-top: 60px;
        width: 450px;
    }

        .product-block .product-content .product-text .accordion h5 {
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
        }

        .product-block .product-content .product-text .accordion > h5 {
            position: relative;
            margin-bottom: 25px !important;
        }

        .product-block .product-content .product-text .accordion p {
            line-height: 20px;
            margin-bottom: 25px;
        }

        .product-block .product-content .product-text .accordion .ui-icon-circle-arrow-e {
            position: absolute;
            right: 0;
            top: 0;
            height: 0;
            display: block;
            width: 21px;
            height: 11px;
            background: url(/Images/down-accordion.svg) no-repeat center center;
        }

        .product-block .product-content .product-text .accordion .ui-icon-circle-arrow-s {
            position: absolute;
            right: 0;
            top: 0;
            height: 0;
            display: block;
            width: 21px;
            height: 11px;
            background: url(/Images/up-accordion.svg) no-repeat center center;
        }

.slider-section .lines {
    margin-top: 60px;
}

.slider-section .slider-block {
    display: inline-block;
    width: 90%;
}

.slider-section .slider {
    overflow: hidden;
    margin-left: 55px;
}

    .slider-section .slider .swiper-slide {
        width: 322px !important;
        margin-top: 55px;
        margin-right: 35px !important;
    }

        .slider-section .slider .swiper-slide img {
            max-width: 100%;
        }

.swiper-pagination-lock {
    display: none !important;
}

.swiper-button-disabled {
    display: none !important;
}

.slider-section .slider .controls_bar {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%) !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

    .slider-section .slider .controls_bar .swiper-pagination {
        position: sticky;
        padding: 24px;
        background-color: #ffff;
        border-radius: 999px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .slider-section .slider .controls_bar .swiper-pagination .swiper-pagination-bullet {
            background-color: #0F2554;
            opacity: 1;
            border-radius: 99px;
            margin: 0;
            transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .slider-section .slider .controls_bar .swiper-pagination .swiper-pagination-bullet-active {
            width: 32px;
        }

    .slider-section .slider .controls_bar .play_btn {
        cursor: pointer;
        border: none;
        background-color: #ffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        flex-shrink: 0;
    }

        .slider-section .slider .controls_bar .play_btn div {
            position: absolute;
            transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        .slider-section .slider .controls_bar .play_btn .pause {
            transform: scale(0.4);
            opacity: 0;
        }

.image-section .lines {
    margin-top: 65px;
}

.image-section .image-block {
    width: calc(100% - 75px);
    margin-top: 55px;
    margin-left: 33px;
}

    .image-section .image-block img {
        max-width: 100%;
    }

    .image-section .image-block .mt-130 {
        margin-left: 130px;
    }

.video-section .lines {
    margin-top: 63px;
}

.video-section .video-block {
    width: 1025px;
    cursor: pointer;
    margin: 54px 0 0 83px;
}

    .video-section .video-block video {
        max-width: 100%;
        border-radius: 30px;
    }

.content-section {
}

    .content-section .lines {
        margin-top: 70px;
    }

    .content-section .content-block {
        margin-top: 32px;
        margin-left: 83px;
        border-radius: 35px;
        background: #1C3364;
        padding: 55px 0px 55px 40px;
        font-size: 0px;
        width: 985px;
    }

        .content-section .content-block > div {
            display: inline-block;
            width: 50%;
            vertical-align: top;
        }

            .content-section .content-block > div:first-child {
                width: 40%;
            }

            .content-section .content-block > div:last-child {
                width: 60%;
                vertical-align: bottom;
            }

        .content-section .content-block .content-text img {
            margin-bottom: 65px;
        }

        .content-section .content-block .content-text p {
            font-size: 16px;
            color: #ffff;
            line-height: 24px;
        }

        .content-section .content-block .content-text h4 {
            margin-bottom: 25px;
            color: #fff;
            font-size: 27px;
            font-weight: bold;
        }

        .content-section .content-block .content-image {
            position: relative;
            text-align: center;
        }

            .content-section .content-block .content-image > div {
                flex: 1;
            }

            .content-section .content-block .content-image img {
                margin: auto;
                max-width: 100%;
            }

.package-section {
    position: relative;
}

    .package-section .lines {
        margin-top: 64px;
    }

    .package-section .package-block {
        margin-top: 55px;
        margin-left: 83px;
        border-radius: 15px;
        width: 1023px;
        border: 1px solid #D5D5D5;
        font-size: 0px;
    }

    .package-section .starter-pack {
        background: rgba(255, 255, 255, 0.2);
    }

    .package-section .pro-pack {
        background: rgba(37, 15, 84, 0.4);
    }

    .package-section .premium-pack {
        background: rgba(0, 0, 0, 0.4);
    }

    .package-section .package-block .package-container {
        position: relative;
        padding: 20px 0;
        font-size: 14px;
    }

        .package-section .package-block .package-container > div {
            position: relative;
            left: 45px;
            display: inline-block;
            vertical-align: top;
            width: calc(50% - 47px);
        }

        .package-section .package-block .package-container > span {
            content: '';
            width: 1px;
            background: #D5D5D5;
            height: 100%;
            position: absolute;
            top: 0;
            right: 45px;
            left: 0;
            margin: auto;
        }

    .package-section .price-block {
        color: #fff;
    }

        .package-section .price-block .title {
            margin-top: 40px;
            font-size: 23.3px;
            font-weight: bold;
        }

            .package-section .price-block .title span {
                font-weight: 100;
            }

        .package-section .price-block .price {
            margin-top: 40px;
            display: block;
            font-size: 15px;
            line-height: 50px
        }

            .package-section .price-block .price strong {
                font-size: 50px;
                font-weight: 900;
                margin-right: 10px;
            }

        .package-section .price-block .sub-price {
            display: block;
            font-size: 24px;
            margin-top: 40px;
        }

            .package-section .price-block .sub-price strong {
                font-weight: 900;
                margin-left: 10px;
            }

        .package-section .price-block .button {
            margin-top: 34px;
            font-size: 15px;
            font-weight: bold;
            padding: 14px 45px;
            display: inline-block;
            border-radius: 22px;
            text-decoration: none;
            color: #fff;
            border: 1px solid #ffff;
        }

            .package-section .price-block .button:hover {
                background: #fff;
                color: #3f5176;
            }

        .package-section .price-block .user-text {
            display: block;
            font-size: 16.5px;
            margin-top: 36px;
            line-height: 28px;
        }

    .package-section .feature-list {
        font-size: 15.89px;
        color: #fff;
    }

        .package-section .feature-list ul {
            margin-top: 16px;
        }

            .package-section .feature-list ul li {
                position: relative;
                line-height: 18.3px;
                margin-bottom: 25px;
            }

                .package-section .feature-list ul li:after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                    width: 19px;
                    height: 19px;
                    background: url(/Images/package-info-icon.svg) no-repeat center center;
                }

.title-image-section .lines {
    margin-top: 60px;
}

.title-image-section .block {
    width: 1025px;
    font-size: 0px;
    margin-top: 70px;
    margin-left: 86px;
}

    .title-image-section .block > div {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

        .title-image-section .block > div h5 {
            font-size: 55px;
            font-weight: bold;
            line-height: 68px;
            color: #fff;
        }

        .title-image-section .block > div:last-child {
            text-align: right;
        }

        .title-image-section .block > div:nth-child(2) img {
            max-width: 100%;
        }

.section-architect {
}

    .section-architect .lines {
        margin-top: 73px
    }

    .section-architect .block {
        margin-top: 68px;
        margin-left: 82px;
        width: 1025px;
        border-radius: 15px;
        border: 2px solid #ffff;
        font-size: 0px;
    }

        .section-architect .block > h5 {
            text-align: center;
            margin-top: 60px;
            margin-bottom: 70px;
            font-size: 36.56px;
            color: #ffff;
            line-height: 23.4px;
        }

        .section-architect .block .sub-block {
            padding: 0 45px 45px 45px;
        }

            .section-architect .block .sub-block > div {
                display: inline-block;
                vertical-align: top;
                width: 100%;
            }

.accordion-content {
    margin-top:15px;
    font-size: 0px;
}

    .accordion-content > div {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-bottom:15px;
    }
    .accordion-content video{
        max-width:100%;
        width:auto;
        border-radius:15px;
        width:90%;
        margin:auto;
        display:block;
    }
    .section-architect .block .sub-block h5 {
        cursor: pointer;
        position: relative;
        font-size: 24.13px;
        line-height: 18.8px;
        color: #fff;
        padding: 12.5px 0 12.5px 0;
        border-bottom: 1px solid #fff;
        width: 90%;
        padding-right:10%;
    }

.section-architect .block .sub-block .ui-state-active {
    border: none;
}

.section-architect .block .sub-block p {
    border-bottom: 1px solid #0f2554;
}

.section-architect .block .sub-block .ui-accordion-content-active  {
    border-bottom: 1px solid #fff;
    width: 100%;
}

.section-architect .block .sub-block .accordion .ui-icon-circle-arrow-s {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 21px;
    height: 11px;
    margin: auto;
    background: url(/Images/up-accordion.svg) no-repeat center center;
}

.section-architect .block .sub-block .accordion .ui-icon-circle-arrow-e {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 21px;
    height: 11px;
    background: url(/Images/down-accordion.svg) no-repeat center center;
    margin: auto;
}

.section-architect .block .sub-block p {
    padding-bottom: 25px;
    color: #fff;
    font-size: 18.28px;
    line-height: 21.9px;
    width:50%;
    display:inline-block;
    vertical-align:top;
}

/*.section-architect .block .sub-block > div:last-child {
                text-align: center;
            }*/

.section-architect .block .sub-block > div:last-child img {
    max-width: 100%;
}

.architect-none {
    display: none;
}

.manufacturer-none {
    display: none;
}

.active {
    display: block;
}

.read-more {
    cursor: pointer;
    position: relative;
    margin: auto;
    display: block;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    color: #0F2554;
    width: 300px;
    align-items: center;
    height: 60px;
    line-height: 60px;
    border-radius: 35px;
    top: 15px
}
    /* .section-architect .block > a:hover{
                background:transparent;
                color:#ffff;
               
            }*/
    .read-more span {
        margin-left: 45px;
    }

    .read-more:after {
        content: '';
        background: url(/Images/plus.svg) no-repeat center center;
        width: 48px;
        height: 48px;
        display: block;
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: contain;
    }

.contact-section {
    margin-bottom: 140px;
}

    .contact-section .lines {
        margin-top: 100px;
    }

    .contact-section .section-title > h2 {
        font-size: 58.77px;
        font-weight: bold;
    }

    .contact-section .block {
        margin-top: 70px;
        margin-left: 88px;
    }

    .contact-section .contant-form {
        font-size: 0px;
        width: 484px;
    }

        .contact-section .contant-form > div {
            display: inline-block;
            vertical-align: top;
            margin-bottom: 15px;
        }

            .contact-section .contant-form > div:nth-child(2), .contact-section .contant-form > div:nth-child(4) {
                margin-left: 60px;
            }

            .contact-section .contant-form > div:last-child {
                margin-top: 35px;
                width: 100%;
            }

        .contact-section .contant-form h2 {
            font-size: 24px;
            color: #ffff;
        }

    .contact-section .block .contant-form label {
        color: #ffff;
        display: block;
        font-size: 23.6px;
        margin-bottom: 15px;
    }

    .contact-section .block .contant-form input, .contact-section .block .contant-form textarea {
        width: 182px;
        font-size: 14px;
        padding: 14px;
        border-radius: 10px;
        outline: none;
        border: none;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

    .contact-section .block .contant-form textarea {
        width: calc(100% - 28px);
        height: 97px;
    }

    .contact-section .block .contant-form button {
        margin-top: 18px;
        width: 100%;
        padding: 14px 0;
        background: #2C4B8E;
        outline: none;
        border: none;
        color: #fff;
        font-size: 17.7px;
        border-radius: 24px;
        cursor: pointer;
    }

    .contact-section .block .contant-form #error-content {
        font-size: 14px;
        color: #ff3e3e;
        margin-top: 10px;
    }

    .contact-section .block .contant-form input::placeholder, .contact-section .block .contant-form textarea::placeholder {
        color: #fff;
        font-size: 14px;
    }

    .contact-section .contact-image {
        margin-left: 85px;
    }

        .contact-section .contact-image img {
            max-width: 100%;
        }

        .contact-section .contact-image > div {
            margin-top: 70px;
        }

        .contact-section .contact-image .address span {
            font-size: 17.6px;
            color: #fff;
            vertical-align: top;
            display: inline-block;
        }

        .contact-section .contact-image .address i {
            position: relative;
            background: #2C4B8E;
            width: 38.2px;
            height: 38.2px;
            display: inline-block;
            border-radius: 29px;
            margin-right: 15px;
        }

            .contact-section .contact-image .address i img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
            }

        .contact-section .contact-image > div > div {
            vertical-align: top;
            display: inline-block;
        }

            .contact-section .contact-image > div > div:last-child {
                margin-left: 60px;
            }

        .contact-section .contact-image .phone span {
            font-size: 17.6px;
            color: #fff;
            vertical-align: top;
            display: inline-block;
            line-height: 40px;
        }

        .contact-section .contact-image .phone a {
            text-decoration: none;
            color: #fff;
        }

        .contact-section .contact-image .phone i {
            position: relative;
            background: #2C4B8E;
            width: 38.2px;
            height: 38.2px;
            display: inline-block;
            border-radius: 29px;
            margin-right: 15px;
        }

            .contact-section .contact-image .phone i img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
            }

.content-section .demonde-block {
    font-size: 0px;
    width: 985px;
    margin-top: 32px;
    margin-left: 83px;
    border-radius: 27px;
    background: #ffff;
    padding: 55px 0px 55px 40px;
    min-height: 548px;
    background-image: url('/Images/demonte-1-image.png'), url('/Images/demonte-2-image.png');
    background-position: -1px -1px, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
}

    .content-section .demonde-block .text-block {
        margin-top: 170px;
        max-width: 400px;
    }

    .content-section .demonde-block .image-block {
        display: none;
    }

        .content-section .demonde-block .image-block img {
            max-width: 100%;
        }

    .content-section .demonde-block .text-block h4 {
        font-weight: bold;
        font-size: 27.1px;
        color: #0F2554;
    }

    .content-section .demonde-block .text-block p {
        margin-top: 30px;
        font-size: 18.7px;
        color: #0F2554;
        line-height: 24px;
    }

footer {
    background: #fff;
}

    footer .footer-wrapper {
        width: 1167px;
        margin: auto;
        padding: 23px 0 26px 0;
    }

        footer .footer-wrapper span {
            display: inline-block;
            vertical-align: top;
            font-size: 12px;
            color: #0F2554;
            line-height: 20px
        }

        footer .footer-wrapper ul {
            font-size: 0px;
            display: inline-block;
            vertical-align: top;
            float: right;
        }

            footer .footer-wrapper ul li {
                display: inline-block;
                vertical-align: top;
                margin-left: 15px;
            }

        footer .footer-wrapper a {
            display: block;
            width: 25px;
            height: 20px;
        }

        footer .footer-wrapper ul li:first-child a {
            background: url(/Images/linkedIn.svg) no-repeat bottom center;
        }

        footer .footer-wrapper ul li:nth-child(2) a {
            background: url(/Images/instagram.svg) no-repeat bottom center;
        }

        footer .footer-wrapper ul li:nth-child(3) a {
            background: url(/Images/youtube.svg) no-repeat bottom center;
        }

.g-recaptcha {
    margin-top: 15px;
}

.text {
    margin: 15px auto auto auto;
    color: #fff;
}

    .text p {
        font-size: 16px;
        line-height: 24px;
    }

        .text p strong {
            font-weight: bold;
            font-size: 18px;
        }

        .text p br {
            content: "A" !important;
            display: block !important;
            margin-bottom: 1.5em !important;
        }
.current-page {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.5s ease;
    z-index:999999999999999;
}
    .current-page span {
        display: block;
        border-radius: 20px;
        font-size: 32px;
        line-height: 40px;
        color: #0F2554;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255, 0.6);
    }
    @media screen and (max-width:1700px) {
        .contact-section .contact-image {
        width: 500px;
    }

        .contact-section .contact-image > div > div:last-child {
            margin-left: 0;
        }

        .contact-section .contact-image > div > div {
            width: 100%;
            margin-bottom: 15px;
        }
}

@media screen and (max-width:1550px) {
    main {
        margin: auto;
        width: 1190px;
    }

    .product-section .product-block {
        width: 96%;
    }

    .product-content > div {
        width: 45%;
    }

    .product-content > div {
        width: 44%;
        vertical-align: top;
    }

    .product-block .product-content .product-image {
        width: 50%;
    }

    .video-section .video-block {
        margin: 54px 0 0 47px;
    }

    .content-section .content-block {
        margin-left: 46px;
    }

    .video-section {
        position: relative;
    }

        .video-section .lines {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
        }

        .video-section .video-block {
            margin-left: 46px;
        }

    .package-section .package-block {
        margin-left: 46px;
    }

    .content-section .demonde-block {
        /* width: calc(100% - 165px);*/
        margin-left: 46px;
    }
    /* .content-section .lines{
        position:absolute;
    }*/
    .section-architect .block {
        margin-left: 46px;
    }

    .contact-section .contact-image {
        margin-left: 45px;
    }

    .package-section .lines {
        position: absolute;
        top: 45px;
        left: 0;
        bottom: 0px;
    }

        .package-section .lines .h-105 {
            height: 25%;
        }

        .package-section .lines .h-130 {
            height: 30%;
        }
}

@media screen and (max-width:1215px) {
    main {
        width: 80%;
    }

    .title-block h1 {
        font-size: 52px;
    }

    .section-title h2 {
        line-height: 37px;
        margin-left: 50px;
    }

    .product-section {
        position: relative;
    }

        .product-section .lines {
            position: absolute;
            top: 30px;
            left: 0;
            bottom: 0;
        }

            .product-section .lines .h-120 {
                height: 45%;
            }

            .product-section .lines .h-180 {
                height: 38%;
            }

    .image-section {
        position: relative;
    }

        .image-section .lines {
            position: absolute;
            top: 30px;
            left: 0;
            bottom: 0;
        }

            .image-section .lines .h-120 {
                height: 25%;
            }

            .image-section .lines .h-180 {
                height: 35%;
            }

    .slider-section .slider {
        margin-left: 0px;
    }

    .slider-section .slider {
        margin-left: 5px;
    }

    .product-block .product-content .product-image {
        width: calc(100% - 50px);
        margin-left: 50px;
    }

    .product-block iframe {
        width: calc(100% - 50px);
        margin-left: 50px;
    }

    .product-block .product-content .product-text {
        width: 90%;
        display: block;
        margin: auto;
    }

    .product-section .product-block {
        width: 100%;
    }

    .product-block .product-content .product-text .accordion {
        width: 90%;
        margin: 60px auto auto auto;
    }

    .product-block .product-content .product-text .accordion {
        padding: 0;
    }

    .contact-section .lines {
        position: absolute;
    }

    .contact-section .block {
        margin-left: 46px;
        width: calc(100% - 46px);
    }

    .contact-section .contact-image {
        display: block;
        margin: 35px auto auto auto;
        text-align: center;
    }

    .section-architect .block .sub-block {
        padding-bottom: 0px;
    }

    .section-architect {
        /*padding-bottom: 100px;*/
    }

    .read-more {
        /*top: 0;*/
    }

    .contact-section .contant-form {
        margin: auto;
    }

    .content-section .content-block {
        width: calc(100% - 46px);
        padding: 0;
    }

        .content-section .content-block .content-text {
            width: calc(100% - 80px) !important;
            padding: 55px 40px 55px 40px;
            margin-bottom: 15px;
        }

            .content-section .content-block .content-text img {
                margin-bottom: 30px;
            }

        .content-section .content-block > div:last-child {
            width: 100%;
        }

    .title-image-section .block > div:last-child {
        text-align: center;
    }

    .section-architect .block .sub-block > div {
        margin-top: 20px;
        width: 100%;
    }

    .title-image-section .block > div {
        width: 100%;
    }

    .video-section .video-block {
        width: calc(100% - 46px);
    }

    .package-section .package-block {
        width: calc(100% - 46px);
    }

    .content-section .demonde-block {
        width: calc(100% - 86px);
        background-image: url(/Images/demonte-1-image.png);
    }

        .content-section .demonde-block .text-block {
            max-width: none;
            width: 90%;
        }

        .content-section .demonde-block .image-block {
            margin-top: 15px;
            text-align: center;
            display: block;
        }

    .title-image-section .block {
        margin-left: 50px;
        width: calc(100% - 50px);
    }

    .section-architect .lines {
        position: absolute;
    }

    .video-section {
        position: relative;
    }

        .video-section .lines {
            position: absolute;
            top: 30px;
            left: 0;
            bottom: 0;
        }

            .video-section .lines .h-150 {
                height: 25%;
            }

            .video-section .lines .h-180 {
                height: 45%;
            }

        .video-section .video-block video {
            width: 100%;
        }

    .content-section {
        position: relative;
    }

        .content-section .lines {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin-top: 95px;
        }

            .content-section .lines .h-120 {
                height: 25%;
            }

            .content-section .lines .h-130 {
                height: 49%;
            }

    .package-section {
        position: relative;
    }

        .package-section .lines {
            position: absolute;
        }

    .title-image-section {
        position: relative;
    }

        .title-image-section .lines {
            position: absolute;
            top: 30px;
            bottom: 0;
            left: 0;
        }

            .title-image-section .lines .line {
                height: 30%
            }

    .section-architect .block {
        width: calc(100% - 46px);
    }



    .image-section .image-block {
        margin-left: 46px;
    }

    footer .footer-wrapper {
        width: 90%;
    }
}

@media screen and (max-width:1050px) {
    .product-block .product-content .product-image .product-icon {
        max-width: 100%;
        max-height: 100%;
    }

    .product-block .product-content .product-image {
        height: 300px;
    }

    /*    .video-section .lines .h-150 {
        height: 100px;
    }

    .video-section .lines .h-180 {
        height: 120px;
    }*/

    .title-block > div img {
        max-width: 100px;
    }

    .title-block h1 {
        font-size: 32px;
        margin-top: 54px;
    }

    .title-section .lines .line {
        height: 145px;
    }

    .section-title h2 {
        font-size: 24px;
    }
    .section-title .active{
        font-size:32px;
    }
    .content-section .content-block .content-text img {
        max-width: 200px;
    }

    .section-architect .block > h5 {
        font-size: 28px;
        margin: 35px auto 35px auto;
    }

    .section-architect .block .sub-block h5 {
        font-size: 18px;
        width:85%;
        padding-right:15%;
    }
    .section-architect .block .sub-block {
        padding: 0 15px 45px 15px;
    }
    .read-more {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        width: 100%;
    }

        .read-more span {
            margin-left: 20px;
        }

        .read-more:after {
            background-size: cover;
        }

    .contact-section .section-title > h2 {
        font-size: 38px;
    }
    .section-architect .block .sub-block p{
        width:100%;
    }
    .accordion-content > div{
        width:100%;
        margin-bottom:25px;
    }
}

@media screen and (max-width:900px) {
    main {
        width: 95%;
    }
    .current-page{
        width:30px;
        height:30px;
        left:10px;
    }
        .current-page span{
            width:30px;
            height:30px;
            line-height:30px;
            font-size:22px;
        }
        .section-title h2 {
            font-size: 20px;
        }
    .section-title .active{
        font-size:24px;
        line-height:28px;
    }
    .title-section {
        margin-top: 25px;
    }

        .title-section .lines {
            margin-top: 15px;
        }

        .title-section > .title-block {
            width: 90%;
        }

    .title-block h1 {
        margin: 25px auto auto auto;
    }

    .title-block > div {
        display: block;
        text-align: center;
    }

        .title-block > div img {
            margin: auto;
        }

    .header .header-logo {
        text-align: center;
    }

        .header .header-logo img {
            max-width: 100%;
        }

    .section-title .icon {
        max-width: 28px;
    }

    .lines {
        width: 24px;
    }

        .lines .line {
            width: 1px;
        }

        .lines .icon {
            max-width: 24px;
            margin: 35px 0;
        }

    .content-section .content-block .content-text p {
        font-size: 14px;
    }

    .content-section .content-block {
        width: calc(100% - 30px);
        margin-left: 30px;
    }

    .video-section .video-block {
        margin-left: 30px;
        margin-top: 30px;
    }

    .package-section .package-block {
        margin-left: 30px;
        width: calc(100% - 30px);
    }

    .content-section .demonde-block {
        margin-left: 30px;
        width: calc(100% - 70px);
    }

    .title-image-section .block {
        width: calc(100% - 30px);
        margin-left: 30px;
    }

    .section-architect .block {
        margin-left: 30px;
        width: calc(100% - 30px);
    }

    .contact-section .block {
        margin-left: 30px;
        width: calc(100% - 30px);
    }
}

@media screen and (max-width:700px) {
    .package-section .package-block .package-container > div {
        display: block;
        width: calc(100%);
        left: 0;
    }

    .package-section .price-block {
        text-align: center;
    }

    .package-section .feature-list {
        width: 80% !important;
        margin: auto !important;
        ;
    }

    .package-section .package-block .package-container > span {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .product-block .product-content .product-image {
        margin-left: 30px;
        width: calc(100% - 30px);
    }

    .product-block iframe {
        margin-left: 30px;
        width: calc(100% - 30px);
    }

    .header .header-logo {
        padding: 17px 0 17px 0;
    }

        .header .header-logo img {
            max-width: 180px;
        }

    .product-block .product-content .product-text h3 {
        text-align: center;
    }

    .product-block .product-content .product-text .brand-text {
        text-align: center;
    }

    .product-block .product-content .product-text .updated-text {
        text-align: center;
    }

    .product-block .product-content .product-text .accordion h5 {
        font-size: 16px;
    }

    .video-section .lines {
        top: 0px;
    }

        .video-section .lines .h-150 {
            height: 20%;
        }

    .section-title .arrow {
        margin-left: auto;
        right: -15px;
    }

    .video-section .lines .h-180 {
        height: 30%;
    }

    .section-title h2 {
        margin-left: 40px;
        line-height: 20px;
    }

    .contact-section .contant-form {
        width: 90%;
    }

        .contact-section .contant-form > div {
            display: block;
        }

            .contact-section .contant-form > div:nth-child(2), .contact-section .contant-form > div:nth-child(4) {
                margin-left: 0;
            }

    .contact-section .block .contant-form input, .contact-section .block .contant-form textarea {
        display: block;
        width: 85%;
    }

    .contact-section .block .contant-form button {
        width: 85%;
    }

    .contact-section .contact-image {
        width: 90%;
    }

    .package-section .lines .h-130 {
        height: 55%;
    }

    .title-image-section .block {
        margin-top: 30px;
    }

        .title-image-section .block > div h5 {
            font-size: 32px;
            line-height: 32px;
        }

    .section-architect .block .sub-block p {
        font-size: 14px;
    }

    .package-section .package-block {
        margin-top: 30px;
    }

    .section-architect .block {
        margin-top: 30px;
    }

        .section-architect .block > h5 {
            font-size: 24px;
        }

    .content-section .content-block .content-text h4 {
        font-size: 24px;
    }

    .contact-section .contact-image .address span {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-section .contact-image .phone span {
        font-size: 14px;
    }
}

@media screen and (max-width:495px) {
    .g-recaptcha {
        width: 100%;
        transform: scale(.87);
        -webkit-transform: scale(.87);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
